frmPhNo.Designer.cs 17 KB

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