Bläddra i källkod

放大镜添加行数限制

章政 7 år sedan
förälder
incheckning
5a53f8aa13
2 ändrade filer med 155 tillägg och 232 borttagningar
  1. 1 1
      UAS-出货标签管理/DbFind.cs
  2. 154 231
      UAS-出货标签管理/采集策略.Designer.cs

+ 1 - 1
UAS-出货标签管理/DbFind.cs

@@ -61,7 +61,7 @@ namespace UAS_LabelMachine
             BindTable = tablename;
             SelectField = selectfield.Replace("#", "as");
             //返回一个带有结构的空的DataTable
-            dt = (DataTable)dh.ExecuteSql("select " + SelectField + " from " + tablename, "select");
+            dt = (DataTable)dh.ExecuteSql("select " + SelectField + " from " + tablename +" where rownum<20", "select");
             //设置DataTable的描述和列名,为了字段赋值
             selectfield = selectfield.Replace(",", "#");
             string[] NameAndCapation = selectfield.Split('#');

+ 154 - 231
UAS-出货标签管理/采集策略.Designer.cs

@@ -112,10 +112,9 @@
             this.sg_name_label.AutoSize = true;
             this.sg_name_label.BackColor = System.Drawing.Color.Transparent;
             this.sg_name_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.sg_name_label.Location = new System.Drawing.Point(399, 34);
-            this.sg_name_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.sg_name_label.Location = new System.Drawing.Point(299, 27);
             this.sg_name_label.Name = "sg_name_label";
-            this.sg_name_label.Size = new System.Drawing.Size(92, 27);
+            this.sg_name_label.Size = new System.Drawing.Size(74, 21);
             this.sg_name_label.TabIndex = 7;
             this.sg_name_label.Text = "策略名称";
             // 
@@ -124,10 +123,9 @@
             this.sg_code_label.AutoSize = true;
             this.sg_code_label.BackColor = System.Drawing.Color.Transparent;
             this.sg_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.sg_code_label.Location = new System.Drawing.Point(27, 34);
-            this.sg_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.sg_code_label.Location = new System.Drawing.Point(20, 27);
             this.sg_code_label.Name = "sg_code_label";
-            this.sg_code_label.Size = new System.Drawing.Size(92, 27);
+            this.sg_code_label.Size = new System.Drawing.Size(74, 21);
             this.sg_code_label.TabIndex = 9;
             this.sg_code_label.Text = "策略编号";
             // 
@@ -135,10 +133,9 @@
             // 
             this.si_type2.AutoSize = true;
             this.si_type2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.si_type2.Location = new System.Drawing.Point(32, 253);
-            this.si_type2.Margin = new System.Windows.Forms.Padding(4);
+            this.si_type2.Location = new System.Drawing.Point(24, 202);
             this.si_type2.Name = "si_type2";
-            this.si_type2.Size = new System.Drawing.Size(93, 31);
+            this.si_type2.Size = new System.Drawing.Size(76, 25);
             this.si_type2.TabIndex = 17;
             this.si_type2.Text = "LotNo";
             this.si_type2.UseVisualStyleBackColor = true;
@@ -147,10 +144,9 @@
             // 
             this.si_type1.AutoSize = true;
             this.si_type1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.si_type1.Location = new System.Drawing.Point(32, 383);
-            this.si_type1.Margin = new System.Windows.Forms.Padding(4);
+            this.si_type1.Location = new System.Drawing.Point(24, 306);
             this.si_type1.Name = "si_type1";
-            this.si_type1.Size = new System.Drawing.Size(128, 31);
+            this.si_type1.Size = new System.Drawing.Size(105, 25);
             this.si_type1.TabIndex = 18;
             this.si_type1.Text = "DateCode";
             this.si_type1.UseVisualStyleBackColor = true;
@@ -159,10 +155,9 @@
             // 
             this.si_type4.AutoSize = true;
             this.si_type4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.si_type4.Location = new System.Drawing.Point(32, 133);
-            this.si_type4.Margin = new System.Windows.Forms.Padding(4);
+            this.si_type4.Location = new System.Drawing.Point(24, 106);
             this.si_type4.Name = "si_type4";
-            this.si_type4.Size = new System.Drawing.Size(82, 31);
+            this.si_type4.Size = new System.Drawing.Size(68, 25);
             this.si_type4.TabIndex = 19;
             this.si_type4.Text = "MPN";
             this.si_type4.UseVisualStyleBackColor = true;
@@ -171,10 +166,9 @@
             // 
             this.si_type3.AutoSize = true;
             this.si_type3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.si_type3.Location = new System.Drawing.Point(32, 516);
-            this.si_type3.Margin = new System.Windows.Forms.Padding(4);
+            this.si_type3.Location = new System.Drawing.Point(24, 413);
             this.si_type3.Name = "si_type3";
-            this.si_type3.Size = new System.Drawing.Size(73, 31);
+            this.si_type3.Size = new System.Drawing.Size(61, 25);
             this.si_type3.TabIndex = 20;
             this.si_type3.Text = "QTY";
             this.si_type3.UseVisualStyleBackColor = true;
@@ -184,10 +178,9 @@
             this.si_expression1_label.AutoSize = true;
             this.si_expression1_label.BackColor = System.Drawing.Color.Transparent;
             this.si_expression1_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.si_expression1_label.Location = new System.Drawing.Point(691, 423);
-            this.si_expression1_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.si_expression1_label.Location = new System.Drawing.Point(518, 338);
             this.si_expression1_label.Name = "si_expression1_label";
-            this.si_expression1_label.Size = new System.Drawing.Size(112, 27);
+            this.si_expression1_label.Size = new System.Drawing.Size(90, 21);
             this.si_expression1_label.TabIndex = 25;
             this.si_expression1_label.Text = "正则表达式";
             // 
@@ -196,10 +189,9 @@
             this.si_kind1_label.AutoSize = true;
             this.si_kind1_label.BackColor = System.Drawing.Color.Transparent;
             this.si_kind1_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.si_kind1_label.Location = new System.Drawing.Point(357, 423);
-            this.si_kind1_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.si_kind1_label.Location = new System.Drawing.Point(268, 338);
             this.si_kind1_label.Name = "si_kind1_label";
-            this.si_kind1_label.Size = new System.Drawing.Size(92, 27);
+            this.si_kind1_label.Size = new System.Drawing.Size(74, 21);
             this.si_kind1_label.TabIndex = 27;
             this.si_kind1_label.Text = "解析方式";
             // 
@@ -208,10 +200,9 @@
             this.si_detno1_label.AutoSize = true;
             this.si_detno1_label.BackColor = System.Drawing.Color.Transparent;
             this.si_detno1_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.si_detno1_label.Location = new System.Drawing.Point(27, 423);
