frmQjNo.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337
  1. namespace MeterModuleLibrary
  2. {
  3. partial class frmQjNo
  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(475, 97);
  54. this.btnLeft.Name = "btnLeft";
  55. this.btnLeft.Size = new System.Drawing.Size(160, 89);
  56. this.btnLeft.TabIndex = 699;
  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(643, 97);
  68. this.btnRight.Name = "btnRight";
  69. this.btnRight.Size = new System.Drawing.Size(160, 89);
  70. this.btnRight.TabIndex = 698;
  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(475, 192);
  82. this.btnClean.Name = "btnClean";
  83. this.btnClean.Size = new System.Drawing.Size(160, 89);
  84. this.btnClean.TabIndex = 697;
  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(643, 192);
  96. this.btnBack.Name = "btnBack";
  97. this.btnBack.Size = new System.Drawing.Size(160, 89);
  98. this.btnBack.TabIndex = 696;
  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(475, 292);
  110. this.btnSubmit.Name = "btnSubmit";
  111. this.btnSubmit.Size = new System.Drawing.Size(329, 89);
  112. this.btnSubmit.TabIndex = 695;
  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(7, 6);
  121. this.txtValue.Margin = new System.Windows.Forms.Padding(2);
  122. this.txtValue.Multiline = true;
  123. this.txtValue.Name = "txtValue";
  124. this.txtValue.Size = new System.Drawing.Size(797, 75);
  125. this.txtValue.TabIndex = 694;
  126. //
  127. // btn0
  128. //
  129. this.btn0.BackColor = System.Drawing.Color.White;
  130. this.btn0.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  131. this.btn0.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  132. this.btn0.ForeColor = System.Drawing.Color.Black;
  133. this.btn0.Location = new System.Drawing.Point(334, 97);
  134. this.btn0.Name = "btn0";
  135. this.btn0.Size = new System.Drawing.Size(100, 89);
  136. this.btn0.TabIndex = 693;
  137. this.btn0.Text = "0";
  138. this.btn0.UseVisualStyleBackColor = false;
  139. this.btn0.Click += new System.EventHandler(this.btnValue_Click);
  140. //
  141. // btn1
  142. //
  143. this.btn1.BackColor = System.Drawing.Color.White;
  144. this.btn1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  145. this.btn1.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  146. this.btn1.ForeColor = System.Drawing.Color.Black;
  147. this.btn1.Location = new System.Drawing.Point(8, 96);
  148. this.btn1.Name = "btn1";
  149. this.btn1.Size = new System.Drawing.Size(100, 89);
  150. this.btn1.TabIndex = 692;
  151. this.btn1.Text = "1";
  152. this.btn1.UseVisualStyleBackColor = false;
  153. this.btn1.Click += new System.EventHandler(this.btnValue_Click);
  154. //
  155. // btn2
  156. //
  157. this.btn2.BackColor = System.Drawing.Color.White;
  158. this.btn2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  159. this.btn2.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  160. this.btn2.ForeColor = System.Drawing.Color.Black;
  161. this.btn2.Location = new System.Drawing.Point(117, 97);
  162. this.btn2.Name = "btn2";
  163. this.btn2.Size = new System.Drawing.Size(100, 89);
  164. this.btn2.TabIndex = 691;
  165. this.btn2.Text = "2";
  166. this.btn2.UseVisualStyleBackColor = false;
  167. this.btn2.Click += new System.EventHandler(this.btnValue_Click);
  168. //
  169. // btn3
  170. //
  171. this.btn3.BackColor = System.Drawing.Color.White;
  172. this.btn3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  173. this.btn3.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  174. this.btn3.ForeColor = System.Drawing.Color.Black;
  175. this.btn3.Location = new System.Drawing.Point(225, 97);
  176. this.btn3.Name = "btn3";
  177. this.btn3.Size = new System.Drawing.Size(100, 89);
  178. this.btn3.TabIndex = 690;
  179. this.btn3.Text = "3";
  180. this.btn3.UseVisualStyleBackColor = false;
  181. this.btn3.Click += new System.EventHandler(this.btnValue_Click);
  182. //
  183. // btn4
  184. //
  185. this.btn4.BackColor = System.Drawing.Color.White;
  186. this.btn4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  187. this.btn4.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  188. this.btn4.ForeColor = System.Drawing.Color.Black;
  189. this.btn4.Location = new System.Drawing.Point(9, 194);
  190. this.btn4.Name = "btn4";
  191. this.btn4.Size = new System.Drawing.Size(100, 89);
  192. this.btn4.TabIndex = 689;
  193. this.btn4.Text = "4";
  194. this.btn4.UseVisualStyleBackColor = false;
  195. this.btn4.Click += new System.EventHandler(this.btnValue_Click);
  196. //
  197. // btn5
  198. //
  199. this.btn5.BackColor = System.Drawing.Color.White;
  200. this.btn5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  201. this.btn5.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  202. this.btn5.ForeColor = System.Drawing.Color.Black;
  203. this.btn5.Location = new System.Drawing.Point(116, 193);
  204. this.btn5.Name = "btn5";
  205. this.btn5.Size = new System.Drawing.Size(100, 89);
  206. this.btn5.TabIndex = 688;
  207. this.btn5.Text = "5";
  208. this.btn5.UseVisualStyleBackColor = false;
  209. this.btn5.Click += new System.EventHandler(this.btnValue_Click);
  210. //
  211. // btn6
  212. //
  213. this.btn6.BackColor = System.Drawing.Color.White;
  214. this.btn6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  215. this.btn6.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  216. this.btn6.ForeColor = System.Drawing.Color.Black;
  217. this.btn6.Location = new System.Drawing.Point(225, 194);
  218. this.btn6.Name = "btn6";
  219. this.btn6.Size = new System.Drawing.Size(100, 89);
  220. this.btn6.TabIndex = 687;
  221. this.btn6.Text = "6";
  222. this.btn6.UseVisualStyleBackColor = false;
  223. this.btn6.Click += new System.EventHandler(this.btnValue_Click);
  224. //
  225. // btn7
  226. //
  227. this.btn7.BackColor = System.Drawing.Color.White;
  228. this.btn7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  229. this.btn7.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  230. this.btn7.ForeColor = System.Drawing.Color.Black;
  231. this.btn7.Location = new System.Drawing.Point(9, 292);
  232. this.btn7.Name = "btn7";
  233. this.btn7.Size = new System.Drawing.Size(100, 89);
  234. this.btn7.TabIndex = 686;
  235. this.btn7.Text = "7";
  236. this.btn7.UseVisualStyleBackColor = false;
  237. this.btn7.Click += new System.EventHandler(this.btnValue_Click);
  238. //
  239. // btn8
  240. //
  241. this.btn8.BackColor = System.Drawing.Color.White;
  242. this.btn8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  243. this.btn8.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  244. this.btn8.ForeColor = System.Drawing.Color.Black;
  245. this.btn8.Location = new System.Drawing.Point(116, 292);
  246. this.btn8.Name = "btn8";
  247. this.btn8.Size = new System.Drawing.Size(100, 89);
  248. this.btn8.TabIndex = 685;
  249. this.btn8.Text = "8";
  250. this.btn8.UseVisualStyleBackColor = false;
  251. this.btn8.Click += new System.EventHandler(this.btnValue_Click);
  252. //
  253. // btn9
  254. //
  255. this.btn9.BackColor = System.Drawing.Color.White;
  256. this.btn9.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  257. this.btn9.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  258. this.btn9.ForeColor = System.Drawing.Color.Black;
  259. this.btn9.Location = new System.Drawing.Point(225, 292);
  260. this.btn9.Name = "btn9";
  261. this.btn9.Size = new System.Drawing.Size(100, 89);
  262. this.btn9.TabIndex = 684;
  263. this.btn9.Text = "9";
  264. this.btn9.UseVisualStyleBackColor = false;
  265. this.btn9.Click += new System.EventHandler(this.btnValue_Click);
  266. //
  267. // btnSpot
  268. //
  269. this.btnSpot.BackColor = System.Drawing.Color.White;
  270. this.btnSpot.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  271. this.btnSpot.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  272. this.btnSpot.ForeColor = System.Drawing.Color.Black;
  273. this.btnSpot.Location = new System.Drawing.Point(335, 194);
  274. this.btnSpot.Name = "btnSpot";
  275. this.btnSpot.Size = new System.Drawing.Size(100, 187);
  276. this.btnSpot.TabIndex = 682;
  277. this.btnSpot.Text = ",";
  278. this.btnSpot.UseVisualStyleBackColor = false;
  279. this.btnSpot.Click += new System.EventHandler(this.btnValue_Click);
  280. //
  281. // frmQjNo
  282. //
  283. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  284. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  285. this.BackColor = System.Drawing.Color.LightBlue;
  286. this.ClientSize = new System.Drawing.Size(813, 391);
  287. this.Controls.Add(this.btnLeft);
  288. this.Controls.Add(this.btnRight);
  289. this.Controls.Add(this.btnClean);
  290. this.Controls.Add(this.btnBack);
  291. this.Controls.Add(this.btnSubmit);
  292. this.Controls.Add(this.txtValue);
  293. this.Controls.Add(this.btn0);
  294. this.Controls.Add(this.btn1);
  295. this.Controls.Add(this.btn2);
  296. this.Controls.Add(this.btn3);
  297. this.Controls.Add(this.btn4);
  298. this.Controls.Add(this.btn5);
  299. this.Controls.Add(this.btn6);
  300. this.Controls.Add(this.btn7);
  301. this.Controls.Add(this.btn8);
  302. this.Controls.Add(this.btn9);
  303. this.Controls.Add(this.btnSpot);
  304. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  305. this.Name = "frmQjNo";
  306. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  307. this.Text = "frmQjNo";
  308. this.TopMost = true;
  309. this.ResumeLayout(false);
  310. this.PerformLayout();
  311. }
  312. #endregion
  313. private System.Windows.Forms.Button btnLeft;
  314. private System.Windows.Forms.Button btnRight;
  315. private System.Windows.Forms.Button btnClean;
  316. private System.Windows.Forms.Button btnBack;
  317. private System.Windows.Forms.Button btnSubmit;
  318. private System.Windows.Forms.TextBox txtValue;
  319. private System.Windows.Forms.Button btn0;
  320. private System.Windows.Forms.Button btn1;
  321. private System.Windows.Forms.Button btn2;
  322. private System.Windows.Forms.Button btn3;
  323. private System.Windows.Forms.Button btn4;
  324. private System.Windows.Forms.Button btn5;
  325. private System.Windows.Forms.Button btn6;
  326. private System.Windows.Forms.Button btn7;
  327. private System.Windows.Forms.Button btn8;
  328. private System.Windows.Forms.Button btn9;
  329. private System.Windows.Forms.Button btnSpot;
  330. }
  331. }