FullKeyboardForm.Designer.cs 67 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218
  1. 
  2. partial class FullKeyboardForm
  3. {
  4. /// <summary>
  5. /// Required designer variable.
  6. /// </summary>
  7. private System.ComponentModel.IContainer components = null;
  8. /// <summary>
  9. /// Clean up any resources being used.
  10. /// </summary>
  11. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  12. protected override void Dispose(bool disposing)
  13. {
  14. if (disposing && (components != null))
  15. {
  16. components.Dispose();
  17. }
  18. base.Dispose(disposing);
  19. }
  20. #region Windows Form Designer generated code
  21. /// <summary>
  22. /// Required method for Designer support - do not modify
  23. /// the contents of this method with the code editor.
  24. /// </summary>
  25. private void InitializeComponent()
  26. {
  27. this.btnDoubleCharKey2 = new System.Windows.Forms.Button();
  28. this.btnDoubleCharKey3 = new System.Windows.Forms.Button();
  29. this.btnDoubleCharKey4 = new System.Windows.Forms.Button();
  30. this.btnDoubleCharKey5 = new System.Windows.Forms.Button();
  31. this.btnDoubleCharKey6 = new System.Windows.Forms.Button();
  32. this.btnDoubleCharKey7 = new System.Windows.Forms.Button();
  33. this.btnDoubleCharKey8 = new System.Windows.Forms.Button();
  34. this.btnDoubleCharKey9 = new System.Windows.Forms.Button();
  35. this.btnDoubleCharKey10 = new System.Windows.Forms.Button();
  36. this.btnDoubleCharKey11 = new System.Windows.Forms.Button();
  37. this.btnDoubleCharKey12 = new System.Windows.Forms.Button();
  38. this.btnDoubleCharKey13 = new System.Windows.Forms.Button();
  39. this.btnBack = new System.Windows.Forms.Button();
  40. this.btnDoubleCharKey1 = new System.Windows.Forms.Button();
  41. this.btnTab = new System.Windows.Forms.Button();
  42. this.btnQ = new System.Windows.Forms.Button();
  43. this.btnW = new System.Windows.Forms.Button();
  44. this.btnE = new System.Windows.Forms.Button();
  45. this.btnR = new System.Windows.Forms.Button();
  46. this.btnT = new System.Windows.Forms.Button();
  47. this.btnY = new System.Windows.Forms.Button();
  48. this.btnU = new System.Windows.Forms.Button();
  49. this.btnI = new System.Windows.Forms.Button();
  50. this.btnO = new System.Windows.Forms.Button();
  51. this.btnP = new System.Windows.Forms.Button();
  52. this.btnDoubleCharKey14 = new System.Windows.Forms.Button();
  53. this.btnDoubleCharKey15 = new System.Windows.Forms.Button();
  54. this.btnDoubleCharKey16 = new System.Windows.Forms.Button();
  55. this.btnEnter = new System.Windows.Forms.Button();
  56. this.btnDoubleCharKey18 = new System.Windows.Forms.Button();
  57. this.btnDoubleCharKey17 = new System.Windows.Forms.Button();
  58. this.btnL = new System.Windows.Forms.Button();
  59. this.btnK = new System.Windows.Forms.Button();
  60. this.VJ = new System.Windows.Forms.Button();
  61. this.btnH = new System.Windows.Forms.Button();
  62. this.btnG = new System.Windows.Forms.Button();
  63. this.btnF = new System.Windows.Forms.Button();
  64. this.btnD = new System.Windows.Forms.Button();
  65. this.btnS = new System.Windows.Forms.Button();
  66. this.btnA = new System.Windows.Forms.Button();
  67. this.btnCapsLock = new System.Windows.Forms.Button();
  68. this.btnDoubleCharKey21 = new System.Windows.Forms.Button();
  69. this.btnDoubleCharKey20 = new System.Windows.Forms.Button();
  70. this.btnDoubleCharKey19 = new System.Windows.Forms.Button();
  71. this.btnM = new System.Windows.Forms.Button();
  72. this.btnN = new System.Windows.Forms.Button();
  73. this.btnB = new System.Windows.Forms.Button();
  74. this.btnV = new System.Windows.Forms.Button();
  75. this.btnC = new System.Windows.Forms.Button();
  76. this.btnX = new System.Windows.Forms.Button();
  77. this.btnZ = new System.Windows.Forms.Button();
  78. this.btnShift1 = new System.Windows.Forms.Button();
  79. this.btnCtrl2 = new System.Windows.Forms.Button();
  80. this.btnAlt2 = new System.Windows.Forms.Button();
  81. this.btnBlanket = new System.Windows.Forms.Button();
  82. this.btnAlt1 = new System.Windows.Forms.Button();
  83. this.btnWin1 = new System.Windows.Forms.Button();
  84. this.btnCtrl1 = new System.Windows.Forms.Button();
  85. this.btnLeft = new System.Windows.Forms.Button();
  86. this.btnRight = new System.Windows.Forms.Button();
  87. this.btnUp = new System.Windows.Forms.Button();
  88. this.btnDown = new System.Windows.Forms.Button();
  89. this.txtInput = new System.Windows.Forms.TextBox();
  90. this.btnShift2 = new System.Windows.Forms.Button();
  91. this.label3 = new System.Windows.Forms.Label();
  92. this.lblCaption = new System.Windows.Forms.Label();
  93. this.txtPreview = new System.Windows.Forms.TextBox();
  94. this.btnExit = new System.Windows.Forms.Button();
  95. this.SuspendLayout();
  96. //
  97. // btnDoubleCharKey2
  98. //
  99. this.btnDoubleCharKey2.BackColor = System.Drawing.Color.Black;
  100. this.btnDoubleCharKey2.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.btnDoubleCharKey2.ForeColor = System.Drawing.Color.White;
  102. this.btnDoubleCharKey2.Location = new System.Drawing.Point(88, 73);
  103. this.btnDoubleCharKey2.Name = "btnDoubleCharKey2";
  104. this.btnDoubleCharKey2.Size = new System.Drawing.Size(70, 55);
  105. this.btnDoubleCharKey2.TabIndex = 19;
  106. this.btnDoubleCharKey2.TabStop = false;
  107. this.btnDoubleCharKey2.Tag = "! 1";
  108. this.btnDoubleCharKey2.Text = "1";
  109. this.btnDoubleCharKey2.UseVisualStyleBackColor = false;
  110. this.btnDoubleCharKey2.Click += new System.EventHandler(this.btnCharKey_Click);
  111. //
  112. // btnDoubleCharKey3
  113. //
  114. this.btnDoubleCharKey3.BackColor = System.Drawing.Color.Black;
  115. this.btnDoubleCharKey3.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.btnDoubleCharKey3.ForeColor = System.Drawing.Color.White;
  117. this.btnDoubleCharKey3.Location = new System.Drawing.Point(164, 73);
  118. this.btnDoubleCharKey3.Name = "btnDoubleCharKey3";
  119. this.btnDoubleCharKey3.Size = new System.Drawing.Size(70, 55);
  120. this.btnDoubleCharKey3.TabIndex = 20;
  121. this.btnDoubleCharKey3.TabStop = false;
  122. this.btnDoubleCharKey3.Tag = "@ 2";
  123. this.btnDoubleCharKey3.Text = "2";
  124. this.btnDoubleCharKey3.UseVisualStyleBackColor = false;
  125. this.btnDoubleCharKey3.Click += new System.EventHandler(this.btnCharKey_Click);
  126. //
  127. // btnDoubleCharKey4
  128. //
  129. this.btnDoubleCharKey4.BackColor = System.Drawing.Color.Black;
  130. this.btnDoubleCharKey4.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.btnDoubleCharKey4.ForeColor = System.Drawing.Color.White;
  132. this.btnDoubleCharKey4.Location = new System.Drawing.Point(240, 73);
  133. this.btnDoubleCharKey4.Name = "btnDoubleCharKey4";
  134. this.btnDoubleCharKey4.Size = new System.Drawing.Size(70, 55);
  135. this.btnDoubleCharKey4.TabIndex = 21;
  136. this.btnDoubleCharKey4.TabStop = false;
  137. this.btnDoubleCharKey4.Tag = "# 3";
  138. this.btnDoubleCharKey4.Text = "3";
  139. this.btnDoubleCharKey4.UseVisualStyleBackColor = false;
  140. this.btnDoubleCharKey4.Click += new System.EventHandler(this.btnCharKey_Click);
  141. //
  142. // btnDoubleCharKey5
  143. //
  144. this.btnDoubleCharKey5.BackColor = System.Drawing.Color.Black;
  145. this.btnDoubleCharKey5.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.btnDoubleCharKey5.ForeColor = System.Drawing.Color.White;
  147. this.btnDoubleCharKey5.Location = new System.Drawing.Point(316, 73);
  148. this.btnDoubleCharKey5.Name = "btnDoubleCharKey5";
  149. this.btnDoubleCharKey5.Size = new System.Drawing.Size(70, 55);
  150. this.btnDoubleCharKey5.TabIndex = 22;
  151. this.btnDoubleCharKey5.TabStop = false;
  152. this.btnDoubleCharKey5.Tag = "$ 4";
  153. this.btnDoubleCharKey5.Text = "4";
  154. this.btnDoubleCharKey5.UseVisualStyleBackColor = false;
  155. this.btnDoubleCharKey5.Click += new System.EventHandler(this.btnCharKey_Click);
  156. //
  157. // btnDoubleCharKey6
  158. //
  159. this.btnDoubleCharKey6.BackColor = System.Drawing.Color.Black;
  160. this.btnDoubleCharKey6.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. this.btnDoubleCharKey6.ForeColor = System.Drawing.Color.White;
  162. this.btnDoubleCharKey6.Location = new System.Drawing.Point(392, 73);
  163. this.btnDoubleCharKey6.Name = "btnDoubleCharKey6";
  164. this.btnDoubleCharKey6.Size = new System.Drawing.Size(70, 55);
  165. this.btnDoubleCharKey6.TabIndex = 23;
  166. this.btnDoubleCharKey6.TabStop = false;
  167. this.btnDoubleCharKey6.Tag = "% 5";
  168. this.btnDoubleCharKey6.Text = "5";
  169. this.btnDoubleCharKey6.UseVisualStyleBackColor = false;
  170. this.btnDoubleCharKey6.Click += new System.EventHandler(this.btnCharKey_Click);
  171. //
  172. // btnDoubleCharKey7
  173. //
  174. this.btnDoubleCharKey7.BackColor = System.Drawing.Color.Black;
  175. this.btnDoubleCharKey7.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.btnDoubleCharKey7.ForeColor = System.Drawing.Color.White;
  177. this.btnDoubleCharKey7.Location = new System.Drawing.Point(468, 73);
  178. this.btnDoubleCharKey7.Name = "btnDoubleCharKey7";
  179. this.btnDoubleCharKey7.Size = new System.Drawing.Size(70, 55);
  180. this.btnDoubleCharKey7.TabIndex = 24;
  181. this.btnDoubleCharKey7.TabStop = false;
  182. this.btnDoubleCharKey7.Tag = "^ 6";
  183. this.btnDoubleCharKey7.Text = "6";
  184. this.btnDoubleCharKey7.UseVisualStyleBackColor = false;
  185. this.btnDoubleCharKey7.Click += new System.EventHandler(this.btnCharKey_Click);
  186. //
  187. // btnDoubleCharKey8
  188. //
  189. this.btnDoubleCharKey8.BackColor = System.Drawing.Color.Black;
  190. this.btnDoubleCharKey8.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  191. this.btnDoubleCharKey8.ForeColor = System.Drawing.Color.White;
  192. this.btnDoubleCharKey8.Location = new System.Drawing.Point(544, 73);
  193. this.btnDoubleCharKey8.Name = "btnDoubleCharKey8";
  194. this.btnDoubleCharKey8.Size = new System.Drawing.Size(70, 55);
  195. this.btnDoubleCharKey8.TabIndex = 25;
  196. this.btnDoubleCharKey8.TabStop = false;
  197. this.btnDoubleCharKey8.Tag = "&& 7";
  198. this.btnDoubleCharKey8.Text = "7";
  199. this.btnDoubleCharKey8.UseVisualStyleBackColor = false;
  200. this.btnDoubleCharKey8.Click += new System.EventHandler(this.btnCharKey_Click);
  201. //
  202. // btnDoubleCharKey9
  203. //
  204. this.btnDoubleCharKey9.BackColor = System.Drawing.Color.Black;
  205. this.btnDoubleCharKey9.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. this.btnDoubleCharKey9.ForeColor = System.Drawing.Color.White;
  207. this.btnDoubleCharKey9.Location = new System.Drawing.Point(620, 73);
  208. this.btnDoubleCharKey9.Name = "btnDoubleCharKey9";
  209. this.btnDoubleCharKey9.Size = new System.Drawing.Size(70, 55);
  210. this.btnDoubleCharKey9.TabIndex = 26;
  211. this.btnDoubleCharKey9.TabStop = false;
  212. this.btnDoubleCharKey9.Tag = "* 8";
  213. this.btnDoubleCharKey9.Text = "8";
  214. this.btnDoubleCharKey9.UseVisualStyleBackColor = false;
  215. this.btnDoubleCharKey9.Click += new System.EventHandler(this.btnCharKey_Click);
  216. //
  217. // btnDoubleCharKey10
  218. //
  219. this.btnDoubleCharKey10.BackColor = System.Drawing.Color.Black;
  220. this.btnDoubleCharKey10.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. this.btnDoubleCharKey10.ForeColor = System.Drawing.Color.White;
  222. this.btnDoubleCharKey10.Location = new System.Drawing.Point(696, 73);
  223. this.btnDoubleCharKey10.Name = "btnDoubleCharKey10";
  224. this.btnDoubleCharKey10.Size = new System.Drawing.Size(70, 55);
  225. this.btnDoubleCharKey10.TabIndex = 27;
  226. this.btnDoubleCharKey10.TabStop = false;
  227. this.btnDoubleCharKey10.Tag = "( 9";
  228. this.btnDoubleCharKey10.Text = "9";
  229. this.btnDoubleCharKey10.UseVisualStyleBackColor = false;
  230. this.btnDoubleCharKey10.Click += new System.EventHandler(this.btnCharKey_Click);
  231. //
  232. // btnDoubleCharKey11
  233. //
  234. this.btnDoubleCharKey11.BackColor = System.Drawing.Color.Black;
  235. this.btnDoubleCharKey11.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  236. this.btnDoubleCharKey11.ForeColor = System.Drawing.Color.White;
  237. this.btnDoubleCharKey11.Location = new System.Drawing.Point(772, 73);
  238. this.btnDoubleCharKey11.Name = "btnDoubleCharKey11";
  239. this.btnDoubleCharKey11.Size = new System.Drawing.Size(70, 55);
  240. this.btnDoubleCharKey11.TabIndex = 28;
  241. this.btnDoubleCharKey11.TabStop = false;
  242. this.btnDoubleCharKey11.Tag = ") 0";
  243. this.btnDoubleCharKey11.Text = "0";
  244. this.btnDoubleCharKey11.UseVisualStyleBackColor = false;
  245. this.btnDoubleCharKey11.Click += new System.EventHandler(this.btnCharKey_Click);
  246. //
  247. // btnDoubleCharKey12
  248. //
  249. this.btnDoubleCharKey12.BackColor = System.Drawing.Color.Black;
  250. this.btnDoubleCharKey12.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251. this.btnDoubleCharKey12.ForeColor = System.Drawing.Color.White;
  252. this.btnDoubleCharKey12.Location = new System.Drawing.Point(848, 73);
  253. this.btnDoubleCharKey12.Name = "btnDoubleCharKey12";
  254. this.btnDoubleCharKey12.Size = new System.Drawing.Size(70, 55);
  255. this.btnDoubleCharKey12.TabIndex = 29;
  256. this.btnDoubleCharKey12.TabStop = false;
  257. this.btnDoubleCharKey12.Tag = "_ -";
  258. this.btnDoubleCharKey12.Text = "-";
  259. this.btnDoubleCharKey12.UseVisualStyleBackColor = false;
  260. this.btnDoubleCharKey12.Click += new System.EventHandler(this.btnCharKey_Click);
  261. //
  262. // btnDoubleCharKey13
  263. //
  264. this.btnDoubleCharKey13.BackColor = System.Drawing.Color.Black;
  265. this.btnDoubleCharKey13.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  266. this.btnDoubleCharKey13.ForeColor = System.Drawing.Color.White;
  267. this.btnDoubleCharKey13.Location = new System.Drawing.Point(924, 73);
  268. this.btnDoubleCharKey13.Name = "btnDoubleCharKey13";
  269. this.btnDoubleCharKey13.Size = new System.Drawing.Size(70, 55);
  270. this.btnDoubleCharKey13.TabIndex = 30;
  271. this.btnDoubleCharKey13.TabStop = false;
  272. this.btnDoubleCharKey13.Tag = "+ =";
  273. this.btnDoubleCharKey13.Text = "=";
  274. this.btnDoubleCharKey13.UseVisualStyleBackColor = false;
  275. this.btnDoubleCharKey13.Click += new System.EventHandler(this.btnCharKey_Click);
  276. //
  277. // btnBack
  278. //
  279. this.btnBack.BackColor = System.Drawing.Color.Black;
  280. this.btnBack.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  281. this.btnBack.ForeColor = System.Drawing.Color.White;
  282. this.btnBack.Location = new System.Drawing.Point(1000, 73);
  283. this.btnBack.Name = "btnBack";
  284. this.btnBack.Size = new System.Drawing.Size(102, 55);
  285. this.btnBack.TabIndex = 31;
  286. this.btnBack.TabStop = false;
  287. this.btnBack.Text = "← back";
  288. this.btnBack.UseVisualStyleBackColor = false;
  289. this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
  290. //
  291. // btnDoubleCharKey1
  292. //
  293. this.btnDoubleCharKey1.BackColor = System.Drawing.Color.Black;
  294. this.btnDoubleCharKey1.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  295. this.btnDoubleCharKey1.ForeColor = System.Drawing.Color.White;
  296. this.btnDoubleCharKey1.Location = new System.Drawing.Point(12, 73);
  297. this.btnDoubleCharKey1.Name = "btnDoubleCharKey1";
  298. this.btnDoubleCharKey1.Size = new System.Drawing.Size(70, 55);
  299. this.btnDoubleCharKey1.TabIndex = 32;
  300. this.btnDoubleCharKey1.TabStop = false;
  301. this.btnDoubleCharKey1.Tag = "~ `";
  302. this.btnDoubleCharKey1.Text = "`\r\n";
  303. this.btnDoubleCharKey1.UseVisualStyleBackColor = false;
  304. this.btnDoubleCharKey1.Click += new System.EventHandler(this.btnCharKey_Click);
  305. //
  306. // btnTab
  307. //
  308. this.btnTab.BackColor = System.Drawing.Color.Black;
  309. this.btnTab.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  310. this.btnTab.ForeColor = System.Drawing.Color.White;
  311. this.btnTab.Location = new System.Drawing.Point(12, 134);
  312. this.btnTab.Name = "btnTab";
  313. this.btnTab.Size = new System.Drawing.Size(102, 55);
  314. this.btnTab.TabIndex = 33;
  315. this.btnTab.TabStop = false;
  316. this.btnTab.Text = "tab";
  317. this.btnTab.UseVisualStyleBackColor = false;
  318. this.btnTab.Click += new System.EventHandler(this.btnTab_Click);
  319. //
  320. // btnQ
  321. //
  322. this.btnQ.BackColor = System.Drawing.Color.Black;
  323. this.btnQ.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  324. this.btnQ.ForeColor = System.Drawing.Color.White;
  325. this.btnQ.Location = new System.Drawing.Point(120, 134);
  326. this.btnQ.Name = "btnQ";
  327. this.btnQ.Size = new System.Drawing.Size(70, 55);
  328. this.btnQ.TabIndex = 34;
  329. this.btnQ.TabStop = false;
  330. this.btnQ.Text = "Q";
  331. this.btnQ.UseVisualStyleBackColor = false;
  332. this.btnQ.Click += new System.EventHandler(this.btnCharKey_Click);
  333. //
  334. // btnW
  335. //
  336. this.btnW.BackColor = System.Drawing.Color.Black;
  337. this.btnW.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  338. this.btnW.ForeColor = System.Drawing.Color.White;
  339. this.btnW.Location = new System.Drawing.Point(196, 134);
  340. this.btnW.Name = "btnW";
  341. this.btnW.Size = new System.Drawing.Size(70, 55);
  342. this.btnW.TabIndex = 35;
  343. this.btnW.TabStop = false;
  344. this.btnW.Text = "W";
  345. this.btnW.UseVisualStyleBackColor = false;
  346. this.btnW.Click += new System.EventHandler(this.btnCharKey_Click);
  347. //
  348. // btnE
  349. //
  350. this.btnE.BackColor = System.Drawing.Color.Black;
  351. this.btnE.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  352. this.btnE.ForeColor = System.Drawing.Color.White;
  353. this.btnE.Location = new System.Drawing.Point(272, 134);
  354. this.btnE.Name = "btnE";
  355. this.btnE.Size = new System.Drawing.Size(70, 55);
  356. this.btnE.TabIndex = 36;
  357. this.btnE.TabStop = false;
  358. this.btnE.Text = "E";
  359. this.btnE.UseVisualStyleBackColor = false;
  360. this.btnE.Click += new System.EventHandler(this.btnCharKey_Click);
  361. //
  362. // btnR
  363. //
  364. this.btnR.BackColor = System.Drawing.Color.Black;
  365. this.btnR.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  366. this.btnR.ForeColor = System.Drawing.Color.White;
  367. this.btnR.Location = new System.Drawing.Point(348, 134);
  368. this.btnR.Name = "btnR";
  369. this.btnR.Size = new System.Drawing.Size(70, 55);
  370. this.btnR.TabIndex = 37;
  371. this.btnR.TabStop = false;
  372. this.btnR.Text = "R";
  373. this.btnR.UseVisualStyleBackColor = false;
  374. this.btnR.Click += new System.EventHandler(this.btnCharKey_Click);
  375. //
  376. // btnT
  377. //
  378. this.btnT.BackColor = System.Drawing.Color.Black;
  379. this.btnT.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  380. this.btnT.ForeColor = System.Drawing.Color.White;
  381. this.btnT.Location = new System.Drawing.Point(424, 134);
  382. this.btnT.Name = "btnT";
  383. this.btnT.Size = new System.Drawing.Size(70, 55);
  384. this.btnT.TabIndex = 38;
  385. this.btnT.TabStop = false;
  386. this.btnT.Text = "T";
  387. this.btnT.UseVisualStyleBackColor = false;
  388. this.btnT.Click += new System.EventHandler(this.btnCharKey_Click);
  389. //
  390. // btnY
  391. //
  392. this.btnY.BackColor = System.Drawing.Color.Black;
  393. this.btnY.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  394. this.btnY.ForeColor = System.Drawing.Color.White;
  395. this.btnY.Location = new System.Drawing.Point(500, 134);
  396. this.btnY.Name = "btnY";
  397. this.btnY.Size = new System.Drawing.Size(70, 55);
  398. this.btnY.TabIndex = 39;
  399. this.btnY.TabStop = false;
  400. this.btnY.Text = "Y";
  401. this.btnY.UseVisualStyleBackColor = false;
  402. this.btnY.Click += new System.EventHandler(this.btnCharKey_Click);
  403. //
  404. // btnU
  405. //
  406. this.btnU.BackColor = System.Drawing.Color.Black;
  407. this.btnU.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  408. this.btnU.ForeColor = System.Drawing.Color.White;
  409. this.btnU.Location = new System.Drawing.Point(576, 134);
  410. this.btnU.Name = "btnU";
  411. this.btnU.Size = new System.Drawing.Size(70, 55);
  412. this.btnU.TabIndex = 40;
  413. this.btnU.TabStop = false;
  414. this.btnU.Text = "U";
  415. this.btnU.UseVisualStyleBackColor = false;
  416. this.btnU.Click += new System.EventHandler(this.btnCharKey_Click);
  417. //
  418. // btnI
  419. //
  420. this.btnI.BackColor = System.Drawing.Color.Black;
  421. this.btnI.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  422. this.btnI.ForeColor = System.Drawing.Color.White;
  423. this.btnI.Location = new System.Drawing.Point(652, 134);
  424. this.btnI.Name = "btnI";
  425. this.btnI.Size = new System.Drawing.Size(70, 55);
  426. this.btnI.TabIndex = 41;
  427. this.btnI.TabStop = false;
  428. this.btnI.Text = "I";
  429. this.btnI.UseVisualStyleBackColor = false;
  430. this.btnI.Click += new System.EventHandler(this.btnCharKey_Click);
  431. //
  432. // btnO
  433. //
  434. this.btnO.BackColor = System.Drawing.Color.Black;
  435. this.btnO.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  436. this.btnO.ForeColor = System.Drawing.Color.White;
  437. this.btnO.Location = new System.Drawing.Point(728, 134);
  438. this.btnO.Name = "btnO";
  439. this.btnO.Size = new System.Drawing.Size(70, 55);
  440. this.btnO.TabIndex = 42;
  441. this.btnO.TabStop = false;
  442. this.btnO.Text = "O";
  443. this.btnO.UseVisualStyleBackColor = false;
  444. this.btnO.Click += new System.EventHandler(this.btnCharKey_Click);
  445. //
  446. // btnP
  447. //
  448. this.btnP.BackColor = System.Drawing.Color.Black;
  449. this.btnP.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  450. this.btnP.ForeColor = System.Drawing.Color.White;
  451. this.btnP.Location = new System.Drawing.Point(804, 134);
  452. this.btnP.Name = "btnP";
  453. this.btnP.Size = new System.Drawing.Size(70, 55);
  454. this.btnP.TabIndex = 43;
  455. this.btnP.TabStop = false;
  456. this.btnP.Text = "P";
  457. this.btnP.UseVisualStyleBackColor = false;
  458. this.btnP.Click += new System.EventHandler(this.btnCharKey_Click);
  459. //
  460. // btnDoubleCharKey14
  461. //
  462. this.btnDoubleCharKey14.BackColor = System.Drawing.Color.Black;
  463. this.btnDoubleCharKey14.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  464. this.btnDoubleCharKey14.ForeColor = System.Drawing.Color.White;
  465. this.btnDoubleCharKey14.Location = new System.Drawing.Point(880, 134);
  466. this.btnDoubleCharKey14.Name = "btnDoubleCharKey14";
  467. this.btnDoubleCharKey14.Size = new System.Drawing.Size(70, 55);
  468. this.btnDoubleCharKey14.TabIndex = 44;
  469. this.btnDoubleCharKey14.TabStop = false;
  470. this.btnDoubleCharKey14.Tag = "{ [";
  471. this.btnDoubleCharKey14.Text = "[";
  472. this.btnDoubleCharKey14.UseVisualStyleBackColor = false;
  473. this.btnDoubleCharKey14.Click += new System.EventHandler(this.btnCharKey_Click);
  474. //
  475. // btnDoubleCharKey15
  476. //
  477. this.btnDoubleCharKey15.BackColor = System.Drawing.Color.Black;
  478. this.btnDoubleCharKey15.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  479. this.btnDoubleCharKey15.ForeColor = System.Drawing.Color.White;
  480. this.btnDoubleCharKey15.Location = new System.Drawing.Point(956, 134);
  481. this.btnDoubleCharKey15.Name = "btnDoubleCharKey15";
  482. this.btnDoubleCharKey15.Size = new System.Drawing.Size(70, 55);
  483. this.btnDoubleCharKey15.TabIndex = 45;
  484. this.btnDoubleCharKey15.TabStop = false;
  485. this.btnDoubleCharKey15.Tag = "} ]";
  486. this.btnDoubleCharKey15.Text = "]";
  487. this.btnDoubleCharKey15.UseVisualStyleBackColor = false;
  488. this.btnDoubleCharKey15.Click += new System.EventHandler(this.btnCharKey_Click);
  489. //
  490. // btnDoubleCharKey16
  491. //
  492. this.btnDoubleCharKey16.BackColor = System.Drawing.Color.Black;
  493. this.btnDoubleCharKey16.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  494. this.btnDoubleCharKey16.ForeColor = System.Drawing.Color.White;
  495. this.btnDoubleCharKey16.Location = new System.Drawing.Point(1032, 134);
  496. this.btnDoubleCharKey16.Name = "btnDoubleCharKey16";
  497. this.btnDoubleCharKey16.Size = new System.Drawing.Size(70, 55);
  498. this.btnDoubleCharKey16.TabIndex = 46;
  499. this.btnDoubleCharKey16.TabStop = false;
  500. this.btnDoubleCharKey16.Tag = "| \\";
  501. this.btnDoubleCharKey16.Text = "\\";
  502. this.btnDoubleCharKey16.UseVisualStyleBackColor = false;
  503. this.btnDoubleCharKey16.Click += new System.EventHandler(this.btnCharKey_Click);
  504. //
  505. // btnEnter
  506. //
  507. this.btnEnter.BackColor = System.Drawing.Color.Black;
  508. this.btnEnter.Font = new System.Drawing.Font("微软雅黑", 15.75F);
  509. this.btnEnter.ForeColor = System.Drawing.Color.White;
  510. this.btnEnter.Location = new System.Drawing.Point(970, 195);
  511. this.btnEnter.Name = "btnEnter";
  512. this.btnEnter.Size = new System.Drawing.Size(132, 55);
  513. this.btnEnter.TabIndex = 59;
  514. this.btnEnter.TabStop = false;
  515. this.btnEnter.Text = "Enter";
  516. this.btnEnter.UseVisualStyleBackColor = false;
  517. this.btnEnter.Click += new System.EventHandler(this.btnEnter_Click);
  518. //
  519. // btnDoubleCharKey18
  520. //
  521. this.btnDoubleCharKey18.BackColor = System.Drawing.Color.Black;
  522. this.btnDoubleCharKey18.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  523. this.btnDoubleCharKey18.ForeColor = System.Drawing.Color.White;
  524. this.btnDoubleCharKey18.Location = new System.Drawing.Point(894, 195);
  525. this.btnDoubleCharKey18.Name = "btnDoubleCharKey18";
  526. this.btnDoubleCharKey18.Size = new System.Drawing.Size(70, 55);
  527. this.btnDoubleCharKey18.TabIndex = 58;
  528. this.btnDoubleCharKey18.TabStop = false;
  529. this.btnDoubleCharKey18.Tag = "\" \'";
  530. this.btnDoubleCharKey18.Text = "\'";
  531. this.btnDoubleCharKey18.UseVisualStyleBackColor = false;
  532. this.btnDoubleCharKey18.Click += new System.EventHandler(this.btnCharKey_Click);
  533. //
  534. // btnDoubleCharKey17
  535. //
  536. this.btnDoubleCharKey17.BackColor = System.Drawing.Color.Black;
  537. this.btnDoubleCharKey17.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  538. this.btnDoubleCharKey17.ForeColor = System.Drawing.Color.White;
  539. this.btnDoubleCharKey17.Location = new System.Drawing.Point(818, 195);
  540. this.btnDoubleCharKey17.Name = "btnDoubleCharKey17";
  541. this.btnDoubleCharKey17.Size = new System.Drawing.Size(70, 55);
  542. this.btnDoubleCharKey17.TabIndex = 57;
  543. this.btnDoubleCharKey17.TabStop = false;
  544. this.btnDoubleCharKey17.Tag = ": ;";
  545. this.btnDoubleCharKey17.Text = ";";
  546. this.btnDoubleCharKey17.UseVisualStyleBackColor = false;
  547. this.btnDoubleCharKey17.Click += new System.EventHandler(this.btnCharKey_Click);
  548. //
  549. // btnL
  550. //
  551. this.btnL.BackColor = System.Drawing.Color.Black;
  552. this.btnL.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  553. this.btnL.ForeColor = System.Drawing.Color.White;
  554. this.btnL.Location = new System.Drawing.Point(742, 195);
  555. this.btnL.Name = "btnL";
  556. this.btnL.Size = new System.Drawing.Size(70, 55);
  557. this.btnL.TabIndex = 56;
  558. this.btnL.TabStop = false;
  559. this.btnL.Text = "L";
  560. this.btnL.UseVisualStyleBackColor = false;
  561. this.btnL.Click += new System.EventHandler(this.btnCharKey_Click);
  562. //
  563. // btnK
  564. //
  565. this.btnK.BackColor = System.Drawing.Color.Black;
  566. this.btnK.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  567. this.btnK.ForeColor = System.Drawing.Color.White;
  568. this.btnK.Location = new System.Drawing.Point(666, 195);
  569. this.btnK.Name = "btnK";
  570. this.btnK.Size = new System.Drawing.Size(70, 55);
  571. this.btnK.TabIndex = 55;
  572. this.btnK.TabStop = false;
  573. this.btnK.Text = "K";
  574. this.btnK.UseVisualStyleBackColor = false;
  575. this.btnK.Click += new System.EventHandler(this.btnCharKey_Click);
  576. //
  577. // VJ
  578. //
  579. this.VJ.BackColor = System.Drawing.Color.Black;
  580. this.VJ.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  581. this.VJ.ForeColor = System.Drawing.Color.White;
  582. this.VJ.Location = new System.Drawing.Point(590, 195);
  583. this.VJ.Name = "VJ";
  584. this.VJ.Size = new System.Drawing.Size(70, 55);
  585. this.VJ.TabIndex = 54;
  586. this.VJ.TabStop = false;
  587. this.VJ.Text = "J";
  588. this.VJ.UseVisualStyleBackColor = false;
  589. this.VJ.Click += new System.EventHandler(this.btnCharKey_Click);
  590. //
  591. // btnH
  592. //
  593. this.btnH.BackColor = System.Drawing.Color.Black;
  594. this.btnH.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  595. this.btnH.ForeColor = System.Drawing.Color.White;
  596. this.btnH.Location = new System.Drawing.Point(514, 195);
  597. this.btnH.Name = "btnH";
  598. this.btnH.Size = new System.Drawing.Size(70, 55);
  599. this.btnH.TabIndex = 53;
  600. this.btnH.TabStop = false;
  601. this.btnH.Text = "H";
  602. this.btnH.UseVisualStyleBackColor = false;
  603. this.btnH.Click += new System.EventHandler(this.btnCharKey_Click);
  604. //
  605. // btnG
  606. //
  607. this.btnG.BackColor = System.Drawing.Color.Black;
  608. this.btnG.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  609. this.btnG.ForeColor = System.Drawing.Color.White;
  610. this.btnG.Location = new System.Drawing.Point(438, 195);
  611. this.btnG.Name = "btnG";
  612. this.btnG.Size = new System.Drawing.Size(70, 55);
  613. this.btnG.TabIndex = 52;
  614. this.btnG.TabStop = false;
  615. this.btnG.Text = "G";
  616. this.btnG.UseVisualStyleBackColor = false;
  617. this.btnG.Click += new System.EventHandler(this.btnCharKey_Click);
  618. //
  619. // btnF
  620. //
  621. this.btnF.BackColor = System.Drawing.Color.Black;
  622. this.btnF.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  623. this.btnF.ForeColor = System.Drawing.Color.White;
  624. this.btnF.Location = new System.Drawing.Point(362, 195);
  625. this.btnF.Name = "btnF";
  626. this.btnF.Size = new System.Drawing.Size(70, 55);
  627. this.btnF.TabIndex = 51;
  628. this.btnF.TabStop = false;
  629. this.btnF.Text = "F";
  630. this.btnF.UseVisualStyleBackColor = false;
  631. this.btnF.Click += new System.EventHandler(this.btnCharKey_Click);
  632. //
  633. // btnD
  634. //
  635. this.btnD.BackColor = System.Drawing.Color.Black;
  636. this.btnD.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  637. this.btnD.ForeColor = System.Drawing.Color.White;
  638. this.btnD.Location = new System.Drawing.Point(286, 195);
  639. this.btnD.Name = "btnD";
  640. this.btnD.Size = new System.Drawing.Size(70, 55);
  641. this.btnD.TabIndex = 50;
  642. this.btnD.TabStop = false;
  643. this.btnD.Text = "D";
  644. this.btnD.UseVisualStyleBackColor = false;
  645. this.btnD.Click += new System.EventHandler(this.btnCharKey_Click);
  646. //
  647. // btnS
  648. //
  649. this.btnS.BackColor = System.Drawing.Color.Black;
  650. this.btnS.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  651. this.btnS.ForeColor = System.Drawing.Color.White;
  652. this.btnS.Location = new System.Drawing.Point(210, 195);
  653. this.btnS.Name = "btnS";
  654. this.btnS.Size = new System.Drawing.Size(70, 55);
  655. this.btnS.TabIndex = 49;
  656. this.btnS.TabStop = false;
  657. this.btnS.Text = "S";
  658. this.btnS.UseVisualStyleBackColor = false;
  659. this.btnS.Click += new System.EventHandler(this.btnCharKey_Click);
  660. //
  661. // btnA
  662. //
  663. this.btnA.BackColor = System.Drawing.Color.Black;
  664. this.btnA.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  665. this.btnA.ForeColor = System.Drawing.Color.White;
  666. this.btnA.Location = new System.Drawing.Point(134, 195);
  667. this.btnA.Name = "btnA";
  668. this.btnA.Size = new System.Drawing.Size(70, 55);
  669. this.btnA.TabIndex = 48;
  670. this.btnA.TabStop = false;
  671. this.btnA.Text = "A";
  672. this.btnA.UseVisualStyleBackColor = false;
  673. this.btnA.Click += new System.EventHandler(this.btnCharKey_Click);
  674. //
  675. // btnCapsLock
  676. //
  677. this.btnCapsLock.BackColor = System.Drawing.Color.Black;
  678. this.btnCapsLock.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  679. this.btnCapsLock.ForeColor = System.Drawing.Color.White;
  680. this.btnCapsLock.Location = new System.Drawing.Point(12, 195);
  681. this.btnCapsLock.Name = "btnCapsLock";
  682. this.btnCapsLock.Size = new System.Drawing.Size(116, 55);
  683. this.btnCapsLock.TabIndex = 47;
  684. this.btnCapsLock.TabStop = false;
  685. this.btnCapsLock.Text = "caps lock";
  686. this.btnCapsLock.UseVisualStyleBackColor = false;
  687. this.btnCapsLock.Click += new System.EventHandler(this.btnCapsLock_Click);
  688. //
  689. // btnDoubleCharKey21
  690. //
  691. this.btnDoubleCharKey21.BackColor = System.Drawing.Color.Black;
  692. this.btnDoubleCharKey21.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  693. this.btnDoubleCharKey21.ForeColor = System.Drawing.Color.White;
  694. this.btnDoubleCharKey21.Location = new System.Drawing.Point(848, 256);
  695. this.btnDoubleCharKey21.Name = "btnDoubleCharKey21";
  696. this.btnDoubleCharKey21.Size = new System.Drawing.Size(70, 55);
  697. this.btnDoubleCharKey21.TabIndex = 70;
  698. this.btnDoubleCharKey21.TabStop = false;
  699. this.btnDoubleCharKey21.Tag = "? /";
  700. this.btnDoubleCharKey21.Text = "/";
  701. this.btnDoubleCharKey21.UseVisualStyleBackColor = false;
  702. this.btnDoubleCharKey21.Click += new System.EventHandler(this.btnCharKey_Click);
  703. //
  704. // btnDoubleCharKey20
  705. //
  706. this.btnDoubleCharKey20.BackColor = System.Drawing.Color.Black;
  707. this.btnDoubleCharKey20.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  708. this.btnDoubleCharKey20.ForeColor = System.Drawing.Color.White;
  709. this.btnDoubleCharKey20.Location = new System.Drawing.Point(772, 256);
  710. this.btnDoubleCharKey20.Name = "btnDoubleCharKey20";
  711. this.btnDoubleCharKey20.Size = new System.Drawing.Size(70, 55);
  712. this.btnDoubleCharKey20.TabIndex = 69;
  713. this.btnDoubleCharKey20.TabStop = false;
  714. this.btnDoubleCharKey20.Tag = "> .";
  715. this.btnDoubleCharKey20.Text = ".";
  716. this.btnDoubleCharKey20.UseVisualStyleBackColor = false;
  717. this.btnDoubleCharKey20.Click += new System.EventHandler(this.btnCharKey_Click);
  718. //
  719. // btnDoubleCharKey19
  720. //
  721. this.btnDoubleCharKey19.BackColor = System.Drawing.Color.Black;
  722. this.btnDoubleCharKey19.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  723. this.btnDoubleCharKey19.ForeColor = System.Drawing.Color.White;
  724. this.btnDoubleCharKey19.Location = new System.Drawing.Point(696, 256);
  725. this.btnDoubleCharKey19.Name = "btnDoubleCharKey19";
  726. this.btnDoubleCharKey19.Size = new System.Drawing.Size(70, 55);
  727. this.btnDoubleCharKey19.TabIndex = 68;
  728. this.btnDoubleCharKey19.TabStop = false;
  729. this.btnDoubleCharKey19.Tag = "< ,";
  730. this.btnDoubleCharKey19.Text = ",";
  731. this.btnDoubleCharKey19.UseVisualStyleBackColor = false;
  732. this.btnDoubleCharKey19.Click += new System.EventHandler(this.btnCharKey_Click);
  733. //
  734. // btnM
  735. //
  736. this.btnM.BackColor = System.Drawing.Color.Black;
  737. this.btnM.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  738. this.btnM.ForeColor = System.Drawing.Color.White;
  739. this.btnM.Location = new System.Drawing.Point(620, 256);
  740. this.btnM.Name = "btnM";
  741. this.btnM.Size = new System.Drawing.Size(70, 55);
  742. this.btnM.TabIndex = 67;
  743. this.btnM.TabStop = false;
  744. this.btnM.Text = "M";
  745. this.btnM.UseVisualStyleBackColor = false;
  746. this.btnM.Click += new System.EventHandler(this.btnCharKey_Click);
  747. //
  748. // btnN
  749. //
  750. this.btnN.BackColor = System.Drawing.Color.Black;
  751. this.btnN.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  752. this.btnN.ForeColor = System.Drawing.Color.White;
  753. this.btnN.Location = new System.Drawing.Point(544, 256);
  754. this.btnN.Name = "btnN";
  755. this.btnN.Size = new System.Drawing.Size(70, 55);
  756. this.btnN.TabIndex = 66;
  757. this.btnN.TabStop = false;
  758. this.btnN.Text = "N";
  759. this.btnN.UseVisualStyleBackColor = false;
  760. this.btnN.Click += new System.EventHandler(this.btnCharKey_Click);
  761. //
  762. // btnB
  763. //
  764. this.btnB.BackColor = System.Drawing.Color.Black;
  765. this.btnB.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  766. this.btnB.ForeColor = System.Drawing.Color.White;
  767. this.btnB.Location = new System.Drawing.Point(468, 256);
  768. this.btnB.Name = "btnB";
  769. this.btnB.Size = new System.Drawing.Size(70, 55);
  770. this.btnB.TabIndex = 65;
  771. this.btnB.TabStop = false;
  772. this.btnB.Text = "B";
  773. this.btnB.UseVisualStyleBackColor = false;
  774. this.btnB.Click += new System.EventHandler(this.btnCharKey_Click);
  775. //
  776. // btnV
  777. //
  778. this.btnV.BackColor = System.Drawing.Color.Black;
  779. this.btnV.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  780. this.btnV.ForeColor = System.Drawing.Color.White;
  781. this.btnV.Location = new System.Drawing.Point(392, 256);
  782. this.btnV.Name = "btnV";
  783. this.btnV.Size = new System.Drawing.Size(70, 55);
  784. this.btnV.TabIndex = 64;
  785. this.btnV.TabStop = false;
  786. this.btnV.Text = "V";
  787. this.btnV.UseVisualStyleBackColor = false;
  788. this.btnV.Click += new System.EventHandler(this.btnCharKey_Click);
  789. //
  790. // btnC
  791. //
  792. this.btnC.BackColor = System.Drawing.Color.Black;
  793. this.btnC.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  794. this.btnC.ForeColor = System.Drawing.Color.White;
  795. this.btnC.Location = new System.Drawing.Point(316, 256);
  796. this.btnC.Name = "btnC";
  797. this.btnC.Size = new System.Drawing.Size(70, 55);
  798. this.btnC.TabIndex = 63;
  799. this.btnC.TabStop = false;
  800. this.btnC.Text = "C";
  801. this.btnC.UseVisualStyleBackColor = false;
  802. this.btnC.Click += new System.EventHandler(this.btnCharKey_Click);
  803. //
  804. // btnX
  805. //
  806. this.btnX.BackColor = System.Drawing.Color.Black;
  807. this.btnX.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  808. this.btnX.ForeColor = System.Drawing.Color.White;
  809. this.btnX.Location = new System.Drawing.Point(240, 256);
  810. this.btnX.Name = "btnX";
  811. this.btnX.Size = new System.Drawing.Size(70, 55);
  812. this.btnX.TabIndex = 62;
  813. this.btnX.TabStop = false;
  814. this.btnX.Text = "X";
  815. this.btnX.UseVisualStyleBackColor = false;
  816. this.btnX.Click += new System.EventHandler(this.btnCharKey_Click);
  817. //
  818. // btnZ
  819. //
  820. this.btnZ.BackColor = System.Drawing.Color.Black;
  821. this.btnZ.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  822. this.btnZ.ForeColor = System.Drawing.Color.White;
  823. this.btnZ.Location = new System.Drawing.Point(164, 256);
  824. this.btnZ.Name = "btnZ";
  825. this.btnZ.Size = new System.Drawing.Size(70, 55);
  826. this.btnZ.TabIndex = 61;
  827. this.btnZ.TabStop = false;
  828. this.btnZ.Text = "Z";
  829. this.btnZ.UseVisualStyleBackColor = false;
  830. this.btnZ.Click += new System.EventHandler(this.btnCharKey_Click);
  831. //
  832. // btnShift1
  833. //
  834. this.btnShift1.BackColor = System.Drawing.Color.Black;
  835. this.btnShift1.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  836. this.btnShift1.ForeColor = System.Drawing.Color.White;
  837. this.btnShift1.Location = new System.Drawing.Point(12, 256);
  838. this.btnShift1.Name = "btnShift1";
  839. this.btnShift1.Size = new System.Drawing.Size(146, 55);
  840. this.btnShift1.TabIndex = 60;
  841. this.btnShift1.TabStop = false;
  842. this.btnShift1.Text = "shift";
  843. this.btnShift1.UseVisualStyleBackColor = false;
  844. this.btnShift1.Click += new System.EventHandler(this.btnShift_Click);
  845. //
  846. // btnCtrl2
  847. //
  848. this.btnCtrl2.BackColor = System.Drawing.Color.Black;
  849. this.btnCtrl2.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  850. this.btnCtrl2.ForeColor = System.Drawing.Color.White;
  851. this.btnCtrl2.Location = new System.Drawing.Point(772, 317);
  852. this.btnCtrl2.Name = "btnCtrl2";
  853. this.btnCtrl2.Size = new System.Drawing.Size(70, 55);
  854. this.btnCtrl2.TabIndex = 83;
  855. this.btnCtrl2.TabStop = false;
  856. this.btnCtrl2.Text = "ctrl";
  857. this.btnCtrl2.UseVisualStyleBackColor = false;
  858. this.btnCtrl2.Click += new System.EventHandler(this.btnCtrl_Click);
  859. //
  860. // btnAlt2
  861. //
  862. this.btnAlt2.BackColor = System.Drawing.Color.Black;
  863. this.btnAlt2.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  864. this.btnAlt2.ForeColor = System.Drawing.Color.White;
  865. this.btnAlt2.Location = new System.Drawing.Point(696, 317);
  866. this.btnAlt2.Name = "btnAlt2";
  867. this.btnAlt2.Size = new System.Drawing.Size(70, 55);
  868. this.btnAlt2.TabIndex = 82;
  869. this.btnAlt2.TabStop = false;
  870. this.btnAlt2.Text = "alt";
  871. this.btnAlt2.UseVisualStyleBackColor = false;
  872. this.btnAlt2.Click += new System.EventHandler(this.btnAlt_Click);
  873. //
  874. // btnBlanket
  875. //
  876. this.btnBlanket.BackColor = System.Drawing.Color.Black;
  877. this.btnBlanket.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  878. this.btnBlanket.ForeColor = System.Drawing.Color.White;
  879. this.btnBlanket.Location = new System.Drawing.Point(316, 317);
  880. this.btnBlanket.Name = "btnBlanket";
  881. this.btnBlanket.Size = new System.Drawing.Size(374, 55);
  882. this.btnBlanket.TabIndex = 76;
  883. this.btnBlanket.TabStop = false;
  884. this.btnBlanket.Text = " ";
  885. this.btnBlanket.UseVisualStyleBackColor = false;
  886. this.btnBlanket.Click += new System.EventHandler(this.btnCharKey_Click);
  887. //
  888. // btnAlt1
  889. //
  890. this.btnAlt1.BackColor = System.Drawing.Color.Black;
  891. this.btnAlt1.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  892. this.btnAlt1.ForeColor = System.Drawing.Color.White;
  893. this.btnAlt1.Location = new System.Drawing.Point(240, 317);
  894. this.btnAlt1.Name = "btnAlt1";
  895. this.btnAlt1.Size = new System.Drawing.Size(70, 55);
  896. this.btnAlt1.TabIndex = 75;
  897. this.btnAlt1.TabStop = false;
  898. this.btnAlt1.Text = "alt";
  899. this.btnAlt1.UseVisualStyleBackColor = false;
  900. this.btnAlt1.Click += new System.EventHandler(this.btnAlt_Click);
  901. //
  902. // btnWin1
  903. //
  904. this.btnWin1.BackColor = System.Drawing.Color.Black;
  905. this.btnWin1.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  906. this.btnWin1.ForeColor = System.Drawing.Color.White;
  907. this.btnWin1.Location = new System.Drawing.Point(164, 317);
  908. this.btnWin1.Name = "btnWin1";
  909. this.btnWin1.Size = new System.Drawing.Size(70, 55);
  910. this.btnWin1.TabIndex = 74;
  911. this.btnWin1.TabStop = false;
  912. this.btnWin1.Text = "win";
  913. this.btnWin1.UseVisualStyleBackColor = false;
  914. this.btnWin1.Click += new System.EventHandler(this.btnWin1_Click);
  915. //
  916. // btnCtrl1
  917. //
  918. this.btnCtrl1.BackColor = System.Drawing.Color.Black;
  919. this.btnCtrl1.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  920. this.btnCtrl1.ForeColor = System.Drawing.Color.White;
  921. this.btnCtrl1.Location = new System.Drawing.Point(12, 317);
  922. this.btnCtrl1.Name = "btnCtrl1";
  923. this.btnCtrl1.Size = new System.Drawing.Size(146, 55);
  924. this.btnCtrl1.TabIndex = 73;
  925. this.btnCtrl1.TabStop = false;
  926. this.btnCtrl1.Text = "ctrl";
  927. this.btnCtrl1.UseVisualStyleBackColor = false;
  928. this.btnCtrl1.Click += new System.EventHandler(this.btnCtrl_Click);
  929. //
  930. // btnLeft
  931. //
  932. this.btnLeft.BackColor = System.Drawing.Color.Black;
  933. this.btnLeft.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  934. this.btnLeft.ForeColor = System.Drawing.Color.White;
  935. this.btnLeft.Location = new System.Drawing.Point(848, 317);
  936. this.btnLeft.Name = "btnLeft";
  937. this.btnLeft.Size = new System.Drawing.Size(70, 55);
  938. this.btnLeft.TabIndex = 84;
  939. this.btnLeft.TabStop = false;
  940. this.btnLeft.Text = "←";
  941. this.btnLeft.UseVisualStyleBackColor = false;
  942. this.btnLeft.Click += new System.EventHandler(this.btnLeft_Click);
  943. //
  944. // btnRight
  945. //
  946. this.btnRight.BackColor = System.Drawing.Color.Black;
  947. this.btnRight.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  948. this.btnRight.ForeColor = System.Drawing.Color.White;
  949. this.btnRight.Location = new System.Drawing.Point(1032, 317);
  950. this.btnRight.Name = "btnRight";
  951. this.btnRight.Size = new System.Drawing.Size(70, 55);
  952. this.btnRight.TabIndex = 85;
  953. this.btnRight.TabStop = false;
  954. this.btnRight.Text = "→";
  955. this.btnRight.UseVisualStyleBackColor = false;
  956. this.btnRight.Click += new System.EventHandler(this.btnRight_Click);
  957. //
  958. // btnUp
  959. //
  960. this.btnUp.BackColor = System.Drawing.Color.Black;
  961. this.btnUp.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  962. this.btnUp.ForeColor = System.Drawing.Color.White;
  963. this.btnUp.Location = new System.Drawing.Point(924, 317);
  964. this.btnUp.Name = "btnUp";
  965. this.btnUp.Size = new System.Drawing.Size(102, 30);
  966. this.btnUp.TabIndex = 86;
  967. this.btnUp.TabStop = false;
  968. this.btnUp.Text = "↑";
  969. this.btnUp.UseVisualStyleBackColor = false;
  970. this.btnUp.Click += new System.EventHandler(this.btnUp_Click);
  971. //
  972. // btnDown
  973. //
  974. this.btnDown.BackColor = System.Drawing.Color.Black;
  975. this.btnDown.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  976. this.btnDown.ForeColor = System.Drawing.Color.White;
  977. this.btnDown.Location = new System.Drawing.Point(924, 344);
  978. this.btnDown.Name = "btnDown";
  979. this.btnDown.Size = new System.Drawing.Size(102, 30);
  980. this.btnDown.TabIndex = 87;
  981. this.btnDown.TabStop = false;
  982. this.btnDown.Text = "↓";
  983. this.btnDown.UseVisualStyleBackColor = false;
  984. this.btnDown.Click += new System.EventHandler(this.btnDown_Click);
  985. //
  986. // txtInput
  987. //
  988. this.txtInput.AcceptsReturn = true;
  989. this.txtInput.AcceptsTab = true;
  990. this.txtInput.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  991. this.txtInput.Location = new System.Drawing.Point(544, 12);
  992. this.txtInput.Multiline = true;
  993. this.txtInput.Name = "txtInput";
  994. this.txtInput.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  995. this.txtInput.Size = new System.Drawing.Size(450, 45);
  996. this.txtInput.TabIndex = 88;
  997. this.txtInput.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  998. //
  999. // btnShift2
  1000. //
  1001. this.btnShift2.BackColor = System.Drawing.Color.Black;
  1002. this.btnShift2.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1003. this.btnShift2.ForeColor = System.Drawing.Color.White;
  1004. this.btnShift2.Location = new System.Drawing.Point(924, 256);
  1005. this.btnShift2.Name = "btnShift2";
  1006. this.btnShift2.Size = new System.Drawing.Size(178, 55);
  1007. this.btnShift2.TabIndex = 89;
  1008. this.btnShift2.TabStop = false;
  1009. this.btnShift2.Text = "shift";
  1010. this.btnShift2.UseVisualStyleBackColor = false;
  1011. this.btnShift2.Click += new System.EventHandler(this.btnShift_Click);
  1012. //
  1013. // label3
  1014. //
  1015. this.label3.AutoSize = true;
  1016. this.label3.Font = new System.Drawing.Font("宋体", 15.75F);
  1017. this.label3.ForeColor = System.Drawing.Color.Black;
  1018. this.label3.Location = new System.Drawing.Point(12, 27);
  1019. this.label3.Name = "label3";
  1020. this.label3.Size = new System.Drawing.Size(42, 21);
  1021. this.label3.TabIndex = 91;
  1022. this.label3.Text = "旧:";
  1023. //
  1024. // lblCaption
  1025. //
  1026. this.lblCaption.AutoSize = true;
  1027. this.lblCaption.Font = new System.Drawing.Font("宋体", 15.75F);
  1028. this.lblCaption.ForeColor = System.Drawing.Color.Black;
  1029. this.lblCaption.Location = new System.Drawing.Point(468, 27);
  1030. this.lblCaption.Name = "lblCaption";
  1031. this.lblCaption.Size = new System.Drawing.Size(42, 21);
  1032. this.lblCaption.TabIndex = 90;
  1033. this.lblCaption.Text = "新:";
  1034. //
  1035. // txtPreview
  1036. //
  1037. this.txtPreview.AcceptsReturn = true;
  1038. this.txtPreview.AcceptsTab = true;
  1039. this.txtPreview.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1040. this.txtPreview.Location = new System.Drawing.Point(60, 12);
  1041. this.txtPreview.Multiline = true;
  1042. this.txtPreview.Name = "txtPreview";
  1043. this.txtPreview.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  1044. this.txtPreview.Size = new System.Drawing.Size(402, 45);
  1045. this.txtPreview.TabIndex = 92;
  1046. this.txtPreview.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1047. //
  1048. // btnExit
  1049. //
  1050. this.btnExit.BackColor = System.Drawing.Color.Black;
  1051. this.btnExit.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1052. this.btnExit.ForeColor = System.Drawing.Color.White;
  1053. this.btnExit.Location = new System.Drawing.Point(1000, 12);
  1054. this.btnExit.Name = "btnExit";
  1055. this.btnExit.Size = new System.Drawing.Size(102, 55);
  1056. this.btnExit.TabIndex = 93;
  1057. this.btnExit.TabStop = false;
  1058. this.btnExit.Text = "取消";
  1059. this.btnExit.UseVisualStyleBackColor = false;
  1060. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  1061. //
  1062. // FullKeyboardForm
  1063. //
  1064. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  1065. this.ClientSize = new System.Drawing.Size(1108, 377);
  1066. this.Controls.Add(this.btnExit);
  1067. this.Controls.Add(this.txtPreview);
  1068. this.Controls.Add(this.label3);
  1069. this.Controls.Add(this.lblCaption);
  1070. this.Controls.Add(this.btnShift2);
  1071. this.Controls.Add(this.txtInput);
  1072. this.Controls.Add(this.btnDown);
  1073. this.Controls.Add(this.btnUp);
  1074. this.Controls.Add(this.btnRight);
  1075. this.Controls.Add(this.btnLeft);
  1076. this.Controls.Add(this.btnCtrl2);
  1077. this.Controls.Add(this.btnAlt2);
  1078. this.Controls.Add(this.btnBlanket);
  1079. this.Controls.Add(this.btnAlt1);
  1080. this.Controls.Add(this.btnWin1);
  1081. this.Controls.Add(this.btnCtrl1);
  1082. this.Controls.Add(this.btnDoubleCharKey21);
  1083. this.Controls.Add(this.btnDoubleCharKey20);
  1084. this.Controls.Add(this.btnDoubleCharKey19);
  1085. this.Controls.Add(this.btnM);
  1086. this.Controls.Add(this.btnN);
  1087. this.Controls.Add(this.btnB);
  1088. this.Controls.Add(this.btnV);
  1089. this.Controls.Add(this.btnC);
  1090. this.Controls.Add(this.btnX);
  1091. this.Controls.Add(this.btnZ);
  1092. this.Controls.Add(this.btnShift1);
  1093. this.Controls.Add(this.btnEnter);
  1094. this.Controls.Add(this.btnDoubleCharKey18);
  1095. this.Controls.Add(this.btnDoubleCharKey17);
  1096. this.Controls.Add(this.btnL);
  1097. this.Controls.Add(this.btnK);
  1098. this.Controls.Add(this.VJ);
  1099. this.Controls.Add(this.btnH);
  1100. this.Controls.Add(this.btnG);
  1101. this.Controls.Add(this.btnF);
  1102. this.Controls.Add(this.btnD);
  1103. this.Controls.Add(this.btnS);
  1104. this.Controls.Add(this.btnA);
  1105. this.Controls.Add(this.btnCapsLock);
  1106. this.Controls.Add(this.btnDoubleCharKey16);
  1107. this.Controls.Add(this.btnDoubleCharKey15);
  1108. this.Controls.Add(this.btnDoubleCharKey14);
  1109. this.Controls.Add(this.btnP);
  1110. this.Controls.Add(this.btnO);
  1111. this.Controls.Add(this.btnI);
  1112. this.Controls.Add(this.btnU);
  1113. this.Controls.Add(this.btnY);
  1114. this.Controls.Add(this.btnT);
  1115. this.Controls.Add(this.btnR);
  1116. this.Controls.Add(this.btnE);
  1117. this.Controls.Add(this.btnW);
  1118. this.Controls.Add(this.btnQ);
  1119. this.Controls.Add(this.btnTab);
  1120. this.Controls.Add(this.btnDoubleCharKey1);
  1121. this.Controls.Add(this.btnBack);
  1122. this.Controls.Add(this.btnDoubleCharKey13);
  1123. this.Controls.Add(this.btnDoubleCharKey12);
  1124. this.Controls.Add(this.btnDoubleCharKey11);
  1125. this.Controls.Add(this.btnDoubleCharKey10);
  1126. this.Controls.Add(this.btnDoubleCharKey9);
  1127. this.Controls.Add(this.btnDoubleCharKey8);
  1128. this.Controls.Add(this.btnDoubleCharKey7);
  1129. this.Controls.Add(this.btnDoubleCharKey6);
  1130. this.Controls.Add(this.btnDoubleCharKey5);
  1131. this.Controls.Add(this.btnDoubleCharKey4);
  1132. this.Controls.Add(this.btnDoubleCharKey3);
  1133. this.Controls.Add(this.btnDoubleCharKey2);
  1134. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  1135. this.Name = "FullKeyboardForm";
  1136. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  1137. this.Text = "FullKeyboardForm";
  1138. this.Load += new System.EventHandler(this.FullKeyboardForm_Load);
  1139. this.Shown += new System.EventHandler(this.FullKeyboardForm_Shown);
  1140. this.ResumeLayout(false);
  1141. this.PerformLayout();
  1142. }
  1143. #endregion
  1144. private System.Windows.Forms.Button btnDoubleCharKey2;
  1145. private System.Windows.Forms.Button btnDoubleCharKey3;
  1146. private System.Windows.Forms.Button btnDoubleCharKey4;
  1147. private System.Windows.Forms.Button btnDoubleCharKey5;
  1148. private System.Windows.Forms.Button btnDoubleCharKey6;
  1149. private System.Windows.Forms.Button btnDoubleCharKey7;
  1150. private System.Windows.Forms.Button btnDoubleCharKey8;
  1151. private System.Windows.Forms.Button btnDoubleCharKey9;
  1152. private System.Windows.Forms.Button btnDoubleCharKey10;
  1153. private System.Windows.Forms.Button btnDoubleCharKey11;
  1154. private System.Windows.Forms.Button btnDoubleCharKey12;
  1155. private System.Windows.Forms.Button btnDoubleCharKey13;
  1156. private System.Windows.Forms.Button btnBack;
  1157. private System.Windows.Forms.Button btnDoubleCharKey1;
  1158. private System.Windows.Forms.Button btnTab;
  1159. private System.Windows.Forms.Button btnQ;
  1160. private System.Windows.Forms.Button btnW;
  1161. private System.Windows.Forms.Button btnE;
  1162. private System.Windows.Forms.Button btnR;
  1163. private System.Windows.Forms.Button btnT;
  1164. private System.Windows.Forms.Button btnY;
  1165. private System.Windows.Forms.Button btnU;
  1166. private System.Windows.Forms.Button btnI;
  1167. private System.Windows.Forms.Button btnO;
  1168. private System.Windows.Forms.Button btnP;
  1169. private System.Windows.Forms.Button btnDoubleCharKey14;
  1170. private System.Windows.Forms.Button btnDoubleCharKey15;
  1171. private System.Windows.Forms.Button btnDoubleCharKey16;
  1172. private System.Windows.Forms.Button btnEnter;
  1173. private System.Windows.Forms.Button btnDoubleCharKey18;
  1174. private System.Windows.Forms.Button btnDoubleCharKey17;
  1175. private System.Windows.Forms.Button btnL;
  1176. private System.Windows.Forms.Button btnK;
  1177. private System.Windows.Forms.Button VJ;
  1178. private System.Windows.Forms.Button btnH;
  1179. private System.Windows.Forms.Button btnG;
  1180. private System.Windows.Forms.Button btnF;
  1181. private System.Windows.Forms.Button btnD;
  1182. private System.Windows.Forms.Button btnS;
  1183. private System.Windows.Forms.Button btnA;
  1184. private System.Windows.Forms.Button btnCapsLock;
  1185. private System.Windows.Forms.Button btnDoubleCharKey21;
  1186. private System.Windows.Forms.Button btnDoubleCharKey20;
  1187. private System.Windows.Forms.Button btnDoubleCharKey19;
  1188. private System.Windows.Forms.Button btnM;
  1189. private System.Windows.Forms.Button btnN;
  1190. private System.Windows.Forms.Button btnB;
  1191. private System.Windows.Forms.Button btnV;
  1192. private System.Windows.Forms.Button btnC;
  1193. private System.Windows.Forms.Button btnX;
  1194. private System.Windows.Forms.Button btnZ;
  1195. private System.Windows.Forms.Button btnShift1;
  1196. private System.Windows.Forms.Button btnCtrl2;
  1197. private System.Windows.Forms.Button btnAlt2;
  1198. private System.Windows.Forms.Button btnBlanket;
  1199. private System.Windows.Forms.Button btnAlt1;
  1200. private System.Windows.Forms.Button btnWin1;
  1201. private System.Windows.Forms.Button btnCtrl1;
  1202. private System.Windows.Forms.Button btnLeft;
  1203. private System.Windows.Forms.Button btnRight;
  1204. private System.Windows.Forms.Button btnUp;
  1205. private System.Windows.Forms.Button btnDown;
  1206. private System.Windows.Forms.TextBox txtInput;
  1207. private System.Windows.Forms.Button btnShift2;
  1208. private System.Windows.Forms.Label label3;
  1209. private System.Windows.Forms.Label lblCaption;
  1210. private System.Windows.Forms.TextBox txtPreview;
  1211. private System.Windows.Forms.Button btnExit;
  1212. }