-            this.si_detno1_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.si_detno1_label.Location = new System.Drawing.Point(20, 338);
             this.si_detno1_label.Name = "si_detno1_label";
-            this.si_detno1_label.Size = new System.Drawing.Size(92, 27);
+            this.si_detno1_label.Size = new System.Drawing.Size(74, 21);
             this.si_detno1_label.TabIndex = 29;
             this.si_detno1_label.Text = "扫描次序";
             // 
@@ -220,10 +211,9 @@
             this.si_item1_label.AutoSize = true;
             this.si_item1_label.BackColor = System.Drawing.Color.Transparent;
             this.si_item1_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.si_item1_label.Location = new System.Drawing.Point(1113, 419);
-            this.si_item1_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.si_item1_label.Location = new System.Drawing.Point(835, 335);
             this.si_item1_label.Name = "si_item1_label";
-            this.si_item1_label.Size = new System.Drawing.Size(92, 27);
+            this.si_item1_label.Size = new System.Drawing.Size(74, 21);
             this.si_item1_label.TabIndex = 31;
             this.si_item1_label.Text = "字段名称";
             this.si_item1_label.Visible = false;
@@ -233,10 +223,9 @@
             this.si_item2_label.AutoSize = true;
             this.si_item2_label.BackColor = System.Drawing.Color.Transparent;
             this.si_item2_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.si_item2_label.Location = new System.Drawing.Point(1113, 288);
-            this.si_item2_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.si_item2_label.Location = new System.Drawing.Point(835, 230);
             this.si_item2_label.Name = "si_item2_label";
-            this.si_item2_label.Size = new System.Drawing.Size(92, 27);
+            this.si_item2_label.Size = new System.Drawing.Size(74, 21);
             this.si_item2_label.TabIndex = 41;
             this.si_item2_label.Text = "字段名称";
             this.si_item2_label.Visible = false;
@@ -246,10 +235,9 @@
             this.si_detno2_label.AutoSize = true;
             this.si_detno2_label.BackColor = System.Drawing.Color.Transparent;
             this.si_detno2_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.si_detno2_label.Location = new System.Drawing.Point(27, 292);
-            this.si_detno2_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.si_detno2_label.Location = new System.Drawing.Point(20, 234);
             this.si_detno2_label.Name = "si_detno2_label";
-            this.si_detno2_label.Size = new System.Drawing.Size(92, 27);
+            this.si_detno2_label.Size = new System.Drawing.Size(74, 21);
             this.si_detno2_label.TabIndex = 39;
             this.si_detno2_label.Text = "扫描次序";
             // 
@@ -258,10 +246,9 @@
             this.si_kind2_label.AutoSize = true;
             this.si_kind2_label.BackColor = System.Drawing.Color.Transparent;
             this.si_kind2_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.si_kind2_label.Location = new System.Drawing.Point(357, 292);
-            this.si_kind2_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.si_kind2_label.Location = new System.Drawing.Point(268, 234);
             this.si_kind2_label.Name = "si_kind2_label";
-            this.si_kind2_label.Size = new System.Drawing.Size(92, 27);
+            this.si_kind2_label.Size = new System.Drawing.Size(74, 21);
             this.si_kind2_label.TabIndex = 37;
             this.si_kind2_label.Text = "解析方式";
             // 
@@ -270,10 +257,9 @@
             this.si_expression2_label.AutoSize = true;
             this.si_expression2_label.BackColor = System.Drawing.Color.Transparent;
             this.si_expression2_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.si_expression2_label.Location = new System.Drawing.Point(691, 292);
-            this.si_expression2_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.si_expression2_label.Location = new System.Drawing.Point(518, 234);
             this.si_expression2_label.Name = "si_expression2_label";
-            this.si_expression2_label.Size = new System.Drawing.Size(112, 27);
+            this.si_expression2_label.Size = new System.Drawing.Size(90, 21);
             this.si_expression2_label.TabIndex = 35;
             this.si_expression2_label.Text = "正则表达式";
             // 
@@ -282,10 +268,9 @@
             this.si_item3_label.AutoSize = true;
             this.si_item3_label.BackColor = System.Drawing.Color.Transparent;
             this.si_item3_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.si_item3_label.Location = new System.Drawing.Point(1113, 558);
-            this.si_item3_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.si_item3_label.Location = new System.Drawing.Point(835, 446);
             this.si_item3_label.Name = "si_item3_label";
-            this.si_item3_label.Size = new System.Drawing.Size(92, 27);
+            this.si_item3_label.Size = new System.Drawing.Size(74, 21);
             this.si_item3_label.TabIndex = 51;
             this.si_item3_label.Text = "字段名称";
             this.si_item3_label.Visible = false;
@@ -295,10 +280,9 @@
             this.si_detno3_label.AutoSize = true;
             this.si_detno3_label.BackColor = System.Drawing.Color.Transparent;
             this.si_detno3_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.si_detno3_label.Location = new System.Drawing.Point(27, 562);
-            this.si_detno3_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.si_detno3_label.Location = new System.Drawing.Point(20, 450);
             this.si_detno3_label.Name = "si_detno3_label";
-            this.si_detno3_label.Size = new System.Drawing.Size(92, 27);
+            this.si_detno3_label.Size = new System.Drawing.Size(74, 21);
             this.si_detno3_label.TabIndex = 49;
             this.si_detno3_label.Text = "扫描次序";
             // 
@@ -307,10 +291,9 @@
             this.si_kind3_label.AutoSize = true;
             this.si_kind3_label.BackColor = System.Drawing.Color.Transparent;
             this.si_kind3_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.si_kind3_label.Location = new System.Drawing.Point(357, 562);
-            this.si_kind3_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.si_kind3_label.Location = new System.Drawing.Point(268, 450);
             this.si_kind3_label.Name = "si_kind3_label";
-            this.si_kind3_label.Size = new System.Drawing.Size(92, 27);
+            this.si_kind3_label.Size = new System.Drawing.Size(74, 21);
             this.si_kind3_label.TabIndex = 47;
             this.si_kind3_label.Text = "解析方式";
             // 
@@ -319,10 +302,9 @@
             this.si_expression3_label.AutoSize = true;
             this.si_expression3_label.BackColor = System.Drawing.Color.Transparent;
             this.si_expression3_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.si_expression3_label.Location = new System.Drawing.Point(691, 562);
-            this.si_expression3_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.si_expression3_label.Location = new System.Drawing.Point(518, 450);
             this.si_expression3_label.Name = "si_expression3_label";
