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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  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.SuspendLayout();
  36. //
  37. // angle
  38. //
  39. this.angle.Location = new System.Drawing.Point(296, 185);
  40. this.angle.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  41. this.angle.Name = "angle";
  42. this.angle.Size = new System.Drawing.Size(174, 35);
  43. this.angle.TabIndex = 0;
  44. //
  45. // lap_param1_label
  46. //
  47. this.lap_param1_label.AutoSize = true;
  48. this.lap_param1_label.BackColor = System.Drawing.Color.Transparent;
  49. this.lap_param1_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  50. this.lap_param1_label.Location = new System.Drawing.Point(200, 185);
  51. this.lap_param1_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  52. this.lap_param1_label.Name = "lap_param1_label";
  53. this.lap_param1_label.Size = new System.Drawing.Size(82, 41);
  54. this.lap_param1_label.TabIndex = 61;
  55. this.lap_param1_label.Text = "角度";
  56. //
  57. // Y
  58. //
  59. this.Y.Location = new System.Drawing.Point(296, 393);
  60. this.Y.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  61. this.Y.Name = "Y";
  62. this.Y.Size = new System.Drawing.Size(174, 35);
  63. this.Y.TabIndex = 4;
  64. //
  65. // lap_param3_labe
  66. //
  67. this.lap_param3_labe.AutoSize = true;
  68. this.lap_param3_labe.BackColor = System.Drawing.Color.Transparent;
  69. this.lap_param3_labe.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.lap_param3_labe.Location = new System.Drawing.Point(202, 389);
  71. this.lap_param3_labe.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  72. this.lap_param3_labe.Name = "lap_param3_labe";
  73. this.lap_param3_labe.Size = new System.Drawing.Size(37, 41);
  74. this.lap_param3_labe.TabIndex = 65;
  75. this.lap_param3_labe.Text = "Y";
  76. //
  77. // X
  78. //
  79. this.X.Location = new System.Drawing.Point(296, 291);
  80. this.X.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  81. this.X.Name = "X";
  82. this.X.Size = new System.Drawing.Size(174, 35);
  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(202, 287);
  91. this.lap_param2_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  92. this.lap_param2_label.Name = "lap_param2_label";
  93. this.lap_param2_label.Size = new System.Drawing.Size(39, 41);
  94. this.lap_param2_label.TabIndex = 69;
  95. this.lap_param2_label.Text = "X";
  96. //
  97. // Confirm
  98. //
  99. this.Confirm.Location = new System.Drawing.Point(296, 616);
  100. this.Confirm.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  101. this.Confirm.Name = "Confirm";
  102. this.Confirm.Size = new System.Drawing.Size(150, 46);
  103. this.Confirm.TabIndex = 81;
  104. this.Confirm.Text = "确认";
  105. this.Confirm.UseVisualStyleBackColor = true;
  106. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  107. //
  108. // 贴标角度设置
  109. //
  110. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  111. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  112. this.ClientSize = new System.Drawing.Size(728, 718);
  113. this.Controls.Add(this.Confirm);
  114. this.Controls.Add(this.X);
  115. this.Controls.Add(this.lap_param2_label);
  116. this.Controls.Add(this.Y);
  117. this.Controls.Add(this.lap_param3_labe);
  118. this.Controls.Add(this.angle);
  119. this.Controls.Add(this.lap_param1_label);
  120. this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  121. this.Name = "贴标角度设置";
  122. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  123. this.Text = "附加内容打印";
  124. this.Load += new System.EventHandler(this.附件内容打印_Load);
  125. this.ResumeLayout(false);
  126. this.PerformLayout();
  127. }
  128. #endregion
  129. private System.Windows.Forms.TextBox angle;
  130. private System.Windows.Forms.Label lap_param1_label;
  131. private System.Windows.Forms.TextBox Y;
  132. private System.Windows.Forms.Label lap_param3_labe;
  133. private System.Windows.Forms.TextBox X;
  134. private System.Windows.Forms.Label lap_param2_label;
  135. private System.Windows.Forms.Button Confirm;
  136. }
  137. }