DateCodeSetAndPrint.Designer.cs 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  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.SuspendLayout();
  37. //
  38. // SetValue
  39. //
  40. this.SetValue.Location = new System.Drawing.Point(295, 299);
  41. this.SetValue.Margin = new System.Windows.Forms.Padding(4);
  42. this.SetValue.Name = "SetValue";
  43. this.SetValue.Size = new System.Drawing.Size(142, 40);
  44. this.SetValue.TabIndex = 3;
  45. this.SetValue.Text = "设置值";
  46. this.SetValue.UseVisualStyleBackColor = true;
  47. //
  48. // lotno_label
  49. //
  50. this.lotno_label.AutoSize = true;
  51. this.lotno_label.Location = new System.Drawing.Point(136, 214);
  52. this.lotno_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  53. this.lotno_label.Name = "lotno_label";
  54. this.lotno_label.Size = new System.Drawing.Size(58, 24);
  55. this.lotno_label.TabIndex = 4;
  56. this.lotno_label.Text = "批号";
  57. //
  58. // lotno
  59. //
  60. this.lotno.ID = null;
  61. this.lotno.Location = new System.Drawing.Point(268, 206);
  62. this.lotno.Margin = new System.Windows.Forms.Padding(4);
  63. this.lotno.Name = "lotno";
  64. this.lotno.Size = new System.Drawing.Size(228, 35);
  65. this.lotno.Str = null;
  66. this.lotno.Str1 = null;
  67. this.lotno.Str2 = null;
  68. this.lotno.TabIndex = 6;
  69. //
  70. // Begin
  71. //
  72. this.Begin.ID = null;
  73. this.Begin.Location = new System.Drawing.Point(268, 143);
  74. this.Begin.Margin = new System.Windows.Forms.Padding(4);
  75. this.Begin.Name = "Begin";
  76. this.Begin.Size = new System.Drawing.Size(86, 35);
  77. this.Begin.Str = null;
  78. this.Begin.Str1 = null;
  79. this.Begin.Str2 = null;
  80. this.Begin.TabIndex = 10;
  81. //
  82. // label1
  83. //
  84. this.label1.AutoSize = true;
  85. this.label1.Location = new System.Drawing.Point(136, 149);
  86. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  87. this.label1.Name = "label1";
  88. this.label1.Size = new System.Drawing.Size(58, 24);
  89. this.label1.TabIndex = 9;
  90. this.label1.Text = "序号";
  91. //
  92. // loadingCircle2
  93. //
  94. this.loadingCircle2.Active = false;
  95. this.loadingCircle2.Color = System.Drawing.Color.DarkGray;
  96. this.loadingCircle2.InnerCircleRadius = 5;
  97. this.loadingCircle2.Location = new System.Drawing.Point(410, 137);
  98. this.loadingCircle2.Margin = new System.Windows.Forms.Padding(4);
  99. this.loadingCircle2.Name = "loadingCircle2";
  100. this.loadingCircle2.NumberSpoke = 12;
  101. this.loadingCircle2.OuterCircleRadius = 11;
  102. this.loadingCircle2.RotationSpeed = 100;
  103. this.loadingCircle2.Size = new System.Drawing.Size(0, 0);
  104. this.loadingCircle2.SpokeThickness = 2;
  105. this.loadingCircle2.StylePreset = UAS_LabelMachine.CustomControl.SetLoading.LoadingCircle.StylePresets.MacOSX;
  106. this.loadingCircle2.TabIndex = 8;
  107. this.loadingCircle2.Text = "loadingCircle2";
  108. //
  109. // End
  110. //
  111. this.End.ID = null;
  112. this.End.Location = new System.Drawing.Point(410, 143);
  113. this.End.Margin = new System.Windows.Forms.Padding(4);
  114. this.End.Name = "End";
  115. this.End.Size = new System.Drawing.Size(86, 35);
  116. this.End.Str = null;
  117. this.End.Str1 = null;
  118. this.End.Str2 = null;
  119. this.End.TabIndex = 11;
  120. //
  121. // label2
  122. //
  123. this.label2.AutoSize = true;
  124. this.label2.Location = new System.Drawing.Point(371, 148);
  125. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  126. this.label2.Name = "label2";
  127. this.label2.Size = new System.Drawing.Size(22, 24);
  128. this.label2.TabIndex = 12;
  129. this.label2.Text = "-";
  130. //
  131. // DateCodeSetAndPrint
  132. //
  133. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  134. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  135. this.ClientSize = new System.Drawing.Size(730, 397);
  136. this.Controls.Add(this.label2);
  137. this.Controls.Add(this.End);
  138. this.Controls.Add(this.Begin);
  139. this.Controls.Add(this.label1);
  140. this.Controls.Add(this.loadingCircle2);
  141. this.Controls.Add(this.lotno);
  142. this.Controls.Add(this.lotno_label);
  143. this.Controls.Add(this.SetValue);
  144. this.Margin = new System.Windows.Forms.Padding(4);
  145. this.Name = "DateCodeSetAndPrint";
  146. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  147. this.Text = "更新批号";
  148. this.ResumeLayout(false);
  149. this.PerformLayout();
  150. }
  151. #endregion
  152. private System.Windows.Forms.Button SetValue;
  153. private System.Windows.Forms.Label lotno_label;
  154. private CustomControl.EnterTextBox lotno;
  155. private CustomControl.EnterTextBox Begin;
  156. private System.Windows.Forms.Label label1;
  157. private CustomControl.SetLoading.LoadingCircle loadingCircle2;
  158. private CustomControl.EnterTextBox End;
  159. private System.Windows.Forms.Label label2;
  160. }
  161. }