-            this.si_expression3_label.Size = new System.Drawing.Size(112, 27);
+            this.si_expression3_label.Size = new System.Drawing.Size(90, 21);
             this.si_expression3_label.TabIndex = 45;
             this.si_expression3_label.Text = "正则表达式";
             // 
@@ -331,10 +313,9 @@
             this.si_item4_label.AutoSize = true;
             this.si_item4_label.BackColor = System.Drawing.Color.Transparent;
             this.si_item4_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.si_item4_label.Location = new System.Drawing.Point(1113, 164);
-            this.si_item4_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.si_item4_label.Location = new System.Drawing.Point(835, 131);
             this.si_item4_label.Name = "si_item4_label";
-            this.si_item4_label.Size = new System.Drawing.Size(92, 27);
+            this.si_item4_label.Size = new System.Drawing.Size(74, 21);
             this.si_item4_label.TabIndex = 61;
             this.si_item4_label.Text = "字段名称";
             this.si_item4_label.Visible = false;
@@ -344,10 +325,9 @@
             this.si_detno4_label.AutoSize = true;
             this.si_detno4_label.BackColor = System.Drawing.Color.Transparent;
             this.si_detno4_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.si_detno4_label.Location = new System.Drawing.Point(27, 168);
-            this.si_detno4_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.si_detno4_label.Location = new System.Drawing.Point(20, 134);
             this.si_detno4_label.Name = "si_detno4_label";
-            this.si_detno4_label.Size = new System.Drawing.Size(92, 27);
+            this.si_detno4_label.Size = new System.Drawing.Size(74, 21);
             this.si_detno4_label.TabIndex = 59;
             this.si_detno4_label.Text = "扫描次序";
             // 
@@ -356,10 +336,9 @@
             this.si_kind4_label.AutoSize = true;
             this.si_kind4_label.BackColor = System.Drawing.Color.Transparent;
             this.si_kind4_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.si_kind4_label.Location = new System.Drawing.Point(357, 168);
-            this.si_kind4_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.si_kind4_label.Location = new System.Drawing.Point(268, 134);
             this.si_kind4_label.Name = "si_kind4_label";
-            this.si_kind4_label.Size = new System.Drawing.Size(92, 27);
+            this.si_kind4_label.Size = new System.Drawing.Size(74, 21);
             this.si_kind4_label.TabIndex = 57;
             this.si_kind4_label.Text = "解析方式";
             // 
@@ -368,10 +347,9 @@
             this.si_expression4_label.AutoSize = true;
             this.si_expression4_label.BackColor = System.Drawing.Color.Transparent;
             this.si_expression4_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.si_expression4_label.Location = new System.Drawing.Point(691, 168);
-            this.si_expression4_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.si_expression4_label.Location = new System.Drawing.Point(518, 134);
             this.si_expression4_label.Name = "si_expression4_label";
-            this.si_expression4_label.Size = new System.Drawing.Size(112, 27);
+            this.si_expression4_label.Size = new System.Drawing.Size(90, 21);
             this.si_expression4_label.TabIndex = 55;
             this.si_expression4_label.Text = "正则表达式";
             // 
@@ -385,10 +363,9 @@
             "索引字符",
             "二次解析",
             "全部"});
-            this.si_kind1.Location = new System.Drawing.Point(473, 424);
-            this.si_kind1.Margin = new System.Windows.Forms.Padding(4);
+            this.si_kind1.Location = new System.Drawing.Point(355, 339);
             this.si_kind1.Name = "si_kind1";
-            this.si_kind1.Size = new System.Drawing.Size(208, 23);
+            this.si_kind1.Size = new System.Drawing.Size(157, 20);
             this.si_kind1.TabIndex = 10;
             // 
             // si_kind2
@@ -401,10 +378,9 @@
             "索引字符",
             "二次解析",
             "全部"});
-            this.si_kind2.Location = new System.Drawing.Point(473, 292);
-            this.si_kind2.Margin = new System.Windows.Forms.Padding(4);
+            this.si_kind2.Location = new System.Drawing.Point(355, 234);
             this.si_kind2.Name = "si_kind2";
-            this.si_kind2.Size = new System.Drawing.Size(208, 23);
+            this.si_kind2.Size = new System.Drawing.Size(157, 20);
             this.si_kind2.TabIndex = 64;
             // 
             // si_kind3
@@ -417,10 +393,9 @@
             "索引字符",
             "二次解析",
             "全部"});
-            this.si_kind3.Location = new System.Drawing.Point(473, 562);
-            this.si_kind3.Margin = new System.Windows.Forms.Padding(4);
+            this.si_kind3.Location = new System.Drawing.Point(355, 450);
             this.si_kind3.Name = "si_kind3";
-            this.si_kind3.Size = new System.Drawing.Size(208, 23);
+            this.si_kind3.Size = new System.Drawing.Size(157, 20);
             this.si_kind3.TabIndex = 65;
             // 
             // si_kind4
@@ -433,10 +408,9 @@
             "索引字符",
             "二次解析",
             "全部"});
-            this.si_kind4.Location = new System.Drawing.Point(473, 169);
-            this.si_kind4.Margin = new System.Windows.Forms.Padding(4);
+            this.si_kind4.Location = new System.Drawing.Point(355, 135);
             this.si_kind4.Name = "si_kind4";
-            this.si_kind4.Size = new System.Drawing.Size(208, 23);
+            this.si_kind4.Size = new System.Drawing.Size(157, 20);
             this.si_kind4.TabIndex = 66;
             // 
             // si_index1_label
@@ -444,10 +418,9 @@
             this.si_index1_label.AutoSize = true;
             this.si_index1_label.BackColor = System.Drawing.Color.Transparent;
             this.si_index1_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.si_index1_label.Location = new System.Drawing.Point(27, 466);
-            this.si_index1_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.si_index1_label.Location = new System.Drawing.Point(20, 373);
             this.si_index1_label.Name = "si_index1_label";
-            this.si_index1_label.Size = new System.Drawing.Size(92, 27);
+            this.si_index1_label.Size = new System.Drawing.Size(74, 21);
             this.si_index1_label.TabIndex = 67;
             this.si_index1_label.Text = "起始位置";
             // 
@@ -456,10 +429,9 @@
             this.si_length1_label.AutoSize = true;
             this.si_length1_label.BackColor = System.Drawing.Color.Transparent;
             this.si_length1_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.si_length1_label.Location = new System.Drawing.Point(691, 466);
-            this.si_length1_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.si_length1_label.Location = new System.Drawing.Point(518, 373);
             this.si_length1_label.Name = "si_length1_label";
