/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraGrid.GridFormatRule gridFormatRule1 = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDataBar formatConditionRuleDataBar1 = new DevExpress.XtraEditors.FormatConditionRuleDataBar();
     DevExpress.XtraGrid.GridFormatRule gridFormatRule2 = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDataBar formatConditionRuleDataBar2 = new DevExpress.XtraEditors.FormatConditionRuleDataBar();
     DevExpress.XtraGrid.GridFormatRule gridFormatRule3 = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDataBar formatConditionRuleDataBar3 = new DevExpress.XtraEditors.FormatConditionRuleDataBar();
     DevExpress.XtraGrid.GridFormatRule gridFormatRule4 = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDataBar formatConditionRuleDataBar4 = new DevExpress.XtraEditors.FormatConditionRuleDataBar();
     this.colDataSize      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDataFreeSize  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLogSize       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLogFreeSize   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDatabase      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.buttonCancel     = new DevExpress.XtraEditors.SimpleButton();
     this.buttonOK         = new DevExpress.XtraEditors.SimpleButton();
     this.buttonRefresh    = new DevExpress.XtraEditors.SimpleButton();
     this.grid             = new DevExpress.XtraGrid.GridControl();
     this.view             = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colRecoveryModel = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLogReuseWait  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.searchControl1   = new DevExpress.XtraEditors.SearchControl();
     ((System.ComponentModel.ISupportInitialize)(this.grid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.view)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.searchControl1.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // colDataSize
     //
     this.colDataSize.Caption      = "Data Size";
     this.colDataSize.FieldName    = "DataSize";
     this.colDataSize.MaxWidth     = 110;
     this.colDataSize.MinWidth     = 110;
     this.colDataSize.Name         = "colDataSize";
     this.colDataSize.Visible      = true;
     this.colDataSize.VisibleIndex = 4;
     this.colDataSize.Width        = 110;
     //
     // colDataFreeSize
     //
     this.colDataFreeSize.Caption      = "Free Size";
     this.colDataFreeSize.FieldName    = "DataFreeSize";
     this.colDataFreeSize.MaxWidth     = 100;
     this.colDataFreeSize.MinWidth     = 100;
     this.colDataFreeSize.Name         = "colDataFreeSize";
     this.colDataFreeSize.Visible      = true;
     this.colDataFreeSize.VisibleIndex = 5;
     this.colDataFreeSize.Width        = 100;
     //
     // colLogSize
     //
     this.colLogSize.Caption      = "Log Size";
     this.colLogSize.FieldName    = "LogSize";
     this.colLogSize.MaxWidth     = 110;
     this.colLogSize.MinWidth     = 110;
     this.colLogSize.Name         = "colLogSize";
     this.colLogSize.Visible      = true;
     this.colLogSize.VisibleIndex = 6;
     this.colLogSize.Width        = 110;
     //
     // colLogFreeSize
     //
     this.colLogFreeSize.Caption      = "Free Size";
     this.colLogFreeSize.FieldName    = "LogFreeSize";
     this.colLogFreeSize.MaxWidth     = 100;
     this.colLogFreeSize.MinWidth     = 100;
     this.colLogFreeSize.Name         = "colLogFreeSize";
     this.colLogFreeSize.Visible      = true;
     this.colLogFreeSize.VisibleIndex = 7;
     this.colLogFreeSize.Width        = 100;
     //
     // colDatabase
     //
     this.colDatabase.Caption      = "Database";
     this.colDatabase.FieldName    = "DatabaseName";
     this.colDatabase.Name         = "colDatabase";
     this.colDatabase.Visible      = true;
     this.colDatabase.VisibleIndex = 1;
     this.colDatabase.Width        = 241;
     //
     // buttonCancel
     //
     this.buttonCancel.AllowFocus   = false;
     this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.buttonCancel.Location     = new System.Drawing.Point(865, 365);
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.Size         = new System.Drawing.Size(75, 23);
     this.buttonCancel.TabIndex     = 3;
     this.buttonCancel.Text         = "Cancel";
     //
     // buttonOK
     //
     this.buttonOK.AllowFocus   = false;
     this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.buttonOK.Enabled      = false;
     this.buttonOK.Location     = new System.Drawing.Point(784, 365);
     this.buttonOK.Name         = "buttonOK";
     this.buttonOK.Size         = new System.Drawing.Size(75, 23);
     this.buttonOK.TabIndex     = 2;
     this.buttonOK.Text         = "OK";
     //
     // buttonRefresh
     //
     this.buttonRefresh.AllowFocus = false;
     this.buttonRefresh.Location   = new System.Drawing.Point(12, 365);
     this.buttonRefresh.Name       = "buttonRefresh";
     this.buttonRefresh.Size       = new System.Drawing.Size(75, 23);
     this.buttonRefresh.TabIndex   = 1;
     this.buttonRefresh.Text       = "Refresh";
     this.buttonRefresh.Click     += new System.EventHandler(this.ButtonRefreshClick);
     //
     // grid
     //
     this.grid.Font     = new System.Drawing.Font("Tahoma", 9F);
     this.grid.Location = new System.Drawing.Point(12, 6);
     this.grid.MainView = this.view;
     this.grid.Margin   = new System.Windows.Forms.Padding(3, 8, 3, 3);
     this.grid.Name     = "grid";
     this.grid.Size     = new System.Drawing.Size(928, 353);
     this.grid.TabIndex = 0;
     this.grid.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.view
     });
     //
     // view
     //
     this.view.Appearance.EvenRow.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(212)))), ((int)(((byte)(212)))));
     this.view.Appearance.EvenRow.Options.UseBackColor    = true;
     this.view.Appearance.FocusedRow.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(212)))), ((int)(((byte)(212)))));
     this.view.Appearance.FocusedRow.Options.UseBackColor = true;
     this.view.Appearance.HeaderPanel.Font                      = new System.Drawing.Font("Tahoma", 8.75F);
     this.view.Appearance.HeaderPanel.Options.UseFont           = true;
     this.view.Appearance.HideSelectionRow.BackColor            = System.Drawing.Color.Transparent;
     this.view.Appearance.HideSelectionRow.Options.UseBackColor = true;
     this.view.Appearance.OddRow.BackColor                      = System.Drawing.Color.Gainsboro;
     this.view.Appearance.OddRow.Options.UseBackColor           = true;
     this.view.Appearance.Row.Font                         = new System.Drawing.Font("Tahoma", 8.75F);
     this.view.Appearance.Row.Options.UseFont              = true;
     this.view.Appearance.SelectedRow.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(212)))), ((int)(((byte)(212)))));
     this.view.Appearance.SelectedRow.Options.UseBackColor = true;
     this.view.ColumnPanelRowHeight                        = 26;
     this.view.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colDatabase,
         this.colRecoveryModel,
         this.colLogReuseWait,
         this.colDataSize,
         this.colDataFreeSize,
         this.colLogSize,
         this.colLogFreeSize
     });
     this.view.FocusRectStyle      = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.None;
     gridFormatRule1.Column        = this.colDataSize;
     gridFormatRule1.ColumnApplyTo = this.colDataSize;
     gridFormatRule1.Name          = "DataSize";
     formatConditionRuleDataBar1.AllowNegativeAxis                 = false;
     formatConditionRuleDataBar1.Appearance.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(180)))), ((int)(((byte)(247)))));
     formatConditionRuleDataBar1.Appearance.BackColor2             = System.Drawing.Color.Transparent;
     formatConditionRuleDataBar1.Appearance.BorderColor            = System.Drawing.Color.Transparent;
     formatConditionRuleDataBar1.Appearance.Options.UseBackColor   = true;
     formatConditionRuleDataBar1.Appearance.Options.UseBorderColor = true;
     formatConditionRuleDataBar1.DrawAxis = false;
     formatConditionRuleDataBar1.Maximum  = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     formatConditionRuleDataBar1.MaximumType = DevExpress.XtraEditors.FormatConditionValueType.Percent;
     formatConditionRuleDataBar1.Minimum     = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     formatConditionRuleDataBar1.MinimumType    = DevExpress.XtraEditors.FormatConditionValueType.Number;
     formatConditionRuleDataBar1.PredefinedName = null;
     formatConditionRuleDataBar1.RightToLeft    = DevExpress.Utils.DefaultBoolean.False;
     gridFormatRule1.Rule          = formatConditionRuleDataBar1;
     gridFormatRule2.Column        = this.colDataFreeSize;
     gridFormatRule2.ColumnApplyTo = this.colDataFreeSize;
     gridFormatRule2.Name          = "DataFreeSize";
     formatConditionRuleDataBar2.Appearance.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(201)))), ((int)(((byte)(255)))));
     formatConditionRuleDataBar2.Appearance.BackColor2             = System.Drawing.Color.Transparent;
     formatConditionRuleDataBar2.Appearance.BorderColor            = System.Drawing.Color.Transparent;
     formatConditionRuleDataBar2.Appearance.Options.UseBackColor   = true;
     formatConditionRuleDataBar2.Appearance.Options.UseBorderColor = true;
     formatConditionRuleDataBar2.DrawAxis = false;
     formatConditionRuleDataBar2.Maximum  = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     formatConditionRuleDataBar2.MaximumType = DevExpress.XtraEditors.FormatConditionValueType.Number;
     formatConditionRuleDataBar2.Minimum     = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     formatConditionRuleDataBar2.MinimumType    = DevExpress.XtraEditors.FormatConditionValueType.Number;
     formatConditionRuleDataBar2.PredefinedName = null;
     gridFormatRule2.Rule          = formatConditionRuleDataBar2;
     gridFormatRule3.Column        = this.colLogSize;
     gridFormatRule3.ColumnApplyTo = this.colLogSize;
     gridFormatRule3.Name          = "LogSize";
     formatConditionRuleDataBar3.AllowNegativeAxis                 = false;
     formatConditionRuleDataBar3.Appearance.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(218)))), ((int)(((byte)(206)))));
     formatConditionRuleDataBar3.Appearance.BackColor2             = System.Drawing.Color.Transparent;
     formatConditionRuleDataBar3.Appearance.BorderColor            = System.Drawing.Color.Transparent;
     formatConditionRuleDataBar3.Appearance.Options.UseBackColor   = true;
     formatConditionRuleDataBar3.Appearance.Options.UseBorderColor = true;
     formatConditionRuleDataBar3.DrawAxis = false;
     formatConditionRuleDataBar3.Maximum  = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     formatConditionRuleDataBar3.MaximumType = DevExpress.XtraEditors.FormatConditionValueType.Percent;
     formatConditionRuleDataBar3.Minimum     = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     formatConditionRuleDataBar3.MinimumType    = DevExpress.XtraEditors.FormatConditionValueType.Number;
     formatConditionRuleDataBar3.PredefinedName = null;
     formatConditionRuleDataBar3.RightToLeft    = DevExpress.Utils.DefaultBoolean.False;
     gridFormatRule3.Rule          = formatConditionRuleDataBar3;
     gridFormatRule4.Column        = this.colLogFreeSize;
     gridFormatRule4.ColumnApplyTo = this.colLogFreeSize;
     gridFormatRule4.Name          = "LogFreeSize";
     formatConditionRuleDataBar4.Appearance.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(122)))), ((int)(((byte)(224)))), ((int)(((byte)(212)))));
     formatConditionRuleDataBar4.Appearance.BackColor2             = System.Drawing.Color.Transparent;
     formatConditionRuleDataBar4.Appearance.BorderColor            = System.Drawing.Color.Transparent;
     formatConditionRuleDataBar4.Appearance.Options.UseBackColor   = true;
     formatConditionRuleDataBar4.Appearance.Options.UseBorderColor = true;
     formatConditionRuleDataBar4.DrawAxis = false;
     formatConditionRuleDataBar4.Maximum  = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     formatConditionRuleDataBar4.MaximumType = DevExpress.XtraEditors.FormatConditionValueType.Number;
     formatConditionRuleDataBar4.Minimum     = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     formatConditionRuleDataBar4.MinimumType    = DevExpress.XtraEditors.FormatConditionValueType.Number;
     formatConditionRuleDataBar4.PredefinedName = null;
     gridFormatRule4.Rule = formatConditionRuleDataBar4;
     this.view.FormatRules.Add(gridFormatRule1);
     this.view.FormatRules.Add(gridFormatRule2);
     this.view.FormatRules.Add(gridFormatRule3);
     this.view.FormatRules.Add(gridFormatRule4);
     this.view.GridControl = this.grid;
     this.view.Name        = "view";
     this.view.OptionsBehavior.Editable = false;
     this.view.OptionsCustomization.AllowColumnMoving     = false;
     this.view.OptionsCustomization.AllowColumnResizing   = false;
     this.view.OptionsCustomization.AllowFilter           = false;
     this.view.OptionsCustomization.AllowGroup            = false;
     this.view.OptionsCustomization.AllowQuickHideColumns = false;
     this.view.OptionsFilter.AllowFilterEditor            = false;
     this.view.OptionsFind.AllowFindPanel    = false;
     this.view.OptionsFind.FindFilterColumns = "DatabaseName";
     this.view.OptionsFind.FindMode          = DevExpress.XtraEditors.FindMode.Always;
     this.view.OptionsFind.FindNullPrompt    = "";
     this.view.OptionsFind.ShowClearButton   = false;
     this.view.OptionsFind.ShowCloseButton   = false;
     this.view.OptionsFind.ShowFindButton    = false;
     this.view.OptionsMenu.EnableColumnMenu  = false;
     this.view.OptionsSelection.CheckBoxSelectorColumnWidth = 35;
     this.view.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.view.OptionsSelection.MultiSelect        = true;
     this.view.OptionsSelection.MultiSelectMode    = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect;
     this.view.OptionsView.EnableAppearanceEvenRow = true;
     this.view.OptionsView.EnableAppearanceOddRow  = true;
     this.view.OptionsView.ShowGroupPanel          = false;
     this.view.OptionsView.ShowIndicator           = false;
     this.view.RowHeight = 24;
     this.view.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colDataSize, DevExpress.Data.ColumnSortOrder.Descending)
     });
     this.view.SelectionChanged        += new DevExpress.Data.SelectionChangedEventHandler(this.GridSelectionChanged);
     this.view.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.GridCustomColumnDisplayText);
     this.view.DoubleClick             += new System.EventHandler(this.GridDoubleClick);
     //
     // colRecoveryModel
     //
     this.colRecoveryModel.Caption      = "Recovery Model";
     this.colRecoveryModel.FieldName    = "RecoveryModel";
     this.colRecoveryModel.MaxWidth     = 105;
     this.colRecoveryModel.MinWidth     = 105;
     this.colRecoveryModel.Name         = "colRecoveryModel";
     this.colRecoveryModel.Visible      = true;
     this.colRecoveryModel.VisibleIndex = 2;
     this.colRecoveryModel.Width        = 105;
     //
     // colLogReuseWait
     //
     this.colLogReuseWait.Caption      = "Log Reuse Wait";
     this.colLogReuseWait.FieldName    = "LogReuseWait";
     this.colLogReuseWait.MaxWidth     = 130;
     this.colLogReuseWait.MinWidth     = 130;
     this.colLogReuseWait.Name         = "colLogReuseWait";
     this.colLogReuseWait.Visible      = true;
     this.colLogReuseWait.VisibleIndex = 3;
     this.colLogReuseWait.Width        = 130;
     //
     // searchControl1
     //
     this.searchControl1.Client   = this.grid;
     this.searchControl1.Location = new System.Drawing.Point(93, 367);
     this.searchControl1.Name     = "searchControl1";
     this.searchControl1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Repository.ClearButton(),
         new DevExpress.XtraEditors.Repository.SearchButton()
     });
     this.searchControl1.Properties.Client = this.grid;
     this.searchControl1.Size     = new System.Drawing.Size(217, 20);
     this.searchControl1.TabIndex = 4;
     //
     // DatabaseBox
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(952, 398);
     this.Controls.Add(this.searchControl1);
     this.Controls.Add(this.grid);
     this.Controls.Add(this.buttonRefresh);
     this.Controls.Add(this.buttonOK);
     this.Controls.Add(this.buttonCancel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "DatabaseBox";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Select Databases";
     ((System.ComponentModel.ISupportInitialize)(this.grid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.view)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.searchControl1.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraGrid.GridFormatRule gridFormatRule1 = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleIconSet formatConditionRuleIconSet1 = new DevExpress.XtraEditors.FormatConditionRuleIconSet();
     DevExpress.XtraEditors.FormatConditionIconSet     formatConditionIconSet1     = new DevExpress.XtraEditors.FormatConditionIconSet();
     DevExpress.XtraEditors.FormatConditionIconSetIcon formatConditionIconSetIcon1 = new DevExpress.XtraEditors.FormatConditionIconSetIcon();
     DevExpress.XtraEditors.FormatConditionIconSetIcon formatConditionIconSetIcon2 = new DevExpress.XtraEditors.FormatConditionIconSetIcon();
     DevExpress.XtraEditors.FormatConditionIconSetIcon formatConditionIconSetIcon3 = new DevExpress.XtraEditors.FormatConditionIconSetIcon();
     DevExpress.XtraGrid.GridFormatRule gridFormatRule2 = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleIconSet formatConditionRuleIconSet2 = new DevExpress.XtraEditors.FormatConditionRuleIconSet();
     DevExpress.XtraEditors.FormatConditionIconSet     formatConditionIconSet2     = new DevExpress.XtraEditors.FormatConditionIconSet();
     DevExpress.XtraEditors.FormatConditionIconSetIcon formatConditionIconSetIcon4 = new DevExpress.XtraEditors.FormatConditionIconSetIcon();
     DevExpress.XtraEditors.FormatConditionIconSetIcon formatConditionIconSetIcon5 = new DevExpress.XtraEditors.FormatConditionIconSetIcon();
     DevExpress.XtraEditors.FormatConditionIconSetIcon formatConditionIconSetIcon6 = new DevExpress.XtraEditors.FormatConditionIconSetIcon();
     DevExpress.XtraGrid.GridFormatRule gridFormatRule3 = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleIconSet formatConditionRuleIconSet3 = new DevExpress.XtraEditors.FormatConditionRuleIconSet();
     DevExpress.XtraEditors.FormatConditionIconSet     formatConditionIconSet3     = new DevExpress.XtraEditors.FormatConditionIconSet();
     DevExpress.XtraEditors.FormatConditionIconSetIcon formatConditionIconSetIcon7 = new DevExpress.XtraEditors.FormatConditionIconSetIcon();
     DevExpress.XtraEditors.FormatConditionIconSetIcon formatConditionIconSetIcon8 = new DevExpress.XtraEditors.FormatConditionIconSetIcon();
     DevExpress.XtraEditors.FormatConditionIconSetIcon formatConditionIconSetIcon9 = new DevExpress.XtraEditors.FormatConditionIconSetIcon();
     DevExpress.XtraGrid.GridFormatRule gridFormatRule4 = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDataBar formatConditionRuleDataBar1 = new DevExpress.XtraEditors.FormatConditionRuleDataBar();
     this.colUsdtValue = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridControl1 = new DevExpress.XtraGrid.GridControl();
     this.poloniexAccountBalanceInfoBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.gridView1               = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colCurrency             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.colBalance              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAvailable            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colOnOrders             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colBtcValue             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colExchange             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDepositAddress       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNonZero              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAccount              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colUsdtPrice            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTextEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.barManager1             = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1                 = new DevExpress.XtraBars.Bar();
     this.bcShowNonZero        = new DevExpress.XtraBars.BarCheckItem();
     this.bcDeposites          = new DevExpress.XtraBars.BarCheckItem();
     this.bar3                 = new DevExpress.XtraBars.Bar();
     this.bsInfo               = new DevExpress.XtraBars.BarStaticItem();
     this.barDockControlTop    = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft   = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight  = new DevExpress.XtraBars.BarDockControl();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.poloniexAccountBalanceInfoBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     this.SuspendLayout();
     //
     // colUsdtValue
     //
     this.colUsdtValue.DisplayFormat.FormatString = "0.00";
     this.colUsdtValue.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colUsdtValue.FieldName = "UsdtValue";
     this.colUsdtValue.MinWidth  = 16;
     this.colUsdtValue.Name      = "colUsdtValue";
     this.colUsdtValue.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "UsdtValue", "SUM={0:0.00000000}")
     });
     this.colUsdtValue.Visible      = true;
     this.colUsdtValue.VisibleIndex = 7;
     this.colUsdtValue.Width        = 246;
     //
     // gridControl1
     //
     this.gridControl1.DataSource = this.poloniexAccountBalanceInfoBindingSource;
     this.gridControl1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(0);
     this.gridControl1.Location = new System.Drawing.Point(0, 44);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Margin   = new System.Windows.Forms.Padding(2);
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemTextEdit1,
         this.repositoryItemTextEdit2
     });
     this.gridControl1.Size            = new System.Drawing.Size(1541, 789);
     this.gridControl1.TabIndex        = 3;
     this.gridControl1.UseDirectXPaint = DevExpress.Utils.DefaultBoolean.True;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     this.gridControl1.Click += new System.EventHandler(this.gridControl1_Click);
     //
     // poloniexAccountBalanceInfoBindingSource
     //
     this.poloniexAccountBalanceInfoBindingSource.DataSource = typeof(Crypto.Core.Common.BalanceBase);
     //
     // gridView1
     //
     this.gridView1.Appearance.GroupPanel.Font            = new System.Drawing.Font("Segoe UI", 10.125F);
     this.gridView1.Appearance.GroupPanel.Options.UseFont = true;
     this.gridView1.Appearance.GroupRow.Font               = new System.Drawing.Font("Segoe UI", 10.125F);
     this.gridView1.Appearance.GroupRow.Options.UseFont    = true;
     this.gridView1.Appearance.HeaderPanel.Font            = new System.Drawing.Font("Segoe UI", 10.125F);
     this.gridView1.Appearance.HeaderPanel.Options.UseFont = true;
     this.gridView1.Appearance.Row.Font            = new System.Drawing.Font("Segoe UI", 10.125F);
     this.gridView1.Appearance.Row.Options.UseFont = true;
     this.gridView1.ColumnPanelRowHeight           = 0;
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colCurrency,
         this.colBalance,
         this.colAvailable,
         this.colOnOrders,
         this.colBtcValue,
         this.colExchange,
         this.colDepositAddress,
         this.colNonZero,
         this.colAccount,
         this.colUsdtPrice,
         this.colUsdtValue
     });
     this.gridView1.DetailHeight                = 143;
     this.gridView1.FixedLineWidth              = 1;
     this.gridView1.FooterPanelHeight           = 0;
     gridFormatRule1.Name                       = "FormatRulePercentChange";
     formatConditionIconSet1.CategoryName       = "Positive/Negative";
     formatConditionIconSetIcon1.PredefinedName = "Arrows3_3.png";
     formatConditionIconSetIcon1.Value          = new decimal(new int[] {
         -1,
         -1,
         -1,
         -2147483648
     });
     formatConditionIconSetIcon1.ValueComparison = DevExpress.XtraEditors.FormatConditionComparisonType.GreaterOrEqual;
     formatConditionIconSetIcon2.PredefinedName  = "Arrows3_2.png";
     formatConditionIconSetIcon2.ValueComparison = DevExpress.XtraEditors.FormatConditionComparisonType.GreaterOrEqual;
     formatConditionIconSetIcon3.PredefinedName  = "Arrows3_1.png";
     formatConditionIconSet1.Icons.Add(formatConditionIconSetIcon1);
     formatConditionIconSet1.Icons.Add(formatConditionIconSetIcon2);
     formatConditionIconSet1.Icons.Add(formatConditionIconSetIcon3);
     formatConditionIconSet1.Name        = "PositiveNegativeArrows";
     formatConditionIconSet1.ValueType   = DevExpress.XtraEditors.FormatConditionValueType.Number;
     formatConditionRuleIconSet1.IconSet = formatConditionIconSet1;
     gridFormatRule1.Rule = formatConditionRuleIconSet1;
     gridFormatRule2.Name = "FormatRuleBidDelta";
     formatConditionIconSet2.CategoryName       = "Positive/Negative";
     formatConditionIconSetIcon4.PredefinedName = "Arrows3_3.png";
     formatConditionIconSetIcon4.Value          = new decimal(new int[] {
         -1,
         -1,
         -1,
         -2147483648
     });
     formatConditionIconSetIcon4.ValueComparison = DevExpress.XtraEditors.FormatConditionComparisonType.GreaterOrEqual;
     formatConditionIconSetIcon5.PredefinedName  = "Arrows3_2.png";
     formatConditionIconSetIcon5.ValueComparison = DevExpress.XtraEditors.FormatConditionComparisonType.GreaterOrEqual;
     formatConditionIconSetIcon6.PredefinedName  = "Arrows3_1.png";
     formatConditionIconSet2.Icons.Add(formatConditionIconSetIcon4);
     formatConditionIconSet2.Icons.Add(formatConditionIconSetIcon5);
     formatConditionIconSet2.Icons.Add(formatConditionIconSetIcon6);
     formatConditionIconSet2.Name        = "PositiveNegativeArrows";
     formatConditionIconSet2.ValueType   = DevExpress.XtraEditors.FormatConditionValueType.Number;
     formatConditionRuleIconSet2.IconSet = formatConditionIconSet2;
     gridFormatRule2.Rule = formatConditionRuleIconSet2;
     gridFormatRule3.Name = "FormatRuleAskDelta";
     formatConditionIconSet3.CategoryName       = "Positive/Negative";
     formatConditionIconSetIcon7.PredefinedName = "Arrows3_3.png";
     formatConditionIconSetIcon7.Value          = new decimal(new int[] {
         -1,
         -1,
         -1,
         -2147483648
     });
     formatConditionIconSetIcon7.ValueComparison = DevExpress.XtraEditors.FormatConditionComparisonType.GreaterOrEqual;
     formatConditionIconSetIcon8.PredefinedName  = "Arrows3_2.png";
     formatConditionIconSetIcon8.ValueComparison = DevExpress.XtraEditors.FormatConditionComparisonType.GreaterOrEqual;
     formatConditionIconSetIcon9.PredefinedName  = "Arrows3_1.png";
     formatConditionIconSet3.Icons.Add(formatConditionIconSetIcon7);
     formatConditionIconSet3.Icons.Add(formatConditionIconSetIcon8);
     formatConditionIconSet3.Icons.Add(formatConditionIconSetIcon9);
     formatConditionIconSet3.Name        = "PositiveNegativeArrows";
     formatConditionIconSet3.ValueType   = DevExpress.XtraEditors.FormatConditionValueType.Number;
     formatConditionRuleIconSet3.IconSet = formatConditionIconSet3;
     gridFormatRule3.Rule          = formatConditionRuleIconSet3;
     gridFormatRule4.Column        = this.colUsdtValue;
     gridFormatRule4.ColumnApplyTo = this.colUsdtValue;
     gridFormatRule4.Name          = "Format0";
     formatConditionRuleDataBar1.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     formatConditionRuleDataBar1.Appearance.Options.UseBackColor = true;
     formatConditionRuleDataBar1.PredefinedName = null;
     formatConditionRuleDataBar1.RightToLeft    = DevExpress.Utils.DefaultBoolean.True;
     gridFormatRule4.Rule = formatConditionRuleDataBar1;
     this.gridView1.FormatRules.Add(gridFormatRule1);
     this.gridView1.FormatRules.Add(gridFormatRule2);
     this.gridView1.FormatRules.Add(gridFormatRule3);
     this.gridView1.FormatRules.Add(gridFormatRule4);
     this.gridView1.GridControl    = this.gridControl1;
     this.gridView1.GroupCount     = 1;
     this.gridView1.GroupRowHeight = 0;
     this.gridView1.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "BtcValue", this.colBtcValue, "Total {0:0.00000000}"),
         new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "UsdtValue", this.colUsdtValue, "Total {0:0.00}")
     });
     this.gridView1.LevelIndent = 0;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsBehavior.AllowPixelScrolling = DevExpress.Utils.DefaultBoolean.True;
     this.gridView1.OptionsBehavior.AllowSortAnimation  = DevExpress.Utils.DefaultBoolean.True;
     this.gridView1.OptionsBehavior.Editable            = false;
     this.gridView1.OptionsDetail.EnableMasterViewMode  = false;
     this.gridView1.OptionsView.ShowFooter        = true;
     this.gridView1.OptionsView.ShowVerticalLines = DevExpress.Utils.DefaultBoolean.False;
     this.gridView1.PreviewIndent = 0;
     this.gridView1.RowHeight     = 0;
     this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colExchange, DevExpress.Data.ColumnSortOrder.Ascending)
     });
     this.gridView1.ViewCaptionHeight        = 0;
     this.gridView1.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.OnAccountBalancesCustomColumnDisplayText);
     //
     // colCurrency
     //
     this.colCurrency.ColumnEdit   = this.repositoryItemTextEdit1;
     this.colCurrency.FieldName    = "Currency";
     this.colCurrency.MinWidth     = 10;
     this.colCurrency.Name         = "colCurrency";
     this.colCurrency.Visible      = true;
     this.colCurrency.VisibleIndex = 0;
     this.colCurrency.Width        = 133;
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.Name       = "repositoryItemTextEdit1";
     this.repositoryItemTextEdit1.Padding    = new System.Windows.Forms.Padding(0, 3, 0, 3);
     //
     // colBalance
     //
     this.colBalance.DisplayFormat.FormatString = "0.00000000";
     this.colBalance.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colBalance.FieldName    = "Balance";
     this.colBalance.MinWidth     = 40;
     this.colBalance.Name         = "colBalance";
     this.colBalance.Visible      = true;
     this.colBalance.VisibleIndex = 2;
     this.colBalance.Width        = 150;
     //
     // colAvailable
     //
     this.colAvailable.DisplayFormat.FormatString = "0.00000000";
     this.colAvailable.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colAvailable.FieldName    = "Available";
     this.colAvailable.MinWidth     = 10;
     this.colAvailable.Name         = "colAvailable";
     this.colAvailable.Visible      = true;
     this.colAvailable.VisibleIndex = 3;
     this.colAvailable.Width        = 133;
     //
     // colOnOrders
     //
     this.colOnOrders.DisplayFormat.FormatString = "0.00000000";
     this.colOnOrders.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colOnOrders.FieldName    = "OnOrders";
     this.colOnOrders.MinWidth     = 10;
     this.colOnOrders.Name         = "colOnOrders";
     this.colOnOrders.Visible      = true;
     this.colOnOrders.VisibleIndex = 4;
     this.colOnOrders.Width        = 133;
     //
     // colBtcValue
     //
     this.colBtcValue.DisplayFormat.FormatString = "0.00000000";
     this.colBtcValue.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colBtcValue.FieldName = "BtcValue";
     this.colBtcValue.MinWidth  = 10;
     this.colBtcValue.Name      = "colBtcValue";
     this.colBtcValue.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "BtcValue", "SUM={0:0.00000000}")
     });
     this.colBtcValue.Visible      = true;
     this.colBtcValue.VisibleIndex = 5;
     this.colBtcValue.Width        = 133;
     //
     // colExchange
     //
     this.colExchange.FieldName    = "Exchange";
     this.colExchange.MinWidth     = 14;
     this.colExchange.Name         = "colExchange";
     this.colExchange.Visible      = true;
     this.colExchange.VisibleIndex = 0;
     this.colExchange.Width        = 98;
     //
     // colDepositAddress
     //
     this.colDepositAddress.FieldName    = "DepositAddress";
     this.colDepositAddress.MinWidth     = 10;
     this.colDepositAddress.Name         = "colDepositAddress";
     this.colDepositAddress.Visible      = true;
     this.colDepositAddress.VisibleIndex = 8;
     this.colDepositAddress.Width        = 335;
     //
     // colNonZero
     //
     this.colNonZero.FieldName = "NonZero";
     this.colNonZero.MinWidth  = 10;
     this.colNonZero.Name      = "colNonZero";
     this.colNonZero.Width     = 26;
     //
     // colAccount
     //
     this.colAccount.FieldName    = "Account";
     this.colAccount.MinWidth     = 16;
     this.colAccount.Name         = "colAccount";
     this.colAccount.Visible      = true;
     this.colAccount.VisibleIndex = 1;
     this.colAccount.Width        = 116;
     //
     // colUsdtPrice
     //
     this.colUsdtPrice.ColumnEdit = this.repositoryItemTextEdit2;
     this.colUsdtPrice.DisplayFormat.FormatString = "0.00000000";
     this.colUsdtPrice.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colUsdtPrice.FieldName    = "UsdtPrice";
     this.colUsdtPrice.MinWidth     = 40;
     this.colUsdtPrice.Name         = "colUsdtPrice";
     this.colUsdtPrice.Visible      = true;
     this.colUsdtPrice.VisibleIndex = 6;
     this.colUsdtPrice.Width        = 164;
     //
     // repositoryItemTextEdit2
     //
     this.repositoryItemTextEdit2.AllowHtmlDraw = DevExpress.Utils.DefaultBoolean.True;
     this.repositoryItemTextEdit2.AutoHeight    = false;
     this.repositoryItemTextEdit2.Name          = "repositoryItemTextEdit2";
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.bar1,
         this.bar3
     });
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.bcShowNonZero,
         this.bsInfo,
         this.bcDeposites
     });
     this.barManager1.MaxItemId = 3;
     //
     // bar1
     //
     this.bar1.BarAppearance.Hovered.FontSizeDelta   = 2;
     this.bar1.BarAppearance.Hovered.Options.UseFont = true;
     this.bar1.BarAppearance.Normal.FontSizeDelta    = 2;
     this.bar1.BarAppearance.Normal.Options.UseFont  = true;
     this.bar1.BarAppearance.Pressed.FontSizeDelta   = 2;
     this.bar1.BarAppearance.Pressed.Options.UseFont = true;
     this.bar1.BarName   = "Tools";
     this.bar1.DockCol   = 0;
     this.bar1.DockRow   = 0;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.bcShowNonZero),
         new DevExpress.XtraBars.LinkPersistInfo(this.bcDeposites)
     });
     this.bar1.OptionsBar.DrawBorder  = false;
     this.bar1.OptionsBar.UseWholeRow = true;
     this.bar1.Text = "Tools";
     //
     // bcShowNonZero
     //
     this.bcShowNonZero.BindableChecked    = true;
     this.bcShowNonZero.Caption            = "Show Non Zero Balances";
     this.bcShowNonZero.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
     this.bcShowNonZero.Checked            = true;
     this.bcShowNonZero.Id              = 0;
     this.bcShowNonZero.Name            = "bcShowNonZero";
     this.bcShowNonZero.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.bcShowNonZero_CheckedChanged);
     //
     // bcDeposites
     //
     this.bcDeposites.Caption            = "Update Deposites";
     this.bcDeposites.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
     this.bcDeposites.Id   = 2;
     this.bcDeposites.Name = "bcDeposites";
     //
     // bar3
     //
     this.bar3.BarName      = "Status bar";
     this.bar3.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
     this.bar3.DockCol      = 0;
     this.bar3.DockRow      = 0;
     this.bar3.DockStyle    = DevExpress.XtraBars.BarDockStyle.Bottom;
     this.bar3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.bsInfo)
     });
     this.bar3.OptionsBar.AllowQuickCustomization = false;
     this.bar3.OptionsBar.DrawBorder     = false;
     this.bar3.OptionsBar.DrawDragBorder = false;
     this.bar3.OptionsBar.UseWholeRow    = true;
     this.bar3.Text = "Status bar";
     //
     // bsInfo
     //
     this.bsInfo.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     this.bsInfo.Id            = 1;
     this.bsInfo.Name          = "bsInfo";
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Manager          = this.barManager1;
     this.barDockControlTop.Margin           = new System.Windows.Forms.Padding(1, 2, 1, 2);
     this.barDockControlTop.Size             = new System.Drawing.Size(1541, 44);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 833);
     this.barDockControlBottom.Manager          = this.barManager1;
     this.barDockControlBottom.Margin           = new System.Windows.Forms.Padding(1, 2, 1, 2);
     this.barDockControlBottom.Size             = new System.Drawing.Size(1541, 38);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 44);
     this.barDockControlLeft.Manager          = this.barManager1;
     this.barDockControlLeft.Margin           = new System.Windows.Forms.Padding(1, 2, 1, 2);
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 789);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(1541, 44);
     this.barDockControlRight.Manager          = this.barManager1;
     this.barDockControlRight.Margin           = new System.Windows.Forms.Padding(1, 2, 1, 2);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 789);
     //
     // AccountBalancesForm
     //
     this.Appearance.Options.UseFont = true;
     this.AutoScaleDimensions        = new System.Drawing.SizeF(15F, 37F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize    = new System.Drawing.Size(1541, 871);
     this.Controls.Add(this.gridControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Font   = new System.Drawing.Font("Segoe UI", 10.125F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
     this.Name   = "AccountBalancesForm";
     this.Text   = "Poloniex Account Balances";
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.poloniexAccountBalanceInfoBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraTreeList.StyleFormatConditions.TreeListFormatRule treeListFormatRule1 = new DevExpress.XtraTreeList.StyleFormatConditions.TreeListFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDataBar formatConditionRuleDataBar1        = new DevExpress.XtraEditors.FormatConditionRuleDataBar();
     DevExpress.XtraTreeList.StyleFormatConditions.TreeListFormatRule treeListFormatRule2 = new DevExpress.XtraTreeList.StyleFormatConditions.TreeListFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDataBar formatConditionRuleDataBar2        = new DevExpress.XtraEditors.FormatConditionRuleDataBar();
     DevExpress.XtraTreeList.StyleFormatConditions.TreeListFormatRule treeListFormatRule3 = new DevExpress.XtraTreeList.StyleFormatConditions.TreeListFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDataBar formatConditionRuleDataBar3        = new DevExpress.XtraEditors.FormatConditionRuleDataBar();
     System.ComponentModel.ComponentResourceManager    resources = new System.ComponentModel.ComponentResourceManager(typeof(SqlExecutionPlanControl));
     this.colTotalSubtreeCost   = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colEstimateIO         = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colEstimateCPU        = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treePlan              = new DevExpress.XtraTreeList.TreeList();
     this.colLogicalOp          = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colPhysicalOp         = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colEstimateRows       = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colEstimateExecutions = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colAvgRowSize         = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colArgument           = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colDefinedValues      = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colOutputList         = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colWarnings           = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colType                 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colParallel             = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.bindingExecutionPlan    = new System.Windows.Forms.BindingSource(this.components);
     this.barManager              = new DevExpress.XtraBars.BarManager(this.components);
     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.pmnuExpandAll           = new DevExpress.XtraBars.BarButtonItem();
     this.pmnuCollapseAll         = new DevExpress.XtraBars.BarButtonItem();
     this.pmnuTreeView            = new DevExpress.XtraBars.BarButtonItem();
     this.pmnuShowWholeStatements = new DevExpress.XtraBars.BarButtonItem();
     this.barManageFormatRules    = new DevExpress.XtraBars.BarButtonItem();
     this.popupGridPlan           = new DevExpress.XtraBars.PopupMenu(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.treePlan)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingExecutionPlan)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupGridPlan)).BeginInit();
     this.SuspendLayout();
     //
     // colTotalSubtreeCost
     //
     this.colTotalSubtreeCost.Caption      = "Subtree cost";
     this.colTotalSubtreeCost.FieldName    = "TotalSubtreeCost";
     this.colTotalSubtreeCost.Fixed        = DevExpress.XtraTreeList.Columns.FixedStyle.Left;
     this.colTotalSubtreeCost.Name         = "colTotalSubtreeCost";
     this.colTotalSubtreeCost.Visible      = true;
     this.colTotalSubtreeCost.VisibleIndex = 1;
     this.colTotalSubtreeCost.Width        = 120;
     //
     // colEstimateIO
     //
     this.colEstimateIO.Caption      = "IO";
     this.colEstimateIO.FieldName    = "EstimateIO";
     this.colEstimateIO.Name         = "colEstimateIO";
     this.colEstimateIO.Visible      = true;
     this.colEstimateIO.VisibleIndex = 3;
     this.colEstimateIO.Width        = 100;
     //
     // colEstimateCPU
     //
     this.colEstimateCPU.Caption      = "CPU";
     this.colEstimateCPU.FieldName    = "EstimateCPU";
     this.colEstimateCPU.Name         = "colEstimateCPU";
     this.colEstimateCPU.Visible      = true;
     this.colEstimateCPU.VisibleIndex = 4;
     this.colEstimateCPU.Width        = 100;
     //
     // treePlan
     //
     this.treePlan.Appearance.Preview.FontStyleDelta       = System.Drawing.FontStyle.Italic;
     this.treePlan.Appearance.Preview.ForeColor            = DevExpress.LookAndFeel.DXSkinColors.ForeColors.Information;
     this.treePlan.Appearance.Preview.Options.UseFont      = true;
     this.treePlan.Appearance.Preview.Options.UseForeColor = true;
     this.treePlan.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
         this.colLogicalOp,
         this.colTotalSubtreeCost,
         this.colPhysicalOp,
         this.colEstimateIO,
         this.colEstimateCPU,
         this.colEstimateRows,
         this.colEstimateExecutions,
         this.colAvgRowSize,
         this.colArgument,
         this.colDefinedValues,
         this.colOutputList,
         this.colWarnings,
         this.colType,
         this.colParallel
     });
     this.treePlan.Cursor       = System.Windows.Forms.Cursors.Default;
     this.treePlan.DataSource   = this.bindingExecutionPlan;
     this.treePlan.Dock         = System.Windows.Forms.DockStyle.Fill;
     treeListFormatRule1.Column = this.colTotalSubtreeCost;
     treeListFormatRule1.Name   = "FormatSubtreeCost";
     formatConditionRuleDataBar1.PredefinedName = "Blue Gradient";
     treeListFormatRule1.Rule   = formatConditionRuleDataBar1;
     treeListFormatRule2.Column = this.colEstimateIO;
     treeListFormatRule2.Name   = "FormatIO";
     formatConditionRuleDataBar2.PredefinedName = "Light Blue Gradient";
     treeListFormatRule2.Rule   = formatConditionRuleDataBar2;
     treeListFormatRule3.Column = this.colEstimateCPU;
     treeListFormatRule3.Name   = "FormatCPU";
     formatConditionRuleDataBar3.PredefinedName = "Light Blue Gradient";
     treeListFormatRule3.Rule = formatConditionRuleDataBar3;
     this.treePlan.FormatRules.Add(treeListFormatRule1);
     this.treePlan.FormatRules.Add(treeListFormatRule2);
     this.treePlan.FormatRules.Add(treeListFormatRule3);
     this.treePlan.KeyFieldName = "NodeId";
     this.treePlan.Location     = new System.Drawing.Point(0, 0);
     this.treePlan.Name         = "treePlan";
     this.treePlan.OptionsBehavior.AllowIndeterminateCheckState = true;
     this.treePlan.OptionsBehavior.Editable                   = false;
     this.treePlan.OptionsBehavior.EditorShowMode             = DevExpress.XtraTreeList.TreeListEditorShowMode.MouseDownFocused;
     this.treePlan.OptionsFind.AllowIncrementalSearch         = true;
     this.treePlan.OptionsFind.ExpandNodesOnIncrementalSearch = true;
     this.treePlan.OptionsPrint.PrintPreview                  = true;
     this.treePlan.OptionsView.AutoWidth         = false;
     this.treePlan.OptionsView.ShowAutoFilterRow = true;
     this.treePlan.OptionsView.ShowPreview       = true;
     this.treePlan.ParentFieldName  = "Parent";
     this.treePlan.PreviewFieldName = "StmtText";
     this.treePlan.Size             = new System.Drawing.Size(769, 462);
     this.treePlan.TabIndex         = 0;
     this.treePlan.GetPreviewText  += new DevExpress.XtraTreeList.GetPreviewTextEventHandler(this.TreePlan_GetPreviewText);
     this.treePlan.MouseUp         += new System.Windows.Forms.MouseEventHandler(this.TreePlan_MouseUp);
     //
     // colLogicalOp
     //
     this.colLogicalOp.Caption      = "Logical operation";
     this.colLogicalOp.FieldName    = "LogicalOp";
     this.colLogicalOp.Fixed        = DevExpress.XtraTreeList.Columns.FixedStyle.Left;
     this.colLogicalOp.Name         = "colLogicalOp";
     this.colLogicalOp.Visible      = true;
     this.colLogicalOp.VisibleIndex = 0;
     this.colLogicalOp.Width        = 150;
     //
     // colPhysicalOp
     //
     this.colPhysicalOp.Caption      = "Physical operation";
     this.colPhysicalOp.FieldName    = "PhysicalOp";
     this.colPhysicalOp.Name         = "colPhysicalOp";
     this.colPhysicalOp.Visible      = true;
     this.colPhysicalOp.VisibleIndex = 2;
     this.colPhysicalOp.Width        = 100;
     //
     // colEstimateRows
     //
     this.colEstimateRows.Caption      = "Rows";
     this.colEstimateRows.FieldName    = "EstimateRows";
     this.colEstimateRows.Name         = "colEstimateRows";
     this.colEstimateRows.Visible      = true;
     this.colEstimateRows.VisibleIndex = 5;
     this.colEstimateRows.Width        = 60;
     //
     // colEstimateExecutions
     //
     this.colEstimateExecutions.Caption      = "Executions";
     this.colEstimateExecutions.FieldName    = "EstimateExecutions";
     this.colEstimateExecutions.Name         = "colEstimateExecutions";
     this.colEstimateExecutions.Visible      = true;
     this.colEstimateExecutions.VisibleIndex = 6;
     this.colEstimateExecutions.Width        = 60;
     //
     // colAvgRowSize
     //
     this.colAvgRowSize.Caption      = "Average row size";
     this.colAvgRowSize.FieldName    = "AvgRowSize";
     this.colAvgRowSize.Name         = "colAvgRowSize";
     this.colAvgRowSize.Visible      = true;
     this.colAvgRowSize.VisibleIndex = 7;
     this.colAvgRowSize.Width        = 60;
     //
     // colArgument
     //
     this.colArgument.Caption      = "Argument";
     this.colArgument.FieldName    = "Argument";
     this.colArgument.Name         = "colArgument";
     this.colArgument.Visible      = true;
     this.colArgument.VisibleIndex = 8;
     this.colArgument.Width        = 100;
     //
     // colDefinedValues
     //
     this.colDefinedValues.Caption      = "Defined values";
     this.colDefinedValues.FieldName    = "DefinedValues";
     this.colDefinedValues.Name         = "colDefinedValues";
     this.colDefinedValues.Visible      = true;
     this.colDefinedValues.VisibleIndex = 9;
     this.colDefinedValues.Width        = 100;
     //
     // colOutputList
     //
     this.colOutputList.Caption      = "Output list";
     this.colOutputList.FieldName    = "OutputList";
     this.colOutputList.Name         = "colOutputList";
     this.colOutputList.Visible      = true;
     this.colOutputList.VisibleIndex = 10;
     this.colOutputList.Width        = 100;
     //
     // colWarnings
     //
     this.colWarnings.Caption      = "Warnings";
     this.colWarnings.FieldName    = "Warnings";
     this.colWarnings.Name         = "colWarnings";
     this.colWarnings.Visible      = true;
     this.colWarnings.VisibleIndex = 11;
     this.colWarnings.Width        = 100;
     //
     // colType
     //
     this.colType.Caption      = "Type";
     this.colType.FieldName    = "Type";
     this.colType.Name         = "colType";
     this.colType.Visible      = true;
     this.colType.VisibleIndex = 12;
     this.colType.Width        = 50;
     //
     // colParallel
     //
     this.colParallel.Caption      = "Parallel";
     this.colParallel.FieldName    = "Parallel";
     this.colParallel.Name         = "colParallel";
     this.colParallel.Visible      = true;
     this.colParallel.VisibleIndex = 13;
     this.colParallel.Width        = 50;
     //
     // barManager
     //
     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.pmnuExpandAll,
         this.pmnuCollapseAll,
         this.pmnuTreeView,
         this.pmnuShowWholeStatements,
         this.barManageFormatRules
     });
     this.barManager.MaxItemId = 6;
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Manager          = this.barManager;
     this.barDockControlTop.Size             = new System.Drawing.Size(769, 0);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 462);
     this.barDockControlBottom.Manager          = this.barManager;
     this.barDockControlBottom.Size             = new System.Drawing.Size(769, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlLeft.Manager          = this.barManager;
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 462);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(769, 0);
     this.barDockControlRight.Manager          = this.barManager;
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 462);
     //
     // pmnuExpandAll
     //
     this.pmnuExpandAll.Caption = "Expand All";
     this.pmnuExpandAll.Id      = 0;
     this.pmnuExpandAll.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("pmnuExpandAll.ImageOptions.SvgImage")));
     this.pmnuExpandAll.Name       = "pmnuExpandAll";
     this.pmnuExpandAll.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.PmnuExpandAll_ItemClick);
     //
     // pmnuCollapseAll
     //
     this.pmnuCollapseAll.Caption = "Collapse All";
     this.pmnuCollapseAll.Id      = 1;
     this.pmnuCollapseAll.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("pmnuCollapseAll.ImageOptions.SvgImage")));
     this.pmnuCollapseAll.Name       = "pmnuCollapseAll";
     this.pmnuCollapseAll.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.PmnuCollapseAll_ItemClick);
     //
     // pmnuTreeView
     //
     this.pmnuTreeView.ButtonStyle           = DevExpress.XtraBars.BarButtonStyle.Check;
     this.pmnuTreeView.Caption               = "Tree View";
     this.pmnuTreeView.Id                    = 2;
     this.pmnuTreeView.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("pmnuTreeView.ImageOptions.SvgImage")));
     this.pmnuTreeView.Name                  = "pmnuTreeView";
     this.pmnuTreeView.DownChanged          += new DevExpress.XtraBars.ItemClickEventHandler(this.PmnuTreeView_DownChanged);
     //
     // pmnuShowWholeStatements
     //
     this.pmnuShowWholeStatements.ButtonStyle           = DevExpress.XtraBars.BarButtonStyle.Check;
     this.pmnuShowWholeStatements.Caption               = "Show Whole Statements";
     this.pmnuShowWholeStatements.Id                    = 4;
     this.pmnuShowWholeStatements.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("pmnuShowWholeStatements.ImageOptions.SvgImage")));
     this.pmnuShowWholeStatements.Name                  = "pmnuShowWholeStatements";
     this.pmnuShowWholeStatements.DownChanged          += new DevExpress.XtraBars.ItemClickEventHandler(this.PmnuShowWholeStatements_DownChanged);
     //
     // barManageFormatRules
     //
     this.barManageFormatRules.Caption = "Manage format rules ...";
     this.barManageFormatRules.Id      = 5;
     this.barManageFormatRules.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barManageFormatRules.ImageOptions.SvgImage")));
     this.barManageFormatRules.Name       = "barManageFormatRules";
     this.barManageFormatRules.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarManageFormatRules_ItemClick);
     //
     // popupGridPlan
     //
     this.popupGridPlan.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.pmnuExpandAll),
         new DevExpress.XtraBars.LinkPersistInfo(this.pmnuCollapseAll),
         new DevExpress.XtraBars.LinkPersistInfo(this.pmnuTreeView, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.pmnuShowWholeStatements, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.barManageFormatRules, true)
     });
     this.popupGridPlan.Manager      = this.barManager;
     this.popupGridPlan.Name         = "popupGridPlan";
     this.popupGridPlan.BeforePopup += new System.ComponentModel.CancelEventHandler(this.PopupGridPlan_BeforePopup);
     //
     // SqlExecutionPlanControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.treePlan);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name  = "SqlExecutionPlanControl";
     this.Size  = new System.Drawing.Size(769, 462);
     this.Load += new System.EventHandler(this.SqlExecutionPlanControl_Load);
     ((System.ComponentModel.ISupportInitialize)(this.treePlan)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingExecutionPlan)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupGridPlan)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager    resources                   = new System.ComponentModel.ComponentResourceManager(typeof(frmCategory));
     DevExpress.XtraGrid.GridFormatRule                gridFormatRule2             = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDataBar formatConditionRuleDataBar2 = new DevExpress.XtraEditors.FormatConditionRuleDataBar();
     this.layoutControl1      = new DevExpress.XtraLayout.LayoutControl();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.barManager1         = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1 = new DevExpress.XtraBars.Bar();
     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.dockManager1         = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.dp = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.layoutControl2       = new DevExpress.XtraLayout.LayoutControl();
     this.btnCancel            = new DevExpress.XtraEditors.SimpleButton();
     this.btnSave             = new DevExpress.XtraEditors.SimpleButton();
     this.txtCNM              = new DevExpress.XtraEditors.TextEdit();
     this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3  = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1     = new DevExpress.XtraLayout.EmptySpaceItem();
     this.bNew  = new DevExpress.XtraBars.BarButtonItem();
     this.bEdit = new DevExpress.XtraBars.BarButtonItem();
     this.bDel  = new DevExpress.XtraBars.BarButtonItem();
     this.bFind = new DevExpress.XtraBars.BarButtonItem();
     this.grd   = new DevExpress.XtraGrid.GridControl();
     this.grv   = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
     this.colCID             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCNM             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNOP             = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
     this.dp.SuspendLayout();
     this.dockPanel1_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
     this.layoutControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtCNM.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grv)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.grd);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 119);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(633, 328);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem4
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(633, 328);
     this.layoutControlGroup1.TextVisible = false;
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.bar1
     });
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.DockManager = this.dockManager1;
     this.barManager1.Form        = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.bNew,
         this.bEdit,
         this.bDel,
         this.bFind
     });
     this.barManager1.MaxItemId = 5;
     //
     // bar1
     //
     this.bar1.BarName   = "Tools";
     this.bar1.DockCol   = 0;
     this.bar1.DockRow   = 0;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.bNew, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.bEdit, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.bDel, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.bFind, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)
     });
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.OptionsBar.DrawBorder     = false;
     this.bar1.OptionsBar.DrawDragBorder = false;
     this.bar1.OptionsBar.UseWholeRow    = true;
     this.bar1.Text = "Tools";
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size             = new System.Drawing.Size(633, 31);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 447);
     this.barDockControlBottom.Size             = new System.Drawing.Size(633, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 31);
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 416);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(633, 31);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 416);
     //
     // dockManager1
     //
     this.dockManager1.Form        = this;
     this.dockManager1.MenuManager = this.barManager1;
     this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
         this.dp
     });
     this.dockManager1.TopZIndexControls.AddRange(new string[] {
         "DevExpress.XtraBars.BarDockControl",
         "DevExpress.XtraBars.StandaloneBarDockControl",
         "System.Windows.Forms.StatusBar",
         "System.Windows.Forms.MenuStrip",
         "System.Windows.Forms.StatusStrip",
         "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
         "DevExpress.XtraBars.Ribbon.RibbonControl",
         "DevExpress.XtraBars.Navigation.OfficeNavigationBar",
         "DevExpress.XtraBars.Navigation.TileNavPane"
     });
     //
     // dp
     //
     this.dp.Controls.Add(this.dockPanel1_Container);
     this.dp.Dock     = DevExpress.XtraBars.Docking.DockingStyle.Top;
     this.dp.ID       = new System.Guid("e8c6a6d0-50b3-4dd4-975c-37083d690561");
     this.dp.Location = new System.Drawing.Point(0, 31);
     this.dp.Name     = "dp";
     this.dp.Options.AllowDockAsTabbedDocument = false;
     this.dp.Options.AllowDockBottom           = false;
     this.dp.Options.AllowDockFill             = false;
     this.dp.Options.AllowDockLeft             = false;
     this.dp.Options.AllowDockRight            = false;
     this.dp.Options.AllowFloating             = false;
     this.dp.Options.FloatOnDblClick           = false;
     this.dp.Options.ShowAutoHideButton        = false;
     this.dp.Options.ShowCloseButton           = false;
     this.dp.Options.ShowMaximizeButton        = false;
     this.dp.OriginalSize = new System.Drawing.Size(200, 88);
     this.dp.Size         = new System.Drawing.Size(633, 88);
     this.dp.Text         = "Category";
     //
     // dockPanel1_Container
     //
     this.dockPanel1_Container.Controls.Add(this.layoutControl2);
     this.dockPanel1_Container.Location = new System.Drawing.Point(4, 23);
     this.dockPanel1_Container.Name     = "dockPanel1_Container";
     this.dockPanel1_Container.Size     = new System.Drawing.Size(625, 61);
     this.dockPanel1_Container.TabIndex = 0;
     //
     // layoutControl2
     //
     this.layoutControl2.Controls.Add(this.btnCancel);
     this.layoutControl2.Controls.Add(this.btnSave);
     this.layoutControl2.Controls.Add(this.txtCNM);
     this.layoutControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl2.Location = new System.Drawing.Point(0, 0);
     this.layoutControl2.Name     = "layoutControl2";
     this.layoutControl2.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(270, 198, 250, 350);
     this.layoutControl2.Root     = this.layoutControlGroup2;
     this.layoutControl2.Size     = new System.Drawing.Size(625, 61);
     this.layoutControl2.TabIndex = 0;
     this.layoutControl2.Text     = "layoutControl2";
     //
     // btnCancel
     //
     this.btnCancel.Location        = new System.Drawing.Point(535, 12);
     this.btnCancel.Name            = "btnCancel";
     this.btnCancel.Size            = new System.Drawing.Size(78, 22);
     this.btnCancel.StyleController = this.layoutControl2;
     this.btnCancel.TabIndex        = 6;
     this.btnCancel.Text            = "&Cancel";
     this.btnCancel.Click          += new System.EventHandler(this.btnCancel_Click);
     //
     // btnSave
     //
     this.btnSave.Location        = new System.Drawing.Point(443, 12);
     this.btnSave.Name            = "btnSave";
     this.btnSave.Size            = new System.Drawing.Size(78, 22);
     this.btnSave.StyleController = this.layoutControl2;
     this.btnSave.TabIndex        = 5;
     this.btnSave.Text            = "&Save";
     this.btnSave.Click          += new System.EventHandler(this.btnSave_Click);
     //
     // txtCNM
     //
     this.txtCNM.Location        = new System.Drawing.Point(94, 12);
     this.txtCNM.MenuManager     = this.barManager1;
     this.txtCNM.Name            = "txtCNM";
     this.txtCNM.Size            = new System.Drawing.Size(345, 20);
     this.txtCNM.StyleController = this.layoutControl2;
     this.txtCNM.TabIndex        = 4;
     //
     // layoutControlGroup2
     //
     this.layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup2.GroupBordersVisible         = false;
     this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.layoutControlItem2,
         this.layoutControlItem3,
         this.emptySpaceItem1
     });
     this.layoutControlGroup2.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup2.Name        = "Root";
     this.layoutControlGroup2.Size        = new System.Drawing.Size(625, 61);
     this.layoutControlGroup2.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control  = this.txtCNM;
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name     = "layoutControlItem1";
     this.layoutControlItem1.Size     = new System.Drawing.Size(431, 41);
     this.layoutControlItem1.Text     = "Category Name:";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(79, 13);
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control     = this.btnSave;
     this.layoutControlItem2.Location    = new System.Drawing.Point(431, 0);
     this.layoutControlItem2.Name        = "layoutControlItem2";
     this.layoutControlItem2.Size        = new System.Drawing.Size(82, 41);
     this.layoutControlItem2.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextVisible = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control     = this.btnCancel;
     this.layoutControlItem3.Location    = new System.Drawing.Point(523, 0);
     this.layoutControlItem3.Name        = "layoutControlItem3";
     this.layoutControlItem3.Size        = new System.Drawing.Size(82, 41);
     this.layoutControlItem3.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextVisible = false;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.Location      = new System.Drawing.Point(513, 0);
     this.emptySpaceItem1.Name          = "emptySpaceItem1";
     this.emptySpaceItem1.Size          = new System.Drawing.Size(10, 34);
     this.emptySpaceItem1.TextSize      = new System.Drawing.Size(0, 0);
     //
     // bNew
     //
     this.bNew.Caption    = "&New";
     this.bNew.Glyph      = ((System.Drawing.Image)(resources.GetObject("bNew.Glyph")));
     this.bNew.Id         = 0;
     this.bNew.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("bNew.LargeGlyph")));
     this.bNew.Name       = "bNew";
     this.bNew.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bNew_ItemClick);
     //
     // bEdit
     //
     this.bEdit.Caption    = "&Edit";
     this.bEdit.Glyph      = ((System.Drawing.Image)(resources.GetObject("bEdit.Glyph")));
     this.bEdit.Id         = 1;
     this.bEdit.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("bEdit.LargeGlyph")));
     this.bEdit.Name       = "bEdit";
     this.bEdit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bEdit_ItemClick);
     //
     // bDel
     //
     this.bDel.Caption    = "&Delete";
     this.bDel.Glyph      = ((System.Drawing.Image)(resources.GetObject("bDel.Glyph")));
     this.bDel.Id         = 2;
     this.bDel.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("bDel.LargeGlyph")));
     this.bDel.Name       = "bDel";
     this.bDel.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bDel_ItemClick);
     //
     // bFind
     //
     this.bFind.Caption    = "&Find";
     this.bFind.Glyph      = ((System.Drawing.Image)(resources.GetObject("bFind.Glyph")));
     this.bFind.Id         = 3;
     this.bFind.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("bFind.LargeGlyph")));
     this.bFind.Name       = "bFind";
     //
     // grd
     //
     this.grd.Location    = new System.Drawing.Point(12, 12);
     this.grd.MainView    = this.grv;
     this.grd.MenuManager = this.barManager1;
     this.grd.Name        = "grd";
     this.grd.Size        = new System.Drawing.Size(609, 304);
     this.grd.TabIndex    = 4;
     this.grd.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.grv
     });
     //
     // grv
     //
     this.grv.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colCID,
         this.colCNM,
         this.colNOP
     });
     gridFormatRule2.Column = this.colNOP;
     gridFormatRule2.Name   = "Format0";
     formatConditionRuleDataBar2.MinimumType    = DevExpress.XtraEditors.FormatConditionValueType.Number;
     formatConditionRuleDataBar2.PredefinedName = null;
     gridFormatRule2.Rule = formatConditionRuleDataBar2;
     this.grv.FormatRules.Add(gridFormatRule2);
     this.grv.GridControl = this.grd;
     this.grv.Name        = "grv";
     this.grv.OptionsView.ShowGroupPanel = false;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control     = this.grd;
     this.layoutControlItem4.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlItem4.Name        = "layoutControlItem4";
     this.layoutControlItem4.Size        = new System.Drawing.Size(613, 308);
     this.layoutControlItem4.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextVisible = false;
     //
     // colCID
     //
     this.colCID.Caption   = "gridColumn1";
     this.colCID.FieldName = "ID";
     this.colCID.Name      = "colCID";
     this.colCID.OptionsColumn.AllowEdit  = false;
     this.colCID.OptionsColumn.AllowFocus = false;
     this.colCID.OptionsColumn.ReadOnly   = true;
     //
     // colCNM
     //
     this.colCNM.Caption   = "Category Name";
     this.colCNM.FieldName = "CategoryName";
     this.colCNM.Name      = "colCNM";
     this.colCNM.OptionsColumn.AllowEdit  = false;
     this.colCNM.OptionsColumn.AllowFocus = false;
     this.colCNM.OptionsColumn.ReadOnly   = true;
     this.colCNM.Visible      = true;
     this.colCNM.VisibleIndex = 0;
     this.colCNM.Width        = 392;
     //
     // colNOP
     //
     this.colNOP.Caption   = "No of Products";
     this.colNOP.FieldName = "NoOfProducts";
     this.colNOP.Name      = "colNOP";
     this.colNOP.OptionsColumn.AllowEdit  = false;
     this.colNOP.OptionsColumn.AllowFocus = false;
     this.colNOP.OptionsColumn.ReadOnly   = true;
     this.colNOP.Visible      = true;
     this.colNOP.VisibleIndex = 1;
     this.colNOP.Width        = 304;
     //
     // frmCategory
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(633, 447);
     this.Controls.Add(this.layoutControl1);
     this.Controls.Add(this.dp);
     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.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmCategory";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Categories";
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
     this.dp.ResumeLayout(false);
     this.dockPanel1_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
     this.layoutControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtCNM.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grv)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::MUHelperEx.SplashScreen1), true, true, true);
     System.ComponentModel.ComponentResourceManager  resources            = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
     DevExpress.XtraGrid.GridFormatRule gridFormatRule1 = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDataBar formatConditionRuleDataBar1 = new DevExpress.XtraEditors.FormatConditionRuleDataBar();
     DevExpress.XtraGrid.GridFormatRule gridFormatRule2 = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDataBar formatConditionRuleDataBar2 = new DevExpress.XtraEditors.FormatConditionRuleDataBar();
     DevExpress.XtraGrid.GridFormatRule gridFormatRule3 = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDataBar formatConditionRuleDataBar3 = new DevExpress.XtraEditors.FormatConditionRuleDataBar();
     DevExpress.XtraGrid.GridFormatRule gridFormatRule4 = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDataBar formatConditionRuleDataBar4 = new DevExpress.XtraEditors.FormatConditionRuleDataBar();
     this.columnHPPercent           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.columnMPPercent           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.columnSDPercent           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.columnAGPercent           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.ribbonControl1            = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.barCheckItemMP            = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItemSD            = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItemAG            = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItemDeadPopWindow = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItemGameTitle     = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItemBossSpawn     = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItemBossDie       = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItemBossAlert     = new DevExpress.XtraBars.BarCheckItem();
     this.barEditItemPopupDelay     = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemTrackBar2   = new DevExpress.XtraEditors.Repository.RepositoryItemTrackBar();
     this.barButtonItem1            = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemAbout        = new DevExpress.XtraBars.BarButtonItem();
     this.barStaticItemExpire       = new DevExpress.XtraBars.BarStaticItem();
     this.barEditItemEmail          = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemTextEdit3   = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.ribbonPage1             = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup1        = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup2        = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup3        = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup4        = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.repositoryItemTrackBar1 = new DevExpress.XtraEditors.Repository.RepositoryItemTrackBar();
     this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.repositoryItemTextEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.gridControl1            = new DevExpress.XtraGrid.GridControl();
     this.gridView1               = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.columnRealm             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.columnName              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.columnLevel             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.columnCoord             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.columnStatus            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.columnPort              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.barEditItem1            = new DevExpress.XtraBars.BarEditItem();
     this.xtraTabPage1            = new DevExpress.XtraTab.XtraTabPage();
     this.listBoxControl1         = new DevExpress.XtraEditors.ListBoxControl();
     this.xtraTabControl1         = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage2            = new DevExpress.XtraTab.XtraTabPage();
     this.listBoxControl2         = new DevExpress.XtraEditors.ListBoxControl();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTrackBar2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTrackBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     this.xtraTabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.xtraTabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.listBoxControl2)).BeginInit();
     this.SuspendLayout();
     //
     // splashScreenManager1
     //
     splashScreenManager1.ClosingDelay = 500;
     //
     // columnHPPercent
     //
     this.columnHPPercent.Caption = "HP";
     this.columnHPPercent.DisplayFormat.FormatString = "{0}%";
     this.columnHPPercent.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.columnHPPercent.FieldName = "GridHPpercent";
     this.columnHPPercent.MaxWidth  = 90;
     this.columnHPPercent.MinWidth  = 90;
     this.columnHPPercent.Name      = "columnHPPercent";
     this.columnHPPercent.OptionsColumn.AllowEdit       = false;
     this.columnHPPercent.OptionsColumn.AllowFocus      = false;
     this.columnHPPercent.OptionsColumn.AllowSize       = false;
     this.columnHPPercent.OptionsColumn.AllowSort       = DevExpress.Utils.DefaultBoolean.False;
     this.columnHPPercent.OptionsFilter.AllowAutoFilter = false;
     this.columnHPPercent.OptionsFilter.AllowFilter     = false;
     this.columnHPPercent.Visible      = true;
     this.columnHPPercent.VisibleIndex = 4;
     this.columnHPPercent.Width        = 90;
     //
     // columnMPPercent
     //
     this.columnMPPercent.Caption = "MP";
     this.columnMPPercent.DisplayFormat.FormatString = "{0}%";
     this.columnMPPercent.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.columnMPPercent.FieldName = "GridMPpercent";
     this.columnMPPercent.MaxWidth  = 90;
     this.columnMPPercent.MinWidth  = 90;
     this.columnMPPercent.Name      = "columnMPPercent";
     this.columnMPPercent.OptionsColumn.AllowEdit       = false;
     this.columnMPPercent.OptionsColumn.AllowFocus      = false;
     this.columnMPPercent.OptionsColumn.AllowSize       = false;
     this.columnMPPercent.OptionsColumn.AllowSort       = DevExpress.Utils.DefaultBoolean.False;
     this.columnMPPercent.OptionsFilter.AllowAutoFilter = false;
     this.columnMPPercent.OptionsFilter.AllowFilter     = false;
     this.columnMPPercent.Visible      = true;
     this.columnMPPercent.VisibleIndex = 5;
     this.columnMPPercent.Width        = 90;
     //
     // columnSDPercent
     //
     this.columnSDPercent.Caption = "SD";
     this.columnSDPercent.DisplayFormat.FormatString = "{0}%";
     this.columnSDPercent.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.columnSDPercent.FieldName = "GridSDpercent";
     this.columnSDPercent.MaxWidth  = 90;
     this.columnSDPercent.MinWidth  = 90;
     this.columnSDPercent.Name      = "columnSDPercent";
     this.columnSDPercent.OptionsColumn.AllowEdit       = false;
     this.columnSDPercent.OptionsColumn.AllowFocus      = false;
     this.columnSDPercent.OptionsColumn.AllowSize       = false;
     this.columnSDPercent.OptionsColumn.AllowSort       = DevExpress.Utils.DefaultBoolean.False;
     this.columnSDPercent.OptionsFilter.AllowAutoFilter = false;
     this.columnSDPercent.OptionsFilter.AllowFilter     = false;
     this.columnSDPercent.Visible      = true;
     this.columnSDPercent.VisibleIndex = 6;
     this.columnSDPercent.Width        = 90;
     //
     // columnAGPercent
     //
     this.columnAGPercent.Caption = "AG";
     this.columnAGPercent.DisplayFormat.FormatString = "{0}%";
     this.columnAGPercent.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.columnAGPercent.FieldName = "GridAGpercent";
     this.columnAGPercent.MaxWidth  = 90;
     this.columnAGPercent.MinWidth  = 90;
     this.columnAGPercent.Name      = "columnAGPercent";
     this.columnAGPercent.OptionsColumn.AllowEdit       = false;
     this.columnAGPercent.OptionsColumn.AllowFocus      = false;
     this.columnAGPercent.OptionsColumn.AllowSize       = false;
     this.columnAGPercent.OptionsColumn.AllowSort       = DevExpress.Utils.DefaultBoolean.False;
     this.columnAGPercent.OptionsFilter.AllowAutoFilter = false;
     this.columnAGPercent.OptionsFilter.AllowFilter     = false;
     this.columnAGPercent.Visible      = true;
     this.columnAGPercent.VisibleIndex = 7;
     this.columnAGPercent.Width        = 90;
     //
     // ribbonControl1
     //
     this.ribbonControl1.AllowMinimizeRibbon   = false;
     this.ribbonControl1.ExpandCollapseItem.Id = 0;
     this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.ribbonControl1.ExpandCollapseItem,
         this.barCheckItemMP,
         this.barCheckItemSD,
         this.barCheckItemAG,
         this.barCheckItemDeadPopWindow,
         this.barCheckItemGameTitle,
         this.barCheckItemBossSpawn,
         this.barCheckItemBossDie,
         this.barCheckItemBossAlert,
         this.barEditItemPopupDelay,
         this.barButtonItem1,
         this.barButtonItemAbout,
         this.barStaticItemExpire,
         this.barEditItemEmail
     });
     this.ribbonControl1.Location  = new System.Drawing.Point(0, 0);
     this.ribbonControl1.MaxItemId = 4;
     this.ribbonControl1.Name      = "ribbonControl1";
     this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
         this.ribbonPage1
     });
     this.ribbonControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemTrackBar1,
         this.repositoryItemComboBox1,
         this.repositoryItemTrackBar2,
         this.repositoryItemTextEdit2,
         this.repositoryItemTextEdit3
     });
     this.ribbonControl1.RibbonStyle              = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2010;
     this.ribbonControl1.ShowApplicationButton    = DevExpress.Utils.DefaultBoolean.False;
     this.ribbonControl1.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False;
     this.ribbonControl1.ShowQatLocationSelector  = false;
     this.ribbonControl1.ShowToolbarCustomizeItem = false;
     this.ribbonControl1.Size = new System.Drawing.Size(795, 143);
     this.ribbonControl1.Toolbar.ShowCustomizeItem = false;
     //
     // barCheckItemMP
     //
     this.barCheckItemMP.BindableChecked    = true;
     this.barCheckItemMP.Caption            = "显示魔法值";
     this.barCheckItemMP.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
     this.barCheckItemMP.Checked            = true;
     this.barCheckItemMP.Id              = 1;
     this.barCheckItemMP.Name            = "barCheckItemMP";
     this.barCheckItemMP.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItemMP_CheckedChanged);
     //
     // barCheckItemSD
     //
     this.barCheckItemSD.Caption            = "显示SD值";
     this.barCheckItemSD.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
     this.barCheckItemSD.Id              = 2;
     this.barCheckItemSD.Name            = "barCheckItemSD";
     this.barCheckItemSD.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItemSD_CheckedChanged);
     //
     // barCheckItemAG
     //
     this.barCheckItemAG.BindableChecked    = true;
     this.barCheckItemAG.Caption            = "显示AG值";
     this.barCheckItemAG.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
     this.barCheckItemAG.Checked            = true;
     this.barCheckItemAG.Id              = 3;
     this.barCheckItemAG.Name            = "barCheckItemAG";
     this.barCheckItemAG.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItemAG_CheckedChanged);
     //
     // barCheckItemDeadPopWindow
     //
     this.barCheckItemDeadPopWindow.BindableChecked    = true;
     this.barCheckItemDeadPopWindow.Caption            = "人物死亡时弹窗提示";
     this.barCheckItemDeadPopWindow.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
     this.barCheckItemDeadPopWindow.Checked            = true;
     this.barCheckItemDeadPopWindow.Id              = 4;
     this.barCheckItemDeadPopWindow.Name            = "barCheckItemDeadPopWindow";
     this.barCheckItemDeadPopWindow.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItemDeadPopWindow_CheckedChanged);
     //
     // barCheckItemGameTitle
     //
     this.barCheckItemGameTitle.BindableChecked    = true;
     this.barCheckItemGameTitle.Caption            = "游戏标题显示血量";
     this.barCheckItemGameTitle.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
     this.barCheckItemGameTitle.Checked            = true;
     this.barCheckItemGameTitle.Hint            = "Win7/8/10需要将任务栏按钮设置为\"当任务栏被占满时合并\"";
     this.barCheckItemGameTitle.Id              = 10;
     this.barCheckItemGameTitle.Name            = "barCheckItemGameTitle";
     this.barCheckItemGameTitle.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItemGameTitle_CheckedChanged);
     //
     // barCheckItemBossSpawn
     //
     this.barCheckItemBossSpawn.BindableChecked    = true;
     this.barCheckItemBossSpawn.Caption            = "记录BOSS刷新时间";
     this.barCheckItemBossSpawn.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
     this.barCheckItemBossSpawn.Checked            = true;
     this.barCheckItemBossSpawn.Id              = 11;
     this.barCheckItemBossSpawn.Name            = "barCheckItemBossSpawn";
     this.barCheckItemBossSpawn.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItemBossSpawn_CheckedChanged);
     //
     // barCheckItemBossDie
     //
     this.barCheckItemBossDie.BindableChecked    = true;
     this.barCheckItemBossDie.Caption            = "记录BOSS死亡时间";
     this.barCheckItemBossDie.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
     this.barCheckItemBossDie.Checked            = true;
     this.barCheckItemBossDie.Id              = 12;
     this.barCheckItemBossDie.Name            = "barCheckItemBossDie";
     this.barCheckItemBossDie.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItemBossDie_CheckedChanged);
     //
     // barCheckItemBossAlert
     //
     this.barCheckItemBossAlert.BindableChecked    = true;
     this.barCheckItemBossAlert.Caption            = "BOSS刷新时提示+弹窗";
     this.barCheckItemBossAlert.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
     this.barCheckItemBossAlert.Checked            = true;
     this.barCheckItemBossAlert.Id              = 13;
     this.barCheckItemBossAlert.Name            = "barCheckItemBossAlert";
     this.barCheckItemBossAlert.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItemBossAlert_CheckedChanged);
     //
     // barEditItemPopupDelay
     //
     this.barEditItemPopupDelay.Caption           = "弹窗时间:";
     this.barEditItemPopupDelay.Edit              = this.repositoryItemTrackBar2;
     this.barEditItemPopupDelay.EditWidth         = 100;
     this.barEditItemPopupDelay.Hint              = "右下角提示窗口的显示时间, 单位: 秒. Boss弹窗提示为此时间的5倍.";
     this.barEditItemPopupDelay.Id                = 14;
     this.barEditItemPopupDelay.Name              = "barEditItemPopupDelay";
     this.barEditItemPopupDelay.EditValueChanged += new System.EventHandler(this.barEditItemPopupDelay_EditValueChanged);
     //
     // repositoryItemTrackBar2
     //
     this.repositoryItemTrackBar2.LabelAppearance.Options.UseTextOptions = true;
     this.repositoryItemTrackBar2.LabelAppearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.repositoryItemTrackBar2.LargeChange      = 1;
     this.repositoryItemTrackBar2.Maximum          = 90;
     this.repositoryItemTrackBar2.Minimum          = 10;
     this.repositoryItemTrackBar2.Name             = "repositoryItemTrackBar2";
     this.repositoryItemTrackBar2.ShowValueToolTip = true;
     this.repositoryItemTrackBar2.TickFrequency    = 5;
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "barButtonItem1";
     this.barButtonItem1.Id      = 24;
     this.barButtonItem1.Name    = "barButtonItem1";
     //
     // barButtonItemAbout
     //
     this.barButtonItemAbout.Caption = "关于";
     this.barButtonItemAbout.Id      = 44;
     this.barButtonItemAbout.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItemAbout.ImageOptions.LargeImage")));
     this.barButtonItemAbout.Name        = "barButtonItemAbout";
     this.barButtonItemAbout.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
     this.barButtonItemAbout.ItemClick  += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemAbout_ItemClick);
     //
     // barStaticItemExpire
     //
     this.barStaticItemExpire.Caption = "可用时间:";
     this.barStaticItemExpire.Id      = 2;
     this.barStaticItemExpire.Name    = "barStaticItemExpire";
     //
     // barEditItemEmail
     //
     this.barEditItemEmail.Caption   = "收件邮箱:";
     this.barEditItemEmail.Edit      = this.repositoryItemTextEdit3;
     this.barEditItemEmail.EditWidth = 130;
     this.barEditItemEmail.Hint      = "当你的人物死亡或掉线时可以收到邮件提醒啦! 只需填入你自己的邮箱地址即可, 推荐在手机上安装邮件客户端, 可随时接收提醒. 如不需要则留空即可.";
     this.barEditItemEmail.Id        = 3;
     this.barEditItemEmail.Name      = "barEditItemEmail";
     //
     // repositoryItemTextEdit3
     //
     this.repositoryItemTextEdit3.AutoHeight = false;
     this.repositoryItemTextEdit3.Name       = "repositoryItemTextEdit3";
     //
     // ribbonPage1
     //
     this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroup1,
         this.ribbonPageGroup2,
         this.ribbonPageGroup3,
         this.ribbonPageGroup4
     });
     this.ribbonPage1.Name = "ribbonPage1";
     this.ribbonPage1.Text = "设置";
     //
     // ribbonPageGroup1
     //
     this.ribbonPageGroup1.ItemLinks.Add(this.barCheckItemMP);
     this.ribbonPageGroup1.ItemLinks.Add(this.barCheckItemSD);
     this.ribbonPageGroup1.ItemLinks.Add(this.barCheckItemAG);
     this.ribbonPageGroup1.ItemLinks.Add(this.barCheckItemGameTitle);
     this.ribbonPageGroup1.ItemLinks.Add(this.barCheckItemBossSpawn);
     this.ribbonPageGroup1.ItemLinks.Add(this.barCheckItemBossDie);
     this.ribbonPageGroup1.Name = "ribbonPageGroup1";
     this.ribbonPageGroup1.ShowCaptionButton = false;
     this.ribbonPageGroup1.State             = DevExpress.XtraBars.Ribbon.RibbonPageGroupState.Expanded;
     this.ribbonPageGroup1.Text = "通用";
     //
     // ribbonPageGroup2
     //
     this.ribbonPageGroup2.ItemLinks.Add(this.barCheckItemDeadPopWindow);
     this.ribbonPageGroup2.ItemLinks.Add(this.barCheckItemBossAlert);
     this.ribbonPageGroup2.ItemLinks.Add(this.barEditItemPopupDelay);
     this.ribbonPageGroup2.Name = "ribbonPageGroup2";
     this.ribbonPageGroup2.ShowCaptionButton = false;
     this.ribbonPageGroup2.State             = DevExpress.XtraBars.Ribbon.RibbonPageGroupState.Expanded;
     this.ribbonPageGroup2.Text = "提示";
     //
     // ribbonPageGroup3
     //
     this.ribbonPageGroup3.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("ribbonPageGroup3.ImageOptions.Image")));
     this.ribbonPageGroup3.ItemLinks.Add(this.barStaticItemExpire);
     this.ribbonPageGroup3.ItemLinks.Add(this.barEditItemEmail);
     this.ribbonPageGroup3.Name = "ribbonPageGroup3";
     this.ribbonPageGroup3.ShowCaptionButton = false;
     this.ribbonPageGroup3.State             = DevExpress.XtraBars.Ribbon.RibbonPageGroupState.Expanded;
     this.ribbonPageGroup3.Text = "账户";
     //
     // ribbonPageGroup4
     //
     this.ribbonPageGroup4.ItemLinks.Add(this.barButtonItemAbout);
     this.ribbonPageGroup4.Name = "ribbonPageGroup4";
     this.ribbonPageGroup4.ShowCaptionButton = false;
     this.ribbonPageGroup4.State             = DevExpress.XtraBars.Ribbon.RibbonPageGroupState.Expanded;
     this.ribbonPageGroup4.Text = "关于";
     //
     // repositoryItemTrackBar1
     //
     this.repositoryItemTrackBar1.LabelAppearance.Options.UseTextOptions = true;
     this.repositoryItemTrackBar1.LabelAppearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.repositoryItemTrackBar1.LargeChange      = 500;
     this.repositoryItemTrackBar1.Maximum          = 3000;
     this.repositoryItemTrackBar1.Minimum          = 500;
     this.repositoryItemTrackBar1.Name             = "repositoryItemTrackBar1";
     this.repositoryItemTrackBar1.ShowValueToolTip = true;
     this.repositoryItemTrackBar1.SmallChange      = 500;
     this.repositoryItemTrackBar1.TickFrequency    = 500;
     //
     // repositoryItemComboBox1
     //
     this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
     //
     // repositoryItemTextEdit2
     //
     this.repositoryItemTextEdit2.AutoHeight    = false;
     this.repositoryItemTextEdit2.Mask.EditMask = "(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.(" +
                                                  "25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)";
     this.repositoryItemTextEdit2.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.repositoryItemTextEdit2.Name          = "repositoryItemTextEdit2";
     //
     // gridControl1
     //
     this.gridControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.gridControl1.Location    = new System.Drawing.Point(0, 149);
     this.gridControl1.MainView    = this.gridView1;
     this.gridControl1.MenuManager = this.ribbonControl1;
     this.gridControl1.Name        = "gridControl1";
     this.gridControl1.Size        = new System.Drawing.Size(795, 136);
     this.gridControl1.TabIndex    = 1;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.columnRealm,
         this.columnName,
         this.columnLevel,
         this.columnCoord,
         this.columnHPPercent,
         this.columnMPPercent,
         this.columnSDPercent,
         this.columnAGPercent,
         this.columnStatus,
         this.columnPort
     });
     gridFormatRule1.Column = this.columnHPPercent;
     gridFormatRule1.Name   = "HPBar";
     formatConditionRuleDataBar1.AllowNegativeAxis               = false;
     formatConditionRuleDataBar1.Appearance.BackColor            = System.Drawing.Color.Red;
     formatConditionRuleDataBar1.Appearance.ForeColor            = System.Drawing.Color.White;
     formatConditionRuleDataBar1.Appearance.Options.UseBackColor = true;
     formatConditionRuleDataBar1.Appearance.Options.UseForeColor = true;
     formatConditionRuleDataBar1.DrawAxis = false;
     formatConditionRuleDataBar1.Maximum  = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     formatConditionRuleDataBar1.MaximumType    = DevExpress.XtraEditors.FormatConditionValueType.Number;
     formatConditionRuleDataBar1.MinimumType    = DevExpress.XtraEditors.FormatConditionValueType.Number;
     formatConditionRuleDataBar1.PredefinedName = "Coral";
     gridFormatRule1.Rule   = formatConditionRuleDataBar1;
     gridFormatRule2.Column = this.columnMPPercent;
     gridFormatRule2.Name   = "MPBar";
     formatConditionRuleDataBar2.AllowNegativeAxis               = false;
     formatConditionRuleDataBar2.Appearance.BackColor            = System.Drawing.Color.DodgerBlue;
     formatConditionRuleDataBar2.Appearance.ForeColor            = System.Drawing.Color.White;
     formatConditionRuleDataBar2.Appearance.Options.UseBackColor = true;
     formatConditionRuleDataBar2.Appearance.Options.UseForeColor = true;
     formatConditionRuleDataBar2.DrawAxis = false;
     formatConditionRuleDataBar2.Maximum  = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     formatConditionRuleDataBar2.MaximumType    = DevExpress.XtraEditors.FormatConditionValueType.Number;
     formatConditionRuleDataBar2.MinimumType    = DevExpress.XtraEditors.FormatConditionValueType.Number;
     formatConditionRuleDataBar2.PredefinedName = null;
     gridFormatRule2.Rule   = formatConditionRuleDataBar2;
     gridFormatRule3.Column = this.columnSDPercent;
     gridFormatRule3.Name   = "SDBar";
     formatConditionRuleDataBar3.AllowNegativeAxis               = false;
     formatConditionRuleDataBar3.Appearance.BackColor            = System.Drawing.Color.Orange;
     formatConditionRuleDataBar3.Appearance.ForeColor            = System.Drawing.Color.White;
     formatConditionRuleDataBar3.Appearance.Options.UseBackColor = true;
     formatConditionRuleDataBar3.Appearance.Options.UseForeColor = true;
     formatConditionRuleDataBar3.DrawAxis = false;
     formatConditionRuleDataBar3.Maximum  = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     formatConditionRuleDataBar3.MaximumType    = DevExpress.XtraEditors.FormatConditionValueType.Number;
     formatConditionRuleDataBar3.MinimumType    = DevExpress.XtraEditors.FormatConditionValueType.Number;
     formatConditionRuleDataBar3.PredefinedName = null;
     gridFormatRule3.Rule   = formatConditionRuleDataBar3;
     gridFormatRule4.Column = this.columnAGPercent;
     gridFormatRule4.Name   = "AGBar";
     formatConditionRuleDataBar4.AllowNegativeAxis               = false;
     formatConditionRuleDataBar4.Appearance.BackColor            = System.Drawing.Color.BlueViolet;
     formatConditionRuleDataBar4.Appearance.ForeColor            = System.Drawing.Color.White;
     formatConditionRuleDataBar4.Appearance.Options.UseBackColor = true;
     formatConditionRuleDataBar4.Appearance.Options.UseForeColor = true;
     formatConditionRuleDataBar4.DrawAxis = false;
     formatConditionRuleDataBar4.Maximum  = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     formatConditionRuleDataBar4.MaximumType    = DevExpress.XtraEditors.FormatConditionValueType.Number;
     formatConditionRuleDataBar4.MinimumType    = DevExpress.XtraEditors.FormatConditionValueType.Number;
     formatConditionRuleDataBar4.PredefinedName = null;
     gridFormatRule4.Rule = formatConditionRuleDataBar4;
     this.gridView1.FormatRules.Add(gridFormatRule1);
     this.gridView1.FormatRules.Add(gridFormatRule2);
     this.gridView1.FormatRules.Add(gridFormatRule3);
     this.gridView1.FormatRules.Add(gridFormatRule4);
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsBehavior.Editable       = false;
     this.gridView1.OptionsBehavior.EditorShowMode = DevExpress.Utils.EditorShowMode.Click;
     this.gridView1.OptionsView.ShowGroupPanel     = false;
     //
     // columnRealm
     //
     this.columnRealm.AppearanceCell.Options.UseTextOptions = true;
     this.columnRealm.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.columnRealm.Caption   = "服务器";
     this.columnRealm.FieldName = "GridRealm";
     this.columnRealm.MinWidth  = 90;
     this.columnRealm.Name      = "columnRealm";
     this.columnRealm.OptionsColumn.AllowEdit       = false;
     this.columnRealm.OptionsColumn.AllowFocus      = false;
     this.columnRealm.OptionsColumn.AllowSort       = DevExpress.Utils.DefaultBoolean.False;
     this.columnRealm.OptionsFilter.AllowAutoFilter = false;
     this.columnRealm.OptionsFilter.AllowFilter     = false;
     this.columnRealm.Visible      = true;
     this.columnRealm.VisibleIndex = 0;
     this.columnRealm.Width        = 90;
     //
     // columnName
     //
     this.columnName.AppearanceCell.Options.UseTextOptions = true;
     this.columnName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.columnName.Caption   = "ID";
     this.columnName.FieldName = "Name";
     this.columnName.MinWidth  = 90;
     this.columnName.Name      = "columnName";
     this.columnName.OptionsColumn.AllowEdit       = false;
     this.columnName.OptionsColumn.AllowFocus      = false;
     this.columnName.OptionsColumn.AllowSort       = DevExpress.Utils.DefaultBoolean.False;
     this.columnName.OptionsFilter.AllowAutoFilter = false;
     this.columnName.OptionsFilter.AllowFilter     = false;
     this.columnName.Visible      = true;
     this.columnName.VisibleIndex = 1;
     this.columnName.Width        = 90;
     //
     // columnLevel
     //
     this.columnLevel.AppearanceCell.Options.UseTextOptions = true;
     this.columnLevel.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.columnLevel.Caption   = "等级";
     this.columnLevel.FieldName = "GridLevel";
     this.columnLevel.MinWidth  = 50;
     this.columnLevel.Name      = "columnLevel";
     this.columnLevel.OptionsColumn.AllowEdit       = false;
     this.columnLevel.OptionsColumn.AllowFocus      = false;
     this.columnLevel.OptionsColumn.AllowSort       = DevExpress.Utils.DefaultBoolean.False;
     this.columnLevel.OptionsFilter.AllowAutoFilter = false;
     this.columnLevel.OptionsFilter.AllowFilter     = false;
     this.columnLevel.Visible      = true;
     this.columnLevel.VisibleIndex = 2;
     this.columnLevel.Width        = 50;
     //
     // columnCoord
     //
     this.columnCoord.AppearanceCell.Options.UseTextOptions = true;
     this.columnCoord.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.columnCoord.Caption   = "坐标";
     this.columnCoord.FieldName = "GridXY";
     this.columnCoord.MinWidth  = 60;
     this.columnCoord.Name      = "columnCoord";
     this.columnCoord.OptionsColumn.AllowEdit       = false;
     this.columnCoord.OptionsColumn.AllowFocus      = false;
     this.columnCoord.OptionsColumn.AllowSort       = DevExpress.Utils.DefaultBoolean.False;
     this.columnCoord.OptionsFilter.AllowAutoFilter = false;
     this.columnCoord.OptionsFilter.AllowFilter     = false;
     this.columnCoord.Visible      = true;
     this.columnCoord.VisibleIndex = 3;
     this.columnCoord.Width        = 60;
     //
     // columnStatus
     //
     this.columnStatus.Caption   = "状态";
     this.columnStatus.FieldName = "GridStatus";
     this.columnStatus.Name      = "columnStatus";
     this.columnStatus.OptionsColumn.AllowEdit       = false;
     this.columnStatus.OptionsColumn.AllowFocus      = false;
     this.columnStatus.OptionsColumn.AllowSort       = DevExpress.Utils.DefaultBoolean.False;
     this.columnStatus.OptionsFilter.AllowAutoFilter = false;
     this.columnStatus.OptionsFilter.AllowFilter     = false;
     this.columnStatus.Visible      = true;
     this.columnStatus.VisibleIndex = 8;
     this.columnStatus.Width        = 155;
     //
     // columnPort
     //
     this.columnPort.Caption   = "端口";
     this.columnPort.FieldName = "Port";
     this.columnPort.Name      = "columnPort";
     this.columnPort.OptionsColumn.AllowEdit       = false;
     this.columnPort.OptionsColumn.AllowFocus      = false;
     this.columnPort.OptionsColumn.AllowSort       = DevExpress.Utils.DefaultBoolean.False;
     this.columnPort.OptionsFilter.AllowAutoFilter = false;
     this.columnPort.OptionsFilter.AllowFilter     = false;
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     //
     // barEditItem1
     //
     this.barEditItem1.Caption   = "barEditItem1";
     this.barEditItem1.Edit      = this.repositoryItemTextEdit1;
     this.barEditItem1.EditWidth = 170;
     this.barEditItem1.Id        = 45;
     this.barEditItem1.Name      = "barEditItem1";
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.listBoxControl1);
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(792, 136);
     this.xtraTabPage1.Text = "服务器消息";
     //
     // listBoxControl1
     //
     this.listBoxControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.listBoxControl1.Location = new System.Drawing.Point(2, 2);
     this.listBoxControl1.Name     = "listBoxControl1";
     this.listBoxControl1.Size     = new System.Drawing.Size(789, 133);
     this.listBoxControl1.TabIndex = 1;
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.xtraTabControl1.Location        = new System.Drawing.Point(0, 291);
     this.xtraTabControl1.Name            = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
     this.xtraTabControl1.Size            = new System.Drawing.Size(798, 164);
     this.xtraTabControl1.TabIndex        = 2;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
         this.xtraTabPage1,
         this.xtraTabPage2
     });
     //
     // xtraTabPage2
     //
     this.xtraTabPage2.Controls.Add(this.listBoxControl2);
     this.xtraTabPage2.Name = "xtraTabPage2";
     this.xtraTabPage2.Size = new System.Drawing.Size(792, 136);
     this.xtraTabPage2.Text = "Boss信息";
     //
     // listBoxControl2
     //
     this.listBoxControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.listBoxControl2.Location = new System.Drawing.Point(2, 2);
     this.listBoxControl2.Name     = "listBoxControl2";
     this.listBoxControl2.Size     = new System.Drawing.Size(789, 133);
     this.listBoxControl2.TabIndex = 2;
     //
     // frmMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(795, 452);
     this.Controls.Add(this.xtraTabControl1);
     this.Controls.Add(this.gridControl1);
     this.Controls.Add(this.ribbonControl1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(805, 457);
     this.Name          = "frmMain";
     this.Ribbon        = this.ribbonControl1;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "梦想/仙境/缥渺 挂机助手 S15专用 [2020.03.22] - Presents By MarsEla (www.marsela.cn)";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing);
     this.Load         += new System.EventHandler(this.frmMain_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTrackBar2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTrackBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     this.xtraTabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.xtraTabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.listBoxControl2)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraLayout.LayoutControlGroup          layoutControl;
     DevExpress.XtraGrid.GridFormatRule                gridFormatRule1             = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDataBar formatConditionRuleDataBar1 = new DevExpress.XtraEditors.FormatConditionRuleDataBar();
     DevExpress.XtraGrid.GridFormatRule                gridFormatRule2             = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDataBar formatConditionRuleDataBar2 = new DevExpress.XtraEditors.FormatConditionRuleDataBar();
     DevExpress.XtraGrid.GridFormatRule                gridFormatRule3             = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDataBar formatConditionRuleDataBar3 = new DevExpress.XtraEditors.FormatConditionRuleDataBar();
     DevExpress.XtraGrid.GridFormatRule                gridFormatRule4             = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDataBar formatConditionRuleDataBar4 = new DevExpress.XtraEditors.FormatConditionRuleDataBar();
     DevExpress.XtraGrid.GridFormatRule                gridFormatRule5             = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDataBar formatConditionRuleDataBar5 = new DevExpress.XtraEditors.FormatConditionRuleDataBar();
     DevExpress.XtraLayout.EmptySpaceItem              emptySpaceItem1;
     this.DataSize           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.DataFreeSize       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.LogSize            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.LogFreeSize        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.TotalSize          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.searchControl1item = new DevExpress.XtraLayout.LayoutControlItem();
     this.searchControl1     = new DevExpress.XtraEditors.SearchControl();
     this.grid          = new DevExpress.XtraGrid.GridControl();
     this.view          = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.DatabaseName  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.RecoveryModel = new DevExpress.XtraGrid.Columns.GridColumn();
     this.LogReuseWait  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.CreateDate    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.DatabaseBoxlayoutControl1ConvertedLayout = new DevExpress.XtraLayout.LayoutControl();
     this.buttonRefresh     = new DevExpress.XtraEditors.SimpleButton();
     this.buttonOK          = new DevExpress.XtraEditors.SimpleButton();
     this.buttonCancel      = new DevExpress.XtraEditors.SimpleButton();
     this.griditem          = new DevExpress.XtraLayout.LayoutControlItem();
     this.buttonRefreshitem = new DevExpress.XtraLayout.LayoutControlItem();
     this.buttonOKitem      = new DevExpress.XtraLayout.LayoutControlItem();
     this.buttonCancelitem  = new DevExpress.XtraLayout.LayoutControlItem();
     layoutControl          = new DevExpress.XtraLayout.LayoutControlGroup();
     emptySpaceItem1        = new DevExpress.XtraLayout.EmptySpaceItem();
     ((System.ComponentModel.ISupportInitialize)(layoutControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.searchControl1item)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.searchControl1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.view)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DatabaseBoxlayoutControl1ConvertedLayout)).BeginInit();
     this.DatabaseBoxlayoutControl1ConvertedLayout.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.griditem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonRefreshitem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonOKitem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonCancelitem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(emptySpaceItem1)).BeginInit();
     this.SuspendLayout();
     //
     // DataSize
     //
     this.DataSize.Caption      = "Data Size";
     this.DataSize.FieldName    = "DataSize";
     this.DataSize.MaxWidth     = 110;
     this.DataSize.MinWidth     = 110;
     this.DataSize.Name         = "DataSize";
     this.DataSize.Visible      = true;
     this.DataSize.VisibleIndex = 6;
     this.DataSize.Width        = 110;
     //
     // DataFreeSize
     //
     this.DataFreeSize.Caption      = "Free Size";
     this.DataFreeSize.FieldName    = "DataFreeSize";
     this.DataFreeSize.MaxWidth     = 100;
     this.DataFreeSize.MinWidth     = 100;
     this.DataFreeSize.Name         = "DataFreeSize";
     this.DataFreeSize.Visible      = true;
     this.DataFreeSize.VisibleIndex = 7;
     this.DataFreeSize.Width        = 100;
     //
     // LogSize
     //
     this.LogSize.Caption      = "Log Size";
     this.LogSize.FieldName    = "LogSize";
     this.LogSize.MaxWidth     = 110;
     this.LogSize.MinWidth     = 110;
     this.LogSize.Name         = "LogSize";
     this.LogSize.Visible      = true;
     this.LogSize.VisibleIndex = 8;
     this.LogSize.Width        = 110;
     //
     // LogFreeSize
     //
     this.LogFreeSize.Caption      = "Free Size";
     this.LogFreeSize.FieldName    = "LogFreeSize";
     this.LogFreeSize.MaxWidth     = 100;
     this.LogFreeSize.MinWidth     = 100;
     this.LogFreeSize.Name         = "LogFreeSize";
     this.LogFreeSize.Visible      = true;
     this.LogFreeSize.VisibleIndex = 9;
     this.LogFreeSize.Width        = 100;
     //
     // TotalSize
     //
     this.TotalSize.Caption      = "Total Size";
     this.TotalSize.FieldName    = "TotalSize";
     this.TotalSize.MaxWidth     = 110;
     this.TotalSize.MinWidth     = 110;
     this.TotalSize.Name         = "TotalSize";
     this.TotalSize.Visible      = true;
     this.TotalSize.VisibleIndex = 5;
     this.TotalSize.Width        = 110;
     //
     // layoutControl
     //
     layoutControl.AllowCustomizeChildren = false;
     layoutControl.AllowHide = false;
     layoutControl.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     layoutControl.GroupBordersVisible         = false;
     layoutControl.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.searchControl1item,
         this.griditem,
         this.buttonRefreshitem,
         this.buttonOKitem,
         this.buttonCancelitem,
         emptySpaceItem1
     });
     layoutControl.Name    = "Root";
     layoutControl.Padding = new DevExpress.XtraLayout.Utils.Padding(10, 10, 5, 10);
     layoutControl.ShowInCustomizationForm = false;
     layoutControl.Size        = new System.Drawing.Size(1184, 461);
     layoutControl.TextVisible = false;
     //
     // searchControl1item
     //
     this.searchControl1item.Control             = this.searchControl1;
     this.searchControl1item.Location            = new System.Drawing.Point(75, 420);
     this.searchControl1item.MaxSize             = new System.Drawing.Size(223, 26);
     this.searchControl1item.MinSize             = new System.Drawing.Size(223, 26);
     this.searchControl1item.Name                = "searchControl1item";
     this.searchControl1item.Padding             = new DevExpress.XtraLayout.Utils.Padding(2, 2, 3, 2);
     this.searchControl1item.Size                = new System.Drawing.Size(223, 26);
     this.searchControl1item.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.searchControl1item.TextSize            = new System.Drawing.Size(0, 0);
     this.searchControl1item.TextVisible         = false;
     //
     // searchControl1
     //
     this.searchControl1.Client   = this.grid;
     this.searchControl1.Location = new System.Drawing.Point(87, 428);
     this.searchControl1.Name     = "searchControl1";
     this.searchControl1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Repository.ClearButton(),
         new DevExpress.XtraEditors.Repository.SearchButton()
     });
     this.searchControl1.Properties.Client = this.grid;
     this.searchControl1.Size            = new System.Drawing.Size(219, 20);
     this.searchControl1.StyleController = this.DatabaseBoxlayoutControl1ConvertedLayout;
     this.searchControl1.TabIndex        = 4;
     //
     // grid
     //
     this.grid.Font     = new System.Drawing.Font("Tahoma", 9F);
     this.grid.Location = new System.Drawing.Point(12, 7);
     this.grid.MainView = this.view;
     this.grid.Margin   = new System.Windows.Forms.Padding(3, 8, 3, 3);
     this.grid.Name     = "grid";
     this.grid.Size     = new System.Drawing.Size(1160, 414);
     this.grid.TabIndex = 0;
     this.grid.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.view
     });
     //
     // view
     //
     this.view.Appearance.EvenRow.BackColor                     = System.Drawing.Color.Gainsboro;
     this.view.Appearance.EvenRow.Options.UseBackColor          = true;
     this.view.Appearance.HeaderPanel.Font                      = new System.Drawing.Font("Tahoma", 8.75F);
     this.view.Appearance.HeaderPanel.Options.UseFont           = true;
     this.view.Appearance.HideSelectionRow.BackColor            = System.Drawing.Color.Transparent;
     this.view.Appearance.HideSelectionRow.Options.UseBackColor = true;
     this.view.Appearance.OddRow.BackColor                      = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(212)))), ((int)(((byte)(212)))));
     this.view.Appearance.OddRow.Options.UseBackColor           = true;
     this.view.Appearance.Row.Font                         = new System.Drawing.Font("Tahoma", 8.75F);
     this.view.Appearance.Row.Options.UseFont              = true;
     this.view.Appearance.SelectedRow.BackColor            = System.Drawing.Color.Transparent;
     this.view.Appearance.SelectedRow.Options.UseBackColor = true;
     this.view.ColumnPanelRowHeight                        = 26;
     this.view.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.DatabaseName,
         this.RecoveryModel,
         this.LogReuseWait,
         this.CreateDate,
         this.TotalSize,
         this.DataSize,
         this.DataFreeSize,
         this.LogSize,
         this.LogFreeSize
     });
     this.view.FocusRectStyle      = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.None;
     gridFormatRule1.Column        = this.DataSize;
     gridFormatRule1.ColumnApplyTo = this.DataSize;
     gridFormatRule1.Name          = "DataSize";
     formatConditionRuleDataBar1.AllowNegativeAxis                 = false;
     formatConditionRuleDataBar1.Appearance.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(180)))), ((int)(((byte)(247)))));
     formatConditionRuleDataBar1.Appearance.BackColor2             = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(214)))), ((int)(((byte)(254)))));
     formatConditionRuleDataBar1.Appearance.BorderColor            = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(180)))), ((int)(((byte)(247)))));
     formatConditionRuleDataBar1.Appearance.Options.UseBackColor   = true;
     formatConditionRuleDataBar1.Appearance.Options.UseBorderColor = true;
     formatConditionRuleDataBar1.DrawAxis    = false;
     formatConditionRuleDataBar1.MaximumType = DevExpress.XtraEditors.FormatConditionValueType.Number;
     formatConditionRuleDataBar1.Minimum     = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     formatConditionRuleDataBar1.MinimumType    = DevExpress.XtraEditors.FormatConditionValueType.Number;
     formatConditionRuleDataBar1.PredefinedName = null;
     formatConditionRuleDataBar1.RightToLeft    = DevExpress.Utils.DefaultBoolean.False;
     gridFormatRule1.Rule          = formatConditionRuleDataBar1;
     gridFormatRule2.Column        = this.DataFreeSize;
     gridFormatRule2.ColumnApplyTo = this.DataFreeSize;
     gridFormatRule2.Name          = "DataFreeSize";
     formatConditionRuleDataBar2.AllowNegativeAxis                 = false;
     formatConditionRuleDataBar2.Appearance.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(180)))), ((int)(((byte)(247)))));
     formatConditionRuleDataBar2.Appearance.BackColor2             = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(214)))), ((int)(((byte)(254)))));
     formatConditionRuleDataBar2.Appearance.BorderColor            = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(180)))), ((int)(((byte)(247)))));
     formatConditionRuleDataBar2.Appearance.Options.UseBackColor   = true;
     formatConditionRuleDataBar2.Appearance.Options.UseBorderColor = true;
     formatConditionRuleDataBar2.DrawAxis    = false;
     formatConditionRuleDataBar2.MaximumType = DevExpress.XtraEditors.FormatConditionValueType.Number;
     formatConditionRuleDataBar2.Minimum     = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     formatConditionRuleDataBar2.MinimumType    = DevExpress.XtraEditors.FormatConditionValueType.Number;
     formatConditionRuleDataBar2.PredefinedName = null;
     formatConditionRuleDataBar2.RightToLeft    = DevExpress.Utils.DefaultBoolean.False;
     gridFormatRule2.Rule          = formatConditionRuleDataBar2;
     gridFormatRule3.Column        = this.LogSize;
     gridFormatRule3.ColumnApplyTo = this.LogSize;
     gridFormatRule3.Name          = "LogSize";
     formatConditionRuleDataBar3.AllowNegativeAxis                 = false;
     formatConditionRuleDataBar3.Appearance.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(218)))), ((int)(((byte)(206)))));
     formatConditionRuleDataBar3.Appearance.BackColor2             = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(243)))), ((int)(((byte)(233)))));
     formatConditionRuleDataBar3.Appearance.BorderColor            = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(218)))), ((int)(((byte)(206)))));
     formatConditionRuleDataBar3.Appearance.Options.UseBackColor   = true;
     formatConditionRuleDataBar3.Appearance.Options.UseBorderColor = true;
     formatConditionRuleDataBar3.DrawAxis    = false;
     formatConditionRuleDataBar3.MaximumType = DevExpress.XtraEditors.FormatConditionValueType.Number;
     formatConditionRuleDataBar3.Minimum     = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     formatConditionRuleDataBar3.MinimumType    = DevExpress.XtraEditors.FormatConditionValueType.Number;
     formatConditionRuleDataBar3.PredefinedName = null;
     formatConditionRuleDataBar3.RightToLeft    = DevExpress.Utils.DefaultBoolean.False;
     gridFormatRule3.Rule          = formatConditionRuleDataBar3;
     gridFormatRule4.Column        = this.LogFreeSize;
     gridFormatRule4.ColumnApplyTo = this.LogFreeSize;
     gridFormatRule4.Name          = "LogFreeSize";
     formatConditionRuleDataBar4.AllowNegativeAxis                 = false;
     formatConditionRuleDataBar4.Appearance.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(218)))), ((int)(((byte)(206)))));
     formatConditionRuleDataBar4.Appearance.BackColor2             = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(243)))), ((int)(((byte)(233)))));
     formatConditionRuleDataBar4.Appearance.BorderColor            = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(218)))), ((int)(((byte)(206)))));
     formatConditionRuleDataBar4.Appearance.Options.UseBackColor   = true;
     formatConditionRuleDataBar4.Appearance.Options.UseBorderColor = true;
     formatConditionRuleDataBar4.DrawAxis    = false;
     formatConditionRuleDataBar4.MaximumType = DevExpress.XtraEditors.FormatConditionValueType.Number;
     formatConditionRuleDataBar4.Minimum     = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     formatConditionRuleDataBar4.MinimumType    = DevExpress.XtraEditors.FormatConditionValueType.Number;
     formatConditionRuleDataBar4.PredefinedName = null;
     formatConditionRuleDataBar4.RightToLeft    = DevExpress.Utils.DefaultBoolean.False;
     gridFormatRule4.Rule          = formatConditionRuleDataBar4;
     gridFormatRule5.Column        = this.TotalSize;
     gridFormatRule5.ColumnApplyTo = this.TotalSize;
     gridFormatRule5.Name          = "TotalSize";
     formatConditionRuleDataBar5.AllowNegativeAxis                 = false;
     formatConditionRuleDataBar5.Appearance.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(121)))), ((int)(((byte)(121)))));
     formatConditionRuleDataBar5.Appearance.BackColor2             = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(188)))), ((int)(((byte)(188)))));
     formatConditionRuleDataBar5.Appearance.BorderColor            = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(121)))), ((int)(((byte)(121)))));
     formatConditionRuleDataBar5.Appearance.Options.UseBackColor   = true;
     formatConditionRuleDataBar5.Appearance.Options.UseBorderColor = true;
     formatConditionRuleDataBar5.DrawAxis    = false;
     formatConditionRuleDataBar5.MaximumType = DevExpress.XtraEditors.FormatConditionValueType.Number;
     formatConditionRuleDataBar5.Minimum     = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     formatConditionRuleDataBar5.MinimumType    = DevExpress.XtraEditors.FormatConditionValueType.Number;
     formatConditionRuleDataBar5.PredefinedName = null;
     formatConditionRuleDataBar5.RightToLeft    = DevExpress.Utils.DefaultBoolean.False;
     gridFormatRule5.Rule = formatConditionRuleDataBar5;
     this.view.FormatRules.Add(gridFormatRule1);
     this.view.FormatRules.Add(gridFormatRule2);
     this.view.FormatRules.Add(gridFormatRule3);
     this.view.FormatRules.Add(gridFormatRule4);
     this.view.FormatRules.Add(gridFormatRule5);
     this.view.GridControl = this.grid;
     this.view.Name        = "view";
     this.view.OptionsBehavior.Editable = false;
     this.view.OptionsCustomization.AllowColumnMoving     = false;
     this.view.OptionsCustomization.AllowColumnResizing   = false;
     this.view.OptionsCustomization.AllowFilter           = false;
     this.view.OptionsCustomization.AllowGroup            = false;
     this.view.OptionsCustomization.AllowQuickHideColumns = false;
     this.view.OptionsFilter.AllowFilterEditor            = false;
     this.view.OptionsFind.AllowFindPanel    = false;
     this.view.OptionsFind.FindFilterColumns = "DatabaseName";
     this.view.OptionsFind.FindMode          = DevExpress.XtraEditors.FindMode.Always;
     this.view.OptionsFind.FindNullPrompt    = "";
     this.view.OptionsFind.ShowClearButton   = false;
     this.view.OptionsFind.ShowCloseButton   = false;
     this.view.OptionsFind.ShowFindButton    = false;
     this.view.OptionsMenu.EnableColumnMenu  = false;
     this.view.OptionsSelection.CheckBoxSelectorColumnWidth   = 35;
     this.view.OptionsSelection.EnableAppearanceFocusedCell   = false;
     this.view.OptionsSelection.EnableAppearanceFocusedRow    = false;
     this.view.OptionsSelection.EnableAppearanceHideSelection = false;
     this.view.OptionsSelection.MultiSelect              = true;
     this.view.OptionsSelection.MultiSelectMode          = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect;
     this.view.OptionsSelection.UseIndicatorForSelection = false;
     this.view.OptionsView.EnableAppearanceEvenRow       = true;
     this.view.OptionsView.EnableAppearanceOddRow        = true;
     this.view.OptionsView.ShowGroupPanel = false;
     this.view.OptionsView.ShowIndicator  = false;
     this.view.RowHeight = 24;
     this.view.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.TotalSize, DevExpress.Data.ColumnSortOrder.Descending)
     });
     this.view.SelectionChanged += new DevExpress.Data.SelectionChangedEventHandler(this.GridSelectionChanged);
     //
     // DatabaseName
     //
     this.DatabaseName.Caption      = "Database";
     this.DatabaseName.FieldName    = "DatabaseName";
     this.DatabaseName.Name         = "DatabaseName";
     this.DatabaseName.Visible      = true;
     this.DatabaseName.VisibleIndex = 1;
     this.DatabaseName.Width        = 241;
     //
     // RecoveryModel
     //
     this.RecoveryModel.Caption      = "Recovery Model";
     this.RecoveryModel.FieldName    = "RecoveryModel";
     this.RecoveryModel.MaxWidth     = 105;
     this.RecoveryModel.MinWidth     = 105;
     this.RecoveryModel.Name         = "RecoveryModel";
     this.RecoveryModel.Visible      = true;
     this.RecoveryModel.VisibleIndex = 2;
     this.RecoveryModel.Width        = 105;
     //
     // LogReuseWait
     //
     this.LogReuseWait.Caption      = "Log Reuse Wait";
     this.LogReuseWait.FieldName    = "LogReuseWait";
     this.LogReuseWait.MaxWidth     = 150;
     this.LogReuseWait.MinWidth     = 150;
     this.LogReuseWait.Name         = "LogReuseWait";
     this.LogReuseWait.Visible      = true;
     this.LogReuseWait.VisibleIndex = 3;
     this.LogReuseWait.Width        = 150;
     //
     // CreateDate
     //
     this.CreateDate.AppearanceCell.Options.UseTextOptions = true;
     this.CreateDate.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.CreateDate.Caption = "Create Date";
     this.CreateDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.CreateDate.FieldName    = "CreateDate";
     this.CreateDate.MaxWidth     = 105;
     this.CreateDate.MinWidth     = 105;
     this.CreateDate.Name         = "CreateDate";
     this.CreateDate.Visible      = true;
     this.CreateDate.VisibleIndex = 4;
     this.CreateDate.Width        = 105;
     //
     // DatabaseBoxlayoutControl1ConvertedLayout
     //
     this.DatabaseBoxlayoutControl1ConvertedLayout.Controls.Add(this.searchControl1);
     this.DatabaseBoxlayoutControl1ConvertedLayout.Controls.Add(this.grid);
     this.DatabaseBoxlayoutControl1ConvertedLayout.Controls.Add(this.buttonRefresh);
     this.DatabaseBoxlayoutControl1ConvertedLayout.Controls.Add(this.buttonOK);
     this.DatabaseBoxlayoutControl1ConvertedLayout.Controls.Add(this.buttonCancel);
     this.DatabaseBoxlayoutControl1ConvertedLayout.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.DatabaseBoxlayoutControl1ConvertedLayout.Location = new System.Drawing.Point(0, 0);
     this.DatabaseBoxlayoutControl1ConvertedLayout.Name     = "DatabaseBoxlayoutControl1ConvertedLayout";
     this.DatabaseBoxlayoutControl1ConvertedLayout.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(968, 152, 650, 400);
     this.DatabaseBoxlayoutControl1ConvertedLayout.Root     = layoutControl;
     this.DatabaseBoxlayoutControl1ConvertedLayout.Size     = new System.Drawing.Size(1184, 461);
     this.DatabaseBoxlayoutControl1ConvertedLayout.TabIndex = 5;
     //
     // buttonRefresh
     //
     this.buttonRefresh.AllowFocus      = false;
     this.buttonRefresh.Location        = new System.Drawing.Point(12, 427);
     this.buttonRefresh.Name            = "buttonRefresh";
     this.buttonRefresh.Size            = new System.Drawing.Size(71, 22);
     this.buttonRefresh.StyleController = this.DatabaseBoxlayoutControl1ConvertedLayout;
     this.buttonRefresh.TabIndex        = 1;
     this.buttonRefresh.Text            = "Refresh";
     this.buttonRefresh.Click          += new System.EventHandler(this.ButtonRefreshClick);
     //
     // buttonOK
     //
     this.buttonOK.AllowFocus      = false;
     this.buttonOK.DialogResult    = System.Windows.Forms.DialogResult.OK;
     this.buttonOK.Enabled         = false;
     this.buttonOK.Location        = new System.Drawing.Point(1016, 427);
     this.buttonOK.Name            = "buttonOK";
     this.buttonOK.Size            = new System.Drawing.Size(76, 22);
     this.buttonOK.StyleController = this.DatabaseBoxlayoutControl1ConvertedLayout;
     this.buttonOK.TabIndex        = 2;
     this.buttonOK.Text            = "OK";
     //
     // buttonCancel
     //
     this.buttonCancel.AllowFocus      = false;
     this.buttonCancel.DialogResult    = System.Windows.Forms.DialogResult.Cancel;
     this.buttonCancel.Location        = new System.Drawing.Point(1096, 427);
     this.buttonCancel.Name            = "buttonCancel";
     this.buttonCancel.Size            = new System.Drawing.Size(76, 22);
     this.buttonCancel.StyleController = this.DatabaseBoxlayoutControl1ConvertedLayout;
     this.buttonCancel.TabIndex        = 3;
     this.buttonCancel.Text            = "Cancel";
     //
     // griditem
     //
     this.griditem.Control     = this.grid;
     this.griditem.Location    = new System.Drawing.Point(0, 0);
     this.griditem.Name        = "griditem";
     this.griditem.Padding     = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 4);
     this.griditem.Size        = new System.Drawing.Size(1164, 420);
     this.griditem.TextSize    = new System.Drawing.Size(0, 0);
     this.griditem.TextVisible = false;
     //
     // buttonRefreshitem
     //
     this.buttonRefreshitem.Control             = this.buttonRefresh;
     this.buttonRefreshitem.Location            = new System.Drawing.Point(0, 420);
     this.buttonRefreshitem.MaxSize             = new System.Drawing.Size(75, 26);
     this.buttonRefreshitem.MinSize             = new System.Drawing.Size(75, 26);
     this.buttonRefreshitem.Name                = "buttonRefreshitem";
     this.buttonRefreshitem.Size                = new System.Drawing.Size(75, 26);
     this.buttonRefreshitem.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.buttonRefreshitem.TextSize            = new System.Drawing.Size(0, 0);
     this.buttonRefreshitem.TextVisible         = false;
     //
     // buttonOKitem
     //
     this.buttonOKitem.Control             = this.buttonOK;
     this.buttonOKitem.Location            = new System.Drawing.Point(1004, 420);
     this.buttonOKitem.MaxSize             = new System.Drawing.Size(80, 26);
     this.buttonOKitem.MinSize             = new System.Drawing.Size(80, 26);
     this.buttonOKitem.Name                = "buttonOKitem";
     this.buttonOKitem.Size                = new System.Drawing.Size(80, 26);
     this.buttonOKitem.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.buttonOKitem.TextSize            = new System.Drawing.Size(0, 0);
     this.buttonOKitem.TextVisible         = false;
     //
     // buttonCancelitem
     //
     this.buttonCancelitem.Control             = this.buttonCancel;
     this.buttonCancelitem.Location            = new System.Drawing.Point(1084, 420);
     this.buttonCancelitem.MaxSize             = new System.Drawing.Size(80, 26);
     this.buttonCancelitem.MinSize             = new System.Drawing.Size(80, 26);
     this.buttonCancelitem.Name                = "buttonCancelitem";
     this.buttonCancelitem.Size                = new System.Drawing.Size(80, 26);
     this.buttonCancelitem.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.buttonCancelitem.TextSize            = new System.Drawing.Size(0, 0);
     this.buttonCancelitem.TextVisible         = false;
     //
     // emptySpaceItem1
     //
     emptySpaceItem1.AllowHotTrack           = false;
     emptySpaceItem1.Location                = new System.Drawing.Point(298, 420);
     emptySpaceItem1.Name                    = "emptySpaceItem1";
     emptySpaceItem1.ShowInCustomizationForm = false;
     emptySpaceItem1.Size                    = new System.Drawing.Size(706, 26);
     emptySpaceItem1.TextSize                = new System.Drawing.Size(0, 0);
     //
     // DatabaseBox
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1184, 461);
     this.Controls.Add(this.DatabaseBoxlayoutControl1ConvertedLayout);
     this.MinimizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(1100, 500);
     this.Name          = "DatabaseBox";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Select Databases";
     ((System.ComponentModel.ISupportInitialize)(layoutControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.searchControl1item)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.searchControl1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.view)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DatabaseBoxlayoutControl1ConvertedLayout)).EndInit();
     this.DatabaseBoxlayoutControl1ConvertedLayout.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.griditem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonRefreshitem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonOKitem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonCancelitem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(emptySpaceItem1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.XYDiagram                   xyDiagram1                  = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.XYDiagramPane               xyDiagramPane1              = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.SecondaryAxisY              secondaryAxisY1             = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series                      series1                     = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView              lineSeriesView1             = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series                      series2                     = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView              lineSeriesView2             = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series                      series3                     = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.StepAreaSeriesView          stepAreaSeriesView1         = new DevExpress.XtraCharts.StepAreaSeriesView();
     DevExpress.XtraCharts.StepAreaSeriesView          stepAreaSeriesView2         = new DevExpress.XtraCharts.StepAreaSeriesView();
     DevExpress.XtraGrid.GridFormatRule                gridFormatRule1             = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleValue   formatConditionRuleValue1   = new DevExpress.XtraEditors.FormatConditionRuleValue();
     DevExpress.XtraGrid.GridFormatRule                gridFormatRule2             = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleValue   formatConditionRuleValue2   = new DevExpress.XtraEditors.FormatConditionRuleValue();
     DevExpress.XtraGrid.GridFormatRule                gridFormatRule3             = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDataBar formatConditionRuleDataBar1 = new DevExpress.XtraEditors.FormatConditionRuleDataBar();
     this.colMaxDeviation        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.myChartControl1        = new CryptoMarketClient.MyChartControl();
     this.gridControl1           = new DevExpress.XtraGrid.GridControl();
     this.dependencyArbitrageHistoryItemBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.gridView1               = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colTime                 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLowerAsk             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colUpperBid             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMaxDeviationExchange = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMaxDeviationTicker   = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.myChartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dependencyArbitrageHistoryItemBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.SuspendLayout();
     //
     // colMaxDeviation
     //
     this.colMaxDeviation.DisplayFormat.FormatString = "0.00000000";
     this.colMaxDeviation.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colMaxDeviation.FieldName    = "MaxDeviation";
     this.colMaxDeviation.MinWidth     = 40;
     this.colMaxDeviation.Name         = "colMaxDeviation";
     this.colMaxDeviation.Visible      = true;
     this.colMaxDeviation.VisibleIndex = 1;
     this.colMaxDeviation.Width        = 150;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Name     = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.myChartControl1);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.gridControl1);
     this.splitContainerControl1.Panel2.Text      = "Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(2371, 1099);
     this.splitContainerControl1.SplitterPosition = 1673;
     this.splitContainerControl1.TabIndex         = 0;
     this.splitContainerControl1.Text             = "splitContainerControl1";
     //
     // myChartControl1
     //
     xyDiagram1.AxisX.DateTimeScaleOptions.MeasureUnit = DevExpress.XtraCharts.DateTimeMeasureUnit.Second;
     xyDiagram1.AxisX.GridLines.MinorVisible           = true;
     xyDiagram1.AxisX.GridLines.Visible = true;
     xyDiagram1.AxisX.Label.ResolveOverlappingOptions.AllowRotate  = false;
     xyDiagram1.AxisX.Label.ResolveOverlappingOptions.AllowStagger = false;
     xyDiagram1.AxisX.Label.TextPattern          = "{A:hh:mm:ss}";
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1;0";
     xyDiagram1.AxisY.Alignment                      = DevExpress.XtraCharts.AxisAlignment.Far;
     xyDiagram1.AxisY.Label.TextPattern              = "{V:f8}";
     xyDiagram1.AxisY.VisibleInPanesSerializable     = "-1";
     xyDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel = false;
     xyDiagram1.EnableAxisXScrolling                 = true;
     xyDiagram1.EnableAxisXZooming                   = true;
     xyDiagramPane1.Name   = "Pane 1";
     xyDiagramPane1.PaneID = 0;
     //xyDiagramPane1.Weight = 0.5D;
     xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane1
     });
     secondaryAxisY1.AxisID            = 0;
     secondaryAxisY1.Label.TextPattern = "{V:f8}";
     secondaryAxisY1.Name = "Secondary AxisY 1";
     secondaryAxisY1.VisibleInPanesSerializable = "0";
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1
     });
     this.myChartControl1.Diagram = xyDiagram1;
     this.myChartControl1.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.myChartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
     this.myChartControl1.Legend.Name       = "Default Legend";
     this.myChartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.myChartControl1.Location          = new System.Drawing.Point(0, 0);
     this.myChartControl1.Name = "myChartControl1";
     series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series1.Name = "Upper";
     series1.View = lineSeriesView1;
     series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series2.Name = "Lower";
     series2.View = lineSeriesView2;
     series3.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series3.Name = "Deviation";
     stepAreaSeriesView1.AxisYName = "Secondary AxisY 1";
     stepAreaSeriesView1.PaneName  = "Pane 1";
     series3.View = stepAreaSeriesView1;
     this.myChartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3
     };
     stepAreaSeriesView2.Transparency         = ((byte)(0));
     this.myChartControl1.SeriesTemplate.View = stepAreaSeriesView2;
     this.myChartControl1.Size     = new System.Drawing.Size(1673, 1099);
     this.myChartControl1.TabIndex = 0;
     //
     // gridControl1
     //
     this.gridControl1.DataSource = this.dependencyArbitrageHistoryItemBindingSource;
     this.gridControl1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.Location   = new System.Drawing.Point(0, 0);
     this.gridControl1.MainView   = this.gridView1;
     this.gridControl1.Name       = "gridControl1";
     this.gridControl1.Size       = new System.Drawing.Size(688, 1099);
     this.gridControl1.TabIndex   = 0;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     this.gridControl1.Click += new System.EventHandler(this.gridControl1_Click);
     //
     // dependencyArbitrageHistoryItemBindingSource
     //
     this.dependencyArbitrageHistoryItemBindingSource.DataSource = typeof(Crypto.Core.Common.Arbitrages.DependencyArbitrageHistoryItem);
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colTime,
         this.colMaxDeviation,
         this.colLowerAsk,
         this.colUpperBid,
         this.colMaxDeviationExchange,
         this.colMaxDeviationTicker
     });
     this.gridView1.FocusRectStyle                             = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     gridFormatRule1.Name                                      = "Format0";
     formatConditionRuleValue1.Condition                       = DevExpress.XtraEditors.FormatCondition.Greater;
     formatConditionRuleValue1.Expression                      = "[MaxDeviation] > [Thresold]";
     formatConditionRuleValue1.PredefinedName                  = "Green Text";
     gridFormatRule1.Rule                                      = formatConditionRuleValue1;
     gridFormatRule2.ApplyToRow                                = true;
     gridFormatRule2.Name                                      = "Format1";
     formatConditionRuleValue2.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     formatConditionRuleValue2.Appearance.Options.UseBackColor = true;
     formatConditionRuleValue2.Condition                       = DevExpress.XtraEditors.FormatCondition.Equal;
     formatConditionRuleValue2.Value1                          = false;
     gridFormatRule2.Rule                                      = formatConditionRuleValue2;
     gridFormatRule3.Column                                    = this.colMaxDeviation;
     gridFormatRule3.ColumnApplyTo                             = this.colMaxDeviation;
     gridFormatRule3.Name                                      = "FormatDeviation";
     formatConditionRuleDataBar1.AxisColor                     = System.Drawing.Color.White;
     formatConditionRuleDataBar1.DrawAxisAtMiddle              = true;
     formatConditionRuleDataBar1.PredefinedName                = "Green";
     gridFormatRule3.Rule                                      = formatConditionRuleDataBar1;
     this.gridView1.FormatRules.Add(gridFormatRule1);
     this.gridView1.FormatRules.Add(gridFormatRule2);
     this.gridView1.FormatRules.Add(gridFormatRule3);
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.LevelIndent = 0;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsBehavior.AllowPixelScrolling                 = DevExpress.Utils.DefaultBoolean.True;
     this.gridView1.OptionsBehavior.Editable                            = false;
     this.gridView1.OptionsDetail.EnableMasterViewMode                  = false;
     this.gridView1.OptionsSelection.CheckBoxSelectorColumnWidth        = 60;
     this.gridView1.OptionsSelection.CheckBoxSelectorField              = "IsSelectedInDependencyArbitrageForm";
     this.gridView1.OptionsSelection.EnableAppearanceFocusedCell        = false;
     this.gridView1.OptionsSelection.EnableAppearanceFocusedRow         = false;
     this.gridView1.OptionsSelection.MultiSelect                        = true;
     this.gridView1.OptionsSelection.ShowCheckBoxSelectorInColumnHeader = DevExpress.Utils.DefaultBoolean.True;
     this.gridView1.OptionsView.EnableAppearanceEvenRow                 = true;
     this.gridView1.OptionsView.ShowHorizontalLines                     = DevExpress.Utils.DefaultBoolean.False;
     this.gridView1.OptionsView.ShowVerticalLines                       = DevExpress.Utils.DefaultBoolean.False;
     this.gridView1.PreviewIndent = 0;
     //
     // colTime
     //
     this.colTime.DisplayFormat.FormatString = "HH:mm:ss.fff";
     this.colTime.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.colTime.FieldName    = "Time";
     this.colTime.MinWidth     = 40;
     this.colTime.Name         = "colTime";
     this.colTime.Visible      = true;
     this.colTime.VisibleIndex = 0;
     this.colTime.Width        = 150;
     //
     // colLowerAsk
     //
     this.colLowerAsk.DisplayFormat.FormatString = "0.00000000";
     this.colLowerAsk.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colLowerAsk.FieldName    = "LowerAsk";
     this.colLowerAsk.MinWidth     = 40;
     this.colLowerAsk.Name         = "colLowerAsk";
     this.colLowerAsk.Visible      = true;
     this.colLowerAsk.VisibleIndex = 2;
     this.colLowerAsk.Width        = 150;
     //
     // colUpperBid
     //
     this.colUpperBid.DisplayFormat.FormatString = "0.00000000";
     this.colUpperBid.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colUpperBid.FieldName    = "UpperBid";
     this.colUpperBid.MinWidth     = 40;
     this.colUpperBid.Name         = "colUpperBid";
     this.colUpperBid.Visible      = true;
     this.colUpperBid.VisibleIndex = 3;
     this.colUpperBid.Width        = 150;
     //
     // colMaxDeviationExchange
     //
     this.colMaxDeviationExchange.FieldName    = "MaxDeviationExchange";
     this.colMaxDeviationExchange.MinWidth     = 40;
     this.colMaxDeviationExchange.Name         = "colMaxDeviationExchange";
     this.colMaxDeviationExchange.Visible      = true;
     this.colMaxDeviationExchange.VisibleIndex = 4;
     this.colMaxDeviationExchange.Width        = 150;
     //
     // colMaxDeviationTicker
     //
     this.colMaxDeviationTicker.FieldName    = "MaxDeviationTicker";
     this.colMaxDeviationTicker.MinWidth     = 40;
     this.colMaxDeviationTicker.Name         = "colMaxDeviationTicker";
     this.colMaxDeviationTicker.Visible      = true;
     this.colMaxDeviationTicker.VisibleIndex = 5;
     this.colMaxDeviationTicker.Width        = 150;
     //
     // DependencyArbitrageChartForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(2371, 1099);
     this.Controls.Add(this.splitContainerControl1);
     this.Name = "DependencyArbitrageChartForm";
     this.Text = "Dependency Arbitrage Chart";
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.myChartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dependencyArbitrageHistoryItemBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraGrid.GridFormatRule gridFormatRule1 = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDataBar formatConditionRuleDataBar1 = new DevExpress.XtraEditors.FormatConditionRuleDataBar();
     System.ComponentModel.ComponentResourceManager    resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDT02_Pop01));
     this.efwPanelControl1                  = new Easy.Framework.WinForm.Control.efwPanelControl();
     this.efwLabel1                         = new Easy.Framework.WinForm.Control.efwLabel();
     this.txtStory_Name                     = new Easy.Framework.WinForm.Control.efwTextEdit();
     this.efwLabel3                         = new Easy.Framework.WinForm.Control.efwLabel();
     this.txtCategory_No                    = new Easy.Framework.WinForm.Control.efwTextEdit();
     this.gridControl2                      = new DevExpress.XtraGrid.GridControl();
     this.layoutView1                       = new DevExpress.XtraGrid.Views.Layout.LayoutView();
     this.tileViewColumn1                   = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
     this.tileViewColumn2                   = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
     this.repositoryItemCheckEdit12         = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.tileViewColumn3                   = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
     this.repositoryItemPictureEdit2        = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
     this.tileViewColumn4                   = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
     this.layoutViewColumn1                 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
     this.repositoryItemCheckEdit1          = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.layoutViewColumn2                 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
     this.layoutViewColumn3                 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
     this.layoutViewColumn4                 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
     this.splitterControl1                  = new DevExpress.XtraEditors.SplitterControl();
     this.efwGroupControl2                  = new Easy.Framework.WinForm.Control.efwGroupControl();
     this.efwSimpleButton1                  = new Easy.Framework.WinForm.Control.efwSimpleButton();
     this.txtNow_image                      = new Easy.Framework.WinForm.Control.efwTextEdit();
     this.efwLabel4                         = new Easy.Framework.WinForm.Control.efwLabel();
     this.txtSub_Code                       = new Easy.Framework.WinForm.Control.efwTextEdit();
     this.chkIs_Best                        = new Easy.Framework.WinForm.Control.efwCheckEdit();
     this.rbUse_Type                        = new Easy.Framework.WinForm.Control.efwRadioGroup();
     this.efwLabel2                         = new Easy.Framework.WinForm.Control.efwLabel();
     this.txtRemark                         = new Easy.Framework.WinForm.Control.efwMemoEdit();
     this.txtTab3_imgpath                   = new Easy.Framework.WinForm.Control.efwTextEdit();
     this.txtTeb3_Idx                       = new Easy.Framework.WinForm.Control.efwTextEdit();
     this.efwSimpleButton5                  = new Easy.Framework.WinForm.Control.efwSimpleButton();
     this.efwSimpleButton6                  = new Easy.Framework.WinForm.Control.efwSimpleButton();
     this.txtTab3_PicPath1                  = new Easy.Framework.WinForm.Control.efwTextEdit();
     this.txtTab3_imgname                   = new Easy.Framework.WinForm.Control.efwTextEdit();
     this.txtTab3_imgurl                    = new Easy.Framework.WinForm.Control.efwTextEdit();
     this.efwSimpleButton8                  = new Easy.Framework.WinForm.Control.efwSimpleButton();
     this.picTab3_Banner                    = new Easy.Framework.WinForm.Control.efwPictureEdit();
     this.layoutViewCard1                   = new DevExpress.XtraGrid.Views.Layout.LayoutViewCard();
     this.layoutViewField_tileViewColumn3   = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
     this.layoutViewField_tileViewColumn2   = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
     this.layoutViewField_tileViewColumn1   = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
     this.layoutViewField_layoutViewColumn1 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
     this.layoutViewField_layoutViewColumn4 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
     this.layoutViewField_layoutViewColumn3 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
     this.layoutViewField_layoutViewColumn2 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
     this.layoutViewField_tileViewColumn4   = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
     ((System.ComponentModel.ISupportInitialize)(this.efwPanelControl1)).BeginInit();
     this.efwPanelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtStory_Name.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCategory_No.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwGroupControl2)).BeginInit();
     this.efwGroupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtNow_image.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSub_Code.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkIs_Best.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rbUse_Type.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTab3_imgpath.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTeb3_Idx.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTab3_PicPath1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTab3_imgname.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTab3_imgurl.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picTab3_Banner.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutViewCard1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_tileViewColumn3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_tileViewColumn2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_tileViewColumn1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_tileViewColumn4)).BeginInit();
     this.SuspendLayout();
     //
     // efwPanelControl1
     //
     this.efwPanelControl1.Controls.Add(this.efwLabel1);
     this.efwPanelControl1.Controls.Add(this.txtStory_Name);
     this.efwPanelControl1.Controls.Add(this.efwLabel3);
     this.efwPanelControl1.Controls.Add(this.txtCategory_No);
     this.efwPanelControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.efwPanelControl1.Location = new System.Drawing.Point(0, 0);
     this.efwPanelControl1.Name     = "efwPanelControl1";
     this.efwPanelControl1.Size     = new System.Drawing.Size(1148, 43);
     this.efwPanelControl1.TabIndex = 48;
     //
     // efwLabel1
     //
     this.efwLabel1.EraserGroup = null;
     this.efwLabel1.IsMultiLang = false;
     this.efwLabel1.Location    = new System.Drawing.Point(201, 15);
     this.efwLabel1.Name        = "efwLabel1";
     this.efwLabel1.Size        = new System.Drawing.Size(40, 14);
     this.efwLabel1.TabIndex    = 69;
     this.efwLabel1.Text        = "스토리명";
     //
     // txtStory_Name
     //
     this.txtStory_Name.EditValue2  = null;
     this.txtStory_Name.Enabled     = false;
     this.txtStory_Name.EraserGroup = "CLR1";
     this.txtStory_Name.Location    = new System.Drawing.Point(271, 10);
     this.txtStory_Name.Name        = "txtStory_Name";
     this.txtStory_Name.Properties.Appearance.BackColor                   = System.Drawing.Color.Transparent;
     this.txtStory_Name.Properties.Appearance.Font                        = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
     this.txtStory_Name.Properties.Appearance.ForeColor                   = System.Drawing.Color.Navy;
     this.txtStory_Name.Properties.Appearance.Options.UseBackColor        = true;
     this.txtStory_Name.Properties.Appearance.Options.UseFont             = true;
     this.txtStory_Name.Properties.Appearance.Options.UseForeColor        = true;
     this.txtStory_Name.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtStory_Name.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtStory_Name.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.txtStory_Name.RequireMessage         = null;
     this.txtStory_Name.Size     = new System.Drawing.Size(242, 24);
     this.txtStory_Name.TabIndex = 68;
     //
     // efwLabel3
     //
     this.efwLabel3.EraserGroup = null;
     this.efwLabel3.IsMultiLang = false;
     this.efwLabel3.Location    = new System.Drawing.Point(30, 15);
     this.efwLabel3.Name        = "efwLabel3";
     this.efwLabel3.Size        = new System.Drawing.Size(55, 14);
     this.efwLabel3.TabIndex    = 67;
     this.efwLabel3.Text        = "스토리 NO.";
     //
     // txtCategory_No
     //
     this.txtCategory_No.EditValue2  = null;
     this.txtCategory_No.Enabled     = false;
     this.txtCategory_No.EraserGroup = "CLR1";
     this.txtCategory_No.Location    = new System.Drawing.Point(100, 10);
     this.txtCategory_No.Name        = "txtCategory_No";
     this.txtCategory_No.Properties.Appearance.BackColor                   = System.Drawing.Color.Transparent;
     this.txtCategory_No.Properties.Appearance.Font                        = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
     this.txtCategory_No.Properties.Appearance.ForeColor                   = System.Drawing.Color.Red;
     this.txtCategory_No.Properties.Appearance.Options.UseBackColor        = true;
     this.txtCategory_No.Properties.Appearance.Options.UseFont             = true;
     this.txtCategory_No.Properties.Appearance.Options.UseForeColor        = true;
     this.txtCategory_No.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtCategory_No.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtCategory_No.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.txtCategory_No.RequireMessage         = null;
     this.txtCategory_No.Size     = new System.Drawing.Size(76, 24);
     this.txtCategory_No.TabIndex = 64;
     //
     // gridControl2
     //
     this.gridControl2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.gridControl2.Location = new System.Drawing.Point(0, 43);
     this.gridControl2.MainView = this.layoutView1;
     this.gridControl2.Name     = "gridControl2";
     this.gridControl2.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemCheckEdit12,
         this.repositoryItemPictureEdit2,
         this.repositoryItemCheckEdit1
     });
     this.gridControl2.Size     = new System.Drawing.Size(1148, 393);
     this.gridControl2.TabIndex = 53;
     this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.layoutView1
     });
     this.gridControl2.Click += new System.EventHandler(this.gridControl2_Click);
     //
     // layoutView1
     //
     this.layoutView1.CardMinSize = new System.Drawing.Size(209, 248);
     this.layoutView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.LayoutViewColumn[] {
         this.tileViewColumn1,
         this.tileViewColumn2,
         this.tileViewColumn3,
         this.tileViewColumn4,
         this.layoutViewColumn1,
         this.layoutViewColumn2,
         this.layoutViewColumn3,
         this.layoutViewColumn4
     });
     this.layoutView1.DetailHeight = 100;
     gridFormatRule1.Name          = "Format0";
     formatConditionRuleDataBar1.PredefinedName = null;
     gridFormatRule1.Rule = formatConditionRuleDataBar1;
     this.layoutView1.FormatRules.Add(gridFormatRule1);
     this.layoutView1.GridControl = this.gridControl2;
     this.layoutView1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutViewField_layoutViewColumn3,
         this.layoutViewField_layoutViewColumn2,
         this.layoutViewField_tileViewColumn4
     });
     this.layoutView1.Name = "layoutView1";
     this.layoutView1.OptionsView.ViewMode     = DevExpress.XtraGrid.Views.Layout.LayoutViewMode.MultiRow;
     this.layoutView1.TemplateCard             = this.layoutViewCard1;
     this.layoutView1.CustomUnboundColumnData += new DevExpress.XtraGrid.Views.Base.CustomColumnDataEventHandler(this.layoutView1_CustomUnboundColumnData);
     //
     // tileViewColumn1
     //
     this.tileViewColumn1.Caption = "등록일자";
     this.tileViewColumn1.DisplayFormat.FormatString = "yyyy/M/d";
     this.tileViewColumn1.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.tileViewColumn1.FieldName               = "reg_date";
     this.tileViewColumn1.LayoutViewField         = this.layoutViewField_tileViewColumn1;
     this.tileViewColumn1.Name                    = "tileViewColumn1";
     this.tileViewColumn1.OptionsColumn.AllowEdit = false;
     this.tileViewColumn1.OptionsColumn.AllowSize = false;
     //
     // tileViewColumn2
     //
     this.tileViewColumn2.Caption                 = "노출유무";
     this.tileViewColumn2.ColumnEdit              = this.repositoryItemCheckEdit12;
     this.tileViewColumn2.FieldName               = "is_use";
     this.tileViewColumn2.LayoutViewField         = this.layoutViewField_tileViewColumn2;
     this.tileViewColumn2.Name                    = "tileViewColumn2";
     this.tileViewColumn2.OptionsColumn.AllowEdit = false;
     //
     // repositoryItemCheckEdit12
     //
     this.repositoryItemCheckEdit12.AutoHeight     = false;
     this.repositoryItemCheckEdit12.Name           = "repositoryItemCheckEdit12";
     this.repositoryItemCheckEdit12.ValueChecked   = "Y";
     this.repositoryItemCheckEdit12.ValueUnchecked = "N";
     //
     // tileViewColumn3
     //
     this.tileViewColumn3.Caption                 = "이미지";
     this.tileViewColumn3.ColumnEdit              = this.repositoryItemPictureEdit2;
     this.tileViewColumn3.FieldName               = "Image1";
     this.tileViewColumn3.LayoutViewField         = this.layoutViewField_tileViewColumn3;
     this.tileViewColumn3.MinWidth                = 100;
     this.tileViewColumn3.Name                    = "tileViewColumn3";
     this.tileViewColumn3.OptionsColumn.AllowEdit = false;
     this.tileViewColumn3.OptionsColumn.AllowSize = false;
     this.tileViewColumn3.UnboundType             = DevExpress.Data.UnboundColumnType.Object;
     //
     // repositoryItemPictureEdit2
     //
     this.repositoryItemPictureEdit2.Name     = "repositoryItemPictureEdit2";
     this.repositoryItemPictureEdit2.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Squeeze;
     //
     // tileViewColumn4
     //
     this.tileViewColumn4.Caption                 = "pic_url1";
     this.tileViewColumn4.FieldName               = "image_path";
     this.tileViewColumn4.LayoutViewField         = this.layoutViewField_tileViewColumn4;
     this.tileViewColumn4.Name                    = "tileViewColumn4";
     this.tileViewColumn4.OptionsColumn.AllowEdit = false;
     //
     // layoutViewColumn1
     //
     this.layoutViewColumn1.Caption                 = "대표유무";
     this.layoutViewColumn1.ColumnEdit              = this.repositoryItemCheckEdit1;
     this.layoutViewColumn1.FieldName               = "is_best";
     this.layoutViewColumn1.LayoutViewField         = this.layoutViewField_layoutViewColumn1;
     this.layoutViewColumn1.Name                    = "layoutViewColumn1";
     this.layoutViewColumn1.OptionsColumn.AllowEdit = false;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight     = false;
     this.repositoryItemCheckEdit1.Name           = "repositoryItemCheckEdit1";
     this.repositoryItemCheckEdit1.ValueChecked   = "Y";
     this.repositoryItemCheckEdit1.ValueUnchecked = "N";
     //
     // layoutViewColumn2
     //
     this.layoutViewColumn2.Caption                 = "idx";
     this.layoutViewColumn2.FieldName               = "idx";
     this.layoutViewColumn2.LayoutViewField         = this.layoutViewField_layoutViewColumn2;
     this.layoutViewColumn2.Name                    = "layoutViewColumn2";
     this.layoutViewColumn2.OptionsColumn.AllowEdit = false;
     //
     // layoutViewColumn3
     //
     this.layoutViewColumn3.Caption                 = "파일명";
     this.layoutViewColumn3.FieldName               = "file_name";
     this.layoutViewColumn3.LayoutViewField         = this.layoutViewField_layoutViewColumn3;
     this.layoutViewColumn3.Name                    = "layoutViewColumn3";
     this.layoutViewColumn3.OptionsColumn.AllowEdit = false;
     //
     // layoutViewColumn4
     //
     this.layoutViewColumn4.Caption                 = "구분코드";
     this.layoutViewColumn4.FieldName               = "sub_code";
     this.layoutViewColumn4.LayoutViewField         = this.layoutViewField_layoutViewColumn4;
     this.layoutViewColumn4.Name                    = "layoutViewColumn4";
     this.layoutViewColumn4.OptionsColumn.AllowEdit = false;
     //
     // splitterControl1
     //
     this.splitterControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.splitterControl1.Location = new System.Drawing.Point(0, 436);
     this.splitterControl1.Name     = "splitterControl1";
     this.splitterControl1.Size     = new System.Drawing.Size(1148, 5);
     this.splitterControl1.TabIndex = 54;
     this.splitterControl1.TabStop  = false;
     //
     // efwGroupControl2
     //
     this.efwGroupControl2.CaptionImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("efwGroupControl2.CaptionImageOptions.Image")));
     this.efwGroupControl2.Controls.Add(this.efwSimpleButton1);
     this.efwGroupControl2.Controls.Add(this.txtNow_image);
     this.efwGroupControl2.Controls.Add(this.efwLabel4);
     this.efwGroupControl2.Controls.Add(this.txtSub_Code);
     this.efwGroupControl2.Controls.Add(this.chkIs_Best);
     this.efwGroupControl2.Controls.Add(this.rbUse_Type);
     this.efwGroupControl2.Controls.Add(this.efwLabel2);
     this.efwGroupControl2.Controls.Add(this.txtRemark);
     this.efwGroupControl2.Controls.Add(this.txtTab3_imgpath);
     this.efwGroupControl2.Controls.Add(this.txtTeb3_Idx);
     this.efwGroupControl2.Controls.Add(this.efwSimpleButton5);
     this.efwGroupControl2.Controls.Add(this.efwSimpleButton6);
     this.efwGroupControl2.Controls.Add(this.txtTab3_PicPath1);
     this.efwGroupControl2.Controls.Add(this.txtTab3_imgname);
     this.efwGroupControl2.Controls.Add(this.txtTab3_imgurl);
     this.efwGroupControl2.Controls.Add(this.efwSimpleButton8);
     this.efwGroupControl2.Controls.Add(this.picTab3_Banner);
     this.efwGroupControl2.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.efwGroupControl2.IsMultiLang = false;
     this.efwGroupControl2.Location    = new System.Drawing.Point(0, 441);
     this.efwGroupControl2.Name        = "efwGroupControl2";
     this.efwGroupControl2.Size        = new System.Drawing.Size(1148, 219);
     this.efwGroupControl2.TabIndex    = 57;
     this.efwGroupControl2.Text        = "스토리이미지 저장";
     //
     // efwSimpleButton1
     //
     this.efwSimpleButton1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("efwSimpleButton1.ImageOptions.Image")));
     this.efwSimpleButton1.IsMultiLang        = false;
     this.efwSimpleButton1.Location           = new System.Drawing.Point(385, 35);
     this.efwSimpleButton1.Name     = "efwSimpleButton1";
     this.efwSimpleButton1.Size     = new System.Drawing.Size(70, 40);
     this.efwSimpleButton1.TabIndex = 91;
     this.efwSimpleButton1.Text     = "삭제";
     this.efwSimpleButton1.Click   += new System.EventHandler(this.efwSimpleButton1_Click);
     //
     // txtNow_image
     //
     this.txtNow_image.EditValue2  = null;
     this.txtNow_image.EraserGroup = "CLR3";
     this.txtNow_image.Location    = new System.Drawing.Point(762, 159);
     this.txtNow_image.Name        = "txtNow_image";
     this.txtNow_image.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtNow_image.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtNow_image.RequireMessage = null;
     this.txtNow_image.Size           = new System.Drawing.Size(338, 20);
     this.txtNow_image.TabIndex       = 90;
     this.txtNow_image.Visible        = false;
     //
     // efwLabel4
     //
     this.efwLabel4.EraserGroup = null;
     this.efwLabel4.IsMultiLang = false;
     this.efwLabel4.Location    = new System.Drawing.Point(26, 93);
     this.efwLabel4.Name        = "efwLabel4";
     this.efwLabel4.Size        = new System.Drawing.Size(40, 14);
     this.efwLabel4.TabIndex    = 89;
     this.efwLabel4.Text        = "구분코드";
     //
     // txtSub_Code
     //
     this.txtSub_Code.EditValue2  = null;
     this.txtSub_Code.EraserGroup = "CLR3";
     this.txtSub_Code.Location    = new System.Drawing.Point(126, 90);
     this.txtSub_Code.Name        = "txtSub_Code";
     this.txtSub_Code.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtSub_Code.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtSub_Code.RequireMessage = null;
     this.txtSub_Code.Size           = new System.Drawing.Size(329, 20);
     this.txtSub_Code.TabIndex       = 88;
     //
     // chkIs_Best
     //
     this.chkIs_Best.EditValue                 = "Y";
     this.chkIs_Best.EraserGroup               = "CLR1";
     this.chkIs_Best.Location                  = new System.Drawing.Point(26, 118);
     this.chkIs_Best.Name                      = "chkIs_Best";
     this.chkIs_Best.Properties.Caption        = "대표이미지";
     this.chkIs_Best.Properties.ValueChecked   = "Y";
     this.chkIs_Best.Properties.ValueUnchecked = "N";
     this.chkIs_Best.Size                      = new System.Drawing.Size(83, 19);
     this.chkIs_Best.TabIndex                  = 87;
     //
     // rbUse_Type
     //
     this.rbUse_Type.IsMultiLang = false;
     this.rbUse_Type.Location    = new System.Drawing.Point(126, 116);
     this.rbUse_Type.Name        = "rbUse_Type";
     this.rbUse_Type.Properties.Appearance.BackColor                   = System.Drawing.Color.Transparent;
     this.rbUse_Type.Properties.Appearance.Options.UseBackColor        = true;
     this.rbUse_Type.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.rbUse_Type.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.rbUse_Type.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.rbUse_Type.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
         new DevExpress.XtraEditors.Controls.RadioGroupItem("Y", "사용       "),
         new DevExpress.XtraEditors.Controls.RadioGroupItem("N", "미사용")
     });
     this.rbUse_Type.Properties.ItemsLayout = DevExpress.XtraEditors.RadioGroupItemsLayout.Flow;
     this.rbUse_Type.RequireMessage         = null;
     this.rbUse_Type.Size     = new System.Drawing.Size(158, 29);
     this.rbUse_Type.TabIndex = 85;
     //
     // efwLabel2
     //
     this.efwLabel2.EraserGroup = null;
     this.efwLabel2.IsMultiLang = false;
     this.efwLabel2.Location    = new System.Drawing.Point(26, 151);
     this.efwLabel2.Name        = "efwLabel2";
     this.efwLabel2.Size        = new System.Drawing.Size(20, 14);
     this.efwLabel2.TabIndex    = 83;
     this.efwLabel2.Text        = "비고";
     //
     // txtRemark
     //
     this.txtRemark.ByteLength  = 200;
     this.txtRemark.EraserGroup = "CLR1";
     this.txtRemark.Location    = new System.Drawing.Point(69, 149);
     this.txtRemark.Name        = "txtRemark";
     this.txtRemark.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtRemark.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtRemark.Size     = new System.Drawing.Size(386, 46);
     this.txtRemark.TabIndex = 82;
     //
     // txtTab3_imgpath
     //
     this.txtTab3_imgpath.EditValue2  = null;
     this.txtTab3_imgpath.EraserGroup = "CLR3";
     this.txtTab3_imgpath.Location    = new System.Drawing.Point(762, 133);
     this.txtTab3_imgpath.Name        = "txtTab3_imgpath";
     this.txtTab3_imgpath.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtTab3_imgpath.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtTab3_imgpath.RequireMessage = null;
     this.txtTab3_imgpath.Size           = new System.Drawing.Size(338, 20);
     this.txtTab3_imgpath.TabIndex       = 80;
     this.txtTab3_imgpath.Visible        = false;
     //
     // txtTeb3_Idx
     //
     this.txtTeb3_Idx.EditValue2  = null;
     this.txtTeb3_Idx.EraserGroup = "CLR3";
     this.txtTeb3_Idx.Location    = new System.Drawing.Point(762, 34);
     this.txtTeb3_Idx.Name        = "txtTeb3_Idx";
     this.txtTeb3_Idx.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtTeb3_Idx.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtTeb3_Idx.RequireMessage = null;
     this.txtTeb3_Idx.Size           = new System.Drawing.Size(338, 20);
     this.txtTeb3_Idx.TabIndex       = 79;
     this.txtTeb3_Idx.Visible        = false;
     //
     // efwSimpleButton5
     //
     this.efwSimpleButton5.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("efwSimpleButton5.ImageOptions.Image")));
     this.efwSimpleButton5.IsMultiLang        = false;
     this.efwSimpleButton5.Location           = new System.Drawing.Point(217, 35);
     this.efwSimpleButton5.Name     = "efwSimpleButton5";
     this.efwSimpleButton5.Size     = new System.Drawing.Size(70, 40);
     this.efwSimpleButton5.TabIndex = 71;
     this.efwSimpleButton5.Text     = "신규";
     this.efwSimpleButton5.Click   += new System.EventHandler(this.efwSimpleButton5_Click);
     //
     // efwSimpleButton6
     //
     this.efwSimpleButton6.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("efwSimpleButton6.ImageOptions.Image")));
     this.efwSimpleButton6.IsMultiLang        = false;
     this.efwSimpleButton6.Location           = new System.Drawing.Point(293, 35);
     this.efwSimpleButton6.Name     = "efwSimpleButton6";
     this.efwSimpleButton6.Size     = new System.Drawing.Size(70, 40);
     this.efwSimpleButton6.TabIndex = 70;
     this.efwSimpleButton6.Text     = "저장";
     this.efwSimpleButton6.Click   += new System.EventHandler(this.efwSimpleButton6_Click);
     //
     // txtTab3_PicPath1
     //
     this.txtTab3_PicPath1.EditValue2  = null;
     this.txtTab3_PicPath1.EraserGroup = "CLR3";
     this.txtTab3_PicPath1.Location    = new System.Drawing.Point(762, 107);
     this.txtTab3_PicPath1.Name        = "txtTab3_PicPath1";
     this.txtTab3_PicPath1.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtTab3_PicPath1.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtTab3_PicPath1.RequireMessage = null;
     this.txtTab3_PicPath1.Size           = new System.Drawing.Size(338, 20);
     this.txtTab3_PicPath1.TabIndex       = 64;
     this.txtTab3_PicPath1.Visible        = false;
     //
     // txtTab3_imgname
     //
     this.txtTab3_imgname.EditValue2  = null;
     this.txtTab3_imgname.EraserGroup = "CLR3";
     this.txtTab3_imgname.Location    = new System.Drawing.Point(762, 81);
     this.txtTab3_imgname.Name        = "txtTab3_imgname";
     this.txtTab3_imgname.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtTab3_imgname.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtTab3_imgname.RequireMessage = null;
     this.txtTab3_imgname.Size           = new System.Drawing.Size(338, 20);
     this.txtTab3_imgname.TabIndex       = 63;
     this.txtTab3_imgname.Visible        = false;
     //
     // txtTab3_imgurl
     //
     this.txtTab3_imgurl.EditValue2  = null;
     this.txtTab3_imgurl.EraserGroup = "CLR3";
     this.txtTab3_imgurl.Location    = new System.Drawing.Point(762, 59);
     this.txtTab3_imgurl.Name        = "txtTab3_imgurl";
     this.txtTab3_imgurl.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtTab3_imgurl.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtTab3_imgurl.RequireMessage = null;
     this.txtTab3_imgurl.Size           = new System.Drawing.Size(338, 20);
     this.txtTab3_imgurl.TabIndex       = 44;
     this.txtTab3_imgurl.Visible        = false;
     //
     // efwSimpleButton8
     //
     this.efwSimpleButton8.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.efwSimpleButton8.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("efwSimpleButton8.ImageOptions.Image")));
     this.efwSimpleButton8.IsMultiLang        = false;
     this.efwSimpleButton8.Location           = new System.Drawing.Point(95, 35);
     this.efwSimpleButton8.Name     = "efwSimpleButton8";
     this.efwSimpleButton8.Size     = new System.Drawing.Size(97, 40);
     this.efwSimpleButton8.TabIndex = 52;
     this.efwSimpleButton8.Text     = "이미지파일";
     this.efwSimpleButton8.Click   += new System.EventHandler(this.efwSimpleButton8_Click);
     //
     // picTab3_Banner
     //
     this.picTab3_Banner.EraserGroup = "CLR3";
     this.picTab3_Banner.Location    = new System.Drawing.Point(494, 31);
     this.picTab3_Banner.Name        = "picTab3_Banner";
     this.picTab3_Banner.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
     this.picTab3_Banner.Properties.SizeMode           = DevExpress.XtraEditors.Controls.PictureSizeMode.Squeeze;
     this.picTab3_Banner.Size         = new System.Drawing.Size(248, 176);
     this.picTab3_Banner.TabIndex     = 51;
     this.picTab3_Banner.DoubleClick += new System.EventHandler(this.picTab3_Banner_DoubleClick);
     //
     // layoutViewCard1
     //
     this.layoutViewCard1.CustomizationFormText = "TemplateCard";
     this.layoutViewCard1.HeaderButtonsLocation = DevExpress.Utils.GroupElementLocation.AfterText;
     this.layoutViewCard1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutViewField_tileViewColumn3,
         this.layoutViewField_tileViewColumn2,
         this.layoutViewField_tileViewColumn1,
         this.layoutViewField_layoutViewColumn1,
         this.layoutViewField_layoutViewColumn4
     });
     this.layoutViewCard1.Name = "layoutViewCard1";
     this.layoutViewCard1.OptionsItemText.TextToControlDistance = 5;
     this.layoutViewCard1.Text = "TemplateCard";
     //
     // layoutViewField_tileViewColumn3
     //
     this.layoutViewField_tileViewColumn3.EditorPreferredWidth = 185;
     this.layoutViewField_tileViewColumn3.Location             = new System.Drawing.Point(0, 47);
     this.layoutViewField_tileViewColumn3.Name         = "layoutViewField_tileViewColumn3";
     this.layoutViewField_tileViewColumn3.Size         = new System.Drawing.Size(189, 138);
     this.layoutViewField_tileViewColumn3.StartNewLine = true;
     this.layoutViewField_tileViewColumn3.TextLocation = DevExpress.Utils.Locations.Left;
     this.layoutViewField_tileViewColumn3.TextSize     = new System.Drawing.Size(0, 0);
     this.layoutViewField_tileViewColumn3.TextVisible  = false;
     //
     // layoutViewField_tileViewColumn2
     //
     this.layoutViewField_tileViewColumn2.EditorPreferredWidth = 42;
     this.layoutViewField_tileViewColumn2.Location             = new System.Drawing.Point(94, 0);
     this.layoutViewField_tileViewColumn2.Name         = "layoutViewField_tileViewColumn2";
     this.layoutViewField_tileViewColumn2.Size         = new System.Drawing.Size(95, 23);
     this.layoutViewField_tileViewColumn2.TextLocation = DevExpress.Utils.Locations.Left;
     this.layoutViewField_tileViewColumn2.TextSize     = new System.Drawing.Size(44, 14);
     //
     // layoutViewField_tileViewColumn1
     //
     this.layoutViewField_tileViewColumn1.EditorPreferredWidth = 136;
     this.layoutViewField_tileViewColumn1.Location             = new System.Drawing.Point(0, 185);
     this.layoutViewField_tileViewColumn1.Name         = "layoutViewField_tileViewColumn1";
     this.layoutViewField_tileViewColumn1.Size         = new System.Drawing.Size(189, 24);
     this.layoutViewField_tileViewColumn1.TextLocation = DevExpress.Utils.Locations.Left;
     this.layoutViewField_tileViewColumn1.TextSize     = new System.Drawing.Size(44, 14);
     //
     // layoutViewField_layoutViewColumn1
     //
     this.layoutViewField_layoutViewColumn1.EditorPreferredWidth = 41;
     this.layoutViewField_layoutViewColumn1.Location             = new System.Drawing.Point(0, 0);
     this.layoutViewField_layoutViewColumn1.Name         = "layoutViewField_layoutViewColumn1";
     this.layoutViewField_layoutViewColumn1.Size         = new System.Drawing.Size(94, 23);
     this.layoutViewField_layoutViewColumn1.TextLocation = DevExpress.Utils.Locations.Left;
     this.layoutViewField_layoutViewColumn1.TextSize     = new System.Drawing.Size(44, 14);
     //
     // layoutViewField_layoutViewColumn4
     //
     this.layoutViewField_layoutViewColumn4.EditorPreferredWidth = 136;
     this.layoutViewField_layoutViewColumn4.Location             = new System.Drawing.Point(0, 23);
     this.layoutViewField_layoutViewColumn4.Name     = "layoutViewField_layoutViewColumn4";
     this.layoutViewField_layoutViewColumn4.Size     = new System.Drawing.Size(189, 24);
     this.layoutViewField_layoutViewColumn4.TextSize = new System.Drawing.Size(44, 14);
     //
     // layoutViewField_layoutViewColumn3
     //
     this.layoutViewField_layoutViewColumn3.EditorPreferredWidth = 10;
     this.layoutViewField_layoutViewColumn3.Location             = new System.Drawing.Point(0, 0);
     this.layoutViewField_layoutViewColumn3.Name         = "layoutViewField_layoutViewColumn3";
     this.layoutViewField_layoutViewColumn3.Size         = new System.Drawing.Size(235, 97);
     this.layoutViewField_layoutViewColumn3.TextLocation = DevExpress.Utils.Locations.Left;
     this.layoutViewField_layoutViewColumn3.TextSize     = new System.Drawing.Size(46, 20);
     //
     // layoutViewField_layoutViewColumn2
     //
     this.layoutViewField_layoutViewColumn2.EditorPreferredWidth = 20;
     this.layoutViewField_layoutViewColumn2.Location             = new System.Drawing.Point(0, 0);
     this.layoutViewField_layoutViewColumn2.Name         = "layoutViewField_layoutViewColumn2";
     this.layoutViewField_layoutViewColumn2.Size         = new System.Drawing.Size(235, 97);
     this.layoutViewField_layoutViewColumn2.TextLocation = DevExpress.Utils.Locations.Left;
     this.layoutViewField_layoutViewColumn2.TextSize     = new System.Drawing.Size(0, 0);
     this.layoutViewField_layoutViewColumn2.TextVisible  = false;
     //
     // layoutViewField_tileViewColumn4
     //
     this.layoutViewField_tileViewColumn4.EditorPreferredWidth = 20;
     this.layoutViewField_tileViewColumn4.Location             = new System.Drawing.Point(0, 0);
     this.layoutViewField_tileViewColumn4.Name         = "layoutViewField_tileViewColumn4";
     this.layoutViewField_tileViewColumn4.Size         = new System.Drawing.Size(235, 97);
     this.layoutViewField_tileViewColumn4.TextLocation = DevExpress.Utils.Locations.Left;
     this.layoutViewField_tileViewColumn4.TextSize     = new System.Drawing.Size(0, 0);
     this.layoutViewField_tileViewColumn4.TextVisible  = false;
     //
     // frmDT02_Pop01
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1148, 660);
     this.Controls.Add(this.efwGroupControl2);
     this.Controls.Add(this.splitterControl1);
     this.Controls.Add(this.gridControl2);
     this.Controls.Add(this.efwPanelControl1);
     this.Name          = "frmDT02_Pop01";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "스토리 이미지목록";
     this.Load         += new System.EventHandler(this.frmDT02_Pop01_Load);
     ((System.ComponentModel.ISupportInitialize)(this.efwPanelControl1)).EndInit();
     this.efwPanelControl1.ResumeLayout(false);
     this.efwPanelControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtStory_Name.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCategory_No.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwGroupControl2)).EndInit();
     this.efwGroupControl2.ResumeLayout(false);
     this.efwGroupControl2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtNow_image.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSub_Code.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkIs_Best.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rbUse_Type.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTab3_imgpath.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTeb3_Idx.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTab3_PicPath1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTab3_imgname.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTab3_imgurl.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picTab3_Banner.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutViewCard1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_tileViewColumn3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_tileViewColumn2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_tileViewColumn1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_tileViewColumn4)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraGrid.GridFormatRule gridFormatRule1 = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDataBar formatConditionRuleDataBar1 = new DevExpress.XtraEditors.FormatConditionRuleDataBar();
     System.ComponentModel.ComponentResourceManager    resources = new System.ComponentModel.ComponentResourceManager(typeof(xfInventario));
     this.colCantidad  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gCInventario = new DevExpress.XtraGrid.GridControl();
     this.inventarioTotalCoreBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.gVInventario  = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colIdProducto = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colName       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colEn         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.pCCentral     = new DevExpress.XtraEditors.PanelControl();
     this.pCMenu        = new DevExpress.XtraEditors.PanelControl();
     this.btnSalir      = new DevExpress.XtraEditors.SimpleButton();
     this.btnActualizar = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.gCInventario)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.inventarioTotalCoreBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gVInventario)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pCCentral)).BeginInit();
     this.pCCentral.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pCMenu)).BeginInit();
     this.pCMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // colCantidad
     //
     this.colCantidad.Caption   = "CANTIDAD";
     this.colCantidad.FieldName = "Cantidad";
     this.colCantidad.MinWidth  = 25;
     this.colCantidad.Name      = "colCantidad";
     this.colCantidad.OptionsColumn.AllowEdit = false;
     this.colCantidad.Visible      = true;
     this.colCantidad.VisibleIndex = 1;
     this.colCantidad.Width        = 403;
     //
     // gCInventario
     //
     this.gCInventario.DataSource = this.inventarioTotalCoreBindingSource;
     this.gCInventario.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.gCInventario.Location   = new System.Drawing.Point(0, 50);
     this.gCInventario.MainView   = this.gVInventario;
     this.gCInventario.Name       = "gCInventario";
     this.gCInventario.Size       = new System.Drawing.Size(1001, 437);
     this.gCInventario.TabIndex   = 0;
     this.gCInventario.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gVInventario
     });
     //
     // inventarioTotalCoreBindingSource
     //
     this.inventarioTotalCoreBindingSource.DataSource = typeof(Gm.Core.InventarioTotalCore);
     //
     // gVInventario
     //
     this.gVInventario.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colIdProducto,
         this.colName,
         this.colCantidad,
         this.colEn
     });
     gridFormatRule1.Column = this.colCantidad;
     gridFormatRule1.Name   = "Format0";
     formatConditionRuleDataBar1.PredefinedName = "Blue Gradient";
     gridFormatRule1.Rule = formatConditionRuleDataBar1;
     this.gVInventario.FormatRules.Add(gridFormatRule1);
     this.gVInventario.GridControl = this.gCInventario;
     this.gVInventario.Name        = "gVInventario";
     this.gVInventario.OptionsView.ShowGroupPanel  = false;
     this.gVInventario.OptionsView.ShowViewCaption = true;
     this.gVInventario.ViewCaption = "PRODUCTOS";
     //
     // colIdProducto
     //
     this.colIdProducto.FieldName = "IdProducto";
     this.colIdProducto.MinWidth  = 25;
     this.colIdProducto.Name      = "colIdProducto";
     this.colIdProducto.OptionsEditForm.ColumnSpan          = 2;
     this.colIdProducto.OptionsEditForm.RowSpan             = 2;
     this.colIdProducto.OptionsEditForm.UseEditorColRowSpan = false;
     this.colIdProducto.Width = 83;
     //
     // colName
     //
     this.colName.Caption   = "DETALLE";
     this.colName.FieldName = "Name";
     this.colName.MinWidth  = 25;
     this.colName.Name      = "colName";
     this.colName.OptionsColumn.AllowEdit             = false;
     this.colName.OptionsEditForm.ColumnSpan          = 2;
     this.colName.OptionsEditForm.RowSpan             = 2;
     this.colName.OptionsEditForm.StartNewRow         = true;
     this.colName.OptionsEditForm.UseEditorColRowSpan = false;
     this.colName.Visible      = true;
     this.colName.VisibleIndex = 0;
     this.colName.Width        = 415;
     //
     // colEn
     //
     this.colEn.Caption   = "EN";
     this.colEn.FieldName = "En";
     this.colEn.MinWidth  = 25;
     this.colEn.Name      = "colEn";
     this.colEn.OptionsColumn.AllowEdit = false;
     this.colEn.Visible      = true;
     this.colEn.VisibleIndex = 2;
     this.colEn.Width        = 89;
     //
     // pCCentral
     //
     this.pCCentral.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)));
     this.pCCentral.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pCCentral.Controls.Add(this.gCInventario);
     this.pCCentral.Controls.Add(this.pCMenu);
     this.pCCentral.Location = new System.Drawing.Point(12, 12);
     this.pCCentral.Name     = "pCCentral";
     this.pCCentral.Size     = new System.Drawing.Size(1001, 487);
     this.pCCentral.TabIndex = 1;
     //
     // pCMenu
     //
     this.pCMenu.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pCMenu.Controls.Add(this.btnSalir);
     this.pCMenu.Controls.Add(this.btnActualizar);
     this.pCMenu.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pCMenu.Location = new System.Drawing.Point(0, 0);
     this.pCMenu.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.pCMenu.Name     = "pCMenu";
     this.pCMenu.Size     = new System.Drawing.Size(1001, 50);
     this.pCMenu.TabIndex = 34;
     //
     // btnSalir
     //
     this.btnSalir.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSalir.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSalir.ImageOptions.Image")));
     this.btnSalir.Location           = new System.Drawing.Point(897, 10);
     this.btnSalir.Margin             = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnSalir.Name     = "btnSalir";
     this.btnSalir.Size     = new System.Drawing.Size(97, 30);
     this.btnSalir.TabIndex = 12;
     this.btnSalir.Text     = "Salir";
     this.btnSalir.Click   += new System.EventHandler(this.btnSalir_Click);
     //
     // btnActualizar
     //
     this.btnActualizar.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnActualizar.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnActualizar.ImageOptions.Image")));
     this.btnActualizar.Location           = new System.Drawing.Point(794, 10);
     this.btnActualizar.Margin             = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnActualizar.Name     = "btnActualizar";
     this.btnActualizar.Size     = new System.Drawing.Size(97, 30);
     this.btnActualizar.TabIndex = 11;
     this.btnActualizar.Text     = "Actualizar";
     this.btnActualizar.Click   += new System.EventHandler(this.btnActualizar_Click);
     //
     // xfInventario
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1030, 511);
     this.Controls.Add(this.pCCentral);
     this.Icon         = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name         = "xfInventario";
     this.Text         = "Inventario";
     this.Load        += new System.EventHandler(this.xfInventario_Load);
     this.SizeChanged += new System.EventHandler(this.xfInventario_SizeChanged);
     ((System.ComponentModel.ISupportInitialize)(this.gCInventario)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.inventarioTotalCoreBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gVInventario)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pCCentral)).EndInit();
     this.pCCentral.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pCMenu)).EndInit();
     this.pCMenu.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager    resources                   = new System.ComponentModel.ComponentResourceManager(typeof(FrmSoLuotCSKH));
     DevExpress.XtraGrid.GridFormatRule                gridFormatRule1             = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDataBar formatConditionRuleDataBar1 = new DevExpress.XtraEditors.FormatConditionRuleDataBar();
     this.colSoLuot               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.layoutControl1          = new DevExpress.XtraLayout.LayoutControl();
     this.customGridControl1      = new Lotus.Libraries.CustomGridControl();
     this.soLuotCSKHBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.dataReport              = new CRM.DataReport();
     this.customGridView1         = new Lotus.Libraries.CustomGridView();
     this.colNhanVien             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colHoTen1               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSoKH         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTiLe         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.rsearchNhanVien = new DevExpress.XtraEditors.Repository.RepositoryItemSearchLookUpEdit();
     this.repositoryItemSearchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colMaNV                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colHoTen               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDiaChi1             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCMND1               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDienThoai1          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repTrangThai           = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.repHinhThuc            = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.repKhachHang           = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.txtTile1               = new DevExpress.XtraEditors.SpinEdit();
     this.txtTiLe2               = new DevExpress.XtraEditors.SpinEdit();
     this.layoutControlGroup1    = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1     = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2     = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3     = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1        = new DevExpress.XtraLayout.EmptySpaceItem();
     this.soLuotCSKHTableAdapter = new CRM.DataReportTableAdapters.SoLuotCSKHTableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this._dtNhatKy)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bm)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rgCalc)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rgDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rgDate.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rgSpin)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.customGridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.soLuotCSKHBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataReport)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.customGridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rsearchNhanVien)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSearchLookUpEdit1View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repTrangThai)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repHinhThuc)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repKhachHang)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTile1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTiLe2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     this.SuspendLayout();
     //
     // itemDateFrom
     //
     this.itemDateFrom.EditValue  = new System.DateTime(2018, 9, 1, 0, 0, 0, 0);
     this.itemDateFrom.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // itemDateTo
     //
     this.itemDateTo.EditValue = new System.DateTime(2018, 9, 30, 23, 59, 59, 0);
     //
     // itemMonth
     //
     this.itemMonth.Visibility = DevExpress.XtraBars.BarItemVisibility.Always;
     //
     // itemYear
     //
     this.itemYear.Visibility = DevExpress.XtraBars.BarItemVisibility.Always;
     //
     // itemType
     //
     this.itemType.EditValue = 2;
     //
     // btnClose
     //
     this.btnClose.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.ImageOptions.Image")));
     //
     // btnReload
     //
     this.btnReload.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnReload.ImageOptions.Image")));
     //
     // btnAdd
     //
     this.btnAdd.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.ImageOptions.Image")));
     //
     // btnEdit
     //
     this.btnEdit.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnEdit.ImageOptions.Image")));
     //
     // btnDelete
     //
     this.btnDelete.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnDelete.ImageOptions.Image")));
     //
     // btnSave
     //
     this.btnSave.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.ImageOptions.Image")));
     //
     // btnPrint
     //
     this.btnPrint.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnPrint.ImageOptions.Image")));
     //
     // btnPrintPreview
     //
     this.btnPrintPreview.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnPrintPreview.ImageOptions.Image")));
     //
     // rgCollection
     //
     this.rgCollection.Items.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.rgCalc,
         this.rgDate,
         this.rgSpin
     });
     //
     // rgCalc
     //
     this.rgCalc.DisplayFormat.FormatString = "#,#0.##;(#,#0.##);-";
     this.rgCalc.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Custom;
     this.rgCalc.EditFormat.FormatString    = "#,#0.##;(#,#0.##);-";
     this.rgCalc.EditFormat.FormatType      = DevExpress.Utils.FormatType.Custom;
     //
     // rgDate
     //
     //
     // bar1
     //
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnReload, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnPrintPreview, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnClose, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)
     });
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.OptionsBar.DisableClose            = true;
     this.bar1.OptionsBar.DrawDragBorder          = false;
     this.bar1.OptionsBar.MultiLine   = true;
     this.bar1.OptionsBar.UseWholeRow = true;
     //
     // rgSpin
     //
     this.rgSpin.DisplayFormat.FormatString = "#,#0.##;(#,#0.##);-";
     this.rgSpin.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.rgSpin.EditFormat.FormatString    = "#,#0.##;(#,#0.##);-";
     this.rgSpin.EditFormat.FormatType      = DevExpress.Utils.FormatType.Numeric;
     //
     // colSoLuot
     //
     this.colSoLuot.DisplayFormat.FormatString = "#,#0";
     this.colSoLuot.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colSoLuot.FieldName = "SoLuot";
     this.colSoLuot.Name      = "colSoLuot";
     this.colSoLuot.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colSoLuot.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "SoLuot", "{0:#,#0}")
     });
     this.colSoLuot.Visible      = true;
     this.colSoLuot.VisibleIndex = 2;
     this.colSoLuot.Width        = 94;
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.customGridControl1);
     this.layoutControl1.Controls.Add(this.txtTile1);
     this.layoutControl1.Controls.Add(this.txtTiLe2);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 62);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(316, 136, 450, 400);
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(990, 525);
     this.layoutControl1.TabIndex = 4;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // customGridControl1
     //
     this.customGridControl1.DataSource         = this.soLuotCSKHBindingSource;
     this.customGridControl1.ExternalRepository = this.rgCollection;
     this.customGridControl1.Location           = new System.Drawing.Point(2, 2);
     this.customGridControl1.MainView           = this.customGridView1;
     this.customGridControl1.MenuManager        = this.bm;
     this.customGridControl1.Name = "customGridControl1";
     this.customGridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.rsearchNhanVien,
         this.repTrangThai,
         this.repHinhThuc,
         this.repKhachHang
     });
     this.customGridControl1.Size     = new System.Drawing.Size(986, 497);
     this.customGridControl1.TabIndex = 4;
     this.customGridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.customGridView1
     });
     //
     // soLuotCSKHBindingSource
     //
     this.soLuotCSKHBindingSource.DataMember = "SoLuotCSKH";
     this.soLuotCSKHBindingSource.DataSource = this.dataReport;
     //
     // dataReport
     //
     this.dataReport.DataSetName             = "DataReport";
     this.dataReport.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // customGridView1
     //
     this.customGridView1.Appearance.FooterPanel.Font                        = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.customGridView1.Appearance.FooterPanel.ForeColor                   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.customGridView1.Appearance.FooterPanel.Options.UseFont             = true;
     this.customGridView1.Appearance.FooterPanel.Options.UseForeColor        = true;
     this.customGridView1.Appearance.HeaderPanel.Options.UseTextOptions      = true;
     this.customGridView1.Appearance.HeaderPanel.TextOptions.HAlignment      = DevExpress.Utils.HorzAlignment.Center;
     this.customGridView1.Appearance.HeaderPanel.TextOptions.VAlignment      = DevExpress.Utils.VertAlignment.Center;
     this.customGridView1.AppearancePrint.HeaderPanel.Options.UseTextOptions = true;
     this.customGridView1.AppearancePrint.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.customGridView1.AppearancePrint.HeaderPanel.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.customGridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colNhanVien,
         this.colHoTen1,
         this.colSoLuot,
         this.colSoKH,
         this.colTiLe
     });
     this.customGridView1.FixedLineWidth = 1;
     this.customGridView1.FormatCode     = null;
     gridFormatRule1.Column        = this.colSoLuot;
     gridFormatRule1.ColumnApplyTo = this.colSoLuot;
     gridFormatRule1.Name          = "Format0";
     formatConditionRuleDataBar1.PredefinedName = "Blue";
     gridFormatRule1.Rule = formatConditionRuleDataBar1;
     this.customGridView1.FormatRules.Add(gridFormatRule1);
     this.customGridView1.GridControl    = this.customGridControl1;
     this.customGridView1.GroupFormat    = "[#image]{1} {2}";
     this.customGridView1.IndicatorWidth = 31;
     this.customGridView1.KeyColumn      = "TenBL";
     this.customGridView1.Name           = "customGridView1";
     this.customGridView1.NotNullColumns = "TenPhapLy";
     this.customGridView1.OptionsBehavior.AutoExpandAllGroups = true;
     this.customGridView1.OptionsDetail.EnableMasterViewMode  = false;
     this.customGridView1.OptionsFind.FindMode           = DevExpress.XtraEditors.FindMode.Always;
     this.customGridView1.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.None;
     this.customGridView1.OptionsView.ShowFooter         = true;
     this.customGridView1.ShowIndexIndicator             = true;
     this.customGridView1.UseAutoCode  = false;
     this.customGridView1.UseAutoLog   = true;
     this.customGridView1.DoubleClick += new System.EventHandler(this.customGridView1_DoubleClick);
     //
     // colNhanVien
     //
     this.colNhanVien.FieldName = "NhanVien";
     this.colNhanVien.Name      = "colNhanVien";
     this.colNhanVien.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colNhanVien.Visible      = true;
     this.colNhanVien.VisibleIndex = 0;
     this.colNhanVien.Width        = 108;
     //
     // colHoTen1
     //
     this.colHoTen1.FieldName = "HoTen";
     this.colHoTen1.Name      = "colHoTen1";
     this.colHoTen1.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colHoTen1.Visible      = true;
     this.colHoTen1.VisibleIndex = 1;
     this.colHoTen1.Width        = 197;
     //
     // colSoKH
     //
     this.colSoKH.DisplayFormat.FormatString = "#,#0";
     this.colSoKH.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colSoKH.FieldName = "SoKH";
     this.colSoKH.Name      = "colSoKH";
     this.colSoKH.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colSoKH.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "SoKH", "{0:#,#0}")
     });
     this.colSoKH.Visible      = true;
     this.colSoKH.VisibleIndex = 3;
     this.colSoKH.Width        = 105;
     //
     // colTiLe
     //
     this.colTiLe.DisplayFormat.FormatString = "#,#0.###";
     this.colTiLe.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colTiLe.FieldName = "TiLe";
     this.colTiLe.Name      = "colTiLe";
     this.colTiLe.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colTiLe.Visible      = true;
     this.colTiLe.VisibleIndex = 4;
     this.colTiLe.Width        = 123;
     //
     // rsearchNhanVien
     //
     this.rsearchNhanVien.AutoHeight = false;
     this.rsearchNhanVien.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.rsearchNhanVien.DisplayMember = "HoTen";
     this.rsearchNhanVien.Name          = "rsearchNhanVien";
     this.rsearchNhanVien.ValueMember   = "MaNV";
     this.rsearchNhanVien.View          = this.repositoryItemSearchLookUpEdit1View;
     //
     // repositoryItemSearchLookUpEdit1View
     //
     this.repositoryItemSearchLookUpEdit1View.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colMaNV,
         this.colHoTen,
         this.colDiaChi1,
         this.colCMND1,
         this.colDienThoai1
     });
     this.repositoryItemSearchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.repositoryItemSearchLookUpEdit1View.Name           = "repositoryItemSearchLookUpEdit1View";
     this.repositoryItemSearchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.repositoryItemSearchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
     //
     // colMaNV
     //
     this.colMaNV.FieldName    = "MaNV";
     this.colMaNV.Name         = "colMaNV";
     this.colMaNV.Visible      = true;
     this.colMaNV.VisibleIndex = 0;
     this.colMaNV.Width        = 185;
     //
     // colHoTen
     //
     this.colHoTen.FieldName    = "HoTen";
     this.colHoTen.Name         = "colHoTen";
     this.colHoTen.Visible      = true;
     this.colHoTen.VisibleIndex = 1;
     this.colHoTen.Width        = 288;
     //
     // colDiaChi1
     //
     this.colDiaChi1.FieldName    = "DiaChi";
     this.colDiaChi1.Name         = "colDiaChi1";
     this.colDiaChi1.Visible      = true;
     this.colDiaChi1.VisibleIndex = 4;
     this.colDiaChi1.Width        = 708;
     //
     // colCMND1
     //
     this.colCMND1.FieldName    = "CMND";
     this.colCMND1.Name         = "colCMND1";
     this.colCMND1.Visible      = true;
     this.colCMND1.VisibleIndex = 2;
     this.colCMND1.Width        = 194;
     //
     // colDienThoai1
     //
     this.colDienThoai1.FieldName    = "DienThoai";
     this.colDienThoai1.Name         = "colDienThoai1";
     this.colDienThoai1.Visible      = true;
     this.colDienThoai1.VisibleIndex = 3;
     this.colDienThoai1.Width        = 247;
     //
     // repTrangThai
     //
     this.repTrangThai.AutoHeight = false;
     this.repTrangThai.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repTrangThai.Name = "repTrangThai";
     //
     // repHinhThuc
     //
     this.repHinhThuc.AutoHeight = false;
     this.repHinhThuc.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repHinhThuc.Name = "repHinhThuc";
     //
     // repKhachHang
     //
     this.repKhachHang.AutoHeight = false;
     this.repKhachHang.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repKhachHang.DisplayMember = "TenKH";
     this.repKhachHang.Name          = "repKhachHang";
     this.repKhachHang.ValueMember   = "MaKH";
     //
     // txtTile1
     //
     this.txtTile1.EditValue = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.txtTile1.Enabled     = false;
     this.txtTile1.Location    = new System.Drawing.Point(686, 503);
     this.txtTile1.MenuManager = this.bm;
     this.txtTile1.Name        = "txtTile1";
     this.txtTile1.Properties.Appearance.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.txtTile1.Properties.Appearance.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.txtTile1.Properties.Appearance.Options.UseFont      = true;
     this.txtTile1.Properties.Appearance.Options.UseForeColor = true;
     this.txtTile1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.txtTile1.Properties.DisplayFormat.FormatString = "#,#0.##";
     this.txtTile1.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.txtTile1.Properties.EditValueChangedFiringMode = DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Default;
     this.txtTile1.Size            = new System.Drawing.Size(77, 20);
     this.txtTile1.StyleController = this.layoutControl1;
     this.txtTile1.TabIndex        = 5;
     //
     // txtTiLe2
     //
     this.txtTiLe2.EditValue = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.txtTiLe2.Enabled     = false;
     this.txtTiLe2.Location    = new System.Drawing.Point(912, 503);
     this.txtTiLe2.MenuManager = this.bm;
     this.txtTiLe2.Name        = "txtTiLe2";
     this.txtTiLe2.Properties.Appearance.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.txtTiLe2.Properties.Appearance.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.txtTiLe2.Properties.Appearance.Options.UseFont      = true;
     this.txtTiLe2.Properties.Appearance.Options.UseForeColor = true;
     this.txtTiLe2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.txtTiLe2.Properties.EditValueChangedFiringMode = DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Default;
     this.txtTiLe2.Properties.Mask.EditMask = "P2";
     this.txtTiLe2.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.txtTiLe2.Size            = new System.Drawing.Size(76, 20);
     this.txtTiLe2.StyleController = this.layoutControl1;
     this.txtTiLe2.TabIndex        = 6;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.layoutControlItem2,
         this.layoutControlItem3,
         this.emptySpaceItem1
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "Root";
     this.layoutControlGroup1.Padding     = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.layoutControlGroup1.Size        = new System.Drawing.Size(990, 525);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this.customGridControl1;
     this.layoutControlItem1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Size        = new System.Drawing.Size(990, 501);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control  = this.txtTile1;
     this.layoutControlItem2.Location = new System.Drawing.Point(539, 501);
     this.layoutControlItem2.Name     = "layoutControlItem2";
     this.layoutControlItem2.Size     = new System.Drawing.Size(226, 24);
     this.layoutControlItem2.Text     = "Trung bình số lần chăm/Số KH";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(142, 13);
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control  = this.txtTiLe2;
     this.layoutControlItem3.Location = new System.Drawing.Point(765, 501);
     this.layoutControlItem3.Name     = "layoutControlItem3";
     this.layoutControlItem3.Size     = new System.Drawing.Size(225, 24);
     this.layoutControlItem3.Text     = "Tỉ lệ KH được chăm / Tổng KH";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(142, 13);
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.Location      = new System.Drawing.Point(0, 501);
     this.emptySpaceItem1.Name          = "emptySpaceItem1";
     this.emptySpaceItem1.Size          = new System.Drawing.Size(539, 24);
     this.emptySpaceItem1.TextSize      = new System.Drawing.Size(0, 0);
     //
     // soLuotCSKHTableAdapter
     //
     this.soLuotCSKHTableAdapter.ClearBeforeFill = true;
     //
     // FrmSoLuotCSKH
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(990, 587);
     this.Controls.Add(this.layoutControl1);
     this.DateFrom          = new System.DateTime(2018, 9, 1, 0, 0, 0, 0);
     this.DateTo            = new System.DateTime(2018, 9, 30, 23, 59, 59, 0);
     this.Name              = "FrmSoLuotCSKH";
     this.ReportType        = Lotus.Base.ReportType.Month;
     this.ReportTypeShowAll = false;
     this.ShowAllChiNhanh   = false;
     this.Text              = "Số lượt chăm sóc khách hàng";
     this.Load             += new System.EventHandler(this.FrmPhapLy_Load);
     this.Controls.SetChildIndex(this.layoutControl1, 0);
     ((System.ComponentModel.ISupportInitialize)(this._dtNhatKy)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bm)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rgCalc)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rgDate.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rgDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rgSpin)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.customGridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.soLuotCSKHBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataReport)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.customGridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rsearchNhanVien)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSearchLookUpEdit1View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repTrangThai)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repHinhThuc)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repKhachHang)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTile1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTiLe2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraGrid.GridFormatRule gridFormatRule1 = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDataBar formatConditionRuleDataBar1 = new DevExpress.XtraEditors.FormatConditionRuleDataBar();
     System.ComponentModel.ComponentResourceManager    resources = new System.ComponentModel.ComponentResourceManager(typeof(ErrorsModule));
     this.gridControlErrors   = new DevExpress.XtraGrid.GridControl();
     this.errorsBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.gridViewErrors      = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colSource           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colStackTrace       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTargetSite       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colInnerException   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colHResult          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTypeName         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colFileFullPath     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMessage          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.skinDropDownButtonItem1          = new DevExpress.XtraBars.SkinDropDownButtonItem();
     this.newAppBarButtonItem              = new DevExpress.XtraBars.BarButtonItem();
     this.skinPaletteRibbonGalleryBarItem1 = new DevExpress.XtraBars.SkinPaletteRibbonGalleryBarItem();
     this.barButtonItemPrint        = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemExportXls    = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemExportPdf    = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemExpandTree   = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemCollapse     = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItemExpandLevel     = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItemExpandLevel1 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemExpandLevel2 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemExpandLevel3 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemExpandLevel4 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemExpandLevel5 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem6            = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItemLayoutAlgorithm = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItemLayoutAlgorithmSliceAndDice = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemLayoutAlgorithmSquarified   = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemLayoutAlgorithmStriped      = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItemDirection = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItemDirectionBottomLeftToTopRight = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemDirectionBottomRightToTopLeft = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemDirectionTopLeftToBottomRight = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemDirectionTopRightToBottomLeft = new DevExpress.XtraBars.BarButtonItem();
     this.barCheckItemMapBySize       = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItemMapByFilesCount = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItemShowProperties  = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItemShowChart       = new DevExpress.XtraBars.BarCheckItem();
     this.barButtonItemShowColumnList = new DevExpress.XtraBars.BarButtonItem();
     this.barCheckItemShowFooter      = new DevExpress.XtraBars.BarCheckItem();
     this.barButtonItemSearch         = new DevExpress.XtraBars.BarButtonItem();
     this.ribbonPageMain       = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroupFiles = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlErrors)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorsBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewErrors)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
     this.SuspendLayout();
     //
     // gridControlErrors
     //
     this.gridControlErrors.DataSource = this.errorsBindingSource;
     this.gridControlErrors.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.gridControlErrors.EmbeddedNavigator.Buttons.Append.Visible     = false;
     this.gridControlErrors.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
     this.gridControlErrors.EmbeddedNavigator.Buttons.Edit.Visible       = false;
     this.gridControlErrors.EmbeddedNavigator.Buttons.EndEdit.Visible    = false;
     this.gridControlErrors.EmbeddedNavigator.Buttons.Remove.Visible     = false;
     this.gridControlErrors.Location             = new System.Drawing.Point(0, 31);
     this.gridControlErrors.MainView             = this.gridViewErrors;
     this.gridControlErrors.Name                 = "gridControlErrors";
     this.gridControlErrors.Size                 = new System.Drawing.Size(610, 365);
     this.gridControlErrors.TabIndex             = 1;
     this.gridControlErrors.UseEmbeddedNavigator = true;
     this.gridControlErrors.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridViewErrors
     });
     //
     // errorsBindingSource
     //
     this.errorsBindingSource.DataSource = typeof(Wamby.Core.Model.ScanException);
     //
     // gridViewErrors
     //
     this.gridViewErrors.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colSource,
         this.colStackTrace,
         this.colTargetSite,
         this.colInnerException,
         this.colHResult,
         this.colTypeName,
         this.colFileFullPath,
         this.colMessage
     });
     gridFormatRule1.Name = "Format0";
     formatConditionRuleDataBar1.PredefinedName = "Mint";
     gridFormatRule1.Rule = formatConditionRuleDataBar1;
     this.gridViewErrors.FormatRules.Add(gridFormatRule1);
     this.gridViewErrors.GridControl = this.gridControlErrors;
     this.gridViewErrors.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Count, "Extension", null, "({0} items)")
     });
     this.gridViewErrors.Name = "gridViewErrors";
     this.gridViewErrors.OptionsBehavior.Editable = false;
     this.gridViewErrors.OptionsMenu.ShowConditionalFormattingItem = true;
     this.gridViewErrors.OptionsView.ShowFooter          = true;
     this.gridViewErrors.OptionsView.ShowHorizontalLines = DevExpress.Utils.DefaultBoolean.False;
     this.gridViewErrors.OptionsView.ShowIndicator       = false;
     //
     // colSource
     //
     this.colSource.FieldName = "Source";
     this.colSource.Name      = "colSource";
     this.colSource.OptionsColumn.ReadOnly = true;
     this.colSource.Width = 76;
     //
     // colStackTrace
     //
     this.colStackTrace.FieldName = "StackTrace";
     this.colStackTrace.Name      = "colStackTrace";
     this.colStackTrace.OptionsColumn.ReadOnly = true;
     this.colStackTrace.Width = 76;
     //
     // colTargetSite
     //
     this.colTargetSite.FieldName = "TargetSiteName";
     this.colTargetSite.Name      = "colTargetSite";
     this.colTargetSite.OptionsColumn.ReadOnly = true;
     //
     // colInnerException
     //
     this.colInnerException.FieldName = "InnerExceptionMessage";
     this.colInnerException.Name      = "colInnerException";
     this.colInnerException.OptionsColumn.ReadOnly = true;
     //
     // colHResult
     //
     this.colHResult.FieldName = "HResult";
     this.colHResult.Name      = "colHResult";
     this.colHResult.OptionsColumn.ReadOnly = true;
     this.colHResult.Width = 83;
     //
     // colTypeName
     //
     this.colTypeName.Caption   = "Type";
     this.colTypeName.FieldName = "TypeName";
     this.colTypeName.Name      = "colTypeName";
     this.colTypeName.OptionsColumn.ReadOnly = true;
     this.colTypeName.Visible      = true;
     this.colTypeName.VisibleIndex = 2;
     this.colTypeName.Width        = 76;
     //
     // colFileFullPath
     //
     this.colFileFullPath.Caption      = "Full path";
     this.colFileFullPath.FieldName    = "FileFullPath";
     this.colFileFullPath.Name         = "colFileFullPath";
     this.colFileFullPath.Visible      = true;
     this.colFileFullPath.VisibleIndex = 0;
     this.colFileFullPath.Width        = 187;
     //
     // colMessage
     //
     this.colMessage.FieldName = "Message";
     this.colMessage.Name      = "colMessage";
     this.colMessage.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "Message", "{0}")
     });
     this.colMessage.Visible      = true;
     this.colMessage.VisibleIndex = 1;
     this.colMessage.Width        = 110;
     //
     // ribbon
     //
     this.ribbon.AllowMinimizeRibbon   = false;
     this.ribbon.ExpandCollapseItem.Id = 0;
     this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.ribbon.ExpandCollapseItem,
         this.skinDropDownButtonItem1,
         this.newAppBarButtonItem,
         this.skinPaletteRibbonGalleryBarItem1,
         this.barButtonItemPrint,
         this.barButtonItemExportXls,
         this.barButtonItemExportPdf,
         this.barButtonItemExpandTree,
         this.barButtonItemCollapse,
         this.barSubItemExpandLevel,
         this.barButtonItemExpandLevel1,
         this.barButtonItemExpandLevel2,
         this.barButtonItemExpandLevel3,
         this.barButtonItemExpandLevel4,
         this.barButtonItemExpandLevel5,
         this.barButtonItem6,
         this.barSubItemLayoutAlgorithm,
         this.barSubItemDirection,
         this.barCheckItemMapBySize,
         this.barCheckItemMapByFilesCount,
         this.barButtonItemLayoutAlgorithmSliceAndDice,
         this.barButtonItemLayoutAlgorithmSquarified,
         this.barButtonItemLayoutAlgorithmStriped,
         this.barButtonItemDirectionBottomLeftToTopRight,
         this.barButtonItemDirectionBottomRightToTopLeft,
         this.barButtonItemDirectionTopLeftToBottomRight,
         this.barButtonItemDirectionTopRightToBottomLeft,
         this.barCheckItemShowProperties,
         this.barCheckItemShowChart,
         this.barButtonItemShowColumnList,
         this.barCheckItemShowFooter,
         this.barButtonItemSearch
     });
     this.ribbon.Location      = new System.Drawing.Point(0, 0);
     this.ribbon.MaxItemId     = 35;
     this.ribbon.MdiMergeStyle = DevExpress.XtraBars.Ribbon.RibbonMdiMergeStyle.Always;
     this.ribbon.Name          = "ribbon";
     this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
         this.ribbonPageMain
     });
     this.ribbon.RibbonStyle         = DevExpress.XtraBars.Ribbon.RibbonControlStyle.OfficeUniversal;
     this.ribbon.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide;
     this.ribbon.Size = new System.Drawing.Size(610, 31);
     //
     // skinDropDownButtonItem1
     //
     this.skinDropDownButtonItem1.Id   = 1;
     this.skinDropDownButtonItem1.Name = "skinDropDownButtonItem1";
     //
     // newAppBarButtonItem
     //
     this.newAppBarButtonItem.Caption = "New Wamby";
     this.newAppBarButtonItem.Id      = 2;
     this.newAppBarButtonItem.Name    = "newAppBarButtonItem";
     //
     // skinPaletteRibbonGalleryBarItem1
     //
     this.skinPaletteRibbonGalleryBarItem1.Caption = "Color Palette";
     this.skinPaletteRibbonGalleryBarItem1.Id      = 3;
     this.skinPaletteRibbonGalleryBarItem1.Name    = "skinPaletteRibbonGalleryBarItem1";
     //
     // barButtonItemPrint
     //
     this.barButtonItemPrint.Caption = "Print";
     this.barButtonItemPrint.Id      = 4;
     this.barButtonItemPrint.Name    = "barButtonItemPrint";
     //
     // barButtonItemExportXls
     //
     this.barButtonItemExportXls.Caption = "Export Xls";
     this.barButtonItemExportXls.Id      = 5;
     this.barButtonItemExportXls.Name    = "barButtonItemExportXls";
     //
     // barButtonItemExportPdf
     //
     this.barButtonItemExportPdf.Caption = "Export Pdf";
     this.barButtonItemExportPdf.Id      = 6;
     this.barButtonItemExportPdf.Name    = "barButtonItemExportPdf";
     //
     // barButtonItemExpandTree
     //
     this.barButtonItemExpandTree.Caption     = "Expand";
     this.barButtonItemExpandTree.Id          = 7;
     this.barButtonItemExpandTree.Name        = "barButtonItemExpandTree";
     this.barButtonItemExpandTree.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
     //
     // barButtonItemCollapse
     //
     this.barButtonItemCollapse.Caption     = "Collapse";
     this.barButtonItemCollapse.Id          = 8;
     this.barButtonItemCollapse.Name        = "barButtonItemCollapse";
     this.barButtonItemCollapse.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
     //
     // barSubItemExpandLevel
     //
     this.barSubItemExpandLevel.Caption = "Expand level";
     this.barSubItemExpandLevel.Id      = 10;
     this.barSubItemExpandLevel.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemExpandLevel1),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemExpandLevel2),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemExpandLevel3),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemExpandLevel4),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemExpandLevel5)
     });
     this.barSubItemExpandLevel.Name = "barSubItemExpandLevel";
     //
     // barButtonItemExpandLevel1
     //
     this.barButtonItemExpandLevel1.Caption = "Level 1";
     this.barButtonItemExpandLevel1.Id      = 11;
     this.barButtonItemExpandLevel1.Name    = "barButtonItemExpandLevel1";
     this.barButtonItemExpandLevel1.Tag     = 1;
     //
     // barButtonItemExpandLevel2
     //
     this.barButtonItemExpandLevel2.Caption = "Level 2";
     this.barButtonItemExpandLevel2.Id      = 12;
     this.barButtonItemExpandLevel2.Name    = "barButtonItemExpandLevel2";
     this.barButtonItemExpandLevel2.Tag     = 2;
     //
     // barButtonItemExpandLevel3
     //
     this.barButtonItemExpandLevel3.Caption = "Level 3";
     this.barButtonItemExpandLevel3.Id      = 13;
     this.barButtonItemExpandLevel3.Name    = "barButtonItemExpandLevel3";
     this.barButtonItemExpandLevel3.Tag     = 3;
     //
     // barButtonItemExpandLevel4
     //
     this.barButtonItemExpandLevel4.Caption = "Level 4";
     this.barButtonItemExpandLevel4.Id      = 14;
     this.barButtonItemExpandLevel4.Name    = "barButtonItemExpandLevel4";
     this.barButtonItemExpandLevel4.Tag     = 4;
     //
     // barButtonItemExpandLevel5
     //
     this.barButtonItemExpandLevel5.Caption = "Level 5";
     this.barButtonItemExpandLevel5.Id      = 15;
     this.barButtonItemExpandLevel5.Name    = "barButtonItemExpandLevel5";
     this.barButtonItemExpandLevel5.Tag     = 5;
     //
     // barButtonItem6
     //
     this.barButtonItem6.Caption = "barButtonItem6";
     this.barButtonItem6.Id      = 16;
     this.barButtonItem6.Name    = "barButtonItem6";
     //
     // barSubItemLayoutAlgorithm
     //
     this.barSubItemLayoutAlgorithm.Caption = "Layout algorithm";
     this.barSubItemLayoutAlgorithm.Id      = 18;
     this.barSubItemLayoutAlgorithm.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemLayoutAlgorithmSliceAndDice),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemLayoutAlgorithmSquarified),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemLayoutAlgorithmStriped)
     });
     this.barSubItemLayoutAlgorithm.Name = "barSubItemLayoutAlgorithm";
     //
     // barButtonItemLayoutAlgorithmSliceAndDice
     //
     this.barButtonItemLayoutAlgorithmSliceAndDice.Caption = "Slice And Dice";
     this.barButtonItemLayoutAlgorithmSliceAndDice.Id      = 23;
     this.barButtonItemLayoutAlgorithmSliceAndDice.Name    = "barButtonItemLayoutAlgorithmSliceAndDice";
     //
     // barButtonItemLayoutAlgorithmSquarified
     //
     this.barButtonItemLayoutAlgorithmSquarified.Caption = "Squarified";
     this.barButtonItemLayoutAlgorithmSquarified.Id      = 24;
     this.barButtonItemLayoutAlgorithmSquarified.Name    = "barButtonItemLayoutAlgorithmSquarified";
     //
     // barButtonItemLayoutAlgorithmStriped
     //
     this.barButtonItemLayoutAlgorithmStriped.Caption = "Striped";
     this.barButtonItemLayoutAlgorithmStriped.Id      = 25;
     this.barButtonItemLayoutAlgorithmStriped.Name    = "barButtonItemLayoutAlgorithmStriped";
     //
     // barSubItemDirection
     //
     this.barSubItemDirection.Caption = "Direction";
     this.barSubItemDirection.Id      = 19;
     this.barSubItemDirection.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemDirectionBottomLeftToTopRight),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemDirectionBottomRightToTopLeft),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemDirectionTopLeftToBottomRight),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemDirectionTopRightToBottomLeft)
     });
     this.barSubItemDirection.Name = "barSubItemDirection";
     //
     // barButtonItemDirectionBottomLeftToTopRight
     //
     this.barButtonItemDirectionBottomLeftToTopRight.Caption = "Bottom Left To Top Right";
     this.barButtonItemDirectionBottomLeftToTopRight.Id      = 26;
     this.barButtonItemDirectionBottomLeftToTopRight.Name    = "barButtonItemDirectionBottomLeftToTopRight";
     //
     // barButtonItemDirectionBottomRightToTopLeft
     //
     this.barButtonItemDirectionBottomRightToTopLeft.Caption = "Bottom Right To Top Left";
     this.barButtonItemDirectionBottomRightToTopLeft.Id      = 27;
     this.barButtonItemDirectionBottomRightToTopLeft.Name    = "barButtonItemDirectionBottomRightToTopLeft";
     //
     // barButtonItemDirectionTopLeftToBottomRight
     //
     this.barButtonItemDirectionTopLeftToBottomRight.Caption = "Top Left To Bottom Right";
     this.barButtonItemDirectionTopLeftToBottomRight.Id      = 28;
     this.barButtonItemDirectionTopLeftToBottomRight.Name    = "barButtonItemDirectionTopLeftToBottomRight";
     //
     // barButtonItemDirectionTopRightToBottomLeft
     //
     this.barButtonItemDirectionTopRightToBottomLeft.Caption = "Top Right To Bottom Left";
     this.barButtonItemDirectionTopRightToBottomLeft.Id      = 29;
     this.barButtonItemDirectionTopRightToBottomLeft.Name    = "barButtonItemDirectionTopRightToBottomLeft";
     //
     // barCheckItemMapBySize
     //
     this.barCheckItemMapBySize.BindableChecked = true;
     this.barCheckItemMapBySize.Caption         = "Size";
     this.barCheckItemMapBySize.Checked         = true;
     this.barCheckItemMapBySize.GroupIndex      = 1;
     this.barCheckItemMapBySize.Id   = 20;
     this.barCheckItemMapBySize.Name = "barCheckItemMapBySize";
     //
     // barCheckItemMapByFilesCount
     //
     this.barCheckItemMapByFilesCount.Caption    = "Files Count";
     this.barCheckItemMapByFilesCount.GroupIndex = 1;
     this.barCheckItemMapByFilesCount.Id         = 21;
     this.barCheckItemMapByFilesCount.Name       = "barCheckItemMapByFilesCount";
     //
     // barCheckItemShowProperties
     //
     this.barCheckItemShowProperties.BindableChecked = true;
     this.barCheckItemShowProperties.Caption         = "Properties";
     this.barCheckItemShowProperties.Checked         = true;
     this.barCheckItemShowProperties.Id   = 30;
     this.barCheckItemShowProperties.Name = "barCheckItemShowProperties";
     //
     // barCheckItemShowChart
     //
     this.barCheckItemShowChart.BindableChecked = true;
     this.barCheckItemShowChart.Caption         = "Chart";
     this.barCheckItemShowChart.Checked         = true;
     this.barCheckItemShowChart.Id   = 31;
     this.barCheckItemShowChart.Name = "barCheckItemShowChart";
     //
     // barButtonItemShowColumnList
     //
     this.barButtonItemShowColumnList.Caption = "Show columns list";
     this.barButtonItemShowColumnList.Id      = 32;
     this.barButtonItemShowColumnList.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButtonItemShowColumnList.ImageOptions.SvgImage")));
     this.barButtonItemShowColumnList.Name = "barButtonItemShowColumnList";
     //
     // barCheckItemShowFooter
     //
     this.barCheckItemShowFooter.BindableChecked = true;
     this.barCheckItemShowFooter.Caption         = "Show footer";
     this.barCheckItemShowFooter.Checked         = true;
     this.barCheckItemShowFooter.Id = 33;
     this.barCheckItemShowFooter.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barCheckItemShowFooter.ImageOptions.SvgImage")));
     this.barCheckItemShowFooter.Name = "barCheckItemShowFooter";
     //
     // barButtonItemSearch
     //
     this.barButtonItemSearch.Caption = "Search";
     this.barButtonItemSearch.Id      = 34;
     this.barButtonItemSearch.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButtonItemSearch.ImageOptions.SvgImage")));
     this.barButtonItemSearch.Name = "barButtonItemSearch";
     //
     // ribbonPageMain
     //
     this.ribbonPageMain.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroupFiles
     });
     this.ribbonPageMain.Name = "ribbonPageMain";
     this.ribbonPageMain.Text = "Main Page";
     //
     // ribbonPageGroupFiles
     //
     this.ribbonPageGroupFiles.ItemLinks.Add(this.barButtonItemShowColumnList);
     this.ribbonPageGroupFiles.ItemLinks.Add(this.barButtonItemSearch);
     this.ribbonPageGroupFiles.ItemLinks.Add(this.barCheckItemShowFooter);
     this.ribbonPageGroupFiles.Name = "ribbonPageGroupFiles";
     this.ribbonPageGroupFiles.Text = "Files Main";
     //
     // ErrorsModule
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.gridControlErrors);
     this.Controls.Add(this.ribbon);
     this.Name = "ErrorsModule";
     this.Size = new System.Drawing.Size(610, 396);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlErrors)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorsBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewErrors)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraGrid.GridFormatRule gridFormatRule1 = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleValue formatConditionRuleValue1 = new DevExpress.XtraEditors.FormatConditionRuleValue();
     DevExpress.XtraGrid.GridFormatRule gridFormatRule2 = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleValue formatConditionRuleValue2 = new DevExpress.XtraEditors.FormatConditionRuleValue();
     DevExpress.XtraGrid.GridFormatRule gridFormatRule3 = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRule2ColorScale formatConditionRule2ColorScale1 = new DevExpress.XtraEditors.FormatConditionRule2ColorScale();
     DevExpress.XtraGrid.GridFormatRule gridFormatRule4 = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDataBar formatConditionRuleDataBar1 = new DevExpress.XtraEditors.FormatConditionRuleDataBar();
     DevExpress.XtraGrid.GridFormatRule gridFormatRule5 = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleIconSet formatConditionRuleIconSet1 = new DevExpress.XtraEditors.FormatConditionRuleIconSet();
     DevExpress.XtraEditors.FormatConditionIconSet     formatConditionIconSet1     = new DevExpress.XtraEditors.FormatConditionIconSet();
     DevExpress.XtraEditors.FormatConditionIconSetIcon formatConditionIconSetIcon1 = new DevExpress.XtraEditors.FormatConditionIconSetIcon();
     DevExpress.XtraEditors.FormatConditionIconSetIcon formatConditionIconSetIcon2 = new DevExpress.XtraEditors.FormatConditionIconSetIcon();
     DevExpress.XtraEditors.FormatConditionIconSetIcon formatConditionIconSetIcon3 = new DevExpress.XtraEditors.FormatConditionIconSetIcon();
     DevExpress.XtraGrid.GridFormatRule gridFormatRule6 = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleTopBottom formatConditionRuleTopBottom1 = new DevExpress.XtraEditors.FormatConditionRuleTopBottom();
     DevExpress.XtraGrid.GridFormatRule gridFormatRule7 = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleAboveBelowAverage formatConditionRuleAboveBelowAverage1 = new DevExpress.XtraEditors.FormatConditionRuleAboveBelowAverage();
     DevExpress.XtraGrid.GridFormatRule gridFormatRule8 = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRule3ColorScale formatConditionRule3ColorScale1 = new DevExpress.XtraEditors.FormatConditionRule3ColorScale();
     this.coldiff         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colnewCost      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colitem         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colpercentAdd   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridControl1    = new DevExpress.XtraGrid.GridControl();
     this.bsTestXML       = new System.Windows.Forms.BindingSource(this.components);
     this.View1           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colmanufacturer = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colmodel        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colcost         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.btnLoad         = new DevExpress.XtraEditors.SimpleButton();
     this.btnIncrease     = new DevExpress.XtraEditors.SimpleButton();
     this.btnDecrease     = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsTestXML)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.View1)).BeginInit();
     this.SuspendLayout();
     //
     // coldiff
     //
     this.coldiff.FieldName    = "diff";
     this.coldiff.Name         = "coldiff";
     this.coldiff.Visible      = true;
     this.coldiff.VisibleIndex = 6;
     //
     // colnewCost
     //
     this.colnewCost.FieldName = "newCost";
     this.colnewCost.Name      = "colnewCost";
     this.colnewCost.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Average, "newCost", "{0:0.##}")
     });
     this.colnewCost.Visible      = true;
     this.colnewCost.VisibleIndex = 5;
     //
     // colitem
     //
     this.colitem.FieldName    = "item";
     this.colitem.Name         = "colitem";
     this.colitem.Visible      = true;
     this.colitem.VisibleIndex = 0;
     //
     // colpercentAdd
     //
     this.colpercentAdd.FieldName    = "percentAdd";
     this.colpercentAdd.Name         = "colpercentAdd";
     this.colpercentAdd.Visible      = true;
     this.colpercentAdd.VisibleIndex = 4;
     //
     // gridControl1
     //
     this.gridControl1.DataSource = this.bsTestXML;
     this.gridControl1.Location   = new System.Drawing.Point(1, 53);
     this.gridControl1.MainView   = this.View1;
     this.gridControl1.Name       = "gridControl1";
     this.gridControl1.Size       = new System.Drawing.Size(755, 311);
     this.gridControl1.TabIndex   = 0;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.View1
     });
     //
     // bsTestXML
     //
     this.bsTestXML.DataSource = typeof(TestXML.Part);
     //
     // View1
     //
     this.View1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colitem,
         this.colmanufacturer,
         this.colmodel,
         this.colcost,
         this.colpercentAdd,
         this.colnewCost,
         this.coldiff
     });
     gridFormatRule1.Column        = this.coldiff;
     gridFormatRule1.ColumnApplyTo = this.coldiff;
     gridFormatRule1.Name          = "Red";
     formatConditionRuleValue1.Appearance.ForeColor            = System.Drawing.Color.Red;
     formatConditionRuleValue1.Appearance.Options.UseForeColor = true;
     formatConditionRuleValue1.Condition      = DevExpress.XtraEditors.FormatCondition.Expression;
     formatConditionRuleValue1.Expression     = "[diff] < 0";
     formatConditionRuleValue1.PredefinedName = "Red Text";
     gridFormatRule1.Rule          = formatConditionRuleValue1;
     gridFormatRule2.Column        = this.coldiff;
     gridFormatRule2.ColumnApplyTo = this.coldiff;
     gridFormatRule2.Name          = "Green";
     formatConditionRuleValue2.Appearance.ForeColor            = System.Drawing.Color.Green;
     formatConditionRuleValue2.Appearance.Options.UseForeColor = true;
     formatConditionRuleValue2.Condition = DevExpress.XtraEditors.FormatCondition.Greater;
     formatConditionRuleValue2.Value1    = "0";
     gridFormatRule2.Rule                    = formatConditionRuleValue2;
     gridFormatRule3.Column                  = this.colnewCost;
     gridFormatRule3.ColumnApplyTo           = this.colnewCost;
     gridFormatRule3.Enabled                 = false;
     gridFormatRule3.Name                    = "Paiteris";
     formatConditionRule2ColorScale1.Maximum = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     formatConditionRule2ColorScale1.MaximumType    = DevExpress.XtraEditors.FormatConditionValueType.Percent;
     formatConditionRule2ColorScale1.MinimumType    = DevExpress.XtraEditors.FormatConditionValueType.Percent;
     formatConditionRule2ColorScale1.PredefinedName = "Yellow, Orange, Coral";
     gridFormatRule3.Rule                = formatConditionRule2ColorScale1;
     gridFormatRule4.Column              = this.colnewCost;
     gridFormatRule4.ColumnApplyTo       = this.colnewCost;
     gridFormatRule4.Enabled             = false;
     gridFormatRule4.Name                = "MeMpares";
     formatConditionRuleDataBar1.Maximum = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     formatConditionRuleDataBar1.MaximumType    = DevExpress.XtraEditors.FormatConditionValueType.Number;
     formatConditionRuleDataBar1.MinimumType    = DevExpress.XtraEditors.FormatConditionValueType.Number;
     formatConditionRuleDataBar1.PredefinedName = "Mint Gradient";
     gridFormatRule4.Rule                       = formatConditionRuleDataBar1;
     gridFormatRule5.Column                     = this.colnewCost;
     gridFormatRule5.ColumnApplyTo              = this.colnewCost;
     gridFormatRule5.Enabled                    = false;
     gridFormatRule5.Name                       = "FlagsAndStars";
     formatConditionIconSet1.CategoryName       = "Symbols";
     formatConditionIconSetIcon1.PredefinedName = "Flags3_1.png";
     formatConditionIconSetIcon1.Value          = new decimal(new int[] {
         67,
         0,
         0,
         0
     });
     formatConditionIconSetIcon1.ValueComparison = DevExpress.XtraEditors.FormatConditionComparisonType.GreaterOrEqual;
     formatConditionIconSetIcon2.PredefinedName  = "Flags3_2.png";
     formatConditionIconSetIcon2.Value           = new decimal(new int[] {
         33,
         0,
         0,
         0
     });
     formatConditionIconSetIcon2.ValueComparison = DevExpress.XtraEditors.FormatConditionComparisonType.GreaterOrEqual;
     formatConditionIconSetIcon3.PredefinedName  = "Flags3_3.png";
     formatConditionIconSetIcon3.ValueComparison = DevExpress.XtraEditors.FormatConditionComparisonType.GreaterOrEqual;
     formatConditionIconSet1.Icons.Add(formatConditionIconSetIcon1);
     formatConditionIconSet1.Icons.Add(formatConditionIconSetIcon2);
     formatConditionIconSet1.Icons.Add(formatConditionIconSetIcon3);
     formatConditionIconSet1.Name        = "Flags3";
     formatConditionIconSet1.ValueType   = DevExpress.XtraEditors.FormatConditionValueType.Percent;
     formatConditionRuleIconSet1.IconSet = formatConditionIconSet1;
     gridFormatRule5.Rule          = formatConditionRuleIconSet1;
     gridFormatRule6.Column        = this.colnewCost;
     gridFormatRule6.ColumnApplyTo = this.colnewCost;
     gridFormatRule6.Enabled       = false;
     gridFormatRule6.Name          = "WithPlithos";
     formatConditionRuleTopBottom1.PredefinedName = "Yellow Fill, Yellow Text";
     formatConditionRuleTopBottom1.Rank           = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     formatConditionRuleTopBottom1.RankType  = DevExpress.XtraEditors.FormatConditionValueType.Percent;
     formatConditionRuleTopBottom1.TopBottom = DevExpress.XtraEditors.FormatConditionTopBottomType.Bottom;
     gridFormatRule6.Rule          = formatConditionRuleTopBottom1;
     gridFormatRule7.Column        = this.colnewCost;
     gridFormatRule7.ColumnApplyTo = this.colnewCost;
     gridFormatRule7.Enabled       = false;
     gridFormatRule7.Name          = "AboveAvg";
     formatConditionRuleAboveBelowAverage1.PredefinedName = "Green Fill, Green Text";
     gridFormatRule7.Rule                    = formatConditionRuleAboveBelowAverage1;
     gridFormatRule8.Column                  = this.colnewCost;
     gridFormatRule8.ColumnApplyTo           = this.colnewCost;
     gridFormatRule8.Enabled                 = false;
     gridFormatRule8.Name                    = "Paiteris2";
     formatConditionRule3ColorScale1.Maximum = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     formatConditionRule3ColorScale1.MaximumColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     formatConditionRule3ColorScale1.MaximumType  = DevExpress.XtraEditors.FormatConditionValueType.Percent;
     formatConditionRule3ColorScale1.Middle       = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     formatConditionRule3ColorScale1.MiddleColor  = System.Drawing.Color.Red;
     formatConditionRule3ColorScale1.MiddleType   = DevExpress.XtraEditors.FormatConditionValueType.Percent;
     formatConditionRule3ColorScale1.MinimumColor = System.Drawing.Color.Aqua;
     formatConditionRule3ColorScale1.MinimumType  = DevExpress.XtraEditors.FormatConditionValueType.Percent;
     gridFormatRule8.Rule = formatConditionRule3ColorScale1;
     this.View1.FormatRules.Add(gridFormatRule1);
     this.View1.FormatRules.Add(gridFormatRule2);
     this.View1.FormatRules.Add(gridFormatRule3);
     this.View1.FormatRules.Add(gridFormatRule4);
     this.View1.FormatRules.Add(gridFormatRule5);
     this.View1.FormatRules.Add(gridFormatRule6);
     this.View1.FormatRules.Add(gridFormatRule7);
     this.View1.FormatRules.Add(gridFormatRule8);
     this.View1.GridControl = this.gridControl1;
     this.View1.Name        = "View1";
     this.View1.OptionsSelection.EnableAppearanceFocusedCell   = false;
     this.View1.OptionsSelection.EnableAppearanceFocusedRow    = false;
     this.View1.OptionsSelection.EnableAppearanceHideSelection = false;
     this.View1.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
     this.View1.OptionsView.ShowFooter           = true;
     //
     // colmanufacturer
     //
     this.colmanufacturer.FieldName    = "manufacturer";
     this.colmanufacturer.Name         = "colmanufacturer";
     this.colmanufacturer.Visible      = true;
     this.colmanufacturer.VisibleIndex = 1;
     //
     // colmodel
     //
     this.colmodel.FieldName    = "model";
     this.colmodel.Name         = "colmodel";
     this.colmodel.Visible      = true;
     this.colmodel.VisibleIndex = 2;
     //
     // colcost
     //
     this.colcost.FieldName    = "cost";
     this.colcost.Name         = "colcost";
     this.colcost.Visible      = true;
     this.colcost.VisibleIndex = 3;
     //
     // btnLoad
     //
     this.btnLoad.Location = new System.Drawing.Point(12, 12);
     this.btnLoad.Name     = "btnLoad";
     this.btnLoad.Size     = new System.Drawing.Size(149, 23);
     this.btnLoad.TabIndex = 2;
     this.btnLoad.Text     = "Load XML";
     this.btnLoad.Click   += new System.EventHandler(this.btnLoad_Click);
     //
     // btnIncrease
     //
     this.btnIncrease.Location = new System.Drawing.Point(452, 12);
     this.btnIncrease.Name     = "btnIncrease";
     this.btnIncrease.Size     = new System.Drawing.Size(149, 23);
     this.btnIncrease.TabIndex = 3;
     this.btnIncrease.Text     = "Increase";
     this.btnIncrease.Click   += new System.EventHandler(this.btnRaise_Click);
     //
     // btnDecrease
     //
     this.btnDecrease.Location = new System.Drawing.Point(607, 12);
     this.btnDecrease.Name     = "btnDecrease";
     this.btnDecrease.Size     = new System.Drawing.Size(149, 23);
     this.btnDecrease.TabIndex = 4;
     this.btnDecrease.Text     = "Decrease";
     this.btnDecrease.Click   += new System.EventHandler(this.btnDecrease_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(783, 413);
     this.Controls.Add(this.btnDecrease);
     this.Controls.Add(this.btnIncrease);
     this.Controls.Add(this.btnLoad);
     this.Controls.Add(this.gridControl1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsTestXML)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.View1)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraGrid.GridFormatRule gridFormatRule1 = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDataBar formatConditionRuleDataBar1 = new DevExpress.XtraEditors.FormatConditionRuleDataBar();
     System.ComponentModel.ComponentResourceManager    resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDonHang));
     this.VATCheck = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.tbDonSanXuatGridControl = new DevExpress.XtraGrid.GridControl();
     this.gridView1            = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colSCD               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMaDonHang         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPhienBan          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTenKhachHang      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTenSanPham        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colKichThuoc         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colBoPhan            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNgayXuongDon      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNgayGiaoHang      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSoLuong           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLoaiSanPham       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colVatLieu           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDonGiaSanPham     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDonGiaKhuon       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDonGiaMau         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDonGiaVanChuyen   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colVAT               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTongTien          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNgoaiTe           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNgayNhanTien      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNhanVien_nghiepvu = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colChinhSua          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colketchuyen         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panelControl1        = new DevExpress.XtraEditors.PanelControl();
     this.splitter2            = new System.Windows.Forms.Splitter();
     this.splitter1            = new System.Windows.Forms.Splitter();
     this.ptbHinhMatTrai       = new System.Windows.Forms.PictureBox();
     this.ptbHinhMatPhai       = new System.Windows.Forms.PictureBox();
     this.ptbHinhKhuon         = new System.Windows.Forms.PictureBox();
     this.panelControl2        = new DevExpress.XtraEditors.PanelControl();
     this.hiendonhang          = new DevExpress.XtraEditors.CheckEdit();
     this.tblTool              = new System.Windows.Forms.TableLayoutPanel();
     this.btnXem               = new DevExpress.XtraEditors.SimpleButton();
     this.btnin     = new DevExpress.XtraEditors.SimpleButton();
     this.btnHuy    = new DevExpress.XtraEditors.SimpleButton();
     this.sCDLabel1 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.VATCheck)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbDonSanXuatGridControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ptbHinhMatTrai)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ptbHinhMatPhai)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ptbHinhKhuon)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.hiendonhang.Properties)).BeginInit();
     this.tblTool.SuspendLayout();
     this.SuspendLayout();
     //
     // VATCheck
     //
     this.VATCheck.AutoHeight           = false;
     this.VATCheck.LookAndFeel.SkinName = "Liquid Sky";
     this.VATCheck.Name         = "VATCheck";
     this.VATCheck.NullStyle    = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
     this.VATCheck.ValueChecked = 1.1D;
     //
     // tbDonSanXuatGridControl
     //
     this.tbDonSanXuatGridControl.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.tbDonSanXuatGridControl.Location             = new System.Drawing.Point(0, 0);
     this.tbDonSanXuatGridControl.MainView             = this.gridView1;
     this.tbDonSanXuatGridControl.Name                 = "tbDonSanXuatGridControl";
     this.tbDonSanXuatGridControl.Size                 = new System.Drawing.Size(923, 523);
     this.tbDonSanXuatGridControl.TabIndex             = 1;
     this.tbDonSanXuatGridControl.UseEmbeddedNavigator = true;
     this.tbDonSanXuatGridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     this.tbDonSanXuatGridControl.Click += new System.EventHandler(this.tbDonSanXuatGridControl_Click);
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colSCD,
         this.colMaDonHang,
         this.colPhienBan,
         this.colTenKhachHang,
         this.colTenSanPham,
         this.colKichThuoc,
         this.colBoPhan,
         this.colNgayXuongDon,
         this.colNgayGiaoHang,
         this.colSoLuong,
         this.colLoaiSanPham,
         this.colVatLieu,
         this.colDonGiaSanPham,
         this.colDonGiaKhuon,
         this.colDonGiaMau,
         this.colDonGiaVanChuyen,
         this.colVAT,
         this.colTongTien,
         this.colNgoaiTe,
         this.colNgayNhanTien,
         this.colNhanVien_nghiepvu,
         this.colChinhSua,
         this.colketchuyen
     });
     gridFormatRule1.Name = "Format0";
     formatConditionRuleDataBar1.AllowNegativeAxis = false;
     formatConditionRuleDataBar1.Maximum           = new decimal(new int[] {
         100000,
         0,
         0,
         0
     });
     formatConditionRuleDataBar1.MaximumType = DevExpress.XtraEditors.FormatConditionValueType.Number;
     formatConditionRuleDataBar1.Minimum     = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     formatConditionRuleDataBar1.MinimumType    = DevExpress.XtraEditors.FormatConditionValueType.Number;
     formatConditionRuleDataBar1.PredefinedName = "Coral Gradient";
     gridFormatRule1.Rule = formatConditionRuleDataBar1;
     this.gridView1.FormatRules.Add(gridFormatRule1);
     this.gridView1.GridControl = this.tbDonSanXuatGridControl;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsBehavior.Editable            = false;
     this.gridView1.OptionsFind.AlwaysVisible           = true;
     this.gridView1.OptionsPrint.AutoResetPrintDocument = false;
     this.gridView1.OptionsPrint.AutoWidth        = false;
     this.gridView1.OptionsView.BestFitMode       = DevExpress.XtraGrid.Views.Grid.GridBestFitMode.Full;
     this.gridView1.OptionsView.ShowAutoFilterRow = true;
     this.gridView1.OptionsView.ShowFooter        = true;
     this.gridView1.CustomDrawRowIndicator       += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator);
     //
     // colSCD
     //
     this.colSCD.Caption      = "SCD";
     this.colSCD.FieldName    = "SCD";
     this.colSCD.Name         = "colSCD";
     this.colSCD.Visible      = true;
     this.colSCD.VisibleIndex = 0;
     this.colSCD.Width        = 97;
     //
     // colMaDonHang
     //
     this.colMaDonHang.Caption      = "MÃ ĐƠN HÀNG";
     this.colMaDonHang.FieldName    = "MaDonHang";
     this.colMaDonHang.Name         = "colMaDonHang";
     this.colMaDonHang.Visible      = true;
     this.colMaDonHang.VisibleIndex = 1;
     this.colMaDonHang.Width        = 86;
     //
     // colPhienBan
     //
     this.colPhienBan.Caption      = "PHIÊN BẢN";
     this.colPhienBan.FieldName    = "PhienBan";
     this.colPhienBan.Name         = "colPhienBan";
     this.colPhienBan.Visible      = true;
     this.colPhienBan.VisibleIndex = 2;
     this.colPhienBan.Width        = 76;
     //
     // colTenKhachHang
     //
     this.colTenKhachHang.Caption      = "TÊN KHÁCH HÀNG";
     this.colTenKhachHang.FieldName    = "TenKhachHang";
     this.colTenKhachHang.Name         = "colTenKhachHang";
     this.colTenKhachHang.Visible      = true;
     this.colTenKhachHang.VisibleIndex = 3;
     this.colTenKhachHang.Width        = 98;
     //
     // colTenSanPham
     //
     this.colTenSanPham.Caption      = "TÊN SẢN PHẨM";
     this.colTenSanPham.FieldName    = "TenSanPham";
     this.colTenSanPham.Name         = "colTenSanPham";
     this.colTenSanPham.Visible      = true;
     this.colTenSanPham.VisibleIndex = 4;
     this.colTenSanPham.Width        = 88;
     //
     // colKichThuoc
     //
     this.colKichThuoc.Caption      = "KÍCH THƯỚC";
     this.colKichThuoc.FieldName    = "KichThuoc";
     this.colKichThuoc.Name         = "colKichThuoc";
     this.colKichThuoc.Visible      = true;
     this.colKichThuoc.VisibleIndex = 5;
     this.colKichThuoc.Width        = 76;
     //
     // colBoPhan
     //
     this.colBoPhan.Caption      = "BỘ PHẬN";
     this.colBoPhan.FieldName    = "BoPhan";
     this.colBoPhan.Name         = "colBoPhan";
     this.colBoPhan.Visible      = true;
     this.colBoPhan.VisibleIndex = 6;
     this.colBoPhan.Width        = 76;
     //
     // colNgayXuongDon
     //
     this.colNgayXuongDon.Caption      = "NGÀY XUỐNG ĐƠN";
     this.colNgayXuongDon.FieldName    = "NgayXuongDon";
     this.colNgayXuongDon.Name         = "colNgayXuongDon";
     this.colNgayXuongDon.Visible      = true;
     this.colNgayXuongDon.VisibleIndex = 7;
     this.colNgayXuongDon.Width        = 100;
     //
     // colNgayGiaoHang
     //
     this.colNgayGiaoHang.Caption      = "NGÀY GIAO HÀNG";
     this.colNgayGiaoHang.FieldName    = "NgayGiaoHang";
     this.colNgayGiaoHang.Name         = "colNgayGiaoHang";
     this.colNgayGiaoHang.Visible      = true;
     this.colNgayGiaoHang.VisibleIndex = 8;
     this.colNgayGiaoHang.Width        = 97;
     //
     // colSoLuong
     //
     this.colSoLuong.Caption = "SỐ LƯỢNG";
     this.colSoLuong.DisplayFormat.FormatString = "{0:#,#}";
     this.colSoLuong.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colSoLuong.FieldName = "SoLuong";
     this.colSoLuong.Name      = "colSoLuong";
     this.colSoLuong.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "SoLuong", "SUM={0:#,0.#######}")
     });
     this.colSoLuong.Visible      = true;
     this.colSoLuong.VisibleIndex = 9;
     this.colSoLuong.Width        = 76;
     //
     // colLoaiSanPham
     //
     this.colLoaiSanPham.Caption      = "LOẠI SẢN PHẨM";
     this.colLoaiSanPham.FieldName    = "LoaiSanPham";
     this.colLoaiSanPham.Name         = "colLoaiSanPham";
     this.colLoaiSanPham.Visible      = true;
     this.colLoaiSanPham.VisibleIndex = 10;
     this.colLoaiSanPham.Width        = 89;
     //
     // colVatLieu
     //
     this.colVatLieu.Caption      = "VẬT LIỆU";
     this.colVatLieu.FieldName    = "VatLieu";
     this.colVatLieu.Name         = "colVatLieu";
     this.colVatLieu.Visible      = true;
     this.colVatLieu.VisibleIndex = 11;
     this.colVatLieu.Width        = 76;
     //
     // colDonGiaSanPham
     //
     this.colDonGiaSanPham.Caption = "ĐƠN GIÁ SẢN PHẨM";
     this.colDonGiaSanPham.DisplayFormat.FormatString = "{#,#.#######}";
     this.colDonGiaSanPham.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colDonGiaSanPham.FieldName = "DonGiaSanPham";
     this.colDonGiaSanPham.Name      = "colDonGiaSanPham";
     this.colDonGiaSanPham.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "DonGiaSanPham", "SUM={0:#,0.#######}")
     });
     this.colDonGiaSanPham.Visible      = true;
     this.colDonGiaSanPham.VisibleIndex = 12;
     this.colDonGiaSanPham.Width        = 107;
     //
     // colDonGiaKhuon
     //
     this.colDonGiaKhuon.Caption = "ĐƠN GIÁ KHUÔN";
     this.colDonGiaKhuon.DisplayFormat.FormatString = "{0:#,#.#######}";
     this.colDonGiaKhuon.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colDonGiaKhuon.FieldName = "DonGiaKhuon";
     this.colDonGiaKhuon.Name      = "colDonGiaKhuon";
     this.colDonGiaKhuon.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "DonGiaKhuon", "SUM={0:#,0.#######}")
     });
     this.colDonGiaKhuon.Visible      = true;
     this.colDonGiaKhuon.VisibleIndex = 13;
     this.colDonGiaKhuon.Width        = 90;
     //
     // colDonGiaMau
     //
     this.colDonGiaMau.Caption = "ĐƠN GIÁ MẪU";
     this.colDonGiaMau.DisplayFormat.FormatString = "{0:#,#.#######}";
     this.colDonGiaMau.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colDonGiaMau.FieldName = "DonGiaMau";
     this.colDonGiaMau.Name      = "colDonGiaMau";
     this.colDonGiaMau.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "DonGiaMau", "SUM={0:#,0.#######}")
     });
     this.colDonGiaMau.Visible      = true;
     this.colDonGiaMau.VisibleIndex = 14;
     this.colDonGiaMau.Width        = 80;
     //
     // colDonGiaVanChuyen
     //
     this.colDonGiaVanChuyen.Caption = "ĐƠN GIÁ VẬN CHUYỂN";
     this.colDonGiaVanChuyen.DisplayFormat.FormatString = "{0:#,#.#######}";
     this.colDonGiaVanChuyen.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colDonGiaVanChuyen.FieldName = "DonGiaVanChuyen";
     this.colDonGiaVanChuyen.Name      = "colDonGiaVanChuyen";
     this.colDonGiaVanChuyen.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "DonGiaVanChuyen", "SUM={0:#,0.#######}")
     });
     this.colDonGiaVanChuyen.Visible      = true;
     this.colDonGiaVanChuyen.VisibleIndex = 15;
     this.colDonGiaVanChuyen.Width        = 118;
     //
     // colVAT
     //
     this.colVAT.ColumnEdit   = this.VATCheck;
     this.colVAT.FieldName    = "VAT";
     this.colVAT.Name         = "colVAT";
     this.colVAT.Visible      = true;
     this.colVAT.VisibleIndex = 16;
     //
     // colTongTien
     //
     this.colTongTien.Caption = "TỔNG TIỀN";
     this.colTongTien.DisplayFormat.FormatString = "{0:#,0.#######}";
     this.colTongTien.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colTongTien.FieldName = "TongTien";
     this.colTongTien.Name      = "colTongTien";
     this.colTongTien.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "TongTien", "SUM={0:#,0.#######}")
     });
     this.colTongTien.Visible      = true;
     this.colTongTien.VisibleIndex = 17;
     this.colTongTien.Width        = 76;
     //
     // colNgoaiTe
     //
     this.colNgoaiTe.Caption      = "NGOẠI TỆ";
     this.colNgoaiTe.FieldName    = "NgoaiTe";
     this.colNgoaiTe.Name         = "colNgoaiTe";
     this.colNgoaiTe.Visible      = true;
     this.colNgoaiTe.VisibleIndex = 18;
     this.colNgoaiTe.Width        = 76;
     //
     // colNgayNhanTien
     //
     this.colNgayNhanTien.Caption      = "NGÀY NHẬN TIỀN";
     this.colNgayNhanTien.FieldName    = "NgayNhanTien";
     this.colNgayNhanTien.Name         = "colNgayNhanTien";
     this.colNgayNhanTien.Visible      = true;
     this.colNgayNhanTien.VisibleIndex = 20;
     //
     // colNhanVien_nghiepvu
     //
     this.colNhanVien_nghiepvu.Caption      = "NHÂN VIÊN NGHIỆP VỤ";
     this.colNhanVien_nghiepvu.FieldName    = "NhanVien_nghiepvu";
     this.colNhanVien_nghiepvu.Name         = "colNhanVien_nghiepvu";
     this.colNhanVien_nghiepvu.Visible      = true;
     this.colNhanVien_nghiepvu.VisibleIndex = 19;
     this.colNhanVien_nghiepvu.Width        = 119;
     //
     // colChinhSua
     //
     this.colChinhSua.Caption   = "CHỈNH SỬA";
     this.colChinhSua.FieldName = "ChinhSua";
     this.colChinhSua.Name      = "colChinhSua";
     this.colChinhSua.Width     = 76;
     //
     // colketchuyen
     //
     this.colketchuyen.Caption   = "KẾT CHUYỂN";
     this.colketchuyen.FieldName = "ketchuyen";
     this.colketchuyen.Name      = "colketchuyen";
     this.colketchuyen.Width     = 76;
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.splitter2);
     this.panelControl1.Controls.Add(this.splitter1);
     this.panelControl1.Controls.Add(this.ptbHinhMatTrai);
     this.panelControl1.Controls.Add(this.ptbHinhMatPhai);
     this.panelControl1.Controls.Add(this.ptbHinhKhuon);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panelControl1.Location = new System.Drawing.Point(923, 0);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(200, 523);
     this.panelControl1.TabIndex = 4;
     //
     // splitter2
     //
     this.splitter2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.splitter2.Location = new System.Drawing.Point(2, 342);
     this.splitter2.Name     = "splitter2";
     this.splitter2.Size     = new System.Drawing.Size(196, 3);
     this.splitter2.TabIndex = 4;
     this.splitter2.TabStop  = false;
     //
     // splitter1
     //
     this.splitter1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.splitter1.Location = new System.Drawing.Point(2, 213);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(196, 3);
     this.splitter1.TabIndex = 2;
     this.splitter1.TabStop  = false;
     //
     // ptbHinhMatTrai
     //
     this.ptbHinhMatTrai.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ptbHinhMatTrai.Location = new System.Drawing.Point(2, 213);
     this.ptbHinhMatTrai.Name     = "ptbHinhMatTrai";
     this.ptbHinhMatTrai.Padding  = new System.Windows.Forms.Padding(5);
     this.ptbHinhMatTrai.Size     = new System.Drawing.Size(196, 132);
     this.ptbHinhMatTrai.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.ptbHinhMatTrai.TabIndex = 1;
     this.ptbHinhMatTrai.TabStop  = false;
     this.ptbHinhMatTrai.Click   += new System.EventHandler(this.ptbHinhMatTrai_Click);
     //
     // ptbHinhMatPhai
     //
     this.ptbHinhMatPhai.Dock        = System.Windows.Forms.DockStyle.Top;
     this.ptbHinhMatPhai.Location    = new System.Drawing.Point(2, 2);
     this.ptbHinhMatPhai.MinimumSize = new System.Drawing.Size(0, 150);
     this.ptbHinhMatPhai.Name        = "ptbHinhMatPhai";
     this.ptbHinhMatPhai.Padding     = new System.Windows.Forms.Padding(5);
     this.ptbHinhMatPhai.Size        = new System.Drawing.Size(196, 211);
     this.ptbHinhMatPhai.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.ptbHinhMatPhai.TabIndex    = 0;
     this.ptbHinhMatPhai.TabStop     = false;
     this.ptbHinhMatPhai.Click      += new System.EventHandler(this.ptbHinhMatPhai_Click);
     //
     // ptbHinhKhuon
     //
     this.ptbHinhKhuon.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.ptbHinhKhuon.Location = new System.Drawing.Point(2, 345);
     this.ptbHinhKhuon.Name     = "ptbHinhKhuon";
     this.ptbHinhKhuon.Size     = new System.Drawing.Size(196, 176);
     this.ptbHinhKhuon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.ptbHinhKhuon.TabIndex = 3;
     this.ptbHinhKhuon.TabStop  = false;
     this.ptbHinhKhuon.Click   += new System.EventHandler(this.ptbHinhKhuon_Click);
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.hiendonhang);
     this.panelControl2.Controls.Add(this.tblTool);
     this.panelControl2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelControl2.Location = new System.Drawing.Point(0, 0);
     this.panelControl2.Name     = "panelControl2";
     this.panelControl2.Size     = new System.Drawing.Size(923, 42);
     this.panelControl2.TabIndex = 6;
     //
     // hiendonhang
     //
     this.hiendonhang.Location                  = new System.Drawing.Point(360, 12);
     this.hiendonhang.Name                      = "hiendonhang";
     this.hiendonhang.Properties.Caption        = "HIỆN TẤT CẢ ĐƠN HÀNG";
     this.hiendonhang.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.hiendonhang.Size                      = new System.Drawing.Size(152, 19);
     this.hiendonhang.TabIndex                  = 40;
     //
     // tblTool
     //
     this.tblTool.ColumnCount = 3;
     this.tblTool.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
     this.tblTool.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33332F));
     this.tblTool.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
     this.tblTool.Controls.Add(this.btnXem, 0, 0);
     this.tblTool.Controls.Add(this.btnin, 1, 0);
     this.tblTool.Controls.Add(this.btnHuy, 2, 0);
     this.tblTool.Location = new System.Drawing.Point(5, 4);
     this.tblTool.Name     = "tblTool";
     this.tblTool.RowCount = 1;
     this.tblTool.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tblTool.Size     = new System.Drawing.Size(349, 35);
     this.tblTool.TabIndex = 38;
     //
     // btnXem
     //
     this.btnXem.Dock = System.Windows.Forms.DockStyle.Fill;
     this.btnXem.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnXem.ImageOptions.Image")));
     this.btnXem.Location           = new System.Drawing.Point(3, 3);
     this.btnXem.Name     = "btnXem";
     this.btnXem.Size     = new System.Drawing.Size(114, 29);
     this.btnXem.TabIndex = 41;
     this.btnXem.Text     = "Xác Nhận";
     //
     // btnin
     //
     this.btnin.Dock = System.Windows.Forms.DockStyle.Fill;
     this.btnin.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnin.ImageOptions.Image")));
     this.btnin.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.btnin.ImageOptions.Location             = DevExpress.XtraEditors.ImageLocation.BottomRight;
     this.btnin.Location = new System.Drawing.Point(123, 3);
     this.btnin.Name     = "btnin";
     this.btnin.Size     = new System.Drawing.Size(108, 29);
     this.btnin.TabIndex = 31;
     this.btnin.Text     = "IN";
     //
     // btnHuy
     //
     this.btnHuy.Dock = System.Windows.Forms.DockStyle.Fill;
     this.btnHuy.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnHuy.ImageOptions.Image")));
     this.btnHuy.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.btnHuy.ImageOptions.Location             = DevExpress.XtraEditors.ImageLocation.BottomRight;
     this.btnHuy.Location = new System.Drawing.Point(237, 3);
     this.btnHuy.Name     = "btnHuy";
     this.btnHuy.Size     = new System.Drawing.Size(109, 29);
     this.btnHuy.TabIndex = 38;
     this.btnHuy.Text     = "LÀM MỚI";
     //
     // sCDLabel1
     //
     this.sCDLabel1.Location = new System.Drawing.Point(566, 106);
     this.sCDLabel1.Name     = "sCDLabel1";
     this.sCDLabel1.Size     = new System.Drawing.Size(103, 28);
     this.sCDLabel1.TabIndex = 39;
     this.sCDLabel1.Text     = "scd";
     //
     // frmDonHang
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1123, 523);
     this.Controls.Add(this.panelControl2);
     this.Controls.Add(this.tbDonSanXuatGridControl);
     this.Controls.Add(this.panelControl1);
     this.Controls.Add(this.sCDLabel1);
     this.Name  = "frmDonHang";
     this.Text  = "ĐƠN HÀNG";
     this.Load += new System.EventHandler(this.frmDonHang_Load);
     ((System.ComponentModel.ISupportInitialize)(this.VATCheck)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbDonSanXuatGridControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ptbHinhMatTrai)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ptbHinhMatPhai)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ptbHinhKhuon)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.hiendonhang.Properties)).EndInit();
     this.tblTool.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraGrid.GridFormatRule gridFormatRule1 = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDataBar formatConditionRuleDataBar1 = new DevExpress.XtraEditors.FormatConditionRuleDataBar();
     System.ComponentModel.ComponentResourceManager    resources = new System.ComponentModel.ComponentResourceManager(typeof(FilesModule));
     this.colLengthInKB          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.filesBindingSource     = new System.Windows.Forms.BindingSource(this.components);
     this.gridControlFiles       = new DevExpress.XtraGrid.GridControl();
     this.gridViewFiles          = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colExtension           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colParentFullName      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colFullName            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colName                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLength              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLastWriteTime       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLastAccessTime      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCreationTime        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colOwnerName           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAttributes          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colIsArchive           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colIsCompressed        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colIsDevice            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colIsDirectory         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colIsEncrypted         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colIsHidden            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colIsIntegrityStream   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colIsNormal            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colIsNoScrubData       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colIsNotContentIndexed = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colIsOffline           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colIsReadOnly          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colIsReparsePoint      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colIsSparseFile        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colIsSystem            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colIsTemporary         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.barButtonItemShowColumnList = new DevExpress.XtraBars.BarButtonItem();
     this.barCheckItemShowFooter      = new DevExpress.XtraBars.BarCheckItem();
     this.barButtonItemSearch         = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemOpenFolder     = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemOpenInNewWamby = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemOpenTerminal   = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemCopyPath       = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemShowProperties = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemDelete         = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemOpenRunFile    = new DevExpress.XtraBars.BarButtonItem();
     this.ribbonPageMain         = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroupFiles   = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroupOptions = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.popupMenu = new DevExpress.XtraBars.PopupMenu(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.filesBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlFiles)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewFiles)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu)).BeginInit();
     this.SuspendLayout();
     //
     // colLengthInKB
     //
     this.colLengthInKB.Caption = "Size (KB)";
     this.colLengthInKB.DisplayFormat.FormatString = "n0";
     this.colLengthInKB.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colLengthInKB.FieldName = "LengthInKB";
     this.colLengthInKB.Name      = "colLengthInKB";
     this.colLengthInKB.OptionsColumn.ReadOnly = true;
     this.colLengthInKB.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "LengthInKB", "{0:n0}")
     });
     this.colLengthInKB.Visible      = true;
     this.colLengthInKB.VisibleIndex = 1;
     this.colLengthInKB.Width        = 51;
     //
     // filesBindingSource
     //
     this.filesBindingSource.DataSource = typeof(Wamby.Core.Model.WambyFileInfo);
     //
     // gridControlFiles
     //
     this.gridControlFiles.DataSource = this.filesBindingSource;
     this.gridControlFiles.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.gridControlFiles.EmbeddedNavigator.Buttons.Append.Visible     = false;
     this.gridControlFiles.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
     this.gridControlFiles.EmbeddedNavigator.Buttons.Edit.Visible       = false;
     this.gridControlFiles.EmbeddedNavigator.Buttons.EndEdit.Visible    = false;
     this.gridControlFiles.EmbeddedNavigator.Buttons.Remove.Visible     = false;
     this.gridControlFiles.Location             = new System.Drawing.Point(0, 31);
     this.gridControlFiles.MainView             = this.gridViewFiles;
     this.gridControlFiles.Name                 = "gridControlFiles";
     this.gridControlFiles.Size                 = new System.Drawing.Size(919, 365);
     this.gridControlFiles.TabIndex             = 0;
     this.gridControlFiles.UseEmbeddedNavigator = true;
     this.gridControlFiles.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridViewFiles
     });
     //
     // gridViewFiles
     //
     this.gridViewFiles.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colExtension,
         this.colParentFullName,
         this.colFullName,
         this.colName,
         this.colLength,
         this.colLengthInKB,
         this.colLastWriteTime,
         this.colLastAccessTime,
         this.colCreationTime,
         this.colOwnerName,
         this.colAttributes,
         this.colIsArchive,
         this.colIsCompressed,
         this.colIsDevice,
         this.colIsDirectory,
         this.colIsEncrypted,
         this.colIsHidden,
         this.colIsIntegrityStream,
         this.colIsNormal,
         this.colIsNoScrubData,
         this.colIsNotContentIndexed,
         this.colIsOffline,
         this.colIsReadOnly,
         this.colIsReparsePoint,
         this.colIsSparseFile,
         this.colIsSystem,
         this.colIsTemporary
     });
     gridFormatRule1.Column = this.colLengthInKB;
     gridFormatRule1.Name   = "Format0";
     formatConditionRuleDataBar1.PredefinedName = "Mint";
     gridFormatRule1.Rule = formatConditionRuleDataBar1;
     this.gridViewFiles.FormatRules.Add(gridFormatRule1);
     this.gridViewFiles.GridControl = this.gridControlFiles;
     this.gridViewFiles.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Count, "Extension", null, "({0} items)")
     });
     this.gridViewFiles.Name = "gridViewFiles";
     this.gridViewFiles.OptionsBehavior.Editable = false;
     this.gridViewFiles.OptionsMenu.ShowConditionalFormattingItem = true;
     this.gridViewFiles.OptionsView.ShowFooter          = true;
     this.gridViewFiles.OptionsView.ShowHorizontalLines = DevExpress.Utils.DefaultBoolean.False;
     this.gridViewFiles.OptionsView.ShowIndicator       = false;
     this.gridViewFiles.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colFullName, DevExpress.Data.ColumnSortOrder.Ascending)
     });
     //
     // colExtension
     //
     this.colExtension.FieldName = "Extension";
     this.colExtension.Name      = "colExtension";
     //
     // colParentFullName
     //
     this.colParentFullName.FieldName = "ParentFullName";
     this.colParentFullName.Name      = "colParentFullName";
     //
     // colFullName
     //
     this.colFullName.FieldName = "FullName";
     this.colFullName.Name      = "colFullName";
     this.colFullName.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "FullName", "{0}")
     });
     this.colFullName.Visible      = true;
     this.colFullName.VisibleIndex = 0;
     this.colFullName.Width        = 214;
     //
     // colName
     //
     this.colName.FieldName = "Name";
     this.colName.Name      = "colName";
     //
     // colLength
     //
     this.colLength.FieldName = "Length";
     this.colLength.Name      = "colLength";
     //
     // colLastWriteTime
     //
     this.colLastWriteTime.DisplayFormat.FormatString = "g";
     this.colLastWriteTime.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.colLastWriteTime.FieldName = "LastWriteTime";
     this.colLastWriteTime.Name      = "colLastWriteTime";
     this.colLastWriteTime.OptionsColumn.AllowSize  = false;
     this.colLastWriteTime.OptionsColumn.FixedWidth = true;
     this.colLastWriteTime.Visible      = true;
     this.colLastWriteTime.VisibleIndex = 4;
     this.colLastWriteTime.Width        = 100;
     //
     // colLastAccessTime
     //
     this.colLastAccessTime.DisplayFormat.FormatString = "g";
     this.colLastAccessTime.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.colLastAccessTime.FieldName = "LastAccessTime";
     this.colLastAccessTime.Name      = "colLastAccessTime";
     this.colLastAccessTime.OptionsColumn.AllowSize  = false;
     this.colLastAccessTime.OptionsColumn.FixedWidth = true;
     this.colLastAccessTime.Visible      = true;
     this.colLastAccessTime.VisibleIndex = 3;
     this.colLastAccessTime.Width        = 100;
     //
     // colCreationTime
     //
     this.colCreationTime.DisplayFormat.FormatString = "g";
     this.colCreationTime.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.colCreationTime.FieldName = "CreationTime";
     this.colCreationTime.Name      = "colCreationTime";
     this.colCreationTime.OptionsColumn.AllowSize  = false;
     this.colCreationTime.OptionsColumn.FixedWidth = true;
     this.colCreationTime.Visible      = true;
     this.colCreationTime.VisibleIndex = 2;
     this.colCreationTime.Width        = 100;
     //
     // colOwnerName
     //
     this.colOwnerName.FieldName    = "OwnerName";
     this.colOwnerName.Name         = "colOwnerName";
     this.colOwnerName.Visible      = true;
     this.colOwnerName.VisibleIndex = 5;
     this.colOwnerName.Width        = 54;
     //
     // colAttributes
     //
     this.colAttributes.FieldName    = "Attributes";
     this.colAttributes.Name         = "colAttributes";
     this.colAttributes.Visible      = true;
     this.colAttributes.VisibleIndex = 6;
     //
     // colIsArchive
     //
     this.colIsArchive.FieldName = "IsArchive";
     this.colIsArchive.Name      = "colIsArchive";
     //
     // colIsCompressed
     //
     this.colIsCompressed.FieldName = "IsCompressed";
     this.colIsCompressed.Name      = "colIsCompressed";
     //
     // colIsDevice
     //
     this.colIsDevice.FieldName = "IsDevice";
     this.colIsDevice.Name      = "colIsDevice";
     //
     // colIsDirectory
     //
     this.colIsDirectory.FieldName = "IsDirectory";
     this.colIsDirectory.Name      = "colIsDirectory";
     //
     // colIsEncrypted
     //
     this.colIsEncrypted.FieldName = "IsEncrypted";
     this.colIsEncrypted.Name      = "colIsEncrypted";
     //
     // colIsHidden
     //
     this.colIsHidden.FieldName = "IsHidden";
     this.colIsHidden.Name      = "colIsHidden";
     //
     // colIsIntegrityStream
     //
     this.colIsIntegrityStream.FieldName = "IsIntegrityStream";
     this.colIsIntegrityStream.Name      = "colIsIntegrityStream";
     //
     // colIsNormal
     //
     this.colIsNormal.FieldName = "IsNormal";
     this.colIsNormal.Name      = "colIsNormal";
     //
     // colIsNoScrubData
     //
     this.colIsNoScrubData.FieldName = "IsNoScrubData";
     this.colIsNoScrubData.Name      = "colIsNoScrubData";
     //
     // colIsNotContentIndexed
     //
     this.colIsNotContentIndexed.FieldName = "IsNotContentIndexed";
     this.colIsNotContentIndexed.Name      = "colIsNotContentIndexed";
     //
     // colIsOffline
     //
     this.colIsOffline.FieldName = "IsOffline";
     this.colIsOffline.Name      = "colIsOffline";
     //
     // colIsReadOnly
     //
     this.colIsReadOnly.FieldName = "IsReadOnly";
     this.colIsReadOnly.Name      = "colIsReadOnly";
     //
     // colIsReparsePoint
     //
     this.colIsReparsePoint.FieldName = "IsReparsePoint";
     this.colIsReparsePoint.Name      = "colIsReparsePoint";
     //
     // colIsSparseFile
     //
     this.colIsSparseFile.FieldName = "IsSparseFile";
     this.colIsSparseFile.Name      = "colIsSparseFile";
     //
     // colIsSystem
     //
     this.colIsSystem.FieldName = "IsSystem";
     this.colIsSystem.Name      = "colIsSystem";
     //
     // colIsTemporary
     //
     this.colIsTemporary.FieldName = "IsTemporary";
     this.colIsTemporary.Name      = "colIsTemporary";
     //
     // ribbon
     //
     this.ribbon.AllowMinimizeRibbon   = false;
     this.ribbon.ExpandCollapseItem.Id = 0;
     this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.ribbon.ExpandCollapseItem,
         this.barButtonItemShowColumnList,
         this.barCheckItemShowFooter,
         this.barButtonItemSearch,
         this.barButtonItemOpenFolder,
         this.barButtonItemOpenInNewWamby,
         this.barButtonItemOpenTerminal,
         this.barButtonItemCopyPath,
         this.barButtonItemShowProperties,
         this.barButtonItemDelete,
         this.barButtonItemOpenRunFile
     });
     this.ribbon.Location      = new System.Drawing.Point(0, 0);
     this.ribbon.MaxItemId     = 36;
     this.ribbon.MdiMergeStyle = DevExpress.XtraBars.Ribbon.RibbonMdiMergeStyle.Always;
     this.ribbon.Name          = "ribbon";
     this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
         this.ribbonPageMain
     });
     this.ribbon.RibbonStyle         = DevExpress.XtraBars.Ribbon.RibbonControlStyle.OfficeUniversal;
     this.ribbon.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide;
     this.ribbon.Size = new System.Drawing.Size(919, 31);
     //
     // barButtonItemShowColumnList
     //
     this.barButtonItemShowColumnList.Caption = "Show columns list";
     this.barButtonItemShowColumnList.Id      = 32;
     this.barButtonItemShowColumnList.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButtonItemShowColumnList.ImageOptions.SvgImage")));
     this.barButtonItemShowColumnList.Name = "barButtonItemShowColumnList";
     //
     // barCheckItemShowFooter
     //
     this.barCheckItemShowFooter.BindableChecked = true;
     this.barCheckItemShowFooter.Caption         = "Show footer";
     this.barCheckItemShowFooter.Checked         = true;
     this.barCheckItemShowFooter.Id = 33;
     this.barCheckItemShowFooter.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barCheckItemShowFooter.ImageOptions.SvgImage")));
     this.barCheckItemShowFooter.Name = "barCheckItemShowFooter";
     //
     // barButtonItemSearch
     //
     this.barButtonItemSearch.Caption = "Search";
     this.barButtonItemSearch.Id      = 34;
     this.barButtonItemSearch.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButtonItemSearch.ImageOptions.SvgImage")));
     this.barButtonItemSearch.Name = "barButtonItemSearch";
     //
     // barButtonItemOpenFolder
     //
     this.barButtonItemOpenFolder.Caption = "Open folder (Explorer)";
     this.barButtonItemOpenFolder.Id      = 32;
     this.barButtonItemOpenFolder.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButtonItemOpenFolder.ImageOptions.SvgImage")));
     this.barButtonItemOpenFolder.ItemShortcut          = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E));
     this.barButtonItemOpenFolder.Name = "barButtonItemOpenFolder";
     //
     // barButtonItemOpenInNewWamby
     //
     this.barButtonItemOpenInNewWamby.Caption = "Scan in new Wamby";
     this.barButtonItemOpenInNewWamby.Id      = 33;
     this.barButtonItemOpenInNewWamby.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButtonItemOpenInNewWamby.ImageOptions.SvgImage")));
     this.barButtonItemOpenInNewWamby.ItemShortcut          = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.W));
     this.barButtonItemOpenInNewWamby.Name = "barButtonItemOpenInNewWamby";
     //
     // barButtonItemOpenTerminal
     //
     this.barButtonItemOpenTerminal.Caption = "Open folder (Terminal)";
     this.barButtonItemOpenTerminal.Id      = 34;
     this.barButtonItemOpenTerminal.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButtonItemOpenTerminal.ImageOptions.SvgImage")));
     this.barButtonItemOpenTerminal.ItemShortcut          = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P));
     this.barButtonItemOpenTerminal.Name = "barButtonItemOpenTerminal";
     //
     // barButtonItemCopyPath
     //
     this.barButtonItemCopyPath.Caption = "Copy path";
     this.barButtonItemCopyPath.Id      = 35;
     this.barButtonItemCopyPath.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButtonItemCopyPath.ImageOptions.SvgImage")));
     this.barButtonItemCopyPath.ItemShortcut          = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C));
     this.barButtonItemCopyPath.Name        = "barButtonItemCopyPath";
     this.barButtonItemCopyPath.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
     //
     // barButtonItemShowProperties
     //
     this.barButtonItemShowProperties.Caption = "Show properties";
     this.barButtonItemShowProperties.Id      = 36;
     this.barButtonItemShowProperties.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButtonItemShowProperties.ImageOptions.SvgImage")));
     this.barButtonItemShowProperties.ItemShortcut          = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.Enter));
     this.barButtonItemShowProperties.Name        = "barButtonItemShowProperties";
     this.barButtonItemShowProperties.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
     //
     // barButtonItemDelete
     //
     this.barButtonItemDelete.Caption = "Delete";
     this.barButtonItemDelete.Id      = 37;
     this.barButtonItemDelete.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButtonItemDelete.ImageOptions.SvgImage")));
     this.barButtonItemDelete.ItemShortcut          = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.Delete);
     this.barButtonItemDelete.Name        = "barButtonItemDelete";
     this.barButtonItemDelete.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
     //
     // barButtonItemOpenRunFile
     //
     this.barButtonItemOpenRunFile.Caption = "Open/Run file";
     this.barButtonItemOpenRunFile.Id      = 35;
     this.barButtonItemOpenRunFile.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButtonItemOpenRunFile.ImageOptions.SvgImage")));
     this.barButtonItemOpenRunFile.ItemShortcut          = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R));
     this.barButtonItemOpenRunFile.Name = "barButtonItemOpenRunFile";
     //
     // ribbonPageMain
     //
     this.ribbonPageMain.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroupFiles,
         this.ribbonPageGroupOptions
     });
     this.ribbonPageMain.Name = "ribbonPageMain";
     this.ribbonPageMain.Text = "Main Page";
     //
     // ribbonPageGroupFiles
     //
     this.ribbonPageGroupFiles.ItemLinks.Add(this.barButtonItemShowColumnList);
     this.ribbonPageGroupFiles.ItemLinks.Add(this.barButtonItemSearch);
     this.ribbonPageGroupFiles.ItemLinks.Add(this.barCheckItemShowFooter);
     this.ribbonPageGroupFiles.Name = "ribbonPageGroupFiles";
     this.ribbonPageGroupFiles.Text = "Files Main";
     //
     // ribbonPageGroupOptions
     //
     this.ribbonPageGroupOptions.ItemLinks.Add(this.barButtonItemOpenFolder);
     this.ribbonPageGroupOptions.ItemLinks.Add(this.barButtonItemOpenTerminal);
     this.ribbonPageGroupOptions.ItemLinks.Add(this.barButtonItemOpenInNewWamby);
     this.ribbonPageGroupOptions.ItemLinks.Add(this.barButtonItemOpenRunFile, true);
     this.ribbonPageGroupOptions.ItemLinks.Add(this.barButtonItemCopyPath);
     this.ribbonPageGroupOptions.ItemLinks.Add(this.barButtonItemShowProperties);
     this.ribbonPageGroupOptions.ItemLinks.Add(this.barButtonItemDelete);
     this.ribbonPageGroupOptions.Name = "ribbonPageGroupOptions";
     this.ribbonPageGroupOptions.Text = "Options";
     //
     // popupMenu
     //
     this.popupMenu.ItemLinks.Add(this.barButtonItemOpenFolder);
     this.popupMenu.ItemLinks.Add(this.barButtonItemOpenTerminal);
     this.popupMenu.ItemLinks.Add(this.barButtonItemOpenInNewWamby);
     this.popupMenu.ItemLinks.Add(this.barButtonItemOpenRunFile, true);
     this.popupMenu.ItemLinks.Add(this.barButtonItemCopyPath);
     this.popupMenu.ItemLinks.Add(this.barButtonItemShowProperties);
     this.popupMenu.ItemLinks.Add(this.barButtonItemDelete);
     this.popupMenu.Name   = "popupMenu";
     this.popupMenu.Ribbon = this.ribbon;
     //
     // FilesModule
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.gridControlFiles);
     this.Controls.Add(this.ribbon);
     this.Name = "FilesModule";
     this.Size = new System.Drawing.Size(919, 396);
     ((System.ComponentModel.ISupportInitialize)(this.filesBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlFiles)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewFiles)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 15
0
 /// <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(frmBangQuyetToan));
     DevExpress.XtraGrid.GridFormatRule                gridFormatRule1             = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDataBar formatConditionRuleDataBar1 = new DevExpress.XtraEditors.FormatConditionRuleDataBar();
     this.panelControl1        = new DevExpress.XtraEditors.PanelControl();
     this.dateEdit1            = new DevExpress.XtraEditors.DateEdit();
     this.hiendonhang          = new DevExpress.XtraEditors.CheckEdit();
     this.sCDLabel1            = new System.Windows.Forms.Label();
     this.tblTool              = new System.Windows.Forms.TableLayoutPanel();
     this.btnXem               = new DevExpress.XtraEditors.SimpleButton();
     this.btnin                = new DevExpress.XtraEditors.SimpleButton();
     this.btnHuy               = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton1        = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2        = new DevExpress.XtraEditors.SimpleButton();
     this.gcDonSanXuat         = new DevExpress.XtraGrid.GridControl();
     this.gridView1            = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colSCD               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMaDonHang         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPhienBan          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTenKhachHang      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTenSanPham        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colKichThuoc         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colBoPhan            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNgayXuongDon      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNgayGiaoHang      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSoLuong           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLoaiSanPham       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colVatLieu           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDonGiaSanPham     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDonGiaKhuon       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDonGiaMau         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDonGiaVanChuyen   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colVAT               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.VATCheck             = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.colTongTien          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNgoaiTe           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNgayNhanTien      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.NgayNhanTien         = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.colNhanVien_nghiepvu = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colChinhSua          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colketchuyen         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.label1               = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.hiendonhang.Properties)).BeginInit();
     this.tblTool.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcDonSanXuat)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.VATCheck)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NgayNhanTien)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NgayNhanTien.CalendarTimeProperties)).BeginInit();
     this.SuspendLayout();
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.label1);
     this.panelControl1.Controls.Add(this.dateEdit1);
     this.panelControl1.Controls.Add(this.hiendonhang);
     this.panelControl1.Controls.Add(this.sCDLabel1);
     this.panelControl1.Controls.Add(this.tblTool);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelControl1.Location = new System.Drawing.Point(0, 0);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(1055, 42);
     this.panelControl1.TabIndex = 2;
     //
     // dateEdit1
     //
     this.dateEdit1.EditValue = null;
     this.dateEdit1.Location  = new System.Drawing.Point(886, 10);
     this.dateEdit1.Name      = "dateEdit1";
     this.dateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit1.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit1.Size     = new System.Drawing.Size(85, 20);
     this.dateEdit1.TabIndex = 41;
     //
     // hiendonhang
     //
     this.hiendonhang.Location                  = new System.Drawing.Point(633, 11);
     this.hiendonhang.Name                      = "hiendonhang";
     this.hiendonhang.Properties.Caption        = "HIỆN TẤT CẢ ĐƠN HÀNG";
     this.hiendonhang.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.hiendonhang.RightToLeft               = System.Windows.Forms.RightToLeft.Yes;
     this.hiendonhang.Size                      = new System.Drawing.Size(152, 19);
     this.hiendonhang.TabIndex                  = 40;
     this.hiendonhang.CheckedChanged           += new System.EventHandler(this.hiendonhang_CheckedChanged);
     //
     // sCDLabel1
     //
     this.sCDLabel1.Location = new System.Drawing.Point(992, 2);
     this.sCDLabel1.Name     = "sCDLabel1";
     this.sCDLabel1.Size     = new System.Drawing.Size(63, 28);
     this.sCDLabel1.TabIndex = 39;
     this.sCDLabel1.Text     = "scd";
     //
     // tblTool
     //
     this.tblTool.ColumnCount = 5;
     this.tblTool.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
     this.tblTool.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 49.99998F));
     this.tblTool.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.00002F));
     this.tblTool.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 140F));
     this.tblTool.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 165F));
     this.tblTool.Controls.Add(this.btnXem, 0, 0);
     this.tblTool.Controls.Add(this.btnin, 1, 0);
     this.tblTool.Controls.Add(this.btnHuy, 2, 0);
     this.tblTool.Controls.Add(this.simpleButton1, 3, 0);
     this.tblTool.Controls.Add(this.simpleButton2, 4, 0);
     this.tblTool.Location = new System.Drawing.Point(5, 4);
     this.tblTool.Name     = "tblTool";
     this.tblTool.RowCount = 1;
     this.tblTool.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tblTool.Size     = new System.Drawing.Size(622, 35);
     this.tblTool.TabIndex = 38;
     //
     // btnXem
     //
     this.btnXem.Dock = System.Windows.Forms.DockStyle.Fill;
     this.btnXem.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnXem.ImageOptions.Image")));
     this.btnXem.Location           = new System.Drawing.Point(3, 3);
     this.btnXem.Name     = "btnXem";
     this.btnXem.Size     = new System.Drawing.Size(114, 29);
     this.btnXem.TabIndex = 41;
     this.btnXem.Text     = "KẾT CHUYỂN";
     this.btnXem.Click   += new System.EventHandler(this.btnXem_Click);
     //
     // btnin
     //
     this.btnin.Dock = System.Windows.Forms.DockStyle.Fill;
     this.btnin.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnin.ImageOptions.Image")));
     this.btnin.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.btnin.ImageOptions.Location             = DevExpress.XtraEditors.ImageLocation.BottomRight;
     this.btnin.Location = new System.Drawing.Point(123, 3);
     this.btnin.Name     = "btnin";
     this.btnin.Size     = new System.Drawing.Size(92, 29);
     this.btnin.TabIndex = 31;
     this.btnin.Text     = "IN";
     this.btnin.Click   += new System.EventHandler(this.btnin_Click);
     //
     // btnHuy
     //
     this.btnHuy.Dock = System.Windows.Forms.DockStyle.Fill;
     this.btnHuy.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnHuy.ImageOptions.Image")));
     this.btnHuy.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.btnHuy.ImageOptions.Location             = DevExpress.XtraEditors.ImageLocation.BottomRight;
     this.btnHuy.Location = new System.Drawing.Point(221, 3);
     this.btnHuy.Name     = "btnHuy";
     this.btnHuy.Size     = new System.Drawing.Size(92, 29);
     this.btnHuy.TabIndex = 38;
     this.btnHuy.Text     = "LÀM MỚI";
     //
     // simpleButton1
     //
     this.simpleButton1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.simpleButton1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.ImageOptions.Image")));
     this.simpleButton1.Location           = new System.Drawing.Point(319, 3);
     this.simpleButton1.Name     = "simpleButton1";
     this.simpleButton1.Size     = new System.Drawing.Size(134, 29);
     this.simpleButton1.TabIndex = 42;
     this.simpleButton1.Text     = "NGÀY NHẬN TIỀN";
     this.simpleButton1.Click   += new System.EventHandler(this.simpleButton1_Click);
     //
     // simpleButton2
     //
     this.simpleButton2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.simpleButton2.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton2.ImageOptions.Image")));
     this.simpleButton2.Location           = new System.Drawing.Point(459, 3);
     this.simpleButton2.Name     = "simpleButton2";
     this.simpleButton2.Size     = new System.Drawing.Size(160, 29);
     this.simpleButton2.TabIndex = 43;
     this.simpleButton2.Text     = "CẬP NHẬT ĐƠN HÀNG";
     this.simpleButton2.Click   += new System.EventHandler(this.simpleButton2_Click);
     //
     // gcDonSanXuat
     //
     this.gcDonSanXuat.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gcDonSanXuat.Location = new System.Drawing.Point(0, 42);
     this.gcDonSanXuat.MainView = this.gridView1;
     this.gcDonSanXuat.Name     = "gcDonSanXuat";
     this.gcDonSanXuat.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.VATCheck,
         this.NgayNhanTien
     });
     this.gcDonSanXuat.Size                 = new System.Drawing.Size(1055, 622);
     this.gcDonSanXuat.TabIndex             = 4;
     this.gcDonSanXuat.UseEmbeddedNavigator = true;
     this.gcDonSanXuat.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     this.gcDonSanXuat.Click += new System.EventHandler(this.gcDonSanXuat_Click);
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colSCD,
         this.colMaDonHang,
         this.colPhienBan,
         this.colTenKhachHang,
         this.colTenSanPham,
         this.colKichThuoc,
         this.colBoPhan,
         this.colNgayXuongDon,
         this.colNgayGiaoHang,
         this.colSoLuong,
         this.colLoaiSanPham,
         this.colVatLieu,
         this.colDonGiaSanPham,
         this.colDonGiaKhuon,
         this.colDonGiaMau,
         this.colDonGiaVanChuyen,
         this.colVAT,
         this.colTongTien,
         this.colNgoaiTe,
         this.colNgayNhanTien,
         this.colNhanVien_nghiepvu,
         this.colChinhSua,
         this.colketchuyen
     });
     gridFormatRule1.Name = "Format0";
     formatConditionRuleDataBar1.AllowNegativeAxis = false;
     formatConditionRuleDataBar1.Maximum           = new decimal(new int[] {
         100000,
         0,
         0,
         0
     });
     formatConditionRuleDataBar1.MaximumType = DevExpress.XtraEditors.FormatConditionValueType.Number;
     formatConditionRuleDataBar1.Minimum     = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     formatConditionRuleDataBar1.MinimumType    = DevExpress.XtraEditors.FormatConditionValueType.Number;
     formatConditionRuleDataBar1.PredefinedName = "Coral Gradient";
     gridFormatRule1.Rule = formatConditionRuleDataBar1;
     this.gridView1.FormatRules.Add(gridFormatRule1);
     this.gridView1.GridControl = this.gcDonSanXuat;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsBehavior.Editable            = false;
     this.gridView1.OptionsFind.AlwaysVisible           = true;
     this.gridView1.OptionsPrint.AutoResetPrintDocument = false;
     this.gridView1.OptionsPrint.AutoWidth           = false;
     this.gridView1.OptionsSelection.MultiSelect     = true;
     this.gridView1.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect;
     this.gridView1.OptionsView.BestFitMode          = DevExpress.XtraGrid.Views.Grid.GridBestFitMode.Full;
     this.gridView1.OptionsView.ShowAutoFilterRow    = true;
     this.gridView1.OptionsView.ShowFooter           = true;
     this.gridView1.RowClick     += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gridView1_RowClick);
     this.gridView1.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gridView1_RowCellClick);
     //
     // colSCD
     //
     this.colSCD.Caption      = "SCD";
     this.colSCD.FieldName    = "SCD";
     this.colSCD.Name         = "colSCD";
     this.colSCD.Visible      = true;
     this.colSCD.VisibleIndex = 1;
     this.colSCD.Width        = 97;
     //
     // colMaDonHang
     //
     this.colMaDonHang.Caption      = "MÃ ĐƠN HÀNG";
     this.colMaDonHang.FieldName    = "MaDonHang";
     this.colMaDonHang.Name         = "colMaDonHang";
     this.colMaDonHang.Visible      = true;
     this.colMaDonHang.VisibleIndex = 2;
     this.colMaDonHang.Width        = 86;
     //
     // colPhienBan
     //
     this.colPhienBan.Caption      = "PHIÊN BẢN";
     this.colPhienBan.FieldName    = "PhienBan";
     this.colPhienBan.Name         = "colPhienBan";
     this.colPhienBan.Visible      = true;
     this.colPhienBan.VisibleIndex = 3;
     this.colPhienBan.Width        = 76;
     //
     // colTenKhachHang
     //
     this.colTenKhachHang.Caption      = "TÊN KHÁCH HÀNG";
     this.colTenKhachHang.FieldName    = "TenKhachHang";
     this.colTenKhachHang.Name         = "colTenKhachHang";
     this.colTenKhachHang.Visible      = true;
     this.colTenKhachHang.VisibleIndex = 4;
     this.colTenKhachHang.Width        = 98;
     //
     // colTenSanPham
     //
     this.colTenSanPham.Caption      = "TÊN SẢN PHẨM";
     this.colTenSanPham.FieldName    = "TenSanPham";
     this.colTenSanPham.Name         = "colTenSanPham";
     this.colTenSanPham.Visible      = true;
     this.colTenSanPham.VisibleIndex = 5;
     this.colTenSanPham.Width        = 88;
     //
     // colKichThuoc
     //
     this.colKichThuoc.Caption      = "KÍCH THƯỚC";
     this.colKichThuoc.FieldName    = "KichThuoc";
     this.colKichThuoc.Name         = "colKichThuoc";
     this.colKichThuoc.Visible      = true;
     this.colKichThuoc.VisibleIndex = 6;
     this.colKichThuoc.Width        = 76;
     //
     // colBoPhan
     //
     this.colBoPhan.Caption      = "BỘ PHẬN";
     this.colBoPhan.FieldName    = "BoPhan";
     this.colBoPhan.Name         = "colBoPhan";
     this.colBoPhan.Visible      = true;
     this.colBoPhan.VisibleIndex = 7;
     this.colBoPhan.Width        = 76;
     //
     // colNgayXuongDon
     //
     this.colNgayXuongDon.Caption      = "NGÀY XUỐNG ĐƠN";
     this.colNgayXuongDon.FieldName    = "NgayXuongDon";
     this.colNgayXuongDon.Name         = "colNgayXuongDon";
     this.colNgayXuongDon.Visible      = true;
     this.colNgayXuongDon.VisibleIndex = 8;
     this.colNgayXuongDon.Width        = 100;
     //
     // colNgayGiaoHang
     //
     this.colNgayGiaoHang.Caption      = "NGÀY GIAO HÀNG";
     this.colNgayGiaoHang.FieldName    = "NgayGiaoHang";
     this.colNgayGiaoHang.Name         = "colNgayGiaoHang";
     this.colNgayGiaoHang.Visible      = true;
     this.colNgayGiaoHang.VisibleIndex = 9;
     this.colNgayGiaoHang.Width        = 97;
     //
     // colSoLuong
     //
     this.colSoLuong.Caption = "SỐ LƯỢNG";
     this.colSoLuong.DisplayFormat.FormatString = "{0:#,#}";
     this.colSoLuong.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colSoLuong.FieldName = "SoLuong";
     this.colSoLuong.Name      = "colSoLuong";
     this.colSoLuong.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "SoLuong", "SUM={0:#,0.#######}")
     });
     this.colSoLuong.Visible      = true;
     this.colSoLuong.VisibleIndex = 10;
     this.colSoLuong.Width        = 76;
     //
     // colLoaiSanPham
     //
     this.colLoaiSanPham.Caption      = "LOẠI SẢN PHẨM";
     this.colLoaiSanPham.FieldName    = "LoaiSanPham";
     this.colLoaiSanPham.Name         = "colLoaiSanPham";
     this.colLoaiSanPham.Visible      = true;
     this.colLoaiSanPham.VisibleIndex = 11;
     this.colLoaiSanPham.Width        = 89;
     //
     // colVatLieu
     //
     this.colVatLieu.Caption      = "VẬT LIỆU";
     this.colVatLieu.FieldName    = "VatLieu";
     this.colVatLieu.Name         = "colVatLieu";
     this.colVatLieu.Visible      = true;
     this.colVatLieu.VisibleIndex = 12;
     this.colVatLieu.Width        = 76;
     //
     // colDonGiaSanPham
     //
     this.colDonGiaSanPham.Caption = "ĐƠN GIÁ SẢN PHẨM";
     this.colDonGiaSanPham.DisplayFormat.FormatString = "{#,#.#######}";
     this.colDonGiaSanPham.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colDonGiaSanPham.FieldName = "DonGiaSanPham";
     this.colDonGiaSanPham.Name      = "colDonGiaSanPham";
     this.colDonGiaSanPham.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "DonGiaSanPham", "SUM={0:#,0.#######}")
     });
     this.colDonGiaSanPham.Visible      = true;
     this.colDonGiaSanPham.VisibleIndex = 13;
     this.colDonGiaSanPham.Width        = 107;
     //
     // colDonGiaKhuon
     //
     this.colDonGiaKhuon.Caption = "ĐƠN GIÁ KHUÔN";
     this.colDonGiaKhuon.DisplayFormat.FormatString = "{0:#,#.#######}";
     this.colDonGiaKhuon.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colDonGiaKhuon.FieldName = "DonGiaKhuon";
     this.colDonGiaKhuon.Name      = "colDonGiaKhuon";
     this.colDonGiaKhuon.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "DonGiaKhuon", "SUM={0:#,0.#######}")
     });
     this.colDonGiaKhuon.Visible      = true;
     this.colDonGiaKhuon.VisibleIndex = 14;
     this.colDonGiaKhuon.Width        = 90;
     //
     // colDonGiaMau
     //
     this.colDonGiaMau.Caption = "ĐƠN GIÁ MẪU";
     this.colDonGiaMau.DisplayFormat.FormatString = "{0:#,#.#######}";
     this.colDonGiaMau.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colDonGiaMau.FieldName = "DonGiaMau";
     this.colDonGiaMau.Name      = "colDonGiaMau";
     this.colDonGiaMau.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "DonGiaMau", "SUM={0:#,0.#######}")
     });
     this.colDonGiaMau.Visible      = true;
     this.colDonGiaMau.VisibleIndex = 15;
     this.colDonGiaMau.Width        = 80;
     //
     // colDonGiaVanChuyen
     //
     this.colDonGiaVanChuyen.Caption = "ĐƠN GIÁ VẬN CHUYỂN";
     this.colDonGiaVanChuyen.DisplayFormat.FormatString = "{0:#,#.#######}";
     this.colDonGiaVanChuyen.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colDonGiaVanChuyen.FieldName = "DonGiaVanChuyen";
     this.colDonGiaVanChuyen.Name      = "colDonGiaVanChuyen";
     this.colDonGiaVanChuyen.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "DonGiaVanChuyen", "SUM={0:#,0.#######}")
     });
     this.colDonGiaVanChuyen.Visible      = true;
     this.colDonGiaVanChuyen.VisibleIndex = 16;
     this.colDonGiaVanChuyen.Width        = 118;
     //
     // colVAT
     //
     this.colVAT.ColumnEdit   = this.VATCheck;
     this.colVAT.FieldName    = "VAT";
     this.colVAT.Name         = "colVAT";
     this.colVAT.Visible      = true;
     this.colVAT.VisibleIndex = 17;
     //
     // VATCheck
     //
     this.VATCheck.AutoHeight   = false;
     this.VATCheck.Name         = "VATCheck";
     this.VATCheck.NullStyle    = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
     this.VATCheck.ValueChecked = 1.1D;
     //
     // colTongTien
     //
     this.colTongTien.Caption = "TỔNG TIỀN";
     this.colTongTien.DisplayFormat.FormatString = "{0:#,0.#######}";
     this.colTongTien.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colTongTien.FieldName = "TongTien";
     this.colTongTien.Name      = "colTongTien";
     this.colTongTien.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "TongTien", "SUM={0:#,0.#######}")
     });
     this.colTongTien.Visible      = true;
     this.colTongTien.VisibleIndex = 18;
     this.colTongTien.Width        = 76;
     //
     // colNgoaiTe
     //
     this.colNgoaiTe.Caption      = "NGOẠI TỆ";
     this.colNgoaiTe.FieldName    = "NgoaiTe";
     this.colNgoaiTe.Name         = "colNgoaiTe";
     this.colNgoaiTe.Visible      = true;
     this.colNgoaiTe.VisibleIndex = 19;
     this.colNgoaiTe.Width        = 76;
     //
     // colNgayNhanTien
     //
     this.colNgayNhanTien.Caption      = "NGÀY NHẬN TIỀN";
     this.colNgayNhanTien.ColumnEdit   = this.NgayNhanTien;
     this.colNgayNhanTien.FieldName    = "NgayNhanTien";
     this.colNgayNhanTien.Name         = "colNgayNhanTien";
     this.colNgayNhanTien.Visible      = true;
     this.colNgayNhanTien.VisibleIndex = 21;
     //
     // NgayNhanTien
     //
     this.NgayNhanTien.AutoHeight = false;
     this.NgayNhanTien.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.NgayNhanTien.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.NgayNhanTien.Name = "NgayNhanTien";
     //
     // colNhanVien_nghiepvu
     //
     this.colNhanVien_nghiepvu.Caption      = "NHÂN VIÊN NGHIỆP VỤ";
     this.colNhanVien_nghiepvu.FieldName    = "NhanVien_nghiepvu";
     this.colNhanVien_nghiepvu.Name         = "colNhanVien_nghiepvu";
     this.colNhanVien_nghiepvu.Visible      = true;
     this.colNhanVien_nghiepvu.VisibleIndex = 20;
     this.colNhanVien_nghiepvu.Width        = 119;
     //
     // colChinhSua
     //
     this.colChinhSua.Caption   = "CHỈNH SỬA";
     this.colChinhSua.FieldName = "ChinhSua";
     this.colChinhSua.Name      = "colChinhSua";
     this.colChinhSua.Width     = 76;
     //
     // colketchuyen
     //
     this.colketchuyen.Caption   = "KẾT CHUYỂN";
     this.colketchuyen.FieldName = "ketchuyen";
     this.colketchuyen.Name      = "colketchuyen";
     this.colketchuyen.Width     = 76;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(798, 14);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(83, 13);
     this.label1.TabIndex = 42;
     this.label1.Text     = "Ngày Nhận Tiền";
     //
     // frmBangQuyetToan
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1055, 664);
     this.Controls.Add(this.gcDonSanXuat);
     this.Controls.Add(this.panelControl1);
     this.Name  = "frmBangQuyetToan";
     this.Text  = "BẢNG QUYẾT TOÁN";
     this.Load += new System.EventHandler(this.frmBangQuyetToan_Load);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.hiendonhang.Properties)).EndInit();
     this.tblTool.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcDonSanXuat)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.VATCheck)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NgayNhanTien.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NgayNhanTien)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 16
0
 /// <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(frmDonSanXuat));
     DevExpress.XtraGrid.GridFormatRule                        gridFormatRule1                     = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDataBar         formatConditionRuleDataBar1         = new DevExpress.XtraEditors.FormatConditionRuleDataBar();
     DevExpress.XtraGrid.GridFormatRule                        gridFormatRule2                     = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleUniqueDuplicate formatConditionRuleUniqueDuplicate1 = new DevExpress.XtraEditors.FormatConditionRuleUniqueDuplicate();
     DevExpress.XtraGrid.GridFormatRule                        gridFormatRule3                     = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleUniqueDuplicate formatConditionRuleUniqueDuplicate2 = new DevExpress.XtraEditors.FormatConditionRuleUniqueDuplicate();
     DevExpress.XtraGrid.GridFormatRule                        gridFormatRule4                     = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDateOccuring    formatConditionRuleDateOccuring1    = new DevExpress.XtraEditors.FormatConditionRuleDateOccuring();
     DevExpress.XtraGrid.GridFormatRule                        gridFormatRule5                     = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDateOccuring    formatConditionRuleDateOccuring2    = new DevExpress.XtraEditors.FormatConditionRuleDateOccuring();
     DevExpress.XtraGrid.GridFormatRule                        gridFormatRule6                     = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleExpression      formatConditionRuleExpression1      = new DevExpress.XtraEditors.FormatConditionRuleExpression();
     this.colSoLuong       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTenSanPham    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMaDonHang     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNgayGiaoHang  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.groupBox1        = new System.Windows.Forms.GroupBox();
     this.ptbHinhMatTrai   = new DevExpress.XtraEditors.PictureEdit();
     this.splitter2        = new System.Windows.Forms.Splitter();
     this.splitter1        = new System.Windows.Forms.Splitter();
     this.ptbHinhMatPhai   = new DevExpress.XtraEditors.PictureEdit();
     this.ptbHinhKhuon     = new DevExpress.XtraEditors.PictureEdit();
     this.panelControl1    = new DevExpress.XtraEditors.PanelControl();
     this.hiendonhang      = new DevExpress.XtraEditors.CheckEdit();
     this.sCDLabel1        = new System.Windows.Forms.Label();
     this.tblTool          = new System.Windows.Forms.TableLayoutPanel();
     this.btnXem           = new DevExpress.XtraEditors.SimpleButton();
     this.btnthem          = new DevExpress.XtraEditors.SimpleButton();
     this.btnXoa           = new DevExpress.XtraEditors.SimpleButton();
     this.btnsua           = new DevExpress.XtraEditors.SimpleButton();
     this.btnin            = new DevExpress.XtraEditors.SimpleButton();
     this.btnHuy           = new DevExpress.XtraEditors.SimpleButton();
     this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     this.gcDonSanXuat     = new DevExpress.XtraGrid.GridControl();
     this.gridView1        = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colSCD           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPhienBan      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTenKhachHang  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colKichThuoc     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colBoPhan        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNgayXuongDon  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLoaiSanPham   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colVatLieu       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colChinhSua      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colHinhMatPhai   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ptbHinhMatTrai.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ptbHinhMatPhai.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ptbHinhKhuon.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.hiendonhang.Properties)).BeginInit();
     this.tblTool.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcDonSanXuat)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.SuspendLayout();
     //
     // colSoLuong
     //
     this.colSoLuong.Caption = "SỐ LƯỢNG";
     this.colSoLuong.DisplayFormat.FormatString = "{0:#,#}";
     this.colSoLuong.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colSoLuong.FieldName = "SoLuong";
     this.colSoLuong.Name      = "colSoLuong";
     this.colSoLuong.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "SoLuong", "TỔNG = {0:#,#}")
     });
     this.colSoLuong.Visible      = true;
     this.colSoLuong.VisibleIndex = 9;
     this.colSoLuong.Width        = 76;
     //
     // colTenSanPham
     //
     this.colTenSanPham.Caption      = "TÊN SẢN PHẨM";
     this.colTenSanPham.FieldName    = "TenSanPham";
     this.colTenSanPham.Name         = "colTenSanPham";
     this.colTenSanPham.Visible      = true;
     this.colTenSanPham.VisibleIndex = 4;
     this.colTenSanPham.Width        = 88;
     //
     // colMaDonHang
     //
     this.colMaDonHang.Caption      = "MÃ ĐƠN HÀNG";
     this.colMaDonHang.FieldName    = "MaDonHang";
     this.colMaDonHang.Name         = "colMaDonHang";
     this.colMaDonHang.Visible      = true;
     this.colMaDonHang.VisibleIndex = 1;
     this.colMaDonHang.Width        = 86;
     //
     // colNgayGiaoHang
     //
     this.colNgayGiaoHang.Caption      = "NGÀY GIAO HÀNG";
     this.colNgayGiaoHang.FieldName    = "NgayGiaoHang";
     this.colNgayGiaoHang.Name         = "colNgayGiaoHang";
     this.colNgayGiaoHang.Visible      = true;
     this.colNgayGiaoHang.VisibleIndex = 8;
     this.colNgayGiaoHang.Width        = 97;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.ptbHinhMatTrai);
     this.groupBox1.Controls.Add(this.splitter2);
     this.groupBox1.Controls.Add(this.splitter1);
     this.groupBox1.Controls.Add(this.ptbHinhMatPhai);
     this.groupBox1.Controls.Add(this.ptbHinhKhuon);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.groupBox1.Location = new System.Drawing.Point(953, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(186, 474);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     //
     // ptbHinhMatTrai
     //
     this.ptbHinhMatTrai.Cursor   = System.Windows.Forms.Cursors.Default;
     this.ptbHinhMatTrai.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ptbHinhMatTrai.Location = new System.Drawing.Point(3, 264);
     this.ptbHinhMatTrai.Name     = "ptbHinhMatTrai";
     this.ptbHinhMatTrai.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
     this.ptbHinhMatTrai.Properties.SizeMode           = DevExpress.XtraEditors.Controls.PictureSizeMode.Squeeze;
     this.ptbHinhMatTrai.Size     = new System.Drawing.Size(180, 0);
     this.ptbHinhMatTrai.TabIndex = 8;
     this.ptbHinhMatTrai.Click   += new System.EventHandler(this.ptbHinhMatTrai_Click);
     //
     // splitter2
     //
     this.splitter2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.splitter2.Location = new System.Drawing.Point(3, 255);
     this.splitter2.Name     = "splitter2";
     this.splitter2.Size     = new System.Drawing.Size(180, 10);
     this.splitter2.TabIndex = 6;
     this.splitter2.TabStop  = false;
     //
     // splitter1
     //
     this.splitter1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.splitter1.Location = new System.Drawing.Point(3, 254);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(180, 10);
     this.splitter1.TabIndex = 4;
     this.splitter1.TabStop  = false;
     //
     // ptbHinhMatPhai
     //
     this.ptbHinhMatPhai.Cursor   = System.Windows.Forms.Cursors.Default;
     this.ptbHinhMatPhai.Dock     = System.Windows.Forms.DockStyle.Top;
     this.ptbHinhMatPhai.Location = new System.Drawing.Point(3, 17);
     this.ptbHinhMatPhai.Name     = "ptbHinhMatPhai";
     this.ptbHinhMatPhai.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
     this.ptbHinhMatPhai.Properties.SizeMode           = DevExpress.XtraEditors.Controls.PictureSizeMode.Squeeze;
     this.ptbHinhMatPhai.Size              = new System.Drawing.Size(180, 237);
     this.ptbHinhMatPhai.TabIndex          = 7;
     this.ptbHinhMatPhai.EditValueChanged += new System.EventHandler(this.ptbHinhMatPhai_EditValueChanged);
     this.ptbHinhMatPhai.Click            += new System.EventHandler(this.ptbHinhMatPhai_Click);
     //
     // ptbHinhKhuon
     //
     this.ptbHinhKhuon.Cursor   = System.Windows.Forms.Cursors.Default;
     this.ptbHinhKhuon.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.ptbHinhKhuon.Location = new System.Drawing.Point(3, 265);
     this.ptbHinhKhuon.Name     = "ptbHinhKhuon";
     this.ptbHinhKhuon.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
     this.ptbHinhKhuon.Properties.SizeMode           = DevExpress.XtraEditors.Controls.PictureSizeMode.Squeeze;
     this.ptbHinhKhuon.Size              = new System.Drawing.Size(180, 206);
     this.ptbHinhKhuon.TabIndex          = 9;
     this.ptbHinhKhuon.EditValueChanged += new System.EventHandler(this.ptbHinhKhuon_EditValueChanged);
     this.ptbHinhKhuon.Click            += new System.EventHandler(this.ptbHinhKhuon_Click);
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.hiendonhang);
     this.panelControl1.Controls.Add(this.sCDLabel1);
     this.panelControl1.Controls.Add(this.tblTool);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelControl1.Location = new System.Drawing.Point(0, 0);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(953, 42);
     this.panelControl1.TabIndex = 1;
     //
     // hiendonhang
     //
     this.hiendonhang.Location                  = new System.Drawing.Point(673, 12);
     this.hiendonhang.Name                      = "hiendonhang";
     this.hiendonhang.Properties.Caption        = "HIỆN TẤT CẢ ĐƠN HÀNG";
     this.hiendonhang.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.hiendonhang.Size                      = new System.Drawing.Size(152, 19);
     this.hiendonhang.TabIndex                  = 40;
     this.hiendonhang.CheckedChanged           += new System.EventHandler(this.hiendonhang_CheckedChanged);
     //
     // sCDLabel1
     //
     this.sCDLabel1.Location = new System.Drawing.Point(822, 9);
     this.sCDLabel1.Name     = "sCDLabel1";
     this.sCDLabel1.Size     = new System.Drawing.Size(125, 28);
     this.sCDLabel1.TabIndex = 39;
     this.sCDLabel1.Text     = "scd";
     //
     // tblTool
     //
     this.tblTool.ColumnCount = 7;
     this.tblTool.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.28816F));
     this.tblTool.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.2853F));
     this.tblTool.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.28531F));
     this.tblTool.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.28531F));
     this.tblTool.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.28531F));
     this.tblTool.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.28531F));
     this.tblTool.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.28531F));
     this.tblTool.Controls.Add(this.btnXem, 0, 0);
     this.tblTool.Controls.Add(this.btnthem, 1, 0);
     this.tblTool.Controls.Add(this.btnXoa, 3, 0);
     this.tblTool.Controls.Add(this.btnsua, 2, 0);
     this.tblTool.Controls.Add(this.btnin, 4, 0);
     this.tblTool.Controls.Add(this.btnHuy, 5, 0);
     this.tblTool.Location = new System.Drawing.Point(5, 4);
     this.tblTool.Name     = "tblTool";
     this.tblTool.RowCount = 1;
     this.tblTool.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tblTool.Size     = new System.Drawing.Size(662, 35);
     this.tblTool.TabIndex = 38;
     //
     // btnXem
     //
     this.btnXem.Dock = System.Windows.Forms.DockStyle.Fill;
     this.btnXem.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnXem.ImageOptions.Image")));
     this.btnXem.Location           = new System.Drawing.Point(3, 3);
     this.btnXem.Name     = "btnXem";
     this.btnXem.Size     = new System.Drawing.Size(88, 29);
     this.btnXem.TabIndex = 41;
     this.btnXem.Text     = "XEM";
     this.btnXem.Click   += new System.EventHandler(this.btnXem_Click);
     //
     // btnthem
     //
     this.btnthem.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnthem.ImageOptions.Image")));
     this.btnthem.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.btnthem.ImageOptions.Location             = DevExpress.XtraEditors.ImageLocation.BottomRight;
     this.btnthem.Location = new System.Drawing.Point(97, 3);
     this.btnthem.Name     = "btnthem";
     this.btnthem.Size     = new System.Drawing.Size(88, 29);
     this.btnthem.TabIndex = 8;
     this.btnthem.Text     = "Thêm";
     this.btnthem.Click   += new System.EventHandler(this.btnthem_Click);
     //
     // btnXoa
     //
     this.btnXoa.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnXoa.ImageOptions.Image")));
     this.btnXoa.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.btnXoa.ImageOptions.Location             = DevExpress.XtraEditors.ImageLocation.BottomRight;
     this.btnXoa.Location     = new System.Drawing.Point(285, 3);
     this.btnXoa.Name         = "btnXoa";
     this.btnXoa.Size         = new System.Drawing.Size(88, 29);
     this.btnXoa.TabIndex     = 37;
     this.btnXoa.Text         = "Xóa";
     this.btnXoa.ToolTipTitle = "Delete";
     this.btnXoa.Click       += new System.EventHandler(this.btnXoa_Click);
     //
     // btnsua
     //
     this.btnsua.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnsua.ImageOptions.Image")));
     this.btnsua.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.btnsua.ImageOptions.Location             = DevExpress.XtraEditors.ImageLocation.BottomRight;
     this.btnsua.Location = new System.Drawing.Point(191, 3);
     this.btnsua.Name     = "btnsua";
     this.btnsua.Size     = new System.Drawing.Size(88, 29);
     this.btnsua.TabIndex = 30;
     this.btnsua.Text     = "SỬA";
     this.btnsua.Click   += new System.EventHandler(this.btnsua_Click);
     //
     // btnin
     //
     this.btnin.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnin.ImageOptions.Image")));
     this.btnin.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.btnin.ImageOptions.Location             = DevExpress.XtraEditors.ImageLocation.BottomRight;
     this.btnin.Location = new System.Drawing.Point(379, 3);
     this.btnin.Name     = "btnin";
     this.btnin.Size     = new System.Drawing.Size(88, 29);
     this.btnin.TabIndex = 31;
     this.btnin.Text     = "IN";
     this.btnin.Click   += new System.EventHandler(this.btnin_Click);
     //
     // btnHuy
     //
     this.btnHuy.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnHuy.ImageOptions.Image")));
     this.btnHuy.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.btnHuy.ImageOptions.Location             = DevExpress.XtraEditors.ImageLocation.BottomRight;
     this.btnHuy.Location = new System.Drawing.Point(473, 3);
     this.btnHuy.Name     = "btnHuy";
     this.btnHuy.Size     = new System.Drawing.Size(88, 29);
     this.btnHuy.TabIndex = 38;
     this.btnHuy.Text     = "LÀM MỚI";
     this.btnHuy.Click   += new System.EventHandler(this.btnHuy_Click);
     //
     // splitterControl1
     //
     this.splitterControl1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.splitterControl1.Location = new System.Drawing.Point(946, 42);
     this.splitterControl1.Name     = "splitterControl1";
     this.splitterControl1.Size     = new System.Drawing.Size(7, 432);
     this.splitterControl1.TabIndex = 2;
     this.splitterControl1.TabStop  = false;
     //
     // gcDonSanXuat
     //
     this.gcDonSanXuat.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.gcDonSanXuat.Location             = new System.Drawing.Point(0, 42);
     this.gcDonSanXuat.MainView             = this.gridView1;
     this.gcDonSanXuat.Name                 = "gcDonSanXuat";
     this.gcDonSanXuat.Size                 = new System.Drawing.Size(946, 432);
     this.gcDonSanXuat.TabIndex             = 3;
     this.gcDonSanXuat.UseEmbeddedNavigator = true;
     this.gcDonSanXuat.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     this.gcDonSanXuat.Click   += new System.EventHandler(this.gcDonSanXuat_Click);
     this.gcDonSanXuat.KeyDown += new System.Windows.Forms.KeyEventHandler(this.gcDonSanXuat_KeyDown);
     this.gcDonSanXuat.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.gcDonSanXuat_KeyDown);
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colSCD,
         this.colMaDonHang,
         this.colPhienBan,
         this.colTenKhachHang,
         this.colTenSanPham,
         this.colKichThuoc,
         this.colBoPhan,
         this.colNgayXuongDon,
         this.colNgayGiaoHang,
         this.colSoLuong,
         this.colLoaiSanPham,
         this.colVatLieu,
         this.colChinhSua,
         this.colHinhMatPhai
     });
     gridFormatRule1.Column = this.colSoLuong;
     gridFormatRule1.Name   = "Format0";
     formatConditionRuleDataBar1.AxisColor = System.Drawing.Color.Aquamarine;
     formatConditionRuleDataBar1.Maximum   = new decimal(new int[] {
         100000,
         0,
         0,
         0
     });
     formatConditionRuleDataBar1.MaximumType = DevExpress.XtraEditors.FormatConditionValueType.Number;
     formatConditionRuleDataBar1.Minimum     = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     formatConditionRuleDataBar1.MinimumType    = DevExpress.XtraEditors.FormatConditionValueType.Number;
     formatConditionRuleDataBar1.PredefinedName = "Blue";
     gridFormatRule1.Rule   = formatConditionRuleDataBar1;
     gridFormatRule2.Column = this.colTenSanPham;
     gridFormatRule2.Name   = "Format1";
     formatConditionRuleUniqueDuplicate1.Appearance.BackColor            = System.Drawing.Color.Yellow;
     formatConditionRuleUniqueDuplicate1.Appearance.Options.UseBackColor = true;
     gridFormatRule2.Rule   = formatConditionRuleUniqueDuplicate1;
     gridFormatRule3.Column = this.colMaDonHang;
     gridFormatRule3.Name   = "Format2";
     formatConditionRuleUniqueDuplicate2.Appearance.BackColor            = System.Drawing.Color.DeepSkyBlue;
     formatConditionRuleUniqueDuplicate2.Appearance.Options.UseBackColor = true;
     formatConditionRuleUniqueDuplicate2.PredefinedName = "Bold Text";
     gridFormatRule3.Rule   = formatConditionRuleUniqueDuplicate2;
     gridFormatRule4.Column = this.colNgayGiaoHang;
     gridFormatRule4.Name   = "Format3";
     formatConditionRuleDateOccuring1.Appearance.BackColor            = System.Drawing.Color.Red;
     formatConditionRuleDateOccuring1.Appearance.Options.UseBackColor = true;
     formatConditionRuleDateOccuring1.DateType = DevExpress.XtraEditors.FilterDateType.Today;
     gridFormatRule4.Rule   = formatConditionRuleDateOccuring1;
     gridFormatRule5.Column = this.colNgayGiaoHang;
     gridFormatRule5.Name   = "Format4";
     formatConditionRuleDateOccuring2.Appearance.BackColor            = System.Drawing.Color.LightSalmon;
     formatConditionRuleDateOccuring2.Appearance.Options.UseBackColor = true;
     gridFormatRule5.Rule   = formatConditionRuleDateOccuring2;
     gridFormatRule6.Column = this.colNgayGiaoHang;
     gridFormatRule6.Name   = "Format5";
     gridFormatRule6.Rule   = formatConditionRuleExpression1;
     this.gridView1.FormatRules.Add(gridFormatRule1);
     this.gridView1.FormatRules.Add(gridFormatRule2);
     this.gridView1.FormatRules.Add(gridFormatRule3);
     this.gridView1.FormatRules.Add(gridFormatRule4);
     this.gridView1.FormatRules.Add(gridFormatRule5);
     this.gridView1.FormatRules.Add(gridFormatRule6);
     this.gridView1.GridControl = this.gcDonSanXuat;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsBehavior.Editable  = false;
     this.gridView1.OptionsFind.AlwaysVisible = true;
     this.gridView1.OptionsMenu.ShowConditionalFormattingItem = true;
     this.gridView1.OptionsPrint.AutoResetPrintDocument       = false;
     this.gridView1.OptionsPrint.AutoWidth        = false;
     this.gridView1.OptionsView.BestFitMode       = DevExpress.XtraGrid.Views.Grid.GridBestFitMode.Full;
     this.gridView1.OptionsView.ShowAutoFilterRow = true;
     this.gridView1.OptionsView.ShowFooter        = true;
     this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colNgayXuongDon, DevExpress.Data.ColumnSortOrder.Descending)
     });
     this.gridView1.RowCellClick           += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gridView1_RowCellClick);
     this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator);
     this.gridView1.RowCellStyle           += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gridView1_RowCellStyle);
     this.gridView1.RowStyle += new DevExpress.XtraGrid.Views.Grid.RowStyleEventHandler(this.gridView1_RowStyle);
     //
     // colSCD
     //
     this.colSCD.Caption      = "SCD";
     this.colSCD.FieldName    = "SCD";
     this.colSCD.Name         = "colSCD";
     this.colSCD.Visible      = true;
     this.colSCD.VisibleIndex = 0;
     this.colSCD.Width        = 97;
     //
     // colPhienBan
     //
     this.colPhienBan.Caption      = "PHIÊN BẢN";
     this.colPhienBan.FieldName    = "PhienBan";
     this.colPhienBan.Name         = "colPhienBan";
     this.colPhienBan.Visible      = true;
     this.colPhienBan.VisibleIndex = 2;
     this.colPhienBan.Width        = 76;
     //
     // colTenKhachHang
     //
     this.colTenKhachHang.Caption      = "TÊN KHÁCH HÀNG";
     this.colTenKhachHang.FieldName    = "TenKhachHang";
     this.colTenKhachHang.Name         = "colTenKhachHang";
     this.colTenKhachHang.Visible      = true;
     this.colTenKhachHang.VisibleIndex = 3;
     this.colTenKhachHang.Width        = 98;
     //
     // colKichThuoc
     //
     this.colKichThuoc.Caption      = "KÍCH THƯỚC";
     this.colKichThuoc.FieldName    = "KichThuoc";
     this.colKichThuoc.Name         = "colKichThuoc";
     this.colKichThuoc.Visible      = true;
     this.colKichThuoc.VisibleIndex = 5;
     this.colKichThuoc.Width        = 76;
     //
     // colBoPhan
     //
     this.colBoPhan.Caption      = "BỘ PHẬN";
     this.colBoPhan.FieldName    = "BoPhan";
     this.colBoPhan.Name         = "colBoPhan";
     this.colBoPhan.Visible      = true;
     this.colBoPhan.VisibleIndex = 6;
     this.colBoPhan.Width        = 76;
     //
     // colNgayXuongDon
     //
     this.colNgayXuongDon.Caption      = "NGÀY XUỐNG ĐƠN";
     this.colNgayXuongDon.FieldName    = "NgayXuongDon";
     this.colNgayXuongDon.Name         = "colNgayXuongDon";
     this.colNgayXuongDon.Visible      = true;
     this.colNgayXuongDon.VisibleIndex = 7;
     this.colNgayXuongDon.Width        = 100;
     //
     // colLoaiSanPham
     //
     this.colLoaiSanPham.Caption      = "LOẠI SẢN PHẨM";
     this.colLoaiSanPham.FieldName    = "LoaiSanPham";
     this.colLoaiSanPham.Name         = "colLoaiSanPham";
     this.colLoaiSanPham.Visible      = true;
     this.colLoaiSanPham.VisibleIndex = 10;
     this.colLoaiSanPham.Width        = 89;
     //
     // colVatLieu
     //
     this.colVatLieu.Caption      = "VẬT LIỆU";
     this.colVatLieu.FieldName    = "VatLieu";
     this.colVatLieu.Name         = "colVatLieu";
     this.colVatLieu.Visible      = true;
     this.colVatLieu.VisibleIndex = 11;
     this.colVatLieu.Width        = 76;
     //
     // colChinhSua
     //
     this.colChinhSua.FieldName = "ChinhSua";
     this.colChinhSua.Name      = "colChinhSua";
     //
     // colHinhMatPhai
     //
     this.colHinhMatPhai.Caption   = "Hình Mặt Phải";
     this.colHinhMatPhai.FieldName = "HinhMatPhai";
     this.colHinhMatPhai.Name      = "colHinhMatPhai";
     //
     // frmDonSanXuat
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1139, 474);
     this.Controls.Add(this.gcDonSanXuat);
     this.Controls.Add(this.splitterControl1);
     this.Controls.Add(this.panelControl1);
     this.Controls.Add(this.groupBox1);
     this.Name = "frmDonSanXuat";
     this.ShowMdiChildCaptionInParentTitle = true;
     this.Text        = "ĐƠN SẢN XUẤT";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.frmDonSanXuat_Load);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ptbHinhMatTrai.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ptbHinhMatPhai.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ptbHinhKhuon.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.hiendonhang.Properties)).EndInit();
     this.tblTool.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcDonSanXuat)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraGrid.GridFormatRule gridFormatRule1 = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleValue formatConditionRuleValue1 = new DevExpress.XtraEditors.FormatConditionRuleValue();
     DevExpress.XtraGrid.GridFormatRule gridFormatRule2 = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDataBar formatConditionRuleDataBar1 = new DevExpress.XtraEditors.FormatConditionRuleDataBar();
     this.colProfit        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.ribbonControl1   = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.ribbonPage1      = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonStatusBar1 = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
     this.staticArbitrageInfoHistoryItemBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.gridView1        = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colDisbalance    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDirection     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAltBasePrice  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAtlUsdtPrice  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colBaseUsdtPrice = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAmount        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colFee           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridControl1     = new DevExpress.XtraGrid.GridControl();
     this.colEarned        = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.staticArbitrageInfoHistoryItemBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     this.SuspendLayout();
     //
     // colProfit
     //
     this.colProfit.DisplayFormat.FormatString = "0.00000000";
     this.colProfit.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colProfit.FieldName    = "Profit";
     this.colProfit.Name         = "colProfit";
     this.colProfit.Visible      = true;
     this.colProfit.VisibleIndex = 7;
     //
     // ribbonControl1
     //
     this.ribbonControl1.ExpandCollapseItem.Id = 0;
     this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.ribbonControl1.ExpandCollapseItem
     });
     this.ribbonControl1.Location  = new System.Drawing.Point(0, 0);
     this.ribbonControl1.Margin    = new System.Windows.Forms.Padding(4);
     this.ribbonControl1.MaxItemId = 4;
     this.ribbonControl1.Name      = "ribbonControl1";
     this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
         this.ribbonPage1
     });
     this.ribbonControl1.Size      = new System.Drawing.Size(1782, 278);
     this.ribbonControl1.StatusBar = this.ribbonStatusBar1;
     //
     // ribbonPage1
     //
     this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroup1
     });
     this.ribbonPage1.Name = "ribbonPage1";
     this.ribbonPage1.Text = "Connect";
     //
     // ribbonPageGroup1
     //
     this.ribbonPageGroup1.Name = "ribbonPageGroup1";
     this.ribbonPageGroup1.Text = "Static Arbitrage";
     //
     // ribbonStatusBar1
     //
     this.ribbonStatusBar1.AutoHeight = true;
     this.ribbonStatusBar1.Location   = new System.Drawing.Point(0, 952);
     this.ribbonStatusBar1.Name       = "ribbonStatusBar1";
     this.ribbonStatusBar1.Ribbon     = this.ribbonControl1;
     this.ribbonStatusBar1.Size       = new System.Drawing.Size(1782, 54);
     //
     // staticArbitrageInfoHistoryItemBindingSource
     //
     this.staticArbitrageInfoHistoryItemBindingSource.DataSource = typeof(Crypto.Core.Common.TriplePairInfoHistoryItem);
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colDisbalance,
         this.colDirection,
         this.colAltBasePrice,
         this.colAtlUsdtPrice,
         this.colBaseUsdtPrice,
         this.colAmount,
         this.colProfit,
         this.colFee,
         this.gridColumn1,
         this.colEarned
     });
     gridFormatRule1.ApplyToRow = true;
     gridFormatRule1.Column     = this.colProfit;
     gridFormatRule1.Enabled    = false;
     gridFormatRule1.Name       = "Profit";
     formatConditionRuleValue1.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     formatConditionRuleValue1.Appearance.Options.UseBackColor = true;
     formatConditionRuleValue1.Condition = DevExpress.XtraEditors.FormatCondition.Greater;
     formatConditionRuleValue1.Value1    = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     gridFormatRule1.Rule          = formatConditionRuleValue1;
     gridFormatRule2.Column        = this.colProfit;
     gridFormatRule2.ColumnApplyTo = this.colProfit;
     gridFormatRule2.Name          = "Format0";
     formatConditionRuleDataBar1.PredefinedName = "Coral Gradient";
     gridFormatRule2.Rule = formatConditionRuleDataBar1;
     this.gridView1.FormatRules.Add(gridFormatRule1);
     this.gridView1.FormatRules.Add(gridFormatRule2);
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     //
     // colDisbalance
     //
     this.colDisbalance.DisplayFormat.FormatString = "0.00000000";
     this.colDisbalance.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colDisbalance.FieldName = "Disbalance";
     this.colDisbalance.Name      = "colDisbalance";
     this.colDisbalance.OptionsColumn.ReadOnly = true;
     this.colDisbalance.Visible      = true;
     this.colDisbalance.VisibleIndex = 1;
     //
     // colDirection
     //
     this.colDirection.FieldName = "Direction";
     this.colDirection.Name      = "colDirection";
     this.colDirection.OptionsColumn.ReadOnly = true;
     this.colDirection.Visible      = true;
     this.colDirection.VisibleIndex = 2;
     //
     // colAltBasePrice
     //
     this.colAltBasePrice.DisplayFormat.FormatString = "0.00000000";
     this.colAltBasePrice.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colAltBasePrice.FieldName    = "AltBasePrice";
     this.colAltBasePrice.Name         = "colAltBasePrice";
     this.colAltBasePrice.Visible      = true;
     this.colAltBasePrice.VisibleIndex = 3;
     //
     // colAtlUsdtPrice
     //
     this.colAtlUsdtPrice.DisplayFormat.FormatString = "0.00000000";
     this.colAtlUsdtPrice.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colAtlUsdtPrice.FieldName    = "AtlUsdtPrice";
     this.colAtlUsdtPrice.Name         = "colAtlUsdtPrice";
     this.colAtlUsdtPrice.Visible      = true;
     this.colAtlUsdtPrice.VisibleIndex = 4;
     //
     // colBaseUsdtPrice
     //
     this.colBaseUsdtPrice.DisplayFormat.FormatString = "0.00000000";
     this.colBaseUsdtPrice.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colBaseUsdtPrice.FieldName    = "BaseUsdtPrice";
     this.colBaseUsdtPrice.Name         = "colBaseUsdtPrice";
     this.colBaseUsdtPrice.Visible      = true;
     this.colBaseUsdtPrice.VisibleIndex = 5;
     //
     // colAmount
     //
     this.colAmount.DisplayFormat.FormatString = "0.00000000";
     this.colAmount.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colAmount.FieldName    = "Amount";
     this.colAmount.Name         = "colAmount";
     this.colAmount.Visible      = true;
     this.colAmount.VisibleIndex = 6;
     //
     // colFee
     //
     this.colFee.DisplayFormat.FormatString = "0.00000000";
     this.colFee.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colFee.FieldName    = "Fee";
     this.colFee.Name         = "colFee";
     this.colFee.Visible      = true;
     this.colFee.VisibleIndex = 8;
     //
     // gridColumn1
     //
     this.gridColumn1.DisplayFormat.FormatString = "hh:mm:ss.fff";
     this.gridColumn1.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn1.FieldName    = "Time";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // gridControl1
     //
     this.gridControl1.DataSource = this.staticArbitrageInfoHistoryItemBindingSource;
     this.gridControl1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4);
     this.gridControl1.Location    = new System.Drawing.Point(0, 278);
     this.gridControl1.MainView    = this.gridView1;
     this.gridControl1.Margin      = new System.Windows.Forms.Padding(4);
     this.gridControl1.MenuManager = this.ribbonControl1;
     this.gridControl1.Name        = "gridControl1";
     this.gridControl1.Size        = new System.Drawing.Size(1782, 728);
     this.gridControl1.TabIndex    = 4;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // colEarned
     //
     this.colEarned.Caption      = "Earned";
     this.colEarned.FieldName    = "Earned";
     this.colEarned.Name         = "colEarned";
     this.colEarned.Visible      = true;
     this.colEarned.VisibleIndex = 9;
     //
     // StaticArbitrageHistoryForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1782, 1006);
     this.Controls.Add(this.ribbonStatusBar1);
     this.Controls.Add(this.gridControl1);
     this.Controls.Add(this.ribbonControl1);
     this.Margin = new System.Windows.Forms.Padding(6);
     this.Name   = "StaticArbitrageHistoryForm";
     this.Text   = "Static Arbitrage";
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.staticArbitrageInfoHistoryItemBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 18
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram   xyDiagram1   = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series      series1      = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint("0", new object[] {
         ((object)(3.5D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint("1", new object[] {
         ((object)(2.7D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint("2", new object[] {
         ((object)(6.4D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint("3", new object[] {
         ((object)(7.1D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint("4", new object[] {
         ((object)(2.9D))
     });
     DevExpress.XtraCharts.SideBySideBarSeriesView     sideBySideBarSeriesView1    = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraGrid.GridFormatRule                gridFormatRule1             = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDataBar formatConditionRuleDataBar1 = new DevExpress.XtraEditors.FormatConditionRuleDataBar();
     System.ComponentModel.ComponentResourceManager    resources = new System.ComponentModel.ComponentResourceManager(typeof(ucDashboard));
     DevExpress.XtraCharts.XYDiagram   xyDiagram2   = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series      series2      = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint("0", new object[] {
         ((object)(0.1D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint("1", new object[] {
         ((object)(8.8D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint8 = new DevExpress.XtraCharts.SeriesPoint("2", new object[] {
         ((object)(9.9D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint9 = new DevExpress.XtraCharts.SeriesPoint("3", new object[] {
         ((object)(1.2D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint10 = new DevExpress.XtraCharts.SeriesPoint("4", new object[] {
         ((object)(7.8D))
     });
     DevExpress.XtraCharts.AreaSeriesView areaSeriesView1 = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.Series         series3         = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SeriesPoint    seriesPoint11   = new DevExpress.XtraCharts.SeriesPoint("0", new object[] {
         ((object)(9.4D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint12 = new DevExpress.XtraCharts.SeriesPoint("1", new object[] {
         ((object)(7.5D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint13 = new DevExpress.XtraCharts.SeriesPoint("2", new object[] {
         ((object)(2.8D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint14 = new DevExpress.XtraCharts.SeriesPoint("3", new object[] {
         ((object)(5.7D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint15 = new DevExpress.XtraCharts.SeriesPoint("4", new object[] {
         ((object)(1.4D))
     });
     DevExpress.XtraCharts.AreaSeriesView areaSeriesView2 = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.Series         series4         = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SeriesPoint    seriesPoint16   = new DevExpress.XtraCharts.SeriesPoint("0", new object[] {
         ((object)(4D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint17 = new DevExpress.XtraCharts.SeriesPoint("1", new object[] {
         ((object)(2.8D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint18 = new DevExpress.XtraCharts.SeriesPoint("2", new object[] {
         ((object)(7.4D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint19 = new DevExpress.XtraCharts.SeriesPoint("3", new object[] {
         ((object)(3.5D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint20 = new DevExpress.XtraCharts.SeriesPoint("4", new object[] {
         ((object)(9.2D))
     });
     DevExpress.XtraCharts.AreaSeriesView areaSeriesView3 = new DevExpress.XtraCharts.AreaSeriesView();
     DevExpress.XtraCharts.ChartTitle     chartTitle1     = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.XYDiagram      xyDiagram3      = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series         series5         = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SeriesPoint    seriesPoint21   = new DevExpress.XtraCharts.SeriesPoint("0", new object[] {
         ((object)(1.7D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint22 = new DevExpress.XtraCharts.SeriesPoint("1", new object[] {
         ((object)(9.4D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint23 = new DevExpress.XtraCharts.SeriesPoint("2", new object[] {
         ((object)(6.5D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint24 = new DevExpress.XtraCharts.SeriesPoint("3", new object[] {
         ((object)(0.4D))
     });
     DevExpress.XtraCharts.SeriesPoint seriesPoint25 = new DevExpress.XtraCharts.SeriesPoint("4", new object[] {
         ((object)(7.7D))
     });
     DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView1 = new DevExpress.XtraCharts.StackedBarSeriesView();
     DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView2 = new DevExpress.XtraCharts.StackedBarSeriesView();
     DevExpress.XtraCharts.ChartTitle           chartTitle2           = new DevExpress.XtraCharts.ChartTitle();
     this.colQTY               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.layoutControl1       = new DevExpress.XtraLayout.LayoutControl();
     this.chartCredit          = new DevExpress.XtraCharts.ChartControl();
     this.grd                  = new DevExpress.XtraGrid.GridControl();
     this.grv                  = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colCNM               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPNM               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.ribbonControl1       = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.bRefresh             = new DevExpress.XtraBars.BarButtonItem();
     this.chartPaymentMonth    = new DevExpress.XtraCharts.ChartControl();
     this.chartSalesByCategory = new DevExpress.XtraCharts.ChartControl();
     this.layoutControlGroup1  = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4   = new DevExpress.XtraLayout.LayoutControlItem();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartCredit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grv)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartPaymentMonth)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartSalesByCategory)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     this.SuspendLayout();
     //
     // colQTY
     //
     this.colQTY.Caption   = "Quantity";
     this.colQTY.FieldName = "TotalQuantity";
     this.colQTY.Name      = "colQTY";
     this.colQTY.OptionsColumn.AllowEdit  = false;
     this.colQTY.OptionsColumn.AllowFocus = false;
     this.colQTY.OptionsColumn.ReadOnly   = true;
     this.colQTY.Visible      = true;
     this.colQTY.VisibleIndex = 1;
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.chartCredit);
     this.layoutControl1.Controls.Add(this.grd);
     this.layoutControl1.Controls.Add(this.chartPaymentMonth);
     this.layoutControl1.Controls.Add(this.chartSalesByCategory);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(444, 95, 753, 627);
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(765, 498);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // chartCredit
     //
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartCredit.Diagram   = xyDiagram1;
     this.chartCredit.Location  = new System.Drawing.Point(12, 377);
     this.chartCredit.Name      = "chartCredit";
     series1.ArgumentDataMember = "CustomerName";
     series1.LabelsVisibility   = DevExpress.Utils.DefaultBoolean.False;
     series1.Name = "Customer";
     series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint1,
         seriesPoint2,
         seriesPoint3,
         seriesPoint4,
         seriesPoint5
     });
     series1.ValueDataMembersSerializable = "Balance";
     sideBySideBarSeriesView1.ColorEach   = true;
     series1.View = sideBySideBarSeriesView1;
     this.chartCredit.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartCredit.Size     = new System.Drawing.Size(507, 109);
     this.chartCredit.TabIndex = 7;
     //
     // grd
     //
     this.grd.Location    = new System.Drawing.Point(523, 12);
     this.grd.MainView    = this.grv;
     this.grd.MenuManager = this.ribbonControl1;
     this.grd.Name        = "grd";
     this.grd.Size        = new System.Drawing.Size(230, 474);
     this.grd.TabIndex    = 6;
     this.grd.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.grv
     });
     //
     // grv
     //
     this.grv.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colCNM,
         this.colPNM,
         this.colQTY
     });
     gridFormatRule1.Column = this.colQTY;
     gridFormatRule1.Name   = "Format0";
     formatConditionRuleDataBar1.MinimumType    = DevExpress.XtraEditors.FormatConditionValueType.Number;
     formatConditionRuleDataBar1.PredefinedName = null;
     gridFormatRule1.Rule = formatConditionRuleDataBar1;
     this.grv.FormatRules.Add(gridFormatRule1);
     this.grv.GridControl = this.grd;
     this.grv.GroupCount  = 1;
     this.grv.Name        = "grv";
     this.grv.OptionsView.ShowGroupPanel = false;
     this.grv.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colCNM, DevExpress.Data.ColumnSortOrder.Ascending)
     });
     //
     // colCNM
     //
     this.colCNM.Caption   = "Category";
     this.colCNM.FieldName = "CategoryName";
     this.colCNM.Name      = "colCNM";
     this.colCNM.OptionsColumn.AllowEdit  = false;
     this.colCNM.OptionsColumn.AllowFocus = false;
     this.colCNM.OptionsColumn.ReadOnly   = true;
     this.colCNM.Visible      = true;
     this.colCNM.VisibleIndex = 0;
     //
     // colPNM
     //
     this.colPNM.Caption   = "Product";
     this.colPNM.FieldName = "ProductName";
     this.colPNM.Name      = "colPNM";
     this.colPNM.OptionsColumn.AllowEdit  = false;
     this.colPNM.OptionsColumn.AllowFocus = false;
     this.colPNM.OptionsColumn.ReadOnly   = true;
     this.colPNM.Visible      = true;
     this.colPNM.VisibleIndex = 0;
     //
     // ribbonControl1
     //
     this.ribbonControl1.ExpandCollapseItem.Id = 0;
     this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.ribbonControl1.ExpandCollapseItem,
         this.bRefresh
     });
     this.ribbonControl1.Location  = new System.Drawing.Point(0, 0);
     this.ribbonControl1.MaxItemId = 2;
     this.ribbonControl1.Name      = "ribbonControl1";
     this.ribbonControl1.PageHeaderItemLinks.Add(this.bRefresh);
     this.ribbonControl1.Size = new System.Drawing.Size(765, 47);
     //
     // bRefresh
     //
     this.bRefresh.Caption    = "Refresh";
     this.bRefresh.Glyph      = ((System.Drawing.Image)(resources.GetObject("bRefresh.Glyph")));
     this.bRefresh.Id         = 1;
     this.bRefresh.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("bRefresh.LargeGlyph")));
     this.bRefresh.Name       = "bRefresh";
     this.bRefresh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bRefresh_ItemClick);
     //
     // chartPaymentMonth
     //
     xyDiagram2.AxisX.VisibleInPanesSerializable  = "-1";
     xyDiagram2.AxisX.WholeRange.AutoSideMargins  = false;
     xyDiagram2.AxisX.WholeRange.SideMarginsValue = 0D;
     xyDiagram2.AxisY.VisibleInPanesSerializable  = "-1";
     this.chartPaymentMonth.Diagram  = xyDiagram2;
     this.chartPaymentMonth.Location = new System.Drawing.Point(12, 197);
     this.chartPaymentMonth.Name     = "chartPaymentMonth";
     series2.ArgumentDataMember      = "SellDate";
     series2.LabelsVisibility        = DevExpress.Utils.DefaultBoolean.False;
     series2.Name = "Amount";
     series2.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint6,
         seriesPoint7,
         seriesPoint8,
         seriesPoint9,
         seriesPoint10
     });
     series2.ValueDataMembersSerializable = "TotalAmount";
     series2.View = areaSeriesView1;
     series3.ArgumentDataMember = "SellDate";
     series3.Name = "Credit";
     series3.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint11,
         seriesPoint12,
         seriesPoint13,
         seriesPoint14,
         seriesPoint15
     });
     series3.ValueDataMembersSerializable = "TotalCredit";
     series3.View = areaSeriesView2;
     series4.ArgumentDataMember = "SellDate";
     series4.Name = "Payment";
     series4.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint16,
         seriesPoint17,
         seriesPoint18,
         seriesPoint19,
         seriesPoint20
     });
     series4.ValueDataMembersSerializable = "TotalPayment";
     series4.View = areaSeriesView3;
     this.chartPaymentMonth.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series2,
         series3,
         series4
     };
     this.chartPaymentMonth.Size     = new System.Drawing.Size(507, 176);
     this.chartPaymentMonth.TabIndex = 5;
     chartTitle1.Text = "Payment Received";
     this.chartPaymentMonth.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // chartSalesByCategory
     //
     xyDiagram3.AxisX.VisibleInPanesSerializable  = "-1";
     xyDiagram3.AxisX.WholeRange.AutoSideMargins  = false;
     xyDiagram3.AxisX.WholeRange.SideMarginsValue = 0D;
     xyDiagram3.AxisY.VisibleInPanesSerializable  = "-1";
     this.chartSalesByCategory.Diagram            = xyDiagram3;
     this.chartSalesByCategory.Legend.Visibility  = DevExpress.Utils.DefaultBoolean.False;
     this.chartSalesByCategory.Location           = new System.Drawing.Point(12, 12);
     this.chartSalesByCategory.Name = "chartSalesByCategory";
     this.chartSalesByCategory.SeriesSelectionMode = DevExpress.XtraCharts.SeriesSelectionMode.Argument;
     series5.ArgumentDataMember = "CategoryName";
     series5.Name = "Series 1";
     series5.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
         seriesPoint21,
         seriesPoint22,
         seriesPoint23,
         seriesPoint24,
         seriesPoint25
     });
     series5.ValueDataMembersSerializable = "SumOfQuantity";
     series5.View = stackedBarSeriesView1;
     this.chartSalesByCategory.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series5
     };
     this.chartSalesByCategory.SeriesTemplate.View = stackedBarSeriesView2;
     this.chartSalesByCategory.Size     = new System.Drawing.Size(507, 181);
     this.chartSalesByCategory.TabIndex = 4;
     chartTitle2.Text = "Sales By Category";
     this.chartSalesByCategory.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle2
     });
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.layoutControlItem2,
         this.layoutControlItem3,
         this.layoutControlItem4
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "Root";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(765, 498);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this.chartSalesByCategory;
     this.layoutControlItem1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Size        = new System.Drawing.Size(511, 185);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control     = this.chartPaymentMonth;
     this.layoutControlItem2.Location    = new System.Drawing.Point(0, 185);
     this.layoutControlItem2.Name        = "layoutControlItem2";
     this.layoutControlItem2.Size        = new System.Drawing.Size(511, 180);
     this.layoutControlItem2.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextVisible = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control     = this.grd;
     this.layoutControlItem3.Location    = new System.Drawing.Point(511, 0);
     this.layoutControlItem3.Name        = "layoutControlItem3";
     this.layoutControlItem3.Size        = new System.Drawing.Size(234, 478);
     this.layoutControlItem3.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextVisible = false;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control     = this.chartCredit;
     this.layoutControlItem4.Location    = new System.Drawing.Point(0, 365);
     this.layoutControlItem4.Name        = "layoutControlItem4";
     this.layoutControlItem4.Size        = new System.Drawing.Size(511, 113);
     this.layoutControlItem4.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextVisible = false;
     //
     // ucDashboard
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.ribbonControl1);
     this.Controls.Add(this.layoutControl1);
     this.Name = "ucDashboard";
     this.Size = new System.Drawing.Size(765, 498);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartCredit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grv)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(areaSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartPaymentMonth)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartSalesByCategory)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 19
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager    resources                   = new System.ComponentModel.ComponentResourceManager(typeof(FrmSoLanMuaTheoNhomKH));
     DevExpress.XtraGrid.GridFormatRule                gridFormatRule1             = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDataBar formatConditionRuleDataBar1 = new DevExpress.XtraEditors.FormatConditionRuleDataBar();
     DevExpress.XtraGrid.GridFormatRule                gridFormatRule2             = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDataBar formatConditionRuleDataBar2 = new DevExpress.XtraEditors.FormatConditionRuleDataBar();
     this.layoutControl1     = new DevExpress.XtraLayout.LayoutControl();
     this.customGridControl1 = new Lotus.Libraries.CustomGridControl();
     this.soLanMuaTheoKhachHangBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.dataReport                          = new CRM.DataReport();
     this.customGridView1                     = new Lotus.Libraries.CustomGridView();
     this.colTenNhom                          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSoKH                             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSLM                              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTiLeMua                          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemSpinEdit3             = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.colSoKH2L                           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTiLeMua2Lan                      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemSpinEdit4             = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.rsearchNhanVien                     = new DevExpress.XtraEditors.Repository.RepositoryItemSearchLookUpEdit();
     this.repositoryItemSearchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colMaNV                             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colHoTen                            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDiaChi1                          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCMND1                            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDienThoai1                       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repTrangThai                        = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.repHinhThuc                         = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.repKhachHang                        = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.repositoryItemSpinEdit1             = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.repositoryItemSpinEdit2             = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.layoutControlGroup1                 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1                  = new DevExpress.XtraLayout.LayoutControlItem();
     this.soLanMuaTheoKhachHangTableAdapter   = new CRM.DataReportTableAdapters.SoLanMuaTheoKhachHangTableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this._dtNhatKy)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bm)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rgCalc)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rgDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rgDate.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rgSpin)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.customGridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.soLanMuaTheoKhachHangBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataReport)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.customGridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rsearchNhanVien)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSearchLookUpEdit1View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repTrangThai)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repHinhThuc)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repKhachHang)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     this.SuspendLayout();
     //
     // itemDateFrom
     //
     this.itemDateFrom.EditValue  = new System.DateTime(2018, 9, 1, 0, 0, 0, 0);
     this.itemDateFrom.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // itemDateTo
     //
     this.itemDateTo.EditValue = new System.DateTime(2018, 9, 30, 23, 59, 59, 0);
     //
     // itemMonth
     //
     this.itemMonth.Visibility = DevExpress.XtraBars.BarItemVisibility.Always;
     //
     // itemYear
     //
     this.itemYear.Visibility = DevExpress.XtraBars.BarItemVisibility.Always;
     //
     // itemType
     //
     this.itemType.EditValue = 2;
     //
     // btnClose
     //
     this.btnClose.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.ImageOptions.Image")));
     //
     // btnReload
     //
     this.btnReload.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnReload.ImageOptions.Image")));
     //
     // btnAdd
     //
     this.btnAdd.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.ImageOptions.Image")));
     //
     // btnEdit
     //
     this.btnEdit.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnEdit.ImageOptions.Image")));
     //
     // btnDelete
     //
     this.btnDelete.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnDelete.ImageOptions.Image")));
     //
     // btnSave
     //
     this.btnSave.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.ImageOptions.Image")));
     //
     // btnPrint
     //
     this.btnPrint.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnPrint.ImageOptions.Image")));
     //
     // btnPrintPreview
     //
     this.btnPrintPreview.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnPrintPreview.ImageOptions.Image")));
     //
     // rgCollection
     //
     this.rgCollection.Items.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.rgCalc,
         this.rgDate,
         this.rgSpin
     });
     //
     // rgCalc
     //
     this.rgCalc.DisplayFormat.FormatString = "#,#0.##;(#,#0.##);-";
     this.rgCalc.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Custom;
     this.rgCalc.EditFormat.FormatString    = "#,#0.##;(#,#0.##);-";
     this.rgCalc.EditFormat.FormatType      = DevExpress.Utils.FormatType.Custom;
     //
     // rgDate
     //
     //
     // bar1
     //
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnReload, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnPrintPreview, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnClose, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)
     });
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.OptionsBar.DisableClose            = true;
     this.bar1.OptionsBar.DrawDragBorder          = false;
     this.bar1.OptionsBar.MultiLine   = true;
     this.bar1.OptionsBar.UseWholeRow = true;
     //
     // rgSpin
     //
     this.rgSpin.DisplayFormat.FormatString = "#,#0.##;(#,#0.##);-";
     this.rgSpin.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.rgSpin.EditFormat.FormatString    = "#,#0.##;(#,#0.##);-";
     this.rgSpin.EditFormat.FormatType      = DevExpress.Utils.FormatType.Numeric;
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.customGridControl1);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 60);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(869, 527);
     this.layoutControl1.TabIndex = 4;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // customGridControl1
     //
     this.customGridControl1.DataSource         = this.soLanMuaTheoKhachHangBindingSource;
     this.customGridControl1.ExternalRepository = this.rgCollection;
     this.customGridControl1.Location           = new System.Drawing.Point(2, 2);
     this.customGridControl1.MainView           = this.customGridView1;
     this.customGridControl1.MenuManager        = this.bm;
     this.customGridControl1.Name = "customGridControl1";
     this.customGridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.rsearchNhanVien,
         this.repTrangThai,
         this.repHinhThuc,
         this.repKhachHang,
         this.repositoryItemSpinEdit1,
         this.repositoryItemSpinEdit2,
         this.repositoryItemSpinEdit3,
         this.repositoryItemSpinEdit4
     });
     this.customGridControl1.Size     = new System.Drawing.Size(865, 523);
     this.customGridControl1.TabIndex = 4;
     this.customGridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.customGridView1
     });
     //
     // soLanMuaTheoKhachHangBindingSource
     //
     this.soLanMuaTheoKhachHangBindingSource.DataMember = "SoLanMuaTheoKhachHang";
     this.soLanMuaTheoKhachHangBindingSource.DataSource = this.dataReport;
     //
     // dataReport
     //
     this.dataReport.DataSetName             = "DataReport";
     this.dataReport.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // customGridView1
     //
     this.customGridView1.Appearance.FooterPanel.Font                        = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.customGridView1.Appearance.FooterPanel.ForeColor                   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.customGridView1.Appearance.FooterPanel.Options.UseFont             = true;
     this.customGridView1.Appearance.FooterPanel.Options.UseForeColor        = true;
     this.customGridView1.Appearance.GroupFooter.Font                        = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.customGridView1.Appearance.GroupFooter.Options.UseFont             = true;
     this.customGridView1.Appearance.HeaderPanel.Options.UseTextOptions      = true;
     this.customGridView1.Appearance.HeaderPanel.TextOptions.HAlignment      = DevExpress.Utils.HorzAlignment.Center;
     this.customGridView1.Appearance.HeaderPanel.TextOptions.VAlignment      = DevExpress.Utils.VertAlignment.Center;
     this.customGridView1.AppearancePrint.HeaderPanel.Options.UseTextOptions = true;
     this.customGridView1.AppearancePrint.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.customGridView1.AppearancePrint.HeaderPanel.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.customGridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colTenNhom,
         this.colSoKH,
         this.colSLM,
         this.colTiLeMua,
         this.colSoKH2L,
         this.colTiLeMua2Lan
     });
     this.customGridView1.FixedLineWidth = 1;
     this.customGridView1.FormatCode     = null;
     gridFormatRule1.Name = "Format0";
     formatConditionRuleDataBar1.PredefinedName = "Blue";
     gridFormatRule1.Rule = formatConditionRuleDataBar1;
     gridFormatRule2.Name = "Format1";
     formatConditionRuleDataBar2.PredefinedName = "Green";
     gridFormatRule2.Rule = formatConditionRuleDataBar2;
     this.customGridView1.FormatRules.Add(gridFormatRule1);
     this.customGridView1.FormatRules.Add(gridFormatRule2);
     this.customGridView1.GridControl = this.customGridControl1;
     this.customGridView1.GroupFormat = "[#image]{1} {2}";
     this.customGridView1.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "ThanhTien", null, "{0:#,#0;(#,#0);-}"),
         new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "TienCK", null, "{0:#,#0;(#,#0);-}")
     });
     this.customGridView1.IndicatorWidth = 31;
     this.customGridView1.KeyColumn      = "TenBL";
     this.customGridView1.Name           = "customGridView1";
     this.customGridView1.NotNullColumns = "TenPhapLy";
     this.customGridView1.OptionsBehavior.AutoExpandAllGroups = true;
     this.customGridView1.OptionsDetail.EnableMasterViewMode  = false;
     this.customGridView1.OptionsFind.FindMode           = DevExpress.XtraEditors.FindMode.Always;
     this.customGridView1.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.None;
     this.customGridView1.OptionsView.ShowFooter         = true;
     this.customGridView1.ShowIndexIndicator             = true;
     this.customGridView1.UseAutoCode  = false;
     this.customGridView1.UseAutoLog   = true;
     this.customGridView1.DoubleClick += new System.EventHandler(this.customGridView1_DoubleClick);
     //
     // colTenNhom
     //
     this.colTenNhom.FieldName = "TenNhom";
     this.colTenNhom.Name      = "colTenNhom";
     this.colTenNhom.OptionsColumn.AllowEdit           = false;
     this.colTenNhom.OptionsColumn.AllowFocus          = false;
     this.colTenNhom.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colTenNhom.Visible      = true;
     this.colTenNhom.VisibleIndex = 0;
     this.colTenNhom.Width        = 273;
     //
     // colSoKH
     //
     this.colSoKH.DisplayFormat.FormatString = "#,#0";
     this.colSoKH.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colSoKH.FieldName = "SoKH";
     this.colSoKH.Name      = "colSoKH";
     this.colSoKH.OptionsColumn.AllowEdit           = false;
     this.colSoKH.OptionsColumn.AllowFocus          = false;
     this.colSoKH.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colSoKH.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "SoKH", "{0:#,#0}")
     });
     this.colSoKH.Visible      = true;
     this.colSoKH.VisibleIndex = 1;
     this.colSoKH.Width        = 111;
     //
     // colSLM
     //
     this.colSLM.DisplayFormat.FormatString = "#,#0";
     this.colSLM.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colSLM.FieldName = "SLM";
     this.colSLM.Name      = "colSLM";
     this.colSLM.OptionsColumn.AllowEdit           = false;
     this.colSLM.OptionsColumn.AllowFocus          = false;
     this.colSLM.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colSLM.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "SLM", "{0:#,#0}")
     });
     this.colSLM.Visible      = true;
     this.colSLM.VisibleIndex = 2;
     this.colSLM.Width        = 79;
     //
     // colTiLeMua
     //
     this.colTiLeMua.ColumnEdit = this.repositoryItemSpinEdit3;
     this.colTiLeMua.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colTiLeMua.FieldName = "TiLeMua";
     this.colTiLeMua.Name      = "colTiLeMua";
     this.colTiLeMua.OptionsColumn.AllowEdit           = false;
     this.colTiLeMua.OptionsColumn.AllowFocus          = false;
     this.colTiLeMua.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colTiLeMua.Visible      = true;
     this.colTiLeMua.VisibleIndex = 3;
     this.colTiLeMua.Width        = 127;
     //
     // repositoryItemSpinEdit3
     //
     this.repositoryItemSpinEdit3.AutoHeight = false;
     this.repositoryItemSpinEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemSpinEdit3.Mask.EditMask = "P2";
     this.repositoryItemSpinEdit3.Mask.UseMaskAsDisplayFormat = true;
     this.repositoryItemSpinEdit3.Name = "repositoryItemSpinEdit3";
     //
     // colSoKH2L
     //
     this.colSoKH2L.DisplayFormat.FormatString = "#,#0";
     this.colSoKH2L.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colSoKH2L.FieldName = "SoKH2L";
     this.colSoKH2L.Name      = "colSoKH2L";
     this.colSoKH2L.OptionsColumn.AllowEdit           = false;
     this.colSoKH2L.OptionsColumn.AllowFocus          = false;
     this.colSoKH2L.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colSoKH2L.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "SoKH2L", "{0:#,#0}")
     });
     this.colSoKH2L.Visible      = true;
     this.colSoKH2L.VisibleIndex = 4;
     this.colSoKH2L.Width        = 134;
     //
     // colTiLeMua2Lan
     //
     this.colTiLeMua2Lan.ColumnEdit = this.repositoryItemSpinEdit4;
     this.colTiLeMua2Lan.FieldName  = "TiLeMua2Lan";
     this.colTiLeMua2Lan.Name       = "colTiLeMua2Lan";
     this.colTiLeMua2Lan.OptionsColumn.AllowEdit           = false;
     this.colTiLeMua2Lan.OptionsColumn.AllowFocus          = false;
     this.colTiLeMua2Lan.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colTiLeMua2Lan.Visible      = true;
     this.colTiLeMua2Lan.VisibleIndex = 5;
     this.colTiLeMua2Lan.Width        = 201;
     //
     // repositoryItemSpinEdit4
     //
     this.repositoryItemSpinEdit4.AutoHeight = false;
     this.repositoryItemSpinEdit4.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemSpinEdit4.Mask.EditMask = "P2";
     this.repositoryItemSpinEdit4.Mask.UseMaskAsDisplayFormat = true;
     this.repositoryItemSpinEdit4.Name = "repositoryItemSpinEdit4";
     //
     // rsearchNhanVien
     //
     this.rsearchNhanVien.AutoHeight = false;
     this.rsearchNhanVien.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.rsearchNhanVien.DisplayMember = "HoTen";
     this.rsearchNhanVien.Name          = "rsearchNhanVien";
     this.rsearchNhanVien.ValueMember   = "MaNV";
     this.rsearchNhanVien.View          = this.repositoryItemSearchLookUpEdit1View;
     //
     // repositoryItemSearchLookUpEdit1View
     //
     this.repositoryItemSearchLookUpEdit1View.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colMaNV,
         this.colHoTen,
         this.colDiaChi1,
         this.colCMND1,
         this.colDienThoai1
     });
     this.repositoryItemSearchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.repositoryItemSearchLookUpEdit1View.Name           = "repositoryItemSearchLookUpEdit1View";
     this.repositoryItemSearchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.repositoryItemSearchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
     //
     // colMaNV
     //
     this.colMaNV.FieldName    = "MaNV";
     this.colMaNV.Name         = "colMaNV";
     this.colMaNV.Visible      = true;
     this.colMaNV.VisibleIndex = 0;
     this.colMaNV.Width        = 185;
     //
     // colHoTen
     //
     this.colHoTen.FieldName    = "HoTen";
     this.colHoTen.Name         = "colHoTen";
     this.colHoTen.Visible      = true;
     this.colHoTen.VisibleIndex = 1;
     this.colHoTen.Width        = 288;
     //
     // colDiaChi1
     //
     this.colDiaChi1.FieldName    = "DiaChi";
     this.colDiaChi1.Name         = "colDiaChi1";
     this.colDiaChi1.Visible      = true;
     this.colDiaChi1.VisibleIndex = 4;
     this.colDiaChi1.Width        = 708;
     //
     // colCMND1
     //
     this.colCMND1.FieldName    = "CMND";
     this.colCMND1.Name         = "colCMND1";
     this.colCMND1.Visible      = true;
     this.colCMND1.VisibleIndex = 2;
     this.colCMND1.Width        = 194;
     //
     // colDienThoai1
     //
     this.colDienThoai1.FieldName    = "DienThoai";
     this.colDienThoai1.Name         = "colDienThoai1";
     this.colDienThoai1.Visible      = true;
     this.colDienThoai1.VisibleIndex = 3;
     this.colDienThoai1.Width        = 247;
     //
     // repTrangThai
     //
     this.repTrangThai.AutoHeight = false;
     this.repTrangThai.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repTrangThai.Name = "repTrangThai";
     //
     // repHinhThuc
     //
     this.repHinhThuc.AutoHeight = false;
     this.repHinhThuc.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repHinhThuc.Name = "repHinhThuc";
     //
     // repKhachHang
     //
     this.repKhachHang.AutoHeight = false;
     this.repKhachHang.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repKhachHang.DisplayMember = "TenKH";
     this.repKhachHang.Name          = "repKhachHang";
     this.repKhachHang.ValueMember   = "MaKH";
     //
     // repositoryItemSpinEdit1
     //
     this.repositoryItemSpinEdit1.AutoHeight = false;
     this.repositoryItemSpinEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemSpinEdit1.Mask.EditMask = "P1";
     this.repositoryItemSpinEdit1.Mask.UseMaskAsDisplayFormat = true;
     this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1";
     //
     // repositoryItemSpinEdit2
     //
     this.repositoryItemSpinEdit2.AutoHeight = false;
     this.repositoryItemSpinEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemSpinEdit2.Mask.EditMask = "P1";
     this.repositoryItemSpinEdit2.Mask.UseMaskAsDisplayFormat = true;
     this.repositoryItemSpinEdit2.Name = "repositoryItemSpinEdit2";
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Padding     = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.layoutControlGroup1.Size        = new System.Drawing.Size(869, 527);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this.customGridControl1;
     this.layoutControlItem1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Size        = new System.Drawing.Size(869, 527);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // soLanMuaTheoKhachHangTableAdapter
     //
     this.soLanMuaTheoKhachHangTableAdapter.ClearBeforeFill = true;
     //
     // FrmSoLanMuaTheoNhomKH
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(869, 587);
     this.Controls.Add(this.layoutControl1);
     this.DateFrom          = new System.DateTime(2018, 9, 1, 0, 0, 0, 0);
     this.DateTo            = new System.DateTime(2018, 9, 30, 23, 59, 59, 0);
     this.Name              = "FrmSoLanMuaTheoNhomKH";
     this.ReportType        = Lotus.Base.ReportType.Month;
     this.ReportTypeShowAll = false;
     this.Text              = "Số lần mua theo nhóm khách hàng";
     this.Load             += new System.EventHandler(this.FrmPhapLy_Load);
     this.Controls.SetChildIndex(this.layoutControl1, 0);
     ((System.ComponentModel.ISupportInitialize)(this._dtNhatKy)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bm)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rgCalc)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rgDate.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rgDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rgSpin)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.customGridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.soLanMuaTheoKhachHangBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataReport)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.customGridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rsearchNhanVien)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSearchLookUpEdit1View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repTrangThai)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repHinhThuc)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repKhachHang)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 20
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraTreeList.StyleFormatConditions.TreeListFormatRule treeListFormatRule1 = new DevExpress.XtraTreeList.StyleFormatConditions.TreeListFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDataBar formatConditionRuleDataBar1        = new DevExpress.XtraEditors.FormatConditionRuleDataBar();
     DevExpress.XtraTreeList.StyleFormatConditions.TreeListFormatRule treeListFormatRule2 = new DevExpress.XtraTreeList.StyleFormatConditions.TreeListFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDataBar formatConditionRuleDataBar2        = new DevExpress.XtraEditors.FormatConditionRuleDataBar();
     System.ComponentModel.ComponentResourceManager    resources = new System.ComponentModel.ComponentResourceManager(typeof(ResultsModule));
     this.colDeepLength            = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colDeepFilesCount        = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.resultsTreeList          = new DevExpress.XtraTreeList.TreeList();
     this.colLevel                 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colIsFolder              = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colFullName              = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colCreationTime          = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colLastAccessTime        = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colLastWriteTime         = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colOwnerName             = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colAttributes            = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colIsArchive             = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colIsCompressed          = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colIsDevice              = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colIsDirectory           = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colIsEncrypted           = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colIsHidden              = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colIsIntegrityStream     = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colIsNormal              = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colIsNoScrubData         = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colIsNotContentIndexed   = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colIsOffline             = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colIsReadOnly            = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colIsReparsePoint        = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colIsSparseFile          = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colIsSystem              = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colIsTemporary           = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colDeepPercent           = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colDeepFilesCountPercent = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.resultsBindingSource     = new System.Windows.Forms.BindingSource(this.components);
     this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.barButtonItemExpandTree     = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemCollapse       = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItemExpandLevel       = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItemExpandLevel1   = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemExpandLevel2   = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemExpandLevel3   = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemExpandLevel4   = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemExpandLevel5   = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemOpenFolder     = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemOpenInNewWamby = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemOpenTerminal   = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemCopyPath       = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemShowProperties = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemDelete         = new DevExpress.XtraBars.BarButtonItem();
     this.ribbonPageMain         = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroupResults = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroupOptions = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.popupMenu = new DevExpress.XtraBars.PopupMenu(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.resultsTreeList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.resultsBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu)).BeginInit();
     this.SuspendLayout();
     //
     // colDeepLength
     //
     this.colDeepLength.Caption             = "Size (KB)";
     this.colDeepLength.FieldName           = "DeepLengthInKB";
     this.colDeepLength.Format.FormatString = "n0";
     this.colDeepLength.Format.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colDeepLength.Name         = "colDeepLength";
     this.colDeepLength.Visible      = true;
     this.colDeepLength.VisibleIndex = 1;
     this.colDeepLength.Width        = 99;
     //
     // colDeepFilesCount
     //
     this.colDeepFilesCount.Caption             = "Files";
     this.colDeepFilesCount.FieldName           = "DeepFilesCount";
     this.colDeepFilesCount.Format.FormatString = "n0";
     this.colDeepFilesCount.Format.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colDeepFilesCount.Name         = "colDeepFilesCount";
     this.colDeepFilesCount.Visible      = true;
     this.colDeepFilesCount.VisibleIndex = 3;
     this.colDeepFilesCount.Width        = 54;
     //
     // resultsTreeList
     //
     this.resultsTreeList.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
         this.colLevel,
         this.colIsFolder,
         this.colFullName,
         this.colDeepLength,
         this.colDeepFilesCount,
         this.colCreationTime,
         this.colLastAccessTime,
         this.colLastWriteTime,
         this.colOwnerName,
         this.colAttributes,
         this.colIsArchive,
         this.colIsCompressed,
         this.colIsDevice,
         this.colIsDirectory,
         this.colIsEncrypted,
         this.colIsHidden,
         this.colIsIntegrityStream,
         this.colIsNormal,
         this.colIsNoScrubData,
         this.colIsNotContentIndexed,
         this.colIsOffline,
         this.colIsReadOnly,
         this.colIsReparsePoint,
         this.colIsSparseFile,
         this.colIsSystem,
         this.colIsTemporary,
         this.colDeepPercent,
         this.colDeepFilesCountPercent
     });
     this.resultsTreeList.Cursor                = System.Windows.Forms.Cursors.Default;
     this.resultsTreeList.DataSource            = this.resultsBindingSource;
     this.resultsTreeList.Dock                  = System.Windows.Forms.DockStyle.Fill;
     treeListFormatRule1.Column                 = this.colDeepLength;
     treeListFormatRule1.Name                   = "Format0";
     formatConditionRuleDataBar1.PredefinedName = "Mint";
     treeListFormatRule1.Rule                   = formatConditionRuleDataBar1;
     treeListFormatRule2.Column                 = this.colDeepFilesCount;
     treeListFormatRule2.Name                   = "Format1";
     formatConditionRuleDataBar2.PredefinedName = "Violet";
     treeListFormatRule2.Rule                   = formatConditionRuleDataBar2;
     this.resultsTreeList.FormatRules.Add(treeListFormatRule1);
     this.resultsTreeList.FormatRules.Add(treeListFormatRule2);
     this.resultsTreeList.KeyFieldName             = "FullName";
     this.resultsTreeList.Location                 = new System.Drawing.Point(0, 31);
     this.resultsTreeList.Name                     = "resultsTreeList";
     this.resultsTreeList.OptionsBehavior.Editable = false;
     this.resultsTreeList.OptionsMenu.ShowConditionalFormattingItem = true;
     this.resultsTreeList.OptionsSelection.SelectNodesOnRightClick  = true;
     this.resultsTreeList.OptionsView.ShowHorzLines = false;
     this.resultsTreeList.OptionsView.ShowIndicator = false;
     this.resultsTreeList.ParentFieldName           = "ParentFullName";
     this.resultsTreeList.Size     = new System.Drawing.Size(1012, 493);
     this.resultsTreeList.TabIndex = 0;
     //
     // colLevel
     //
     this.colLevel.FieldName = "Level";
     this.colLevel.Name      = "colLevel";
     this.colLevel.Width     = 122;
     //
     // colIsFolder
     //
     this.colIsFolder.FieldName = "IsFolder";
     this.colIsFolder.Name      = "colIsFolder";
     this.colIsFolder.Width     = 71;
     //
     // colFullName
     //
     this.colFullName.Caption      = "Folder";
     this.colFullName.FieldName    = "DisplayName";
     this.colFullName.Name         = "colFullName";
     this.colFullName.Visible      = true;
     this.colFullName.VisibleIndex = 0;
     this.colFullName.Width        = 323;
     //
     // colCreationTime
     //
     this.colCreationTime.FieldName           = "CreationTime";
     this.colCreationTime.Format.FormatString = "g";
     this.colCreationTime.Format.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.colCreationTime.Name = "colCreationTime";
     this.colCreationTime.OptionsColumn.AllowEdit  = false;
     this.colCreationTime.OptionsColumn.AllowSize  = false;
     this.colCreationTime.OptionsColumn.FixedWidth = true;
     this.colCreationTime.OptionsColumn.ReadOnly   = true;
     this.colCreationTime.ShowButtonMode           = DevExpress.XtraTreeList.ShowButtonModeEnum.ShowOnlyInEditor;
     this.colCreationTime.Visible      = true;
     this.colCreationTime.VisibleIndex = 5;
     this.colCreationTime.Width        = 100;
     //
     // colLastAccessTime
     //
     this.colLastAccessTime.FieldName           = "LastAccessTime";
     this.colLastAccessTime.Format.FormatString = "g";
     this.colLastAccessTime.Format.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.colLastAccessTime.Name = "colLastAccessTime";
     this.colLastAccessTime.OptionsColumn.AllowEdit  = false;
     this.colLastAccessTime.OptionsColumn.AllowSize  = false;
     this.colLastAccessTime.OptionsColumn.FixedWidth = true;
     this.colLastAccessTime.OptionsColumn.ReadOnly   = true;
     this.colLastAccessTime.ShowButtonMode           = DevExpress.XtraTreeList.ShowButtonModeEnum.ShowOnlyInEditor;
     this.colLastAccessTime.Visible      = true;
     this.colLastAccessTime.VisibleIndex = 6;
     this.colLastAccessTime.Width        = 100;
     //
     // colLastWriteTime
     //
     this.colLastWriteTime.FieldName           = "LastWriteTime";
     this.colLastWriteTime.Format.FormatString = "g";
     this.colLastWriteTime.Format.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.colLastWriteTime.Name = "colLastWriteTime";
     this.colLastWriteTime.OptionsColumn.AllowEdit  = false;
     this.colLastWriteTime.OptionsColumn.AllowSize  = false;
     this.colLastWriteTime.OptionsColumn.FixedWidth = true;
     this.colLastWriteTime.OptionsColumn.ReadOnly   = true;
     this.colLastWriteTime.ShowButtonMode           = DevExpress.XtraTreeList.ShowButtonModeEnum.ShowOnlyInEditor;
     this.colLastWriteTime.Visible      = true;
     this.colLastWriteTime.VisibleIndex = 7;
     this.colLastWriteTime.Width        = 100;
     //
     // colOwnerName
     //
     this.colOwnerName.Caption      = "Owner";
     this.colOwnerName.FieldName    = "OwnerName";
     this.colOwnerName.Name         = "colOwnerName";
     this.colOwnerName.Visible      = true;
     this.colOwnerName.VisibleIndex = 8;
     this.colOwnerName.Width        = 46;
     //
     // colAttributes
     //
     this.colAttributes.AppearanceCell.Options.UseTextOptions = true;
     this.colAttributes.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.colAttributes.FieldName = "Attributes";
     this.colAttributes.Name      = "colAttributes";
     this.colAttributes.OptionsColumn.AllowEdit = false;
     this.colAttributes.OptionsColumn.ReadOnly  = true;
     this.colAttributes.ShowButtonMode          = DevExpress.XtraTreeList.ShowButtonModeEnum.ShowOnlyInEditor;
     this.colAttributes.Visible      = true;
     this.colAttributes.VisibleIndex = 9;
     this.colAttributes.Width        = 48;
     //
     // colIsArchive
     //
     this.colIsArchive.FieldName = "IsArchive";
     this.colIsArchive.Name      = "colIsArchive";
     //
     // colIsCompressed
     //
     this.colIsCompressed.FieldName = "IsCompressed";
     this.colIsCompressed.Name      = "colIsCompressed";
     //
     // colIsDevice
     //
     this.colIsDevice.FieldName = "IsDevice";
     this.colIsDevice.Name      = "colIsDevice";
     //
     // colIsDirectory
     //
     this.colIsDirectory.FieldName = "IsDirectory";
     this.colIsDirectory.Name      = "colIsDirectory";
     //
     // colIsEncrypted
     //
     this.colIsEncrypted.FieldName = "IsEncrypted";
     this.colIsEncrypted.Name      = "colIsEncrypted";
     //
     // colIsHidden
     //
     this.colIsHidden.FieldName = "IsHidden";
     this.colIsHidden.Name      = "colIsHidden";
     //
     // colIsIntegrityStream
     //
     this.colIsIntegrityStream.FieldName = "IsIntegrityStream";
     this.colIsIntegrityStream.Name      = "colIsIntegrityStream";
     //
     // colIsNormal
     //
     this.colIsNormal.FieldName = "IsNormal";
     this.colIsNormal.Name      = "colIsNormal";
     //
     // colIsNoScrubData
     //
     this.colIsNoScrubData.FieldName = "IsNoScrubData";
     this.colIsNoScrubData.Name      = "colIsNoScrubData";
     //
     // colIsNotContentIndexed
     //
     this.colIsNotContentIndexed.FieldName = "IsNotContentIndexed";
     this.colIsNotContentIndexed.Name      = "colIsNotContentIndexed";
     //
     // colIsOffline
     //
     this.colIsOffline.FieldName = "IsOffline";
     this.colIsOffline.Name      = "colIsOffline";
     //
     // colIsReadOnly
     //
     this.colIsReadOnly.FieldName = "IsReadOnly";
     this.colIsReadOnly.Name      = "colIsReadOnly";
     //
     // colIsReparsePoint
     //
     this.colIsReparsePoint.FieldName = "IsReparsePoint";
     this.colIsReparsePoint.Name      = "colIsReparsePoint";
     //
     // colIsSparseFile
     //
     this.colIsSparseFile.FieldName = "IsSparseFile";
     this.colIsSparseFile.Name      = "colIsSparseFile";
     //
     // colIsSystem
     //
     this.colIsSystem.FieldName = "IsSystem";
     this.colIsSystem.Name      = "colIsSystem";
     //
     // colIsTemporary
     //
     this.colIsTemporary.FieldName = "IsTemporary";
     this.colIsTemporary.Name      = "colIsTemporary";
     //
     // colDeepPercent
     //
     this.colDeepPercent.Caption             = "Size (%)";
     this.colDeepPercent.FieldName           = "DeepLenghtPercent";
     this.colDeepPercent.Format.FormatString = "p0";
     this.colDeepPercent.Format.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colDeepPercent.Name = "colDeepPercent";
     this.colDeepPercent.OptionsColumn.AllowSize  = false;
     this.colDeepPercent.OptionsColumn.FixedWidth = true;
     this.colDeepPercent.Visible      = true;
     this.colDeepPercent.VisibleIndex = 2;
     this.colDeepPercent.Width        = 70;
     //
     // colDeepFilesCountPercent
     //
     this.colDeepFilesCountPercent.Caption             = "Files (%)";
     this.colDeepFilesCountPercent.FieldName           = "DeepFilesCountPercent";
     this.colDeepFilesCountPercent.Format.FormatString = "p0";
     this.colDeepFilesCountPercent.Format.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colDeepFilesCountPercent.Name = "colDeepFilesCountPercent";
     this.colDeepFilesCountPercent.OptionsColumn.AllowSize  = false;
     this.colDeepFilesCountPercent.OptionsColumn.FixedWidth = true;
     this.colDeepFilesCountPercent.Visible      = true;
     this.colDeepFilesCountPercent.VisibleIndex = 4;
     this.colDeepFilesCountPercent.Width        = 70;
     //
     // resultsBindingSource
     //
     this.resultsBindingSource.DataSource = typeof(Wamby.Core.Model.WambyFolderInfo);
     //
     // ribbon
     //
     this.ribbon.AllowMinimizeRibbon   = false;
     this.ribbon.ExpandCollapseItem.Id = 0;
     this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.ribbon.ExpandCollapseItem,
         this.barButtonItemExpandTree,
         this.barButtonItemCollapse,
         this.barSubItemExpandLevel,
         this.barButtonItemExpandLevel1,
         this.barButtonItemExpandLevel2,
         this.barButtonItemExpandLevel3,
         this.barButtonItemExpandLevel4,
         this.barButtonItemExpandLevel5,
         this.barButtonItemOpenFolder,
         this.barButtonItemOpenInNewWamby,
         this.barButtonItemOpenTerminal,
         this.barButtonItemCopyPath,
         this.barButtonItemShowProperties,
         this.barButtonItemDelete,
         this.ribbon.SearchEditItem
     });
     this.ribbon.Location      = new System.Drawing.Point(0, 0);
     this.ribbon.MaxItemId     = 1;
     this.ribbon.MdiMergeStyle = DevExpress.XtraBars.Ribbon.RibbonMdiMergeStyle.Always;
     this.ribbon.Name          = "ribbon";
     this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
         this.ribbonPageMain
     });
     this.ribbon.RibbonStyle         = DevExpress.XtraBars.Ribbon.RibbonControlStyle.OfficeUniversal;
     this.ribbon.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide;
     this.ribbon.Size = new System.Drawing.Size(1012, 31);
     //
     // barButtonItemExpandTree
     //
     this.barButtonItemExpandTree.Caption = "Expand";
     this.barButtonItemExpandTree.Id      = 7;
     this.barButtonItemExpandTree.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButtonItemExpandTree.ImageOptions.SvgImage")));
     this.barButtonItemExpandTree.Name        = "barButtonItemExpandTree";
     this.barButtonItemExpandTree.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
     //
     // barButtonItemCollapse
     //
     this.barButtonItemCollapse.Caption = "Collapse";
     this.barButtonItemCollapse.Id      = 8;
     this.barButtonItemCollapse.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButtonItemCollapse.ImageOptions.SvgImage")));
     this.barButtonItemCollapse.Name        = "barButtonItemCollapse";
     this.barButtonItemCollapse.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
     //
     // barSubItemExpandLevel
     //
     this.barSubItemExpandLevel.Caption = "Expand level";
     this.barSubItemExpandLevel.Id      = 10;
     this.barSubItemExpandLevel.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barSubItemExpandLevel.ImageOptions.SvgImage")));
     this.barSubItemExpandLevel.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemExpandLevel1),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemExpandLevel2),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemExpandLevel3),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemExpandLevel4),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemExpandLevel5)
     });
     this.barSubItemExpandLevel.Name = "barSubItemExpandLevel";
     //
     // barButtonItemExpandLevel1
     //
     this.barButtonItemExpandLevel1.Caption = "Level 1";
     this.barButtonItemExpandLevel1.Id      = 11;
     this.barButtonItemExpandLevel1.Name    = "barButtonItemExpandLevel1";
     this.barButtonItemExpandLevel1.Tag     = 1;
     //
     // barButtonItemExpandLevel2
     //
     this.barButtonItemExpandLevel2.Caption = "Level 2";
     this.barButtonItemExpandLevel2.Id      = 12;
     this.barButtonItemExpandLevel2.Name    = "barButtonItemExpandLevel2";
     this.barButtonItemExpandLevel2.Tag     = 2;
     //
     // barButtonItemExpandLevel3
     //
     this.barButtonItemExpandLevel3.Caption = "Level 3";
     this.barButtonItemExpandLevel3.Id      = 13;
     this.barButtonItemExpandLevel3.Name    = "barButtonItemExpandLevel3";
     this.barButtonItemExpandLevel3.Tag     = 3;
     //
     // barButtonItemExpandLevel4
     //
     this.barButtonItemExpandLevel4.Caption = "Level 4";
     this.barButtonItemExpandLevel4.Id      = 14;
     this.barButtonItemExpandLevel4.Name    = "barButtonItemExpandLevel4";
     this.barButtonItemExpandLevel4.Tag     = 4;
     //
     // barButtonItemExpandLevel5
     //
     this.barButtonItemExpandLevel5.Caption = "Level 5";
     this.barButtonItemExpandLevel5.Id      = 15;
     this.barButtonItemExpandLevel5.Name    = "barButtonItemExpandLevel5";
     this.barButtonItemExpandLevel5.Tag     = 5;
     //
     // barButtonItemOpenFolder
     //
     this.barButtonItemOpenFolder.Caption = "Open folder (Explorer)";
     this.barButtonItemOpenFolder.Id      = 32;
     this.barButtonItemOpenFolder.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButtonItemOpenFolder.ImageOptions.SvgImage")));
     this.barButtonItemOpenFolder.ItemShortcut          = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E));
     this.barButtonItemOpenFolder.Name = "barButtonItemOpenFolder";
     //
     // barButtonItemOpenInNewWamby
     //
     this.barButtonItemOpenInNewWamby.Caption = "Scan in new Wamby";
     this.barButtonItemOpenInNewWamby.Id      = 33;
     this.barButtonItemOpenInNewWamby.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButtonItemOpenInNewWamby.ImageOptions.SvgImage")));
     this.barButtonItemOpenInNewWamby.ItemShortcut          = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.W));
     this.barButtonItemOpenInNewWamby.Name = "barButtonItemOpenInNewWamby";
     //
     // barButtonItemOpenTerminal
     //
     this.barButtonItemOpenTerminal.Caption = "Open folder (Terminal)";
     this.barButtonItemOpenTerminal.Id      = 34;
     this.barButtonItemOpenTerminal.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButtonItemOpenTerminal.ImageOptions.SvgImage")));
     this.barButtonItemOpenTerminal.ItemShortcut          = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P));
     this.barButtonItemOpenTerminal.Name = "barButtonItemOpenTerminal";
     //
     // barButtonItemCopyPath
     //
     this.barButtonItemCopyPath.Caption = "Copy path";
     this.barButtonItemCopyPath.Id      = 35;
     this.barButtonItemCopyPath.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButtonItemCopyPath.ImageOptions.SvgImage")));
     this.barButtonItemCopyPath.ItemShortcut          = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C));
     this.barButtonItemCopyPath.Name        = "barButtonItemCopyPath";
     this.barButtonItemCopyPath.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
     //
     // barButtonItemShowProperties
     //
     this.barButtonItemShowProperties.Caption = "Show properties";
     this.barButtonItemShowProperties.Id      = 36;
     this.barButtonItemShowProperties.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButtonItemShowProperties.ImageOptions.SvgImage")));
     this.barButtonItemShowProperties.ItemShortcut          = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.Enter));
     this.barButtonItemShowProperties.Name        = "barButtonItemShowProperties";
     this.barButtonItemShowProperties.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
     //
     // barButtonItemDelete
     //
     this.barButtonItemDelete.Caption = "Delete";
     this.barButtonItemDelete.Id      = 37;
     this.barButtonItemDelete.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButtonItemDelete.ImageOptions.SvgImage")));
     this.barButtonItemDelete.ItemShortcut          = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.Delete);
     this.barButtonItemDelete.Name        = "barButtonItemDelete";
     this.barButtonItemDelete.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
     //
     // ribbonPageMain
     //
     this.ribbonPageMain.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroupResults,
         this.ribbonPageGroupOptions
     });
     this.ribbonPageMain.Name = "ribbonPageMain";
     this.ribbonPageMain.Text = "Main Page";
     //
     // ribbonPageGroupResults
     //
     this.ribbonPageGroupResults.ItemLinks.Add(this.barButtonItemExpandTree);
     this.ribbonPageGroupResults.ItemLinks.Add(this.barButtonItemCollapse);
     this.ribbonPageGroupResults.ItemLinks.Add(this.barSubItemExpandLevel, true);
     this.ribbonPageGroupResults.Name = "ribbonPageGroupResults";
     this.ribbonPageGroupResults.Text = "Results";
     //
     // ribbonPageGroupOptions
     //
     this.ribbonPageGroupOptions.ItemLinks.Add(this.barButtonItemOpenFolder);
     this.ribbonPageGroupOptions.ItemLinks.Add(this.barButtonItemOpenTerminal);
     this.ribbonPageGroupOptions.ItemLinks.Add(this.barButtonItemOpenInNewWamby);
     this.ribbonPageGroupOptions.ItemLinks.Add(this.barButtonItemCopyPath, true);
     this.ribbonPageGroupOptions.ItemLinks.Add(this.barButtonItemShowProperties);
     this.ribbonPageGroupOptions.ItemLinks.Add(this.barButtonItemDelete);
     this.ribbonPageGroupOptions.Name = "ribbonPageGroupOptions";
     this.ribbonPageGroupOptions.Text = "Options";
     //
     // popupMenu
     //
     this.popupMenu.ItemLinks.Add(this.barButtonItemOpenFolder);
     this.popupMenu.ItemLinks.Add(this.barButtonItemOpenTerminal);
     this.popupMenu.ItemLinks.Add(this.barButtonItemOpenInNewWamby);
     this.popupMenu.ItemLinks.Add(this.barButtonItemCopyPath, true);
     this.popupMenu.ItemLinks.Add(this.barButtonItemShowProperties);
     this.popupMenu.ItemLinks.Add(this.barButtonItemDelete);
     this.popupMenu.Name   = "popupMenu";
     this.popupMenu.Ribbon = this.ribbon;
     //
     // ResultsModule
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.resultsTreeList);
     this.Controls.Add(this.ribbon);
     this.Name = "ResultsModule";
     this.Size = new System.Drawing.Size(1012, 524);
     ((System.ComponentModel.ISupportInitialize)(this.resultsTreeList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.resultsBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }