namespace HStation.WinFrmUI { partial class EditPackagePartPropDlg { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditPackagePartPropDlg)); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); BtnAddPackagePart = new DevExpress.XtraEditors.SimpleButton(); BtnOk = new DevExpress.XtraEditors.SimpleButton(); simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); gridControl1 = new DevExpress.XtraGrid.GridControl(); propGroupChoiceViewModelBindingSource = new BindingSource(components); gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); colPropGroupName = new DevExpress.XtraGrid.Columns.GridColumn(); colPropName = new DevExpress.XtraGrid.Columns.GridColumn(); colValue = new DevExpress.XtraGrid.Columns.GridColumn(); TextEditProductName = new DevExpress.XtraEditors.TextEdit(); TextEditProductCode = new DevExpress.XtraEditors.TextEdit(); TextEditNo = new DevExpress.XtraEditors.TextEdit(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); r = new DevExpress.XtraLayout.EmptySpaceItem(); layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControAddPart = new DevExpress.XtraLayout.LayoutControlItem(); tabbedControlGroup1 = new DevExpress.XtraLayout.TabbedControlGroup(); layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); simpleLabelItemAddProp = new DevExpress.XtraLayout.SimpleLabelItem(); emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup(); barManager1 = new DevExpress.XtraBars.BarManager(components); barDockControlTop = new DevExpress.XtraBars.BarDockControl(); barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); barDockControlLeft = new DevExpress.XtraBars.BarDockControl(); barDockControlRight = new DevExpress.XtraBars.BarDockControl(); popupPackagePartMenu = new DevExpress.XtraBars.PopupMenu(components); dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components); packageProductListBox1 = new Assets.PackageProductListBox(); layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)gridControl1).BeginInit(); ((System.ComponentModel.ISupportInitialize)propGroupChoiceViewModelBindingSource).BeginInit(); ((System.ComponentModel.ISupportInitialize)gridView1).BeginInit(); ((System.ComponentModel.ISupportInitialize)TextEditProductName.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)TextEditProductCode.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)TextEditNo.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit(); ((System.ComponentModel.ISupportInitialize)r).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControAddPart).BeginInit(); ((System.ComponentModel.ISupportInitialize)tabbedControlGroup1).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem7).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit(); ((System.ComponentModel.ISupportInitialize)simpleLabelItemAddProp).BeginInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlGroup2).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlGroup3).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlGroup4).BeginInit(); ((System.ComponentModel.ISupportInitialize)barManager1).BeginInit(); ((System.ComponentModel.ISupportInitialize)popupPackagePartMenu).BeginInit(); ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit(); SuspendLayout(); // // layoutControl1 // layoutControl1.Controls.Add(packageProductListBox1); layoutControl1.Controls.Add(BtnAddPackagePart); layoutControl1.Controls.Add(BtnOk); layoutControl1.Controls.Add(simpleButton1); layoutControl1.Controls.Add(gridControl1); layoutControl1.Controls.Add(TextEditProductName); layoutControl1.Controls.Add(TextEditProductCode); layoutControl1.Controls.Add(TextEditNo); layoutControl1.Dock = DockStyle.Fill; layoutControl1.Location = new Point(0, 0); layoutControl1.Name = "layoutControl1"; layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1270, 302, 650, 400); layoutControl1.Root = Root; layoutControl1.Size = new Size(1001, 536); layoutControl1.TabIndex = 0; layoutControl1.Text = "layoutControl1"; // // BtnAddPackagePart // BtnAddPackagePart.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning; BtnAddPackagePart.Appearance.Options.UseBackColor = true; BtnAddPackagePart.Location = new Point(713, 502); BtnAddPackagePart.Name = "BtnAddPackagePart"; BtnAddPackagePart.Size = new Size(85, 22); BtnAddPackagePart.StyleController = layoutControl1; BtnAddPackagePart.TabIndex = 8; BtnAddPackagePart.Text = "添加属性"; BtnAddPackagePart.Click += BtnAddPackagePart_Click; // // BtnOk // BtnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary; BtnOk.Appearance.Options.UseBackColor = true; BtnOk.Location = new Point(802, 502); BtnOk.Name = "BtnOk"; BtnOk.Size = new Size(91, 22); BtnOk.StyleController = layoutControl1; BtnOk.TabIndex = 9; BtnOk.Text = "确认编辑"; BtnOk.Click += BtnOk_Click; // // simpleButton1 // simpleButton1.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Danger; simpleButton1.Appearance.Options.UseBackColor = true; simpleButton1.DialogResult = DialogResult.Cancel; simpleButton1.Location = new Point(897, 502); simpleButton1.Name = "simpleButton1"; simpleButton1.Size = new Size(92, 22); simpleButton1.StyleController = layoutControl1; simpleButton1.TabIndex = 10; simpleButton1.Text = "取消"; // // gridControl1 // gridControl1.DataSource = propGroupChoiceViewModelBindingSource; gridControl1.Location = new Point(184, 137); gridControl1.MainView = gridView1; gridControl1.Name = "gridControl1"; gridControl1.Size = new Size(800, 356); gridControl1.TabIndex = 7; gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 }); // // gridView1 // gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true; gridView1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colPropGroupName, colPropName, colValue }); gridView1.GridControl = gridControl1; gridView1.Name = "gridView1"; gridView1.OptionsView.AllowCellMerge = true; gridView1.OptionsView.ShowGroupPanel = false; // // colPropGroupName // colPropGroupName.AppearanceCell.Options.UseTextOptions = true; colPropGroupName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; colPropGroupName.Caption = "属性组"; colPropGroupName.FieldName = "PropGroupName"; colPropGroupName.Name = "colPropGroupName"; colPropGroupName.Visible = true; colPropGroupName.VisibleIndex = 0; // // colPropName // colPropName.AppearanceCell.Options.UseTextOptions = true; colPropName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; colPropName.Caption = "属性名"; colPropName.FieldName = "PropName"; colPropName.Name = "colPropName"; colPropName.OptionsColumn.AllowEdit = false; colPropName.Visible = true; colPropName.VisibleIndex = 1; // // colValue // colValue.AppearanceCell.Options.UseTextOptions = true; colValue.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; colValue.Caption = "值"; colValue.FieldName = "Value"; colValue.Name = "colValue"; colValue.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; colValue.Visible = true; colValue.VisibleIndex = 2; // // TextEditProductName // TextEditProductName.Location = new Point(269, 41); TextEditProductName.Name = "TextEditProductName"; TextEditProductName.Size = new Size(715, 20); TextEditProductName.StyleController = layoutControl1; TextEditProductName.TabIndex = 3; // // TextEditProductCode // TextEditProductCode.Location = new Point(269, 65); TextEditProductCode.Name = "TextEditProductCode"; TextEditProductCode.Size = new Size(715, 20); TextEditProductCode.StyleController = layoutControl1; TextEditProductCode.TabIndex = 4; // // TextEditNo // TextEditNo.Location = new Point(269, 89); TextEditNo.Name = "TextEditNo"; TextEditNo.Size = new Size(715, 20); TextEditNo.StyleController = layoutControl1; TextEditNo.TabIndex = 5; // // Root // Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem3, r, layoutControlItem2, layoutControAddPart, tabbedControlGroup1, layoutControlItem4 }); Root.Name = "Root"; Root.Size = new Size(1001, 536); Root.TextVisible = false; // // layoutControlItem3 // layoutControlItem3.Control = simpleButton1; layoutControlItem3.Location = new Point(885, 490); layoutControlItem3.MaxSize = new Size(96, 26); layoutControlItem3.MinSize = new Size(96, 26); layoutControlItem3.Name = "layoutControlItem3"; layoutControlItem3.Size = new Size(96, 26); layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem3.TextSize = new Size(0, 0); layoutControlItem3.TextVisible = false; // // r // r.AllowHotTrack = false; r.Location = new Point(167, 490); r.Name = "r"; r.Size = new Size(534, 26); r.TextSize = new Size(0, 0); // // layoutControlItem2 // layoutControlItem2.Control = BtnOk; layoutControlItem2.Location = new Point(790, 490); layoutControlItem2.MaxSize = new Size(95, 26); layoutControlItem2.MinSize = new Size(95, 26); layoutControlItem2.Name = "layoutControlItem2"; layoutControlItem2.Size = new Size(95, 26); layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem2.TextSize = new Size(0, 0); layoutControlItem2.TextVisible = false; // // layoutControAddPart // layoutControAddPart.Control = BtnAddPackagePart; layoutControAddPart.Location = new Point(701, 490); layoutControAddPart.MaxSize = new Size(89, 26); layoutControAddPart.MinSize = new Size(89, 26); layoutControAddPart.Name = "layoutControAddPart"; layoutControAddPart.Size = new Size(89, 26); layoutControAddPart.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControAddPart.TextSize = new Size(0, 0); layoutControAddPart.TextVisible = false; // // tabbedControlGroup1 // tabbedControlGroup1.Location = new Point(167, 0); tabbedControlGroup1.Name = "tabbedControlGroup1"; tabbedControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2); tabbedControlGroup1.SelectedTabPage = layoutControlGroup1; tabbedControlGroup1.Size = new Size(814, 490); tabbedControlGroup1.TabPages.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup1, layoutControlGroup2, layoutControlGroup3, layoutControlGroup4 }); tabbedControlGroup1.Text = "安装图"; // // layoutControlGroup1 // layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem5, layoutControlItem6, layoutControlItem7, layoutControlItem1, simpleLabelItemAddProp, emptySpaceItem1 }); layoutControlGroup1.Location = new Point(0, 0); layoutControlGroup1.Name = "layoutControlGroup1"; layoutControlGroup1.Size = new Size(804, 456); layoutControlGroup1.Text = "产品属性"; // // layoutControlItem5 // layoutControlItem5.Control = TextEditProductName; layoutControlItem5.Location = new Point(0, 0); layoutControlItem5.Name = "layoutControlItem5"; layoutControlItem5.Size = new Size(804, 24); layoutControlItem5.Text = "产品名称:"; layoutControlItem5.TextSize = new Size(73, 14); // // layoutControlItem6 // layoutControlItem6.Control = TextEditProductCode; layoutControlItem6.Location = new Point(0, 24); layoutControlItem6.Name = "layoutControlItem6"; layoutControlItem6.Size = new Size(804, 24); layoutControlItem6.Text = "产品图号:"; layoutControlItem6.TextSize = new Size(73, 14); // // layoutControlItem7 // layoutControlItem7.Control = TextEditNo; layoutControlItem7.Location = new Point(0, 48); layoutControlItem7.Name = "layoutControlItem7"; layoutControlItem7.Size = new Size(804, 24); layoutControlItem7.Text = "产品编号:"; layoutControlItem7.TextSize = new Size(73, 14); // // layoutControlItem1 // layoutControlItem1.Control = gridControl1; layoutControlItem1.Location = new Point(0, 96); layoutControlItem1.Name = "layoutControlItem1"; layoutControlItem1.Size = new Size(804, 360); layoutControlItem1.TextSize = new Size(0, 0); layoutControlItem1.TextVisible = false; // // simpleLabelItemAddProp // simpleLabelItemAddProp.AllowHotTrack = false; simpleLabelItemAddProp.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("simpleLabelItemAddProp.ImageOptions.SvgImage"); simpleLabelItemAddProp.ImageOptions.SvgImageSize = new Size(20, 20); simpleLabelItemAddProp.Location = new Point(0, 72); simpleLabelItemAddProp.Name = "simpleLabelItemAddProp"; simpleLabelItemAddProp.Size = new Size(77, 24); simpleLabelItemAddProp.Text = "增加属性"; simpleLabelItemAddProp.TextSize = new Size(73, 20); simpleLabelItemAddProp.Click += simpleLabelItemAddProp_Click; // // emptySpaceItem1 // emptySpaceItem1.AllowHotTrack = false; emptySpaceItem1.Location = new Point(77, 72); emptySpaceItem1.Name = "emptySpaceItem1"; emptySpaceItem1.Size = new Size(727, 24); emptySpaceItem1.TextSize = new Size(0, 0); // // layoutControlGroup2 // layoutControlGroup2.Location = new Point(0, 0); layoutControlGroup2.Name = "layoutControlGroup2"; layoutControlGroup2.Size = new Size(804, 456); layoutControlGroup2.Text = "安装图"; // // layoutControlGroup3 // layoutControlGroup3.Location = new Point(0, 0); layoutControlGroup3.Name = "layoutControlGroup3"; layoutControlGroup3.Size = new Size(804, 456); layoutControlGroup3.Text = "结构图"; // // layoutControlGroup4 // layoutControlGroup4.Location = new Point(0, 0); layoutControlGroup4.Name = "layoutControlGroup4"; layoutControlGroup4.Size = new Size(804, 456); layoutControlGroup4.Text = "尺寸图"; // // barManager1 // barManager1.DockControls.Add(barDockControlTop); barManager1.DockControls.Add(barDockControlBottom); barManager1.DockControls.Add(barDockControlLeft); barManager1.DockControls.Add(barDockControlRight); barManager1.Form = this; // // barDockControlTop // barDockControlTop.CausesValidation = false; barDockControlTop.Dock = DockStyle.Top; barDockControlTop.Location = new Point(0, 0); barDockControlTop.Manager = barManager1; barDockControlTop.Size = new Size(1001, 0); // // barDockControlBottom // barDockControlBottom.CausesValidation = false; barDockControlBottom.Dock = DockStyle.Bottom; barDockControlBottom.Location = new Point(0, 536); barDockControlBottom.Manager = barManager1; barDockControlBottom.Size = new Size(1001, 0); // // barDockControlLeft // barDockControlLeft.CausesValidation = false; barDockControlLeft.Dock = DockStyle.Left; barDockControlLeft.Location = new Point(0, 0); barDockControlLeft.Manager = barManager1; barDockControlLeft.Size = new Size(0, 536); // // barDockControlRight // barDockControlRight.CausesValidation = false; barDockControlRight.Dock = DockStyle.Right; barDockControlRight.Location = new Point(1001, 0); barDockControlRight.Manager = barManager1; barDockControlRight.Size = new Size(0, 536); // // popupPackagePartMenu // popupPackagePartMenu.Manager = barManager1; popupPackagePartMenu.Name = "popupPackagePartMenu"; // // dxErrorProvider1 // dxErrorProvider1.ContainerControl = this; // // packageProductListBox1 // packageProductListBox1.Location = new Point(12, 12); packageProductListBox1.Name = "packageProductListBox1"; packageProductListBox1.Size = new Size(163, 512); packageProductListBox1.TabIndex = 11; // // layoutControlItem4 // layoutControlItem4.Control = packageProductListBox1; layoutControlItem4.Location = new Point(0, 0); layoutControlItem4.Name = "layoutControlItem4"; layoutControlItem4.Size = new Size(167, 516); layoutControlItem4.TextSize = new Size(0, 0); layoutControlItem4.TextVisible = false; // // EditPackagePartPropDlg // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(1001, 536); Controls.Add(layoutControl1); Controls.Add(barDockControlLeft); Controls.Add(barDockControlRight); Controls.Add(barDockControlBottom); Controls.Add(barDockControlTop); Name = "EditPackagePartPropDlg"; StartPosition = FormStartPosition.CenterScreen; Text = "编辑属性"; ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)gridControl1).EndInit(); ((System.ComponentModel.ISupportInitialize)propGroupChoiceViewModelBindingSource).EndInit(); ((System.ComponentModel.ISupportInitialize)gridView1).EndInit(); ((System.ComponentModel.ISupportInitialize)TextEditProductName.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)TextEditProductCode.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)TextEditNo.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)Root).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit(); ((System.ComponentModel.ISupportInitialize)r).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControAddPart).EndInit(); ((System.ComponentModel.ISupportInitialize)tabbedControlGroup1).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem7).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit(); ((System.ComponentModel.ISupportInitialize)simpleLabelItemAddProp).EndInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlGroup2).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlGroup3).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlGroup4).EndInit(); ((System.ComponentModel.ISupportInitialize)barManager1).EndInit(); ((System.ComponentModel.ISupportInitialize)popupPackagePartMenu).EndInit(); ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraGrid.Columns.GridColumn colPropGroupName; private DevExpress.XtraGrid.Columns.GridColumn colPropName; private DevExpress.XtraGrid.Columns.GridColumn colValue; private DevExpress.XtraEditors.SimpleButton BtnOk; private DevExpress.XtraEditors.SimpleButton simpleButton1; private DevExpress.XtraEditors.TextEdit TextEditProductName; private DevExpress.XtraEditors.TextEdit TextEditProductCode; private DevExpress.XtraEditors.TextEdit TextEditNo; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.EmptySpaceItem r; private BindingSource propGroupChoiceViewModelBindingSource; private DevExpress.XtraBars.PopupMenu popupPackagePartMenu; private DevExpress.XtraEditors.SimpleButton BtnAddPackagePart; private DevExpress.XtraLayout.LayoutControlItem layoutControAddPart; private DevExpress.XtraBars.BarManager barManager1; private DevExpress.XtraBars.BarDockControl barDockControlTop; private DevExpress.XtraBars.BarDockControl barDockControlBottom; private DevExpress.XtraBars.BarDockControl barDockControlLeft; private DevExpress.XtraBars.BarDockControl barDockControlRight; private DevExpress.XtraLayout.TabbedControlGroup tabbedControlGroup1; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup4; private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1; private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItemAddProp; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; private Assets.PackageProductListBox packageProductListBox1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; } }