-            this.si_length1_label.Size = new System.Drawing.Size(52, 27);
+            this.si_length1_label.Size = new System.Drawing.Size(42, 21);
             this.si_length1_label.TabIndex = 69;
             this.si_length1_label.Text = "长度";
             // 
@@ -468,10 +440,9 @@
             this.si_indexstring1_label.AutoSize = true;
             this.si_indexstring1_label.BackColor = System.Drawing.Color.Transparent;
             this.si_indexstring1_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.si_indexstring1_label.Location = new System.Drawing.Point(357, 466);
-            this.si_indexstring1_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.si_indexstring1_label.Location = new System.Drawing.Point(268, 373);
             this.si_indexstring1_label.Name = "si_indexstring1_label";
-            this.si_indexstring1_label.Size = new System.Drawing.Size(92, 27);
+            this.si_indexstring1_label.Size = new System.Drawing.Size(74, 21);
             this.si_indexstring1_label.TabIndex = 71;
             this.si_indexstring1_label.Text = "索引字符";
             // 
@@ -480,10 +451,9 @@
             this.si_indexstring2_label.AutoSize = true;
             this.si_indexstring2_label.BackColor = System.Drawing.Color.Transparent;
             this.si_indexstring2_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.si_indexstring2_label.Location = new System.Drawing.Point(357, 330);
-            this.si_indexstring2_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.si_indexstring2_label.Location = new System.Drawing.Point(268, 264);
             this.si_indexstring2_label.Name = "si_indexstring2_label";
-            this.si_indexstring2_label.Size = new System.Drawing.Size(92, 27);
+            this.si_indexstring2_label.Size = new System.Drawing.Size(74, 21);
             this.si_indexstring2_label.TabIndex = 77;
             this.si_indexstring2_label.Text = "索引字符";
             // 
@@ -492,10 +462,9 @@
             this.si_length2_label.AutoSize = true;
             this.si_length2_label.BackColor = System.Drawing.Color.Transparent;
             this.si_length2_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.si_length2_label.Location = new System.Drawing.Point(691, 330);
-            this.si_length2_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.si_length2_label.Location = new System.Drawing.Point(518, 264);
             this.si_length2_label.Name = "si_length2_label";
-            this.si_length2_label.Size = new System.Drawing.Size(52, 27);
+            this.si_length2_label.Size = new System.Drawing.Size(42, 21);
             this.si_length2_label.TabIndex = 75;
             this.si_length2_label.Text = "长度";
             // 
@@ -504,10 +473,9 @@
             this.si_index2_label.AutoSize = true;
             this.si_index2_label.BackColor = System.Drawing.Color.Transparent;
             this.si_index2_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.si_index2_label.Location = new System.Drawing.Point(27, 330);
-            this.si_index2_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.si_index2_label.Location = new System.Drawing.Point(20, 264);
             this.si_index2_label.Name = "si_index2_label";
-            this.si_index2_label.Size = new System.Drawing.Size(92, 27);
+            this.si_index2_label.Size = new System.Drawing.Size(74, 21);
             this.si_index2_label.TabIndex = 73;
             this.si_index2_label.Text = "起始位置";
             // 
@@ -516,10 +484,9 @@
             this.si_indexstring3_label.AutoSize = true;
             this.si_indexstring3_label.BackColor = System.Drawing.Color.Transparent;
             this.si_indexstring3_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.si_indexstring3_label.Location = new System.Drawing.Point(357, 607);
-            this.si_indexstring3_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.si_indexstring3_label.Location = new System.Drawing.Point(268, 486);
             this.si_indexstring3_label.Name = "si_indexstring3_label";
-            this.si_indexstring3_label.Size = new System.Drawing.Size(92, 27);
+            this.si_indexstring3_label.Size = new System.Drawing.Size(74, 21);
             this.si_indexstring3_label.TabIndex = 83;
             this.si_indexstring3_label.Text = "索引字符";
             // 
@@ -528,10 +495,9 @@
             this.si_length3_label.AutoSize = true;
             this.si_length3_label.BackColor = System.Drawing.Color.Transparent;
             this.si_length3_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.si_length3_label.Location = new System.Drawing.Point(691, 607);
-            this.si_length3_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.si_length3_label.Location = new System.Drawing.Point(518, 486);
             this.si_length3_label.Name = "si_length3_label";
-            this.si_length3_label.Size = new System.Drawing.Size(52, 27);
+            this.si_length3_label.Size = new System.Drawing.Size(42, 21);
             this.si_length3_label.TabIndex = 81;
             this.si_length3_label.Text = "长度";
             // 
@@ -540,10 +506,9 @@
             this.si_index3_label.AutoSize = true;
             this.si_index3_label.BackColor = System.Drawing.Color.Transparent;
             this.si_index3_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.si_index3_label.Location = new System.Drawing.Point(27, 607);
-            this.si_index3_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.si_index3_label.Location = new System.Drawing.Point(20, 486);
             this.si_index3_label.Name = "si_index3_label";
-            this.si_index3_label.Size = new System.Drawing.Size(92, 27);
+            this.si_index3_label.Size = new System.Drawing.Size(74, 21);
             this.si_index3_label.TabIndex = 79;
             this.si_index3_label.Text = "起始位置";
             // 
@@ -552,10 +517,9 @@
             this.si_indexstring4_label.AutoSize = true;
             this.si_indexstring4_label.BackColor = System.Drawing.Color.Transparent;
             this.si_indexstring4_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.si_indexstring4_label.Location = new System.Drawing.Point(357, 212);
-            this.si_indexstring4_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.si_indexstring4_label.Location = new System.Drawing.Point(268, 170);
             this.si_indexstring4_label.Name = "si_indexstring4_label";
-            this.si_indexstring4_label.Size = new System.Drawing.Size(92, 27);
+            this.si_indexstring4_label.Size = new System.Drawing.Size(74, 21);
             this.si_indexstring4_label.TabIndex = 89;
             this.si_indexstring4_label.Text = "索引字符";
             // 
@@ -564,10 +528,9 @@
             this.si_length4_label.AutoSize = true;
             this.si_length4_label.BackColor = System.Drawing.Color.Transparent;
             this.si_length4_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.si_length4_label.Location = new System.Drawing.Point(691, 212);
-            this.si_length4_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.si_length4_label.Location = new System.Drawing.Point(518, 170);
             this.si_length4_label.Name = "si_length4_label";
-            this.si_length4_label.Size = new System.Drawing.Size(52, 27);
+            this.si_length4_label.Size = new System.Drawing.Size(42, 21);
             this.si_length4_label.TabIndex = 87;
             this.si_length4_label.Text = "长度";
             // 
