贴标角度设置.Designer.cs 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. namespace UAS_LabelMachine
  2. {
  3. partial class 贴标角度设置
  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. /// <lap_param name="disposing">true if managed resources should be disposed; otherwise, false.</lap_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 lap_values of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.angle = new System.Windows.Forms.TextBox();
  29. this.lap_param1_label = new System.Windows.Forms.Label();
  30. this.Y = new System.Windows.Forms.TextBox();
  31. this.lap_param3_labe = new System.Windows.Forms.Label();
  32. this.X = new System.Windows.Forms.TextBox();
  33. this.lap_param2_label = new System.Windows.Forms.Label();
  34. this.Confirm = new System.Windows.Forms.Button();
  35. this.Bottom = new System.Windows.Forms.RadioButton();
  36. this.Top = new System.Windows.Forms.RadioButton();
  37. this.Left = new System.Windows.Forms.RadioButton();
  38. this.Right = new System.Windows.Forms.RadioButton();
  39. this.Cover = new System.Windows.Forms.RadioButton();
  40. this.SuspendLayout();
  41. //
  42. // angle
  43. //
  44. this.angle.Location = new System.Drawing.Point(148, 126);
  45. this.angle.Name = "angle";
  46. this.angle.Size = new System.Drawing.Size(89, 21);
  47. this.angle.TabIndex = 0;
  48. //
  49. // lap_param1_label
  50. //
  51. this.lap_param1_label.AutoSize = true;
  52. this.lap_param1_label.BackColor = System.Drawing.Color.Transparent;
  53. this.lap_param1_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  54. this.lap_param1_label.Location = new System.Drawing.Point(100, 126);
  55. this.lap_param1_label.Name = "lap_param1_label";
  56. this.lap_param1_label.Size = new System.Drawing.Size(42, 21);
  57. this.lap_param1_label.TabIndex = 61;
  58. this.lap_param1_label.Text = "角度";
  59. //
  60. // Y
  61. //
  62. this.Y.Location = new System.Drawing.Point(148, 230);
  63. this.Y.Name = "Y";
  64. this.Y.Size = new System.Drawing.Size(89, 21);
  65. this.Y.TabIndex = 4;
  66. //
  67. // lap_param3_labe
  68. //
  69. this.lap_param3_labe.AutoSize = true;
  70. this.lap_param3_labe.BackColor = System.Drawing.Color.Transparent;
  71. this.lap_param3_labe.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  72. this.lap_param3_labe.Location = new System.Drawing.Point(101, 228);
  73. this.lap_param3_labe.Name = "lap_param3_labe";
  74. this.lap_param3_labe.Size = new System.Drawing.Size(20, 21);
  75. this.lap_param3_labe.TabIndex = 65;
  76. this.lap_param3_labe.Text = "Y";
  77. //
  78. // X
  79. //
  80. this.X.Location = new System.Drawing.Point(148, 180);
  81. this.X.Name = "X";
  82. this.X.Size = new System.Drawing.Size(89, 21);
  83. this.X.TabIndex = 2;
  84. //
  85. // lap_param2_label
  86. //
  87. this.lap_param2_label.AutoSize = true;
  88. this.lap_param2_label.BackColor = System.Drawing.Color.Transparent;
  89. this.lap_param2_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. this.lap_param2_label.Location = new System.Drawing.Point(101, 178);
  91. this.lap_param2_label.Name = "lap_param2_label";
  92. this.lap_param2_label.Size = new System.Drawing.Size(20, 21);
  93. this.lap_param2_label.TabIndex = 69;
  94. this.lap_param2_label.Text = "X";
  95. //
  96. // Confirm
  97. //
  98. this.Confirm.Location = new System.Drawing.Point(148, 308);
  99. this.Confirm.Name = "Confirm";
  100. this.Confirm.Size = new System.Drawing.Size(75, 23);
  101. this.Confirm.TabIndex = 81;
  102. this.Confirm.Text = "确认";
  103. this.Confirm.UseVisualStyleBackColor = true;
  104. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  105. //
  106. // Bottom
  107. //
  108. this.Bottom.AutoSize = true;
  109. this.Bottom.Location = new System.Drawing.Point(72, 16);
  110. this.Bottom.Name = "Bottom";
  111. this.Bottom.Size = new System.Drawing.Size(47, 16);
  112. this.Bottom.TabIndex = 82;
  113. this.Bottom.TabStop = true;
  114. this.Bottom.Text = "下标";
  115. this.Bottom.UseVisualStyleBackColor = true;
  116. this.Bottom.CheckedChanged += new System.EventHandler(this.Button_CheckedChanged);
  117. //
  118. // Top
  119. //
  120. this.Top.AutoSize = true;
  121. this.Top.Location = new System.Drawing.Point(72, 51);
  122. this.Top.Name = "Top";
  123. this.Top.Size = new System.Drawing.Size(59, 16);
  124. this.Top.TabIndex = 83;
  125. this.Top.TabStop = true;
  126. this.Top.Text = "贴上标";
  127. this.Top.UseVisualStyleBackColor = true;
  128. this.Top.CheckedChanged += new System.EventHandler(this.Button_CheckedChanged);
  129. //
  130. // Left
  131. //
  132. this.Left.AutoSize = true;
  133. this.Left.Location = new System.Drawing.Point(198, 17);
  134. this.Left.Name = "Left";
  135. this.Left.Size = new System.Drawing.Size(47, 16);
  136. this.Left.TabIndex = 84;
  137. this.Left.TabStop = true;
  138. this.Left.Text = "左标";
  139. this.Left.UseVisualStyleBackColor = true;
  140. this.Left.CheckedChanged += new System.EventHandler(this.Button_CheckedChanged);
  141. //
  142. // Right
  143. //
  144. this.Right.AutoSize = true;
  145. this.Right.Location = new System.Drawing.Point(198, 52);
  146. this.Right.Name = "Right";
  147. this.Right.Size = new System.Drawing.Size(47, 16);
  148. this.Right.TabIndex = 85;
  149. this.Right.TabStop = true;
  150. this.Right.Text = "右标";
  151. this.Right.UseVisualStyleBackColor = true;
  152. this.Right.CheckedChanged += new System.EventHandler(this.Button_CheckedChanged);
  153. //
  154. // Cover
  155. //
  156. this.Cover.AutoSize = true;
  157. this.Cover.Location = new System.Drawing.Point(72, 85);
  158. this.Cover.Name = "Cover";
  159. this.Cover.Size = new System.Drawing.Size(59, 16);
  160. this.Cover.TabIndex = 86;
  161. this.Cover.TabStop = true;
  162. this.Cover.Text = "盖上标";
  163. this.Cover.UseVisualStyleBackColor = true;
  164. this.Cover.CheckedChanged += new System.EventHandler(this.Button_CheckedChanged);
  165. //
  166. // 贴标角度设置
  167. //
  168. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  169. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  170. this.ClientSize = new System.Drawing.Size(364, 359);
  171. this.Controls.Add(this.Cover);
  172. this.Controls.Add(this.Right);
  173. this.Controls.Add(this.Left);
  174. this.Controls.Add(this.Top);
  175. this.Controls.Add(this.Bottom);
  176. this.Controls.Add(this.Confirm);
  177. this.Controls.Add(this.X);
  178. this.Controls.Add(this.lap_param2_label);
  179. this.Controls.Add(this.Y);
  180. this.Controls.Add(this.lap_param3_labe);
  181. this.Controls.Add(this.angle);
  182. this.Controls.Add(this.lap_param1_label);
  183. this.Name = "贴标角度设置";
  184. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  185. this.Text = "附加内容打印";
  186. this.Load += new System.EventHandler(this.附件内容打印_Load);
  187. this.ResumeLayout(false);
  188. this.PerformLayout();
  189. }
  190. #endregion
  191. private System.Windows.Forms.TextBox angle;
  192. private System.Windows.Forms.Label lap_param1_label;
  193. private System.Windows.Forms.TextBox Y;
  194. private System.Windows.Forms.Label lap_param3_labe;
  195. private System.Windows.Forms.TextBox X;
  196. private System.Windows.Forms.Label lap_param2_label;
  197. private System.Windows.Forms.Button Confirm;
  198. private System.Windows.Forms.RadioButton Bottom;
  199. private System.Windows.Forms.RadioButton Top;
  200. private System.Windows.Forms.RadioButton Left;
  201. private System.Windows.Forms.RadioButton Right;
  202. private System.Windows.Forms.RadioButton Cover;
  203. }
  204. }