|
@@ -58,12 +58,17 @@
|
|
|
this.H_Param3 = new System.Windows.Forms.CheckBox();
|
|
|
this.M_Param4 = new System.Windows.Forms.CheckBox();
|
|
|
this.H_Param4 = new System.Windows.Forms.CheckBox();
|
|
|
+ this.label8 = new System.Windows.Forms.Label();
|
|
|
+ this.Rate = new System.Windows.Forms.RadioButton();
|
|
|
+ this.Mount = new System.Windows.Forms.RadioButton();
|
|
|
+ this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
this.RowNum = new UAS_LabelMachine.CustomControl.NumOnlyTextBox();
|
|
|
+ this.groupBox1.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
|
|
|
|
|
|
|
|
|
- this.Export.Location = new System.Drawing.Point(584, 580);
|
|
|
+ this.Export.Location = new System.Drawing.Point(584, 640);
|
|
|
this.Export.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.Export.Name = "Export";
|
|
|
this.Export.Size = new System.Drawing.Size(188, 48);
|
|
@@ -340,7 +345,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
- this.ExportSetting.Location = new System.Drawing.Point(402, 580);
|
|
|
+ this.ExportSetting.Location = new System.Drawing.Point(402, 640);
|
|
|
this.ExportSetting.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.ExportSetting.Name = "ExportSetting";
|
|
|
this.ExportSetting.Size = new System.Drawing.Size(160, 48);
|
|
@@ -414,6 +419,54 @@
|
|
|
this.H_Param4.UseVisualStyleBackColor = true;
|
|
|
this.H_Param4.Visible = false;
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+ this.label8.AutoSize = true;
|
|
|
+ this.label8.Font = new System.Drawing.Font("宋体", 10F);
|
|
|
+ this.label8.Location = new System.Drawing.Point(22, 581);
|
|
|
+ this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label8.Name = "label8";
|
|
|
+ this.label8.Size = new System.Drawing.Size(134, 27);
|
|
|
+ this.label8.TabIndex = 39;
|
|
|
+ this.label8.Text = "分档方式:";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.Rate.AutoSize = true;
|
|
|
+ this.Rate.Font = new System.Drawing.Font("宋体", 10F);
|
|
|
+ this.Rate.Location = new System.Drawing.Point(23, 26);
|
|
|
+ this.Rate.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.Rate.Name = "Rate";
|
|
|
+ this.Rate.Size = new System.Drawing.Size(124, 31);
|
|
|
+ this.Rate.TabIndex = 40;
|
|
|
+ this.Rate.Text = "百分比";
|
|
|
+ this.Rate.UseVisualStyleBackColor = true;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.Mount.AutoSize = true;
|
|
|
+ this.Mount.Checked = true;
|
|
|
+ this.Mount.Font = new System.Drawing.Font("宋体", 10F);
|
|
|
+ this.Mount.Location = new System.Drawing.Point(166, 28);
|
|
|
+ this.Mount.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.Mount.Name = "Mount";
|
|
|
+ this.Mount.Size = new System.Drawing.Size(97, 31);
|
|
|
+ this.Mount.TabIndex = 41;
|
|
|
+ this.Mount.TabStop = true;
|
|
|
+ this.Mount.Text = "数量";
|
|
|
+ this.Mount.UseVisualStyleBackColor = true;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.groupBox1.Controls.Add(this.Rate);
|
|
|
+ this.groupBox1.Controls.Add(this.Mount);
|
|
|
+ this.groupBox1.Location = new System.Drawing.Point(238, 553);
|
|
|
+ this.groupBox1.Name = "groupBox1";
|
|
|
+ this.groupBox1.Size = new System.Drawing.Size(495, 67);
|
|
|
+ this.groupBox1.TabIndex = 42;
|
|
|
+ this.groupBox1.TabStop = false;
|
|
|
+ this.groupBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.groupBox1_Paint);
|
|
|
+
|
|
|
|
|
|
|
|
|
this.RowNum.Location = new System.Drawing.Point(960, 428);
|
|
@@ -428,7 +481,9 @@
|
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(1144, 672);
|
|
|
+ this.ClientSize = new System.Drawing.Size(1144, 704);
|
|
|
+ this.Controls.Add(this.groupBox1);
|
|
|
+ this.Controls.Add(this.label8);
|
|
|
this.Controls.Add(this.H_Param4);
|
|
|
this.Controls.Add(this.M_Param4);
|
|
|
this.Controls.Add(this.H_Param3);
|
|
@@ -463,6 +518,8 @@
|
|
|
this.Name = "ExportExcel";
|
|
|
this.Text = "导出数据";
|
|
|
this.Load += new System.EventHandler(this.ExportExcel_Load);
|
|
|
+ this.groupBox1.ResumeLayout(false);
|
|
|
+ this.groupBox1.PerformLayout();
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
@@ -501,5 +558,9 @@
|
|
|
private System.Windows.Forms.CheckBox H_Param3;
|
|
|
private System.Windows.Forms.CheckBox M_Param4;
|
|
|
private System.Windows.Forms.CheckBox H_Param4;
|
|
|
+ private System.Windows.Forms.Label label8;
|
|
|
+ private System.Windows.Forms.RadioButton Rate;
|
|
|
+ private System.Windows.Forms.RadioButton Mount;
|
|
|
+ private System.Windows.Forms.GroupBox groupBox1;
|
|
|
}
|
|
|
}
|