ucNumberKey2.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379
  1. namespace MeterModuleLibrary
  2. {
  3. partial class ucNumberKey2
  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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.btnBack = new System.Windows.Forms.Button();
  29. this.btnSubmit = new System.Windows.Forms.Button();
  30. this.txtValue1 = new System.Windows.Forms.TextBox();
  31. this.btn0 = new System.Windows.Forms.Button();
  32. this.btn1 = new System.Windows.Forms.Button();
  33. this.btn2 = new System.Windows.Forms.Button();
  34. this.btn3 = new System.Windows.Forms.Button();
  35. this.btn4 = new System.Windows.Forms.Button();
  36. this.btn5 = new System.Windows.Forms.Button();
  37. this.btn6 = new System.Windows.Forms.Button();
  38. this.btn7 = new System.Windows.Forms.Button();
  39. this.btn8 = new System.Windows.Forms.Button();
  40. this.btn9 = new System.Windows.Forms.Button();
  41. this.label1 = new System.Windows.Forms.Label();
  42. this.label2 = new System.Windows.Forms.Label();
  43. this.txtValue2 = new System.Windows.Forms.TextBox();
  44. this.label3 = new System.Windows.Forms.Label();
  45. this.txtValue3 = new System.Windows.Forms.TextBox();
  46. this.label4 = new System.Windows.Forms.Label();
  47. this.label5 = new System.Windows.Forms.Label();
  48. this.btnClean = new System.Windows.Forms.Button();
  49. this.SuspendLayout();
  50. //
  51. // btnBack
  52. //
  53. this.btnBack.BackColor = System.Drawing.Color.DodgerBlue;
  54. this.btnBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  55. this.btnBack.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  56. this.btnBack.ForeColor = System.Drawing.Color.White;
  57. this.btnBack.Location = new System.Drawing.Point(303, 176);
  58. this.btnBack.Name = "btnBack";
  59. this.btnBack.Size = new System.Drawing.Size(225, 52);
  60. this.btnBack.TabIndex = 696;
  61. this.btnBack.Text = "回退";
  62. this.btnBack.UseVisualStyleBackColor = false;
  63. this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
  64. //
  65. // btnSubmit
  66. //
  67. this.btnSubmit.BackColor = System.Drawing.Color.MediumSeaGreen;
  68. this.btnSubmit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  69. this.btnSubmit.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  70. this.btnSubmit.ForeColor = System.Drawing.Color.White;
  71. this.btnSubmit.Location = new System.Drawing.Point(302, 238);
  72. this.btnSubmit.Name = "btnSubmit";
  73. this.btnSubmit.Size = new System.Drawing.Size(226, 52);
  74. this.btnSubmit.TabIndex = 695;
  75. this.btnSubmit.Text = "确认";
  76. this.btnSubmit.UseVisualStyleBackColor = false;
  77. this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
  78. //
  79. // txtValue1
  80. //
  81. this.txtValue1.Font = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. this.txtValue1.Location = new System.Drawing.Point(3, 42);
  83. this.txtValue1.Margin = new System.Windows.Forms.Padding(2);
  84. this.txtValue1.Name = "txtValue1";
  85. this.txtValue1.ReadOnly = true;
  86. this.txtValue1.Size = new System.Drawing.Size(160, 53);
  87. this.txtValue1.TabIndex = 694;
  88. this.txtValue1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  89. //
  90. // btn0
  91. //
  92. this.btn0.BackColor = System.Drawing.Color.White;
  93. this.btn0.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  94. this.btn0.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  95. this.btn0.ForeColor = System.Drawing.Color.Black;
  96. this.btn0.Location = new System.Drawing.Point(221, 115);
  97. this.btn0.Name = "btn0";
  98. this.btn0.Size = new System.Drawing.Size(67, 175);
  99. this.btn0.TabIndex = 693;
  100. this.btn0.Text = "0";
  101. this.btn0.UseVisualStyleBackColor = false;
  102. this.btn0.Click += new System.EventHandler(this.btnValue_Click);
  103. //
  104. // btn1
  105. //
  106. this.btn1.BackColor = System.Drawing.Color.White;
  107. this.btn1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  108. this.btn1.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  109. this.btn1.ForeColor = System.Drawing.Color.Black;
  110. this.btn1.Location = new System.Drawing.Point(3, 114);
  111. this.btn1.Name = "btn1";
  112. this.btn1.Size = new System.Drawing.Size(67, 52);
  113. this.btn1.TabIndex = 692;
  114. this.btn1.Text = "1";
  115. this.btn1.UseVisualStyleBackColor = false;
  116. this.btn1.Click += new System.EventHandler(this.btnValue_Click);
  117. //
  118. // btn2
  119. //
  120. this.btn2.BackColor = System.Drawing.Color.White;
  121. this.btn2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  122. this.btn2.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  123. this.btn2.ForeColor = System.Drawing.Color.Black;
  124. this.btn2.Location = new System.Drawing.Point(76, 115);
  125. this.btn2.Name = "btn2";
  126. this.btn2.Size = new System.Drawing.Size(67, 52);
  127. this.btn2.TabIndex = 691;
  128. this.btn2.Text = "2";
  129. this.btn2.UseVisualStyleBackColor = false;
  130. this.btn2.Click += new System.EventHandler(this.btnValue_Click);
  131. //
  132. // btn3
  133. //
  134. this.btn3.BackColor = System.Drawing.Color.White;
  135. this.btn3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  136. this.btn3.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  137. this.btn3.ForeColor = System.Drawing.Color.Black;
  138. this.btn3.Location = new System.Drawing.Point(149, 115);
  139. this.btn3.Name = "btn3";
  140. this.btn3.Size = new System.Drawing.Size(67, 52);
  141. this.btn3.TabIndex = 690;
  142. this.btn3.Text = "3";
  143. this.btn3.UseVisualStyleBackColor = false;
  144. this.btn3.Click += new System.EventHandler(this.btnValue_Click);
  145. //
  146. // btn4
  147. //
  148. this.btn4.BackColor = System.Drawing.Color.White;
  149. this.btn4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  150. this.btn4.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  151. this.btn4.ForeColor = System.Drawing.Color.Black;
  152. this.btn4.Location = new System.Drawing.Point(3, 177);
  153. this.btn4.Name = "btn4";
  154. this.btn4.Size = new System.Drawing.Size(67, 52);
  155. this.btn4.TabIndex = 689;
  156. this.btn4.Text = "4";
  157. this.btn4.UseVisualStyleBackColor = false;
  158. this.btn4.Click += new System.EventHandler(this.btnValue_Click);
  159. //
  160. // btn5
  161. //
  162. this.btn5.BackColor = System.Drawing.Color.White;
  163. this.btn5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  164. this.btn5.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  165. this.btn5.ForeColor = System.Drawing.Color.Black;
  166. this.btn5.Location = new System.Drawing.Point(74, 176);
  167. this.btn5.Name = "btn5";
  168. this.btn5.Size = new System.Drawing.Size(67, 52);
  169. this.btn5.TabIndex = 688;
  170. this.btn5.Text = "5";
  171. this.btn5.UseVisualStyleBackColor = false;
  172. this.btn5.Click += new System.EventHandler(this.btnValue_Click);
  173. //
  174. // btn6
  175. //
  176. this.btn6.BackColor = System.Drawing.Color.White;
  177. this.btn6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  178. this.btn6.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  179. this.btn6.ForeColor = System.Drawing.Color.Black;
  180. this.btn6.Location = new System.Drawing.Point(148, 177);
  181. this.btn6.Name = "btn6";
  182. this.btn6.Size = new System.Drawing.Size(67, 52);
  183. this.btn6.TabIndex = 687;
  184. this.btn6.Text = "6";
  185. this.btn6.UseVisualStyleBackColor = false;
  186. this.btn6.Click += new System.EventHandler(this.btnValue_Click);
  187. //
  188. // btn7
  189. //
  190. this.btn7.BackColor = System.Drawing.Color.White;
  191. this.btn7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  192. this.btn7.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  193. this.btn7.ForeColor = System.Drawing.Color.Black;
  194. this.btn7.Location = new System.Drawing.Point(3, 240);
  195. this.btn7.Name = "btn7";
  196. this.btn7.Size = new System.Drawing.Size(67, 52);
  197. this.btn7.TabIndex = 686;
  198. this.btn7.Text = "7";
  199. this.btn7.UseVisualStyleBackColor = false;
  200. this.btn7.Click += new System.EventHandler(this.btnValue_Click);
  201. //
  202. // btn8
  203. //
  204. this.btn8.BackColor = System.Drawing.Color.White;
  205. this.btn8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  206. this.btn8.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  207. this.btn8.ForeColor = System.Drawing.Color.Black;
  208. this.btn8.Location = new System.Drawing.Point(74, 240);
  209. this.btn8.Name = "btn8";
  210. this.btn8.Size = new System.Drawing.Size(67, 52);
  211. this.btn8.TabIndex = 685;
  212. this.btn8.Text = "8";
  213. this.btn8.UseVisualStyleBackColor = false;
  214. this.btn8.Click += new System.EventHandler(this.btnValue_Click);
  215. //
  216. // btn9
  217. //
  218. this.btn9.BackColor = System.Drawing.Color.White;
  219. this.btn9.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  220. this.btn9.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  221. this.btn9.ForeColor = System.Drawing.Color.Black;
  222. this.btn9.Location = new System.Drawing.Point(148, 240);
  223. this.btn9.Name = "btn9";
  224. this.btn9.Size = new System.Drawing.Size(67, 52);
  225. this.btn9.TabIndex = 684;
  226. this.btn9.Text = "9";
  227. this.btn9.UseVisualStyleBackColor = false;
  228. this.btn9.Click += new System.EventHandler(this.btnValue_Click);
  229. //
  230. // label1
  231. //
  232. this.label1.AutoSize = true;
  233. this.label1.BackColor = System.Drawing.Color.Transparent;
  234. this.label1.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.label1.Location = new System.Drawing.Point(43, 4);
  236. this.label1.Name = "label1";
  237. this.label1.Size = new System.Drawing.Size(85, 34);
  238. this.label1.TabIndex = 702;
  239. this.label1.Text = "物料";
  240. //
  241. // label2
  242. //
  243. this.label2.AutoSize = true;
  244. this.label2.BackColor = System.Drawing.Color.Transparent;
  245. this.label2.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  246. this.label2.Location = new System.Drawing.Point(188, 4);
  247. this.label2.Name = "label2";
  248. this.label2.Size = new System.Drawing.Size(155, 34);
  249. this.label2.TabIndex = 704;
  250. this.label2.Text = "发货单位";
  251. //
  252. // txtValue2
  253. //
  254. this.txtValue2.Font = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  255. this.txtValue2.Location = new System.Drawing.Point(186, 42);
  256. this.txtValue2.Margin = new System.Windows.Forms.Padding(2);
  257. this.txtValue2.Name = "txtValue2";
  258. this.txtValue2.ReadOnly = true;
  259. this.txtValue2.Size = new System.Drawing.Size(160, 53);
  260. this.txtValue2.TabIndex = 703;
  261. this.txtValue2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  262. //
  263. // label3
  264. //
  265. this.label3.AutoSize = true;
  266. this.label3.BackColor = System.Drawing.Color.Transparent;
  267. this.label3.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  268. this.label3.Location = new System.Drawing.Point(370, 4);
  269. this.label3.Name = "label3";
  270. this.label3.Size = new System.Drawing.Size(155, 34);
  271. this.label3.TabIndex = 706;
  272. this.label3.Text = "收货单位";
  273. //
  274. // txtValue3
  275. //
  276. this.txtValue3.Font = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  277. this.txtValue3.Location = new System.Drawing.Point(368, 42);
  278. this.txtValue3.Margin = new System.Windows.Forms.Padding(2);
  279. this.txtValue3.Name = "txtValue3";
  280. this.txtValue3.ReadOnly = true;
  281. this.txtValue3.Size = new System.Drawing.Size(160, 53);
  282. this.txtValue3.TabIndex = 705;
  283. this.txtValue3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  284. //
  285. // label4
  286. //
  287. this.label4.AutoSize = true;
  288. this.label4.BackColor = System.Drawing.Color.Transparent;
  289. this.label4.Font = new System.Drawing.Font("楷体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  290. this.label4.Location = new System.Drawing.Point(164, 62);
  291. this.label4.Name = "label4";
  292. this.label4.Size = new System.Drawing.Size(20, 20);
  293. this.label4.TabIndex = 707;
  294. this.label4.Text = "-";
  295. //
  296. // label5
  297. //
  298. this.label5.AutoSize = true;
  299. this.label5.BackColor = System.Drawing.Color.Transparent;
  300. this.label5.Font = new System.Drawing.Font("楷体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  301. this.label5.Location = new System.Drawing.Point(347, 62);
  302. this.label5.Name = "label5";
  303. this.label5.Size = new System.Drawing.Size(20, 20);
  304. this.label5.TabIndex = 708;
  305. this.label5.Text = "-";
  306. //
  307. // btnClean
  308. //
  309. this.btnClean.BackColor = System.Drawing.Color.DodgerBlue;
  310. this.btnClean.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  311. this.btnClean.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  312. this.btnClean.ForeColor = System.Drawing.Color.White;
  313. this.btnClean.Location = new System.Drawing.Point(302, 115);
  314. this.btnClean.Name = "btnClean";
  315. this.btnClean.Size = new System.Drawing.Size(226, 52);
  316. this.btnClean.TabIndex = 697;
  317. this.btnClean.Text = "清空";
  318. this.btnClean.UseVisualStyleBackColor = false;
  319. this.btnClean.Click += new System.EventHandler(this.btnClean_Click);
  320. //
  321. // ucNumberKey2
  322. //
  323. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  324. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  325. this.Controls.Add(this.label5);
  326. this.Controls.Add(this.label4);
  327. this.Controls.Add(this.label3);
  328. this.Controls.Add(this.txtValue3);
  329. this.Controls.Add(this.label2);
  330. this.Controls.Add(this.txtValue2);
  331. this.Controls.Add(this.label1);
  332. this.Controls.Add(this.btnClean);
  333. this.Controls.Add(this.btnBack);
  334. this.Controls.Add(this.btnSubmit);
  335. this.Controls.Add(this.txtValue1);
  336. this.Controls.Add(this.btn0);
  337. this.Controls.Add(this.btn1);
  338. this.Controls.Add(this.btn2);
  339. this.Controls.Add(this.btn3);
  340. this.Controls.Add(this.btn4);
  341. this.Controls.Add(this.btn5);
  342. this.Controls.Add(this.btn6);
  343. this.Controls.Add(this.btn7);
  344. this.Controls.Add(this.btn8);
  345. this.Controls.Add(this.btn9);
  346. this.Name = "ucNumberKey2";
  347. this.Size = new System.Drawing.Size(532, 295);
  348. this.ResumeLayout(false);
  349. this.PerformLayout();
  350. }
  351. #endregion
  352. private System.Windows.Forms.Button btnBack;
  353. private System.Windows.Forms.Button btnSubmit;
  354. private System.Windows.Forms.TextBox txtValue1;
  355. private System.Windows.Forms.Button btn0;
  356. private System.Windows.Forms.Button btn1;
  357. private System.Windows.Forms.Button btn2;
  358. private System.Windows.Forms.Button btn3;
  359. private System.Windows.Forms.Button btn4;
  360. private System.Windows.Forms.Button btn5;
  361. private System.Windows.Forms.Button btn6;
  362. private System.Windows.Forms.Button btn7;
  363. private System.Windows.Forms.Button btn8;
  364. private System.Windows.Forms.Button btn9;
  365. private System.Windows.Forms.Label label1;
  366. private System.Windows.Forms.Label label2;
  367. private System.Windows.Forms.TextBox txtValue2;
  368. private System.Windows.Forms.Label label3;
  369. private System.Windows.Forms.TextBox txtValue3;
  370. private System.Windows.Forms.Label label4;
  371. private System.Windows.Forms.Label label5;
  372. private System.Windows.Forms.Button btnClean;
  373. }
  374. }