@@ -576,10 +539,9 @@
             this.si_index4_label.AutoSize = true;
             this.si_index4_label.BackColor = System.Drawing.Color.Transparent;
             this.si_index4_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.si_index4_label.Location = new System.Drawing.Point(27, 212);
-            this.si_index4_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.si_index4_label.Location = new System.Drawing.Point(20, 170);
             this.si_index4_label.Name = "si_index4_label";
-            this.si_index4_label.Size = new System.Drawing.Size(92, 27);
+            this.si_index4_label.Size = new System.Drawing.Size(74, 21);
             this.si_index4_label.TabIndex = 85;
             this.si_index4_label.Text = "起始位置";
             // 
@@ -588,10 +550,9 @@
             this.sg_separator_label.AutoSize = true;
             this.sg_separator_label.BackColor = System.Drawing.Color.Transparent;
             this.sg_separator_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.sg_separator_label.Location = new System.Drawing.Point(1103, 34);
-            this.sg_separator_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.sg_separator_label.Location = new System.Drawing.Point(827, 27);
             this.sg_separator_label.Name = "sg_separator_label";
-            this.sg_separator_label.Size = new System.Drawing.Size(72, 27);
+            this.sg_separator_label.Size = new System.Drawing.Size(58, 21);
             this.sg_separator_label.TabIndex = 91;
             this.sg_separator_label.Text = "分隔符";
             // 
@@ -600,10 +561,9 @@
             this.pb_name_label.AutoSize = true;
             this.pb_name_label.BackColor = System.Drawing.Color.Transparent;
             this.pb_name_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.pb_name_label.Location = new System.Drawing.Point(777, 34);
-            this.pb_name_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.pb_name_label.Location = new System.Drawing.Point(583, 27);
             this.pb_name_label.Name = "pb_name_label";
-            this.pb_name_label.Size = new System.Drawing.Size(52, 27);
+            this.pb_name_label.Size = new System.Drawing.Size(42, 21);
             this.pb_name_label.TabIndex = 101;
             this.pb_name_label.Text = "品牌";
             // 
@@ -612,10 +572,9 @@
             this.Add.BackColor = System.Drawing.Color.Transparent;
             this.Add.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.Add.Image = ((System.Drawing.Image)(resources.GetObject("Add.Image")));
-            this.Add.Location = new System.Drawing.Point(841, 91);
-            this.Add.Margin = new System.Windows.Forms.Padding(4);
+            this.Add.Location = new System.Drawing.Point(631, 73);
             this.Add.Name = "Add";
-            this.Add.Size = new System.Drawing.Size(100, 36);
+            this.Add.Size = new System.Drawing.Size(75, 29);
             this.Add.TabIndex = 7;
             this.Add.Text = "新增";
             this.Add.UseVisualStyleBackColor = false;
@@ -625,10 +584,9 @@
             // 
             this.si_id1.Enabled = false;
             this.si_id1.ID = null;
-            this.si_id1.Location = new System.Drawing.Point(1219, 470);
-            this.si_id1.Margin = new System.Windows.Forms.Padding(4);
+            this.si_id1.Location = new System.Drawing.Point(914, 376);
             this.si_id1.Name = "si_id1";
-            this.si_id1.Size = new System.Drawing.Size(208, 25);
+            this.si_id1.Size = new System.Drawing.Size(157, 21);
             this.si_id1.Str = null;
             this.si_id1.Str1 = null;
             this.si_id1.Str2 = null;
@@ -639,10 +597,9 @@
             // 
             this.si_id2.Enabled = false;
             this.si_id2.ID = null;
-            this.si_id2.Location = new System.Drawing.Point(1219, 336);
-            this.si_id2.Margin = new System.Windows.Forms.Padding(4);
+            this.si_id2.Location = new System.Drawing.Point(914, 269);
             this.si_id2.Name = "si_id2";
-            this.si_id2.Size = new System.Drawing.Size(208, 25);
+            this.si_id2.Size = new System.Drawing.Size(157, 21);
             this.si_id2.Str = null;
             this.si_id2.Str1 = null;
             this.si_id2.Str2 = null;
@@ -653,10 +610,9 @@
             // 
             this.si_id3.Enabled = false;
             this.si_id3.ID = null;
-            this.si_id3.Location = new System.Drawing.Point(1219, 607);
-            this.si_id3.Margin = new System.Windows.Forms.Padding(4);
+            this.si_id3.Location = new System.Drawing.Point(914, 486);
             this.si_id3.Name = "si_id3";
-            this.si_id3.Size = new System.Drawing.Size(208, 25);
+            this.si_id3.Size = new System.Drawing.Size(157, 21);
             this.si_id3.Str = null;
             this.si_id3.Str1 = null;
             this.si_id3.Str2 = null;
@@ -667,10 +623,9 @@
             // 
             this.si_id4.Enabled = false;
             this.si_id4.ID = null;
-            this.si_id4.Location = new System.Drawing.Point(1219, 217);
-            this.si_id4.Margin = new System.Windows.Forms.Padding(4);
+            this.si_id4.Location = new System.Drawing.Point(914, 174);
             this.si_id4.Name = "si_id4";
-            this.si_id4.Size = new System.Drawing.Size(208, 25);
+            this.si_id4.Size = new System.Drawing.Size(157, 21);
             this.si_id4.Str = null;
             this.si_id4.Str1 = null;
             this.si_id4.Str2 = null;
@@ -680,10 +635,9 @@
             // sg_id
             // 
             this.sg_id.ID = null;
-            this.sg_id.Location = new System.Drawing.Point(1188, 91);
-            this.sg_id.Margin = new System.Windows.Forms.Padding(4);
+            this.sg_id.Location = new System.Drawing.Point(891, 73);
             this.sg_id.Name = "sg_id";
-            this.sg_id.Size = new System.Drawing.Size(239, 25);
+            this.sg_id.Size = new System.Drawing.Size(180, 21);
             this.sg_id.Str = null;
             this.sg_id.Str1 = null;
             this.sg_id.Str2 = null;
@@ -695,22 +649,20 @@
             this.pb_name.Caller = null;
             this.pb_name.Condition = null;
             this.pb_name.FormName = null;
-            this.pb_name.Location = new System.Drawing.Point(841, 34);
-            this.pb_name.Margin = new System.Windows.Forms.Padding(4);
+            this.pb_name.Location = new System.Drawing.Point(631, 27);
             this.pb_name.Name = "pb_name";
             this.pb_name.SelectField = null;
             this.pb_name.SetValueField = null;
