|
|
@@ -55,8 +55,21 @@
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
this.cu_print_middc = new System.Windows.Forms.CheckBox();
|
|
|
this.cu_print_outdc = new System.Windows.Forms.CheckBox();
|
|
|
+ this.cu_print_checkdatecode = new System.Windows.Forms.CheckBox();
|
|
|
+ this.label6 = new System.Windows.Forms.Label();
|
|
|
+ this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.radioButton5 = new System.Windows.Forms.RadioButton();
|
|
|
+ this.radioButton4 = new System.Windows.Forms.RadioButton();
|
|
|
+ this.radioButton3 = new System.Windows.Forms.RadioButton();
|
|
|
+ this.radioButton2 = new System.Windows.Forms.RadioButton();
|
|
|
+ this.radioButton1 = new System.Windows.Forms.RadioButton();
|
|
|
+ this.FormatExample = new System.Windows.Forms.Label();
|
|
|
+ this.FormatExample1 = new System.Windows.Forms.Label();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.cu_print_papercount)).BeginInit();
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
+ this.groupBox2.SuspendLayout();
|
|
|
+ this.groupBox3.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// cu_print_midlotno
|
|
|
@@ -254,7 +267,7 @@
|
|
|
//
|
|
|
this.Expression.AutoSize = true;
|
|
|
this.Expression.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
- this.Expression.Location = new System.Drawing.Point(301, 110);
|
|
|
+ this.Expression.Location = new System.Drawing.Point(24, 57);
|
|
|
this.Expression.Name = "Expression";
|
|
|
this.Expression.Size = new System.Drawing.Size(62, 21);
|
|
|
this.Expression.TabIndex = 57;
|
|
|
@@ -267,7 +280,7 @@
|
|
|
this.Equal.AutoSize = true;
|
|
|
this.Equal.Checked = true;
|
|
|
this.Equal.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
- this.Equal.Location = new System.Drawing.Point(301, 73);
|
|
|
+ this.Equal.Location = new System.Drawing.Point(24, 20);
|
|
|
this.Equal.Name = "Equal";
|
|
|
this.Equal.Size = new System.Drawing.Size(50, 21);
|
|
|
this.Equal.TabIndex = 58;
|
|
|
@@ -344,17 +357,150 @@
|
|
|
this.cu_print_outdc.Text = "合并DC";
|
|
|
this.cu_print_outdc.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
+ // cu_print_checkdatecode
|
|
|
+ //
|
|
|
+ this.cu_print_checkdatecode.AutoSize = true;
|
|
|
+ this.cu_print_checkdatecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.cu_print_checkdatecode.Location = new System.Drawing.Point(596, 220);
|
|
|
+ this.cu_print_checkdatecode.Name = "cu_print_checkdatecode";
|
|
|
+ this.cu_print_checkdatecode.Size = new System.Drawing.Size(137, 25);
|
|
|
+ this.cu_print_checkdatecode.TabIndex = 65;
|
|
|
+ this.cu_print_checkdatecode.Tag = "QTY";
|
|
|
+ this.cu_print_checkdatecode.Text = "校验DateCode";
|
|
|
+ this.cu_print_checkdatecode.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // label6
|
|
|
+ //
|
|
|
+ this.label6.AutoSize = true;
|
|
|
+ this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label6.Location = new System.Drawing.Point(297, 514);
|
|
|
+ this.label6.Name = "label6";
|
|
|
+ this.label6.Size = new System.Drawing.Size(106, 21);
|
|
|
+ this.label6.TabIndex = 66;
|
|
|
+ this.label6.Text = "日期格式示例";
|
|
|
+ //
|
|
|
+ // groupBox2
|
|
|
+ //
|
|
|
+ this.groupBox2.Controls.Add(this.Equal);
|
|
|
+ this.groupBox2.Controls.Add(this.Expression);
|
|
|
+ this.groupBox2.Location = new System.Drawing.Point(290, 69);
|
|
|
+ this.groupBox2.Name = "groupBox2";
|
|
|
+ this.groupBox2.Size = new System.Drawing.Size(104, 100);
|
|
|
+ this.groupBox2.TabIndex = 67;
|
|
|
+ this.groupBox2.TabStop = false;
|
|
|
+ //
|
|
|
+ // groupBox3
|
|
|
+ //
|
|
|
+ this.groupBox3.Controls.Add(this.radioButton5);
|
|
|
+ this.groupBox3.Controls.Add(this.radioButton4);
|
|
|
+ this.groupBox3.Controls.Add(this.radioButton3);
|
|
|
+ this.groupBox3.Controls.Add(this.radioButton2);
|
|
|
+ this.groupBox3.Controls.Add(this.radioButton1);
|
|
|
+ this.groupBox3.Location = new System.Drawing.Point(290, 540);
|
|
|
+ this.groupBox3.Name = "groupBox3";
|
|
|
+ this.groupBox3.Size = new System.Drawing.Size(660, 45);
|
|
|
+ this.groupBox3.TabIndex = 68;
|
|
|
+ this.groupBox3.TabStop = false;
|
|
|
+ //
|
|
|
+ // radioButton5
|
|
|
+ //
|
|
|
+ this.radioButton5.AutoSize = true;
|
|
|
+ this.radioButton5.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.radioButton5.Location = new System.Drawing.Point(576, 15);
|
|
|
+ this.radioButton5.Name = "radioButton5";
|
|
|
+ this.radioButton5.Size = new System.Drawing.Size(62, 21);
|
|
|
+ this.radioButton5.TabIndex = 63;
|
|
|
+ this.radioButton5.TabStop = true;
|
|
|
+ this.radioButton5.Text = "表达式";
|
|
|
+ this.radioButton5.UseVisualStyleBackColor = true;
|
|
|
+ this.radioButton5.Visible = false;
|
|
|
+ //
|
|
|
+ // radioButton4
|
|
|
+ //
|
|
|
+ this.radioButton4.AutoSize = true;
|
|
|
+ this.radioButton4.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.radioButton4.Location = new System.Drawing.Point(147, 15);
|
|
|
+ this.radioButton4.Name = "radioButton4";
|
|
|
+ this.radioButton4.Size = new System.Drawing.Size(80, 21);
|
|
|
+ this.radioButton4.TabIndex = 62;
|
|
|
+ this.radioButton4.TabStop = true;
|
|
|
+ this.radioButton4.Text = "M/d/yyyy";
|
|
|
+ this.radioButton4.UseVisualStyleBackColor = true;
|
|
|
+ this.radioButton4.CheckedChanged += new System.EventHandler(this.DateFormat_CheckedChanged);
|
|
|
+ //
|
|
|
+ // radioButton3
|
|
|
+ //
|
|
|
+ this.radioButton3.AutoSize = true;
|
|
|
+ this.radioButton3.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.radioButton3.Location = new System.Drawing.Point(426, 15);
|
|
|
+ this.radioButton3.Name = "radioButton3";
|
|
|
+ this.radioButton3.Size = new System.Drawing.Size(62, 21);
|
|
|
+ this.radioButton3.TabIndex = 61;
|
|
|
+ this.radioButton3.TabStop = true;
|
|
|
+ this.radioButton3.Text = "表达式";
|
|
|
+ this.radioButton3.UseVisualStyleBackColor = true;
|
|
|
+ this.radioButton3.Visible = false;
|
|
|
+ //
|
|
|
+ // radioButton2
|
|
|
+ //
|
|
|
+ this.radioButton2.AutoSize = true;
|
|
|
+ this.radioButton2.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.radioButton2.Location = new System.Drawing.Point(290, 15);
|
|
|
+ this.radioButton2.Name = "radioButton2";
|
|
|
+ this.radioButton2.Size = new System.Drawing.Size(100, 21);
|
|
|
+ this.radioButton2.TabIndex = 60;
|
|
|
+ this.radioButton2.TabStop = true;
|
|
|
+ this.radioButton2.Text = "yyyy/MM/dd";
|
|
|
+ this.radioButton2.UseVisualStyleBackColor = true;
|
|
|
+ this.radioButton2.CheckedChanged += new System.EventHandler(this.DateFormat_CheckedChanged);
|
|
|
+ //
|
|
|
+ // radioButton1
|
|
|
+ //
|
|
|
+ this.radioButton1.AutoSize = true;
|
|
|
+ this.radioButton1.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.radioButton1.Location = new System.Drawing.Point(11, 15);
|
|
|
+ this.radioButton1.Name = "radioButton1";
|
|
|
+ this.radioButton1.Size = new System.Drawing.Size(68, 21);
|
|
|
+ this.radioButton1.TabIndex = 59;
|
|
|
+ this.radioButton1.TabStop = true;
|
|
|
+ this.radioButton1.Text = "M/d/yy";
|
|
|
+ this.radioButton1.UseVisualStyleBackColor = true;
|
|
|
+ this.radioButton1.CheckedChanged += new System.EventHandler(this.DateFormat_CheckedChanged);
|
|
|
+ //
|
|
|
+ // FormatExample
|
|
|
+ //
|
|
|
+ this.FormatExample.AutoSize = true;
|
|
|
+ this.FormatExample.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.FormatExample.Location = new System.Drawing.Point(406, 514);
|
|
|
+ this.FormatExample.Name = "FormatExample";
|
|
|
+ this.FormatExample.Size = new System.Drawing.Size(96, 21);
|
|
|
+ this.FormatExample.TabIndex = 69;
|
|
|
+ this.FormatExample.Text = "2019-01-30";
|
|
|
+ //
|
|
|
+ // FormatExample1
|
|
|
+ //
|
|
|
+ this.FormatExample1.AutoSize = true;
|
|
|
+ this.FormatExample1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.FormatExample1.Location = new System.Drawing.Point(527, 514);
|
|
|
+ this.FormatExample1.Name = "FormatExample1";
|
|
|
+ this.FormatExample1.Size = new System.Drawing.Size(0, 21);
|
|
|
+ this.FormatExample1.TabIndex = 70;
|
|
|
+ //
|
|
|
// CustomerRule
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1082, 634);
|
|
|
+ this.Controls.Add(this.FormatExample1);
|
|
|
+ this.Controls.Add(this.FormatExample);
|
|
|
+ this.Controls.Add(this.groupBox3);
|
|
|
+ this.Controls.Add(this.groupBox2);
|
|
|
+ this.Controls.Add(this.label6);
|
|
|
+ this.Controls.Add(this.cu_print_checkdatecode);
|
|
|
this.Controls.Add(this.cu_print_outdc);
|
|
|
this.Controls.Add(this.cu_print_middc);
|
|
|
this.Controls.Add(this.groupBox1);
|
|
|
this.Controls.Add(this.label5);
|
|
|
- this.Controls.Add(this.Equal);
|
|
|
- this.Controls.Add(this.Expression);
|
|
|
this.Controls.Add(this.cu_print_checkonly);
|
|
|
this.Controls.Add(this.cu_print_papercount);
|
|
|
this.Controls.Add(this.label4);
|
|
|
@@ -380,6 +526,10 @@
|
|
|
((System.ComponentModel.ISupportInitialize)(this.cu_print_papercount)).EndInit();
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
this.groupBox1.PerformLayout();
|
|
|
+ this.groupBox2.ResumeLayout(false);
|
|
|
+ this.groupBox2.PerformLayout();
|
|
|
+ this.groupBox3.ResumeLayout(false);
|
|
|
+ this.groupBox3.PerformLayout();
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
@@ -412,5 +562,16 @@
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
|
private System.Windows.Forms.CheckBox cu_print_middc;
|
|
|
private System.Windows.Forms.CheckBox cu_print_outdc;
|
|
|
+ private System.Windows.Forms.CheckBox cu_print_checkdatecode;
|
|
|
+ private System.Windows.Forms.Label label6;
|
|
|
+ private System.Windows.Forms.GroupBox groupBox2;
|
|
|
+ private System.Windows.Forms.GroupBox groupBox3;
|
|
|
+ private System.Windows.Forms.RadioButton radioButton5;
|
|
|
+ private System.Windows.Forms.RadioButton radioButton4;
|
|
|
+ private System.Windows.Forms.RadioButton radioButton3;
|
|
|
+ private System.Windows.Forms.RadioButton radioButton2;
|
|
|
+ private System.Windows.Forms.RadioButton radioButton1;
|
|
|
+ private System.Windows.Forms.Label FormatExample;
|
|
|
+ private System.Windows.Forms.Label FormatExample1;
|
|
|
}
|
|
|
}
|