DateCodeSetAndPrint.Designer.cs 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  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.SuspendLayout();
  36. //
  37. // SetValueAndPrint
  38. //
  39. this.SetValueAndPrint.Location = new System.Drawing.Point(191, 168);
  40. this.SetValueAndPrint.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  41. this.SetValueAndPrint.Name = "SetValueAndPrint";
  42. this.SetValueAndPrint.Size = new System.Drawing.Size(77, 20);
  43. this.SetValueAndPrint.TabIndex = 0;
  44. this.SetValueAndPrint.Text = "设置并打印";
  45. this.SetValueAndPrint.UseVisualStyleBackColor = true;
  46. //
  47. // loadingCircle1
  48. //
  49. this.loadingCircle1.Active = false;
  50. this.loadingCircle1.Color = System.Drawing.Color.DarkGray;
  51. this.loadingCircle1.InnerCircleRadius = 5;
  52. this.loadingCircle1.Location = new System.Drawing.Point(205, 106);
  53. this.loadingCircle1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  54. this.loadingCircle1.Name = "loadingCircle1";
  55. this.loadingCircle1.NumberSpoke = 12;
  56. this.loadingCircle1.OuterCircleRadius = 11;
  57. this.loadingCircle1.RotationSpeed = 100;
  58. this.loadingCircle1.Size = new System.Drawing.Size(0, 0);
  59. this.loadingCircle1.SpokeThickness = 2;
  60. this.loadingCircle1.StylePreset = UAS_LabelMachine.CustomControl.SetLoading.LoadingCircle.StylePresets.MacOSX;
  61. this.loadingCircle1.TabIndex = 2;
  62. this.loadingCircle1.Text = "loadingCircle1";
  63. //
  64. // SetValue
  65. //
  66. this.SetValue.Location = new System.Drawing.Point(106, 168);
  67. this.SetValue.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  68. this.SetValue.Name = "SetValue";
  69. this.SetValue.Size = new System.Drawing.Size(71, 20);
  70. this.SetValue.TabIndex = 3;
  71. this.SetValue.Text = "设置值";
  72. this.SetValue.UseVisualStyleBackColor = true;
  73. //
  74. // lotno_label
  75. //
  76. this.lotno_label.AutoSize = true;
  77. this.lotno_label.Location = new System.Drawing.Point(68, 66);
  78. this.lotno_label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  79. this.lotno_label.Name = "lotno_label";
  80. this.lotno_label.Size = new System.Drawing.Size(35, 12);
  81. this.lotno_label.TabIndex = 4;
  82. this.lotno_label.Text = "LotNo";
  83. //
  84. // label2
  85. //
  86. this.label2.AutoSize = true;
  87. this.label2.Location = new System.Drawing.Point(68, 110);
  88. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  89. this.label2.Name = "label2";
  90. this.label2.Size = new System.Drawing.Size(53, 12);
  91. this.label2.TabIndex = 5;
  92. this.label2.Text = "DateCode";
  93. //
  94. // lotno
  95. //
  96. this.lotno.ID = null;
  97. this.lotno.Location = new System.Drawing.Point(134, 64);
  98. this.lotno.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  99. this.lotno.Name = "lotno";
  100. this.lotno.Size = new System.Drawing.Size(152, 21);
  101. this.lotno.Str = null;
  102. this.lotno.Str1 = null;
  103. this.lotno.Str2 = null;
  104. this.lotno.TabIndex = 6;
  105. //
  106. // datecode
  107. //
  108. this.datecode.ID = null;
  109. this.datecode.Location = new System.Drawing.Point(134, 109);
  110. this.datecode.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  111. this.datecode.Name = "datecode";
  112. this.datecode.Size = new System.Drawing.Size(152, 21);
  113. this.datecode.Str = null;
  114. this.datecode.Str1 = null;
  115. this.datecode.Str2 = null;
  116. this.datecode.TabIndex = 7;
  117. //
  118. // DateCodeSetAndPrint
  119. //
  120. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  121. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  122. this.ClientSize = new System.Drawing.Size(365, 212);
  123. this.Controls.Add(this.datecode);
  124. this.Controls.Add(this.lotno);
  125. this.Controls.Add(this.label2);
  126. this.Controls.Add(this.lotno_label);
  127. this.Controls.Add(this.SetValue);
  128. this.Controls.Add(this.loadingCircle1);
  129. this.Controls.Add(this.SetValueAndPrint);
  130. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  131. this.Name = "DateCodeSetAndPrint";
  132. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  133. this.Text = "DateCodeSetAndPrint";
  134. this.ResumeLayout(false);
  135. this.PerformLayout();
  136. }
  137. #endregion
  138. private System.Windows.Forms.Button SetValueAndPrint;
  139. private CustomControl.SetLoading.LoadingCircle loadingCircle1;
  140. private System.Windows.Forms.Button SetValue;
  141. private System.Windows.Forms.Label lotno_label;
  142. private System.Windows.Forms.Label label2;
  143. private CustomControl.EnterTextBox lotno;
  144. private CustomControl.EnterTextBox datecode;
  145. }
  146. }