Upload to server
uploading
This commit is contained in:
366
omegapro/Omega/Forms/frmSettings.designer.cs
generated
Normal file
366
omegapro/Omega/Forms/frmSettings.designer.cs
generated
Normal file
@@ -0,0 +1,366 @@
|
||||
namespace Omega.Forms
|
||||
{
|
||||
partial class frmSettings
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSettings));
|
||||
this.SettingDlg = new System.Windows.Forms.OpenFileDialog();
|
||||
this.Settings = new System.Windows.Forms.GroupBox();
|
||||
this.License = new System.Windows.Forms.GroupBox();
|
||||
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
||||
this.RegisterNo = new DevExpress.XtraEditors.TextEdit();
|
||||
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
||||
this.InstallId = new DevExpress.XtraEditors.TextEdit();
|
||||
this.Exclucive = new DevExpress.XtraEditors.RadioGroup();
|
||||
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
||||
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
||||
this.OutputFolder = new DevExpress.XtraEditors.ButtonEdit();
|
||||
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
|
||||
this.BackupFolder = new DevExpress.XtraEditors.ButtonEdit();
|
||||
this.Databasefile = new DevExpress.XtraEditors.ButtonEdit();
|
||||
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
|
||||
this.barManager = new DevExpress.XtraBars.BarManager();
|
||||
this.bar2 = new DevExpress.XtraBars.Bar();
|
||||
this.barSave = new DevExpress.XtraBars.BarButtonItem();
|
||||
this.barBackup = new DevExpress.XtraBars.BarButtonItem();
|
||||
this.barChangePass = new DevExpress.XtraBars.BarButtonItem();
|
||||
this.barClose = new DevExpress.XtraBars.BarButtonItem();
|
||||
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
|
||||
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
|
||||
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
|
||||
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
|
||||
this.cbFilter = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
|
||||
this.tblDistrictEntityBindingSource = new System.Windows.Forms.BindingSource();
|
||||
this.tblCommuneEntityBindingSource = new System.Windows.Forms.BindingSource();
|
||||
this.tblProvinceEntityBindingSource = new System.Windows.Forms.BindingSource();
|
||||
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
||||
this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
|
||||
this.Settings.SuspendLayout();
|
||||
this.License.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.RegisterNo.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.InstallId.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Exclucive.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.OutputFolder.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.BackupFolder.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Databasefile.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.cbFilter)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.tblDistrictEntityBindingSource)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.tblCommuneEntityBindingSource)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.tblProvinceEntityBindingSource)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// SettingDlg
|
||||
//
|
||||
this.SettingDlg.DefaultExt = "fhi";
|
||||
this.SettingDlg.FileName = "*.fhi";
|
||||
resources.ApplyResources(this.SettingDlg, "SettingDlg");
|
||||
//
|
||||
// Settings
|
||||
//
|
||||
this.Settings.Controls.Add(this.License);
|
||||
this.Settings.Controls.Add(this.Exclucive);
|
||||
this.Settings.Controls.Add(this.labelControl2);
|
||||
this.Settings.Controls.Add(this.labelControl1);
|
||||
this.Settings.Controls.Add(this.OutputFolder);
|
||||
this.Settings.Controls.Add(this.labelControl7);
|
||||
this.Settings.Controls.Add(this.BackupFolder);
|
||||
this.Settings.Controls.Add(this.Databasefile);
|
||||
this.Settings.Controls.Add(this.labelControl6);
|
||||
resources.ApplyResources(this.Settings, "Settings");
|
||||
this.Settings.Name = "Settings";
|
||||
this.Settings.TabStop = false;
|
||||
//
|
||||
// License
|
||||
//
|
||||
this.License.Controls.Add(this.labelControl4);
|
||||
this.License.Controls.Add(this.RegisterNo);
|
||||
this.License.Controls.Add(this.labelControl3);
|
||||
this.License.Controls.Add(this.InstallId);
|
||||
resources.ApplyResources(this.License, "License");
|
||||
this.License.Name = "License";
|
||||
this.License.TabStop = false;
|
||||
//
|
||||
// labelControl4
|
||||
//
|
||||
this.labelControl4.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelControl4.Appearance.Font")));
|
||||
resources.ApplyResources(this.labelControl4, "labelControl4");
|
||||
this.labelControl4.Name = "labelControl4";
|
||||
//
|
||||
// RegisterNo
|
||||
//
|
||||
resources.ApplyResources(this.RegisterNo, "RegisterNo");
|
||||
this.RegisterNo.Name = "RegisterNo";
|
||||
this.RegisterNo.EditValueChanged += new System.EventHandler(this.RegisterNo_EditValueChanged);
|
||||
//
|
||||
// labelControl3
|
||||
//
|
||||
this.labelControl3.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelControl3.Appearance.Font")));
|
||||
resources.ApplyResources(this.labelControl3, "labelControl3");
|
||||
this.labelControl3.Name = "labelControl3";
|
||||
//
|
||||
// InstallId
|
||||
//
|
||||
resources.ApplyResources(this.InstallId, "InstallId");
|
||||
this.InstallId.Name = "InstallId";
|
||||
//
|
||||
// Exclucive
|
||||
//
|
||||
resources.ApplyResources(this.Exclucive, "Exclucive");
|
||||
this.Exclucive.Name = "Exclucive";
|
||||
this.Exclucive.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(resources.GetString("Exclucive.Properties.Items"), resources.GetString("Exclucive.Properties.Items1")),
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(resources.GetString("Exclucive.Properties.Items2"), resources.GetString("Exclucive.Properties.Items3")),
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(resources.GetString("Exclucive.Properties.Items4"), resources.GetString("Exclucive.Properties.Items5")),
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(resources.GetString("Exclucive.Properties.Items6"), resources.GetString("Exclucive.Properties.Items7"))});
|
||||
this.Exclucive.EditValueChanged += new System.EventHandler(this.Exclucive_EditValueChanged);
|
||||
//
|
||||
// labelControl2
|
||||
//
|
||||
this.labelControl2.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelControl2.Appearance.Font")));
|
||||
resources.ApplyResources(this.labelControl2, "labelControl2");
|
||||
this.labelControl2.Name = "labelControl2";
|
||||
//
|
||||
// labelControl1
|
||||
//
|
||||
this.labelControl1.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelControl1.Appearance.Font")));
|
||||
resources.ApplyResources(this.labelControl1, "labelControl1");
|
||||
this.labelControl1.Name = "labelControl1";
|
||||
//
|
||||
// OutputFolder
|
||||
//
|
||||
resources.ApplyResources(this.OutputFolder, "OutputFolder");
|
||||
this.OutputFolder.Name = "OutputFolder";
|
||||
this.OutputFolder.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton()});
|
||||
this.OutputFolder.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.OutputFolder_ButtonClick);
|
||||
//
|
||||
// labelControl7
|
||||
//
|
||||
this.labelControl7.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelControl7.Appearance.Font")));
|
||||
resources.ApplyResources(this.labelControl7, "labelControl7");
|
||||
this.labelControl7.Name = "labelControl7";
|
||||
//
|
||||
// BackupFolder
|
||||
//
|
||||
resources.ApplyResources(this.BackupFolder, "BackupFolder");
|
||||
this.BackupFolder.Name = "BackupFolder";
|
||||
this.BackupFolder.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton()});
|
||||
this.BackupFolder.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.BackupFolder_ButtonClick);
|
||||
//
|
||||
// Databasefile
|
||||
//
|
||||
resources.ApplyResources(this.Databasefile, "Databasefile");
|
||||
this.Databasefile.Name = "Databasefile";
|
||||
this.Databasefile.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton()});
|
||||
this.Databasefile.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.Databasefile_ButtonClick);
|
||||
//
|
||||
// labelControl6
|
||||
//
|
||||
this.labelControl6.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelControl6.Appearance.Font")));
|
||||
resources.ApplyResources(this.labelControl6, "labelControl6");
|
||||
this.labelControl6.Name = "labelControl6";
|
||||
//
|
||||
// barManager
|
||||
//
|
||||
this.barManager.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
|
||||
this.bar2});
|
||||
this.barManager.DockControls.Add(this.barDockControlTop);
|
||||
this.barManager.DockControls.Add(this.barDockControlBottom);
|
||||
this.barManager.DockControls.Add(this.barDockControlLeft);
|
||||
this.barManager.DockControls.Add(this.barDockControlRight);
|
||||
this.barManager.Form = this;
|
||||
this.barManager.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
|
||||
this.barSave,
|
||||
this.barClose,
|
||||
this.barChangePass,
|
||||
this.barBackup});
|
||||
this.barManager.MainMenu = this.bar2;
|
||||
this.barManager.MaxItemId = 9;
|
||||
this.barManager.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
||||
this.cbFilter});
|
||||
//
|
||||
// bar2
|
||||
//
|
||||
this.bar2.BarName = "Main menu";
|
||||
this.bar2.DockCol = 0;
|
||||
this.bar2.DockRow = 0;
|
||||
this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
|
||||
this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
|
||||
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barSave, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
|
||||
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barBackup, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
|
||||
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barChangePass, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
|
||||
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barClose, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
|
||||
this.bar2.OptionsBar.MultiLine = true;
|
||||
this.bar2.OptionsBar.UseWholeRow = true;
|
||||
resources.ApplyResources(this.bar2, "bar2");
|
||||
//
|
||||
// barSave
|
||||
//
|
||||
resources.ApplyResources(this.barSave, "barSave");
|
||||
this.barSave.Glyph = ((System.Drawing.Image)(resources.GetObject("barSave.Glyph")));
|
||||
this.barSave.Id = 2;
|
||||
this.barSave.ImageIndex = 0;
|
||||
this.barSave.Name = "barSave";
|
||||
this.barSave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barSave_ItemClick);
|
||||
//
|
||||
// barBackup
|
||||
//
|
||||
resources.ApplyResources(this.barBackup, "barBackup");
|
||||
this.barBackup.Glyph = ((System.Drawing.Image)(resources.GetObject("barBackup.Glyph")));
|
||||
this.barBackup.Id = 8;
|
||||
this.barBackup.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barBackup.LargeGlyph")));
|
||||
this.barBackup.Name = "barBackup";
|
||||
this.barBackup.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBackup_ItemClick);
|
||||
//
|
||||
// barChangePass
|
||||
//
|
||||
resources.ApplyResources(this.barChangePass, "barChangePass");
|
||||
this.barChangePass.Glyph = ((System.Drawing.Image)(resources.GetObject("barChangePass.Glyph")));
|
||||
this.barChangePass.Id = 7;
|
||||
this.barChangePass.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barChangePass.LargeGlyph")));
|
||||
this.barChangePass.Name = "barChangePass";
|
||||
this.barChangePass.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barChangePass_ItemClick);
|
||||
//
|
||||
// barClose
|
||||
//
|
||||
resources.ApplyResources(this.barClose, "barClose");
|
||||
this.barClose.Glyph = ((System.Drawing.Image)(resources.GetObject("barClose.Glyph")));
|
||||
this.barClose.Id = 6;
|
||||
this.barClose.Name = "barClose";
|
||||
this.barClose.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barClose_ItemClick);
|
||||
//
|
||||
// barDockControlTop
|
||||
//
|
||||
this.barDockControlTop.CausesValidation = false;
|
||||
resources.ApplyResources(this.barDockControlTop, "barDockControlTop");
|
||||
//
|
||||
// barDockControlBottom
|
||||
//
|
||||
this.barDockControlBottom.CausesValidation = false;
|
||||
resources.ApplyResources(this.barDockControlBottom, "barDockControlBottom");
|
||||
//
|
||||
// barDockControlLeft
|
||||
//
|
||||
this.barDockControlLeft.CausesValidation = false;
|
||||
resources.ApplyResources(this.barDockControlLeft, "barDockControlLeft");
|
||||
//
|
||||
// barDockControlRight
|
||||
//
|
||||
this.barDockControlRight.CausesValidation = false;
|
||||
resources.ApplyResources(this.barDockControlRight, "barDockControlRight");
|
||||
//
|
||||
// cbFilter
|
||||
//
|
||||
resources.ApplyResources(this.cbFilter, "cbFilter");
|
||||
this.cbFilter.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("cbFilter.Buttons"))))});
|
||||
this.cbFilter.Items.AddRange(new object[] {
|
||||
resources.GetString("cbFilter.Items"),
|
||||
resources.GetString("cbFilter.Items1"),
|
||||
resources.GetString("cbFilter.Items2"),
|
||||
resources.GetString("cbFilter.Items3"),
|
||||
resources.GetString("cbFilter.Items4"),
|
||||
resources.GetString("cbFilter.Items5")});
|
||||
this.cbFilter.Name = "cbFilter";
|
||||
//
|
||||
// openFileDialog
|
||||
//
|
||||
this.openFileDialog.FileName = "openFileDialog";
|
||||
//
|
||||
// frmSettings
|
||||
//
|
||||
this.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("frmSettings.Appearance.BackColor")));
|
||||
this.Appearance.Options.UseBackColor = true;
|
||||
resources.ApplyResources(this, "$this");
|
||||
this.Controls.Add(this.Settings);
|
||||
this.Controls.Add(this.barDockControlLeft);
|
||||
this.Controls.Add(this.barDockControlRight);
|
||||
this.Controls.Add(this.barDockControlBottom);
|
||||
this.Controls.Add(this.barDockControlTop);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
||||
this.Name = "frmSettings";
|
||||
this.Load += new System.EventHandler(this.frmSettings_Load);
|
||||
this.Settings.ResumeLayout(false);
|
||||
this.Settings.PerformLayout();
|
||||
this.License.ResumeLayout(false);
|
||||
this.License.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.RegisterNo.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.InstallId.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Exclucive.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.OutputFolder.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.BackupFolder.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Databasefile.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.cbFilter)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.tblDistrictEntityBindingSource)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.tblCommuneEntityBindingSource)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.tblProvinceEntityBindingSource)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.GroupBox Settings;
|
||||
private System.Windows.Forms.OpenFileDialog SettingDlg;
|
||||
private System.Windows.Forms.BindingSource tblProvinceEntityBindingSource;
|
||||
private System.Windows.Forms.BindingSource tblDistrictEntityBindingSource;
|
||||
private System.Windows.Forms.BindingSource tblCommuneEntityBindingSource;
|
||||
private DevExpress.XtraEditors.ButtonEdit Databasefile;
|
||||
private DevExpress.XtraEditors.LabelControl labelControl6;
|
||||
private System.Windows.Forms.OpenFileDialog openFileDialog;
|
||||
private DevExpress.XtraEditors.LabelControl labelControl7;
|
||||
private DevExpress.XtraEditors.ButtonEdit BackupFolder;
|
||||
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog;
|
||||
private DevExpress.XtraBars.BarManager barManager;
|
||||
private DevExpress.XtraBars.Bar bar2;
|
||||
private DevExpress.XtraBars.BarButtonItem barSave;
|
||||
private DevExpress.XtraBars.BarDockControl barDockControlTop;
|
||||
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
|
||||
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
|
||||
private DevExpress.XtraBars.BarDockControl barDockControlRight;
|
||||
private DevExpress.XtraEditors.Repository.RepositoryItemComboBox cbFilter;
|
||||
private DevExpress.XtraBars.BarButtonItem barClose;
|
||||
private DevExpress.XtraBars.BarButtonItem barChangePass;
|
||||
private DevExpress.XtraEditors.LabelControl labelControl1;
|
||||
private DevExpress.XtraEditors.ButtonEdit OutputFolder;
|
||||
private DevExpress.XtraBars.BarButtonItem barBackup;
|
||||
private DevExpress.XtraEditors.RadioGroup Exclucive;
|
||||
private DevExpress.XtraEditors.LabelControl labelControl2;
|
||||
private System.Windows.Forms.GroupBox License;
|
||||
private DevExpress.XtraEditors.LabelControl labelControl4;
|
||||
private DevExpress.XtraEditors.TextEdit RegisterNo;
|
||||
private DevExpress.XtraEditors.LabelControl labelControl3;
|
||||
private DevExpress.XtraEditors.TextEdit InstallId;
|
||||
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user