ucCarNoKey.Designer.cs 70 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277
  1. namespace MeterModuleLibrary
  2. {
  3. partial class ucCarNoKey
  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.btnA = new System.Windows.Forms.Button();
  30. this.btnB = new System.Windows.Forms.Button();
  31. this.btnC = new System.Windows.Forms.Button();
  32. this.btnD = new System.Windows.Forms.Button();
  33. this.btnE = new System.Windows.Forms.Button();
  34. this.btnF = new System.Windows.Forms.Button();
  35. this.btnG = new System.Windows.Forms.Button();
  36. this.btnH = new System.Windows.Forms.Button();
  37. this.btn0 = new System.Windows.Forms.Button();
  38. this.btnK = new System.Windows.Forms.Button();
  39. this.btn1 = new System.Windows.Forms.Button();
  40. this.btn2 = new System.Windows.Forms.Button();
  41. this.btn3 = new System.Windows.Forms.Button();
  42. this.btnL = new System.Windows.Forms.Button();
  43. this.btnM = new System.Windows.Forms.Button();
  44. this.btnN = new System.Windows.Forms.Button();
  45. this.btnP = new System.Windows.Forms.Button();
  46. this.btn4 = new System.Windows.Forms.Button();
  47. this.btn5 = new System.Windows.Forms.Button();
  48. this.btn6 = new System.Windows.Forms.Button();
  49. this.btn7 = new System.Windows.Forms.Button();
  50. this.btnQ = new System.Windows.Forms.Button();
  51. this.btnR = new System.Windows.Forms.Button();
  52. this.btnS = new System.Windows.Forms.Button();
  53. this.btnT = new System.Windows.Forms.Button();
  54. this.btnU = new System.Windows.Forms.Button();
  55. this.btnV = new System.Windows.Forms.Button();
  56. this.btnW = new System.Windows.Forms.Button();
  57. this.btnX = new System.Windows.Forms.Button();
  58. this.btn8 = new System.Windows.Forms.Button();
  59. this.btn9 = new System.Windows.Forms.Button();
  60. this.btnY = new System.Windows.Forms.Button();
  61. this.btnZ = new System.Windows.Forms.Button();
  62. this.btnLeft = new System.Windows.Forms.Button();
  63. this.btnRight = new System.Windows.Forms.Button();
  64. this.btnClean = new System.Windows.Forms.Button();
  65. this.btnBack = new System.Windows.Forms.Button();
  66. this.btnSubmit = new System.Windows.Forms.Button();
  67. this.btnJ = new System.Windows.Forms.Button();
  68. this.btnjing = new System.Windows.Forms.Button();
  69. this.btnjin = new System.Windows.Forms.Button();
  70. this.btnJi = new System.Windows.Forms.Button();
  71. this.btnJi2 = new System.Windows.Forms.Button();
  72. this.btnHei = new System.Windows.Forms.Button();
  73. this.btnHu = new System.Windows.Forms.Button();
  74. this.btnMing = new System.Windows.Forms.Button();
  75. this.btnGang = new System.Windows.Forms.Button();
  76. this.btnLu = new System.Windows.Forms.Button();
  77. this.btnGui = new System.Windows.Forms.Button();
  78. this.btnQiong = new System.Windows.Forms.Button();
  79. this.btnYu2 = new System.Windows.Forms.Button();
  80. this.btnZang = new System.Windows.Forms.Button();
  81. this.btnGan = new System.Windows.Forms.Button();
  82. this.btnShang = new System.Windows.Forms.Button();
  83. this.btnJin2 = new System.Windows.Forms.Button();
  84. this.btnLiao = new System.Windows.Forms.Button();
  85. this.btnMeng = new System.Windows.Forms.Button();
  86. this.btnSu = new System.Windows.Forms.Button();
  87. this.btnZe = new System.Windows.Forms.Button();
  88. this.btnYuan = new System.Windows.Forms.Button();
  89. this.btnYu = new System.Windows.Forms.Button();
  90. this.btnXiang = new System.Windows.Forms.Button();
  91. this.btnYue = new System.Windows.Forms.Button();
  92. this.btnChuan = new System.Windows.Forms.Button();
  93. this.btnGui2 = new System.Windows.Forms.Button();
  94. this.btnYun = new System.Windows.Forms.Button();
  95. this.btnQing = new System.Windows.Forms.Button();
  96. this.btnNing = new System.Windows.Forms.Button();
  97. this.btnXin = new System.Windows.Forms.Button();
  98. this.txtProvince = new System.Windows.Forms.TextBox();
  99. this.SuspendLayout();
  100. //
  101. // txtValue
  102. //
  103. this.txtValue.Font = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.txtValue.Location = new System.Drawing.Point(178, 5);
  105. this.txtValue.Name = "txtValue";
  106. this.txtValue.Size = new System.Drawing.Size(945, 65);
  107. this.txtValue.TabIndex = 676;
  108. //
  109. // btnA
  110. //
  111. this.btnA.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  112. this.btnA.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  113. this.btnA.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  114. this.btnA.ForeColor = System.Drawing.Color.White;
  115. this.btnA.Location = new System.Drawing.Point(525, 77);
  116. this.btnA.Margin = new System.Windows.Forms.Padding(4);
  117. this.btnA.Name = "btnA";
  118. this.btnA.Size = new System.Drawing.Size(80, 65);
  119. this.btnA.TabIndex = 675;
  120. this.btnA.Text = "A";
  121. this.btnA.UseVisualStyleBackColor = false;
  122. //
  123. // btnB
  124. //
  125. this.btnB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  126. this.btnB.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  127. this.btnB.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  128. this.btnB.ForeColor = System.Drawing.Color.White;
  129. this.btnB.Location = new System.Drawing.Point(612, 77);
  130. this.btnB.Margin = new System.Windows.Forms.Padding(4);
  131. this.btnB.Name = "btnB";
  132. this.btnB.Size = new System.Drawing.Size(80, 65);
  133. this.btnB.TabIndex = 674;
  134. this.btnB.Text = "B";
  135. this.btnB.UseVisualStyleBackColor = false;
  136. //
  137. // btnC
  138. //
  139. this.btnC.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  140. this.btnC.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  141. this.btnC.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  142. this.btnC.ForeColor = System.Drawing.Color.White;
  143. this.btnC.Location = new System.Drawing.Point(698, 77);
  144. this.btnC.Margin = new System.Windows.Forms.Padding(4);
  145. this.btnC.Name = "btnC";
  146. this.btnC.Size = new System.Drawing.Size(80, 65);
  147. this.btnC.TabIndex = 672;
  148. this.btnC.Text = "C";
  149. this.btnC.UseVisualStyleBackColor = false;
  150. //
  151. // btnD
  152. //
  153. this.btnD.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  154. this.btnD.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  155. this.btnD.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  156. this.btnD.ForeColor = System.Drawing.Color.White;
  157. this.btnD.Location = new System.Drawing.Point(784, 77);
  158. this.btnD.Margin = new System.Windows.Forms.Padding(4);
  159. this.btnD.Name = "btnD";
  160. this.btnD.Size = new System.Drawing.Size(80, 65);
  161. this.btnD.TabIndex = 671;
  162. this.btnD.Text = "D";
  163. this.btnD.UseVisualStyleBackColor = false;
  164. //
  165. // btnE
  166. //
  167. this.btnE.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  168. this.btnE.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  169. this.btnE.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  170. this.btnE.ForeColor = System.Drawing.Color.White;
  171. this.btnE.Location = new System.Drawing.Point(870, 77);
  172. this.btnE.Margin = new System.Windows.Forms.Padding(4);
  173. this.btnE.Name = "btnE";
  174. this.btnE.Size = new System.Drawing.Size(80, 65);
  175. this.btnE.TabIndex = 670;
  176. this.btnE.Text = "E";
  177. this.btnE.UseVisualStyleBackColor = false;
  178. //
  179. // btnF
  180. //
  181. this.btnF.BackColor = System.Drawing.Color.White;
  182. this.btnF.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  183. this.btnF.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  184. this.btnF.ForeColor = System.Drawing.Color.Black;
  185. this.btnF.Location = new System.Drawing.Point(525, 147);
  186. this.btnF.Margin = new System.Windows.Forms.Padding(4);
  187. this.btnF.Name = "btnF";
  188. this.btnF.Size = new System.Drawing.Size(80, 65);
  189. this.btnF.TabIndex = 669;
  190. this.btnF.Text = "F";
  191. this.btnF.UseVisualStyleBackColor = false;
  192. //
  193. // btnG
  194. //
  195. this.btnG.BackColor = System.Drawing.Color.White;
  196. this.btnG.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  197. this.btnG.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  198. this.btnG.ForeColor = System.Drawing.Color.Black;
  199. this.btnG.Location = new System.Drawing.Point(611, 148);
  200. this.btnG.Margin = new System.Windows.Forms.Padding(4);
  201. this.btnG.Name = "btnG";
  202. this.btnG.Size = new System.Drawing.Size(80, 65);
  203. this.btnG.TabIndex = 668;
  204. this.btnG.Text = "G";
  205. this.btnG.UseVisualStyleBackColor = false;
  206. //
  207. // btnH
  208. //
  209. this.btnH.BackColor = System.Drawing.Color.White;
  210. this.btnH.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  211. this.btnH.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  212. this.btnH.ForeColor = System.Drawing.Color.Black;
  213. this.btnH.Location = new System.Drawing.Point(698, 147);
  214. this.btnH.Margin = new System.Windows.Forms.Padding(4);
  215. this.btnH.Name = "btnH";
  216. this.btnH.Size = new System.Drawing.Size(80, 65);
  217. this.btnH.TabIndex = 667;
  218. this.btnH.Text = "H";
  219. this.btnH.UseVisualStyleBackColor = false;
  220. //
  221. // btn0
  222. //
  223. this.btn0.BackColor = System.Drawing.Color.White;
  224. this.btn0.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  225. this.btn0.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  226. this.btn0.ForeColor = System.Drawing.Color.Black;
  227. this.btn0.Location = new System.Drawing.Point(958, 77);
  228. this.btn0.Margin = new System.Windows.Forms.Padding(4);
  229. this.btn0.Name = "btn0";
  230. this.btn0.Size = new System.Drawing.Size(80, 65);
  231. this.btn0.TabIndex = 666;
  232. this.btn0.Text = "0";
  233. this.btn0.UseVisualStyleBackColor = false;
  234. //
  235. // btnK
  236. //
  237. this.btnK.BackColor = System.Drawing.Color.White;
  238. this.btnK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  239. this.btnK.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  240. this.btnK.ForeColor = System.Drawing.Color.Black;
  241. this.btnK.Location = new System.Drawing.Point(870, 147);
  242. this.btnK.Margin = new System.Windows.Forms.Padding(4);
  243. this.btnK.Name = "btnK";
  244. this.btnK.Size = new System.Drawing.Size(80, 65);
  245. this.btnK.TabIndex = 665;
  246. this.btnK.Text = "K";
  247. this.btnK.UseVisualStyleBackColor = false;
  248. //
  249. // btn1
  250. //
  251. this.btn1.BackColor = System.Drawing.Color.White;
  252. this.btn1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  253. this.btn1.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  254. this.btn1.ForeColor = System.Drawing.Color.Black;
  255. this.btn1.Location = new System.Drawing.Point(1043, 77);
  256. this.btn1.Margin = new System.Windows.Forms.Padding(4);
  257. this.btn1.Name = "btn1";
  258. this.btn1.Size = new System.Drawing.Size(80, 65);
  259. this.btn1.TabIndex = 663;
  260. this.btn1.Text = "1";
  261. this.btn1.UseVisualStyleBackColor = false;
  262. //
  263. // btn2
  264. //
  265. this.btn2.BackColor = System.Drawing.Color.White;
  266. this.btn2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  267. this.btn2.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  268. this.btn2.ForeColor = System.Drawing.Color.Black;
  269. this.btn2.Location = new System.Drawing.Point(958, 148);
  270. this.btn2.Margin = new System.Windows.Forms.Padding(4);
  271. this.btn2.Name = "btn2";
  272. this.btn2.Size = new System.Drawing.Size(80, 65);
  273. this.btn2.TabIndex = 662;
  274. this.btn2.Text = "2";
  275. this.btn2.UseVisualStyleBackColor = false;
  276. //
  277. // btn3
  278. //
  279. this.btn3.BackColor = System.Drawing.Color.White;
  280. this.btn3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  281. this.btn3.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  282. this.btn3.ForeColor = System.Drawing.Color.Black;
  283. this.btn3.Location = new System.Drawing.Point(1043, 147);
  284. this.btn3.Margin = new System.Windows.Forms.Padding(4);
  285. this.btn3.Name = "btn3";
  286. this.btn3.Size = new System.Drawing.Size(80, 65);
  287. this.btn3.TabIndex = 661;
  288. this.btn3.Text = "3";
  289. this.btn3.UseVisualStyleBackColor = false;
  290. //
  291. // btnL
  292. //
  293. this.btnL.BackColor = System.Drawing.Color.White;
  294. this.btnL.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  295. this.btnL.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  296. this.btnL.ForeColor = System.Drawing.Color.Black;
  297. this.btnL.Location = new System.Drawing.Point(525, 217);
  298. this.btnL.Margin = new System.Windows.Forms.Padding(4);
  299. this.btnL.Name = "btnL";
  300. this.btnL.Size = new System.Drawing.Size(80, 65);
  301. this.btnL.TabIndex = 660;
  302. this.btnL.Text = "L";
  303. this.btnL.UseVisualStyleBackColor = false;
  304. //
  305. // btnM
  306. //
  307. this.btnM.BackColor = System.Drawing.Color.White;
  308. this.btnM.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  309. this.btnM.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  310. this.btnM.ForeColor = System.Drawing.Color.Black;
  311. this.btnM.Location = new System.Drawing.Point(611, 217);
  312. this.btnM.Margin = new System.Windows.Forms.Padding(4);
  313. this.btnM.Name = "btnM";
  314. this.btnM.Size = new System.Drawing.Size(80, 65);
  315. this.btnM.TabIndex = 659;
  316. this.btnM.Text = "M";
  317. this.btnM.UseVisualStyleBackColor = false;
  318. //
  319. // btnN
  320. //
  321. this.btnN.BackColor = System.Drawing.Color.White;
  322. this.btnN.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  323. this.btnN.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  324. this.btnN.ForeColor = System.Drawing.Color.Black;
  325. this.btnN.Location = new System.Drawing.Point(697, 217);
  326. this.btnN.Margin = new System.Windows.Forms.Padding(4);
  327. this.btnN.Name = "btnN";
  328. this.btnN.Size = new System.Drawing.Size(80, 65);
  329. this.btnN.TabIndex = 658;
  330. this.btnN.Text = "N";
  331. this.btnN.UseVisualStyleBackColor = false;
  332. //
  333. // btnP
  334. //
  335. this.btnP.BackColor = System.Drawing.Color.White;
  336. this.btnP.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  337. this.btnP.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  338. this.btnP.ForeColor = System.Drawing.Color.Black;
  339. this.btnP.Location = new System.Drawing.Point(783, 217);
  340. this.btnP.Margin = new System.Windows.Forms.Padding(4);
  341. this.btnP.Name = "btnP";
  342. this.btnP.Size = new System.Drawing.Size(80, 65);
  343. this.btnP.TabIndex = 656;
  344. this.btnP.Text = "P";
  345. this.btnP.UseVisualStyleBackColor = false;
  346. //
  347. // btn4
  348. //
  349. this.btn4.BackColor = System.Drawing.Color.White;
  350. this.btn4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  351. this.btn4.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  352. this.btn4.ForeColor = System.Drawing.Color.Black;
  353. this.btn4.Location = new System.Drawing.Point(958, 217);
  354. this.btn4.Margin = new System.Windows.Forms.Padding(4);
  355. this.btn4.Name = "btn4";
  356. this.btn4.Size = new System.Drawing.Size(80, 65);
  357. this.btn4.TabIndex = 655;
  358. this.btn4.Text = "4";
  359. this.btn4.UseVisualStyleBackColor = false;
  360. //
  361. // btn5
  362. //
  363. this.btn5.BackColor = System.Drawing.Color.White;
  364. this.btn5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  365. this.btn5.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  366. this.btn5.ForeColor = System.Drawing.Color.Black;
  367. this.btn5.Location = new System.Drawing.Point(1043, 217);
  368. this.btn5.Margin = new System.Windows.Forms.Padding(4);
  369. this.btn5.Name = "btn5";
  370. this.btn5.Size = new System.Drawing.Size(80, 65);
  371. this.btn5.TabIndex = 654;
  372. this.btn5.Text = "5";
  373. this.btn5.UseVisualStyleBackColor = false;
  374. //
  375. // btn6
  376. //
  377. this.btn6.BackColor = System.Drawing.Color.White;
  378. this.btn6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  379. this.btn6.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  380. this.btn6.ForeColor = System.Drawing.Color.Black;
  381. this.btn6.Location = new System.Drawing.Point(958, 287);
  382. this.btn6.Margin = new System.Windows.Forms.Padding(4);
  383. this.btn6.Name = "btn6";
  384. this.btn6.Size = new System.Drawing.Size(80, 65);
  385. this.btn6.TabIndex = 653;
  386. this.btn6.Text = "6";
  387. this.btn6.UseVisualStyleBackColor = false;
  388. //
  389. // btn7
  390. //
  391. this.btn7.BackColor = System.Drawing.Color.White;
  392. this.btn7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  393. this.btn7.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  394. this.btn7.ForeColor = System.Drawing.Color.Black;
  395. this.btn7.Location = new System.Drawing.Point(1043, 287);
  396. this.btn7.Margin = new System.Windows.Forms.Padding(4);
  397. this.btn7.Name = "btn7";
  398. this.btn7.Size = new System.Drawing.Size(80, 65);
  399. this.btn7.TabIndex = 652;
  400. this.btn7.Text = "7";
  401. this.btn7.UseVisualStyleBackColor = false;
  402. //
  403. // btnQ
  404. //
  405. this.btnQ.BackColor = System.Drawing.Color.White;
  406. this.btnQ.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  407. this.btnQ.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  408. this.btnQ.ForeColor = System.Drawing.Color.Black;
  409. this.btnQ.Location = new System.Drawing.Point(870, 217);
  410. this.btnQ.Margin = new System.Windows.Forms.Padding(4);
  411. this.btnQ.Name = "btnQ";
  412. this.btnQ.Size = new System.Drawing.Size(80, 65);
  413. this.btnQ.TabIndex = 651;
  414. this.btnQ.Text = "Q";
  415. this.btnQ.UseVisualStyleBackColor = false;
  416. //
  417. // btnR
  418. //
  419. this.btnR.BackColor = System.Drawing.Color.White;
  420. this.btnR.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  421. this.btnR.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  422. this.btnR.ForeColor = System.Drawing.Color.Black;
  423. this.btnR.Location = new System.Drawing.Point(525, 287);
  424. this.btnR.Margin = new System.Windows.Forms.Padding(4);
  425. this.btnR.Name = "btnR";
  426. this.btnR.Size = new System.Drawing.Size(80, 65);
  427. this.btnR.TabIndex = 650;
  428. this.btnR.Text = "R";
  429. this.btnR.UseVisualStyleBackColor = false;
  430. //
  431. // btnS
  432. //
  433. this.btnS.BackColor = System.Drawing.Color.White;
  434. this.btnS.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  435. this.btnS.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  436. this.btnS.ForeColor = System.Drawing.Color.Black;
  437. this.btnS.Location = new System.Drawing.Point(611, 287);
  438. this.btnS.Margin = new System.Windows.Forms.Padding(4);
  439. this.btnS.Name = "btnS";
  440. this.btnS.Size = new System.Drawing.Size(80, 65);
  441. this.btnS.TabIndex = 649;
  442. this.btnS.Text = "S";
  443. this.btnS.UseVisualStyleBackColor = false;
  444. //
  445. // btnT
  446. //
  447. this.btnT.BackColor = System.Drawing.Color.White;
  448. this.btnT.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  449. this.btnT.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  450. this.btnT.ForeColor = System.Drawing.Color.Black;
  451. this.btnT.Location = new System.Drawing.Point(696, 287);
  452. this.btnT.Margin = new System.Windows.Forms.Padding(4);
  453. this.btnT.Name = "btnT";
  454. this.btnT.Size = new System.Drawing.Size(80, 65);
  455. this.btnT.TabIndex = 648;
  456. this.btnT.Text = "T";
  457. this.btnT.UseVisualStyleBackColor = false;
  458. //
  459. // btnU
  460. //
  461. this.btnU.BackColor = System.Drawing.Color.White;
  462. this.btnU.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  463. this.btnU.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  464. this.btnU.ForeColor = System.Drawing.Color.Black;
  465. this.btnU.Location = new System.Drawing.Point(783, 287);
  466. this.btnU.Margin = new System.Windows.Forms.Padding(4);
  467. this.btnU.Name = "btnU";
  468. this.btnU.Size = new System.Drawing.Size(80, 65);
  469. this.btnU.TabIndex = 647;
  470. this.btnU.Text = "U";
  471. this.btnU.UseVisualStyleBackColor = false;
  472. //
  473. // btnV
  474. //
  475. this.btnV.BackColor = System.Drawing.Color.White;
  476. this.btnV.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  477. this.btnV.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  478. this.btnV.ForeColor = System.Drawing.Color.Black;
  479. this.btnV.Location = new System.Drawing.Point(869, 287);
  480. this.btnV.Margin = new System.Windows.Forms.Padding(4);
  481. this.btnV.Name = "btnV";
  482. this.btnV.Size = new System.Drawing.Size(80, 65);
  483. this.btnV.TabIndex = 646;
  484. this.btnV.Text = "V";
  485. this.btnV.UseVisualStyleBackColor = false;
  486. //
  487. // btnW
  488. //
  489. this.btnW.BackColor = System.Drawing.Color.White;
  490. this.btnW.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  491. this.btnW.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  492. this.btnW.ForeColor = System.Drawing.Color.Black;
  493. this.btnW.Location = new System.Drawing.Point(526, 358);
  494. this.btnW.Margin = new System.Windows.Forms.Padding(4);
  495. this.btnW.Name = "btnW";
  496. this.btnW.Size = new System.Drawing.Size(80, 65);
  497. this.btnW.TabIndex = 645;
  498. this.btnW.Text = "W";
  499. this.btnW.UseVisualStyleBackColor = false;
  500. //
  501. // btnX
  502. //
  503. this.btnX.BackColor = System.Drawing.Color.White;
  504. this.btnX.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  505. this.btnX.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  506. this.btnX.ForeColor = System.Drawing.Color.Black;
  507. this.btnX.Location = new System.Drawing.Point(612, 358);
  508. this.btnX.Margin = new System.Windows.Forms.Padding(4);
  509. this.btnX.Name = "btnX";
  510. this.btnX.Size = new System.Drawing.Size(80, 65);
  511. this.btnX.TabIndex = 644;
  512. this.btnX.Text = "X";
  513. this.btnX.UseVisualStyleBackColor = false;
  514. //
  515. // btn8
  516. //
  517. this.btn8.BackColor = System.Drawing.Color.White;
  518. this.btn8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  519. this.btn8.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  520. this.btn8.ForeColor = System.Drawing.Color.Black;
  521. this.btn8.Location = new System.Drawing.Point(958, 358);
  522. this.btn8.Margin = new System.Windows.Forms.Padding(4);
  523. this.btn8.Name = "btn8";
  524. this.btn8.Size = new System.Drawing.Size(80, 65);
  525. this.btn8.TabIndex = 643;
  526. this.btn8.Text = "8";
  527. this.btn8.UseVisualStyleBackColor = false;
  528. //
  529. // btn9
  530. //
  531. this.btn9.BackColor = System.Drawing.Color.White;
  532. this.btn9.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  533. this.btn9.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  534. this.btn9.ForeColor = System.Drawing.Color.Black;
  535. this.btn9.Location = new System.Drawing.Point(1043, 358);
  536. this.btn9.Margin = new System.Windows.Forms.Padding(4);
  537. this.btn9.Name = "btn9";
  538. this.btn9.Size = new System.Drawing.Size(80, 65);
  539. this.btn9.TabIndex = 642;
  540. this.btn9.Text = "9";
  541. this.btn9.UseVisualStyleBackColor = false;
  542. //
  543. // btnY
  544. //
  545. this.btnY.BackColor = System.Drawing.Color.White;
  546. this.btnY.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  547. this.btnY.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  548. this.btnY.ForeColor = System.Drawing.Color.Black;
  549. this.btnY.Location = new System.Drawing.Point(696, 358);
  550. this.btnY.Margin = new System.Windows.Forms.Padding(4);
  551. this.btnY.Name = "btnY";
  552. this.btnY.Size = new System.Drawing.Size(80, 65);
  553. this.btnY.TabIndex = 639;
  554. this.btnY.Text = "Y";
  555. this.btnY.UseVisualStyleBackColor = false;
  556. //
  557. // btnZ
  558. //
  559. this.btnZ.BackColor = System.Drawing.Color.White;
  560. this.btnZ.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  561. this.btnZ.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  562. this.btnZ.ForeColor = System.Drawing.Color.Black;
  563. this.btnZ.Location = new System.Drawing.Point(783, 358);
  564. this.btnZ.Margin = new System.Windows.Forms.Padding(4);
  565. this.btnZ.Name = "btnZ";
  566. this.btnZ.Size = new System.Drawing.Size(80, 65);
  567. this.btnZ.TabIndex = 638;
  568. this.btnZ.Text = "Z";
  569. this.btnZ.UseVisualStyleBackColor = false;
  570. //
  571. // btnLeft
  572. //
  573. this.btnLeft.BackColor = System.Drawing.Color.DodgerBlue;
  574. this.btnLeft.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  575. this.btnLeft.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  576. this.btnLeft.ForeColor = System.Drawing.Color.White;
  577. this.btnLeft.Location = new System.Drawing.Point(9, 449);
  578. this.btnLeft.Margin = new System.Windows.Forms.Padding(4);
  579. this.btnLeft.Name = "btnLeft";
  580. this.btnLeft.Size = new System.Drawing.Size(164, 65);
  581. this.btnLeft.TabIndex = 637;
  582. this.btnLeft.Text = "左移";
  583. this.btnLeft.UseVisualStyleBackColor = false;
  584. this.btnLeft.Click += new System.EventHandler(this.btnLeft_Click);
  585. //
  586. // btnRight
  587. //
  588. this.btnRight.BackColor = System.Drawing.Color.DodgerBlue;
  589. this.btnRight.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  590. this.btnRight.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  591. this.btnRight.ForeColor = System.Drawing.Color.White;
  592. this.btnRight.Location = new System.Drawing.Point(181, 449);
  593. this.btnRight.Margin = new System.Windows.Forms.Padding(4);
  594. this.btnRight.Name = "btnRight";
  595. this.btnRight.Size = new System.Drawing.Size(164, 65);
  596. this.btnRight.TabIndex = 636;
  597. this.btnRight.Text = "右移";
  598. this.btnRight.UseVisualStyleBackColor = false;
  599. this.btnRight.Click += new System.EventHandler(this.btnRight_Click);
  600. //
  601. // btnClean
  602. //
  603. this.btnClean.BackColor = System.Drawing.Color.DodgerBlue;
  604. this.btnClean.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  605. this.btnClean.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  606. this.btnClean.ForeColor = System.Drawing.Color.White;
  607. this.btnClean.Location = new System.Drawing.Point(528, 449);
  608. this.btnClean.Margin = new System.Windows.Forms.Padding(4);
  609. this.btnClean.Name = "btnClean";
  610. this.btnClean.Size = new System.Drawing.Size(164, 65);
  611. this.btnClean.TabIndex = 635;
  612. this.btnClean.Text = "清空";
  613. this.btnClean.UseVisualStyleBackColor = false;
  614. this.btnClean.Click += new System.EventHandler(this.btnClean_Click);
  615. //
  616. // btnBack
  617. //
  618. this.btnBack.BackColor = System.Drawing.Color.DodgerBlue;
  619. this.btnBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  620. this.btnBack.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  621. this.btnBack.ForeColor = System.Drawing.Color.White;
  622. this.btnBack.Location = new System.Drawing.Point(354, 449);
  623. this.btnBack.Margin = new System.Windows.Forms.Padding(4);
  624. this.btnBack.Name = "btnBack";
  625. this.btnBack.Size = new System.Drawing.Size(163, 65);
  626. this.btnBack.TabIndex = 634;
  627. this.btnBack.Text = "回退";
  628. this.btnBack.UseVisualStyleBackColor = false;
  629. this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
  630. //
  631. // btnSubmit
  632. //
  633. this.btnSubmit.BackColor = System.Drawing.Color.MediumSeaGreen;
  634. this.btnSubmit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  635. this.btnSubmit.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  636. this.btnSubmit.ForeColor = System.Drawing.Color.White;
  637. this.btnSubmit.Location = new System.Drawing.Point(958, 449);
  638. this.btnSubmit.Margin = new System.Windows.Forms.Padding(4);
  639. this.btnSubmit.Name = "btnSubmit";
  640. this.btnSubmit.Size = new System.Drawing.Size(166, 65);
  641. this.btnSubmit.TabIndex = 633;
  642. this.btnSubmit.Text = "确认";
  643. this.btnSubmit.UseVisualStyleBackColor = false;
  644. this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
  645. //
  646. // btnJ
  647. //
  648. this.btnJ.BackColor = System.Drawing.Color.White;
  649. this.btnJ.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  650. this.btnJ.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  651. this.btnJ.ForeColor = System.Drawing.Color.Black;
  652. this.btnJ.Location = new System.Drawing.Point(784, 147);
  653. this.btnJ.Margin = new System.Windows.Forms.Padding(4);
  654. this.btnJ.Name = "btnJ";
  655. this.btnJ.Size = new System.Drawing.Size(80, 65);
  656. this.btnJ.TabIndex = 632;
  657. this.btnJ.Text = "J";
  658. this.btnJ.UseVisualStyleBackColor = false;
  659. //
  660. // btnjing
  661. //
  662. this.btnjing.BackColor = System.Drawing.Color.White;
  663. this.btnjing.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  664. this.btnjing.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  665. this.btnjing.ForeColor = System.Drawing.Color.Black;
  666. this.btnjing.Location = new System.Drawing.Point(5, 77);
  667. this.btnjing.Margin = new System.Windows.Forms.Padding(4);
  668. this.btnjing.Name = "btnjing";
  669. this.btnjing.Size = new System.Drawing.Size(80, 65);
  670. this.btnjing.TabIndex = 691;
  671. this.btnjing.Text = "京";
  672. this.btnjing.UseVisualStyleBackColor = false;
  673. this.btnjing.Click += new System.EventHandler(this.btnProvince_Click);
  674. //
  675. // btnjin
  676. //
  677. this.btnjin.BackColor = System.Drawing.Color.White;
  678. this.btnjin.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  679. this.btnjin.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  680. this.btnjin.ForeColor = System.Drawing.Color.Black;
  681. this.btnjin.Location = new System.Drawing.Point(92, 77);
  682. this.btnjin.Margin = new System.Windows.Forms.Padding(4);
  683. this.btnjin.Name = "btnjin";
  684. this.btnjin.Size = new System.Drawing.Size(80, 65);
  685. this.btnjin.TabIndex = 690;
  686. this.btnjin.Text = "津";
  687. this.btnjin.UseVisualStyleBackColor = false;
  688. this.btnjin.Click += new System.EventHandler(this.btnProvince_Click);
  689. //
  690. // btnJi
  691. //
  692. this.btnJi.BackColor = System.Drawing.Color.White;
  693. this.btnJi.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  694. this.btnJi.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  695. this.btnJi.ForeColor = System.Drawing.Color.Black;
  696. this.btnJi.Location = new System.Drawing.Point(178, 77);
  697. this.btnJi.Margin = new System.Windows.Forms.Padding(4);
  698. this.btnJi.Name = "btnJi";
  699. this.btnJi.Size = new System.Drawing.Size(80, 65);
  700. this.btnJi.TabIndex = 689;
  701. this.btnJi.Text = "冀";
  702. this.btnJi.UseVisualStyleBackColor = false;
  703. this.btnJi.Click += new System.EventHandler(this.btnProvince_Click);
  704. //
  705. // btnJi2
  706. //
  707. this.btnJi2.BackColor = System.Drawing.Color.White;
  708. this.btnJi2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  709. this.btnJi2.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  710. this.btnJi2.ForeColor = System.Drawing.Color.Black;
  711. this.btnJi2.Location = new System.Drawing.Point(5, 147);
  712. this.btnJi2.Margin = new System.Windows.Forms.Padding(4);
  713. this.btnJi2.Name = "btnJi2";
  714. this.btnJi2.Size = new System.Drawing.Size(80, 65);
  715. this.btnJi2.TabIndex = 688;
  716. this.btnJi2.Text = "吉";
  717. this.btnJi2.UseVisualStyleBackColor = false;
  718. this.btnJi2.Click += new System.EventHandler(this.btnProvince_Click);
  719. //
  720. // btnHei
  721. //
  722. this.btnHei.BackColor = System.Drawing.Color.White;
  723. this.btnHei.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  724. this.btnHei.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  725. this.btnHei.ForeColor = System.Drawing.Color.Black;
  726. this.btnHei.Location = new System.Drawing.Point(91, 148);
  727. this.btnHei.Margin = new System.Windows.Forms.Padding(4);
  728. this.btnHei.Name = "btnHei";
  729. this.btnHei.Size = new System.Drawing.Size(80, 65);
  730. this.btnHei.TabIndex = 687;
  731. this.btnHei.Text = "黑";
  732. this.btnHei.UseVisualStyleBackColor = false;
  733. this.btnHei.Click += new System.EventHandler(this.btnProvince_Click);
  734. //
  735. // btnHu
  736. //
  737. this.btnHu.BackColor = System.Drawing.Color.White;
  738. this.btnHu.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  739. this.btnHu.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  740. this.btnHu.ForeColor = System.Drawing.Color.Black;
  741. this.btnHu.Location = new System.Drawing.Point(178, 147);
  742. this.btnHu.Margin = new System.Windows.Forms.Padding(4);
  743. this.btnHu.Name = "btnHu";
  744. this.btnHu.Size = new System.Drawing.Size(80, 65);
  745. this.btnHu.TabIndex = 686;
  746. this.btnHu.Text = "沪";
  747. this.btnHu.UseVisualStyleBackColor = false;
  748. this.btnHu.Click += new System.EventHandler(this.btnProvince_Click);
  749. //
  750. // btnMing
  751. //
  752. this.btnMing.BackColor = System.Drawing.Color.White;
  753. this.btnMing.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  754. this.btnMing.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  755. this.btnMing.ForeColor = System.Drawing.Color.Black;
  756. this.btnMing.Location = new System.Drawing.Point(5, 217);
  757. this.btnMing.Margin = new System.Windows.Forms.Padding(4);
  758. this.btnMing.Name = "btnMing";
  759. this.btnMing.Size = new System.Drawing.Size(80, 65);
  760. this.btnMing.TabIndex = 685;
  761. this.btnMing.Text = "闽";
  762. this.btnMing.UseVisualStyleBackColor = false;
  763. this.btnMing.Click += new System.EventHandler(this.btnProvince_Click);
  764. //
  765. // btnGang
  766. //
  767. this.btnGang.BackColor = System.Drawing.Color.White;
  768. this.btnGang.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  769. this.btnGang.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  770. this.btnGang.ForeColor = System.Drawing.Color.Black;
  771. this.btnGang.Location = new System.Drawing.Point(91, 217);
  772. this.btnGang.Margin = new System.Windows.Forms.Padding(4);
  773. this.btnGang.Name = "btnGang";
  774. this.btnGang.Size = new System.Drawing.Size(80, 65);
  775. this.btnGang.TabIndex = 684;
  776. this.btnGang.Text = "赣";
  777. this.btnGang.UseVisualStyleBackColor = false;
  778. this.btnGang.Click += new System.EventHandler(this.btnProvince_Click);
  779. //
  780. // btnLu
  781. //
  782. this.btnLu.BackColor = System.Drawing.Color.White;
  783. this.btnLu.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  784. this.btnLu.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  785. this.btnLu.ForeColor = System.Drawing.Color.Black;
  786. this.btnLu.Location = new System.Drawing.Point(177, 217);
  787. this.btnLu.Margin = new System.Windows.Forms.Padding(4);
  788. this.btnLu.Name = "btnLu";
  789. this.btnLu.Size = new System.Drawing.Size(80, 65);
  790. this.btnLu.TabIndex = 683;
  791. this.btnLu.Text = "鲁";
  792. this.btnLu.UseVisualStyleBackColor = false;
  793. this.btnLu.Click += new System.EventHandler(this.btnProvince_Click);
  794. //
  795. // btnGui
  796. //
  797. this.btnGui.BackColor = System.Drawing.Color.White;
  798. this.btnGui.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  799. this.btnGui.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  800. this.btnGui.ForeColor = System.Drawing.Color.Black;
  801. this.btnGui.Location = new System.Drawing.Point(5, 287);
  802. this.btnGui.Margin = new System.Windows.Forms.Padding(4);
  803. this.btnGui.Name = "btnGui";
  804. this.btnGui.Size = new System.Drawing.Size(80, 65);
  805. this.btnGui.TabIndex = 682;
  806. this.btnGui.Text = "桂";
  807. this.btnGui.UseVisualStyleBackColor = false;
  808. this.btnGui.Click += new System.EventHandler(this.btnProvince_Click);
  809. //
  810. // btnQiong
  811. //
  812. this.btnQiong.BackColor = System.Drawing.Color.White;
  813. this.btnQiong.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  814. this.btnQiong.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  815. this.btnQiong.ForeColor = System.Drawing.Color.Black;
  816. this.btnQiong.Location = new System.Drawing.Point(91, 287);
  817. this.btnQiong.Margin = new System.Windows.Forms.Padding(4);
  818. this.btnQiong.Name = "btnQiong";
  819. this.btnQiong.Size = new System.Drawing.Size(80, 65);
  820. this.btnQiong.TabIndex = 681;
  821. this.btnQiong.Text = "琼";
  822. this.btnQiong.UseVisualStyleBackColor = false;
  823. this.btnQiong.Click += new System.EventHandler(this.btnProvince_Click);
  824. //
  825. // btnYu2
  826. //
  827. this.btnYu2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  828. this.btnYu2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  829. this.btnYu2.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  830. this.btnYu2.ForeColor = System.Drawing.Color.White;
  831. this.btnYu2.Location = new System.Drawing.Point(176, 287);
  832. this.btnYu2.Margin = new System.Windows.Forms.Padding(4);
  833. this.btnYu2.Name = "btnYu2";
  834. this.btnYu2.Size = new System.Drawing.Size(80, 65);
  835. this.btnYu2.TabIndex = 680;
  836. this.btnYu2.Text = "渝";
  837. this.btnYu2.UseVisualStyleBackColor = false;
  838. this.btnYu2.Click += new System.EventHandler(this.btnProvince_Click);
  839. //
  840. // btnZang
  841. //
  842. this.btnZang.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  843. this.btnZang.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  844. this.btnZang.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  845. this.btnZang.ForeColor = System.Drawing.Color.White;
  846. this.btnZang.Location = new System.Drawing.Point(6, 358);
  847. this.btnZang.Margin = new System.Windows.Forms.Padding(4);
  848. this.btnZang.Name = "btnZang";
  849. this.btnZang.Size = new System.Drawing.Size(80, 65);
  850. this.btnZang.TabIndex = 679;
  851. this.btnZang.Text = "藏";
  852. this.btnZang.UseVisualStyleBackColor = false;
  853. this.btnZang.Click += new System.EventHandler(this.btnProvince_Click);
  854. //
  855. // btnGan
  856. //
  857. this.btnGan.BackColor = System.Drawing.Color.Yellow;
  858. this.btnGan.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  859. this.btnGan.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  860. this.btnGan.ForeColor = System.Drawing.Color.Black;
  861. this.btnGan.Location = new System.Drawing.Point(92, 358);
  862. this.btnGan.Margin = new System.Windows.Forms.Padding(4);
  863. this.btnGan.Name = "btnGan";
  864. this.btnGan.Size = new System.Drawing.Size(80, 65);
  865. this.btnGan.TabIndex = 678;
  866. this.btnGan.Text = "甘";
  867. this.btnGan.UseVisualStyleBackColor = false;
  868. this.btnGan.Click += new System.EventHandler(this.btnProvince_Click);
  869. //
  870. // btnShang
  871. //
  872. this.btnShang.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  873. this.btnShang.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  874. this.btnShang.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  875. this.btnShang.ForeColor = System.Drawing.Color.White;
  876. this.btnShang.Location = new System.Drawing.Point(176, 358);
  877. this.btnShang.Margin = new System.Windows.Forms.Padding(4);
  878. this.btnShang.Name = "btnShang";
  879. this.btnShang.Size = new System.Drawing.Size(80, 65);
  880. this.btnShang.TabIndex = 677;
  881. this.btnShang.Text = "陕";
  882. this.btnShang.UseVisualStyleBackColor = false;
  883. this.btnShang.Click += new System.EventHandler(this.btnProvince_Click);
  884. //
  885. // btnJin2
  886. //
  887. this.btnJin2.BackColor = System.Drawing.Color.White;
  888. this.btnJin2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  889. this.btnJin2.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  890. this.btnJin2.ForeColor = System.Drawing.Color.Black;
  891. this.btnJin2.Location = new System.Drawing.Point(264, 77);
  892. this.btnJin2.Margin = new System.Windows.Forms.Padding(4);
  893. this.btnJin2.Name = "btnJin2";
  894. this.btnJin2.Size = new System.Drawing.Size(80, 65);
  895. this.btnJin2.TabIndex = 706;
  896. this.btnJin2.Text = "晋";
  897. this.btnJin2.UseVisualStyleBackColor = false;
  898. this.btnJin2.Click += new System.EventHandler(this.btnProvince_Click);
  899. //
  900. // btnLiao
  901. //
  902. this.btnLiao.BackColor = System.Drawing.Color.White;
  903. this.btnLiao.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  904. this.btnLiao.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  905. this.btnLiao.ForeColor = System.Drawing.Color.Black;
  906. this.btnLiao.Location = new System.Drawing.Point(436, 77);
  907. this.btnLiao.Margin = new System.Windows.Forms.Padding(4);
  908. this.btnLiao.Name = "btnLiao";
  909. this.btnLiao.Size = new System.Drawing.Size(80, 65);
  910. this.btnLiao.TabIndex = 705;
  911. this.btnLiao.Text = "辽";
  912. this.btnLiao.UseVisualStyleBackColor = false;
  913. this.btnLiao.Click += new System.EventHandler(this.btnProvince_Click);
  914. //
  915. // btnMeng
  916. //
  917. this.btnMeng.BackColor = System.Drawing.Color.White;
  918. this.btnMeng.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  919. this.btnMeng.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  920. this.btnMeng.ForeColor = System.Drawing.Color.Black;
  921. this.btnMeng.Location = new System.Drawing.Point(351, 77);
  922. this.btnMeng.Margin = new System.Windows.Forms.Padding(4);
  923. this.btnMeng.Name = "btnMeng";
  924. this.btnMeng.Size = new System.Drawing.Size(80, 65);
  925. this.btnMeng.TabIndex = 704;
  926. this.btnMeng.Text = "蒙";
  927. this.btnMeng.UseVisualStyleBackColor = false;
  928. this.btnMeng.Click += new System.EventHandler(this.btnProvince_Click);
  929. //
  930. // btnSu
  931. //
  932. this.btnSu.BackColor = System.Drawing.Color.White;
  933. this.btnSu.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  934. this.btnSu.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  935. this.btnSu.ForeColor = System.Drawing.Color.Black;
  936. this.btnSu.Location = new System.Drawing.Point(264, 147);
  937. this.btnSu.Margin = new System.Windows.Forms.Padding(4);
  938. this.btnSu.Name = "btnSu";
  939. this.btnSu.Size = new System.Drawing.Size(80, 65);
  940. this.btnSu.TabIndex = 703;
  941. this.btnSu.Text = "苏";
  942. this.btnSu.UseVisualStyleBackColor = false;
  943. this.btnSu.Click += new System.EventHandler(this.btnProvince_Click);
  944. //
  945. // btnZe
  946. //
  947. this.btnZe.BackColor = System.Drawing.Color.White;
  948. this.btnZe.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  949. this.btnZe.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  950. this.btnZe.ForeColor = System.Drawing.Color.Black;
  951. this.btnZe.Location = new System.Drawing.Point(350, 148);
  952. this.btnZe.Margin = new System.Windows.Forms.Padding(4);
  953. this.btnZe.Name = "btnZe";
  954. this.btnZe.Size = new System.Drawing.Size(80, 65);
  955. this.btnZe.TabIndex = 702;
  956. this.btnZe.Text = "浙";
  957. this.btnZe.UseVisualStyleBackColor = false;
  958. this.btnZe.Click += new System.EventHandler(this.btnProvince_Click);
  959. //
  960. // btnYuan
  961. //
  962. this.btnYuan.BackColor = System.Drawing.Color.White;
  963. this.btnYuan.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  964. this.btnYuan.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  965. this.btnYuan.ForeColor = System.Drawing.Color.Black;
  966. this.btnYuan.Location = new System.Drawing.Point(437, 147);
  967. this.btnYuan.Margin = new System.Windows.Forms.Padding(4);
  968. this.btnYuan.Name = "btnYuan";
  969. this.btnYuan.Size = new System.Drawing.Size(80, 65);
  970. this.btnYuan.TabIndex = 701;
  971. this.btnYuan.Text = "皖";
  972. this.btnYuan.UseVisualStyleBackColor = false;
  973. this.btnYuan.Click += new System.EventHandler(this.btnProvince_Click);
  974. //
  975. // btnYu
  976. //
  977. this.btnYu.BackColor = System.Drawing.Color.White;
  978. this.btnYu.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  979. this.btnYu.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  980. this.btnYu.ForeColor = System.Drawing.Color.Black;
  981. this.btnYu.Location = new System.Drawing.Point(264, 217);
  982. this.btnYu.Margin = new System.Windows.Forms.Padding(4);
  983. this.btnYu.Name = "btnYu";
  984. this.btnYu.Size = new System.Drawing.Size(80, 65);
  985. this.btnYu.TabIndex = 700;
  986. this.btnYu.Text = "豫";
  987. this.btnYu.UseVisualStyleBackColor = false;
  988. this.btnYu.Click += new System.EventHandler(this.btnProvince_Click);
  989. //
  990. // btnXiang
  991. //
  992. this.btnXiang.BackColor = System.Drawing.Color.White;
  993. this.btnXiang.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  994. this.btnXiang.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  995. this.btnXiang.ForeColor = System.Drawing.Color.Black;
  996. this.btnXiang.Location = new System.Drawing.Point(350, 217);
  997. this.btnXiang.Margin = new System.Windows.Forms.Padding(4);
  998. this.btnXiang.Name = "btnXiang";
  999. this.btnXiang.Size = new System.Drawing.Size(80, 65);
  1000. this.btnXiang.TabIndex = 699;
  1001. this.btnXiang.Text = "湘";
  1002. this.btnXiang.UseVisualStyleBackColor = false;
  1003. this.btnXiang.Click += new System.EventHandler(this.btnProvince_Click);
  1004. //
  1005. // btnYue
  1006. //
  1007. this.btnYue.BackColor = System.Drawing.Color.White;
  1008. this.btnYue.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1009. this.btnYue.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  1010. this.btnYue.ForeColor = System.Drawing.Color.Black;
  1011. this.btnYue.Location = new System.Drawing.Point(436, 217);
  1012. this.btnYue.Margin = new System.Windows.Forms.Padding(4);
  1013. this.btnYue.Name = "btnYue";
  1014. this.btnYue.Size = new System.Drawing.Size(80, 65);
  1015. this.btnYue.TabIndex = 698;
  1016. this.btnYue.Text = "粤";
  1017. this.btnYue.UseVisualStyleBackColor = false;
  1018. this.btnYue.Click += new System.EventHandler(this.btnProvince_Click);
  1019. //
  1020. // btnChuan
  1021. //
  1022. this.btnChuan.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  1023. this.btnChuan.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1024. this.btnChuan.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  1025. this.btnChuan.ForeColor = System.Drawing.Color.White;
  1026. this.btnChuan.Location = new System.Drawing.Point(264, 287);
  1027. this.btnChuan.Margin = new System.Windows.Forms.Padding(4);
  1028. this.btnChuan.Name = "btnChuan";
  1029. this.btnChuan.Size = new System.Drawing.Size(80, 65);
  1030. this.btnChuan.TabIndex = 697;
  1031. this.btnChuan.Text = "川";
  1032. this.btnChuan.UseVisualStyleBackColor = false;
  1033. this.btnChuan.Click += new System.EventHandler(this.btnProvince_Click);
  1034. //
  1035. // btnGui2
  1036. //
  1037. this.btnGui2.BackColor = System.Drawing.Color.White;
  1038. this.btnGui2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1039. this.btnGui2.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  1040. this.btnGui2.ForeColor = System.Drawing.Color.Black;
  1041. this.btnGui2.Location = new System.Drawing.Point(350, 287);
  1042. this.btnGui2.Margin = new System.Windows.Forms.Padding(4);
  1043. this.btnGui2.Name = "btnGui2";
  1044. this.btnGui2.Size = new System.Drawing.Size(80, 65);
  1045. this.btnGui2.TabIndex = 696;
  1046. this.btnGui2.Text = "贵";
  1047. this.btnGui2.UseVisualStyleBackColor = false;
  1048. this.btnGui2.Click += new System.EventHandler(this.btnProvince_Click);
  1049. //
  1050. // btnYun
  1051. //
  1052. this.btnYun.BackColor = System.Drawing.Color.White;
  1053. this.btnYun.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1054. this.btnYun.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  1055. this.btnYun.ForeColor = System.Drawing.Color.Black;
  1056. this.btnYun.Location = new System.Drawing.Point(435, 287);
  1057. this.btnYun.Margin = new System.Windows.Forms.Padding(4);
  1058. this.btnYun.Name = "btnYun";
  1059. this.btnYun.Size = new System.Drawing.Size(80, 65);
  1060. this.btnYun.TabIndex = 695;
  1061. this.btnYun.Text = "云";
  1062. this.btnYun.UseVisualStyleBackColor = false;
  1063. this.btnYun.Click += new System.EventHandler(this.btnProvince_Click);
  1064. //
  1065. // btnQing
  1066. //
  1067. this.btnQing.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  1068. this.btnQing.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1069. this.btnQing.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  1070. this.btnQing.ForeColor = System.Drawing.Color.White;
  1071. this.btnQing.Location = new System.Drawing.Point(265, 358);
  1072. this.btnQing.Margin = new System.Windows.Forms.Padding(4);
  1073. this.btnQing.Name = "btnQing";
  1074. this.btnQing.Size = new System.Drawing.Size(80, 65);
  1075. this.btnQing.TabIndex = 694;
  1076. this.btnQing.Text = "青";
  1077. this.btnQing.UseVisualStyleBackColor = false;
  1078. this.btnQing.Click += new System.EventHandler(this.btnProvince_Click);
  1079. //
  1080. // btnNing
  1081. //
  1082. this.btnNing.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  1083. this.btnNing.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1084. this.btnNing.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  1085. this.btnNing.ForeColor = System.Drawing.Color.White;
  1086. this.btnNing.Location = new System.Drawing.Point(351, 358);
  1087. this.btnNing.Margin = new System.Windows.Forms.Padding(4);
  1088. this.btnNing.Name = "btnNing";
  1089. this.btnNing.Size = new System.Drawing.Size(80, 65);
  1090. this.btnNing.TabIndex = 693;
  1091. this.btnNing.Text = "宁";
  1092. this.btnNing.UseVisualStyleBackColor = false;
  1093. this.btnNing.Click += new System.EventHandler(this.btnProvince_Click);
  1094. //
  1095. // btnXin
  1096. //
  1097. this.btnXin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  1098. this.btnXin.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1099. this.btnXin.Font = new System.Drawing.Font("楷体", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  1100. this.btnXin.ForeColor = System.Drawing.Color.White;
  1101. this.btnXin.Location = new System.Drawing.Point(435, 358);
  1102. this.btnXin.Margin = new System.Windows.Forms.Padding(4);
  1103. this.btnXin.Name = "btnXin";
  1104. this.btnXin.Size = new System.Drawing.Size(80, 65);
  1105. this.btnXin.TabIndex = 692;
  1106. this.btnXin.Text = "新";
  1107. this.btnXin.UseVisualStyleBackColor = false;
  1108. this.btnXin.Click += new System.EventHandler(this.btnProvince_Click);
  1109. //
  1110. // txtProvince
  1111. //
  1112. this.txtProvince.Font = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1113. this.txtProvince.Location = new System.Drawing.Point(5, 6);
  1114. this.txtProvince.Name = "txtProvince";
  1115. this.txtProvince.Size = new System.Drawing.Size(168, 65);
  1116. this.txtProvince.TabIndex = 707;
  1117. //
  1118. // ucCarNoKey
  1119. //
  1120. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  1121. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1122. this.Controls.Add(this.txtProvince);
  1123. this.Controls.Add(this.btnJin2);
  1124. this.Controls.Add(this.btnLiao);
  1125. this.Controls.Add(this.btnMeng);
  1126. this.Controls.Add(this.btnSu);
  1127. this.Controls.Add(this.btnZe);
  1128. this.Controls.Add(this.btnYuan);
  1129. this.Controls.Add(this.btnYu);
  1130. this.Controls.Add(this.btnXiang);
  1131. this.Controls.Add(this.btnYue);
  1132. this.Controls.Add(this.btnChuan);
  1133. this.Controls.Add(this.btnGui2);
  1134. this.Controls.Add(this.btnYun);
  1135. this.Controls.Add(this.btnQing);
  1136. this.Controls.Add(this.btnNing);
  1137. this.Controls.Add(this.btnXin);
  1138. this.Controls.Add(this.btnjing);
  1139. this.Controls.Add(this.btnjin);
  1140. this.Controls.Add(this.btnJi);
  1141. this.Controls.Add(this.btnJi2);
  1142. this.Controls.Add(this.btnHei);
  1143. this.Controls.Add(this.btnHu);
  1144. this.Controls.Add(this.btnMing);
  1145. this.Controls.Add(this.btnGang);
  1146. this.Controls.Add(this.btnLu);
  1147. this.Controls.Add(this.btnGui);
  1148. this.Controls.Add(this.btnQiong);
  1149. this.Controls.Add(this.btnYu2);
  1150. this.Controls.Add(this.btnZang);
  1151. this.Controls.Add(this.btnGan);
  1152. this.Controls.Add(this.btnShang);
  1153. this.Controls.Add(this.txtValue);
  1154. this.Controls.Add(this.btnA);
  1155. this.Controls.Add(this.btnB);
  1156. this.Controls.Add(this.btnC);
  1157. this.Controls.Add(this.btnD);
  1158. this.Controls.Add(this.btnE);
  1159. this.Controls.Add(this.btnF);
  1160. this.Controls.Add(this.btnG);
  1161. this.Controls.Add(this.btnH);
  1162. this.Controls.Add(this.btn0);
  1163. this.Controls.Add(this.btnK);
  1164. this.Controls.Add(this.btn1);
  1165. this.Controls.Add(this.btn2);
  1166. this.Controls.Add(this.btn3);
  1167. this.Controls.Add(this.btnL);
  1168. this.Controls.Add(this.btnM);
  1169. this.Controls.Add(this.btnN);
  1170. this.Controls.Add(this.btnP);
  1171. this.Controls.Add(this.btn4);
  1172. this.Controls.Add(this.btn5);
  1173. this.Controls.Add(this.btn6);
  1174. this.Controls.Add(this.btn7);
  1175. this.Controls.Add(this.btnQ);
  1176. this.Controls.Add(this.btnR);
  1177. this.Controls.Add(this.btnS);
  1178. this.Controls.Add(this.btnT);
  1179. this.Controls.Add(this.btnU);
  1180. this.Controls.Add(this.btnV);
  1181. this.Controls.Add(this.btnW);
  1182. this.Controls.Add(this.btnX);
  1183. this.Controls.Add(this.btn8);
  1184. this.Controls.Add(this.btn9);
  1185. this.Controls.Add(this.btnY);
  1186. this.Controls.Add(this.btnZ);
  1187. this.Controls.Add(this.btnLeft);
  1188. this.Controls.Add(this.btnRight);
  1189. this.Controls.Add(this.btnClean);
  1190. this.Controls.Add(this.btnBack);
  1191. this.Controls.Add(this.btnSubmit);
  1192. this.Controls.Add(this.btnJ);
  1193. this.Name = "ucCarNoKey";
  1194. this.Size = new System.Drawing.Size(1128, 521);
  1195. this.ResumeLayout(false);
  1196. this.PerformLayout();
  1197. }
  1198. #endregion
  1199. private System.Windows.Forms.TextBox txtValue;
  1200. private System.Windows.Forms.Button btnA;
  1201. private System.Windows.Forms.Button btnB;
  1202. private System.Windows.Forms.Button btnC;
  1203. private System.Windows.Forms.Button btnD;
  1204. private System.Windows.Forms.Button btnE;
  1205. private System.Windows.Forms.Button btnF;
  1206. private System.Windows.Forms.Button btnG;
  1207. private System.Windows.Forms.Button btnH;
  1208. private System.Windows.Forms.Button btn0;
  1209. private System.Windows.Forms.Button btnK;
  1210. private System.Windows.Forms.Button btn1;
  1211. private System.Windows.Forms.Button btn2;
  1212. private System.Windows.Forms.Button btn3;
  1213. private System.Windows.Forms.Button btnL;
  1214. private System.Windows.Forms.Button btnM;
  1215. private System.Windows.Forms.Button btnN;
  1216. private System.Windows.Forms.Button btnP;
  1217. private System.Windows.Forms.Button btn4;
  1218. private System.Windows.Forms.Button btn5;
  1219. private System.Windows.Forms.Button btn6;
  1220. private System.Windows.Forms.Button btn7;
  1221. private System.Windows.Forms.Button btnQ;
  1222. private System.Windows.Forms.Button btnR;
  1223. private System.Windows.Forms.Button btnS;
  1224. private System.Windows.Forms.Button btnT;
  1225. private System.Windows.Forms.Button btnU;
  1226. private System.Windows.Forms.Button btnV;
  1227. private System.Windows.Forms.Button btnW;
  1228. private System.Windows.Forms.Button btnX;
  1229. private System.Windows.Forms.Button btn8;
  1230. private System.Windows.Forms.Button btn9;
  1231. private System.Windows.Forms.Button btnY;
  1232. private System.Windows.Forms.Button btnZ;
  1233. private System.Windows.Forms.Button btnLeft;
  1234. private System.Windows.Forms.Button btnRight;
  1235. private System.Windows.Forms.Button btnClean;
  1236. private System.Windows.Forms.Button btnBack;
  1237. private System.Windows.Forms.Button btnSubmit;
  1238. private System.Windows.Forms.Button btnJ;
  1239. private System.Windows.Forms.Button btnjing;
  1240. private System.Windows.Forms.Button btnjin;
  1241. private System.Windows.Forms.Button btnJi;
  1242. private System.Windows.Forms.Button btnJi2;
  1243. private System.Windows.Forms.Button btnHei;
  1244. private System.Windows.Forms.Button btnHu;
  1245. private System.Windows.Forms.Button btnMing;
  1246. private System.Windows.Forms.Button btnGang;
  1247. private System.Windows.Forms.Button btnLu;
  1248. private System.Windows.Forms.Button btnGui;
  1249. private System.Windows.Forms.Button btnQiong;
  1250. private System.Windows.Forms.Button btnYu2;
  1251. private System.Windows.Forms.Button btnZang;
  1252. private System.Windows.Forms.Button btnGan;
  1253. private System.Windows.Forms.Button btnShang;
  1254. private System.Windows.Forms.Button btnJin2;
  1255. private System.Windows.Forms.Button btnLiao;
  1256. private System.Windows.Forms.Button btnMeng;
  1257. private System.Windows.Forms.Button btnSu;
  1258. private System.Windows.Forms.Button btnZe;
  1259. private System.Windows.Forms.Button btnYuan;
  1260. private System.Windows.Forms.Button btnYu;
  1261. private System.Windows.Forms.Button btnXiang;
  1262. private System.Windows.Forms.Button btnYue;
  1263. private System.Windows.Forms.Button btnChuan;
  1264. private System.Windows.Forms.Button btnGui2;
  1265. private System.Windows.Forms.Button btnYun;
  1266. private System.Windows.Forms.Button btnQing;
  1267. private System.Windows.Forms.Button btnNing;
  1268. private System.Windows.Forms.Button btnXin;
  1269. private System.Windows.Forms.TextBox txtProvince;
  1270. }
  1271. }