namespace UAS_LabelMachine { partial class SetLotNo { /// /// 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.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.label1 = new System.Windows.Forms.Label(); this.loadingCircle2 = new UAS_LabelMachine.CustomControl.SetLoading.LoadingCircle(); this.SuspendLayout(); // // SetValueAndPrint // 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; // // loadingCircle1 // 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"; // // SetValue // this.SetValue.Location = new System.Drawing.Point(106, 168); this.SetValue.Margin = new System.Windows.Forms.Padding(2); this.SetValue.Name = "SetValue"; this.SetValue.Size = new System.Drawing.Size(71, 20); 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(68, 46); this.lotno_label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lotno_label.Name = "lotno_label"; this.lotno_label.Size = new System.Drawing.Size(35, 12); this.lotno_label.TabIndex = 4; this.lotno_label.Text = "LotNo"; // // label2 // 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"; // // lotno // this.lotno.ID = null; this.lotno.Location = new System.Drawing.Point(134, 44); this.lotno.Margin = new System.Windows.Forms.Padding(2); this.lotno.Name = "lotno"; this.lotno.Size = new System.Drawing.Size(152, 21); this.lotno.Str = null; this.lotno.Str1 = null; this.lotno.Str2 = null; this.lotno.TabIndex = 6; // // datecode // 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; // // Nums // 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; // // label1 // 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.Name = "label1"; this.label1.Size = new System.Drawing.Size(29, 12); 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(205, 120); this.loadingCircle2.Margin = new System.Windows.Forms.Padding(2); 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"; // // DateCodeSetAndPrint // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(365, 212); this.Controls.Add(this.Nums); 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.Name = "DateCodeSetAndPrint"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "DateCodeSetAndPrint"; this.Load += new System.EventHandler(this.DateCodeSetAndPrint_Load); 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 System.Windows.Forms.Label label1; private CustomControl.SetLoading.LoadingCircle loadingCircle2; } }