-            this.pb_name.Size = new System.Drawing.Size(240, 26);
+            this.pb_name.Size = new System.Drawing.Size(180, 21);
             this.pb_name.TabIndex = 3;
             this.pb_name.TableName = null;
             // 
             // sg_separator
             // 
             this.sg_separator.ID = null;
-            this.sg_separator.Location = new System.Drawing.Point(1188, 34);
-            this.sg_separator.Margin = new System.Windows.Forms.Padding(4);
+            this.sg_separator.Location = new System.Drawing.Point(891, 27);
             this.sg_separator.Name = "sg_separator";
-            this.sg_separator.Size = new System.Drawing.Size(239, 25);
+            this.sg_separator.Size = new System.Drawing.Size(180, 21);
             this.sg_separator.Str = null;
             this.sg_separator.Str1 = null;
             this.sg_separator.Str2 = null;
@@ -720,10 +672,9 @@
             // 
             this.si_indexstring4.Enabled = false;
             this.si_indexstring4.ID = null;
-            this.si_indexstring4.Location = new System.Drawing.Point(473, 212);
-            this.si_indexstring4.Margin = new System.Windows.Forms.Padding(4);
+            this.si_indexstring4.Location = new System.Drawing.Point(355, 170);
             this.si_indexstring4.Name = "si_indexstring4";
-            this.si_indexstring4.Size = new System.Drawing.Size(208, 25);
+            this.si_indexstring4.Size = new System.Drawing.Size(157, 21);
             this.si_indexstring4.Str = null;
             this.si_indexstring4.Str1 = null;
             this.si_indexstring4.Str2 = null;
@@ -732,31 +683,28 @@
             // si_length4
             // 
             this.si_length4.Enabled = false;
-            this.si_length4.Location = new System.Drawing.Point(821, 212);
-            this.si_length4.Margin = new System.Windows.Forms.Padding(4);
+            this.si_length4.Location = new System.Drawing.Point(616, 170);
             this.si_length4.Name = "si_length4";
             this.si_length4.Negative = false;
-            this.si_length4.Size = new System.Drawing.Size(208, 25);
+            this.si_length4.Size = new System.Drawing.Size(157, 21);
             this.si_length4.TabIndex = 88;
             // 
             // si_index4
             // 
             this.si_index4.Enabled = false;
-            this.si_index4.Location = new System.Drawing.Point(133, 212);
-            this.si_index4.Margin = new System.Windows.Forms.Padding(4);
+            this.si_index4.Location = new System.Drawing.Point(100, 170);
             this.si_index4.Name = "si_index4";
             this.si_index4.Negative = false;
-            this.si_index4.Size = new System.Drawing.Size(208, 25);
+            this.si_index4.Size = new System.Drawing.Size(157, 21);
             this.si_index4.TabIndex = 86;
             // 
             // si_indexstring3
             // 
             this.si_indexstring3.Enabled = false;
             this.si_indexstring3.ID = null;
-            this.si_indexstring3.Location = new System.Drawing.Point(473, 607);
-            this.si_indexstring3.Margin = new System.Windows.Forms.Padding(4);
+            this.si_indexstring3.Location = new System.Drawing.Point(355, 486);
             this.si_indexstring3.Name = "si_indexstring3";
-            this.si_indexstring3.Size = new System.Drawing.Size(208, 25);
+            this.si_indexstring3.Size = new System.Drawing.Size(157, 21);
             this.si_indexstring3.Str = null;
             this.si_indexstring3.Str1 = null;
             this.si_indexstring3.Str2 = null;
@@ -765,31 +713,28 @@
             // si_length3
             // 
             this.si_length3.Enabled = false;
-            this.si_length3.Location = new System.Drawing.Point(821, 607);
-            this.si_length3.Margin = new System.Windows.Forms.Padding(4);
+            this.si_length3.Location = new System.Drawing.Point(616, 486);
             this.si_length3.Name = "si_length3";
             this.si_length3.Negative = false;
-            this.si_length3.Size = new System.Drawing.Size(208, 25);
+            this.si_length3.Size = new System.Drawing.Size(157, 21);
             this.si_length3.TabIndex = 82;
             // 
             // si_index3
             // 
             this.si_index3.Enabled = false;
-            this.si_index3.Location = new System.Drawing.Point(133, 607);
-            this.si_index3.Margin = new System.Windows.Forms.Padding(4);
+            this.si_index3.Location = new System.Drawing.Point(100, 486);
             this.si_index3.Name = "si_index3";
             this.si_index3.Negative = false;
-            this.si_index3.Size = new System.Drawing.Size(208, 25);
+            this.si_index3.Size = new System.Drawing.Size(157, 21);
             this.si_index3.TabIndex = 80;
             // 
             // si_indexstring2
             // 
             this.si_indexstring2.Enabled = false;
             this.si_indexstring2.ID = null;
-            this.si_indexstring2.Location = new System.Drawing.Point(473, 330);
-            this.si_indexstring2.Margin = new System.Windows.Forms.Padding(4);
+            this.si_indexstring2.Location = new System.Drawing.Point(355, 264);
             this.si_indexstring2.Name = "si_indexstring2";
-            this.si_indexstring2.Size = new System.Drawing.Size(208, 25);
+            this.si_indexstring2.Size = new System.Drawing.Size(157, 21);
             this.si_indexstring2.Str = null;
             this.si_indexstring2.Str1 = null;
             this.si_indexstring2.Str2 = null;
@@ -798,31 +743,28 @@
             // si_length2
             // 
             this.si_length2.Enabled = false;
-            this.si_length2.Location = new System.Drawing.Point(821, 330);
-            this.si_length2.Margin = new System.Windows.Forms.Padding(4);
+            this.si_length2.Location = new System.Drawing.Point(616, 264);
             this.si_length2.Name = "si_length2";
             this.si_length2.Negative = false;
-            this.si_length2.Size = new System.Drawing.Size(208, 25);
+            this.si_length2.Size = new System.Drawing.Size(157, 21);
             this.si_length2.TabIndex = 76;
             // 
             // si_index2
             // 
             this.si_index2.Enabled = false;
-            this.si_index2.Location = new System.Drawing.Point(133, 330);
-            this.si_index2.Margin = new System.Windows.Forms.Padding(4);
+            this.si_index2.Location = new System.Drawing.Point(100, 264);
             this.si_index2.Name = "si_index2";
             this.si_index2.Negative = false;
-            this.si_index2.Size = new System.Drawing.Size(208, 25);
+            this.si_index2.Size = new System.Drawing.Size(157, 21);
             this.si_index2.TabIndex = 74;
             // 
             // si_indexstring1
             // 
             this.si_indexstring1.Enabled = false;
             this.si_indexstring1.ID = null;
