DateCodeSetAndPrint.Designer.cs 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. namespace UAS_LabelMachine
  2. {
  3. partial class DateCodeSetAndPrint
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.SetValue = new System.Windows.Forms.Button();
  29. this.lotno_label = new System.Windows.Forms.Label();
  30. this.lotno = new UAS_LabelMachine.CustomControl.EnterTextBox();
  31. this.Begin = new UAS_LabelMachine.CustomControl.EnterTextBox();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.loadingCircle2 = new UAS_LabelMachine.CustomControl.SetLoading.LoadingCircle();
  34. this.End = new UAS_LabelMachine.CustomControl.EnterTextBox();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.datecode = new UAS_LabelMachine.CustomControl.EnterTextBox();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.SuspendLayout();
  39. //
  40. // SetValue
  41. //
  42. this.SetValue.Location = new System.Drawing.Point(293, 319);
  43. this.SetValue.Margin = new System.Windows.Forms.Padding(4);
  44. this.SetValue.Name = "SetValue";
  45. this.SetValue.Size = new System.Drawing.Size(142, 40);
  46. this.SetValue.TabIndex = 3;
  47. this.SetValue.Text = "设置值";
  48. this.SetValue.UseVisualStyleBackColor = true;
  49. //
  50. // lotno_label
  51. //
  52. this.lotno_label.AutoSize = true;
  53. this.lotno_label.Location = new System.Drawing.Point(136, 171);
  54. this.lotno_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  55. this.lotno_label.Name = "lotno_label";
  56. this.lotno_label.Size = new System.Drawing.Size(70, 24);
  57. this.lotno_label.TabIndex = 4;
  58. this.lotno_label.Text = "LOTNO";
  59. //
  60. // lotno
  61. //
  62. this.lotno.ID = null;
  63. this.lotno.Location = new System.Drawing.Point(268, 163);
  64. this.lotno.Margin = new System.Windows.Forms.Padding(4);
  65. this.lotno.Name = "lotno";
  66. this.lotno.Size = new System.Drawing.Size(228, 35);
  67. this.lotno.Str = null;
  68. this.lotno.Str1 = null;
  69. this.lotno.Str2 = null;
  70. this.lotno.TabIndex = 6;
  71. //
  72. // Begin
  73. //
  74. this.Begin.ID = null;
  75. this.Begin.Location = new System.Drawing.Point(268, 100);
  76. this.Begin.Margin = new System.Windows.Forms.Padding(4);
  77. this.Begin.Name = "Begin";
  78. this.Begin.Size = new System.Drawing.Size(86, 35);
  79. this.Begin.Str = null;
  80. this.Begin.Str1 = null;
  81. this.Begin.Str2 = null;
  82. this.Begin.TabIndex = 10;
  83. //
  84. // label1
  85. //
  86. this.label1.AutoSize = true;
  87. this.label1.Location = new System.Drawing.Point(136, 106);
  88. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  89. this.label1.Name = "label1";
  90. this.label1.Size = new System.Drawing.Size(58, 24);
  91. this.label1.TabIndex = 9;
  92. this.label1.Text = "序号";
  93. //
  94. // loadingCircle2
  95. //
  96. this.loadingCircle2.Active = false;
  97. this.loadingCircle2.Color = System.Drawing.Color.DarkGray;
  98. this.loadingCircle2.InnerCircleRadius = 5;
  99. this.loadingCircle2.Location = new System.Drawing.Point(410, 94);
  100. this.loadingCircle2.Margin = new System.Windows.Forms.Padding(4);
  101. this.loadingCircle2.Name = "loadingCircle2";
  102. this.loadingCircle2.NumberSpoke = 12;
  103. this.loadingCircle2.OuterCircleRadius = 11;
  104. this.loadingCircle2.RotationSpeed = 100;
  105. this.loadingCircle2.Size = new System.Drawing.Size(0, 0);
  106. this.loadingCircle2.SpokeThickness = 2;
  107. this.loadingCircle2.StylePreset = UAS_LabelMachine.CustomControl.SetLoading.LoadingCircle.StylePresets.MacOSX;
  108. this.loadingCircle2.TabIndex = 8;
  109. this.loadingCircle2.Text = "loadingCircle2";
  110. //
  111. // End
  112. //
  113. this.End.ID = null;
  114. this.End.Location = new System.Drawing.Point(410, 100);
  115. this.End.Margin = new System.Windows.Forms.Padding(4);
  116. this.End.Name = "End";
  117. this.End.Size = new System.Drawing.Size(86, 35);
  118. this.End.Str = null;
  119. this.End.Str1 = null;
  120. this.End.Str2 = null;
  121. this.End.TabIndex = 11;
  122. //
  123. // label2
  124. //
  125. this.label2.AutoSize = true;
  126. this.label2.Location = new System.Drawing.Point(371, 105);
  127. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  128. this.label2.Name = "label2";
  129. this.label2.Size = new System.Drawing.Size(22, 24);
  130. this.label2.TabIndex = 12;
  131. this.label2.Text = "-";
  132. //
  133. // datecode
  134. //
  135. this.datecode.ID = null;
  136. this.datecode.Location = new System.Drawing.Point(268, 230);
  137. this.datecode.Margin = new System.Windows.Forms.Padding(4);
  138. this.datecode.Name = "datecode";
  139. this.datecode.Size = new System.Drawing.Size(228, 35);
  140. this.datecode.Str = null;
  141. this.datecode.Str1 = null;
  142. this.datecode.Str2 = null;
  143. this.datecode.TabIndex = 14;
  144. //
  145. // label3
  146. //
  147. this.label3.AutoSize = true;
  148. this.label3.Location = new System.Drawing.Point(136, 238);
  149. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  150. this.label3.Name = "label3";
  151. this.label3.Size = new System.Drawing.Size(34, 24);
  152. this.label3.TabIndex = 13;
  153. this.label3.Text = "DC";
  154. //
  155. // DateCodeSetAndPrint
  156. //
  157. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  158. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  159. this.ClientSize = new System.Drawing.Size(730, 397);
  160. this.Controls.Add(this.datecode);
  161. this.Controls.Add(this.label3);
  162. this.Controls.Add(this.label2);
  163. this.Controls.Add(this.End);
  164. this.Controls.Add(this.Begin);
  165. this.Controls.Add(this.label1);
  166. this.Controls.Add(this.loadingCircle2);
  167. this.Controls.Add(this.lotno);
  168. this.Controls.Add(this.lotno_label);
  169. this.Controls.Add(this.SetValue);
  170. this.Margin = new System.Windows.Forms.Padding(4);
  171. this.Name = "DateCodeSetAndPrint";
  172. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  173. this.Text = "更新批号";
  174. this.ResumeLayout(false);
  175. this.PerformLayout();
  176. }
  177. #endregion
  178. private System.Windows.Forms.Button SetValue;
  179. private System.Windows.Forms.Label lotno_label;
  180. private CustomControl.EnterTextBox lotno;
  181. private CustomControl.EnterTextBox Begin;
  182. private System.Windows.Forms.Label label1;
  183. private CustomControl.SetLoading.LoadingCircle loadingCircle2;
  184. private CustomControl.EnterTextBox End;
  185. private System.Windows.Forms.Label label2;
  186. private CustomControl.EnterTextBox datecode;
  187. private System.Windows.Forms.Label label3;
  188. }
  189. }