|
@@ -28,51 +28,22 @@
|
|
|
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
- this.SetValueAndPrint = new System.Windows.Forms.Button();
|
|
|
- this.loadingCircle1 = new UAS_LabelMachine.CustomControl.SetLoading.LoadingCircle();
|
|
|
this.SetValue = new System.Windows.Forms.Button();
|
|
|
this.lotno_label = new System.Windows.Forms.Label();
|
|
|
- this.label2 = new System.Windows.Forms.Label();
|
|
|
this.lotno = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
|
- this.datecode = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
|
- this.Nums = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
|
+ this.Begin = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.loadingCircle2 = new UAS_LabelMachine.CustomControl.SetLoading.LoadingCircle();
|
|
|
+ this.End = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
this.SuspendLayout();
|
|
|
|
|
|
-
|
|
|
-
|
|
|
- this.SetValueAndPrint.Location = new System.Drawing.Point(191, 168);
|
|
|
- this.SetValueAndPrint.Margin = new System.Windows.Forms.Padding(2);
|
|
|
- this.SetValueAndPrint.Name = "SetValueAndPrint";
|
|
|
- this.SetValueAndPrint.Size = new System.Drawing.Size(77, 20);
|
|
|
- this.SetValueAndPrint.TabIndex = 0;
|
|
|
- this.SetValueAndPrint.Text = "设置并打印";
|
|
|
- this.SetValueAndPrint.UseVisualStyleBackColor = true;
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- this.loadingCircle1.Active = false;
|
|
|
- this.loadingCircle1.Color = System.Drawing.Color.DarkGray;
|
|
|
- this.loadingCircle1.InnerCircleRadius = 5;
|
|
|
- this.loadingCircle1.Location = new System.Drawing.Point(205, 80);
|
|
|
- this.loadingCircle1.Margin = new System.Windows.Forms.Padding(2);
|
|
|
- this.loadingCircle1.Name = "loadingCircle1";
|
|
|
- this.loadingCircle1.NumberSpoke = 12;
|
|
|
- this.loadingCircle1.OuterCircleRadius = 11;
|
|
|
- this.loadingCircle1.RotationSpeed = 100;
|
|
|
- this.loadingCircle1.Size = new System.Drawing.Size(0, 0);
|
|
|
- this.loadingCircle1.SpokeThickness = 2;
|
|
|
- this.loadingCircle1.StylePreset = UAS_LabelMachine.CustomControl.SetLoading.LoadingCircle.StylePresets.MacOSX;
|
|
|
- this.loadingCircle1.TabIndex = 2;
|
|
|
- this.loadingCircle1.Text = "loadingCircle1";
|
|
|
-
|
|
|
|
|
|
|
|
|
- this.SetValue.Location = new System.Drawing.Point(106, 168);
|
|
|
- this.SetValue.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.SetValue.Location = new System.Drawing.Point(295, 299);
|
|
|
+ this.SetValue.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.SetValue.Name = "SetValue";
|
|
|
- this.SetValue.Size = new System.Drawing.Size(71, 20);
|
|
|
+ this.SetValue.Size = new System.Drawing.Size(142, 40);
|
|
|
this.SetValue.TabIndex = 3;
|
|
|
this.SetValue.Text = "设置值";
|
|
|
this.SetValue.UseVisualStyleBackColor = true;
|
|
@@ -80,76 +51,54 @@
|
|
|
|
|
|
|
|
|
this.lotno_label.AutoSize = true;
|
|
|
- this.lotno_label.Location = new System.Drawing.Point(68, 46);
|
|
|
- this.lotno_label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
+ this.lotno_label.Location = new System.Drawing.Point(136, 214);
|
|
|
+ this.lotno_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.lotno_label.Name = "lotno_label";
|
|
|
- this.lotno_label.Size = new System.Drawing.Size(35, 12);
|
|
|
+ this.lotno_label.Size = new System.Drawing.Size(58, 24);
|
|
|
this.lotno_label.TabIndex = 4;
|
|
|
- this.lotno_label.Text = "LotNo";
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- this.label2.AutoSize = true;
|
|
|
- this.label2.Location = new System.Drawing.Point(68, 88);
|
|
|
- this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
- this.label2.Name = "label2";
|
|
|
- this.label2.Size = new System.Drawing.Size(53, 12);
|
|
|
- this.label2.TabIndex = 5;
|
|
|
- this.label2.Text = "DateCode";
|
|
|
+ this.lotno_label.Text = "批号";
|
|
|
|
|
|
|
|
|
|
|
|
this.lotno.ID = null;
|
|
|
- this.lotno.Location = new System.Drawing.Point(134, 44);
|
|
|
- this.lotno.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.lotno.Location = new System.Drawing.Point(268, 206);
|
|
|
+ this.lotno.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.lotno.Name = "lotno";
|
|
|
- this.lotno.Size = new System.Drawing.Size(152, 21);
|
|
|
+ this.lotno.Size = new System.Drawing.Size(228, 35);
|
|
|
this.lotno.Str = null;
|
|
|
this.lotno.Str1 = null;
|
|
|
this.lotno.Str2 = null;
|
|
|
this.lotno.TabIndex = 6;
|
|
|
|
|
|
-
|
|
|
-
|
|
|
- this.datecode.ID = null;
|
|
|
- this.datecode.Location = new System.Drawing.Point(134, 83);
|
|
|
- this.datecode.Margin = new System.Windows.Forms.Padding(2);
|
|
|
- this.datecode.Name = "datecode";
|
|
|
- this.datecode.Size = new System.Drawing.Size(152, 21);
|
|
|
- this.datecode.Str = null;
|
|
|
- this.datecode.Str1 = null;
|
|
|
- this.datecode.Str2 = null;
|
|
|
- this.datecode.TabIndex = 7;
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- this.Nums.ID = null;
|
|
|
- this.Nums.Location = new System.Drawing.Point(134, 123);
|
|
|
- this.Nums.Margin = new System.Windows.Forms.Padding(2);
|
|
|
- this.Nums.Name = "Nums";
|
|
|
- this.Nums.Size = new System.Drawing.Size(152, 21);
|
|
|
- this.Nums.Str = null;
|
|
|
- this.Nums.Str1 = null;
|
|
|
- this.Nums.Str2 = null;
|
|
|
- this.Nums.TabIndex = 10;
|
|
|
+
|
|
|
+
|
|
|
+ this.Begin.ID = null;
|
|
|
+ this.Begin.Location = new System.Drawing.Point(268, 143);
|
|
|
+ this.Begin.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.Begin.Name = "Begin";
|
|
|
+ this.Begin.Size = new System.Drawing.Size(86, 35);
|
|
|
+ this.Begin.Str = null;
|
|
|
+ this.Begin.Str1 = null;
|
|
|
+ this.Begin.Str2 = null;
|
|
|
+ this.Begin.TabIndex = 10;
|
|
|
|
|
|
|
|
|
|
|
|
this.label1.AutoSize = true;
|
|
|
- this.label1.Location = new System.Drawing.Point(68, 128);
|
|
|
- this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
+ this.label1.Location = new System.Drawing.Point(136, 149);
|
|
|
+ this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.label1.Name = "label1";
|
|
|
- this.label1.Size = new System.Drawing.Size(29, 12);
|
|
|
+ this.label1.Size = new System.Drawing.Size(58, 24);
|
|
|
this.label1.TabIndex = 9;
|
|
|
- this.label1.Text = "数量";
|
|
|
+ this.label1.Text = "序号";
|
|
|
|
|
|
|
|
|
|
|
|
this.loadingCircle2.Active = false;
|
|
|
this.loadingCircle2.Color = System.Drawing.Color.DarkGray;
|
|
|
this.loadingCircle2.InnerCircleRadius = 5;
|
|
|
- this.loadingCircle2.Location = new System.Drawing.Point(205, 120);
|
|
|
- this.loadingCircle2.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.loadingCircle2.Location = new System.Drawing.Point(410, 137);
|
|
|
+ this.loadingCircle2.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.loadingCircle2.Name = "loadingCircle2";
|
|
|
this.loadingCircle2.NumberSpoke = 12;
|
|
|
this.loadingCircle2.OuterCircleRadius = 11;
|
|
@@ -160,42 +109,58 @@
|
|
|
this.loadingCircle2.TabIndex = 8;
|
|
|
this.loadingCircle2.Text = "loadingCircle2";
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+ this.End.ID = null;
|
|
|
+ this.End.Location = new System.Drawing.Point(410, 143);
|
|
|
+ this.End.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.End.Name = "End";
|
|
|
+ this.End.Size = new System.Drawing.Size(86, 35);
|
|
|
+ this.End.Str = null;
|
|
|
+ this.End.Str1 = null;
|
|
|
+ this.End.Str2 = null;
|
|
|
+ this.End.TabIndex = 11;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.label2.AutoSize = true;
|
|
|
+ this.label2.Location = new System.Drawing.Point(371, 148);
|
|
|
+ this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(22, 24);
|
|
|
+ this.label2.TabIndex = 12;
|
|
|
+ this.label2.Text = "-";
|
|
|
+
|
|
|
|
|
|
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(365, 212);
|
|
|
- this.Controls.Add(this.Nums);
|
|
|
+ this.ClientSize = new System.Drawing.Size(730, 397);
|
|
|
+ this.Controls.Add(this.label2);
|
|
|
+ this.Controls.Add(this.End);
|
|
|
+ this.Controls.Add(this.Begin);
|
|
|
this.Controls.Add(this.label1);
|
|
|
this.Controls.Add(this.loadingCircle2);
|
|
|
- this.Controls.Add(this.datecode);
|
|
|
this.Controls.Add(this.lotno);
|
|
|
- this.Controls.Add(this.label2);
|
|
|
this.Controls.Add(this.lotno_label);
|
|
|
this.Controls.Add(this.SetValue);
|
|
|
- this.Controls.Add(this.loadingCircle1);
|
|
|
- this.Controls.Add(this.SetValueAndPrint);
|
|
|
- this.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.Name = "DateCodeSetAndPrint";
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
- this.Text = "DateCodeSetAndPrint";
|
|
|
- this.Load += new System.EventHandler(this.DateCodeSetAndPrint_Load);
|
|
|
+ this.Text = "更新批号";
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
-
|
|
|
- private System.Windows.Forms.Button SetValueAndPrint;
|
|
|
- private CustomControl.SetLoading.LoadingCircle loadingCircle1;
|
|
|
private System.Windows.Forms.Button SetValue;
|
|
|
private System.Windows.Forms.Label lotno_label;
|
|
|
- private System.Windows.Forms.Label label2;
|
|
|
private CustomControl.EnterTextBox lotno;
|
|
|
- private CustomControl.EnterTextBox datecode;
|
|
|
- private CustomControl.EnterTextBox Nums;
|
|
|
+ private CustomControl.EnterTextBox Begin;
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
private CustomControl.SetLoading.LoadingCircle loadingCircle2;
|
|
|
+ private CustomControl.EnterTextBox End;
|
|
|
+ private System.Windows.Forms.Label label2;
|
|
|
}
|
|
|
}
|