ucLetterNumberKey.Designer.cs 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832
  1. namespace MeterModuleLibrary
  2. {
  3. partial class ucLetterNumberKey
  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.btnJ = new System.Windows.Forms.Button();
  29. this.btnSubmit = new System.Windows.Forms.Button();
  30. this.btnBack = new System.Windows.Forms.Button();
  31. this.btnClean = new System.Windows.Forms.Button();
  32. this.btnRight = new System.Windows.Forms.Button();
  33. this.btnLeft = new System.Windows.Forms.Button();
  34. this.btnZ = new System.Windows.Forms.Button();
  35. this.btnY = new System.Windows.Forms.Button();
  36. this.btnSpot = new System.Windows.Forms.Button();
  37. this.btn00 = new System.Windows.Forms.Button();
  38. this.btn9 = new System.Windows.Forms.Button();
  39. this.btn8 = new System.Windows.Forms.Button();
  40. this.btnX = new System.Windows.Forms.Button();
  41. this.btnW = new System.Windows.Forms.Button();
  42. this.btnV = new System.Windows.Forms.Button();
  43. this.btnU = new System.Windows.Forms.Button();
  44. this.btnT = new System.Windows.Forms.Button();
  45. this.btnS = new System.Windows.Forms.Button();
  46. this.btnR = new System.Windows.Forms.Button();
  47. this.btnQ = new System.Windows.Forms.Button();
  48. this.btn7 = new System.Windows.Forms.Button();
  49. this.btn6 = new System.Windows.Forms.Button();
  50. this.btn5 = new System.Windows.Forms.Button();
  51. this.btn4 = new System.Windows.Forms.Button();
  52. this.btnP = new System.Windows.Forms.Button();
  53. this.btnO = new System.Windows.Forms.Button();
  54. this.btnN = new System.Windows.Forms.Button();
  55. this.btnM = new System.Windows.Forms.Button();
  56. this.btnL = new System.Windows.Forms.Button();
  57. this.btn3 = new System.Windows.Forms.Button();
  58. this.btn2 = new System.Windows.Forms.Button();
  59. this.btn1 = new System.Windows.Forms.Button();
  60. this.btnI = new System.Windows.Forms.Button();
  61. this.btnK = new System.Windows.Forms.Button();
  62. this.btn0 = new System.Windows.Forms.Button();
  63. this.btnH = new System.Windows.Forms.Button();
  64. this.btnG = new System.Windows.Forms.Button();
  65. this.btnF = new System.Windows.Forms.Button();
  66. this.btnE = new System.Windows.Forms.Button();
  67. this.btnD = new System.Windows.Forms.Button();
  68. this.btnC = new System.Windows.Forms.Button();
  69. this.btnB = new System.Windows.Forms.Button();
  70. this.btnA = new System.Windows.Forms.Button();
  71. this.txtValue = new System.Windows.Forms.TextBox();
  72. this.SuspendLayout();
  73. //
  74. // btnJ
  75. //
  76. this.btnJ.BackColor = System.Drawing.Color.White;
  77. this.btnJ.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  78. this.btnJ.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  79. this.btnJ.ForeColor = System.Drawing.Color.Black;
  80. this.btnJ.Location = new System.Drawing.Point(94, 153);
  81. this.btnJ.Margin = new System.Windows.Forms.Padding(4);
  82. this.btnJ.Name = "btnJ";
  83. this.btnJ.Size = new System.Drawing.Size(80, 65);
  84. this.btnJ.TabIndex = 587;
  85. this.btnJ.Text = "J";
  86. this.btnJ.UseVisualStyleBackColor = false;
  87. this.btnJ.Click += new System.EventHandler(this.btnSetValue_Click);
  88. //
  89. // btnSubmit
  90. //
  91. this.btnSubmit.BackColor = System.Drawing.Color.MediumSeaGreen;
  92. this.btnSubmit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  93. this.btnSubmit.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  94. this.btnSubmit.ForeColor = System.Drawing.Color.White;
  95. this.btnSubmit.Location = new System.Drawing.Point(867, 292);
  96. this.btnSubmit.Margin = new System.Windows.Forms.Padding(4);
  97. this.btnSubmit.Name = "btnSubmit";
  98. this.btnSubmit.Size = new System.Drawing.Size(166, 65);
  99. this.btnSubmit.TabIndex = 588;
  100. this.btnSubmit.Text = "确认";
  101. this.btnSubmit.UseVisualStyleBackColor = false;
  102. this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
  103. //
  104. // btnBack
  105. //
  106. this.btnBack.BackColor = System.Drawing.Color.DodgerBlue;
  107. this.btnBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  108. this.btnBack.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  109. this.btnBack.ForeColor = System.Drawing.Color.White;
  110. this.btnBack.Location = new System.Drawing.Point(696, 292);
  111. this.btnBack.Margin = new System.Windows.Forms.Padding(4);
  112. this.btnBack.Name = "btnBack";
  113. this.btnBack.Size = new System.Drawing.Size(163, 65);
  114. this.btnBack.TabIndex = 589;
  115. this.btnBack.Text = "回退";
  116. this.btnBack.UseVisualStyleBackColor = false;
  117. this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
  118. //
  119. // btnClean
  120. //
  121. this.btnClean.BackColor = System.Drawing.Color.DodgerBlue;
  122. this.btnClean.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  123. this.btnClean.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  124. this.btnClean.ForeColor = System.Drawing.Color.White;
  125. this.btnClean.Location = new System.Drawing.Point(524, 292);
  126. this.btnClean.Margin = new System.Windows.Forms.Padding(4);
  127. this.btnClean.Name = "btnClean";
  128. this.btnClean.Size = new System.Drawing.Size(164, 65);
  129. this.btnClean.TabIndex = 590;
  130. this.btnClean.Text = "清空";
  131. this.btnClean.UseVisualStyleBackColor = false;
  132. this.btnClean.Click += new System.EventHandler(this.btnClean_Click);
  133. //
  134. // btnRight
  135. //
  136. this.btnRight.BackColor = System.Drawing.Color.DodgerBlue;
  137. this.btnRight.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  138. this.btnRight.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  139. this.btnRight.ForeColor = System.Drawing.Color.White;
  140. this.btnRight.Location = new System.Drawing.Point(352, 292);
  141. this.btnRight.Margin = new System.Windows.Forms.Padding(4);
  142. this.btnRight.Name = "btnRight";
  143. this.btnRight.Size = new System.Drawing.Size(164, 65);
  144. this.btnRight.TabIndex = 591;
  145. this.btnRight.Text = "右移";
  146. this.btnRight.UseVisualStyleBackColor = false;
  147. this.btnRight.Click += new System.EventHandler(this.btnRight_Click);
  148. //
  149. // btnLeft
  150. //
  151. this.btnLeft.BackColor = System.Drawing.Color.DodgerBlue;
  152. this.btnLeft.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  153. this.btnLeft.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  154. this.btnLeft.ForeColor = System.Drawing.Color.White;
  155. this.btnLeft.Location = new System.Drawing.Point(180, 292);
  156. this.btnLeft.Margin = new System.Windows.Forms.Padding(4);
  157. this.btnLeft.Name = "btnLeft";
  158. this.btnLeft.Size = new System.Drawing.Size(164, 65);
  159. this.btnLeft.TabIndex = 592;
  160. this.btnLeft.Text = "左移";
  161. this.btnLeft.UseVisualStyleBackColor = false;
  162. this.btnLeft.Click += new System.EventHandler(this.btnLeft_Click);
  163. //
  164. // btnZ
  165. //
  166. this.btnZ.BackColor = System.Drawing.Color.White;
  167. this.btnZ.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  168. this.btnZ.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  169. this.btnZ.ForeColor = System.Drawing.Color.Black;
  170. this.btnZ.Location = new System.Drawing.Point(94, 292);
  171. this.btnZ.Margin = new System.Windows.Forms.Padding(4);
  172. this.btnZ.Name = "btnZ";
  173. this.btnZ.Size = new System.Drawing.Size(80, 65);
  174. this.btnZ.TabIndex = 593;
  175. this.btnZ.Text = "Z";
  176. this.btnZ.UseVisualStyleBackColor = false;
  177. this.btnZ.Click += new System.EventHandler(this.btnSetValue_Click);
  178. //
  179. // btnY
  180. //
  181. this.btnY.BackColor = System.Drawing.Color.White;
  182. this.btnY.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  183. this.btnY.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  184. this.btnY.ForeColor = System.Drawing.Color.Black;
  185. this.btnY.Location = new System.Drawing.Point(7, 292);
  186. this.btnY.Margin = new System.Windows.Forms.Padding(4);
  187. this.btnY.Name = "btnY";
  188. this.btnY.Size = new System.Drawing.Size(80, 65);
  189. this.btnY.TabIndex = 594;
  190. this.btnY.Text = "Y";
  191. this.btnY.UseVisualStyleBackColor = false;
  192. this.btnY.Click += new System.EventHandler(this.btnSetValue_Click);
  193. //
  194. // btnSpot
  195. //
  196. this.btnSpot.BackColor = System.Drawing.Color.White;
  197. this.btnSpot.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  198. this.btnSpot.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  199. this.btnSpot.ForeColor = System.Drawing.Color.Black;
  200. this.btnSpot.Location = new System.Drawing.Point(953, 222);
  201. this.btnSpot.Margin = new System.Windows.Forms.Padding(4);
  202. this.btnSpot.Name = "btnSpot";
  203. this.btnSpot.Size = new System.Drawing.Size(80, 65);
  204. this.btnSpot.TabIndex = 595;
  205. this.btnSpot.Text = ".";
  206. this.btnSpot.UseVisualStyleBackColor = false;
  207. this.btnSpot.Click += new System.EventHandler(this.btnSetValue_Click);
  208. //
  209. // btn00
  210. //
  211. this.btn00.BackColor = System.Drawing.Color.White;
  212. this.btn00.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  213. this.btn00.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  214. this.btn00.ForeColor = System.Drawing.Color.Black;
  215. this.btn00.Location = new System.Drawing.Point(867, 223);
  216. this.btn00.Margin = new System.Windows.Forms.Padding(4);
  217. this.btn00.Name = "btn00";
  218. this.btn00.Size = new System.Drawing.Size(80, 65);
  219. this.btn00.TabIndex = 596;
  220. this.btn00.Text = "00";
  221. this.btn00.UseVisualStyleBackColor = false;
  222. this.btn00.Click += new System.EventHandler(this.btnSetValue_Click);
  223. //
  224. // btn9
  225. //
  226. this.btn9.BackColor = System.Drawing.Color.White;
  227. this.btn9.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  228. this.btn9.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  229. this.btn9.ForeColor = System.Drawing.Color.Black;
  230. this.btn9.Location = new System.Drawing.Point(781, 222);
  231. this.btn9.Margin = new System.Windows.Forms.Padding(4);
  232. this.btn9.Name = "btn9";
  233. this.btn9.Size = new System.Drawing.Size(80, 65);
  234. this.btn9.TabIndex = 597;
  235. this.btn9.Text = "9";
  236. this.btn9.UseVisualStyleBackColor = false;
  237. this.btn9.Click += new System.EventHandler(this.btnSetValue_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(695, 222);
  246. this.btn8.Margin = new System.Windows.Forms.Padding(4);
  247. this.btn8.Name = "btn8";
  248. this.btn8.Size = new System.Drawing.Size(80, 65);
  249. this.btn8.TabIndex = 598;
  250. this.btn8.Text = "8";
  251. this.btn8.UseVisualStyleBackColor = false;
  252. this.btn8.Click += new System.EventHandler(this.btnSetValue_Click);
  253. //
  254. // btnX
  255. //
  256. this.btnX.BackColor = System.Drawing.Color.White;
  257. this.btnX.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  258. this.btnX.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  259. this.btnX.ForeColor = System.Drawing.Color.Black;
  260. this.btnX.Location = new System.Drawing.Point(610, 222);
  261. this.btnX.Margin = new System.Windows.Forms.Padding(4);
  262. this.btnX.Name = "btnX";
  263. this.btnX.Size = new System.Drawing.Size(80, 65);
  264. this.btnX.TabIndex = 599;
  265. this.btnX.Text = "X";
  266. this.btnX.UseVisualStyleBackColor = false;
  267. this.btnX.Click += new System.EventHandler(this.btnSetValue_Click);
  268. //
  269. // btnW
  270. //
  271. this.btnW.BackColor = System.Drawing.Color.White;
  272. this.btnW.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  273. this.btnW.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  274. this.btnW.ForeColor = System.Drawing.Color.Black;
  275. this.btnW.Location = new System.Drawing.Point(524, 222);
  276. this.btnW.Margin = new System.Windows.Forms.Padding(4);
  277. this.btnW.Name = "btnW";
  278. this.btnW.Size = new System.Drawing.Size(80, 65);
  279. this.btnW.TabIndex = 600;
  280. this.btnW.Text = "W";
  281. this.btnW.UseVisualStyleBackColor = false;
  282. this.btnW.Click += new System.EventHandler(this.btnSetValue_Click);
  283. //
  284. // btnV
  285. //
  286. this.btnV.BackColor = System.Drawing.Color.White;
  287. this.btnV.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  288. this.btnV.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  289. this.btnV.ForeColor = System.Drawing.Color.Black;
  290. this.btnV.Location = new System.Drawing.Point(438, 222);
  291. this.btnV.Margin = new System.Windows.Forms.Padding(4);
  292. this.btnV.Name = "btnV";
  293. this.btnV.Size = new System.Drawing.Size(80, 65);
  294. this.btnV.TabIndex = 601;
  295. this.btnV.Text = "V";
  296. this.btnV.UseVisualStyleBackColor = false;
  297. this.btnV.Click += new System.EventHandler(this.btnSetValue_Click);
  298. //
  299. // btnU
  300. //
  301. this.btnU.BackColor = System.Drawing.Color.White;
  302. this.btnU.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  303. this.btnU.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  304. this.btnU.ForeColor = System.Drawing.Color.Black;
  305. this.btnU.Location = new System.Drawing.Point(352, 222);
  306. this.btnU.Margin = new System.Windows.Forms.Padding(4);
  307. this.btnU.Name = "btnU";
  308. this.btnU.Size = new System.Drawing.Size(80, 65);
  309. this.btnU.TabIndex = 602;
  310. this.btnU.Text = "U";
  311. this.btnU.UseVisualStyleBackColor = false;
  312. this.btnU.Click += new System.EventHandler(this.btnSetValue_Click);
  313. //
  314. // btnT
  315. //
  316. this.btnT.BackColor = System.Drawing.Color.White;
  317. this.btnT.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  318. this.btnT.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  319. this.btnT.ForeColor = System.Drawing.Color.Black;
  320. this.btnT.Location = new System.Drawing.Point(265, 222);
  321. this.btnT.Margin = new System.Windows.Forms.Padding(4);
  322. this.btnT.Name = "btnT";
  323. this.btnT.Size = new System.Drawing.Size(80, 65);
  324. this.btnT.TabIndex = 603;
  325. this.btnT.Text = "T";
  326. this.btnT.UseVisualStyleBackColor = false;
  327. this.btnT.Click += new System.EventHandler(this.btnSetValue_Click);
  328. //
  329. // btnS
  330. //
  331. this.btnS.BackColor = System.Drawing.Color.White;
  332. this.btnS.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  333. this.btnS.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  334. this.btnS.ForeColor = System.Drawing.Color.Black;
  335. this.btnS.Location = new System.Drawing.Point(180, 222);
  336. this.btnS.Margin = new System.Windows.Forms.Padding(4);
  337. this.btnS.Name = "btnS";
  338. this.btnS.Size = new System.Drawing.Size(80, 65);
  339. this.btnS.TabIndex = 604;
  340. this.btnS.Text = "S";
  341. this.btnS.UseVisualStyleBackColor = false;
  342. this.btnS.Click += new System.EventHandler(this.btnSetValue_Click);
  343. //
  344. // btnR
  345. //
  346. this.btnR.BackColor = System.Drawing.Color.White;
  347. this.btnR.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  348. this.btnR.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  349. this.btnR.ForeColor = System.Drawing.Color.Black;
  350. this.btnR.Location = new System.Drawing.Point(94, 222);
  351. this.btnR.Margin = new System.Windows.Forms.Padding(4);
  352. this.btnR.Name = "btnR";
  353. this.btnR.Size = new System.Drawing.Size(80, 65);
  354. this.btnR.TabIndex = 605;
  355. this.btnR.Text = "R";
  356. this.btnR.UseVisualStyleBackColor = false;
  357. this.btnR.Click += new System.EventHandler(this.btnSetValue_Click);
  358. //
  359. // btnQ
  360. //
  361. this.btnQ.BackColor = System.Drawing.Color.White;
  362. this.btnQ.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  363. this.btnQ.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  364. this.btnQ.ForeColor = System.Drawing.Color.Black;
  365. this.btnQ.Location = new System.Drawing.Point(7, 222);
  366. this.btnQ.Margin = new System.Windows.Forms.Padding(4);
  367. this.btnQ.Name = "btnQ";
  368. this.btnQ.Size = new System.Drawing.Size(80, 65);
  369. this.btnQ.TabIndex = 606;
  370. this.btnQ.Text = "Q";
  371. this.btnQ.UseVisualStyleBackColor = false;
  372. this.btnQ.Click += new System.EventHandler(this.btnSetValue_Click);
  373. //
  374. // btn7
  375. //
  376. this.btn7.BackColor = System.Drawing.Color.White;
  377. this.btn7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  378. this.btn7.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  379. this.btn7.ForeColor = System.Drawing.Color.Black;
  380. this.btn7.Location = new System.Drawing.Point(953, 154);
  381. this.btn7.Margin = new System.Windows.Forms.Padding(4);
  382. this.btn7.Name = "btn7";
  383. this.btn7.Size = new System.Drawing.Size(80, 65);
  384. this.btn7.TabIndex = 607;
  385. this.btn7.Text = "7";
  386. this.btn7.UseVisualStyleBackColor = false;
  387. this.btn7.Click += new System.EventHandler(this.btnSetValue_Click);
  388. //
  389. // btn6
  390. //
  391. this.btn6.BackColor = System.Drawing.Color.White;
  392. this.btn6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  393. this.btn6.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  394. this.btn6.ForeColor = System.Drawing.Color.Black;
  395. this.btn6.Location = new System.Drawing.Point(867, 154);
  396. this.btn6.Margin = new System.Windows.Forms.Padding(4);
  397. this.btn6.Name = "btn6";
  398. this.btn6.Size = new System.Drawing.Size(80, 65);
  399. this.btn6.TabIndex = 608;
  400. this.btn6.Text = "6";
  401. this.btn6.UseVisualStyleBackColor = false;
  402. this.btn6.Click += new System.EventHandler(this.btnSetValue_Click);
  403. //
  404. // btn5
  405. //
  406. this.btn5.BackColor = System.Drawing.Color.White;
  407. this.btn5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  408. this.btn5.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  409. this.btn5.ForeColor = System.Drawing.Color.Black;
  410. this.btn5.Location = new System.Drawing.Point(781, 153);
  411. this.btn5.Margin = new System.Windows.Forms.Padding(4);
  412. this.btn5.Name = "btn5";
  413. this.btn5.Size = new System.Drawing.Size(80, 65);
  414. this.btn5.TabIndex = 609;
  415. this.btn5.Text = "5";
  416. this.btn5.UseVisualStyleBackColor = false;
  417. this.btn5.Click += new System.EventHandler(this.btnSetValue_Click);
  418. //
  419. // btn4
  420. //
  421. this.btn4.BackColor = System.Drawing.Color.White;
  422. this.btn4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  423. this.btn4.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  424. this.btn4.ForeColor = System.Drawing.Color.Black;
  425. this.btn4.Location = new System.Drawing.Point(696, 154);
  426. this.btn4.Margin = new System.Windows.Forms.Padding(4);
  427. this.btn4.Name = "btn4";
  428. this.btn4.Size = new System.Drawing.Size(80, 65);
  429. this.btn4.TabIndex = 610;
  430. this.btn4.Text = "4";
  431. this.btn4.UseVisualStyleBackColor = false;
  432. this.btn4.Click += new System.EventHandler(this.btnSetValue_Click);
  433. //
  434. // btnP
  435. //
  436. this.btnP.BackColor = System.Drawing.Color.White;
  437. this.btnP.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  438. this.btnP.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  439. this.btnP.ForeColor = System.Drawing.Color.Black;
  440. this.btnP.Location = new System.Drawing.Point(610, 153);
  441. this.btnP.Margin = new System.Windows.Forms.Padding(4);
  442. this.btnP.Name = "btnP";
  443. this.btnP.Size = new System.Drawing.Size(80, 65);
  444. this.btnP.TabIndex = 611;
  445. this.btnP.Text = "P";
  446. this.btnP.UseVisualStyleBackColor = false;
  447. this.btnP.Click += new System.EventHandler(this.btnSetValue_Click);
  448. //
  449. // btnO
  450. //
  451. this.btnO.BackColor = System.Drawing.Color.White;
  452. this.btnO.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  453. this.btnO.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  454. this.btnO.ForeColor = System.Drawing.Color.Black;
  455. this.btnO.Location = new System.Drawing.Point(524, 153);
  456. this.btnO.Margin = new System.Windows.Forms.Padding(4);
  457. this.btnO.Name = "btnO";
  458. this.btnO.Size = new System.Drawing.Size(80, 65);
  459. this.btnO.TabIndex = 612;
  460. this.btnO.Text = "O";
  461. this.btnO.UseVisualStyleBackColor = false;
  462. this.btnO.Click += new System.EventHandler(this.btnSetValue_Click);
  463. //
  464. // btnN
  465. //
  466. this.btnN.BackColor = System.Drawing.Color.White;
  467. this.btnN.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  468. this.btnN.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  469. this.btnN.ForeColor = System.Drawing.Color.Black;
  470. this.btnN.Location = new System.Drawing.Point(438, 153);
  471. this.btnN.Margin = new System.Windows.Forms.Padding(4);
  472. this.btnN.Name = "btnN";
  473. this.btnN.Size = new System.Drawing.Size(80, 65);
  474. this.btnN.TabIndex = 613;
  475. this.btnN.Text = "N";
  476. this.btnN.UseVisualStyleBackColor = false;
  477. this.btnN.Click += new System.EventHandler(this.btnSetValue_Click);
  478. //
  479. // btnM
  480. //
  481. this.btnM.BackColor = System.Drawing.Color.White;
  482. this.btnM.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  483. this.btnM.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  484. this.btnM.ForeColor = System.Drawing.Color.Black;
  485. this.btnM.Location = new System.Drawing.Point(352, 153);
  486. this.btnM.Margin = new System.Windows.Forms.Padding(4);
  487. this.btnM.Name = "btnM";
  488. this.btnM.Size = new System.Drawing.Size(80, 65);
  489. this.btnM.TabIndex = 614;
  490. this.btnM.Text = "M";
  491. this.btnM.UseVisualStyleBackColor = false;
  492. this.btnM.Click += new System.EventHandler(this.btnSetValue_Click);
  493. //
  494. // btnL
  495. //
  496. this.btnL.BackColor = System.Drawing.Color.White;
  497. this.btnL.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  498. this.btnL.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  499. this.btnL.ForeColor = System.Drawing.Color.Black;
  500. this.btnL.Location = new System.Drawing.Point(266, 153);
  501. this.btnL.Margin = new System.Windows.Forms.Padding(4);
  502. this.btnL.Name = "btnL";
  503. this.btnL.Size = new System.Drawing.Size(80, 65);
  504. this.btnL.TabIndex = 615;
  505. this.btnL.Text = "L";
  506. this.btnL.UseVisualStyleBackColor = false;
  507. this.btnL.Click += new System.EventHandler(this.btnSetValue_Click);
  508. //
  509. // btn3
  510. //
  511. this.btn3.BackColor = System.Drawing.Color.White;
  512. this.btn3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  513. this.btn3.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  514. this.btn3.ForeColor = System.Drawing.Color.Black;
  515. this.btn3.Location = new System.Drawing.Point(953, 83);
  516. this.btn3.Margin = new System.Windows.Forms.Padding(4);
  517. this.btn3.Name = "btn3";
  518. this.btn3.Size = new System.Drawing.Size(80, 65);
  519. this.btn3.TabIndex = 616;
  520. this.btn3.Text = "3";
  521. this.btn3.UseVisualStyleBackColor = false;
  522. this.btn3.Click += new System.EventHandler(this.btnSetValue_Click);
  523. //
  524. // btn2
  525. //
  526. this.btn2.BackColor = System.Drawing.Color.White;
  527. this.btn2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  528. this.btn2.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  529. this.btn2.ForeColor = System.Drawing.Color.Black;
  530. this.btn2.Location = new System.Drawing.Point(867, 83);
  531. this.btn2.Margin = new System.Windows.Forms.Padding(4);
  532. this.btn2.Name = "btn2";
  533. this.btn2.Size = new System.Drawing.Size(80, 65);
  534. this.btn2.TabIndex = 617;
  535. this.btn2.Text = "2";
  536. this.btn2.UseVisualStyleBackColor = false;
  537. this.btn2.Click += new System.EventHandler(this.btnSetValue_Click);
  538. //
  539. // btn1
  540. //
  541. this.btn1.BackColor = System.Drawing.Color.White;
  542. this.btn1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  543. this.btn1.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  544. this.btn1.ForeColor = System.Drawing.Color.Black;
  545. this.btn1.Location = new System.Drawing.Point(780, 82);
  546. this.btn1.Margin = new System.Windows.Forms.Padding(4);
  547. this.btn1.Name = "btn1";
  548. this.btn1.Size = new System.Drawing.Size(80, 65);
  549. this.btn1.TabIndex = 618;
  550. this.btn1.Text = "1";
  551. this.btn1.UseVisualStyleBackColor = false;
  552. this.btn1.Click += new System.EventHandler(this.btnSetValue_Click);
  553. //
  554. // btnI
  555. //
  556. this.btnI.BackColor = System.Drawing.Color.White;
  557. this.btnI.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  558. this.btnI.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  559. this.btnI.ForeColor = System.Drawing.Color.Black;
  560. this.btnI.Location = new System.Drawing.Point(7, 153);
  561. this.btnI.Margin = new System.Windows.Forms.Padding(4);
  562. this.btnI.Name = "btnI";
  563. this.btnI.Size = new System.Drawing.Size(80, 65);
  564. this.btnI.TabIndex = 619;
  565. this.btnI.Text = "I";
  566. this.btnI.UseVisualStyleBackColor = false;
  567. this.btnI.Click += new System.EventHandler(this.btnSetValue_Click);
  568. //
  569. // btnK
  570. //
  571. this.btnK.BackColor = System.Drawing.Color.White;
  572. this.btnK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  573. this.btnK.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  574. this.btnK.ForeColor = System.Drawing.Color.Black;
  575. this.btnK.Location = new System.Drawing.Point(180, 153);
  576. this.btnK.Margin = new System.Windows.Forms.Padding(4);
  577. this.btnK.Name = "btnK";
  578. this.btnK.Size = new System.Drawing.Size(80, 65);
  579. this.btnK.TabIndex = 620;
  580. this.btnK.Text = "K";
  581. this.btnK.UseVisualStyleBackColor = false;
  582. this.btnK.Click += new System.EventHandler(this.btnSetValue_Click);
  583. //
  584. // btn0
  585. //
  586. this.btn0.BackColor = System.Drawing.Color.White;
  587. this.btn0.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  588. this.btn0.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  589. this.btn0.ForeColor = System.Drawing.Color.Black;
  590. this.btn0.Location = new System.Drawing.Point(695, 82);
  591. this.btn0.Margin = new System.Windows.Forms.Padding(4);
  592. this.btn0.Name = "btn0";
  593. this.btn0.Size = new System.Drawing.Size(80, 65);
  594. this.btn0.TabIndex = 621;
  595. this.btn0.Text = "0";
  596. this.btn0.UseVisualStyleBackColor = false;
  597. this.btn0.Click += new System.EventHandler(this.btnSetValue_Click);
  598. //
  599. // btnH
  600. //
  601. this.btnH.BackColor = System.Drawing.Color.White;
  602. this.btnH.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  603. this.btnH.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  604. this.btnH.ForeColor = System.Drawing.Color.Black;
  605. this.btnH.Location = new System.Drawing.Point(610, 82);
  606. this.btnH.Margin = new System.Windows.Forms.Padding(4);
  607. this.btnH.Name = "btnH";
  608. this.btnH.Size = new System.Drawing.Size(80, 65);
  609. this.btnH.TabIndex = 622;
  610. this.btnH.Text = "H";
  611. this.btnH.UseVisualStyleBackColor = false;
  612. this.btnH.Click += new System.EventHandler(this.btnSetValue_Click);
  613. //
  614. // btnG
  615. //
  616. this.btnG.BackColor = System.Drawing.Color.White;
  617. this.btnG.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  618. this.btnG.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  619. this.btnG.ForeColor = System.Drawing.Color.Black;
  620. this.btnG.Location = new System.Drawing.Point(524, 82);
  621. this.btnG.Margin = new System.Windows.Forms.Padding(4);
  622. this.btnG.Name = "btnG";
  623. this.btnG.Size = new System.Drawing.Size(80, 65);
  624. this.btnG.TabIndex = 623;
  625. this.btnG.Text = "G";
  626. this.btnG.UseVisualStyleBackColor = false;
  627. this.btnG.Click += new System.EventHandler(this.btnSetValue_Click);
  628. //
  629. // btnF
  630. //
  631. this.btnF.BackColor = System.Drawing.Color.White;
  632. this.btnF.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  633. this.btnF.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  634. this.btnF.ForeColor = System.Drawing.Color.Black;
  635. this.btnF.Location = new System.Drawing.Point(438, 82);
  636. this.btnF.Margin = new System.Windows.Forms.Padding(4);
  637. this.btnF.Name = "btnF";
  638. this.btnF.Size = new System.Drawing.Size(80, 65);
  639. this.btnF.TabIndex = 624;
  640. this.btnF.Text = "F";
  641. this.btnF.UseVisualStyleBackColor = false;
  642. this.btnF.Click += new System.EventHandler(this.btnSetValue_Click);
  643. //
  644. // btnE
  645. //
  646. this.btnE.BackColor = System.Drawing.Color.White;
  647. this.btnE.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  648. this.btnE.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  649. this.btnE.ForeColor = System.Drawing.Color.Black;
  650. this.btnE.Location = new System.Drawing.Point(352, 82);
  651. this.btnE.Margin = new System.Windows.Forms.Padding(4);
  652. this.btnE.Name = "btnE";
  653. this.btnE.Size = new System.Drawing.Size(80, 65);
  654. this.btnE.TabIndex = 625;
  655. this.btnE.Text = "E";
  656. this.btnE.UseVisualStyleBackColor = false;
  657. this.btnE.Click += new System.EventHandler(this.btnSetValue_Click);
  658. //
  659. // btnD
  660. //
  661. this.btnD.BackColor = System.Drawing.Color.White;
  662. this.btnD.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  663. this.btnD.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  664. this.btnD.ForeColor = System.Drawing.Color.Black;
  665. this.btnD.Location = new System.Drawing.Point(266, 82);
  666. this.btnD.Margin = new System.Windows.Forms.Padding(4);
  667. this.btnD.Name = "btnD";
  668. this.btnD.Size = new System.Drawing.Size(80, 65);
  669. this.btnD.TabIndex = 626;
  670. this.btnD.Text = "D";
  671. this.btnD.UseVisualStyleBackColor = false;
  672. this.btnD.Click += new System.EventHandler(this.btnSetValue_Click);
  673. //
  674. // btnC
  675. //
  676. this.btnC.BackColor = System.Drawing.Color.White;
  677. this.btnC.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  678. this.btnC.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  679. this.btnC.ForeColor = System.Drawing.Color.Black;
  680. this.btnC.Location = new System.Drawing.Point(180, 82);
  681. this.btnC.Margin = new System.Windows.Forms.Padding(4);
  682. this.btnC.Name = "btnC";
  683. this.btnC.Size = new System.Drawing.Size(80, 65);
  684. this.btnC.TabIndex = 627;
  685. this.btnC.Text = "C";
  686. this.btnC.UseVisualStyleBackColor = false;
  687. this.btnC.Click += new System.EventHandler(this.btnSetValue_Click);
  688. //
  689. // btnB
  690. //
  691. this.btnB.BackColor = System.Drawing.Color.White;
  692. this.btnB.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  693. this.btnB.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  694. this.btnB.ForeColor = System.Drawing.Color.Black;
  695. this.btnB.Location = new System.Drawing.Point(94, 82);
  696. this.btnB.Margin = new System.Windows.Forms.Padding(4);
  697. this.btnB.Name = "btnB";
  698. this.btnB.Size = new System.Drawing.Size(80, 65);
  699. this.btnB.TabIndex = 629;
  700. this.btnB.Text = "B";
  701. this.btnB.UseVisualStyleBackColor = false;
  702. this.btnB.Click += new System.EventHandler(this.btnSetValue_Click);
  703. //
  704. // btnA
  705. //
  706. this.btnA.BackColor = System.Drawing.Color.White;
  707. this.btnA.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  708. this.btnA.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  709. this.btnA.ForeColor = System.Drawing.Color.Black;
  710. this.btnA.Location = new System.Drawing.Point(7, 82);
  711. this.btnA.Margin = new System.Windows.Forms.Padding(4);
  712. this.btnA.Name = "btnA";
  713. this.btnA.Size = new System.Drawing.Size(80, 65);
  714. this.btnA.TabIndex = 630;
  715. this.btnA.Text = "A";
  716. this.btnA.UseVisualStyleBackColor = false;
  717. this.btnA.Click += new System.EventHandler(this.btnSetValue_Click);
  718. //
  719. // txtValue
  720. //
  721. this.txtValue.Font = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  722. this.txtValue.Location = new System.Drawing.Point(7, 8);
  723. this.txtValue.Name = "txtValue";
  724. this.txtValue.Size = new System.Drawing.Size(1026, 65);
  725. this.txtValue.TabIndex = 631;
  726. //
  727. // ucLetterNumberKey
  728. //
  729. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  730. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  731. this.Controls.Add(this.txtValue);
  732. this.Controls.Add(this.btnA);
  733. this.Controls.Add(this.btnB);
  734. this.Controls.Add(this.btnC);
  735. this.Controls.Add(this.btnD);
  736. this.Controls.Add(this.btnE);
  737. this.Controls.Add(this.btnF);
  738. this.Controls.Add(this.btnG);
  739. this.Controls.Add(this.btnH);
  740. this.Controls.Add(this.btn0);
  741. this.Controls.Add(this.btnK);
  742. this.Controls.Add(this.btnI);
  743. this.Controls.Add(this.btn1);
  744. this.Controls.Add(this.btn2);
  745. this.Controls.Add(this.btn3);
  746. this.Controls.Add(this.btnL);
  747. this.Controls.Add(this.btnM);
  748. this.Controls.Add(this.btnN);
  749. this.Controls.Add(this.btnO);
  750. this.Controls.Add(this.btnP);
  751. this.Controls.Add(this.btn4);
  752. this.Controls.Add(this.btn5);
  753. this.Controls.Add(this.btn6);
  754. this.Controls.Add(this.btn7);
  755. this.Controls.Add(this.btnQ);
  756. this.Controls.Add(this.btnR);
  757. this.Controls.Add(this.btnS);
  758. this.Controls.Add(this.btnT);
  759. this.Controls.Add(this.btnU);
  760. this.Controls.Add(this.btnV);
  761. this.Controls.Add(this.btnW);
  762. this.Controls.Add(this.btnX);
  763. this.Controls.Add(this.btn8);
  764. this.Controls.Add(this.btn9);
  765. this.Controls.Add(this.btn00);
  766. this.Controls.Add(this.btnSpot);
  767. this.Controls.Add(this.btnY);
  768. this.Controls.Add(this.btnZ);
  769. this.Controls.Add(this.btnLeft);
  770. this.Controls.Add(this.btnRight);
  771. this.Controls.Add(this.btnClean);
  772. this.Controls.Add(this.btnBack);
  773. this.Controls.Add(this.btnSubmit);
  774. this.Controls.Add(this.btnJ);
  775. this.Name = "ucLetterNumberKey";
  776. this.Size = new System.Drawing.Size(1039, 365);
  777. this.ResumeLayout(false);
  778. this.PerformLayout();
  779. }
  780. #endregion
  781. private System.Windows.Forms.Button btnJ;
  782. private System.Windows.Forms.Button btnSubmit;
  783. private System.Windows.Forms.Button btnBack;
  784. private System.Windows.Forms.Button btnClean;
  785. private System.Windows.Forms.Button btnRight;
  786. private System.Windows.Forms.Button btnLeft;
  787. private System.Windows.Forms.Button btnZ;
  788. private System.Windows.Forms.Button btnY;
  789. private System.Windows.Forms.Button btnSpot;
  790. private System.Windows.Forms.Button btn00;
  791. private System.Windows.Forms.Button btn9;
  792. private System.Windows.Forms.Button btn8;
  793. private System.Windows.Forms.Button btnX;
  794. private System.Windows.Forms.Button btnW;
  795. private System.Windows.Forms.Button btnV;
  796. private System.Windows.Forms.Button btnU;
  797. private System.Windows.Forms.Button btnT;
  798. private System.Windows.Forms.Button btnS;
  799. private System.Windows.Forms.Button btnR;
  800. private System.Windows.Forms.Button btnQ;
  801. private System.Windows.Forms.Button btn7;
  802. private System.Windows.Forms.Button btn6;
  803. private System.Windows.Forms.Button btn5;
  804. private System.Windows.Forms.Button btn4;
  805. private System.Windows.Forms.Button btnP;
  806. private System.Windows.Forms.Button btnO;
  807. private System.Windows.Forms.Button btnN;
  808. private System.Windows.Forms.Button btnM;
  809. private System.Windows.Forms.Button btnL;
  810. private System.Windows.Forms.Button btn3;
  811. private System.Windows.Forms.Button btn2;
  812. private System.Windows.Forms.Button btn1;
  813. private System.Windows.Forms.Button btnI;
  814. private System.Windows.Forms.Button btnK;
  815. private System.Windows.Forms.Button btn0;
  816. private System.Windows.Forms.Button btnH;
  817. private System.Windows.Forms.Button btnG;
  818. private System.Windows.Forms.Button btnF;
  819. private System.Windows.Forms.Button btnE;
  820. private System.Windows.Forms.Button btnD;
  821. private System.Windows.Forms.Button btnC;
  822. private System.Windows.Forms.Button btnB;
  823. private System.Windows.Forms.Button btnA;
  824. private System.Windows.Forms.TextBox txtValue;
  825. }
  826. }