You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

173 lines
6.9 KiB

1 month ago
  1. namespace PeisStart.WInForm.Test
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.button1 = new System.Windows.Forms.Button();
  29. this.button2 = new System.Windows.Forms.Button();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.button3 = new System.Windows.Forms.Button();
  32. this.textBox1 = new System.Windows.Forms.TextBox();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.button4 = new System.Windows.Forms.Button();
  36. this.button5 = new System.Windows.Forms.Button();
  37. this.button6 = new System.Windows.Forms.Button();
  38. this.SuspendLayout();
  39. //
  40. // button1
  41. //
  42. this.button1.Location = new System.Drawing.Point(603, 79);
  43. this.button1.Name = "button1";
  44. this.button1.Size = new System.Drawing.Size(158, 90);
  45. this.button1.TabIndex = 0;
  46. this.button1.Text = "指引单";
  47. this.button1.UseVisualStyleBackColor = true;
  48. this.button1.Click += new System.EventHandler(this.button1_Click);
  49. //
  50. // button2
  51. //
  52. this.button2.Location = new System.Drawing.Point(603, 211);
  53. this.button2.Name = "button2";
  54. this.button2.Size = new System.Drawing.Size(158, 120);
  55. this.button2.TabIndex = 1;
  56. this.button2.Text = "指引单测试";
  57. this.button2.UseVisualStyleBackColor = true;
  58. this.button2.Click += new System.EventHandler(this.button2_Click);
  59. //
  60. // label1
  61. //
  62. this.label1.AutoSize = true;
  63. this.label1.Location = new System.Drawing.Point(26, 132);
  64. this.label1.Name = "label1";
  65. this.label1.Size = new System.Drawing.Size(106, 24);
  66. this.label1.TabIndex = 2;
  67. this.label1.Text = "背景颜色";
  68. //
  69. // button3
  70. //
  71. this.button3.Location = new System.Drawing.Point(224, 24);
  72. this.button3.Name = "button3";
  73. this.button3.Size = new System.Drawing.Size(200, 95);
  74. this.button3.TabIndex = 3;
  75. this.button3.Text = "转换颜色";
  76. this.button3.UseVisualStyleBackColor = true;
  77. this.button3.Click += new System.EventHandler(this.button3_Click);
  78. //
  79. // textBox1
  80. //
  81. this.textBox1.Location = new System.Drawing.Point(30, 24);
  82. this.textBox1.Name = "textBox1";
  83. this.textBox1.Size = new System.Drawing.Size(164, 35);
  84. this.textBox1.TabIndex = 4;
  85. //
  86. // label2
  87. //
  88. this.label2.AutoSize = true;
  89. this.label2.Location = new System.Drawing.Point(26, 95);
  90. this.label2.Name = "label2";
  91. this.label2.Size = new System.Drawing.Size(82, 24);
  92. this.label2.TabIndex = 5;
  93. this.label2.Text = "label2";
  94. //
  95. // label3
  96. //
  97. this.label3.AutoSize = true;
  98. this.label3.Location = new System.Drawing.Point(26, 175);
  99. this.label3.Name = "label3";
  100. this.label3.Size = new System.Drawing.Size(106, 24);
  101. this.label3.TabIndex = 6;
  102. this.label3.Text = "字体颜色";
  103. //
  104. // button4
  105. //
  106. this.button4.Location = new System.Drawing.Point(224, 140);
  107. this.button4.Name = "button4";
  108. this.button4.Size = new System.Drawing.Size(200, 95);
  109. this.button4.TabIndex = 7;
  110. this.button4.Text = "清空";
  111. this.button4.UseVisualStyleBackColor = true;
  112. this.button4.Click += new System.EventHandler(this.button4_Click);
  113. //
  114. // button5
  115. //
  116. this.button5.Location = new System.Drawing.Point(603, 350);
  117. this.button5.Name = "button5";
  118. this.button5.Size = new System.Drawing.Size(158, 120);
  119. this.button5.TabIndex = 8;
  120. this.button5.Text = "Start测试";
  121. this.button5.UseVisualStyleBackColor = true;
  122. this.button5.Click += new System.EventHandler(this.button5_Click);
  123. //
  124. // button6
  125. //
  126. this.button6.Location = new System.Drawing.Point(224, 265);
  127. this.button6.Name = "button6";
  128. this.button6.Size = new System.Drawing.Size(200, 95);
  129. this.button6.TabIndex = 9;
  130. this.button6.Text = "条形码";
  131. this.button6.UseVisualStyleBackColor = true;
  132. this.button6.Click += new System.EventHandler(this.button6_Click);
  133. //
  134. // Form1
  135. //
  136. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  137. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  138. this.ClientSize = new System.Drawing.Size(895, 552);
  139. this.Controls.Add(this.button6);
  140. this.Controls.Add(this.button5);
  141. this.Controls.Add(this.button4);
  142. this.Controls.Add(this.label3);
  143. this.Controls.Add(this.label2);
  144. this.Controls.Add(this.textBox1);
  145. this.Controls.Add(this.button3);
  146. this.Controls.Add(this.label1);
  147. this.Controls.Add(this.button2);
  148. this.Controls.Add(this.button1);
  149. this.Name = "Form1";
  150. this.Text = "Form1";
  151. this.ResumeLayout(false);
  152. this.PerformLayout();
  153. }
  154. #endregion
  155. private System.Windows.Forms.Button button1;
  156. private System.Windows.Forms.Button button2;
  157. private System.Windows.Forms.Label label1;
  158. private System.Windows.Forms.Button button3;
  159. private System.Windows.Forms.TextBox textBox1;
  160. private System.Windows.Forms.Label label2;
  161. private System.Windows.Forms.Label label3;
  162. private System.Windows.Forms.Button button4;
  163. private System.Windows.Forms.Button button5;
  164. private System.Windows.Forms.Button button6;
  165. }
  166. }