namespace UAS_LabelMachine
{
partial class DateCodeSetAndPrint
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.SetValue = new System.Windows.Forms.Button();
this.lotno_label = new System.Windows.Forms.Label();
this.lotno = 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.datecode = new UAS_LabelMachine.CustomControl.EnterTextBox();
this.label3 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// SetValue
//
this.SetValue.Location = new System.Drawing.Point(293, 319);
this.SetValue.Margin = new System.Windows.Forms.Padding(4);
this.SetValue.Name = "SetValue";
this.SetValue.Size = new System.Drawing.Size(142, 40);
this.SetValue.TabIndex = 3;
this.SetValue.Text = "设置值";
this.SetValue.UseVisualStyleBackColor = true;
//
// lotno_label
//
this.lotno_label.AutoSize = true;
this.lotno_label.Location = new System.Drawing.Point(136, 171);
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(70, 24);
this.lotno_label.TabIndex = 4;
this.lotno_label.Text = "LOTNO";
//
// lotno
//
this.lotno.ID = null;
this.lotno.Location = new System.Drawing.Point(268, 163);
this.lotno.Margin = new System.Windows.Forms.Padding(4);
this.lotno.Name = "lotno";
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;
//
// Begin
//
this.Begin.ID = null;
this.Begin.Location = new System.Drawing.Point(268, 100);
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;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(136, 106);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(58, 24);
this.label1.TabIndex = 9;
this.label1.Text = "序号";
//
// loadingCircle2
//
this.loadingCircle2.Active = false;
this.loadingCircle2.Color = System.Drawing.Color.DarkGray;
this.loadingCircle2.InnerCircleRadius = 5;
this.loadingCircle2.Location = new System.Drawing.Point(410, 94);
this.loadingCircle2.Margin = new System.Windows.Forms.Padding(4);
this.loadingCircle2.Name = "loadingCircle2";
this.loadingCircle2.NumberSpoke = 12;
this.loadingCircle2.OuterCircleRadius = 11;
this.loadingCircle2.RotationSpeed = 100;
this.loadingCircle2.Size = new System.Drawing.Size(0, 0);
this.loadingCircle2.SpokeThickness = 2;
this.loadingCircle2.StylePreset = UAS_LabelMachine.CustomControl.SetLoading.LoadingCircle.StylePresets.MacOSX;
this.loadingCircle2.TabIndex = 8;
this.loadingCircle2.Text = "loadingCircle2";
//
// End
//
this.End.ID = null;
this.End.Location = new System.Drawing.Point(410, 100);
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;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(371, 105);
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 = "-";
//
// datecode
//
this.datecode.ID = null;
this.datecode.Location = new System.Drawing.Point(268, 230);
this.datecode.Margin = new System.Windows.Forms.Padding(4);
this.datecode.Name = "datecode";
this.datecode.Size = new System.Drawing.Size(228, 35);
this.datecode.Str = null;
this.datecode.Str1 = null;
this.datecode.Str2 = null;
this.datecode.TabIndex = 14;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(136, 238);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(34, 24);
this.label3.TabIndex = 13;
this.label3.Text = "DC";
//
// DateCodeSetAndPrint
//
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(730, 397);
this.Controls.Add(this.datecode);
this.Controls.Add(this.label3);
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.lotno);
this.Controls.Add(this.lotno_label);
this.Controls.Add(this.SetValue);
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "DateCodeSetAndPrint";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "更新批号";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button SetValue;
private System.Windows.Forms.Label lotno_label;
private CustomControl.EnterTextBox lotno;
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;
private CustomControl.EnterTextBox datecode;
private System.Windows.Forms.Label label3;
}
}