PassKey.cs 87 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554
  1. using LYFZ.ComponentLibrary.Properties;
  2. using LYFZ.OtherExpansion.SkinClass;
  3. using LYFZ.OtherExpansion.Win32;
  4. using System;
  5. using System.ComponentModel;
  6. using System.Drawing;
  7. using System.Windows.Forms;
  8. namespace LYFZ.OtherExpansion.SkinControl
  9. {
  10. public class PassKey : Form
  11. {
  12. private IContainer components;
  13. private SkinButtom btnDelet;
  14. private SkinButtom btnCapsLock;
  15. private SkinButtom btnClose;
  16. private SkinButtom btnShift;
  17. private SkinButtom btn7;
  18. private ToolTip toolShow;
  19. private SkinButtom btn8;
  20. private SkinButtom btn0;
  21. private SkinButtom btn9;
  22. private SkinButtom btn3;
  23. private SkinButtom btn2;
  24. private SkinButtom btn1;
  25. private SkinButtom btnd1;
  26. private SkinButtom btn6;
  27. private SkinButtom btn5;
  28. private SkinButtom btn4;
  29. private SkinButtom btnl;
  30. private SkinButtom btnk;
  31. private SkinButtom btnj;
  32. private SkinButtom btni;
  33. private SkinButtom btnh;
  34. private SkinButtom btng;
  35. private SkinButtom btnf;
  36. private SkinButtom btne;
  37. private SkinButtom btnd;
  38. private SkinButtom btnc;
  39. private SkinButtom btnb;
  40. private SkinButtom btna;
  41. private SkinButtom btnm;
  42. private SkinButtom btny;
  43. private SkinButtom btnx;
  44. private SkinButtom btnw;
  45. private SkinButtom btnv;
  46. private SkinButtom btnu;
  47. private SkinButtom btnt;
  48. private SkinButtom btns;
  49. private SkinButtom btnr;
  50. private SkinButtom btnq;
  51. private SkinButtom btnp;
  52. private SkinButtom btno;
  53. private SkinButtom btnn;
  54. private SkinButtom btnz;
  55. private SkinButtom btnhx2;
  56. private SkinButtom btndh;
  57. private SkinButtom btnjh;
  58. private SkinButtom btnhx;
  59. private SkinButtom btnd4;
  60. private SkinButtom btnd3;
  61. private SkinButtom btnd2;
  62. private SkinButtom btnMh;
  63. private SkinButtom btnKh2;
  64. private SkinButtom btnKh1;
  65. private SkinTextBox txt;
  66. private int X;
  67. private int Y;
  68. private Image Norml;
  69. private Image Mouse;
  70. private bool ToUpper;
  71. private bool flag;
  72. private Image Norml2;
  73. private Image Mouse2;
  74. private bool flag2;
  75. protected override void Dispose(bool disposing)
  76. {
  77. if (disposing && this.components != null)
  78. {
  79. this.components.Dispose();
  80. }
  81. base.Dispose(disposing);
  82. }
  83. private void InitializeComponent()
  84. {
  85. this.components = new System.ComponentModel.Container();
  86. this.toolShow = new System.Windows.Forms.ToolTip(this.components);
  87. this.btnhx2 = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  88. this.btndh = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  89. this.btnjh = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  90. this.btnhx = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  91. this.btnd4 = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  92. this.btnd3 = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  93. this.btnd2 = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  94. this.btnMh = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  95. this.btnKh2 = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  96. this.btnKh1 = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  97. this.btny = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  98. this.btnx = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  99. this.btnw = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  100. this.btnv = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  101. this.btnu = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  102. this.btnt = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  103. this.btns = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  104. this.btnr = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  105. this.btnq = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  106. this.btnp = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  107. this.btno = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  108. this.btnn = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  109. this.btnz = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  110. this.btna = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  111. this.btnm = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  112. this.btnl = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  113. this.btnk = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  114. this.btnj = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  115. this.btni = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  116. this.btnh = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  117. this.btng = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  118. this.btnf = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  119. this.btne = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  120. this.btnd = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  121. this.btnc = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  122. this.btnb = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  123. this.btn6 = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  124. this.btn5 = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  125. this.btn4 = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  126. this.btn3 = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  127. this.btn2 = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  128. this.btn1 = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  129. this.btnd1 = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  130. this.btn0 = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  131. this.btn9 = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  132. this.btn8 = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  133. this.btn7 = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  134. this.btnShift = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  135. this.btnClose = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  136. this.btnCapsLock = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  137. this.btnDelet = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  138. this.SuspendLayout();
  139. //
  140. // btnhx2
  141. //
  142. this.btnhx2.BackColor = System.Drawing.Color.Transparent;
  143. this.btnhx2.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  144. this.btnhx2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  145. this.btnhx2.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  146. this.btnhx2.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  147. this.btnhx2.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  148. this.btnhx2.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  149. this.btnhx2.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  150. this.btnhx2.Location = new System.Drawing.Point(268, 30);
  151. this.btnhx2.Margin = new System.Windows.Forms.Padding(0);
  152. this.btnhx2.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  153. this.btnhx2.Name = "btnhx2";
  154. this.btnhx2.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  155. this.btnhx2.Palace = true;
  156. this.btnhx2.Radius = 4;
  157. this.btnhx2.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  158. this.btnhx2.Size = new System.Drawing.Size(24, 24);
  159. this.btnhx2.TabIndex = 50;
  160. this.btnhx2.Tag = "1|\\";
  161. this.btnhx2.Text = "\\";
  162. this.btnhx2.UseVisualStyleBackColor = false;
  163. this.btnhx2.Click += new System.EventHandler(this.btn_Click);
  164. //
  165. // btndh
  166. //
  167. this.btndh.BackColor = System.Drawing.Color.Transparent;
  168. this.btndh.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  169. this.btndh.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  170. this.btndh.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  171. this.btndh.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  172. this.btndh.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  173. this.btndh.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  174. this.btndh.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  175. this.btndh.Location = new System.Drawing.Point(243, 30);
  176. this.btndh.Margin = new System.Windows.Forms.Padding(0);
  177. this.btndh.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  178. this.btndh.Name = "btndh";
  179. this.btndh.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  180. this.btndh.Palace = true;
  181. this.btndh.Radius = 4;
  182. this.btndh.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  183. this.btndh.Size = new System.Drawing.Size(24, 24);
  184. this.btndh.TabIndex = 49;
  185. this.btndh.Tag = "1+=";
  186. this.btndh.Text = "=";
  187. this.btndh.UseVisualStyleBackColor = false;
  188. this.btndh.Click += new System.EventHandler(this.btn_Click);
  189. //
  190. // btnjh
  191. //
  192. this.btnjh.BackColor = System.Drawing.Color.Transparent;
  193. this.btnjh.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  194. this.btnjh.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  195. this.btnjh.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  196. this.btnjh.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  197. this.btnjh.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  198. this.btnjh.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  199. this.btnjh.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  200. this.btnjh.Location = new System.Drawing.Point(218, 30);
  201. this.btnjh.Margin = new System.Windows.Forms.Padding(0);
  202. this.btnjh.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  203. this.btnjh.Name = "btnjh";
  204. this.btnjh.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  205. this.btnjh.Palace = true;
  206. this.btnjh.Radius = 4;
  207. this.btnjh.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  208. this.btnjh.Size = new System.Drawing.Size(24, 24);
  209. this.btnjh.TabIndex = 48;
  210. this.btnjh.Tag = "1_-";
  211. this.btnjh.Text = "-";
  212. this.btnjh.UseVisualStyleBackColor = false;
  213. this.btnjh.Click += new System.EventHandler(this.btn_Click);
  214. //
  215. // btnhx
  216. //
  217. this.btnhx.BackColor = System.Drawing.Color.Transparent;
  218. this.btnhx.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  219. this.btnhx.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  220. this.btnhx.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  221. this.btnhx.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  222. this.btnhx.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  223. this.btnhx.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  224. this.btnhx.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  225. this.btnhx.Location = new System.Drawing.Point(193, 30);
  226. this.btnhx.Margin = new System.Windows.Forms.Padding(0);
  227. this.btnhx.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  228. this.btnhx.Name = "btnhx";
  229. this.btnhx.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  230. this.btnhx.Palace = true;
  231. this.btnhx.Radius = 4;
  232. this.btnhx.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  233. this.btnhx.Size = new System.Drawing.Size(24, 24);
  234. this.btnhx.TabIndex = 47;
  235. this.btnhx.Tag = "1?/";
  236. this.btnhx.Text = "/";
  237. this.btnhx.UseVisualStyleBackColor = false;
  238. this.btnhx.Click += new System.EventHandler(this.btn_Click);
  239. //
  240. // btnd4
  241. //
  242. this.btnd4.BackColor = System.Drawing.Color.Transparent;
  243. this.btnd4.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  244. this.btnd4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  245. this.btnd4.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  246. this.btnd4.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  247. this.btnd4.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  248. this.btnd4.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  249. this.btnd4.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  250. this.btnd4.Location = new System.Drawing.Point(168, 30);
  251. this.btnd4.Margin = new System.Windows.Forms.Padding(0);
  252. this.btnd4.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  253. this.btnd4.Name = "btnd4";
  254. this.btnd4.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  255. this.btnd4.Palace = true;
  256. this.btnd4.Radius = 4;
  257. this.btnd4.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  258. this.btnd4.Size = new System.Drawing.Size(24, 24);
  259. this.btnd4.TabIndex = 46;
  260. this.btnd4.Tag = "1>.";
  261. this.btnd4.Text = ".";
  262. this.btnd4.UseVisualStyleBackColor = false;
  263. this.btnd4.Click += new System.EventHandler(this.btn_Click);
  264. //
  265. // btnd3
  266. //
  267. this.btnd3.BackColor = System.Drawing.Color.Transparent;
  268. this.btnd3.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  269. this.btnd3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  270. this.btnd3.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  271. this.btnd3.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  272. this.btnd3.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  273. this.btnd3.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  274. this.btnd3.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  275. this.btnd3.Location = new System.Drawing.Point(143, 30);
  276. this.btnd3.Margin = new System.Windows.Forms.Padding(0);
  277. this.btnd3.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  278. this.btnd3.Name = "btnd3";
  279. this.btnd3.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  280. this.btnd3.Palace = true;
  281. this.btnd3.Radius = 4;
  282. this.btnd3.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  283. this.btnd3.Size = new System.Drawing.Size(24, 24);
  284. this.btnd3.TabIndex = 45;
  285. this.btnd3.Tag = "1<,";
  286. this.btnd3.Text = ",";
  287. this.btnd3.UseVisualStyleBackColor = false;
  288. this.btnd3.Click += new System.EventHandler(this.btn_Click);
  289. //
  290. // btnd2
  291. //
  292. this.btnd2.BackColor = System.Drawing.Color.Transparent;
  293. this.btnd2.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  294. this.btnd2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  295. this.btnd2.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  296. this.btnd2.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  297. this.btnd2.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  298. this.btnd2.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  299. this.btnd2.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  300. this.btnd2.Location = new System.Drawing.Point(118, 30);
  301. this.btnd2.Margin = new System.Windows.Forms.Padding(0);
  302. this.btnd2.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  303. this.btnd2.Name = "btnd2";
  304. this.btnd2.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  305. this.btnd2.Palace = true;
  306. this.btnd2.Radius = 4;
  307. this.btnd2.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  308. this.btnd2.Size = new System.Drawing.Size(24, 24);
  309. this.btnd2.TabIndex = 44;
  310. this.btnd2.Tag = "1\"\'";
  311. this.btnd2.Text = "\'";
  312. this.btnd2.UseVisualStyleBackColor = false;
  313. this.btnd2.Click += new System.EventHandler(this.btn_Click);
  314. //
  315. // btnMh
  316. //
  317. this.btnMh.BackColor = System.Drawing.Color.Transparent;
  318. this.btnMh.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  319. this.btnMh.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  320. this.btnMh.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  321. this.btnMh.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  322. this.btnMh.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  323. this.btnMh.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  324. this.btnMh.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  325. this.btnMh.Location = new System.Drawing.Point(93, 30);
  326. this.btnMh.Margin = new System.Windows.Forms.Padding(0);
  327. this.btnMh.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  328. this.btnMh.Name = "btnMh";
  329. this.btnMh.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  330. this.btnMh.Palace = true;
  331. this.btnMh.Radius = 4;
  332. this.btnMh.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  333. this.btnMh.Size = new System.Drawing.Size(24, 24);
  334. this.btnMh.TabIndex = 43;
  335. this.btnMh.Tag = "1:;";
  336. this.btnMh.Text = ";";
  337. this.btnMh.UseVisualStyleBackColor = false;
  338. this.btnMh.Click += new System.EventHandler(this.btn_Click);
  339. //
  340. // btnKh2
  341. //
  342. this.btnKh2.BackColor = System.Drawing.Color.Transparent;
  343. this.btnKh2.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  344. this.btnKh2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  345. this.btnKh2.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  346. this.btnKh2.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  347. this.btnKh2.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  348. this.btnKh2.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  349. this.btnKh2.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  350. this.btnKh2.Location = new System.Drawing.Point(68, 30);
  351. this.btnKh2.Margin = new System.Windows.Forms.Padding(0);
  352. this.btnKh2.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  353. this.btnKh2.Name = "btnKh2";
  354. this.btnKh2.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  355. this.btnKh2.Palace = true;
  356. this.btnKh2.Radius = 4;
  357. this.btnKh2.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  358. this.btnKh2.Size = new System.Drawing.Size(24, 24);
  359. this.btnKh2.TabIndex = 42;
  360. this.btnKh2.Tag = "1}]";
  361. this.btnKh2.Text = "]";
  362. this.btnKh2.UseVisualStyleBackColor = false;
  363. this.btnKh2.Click += new System.EventHandler(this.btn_Click);
  364. //
  365. // btnKh1
  366. //
  367. this.btnKh1.BackColor = System.Drawing.Color.Transparent;
  368. this.btnKh1.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  369. this.btnKh1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  370. this.btnKh1.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  371. this.btnKh1.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  372. this.btnKh1.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  373. this.btnKh1.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  374. this.btnKh1.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  375. this.btnKh1.Location = new System.Drawing.Point(43, 30);
  376. this.btnKh1.Margin = new System.Windows.Forms.Padding(0);
  377. this.btnKh1.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  378. this.btnKh1.Name = "btnKh1";
  379. this.btnKh1.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  380. this.btnKh1.Palace = true;
  381. this.btnKh1.Radius = 4;
  382. this.btnKh1.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  383. this.btnKh1.Size = new System.Drawing.Size(24, 24);
  384. this.btnKh1.TabIndex = 41;
  385. this.btnKh1.Tag = "1{[";
  386. this.btnKh1.Text = "[";
  387. this.btnKh1.UseVisualStyleBackColor = false;
  388. this.btnKh1.Click += new System.EventHandler(this.btn_Click);
  389. //
  390. // btny
  391. //
  392. this.btny.BackColor = System.Drawing.Color.Transparent;
  393. this.btny.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  394. this.btny.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  395. this.btny.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  396. this.btny.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  397. this.btny.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  398. this.btny.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  399. this.btny.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  400. this.btny.Location = new System.Drawing.Point(323, 82);
  401. this.btny.Margin = new System.Windows.Forms.Padding(0);
  402. this.btny.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  403. this.btny.Name = "btny";
  404. this.btny.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  405. this.btny.Radius = 4;
  406. this.btny.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  407. this.btny.Size = new System.Drawing.Size(25, 24);
  408. this.btny.TabIndex = 40;
  409. this.btny.Tag = "2";
  410. this.btny.Text = "y";
  411. this.btny.UseVisualStyleBackColor = false;
  412. this.btny.Click += new System.EventHandler(this.btn_Click);
  413. //
  414. // btnx
  415. //
  416. this.btnx.BackColor = System.Drawing.Color.Transparent;
  417. this.btnx.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  418. this.btnx.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  419. this.btnx.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  420. this.btnx.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  421. this.btnx.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  422. this.btnx.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  423. this.btnx.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  424. this.btnx.Location = new System.Drawing.Point(297, 82);
  425. this.btnx.Margin = new System.Windows.Forms.Padding(0);
  426. this.btnx.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  427. this.btnx.Name = "btnx";
  428. this.btnx.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  429. this.btnx.Radius = 4;
  430. this.btnx.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  431. this.btnx.Size = new System.Drawing.Size(25, 24);
  432. this.btnx.TabIndex = 39;
  433. this.btnx.Tag = "2";
  434. this.btnx.Text = "x";
  435. this.btnx.UseVisualStyleBackColor = false;
  436. this.btnx.Click += new System.EventHandler(this.btn_Click);
  437. //
  438. // btnw
  439. //
  440. this.btnw.BackColor = System.Drawing.Color.Transparent;
  441. this.btnw.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  442. this.btnw.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  443. this.btnw.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  444. this.btnw.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  445. this.btnw.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  446. this.btnw.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  447. this.btnw.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  448. this.btnw.Location = new System.Drawing.Point(271, 82);
  449. this.btnw.Margin = new System.Windows.Forms.Padding(0);
  450. this.btnw.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  451. this.btnw.Name = "btnw";
  452. this.btnw.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  453. this.btnw.Radius = 4;
  454. this.btnw.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  455. this.btnw.Size = new System.Drawing.Size(25, 24);
  456. this.btnw.TabIndex = 38;
  457. this.btnw.Tag = "2";
  458. this.btnw.Text = "w";
  459. this.btnw.UseVisualStyleBackColor = false;
  460. this.btnw.Click += new System.EventHandler(this.btn_Click);
  461. //
  462. // btnv
  463. //
  464. this.btnv.BackColor = System.Drawing.Color.Transparent;
  465. this.btnv.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  466. this.btnv.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  467. this.btnv.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  468. this.btnv.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  469. this.btnv.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  470. this.btnv.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  471. this.btnv.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  472. this.btnv.Location = new System.Drawing.Point(245, 82);
  473. this.btnv.Margin = new System.Windows.Forms.Padding(0);
  474. this.btnv.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  475. this.btnv.Name = "btnv";
  476. this.btnv.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  477. this.btnv.Radius = 4;
  478. this.btnv.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  479. this.btnv.Size = new System.Drawing.Size(25, 24);
  480. this.btnv.TabIndex = 37;
  481. this.btnv.Tag = "2";
  482. this.btnv.Text = "v";
  483. this.btnv.UseVisualStyleBackColor = false;
  484. this.btnv.Click += new System.EventHandler(this.btn_Click);
  485. //
  486. // btnu
  487. //
  488. this.btnu.BackColor = System.Drawing.Color.Transparent;
  489. this.btnu.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  490. this.btnu.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  491. this.btnu.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  492. this.btnu.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  493. this.btnu.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  494. this.btnu.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  495. this.btnu.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  496. this.btnu.Location = new System.Drawing.Point(219, 82);
  497. this.btnu.Margin = new System.Windows.Forms.Padding(0);
  498. this.btnu.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  499. this.btnu.Name = "btnu";
  500. this.btnu.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  501. this.btnu.Radius = 4;
  502. this.btnu.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  503. this.btnu.Size = new System.Drawing.Size(25, 24);
  504. this.btnu.TabIndex = 36;
  505. this.btnu.Tag = "2";
  506. this.btnu.Text = "u";
  507. this.btnu.UseVisualStyleBackColor = false;
  508. this.btnu.Click += new System.EventHandler(this.btn_Click);
  509. //
  510. // btnt
  511. //
  512. this.btnt.BackColor = System.Drawing.Color.Transparent;
  513. this.btnt.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  514. this.btnt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  515. this.btnt.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  516. this.btnt.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  517. this.btnt.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  518. this.btnt.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  519. this.btnt.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  520. this.btnt.Location = new System.Drawing.Point(193, 82);
  521. this.btnt.Margin = new System.Windows.Forms.Padding(0);
  522. this.btnt.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  523. this.btnt.Name = "btnt";
  524. this.btnt.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  525. this.btnt.Radius = 4;
  526. this.btnt.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  527. this.btnt.Size = new System.Drawing.Size(25, 24);
  528. this.btnt.TabIndex = 35;
  529. this.btnt.Tag = "2";
  530. this.btnt.Text = "t";
  531. this.btnt.UseVisualStyleBackColor = false;
  532. this.btnt.Click += new System.EventHandler(this.btn_Click);
  533. //
  534. // btns
  535. //
  536. this.btns.BackColor = System.Drawing.Color.Transparent;
  537. this.btns.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  538. this.btns.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  539. this.btns.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  540. this.btns.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  541. this.btns.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  542. this.btns.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  543. this.btns.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  544. this.btns.Location = new System.Drawing.Point(167, 82);
  545. this.btns.Margin = new System.Windows.Forms.Padding(0);
  546. this.btns.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  547. this.btns.Name = "btns";
  548. this.btns.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  549. this.btns.Radius = 4;
  550. this.btns.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  551. this.btns.Size = new System.Drawing.Size(25, 24);
  552. this.btns.TabIndex = 34;
  553. this.btns.Tag = "2";
  554. this.btns.Text = "s";
  555. this.btns.UseVisualStyleBackColor = false;
  556. this.btns.Click += new System.EventHandler(this.btn_Click);
  557. //
  558. // btnr
  559. //
  560. this.btnr.BackColor = System.Drawing.Color.Transparent;
  561. this.btnr.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  562. this.btnr.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  563. this.btnr.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  564. this.btnr.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  565. this.btnr.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  566. this.btnr.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  567. this.btnr.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  568. this.btnr.Location = new System.Drawing.Point(141, 82);
  569. this.btnr.Margin = new System.Windows.Forms.Padding(0);
  570. this.btnr.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  571. this.btnr.Name = "btnr";
  572. this.btnr.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  573. this.btnr.Radius = 4;
  574. this.btnr.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  575. this.btnr.Size = new System.Drawing.Size(25, 24);
  576. this.btnr.TabIndex = 33;
  577. this.btnr.Tag = "2";
  578. this.btnr.Text = "r";
  579. this.btnr.UseVisualStyleBackColor = false;
  580. this.btnr.Click += new System.EventHandler(this.btn_Click);
  581. //
  582. // btnq
  583. //
  584. this.btnq.BackColor = System.Drawing.Color.Transparent;
  585. this.btnq.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  586. this.btnq.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  587. this.btnq.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  588. this.btnq.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  589. this.btnq.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  590. this.btnq.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  591. this.btnq.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  592. this.btnq.Location = new System.Drawing.Point(115, 82);
  593. this.btnq.Margin = new System.Windows.Forms.Padding(0);
  594. this.btnq.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  595. this.btnq.Name = "btnq";
  596. this.btnq.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  597. this.btnq.Radius = 4;
  598. this.btnq.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  599. this.btnq.Size = new System.Drawing.Size(25, 24);
  600. this.btnq.TabIndex = 32;
  601. this.btnq.Tag = "2";
  602. this.btnq.Text = "q";
  603. this.btnq.UseVisualStyleBackColor = false;
  604. this.btnq.Click += new System.EventHandler(this.btn_Click);
  605. //
  606. // btnp
  607. //
  608. this.btnp.BackColor = System.Drawing.Color.Transparent;
  609. this.btnp.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  610. this.btnp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  611. this.btnp.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  612. this.btnp.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  613. this.btnp.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  614. this.btnp.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  615. this.btnp.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  616. this.btnp.Location = new System.Drawing.Point(89, 82);
  617. this.btnp.Margin = new System.Windows.Forms.Padding(0);
  618. this.btnp.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  619. this.btnp.Name = "btnp";
  620. this.btnp.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  621. this.btnp.Radius = 4;
  622. this.btnp.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  623. this.btnp.Size = new System.Drawing.Size(25, 24);
  624. this.btnp.TabIndex = 31;
  625. this.btnp.Tag = "2";
  626. this.btnp.Text = "p";
  627. this.btnp.UseVisualStyleBackColor = false;
  628. this.btnp.Click += new System.EventHandler(this.btn_Click);
  629. //
  630. // btno
  631. //
  632. this.btno.BackColor = System.Drawing.Color.Transparent;
  633. this.btno.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  634. this.btno.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  635. this.btno.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  636. this.btno.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  637. this.btno.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  638. this.btno.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  639. this.btno.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  640. this.btno.Location = new System.Drawing.Point(63, 82);
  641. this.btno.Margin = new System.Windows.Forms.Padding(0);
  642. this.btno.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  643. this.btno.Name = "btno";
  644. this.btno.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  645. this.btno.Radius = 4;
  646. this.btno.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  647. this.btno.Size = new System.Drawing.Size(25, 24);
  648. this.btno.TabIndex = 30;
  649. this.btno.Tag = "2";
  650. this.btno.Text = "o";
  651. this.btno.UseVisualStyleBackColor = false;
  652. this.btno.Click += new System.EventHandler(this.btn_Click);
  653. //
  654. // btnn
  655. //
  656. this.btnn.BackColor = System.Drawing.Color.Transparent;
  657. this.btnn.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  658. this.btnn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  659. this.btnn.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  660. this.btnn.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  661. this.btnn.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  662. this.btnn.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  663. this.btnn.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  664. this.btnn.Location = new System.Drawing.Point(37, 82);
  665. this.btnn.Margin = new System.Windows.Forms.Padding(0);
  666. this.btnn.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  667. this.btnn.Name = "btnn";
  668. this.btnn.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  669. this.btnn.Radius = 4;
  670. this.btnn.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  671. this.btnn.Size = new System.Drawing.Size(25, 24);
  672. this.btnn.TabIndex = 29;
  673. this.btnn.Tag = "2";
  674. this.btnn.Text = "n";
  675. this.btnn.UseVisualStyleBackColor = false;
  676. this.btnn.Click += new System.EventHandler(this.btn_Click);
  677. //
  678. // btnz
  679. //
  680. this.btnz.BackColor = System.Drawing.Color.Transparent;
  681. this.btnz.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  682. this.btnz.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  683. this.btnz.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  684. this.btnz.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  685. this.btnz.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  686. this.btnz.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  687. this.btnz.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  688. this.btnz.Location = new System.Drawing.Point(11, 82);
  689. this.btnz.Margin = new System.Windows.Forms.Padding(0);
  690. this.btnz.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  691. this.btnz.Name = "btnz";
  692. this.btnz.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  693. this.btnz.Radius = 4;
  694. this.btnz.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  695. this.btnz.Size = new System.Drawing.Size(25, 24);
  696. this.btnz.TabIndex = 28;
  697. this.btnz.Tag = "2";
  698. this.btnz.Text = "z";
  699. this.btnz.UseVisualStyleBackColor = false;
  700. this.btnz.Click += new System.EventHandler(this.btn_Click);
  701. //
  702. // btna
  703. //
  704. this.btna.BackColor = System.Drawing.Color.Transparent;
  705. this.btna.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  706. this.btna.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  707. this.btna.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  708. this.btna.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  709. this.btna.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  710. this.btna.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  711. this.btna.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  712. this.btna.Location = new System.Drawing.Point(323, 56);
  713. this.btna.Margin = new System.Windows.Forms.Padding(0);
  714. this.btna.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  715. this.btna.Name = "btna";
  716. this.btna.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  717. this.btna.Radius = 4;
  718. this.btna.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  719. this.btna.Size = new System.Drawing.Size(25, 24);
  720. this.btna.TabIndex = 27;
  721. this.btna.Tag = "2";
  722. this.btna.Text = "a";
  723. this.btna.UseVisualStyleBackColor = false;
  724. this.btna.Click += new System.EventHandler(this.btn_Click);
  725. //
  726. // btnm
  727. //
  728. this.btnm.BackColor = System.Drawing.Color.Transparent;
  729. this.btnm.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  730. this.btnm.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  731. this.btnm.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  732. this.btnm.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  733. this.btnm.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  734. this.btnm.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  735. this.btnm.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  736. this.btnm.Location = new System.Drawing.Point(297, 56);
  737. this.btnm.Margin = new System.Windows.Forms.Padding(0);
  738. this.btnm.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  739. this.btnm.Name = "btnm";
  740. this.btnm.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  741. this.btnm.Radius = 4;
  742. this.btnm.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  743. this.btnm.Size = new System.Drawing.Size(25, 24);
  744. this.btnm.TabIndex = 26;
  745. this.btnm.Tag = "2";
  746. this.btnm.Text = "m";
  747. this.btnm.UseVisualStyleBackColor = false;
  748. this.btnm.Click += new System.EventHandler(this.btn_Click);
  749. //
  750. // btnl
  751. //
  752. this.btnl.BackColor = System.Drawing.Color.Transparent;
  753. this.btnl.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  754. this.btnl.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  755. this.btnl.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  756. this.btnl.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  757. this.btnl.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  758. this.btnl.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  759. this.btnl.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  760. this.btnl.Location = new System.Drawing.Point(271, 56);
  761. this.btnl.Margin = new System.Windows.Forms.Padding(0);
  762. this.btnl.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  763. this.btnl.Name = "btnl";
  764. this.btnl.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  765. this.btnl.Radius = 4;
  766. this.btnl.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  767. this.btnl.Size = new System.Drawing.Size(25, 24);
  768. this.btnl.TabIndex = 25;
  769. this.btnl.Tag = "2";
  770. this.btnl.Text = "l";
  771. this.btnl.UseVisualStyleBackColor = false;
  772. this.btnl.Click += new System.EventHandler(this.btn_Click);
  773. //
  774. // btnk
  775. //
  776. this.btnk.BackColor = System.Drawing.Color.Transparent;
  777. this.btnk.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  778. this.btnk.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  779. this.btnk.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  780. this.btnk.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  781. this.btnk.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  782. this.btnk.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  783. this.btnk.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  784. this.btnk.Location = new System.Drawing.Point(245, 56);
  785. this.btnk.Margin = new System.Windows.Forms.Padding(0);
  786. this.btnk.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  787. this.btnk.Name = "btnk";
  788. this.btnk.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  789. this.btnk.Radius = 4;
  790. this.btnk.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  791. this.btnk.Size = new System.Drawing.Size(25, 24);
  792. this.btnk.TabIndex = 24;
  793. this.btnk.Tag = "2";
  794. this.btnk.Text = "k";
  795. this.btnk.UseVisualStyleBackColor = false;
  796. this.btnk.Click += new System.EventHandler(this.btn_Click);
  797. //
  798. // btnj
  799. //
  800. this.btnj.BackColor = System.Drawing.Color.Transparent;
  801. this.btnj.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  802. this.btnj.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  803. this.btnj.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  804. this.btnj.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  805. this.btnj.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  806. this.btnj.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  807. this.btnj.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  808. this.btnj.Location = new System.Drawing.Point(219, 56);
  809. this.btnj.Margin = new System.Windows.Forms.Padding(0);
  810. this.btnj.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  811. this.btnj.Name = "btnj";
  812. this.btnj.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  813. this.btnj.Radius = 4;
  814. this.btnj.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  815. this.btnj.Size = new System.Drawing.Size(25, 24);
  816. this.btnj.TabIndex = 23;
  817. this.btnj.Tag = "2";
  818. this.btnj.Text = "j";
  819. this.btnj.UseVisualStyleBackColor = false;
  820. this.btnj.Click += new System.EventHandler(this.btn_Click);
  821. //
  822. // btni
  823. //
  824. this.btni.BackColor = System.Drawing.Color.Transparent;
  825. this.btni.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  826. this.btni.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  827. this.btni.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  828. this.btni.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  829. this.btni.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  830. this.btni.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  831. this.btni.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  832. this.btni.Location = new System.Drawing.Point(193, 56);
  833. this.btni.Margin = new System.Windows.Forms.Padding(0);
  834. this.btni.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  835. this.btni.Name = "btni";
  836. this.btni.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  837. this.btni.Radius = 4;
  838. this.btni.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  839. this.btni.Size = new System.Drawing.Size(25, 24);
  840. this.btni.TabIndex = 22;
  841. this.btni.Tag = "2";
  842. this.btni.Text = "i";
  843. this.btni.UseVisualStyleBackColor = false;
  844. this.btni.Click += new System.EventHandler(this.btn_Click);
  845. //
  846. // btnh
  847. //
  848. this.btnh.BackColor = System.Drawing.Color.Transparent;
  849. this.btnh.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  850. this.btnh.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  851. this.btnh.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  852. this.btnh.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  853. this.btnh.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  854. this.btnh.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  855. this.btnh.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  856. this.btnh.Location = new System.Drawing.Point(167, 56);
  857. this.btnh.Margin = new System.Windows.Forms.Padding(0);
  858. this.btnh.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  859. this.btnh.Name = "btnh";
  860. this.btnh.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  861. this.btnh.Radius = 4;
  862. this.btnh.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  863. this.btnh.Size = new System.Drawing.Size(25, 24);
  864. this.btnh.TabIndex = 21;
  865. this.btnh.Tag = "2";
  866. this.btnh.Text = "h";
  867. this.btnh.UseVisualStyleBackColor = false;
  868. this.btnh.Click += new System.EventHandler(this.btn_Click);
  869. //
  870. // btng
  871. //
  872. this.btng.BackColor = System.Drawing.Color.Transparent;
  873. this.btng.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  874. this.btng.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  875. this.btng.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  876. this.btng.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  877. this.btng.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  878. this.btng.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  879. this.btng.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  880. this.btng.Location = new System.Drawing.Point(141, 56);
  881. this.btng.Margin = new System.Windows.Forms.Padding(0);
  882. this.btng.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  883. this.btng.Name = "btng";
  884. this.btng.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  885. this.btng.Radius = 4;
  886. this.btng.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  887. this.btng.Size = new System.Drawing.Size(25, 24);
  888. this.btng.TabIndex = 20;
  889. this.btng.Tag = "2";
  890. this.btng.Text = "g";
  891. this.btng.UseVisualStyleBackColor = false;
  892. this.btng.Click += new System.EventHandler(this.btn_Click);
  893. //
  894. // btnf
  895. //
  896. this.btnf.BackColor = System.Drawing.Color.Transparent;
  897. this.btnf.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  898. this.btnf.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  899. this.btnf.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  900. this.btnf.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  901. this.btnf.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  902. this.btnf.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  903. this.btnf.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  904. this.btnf.Location = new System.Drawing.Point(115, 56);
  905. this.btnf.Margin = new System.Windows.Forms.Padding(0);
  906. this.btnf.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  907. this.btnf.Name = "btnf";
  908. this.btnf.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  909. this.btnf.Radius = 4;
  910. this.btnf.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  911. this.btnf.Size = new System.Drawing.Size(25, 24);
  912. this.btnf.TabIndex = 19;
  913. this.btnf.Tag = "2";
  914. this.btnf.Text = "f";
  915. this.btnf.UseVisualStyleBackColor = false;
  916. this.btnf.Click += new System.EventHandler(this.btn_Click);
  917. //
  918. // btne
  919. //
  920. this.btne.BackColor = System.Drawing.Color.Transparent;
  921. this.btne.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  922. this.btne.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  923. this.btne.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  924. this.btne.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  925. this.btne.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  926. this.btne.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  927. this.btne.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  928. this.btne.Location = new System.Drawing.Point(89, 56);
  929. this.btne.Margin = new System.Windows.Forms.Padding(0);
  930. this.btne.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  931. this.btne.Name = "btne";
  932. this.btne.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  933. this.btne.Radius = 4;
  934. this.btne.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  935. this.btne.Size = new System.Drawing.Size(25, 24);
  936. this.btne.TabIndex = 18;
  937. this.btne.Tag = "2";
  938. this.btne.Text = "e";
  939. this.btne.UseVisualStyleBackColor = false;
  940. this.btne.Click += new System.EventHandler(this.btn_Click);
  941. //
  942. // btnd
  943. //
  944. this.btnd.BackColor = System.Drawing.Color.Transparent;
  945. this.btnd.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  946. this.btnd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  947. this.btnd.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  948. this.btnd.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  949. this.btnd.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  950. this.btnd.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  951. this.btnd.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  952. this.btnd.Location = new System.Drawing.Point(63, 56);
  953. this.btnd.Margin = new System.Windows.Forms.Padding(0);
  954. this.btnd.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  955. this.btnd.Name = "btnd";
  956. this.btnd.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  957. this.btnd.Radius = 4;
  958. this.btnd.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  959. this.btnd.Size = new System.Drawing.Size(25, 24);
  960. this.btnd.TabIndex = 17;
  961. this.btnd.Tag = "2";
  962. this.btnd.Text = "d";
  963. this.btnd.UseVisualStyleBackColor = false;
  964. this.btnd.Click += new System.EventHandler(this.btn_Click);
  965. //
  966. // btnc
  967. //
  968. this.btnc.BackColor = System.Drawing.Color.Transparent;
  969. this.btnc.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  970. this.btnc.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  971. this.btnc.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  972. this.btnc.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  973. this.btnc.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  974. this.btnc.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  975. this.btnc.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  976. this.btnc.Location = new System.Drawing.Point(37, 56);
  977. this.btnc.Margin = new System.Windows.Forms.Padding(0);
  978. this.btnc.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  979. this.btnc.Name = "btnc";
  980. this.btnc.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  981. this.btnc.Radius = 4;
  982. this.btnc.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  983. this.btnc.Size = new System.Drawing.Size(25, 24);
  984. this.btnc.TabIndex = 16;
  985. this.btnc.Tag = "2";
  986. this.btnc.Text = "c";
  987. this.btnc.UseVisualStyleBackColor = false;
  988. this.btnc.Click += new System.EventHandler(this.btn_Click);
  989. //
  990. // btnb
  991. //
  992. this.btnb.BackColor = System.Drawing.Color.Transparent;
  993. this.btnb.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  994. this.btnb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  995. this.btnb.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  996. this.btnb.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  997. this.btnb.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  998. this.btnb.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  999. this.btnb.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  1000. this.btnb.Location = new System.Drawing.Point(11, 56);
  1001. this.btnb.Margin = new System.Windows.Forms.Padding(0);
  1002. this.btnb.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  1003. this.btnb.Name = "btnb";
  1004. this.btnb.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  1005. this.btnb.Radius = 4;
  1006. this.btnb.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  1007. this.btnb.Size = new System.Drawing.Size(25, 24);
  1008. this.btnb.TabIndex = 15;
  1009. this.btnb.Tag = "2";
  1010. this.btnb.Text = "b";
  1011. this.btnb.UseVisualStyleBackColor = false;
  1012. this.btnb.Click += new System.EventHandler(this.btn_Click);
  1013. //
  1014. // btn6
  1015. //
  1016. this.btn6.BackColor = System.Drawing.Color.Transparent;
  1017. this.btn6.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  1018. this.btn6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  1019. this.btn6.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  1020. this.btn6.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  1021. this.btn6.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  1022. this.btn6.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  1023. this.btn6.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  1024. this.btn6.Location = new System.Drawing.Point(271, 4);
  1025. this.btn6.Margin = new System.Windows.Forms.Padding(0);
  1026. this.btn6.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  1027. this.btn6.Name = "btn6";
  1028. this.btn6.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  1029. this.btn6.Radius = 4;
  1030. this.btn6.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  1031. this.btn6.Size = new System.Drawing.Size(25, 24);
  1032. this.btn6.TabIndex = 14;
  1033. this.btn6.Tag = "1^6";
  1034. this.btn6.Text = "6";
  1035. this.btn6.UseVisualStyleBackColor = false;
  1036. this.btn6.Click += new System.EventHandler(this.btn_Click);
  1037. //
  1038. // btn5
  1039. //
  1040. this.btn5.BackColor = System.Drawing.Color.Transparent;
  1041. this.btn5.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  1042. this.btn5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  1043. this.btn5.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  1044. this.btn5.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  1045. this.btn5.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  1046. this.btn5.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  1047. this.btn5.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  1048. this.btn5.Location = new System.Drawing.Point(245, 4);
  1049. this.btn5.Margin = new System.Windows.Forms.Padding(0);
  1050. this.btn5.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  1051. this.btn5.Name = "btn5";
  1052. this.btn5.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  1053. this.btn5.Radius = 4;
  1054. this.btn5.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  1055. this.btn5.Size = new System.Drawing.Size(25, 24);
  1056. this.btn5.TabIndex = 13;
  1057. this.btn5.Tag = "1%5";
  1058. this.btn5.Text = "5";
  1059. this.btn5.UseVisualStyleBackColor = false;
  1060. this.btn5.Click += new System.EventHandler(this.btn_Click);
  1061. //
  1062. // btn4
  1063. //
  1064. this.btn4.BackColor = System.Drawing.Color.Transparent;
  1065. this.btn4.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  1066. this.btn4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  1067. this.btn4.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  1068. this.btn4.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  1069. this.btn4.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  1070. this.btn4.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  1071. this.btn4.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  1072. this.btn4.Location = new System.Drawing.Point(219, 4);
  1073. this.btn4.Margin = new System.Windows.Forms.Padding(0);
  1074. this.btn4.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  1075. this.btn4.Name = "btn4";
  1076. this.btn4.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  1077. this.btn4.Radius = 4;
  1078. this.btn4.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  1079. this.btn4.Size = new System.Drawing.Size(25, 24);
  1080. this.btn4.TabIndex = 12;
  1081. this.btn4.Tag = "1$4";
  1082. this.btn4.Text = "4";
  1083. this.btn4.UseVisualStyleBackColor = false;
  1084. this.btn4.Click += new System.EventHandler(this.btn_Click);
  1085. //
  1086. // btn3
  1087. //
  1088. this.btn3.BackColor = System.Drawing.Color.Transparent;
  1089. this.btn3.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  1090. this.btn3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  1091. this.btn3.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  1092. this.btn3.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  1093. this.btn3.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  1094. this.btn3.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  1095. this.btn3.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  1096. this.btn3.Location = new System.Drawing.Point(193, 4);
  1097. this.btn3.Margin = new System.Windows.Forms.Padding(0);
  1098. this.btn3.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  1099. this.btn3.Name = "btn3";
  1100. this.btn3.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  1101. this.btn3.Radius = 4;
  1102. this.btn3.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  1103. this.btn3.Size = new System.Drawing.Size(25, 24);
  1104. this.btn3.TabIndex = 11;
  1105. this.btn3.Tag = "1#3";
  1106. this.btn3.Text = "3";
  1107. this.btn3.UseVisualStyleBackColor = false;
  1108. this.btn3.Click += new System.EventHandler(this.btn_Click);
  1109. //
  1110. // btn2
  1111. //
  1112. this.btn2.BackColor = System.Drawing.Color.Transparent;
  1113. this.btn2.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  1114. this.btn2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  1115. this.btn2.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  1116. this.btn2.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  1117. this.btn2.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  1118. this.btn2.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  1119. this.btn2.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  1120. this.btn2.Location = new System.Drawing.Point(167, 4);
  1121. this.btn2.Margin = new System.Windows.Forms.Padding(0);
  1122. this.btn2.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  1123. this.btn2.Name = "btn2";
  1124. this.btn2.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  1125. this.btn2.Radius = 4;
  1126. this.btn2.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  1127. this.btn2.Size = new System.Drawing.Size(25, 24);
  1128. this.btn2.TabIndex = 10;
  1129. this.btn2.Tag = "1@2";
  1130. this.btn2.Text = "2";
  1131. this.btn2.UseVisualStyleBackColor = false;
  1132. this.btn2.Click += new System.EventHandler(this.btn_Click);
  1133. //
  1134. // btn1
  1135. //
  1136. this.btn1.BackColor = System.Drawing.Color.Transparent;
  1137. this.btn1.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  1138. this.btn1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  1139. this.btn1.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  1140. this.btn1.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  1141. this.btn1.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  1142. this.btn1.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  1143. this.btn1.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  1144. this.btn1.Location = new System.Drawing.Point(141, 4);
  1145. this.btn1.Margin = new System.Windows.Forms.Padding(0);
  1146. this.btn1.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  1147. this.btn1.Name = "btn1";
  1148. this.btn1.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  1149. this.btn1.Radius = 4;
  1150. this.btn1.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  1151. this.btn1.Size = new System.Drawing.Size(25, 24);
  1152. this.btn1.TabIndex = 9;
  1153. this.btn1.Tag = "1!1";
  1154. this.btn1.Text = "1";
  1155. this.btn1.UseVisualStyleBackColor = false;
  1156. this.btn1.Click += new System.EventHandler(this.btn_Click);
  1157. //
  1158. // btnd1
  1159. //
  1160. this.btnd1.BackColor = System.Drawing.Color.Transparent;
  1161. this.btnd1.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  1162. this.btnd1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  1163. this.btnd1.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  1164. this.btnd1.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  1165. this.btnd1.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  1166. this.btnd1.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  1167. this.btnd1.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  1168. this.btnd1.Location = new System.Drawing.Point(115, 4);
  1169. this.btnd1.Margin = new System.Windows.Forms.Padding(0);
  1170. this.btnd1.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  1171. this.btnd1.Name = "btnd1";
  1172. this.btnd1.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  1173. this.btnd1.Radius = 4;
  1174. this.btnd1.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  1175. this.btnd1.Size = new System.Drawing.Size(25, 24);
  1176. this.btnd1.TabIndex = 8;
  1177. this.btnd1.Tag = "1~`";
  1178. this.btnd1.Text = "`";
  1179. this.btnd1.UseVisualStyleBackColor = false;
  1180. this.btnd1.Click += new System.EventHandler(this.btn_Click);
  1181. //
  1182. // btn0
  1183. //
  1184. this.btn0.BackColor = System.Drawing.Color.Transparent;
  1185. this.btn0.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  1186. this.btn0.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  1187. this.btn0.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  1188. this.btn0.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  1189. this.btn0.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  1190. this.btn0.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  1191. this.btn0.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  1192. this.btn0.Location = new System.Drawing.Point(89, 4);
  1193. this.btn0.Margin = new System.Windows.Forms.Padding(0);
  1194. this.btn0.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  1195. this.btn0.Name = "btn0";
  1196. this.btn0.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  1197. this.btn0.Radius = 4;
  1198. this.btn0.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  1199. this.btn0.Size = new System.Drawing.Size(25, 24);
  1200. this.btn0.TabIndex = 7;
  1201. this.btn0.Tag = "1)0";
  1202. this.btn0.Text = "0";
  1203. this.btn0.UseVisualStyleBackColor = false;
  1204. this.btn0.Click += new System.EventHandler(this.btn_Click);
  1205. //
  1206. // btn9
  1207. //
  1208. this.btn9.BackColor = System.Drawing.Color.Transparent;
  1209. this.btn9.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  1210. this.btn9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  1211. this.btn9.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  1212. this.btn9.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  1213. this.btn9.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  1214. this.btn9.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  1215. this.btn9.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  1216. this.btn9.Location = new System.Drawing.Point(63, 4);
  1217. this.btn9.Margin = new System.Windows.Forms.Padding(0);
  1218. this.btn9.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  1219. this.btn9.Name = "btn9";
  1220. this.btn9.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  1221. this.btn9.Radius = 4;
  1222. this.btn9.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  1223. this.btn9.Size = new System.Drawing.Size(25, 24);
  1224. this.btn9.TabIndex = 6;
  1225. this.btn9.Tag = "1(9";
  1226. this.btn9.Text = "9";
  1227. this.btn9.UseVisualStyleBackColor = false;
  1228. this.btn9.Click += new System.EventHandler(this.btn_Click);
  1229. //
  1230. // btn8
  1231. //
  1232. this.btn8.BackColor = System.Drawing.Color.Transparent;
  1233. this.btn8.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  1234. this.btn8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  1235. this.btn8.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  1236. this.btn8.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  1237. this.btn8.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  1238. this.btn8.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  1239. this.btn8.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  1240. this.btn8.Location = new System.Drawing.Point(37, 4);
  1241. this.btn8.Margin = new System.Windows.Forms.Padding(0);
  1242. this.btn8.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  1243. this.btn8.Name = "btn8";
  1244. this.btn8.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  1245. this.btn8.Radius = 4;
  1246. this.btn8.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  1247. this.btn8.Size = new System.Drawing.Size(25, 24);
  1248. this.btn8.TabIndex = 5;
  1249. this.btn8.Tag = "1*8";
  1250. this.btn8.Text = "8";
  1251. this.btn8.UseVisualStyleBackColor = false;
  1252. this.btn8.Click += new System.EventHandler(this.btn_Click);
  1253. //
  1254. // btn7
  1255. //
  1256. this.btn7.BackColor = System.Drawing.Color.Transparent;
  1257. this.btn7.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  1258. this.btn7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  1259. this.btn7.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  1260. this.btn7.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  1261. this.btn7.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  1262. this.btn7.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  1263. this.btn7.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  1264. this.btn7.Location = new System.Drawing.Point(11, 4);
  1265. this.btn7.Margin = new System.Windows.Forms.Padding(0);
  1266. this.btn7.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  1267. this.btn7.Name = "btn7";
  1268. this.btn7.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  1269. this.btn7.Radius = 4;
  1270. this.btn7.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  1271. this.btn7.Size = new System.Drawing.Size(25, 24);
  1272. this.btn7.TabIndex = 4;
  1273. this.btn7.Tag = "1&7";
  1274. this.btn7.Text = "7";
  1275. this.btn7.UseVisualStyleBackColor = false;
  1276. this.btn7.Click += new System.EventHandler(this.btn_Click);
  1277. //
  1278. // btnShift
  1279. //
  1280. this.btnShift.BackColor = System.Drawing.Color.Transparent;
  1281. this.btnShift.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  1282. this.btnShift.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  1283. this.btnShift.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  1284. this.btnShift.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  1285. this.btnShift.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  1286. this.btnShift.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  1287. this.btnShift.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  1288. this.btnShift.Location = new System.Drawing.Point(3, 30);
  1289. this.btnShift.Margin = new System.Windows.Forms.Padding(0);
  1290. this.btnShift.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  1291. this.btnShift.Name = "btnShift";
  1292. this.btnShift.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  1293. this.btnShift.Palace = true;
  1294. this.btnShift.Radius = 4;
  1295. this.btnShift.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  1296. this.btnShift.Size = new System.Drawing.Size(40, 24);
  1297. this.btnShift.TabIndex = 3;
  1298. this.btnShift.Tag = "3";
  1299. this.btnShift.Text = "Shift";
  1300. this.btnShift.UseVisualStyleBackColor = false;
  1301. this.btnShift.Click += new System.EventHandler(this.btnShift_Click);
  1302. //
  1303. // btnClose
  1304. //
  1305. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  1306. this.btnClose.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  1307. this.btnClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  1308. this.btnClose.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  1309. this.btnClose.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.BtnClose_hight;
  1310. this.btnClose.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  1311. this.btnClose.Location = new System.Drawing.Point(344, 5);
  1312. this.btnClose.Margin = new System.Windows.Forms.Padding(0);
  1313. this.btnClose.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.BtnClose_hight;
  1314. this.btnClose.Name = "btnClose";
  1315. this.btnClose.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  1316. this.btnClose.Size = new System.Drawing.Size(11, 11);
  1317. this.btnClose.TabIndex = 2;
  1318. this.btnClose.Tag = "3";
  1319. this.toolShow.SetToolTip(this.btnClose, "关闭");
  1320. this.btnClose.UseVisualStyleBackColor = false;
  1321. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  1322. //
  1323. // btnCapsLock
  1324. //
  1325. this.btnCapsLock.BackColor = System.Drawing.Color.Transparent;
  1326. this.btnCapsLock.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  1327. this.btnCapsLock.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  1328. this.btnCapsLock.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  1329. this.btnCapsLock.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  1330. this.btnCapsLock.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  1331. this.btnCapsLock.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  1332. this.btnCapsLock.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  1333. this.btnCapsLock.Location = new System.Drawing.Point(293, 30);
  1334. this.btnCapsLock.Margin = new System.Windows.Forms.Padding(0);
  1335. this.btnCapsLock.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  1336. this.btnCapsLock.Name = "btnCapsLock";
  1337. this.btnCapsLock.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  1338. this.btnCapsLock.Palace = true;
  1339. this.btnCapsLock.Radius = 4;
  1340. this.btnCapsLock.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  1341. this.btnCapsLock.Size = new System.Drawing.Size(64, 24);
  1342. this.btnCapsLock.TabIndex = 1;
  1343. this.btnCapsLock.Tag = "3";
  1344. this.btnCapsLock.Text = "Caps Lock";
  1345. this.btnCapsLock.UseVisualStyleBackColor = false;
  1346. this.btnCapsLock.Click += new System.EventHandler(this.btnCapsLock_Click);
  1347. //
  1348. // btnDelet
  1349. //
  1350. this.btnDelet.BackColor = System.Drawing.Color.Transparent;
  1351. this.btnDelet.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  1352. this.btnDelet.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  1353. this.btnDelet.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
  1354. this.btnDelet.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  1355. this.btnDelet.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
  1356. this.btnDelet.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
  1357. this.btnDelet.Font = new System.Drawing.Font("微软雅黑", 8.5F);
  1358. this.btnDelet.Location = new System.Drawing.Point(297, 4);
  1359. this.btnDelet.Margin = new System.Windows.Forms.Padding(0);
  1360. this.btnDelet.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
  1361. this.btnDelet.Name = "btnDelet";
  1362. this.btnDelet.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
  1363. this.btnDelet.Palace = true;
  1364. this.btnDelet.Radius = 4;
  1365. this.btnDelet.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  1366. this.btnDelet.Size = new System.Drawing.Size(45, 24);
  1367. this.btnDelet.TabIndex = 0;
  1368. this.btnDelet.Tag = "3";
  1369. this.btnDelet.Text = "←";
  1370. this.btnDelet.UseVisualStyleBackColor = false;
  1371. this.btnDelet.Click += new System.EventHandler(this.btnDelet_Click);
  1372. //
  1373. // PassKey
  1374. //
  1375. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1376. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1377. this.BackColor = System.Drawing.Color.White;
  1378. this.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.keyboard;
  1379. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  1380. this.ClientSize = new System.Drawing.Size(360, 110);
  1381. this.ControlBox = false;
  1382. this.Controls.Add(this.btnhx2);
  1383. this.Controls.Add(this.btndh);
  1384. this.Controls.Add(this.btnjh);
  1385. this.Controls.Add(this.btnhx);
  1386. this.Controls.Add(this.btnd4);
  1387. this.Controls.Add(this.btnd3);
  1388. this.Controls.Add(this.btnd2);
  1389. this.Controls.Add(this.btnMh);
  1390. this.Controls.Add(this.btnKh2);
  1391. this.Controls.Add(this.btnKh1);
  1392. this.Controls.Add(this.btny);
  1393. this.Controls.Add(this.btnx);
  1394. this.Controls.Add(this.btnw);
  1395. this.Controls.Add(this.btnv);
  1396. this.Controls.Add(this.btnu);
  1397. this.Controls.Add(this.btnt);
  1398. this.Controls.Add(this.btns);
  1399. this.Controls.Add(this.btnr);
  1400. this.Controls.Add(this.btnq);
  1401. this.Controls.Add(this.btnp);
  1402. this.Controls.Add(this.btno);
  1403. this.Controls.Add(this.btnn);
  1404. this.Controls.Add(this.btnz);
  1405. this.Controls.Add(this.btna);
  1406. this.Controls.Add(this.btnm);
  1407. this.Controls.Add(this.btnl);
  1408. this.Controls.Add(this.btnk);
  1409. this.Controls.Add(this.btnj);
  1410. this.Controls.Add(this.btni);
  1411. this.Controls.Add(this.btnh);
  1412. this.Controls.Add(this.btng);
  1413. this.Controls.Add(this.btnf);
  1414. this.Controls.Add(this.btne);
  1415. this.Controls.Add(this.btnd);
  1416. this.Controls.Add(this.btnc);
  1417. this.Controls.Add(this.btnb);
  1418. this.Controls.Add(this.btn6);
  1419. this.Controls.Add(this.btn5);
  1420. this.Controls.Add(this.btn4);
  1421. this.Controls.Add(this.btn3);
  1422. this.Controls.Add(this.btn2);
  1423. this.Controls.Add(this.btn1);
  1424. this.Controls.Add(this.btnd1);
  1425. this.Controls.Add(this.btn0);
  1426. this.Controls.Add(this.btn9);
  1427. this.Controls.Add(this.btn8);
  1428. this.Controls.Add(this.btn7);
  1429. this.Controls.Add(this.btnShift);
  1430. this.Controls.Add(this.btnClose);
  1431. this.Controls.Add(this.btnCapsLock);
  1432. this.Controls.Add(this.btnDelet);
  1433. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  1434. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  1435. this.MaximizeBox = false;
  1436. this.MinimizeBox = false;
  1437. this.Name = "PassKey";
  1438. this.ShowIcon = false;
  1439. this.ShowInTaskbar = false;
  1440. this.Text = "软件盘";
  1441. this.TopMost = true;
  1442. this.Deactivate += new System.EventHandler(this.PassKey_Deactivate);
  1443. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PassKey_FormClosing);
  1444. this.Load += new System.EventHandler(this.PassKey_Load);
  1445. this.ResumeLayout(false);
  1446. }
  1447. public PassKey(int x, int y, SkinTextBox txt)
  1448. {
  1449. this.InitializeComponent();
  1450. this.txt = txt;
  1451. this.X = x;
  1452. this.Y = y;
  1453. this.SetStyles();
  1454. }
  1455. protected override void OnPaint(PaintEventArgs e)
  1456. {
  1457. UpdateForm.CreateRegion(this, 4);
  1458. base.OnPaint(e);
  1459. }
  1460. private void SetStyles()
  1461. {
  1462. base.SetStyle(ControlStyles.UserPaint | ControlStyles.ResizeRedraw | ControlStyles.AllPaintingInWmPaint | ControlStyles.DoubleBuffer | ControlStyles.OptimizedDoubleBuffer, true);
  1463. base.UpdateStyles();
  1464. }
  1465. private void PassKey_Deactivate(object sender, EventArgs e)
  1466. {
  1467. base.Close();
  1468. }
  1469. private void btnClose_Click(object sender, EventArgs e)
  1470. {
  1471. base.Close();
  1472. }
  1473. private void btnDelet_Click(object sender, EventArgs e)
  1474. {
  1475. if (this.txt.Text.Length > 0)
  1476. {
  1477. this.txt.Text = this.txt.Text.Substring(0, this.txt.Text.Length - 1);
  1478. }
  1479. }
  1480. private void btn_Click(object sender, EventArgs e)
  1481. {
  1482. SkinButtom btn = (SkinButtom)sender;
  1483. this.txt.AppendText((btn.Text == "&&") ? "&" : btn.Text);
  1484. }
  1485. private void btnCapsLock_Click(object sender, EventArgs e)
  1486. {
  1487. this.ToUpper = !this.ToUpper;
  1488. this.flag = !this.flag;
  1489. foreach (SkinButtom btn in base.Controls)
  1490. {
  1491. if (btn.Tag.ToString() == "2")
  1492. {
  1493. btn.Text = (this.ToUpper ? btn.Text.ToUpper() : btn.Text.ToLower());
  1494. }
  1495. }
  1496. if (this.flag)
  1497. {
  1498. this.Norml = this.btnCapsLock.NormlBack;
  1499. this.Mouse = this.btnCapsLock.MouseBack;
  1500. this.btnCapsLock.NormlBack = this.btnCapsLock.DownBack;
  1501. this.btnCapsLock.MouseBack = this.btnCapsLock.DownBack;
  1502. return;
  1503. }
  1504. this.btnCapsLock.NormlBack = this.Norml;
  1505. this.btnCapsLock.MouseBack = this.Mouse;
  1506. }
  1507. private void btnShift_Click(object sender, EventArgs e)
  1508. {
  1509. this.ToUpper = !this.ToUpper;
  1510. this.flag2 = !this.flag2;
  1511. foreach (SkinButtom btn in base.Controls)
  1512. {
  1513. if (btn.Tag.ToString() == "2")
  1514. {
  1515. btn.Text = (this.ToUpper ? btn.Text.ToUpper() : btn.Text.ToLower());
  1516. }
  1517. }
  1518. foreach (SkinButtom btn2 in base.Controls)
  1519. {
  1520. if (btn2.Tag.ToString().Substring(0, 1) == "1")
  1521. {
  1522. if (btn2.Text == "7")
  1523. {
  1524. btn2.Text = "&&";
  1525. }
  1526. else
  1527. {
  1528. btn2.Text = (this.flag2 ? btn2.Tag.ToString().Substring(1, 1) : btn2.Tag.ToString().Substring(2));
  1529. }
  1530. }
  1531. }
  1532. if (this.flag2)
  1533. {
  1534. this.Norml2 = this.btnShift.NormlBack;
  1535. this.Mouse2 = this.btnShift.MouseBack;
  1536. this.btnShift.NormlBack = this.btnShift.DownBack;
  1537. this.btnShift.MouseBack = this.btnShift.DownBack;
  1538. return;
  1539. }
  1540. this.btnShift.NormlBack = this.Norml2;
  1541. this.btnShift.MouseBack = this.Mouse2;
  1542. }
  1543. private void PassKey_FormClosing(object sender, FormClosingEventArgs e)
  1544. {
  1545. NativeMethods.AnimateWindow(base.Handle, 0, 589824);
  1546. }
  1547. private void PassKey_Load(object sender, EventArgs e)
  1548. {
  1549. base.Location = new Point(this.X, this.Y);
  1550. NativeMethods.AnimateWindow(base.Handle, 0, 786432);
  1551. }
  1552. }
  1553. }