Selaa lähdekoodia

添加全选按钮

callm 1 vuosi sitten
vanhempi
commit
f630dff5cc
1 muutettua tiedostoa jossa 20 lisäystä ja 0 poistoa
  1. 20 0
      UAS_MES_YD/FunctionCode/Make/Make_Decompose.Designer.cs

+ 20 - 0
UAS_MES_YD/FunctionCode/Make/Make_Decompose.Designer.cs

@@ -72,6 +72,7 @@
             this.ms_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
             this.ms_sncode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
             this.Decompose = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
+            this.ChooseAll = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
             this.sn_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
             this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
             this.dataGridViewCheckBoxColumn2 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
@@ -601,6 +602,23 @@
             this.Decompose.Text = "确定拆解";
             this.Decompose.UseVisualStyleBackColor = true;
             this.Decompose.Click += new System.EventHandler(this.Decompose_Click);
+
+            this.ChooseAll.AllPower = null;
+            this.ChooseAll.BackColor = System.Drawing.Color.Transparent;
+            this.ChooseAll.DownImage = ((System.Drawing.Image)(resources.GetObject("Decompose.DownImage")));
+            this.ChooseAll.Image = ((System.Drawing.Image)(resources.GetObject("Decompose.Image")));
+            this.ChooseAll.IsShowBorder = true;
+            this.ChooseAll.Location = new System.Drawing.Point(50, 150);
+            this.ChooseAll.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
+            this.ChooseAll.MoveImage = ((System.Drawing.Image)(resources.GetObject("Decompose.MoveImage")));
+            this.ChooseAll.Name = "Decompose";
+            this.ChooseAll.NormalImage = ((System.Drawing.Image)(resources.GetObject("Decompose.NormalImage")));
+            this.ChooseAll.Power = null;
+            this.ChooseAll.Size = new System.Drawing.Size(60, 30);
+            this.ChooseAll.TabIndex = 175;
+            this.ChooseAll.Text = "全选";
+            this.ChooseAll.UseVisualStyleBackColor = true;
+            this.ChooseAll.Click += new System.EventHandler(this.Decompose_Click);
             // 
             // sn_code
             // 
@@ -845,6 +863,7 @@
             this.Controls.Add(this.label2);
             this.Controls.Add(this.label1);
             this.Controls.Add(this.Decompose);
+            this.Controls.Add(this.ChooseAll);
             this.Controls.Add(this.sn_code);
             this.Controls.Add(this.pa_makecode_label);
             this.Controls.Add(this.OperateResult);
@@ -867,6 +886,7 @@
         private System.Windows.Forms.Label pa_makecode_label;
         private CustomControl.TextBoxWithIcon.SnCollectionBox sn_code;
         private CustomControl.ButtonUtil.NormalButton Decompose;
+        private CustomControl.ButtonUtil.NormalButton ChooseAll;
         private System.Windows.Forms.Label label1;
         private System.Windows.Forms.Label label2;
         private System.Windows.Forms.Label label3;