lixiaojun
2024-09-24 5610ef481946ff15d856f65e08b3f25aeaf3e269
WinFrmUI/HStation.WinFrmUI.Assets.Core/02-AdaptingManage/EditAdaptingMainDlg.Designer.cs
@@ -37,6 +37,7 @@
            TextEditCoefficient = new DevExpress.XtraEditors.TextEdit();
            TextEditCaliber = new DevExpress.XtraEditors.ImageComboBoxEdit();
            TextEditMaterial = new DevExpress.XtraEditors.ImageComboBoxEdit();
            TextEditAdaptingType = new DevExpress.XtraEditors.ImageComboBoxEdit();
            Root = new DevExpress.XtraLayout.LayoutControlGroup();
            layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
            emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
@@ -48,6 +49,7 @@
            layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
            layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
            imageComboBoxEdit1 = new DevExpress.XtraEditors.ImageComboBoxEdit();
@@ -57,8 +59,6 @@
            layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
            layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
            layoutControlItem27 = new DevExpress.XtraLayout.LayoutControlItem();
            TextEditAdaptingType = new DevExpress.XtraEditors.ImageComboBoxEdit();
            layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
            layoutControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)TextEditName.Properties).BeginInit();
@@ -66,6 +66,7 @@
            ((System.ComponentModel.ISupportInitialize)TextEditCoefficient.Properties).BeginInit();
            ((System.ComponentModel.ISupportInitialize)TextEditCaliber.Properties).BeginInit();
            ((System.ComponentModel.ISupportInitialize)TextEditMaterial.Properties).BeginInit();
            ((System.ComponentModel.ISupportInitialize)TextEditAdaptingType.Properties).BeginInit();
            ((System.ComponentModel.ISupportInitialize)Root).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
            ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
@@ -77,6 +78,7 @@
            ((System.ComponentModel.ISupportInitialize)layoutControlItem11).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem9).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem12).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
            ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem13).BeginInit();
            ((System.ComponentModel.ISupportInitialize)imageComboBoxEdit1.Properties).BeginInit();
@@ -86,8 +88,6 @@
            ((System.ComponentModel.ISupportInitialize)layoutControlGroup3).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlGroup4).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem27).BeginInit();
            ((System.ComponentModel.ISupportInitialize)TextEditAdaptingType.Properties).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
            SuspendLayout();
            // 
            // layoutControl1
@@ -151,7 +151,7 @@
            // 
            // TextEditCoefficient
            // 
            TextEditCoefficient.Location = new Point(72, 32);
            TextEditCoefficient.Location = new Point(72, 56);
            TextEditCoefficient.Name = "TextEditCoefficient";
            TextEditCoefficient.Size = new Size(601, 20);
            TextEditCoefficient.StyleController = layoutControl1;
@@ -159,7 +159,7 @@
            // 
            // TextEditCaliber
            // 
            TextEditCaliber.Location = new Point(72, 56);
            TextEditCaliber.Location = new Point(72, 80);
            TextEditCaliber.Name = "TextEditCaliber";
            TextEditCaliber.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
            TextEditCaliber.Size = new Size(601, 20);
@@ -168,12 +168,21 @@
            // 
            // TextEditMaterial
            // 
            TextEditMaterial.Location = new Point(72, 80);
            TextEditMaterial.Location = new Point(72, 104);
            TextEditMaterial.Name = "TextEditMaterial";
            TextEditMaterial.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
            TextEditMaterial.Size = new Size(601, 20);
            TextEditMaterial.StyleController = layoutControl1;
            TextEditMaterial.TabIndex = 7;
            //
            // TextEditAdaptingType
            //
            TextEditAdaptingType.Location = new Point(72, 32);
            TextEditAdaptingType.Name = "TextEditAdaptingType";
            TextEditAdaptingType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
            TextEditAdaptingType.Size = new Size(601, 20);
            TextEditAdaptingType.StyleController = layoutControl1;
            TextEditAdaptingType.TabIndex = 14;
            // 
            // Root
            // 
@@ -255,7 +264,7 @@
            // layoutControlItem11
            // 
            layoutControlItem11.Control = TextEditCoefficient;
            layoutControlItem11.Location = new Point(0, 24);
            layoutControlItem11.Location = new Point(0, 48);
            layoutControlItem11.Name = "layoutControlItem11";
            layoutControlItem11.Size = new Size(669, 24);
            layoutControlItem11.Text = "系数:";
@@ -264,7 +273,7 @@
            // layoutControlItem9
            // 
            layoutControlItem9.Control = TextEditCaliber;
            layoutControlItem9.Location = new Point(0, 48);
            layoutControlItem9.Location = new Point(0, 72);
            layoutControlItem9.Name = "layoutControlItem9";
            layoutControlItem9.Size = new Size(669, 24);
            layoutControlItem9.Text = "口径:";
@@ -273,11 +282,20 @@
            // layoutControlItem12
            // 
            layoutControlItem12.Control = TextEditMaterial;
            layoutControlItem12.Location = new Point(0, 72);
            layoutControlItem12.Location = new Point(0, 96);
            layoutControlItem12.Name = "layoutControlItem12";
            layoutControlItem12.Size = new Size(669, 24);
            layoutControlItem12.Text = "材料:";
            layoutControlItem12.TextSize = new Size(52, 14);
            //
            // layoutControlItem2
            //
            layoutControlItem2.Control = TextEditAdaptingType;
            layoutControlItem2.Location = new Point(0, 24);
            layoutControlItem2.Name = "layoutControlItem2";
            layoutControlItem2.Size = new Size(669, 24);
            layoutControlItem2.Text = "附件类型:";
            layoutControlItem2.TextSize = new Size(52, 14);
            // 
            // dxErrorProvider1
            // 
@@ -349,24 +367,6 @@
            layoutControlItem27.Text = "说明:";
            layoutControlItem27.TextSize = new Size(59, 14);
            // 
            // TextEditAdaptingType
            //
            TextEditAdaptingType.Location = new Point(72, 104);
            TextEditAdaptingType.Name = "TextEditAdaptingType";
            TextEditAdaptingType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
            TextEditAdaptingType.Size = new Size(601, 20);
            TextEditAdaptingType.StyleController = layoutControl1;
            TextEditAdaptingType.TabIndex = 14;
            //
            // layoutControlItem2
            //
            layoutControlItem2.Control = TextEditAdaptingType;
            layoutControlItem2.Location = new Point(0, 96);
            layoutControlItem2.Name = "layoutControlItem2";
            layoutControlItem2.Size = new Size(669, 24);
            layoutControlItem2.Text = "附件类型:";
            layoutControlItem2.TextSize = new Size(52, 14);
            //
            // EditAdaptingMainDlg
            // 
            AutoScaleDimensions = new SizeF(7F, 14F);
@@ -383,6 +383,7 @@
            ((System.ComponentModel.ISupportInitialize)TextEditCoefficient.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)TextEditCaliber.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)TextEditMaterial.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)TextEditAdaptingType.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)Root).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
            ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
@@ -394,6 +395,7 @@
            ((System.ComponentModel.ISupportInitialize)layoutControlItem11).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem9).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem12).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
            ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem13).EndInit();
            ((System.ComponentModel.ISupportInitialize)imageComboBoxEdit1.Properties).EndInit();
@@ -403,8 +405,6 @@
            ((System.ComponentModel.ISupportInitialize)layoutControlGroup3).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlGroup4).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem27).EndInit();
            ((System.ComponentModel.ISupportInitialize)TextEditAdaptingType.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
            ResumeLayout(false);
        }