-            this.si_indexstring1.Location = new System.Drawing.Point(473, 466);
-            this.si_indexstring1.Margin = new System.Windows.Forms.Padding(4);
+            this.si_indexstring1.Location = new System.Drawing.Point(355, 373);
             this.si_indexstring1.Name = "si_indexstring1";
-            this.si_indexstring1.Size = new System.Drawing.Size(208, 25);
+            this.si_indexstring1.Size = new System.Drawing.Size(157, 21);
             this.si_indexstring1.Str = null;
             this.si_indexstring1.Str1 = null;
             this.si_indexstring1.Str2 = null;
@@ -831,21 +773,19 @@
             // si_index1
             // 
             this.si_index1.Enabled = false;
-            this.si_index1.Location = new System.Drawing.Point(133, 466);
-            this.si_index1.Margin = new System.Windows.Forms.Padding(4);
+            this.si_index1.Location = new System.Drawing.Point(100, 373);
             this.si_index1.Name = "si_index1";
             this.si_index1.Negative = false;
-            this.si_index1.Size = new System.Drawing.Size(208, 25);
+            this.si_index1.Size = new System.Drawing.Size(157, 21);
             this.si_index1.TabIndex = 12;
             // 
             // si_item4
             // 
             this.si_item4.Enabled = false;
             this.si_item4.ID = null;
-            this.si_item4.Location = new System.Drawing.Point(1219, 164);
-            this.si_item4.Margin = new System.Windows.Forms.Padding(4);
+            this.si_item4.Location = new System.Drawing.Point(914, 131);
             this.si_item4.Name = "si_item4";
-            this.si_item4.Size = new System.Drawing.Size(208, 25);
+            this.si_item4.Size = new System.Drawing.Size(157, 21);
             this.si_item4.Str = null;
             this.si_item4.Str1 = null;
             this.si_item4.Str2 = null;
@@ -857,10 +797,9 @@
             // 
             this.si_detno4.Enabled = false;
             this.si_detno4.ID = null;
-            this.si_detno4.Location = new System.Drawing.Point(133, 168);
-            this.si_detno4.Margin = new System.Windows.Forms.Padding(4);
+            this.si_detno4.Location = new System.Drawing.Point(100, 134);
             this.si_detno4.Name = "si_detno4";
-            this.si_detno4.Size = new System.Drawing.Size(208, 25);
+            this.si_detno4.Size = new System.Drawing.Size(157, 21);
             this.si_detno4.Str = null;
             this.si_detno4.Str1 = null;
             this.si_detno4.Str2 = null;
@@ -870,10 +809,9 @@
             // 
             this.si_expression4.Enabled = false;
             this.si_expression4.ID = null;
-            this.si_expression4.Location = new System.Drawing.Point(821, 168);
-            this.si_expression4.Margin = new System.Windows.Forms.Padding(4);
+            this.si_expression4.Location = new System.Drawing.Point(616, 134);
             this.si_expression4.Name = "si_expression4";
-            this.si_expression4.Size = new System.Drawing.Size(208, 25);
+            this.si_expression4.Size = new System.Drawing.Size(157, 21);
             this.si_expression4.Str = null;
             this.si_expression4.Str1 = null;
             this.si_expression4.Str2 = null;
@@ -883,10 +821,9 @@
             // 
             this.si_item3.Enabled = false;
             this.si_item3.ID = null;
-            this.si_item3.Location = new System.Drawing.Point(1219, 558);
-            this.si_item3.Margin = new System.Windows.Forms.Padding(4);
+            this.si_item3.Location = new System.Drawing.Point(914, 446);
             this.si_item3.Name = "si_item3";
-            this.si_item3.Size = new System.Drawing.Size(208, 25);
+            this.si_item3.Size = new System.Drawing.Size(157, 21);
             this.si_item3.Str = null;
             this.si_item3.Str1 = null;
             this.si_item3.Str2 = null;
@@ -898,10 +835,9 @@
             // 
             this.si_detno3.Enabled = false;
             this.si_detno3.ID = null;
-            this.si_detno3.Location = new System.Drawing.Point(133, 562);
-            this.si_detno3.Margin = new System.Windows.Forms.Padding(4);
+            this.si_detno3.Location = new System.Drawing.Point(100, 450);
             this.si_detno3.Name = "si_detno3";
-            this.si_detno3.Size = new System.Drawing.Size(208, 25);
+            this.si_detno3.Size = new System.Drawing.Size(157, 21);
             this.si_detno3.Str = null;
             this.si_detno3.Str1 = null;
             this.si_detno3.Str2 = null;
@@ -911,10 +847,9 @@
             // 
             this.si_expression3.Enabled = false;
             this.si_expression3.ID = null;
-            this.si_expression3.Location = new System.Drawing.Point(821, 562);
-            this.si_expression3.Margin = new System.Windows.Forms.Padding(4);
+            this.si_expression3.Location = new System.Drawing.Point(616, 450);
             this.si_expression3.Name = "si_expression3";
-            this.si_expression3.Size = new System.Drawing.Size(208, 25);
+            this.si_expression3.Size = new System.Drawing.Size(157, 21);
             this.si_expression3.Str = null;
             this.si_expression3.Str1 = null;
             this.si_expression3.Str2 = null;
@@ -924,10 +859,9 @@
             // 
             this.si_item2.Enabled = false;
             this.si_item2.ID = null;
-            this.si_item2.Location = new System.Drawing.Point(1219, 288);
-            this.si_item2.Margin = new System.Windows.Forms.Padding(4);
+            this.si_item2.Location = new System.Drawing.Point(914, 230);
             this.si_item2.Name = "si_item2";
-            this.si_item2.Size = new System.Drawing.Size(208, 25);
+            this.si_item2.Size = new System.Drawing.Size(157, 21);
             this.si_item2.Str = null;
             this.si_item2.Str1 = null;
             this.si_item2.Str2 = null;
@@ -939,10 +873,9 @@
             // 
             this.si_detno2.Enabled = false;
             this.si_detno2.ID = null;
-            this.si_detno2.Location = new System.Drawing.Point(133, 292);
-            this.si_detno2.Margin = new System.Windows.Forms.Padding(4);
+            this.si_detno2.Location = new System.Drawing.Point(100, 234);
             this.si_detno2.Name = "si_detno2";
-            this.si_detno2.Size = new System.Drawing.Size(208, 25);
+            this.si_detno2.Size = new System.Drawing.Size(157, 21);
             this.si_detno2.Str = null;
             this.si_detno2.Str1 = null;
             this.si_detno2.Str2 = null;
@@ -952,10 +885,9 @@
             // 
             this.si_expression2.Enabled = false;
             this.si_expression2.ID = null;
