Просмотр исходного кода

成型线新建页面 编码可修改

feiyue 3 лет назад
Родитель
Сommit
d5baf03676
1 измененных файлов с 19 добавлено и 20 удалено
  1. 19 20
      DK.Client/PCModule/F_PC_0102_1_1.Designer.cs

+ 19 - 20
DK.Client/PCModule/F_PC_0102_1_1.Designer.cs

@@ -68,6 +68,7 @@
             this.btnDeleteSelected = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
             this.txtFloorNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
             this.c_GroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
+            this.TestFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
             this.c_Label5 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
             this.txtWorkShop = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
             this.HighPressureFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
@@ -105,7 +106,6 @@
             this.lblstart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
             this.txtBeginNum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
             this.btnAdaptive = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
-            this.TestFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
             ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).BeginInit();
             this.c_GroupBox1.SuspendLayout();
             this.tabControl1.SuspendLayout();
@@ -187,7 +187,7 @@
             // 
             // txtGroutingLineCode
             // 
-            this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Control;
+            this.txtGroutingLineCode.BackColor = System.Drawing.Color.Yellow;
             this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
             this.txtGroutingLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
             this.txtGroutingLineCode.ErrorMessage = "必须输入项目";
@@ -197,7 +197,6 @@
             this.txtGroutingLineCode.Location = new System.Drawing.Point(41, 47);
             this.txtGroutingLineCode.MaxLength = 30;
             this.txtGroutingLineCode.Name = "txtGroutingLineCode";
-            this.txtGroutingLineCode.ReadOnly = true;
             this.txtGroutingLineCode.Size = new System.Drawing.Size(100, 21);
             this.txtGroutingLineCode.TabIndex = 7;
             this.txtGroutingLineCode.TextChanged += new System.EventHandler(this.txtGroutingLineCode_TextChanged);
@@ -630,7 +629,19 @@
             this.c_GroupBox1.Size = new System.Drawing.Size(720, 100);
             this.c_GroupBox1.TabIndex = 0;
             this.c_GroupBox1.TabStop = false;
-            this.c_GroupBox1.Text = "成型线信息             ";
+            this.c_GroupBox1.Text = "成型线信息              ";
+            // 
+            // TestFlag
+            // 
+            this.TestFlag.AutoSize = true;
+            this.TestFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.TestFlag.Location = new System.Drawing.Point(569, 49);
+            this.TestFlag.Margin = new System.Windows.Forms.Padding(2);
+            this.TestFlag.Name = "TestFlag";
+            this.TestFlag.Size = new System.Drawing.Size(60, 16);
+            this.TestFlag.TabIndex = 24;
+            this.TestFlag.Text = "试验线";
+            this.TestFlag.UseVisualStyleBackColor = true;
             // 
             // c_Label5
             // 
@@ -665,7 +676,7 @@
             this.HighPressureFlag.AutoSize = true;
             this.HighPressureFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.HighPressureFlag.Location = new System.Drawing.Point(572, 25);
-            this.HighPressureFlag.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
+            this.HighPressureFlag.Margin = new System.Windows.Forms.Padding(2);
             this.HighPressureFlag.Name = "HighPressureFlag";
             this.HighPressureFlag.Size = new System.Drawing.Size(72, 16);
             this.HighPressureFlag.TabIndex = 21;
@@ -752,7 +763,7 @@
             this.tabPage1.Controls.Add(this.dgvUser);
             this.tabPage1.Location = new System.Drawing.Point(4, 22);
             this.tabPage1.Name = "tabPage1";
-            this.tabPage1.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
+            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
             this.tabPage1.Size = new System.Drawing.Size(712, 307);
             this.tabPage1.TabIndex = 0;
             this.tabPage1.Text = "成型工号";
@@ -885,7 +896,7 @@
             this.tabPage2.Controls.Add(this.panel1);
             this.tabPage2.Location = new System.Drawing.Point(4, 22);
             this.tabPage2.Name = "tabPage2";
-            this.tabPage2.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
+            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
             this.tabPage2.Size = new System.Drawing.Size(712, 307);
             this.tabPage2.TabIndex = 1;
             this.tabPage2.Text = "模具产品";
@@ -1174,18 +1185,6 @@
             this.btnAdaptive.UseVisualStyleBackColor = false;
             this.btnAdaptive.Click += new System.EventHandler(this.btnAdaptive_Click);
             // 
-            // TestFlag
-            // 
-            this.TestFlag.AutoSize = true;
-            this.TestFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.TestFlag.Location = new System.Drawing.Point(569, 49);
-            this.TestFlag.Margin = new System.Windows.Forms.Padding(2);
-            this.TestFlag.Name = "TestFlag";
-            this.TestFlag.Size = new System.Drawing.Size(60, 16);
-            this.TestFlag.TabIndex = 24;
-            this.TestFlag.Text = "试验线";
-            this.TestFlag.UseVisualStyleBackColor = true;
-            // 
             // F_PC_0102_1_1
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
@@ -1199,7 +1198,7 @@
             this.Controls.Add(this.btnSave);
             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
             this.IsSaveFormSize = false;
-            this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
+            this.Margin = new System.Windows.Forms.Padding(5);
             this.Name = "F_PC_0102_1_1";
             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
             this.Text = "新建成型线";