ucNumberKey.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349
  1. namespace MeterModuleLibrary
  2. {
  3. partial class ucNumberKey
  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.txtValue = new System.Windows.Forms.TextBox();
  29. this.btn0 = new System.Windows.Forms.Button();
  30. this.btn1 = new System.Windows.Forms.Button();
  31. this.btn2 = new System.Windows.Forms.Button();
  32. this.btn3 = new System.Windows.Forms.Button();
  33. this.btn4 = new System.Windows.Forms.Button();
  34. this.btn5 = new System.Windows.Forms.Button();
  35. this.btn6 = new System.Windows.Forms.Button();
  36. this.btn7 = new System.Windows.Forms.Button();
  37. this.btn8 = new System.Windows.Forms.Button();
  38. this.btn9 = new System.Windows.Forms.Button();
  39. this.btn00 = new System.Windows.Forms.Button();
  40. this.btnSpot = new System.Windows.Forms.Button();
  41. this.btnLeft = new System.Windows.Forms.Button();
  42. this.btnRight = new System.Windows.Forms.Button();
  43. this.btnClean = new System.Windows.Forms.Button();
  44. this.btnBack = new System.Windows.Forms.Button();
  45. this.btnSubmit = new System.Windows.Forms.Button();
  46. this.SuspendLayout();
  47. //
  48. // txtValue
  49. //
  50. this.txtValue.Font = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  51. this.txtValue.Location = new System.Drawing.Point(2, 2);
  52. this.txtValue.Margin = new System.Windows.Forms.Padding(2);
  53. this.txtValue.Name = "txtValue";
  54. this.txtValue.Size = new System.Drawing.Size(544, 53);
  55. this.txtValue.TabIndex = 676;
  56. //
  57. // btn0
  58. //
  59. this.btn0.BackColor = System.Drawing.Color.White;
  60. this.btn0.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  61. this.btn0.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  62. this.btn0.ForeColor = System.Drawing.Color.Black;
  63. this.btn0.Location = new System.Drawing.Point(221, 61);
  64. this.btn0.Name = "btn0";
  65. this.btn0.Size = new System.Drawing.Size(67, 52);
  66. this.btn0.TabIndex = 666;
  67. this.btn0.Text = "0";
  68. this.btn0.UseVisualStyleBackColor = false;
  69. this.btn0.Click += new System.EventHandler(this.btnValue_Click);
  70. //
  71. // btn1
  72. //
  73. this.btn1.BackColor = System.Drawing.Color.White;
  74. this.btn1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  75. this.btn1.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  76. this.btn1.ForeColor = System.Drawing.Color.Black;
  77. this.btn1.Location = new System.Drawing.Point(3, 60);
  78. this.btn1.Name = "btn1";
  79. this.btn1.Size = new System.Drawing.Size(67, 52);
  80. this.btn1.TabIndex = 663;
  81. this.btn1.Text = "1";
  82. this.btn1.UseVisualStyleBackColor = false;
  83. this.btn1.Click += new System.EventHandler(this.btnValue_Click);
  84. //
  85. // btn2
  86. //
  87. this.btn2.BackColor = System.Drawing.Color.White;
  88. this.btn2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  89. this.btn2.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  90. this.btn2.ForeColor = System.Drawing.Color.Black;
  91. this.btn2.Location = new System.Drawing.Point(76, 61);
  92. this.btn2.Name = "btn2";
  93. this.btn2.Size = new System.Drawing.Size(67, 52);
  94. this.btn2.TabIndex = 662;
  95. this.btn2.Text = "2";
  96. this.btn2.UseVisualStyleBackColor = false;
  97. this.btn2.Click += new System.EventHandler(this.btnValue_Click);
  98. //
  99. // btn3
  100. //
  101. this.btn3.BackColor = System.Drawing.Color.White;
  102. this.btn3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  103. this.btn3.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  104. this.btn3.ForeColor = System.Drawing.Color.Black;
  105. this.btn3.Location = new System.Drawing.Point(149, 61);
  106. this.btn3.Name = "btn3";
  107. this.btn3.Size = new System.Drawing.Size(67, 52);
  108. this.btn3.TabIndex = 661;
  109. this.btn3.Text = "3";
  110. this.btn3.UseVisualStyleBackColor = false;
  111. this.btn3.Click += new System.EventHandler(this.btnValue_Click);
  112. //
  113. // btn4
  114. //
  115. this.btn4.BackColor = System.Drawing.Color.White;
  116. this.btn4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  117. this.btn4.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  118. this.btn4.ForeColor = System.Drawing.Color.Black;
  119. this.btn4.Location = new System.Drawing.Point(3, 123);
  120. this.btn4.Name = "btn4";
  121. this.btn4.Size = new System.Drawing.Size(67, 52);
  122. this.btn4.TabIndex = 655;
  123. this.btn4.Text = "4";
  124. this.btn4.UseVisualStyleBackColor = false;
  125. this.btn4.Click += new System.EventHandler(this.btnValue_Click);
  126. //
  127. // btn5
  128. //
  129. this.btn5.BackColor = System.Drawing.Color.White;
  130. this.btn5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  131. this.btn5.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  132. this.btn5.ForeColor = System.Drawing.Color.Black;
  133. this.btn5.Location = new System.Drawing.Point(74, 122);
  134. this.btn5.Name = "btn5";
  135. this.btn5.Size = new System.Drawing.Size(67, 52);
  136. this.btn5.TabIndex = 654;
  137. this.btn5.Text = "5";
  138. this.btn5.UseVisualStyleBackColor = false;
  139. this.btn5.Click += new System.EventHandler(this.btnValue_Click);
  140. //
  141. // btn6
  142. //
  143. this.btn6.BackColor = System.Drawing.Color.White;
  144. this.btn6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  145. this.btn6.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  146. this.btn6.ForeColor = System.Drawing.Color.Black;
  147. this.btn6.Location = new System.Drawing.Point(148, 123);
  148. this.btn6.Name = "btn6";
  149. this.btn6.Size = new System.Drawing.Size(67, 52);
  150. this.btn6.TabIndex = 653;
  151. this.btn6.Text = "6";
  152. this.btn6.UseVisualStyleBackColor = false;
  153. this.btn6.Click += new System.EventHandler(this.btnValue_Click);
  154. //
  155. // btn7
  156. //
  157. this.btn7.BackColor = System.Drawing.Color.White;
  158. this.btn7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  159. this.btn7.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  160. this.btn7.ForeColor = System.Drawing.Color.Black;
  161. this.btn7.Location = new System.Drawing.Point(3, 186);
  162. this.btn7.Name = "btn7";
  163. this.btn7.Size = new System.Drawing.Size(67, 52);
  164. this.btn7.TabIndex = 652;
  165. this.btn7.Text = "7";
  166. this.btn7.UseVisualStyleBackColor = false;
  167. this.btn7.Click += new System.EventHandler(this.btnValue_Click);
  168. //
  169. // btn8
  170. //
  171. this.btn8.BackColor = System.Drawing.Color.White;
  172. this.btn8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  173. this.btn8.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  174. this.btn8.ForeColor = System.Drawing.Color.Black;
  175. this.btn8.Location = new System.Drawing.Point(74, 186);
  176. this.btn8.Name = "btn8";
  177. this.btn8.Size = new System.Drawing.Size(67, 52);
  178. this.btn8.TabIndex = 643;
  179. this.btn8.Text = "8";
  180. this.btn8.UseVisualStyleBackColor = false;
  181. this.btn8.Click += new System.EventHandler(this.btnValue_Click);
  182. //
  183. // btn9
  184. //
  185. this.btn9.BackColor = System.Drawing.Color.White;
  186. this.btn9.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  187. this.btn9.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  188. this.btn9.ForeColor = System.Drawing.Color.Black;
  189. this.btn9.Location = new System.Drawing.Point(148, 186);
  190. this.btn9.Name = "btn9";
  191. this.btn9.Size = new System.Drawing.Size(67, 52);
  192. this.btn9.TabIndex = 642;
  193. this.btn9.Text = "9";
  194. this.btn9.UseVisualStyleBackColor = false;
  195. this.btn9.Click += new System.EventHandler(this.btnValue_Click);
  196. //
  197. // btn00
  198. //
  199. this.btn00.BackColor = System.Drawing.Color.White;
  200. this.btn00.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  201. this.btn00.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  202. this.btn00.ForeColor = System.Drawing.Color.Black;
  203. this.btn00.Location = new System.Drawing.Point(221, 122);
  204. this.btn00.Name = "btn00";
  205. this.btn00.Size = new System.Drawing.Size(67, 52);
  206. this.btn00.TabIndex = 641;
  207. this.btn00.Text = "00";
  208. this.btn00.UseVisualStyleBackColor = false;
  209. this.btn00.Click += new System.EventHandler(this.btnValue_Click);
  210. //
  211. // btnSpot
  212. //
  213. this.btnSpot.BackColor = System.Drawing.Color.White;
  214. this.btnSpot.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  215. this.btnSpot.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  216. this.btnSpot.ForeColor = System.Drawing.Color.Black;
  217. this.btnSpot.Location = new System.Drawing.Point(221, 186);
  218. this.btnSpot.Name = "btnSpot";
  219. this.btnSpot.Size = new System.Drawing.Size(67, 52);
  220. this.btnSpot.TabIndex = 640;
  221. this.btnSpot.Text = ".";
  222. this.btnSpot.UseVisualStyleBackColor = false;
  223. this.btnSpot.Click += new System.EventHandler(this.btnValue_Click);
  224. //
  225. // btnLeft
  226. //
  227. this.btnLeft.BackColor = System.Drawing.Color.DodgerBlue;
  228. this.btnLeft.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  229. this.btnLeft.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  230. this.btnLeft.ForeColor = System.Drawing.Color.White;
  231. this.btnLeft.Location = new System.Drawing.Point(312, 61);
  232. this.btnLeft.Name = "btnLeft";
  233. this.btnLeft.Size = new System.Drawing.Size(110, 52);
  234. this.btnLeft.TabIndex = 681;
  235. this.btnLeft.Text = "左移";
  236. this.btnLeft.UseVisualStyleBackColor = false;
  237. this.btnLeft.Click += new System.EventHandler(this.btnLeft_Click);
  238. //
  239. // btnRight
  240. //
  241. this.btnRight.BackColor = System.Drawing.Color.DodgerBlue;
  242. this.btnRight.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  243. this.btnRight.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  244. this.btnRight.ForeColor = System.Drawing.Color.White;
  245. this.btnRight.Location = new System.Drawing.Point(436, 61);
  246. this.btnRight.Name = "btnRight";
  247. this.btnRight.Size = new System.Drawing.Size(110, 52);
  248. this.btnRight.TabIndex = 680;
  249. this.btnRight.Text = "右移";
  250. this.btnRight.UseVisualStyleBackColor = false;
  251. this.btnRight.Click += new System.EventHandler(this.btnRight_Click);
  252. //
  253. // btnClean
  254. //
  255. this.btnClean.BackColor = System.Drawing.Color.DodgerBlue;
  256. this.btnClean.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  257. this.btnClean.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  258. this.btnClean.ForeColor = System.Drawing.Color.White;
  259. this.btnClean.Location = new System.Drawing.Point(312, 122);
  260. this.btnClean.Name = "btnClean";
  261. this.btnClean.Size = new System.Drawing.Size(110, 52);
  262. this.btnClean.TabIndex = 679;
  263. this.btnClean.Text = "清空";
  264. this.btnClean.UseVisualStyleBackColor = false;
  265. this.btnClean.Click += new System.EventHandler(this.btnClean_Click);
  266. //
  267. // btnBack
  268. //
  269. this.btnBack.BackColor = System.Drawing.Color.DodgerBlue;
  270. this.btnBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  271. this.btnBack.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  272. this.btnBack.ForeColor = System.Drawing.Color.White;
  273. this.btnBack.Location = new System.Drawing.Point(436, 122);
  274. this.btnBack.Name = "btnBack";
  275. this.btnBack.Size = new System.Drawing.Size(109, 52);
  276. this.btnBack.TabIndex = 678;
  277. this.btnBack.Text = "回退";
  278. this.btnBack.UseVisualStyleBackColor = false;
  279. this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
  280. //
  281. // btnSubmit
  282. //
  283. this.btnSubmit.BackColor = System.Drawing.Color.MediumSeaGreen;
  284. this.btnSubmit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  285. this.btnSubmit.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  286. this.btnSubmit.ForeColor = System.Drawing.Color.White;
  287. this.btnSubmit.Location = new System.Drawing.Point(312, 184);
  288. this.btnSubmit.Name = "btnSubmit";
  289. this.btnSubmit.Size = new System.Drawing.Size(233, 52);
  290. this.btnSubmit.TabIndex = 677;
  291. this.btnSubmit.Text = "确认";
  292. this.btnSubmit.UseVisualStyleBackColor = false;
  293. this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
  294. //
  295. // ucNumberKey
  296. //
  297. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  298. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  299. this.Controls.Add(this.btnLeft);
  300. this.Controls.Add(this.btnRight);
  301. this.Controls.Add(this.btnClean);
  302. this.Controls.Add(this.btnBack);
  303. this.Controls.Add(this.btnSubmit);
  304. this.Controls.Add(this.txtValue);
  305. this.Controls.Add(this.btn0);
  306. this.Controls.Add(this.btn1);
  307. this.Controls.Add(this.btn2);
  308. this.Controls.Add(this.btn3);
  309. this.Controls.Add(this.btn4);
  310. this.Controls.Add(this.btn5);
  311. this.Controls.Add(this.btn6);
  312. this.Controls.Add(this.btn7);
  313. this.Controls.Add(this.btn8);
  314. this.Controls.Add(this.btn9);
  315. this.Controls.Add(this.btn00);
  316. this.Controls.Add(this.btnSpot);
  317. this.Margin = new System.Windows.Forms.Padding(2);
  318. this.Name = "ucNumberKey";
  319. this.Size = new System.Drawing.Size(550, 246);
  320. this.ResumeLayout(false);
  321. this.PerformLayout();
  322. }
  323. #endregion
  324. private System.Windows.Forms.TextBox txtValue;
  325. private System.Windows.Forms.Button btn0;
  326. private System.Windows.Forms.Button btn1;
  327. private System.Windows.Forms.Button btn2;
  328. private System.Windows.Forms.Button btn3;
  329. private System.Windows.Forms.Button btn4;
  330. private System.Windows.Forms.Button btn5;
  331. private System.Windows.Forms.Button btn6;
  332. private System.Windows.Forms.Button btn7;
  333. private System.Windows.Forms.Button btn8;
  334. private System.Windows.Forms.Button btn9;
  335. private System.Windows.Forms.Button btn00;
  336. private System.Windows.Forms.Button btnSpot;
  337. private System.Windows.Forms.Button btnLeft;
  338. private System.Windows.Forms.Button btnRight;
  339. private System.Windows.Forms.Button btnClean;
  340. private System.Windows.Forms.Button btnBack;
  341. private System.Windows.Forms.Button btnSubmit;
  342. }
  343. }