-            this.si_expression2.Location = new System.Drawing.Point(821, 292);
-            this.si_expression2.Margin = new System.Windows.Forms.Padding(4);
+            this.si_expression2.Location = new System.Drawing.Point(616, 234);
             this.si_expression2.Name = "si_expression2";
-            this.si_expression2.Size = new System.Drawing.Size(208, 25);
+            this.si_expression2.Size = new System.Drawing.Size(157, 21);
             this.si_expression2.Str = null;
             this.si_expression2.Str1 = null;
             this.si_expression2.Str2 = null;
@@ -965,10 +897,9 @@
             // 
             this.si_item1.Enabled = false;
             this.si_item1.ID = null;
-            this.si_item1.Location = new System.Drawing.Point(1219, 419);
-            this.si_item1.Margin = new System.Windows.Forms.Padding(4);
+            this.si_item1.Location = new System.Drawing.Point(914, 335);
             this.si_item1.Name = "si_item1";
-            this.si_item1.Size = new System.Drawing.Size(208, 25);
+            this.si_item1.Size = new System.Drawing.Size(157, 21);
             this.si_item1.Str = null;
             this.si_item1.Str1 = null;
             this.si_item1.Str2 = null;
@@ -980,10 +911,9 @@
             // 
             this.si_detno1.Enabled = false;
             this.si_detno1.ID = null;
-            this.si_detno1.Location = new System.Drawing.Point(133, 423);
-            this.si_detno1.Margin = new System.Windows.Forms.Padding(4);
+            this.si_detno1.Location = new System.Drawing.Point(100, 338);
             this.si_detno1.Name = "si_detno1";
-            this.si_detno1.Size = new System.Drawing.Size(208, 25);
+            this.si_detno1.Size = new System.Drawing.Size(157, 21);
             this.si_detno1.Str = null;
             this.si_detno1.Str1 = null;
             this.si_detno1.Str2 = null;
@@ -993,10 +923,9 @@
             // 
             this.si_expression1.Enabled = false;
             this.si_expression1.ID = null;
-            this.si_expression1.Location = new System.Drawing.Point(821, 423);
-            this.si_expression1.Margin = new System.Windows.Forms.Padding(4);
+            this.si_expression1.Location = new System.Drawing.Point(616, 338);
             this.si_expression1.Name = "si_expression1";
-            this.si_expression1.Size = new System.Drawing.Size(208, 25);
+            this.si_expression1.Size = new System.Drawing.Size(157, 21);
             this.si_expression1.Str = null;
             this.si_expression1.Str1 = null;
             this.si_expression1.Str2 = null;
@@ -1007,10 +936,9 @@
             this.Delete.BackColor = System.Drawing.Color.Transparent;
             this.Delete.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.Delete.Image = ((System.Drawing.Image)(resources.GetObject("Delete.Image")));
-            this.Delete.Location = new System.Drawing.Point(712, 91);
-            this.Delete.Margin = new System.Windows.Forms.Padding(4);
+            this.Delete.Location = new System.Drawing.Point(534, 73);
             this.Delete.Name = "Delete";
-            this.Delete.Size = new System.Drawing.Size(100, 36);
+            this.Delete.Size = new System.Drawing.Size(75, 29);
             this.Delete.TabIndex = 6;
             this.Delete.Text = "删除";
             this.Delete.UseVisualStyleBackColor = false;
@@ -1021,10 +949,9 @@
             this.Save.BackColor = System.Drawing.Color.Transparent;
             this.Save.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.Save.Image = ((System.Drawing.Image)(resources.GetObject("Save.Image")));
-            this.Save.Location = new System.Drawing.Point(581, 91);
-            this.Save.Margin = new System.Windows.Forms.Padding(4);
+            this.Save.Location = new System.Drawing.Point(436, 73);
             this.Save.Name = "Save";
-            this.Save.Size = new System.Drawing.Size(100, 36);
+            this.Save.Size = new System.Drawing.Size(75, 29);
             this.Save.TabIndex = 5;
             this.Save.Text = "保存";
             this.Save.UseVisualStyleBackColor = false;
@@ -1033,10 +960,9 @@
             // sg_name
             // 
             this.sg_name.ID = null;
-            this.sg_name.Location = new System.Drawing.Point(505, 34);
-            this.sg_name.Margin = new System.Windows.Forms.Padding(4);
+            this.sg_name.Location = new System.Drawing.Point(379, 27);
             this.sg_name.Name = "sg_name";
-            this.sg_name.Size = new System.Drawing.Size(239, 25);
+            this.sg_name.Size = new System.Drawing.Size(180, 21);
             this.sg_name.Str = null;
             this.sg_name.Str1 = null;
             this.sg_name.Str2 = null;
@@ -1045,10 +971,9 @@
             // sg_code
             // 
             this.sg_code.ID = null;
-            this.sg_code.Location = new System.Drawing.Point(133, 34);
-            this.sg_code.Margin = new System.Windows.Forms.Padding(4);
+            this.sg_code.Location = new System.Drawing.Point(100, 27);
             this.sg_code.Name = "sg_code";
-            this.sg_code.Size = new System.Drawing.Size(239, 25);
+            this.sg_code.Size = new System.Drawing.Size(180, 21);
             this.sg_code.Str = null;
             this.sg_code.Str1 = null;
             this.sg_code.Str2 = null;
@@ -1058,18 +983,17 @@
             // si_length1
             // 
             this.si_length1.Enabled = false;
-            this.si_length1.Location = new System.Drawing.Point(821, 466);
-            this.si_length1.Margin = new System.Windows.Forms.Padding(4);
+            this.si_length1.Location = new System.Drawing.Point(616, 373);
             this.si_length1.Name = "si_length1";
             this.si_length1.Negative = false;
-            this.si_length1.Size = new System.Drawing.Size(208, 25);
+            this.si_length1.Size = new System.Drawing.Size(157, 21);
             this.si_length1.TabIndex = 14;
             // 
             // 采集策略
             // 
-            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
-            this.ClientSize = new System.Drawing.Size(1442, 673);
+            this.ClientSize = new System.Drawing.Size(1082, 576);
             this.Controls.Add(this.Add);
             this.Controls.Add(this.si_id1);
             this.Controls.Add(this.si_id2);
@@ -1146,7 +1070,6 @@
             this.Controls.Add(this.sg_code);
             this.Controls.Add(this.sg_code_label);
             this.Controls.Add(this.sg_name_label);
-            this.Margin = new System.Windows.Forms.Padding(4);
             this.Name = "采集策略";
             this.Text = "采集策略";
             this.Load += new System.EventHandler(this.采集策略_Load);