/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.BreadCrumbNode breadCrumbNode1 = new DevExpress.XtraEditors.BreadCrumbNode();
     this.panelControl1   = new DevExpress.XtraEditors.PanelControl();
     this.breadCrumbEdit1 = new DevExpress.XtraEditors.BreadCrumbEdit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.breadCrumbEdit1.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.breadCrumbEdit1);
     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(841, 26);
     this.panelControl1.TabIndex = 0;
     //
     // breadCrumbEdit1
     //
     this.breadCrumbEdit1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.breadCrumbEdit1.Location = new System.Drawing.Point(2, 2);
     this.breadCrumbEdit1.Name     = "breadCrumbEdit1";
     this.breadCrumbEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     breadCrumbNode1.Caption = "Root";
     breadCrumbNode1.Value   = "Root";
     this.breadCrumbEdit1.Properties.Nodes.AddRange(new DevExpress.XtraEditors.BreadCrumbNode[] {
         breadCrumbNode1
     });
     this.breadCrumbEdit1.Properties.SelectedNode = breadCrumbNode1;
     this.breadCrumbEdit1.Size     = new System.Drawing.Size(837, 22);
     this.breadCrumbEdit1.TabIndex = 0;
     //
     // FrmArchivesOverview
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(841, 511);
     this.Controls.Add(this.panelControl1);
     this.Name = "FrmArchivesOverview";
     this.Text = "档案管理总览";
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.breadCrumbEdit1.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo 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()
 {
     DevExpress.XtraEditors.BreadCrumbNode breadCrumbNode1 = new DevExpress.XtraEditors.BreadCrumbNode();
     this.textEdit1 = new DevExpress.XtraEditors.BreadCrumbEdit();
     this.button1   = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // textEdit1
     //
     this.textEdit1.Location = new System.Drawing.Point(68, 31);
     this.textEdit1.Name     = "textEdit1";
     this.textEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     breadCrumbNode1.Caption = "Root";
     breadCrumbNode1.Value   = "Root";
     this.textEdit1.Properties.Nodes.AddRange(new DevExpress.XtraEditors.BreadCrumbNode[] {
         breadCrumbNode1
     });
     this.textEdit1.Size     = new System.Drawing.Size(100, 26);
     this.textEdit1.TabIndex = 0;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(525, 106);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 1;
     this.button1.Text     = "button1";
     this.button1.UseVisualStyleBackColor = true;
     //
     // test
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1273, 730);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.textEdit1);
     this.Name = "test";
     this.Text = "test";
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 3
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.XtraEditors.BreadCrumbNode          breadCrumbNode1 = new DevExpress.XtraEditors.BreadCrumbNode();
     System.ComponentModel.ComponentResourceManager resources       = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.layoutControl1         = new DevExpress.XtraLayout.LayoutControl();
     this.comboBoxEdit_operation = new DevExpress.XtraEditors.ComboBoxEdit();
     this.breadCrumbEdit_output  = new DevExpress.XtraEditors.BreadCrumbEdit();
     this.images              = new DevExpress.Utils.ImageCollection(this.components);
     this.btn_add             = new DevExpress.XtraEditors.SimpleButton();
     this.gridControl1        = new DevExpress.XtraGrid.GridControl();
     this.dataSet             = new PDFConverter.dataSet();
     this.gridView1           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn_index    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn_name     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn_status   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem2  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3  = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1     = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem5  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem1  = new DevExpress.XtraLayout.LayoutControlItem();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_operation.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.breadCrumbEdit_output.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.images)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.AllowCustomization = false;
     this.layoutControl1.Controls.Add(this.comboBoxEdit_operation);
     this.layoutControl1.Controls.Add(this.breadCrumbEdit_output);
     this.layoutControl1.Controls.Add(this.btn_add);
     this.layoutControl1.Controls.Add(this.gridControl1);
     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(798, 206, 360, 435);
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(641, 459);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // comboBoxEdit_operation
     //
     this.comboBoxEdit_operation.EditValue = "";
     this.comboBoxEdit_operation.Location  = new System.Drawing.Point(84, 12);
     this.comboBoxEdit_operation.Name      = "comboBoxEdit_operation";
     this.comboBoxEdit_operation.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboBoxEdit_operation.Properties.NullText        = "请选择";
     this.comboBoxEdit_operation.Properties.NullValuePrompt = "请选择";
     this.comboBoxEdit_operation.Properties.NullValuePromptShowForEmptyValue = true;
     this.comboBoxEdit_operation.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.comboBoxEdit_operation.Size            = new System.Drawing.Size(545, 20);
     this.comboBoxEdit_operation.StyleController = this.layoutControl1;
     this.comboBoxEdit_operation.TabIndex        = 13;
     //
     // breadCrumbEdit_output
     //
     this.breadCrumbEdit_output.Location = new System.Drawing.Point(84, 36);
     this.breadCrumbEdit_output.Name     = "breadCrumbEdit_output";
     this.breadCrumbEdit_output.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.breadCrumbEdit_output.Properties.ImageIndex = 0;
     this.breadCrumbEdit_output.Properties.Images     = this.images;
     breadCrumbNode1.Caption = "Root";
     breadCrumbNode1.Value   = "Root";
     this.breadCrumbEdit_output.Properties.Nodes.AddRange(new DevExpress.XtraEditors.BreadCrumbNode[] {
         breadCrumbNode1
     });
     this.breadCrumbEdit_output.Properties.RootImageIndex   = 0;
     this.breadCrumbEdit_output.Properties.RootGlyphClick  += new System.EventHandler(this.breadCrumbEdit_output_Properties_RootGlyphClick);
     this.breadCrumbEdit_output.Properties.QueryChildNodes += new DevExpress.XtraEditors.BreadCrumbQueryChildNodesEventHandler(this.breadCrumbEdit_output_Properties_QueryChildNodes);
     this.breadCrumbEdit_output.Properties.ValidatePath    += new DevExpress.XtraEditors.BreadCrumbValidatePathEventHandler(this.breadCrumbEdit_output_Properties_ValidatePath);
     this.breadCrumbEdit_output.Properties.NewNodeAdding   += new DevExpress.XtraEditors.BreadCrumbNewNodeAddingEventHandler(this.breadCrumbEdit_output_Properties_NewNodeAdding);
     this.breadCrumbEdit_output.Size            = new System.Drawing.Size(545, 22);
     this.breadCrumbEdit_output.StyleController = this.layoutControl1;
     this.breadCrumbEdit_output.TabIndex        = 12;
     //
     // images
     //
     this.images.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("images.ImageStream")));
     this.images.InsertGalleryImage("open_16x16.png", "images/actions/open_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/actions/open_16x16.png"), 0);
     this.images.Images.SetKeyName(0, "open_16x16.png");
     //
     // btn_add
     //
     this.btn_add.Appearance.Options.UseTextOptions = true;
     this.btn_add.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.btn_add.Image           = ((System.Drawing.Image)(resources.GetObject("btn_add.Image")));
     this.btn_add.ImageIndex      = 0;
     this.btn_add.Location        = new System.Drawing.Point(12, 62);
     this.btn_add.MaximumSize     = new System.Drawing.Size(100, 0);
     this.btn_add.Name            = "btn_add";
     this.btn_add.Size            = new System.Drawing.Size(94, 38);
     this.btn_add.StyleController = this.layoutControl1;
     this.btn_add.TabIndex        = 9;
     this.btn_add.Text            = "添加文件";
     this.btn_add.Click          += new System.EventHandler(this.btn_add_Click);
     //
     // gridControl1
     //
     this.gridControl1.Cursor     = System.Windows.Forms.Cursors.Default;
     this.gridControl1.DataMember = "FileDataTable";
     this.gridControl1.DataSource = this.dataSet;
     this.gridControl1.Location   = new System.Drawing.Point(12, 104);
     this.gridControl1.MainView   = this.gridView1;
     this.gridControl1.Name       = "gridControl1";
     this.gridControl1.Size       = new System.Drawing.Size(617, 343);
     this.gridControl1.TabIndex   = 5;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // dataSet
     //
     this.dataSet.DataSetName             = "dataSet";
     this.dataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn_index,
         this.gridColumn_name,
         this.gridColumn_status
     });
     this.gridView1.FocusRectStyle           = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFullFocus;
     this.gridView1.GridControl              = this.gridControl1;
     this.gridView1.Name                     = "gridView1";
     this.gridView1.OptionsBehavior.Editable = false;
     this.gridView1.OptionsCustomization.AllowColumnMoving       = false;
     this.gridView1.OptionsCustomization.AllowFilter             = false;
     this.gridView1.OptionsCustomization.AllowGroup              = false;
     this.gridView1.OptionsCustomization.AllowQuickHideColumns   = false;
     this.gridView1.OptionsCustomization.AllowSort               = false;
     this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView1.OptionsSelection.EnableAppearanceFocusedRow  = false;
     this.gridView1.OptionsView.ShowFilterPanelMode              = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     this.gridView1.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gridView1_RowCellStyle);
     //
     // gridColumn_index
     //
     this.gridColumn_index.Caption      = "编号";
     this.gridColumn_index.FieldName    = "Id";
     this.gridColumn_index.Name         = "gridColumn_index";
     this.gridColumn_index.Visible      = true;
     this.gridColumn_index.VisibleIndex = 0;
     this.gridColumn_index.Width        = 52;
     //
     // gridColumn_name
     //
     this.gridColumn_name.Caption      = "文件名称";
     this.gridColumn_name.FieldName    = "Name";
     this.gridColumn_name.Name         = "gridColumn_name";
     this.gridColumn_name.Visible      = true;
     this.gridColumn_name.VisibleIndex = 1;
     this.gridColumn_name.Width        = 186;
     //
     // gridColumn_status
     //
     this.gridColumn_status.Caption      = "状态";
     this.gridColumn_status.FieldName    = "Status";
     this.gridColumn_status.Name         = "gridColumn_status";
     this.gridColumn_status.Visible      = true;
     this.gridColumn_status.VisibleIndex = 2;
     this.gridColumn_status.Width        = 186;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText       = "Root";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem2,
         this.layoutControlItem3,
         this.emptySpaceItem1,
         this.layoutControlItem5,
         this.layoutControlItem1
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "Root";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(641, 459);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.gridControl1;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location    = new System.Drawing.Point(0, 92);
     this.layoutControlItem2.Name        = "layoutControlItem2";
     this.layoutControlItem2.Size        = new System.Drawing.Size(621, 347);
     this.layoutControlItem2.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextVisible = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.btn_add;
     this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
     this.layoutControlItem3.Location    = new System.Drawing.Point(0, 50);
     this.layoutControlItem3.Name        = "layoutControlItem3";
     this.layoutControlItem3.Size        = new System.Drawing.Size(98, 42);
     this.layoutControlItem3.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextVisible = false;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack         = false;
     this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
     this.emptySpaceItem1.Location = new System.Drawing.Point(98, 50);
     this.emptySpaceItem1.Name     = "emptySpaceItem1";
     this.emptySpaceItem1.Size     = new System.Drawing.Size(523, 42);
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control = this.breadCrumbEdit_output;
     this.layoutControlItem5.CustomizationFormText = "输出目录";
     this.layoutControlItem5.Location = new System.Drawing.Point(0, 24);
     this.layoutControlItem5.Name     = "layoutControlItem5";
     this.layoutControlItem5.Size     = new System.Drawing.Size(621, 26);
     this.layoutControlItem5.Text     = "输出目录";
     this.layoutControlItem5.TextSize = new System.Drawing.Size(69, 14);
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control  = this.comboBoxEdit_operation;
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name     = "layoutControlItem1";
     this.layoutControlItem1.Size     = new System.Drawing.Size(621, 24);
     this.layoutControlItem1.Text     = "PDF转换操作";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(69, 14);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(641, 459);
     this.Controls.Add(this.layoutControl1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "MainForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "PDF转换平台";
     this.Load         += new System.EventHandler(this.MainForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_operation.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.breadCrumbEdit_output.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.images)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要修改
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.RangeControlRange         rangeControlRange2 = new DevExpress.XtraEditors.RangeControlRange();
     DevExpress.XtraPrinting.BarCode.Code128Generator code128Generator2  = new DevExpress.XtraPrinting.BarCode.Code128Generator();
     DevExpress.XtraEditors.BreadCrumbNode            breadCrumbNode2    = new DevExpress.XtraEditors.BreadCrumbNode();
     System.ComponentModel.ComponentResourceManager   resources          = new System.ComponentModel.ComponentResourceManager(typeof(UserControlCompontentTest1));
     this.rangeControl1 = new DevExpress.XtraEditors.RangeControl();
     this.dateTimeChartRangeControlClient1 = new DevExpress.XtraEditors.DateTimeChartRangeControlClient();
     this.separatorControl1      = new DevExpress.XtraEditors.SeparatorControl();
     this.flyoutPanel1           = new DevExpress.Utils.FlyoutPanel();
     this.flyoutPanelControl1    = new DevExpress.Utils.FlyoutPanelControl();
     this.popupGalleryEdit1      = new DevExpress.XtraEditors.PopupGalleryEdit();
     this.barCodeControl1        = new DevExpress.XtraEditors.BarCodeControl();
     this.textEdit1              = new DevExpress.XtraEditors.TextEdit();
     this.buttonEdit1            = new DevExpress.XtraEditors.ButtonEdit();
     this.simpleButton1          = new DevExpress.XtraEditors.SimpleButton();
     this.checkButton1           = new DevExpress.XtraEditors.CheckButton();
     this.dropDownButton1        = new DevExpress.XtraEditors.DropDownButton();
     this.cameraControl1         = new DevExpress.XtraEditors.Camera.CameraControl();
     this.checkEdit1             = new DevExpress.XtraEditors.CheckEdit();
     this.listBoxControl1        = new DevExpress.XtraEditors.ListBoxControl();
     this.comboBoxEdit1          = new DevExpress.XtraEditors.ComboBoxEdit();
     this.searchControl1         = new DevExpress.XtraEditors.SearchControl();
     this.calendarControl1       = new DevExpress.XtraEditors.Controls.CalendarControl();
     this.checkedListBoxControl1 = new DevExpress.XtraEditors.CheckedListBoxControl();
     this.mruEdit1                        = new DevExpress.XtraEditors.MRUEdit();
     this.imageComboBoxEdit1              = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.lookUpEdit1                     = new DevExpress.XtraEditors.LookUpEdit();
     this.dateEdit1                       = new DevExpress.XtraEditors.DateEdit();
     this.popupContainerEdit1             = new DevExpress.XtraEditors.PopupContainerEdit();
     this.radioGroup1                     = new DevExpress.XtraEditors.RadioGroup();
     this.hyperLinkEdit1                  = new DevExpress.XtraEditors.HyperLinkEdit();
     this.labelControl1                   = new DevExpress.XtraEditors.LabelControl();
     this.imageListBoxControl1            = new DevExpress.XtraEditors.ImageListBoxControl();
     this.memoEdit1                       = new DevExpress.XtraEditors.MemoEdit();
     this.breadCrumbEdit1                 = new DevExpress.XtraEditors.BreadCrumbEdit();
     this.calcEdit1                       = new DevExpress.XtraEditors.CalcEdit();
     this.checkedComboBoxEdit1            = new DevExpress.XtraEditors.CheckedComboBoxEdit();
     this.colorEdit1                      = new DevExpress.XtraEditors.ColorEdit();
     this.colorPickEdit1                  = new DevExpress.XtraEditors.ColorPickEdit();
     this.numericChartRangeControlClient1 = new DevExpress.XtraEditors.NumericChartRangeControlClient();
     this.ratingControl1                  = new DevExpress.XtraEditors.RatingControl();
     this.timeEdit1                       = new DevExpress.XtraEditors.TimeEdit();
     this.timeSpanEdit1                   = new DevExpress.XtraEditors.TimeSpanEdit();
     this.tokenEdit1                      = new DevExpress.XtraEditors.TokenEdit();
     this.fontEdit1                       = new DevExpress.XtraEditors.FontEdit();
     this.imageEdit1                      = new DevExpress.XtraEditors.ImageEdit();
     this.memoExEdit1                     = new DevExpress.XtraEditors.MemoExEdit();
     this.popupContainerControl1          = new DevExpress.XtraEditors.PopupContainerControl();
     this.progressBarControl1             = new DevExpress.XtraEditors.ProgressBarControl();
     this.marqueeProgressBarControl1      = new DevExpress.XtraEditors.MarqueeProgressBarControl();
     this.trackBarControl1                = new DevExpress.XtraEditors.TrackBarControl();
     this.rangeTrackBarControl1           = new DevExpress.XtraEditors.RangeTrackBarControl();
     this.imageSlider1                    = new DevExpress.XtraEditors.Controls.ImageSlider();
     this.spinEdit1                       = new DevExpress.XtraEditors.SpinEdit();
     this.progressPanel1                  = new DevExpress.XtraWaitForm.ProgressPanel();
     this.toggleSwitch1                   = new DevExpress.XtraEditors.ToggleSwitch();
     this.zoomTrackBarControl1            = new DevExpress.XtraEditors.ZoomTrackBarControl();
     this.pdfViewer1                      = new DevExpress.XtraPdfViewer.PdfViewer();
     this.richEditControl1                = new DevExpress.XtraRichEdit.RichEditControl();
     this.statusStrip1                    = new System.Windows.Forms.StatusStrip();
     this.toolStripDropDownButton1        = new System.Windows.Forms.ToolStripDropDownButton();
     ((System.ComponentModel.ISupportInitialize)(this.rangeControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeChartRangeControlClient1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.separatorControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.flyoutPanel1)).BeginInit();
     this.flyoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.flyoutPanelControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupGalleryEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.searchControl1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.calendarControl1.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mruEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageComboBoxEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupContainerEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.hyperLinkEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageListBoxControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.breadCrumbEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.calcEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkedComboBoxEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.colorEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.colorPickEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericChartRangeControlClient1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ratingControl1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.timeEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.timeSpanEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tokenEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fontEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoExEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupContainerControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarControl1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarControl1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rangeTrackBarControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rangeTrackBarControl1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageSlider1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.toggleSwitch1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.zoomTrackBarControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.zoomTrackBarControl1.Properties)).BeginInit();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // rangeControl1
     //
     this.rangeControl1.Client        = this.dateTimeChartRangeControlClient1;
     this.rangeControl1.Location      = new System.Drawing.Point(294, 261);
     this.rangeControl1.Name          = "rangeControl1";
     rangeControlRange2.Maximum       = 63720000000000D;
     rangeControlRange2.Minimum       = 63719222400000D;
     rangeControlRange2.Owner         = this.rangeControl1;
     this.rangeControl1.SelectedRange = rangeControlRange2;
     this.rangeControl1.Size          = new System.Drawing.Size(420, 90);
     this.rangeControl1.TabIndex      = 41;
     this.rangeControl1.Text          = "rangeControl1";
     //
     // separatorControl1
     //
     this.separatorControl1.Location = new System.Drawing.Point(13, 3);
     this.separatorControl1.Name     = "separatorControl1";
     this.separatorControl1.Size     = new System.Drawing.Size(75, 23);
     this.separatorControl1.TabIndex = 0;
     //
     // flyoutPanel1
     //
     this.flyoutPanel1.Controls.Add(this.flyoutPanelControl1);
     this.flyoutPanel1.Location = new System.Drawing.Point(3, 83);
     this.flyoutPanel1.Name     = "flyoutPanel1";
     this.flyoutPanel1.Size     = new System.Drawing.Size(150, 150);
     this.flyoutPanel1.TabIndex = 1;
     //
     // flyoutPanelControl1
     //
     this.flyoutPanelControl1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.flyoutPanelControl1.FlyoutPanel = this.flyoutPanel1;
     this.flyoutPanelControl1.Location    = new System.Drawing.Point(0, 0);
     this.flyoutPanelControl1.Name        = "flyoutPanelControl1";
     this.flyoutPanelControl1.Size        = new System.Drawing.Size(150, 150);
     this.flyoutPanelControl1.TabIndex    = 0;
     //
     // popupGalleryEdit1
     //
     this.popupGalleryEdit1.EditValue = "";
     this.popupGalleryEdit1.Location  = new System.Drawing.Point(127, 6);
     this.popupGalleryEdit1.Name      = "popupGalleryEdit1";
     this.popupGalleryEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.popupGalleryEdit1.Size     = new System.Drawing.Size(100, 20);
     this.popupGalleryEdit1.TabIndex = 2;
     //
     // barCodeControl1
     //
     this.barCodeControl1.Location  = new System.Drawing.Point(258, 3);
     this.barCodeControl1.Name      = "barCodeControl1";
     this.barCodeControl1.Padding   = new System.Windows.Forms.Padding(10, 2, 10, 0);
     this.barCodeControl1.Size      = new System.Drawing.Size(100, 23);
     this.barCodeControl1.Symbology = code128Generator2;
     this.barCodeControl1.TabIndex  = 3;
     //
     // textEdit1
     //
     this.textEdit1.Location = new System.Drawing.Point(377, 6);
     this.textEdit1.Name     = "textEdit1";
     this.textEdit1.Size     = new System.Drawing.Size(100, 20);
     this.textEdit1.TabIndex = 4;
     //
     // buttonEdit1
     //
     this.buttonEdit1.Location = new System.Drawing.Point(508, 6);
     this.buttonEdit1.Name     = "buttonEdit1";
     this.buttonEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.buttonEdit1.Size     = new System.Drawing.Size(100, 20);
     this.buttonEdit1.TabIndex = 5;
     //
     // simpleButton1
     //
     this.simpleButton1.Location = new System.Drawing.Point(13, 44);
     this.simpleButton1.Name     = "simpleButton1";
     this.simpleButton1.Size     = new System.Drawing.Size(75, 23);
     this.simpleButton1.TabIndex = 6;
     this.simpleButton1.Text     = "simpleButton1";
     //
     // checkButton1
     //
     this.checkButton1.Location = new System.Drawing.Point(127, 44);
     this.checkButton1.Name     = "checkButton1";
     this.checkButton1.Size     = new System.Drawing.Size(75, 23);
     this.checkButton1.TabIndex = 7;
     this.checkButton1.Text     = "checkButton1";
     //
     // dropDownButton1
     //
     this.dropDownButton1.Location = new System.Drawing.Point(223, 44);
     this.dropDownButton1.Name     = "dropDownButton1";
     this.dropDownButton1.Size     = new System.Drawing.Size(135, 23);
     this.dropDownButton1.TabIndex = 8;
     this.dropDownButton1.Text     = "dropDownButton1";
     //
     // cameraControl1
     //
     this.cameraControl1.Location = new System.Drawing.Point(0, 239);
     this.cameraControl1.Name     = "cameraControl1";
     this.cameraControl1.Size     = new System.Drawing.Size(153, 112);
     this.cameraControl1.TabIndex = 9;
     this.cameraControl1.Text     = "cameraControl1";
     //
     // checkEdit1
     //
     this.checkEdit1.Location           = new System.Drawing.Point(377, 48);
     this.checkEdit1.Name               = "checkEdit1";
     this.checkEdit1.Properties.Caption = "checkEdit1";
     this.checkEdit1.Size               = new System.Drawing.Size(75, 19);
     this.checkEdit1.TabIndex           = 10;
     //
     // listBoxControl1
     //
     this.listBoxControl1.Location = new System.Drawing.Point(159, 83);
     this.listBoxControl1.Name     = "listBoxControl1";
     this.listBoxControl1.Size     = new System.Drawing.Size(129, 76);
     this.listBoxControl1.TabIndex = 11;
     //
     // comboBoxEdit1
     //
     this.comboBoxEdit1.Location = new System.Drawing.Point(508, 45);
     this.comboBoxEdit1.Name     = "comboBoxEdit1";
     this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboBoxEdit1.Size     = new System.Drawing.Size(100, 20);
     this.comboBoxEdit1.TabIndex = 12;
     //
     // searchControl1
     //
     this.searchControl1.Location = new System.Drawing.Point(646, 45);
     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.Size     = new System.Drawing.Size(100, 20);
     this.searchControl1.TabIndex = 13;
     //
     // calendarControl1
     //
     this.calendarControl1.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.calendarControl1.Location = new System.Drawing.Point(0, 357);
     this.calendarControl1.Name     = "calendarControl1";
     this.calendarControl1.Size     = new System.Drawing.Size(288, 237);
     this.calendarControl1.TabIndex = 14;
     //
     // checkedListBoxControl1
     //
     this.checkedListBoxControl1.Location = new System.Drawing.Point(294, 83);
     this.checkedListBoxControl1.Name     = "checkedListBoxControl1";
     this.checkedListBoxControl1.Size     = new System.Drawing.Size(120, 76);
     this.checkedListBoxControl1.TabIndex = 15;
     //
     // mruEdit1
     //
     this.mruEdit1.Location = new System.Drawing.Point(420, 82);
     this.mruEdit1.Name     = "mruEdit1";
     this.mruEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.mruEdit1.Size     = new System.Drawing.Size(100, 20);
     this.mruEdit1.TabIndex = 16;
     //
     // imageComboBoxEdit1
     //
     this.imageComboBoxEdit1.Location = new System.Drawing.Point(420, 108);
     this.imageComboBoxEdit1.Name     = "imageComboBoxEdit1";
     this.imageComboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.imageComboBoxEdit1.Size     = new System.Drawing.Size(100, 20);
     this.imageComboBoxEdit1.TabIndex = 17;
     //
     // lookUpEdit1
     //
     this.lookUpEdit1.Location = new System.Drawing.Point(420, 139);
     this.lookUpEdit1.Name     = "lookUpEdit1";
     this.lookUpEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.lookUpEdit1.Size     = new System.Drawing.Size(100, 20);
     this.lookUpEdit1.TabIndex = 18;
     //
     // dateEdit1
     //
     this.dateEdit1.EditValue = null;
     this.dateEdit1.Location  = new System.Drawing.Point(526, 82);
     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(100, 20);
     this.dateEdit1.TabIndex = 19;
     //
     // popupContainerEdit1
     //
     this.popupContainerEdit1.Location = new System.Drawing.Point(526, 108);
     this.popupContainerEdit1.Name     = "popupContainerEdit1";
     this.popupContainerEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.popupContainerEdit1.Size     = new System.Drawing.Size(100, 20);
     this.popupContainerEdit1.TabIndex = 20;
     //
     // radioGroup1
     //
     this.radioGroup1.Location = new System.Drawing.Point(159, 165);
     this.radioGroup1.Name     = "radioGroup1";
     this.radioGroup1.Size     = new System.Drawing.Size(100, 68);
     this.radioGroup1.TabIndex = 21;
     //
     // hyperLinkEdit1
     //
     this.hyperLinkEdit1.Location = new System.Drawing.Point(526, 139);
     this.hyperLinkEdit1.Name     = "hyperLinkEdit1";
     this.hyperLinkEdit1.Size     = new System.Drawing.Size(100, 20);
     this.hyperLinkEdit1.TabIndex = 22;
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(646, 12);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(70, 14);
     this.labelControl1.TabIndex = 23;
     this.labelControl1.Text     = "labelControl1";
     //
     // imageListBoxControl1
     //
     this.imageListBoxControl1.Location = new System.Drawing.Point(294, 166);
     this.imageListBoxControl1.Name     = "imageListBoxControl1";
     this.imageListBoxControl1.Size     = new System.Drawing.Size(120, 67);
     this.imageListBoxControl1.TabIndex = 24;
     //
     // memoEdit1
     //
     this.memoEdit1.Location = new System.Drawing.Point(159, 239);
     this.memoEdit1.Name     = "memoEdit1";
     this.memoEdit1.Size     = new System.Drawing.Size(100, 96);
     this.memoEdit1.TabIndex = 25;
     //
     // breadCrumbEdit1
     //
     this.breadCrumbEdit1.Location = new System.Drawing.Point(646, 81);
     this.breadCrumbEdit1.Name     = "breadCrumbEdit1";
     this.breadCrumbEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     breadCrumbNode2.Caption = "Root";
     breadCrumbNode2.Value   = "Root";
     this.breadCrumbEdit1.Properties.Nodes.AddRange(new DevExpress.XtraEditors.BreadCrumbNode[] {
         breadCrumbNode2
     });
     this.breadCrumbEdit1.SelectedNode = breadCrumbNode2;
     this.breadCrumbEdit1.Size         = new System.Drawing.Size(100, 22);
     this.breadCrumbEdit1.TabIndex     = 26;
     //
     // calcEdit1
     //
     this.calcEdit1.Location = new System.Drawing.Point(420, 165);
     this.calcEdit1.Name     = "calcEdit1";
     this.calcEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.calcEdit1.Size     = new System.Drawing.Size(100, 20);
     this.calcEdit1.TabIndex = 27;
     //
     // checkedComboBoxEdit1
     //
     this.checkedComboBoxEdit1.Location = new System.Drawing.Point(420, 191);
     this.checkedComboBoxEdit1.Name     = "checkedComboBoxEdit1";
     this.checkedComboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.checkedComboBoxEdit1.Size     = new System.Drawing.Size(100, 20);
     this.checkedComboBoxEdit1.TabIndex = 28;
     //
     // colorEdit1
     //
     this.colorEdit1.EditValue = System.Drawing.Color.Empty;
     this.colorEdit1.Location  = new System.Drawing.Point(420, 217);
     this.colorEdit1.Name      = "colorEdit1";
     this.colorEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.colorEdit1.Size     = new System.Drawing.Size(100, 20);
     this.colorEdit1.TabIndex = 29;
     //
     // colorPickEdit1
     //
     this.colorPickEdit1.EditValue = System.Drawing.Color.Empty;
     this.colorPickEdit1.Location  = new System.Drawing.Point(526, 165);
     this.colorPickEdit1.Name      = "colorPickEdit1";
     this.colorPickEdit1.Properties.AutomaticColor = System.Drawing.Color.Black;
     this.colorPickEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.colorPickEdit1.Size     = new System.Drawing.Size(100, 20);
     this.colorPickEdit1.TabIndex = 30;
     //
     // ratingControl1
     //
     this.ratingControl1.Location = new System.Drawing.Point(294, 239);
     this.ratingControl1.Name     = "ratingControl1";
     this.ratingControl1.Rating   = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.ratingControl1.Size     = new System.Drawing.Size(87, 16);
     this.ratingControl1.TabIndex = 31;
     this.ratingControl1.Text     = "ratingControl1";
     //
     // timeEdit1
     //
     this.timeEdit1.EditValue = new System.DateTime(2020, 3, 8, 0, 0, 0, 0);
     this.timeEdit1.Location  = new System.Drawing.Point(526, 191);
     this.timeEdit1.Name      = "timeEdit1";
     this.timeEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.timeEdit1.Size     = new System.Drawing.Size(100, 20);
     this.timeEdit1.TabIndex = 32;
     //
     // timeSpanEdit1
     //
     this.timeSpanEdit1.EditValue = System.TimeSpan.Parse("00:00:00");
     this.timeSpanEdit1.Location  = new System.Drawing.Point(526, 217);
     this.timeSpanEdit1.Name      = "timeSpanEdit1";
     this.timeSpanEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.timeSpanEdit1.Size     = new System.Drawing.Size(100, 20);
     this.timeSpanEdit1.TabIndex = 33;
     //
     // tokenEdit1
     //
     this.tokenEdit1.Location = new System.Drawing.Point(646, 109);
     this.tokenEdit1.Name     = "tokenEdit1";
     this.tokenEdit1.Properties.Separators.AddRange(new string[] {
         ","
     });
     this.tokenEdit1.Size     = new System.Drawing.Size(75, 20);
     this.tokenEdit1.TabIndex = 34;
     //
     // fontEdit1
     //
     this.fontEdit1.Location = new System.Drawing.Point(646, 139);
     this.fontEdit1.Name     = "fontEdit1";
     this.fontEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.fontEdit1.Size     = new System.Drawing.Size(100, 20);
     this.fontEdit1.TabIndex = 35;
     //
     // imageEdit1
     //
     this.imageEdit1.Location = new System.Drawing.Point(646, 166);
     this.imageEdit1.Name     = "imageEdit1";
     this.imageEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.imageEdit1.Size     = new System.Drawing.Size(100, 20);
     this.imageEdit1.TabIndex = 36;
     //
     // memoExEdit1
     //
     this.memoExEdit1.Location = new System.Drawing.Point(646, 192);
     this.memoExEdit1.Name     = "memoExEdit1";
     this.memoExEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.memoExEdit1.Size     = new System.Drawing.Size(100, 20);
     this.memoExEdit1.TabIndex = 37;
     //
     // popupContainerControl1
     //
     this.popupContainerControl1.Location = new System.Drawing.Point(858, 135);
     this.popupContainerControl1.Name     = "popupContainerControl1";
     this.popupContainerControl1.Size     = new System.Drawing.Size(120, 100);
     this.popupContainerControl1.TabIndex = 38;
     //
     // progressBarControl1
     //
     this.progressBarControl1.Location = new System.Drawing.Point(858, 83);
     this.progressBarControl1.Name     = "progressBarControl1";
     this.progressBarControl1.Size     = new System.Drawing.Size(100, 18);
     this.progressBarControl1.TabIndex = 39;
     //
     // marqueeProgressBarControl1
     //
     this.marqueeProgressBarControl1.EditValue = 0;
     this.marqueeProgressBarControl1.Location  = new System.Drawing.Point(858, 111);
     this.marqueeProgressBarControl1.Name      = "marqueeProgressBarControl1";
     this.marqueeProgressBarControl1.Size      = new System.Drawing.Size(100, 18);
     this.marqueeProgressBarControl1.TabIndex  = 40;
     //
     // trackBarControl1
     //
     this.trackBarControl1.EditValue = null;
     this.trackBarControl1.Location  = new System.Drawing.Point(752, 168);
     this.trackBarControl1.Name      = "trackBarControl1";
     this.trackBarControl1.Properties.LabelAppearance.Options.UseTextOptions = true;
     this.trackBarControl1.Properties.LabelAppearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.trackBarControl1.Size     = new System.Drawing.Size(104, 45);
     this.trackBarControl1.TabIndex = 42;
     //
     // rangeTrackBarControl1
     //
     this.rangeTrackBarControl1.EditValue = new DevExpress.XtraEditors.Repository.TrackBarRange(0, 0);
     this.rangeTrackBarControl1.Location  = new System.Drawing.Point(752, 210);
     this.rangeTrackBarControl1.Name      = "rangeTrackBarControl1";
     this.rangeTrackBarControl1.Properties.LabelAppearance.Options.UseTextOptions = true;
     this.rangeTrackBarControl1.Properties.LabelAppearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.rangeTrackBarControl1.Size     = new System.Drawing.Size(104, 45);
     this.rangeTrackBarControl1.TabIndex = 43;
     //
     // imageSlider1
     //
     this.imageSlider1.Location = new System.Drawing.Point(646, 223);
     this.imageSlider1.Name     = "imageSlider1";
     this.imageSlider1.Size     = new System.Drawing.Size(75, 14);
     this.imageSlider1.TabIndex = 44;
     this.imageSlider1.Text     = "imageSlider1";
     //
     // spinEdit1
     //
     this.spinEdit1.EditValue = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.spinEdit1.Location = new System.Drawing.Point(752, 82);
     this.spinEdit1.Name     = "spinEdit1";
     this.spinEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.spinEdit1.Size     = new System.Drawing.Size(100, 20);
     this.spinEdit1.TabIndex = 45;
     //
     // progressPanel1
     //
     this.progressPanel1.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.progressPanel1.Appearance.Options.UseBackColor = true;
     this.progressPanel1.BarAnimationElementThickness    = 2;
     this.progressPanel1.Location = new System.Drawing.Point(752, 1);
     this.progressPanel1.Name     = "progressPanel1";
     this.progressPanel1.Size     = new System.Drawing.Size(246, 66);
     this.progressPanel1.TabIndex = 46;
     this.progressPanel1.Text     = "progressPanel1";
     //
     // toggleSwitch1
     //
     this.toggleSwitch1.Location           = new System.Drawing.Point(752, 108);
     this.toggleSwitch1.Name               = "toggleSwitch1";
     this.toggleSwitch1.Properties.OffText = "Off";
     this.toggleSwitch1.Properties.OnText  = "On";
     this.toggleSwitch1.Size               = new System.Drawing.Size(95, 25);
     this.toggleSwitch1.TabIndex           = 47;
     //
     // zoomTrackBarControl1
     //
     this.zoomTrackBarControl1.EditValue = null;
     this.zoomTrackBarControl1.Location  = new System.Drawing.Point(752, 142);
     this.zoomTrackBarControl1.Name      = "zoomTrackBarControl1";
     this.zoomTrackBarControl1.Size      = new System.Drawing.Size(104, 23);
     this.zoomTrackBarControl1.TabIndex  = 48;
     //
     // pdfViewer1
     //
     this.pdfViewer1.Location = new System.Drawing.Point(549, 357);
     this.pdfViewer1.Name     = "pdfViewer1";
     this.pdfViewer1.Size     = new System.Drawing.Size(150, 150);
     this.pdfViewer1.TabIndex = 49;
     //
     // richEditControl1
     //
     this.richEditControl1.Location = new System.Drawing.Point(294, 357);
     this.richEditControl1.Name     = "richEditControl1";
     this.richEditControl1.Size     = new System.Drawing.Size(244, 200);
     this.richEditControl1.TabIndex = 50;
     this.richEditControl1.Text     = "richEditControl1";
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripDropDownButton1
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 638);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(1051, 22);
     this.statusStrip1.TabIndex = 51;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // toolStripDropDownButton1
     //
     this.toolStripDropDownButton1.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripDropDownButton1.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
     this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
     this.toolStripDropDownButton1.Size = new System.Drawing.Size(29, 20);
     this.toolStripDropDownButton1.Text = "toolStripDropDownButton1";
     //
     // UserControlCompontentTest1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.richEditControl1);
     this.Controls.Add(this.pdfViewer1);
     this.Controls.Add(this.zoomTrackBarControl1);
     this.Controls.Add(this.toggleSwitch1);
     this.Controls.Add(this.progressPanel1);
     this.Controls.Add(this.spinEdit1);
     this.Controls.Add(this.imageSlider1);
     this.Controls.Add(this.rangeTrackBarControl1);
     this.Controls.Add(this.trackBarControl1);
     this.Controls.Add(this.rangeControl1);
     this.Controls.Add(this.marqueeProgressBarControl1);
     this.Controls.Add(this.progressBarControl1);
     this.Controls.Add(this.popupContainerControl1);
     this.Controls.Add(this.memoExEdit1);
     this.Controls.Add(this.imageEdit1);
     this.Controls.Add(this.fontEdit1);
     this.Controls.Add(this.tokenEdit1);
     this.Controls.Add(this.timeSpanEdit1);
     this.Controls.Add(this.timeEdit1);
     this.Controls.Add(this.ratingControl1);
     this.Controls.Add(this.colorPickEdit1);
     this.Controls.Add(this.colorEdit1);
     this.Controls.Add(this.checkedComboBoxEdit1);
     this.Controls.Add(this.calcEdit1);
     this.Controls.Add(this.breadCrumbEdit1);
     this.Controls.Add(this.memoEdit1);
     this.Controls.Add(this.imageListBoxControl1);
     this.Controls.Add(this.labelControl1);
     this.Controls.Add(this.hyperLinkEdit1);
     this.Controls.Add(this.radioGroup1);
     this.Controls.Add(this.popupContainerEdit1);
     this.Controls.Add(this.dateEdit1);
     this.Controls.Add(this.lookUpEdit1);
     this.Controls.Add(this.imageComboBoxEdit1);
     this.Controls.Add(this.mruEdit1);
     this.Controls.Add(this.checkedListBoxControl1);
     this.Controls.Add(this.calendarControl1);
     this.Controls.Add(this.searchControl1);
     this.Controls.Add(this.comboBoxEdit1);
     this.Controls.Add(this.listBoxControl1);
     this.Controls.Add(this.checkEdit1);
     this.Controls.Add(this.cameraControl1);
     this.Controls.Add(this.dropDownButton1);
     this.Controls.Add(this.checkButton1);
     this.Controls.Add(this.simpleButton1);
     this.Controls.Add(this.buttonEdit1);
     this.Controls.Add(this.textEdit1);
     this.Controls.Add(this.barCodeControl1);
     this.Controls.Add(this.popupGalleryEdit1);
     this.Controls.Add(this.flyoutPanel1);
     this.Controls.Add(this.separatorControl1);
     this.Name = "UserControlCompontentTest1";
     this.Size = new System.Drawing.Size(1051, 660);
     ((System.ComponentModel.ISupportInitialize)(this.rangeControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeChartRangeControlClient1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.separatorControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.flyoutPanel1)).EndInit();
     this.flyoutPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.flyoutPanelControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupGalleryEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.searchControl1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.calendarControl1.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mruEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageComboBoxEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupContainerEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.hyperLinkEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageListBoxControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.breadCrumbEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.calcEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkedComboBoxEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.colorEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.colorPickEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericChartRangeControlClient1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ratingControl1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.timeEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.timeSpanEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tokenEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fontEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoExEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupContainerControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarControl1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarControl1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rangeTrackBarControl1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rangeTrackBarControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageSlider1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.toggleSwitch1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.zoomTrackBarControl1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.zoomTrackBarControl1)).EndInit();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo 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()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources       = new System.ComponentModel.ComponentResourceManager(typeof(Warranty_Claim_List));
     DevExpress.XtraEditors.BreadCrumbNode          breadCrumbNode1 = new DevExpress.XtraEditors.BreadCrumbNode();
     this.barManager1                       = new DevExpress.XtraBars.BarManager(this.components);
     this.bar2                              = new DevExpress.XtraBars.Bar();
     this.barButtonItem1                    = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2                    = new DevExpress.XtraBars.BarButtonItem();
     this.bar3                              = 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.layoutControl1                    = new DevExpress.XtraLayout.LayoutControl();
     this.gridControl1                      = new DevExpress.XtraGrid.GridControl();
     this.gridView1                         = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.claimeNo                          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.claimeDate                        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.contactPerson                     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.ConactNo                          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.status                            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit1          = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.layoutControlGroup1               = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1                = new DevExpress.XtraLayout.LayoutControlItem();
     this.repositoryItemBreadCrumbEdit1     = new DevExpress.XtraEditors.Repository.RepositoryItemBreadCrumbEdit();
     this.repositoryItemPopupContainerEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemBreadCrumbEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPopupContainerEdit1)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.bar2,
         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.barButtonItem1,
         this.barButtonItem2
     });
     this.barManager1.MainMenu  = this.bar2;
     this.barManager1.MaxItemId = 2;
     this.barManager1.StatusBar = this.bar3;
     //
     // bar2
     //
     this.bar2.BarName   = "Main menu";
     this.bar2.DockCol   = 0;
     this.bar2.DockRow   = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem1, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem2, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)
     });
     this.bar2.OptionsBar.MultiLine   = true;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "Main menu";
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption    = "New";
     this.barButtonItem1.Glyph      = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.Glyph")));
     this.barButtonItem1.Id         = 0;
     this.barButtonItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.LargeGlyph")));
     this.barButtonItem1.Name       = "barButtonItem1";
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption    = "Exit";
     this.barButtonItem2.Glyph      = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.Glyph")));
     this.barButtonItem2.Id         = 1;
     this.barButtonItem2.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.LargeGlyph")));
     this.barButtonItem2.Name       = "barButtonItem2";
     this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
     //
     // 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.OptionsBar.AllowQuickCustomization = false;
     this.bar3.OptionsBar.DrawDragBorder          = false;
     this.bar3.OptionsBar.UseWholeRow             = true;
     this.bar3.Text = "Status bar";
     //
     // 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(889, 24);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 466);
     this.barDockControlBottom.Size             = new System.Drawing.Size(889, 23);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 24);
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 442);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(889, 24);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 442);
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.gridControl1);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 24);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(889, 442);
     this.layoutControl1.TabIndex = 4;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // gridControl1
     //
     this.gridControl1.Location    = new System.Drawing.Point(12, 12);
     this.gridControl1.MainView    = this.gridView1;
     this.gridControl1.MenuManager = this.barManager1;
     this.gridControl1.Name        = "gridControl1";
     this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemCheckEdit1,
         this.repositoryItemBreadCrumbEdit1,
         this.repositoryItemPopupContainerEdit1
     });
     this.gridControl1.Size     = new System.Drawing.Size(865, 418);
     this.gridControl1.TabIndex = 4;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.claimeNo,
         this.claimeDate,
         this.contactPerson,
         this.ConactNo,
         this.status
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsBehavior.ReadOnly   = true;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     this.gridView1.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gridView1_RowCellClick);
     //
     // claimeNo
     //
     this.claimeNo.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.claimeNo.AppearanceHeader.Options.UseFont        = true;
     this.claimeNo.AppearanceHeader.Options.UseTextOptions = true;
     this.claimeNo.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.claimeNo.Caption   = "Claim No";
     this.claimeNo.FieldName = "claimNo";
     this.claimeNo.Name      = "claimeNo";
     this.claimeNo.OptionsColumn.AllowMove  = false;
     this.claimeNo.OptionsColumn.AllowSize  = false;
     this.claimeNo.OptionsColumn.FixedWidth = true;
     this.claimeNo.Visible      = true;
     this.claimeNo.VisibleIndex = 0;
     //
     // claimeDate
     //
     this.claimeDate.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.claimeDate.AppearanceHeader.Options.UseFont        = true;
     this.claimeDate.AppearanceHeader.Options.UseTextOptions = true;
     this.claimeDate.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.claimeDate.Caption   = "Claim Date";
     this.claimeDate.FieldName = "date";
     this.claimeDate.Name      = "claimeDate";
     this.claimeDate.OptionsColumn.AllowMove  = false;
     this.claimeDate.OptionsColumn.AllowSize  = false;
     this.claimeDate.OptionsColumn.FixedWidth = true;
     this.claimeDate.Visible      = true;
     this.claimeDate.VisibleIndex = 1;
     //
     // contactPerson
     //
     this.contactPerson.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.contactPerson.AppearanceHeader.Options.UseFont        = true;
     this.contactPerson.AppearanceHeader.Options.UseTextOptions = true;
     this.contactPerson.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.contactPerson.Caption   = "Contact Person";
     this.contactPerson.FieldName = "contactName";
     this.contactPerson.Name      = "contactPerson";
     this.contactPerson.OptionsColumn.AllowMove  = false;
     this.contactPerson.OptionsColumn.AllowSize  = false;
     this.contactPerson.OptionsColumn.FixedWidth = true;
     this.contactPerson.Visible      = true;
     this.contactPerson.VisibleIndex = 2;
     this.contactPerson.Width        = 150;
     //
     // ConactNo
     //
     this.ConactNo.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ConactNo.AppearanceHeader.Options.UseFont        = true;
     this.ConactNo.AppearanceHeader.Options.UseTextOptions = true;
     this.ConactNo.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.ConactNo.Caption   = "Contact No";
     this.ConactNo.FieldName = "contactNumber";
     this.ConactNo.Name      = "ConactNo";
     this.ConactNo.OptionsColumn.AllowMove  = false;
     this.ConactNo.OptionsColumn.AllowSize  = false;
     this.ConactNo.OptionsColumn.FixedWidth = true;
     this.ConactNo.Visible      = true;
     this.ConactNo.VisibleIndex = 3;
     this.ConactNo.Width        = 150;
     //
     // status
     //
     this.status.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.status.AppearanceHeader.Options.UseFont        = true;
     this.status.AppearanceHeader.Options.UseTextOptions = true;
     this.status.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.status.Caption   = "Status";
     this.status.FieldName = "status";
     this.status.Name      = "status";
     this.status.OptionsColumn.AllowMove  = false;
     this.status.OptionsColumn.AllowSize  = false;
     this.status.OptionsColumn.FixedWidth = true;
     this.status.Visible      = true;
     this.status.VisibleIndex = 4;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name       = "repositoryItemCheckEdit1";
     this.repositoryItemCheckEdit1.NullStyle  = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
     //this.repositoryItemCheckEdit1.CheckedChanged += new System.EventHandler(this.repositoryItemCheckEdit1_CheckedChanged);
     //
     // 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.Size        = new System.Drawing.Size(889, 442);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this.gridControl1;
     this.layoutControlItem1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Size        = new System.Drawing.Size(869, 422);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // repositoryItemBreadCrumbEdit1
     //
     this.repositoryItemBreadCrumbEdit1.AutoHeight = false;
     this.repositoryItemBreadCrumbEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemBreadCrumbEdit1.Name = "repositoryItemBreadCrumbEdit1";
     breadCrumbNode1.Caption = "string";
     breadCrumbNode1.Value   = "string";
     this.repositoryItemBreadCrumbEdit1.Nodes.AddRange(new DevExpress.XtraEditors.BreadCrumbNode[] {
         breadCrumbNode1
     });
     //
     // repositoryItemPopupContainerEdit1
     //
     this.repositoryItemPopupContainerEdit1.AutoHeight = false;
     this.repositoryItemPopupContainerEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemPopupContainerEdit1.Name = "repositoryItemPopupContainerEdit1";
     //
     // Warranty_Claim_List
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(889, 489);
     this.Controls.Add(this.layoutControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name  = "Warranty_Claim_List";
     this.Text  = "Warranty Claim List";
     this.Load += new System.EventHandler(this.Warranty_Claim_List_Load);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemBreadCrumbEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPopupContainerEdit1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo 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.XtraEditors.BreadCrumbNode breadCrumbNode1  = new DevExpress.XtraEditors.BreadCrumbNode();
     DevExpress.XtraEditors.BreadCrumbNode breadCrumbNode2  = new DevExpress.XtraEditors.BreadCrumbNode();
     DevExpress.XtraEditors.BreadCrumbNode breadCrumbNode3  = new DevExpress.XtraEditors.BreadCrumbNode();
     DevExpress.XtraEditors.BreadCrumbNode breadCrumbNode4  = new DevExpress.XtraEditors.BreadCrumbNode();
     DevExpress.XtraEditors.BreadCrumbNode breadCrumbNode5  = new DevExpress.XtraEditors.BreadCrumbNode();
     DevExpress.XtraEditors.BreadCrumbNode breadCrumbNode6  = new DevExpress.XtraEditors.BreadCrumbNode();
     DevExpress.XtraEditors.BreadCrumbNode breadCrumbNode7  = new DevExpress.XtraEditors.BreadCrumbNode();
     DevExpress.XtraEditors.BreadCrumbNode breadCrumbNode8  = new DevExpress.XtraEditors.BreadCrumbNode();
     DevExpress.XtraEditors.BreadCrumbNode breadCrumbNode9  = new DevExpress.XtraEditors.BreadCrumbNode();
     DevExpress.XtraEditors.BreadCrumbNode breadCrumbNode10 = new DevExpress.XtraEditors.BreadCrumbNode();
     DevExpress.XtraEditors.BreadCrumbNode breadCrumbNode11 = new DevExpress.XtraEditors.BreadCrumbNode();
     DevExpress.XtraEditors.BreadCrumbNode breadCrumbNode12 = new DevExpress.XtraEditors.BreadCrumbNode();
     DevExpress.XtraEditors.BreadCrumbNode breadCrumbNode13 = new DevExpress.XtraEditors.BreadCrumbNode();
     DevExpress.XtraEditors.BreadCrumbNode breadCrumbNode14 = new DevExpress.XtraEditors.BreadCrumbNode();
     this.checkEdit1            = new DevExpress.XtraEditors.CheckEdit();
     this.customBreadCrumbEdit1 = new WindowsFormsApplication25.CustomBreadCrumbEdit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.customBreadCrumbEdit1.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // checkEdit1
     //
     this.checkEdit1.EditValue          = true;
     this.checkEdit1.Location           = new System.Drawing.Point(39, 46);
     this.checkEdit1.Name               = "checkEdit1";
     this.checkEdit1.Properties.Caption = "AllowSelectedState";
     this.checkEdit1.Size               = new System.Drawing.Size(184, 19);
     this.checkEdit1.TabIndex           = 1;
     this.checkEdit1.CheckedChanged    += new System.EventHandler(this.checkEdit1_CheckedChanged);
     //
     // customBreadCrumbEdit1
     //
     this.customBreadCrumbEdit1.Location = new System.Drawing.Point(39, 95);
     this.customBreadCrumbEdit1.Name     = "customBreadCrumbEdit1";
     this.customBreadCrumbEdit1.Properties.AllowDropDownButtonSelectedState = false;
     this.customBreadCrumbEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     breadCrumbNode1.Caption = "Root";
     breadCrumbNode2.Caption = "BreadCrumbNode1";
     breadCrumbNode3.Caption = "BreadCrumbNode11";
     breadCrumbNode3.Value   = "BreadCrumbNode11";
     breadCrumbNode4.Caption = "BreadCrumbNode12";
     breadCrumbNode4.Value   = "BreadCrumbNode12";
     breadCrumbNode5.Caption = "BreadCrumbNode13";
     breadCrumbNode5.Value   = "BreadCrumbNode13";
     breadCrumbNode2.ChildNodes.AddRange(new DevExpress.XtraEditors.BreadCrumbNode[] {
         breadCrumbNode3,
         breadCrumbNode4,
         breadCrumbNode5
     });
     breadCrumbNode2.Value   = "BreadCrumbNode1";
     breadCrumbNode6.Caption = "BreadCrumbNode2";
     breadCrumbNode6.Value   = "BreadCrumbNode2";
     breadCrumbNode7.Caption = "BreadCrumbNode3";
     breadCrumbNode7.Value   = "BreadCrumbNode3";
     breadCrumbNode1.ChildNodes.AddRange(new DevExpress.XtraEditors.BreadCrumbNode[] {
         breadCrumbNode2,
         breadCrumbNode6,
         breadCrumbNode7
     });
     breadCrumbNode1.Value    = "Root";
     breadCrumbNode8.Caption  = "BreadCrumbNode4";
     breadCrumbNode9.Caption  = "BreadCrumbNode9";
     breadCrumbNode9.Value    = "BreadCrumbNode9";
     breadCrumbNode10.Caption = "BreadCrumbNode10";
     breadCrumbNode10.Value   = "BreadCrumbNode10";
     breadCrumbNode8.ChildNodes.AddRange(new DevExpress.XtraEditors.BreadCrumbNode[] {
         breadCrumbNode9,
         breadCrumbNode10
     });
     breadCrumbNode8.Value    = "BreadCrumbNode4";
     breadCrumbNode11.Caption = "BreadCrumbNode5";
     breadCrumbNode12.Caption = "BreadCrumbNode6";
     breadCrumbNode12.Value   = "BreadCrumbNode6";
     breadCrumbNode13.Caption = "BreadCrumbNode7";
     breadCrumbNode13.Value   = "BreadCrumbNode7";
     breadCrumbNode14.Caption = "BreadCrumbNode8";
     breadCrumbNode14.Value   = "BreadCrumbNode8";
     breadCrumbNode11.ChildNodes.AddRange(new DevExpress.XtraEditors.BreadCrumbNode[] {
         breadCrumbNode12,
         breadCrumbNode13,
         breadCrumbNode14
     });
     breadCrumbNode11.Value = "BreadCrumbNode5";
     this.customBreadCrumbEdit1.Properties.Nodes.AddRange(new DevExpress.XtraEditors.BreadCrumbNode[] {
         breadCrumbNode1,
         breadCrumbNode8,
         breadCrumbNode11
     });
     this.customBreadCrumbEdit1.Properties.SelectedNode = breadCrumbNode5;
     this.customBreadCrumbEdit1.Size     = new System.Drawing.Size(384, 22);
     this.customBreadCrumbEdit1.TabIndex = 0;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(524, 186);
     this.Controls.Add(this.checkEdit1);
     this.Controls.Add(this.customBreadCrumbEdit1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.customBreadCrumbEdit1.Properties)).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()
 {
     System.ComponentModel.ComponentResourceManager resources       = new System.ComponentModel.ComponentResourceManager(typeof(frmAddEmployees));
     DevExpress.XtraEditors.BreadCrumbNode          breadCrumbNode2 = new DevExpress.XtraEditors.BreadCrumbNode();
     DevExpress.XtraEditors.BreadCrumbNode          breadCrumbNode1 = new DevExpress.XtraEditors.BreadCrumbNode();
     DevExpress.XtraEditors.BreadCrumbNode          breadCrumbNode3 = new DevExpress.XtraEditors.BreadCrumbNode();
     this.layoutControl1      = new DevExpress.XtraLayout.LayoutControl();
     this.Root                = new DevExpress.XtraLayout.LayoutControlGroup();
     this.groupControl1       = new DevExpress.XtraEditors.GroupControl();
     this.layoutControlItem1  = new DevExpress.XtraLayout.LayoutControlItem();
     this.groupControl2       = new DevExpress.XtraEditors.GroupControl();
     this.layoutControlItem2  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControl2      = new DevExpress.XtraLayout.LayoutControl();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.textEdit1           = new DevExpress.XtraEditors.TextEdit();
     this.layoutControlItem3  = new DevExpress.XtraLayout.LayoutControlItem();
     this.textEdit11          = new DevExpress.XtraEditors.TextEdit();
     this.layoutControlItem4  = new DevExpress.XtraLayout.LayoutControlItem();
     this.checkEdit1          = new DevExpress.XtraEditors.CheckEdit();
     this.layoutControlItem5  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControl3      = new DevExpress.XtraLayout.LayoutControl();
     this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem6  = new DevExpress.XtraLayout.LayoutControlItem();
     this.textEdit21          = new DevExpress.XtraEditors.TextEdit();
     this.layoutControlItem7  = new DevExpress.XtraLayout.LayoutControlItem();
     this.textEdit22          = new DevExpress.XtraEditors.TextEdit();
     this.layoutControlItem8  = new DevExpress.XtraLayout.LayoutControlItem();
     this.textEdit23          = new DevExpress.XtraEditors.TextEdit();
     this.layoutControlItem9  = new DevExpress.XtraLayout.LayoutControlItem();
     this.textEdit24          = new DevExpress.XtraEditors.TextEdit();
     this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
     this.simpleButton2       = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton11      = new DevExpress.XtraEditors.SimpleButton();
     this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1     = new DevExpress.XtraLayout.EmptySpaceItem();
     this.textEdit2           = new DevExpress.XtraEditors.BreadCrumbEdit();
     this.breadCrumbEdit1     = new DevExpress.XtraEditors.BreadCrumbEdit();
     this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
     this.breadCrumbEdit11    = new DevExpress.XtraEditors.BreadCrumbEdit();
     this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
     this.layoutControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit11.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl3)).BeginInit();
     this.layoutControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit21.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit22.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit23.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit24.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.breadCrumbEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.breadCrumbEdit11.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.groupControl2);
     this.layoutControl1.Controls.Add(this.groupControl1);
     this.layoutControl1.Controls.Add(this.simpleButton11);
     this.layoutControl1.Controls.Add(this.simpleButton2);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.Root     = this.Root;
     this.layoutControl1.Size     = new System.Drawing.Size(446, 372);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // Root
     //
     this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.Root.GroupBordersVisible         = false;
     this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.layoutControlItem2,
         this.layoutControlItem13,
         this.layoutControlItem14,
         this.emptySpaceItem1
     });
     this.Root.Name        = "Root";
     this.Root.Padding     = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.Root.Size        = new System.Drawing.Size(446, 372);
     this.Root.TextVisible = false;
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.layoutControl2);
     this.groupControl1.Location = new System.Drawing.Point(2, 2);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(442, 94);
     this.groupControl1.TabIndex = 4;
     this.groupControl1.Text     = "Cơ Bản";
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this.groupControl1;
     this.layoutControlItem1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Size        = new System.Drawing.Size(446, 98);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // groupControl2
     //
     this.groupControl2.Controls.Add(this.layoutControl3);
     this.groupControl2.Location = new System.Drawing.Point(2, 100);
     this.groupControl2.Name     = "groupControl2";
     this.groupControl2.Size     = new System.Drawing.Size(442, 228);
     this.groupControl2.TabIndex = 5;
     this.groupControl2.Text     = "Quản Lý";
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control     = this.groupControl2;
     this.layoutControlItem2.Location    = new System.Drawing.Point(0, 98);
     this.layoutControlItem2.Name        = "layoutControlItem2";
     this.layoutControlItem2.Size        = new System.Drawing.Size(446, 232);
     this.layoutControlItem2.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextVisible = false;
     //
     // layoutControl2
     //
     this.layoutControl2.Controls.Add(this.checkEdit1);
     this.layoutControl2.Controls.Add(this.textEdit1);
     this.layoutControl2.Controls.Add(this.textEdit11);
     this.layoutControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl2.Location = new System.Drawing.Point(2, 22);
     this.layoutControl2.Name     = "layoutControl2";
     this.layoutControl2.Root     = this.layoutControlGroup1;
     this.layoutControl2.Size     = new System.Drawing.Size(438, 70);
     this.layoutControl2.TabIndex = 0;
     this.layoutControl2.Text     = "layoutControl2";
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem3,
         this.layoutControlItem4,
         this.layoutControlItem5
     });
     this.layoutControlGroup1.Name        = "Root";
     this.layoutControlGroup1.Padding     = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
     this.layoutControlGroup1.Size        = new System.Drawing.Size(438, 70);
     this.layoutControlGroup1.TextVisible = false;
     //
     // textEdit1
     //
     this.textEdit1.Location        = new System.Drawing.Point(34, 7);
     this.textEdit1.Name            = "textEdit1";
     this.textEdit1.Size            = new System.Drawing.Size(225, 20);
     this.textEdit1.StyleController = this.layoutControl2;
     this.textEdit1.TabIndex        = 4;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control  = this.textEdit1;
     this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem3.Name     = "layoutControlItem3";
     this.layoutControlItem3.Padding  = new DevExpress.XtraLayout.Utils.Padding(10, 10, 5, 5);
     this.layoutControlItem3.Size     = new System.Drawing.Size(267, 30);
     this.layoutControlItem3.Text     = "Mã";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(18, 13);
     //
     // textEdit11
     //
     this.textEdit11.Location        = new System.Drawing.Point(34, 37);
     this.textEdit11.Name            = "textEdit11";
     this.textEdit11.Size            = new System.Drawing.Size(392, 20);
     this.textEdit11.StyleController = this.layoutControl2;
     this.textEdit11.TabIndex        = 4;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control               = this.textEdit11;
     this.layoutControlItem4.ControlAlignment      = System.Drawing.ContentAlignment.TopLeft;
     this.layoutControlItem4.CustomizationFormText = "layoutControlItem3";
     this.layoutControlItem4.Location              = new System.Drawing.Point(0, 30);
     this.layoutControlItem4.Name     = "layoutControlItem4";
     this.layoutControlItem4.Padding  = new DevExpress.XtraLayout.Utils.Padding(10, 10, 5, 5);
     this.layoutControlItem4.Size     = new System.Drawing.Size(434, 36);
     this.layoutControlItem4.Text     = "Tên";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(18, 13);
     //
     // checkEdit1
     //
     this.checkEdit1.Location           = new System.Drawing.Point(279, 7);
     this.checkEdit1.Name               = "checkEdit1";
     this.checkEdit1.Properties.Caption = "Còn quản lý";
     this.checkEdit1.Size               = new System.Drawing.Size(147, 19);
     this.checkEdit1.StyleController    = this.layoutControl2;
     this.checkEdit1.TabIndex           = 5;
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control     = this.checkEdit1;
     this.layoutControlItem5.Location    = new System.Drawing.Point(267, 0);
     this.layoutControlItem5.Name        = "layoutControlItem5";
     this.layoutControlItem5.Padding     = new DevExpress.XtraLayout.Utils.Padding(10, 10, 5, 5);
     this.layoutControlItem5.Size        = new System.Drawing.Size(167, 30);
     this.layoutControlItem5.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem5.TextVisible = false;
     //
     // layoutControl3
     //
     this.layoutControl3.Controls.Add(this.breadCrumbEdit1);
     this.layoutControl3.Controls.Add(this.textEdit21);
     this.layoutControl3.Controls.Add(this.textEdit22);
     this.layoutControl3.Controls.Add(this.textEdit23);
     this.layoutControl3.Controls.Add(this.textEdit24);
     this.layoutControl3.Controls.Add(this.textEdit2);
     this.layoutControl3.Controls.Add(this.breadCrumbEdit11);
     this.layoutControl3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl3.Location = new System.Drawing.Point(2, 22);
     this.layoutControl3.Name     = "layoutControl3";
     this.layoutControl3.Root     = this.layoutControlGroup2;
     this.layoutControl3.Size     = new System.Drawing.Size(438, 204);
     this.layoutControl3.TabIndex = 0;
     this.layoutControl3.Text     = "layoutControl3";
     //
     // layoutControlGroup2
     //
     this.layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup2.GroupBordersVisible         = false;
     this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem6,
         this.layoutControlItem7,
         this.layoutControlItem8,
         this.layoutControlItem9,
         this.layoutControlItem10,
         this.layoutControlItem11,
         this.layoutControlItem12
     });
     this.layoutControlGroup2.Name        = "Root";
     this.layoutControlGroup2.Padding     = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
     this.layoutControlGroup2.Size        = new System.Drawing.Size(438, 204);
     this.layoutControlGroup2.TextVisible = false;
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control  = this.textEdit2;
     this.layoutControlItem6.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem6.Name     = "layoutControlItem6";
     this.layoutControlItem6.Padding  = new DevExpress.XtraLayout.Utils.Padding(10, 10, 5, 5);
     this.layoutControlItem6.Size     = new System.Drawing.Size(434, 33);
     this.layoutControlItem6.Text     = "Chức vụ";
     this.layoutControlItem6.TextSize = new System.Drawing.Size(49, 13);
     //
     // textEdit21
     //
     this.textEdit21.Location        = new System.Drawing.Point(65, 40);
     this.textEdit21.Name            = "textEdit21";
     this.textEdit21.Size            = new System.Drawing.Size(361, 20);
     this.textEdit21.StyleController = this.layoutControl3;
     this.textEdit21.TabIndex        = 4;
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.Control               = this.textEdit21;
     this.layoutControlItem7.ControlAlignment      = System.Drawing.ContentAlignment.TopLeft;
     this.layoutControlItem7.CustomizationFormText = "layoutControlItem6";
     this.layoutControlItem7.Location              = new System.Drawing.Point(0, 33);
     this.layoutControlItem7.Name     = "layoutControlItem7";
     this.layoutControlItem7.Padding  = new DevExpress.XtraLayout.Utils.Padding(10, 10, 5, 5);
     this.layoutControlItem7.Size     = new System.Drawing.Size(434, 30);
     this.layoutControlItem7.Text     = "Địa chỉ";
     this.layoutControlItem7.TextSize = new System.Drawing.Size(49, 13);
     //
     // textEdit22
     //
     this.textEdit22.Location        = new System.Drawing.Point(65, 70);
     this.textEdit22.Name            = "textEdit22";
     this.textEdit22.Size            = new System.Drawing.Size(361, 20);
     this.textEdit22.StyleController = this.layoutControl3;
     this.textEdit22.TabIndex        = 4;
     //
     // layoutControlItem8
     //
     this.layoutControlItem8.Control               = this.textEdit22;
     this.layoutControlItem8.ControlAlignment      = System.Drawing.ContentAlignment.TopLeft;
     this.layoutControlItem8.CustomizationFormText = "layoutControlItem6";
     this.layoutControlItem8.Location              = new System.Drawing.Point(0, 63);
     this.layoutControlItem8.Name     = "layoutControlItem8";
     this.layoutControlItem8.Padding  = new DevExpress.XtraLayout.Utils.Padding(10, 10, 5, 5);
     this.layoutControlItem8.Size     = new System.Drawing.Size(434, 30);
     this.layoutControlItem8.Text     = "Email";
     this.layoutControlItem8.TextSize = new System.Drawing.Size(49, 13);
     //
     // textEdit23
     //
     this.textEdit23.Location        = new System.Drawing.Point(65, 100);
     this.textEdit23.Name            = "textEdit23";
     this.textEdit23.Size            = new System.Drawing.Size(152, 20);
     this.textEdit23.StyleController = this.layoutControl3;
     this.textEdit23.TabIndex        = 4;
     //
     // layoutControlItem9
     //
     this.layoutControlItem9.Control               = this.textEdit23;
     this.layoutControlItem9.ControlAlignment      = System.Drawing.ContentAlignment.TopLeft;
     this.layoutControlItem9.CustomizationFormText = "layoutControlItem6";
     this.layoutControlItem9.Location              = new System.Drawing.Point(0, 93);
     this.layoutControlItem9.Name     = "layoutControlItem9";
     this.layoutControlItem9.Padding  = new DevExpress.XtraLayout.Utils.Padding(10, 10, 5, 5);
     this.layoutControlItem9.Size     = new System.Drawing.Size(225, 30);
     this.layoutControlItem9.Text     = "Điện thoại";
     this.layoutControlItem9.TextSize = new System.Drawing.Size(49, 13);
     //
     // textEdit24
     //
     this.textEdit24.Location        = new System.Drawing.Point(290, 100);
     this.textEdit24.Name            = "textEdit24";
     this.textEdit24.Size            = new System.Drawing.Size(136, 20);
     this.textEdit24.StyleController = this.layoutControl3;
     this.textEdit24.TabIndex        = 4;
     //
     // layoutControlItem10
     //
     this.layoutControlItem10.Control               = this.textEdit24;
     this.layoutControlItem10.ControlAlignment      = System.Drawing.ContentAlignment.TopLeft;
     this.layoutControlItem10.CustomizationFormText = "layoutControlItem6";
     this.layoutControlItem10.Location              = new System.Drawing.Point(225, 93);
     this.layoutControlItem10.Name     = "layoutControlItem10";
     this.layoutControlItem10.Padding  = new DevExpress.XtraLayout.Utils.Padding(10, 10, 5, 5);
     this.layoutControlItem10.Size     = new System.Drawing.Size(209, 30);
     this.layoutControlItem10.Text     = "Di động";
     this.layoutControlItem10.TextSize = new System.Drawing.Size(49, 13);
     //
     // simpleButton2
     //
     this.simpleButton2.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton2.ImageOptions.Image")));
     this.simpleButton2.Location           = new System.Drawing.Point(302, 340);
     this.simpleButton2.Name            = "simpleButton2";
     this.simpleButton2.Size            = new System.Drawing.Size(134, 22);
     this.simpleButton2.StyleController = this.layoutControl1;
     this.simpleButton2.TabIndex        = 6;
     this.simpleButton2.Text            = "Đóng";
     //
     // simpleButton11
     //
     this.simpleButton11.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton11.ImageOptions.Image")));
     this.simpleButton11.Location           = new System.Drawing.Point(149, 340);
     this.simpleButton11.Name            = "simpleButton11";
     this.simpleButton11.Size            = new System.Drawing.Size(133, 22);
     this.simpleButton11.StyleController = this.layoutControl1;
     this.simpleButton11.TabIndex        = 5;
     this.simpleButton11.Text            = "Lưu";
     //
     // layoutControlItem13
     //
     this.layoutControlItem13.Control               = this.simpleButton11;
     this.layoutControlItem13.ControlAlignment      = System.Drawing.ContentAlignment.TopLeft;
     this.layoutControlItem13.CustomizationFormText = "layoutControlItem6";
     this.layoutControlItem13.Location              = new System.Drawing.Point(139, 330);
     this.layoutControlItem13.Name        = "layoutControlItem13";
     this.layoutControlItem13.Padding     = new DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10);
     this.layoutControlItem13.Size        = new System.Drawing.Size(153, 42);
     this.layoutControlItem13.Text        = "layoutControlItem6";
     this.layoutControlItem13.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem13.TextVisible = false;
     //
     // layoutControlItem14
     //
     this.layoutControlItem14.Control               = this.simpleButton2;
     this.layoutControlItem14.ControlAlignment      = System.Drawing.ContentAlignment.TopLeft;
     this.layoutControlItem14.CustomizationFormText = "layoutControlItem7";
     this.layoutControlItem14.Location              = new System.Drawing.Point(292, 330);
     this.layoutControlItem14.Name        = "layoutControlItem14";
     this.layoutControlItem14.Padding     = new DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10);
     this.layoutControlItem14.Size        = new System.Drawing.Size(154, 42);
     this.layoutControlItem14.Text        = "layoutControlItem7";
     this.layoutControlItem14.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem14.TextVisible = false;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack         = false;
     this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
     this.emptySpaceItem1.Location = new System.Drawing.Point(0, 330);
     this.emptySpaceItem1.Name     = "emptySpaceItem1";
     this.emptySpaceItem1.Size     = new System.Drawing.Size(139, 42);
     this.emptySpaceItem1.Text     = "emptySpaceItem1";
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // textEdit2
     //
     this.textEdit2.Location = new System.Drawing.Point(65, 7);
     this.textEdit2.Name     = "textEdit2";
     this.textEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     breadCrumbNode2.Caption = "Root";
     breadCrumbNode2.Value   = "Root";
     this.textEdit2.Properties.Nodes.AddRange(new DevExpress.XtraEditors.BreadCrumbNode[] {
         breadCrumbNode2
     });
     this.textEdit2.Size            = new System.Drawing.Size(361, 23);
     this.textEdit2.StyleController = this.layoutControl3;
     this.textEdit2.TabIndex        = 4;
     //
     // breadCrumbEdit1
     //
     this.breadCrumbEdit1.Location = new System.Drawing.Point(65, 130);
     this.breadCrumbEdit1.Name     = "breadCrumbEdit1";
     this.breadCrumbEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Plus),
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     breadCrumbNode1.Caption = "Root";
     breadCrumbNode1.Value   = "Root";
     this.breadCrumbEdit1.Properties.Nodes.AddRange(new DevExpress.XtraEditors.BreadCrumbNode[] {
         breadCrumbNode1
     });
     this.breadCrumbEdit1.Size            = new System.Drawing.Size(361, 23);
     this.breadCrumbEdit1.StyleController = this.layoutControl3;
     this.breadCrumbEdit1.TabIndex        = 5;
     //
     // layoutControlItem11
     //
     this.layoutControlItem11.Control  = this.breadCrumbEdit1;
     this.layoutControlItem11.Location = new System.Drawing.Point(0, 123);
     this.layoutControlItem11.Name     = "layoutControlItem11";
     this.layoutControlItem11.Padding  = new DevExpress.XtraLayout.Utils.Padding(10, 10, 5, 5);
     this.layoutControlItem11.Size     = new System.Drawing.Size(434, 33);
     this.layoutControlItem11.Text     = "Bộ phận";
     this.layoutControlItem11.TextSize = new System.Drawing.Size(49, 13);
     //
     // breadCrumbEdit11
     //
     this.breadCrumbEdit11.Location = new System.Drawing.Point(65, 163);
     this.breadCrumbEdit11.Name     = "breadCrumbEdit11";
     this.breadCrumbEdit11.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Plus),
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     breadCrumbNode3.Caption = "Root";
     breadCrumbNode3.Value   = "Root";
     this.breadCrumbEdit11.Properties.Nodes.AddRange(new DevExpress.XtraEditors.BreadCrumbNode[] {
         breadCrumbNode3
     });
     this.breadCrumbEdit11.Size            = new System.Drawing.Size(361, 23);
     this.breadCrumbEdit11.StyleController = this.layoutControl3;
     this.breadCrumbEdit11.TabIndex        = 5;
     //
     // layoutControlItem12
     //
     this.layoutControlItem12.Control               = this.breadCrumbEdit11;
     this.layoutControlItem12.ControlAlignment      = System.Drawing.ContentAlignment.TopLeft;
     this.layoutControlItem12.CustomizationFormText = "layoutControlItem11";
     this.layoutControlItem12.Location              = new System.Drawing.Point(0, 156);
     this.layoutControlItem12.Name     = "layoutControlItem12";
     this.layoutControlItem12.Padding  = new DevExpress.XtraLayout.Utils.Padding(10, 10, 5, 5);
     this.layoutControlItem12.Size     = new System.Drawing.Size(434, 44);
     this.layoutControlItem12.Text     = "Quản Lý";
     this.layoutControlItem12.TextSize = new System.Drawing.Size(49, 13);
     //
     // frmAddEmployees
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(446, 372);
     this.Controls.Add(this.layoutControl1);
     this.Name = "frmAddEmployees";
     this.Text = "Thêm Nhân Viên";
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
     this.layoutControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit11.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl3)).EndInit();
     this.layoutControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit21.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit22.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit23.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit24.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.breadCrumbEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.breadCrumbEdit11.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).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.XtraEditors.BreadCrumbNode          breadCrumbNode1 = new DevExpress.XtraEditors.BreadCrumbNode();
     DevExpress.XtraEditors.BreadCrumbNode          breadCrumbNode2 = new DevExpress.XtraEditors.BreadCrumbNode();
     System.ComponentModel.ComponentResourceManager resources       = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.breadCrumbEdit1     = new DevExpress.XtraEditors.BreadCrumbEdit();
     this.defaultLookAndFeel1 = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.sharedImageCollection1 = new DevExpress.Utils.SharedImageCollection(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.breadCrumbEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sharedImageCollection1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sharedImageCollection1.ImageSource)).BeginInit();
     this.SuspendLayout();
     //
     // breadCrumbEdit1
     //
     this.breadCrumbEdit1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.breadCrumbEdit1.Location = new System.Drawing.Point(12, 11);
     this.breadCrumbEdit1.Name     = "breadCrumbEdit1";
     this.breadCrumbEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.breadCrumbEdit1.Properties.ImageIndex = 1;
     this.breadCrumbEdit1.Properties.Images     = this.sharedImageCollection1;
     breadCrumbNode1.Caption          = "Root";
     breadCrumbNode1.Persistent       = true;
     breadCrumbNode1.PopulateOnDemand = true;
     breadCrumbNode1.ShowCaption      = false;
     breadCrumbNode1.Value            = "Root";
     breadCrumbNode2.Caption          = "Computer";
     breadCrumbNode2.Persistent       = true;
     breadCrumbNode2.PopulateOnDemand = true;
     breadCrumbNode2.Value            = "Computer";
     this.breadCrumbEdit1.Properties.Nodes.AddRange(new DevExpress.XtraEditors.BreadCrumbNode[] {
         breadCrumbNode1,
         breadCrumbNode2
     });
     this.breadCrumbEdit1.Properties.RootImageIndex   = 1;
     this.breadCrumbEdit1.Properties.SelectedNode     = breadCrumbNode2;
     this.breadCrumbEdit1.Properties.PathChanged     += new DevExpress.XtraEditors.BreadCrumbPathChangedEventHandler(this.breadCrumbEdit1_Properties_PathChanged);
     this.breadCrumbEdit1.Properties.QueryChildNodes += new DevExpress.XtraEditors.BreadCrumbQueryChildNodesEventHandler(this.breadCrumbEdit1_Properties_QueryChildNodes);
     this.breadCrumbEdit1.Properties.ValidatePath    += new DevExpress.XtraEditors.BreadCrumbValidatePathEventHandler(this.breadCrumbEdit1_Properties_ValidatePath);
     this.breadCrumbEdit1.Properties.NewNodeAdding   += new DevExpress.XtraEditors.BreadCrumbNewNodeAddingEventHandler(this.breadCrumbEdit1_Properties_NewNodeAdding);
     this.breadCrumbEdit1.Size         = new System.Drawing.Size(508, 22);
     this.breadCrumbEdit1.TabIndex     = 0;
     this.breadCrumbEdit1.PathChanged += new DevExpress.XtraEditors.BreadCrumbPathChangedEventHandler(this.breadCrumbEdit1_PathChanged);
     //
     // defaultLookAndFeel1
     //
     this.defaultLookAndFeel1.LookAndFeel.SkinName = "Visual Studio 2013 Light";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(9, 46);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(73, 13);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Current path:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(88, 46);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(54, 13);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Path Text";
     //
     // sharedImageCollection1
     //
     //
     //
     //
     this.sharedImageCollection1.ImageSource.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("sharedImageCollection1.ImageSource.ImageStream")));
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(0, "loadfrom_16x16.png");
     this.sharedImageCollection1.ImageSource.Images.SetKeyName(1, "open_16x16.png");
     this.sharedImageCollection1.ParentControl = this;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(532, 108);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.breadCrumbEdit1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.breadCrumbEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sharedImageCollection1.ImageSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sharedImageCollection1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo 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()
 {
     DevExpress.XtraEditors.BreadCrumbNode          breadCrumbNode2 = new DevExpress.XtraEditors.BreadCrumbNode();
     System.ComponentModel.ComponentResourceManager resources       = new System.ComponentModel.ComponentResourceManager(typeof(frmUpdateEmployees));
     this.layoutControl1      = new DevExpress.XtraLayout.LayoutControl();
     this.groupControl1       = new DevExpress.XtraEditors.GroupControl();
     this.layoutControl2      = new DevExpress.XtraLayout.LayoutControl();
     this.ckActive            = new DevExpress.XtraEditors.CheckEdit();
     this.txtMaNV             = new DevExpress.XtraEditors.TextEdit();
     this.txtTenNV            = new DevExpress.XtraEditors.TextEdit();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem3  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem5  = new DevExpress.XtraLayout.LayoutControlItem();
     this.groupControl2       = new DevExpress.XtraEditors.GroupControl();
     this.layoutControl3      = new DevExpress.XtraLayout.LayoutControl();
     this.txtDiaChi           = new DevExpress.XtraEditors.TextEdit();
     this.txtEmail            = new DevExpress.XtraEditors.TextEdit();
     this.txtDienThoai        = new DevExpress.XtraEditors.TextEdit();
     this.txtDiDong           = new DevExpress.XtraEditors.TextEdit();
     this.txtChucVu           = new DevExpress.XtraEditors.BreadCrumbEdit();
     this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem6  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem7  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem8  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem9  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
     this.btnSave             = new DevExpress.XtraEditors.SimpleButton();
     this.btnClose            = new DevExpress.XtraEditors.SimpleButton();
     this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem13  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem14  = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1      = new DevExpress.XtraLayout.EmptySpaceItem();
     this.lkBoPhan             = new DevExpress.XtraEditors.LookUpEdit();
     this.lkQuanLy             = new DevExpress.XtraEditors.LookUpEdit();
     this.btnThemBoPhan        = new DevExpress.XtraEditors.SimpleButton();
     this.layoutControlAItem15 = new DevExpress.XtraLayout.LayoutControlItem();
     this.btnThemQuanLy        = new DevExpress.XtraEditors.SimpleButton();
     this.layoutControlAItem1  = new DevExpress.XtraLayout.LayoutControlItem();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
     this.layoutControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ckActive.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMaNV.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTenNV.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl3)).BeginInit();
     this.layoutControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtDiaChi.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEmail.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDienThoai.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDiDong.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtChucVu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkBoPhan.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkQuanLy.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlAItem15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlAItem1)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.groupControl1);
     this.layoutControl1.Controls.Add(this.groupControl2);
     this.layoutControl1.Controls.Add(this.btnSave);
     this.layoutControl1.Controls.Add(this.btnClose);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.Root     = this.Root;
     this.layoutControl1.Size     = new System.Drawing.Size(446, 372);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.layoutControl2);
     this.groupControl1.Location = new System.Drawing.Point(2, 2);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(442, 92);
     this.groupControl1.TabIndex = 7;
     this.groupControl1.Text     = "Cơ Bản";
     //
     // layoutControl2
     //
     this.layoutControl2.Controls.Add(this.ckActive);
     this.layoutControl2.Controls.Add(this.txtMaNV);
     this.layoutControl2.Controls.Add(this.txtTenNV);
     this.layoutControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl2.Location = new System.Drawing.Point(2, 22);
     this.layoutControl2.Name     = "layoutControl2";
     this.layoutControl2.Root     = this.layoutControlGroup1;
     this.layoutControl2.Size     = new System.Drawing.Size(438, 68);
     this.layoutControl2.TabIndex = 0;
     this.layoutControl2.Text     = "layoutControl2";
     //
     // ckActive
     //
     this.ckActive.Location           = new System.Drawing.Point(279, 7);
     this.ckActive.Name               = "ckActive";
     this.ckActive.Properties.Caption = "Còn quản lý";
     this.ckActive.Size               = new System.Drawing.Size(147, 19);
     this.ckActive.StyleController    = this.layoutControl2;
     this.ckActive.TabIndex           = 5;
     //
     // txtMaNV
     //
     this.txtMaNV.Location        = new System.Drawing.Point(33, 7);
     this.txtMaNV.Name            = "txtMaNV";
     this.txtMaNV.Size            = new System.Drawing.Size(226, 20);
     this.txtMaNV.StyleController = this.layoutControl2;
     this.txtMaNV.TabIndex        = 4;
     //
     // txtTenNV
     //
     this.txtTenNV.Location        = new System.Drawing.Point(33, 37);
     this.txtTenNV.Name            = "txtTenNV";
     this.txtTenNV.Size            = new System.Drawing.Size(393, 20);
     this.txtTenNV.StyleController = this.layoutControl2;
     this.txtTenNV.TabIndex        = 4;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem3,
         this.layoutControlItem4,
         this.layoutControlItem5
     });
     this.layoutControlGroup1.Name        = "Root";
     this.layoutControlGroup1.Padding     = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
     this.layoutControlGroup1.Size        = new System.Drawing.Size(438, 68);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control  = this.txtMaNV;
     this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem3.Name     = "layoutControlItem3";
     this.layoutControlItem3.Padding  = new DevExpress.XtraLayout.Utils.Padding(10, 10, 5, 5);
     this.layoutControlItem3.Size     = new System.Drawing.Size(267, 30);
     this.layoutControlItem3.Text     = "Mã";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(18, 13);
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control               = this.txtTenNV;
     this.layoutControlItem4.ControlAlignment      = System.Drawing.ContentAlignment.TopLeft;
     this.layoutControlItem4.CustomizationFormText = "layoutControlItem3";
     this.layoutControlItem4.Location              = new System.Drawing.Point(0, 30);
     this.layoutControlItem4.Name     = "layoutControlItem4";
     this.layoutControlItem4.Padding  = new DevExpress.XtraLayout.Utils.Padding(10, 10, 5, 5);
     this.layoutControlItem4.Size     = new System.Drawing.Size(434, 34);
     this.layoutControlItem4.Text     = "Tên";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(18, 13);
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control     = this.ckActive;
     this.layoutControlItem5.Location    = new System.Drawing.Point(267, 0);
     this.layoutControlItem5.Name        = "layoutControlItem5";
     this.layoutControlItem5.Padding     = new DevExpress.XtraLayout.Utils.Padding(10, 10, 5, 5);
     this.layoutControlItem5.Size        = new System.Drawing.Size(167, 30);
     this.layoutControlItem5.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem5.TextVisible = false;
     //
     // groupControl2
     //
     this.groupControl2.Controls.Add(this.layoutControl3);
     this.groupControl2.Location = new System.Drawing.Point(2, 98);
     this.groupControl2.Name     = "groupControl2";
     this.groupControl2.Size     = new System.Drawing.Size(442, 230);
     this.groupControl2.TabIndex = 6;
     this.groupControl2.Text     = "Quản Lý";
     //
     // layoutControl3
     //
     this.layoutControl3.Controls.Add(this.btnThemBoPhan);
     this.layoutControl3.Controls.Add(this.txtDiaChi);
     this.layoutControl3.Controls.Add(this.txtEmail);
     this.layoutControl3.Controls.Add(this.txtDienThoai);
     this.layoutControl3.Controls.Add(this.txtDiDong);
     this.layoutControl3.Controls.Add(this.txtChucVu);
     this.layoutControl3.Controls.Add(this.lkBoPhan);
     this.layoutControl3.Controls.Add(this.lkQuanLy);
     this.layoutControl3.Controls.Add(this.btnThemQuanLy);
     this.layoutControl3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl3.Location = new System.Drawing.Point(2, 22);
     this.layoutControl3.Name     = "layoutControl3";
     this.layoutControl3.Root     = this.layoutControlGroup2;
     this.layoutControl3.Size     = new System.Drawing.Size(438, 206);
     this.layoutControl3.TabIndex = 0;
     this.layoutControl3.Text     = "layoutControl3";
     //
     // txtDiaChi
     //
     this.txtDiaChi.Location        = new System.Drawing.Point(64, 40);
     this.txtDiaChi.Name            = "txtDiaChi";
     this.txtDiaChi.Size            = new System.Drawing.Size(362, 20);
     this.txtDiaChi.StyleController = this.layoutControl3;
     this.txtDiaChi.TabIndex        = 4;
     //
     // txtEmail
     //
     this.txtEmail.Location        = new System.Drawing.Point(64, 70);
     this.txtEmail.Name            = "txtEmail";
     this.txtEmail.Size            = new System.Drawing.Size(362, 20);
     this.txtEmail.StyleController = this.layoutControl3;
     this.txtEmail.TabIndex        = 4;
     //
     // txtDienThoai
     //
     this.txtDienThoai.Location        = new System.Drawing.Point(64, 100);
     this.txtDienThoai.Name            = "txtDienThoai";
     this.txtDienThoai.Size            = new System.Drawing.Size(55, 20);
     this.txtDienThoai.StyleController = this.layoutControl3;
     this.txtDienThoai.TabIndex        = 4;
     //
     // txtDiDong
     //
     this.txtDiDong.Location        = new System.Drawing.Point(191, 100);
     this.txtDiDong.Name            = "txtDiDong";
     this.txtDiDong.Size            = new System.Drawing.Size(235, 20);
     this.txtDiDong.StyleController = this.layoutControl3;
     this.txtDiDong.TabIndex        = 4;
     //
     // txtChucVu
     //
     this.txtChucVu.Location = new System.Drawing.Point(64, 7);
     this.txtChucVu.Name     = "txtChucVu";
     this.txtChucVu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     breadCrumbNode2.Caption = "Root";
     breadCrumbNode2.Value   = "Root";
     this.txtChucVu.Properties.Nodes.AddRange(new DevExpress.XtraEditors.BreadCrumbNode[] {
         breadCrumbNode2
     });
     this.txtChucVu.Size            = new System.Drawing.Size(362, 23);
     this.txtChucVu.StyleController = this.layoutControl3;
     this.txtChucVu.TabIndex        = 4;
     //
     // layoutControlGroup2
     //
     this.layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup2.GroupBordersVisible         = false;
     this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem6,
         this.layoutControlItem7,
         this.layoutControlItem8,
         this.layoutControlItem9,
         this.layoutControlItem10,
         this.layoutControlItem11,
         this.layoutControlItem12,
         this.layoutControlAItem15,
         this.layoutControlAItem1
     });
     this.layoutControlGroup2.Name        = "Root";
     this.layoutControlGroup2.Padding     = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
     this.layoutControlGroup2.Size        = new System.Drawing.Size(438, 206);
     this.layoutControlGroup2.TextVisible = false;
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control  = this.txtChucVu;
     this.layoutControlItem6.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem6.Name     = "layoutControlItem6";
     this.layoutControlItem6.Padding  = new DevExpress.XtraLayout.Utils.Padding(10, 10, 5, 5);
     this.layoutControlItem6.Size     = new System.Drawing.Size(434, 33);
     this.layoutControlItem6.Text     = "Chức vụ";
     this.layoutControlItem6.TextSize = new System.Drawing.Size(49, 13);
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.Control               = this.txtDiaChi;
     this.layoutControlItem7.ControlAlignment      = System.Drawing.ContentAlignment.TopLeft;
     this.layoutControlItem7.CustomizationFormText = "layoutControlItem6";
     this.layoutControlItem7.Location              = new System.Drawing.Point(0, 33);
     this.layoutControlItem7.Name     = "layoutControlItem7";
     this.layoutControlItem7.Padding  = new DevExpress.XtraLayout.Utils.Padding(10, 10, 5, 5);
     this.layoutControlItem7.Size     = new System.Drawing.Size(434, 30);
     this.layoutControlItem7.Text     = "Địa chỉ";
     this.layoutControlItem7.TextSize = new System.Drawing.Size(49, 13);
     //
     // layoutControlItem8
     //
     this.layoutControlItem8.Control               = this.txtEmail;
     this.layoutControlItem8.ControlAlignment      = System.Drawing.ContentAlignment.TopLeft;
     this.layoutControlItem8.CustomizationFormText = "layoutControlItem6";
     this.layoutControlItem8.Location              = new System.Drawing.Point(0, 63);
     this.layoutControlItem8.Name     = "layoutControlItem8";
     this.layoutControlItem8.Padding  = new DevExpress.XtraLayout.Utils.Padding(10, 10, 5, 5);
     this.layoutControlItem8.Size     = new System.Drawing.Size(434, 30);
     this.layoutControlItem8.Text     = "Email";
     this.layoutControlItem8.TextSize = new System.Drawing.Size(49, 13);
     //
     // layoutControlItem9
     //
     this.layoutControlItem9.Control               = this.txtDienThoai;
     this.layoutControlItem9.ControlAlignment      = System.Drawing.ContentAlignment.TopLeft;
     this.layoutControlItem9.CustomizationFormText = "layoutControlItem6";
     this.layoutControlItem9.Location              = new System.Drawing.Point(0, 93);
     this.layoutControlItem9.Name     = "layoutControlItem9";
     this.layoutControlItem9.Padding  = new DevExpress.XtraLayout.Utils.Padding(10, 10, 5, 5);
     this.layoutControlItem9.Size     = new System.Drawing.Size(127, 30);
     this.layoutControlItem9.Text     = "Điện thoại";
     this.layoutControlItem9.TextSize = new System.Drawing.Size(49, 13);
     //
     // layoutControlItem10
     //
     this.layoutControlItem10.Control               = this.txtDiDong;
     this.layoutControlItem10.ControlAlignment      = System.Drawing.ContentAlignment.TopLeft;
     this.layoutControlItem10.CustomizationFormText = "layoutControlItem6";
     this.layoutControlItem10.Location              = new System.Drawing.Point(127, 93);
     this.layoutControlItem10.Name     = "layoutControlItem10";
     this.layoutControlItem10.Padding  = new DevExpress.XtraLayout.Utils.Padding(10, 10, 5, 5);
     this.layoutControlItem10.Size     = new System.Drawing.Size(307, 30);
     this.layoutControlItem10.Text     = "Di động";
     this.layoutControlItem10.TextSize = new System.Drawing.Size(49, 13);
     //
     // layoutControlItem11
     //
     this.layoutControlItem11.Control  = this.lkBoPhan;
     this.layoutControlItem11.Location = new System.Drawing.Point(0, 123);
     this.layoutControlItem11.Name     = "layoutControlItem11";
     this.layoutControlItem11.Padding  = new DevExpress.XtraLayout.Utils.Padding(10, 10, 5, 5);
     this.layoutControlItem11.Size     = new System.Drawing.Size(402, 30);
     this.layoutControlItem11.Text     = "Bộ phận";
     this.layoutControlItem11.TextSize = new System.Drawing.Size(49, 13);
     //
     // layoutControlItem12
     //
     this.layoutControlItem12.Control               = this.lkQuanLy;
     this.layoutControlItem12.ControlAlignment      = System.Drawing.ContentAlignment.TopLeft;
     this.layoutControlItem12.CustomizationFormText = "layoutControlItem11";
     this.layoutControlItem12.Location              = new System.Drawing.Point(0, 153);
     this.layoutControlItem12.Name     = "layoutControlItem12";
     this.layoutControlItem12.Padding  = new DevExpress.XtraLayout.Utils.Padding(10, 10, 5, 5);
     this.layoutControlItem12.Size     = new System.Drawing.Size(402, 49);
     this.layoutControlItem12.Text     = "Quản Lý";
     this.layoutControlItem12.TextSize = new System.Drawing.Size(49, 13);
     //
     // btnSave
     //
     this.btnSave.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.ImageOptions.Image")));
     this.btnSave.Location           = new System.Drawing.Point(149, 340);
     this.btnSave.Name            = "btnSave";
     this.btnSave.Size            = new System.Drawing.Size(133, 22);
     this.btnSave.StyleController = this.layoutControl1;
     this.btnSave.TabIndex        = 5;
     this.btnSave.Text            = "Lưu";
     this.btnSave.Click          += new System.EventHandler(this.btnSave_Click);
     //
     // btnClose
     //
     this.btnClose.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.ImageOptions.Image")));
     this.btnClose.Location           = new System.Drawing.Point(302, 340);
     this.btnClose.Name            = "btnClose";
     this.btnClose.Size            = new System.Drawing.Size(134, 22);
     this.btnClose.StyleController = this.layoutControl1;
     this.btnClose.TabIndex        = 6;
     this.btnClose.Text            = "Đóng";
     this.btnClose.Click          += new System.EventHandler(this.btnClose_Click);
     //
     // Root
     //
     this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.Root.GroupBordersVisible         = false;
     this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.layoutControlItem2,
         this.layoutControlItem13,
         this.layoutControlItem14,
         this.emptySpaceItem1
     });
     this.Root.Name        = "Root";
     this.Root.Padding     = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.Root.Size        = new System.Drawing.Size(446, 372);
     this.Root.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this.groupControl2;
     this.layoutControlItem1.Location    = new System.Drawing.Point(0, 96);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Size        = new System.Drawing.Size(446, 234);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control     = this.groupControl1;
     this.layoutControlItem2.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlItem2.Name        = "layoutControlItem2";
     this.layoutControlItem2.Size        = new System.Drawing.Size(446, 96);
     this.layoutControlItem2.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextVisible = false;
     //
     // layoutControlItem13
     //
     this.layoutControlItem13.Control               = this.btnSave;
     this.layoutControlItem13.ControlAlignment      = System.Drawing.ContentAlignment.TopLeft;
     this.layoutControlItem13.CustomizationFormText = "layoutControlItem6";
     this.layoutControlItem13.Location              = new System.Drawing.Point(139, 330);
     this.layoutControlItem13.Name    = "layoutControlItem13";
     this.layoutControlItem13.Padding = new DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10);
     this.layoutControlItem13.ShowInCustomizationForm = false;
     this.layoutControlItem13.Size        = new System.Drawing.Size(153, 42);
     this.layoutControlItem13.Text        = "layoutControlItem6";
     this.layoutControlItem13.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem13.TextVisible = false;
     //
     // layoutControlItem14
     //
     this.layoutControlItem14.Control               = this.btnClose;
     this.layoutControlItem14.ControlAlignment      = System.Drawing.ContentAlignment.TopLeft;
     this.layoutControlItem14.CustomizationFormText = "layoutControlItem7";
     this.layoutControlItem14.Location              = new System.Drawing.Point(292, 330);
     this.layoutControlItem14.Name        = "layoutControlItem14";
     this.layoutControlItem14.Padding     = new DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10);
     this.layoutControlItem14.Size        = new System.Drawing.Size(154, 42);
     this.layoutControlItem14.Text        = "layoutControlItem7";
     this.layoutControlItem14.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem14.TextVisible = false;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack         = false;
     this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
     this.emptySpaceItem1.Location = new System.Drawing.Point(0, 330);
     this.emptySpaceItem1.Name     = "emptySpaceItem1";
     this.emptySpaceItem1.Size     = new System.Drawing.Size(139, 42);
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // lkBoPhan
     //
     this.lkBoPhan.Location = new System.Drawing.Point(64, 130);
     this.lkBoPhan.Name     = "lkBoPhan";
     this.lkBoPhan.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.lkBoPhan.Properties.ImmediatePopup = true;
     this.lkBoPhan.Properties.NullText       = "";
     this.lkBoPhan.Properties.PopupSizeable  = false;
     this.lkBoPhan.Size            = new System.Drawing.Size(330, 20);
     this.lkBoPhan.StyleController = this.layoutControl3;
     this.lkBoPhan.TabIndex        = 5;
     //
     // lkQuanLy
     //
     this.lkQuanLy.Location = new System.Drawing.Point(64, 160);
     this.lkQuanLy.Name     = "lkQuanLy";
     this.lkQuanLy.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.lkQuanLy.Properties.ImmediatePopup = true;
     this.lkQuanLy.Properties.NullText       = "";
     this.lkQuanLy.Properties.PopupSizeable  = false;
     this.lkQuanLy.Size            = new System.Drawing.Size(330, 20);
     this.lkQuanLy.StyleController = this.layoutControl3;
     this.lkQuanLy.TabIndex        = 5;
     //
     // btnThemBoPhan
     //
     this.btnThemBoPhan.ImageOptions.SvgImage     = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnThemBoPhan.ImageOptions.SvgImage")));
     this.btnThemBoPhan.ImageOptions.SvgImageSize = new System.Drawing.Size(20, 20);
     this.btnThemBoPhan.Location        = new System.Drawing.Point(406, 127);
     this.btnThemBoPhan.Name            = "btnThemBoPhan";
     this.btnThemBoPhan.PaintStyle      = DevExpress.XtraEditors.Controls.PaintStyles.Light;
     this.btnThemBoPhan.Size            = new System.Drawing.Size(28, 26);
     this.btnThemBoPhan.StyleController = this.layoutControl3;
     this.btnThemBoPhan.TabIndex        = 7;
     this.btnThemBoPhan.Click          += new System.EventHandler(this.btnThemBoPhan_Click);
     //
     // layoutControlAItem15
     //
     this.layoutControlAItem15.Control     = this.btnThemBoPhan;
     this.layoutControlAItem15.Location    = new System.Drawing.Point(402, 123);
     this.layoutControlAItem15.Name        = "layoutControlAItem15";
     this.layoutControlAItem15.Size        = new System.Drawing.Size(32, 30);
     this.layoutControlAItem15.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlAItem15.TextVisible = false;
     //
     // btnThemQuanLy
     //
     this.btnThemQuanLy.ImageOptions.SvgImage     = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnThemBoPhan1.ImageOptions.SvgImage")));
     this.btnThemQuanLy.ImageOptions.SvgImageSize = new System.Drawing.Size(20, 20);
     this.btnThemQuanLy.Location        = new System.Drawing.Point(406, 157);
     this.btnThemQuanLy.Name            = "btnThemQuanLy";
     this.btnThemQuanLy.PaintStyle      = DevExpress.XtraEditors.Controls.PaintStyles.Light;
     this.btnThemQuanLy.Size            = new System.Drawing.Size(28, 26);
     this.btnThemQuanLy.StyleController = this.layoutControl3;
     this.btnThemQuanLy.TabIndex        = 7;
     this.btnThemQuanLy.Click          += new System.EventHandler(this.btnThemQuanLy_Click);
     //
     // layoutControlAItem1
     //
     this.layoutControlAItem1.Control               = this.btnThemQuanLy;
     this.layoutControlAItem1.ControlAlignment      = System.Drawing.ContentAlignment.TopLeft;
     this.layoutControlAItem1.CustomizationFormText = "layoutControlAItem15";
     this.layoutControlAItem1.Location              = new System.Drawing.Point(402, 153);
     this.layoutControlAItem1.Name        = "layoutControlAItem1";
     this.layoutControlAItem1.Size        = new System.Drawing.Size(32, 49);
     this.layoutControlAItem1.Text        = "layoutControlAItem15";
     this.layoutControlAItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlAItem1.TextVisible = false;
     //
     // frmUpdateEmployees
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(446, 372);
     this.Controls.Add(this.layoutControl1);
     this.Name          = "frmUpdateEmployees";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Cập Nhật Nhân Viên";
     this.Load         += new System.EventHandler(this.frmUpdateEmployees_Load);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
     this.layoutControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ckActive.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMaNV.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTenNV.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl3)).EndInit();
     this.layoutControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtDiaChi.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEmail.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDienThoai.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDiDong.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtChucVu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkBoPhan.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkQuanLy.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlAItem15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlAItem1)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 10
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.XtraEditors.BreadCrumbNode breadCrumbNode1 = new DevExpress.XtraEditors.BreadCrumbNode();
     this.btnsave                     = new DevExpress.XtraEditors.SimpleButton();
     this.groupControl5               = new DevExpress.XtraEditors.GroupControl();
     this.ln                          = new DevExpress.XtraEditors.LabelControl();
     this.comdoId                     = new DevExpress.XtraEditors.LookUpEdit();
     this.txtapId                     = new DevExpress.XtraEditors.TextEdit();
     this.txtviNote                   = new DevExpress.XtraEditors.TextEdit();
     this.txtviName                   = new DevExpress.XtraEditors.TextEdit();
     this.txtviCode                   = new DevExpress.XtraEditors.TextEdit();
     this.labelControl1               = new DevExpress.XtraEditors.LabelControl();
     this.txtpaId                     = new DevExpress.XtraEditors.TextEdit();
     this.labelControl41              = new DevExpress.XtraEditors.LabelControl();
     this.labelControl43              = new DevExpress.XtraEditors.LabelControl();
     this.labelControl44              = new DevExpress.XtraEditors.LabelControl();
     this.labelControl45              = new DevExpress.XtraEditors.LabelControl();
     this.labelControl46              = new DevExpress.XtraEditors.LabelControl();
     this.labelControl47              = new DevExpress.XtraEditors.LabelControl();
     this.labelControl48              = new DevExpress.XtraEditors.LabelControl();
     this.datevisit                   = new DevExpress.XtraEditors.DateEdit();
     this.behaviorManager1            = new DevExpress.Utils.Behaviors.BehaviorManager(this.components);
     this.groupControl4               = new DevExpress.XtraEditors.GroupControl();
     this.btnClose                    = new DevExpress.XtraEditors.SimpleButton();
     this.getNameDoctorsBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.timevist                    = new DevExpress.XtraEditors.BreadCrumbEdit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl5)).BeginInit();
     this.groupControl5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comdoId.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtapId.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtviNote.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtviName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtviCode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtpaId.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.datevisit.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.datevisit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.behaviorManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).BeginInit();
     this.groupControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.getNameDoctorsBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.timevist.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // btnsave
     //
     this.btnsave.Appearance.Font                 = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnsave.Appearance.ForeColor            = System.Drawing.Color.SteelBlue;
     this.btnsave.Appearance.Options.UseFont      = true;
     this.btnsave.Appearance.Options.UseForeColor = true;
     this.btnsave.ImageOptions.SvgImage           = global::MedicalCenterManangement.Properties.Resources.colors;
     this.btnsave.Location    = new System.Drawing.Point(247, 31);
     this.btnsave.Name        = "btnsave";
     this.btnsave.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.btnsave.Size        = new System.Drawing.Size(281, 68);
     this.btnsave.TabIndex    = 4;
     this.btnsave.Text        = "حــــــــــــــــــفظ";
     this.btnsave.Click      += new System.EventHandler(this.simpleButton2_Click);
     //
     // groupControl5
     //
     this.groupControl5.Appearance.BackColor              = System.Drawing.Color.Teal;
     this.groupControl5.Appearance.BorderColor            = System.Drawing.Color.Teal;
     this.groupControl5.Appearance.Font                   = new System.Drawing.Font("Tahoma", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupControl5.Appearance.Options.UseBackColor   = true;
     this.groupControl5.Appearance.Options.UseBorderColor = true;
     this.groupControl5.Appearance.Options.UseFont        = true;
     this.groupControl5.AppearanceCaption.Font            = new System.Drawing.Font("Sakkal Majalla", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.groupControl5.AppearanceCaption.Options.UseFont = true;
     this.groupControl5.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.groupControl5.Controls.Add(this.ln);
     this.groupControl5.Controls.Add(this.comdoId);
     this.groupControl5.Controls.Add(this.txtapId);
     this.groupControl5.Controls.Add(this.txtviNote);
     this.groupControl5.Controls.Add(this.txtviName);
     this.groupControl5.Controls.Add(this.txtviCode);
     this.groupControl5.Controls.Add(this.labelControl1);
     this.groupControl5.Controls.Add(this.txtpaId);
     this.groupControl5.Controls.Add(this.labelControl41);
     this.groupControl5.Controls.Add(this.labelControl43);
     this.groupControl5.Controls.Add(this.labelControl44);
     this.groupControl5.Controls.Add(this.labelControl45);
     this.groupControl5.Controls.Add(this.labelControl46);
     this.groupControl5.Controls.Add(this.labelControl47);
     this.groupControl5.Controls.Add(this.labelControl48);
     this.groupControl5.Controls.Add(this.datevisit);
     this.groupControl5.Controls.Add(this.timevist);
     this.groupControl5.Location    = new System.Drawing.Point(3, 2);
     this.groupControl5.Name        = "groupControl5";
     this.groupControl5.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.groupControl5.Size        = new System.Drawing.Size(528, 361);
     this.groupControl5.TabIndex    = 5;
     this.groupControl5.Text        = "ادارة الزيارات الطبية";
     this.groupControl5.Paint      += new System.Windows.Forms.PaintEventHandler(this.groupControl5_Paint);
     //
     // ln
     //
     this.ln.Location = new System.Drawing.Point(111, 0);
     this.ln.Name     = "ln";
     this.ln.Size     = new System.Drawing.Size(0, 16);
     this.ln.TabIndex = 39;
     //
     // comdoId
     //
     this.comdoId.Location = new System.Drawing.Point(22, 322);
     this.comdoId.Name     = "comdoId";
     this.comdoId.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comdoId.Properties.SearchMode = DevExpress.XtraEditors.Controls.SearchMode.OnlyInPopup;
     this.comdoId.Size     = new System.Drawing.Size(273, 22);
     this.comdoId.TabIndex = 38;
     //
     // txtapId
     //
     this.txtapId.Location = new System.Drawing.Point(22, 230);
     this.txtapId.Name     = "txtapId";
     this.txtapId.Properties.AutoHeight = false;
     this.txtapId.Size     = new System.Drawing.Size(273, 30);
     this.txtapId.TabIndex = 37;
     //
     // txtviNote
     //
     this.txtviNote.Location = new System.Drawing.Point(22, 268);
     this.txtviNote.Name     = "txtviNote";
     this.txtviNote.Properties.AutoHeight = false;
     this.txtviNote.Size     = new System.Drawing.Size(273, 30);
     this.txtviNote.TabIndex = 36;
     //
     // txtviName
     //
     this.txtviName.Location = new System.Drawing.Point(22, 117);
     this.txtviName.Name     = "txtviName";
     this.txtviName.Properties.AutoHeight = false;
     this.txtviName.Size     = new System.Drawing.Size(273, 30);
     this.txtviName.TabIndex = 33;
     //
     // txtviCode
     //
     this.txtviCode.Location = new System.Drawing.Point(22, 76);
     this.txtviCode.Name     = "txtviCode";
     this.txtviCode.Properties.AutoHeight = false;
     this.txtviCode.Size     = new System.Drawing.Size(273, 30);
     this.txtviCode.TabIndex = 32;
     //
     // labelControl1
     //
     this.labelControl1.Appearance.Font            = new System.Drawing.Font("Sakkal Majalla", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.labelControl1.Appearance.Options.UseFont = true;
     this.labelControl1.Location = new System.Drawing.Point(389, 44);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(66, 25);
     this.labelControl1.TabIndex = 31;
     this.labelControl1.Text     = "رقم المريض";
     //
     // txtpaId
     //
     this.txtpaId.Location = new System.Drawing.Point(22, 40);
     this.txtpaId.Name     = "txtpaId";
     this.txtpaId.Properties.AutoHeight = false;
     this.txtpaId.Properties.ReadOnly   = true;
     this.txtpaId.Size              = new System.Drawing.Size(273, 30);
     this.txtpaId.TabIndex          = 1;
     this.txtpaId.EditValueChanged += new System.EventHandler(this.textEdit1_EditValueChanged);
     //
     // labelControl41
     //
     this.labelControl41.Appearance.Font            = new System.Drawing.Font("Sakkal Majalla", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.labelControl41.Appearance.Options.UseFont = true;
     this.labelControl41.Location = new System.Drawing.Point(384, 319);
     this.labelControl41.Name     = "labelControl41";
     this.labelControl41.Size     = new System.Drawing.Size(86, 25);
     this.labelControl41.TabIndex = 29;
     this.labelControl41.Text     = "الطبيب المعالج";
     //
     // labelControl43
     //
     this.labelControl43.Appearance.Font            = new System.Drawing.Font("Sakkal Majalla", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.labelControl43.Appearance.Options.UseFont = true;
     this.labelControl43.Location = new System.Drawing.Point(397, 282);
     this.labelControl43.Name     = "labelControl43";
     this.labelControl43.Size     = new System.Drawing.Size(53, 25);
     this.labelControl43.TabIndex = 25;
     this.labelControl43.Text     = "ملاحظات";
     //
     // labelControl44
     //
     this.labelControl44.Appearance.Font            = new System.Drawing.Font("Sakkal Majalla", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.labelControl44.Appearance.Options.UseFont = true;
     this.labelControl44.Location = new System.Drawing.Point(390, 237);
     this.labelControl44.Name     = "labelControl44";
     this.labelControl44.Size     = new System.Drawing.Size(38, 25);
     this.labelControl44.TabIndex = 23;
     this.labelControl44.Text     = "الموعد";
     //
     // labelControl45
     //
     this.labelControl45.Appearance.Font            = new System.Drawing.Font("Sakkal Majalla", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.labelControl45.Appearance.Options.UseFont = true;
     this.labelControl45.Location = new System.Drawing.Point(386, 156);
     this.labelControl45.Name     = "labelControl45";
     this.labelControl45.Size     = new System.Drawing.Size(66, 25);
     this.labelControl45.TabIndex = 21;
     this.labelControl45.Text     = "وقت الزيارة";
     //
     // labelControl46
     //
     this.labelControl46.Appearance.Font            = new System.Drawing.Font("Sakkal Majalla", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.labelControl46.Appearance.Options.UseFont = true;
     this.labelControl46.Location = new System.Drawing.Point(390, 120);
     this.labelControl46.Name     = "labelControl46";
     this.labelControl46.Size     = new System.Drawing.Size(65, 25);
     this.labelControl46.TabIndex = 19;
     this.labelControl46.Text     = "اسم الزيارة";
     //
     // labelControl47
     //
     this.labelControl47.Appearance.Font            = new System.Drawing.Font("Sakkal Majalla", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.labelControl47.Appearance.Options.UseFont = true;
     this.labelControl47.Location = new System.Drawing.Point(386, 205);
     this.labelControl47.Name     = "labelControl47";
     this.labelControl47.Size     = new System.Drawing.Size(66, 25);
     this.labelControl47.TabIndex = 17;
     this.labelControl47.Text     = "تاريخ الزيارة";
     //
     // labelControl48
     //
     this.labelControl48.Appearance.Font            = new System.Drawing.Font("Sakkal Majalla", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.labelControl48.Appearance.Options.UseFont = true;
     this.labelControl48.Location = new System.Drawing.Point(392, 81);
     this.labelControl48.Name     = "labelControl48";
     this.labelControl48.Size     = new System.Drawing.Size(62, 25);
     this.labelControl48.TabIndex = 15;
     this.labelControl48.Text     = "كود الزيارة";
     //
     // datevisit
     //
     this.datevisit.EditValue             = null;
     this.datevisit.Location              = new System.Drawing.Point(22, 192);
     this.datevisit.Name                  = "datevisit";
     this.datevisit.Properties.AutoHeight = false;
     this.datevisit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.datevisit.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.datevisit.Properties.CalendarView     = DevExpress.XtraEditors.Repository.CalendarView.Vista;
     this.datevisit.Properties.VistaDisplayMode = DevExpress.Utils.DefaultBoolean.True;
     this.datevisit.Size     = new System.Drawing.Size(273, 30);
     this.datevisit.TabIndex = 34;
     //
     // groupControl4
     //
     this.groupControl4.Appearance.BorderColor            = System.Drawing.Color.Teal;
     this.groupControl4.Appearance.Options.UseBorderColor = true;
     this.groupControl4.Controls.Add(this.btnClose);
     this.groupControl4.Controls.Add(this.btnsave);
     this.groupControl4.Location    = new System.Drawing.Point(3, 363);
     this.groupControl4.Name        = "groupControl4";
     this.groupControl4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.groupControl4.Size        = new System.Drawing.Size(533, 134);
     this.groupControl4.TabIndex    = 4;
     this.groupControl4.Text        = "الاجراءات";
     this.groupControl4.Paint      += new System.Windows.Forms.PaintEventHandler(this.groupControl4_Paint);
     //
     // btnClose
     //
     this.btnClose.Appearance.Font                 = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnClose.Appearance.ForeColor            = System.Drawing.Color.SteelBlue;
     this.btnClose.Appearance.Options.UseFont      = true;
     this.btnClose.Appearance.Options.UseForeColor = true;
     this.btnClose.ImageOptions.SvgImage           = global::MedicalCenterManangement.Properties.Resources.redo;
     this.btnClose.Location    = new System.Drawing.Point(4, 31);
     this.btnClose.Name        = "btnClose";
     this.btnClose.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.btnClose.Size        = new System.Drawing.Size(241, 68);
     this.btnClose.TabIndex    = 5;
     this.btnClose.Text        = "تراجع للخلف";
     this.btnClose.Click      += new System.EventHandler(this.btnClose_Click);
     //
     // getNameDoctorsBindingSource
     //
     this.getNameDoctorsBindingSource.DataMember = "getNameDoctors";
     //
     // timevist
     //
     this.timevist.Location = new System.Drawing.Point(22, 152);
     this.timevist.Name     = "timevist";
     this.timevist.Properties.AutoHeight = false;
     this.timevist.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.timevist.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.timevist.Properties.DisplayFormat.FormatString = "d";
     this.timevist.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.timevist.Properties.EditFormat.FormatString    = "d";
     this.timevist.Properties.EditFormat.FormatType      = DevExpress.Utils.FormatType.DateTime;
     breadCrumbNode1.Caption = "Root";
     breadCrumbNode1.Value   = "Root";
     this.timevist.Properties.Nodes.AddRange(new DevExpress.XtraEditors.BreadCrumbNode[] {
         breadCrumbNode1
     });
     this.timevist.Size              = new System.Drawing.Size(273, 30);
     this.timevist.TabIndex          = 6;
     this.timevist.EditValueChanged += new System.EventHandler(this.dateEdit2_EditValueChanged);
     //
     // XtraFrmVisit
     //
     this.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize    = new System.Drawing.Size(532, 465);
     this.Controls.Add(this.groupControl5);
     this.Controls.Add(this.groupControl4);
     this.Name  = "XtraFrmVisit";
     this.Text  = "XtraForm1";
     this.Load += new System.EventHandler(this.XtraFrmVisit_Load);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl5)).EndInit();
     this.groupControl5.ResumeLayout(false);
     this.groupControl5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comdoId.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtapId.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtviNote.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtviName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtviCode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtpaId.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.datevisit.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.datevisit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.behaviorManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).EndInit();
     this.groupControl4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.getNameDoctorsBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.timevist.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo 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.Utils.KeyShortcut keyShortcut1 = new DevExpress.Utils.KeyShortcut();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.XtraEditors.BreadCrumbNode         breadCrumbNode1 = new DevExpress.XtraEditors.BreadCrumbNode();
     DevExpress.Utils.KeyShortcut keyShortcut2 = new DevExpress.Utils.KeyShortcut();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
     this.main_tlp        = new System.Windows.Forms.TableLayoutPanel();
     this.groupControl2   = new DevExpress.XtraEditors.GroupControl();
     this.textBoxX_autolj = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.buttonX1        = new DevComponents.DotNetBar.ButtonX();
     this.del_bt          = new DevComponents.DotNetBar.ButtonX();
     this.add_bt          = new DevComponents.DotNetBar.ButtonX();
     this.query_bt        = new DevComponents.DotNetBar.ButtonX();
     this.groupControl1   = new DevExpress.XtraEditors.GroupControl();
     this.button1         = new System.Windows.Forms.Button();
     this.expend_line_bt  = new DevComponents.DotNetBar.ButtonX();
     this.import_bt       = new DevComponents.DotNetBar.ButtonX();
     this.main_gc         = new DevExpress.XtraGrid.GridControl();
     this.gridView1       = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.ljh             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.mc     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gdh    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.scbh   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.cc     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.sandsm = new DevExpress.XtraGrid.Columns.GridColumn();
     this.tm     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.XH     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.clbz   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.clsj   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemButtonEdit1     = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.repositoryItemBreadCrumbEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemBreadCrumbEdit();
     this.repositoryItemButtonEdit2     = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.panel1              = new System.Windows.Forms.Panel();
     this.labelX1             = new DevComponents.DotNetBar.LabelX();
     this.button2             = new System.Windows.Forms.Button();
     this.button3             = new System.Windows.Forms.Button();
     this.defaultLookAndFeel1 = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
     this.openFileDialog1     = new System.Windows.Forms.OpenFileDialog();
     this.main_tlp.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.main_gc)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemBreadCrumbEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // main_tlp
     //
     this.main_tlp.BackColor   = System.Drawing.Color.Transparent;
     this.main_tlp.ColumnCount = 1;
     this.main_tlp.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.main_tlp.Controls.Add(this.groupControl2, 0, 1);
     this.main_tlp.Controls.Add(this.groupControl1, 0, 0);
     this.main_tlp.Controls.Add(this.main_gc, 0, 2);
     this.main_tlp.Controls.Add(this.panel1, 0, 3);
     this.main_tlp.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.main_tlp.ForeColor = System.Drawing.Color.Black;
     this.main_tlp.Location  = new System.Drawing.Point(0, 0);
     this.main_tlp.Name      = "main_tlp";
     this.main_tlp.RowCount  = 4;
     this.main_tlp.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 85F));
     this.main_tlp.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 85F));
     this.main_tlp.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.main_tlp.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
     this.main_tlp.Size     = new System.Drawing.Size(747, 608);
     this.main_tlp.TabIndex = 0;
     //
     // groupControl2
     //
     this.groupControl2.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.groupControl2.Appearance.ForeColor            = System.Drawing.Color.Black;
     this.groupControl2.Appearance.Options.UseBackColor = true;
     this.groupControl2.Appearance.Options.UseForeColor = true;
     this.groupControl2.Controls.Add(this.textBoxX_autolj);
     this.groupControl2.Controls.Add(this.buttonX1);
     this.groupControl2.Controls.Add(this.del_bt);
     this.groupControl2.Controls.Add(this.add_bt);
     this.groupControl2.Controls.Add(this.query_bt);
     this.groupControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupControl2.Location = new System.Drawing.Point(3, 88);
     this.groupControl2.Name     = "groupControl2";
     this.groupControl2.Size     = new System.Drawing.Size(741, 79);
     this.groupControl2.TabIndex = 3;
     this.groupControl2.Text     = "数据基础操作";
     //
     // textBoxX_autolj
     //
     this.textBoxX_autolj.AutoCompleteCustomSource.AddRange(new string[] {
         "111111111",
         "222222222",
         "1213123121",
         "324312121",
         "434123132",
         "31211",
         "111223",
         "3333",
         "22234"
     });
     this.textBoxX_autolj.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.textBoxX_autolj.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
     this.textBoxX_autolj.BackColor          = System.Drawing.Color.White;
     //
     //
     //
     this.textBoxX_autolj.Border.Class      = "TextBoxBorder";
     this.textBoxX_autolj.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX_autolj.DisabledBackColor = System.Drawing.Color.White;
     this.textBoxX_autolj.ForeColor         = System.Drawing.Color.Black;
     this.textBoxX_autolj.Location          = new System.Drawing.Point(9, 39);
     this.textBoxX_autolj.Name             = "textBoxX_autolj";
     this.textBoxX_autolj.PreventEnterBeep = true;
     this.textBoxX_autolj.Size             = new System.Drawing.Size(269, 22);
     this.textBoxX_autolj.TabIndex         = 6;
     this.textBoxX_autolj.WatermarkText    = "输入零件号或者名称或者条码都可以查询";
     //
     // buttonX1
     //
     this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX1.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX1.Location       = new System.Drawing.Point(643, 39);
     this.buttonX1.Name           = "buttonX1";
     this.buttonX1.Size           = new System.Drawing.Size(75, 27);
     this.buttonX1.Style          = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonX1.TabIndex       = 5;
     this.buttonX1.Text           = "修改";
     this.buttonX1.Click         += new System.EventHandler(this.buttonX1_Click);
     //
     // del_bt
     //
     this.del_bt.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.del_bt.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.del_bt.Location       = new System.Drawing.Point(545, 39);
     this.del_bt.Name           = "del_bt";
     this.del_bt.Size           = new System.Drawing.Size(75, 27);
     this.del_bt.Style          = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.del_bt.TabIndex       = 4;
     this.del_bt.Text           = "删除";
     this.del_bt.Click         += new System.EventHandler(this.del_bt_Click);
     //
     // add_bt
     //
     this.add_bt.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.add_bt.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.add_bt.Location       = new System.Drawing.Point(446, 39);
     this.add_bt.Name           = "add_bt";
     this.add_bt.Size           = new System.Drawing.Size(75, 27);
     this.add_bt.Style          = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.add_bt.TabIndex       = 3;
     this.add_bt.Text           = "添加";
     this.add_bt.Click         += new System.EventHandler(this.add_bt_Click);
     //
     // query_bt
     //
     this.query_bt.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.query_bt.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.query_bt.Location       = new System.Drawing.Point(347, 39);
     this.query_bt.Name           = "query_bt";
     this.query_bt.Size           = new System.Drawing.Size(75, 27);
     this.query_bt.Style          = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.query_bt.TabIndex       = 1;
     this.query_bt.Text           = "查询";
     this.query_bt.Click         += new System.EventHandler(this.query_bt_Click);
     //
     // groupControl1
     //
     this.groupControl1.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.groupControl1.Appearance.ForeColor            = System.Drawing.Color.Black;
     this.groupControl1.Appearance.Options.UseBackColor = true;
     this.groupControl1.Appearance.Options.UseForeColor = true;
     this.groupControl1.Controls.Add(this.button1);
     this.groupControl1.Controls.Add(this.expend_line_bt);
     this.groupControl1.Controls.Add(this.import_bt);
     this.groupControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupControl1.Location = new System.Drawing.Point(3, 3);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(741, 79);
     this.groupControl1.TabIndex = 0;
     this.groupControl1.Text     = "持久化操作";
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.button1.ForeColor = System.Drawing.Color.Black;
     this.button1.Location  = new System.Drawing.Point(643, 40);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(75, 23);
     this.button1.TabIndex  = 2;
     this.button1.Text      = "退出";
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // expend_line_bt
     //
     this.expend_line_bt.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.expend_line_bt.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.expend_line_bt.Location       = new System.Drawing.Point(172, 40);
     this.expend_line_bt.Name           = "expend_line_bt";
     this.expend_line_bt.Size           = new System.Drawing.Size(131, 23);
     this.expend_line_bt.Style          = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.expend_line_bt.TabIndex       = 1;
     this.expend_line_bt.Text           = "导出至Excel";
     this.expend_line_bt.Click         += new System.EventHandler(this.expend_line_bt_Click);
     //
     // import_bt
     //
     this.import_bt.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.import_bt.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.import_bt.Location       = new System.Drawing.Point(34, 41);
     this.import_bt.Name           = "import_bt";
     this.import_bt.Size           = new System.Drawing.Size(117, 23);
     this.import_bt.Style          = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.import_bt.TabIndex       = 0;
     this.import_bt.Text           = "通过excel导入";
     this.import_bt.Click         += new System.EventHandler(this.import_bt_Click);
     //
     // main_gc
     //
     this.main_gc.Dock = System.Windows.Forms.DockStyle.Fill;
     //
     //
     //
     this.main_gc.EmbeddedNavigator.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.main_gc.EmbeddedNavigator.Appearance.ForeColor            = System.Drawing.Color.Black;
     this.main_gc.EmbeddedNavigator.Appearance.Options.UseBackColor = true;
     this.main_gc.EmbeddedNavigator.Appearance.Options.UseForeColor = true;
     this.main_gc.Location = new System.Drawing.Point(3, 173);
     this.main_gc.LookAndFeel.UseDefaultLookAndFeel = false;
     this.main_gc.MainView = this.gridView1;
     this.main_gc.Name     = "main_gc";
     this.main_gc.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemButtonEdit1,
         this.repositoryItemBreadCrumbEdit1,
         this.repositoryItemButtonEdit2
     });
     this.main_gc.Size     = new System.Drawing.Size(741, 392);
     this.main_gc.TabIndex = 4;
     this.main_gc.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.ljh,
         this.mc,
         this.gdh,
         this.scbh,
         this.cc,
         this.sandsm,
         this.tm,
         this.XH,
         this.clbz,
         this.clsj
     });
     this.gridView1.GridControl = this.main_gc;
     this.gridView1.Name        = "gridView1";
     //
     // ljh
     //
     this.ljh.Caption      = "零件号";
     this.ljh.FieldName    = "PN";
     this.ljh.Name         = "ljh";
     this.ljh.Visible      = true;
     this.ljh.VisibleIndex = 0;
     this.ljh.Width        = 78;
     //
     // mc
     //
     this.mc.Caption      = "名称";
     this.mc.FieldName    = "name";
     this.mc.Name         = "mc";
     this.mc.Visible      = true;
     this.mc.VisibleIndex = 1;
     this.mc.Width        = 78;
     //
     // gdh
     //
     this.gdh.Caption      = "工单号";
     this.gdh.FieldName    = "jobnum";
     this.gdh.Name         = "gdh";
     this.gdh.Visible      = true;
     this.gdh.VisibleIndex = 2;
     this.gdh.Width        = 78;
     //
     // scbh
     //
     this.scbh.Caption      = "生产编号";
     this.scbh.FieldName    = "ARef";
     this.scbh.Name         = "scbh";
     this.scbh.Visible      = true;
     this.scbh.VisibleIndex = 3;
     this.scbh.Width        = 78;
     //
     // cc
     //
     this.cc.Caption      = "尺寸";
     this.cc.FieldName    = "size";
     this.cc.Name         = "cc";
     this.cc.Visible      = true;
     this.cc.VisibleIndex = 4;
     this.cc.Width        = 78;
     //
     // sandsm
     //
     this.sandsm.Caption      = "3D数模";
     this.sandsm.FieldName    = "sm";
     this.sandsm.Name         = "sandsm";
     this.sandsm.Visible      = true;
     this.sandsm.VisibleIndex = 5;
     this.sandsm.Width        = 80;
     //
     // tm
     //
     this.tm.Caption      = "条码";
     this.tm.FieldName    = "Barcode";
     this.tm.Name         = "tm";
     this.tm.Visible      = true;
     this.tm.VisibleIndex = 6;
     this.tm.Width        = 77;
     //
     // XH
     //
     this.XH.Caption   = "序号";
     this.XH.FieldName = "id";
     this.XH.Name      = "XH";
     //
     // clbz
     //
     this.clbz.Caption      = "标准管理";
     this.clbz.FieldName    = "clbz";
     this.clbz.Name         = "clbz";
     this.clbz.Visible      = true;
     this.clbz.VisibleIndex = 7;
     this.clbz.Width        = 77;
     //
     // clsj
     //
     this.clsj.Caption      = "测量数据管理";
     this.clsj.FieldName    = "clsj";
     this.clsj.Name         = "clsj";
     this.clsj.Visible      = true;
     this.clsj.VisibleIndex = 8;
     this.clsj.Width        = 86;
     //
     // repositoryItemButtonEdit1
     //
     this.repositoryItemButtonEdit1.AutoHeight = false;
     this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "测量标准管理", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, keyShortcut1, serializableAppearanceObject1, "", null, null, true)
     });
     this.repositoryItemButtonEdit1.ButtonsStyle  = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.repositoryItemButtonEdit1.Name          = "repositoryItemButtonEdit1";
     this.repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     this.repositoryItemButtonEdit1.ButtonClick  += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit1_ButtonClick);
     this.repositoryItemButtonEdit1.Click        += new System.EventHandler(this.repositoryItemButtonEdit1_Click);
     //
     // repositoryItemBreadCrumbEdit1
     //
     this.repositoryItemBreadCrumbEdit1.AutoHeight = false;
     this.repositoryItemBreadCrumbEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemBreadCrumbEdit1.Name = "repositoryItemBreadCrumbEdit1";
     breadCrumbNode1.Caption = "string";
     breadCrumbNode1.Value   = "string";
     this.repositoryItemBreadCrumbEdit1.Nodes.AddRange(new DevExpress.XtraEditors.BreadCrumbNode[] {
         breadCrumbNode1
     });
     //
     // repositoryItemButtonEdit2
     //
     this.repositoryItemButtonEdit2.AutoHeight = false;
     this.repositoryItemButtonEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "测量试图", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, keyShortcut2, serializableAppearanceObject2, "", null, null, true)
     });
     this.repositoryItemButtonEdit2.ButtonsStyle  = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat;
     this.repositoryItemButtonEdit2.Name          = "repositoryItemButtonEdit2";
     this.repositoryItemButtonEdit2.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     this.repositoryItemButtonEdit2.ButtonClick  += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit2_ButtonClick);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.labelX1);
     this.panel1.Controls.Add(this.button2);
     this.panel1.Controls.Add(this.button3);
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.panel1.ForeColor = System.Drawing.Color.Black;
     this.panel1.Location  = new System.Drawing.Point(3, 571);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(741, 34);
     this.panel1.TabIndex  = 5;
     //
     // labelX1
     //
     //
     //
     //
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.ForeColor = System.Drawing.Color.Black;
     this.labelX1.Location  = new System.Drawing.Point(87, 5);
     this.labelX1.Name      = "labelX1";
     this.labelX1.Size      = new System.Drawing.Size(75, 23);
     this.labelX1.TabIndex  = 6;
     this.labelX1.Text      = "0/10";
     //
     // button2
     //
     this.button2.ForeColor = System.Drawing.Color.Black;
     this.button2.Location  = new System.Drawing.Point(172, 5);
     this.button2.Name      = "button2";
     this.button2.Size      = new System.Drawing.Size(75, 23);
     this.button2.TabIndex  = 5;
     this.button2.Text      = "下一页";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button3
     //
     this.button3.ForeColor = System.Drawing.Color.Black;
     this.button3.Location  = new System.Drawing.Point(6, 5);
     this.button3.Name      = "button3";
     this.button3.Size      = new System.Drawing.Size(75, 23);
     this.button3.TabIndex  = 4;
     this.button3.Text      = "上一页";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // defaultLookAndFeel1
     //
     this.defaultLookAndFeel1.LookAndFeel.SkinName = "iMaginary";
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName = "openFileDialog1";
     //
     // BomFrom
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(747, 608);
     this.Controls.Add(this.main_tlp);
     this.DoubleBuffered = true;
     this.Font           = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name           = "BomFrom";
     this.StartPosition  = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text           = "零件管理";
     this.Load          += new System.EventHandler(this.BomFrom_Load);
     this.main_tlp.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.main_gc)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemBreadCrumbEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).EndInit();
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 12
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(HH_Hangloi));
     DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions1 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
     DevExpress.XtraEditors.BreadCrumbNode breadCrumbNode1 = new DevExpress.XtraEditors.BreadCrumbNode();
     this.Grp_HangLoi         = new DevExpress.XtraEditors.GroupControl();
     this.groupControl2       = new DevExpress.XtraEditors.GroupControl();
     this.Grc_TABLE           = new DevExpress.XtraGrid.GridControl();
     this.gridView1           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.MAHH                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.TENHH               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.SERI                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.TINHTRANG           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GHICHU              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.groupBox1           = new System.Windows.Forms.GroupBox();
     this.layoutControl2      = new DevExpress.XtraLayout.LayoutControl();
     this.cbo_ID              = new DevExpress.XtraEditors.ComboBoxEdit();
     this.txt_NAME            = new DevExpress.XtraEditors.TextEdit();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.Root1               = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem9  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
     this.txt_MaSeri          = new DevExpress.XtraEditors.TextEdit();
     this.cbo_GT              = new DevExpress.XtraEditors.BreadCrumbEdit();
     this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem();
     this.txt_DiaChi          = new DevExpress.XtraEditors.TextEdit();
     ((System.ComponentModel.ISupportInitialize)(this.Grp_HangLoi)).BeginInit();
     this.Grp_HangLoi.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Grc_TABLE)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
     this.layoutControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbo_ID.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_NAME.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_MaSeri.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbo_GT.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_DiaChi.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // Grp_HangLoi
     //
     this.Grp_HangLoi.ContentImage = ((System.Drawing.Image)(resources.GetObject("Grp_HangLoi.ContentImage")));
     this.Grp_HangLoi.Controls.Add(this.groupControl2);
     this.Grp_HangLoi.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.Grp_HangLoi.Location = new System.Drawing.Point(0, 0);
     this.Grp_HangLoi.Name     = "Grp_HangLoi";
     this.Grp_HangLoi.Size     = new System.Drawing.Size(988, 667);
     this.Grp_HangLoi.TabIndex = 5;
     this.Grp_HangLoi.Text     = "HÀNG LỖI";
     //
     // groupControl2
     //
     this.groupControl2.Controls.Add(this.Grc_TABLE);
     this.groupControl2.Controls.Add(this.groupBox1);
     buttonImageOptions1.Image = ((System.Drawing.Image)(resources.GetObject("buttonImageOptions1.Image")));
     this.groupControl2.CustomHeaderButtons.AddRange(new DevExpress.XtraEditors.ButtonPanel.IBaseButton[] {
         new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("Thoát", true, buttonImageOptions1, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", -1, true, null, true, false, true, null, -1)
     });
     this.groupControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupControl2.Location = new System.Drawing.Point(2, 25);
     this.groupControl2.Name     = "groupControl2";
     this.groupControl2.Size     = new System.Drawing.Size(984, 640);
     this.groupControl2.TabIndex = 1;
     //
     // Grc_TABLE
     //
     this.Grc_TABLE.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.Grc_TABLE.Location = new System.Drawing.Point(2, 182);
     this.Grc_TABLE.MainView = this.gridView1;
     this.Grc_TABLE.Name     = "Grc_TABLE";
     this.Grc_TABLE.Size     = new System.Drawing.Size(980, 456);
     this.Grc_TABLE.TabIndex = 4;
     this.Grc_TABLE.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.MAHH,
         this.TENHH,
         this.SERI,
         this.TINHTRANG,
         this.GHICHU
     });
     this.gridView1.GridControl = this.Grc_TABLE;
     this.gridView1.Name        = "gridView1";
     //
     // MAHH
     //
     this.MAHH.Caption      = "MÃ HÀNG HÓA";
     this.MAHH.FieldName    = "MAHH";
     this.MAHH.MinWidth     = 25;
     this.MAHH.Name         = "MAHH";
     this.MAHH.Visible      = true;
     this.MAHH.VisibleIndex = 0;
     this.MAHH.Width        = 128;
     //
     // TENHH
     //
     this.TENHH.Caption      = "TÊN HÀNG HÓA";
     this.TENHH.FieldName    = "TENHH";
     this.TENHH.MinWidth     = 25;
     this.TENHH.Name         = "TENHH";
     this.TENHH.Visible      = true;
     this.TENHH.VisibleIndex = 1;
     this.TENHH.Width        = 287;
     //
     // SERI
     //
     this.SERI.Caption      = "SERI SẢN PHẨM";
     this.SERI.FieldName    = "SERI";
     this.SERI.MinWidth     = 25;
     this.SERI.Name         = "SERI";
     this.SERI.Visible      = true;
     this.SERI.VisibleIndex = 2;
     this.SERI.Width        = 114;
     //
     // TINHTRANG
     //
     this.TINHTRANG.Caption      = "TÌNH TRẠNG";
     this.TINHTRANG.FieldName    = "TINHTRANG";
     this.TINHTRANG.MinWidth     = 25;
     this.TINHTRANG.Name         = "TINHTRANG";
     this.TINHTRANG.Visible      = true;
     this.TINHTRANG.VisibleIndex = 3;
     this.TINHTRANG.Width        = 155;
     //
     // GHICHU
     //
     this.GHICHU.Caption      = "GHI CHÚ";
     this.GHICHU.FieldName    = "GHICHU";
     this.GHICHU.MinWidth     = 25;
     this.GHICHU.Name         = "GHICHU";
     this.GHICHU.Visible      = true;
     this.GHICHU.VisibleIndex = 4;
     this.GHICHU.Width        = 278;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.layoutControl2);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location = new System.Drawing.Point(2, 33);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(980, 149);
     this.groupBox1.TabIndex = 3;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Thông tin";
     //
     // layoutControl2
     //
     this.layoutControl2.Controls.Add(this.cbo_ID);
     this.layoutControl2.Controls.Add(this.txt_NAME);
     this.layoutControl2.Controls.Add(this.txt_DiaChi);
     this.layoutControl2.Controls.Add(this.txt_MaSeri);
     this.layoutControl2.Controls.Add(this.cbo_GT);
     this.layoutControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl2.Location = new System.Drawing.Point(3, 19);
     this.layoutControl2.Name     = "layoutControl2";
     this.layoutControl2.Root     = this.layoutControlGroup1;
     this.layoutControl2.Size     = new System.Drawing.Size(974, 127);
     this.layoutControl2.TabIndex = 0;
     this.layoutControl2.Text     = "layoutControl2";
     //
     // cbo_ID
     //
     this.cbo_ID.Location = new System.Drawing.Point(113, 22);
     this.cbo_ID.Name     = "cbo_ID";
     this.cbo_ID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cbo_ID.Size            = new System.Drawing.Size(215, 22);
     this.cbo_ID.StyleController = this.layoutControl2;
     this.cbo_ID.TabIndex        = 4;
     //
     // txt_NAME
     //
     this.txt_NAME.Location        = new System.Drawing.Point(423, 22);
     this.txt_NAME.Name            = "txt_NAME";
     this.txt_NAME.Size            = new System.Drawing.Size(529, 22);
     this.txt_NAME.StyleController = this.layoutControl2;
     this.txt_NAME.TabIndex        = 5;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.Root1
     });
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(974, 127);
     this.layoutControlGroup1.TextVisible = false;
     //
     // Root1
     //
     this.Root1.CustomizationFormText       = "Root";
     this.Root1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.Root1.GroupBordersVisible         = false;
     this.Root1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem9,
         this.layoutControlItem10,
         this.layoutControlItem11,
         this.layoutControlItem13,
         this.layoutControlItem15
     });
     this.Root1.Location    = new System.Drawing.Point(0, 0);
     this.Root1.Name        = "Root1";
     this.Root1.Size        = new System.Drawing.Size(954, 107);
     this.Root1.Spacing     = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.Root1.Text        = "Root";
     this.Root1.TextVisible = false;
     //
     // layoutControlItem9
     //
     this.layoutControlItem9.Control = this.cbo_ID;
     this.layoutControlItem9.CustomizationFormText = "Mã nhân viên";
     this.layoutControlItem9.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem9.Name     = "layoutControlItem9";
     this.layoutControlItem9.Size     = new System.Drawing.Size(310, 26);
     this.layoutControlItem9.Text     = "MÃ HÀNG HÓA";
     this.layoutControlItem9.TextSize = new System.Drawing.Size(88, 16);
     //
     // layoutControlItem10
     //
     this.layoutControlItem10.Control = this.txt_NAME;
     this.layoutControlItem10.CustomizationFormText = "Tên nhân viên";
     this.layoutControlItem10.Location = new System.Drawing.Point(310, 0);
     this.layoutControlItem10.Name     = "layoutControlItem10";
     this.layoutControlItem10.Size     = new System.Drawing.Size(624, 26);
     this.layoutControlItem10.Text     = "TÊN HÀNG HÓA";
     this.layoutControlItem10.TextSize = new System.Drawing.Size(88, 16);
     //
     // layoutControlItem11
     //
     this.layoutControlItem11.Control = this.txt_MaSeri;
     this.layoutControlItem11.CustomizationFormText = "Ngày sinh";
     this.layoutControlItem11.Location = new System.Drawing.Point(0, 26);
     this.layoutControlItem11.Name     = "layoutControlItem11";
     this.layoutControlItem11.Size     = new System.Drawing.Size(310, 30);
     this.layoutControlItem11.Text     = "Seri Sản Phẩm";
     this.layoutControlItem11.TextSize = new System.Drawing.Size(88, 16);
     //
     // txt_MaSeri
     //
     this.txt_MaSeri.EditValue = "";
     this.txt_MaSeri.Location  = new System.Drawing.Point(113, 48);
     this.txt_MaSeri.Name      = "txt_MaSeri";
     this.txt_MaSeri.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.txt_MaSeri.Properties.EditFormat.FormatType    = DevExpress.Utils.FormatType.Numeric;
     this.txt_MaSeri.Properties.Mask.EditMask            = "99/99/0000";
     this.txt_MaSeri.Properties.Mask.MaskType            = DevExpress.XtraEditors.Mask.MaskType.Simple;
     this.txt_MaSeri.Size            = new System.Drawing.Size(215, 22);
     this.txt_MaSeri.StyleController = this.layoutControl2;
     this.txt_MaSeri.TabIndex        = 6;
     //
     // cbo_GT
     //
     this.cbo_GT.Location = new System.Drawing.Point(423, 48);
     this.cbo_GT.Name     = "cbo_GT";
     this.cbo_GT.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     breadCrumbNode1.Caption = "Root";
     breadCrumbNode1.Value   = "Root";
     this.cbo_GT.Properties.Nodes.AddRange(new DevExpress.XtraEditors.BreadCrumbNode[] {
         breadCrumbNode1
     });
     this.cbo_GT.Size            = new System.Drawing.Size(529, 26);
     this.cbo_GT.StyleController = this.layoutControl2;
     this.cbo_GT.TabIndex        = 8;
     //
     // layoutControlItem13
     //
     this.layoutControlItem13.Control = this.cbo_GT;
     this.layoutControlItem13.CustomizationFormText = "Giới tính";
     this.layoutControlItem13.Location = new System.Drawing.Point(310, 26);
     this.layoutControlItem13.Name     = "layoutControlItem13";
     this.layoutControlItem13.Size     = new System.Drawing.Size(624, 30);
     this.layoutControlItem13.Text     = "TÌNH TRẠNG";
     this.layoutControlItem13.TextSize = new System.Drawing.Size(88, 16);
     //
     // layoutControlItem15
     //
     this.layoutControlItem15.Control = this.txt_DiaChi;
     this.layoutControlItem15.CustomizationFormText = "Địa chỉ";
     this.layoutControlItem15.Location = new System.Drawing.Point(0, 56);
     this.layoutControlItem15.Name     = "layoutControlItem15";
     this.layoutControlItem15.Size     = new System.Drawing.Size(934, 31);
     this.layoutControlItem15.Text     = "GHI CHÚ";
     this.layoutControlItem15.TextSize = new System.Drawing.Size(88, 16);
     //
     // txt_DiaChi
     //
     this.txt_DiaChi.Location        = new System.Drawing.Point(113, 78);
     this.txt_DiaChi.Name            = "txt_DiaChi";
     this.txt_DiaChi.Size            = new System.Drawing.Size(839, 22);
     this.txt_DiaChi.StyleController = this.layoutControl2;
     this.txt_DiaChi.TabIndex        = 10;
     //
     // HH_Hangloi
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.Grp_HangLoi);
     this.Name = "HH_Hangloi";
     this.Size = new System.Drawing.Size(988, 667);
     ((System.ComponentModel.ISupportInitialize)(this.Grp_HangLoi)).EndInit();
     this.Grp_HangLoi.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.Grc_TABLE)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
     this.layoutControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cbo_ID.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_NAME.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_MaSeri.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbo_GT.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_DiaChi.Properties)).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.StyleFormatCondition      styleFormatCondition1         = new DevExpress.XtraGrid.StyleFormatCondition();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.XtraEditors.BreadCrumbNode         breadCrumbNode1 = new DevExpress.XtraEditors.BreadCrumbNode();
     this.gridControl附件 = new DevExpress.XtraGrid.GridControl();
     this.gridView附件    = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn文件  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn操作  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemHyperLinkEdit1  = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit();
     this.repositoryItemCheckEdit1      = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.repositoryItemTextEdit1       = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repositoryItemTextEdit2       = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repositoryItemTextEdit3       = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repositoryItemCheckEdit2      = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.repositoryItemBreadCrumbEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemBreadCrumbEdit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl附件)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView附件)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemBreadCrumbEdit1)).BeginInit();
     this.SuspendLayout();
     //
     // gridControl附件
     //
     this.gridControl附件.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.gridControl附件.Location             = new System.Drawing.Point(0, 0);
     this.gridControl附件.LookAndFeel.SkinName = "Office 2010 Silver";
     this.gridControl附件.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gridControl附件.MainView = this.gridView附件;
     this.gridControl附件.Margin   = new System.Windows.Forms.Padding(0);
     this.gridControl附件.Name     = "gridControl附件";
     this.gridControl附件.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemCheckEdit1,
         this.repositoryItemTextEdit1,
         this.repositoryItemTextEdit2,
         this.repositoryItemTextEdit3,
         this.repositoryItemCheckEdit2,
         this.repositoryItemHyperLinkEdit1,
         this.repositoryItemBreadCrumbEdit1
     });
     this.gridControl附件.Size     = new System.Drawing.Size(532, 479);
     this.gridControl附件.TabIndex = 45;
     this.gridControl附件.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView附件
     });
     this.gridControl附件.Click += new System.EventHandler(this.gridControl附件_Click);
     //
     // gridView附件
     //
     this.gridView附件.Appearance.FocusedRow.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(158)))), ((int)(((byte)(216)))));
     this.gridView附件.Appearance.FocusedRow.ForeColor            = System.Drawing.Color.White;
     this.gridView附件.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gridView附件.Appearance.FocusedRow.Options.UseForeColor = true;
     this.gridView附件.Appearance.FooterPanel.Font                      = new System.Drawing.Font("微软雅黑", 9F);
     this.gridView附件.Appearance.FooterPanel.Options.UseFont           = true;
     this.gridView附件.Appearance.GroupButton.Font                      = new System.Drawing.Font("微软雅黑", 9.75F);
     this.gridView附件.Appearance.GroupButton.Options.UseFont           = true;
     this.gridView附件.Appearance.GroupFooter.Font                      = new System.Drawing.Font("微软雅黑", 9F);
     this.gridView附件.Appearance.GroupFooter.Options.UseFont           = true;
     this.gridView附件.Appearance.GroupPanel.Font                       = new System.Drawing.Font("微软雅黑", 9.75F);
     this.gridView附件.Appearance.GroupPanel.Options.UseFont            = true;
     this.gridView附件.Appearance.HeaderPanel.Font                      = new System.Drawing.Font("微软雅黑", 9.75F);
     this.gridView附件.Appearance.HeaderPanel.Options.UseFont           = true;
     this.gridView附件.Appearance.HeaderPanel.Options.UseTextOptions    = true;
     this.gridView附件.Appearance.HeaderPanel.TextOptions.HAlignment    = DevExpress.Utils.HorzAlignment.Center;
     this.gridView附件.Appearance.HeaderPanel.TextOptions.VAlignment    = DevExpress.Utils.VertAlignment.Center;
     this.gridView附件.Appearance.HideSelectionRow.BackColor            = System.Drawing.SystemColors.ActiveCaption;
     this.gridView附件.Appearance.HideSelectionRow.ForeColor            = System.Drawing.Color.White;
     this.gridView附件.Appearance.HideSelectionRow.Options.UseBackColor = true;
     this.gridView附件.Appearance.HideSelectionRow.Options.UseForeColor = true;
     this.gridView附件.Appearance.Row.Font                         = new System.Drawing.Font("微软雅黑", 9.75F);
     this.gridView附件.Appearance.Row.Options.UseFont              = true;
     this.gridView附件.Appearance.SelectedRow.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(158)))), ((int)(((byte)(216)))));
     this.gridView附件.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gridView附件.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn文件,
         this.gridColumn操作
     });
     styleFormatCondition1.Appearance.ForeColor            = System.Drawing.Color.Red;
     styleFormatCondition1.Appearance.Options.UseForeColor = true;
     styleFormatCondition1.ApplyToRow = true;
     styleFormatCondition1.Condition  = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition1.Value1     = "离线";
     this.gridView附件.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
         styleFormatCondition1
     });
     this.gridView附件.GridControl = this.gridControl附件;
     this.gridView附件.Name        = "gridView附件";
     this.gridView附件.OptionsBehavior.EditorShowMode      = DevExpress.Utils.EditorShowMode.MouseDown;
     this.gridView附件.OptionsClipboard.CopyColumnHeaders  = DevExpress.Utils.DefaultBoolean.False;
     this.gridView附件.OptionsSelection.MultiSelect        = true;
     this.gridView附件.OptionsSelection.MultiSelectMode    = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
     this.gridView附件.OptionsView.EnableAppearanceEvenRow = true;
     this.gridView附件.OptionsView.ShowGroupPanel          = false;
     this.gridView附件.PaintStyleName = "";
     this.gridView附件.RowCellClick  += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gridView附件_RowCellClick);
     this.gridView附件.MouseDown     += new System.Windows.Forms.MouseEventHandler(this.gridView附件_MouseDown);
     //
     // gridColumn文件
     //
     this.gridColumn文件.Caption = "文件";
     this.gridColumn文件.CustomizationCaption = " ";
     this.gridColumn文件.FieldName            = "FFILENAME";
     this.gridColumn文件.Name = "gridColumn文件";
     this.gridColumn文件.OptionsColumn.AllowEdit = false;
     this.gridColumn文件.Visible      = true;
     this.gridColumn文件.VisibleIndex = 0;
     this.gridColumn文件.Width        = 327;
     //
     // gridColumn操作
     //
     this.gridColumn操作.AppearanceCell.Options.UseTextOptions   = true;
     this.gridColumn操作.AppearanceCell.TextOptions.HAlignment   = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn操作.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn操作.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn操作.Caption    = "操作";
     this.gridColumn操作.ColumnEdit = this.repositoryItemHyperLinkEdit1;
     this.gridColumn操作.FieldName  = "FREMARK";
     this.gridColumn操作.Name       = "gridColumn操作";
     this.gridColumn操作.OptionsColumn.AllowEdit = false;
     this.gridColumn操作.Visible      = true;
     this.gridColumn操作.VisibleIndex = 1;
     this.gridColumn操作.Width        = 97;
     //
     // repositoryItemHyperLinkEdit1
     //
     this.repositoryItemHyperLinkEdit1.AutoHeight = false;
     this.repositoryItemHyperLinkEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Ellipsis, "下载", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, true)
     });
     this.repositoryItemHyperLinkEdit1.ButtonsStyle  = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.repositoryItemHyperLinkEdit1.Name          = "repositoryItemHyperLinkEdit1";
     this.repositoryItemHyperLinkEdit1.SingleClick   = true;
     this.repositoryItemHyperLinkEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.repositoryItemHyperLinkEdit1.OpenLink     += new DevExpress.XtraEditors.Controls.OpenLinkEventHandler(this.repositoryItemHyperLinkEdit1_OpenLink);
     this.repositoryItemHyperLinkEdit1.ButtonClick  += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemHyperLinkEdit1_ButtonClick);
     this.repositoryItemHyperLinkEdit1.Click        += new System.EventHandler(this.repositoryItemHyperLinkEdit1_Click);
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.LookAndFeel.SkinName = "Office 2010 Blue";
     this.repositoryItemCheckEdit1.LookAndFeel.UseDefaultLookAndFeel = false;
     this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.Name       = "repositoryItemTextEdit1";
     //
     // repositoryItemTextEdit2
     //
     this.repositoryItemTextEdit2.AutoHeight = false;
     this.repositoryItemTextEdit2.Name       = "repositoryItemTextEdit2";
     //
     // repositoryItemTextEdit3
     //
     this.repositoryItemTextEdit3.AutoHeight = false;
     this.repositoryItemTextEdit3.Name       = "repositoryItemTextEdit3";
     //
     // repositoryItemCheckEdit2
     //
     this.repositoryItemCheckEdit2.AutoHeight = false;
     this.repositoryItemCheckEdit2.Name       = "repositoryItemCheckEdit2";
     //
     // repositoryItemBreadCrumbEdit1
     //
     this.repositoryItemBreadCrumbEdit1.AutoHeight = false;
     this.repositoryItemBreadCrumbEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemBreadCrumbEdit1.Name = "repositoryItemBreadCrumbEdit1";
     breadCrumbNode1.Caption = "string";
     breadCrumbNode1.Value   = "string";
     this.repositoryItemBreadCrumbEdit1.Nodes.AddRange(new DevExpress.XtraEditors.BreadCrumbNode[] {
         breadCrumbNode1
     });
     //
     // frm请购计划附件
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(532, 479);
     this.Controls.Add(this.gridControl附件);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.Name            = "frm请购计划附件";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "附件";
     ((System.ComponentModel.ISupportInitialize)(this.gridControl附件)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView附件)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemBreadCrumbEdit1)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo 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();
     System.ComponentModel.ComponentResourceManager resources       = new System.ComponentModel.ComponentResourceManager(typeof(frmCustomer));
     DevExpress.XtraEditors.BreadCrumbNode          breadCrumbNode2 = new DevExpress.XtraEditors.BreadCrumbNode();
     this.barManager1          = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1                 = new DevExpress.XtraBars.Bar();
     this.barAdd               = new DevExpress.XtraBars.BarButtonItem();
     this.barEdit              = new DevExpress.XtraBars.BarButtonItem();
     this.barDel               = new DevExpress.XtraBars.BarButtonItem();
     this.barReset             = new DevExpress.XtraBars.BarButtonItem();
     this.barExport            = new DevExpress.XtraBars.BarButtonItem();
     this.barImport            = new DevExpress.XtraBars.BarButtonItem();
     this.barClose             = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop    = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft   = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight  = new DevExpress.XtraBars.BarDockControl();
     this.barButtonItem1       = new DevExpress.XtraBars.BarButtonItem();
     this.bar3                 = new DevExpress.XtraBars.Bar();
     this.comboBoxEdit1        = new DevExpress.XtraEditors.BreadCrumbEdit();
     this.treeListKH           = new DevExpress.XtraTreeList.TreeList();
     this.treeListColumn1      = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn2      = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn3      = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn4      = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn5      = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn6      = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn7      = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn8      = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn9      = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn10     = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeListKH)).BeginInit();
     this.SuspendLayout();
     //
     // 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.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.barAdd,
         this.barEdit,
         this.barDel,
         this.barReset,
         this.barExport,
         this.barImport,
         this.barClose
     });
     this.barManager1.MaxItemId = 7;
     //
     // 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.barAdd, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barEdit, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barDel, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barReset, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barExport, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barImport, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barClose, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)
     });
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.OptionsBar.DrawDragBorder          = false;
     this.bar1.OptionsBar.UseWholeRow             = true;
     this.bar1.Text = "Tools";
     //
     // barAdd
     //
     this.barAdd.Caption                 = "Thêm";
     this.barAdd.Id                      = 0;
     this.barAdd.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("barAdd.ImageOptions.Image")));
     this.barAdd.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barAdd.ImageOptions.LargeImage")));
     this.barAdd.Name                    = "barAdd";
     this.barAdd.ItemClick              += new DevExpress.XtraBars.ItemClickEventHandler(this.barAdd_ItemClick);
     //
     // barEdit
     //
     this.barEdit.Caption                 = "Sửa Chữa";
     this.barEdit.Id                      = 1;
     this.barEdit.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("barEdit.ImageOptions.Image")));
     this.barEdit.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barEdit.ImageOptions.LargeImage")));
     this.barEdit.Name                    = "barEdit";
     this.barEdit.ItemClick              += new DevExpress.XtraBars.ItemClickEventHandler(this.barEdit_ItemClick);
     //
     // barDel
     //
     this.barDel.Caption                 = "Xóa";
     this.barDel.Id                      = 2;
     this.barDel.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("barDel.ImageOptions.Image")));
     this.barDel.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barDel.ImageOptions.LargeImage")));
     this.barDel.Name                    = "barDel";
     this.barDel.ItemClick              += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick);
     //
     // barReset
     //
     this.barReset.Caption                 = "Nạp Lại";
     this.barReset.Id                      = 3;
     this.barReset.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("barReset.ImageOptions.Image")));
     this.barReset.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barReset.ImageOptions.LargeImage")));
     this.barReset.Name                    = "barReset";
     this.barReset.ItemClick              += new DevExpress.XtraBars.ItemClickEventHandler(this.barReset_ItemClick);
     //
     // barExport
     //
     this.barExport.Caption                 = "Xuất";
     this.barExport.Id                      = 4;
     this.barExport.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("barExport.ImageOptions.Image")));
     this.barExport.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barExport.ImageOptions.LargeImage")));
     this.barExport.Name                    = "barExport";
     //
     // barImport
     //
     this.barImport.Caption                 = "Nhập";
     this.barImport.Id                      = 5;
     this.barImport.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("barImport.ImageOptions.Image")));
     this.barImport.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barImport.ImageOptions.LargeImage")));
     this.barImport.Name                    = "barImport";
     //
     // barClose
     //
     this.barClose.Caption                 = "Đóng";
     this.barClose.Id                      = 6;
     this.barClose.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("barClose.ImageOptions.Image")));
     this.barClose.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barClose.ImageOptions.LargeImage")));
     this.barClose.Name                    = "barClose";
     this.barClose.ItemClick              += new DevExpress.XtraBars.ItemClickEventHandler(this.barClose_ItemClick);
     //
     // barDockControlTop
     //
     this.barDockControlTop.Appearance.Font            = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.barDockControlTop.Appearance.Options.UseFont = true;
     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.Size     = new System.Drawing.Size(825, 26);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 359);
     this.barDockControlBottom.Manager          = this.barManager1;
     this.barDockControlBottom.Size             = new System.Drawing.Size(825, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 26);
     this.barDockControlLeft.Manager          = this.barManager1;
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 333);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(825, 26);
     this.barDockControlRight.Manager          = this.barManager1;
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 333);
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "Thêm";
     this.barButtonItem1.Id      = 0;
     this.barButtonItem1.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButtonItem1.ImageOptions.SvgImage")));
     this.barButtonItem1.Name = "barButtonItem1";
     //
     // 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.OptionsBar.AllowQuickCustomization = false;
     this.bar3.OptionsBar.DrawDragBorder          = false;
     this.bar3.OptionsBar.UseWholeRow             = true;
     this.bar3.Text = "Status bar";
     //
     // comboBoxEdit1
     //
     this.comboBoxEdit1.Location    = new System.Drawing.Point(12, 29);
     this.comboBoxEdit1.MenuManager = this.barManager1;
     this.comboBoxEdit1.Name        = "comboBoxEdit1";
     this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     breadCrumbNode2.Caption = "Root";
     breadCrumbNode2.Value   = "Root";
     this.comboBoxEdit1.Properties.Nodes.AddRange(new DevExpress.XtraEditors.BreadCrumbNode[] {
         breadCrumbNode2
     });
     this.comboBoxEdit1.Size     = new System.Drawing.Size(85, 23);
     this.comboBoxEdit1.TabIndex = 17;
     //
     // treeListKH
     //
     this.treeListKH.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
         this.treeListColumn1,
         this.treeListColumn2,
         this.treeListColumn3,
         this.treeListColumn4,
         this.treeListColumn5,
         this.treeListColumn6,
         this.treeListColumn7,
         this.treeListColumn8,
         this.treeListColumn9,
         this.treeListColumn10
     });
     this.treeListKH.CustomizationFormBounds = new System.Drawing.Rectangle(871, 266, 256, 230);
     this.treeListKH.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.treeListKH.Location    = new System.Drawing.Point(0, 26);
     this.treeListKH.MenuManager = this.barManager1;
     this.treeListKH.Name        = "treeListKH";
     this.treeListKH.Size        = new System.Drawing.Size(825, 333);
     this.treeListKH.TabIndex    = 30;
     //
     // treeListColumn1
     //
     this.treeListColumn1.Caption   = "Mã Khách Hàng";
     this.treeListColumn1.FieldName = "MaKH";
     this.treeListColumn1.Name      = "treeListColumn1";
     this.treeListColumn1.OptionsColumn.AllowEdit = false;
     this.treeListColumn1.Visible      = true;
     this.treeListColumn1.VisibleIndex = 0;
     //
     // treeListColumn2
     //
     this.treeListColumn2.Caption   = "Tên Khách Hàng";
     this.treeListColumn2.FieldName = "TenKH";
     this.treeListColumn2.Name      = "treeListColumn2";
     this.treeListColumn2.OptionsColumn.AllowEdit = false;
     this.treeListColumn2.Visible      = true;
     this.treeListColumn2.VisibleIndex = 1;
     //
     // treeListColumn3
     //
     this.treeListColumn3.Caption   = "Người Liên Hệ";
     this.treeListColumn3.FieldName = "NguoiLienHe";
     this.treeListColumn3.Name      = "treeListColumn3";
     this.treeListColumn3.OptionsColumn.AllowEdit = false;
     this.treeListColumn3.Visible      = true;
     this.treeListColumn3.VisibleIndex = 2;
     //
     // treeListColumn4
     //
     this.treeListColumn4.Caption   = "Địa Chỉ";
     this.treeListColumn4.FieldName = "DiaChi";
     this.treeListColumn4.Name      = "treeListColumn4";
     this.treeListColumn4.OptionsColumn.AllowEdit = false;
     this.treeListColumn4.Visible      = true;
     this.treeListColumn4.VisibleIndex = 3;
     //
     // treeListColumn5
     //
     this.treeListColumn5.Caption   = "Điện Thoại";
     this.treeListColumn5.FieldName = "DienThoai";
     this.treeListColumn5.Name      = "treeListColumn5";
     this.treeListColumn5.OptionsColumn.AllowEdit = false;
     this.treeListColumn5.Visible      = true;
     this.treeListColumn5.VisibleIndex = 4;
     //
     // treeListColumn6
     //
     this.treeListColumn6.Caption   = "Di Động";
     this.treeListColumn6.FieldName = "DiDong";
     this.treeListColumn6.Name      = "treeListColumn6";
     this.treeListColumn6.OptionsColumn.AllowEdit = false;
     this.treeListColumn6.Visible      = true;
     this.treeListColumn6.VisibleIndex = 5;
     //
     // treeListColumn7
     //
     this.treeListColumn7.Caption   = "Fax";
     this.treeListColumn7.FieldName = "Fax";
     this.treeListColumn7.Name      = "treeListColumn7";
     this.treeListColumn7.OptionsColumn.AllowEdit = false;
     this.treeListColumn7.Visible      = true;
     this.treeListColumn7.VisibleIndex = 6;
     //
     // treeListColumn8
     //
     this.treeListColumn8.Caption   = "Email";
     this.treeListColumn8.FieldName = "Email";
     this.treeListColumn8.Name      = "treeListColumn8";
     this.treeListColumn8.OptionsColumn.AllowEdit = false;
     this.treeListColumn8.Visible      = true;
     this.treeListColumn8.VisibleIndex = 7;
     //
     // treeListColumn9
     //
     this.treeListColumn9.Caption   = "Website";
     this.treeListColumn9.FieldName = "Website";
     this.treeListColumn9.Name      = "treeListColumn9";
     this.treeListColumn9.OptionsColumn.AllowEdit = false;
     this.treeListColumn9.Visible      = true;
     this.treeListColumn9.VisibleIndex = 8;
     //
     // treeListColumn10
     //
     this.treeListColumn10.Caption   = "Mã Số Thuế";
     this.treeListColumn10.FieldName = "MaSoThue";
     this.treeListColumn10.Name      = "treeListColumn10";
     this.treeListColumn10.OptionsColumn.AllowEdit = false;
     this.treeListColumn10.Visible      = true;
     this.treeListColumn10.VisibleIndex = 9;
     //
     // frmCustomer
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(825, 359);
     this.Controls.Add(this.treeListKH);
     this.Controls.Add(this.comboBoxEdit1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name  = "frmCustomer";
     this.Text  = "Khách Hàng";
     this.Load += new System.EventHandler(this.frmCustomer_Load);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeListKH)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }