Form1.Designer.cs 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. namespace Honeywell1900扫码枪程序触发
  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.textBox1 = new System.Windows.Forms.TextBox();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.comboBox1 = new System.Windows.Forms.ComboBox();
  33. this.button3 = new System.Windows.Forms.Button();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.button4 = new System.Windows.Forms.Button();
  36. this.label3 = new System.Windows.Forms.Label();
  37. this.button5 = new System.Windows.Forms.Button();
  38. this.button6 = new System.Windows.Forms.Button();
  39. this.SuspendLayout();
  40. //
  41. // button1
  42. //
  43. this.button1.Location = new System.Drawing.Point(30, 81);
  44. this.button1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  45. this.button1.Name = "button1";
  46. this.button1.Size = new System.Drawing.Size(168, 45);
  47. this.button1.TabIndex = 0;
  48. this.button1.Text = "触发扫码";
  49. this.button1.UseVisualStyleBackColor = true;
  50. this.button1.Click += new System.EventHandler(this.button1_Click);
  51. //
  52. // button2
  53. //
  54. this.button2.Location = new System.Drawing.Point(233, 81);
  55. this.button2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  56. this.button2.Name = "button2";
  57. this.button2.Size = new System.Drawing.Size(182, 45);
  58. this.button2.TabIndex = 1;
  59. this.button2.Text = "触发停止扫码";
  60. this.button2.UseVisualStyleBackColor = true;
  61. this.button2.Click += new System.EventHandler(this.button2_Click);
  62. //
  63. // textBox1
  64. //
  65. this.textBox1.Location = new System.Drawing.Point(30, 150);
  66. this.textBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  67. this.textBox1.Multiline = true;
  68. this.textBox1.Name = "textBox1";
  69. this.textBox1.Size = new System.Drawing.Size(387, 92);
  70. this.textBox1.TabIndex = 2;
  71. //
  72. // label1
  73. //
  74. this.label1.AutoSize = true;
  75. this.label1.Location = new System.Drawing.Point(28, 134);
  76. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  77. this.label1.Name = "label1";
  78. this.label1.Size = new System.Drawing.Size(65, 12);
  79. this.label1.TabIndex = 3;
  80. this.label1.Text = "扫到的码:";
  81. //
  82. // comboBox1
  83. //
  84. this.comboBox1.FormattingEnabled = true;
  85. this.comboBox1.Location = new System.Drawing.Point(95, 29);
  86. this.comboBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  87. this.comboBox1.Name = "comboBox1";
  88. this.comboBox1.Size = new System.Drawing.Size(154, 20);
  89. this.comboBox1.TabIndex = 4;
  90. this.comboBox1.Text = "COM3";
  91. //
  92. // button3
  93. //
  94. this.button3.Location = new System.Drawing.Point(263, 15);
  95. this.button3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  96. this.button3.Name = "button3";
  97. this.button3.Size = new System.Drawing.Size(82, 45);
  98. this.button3.TabIndex = 5;
  99. this.button3.Text = "打开串口";
  100. this.button3.UseVisualStyleBackColor = true;
  101. this.button3.Click += new System.EventHandler(this.button3_Click);
  102. //
  103. // label2
  104. //
  105. this.label2.AutoSize = true;
  106. this.label2.Location = new System.Drawing.Point(28, 31);
  107. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  108. this.label2.Name = "label2";
  109. this.label2.Size = new System.Drawing.Size(47, 12);
  110. this.label2.TabIndex = 6;
  111. this.label2.Text = "COM口:";
  112. //
  113. // button4
  114. //
  115. this.button4.Location = new System.Drawing.Point(357, 15);
  116. this.button4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  117. this.button4.Name = "button4";
  118. this.button4.Size = new System.Drawing.Size(82, 45);
  119. this.button4.TabIndex = 7;
  120. this.button4.Text = "关闭串口";
  121. this.button4.UseVisualStyleBackColor = true;
  122. this.button4.Click += new System.EventHandler(this.button4_Click);
  123. //
  124. // label3
  125. //
  126. this.label3.AutoSize = true;
  127. this.label3.Location = new System.Drawing.Point(30, 56);
  128. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  129. this.label3.Name = "label3";
  130. this.label3.Size = new System.Drawing.Size(35, 12);
  131. this.label3.TabIndex = 8;
  132. this.label3.Text = ". . .";
  133. //
  134. // button5
  135. //
  136. this.button5.Location = new System.Drawing.Point(459, 181);
  137. this.button5.Name = "button5";
  138. this.button5.Size = new System.Drawing.Size(81, 40);
  139. this.button5.TabIndex = 9;
  140. this.button5.Text = "button5";
  141. this.button5.UseVisualStyleBackColor = true;
  142. this.button5.Click += new System.EventHandler(this.button5_Click);
  143. //
  144. // button6
  145. //
  146. this.button6.Location = new System.Drawing.Point(557, 181);
  147. this.button6.Name = "button6";
  148. this.button6.Size = new System.Drawing.Size(81, 40);
  149. this.button6.TabIndex = 10;
  150. this.button6.Text = "button6";
  151. this.button6.UseVisualStyleBackColor = true;
  152. this.button6.Click += new System.EventHandler(this.button6_Click);
  153. //
  154. // Form1
  155. //
  156. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  157. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  158. this.ClientSize = new System.Drawing.Size(783, 329);
  159. this.Controls.Add(this.button6);
  160. this.Controls.Add(this.button5);
  161. this.Controls.Add(this.label3);
  162. this.Controls.Add(this.button4);
  163. this.Controls.Add(this.label2);
  164. this.Controls.Add(this.button3);
  165. this.Controls.Add(this.comboBox1);
  166. this.Controls.Add(this.label1);
  167. this.Controls.Add(this.textBox1);
  168. this.Controls.Add(this.button2);
  169. this.Controls.Add(this.button1);
  170. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  171. this.Name = "Form1";
  172. this.Text = "Honeywell1900扫码枪通讯测试";
  173. this.ResumeLayout(false);
  174. this.PerformLayout();
  175. }
  176. #endregion
  177. private System.Windows.Forms.Button button1;
  178. private System.Windows.Forms.Button button2;
  179. private System.Windows.Forms.TextBox textBox1;
  180. private System.Windows.Forms.Label label1;
  181. private System.Windows.Forms.ComboBox comboBox1;
  182. private System.Windows.Forms.Button button3;
  183. private System.Windows.Forms.Label label2;
  184. private System.Windows.Forms.Button button4;
  185. private System.Windows.Forms.Label label3;
  186. private System.Windows.Forms.Button button5;
  187. private System.Windows.Forms.Button button6;
  188. }
  189. }