DateCodeSetAndPrint.Designer.cs 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  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.SetValueAndPrint = new System.Windows.Forms.Button();
  29. this.loadingCircle1 = new UAS_LabelMachine.CustomControl.SetLoading.LoadingCircle();
  30. this.SetValue = new System.Windows.Forms.Button();
  31. this.lotno_label = new System.Windows.Forms.Label();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.lotno = new UAS_LabelMachine.CustomControl.EnterTextBox();
  34. this.datecode = new UAS_LabelMachine.CustomControl.EnterTextBox();
  35. this.Nums = new UAS_LabelMachine.CustomControl.EnterTextBox();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.loadingCircle2 = new UAS_LabelMachine.CustomControl.SetLoading.LoadingCircle();
  38. this.SuspendLayout();
  39. //
  40. // SetValueAndPrint
  41. //
  42. this.SetValueAndPrint.Location = new System.Drawing.Point(191, 168);
  43. this.SetValueAndPrint.Margin = new System.Windows.Forms.Padding(2);
  44. this.SetValueAndPrint.Name = "SetValueAndPrint";
  45. this.SetValueAndPrint.Size = new System.Drawing.Size(77, 20);
  46. this.SetValueAndPrint.TabIndex = 0;
  47. this.SetValueAndPrint.Text = "设置并打印";
  48. this.SetValueAndPrint.UseVisualStyleBackColor = true;
  49. //
  50. // loadingCircle1
  51. //
  52. this.loadingCircle1.Active = false;
  53. this.loadingCircle1.Color = System.Drawing.Color.DarkGray;
  54. this.loadingCircle1.InnerCircleRadius = 5;
  55. this.loadingCircle1.Location = new System.Drawing.Point(205, 80);
  56. this.loadingCircle1.Margin = new System.Windows.Forms.Padding(2);
  57. this.loadingCircle1.Name = "loadingCircle1";
  58. this.loadingCircle1.NumberSpoke = 12;
  59. this.loadingCircle1.OuterCircleRadius = 11;
  60. this.loadingCircle1.RotationSpeed = 100;
  61. this.loadingCircle1.Size = new System.Drawing.Size(0, 0);
  62. this.loadingCircle1.SpokeThickness = 2;
  63. this.loadingCircle1.StylePreset = UAS_LabelMachine.CustomControl.SetLoading.LoadingCircle.StylePresets.MacOSX;
  64. this.loadingCircle1.TabIndex = 2;
  65. this.loadingCircle1.Text = "loadingCircle1";
  66. //
  67. // SetValue
  68. //
  69. this.SetValue.Location = new System.Drawing.Point(106, 168);
  70. this.SetValue.Margin = new System.Windows.Forms.Padding(2);
  71. this.SetValue.Name = "SetValue";
  72. this.SetValue.Size = new System.Drawing.Size(71, 20);
  73. this.SetValue.TabIndex = 3;
  74. this.SetValue.Text = "设置值";
  75. this.SetValue.UseVisualStyleBackColor = true;
  76. //
  77. // lotno_label
  78. //
  79. this.lotno_label.AutoSize = true;
  80. this.lotno_label.Location = new System.Drawing.Point(68, 46);
  81. this.lotno_label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  82. this.lotno_label.Name = "lotno_label";
  83. this.lotno_label.Size = new System.Drawing.Size(35, 12);
  84. this.lotno_label.TabIndex = 4;
  85. this.lotno_label.Text = "LotNo";
  86. //
  87. // label2
  88. //
  89. this.label2.AutoSize = true;
  90. this.label2.Location = new System.Drawing.Point(68, 88);
  91. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  92. this.label2.Name = "label2";
  93. this.label2.Size = new System.Drawing.Size(53, 12);
  94. this.label2.TabIndex = 5;
  95. this.label2.Text = "DateCode";
  96. //
  97. // lotno
  98. //
  99. this.lotno.ID = null;
  100. this.lotno.Location = new System.Drawing.Point(134, 44);
  101. this.lotno.Margin = new System.Windows.Forms.Padding(2);
  102. this.lotno.Name = "lotno";
  103. this.lotno.Size = new System.Drawing.Size(152, 21);
  104. this.lotno.Str = null;
  105. this.lotno.Str1 = null;
  106. this.lotno.Str2 = null;
  107. this.lotno.TabIndex = 6;
  108. //
  109. // datecode
  110. //
  111. this.datecode.ID = null;
  112. this.datecode.Location = new System.Drawing.Point(134, 83);
  113. this.datecode.Margin = new System.Windows.Forms.Padding(2);
  114. this.datecode.Name = "datecode";
  115. this.datecode.Size = new System.Drawing.Size(152, 21);
  116. this.datecode.Str = null;
  117. this.datecode.Str1 = null;
  118. this.datecode.Str2 = null;
  119. this.datecode.TabIndex = 7;
  120. //
  121. // Nums
  122. //
  123. this.Nums.ID = null;
  124. this.Nums.Location = new System.Drawing.Point(134, 123);
  125. this.Nums.Margin = new System.Windows.Forms.Padding(2);
  126. this.Nums.Name = "Nums";
  127. this.Nums.Size = new System.Drawing.Size(152, 21);
  128. this.Nums.Str = null;
  129. this.Nums.Str1 = null;
  130. this.Nums.Str2 = null;
  131. this.Nums.TabIndex = 10;
  132. //
  133. // label1
  134. //
  135. this.label1.AutoSize = true;
  136. this.label1.Location = new System.Drawing.Point(68, 128);
  137. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  138. this.label1.Name = "label1";
  139. this.label1.Size = new System.Drawing.Size(29, 12);
  140. this.label1.TabIndex = 9;
  141. this.label1.Text = "数量";
  142. //
  143. // loadingCircle2
  144. //
  145. this.loadingCircle2.Active = false;
  146. this.loadingCircle2.Color = System.Drawing.Color.DarkGray;
  147. this.loadingCircle2.InnerCircleRadius = 5;
  148. this.loadingCircle2.Location = new System.Drawing.Point(205, 120);
  149. this.loadingCircle2.Margin = new System.Windows.Forms.Padding(2);
  150. this.loadingCircle2.Name = "loadingCircle2";
  151. this.loadingCircle2.NumberSpoke = 12;
  152. this.loadingCircle2.OuterCircleRadius = 11;
  153. this.loadingCircle2.RotationSpeed = 100;
  154. this.loadingCircle2.Size = new System.Drawing.Size(0, 0);
  155. this.loadingCircle2.SpokeThickness = 2;
  156. this.loadingCircle2.StylePreset = UAS_LabelMachine.CustomControl.SetLoading.LoadingCircle.StylePresets.MacOSX;
  157. this.loadingCircle2.TabIndex = 8;
  158. this.loadingCircle2.Text = "loadingCircle2";
  159. //
  160. // DateCodeSetAndPrint
  161. //
  162. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  163. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  164. this.ClientSize = new System.Drawing.Size(365, 212);
  165. this.Controls.Add(this.Nums);
  166. this.Controls.Add(this.label1);
  167. this.Controls.Add(this.loadingCircle2);
  168. this.Controls.Add(this.datecode);
  169. this.Controls.Add(this.lotno);
  170. this.Controls.Add(this.label2);
  171. this.Controls.Add(this.lotno_label);
  172. this.Controls.Add(this.SetValue);
  173. this.Controls.Add(this.loadingCircle1);
  174. this.Controls.Add(this.SetValueAndPrint);
  175. this.Margin = new System.Windows.Forms.Padding(2);
  176. this.Name = "DateCodeSetAndPrint";
  177. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  178. this.Text = "DateCodeSetAndPrint";
  179. this.Load += new System.EventHandler(this.DateCodeSetAndPrint_Load);
  180. this.ResumeLayout(false);
  181. this.PerformLayout();
  182. }
  183. #endregion
  184. private System.Windows.Forms.Button SetValueAndPrint;
  185. private CustomControl.SetLoading.LoadingCircle loadingCircle1;
  186. private System.Windows.Forms.Button SetValue;
  187. private System.Windows.Forms.Label lotno_label;
  188. private System.Windows.Forms.Label label2;
  189. private CustomControl.EnterTextBox lotno;
  190. private CustomControl.EnterTextBox datecode;
  191. private CustomControl.EnterTextBox Nums;
  192. private System.Windows.Forms.Label label1;
  193. private CustomControl.SetLoading.LoadingCircle loadingCircle2;
  194. }
  195. }