123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554 |
- using LYFZ.ComponentLibrary.Properties;
- using LYFZ.OtherExpansion.SkinClass;
- using LYFZ.OtherExpansion.Win32;
- using System;
- using System.ComponentModel;
- using System.Drawing;
- using System.Windows.Forms;
- namespace LYFZ.OtherExpansion.SkinControl
- {
- public class PassKey : Form
- {
- private IContainer components;
- private SkinButtom btnDelet;
- private SkinButtom btnCapsLock;
- private SkinButtom btnClose;
- private SkinButtom btnShift;
- private SkinButtom btn7;
- private ToolTip toolShow;
- private SkinButtom btn8;
- private SkinButtom btn0;
- private SkinButtom btn9;
- private SkinButtom btn3;
- private SkinButtom btn2;
- private SkinButtom btn1;
- private SkinButtom btnd1;
- private SkinButtom btn6;
- private SkinButtom btn5;
- private SkinButtom btn4;
- private SkinButtom btnl;
- private SkinButtom btnk;
- private SkinButtom btnj;
- private SkinButtom btni;
- private SkinButtom btnh;
- private SkinButtom btng;
- private SkinButtom btnf;
- private SkinButtom btne;
- private SkinButtom btnd;
- private SkinButtom btnc;
- private SkinButtom btnb;
- private SkinButtom btna;
- private SkinButtom btnm;
- private SkinButtom btny;
- private SkinButtom btnx;
- private SkinButtom btnw;
- private SkinButtom btnv;
- private SkinButtom btnu;
- private SkinButtom btnt;
- private SkinButtom btns;
- private SkinButtom btnr;
- private SkinButtom btnq;
- private SkinButtom btnp;
- private SkinButtom btno;
- private SkinButtom btnn;
- private SkinButtom btnz;
- private SkinButtom btnhx2;
- private SkinButtom btndh;
- private SkinButtom btnjh;
- private SkinButtom btnhx;
- private SkinButtom btnd4;
- private SkinButtom btnd3;
- private SkinButtom btnd2;
- private SkinButtom btnMh;
- private SkinButtom btnKh2;
- private SkinButtom btnKh1;
- private SkinTextBox txt;
- private int X;
- private int Y;
- private Image Norml;
- private Image Mouse;
- private bool ToUpper;
- private bool flag;
- private Image Norml2;
- private Image Mouse2;
- private bool flag2;
- protected override void Dispose(bool disposing)
- {
- if (disposing && this.components != null)
- {
- this.components.Dispose();
- }
- base.Dispose(disposing);
- }
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- this.toolShow = new System.Windows.Forms.ToolTip(this.components);
- this.btnhx2 = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btndh = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btnjh = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btnhx = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btnd4 = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btnd3 = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btnd2 = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btnMh = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btnKh2 = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btnKh1 = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btny = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btnx = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btnw = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btnv = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btnu = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btnt = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btns = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btnr = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btnq = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btnp = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btno = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btnn = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btnz = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btna = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btnm = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btnl = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btnk = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btnj = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btni = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btnh = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btng = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btnf = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btne = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btnd = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btnc = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btnb = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btn6 = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btn5 = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btn4 = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btn3 = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btn2 = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btn1 = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btnd1 = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btn0 = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btn9 = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btn8 = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btn7 = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btnShift = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btnClose = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btnCapsLock = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.btnDelet = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.SuspendLayout();
- //
- // btnhx2
- //
- this.btnhx2.BackColor = System.Drawing.Color.Transparent;
- this.btnhx2.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnhx2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnhx2.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btnhx2.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btnhx2.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btnhx2.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btnhx2.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btnhx2.Location = new System.Drawing.Point(268, 30);
- this.btnhx2.Margin = new System.Windows.Forms.Padding(0);
- this.btnhx2.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btnhx2.Name = "btnhx2";
- this.btnhx2.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnhx2.Palace = true;
- this.btnhx2.Radius = 4;
- this.btnhx2.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btnhx2.Size = new System.Drawing.Size(24, 24);
- this.btnhx2.TabIndex = 50;
- this.btnhx2.Tag = "1|\\";
- this.btnhx2.Text = "\\";
- this.btnhx2.UseVisualStyleBackColor = false;
- this.btnhx2.Click += new System.EventHandler(this.btn_Click);
- //
- // btndh
- //
- this.btndh.BackColor = System.Drawing.Color.Transparent;
- this.btndh.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btndh.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btndh.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btndh.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btndh.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btndh.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btndh.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btndh.Location = new System.Drawing.Point(243, 30);
- this.btndh.Margin = new System.Windows.Forms.Padding(0);
- this.btndh.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btndh.Name = "btndh";
- this.btndh.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btndh.Palace = true;
- this.btndh.Radius = 4;
- this.btndh.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btndh.Size = new System.Drawing.Size(24, 24);
- this.btndh.TabIndex = 49;
- this.btndh.Tag = "1+=";
- this.btndh.Text = "=";
- this.btndh.UseVisualStyleBackColor = false;
- this.btndh.Click += new System.EventHandler(this.btn_Click);
- //
- // btnjh
- //
- this.btnjh.BackColor = System.Drawing.Color.Transparent;
- this.btnjh.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnjh.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnjh.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btnjh.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btnjh.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btnjh.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btnjh.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btnjh.Location = new System.Drawing.Point(218, 30);
- this.btnjh.Margin = new System.Windows.Forms.Padding(0);
- this.btnjh.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btnjh.Name = "btnjh";
- this.btnjh.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnjh.Palace = true;
- this.btnjh.Radius = 4;
- this.btnjh.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btnjh.Size = new System.Drawing.Size(24, 24);
- this.btnjh.TabIndex = 48;
- this.btnjh.Tag = "1_-";
- this.btnjh.Text = "-";
- this.btnjh.UseVisualStyleBackColor = false;
- this.btnjh.Click += new System.EventHandler(this.btn_Click);
- //
- // btnhx
- //
- this.btnhx.BackColor = System.Drawing.Color.Transparent;
- this.btnhx.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnhx.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnhx.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btnhx.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btnhx.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btnhx.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btnhx.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btnhx.Location = new System.Drawing.Point(193, 30);
- this.btnhx.Margin = new System.Windows.Forms.Padding(0);
- this.btnhx.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btnhx.Name = "btnhx";
- this.btnhx.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnhx.Palace = true;
- this.btnhx.Radius = 4;
- this.btnhx.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btnhx.Size = new System.Drawing.Size(24, 24);
- this.btnhx.TabIndex = 47;
- this.btnhx.Tag = "1?/";
- this.btnhx.Text = "/";
- this.btnhx.UseVisualStyleBackColor = false;
- this.btnhx.Click += new System.EventHandler(this.btn_Click);
- //
- // btnd4
- //
- this.btnd4.BackColor = System.Drawing.Color.Transparent;
- this.btnd4.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnd4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnd4.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btnd4.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btnd4.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btnd4.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btnd4.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btnd4.Location = new System.Drawing.Point(168, 30);
- this.btnd4.Margin = new System.Windows.Forms.Padding(0);
- this.btnd4.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btnd4.Name = "btnd4";
- this.btnd4.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnd4.Palace = true;
- this.btnd4.Radius = 4;
- this.btnd4.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btnd4.Size = new System.Drawing.Size(24, 24);
- this.btnd4.TabIndex = 46;
- this.btnd4.Tag = "1>.";
- this.btnd4.Text = ".";
- this.btnd4.UseVisualStyleBackColor = false;
- this.btnd4.Click += new System.EventHandler(this.btn_Click);
- //
- // btnd3
- //
- this.btnd3.BackColor = System.Drawing.Color.Transparent;
- this.btnd3.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnd3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnd3.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btnd3.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btnd3.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btnd3.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btnd3.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btnd3.Location = new System.Drawing.Point(143, 30);
- this.btnd3.Margin = new System.Windows.Forms.Padding(0);
- this.btnd3.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btnd3.Name = "btnd3";
- this.btnd3.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnd3.Palace = true;
- this.btnd3.Radius = 4;
- this.btnd3.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btnd3.Size = new System.Drawing.Size(24, 24);
- this.btnd3.TabIndex = 45;
- this.btnd3.Tag = "1<,";
- this.btnd3.Text = ",";
- this.btnd3.UseVisualStyleBackColor = false;
- this.btnd3.Click += new System.EventHandler(this.btn_Click);
- //
- // btnd2
- //
- this.btnd2.BackColor = System.Drawing.Color.Transparent;
- this.btnd2.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnd2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnd2.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btnd2.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btnd2.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btnd2.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btnd2.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btnd2.Location = new System.Drawing.Point(118, 30);
- this.btnd2.Margin = new System.Windows.Forms.Padding(0);
- this.btnd2.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btnd2.Name = "btnd2";
- this.btnd2.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnd2.Palace = true;
- this.btnd2.Radius = 4;
- this.btnd2.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btnd2.Size = new System.Drawing.Size(24, 24);
- this.btnd2.TabIndex = 44;
- this.btnd2.Tag = "1\"\'";
- this.btnd2.Text = "\'";
- this.btnd2.UseVisualStyleBackColor = false;
- this.btnd2.Click += new System.EventHandler(this.btn_Click);
- //
- // btnMh
- //
- this.btnMh.BackColor = System.Drawing.Color.Transparent;
- this.btnMh.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnMh.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnMh.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btnMh.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btnMh.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btnMh.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btnMh.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btnMh.Location = new System.Drawing.Point(93, 30);
- this.btnMh.Margin = new System.Windows.Forms.Padding(0);
- this.btnMh.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btnMh.Name = "btnMh";
- this.btnMh.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnMh.Palace = true;
- this.btnMh.Radius = 4;
- this.btnMh.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btnMh.Size = new System.Drawing.Size(24, 24);
- this.btnMh.TabIndex = 43;
- this.btnMh.Tag = "1:;";
- this.btnMh.Text = ";";
- this.btnMh.UseVisualStyleBackColor = false;
- this.btnMh.Click += new System.EventHandler(this.btn_Click);
- //
- // btnKh2
- //
- this.btnKh2.BackColor = System.Drawing.Color.Transparent;
- this.btnKh2.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnKh2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnKh2.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btnKh2.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btnKh2.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btnKh2.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btnKh2.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btnKh2.Location = new System.Drawing.Point(68, 30);
- this.btnKh2.Margin = new System.Windows.Forms.Padding(0);
- this.btnKh2.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btnKh2.Name = "btnKh2";
- this.btnKh2.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnKh2.Palace = true;
- this.btnKh2.Radius = 4;
- this.btnKh2.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btnKh2.Size = new System.Drawing.Size(24, 24);
- this.btnKh2.TabIndex = 42;
- this.btnKh2.Tag = "1}]";
- this.btnKh2.Text = "]";
- this.btnKh2.UseVisualStyleBackColor = false;
- this.btnKh2.Click += new System.EventHandler(this.btn_Click);
- //
- // btnKh1
- //
- this.btnKh1.BackColor = System.Drawing.Color.Transparent;
- this.btnKh1.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnKh1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnKh1.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btnKh1.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btnKh1.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btnKh1.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btnKh1.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btnKh1.Location = new System.Drawing.Point(43, 30);
- this.btnKh1.Margin = new System.Windows.Forms.Padding(0);
- this.btnKh1.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btnKh1.Name = "btnKh1";
- this.btnKh1.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnKh1.Palace = true;
- this.btnKh1.Radius = 4;
- this.btnKh1.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btnKh1.Size = new System.Drawing.Size(24, 24);
- this.btnKh1.TabIndex = 41;
- this.btnKh1.Tag = "1{[";
- this.btnKh1.Text = "[";
- this.btnKh1.UseVisualStyleBackColor = false;
- this.btnKh1.Click += new System.EventHandler(this.btn_Click);
- //
- // btny
- //
- this.btny.BackColor = System.Drawing.Color.Transparent;
- this.btny.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btny.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btny.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btny.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btny.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btny.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btny.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btny.Location = new System.Drawing.Point(323, 82);
- this.btny.Margin = new System.Windows.Forms.Padding(0);
- this.btny.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btny.Name = "btny";
- this.btny.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btny.Radius = 4;
- this.btny.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btny.Size = new System.Drawing.Size(25, 24);
- this.btny.TabIndex = 40;
- this.btny.Tag = "2";
- this.btny.Text = "y";
- this.btny.UseVisualStyleBackColor = false;
- this.btny.Click += new System.EventHandler(this.btn_Click);
- //
- // btnx
- //
- this.btnx.BackColor = System.Drawing.Color.Transparent;
- this.btnx.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnx.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnx.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btnx.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btnx.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btnx.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btnx.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btnx.Location = new System.Drawing.Point(297, 82);
- this.btnx.Margin = new System.Windows.Forms.Padding(0);
- this.btnx.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btnx.Name = "btnx";
- this.btnx.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnx.Radius = 4;
- this.btnx.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btnx.Size = new System.Drawing.Size(25, 24);
- this.btnx.TabIndex = 39;
- this.btnx.Tag = "2";
- this.btnx.Text = "x";
- this.btnx.UseVisualStyleBackColor = false;
- this.btnx.Click += new System.EventHandler(this.btn_Click);
- //
- // btnw
- //
- this.btnw.BackColor = System.Drawing.Color.Transparent;
- this.btnw.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnw.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnw.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btnw.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btnw.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btnw.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btnw.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btnw.Location = new System.Drawing.Point(271, 82);
- this.btnw.Margin = new System.Windows.Forms.Padding(0);
- this.btnw.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btnw.Name = "btnw";
- this.btnw.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnw.Radius = 4;
- this.btnw.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btnw.Size = new System.Drawing.Size(25, 24);
- this.btnw.TabIndex = 38;
- this.btnw.Tag = "2";
- this.btnw.Text = "w";
- this.btnw.UseVisualStyleBackColor = false;
- this.btnw.Click += new System.EventHandler(this.btn_Click);
- //
- // btnv
- //
- this.btnv.BackColor = System.Drawing.Color.Transparent;
- this.btnv.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnv.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnv.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btnv.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btnv.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btnv.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btnv.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btnv.Location = new System.Drawing.Point(245, 82);
- this.btnv.Margin = new System.Windows.Forms.Padding(0);
- this.btnv.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btnv.Name = "btnv";
- this.btnv.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnv.Radius = 4;
- this.btnv.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btnv.Size = new System.Drawing.Size(25, 24);
- this.btnv.TabIndex = 37;
- this.btnv.Tag = "2";
- this.btnv.Text = "v";
- this.btnv.UseVisualStyleBackColor = false;
- this.btnv.Click += new System.EventHandler(this.btn_Click);
- //
- // btnu
- //
- this.btnu.BackColor = System.Drawing.Color.Transparent;
- this.btnu.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnu.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnu.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btnu.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btnu.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btnu.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btnu.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btnu.Location = new System.Drawing.Point(219, 82);
- this.btnu.Margin = new System.Windows.Forms.Padding(0);
- this.btnu.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btnu.Name = "btnu";
- this.btnu.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnu.Radius = 4;
- this.btnu.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btnu.Size = new System.Drawing.Size(25, 24);
- this.btnu.TabIndex = 36;
- this.btnu.Tag = "2";
- this.btnu.Text = "u";
- this.btnu.UseVisualStyleBackColor = false;
- this.btnu.Click += new System.EventHandler(this.btn_Click);
- //
- // btnt
- //
- this.btnt.BackColor = System.Drawing.Color.Transparent;
- this.btnt.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnt.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btnt.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btnt.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btnt.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btnt.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btnt.Location = new System.Drawing.Point(193, 82);
- this.btnt.Margin = new System.Windows.Forms.Padding(0);
- this.btnt.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btnt.Name = "btnt";
- this.btnt.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnt.Radius = 4;
- this.btnt.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btnt.Size = new System.Drawing.Size(25, 24);
- this.btnt.TabIndex = 35;
- this.btnt.Tag = "2";
- this.btnt.Text = "t";
- this.btnt.UseVisualStyleBackColor = false;
- this.btnt.Click += new System.EventHandler(this.btn_Click);
- //
- // btns
- //
- this.btns.BackColor = System.Drawing.Color.Transparent;
- this.btns.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btns.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btns.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btns.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btns.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btns.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btns.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btns.Location = new System.Drawing.Point(167, 82);
- this.btns.Margin = new System.Windows.Forms.Padding(0);
- this.btns.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btns.Name = "btns";
- this.btns.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btns.Radius = 4;
- this.btns.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btns.Size = new System.Drawing.Size(25, 24);
- this.btns.TabIndex = 34;
- this.btns.Tag = "2";
- this.btns.Text = "s";
- this.btns.UseVisualStyleBackColor = false;
- this.btns.Click += new System.EventHandler(this.btn_Click);
- //
- // btnr
- //
- this.btnr.BackColor = System.Drawing.Color.Transparent;
- this.btnr.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnr.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnr.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btnr.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btnr.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btnr.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btnr.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btnr.Location = new System.Drawing.Point(141, 82);
- this.btnr.Margin = new System.Windows.Forms.Padding(0);
- this.btnr.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btnr.Name = "btnr";
- this.btnr.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnr.Radius = 4;
- this.btnr.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btnr.Size = new System.Drawing.Size(25, 24);
- this.btnr.TabIndex = 33;
- this.btnr.Tag = "2";
- this.btnr.Text = "r";
- this.btnr.UseVisualStyleBackColor = false;
- this.btnr.Click += new System.EventHandler(this.btn_Click);
- //
- // btnq
- //
- this.btnq.BackColor = System.Drawing.Color.Transparent;
- this.btnq.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnq.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnq.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btnq.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btnq.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btnq.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btnq.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btnq.Location = new System.Drawing.Point(115, 82);
- this.btnq.Margin = new System.Windows.Forms.Padding(0);
- this.btnq.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btnq.Name = "btnq";
- this.btnq.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnq.Radius = 4;
- this.btnq.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btnq.Size = new System.Drawing.Size(25, 24);
- this.btnq.TabIndex = 32;
- this.btnq.Tag = "2";
- this.btnq.Text = "q";
- this.btnq.UseVisualStyleBackColor = false;
- this.btnq.Click += new System.EventHandler(this.btn_Click);
- //
- // btnp
- //
- this.btnp.BackColor = System.Drawing.Color.Transparent;
- this.btnp.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnp.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btnp.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btnp.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btnp.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btnp.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btnp.Location = new System.Drawing.Point(89, 82);
- this.btnp.Margin = new System.Windows.Forms.Padding(0);
- this.btnp.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btnp.Name = "btnp";
- this.btnp.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnp.Radius = 4;
- this.btnp.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btnp.Size = new System.Drawing.Size(25, 24);
- this.btnp.TabIndex = 31;
- this.btnp.Tag = "2";
- this.btnp.Text = "p";
- this.btnp.UseVisualStyleBackColor = false;
- this.btnp.Click += new System.EventHandler(this.btn_Click);
- //
- // btno
- //
- this.btno.BackColor = System.Drawing.Color.Transparent;
- this.btno.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btno.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btno.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btno.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btno.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btno.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btno.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btno.Location = new System.Drawing.Point(63, 82);
- this.btno.Margin = new System.Windows.Forms.Padding(0);
- this.btno.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btno.Name = "btno";
- this.btno.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btno.Radius = 4;
- this.btno.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btno.Size = new System.Drawing.Size(25, 24);
- this.btno.TabIndex = 30;
- this.btno.Tag = "2";
- this.btno.Text = "o";
- this.btno.UseVisualStyleBackColor = false;
- this.btno.Click += new System.EventHandler(this.btn_Click);
- //
- // btnn
- //
- this.btnn.BackColor = System.Drawing.Color.Transparent;
- this.btnn.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnn.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btnn.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btnn.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btnn.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btnn.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btnn.Location = new System.Drawing.Point(37, 82);
- this.btnn.Margin = new System.Windows.Forms.Padding(0);
- this.btnn.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btnn.Name = "btnn";
- this.btnn.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnn.Radius = 4;
- this.btnn.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btnn.Size = new System.Drawing.Size(25, 24);
- this.btnn.TabIndex = 29;
- this.btnn.Tag = "2";
- this.btnn.Text = "n";
- this.btnn.UseVisualStyleBackColor = false;
- this.btnn.Click += new System.EventHandler(this.btn_Click);
- //
- // btnz
- //
- this.btnz.BackColor = System.Drawing.Color.Transparent;
- this.btnz.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnz.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnz.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btnz.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btnz.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btnz.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btnz.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btnz.Location = new System.Drawing.Point(11, 82);
- this.btnz.Margin = new System.Windows.Forms.Padding(0);
- this.btnz.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btnz.Name = "btnz";
- this.btnz.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnz.Radius = 4;
- this.btnz.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btnz.Size = new System.Drawing.Size(25, 24);
- this.btnz.TabIndex = 28;
- this.btnz.Tag = "2";
- this.btnz.Text = "z";
- this.btnz.UseVisualStyleBackColor = false;
- this.btnz.Click += new System.EventHandler(this.btn_Click);
- //
- // btna
- //
- this.btna.BackColor = System.Drawing.Color.Transparent;
- this.btna.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btna.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btna.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btna.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btna.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btna.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btna.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btna.Location = new System.Drawing.Point(323, 56);
- this.btna.Margin = new System.Windows.Forms.Padding(0);
- this.btna.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btna.Name = "btna";
- this.btna.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btna.Radius = 4;
- this.btna.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btna.Size = new System.Drawing.Size(25, 24);
- this.btna.TabIndex = 27;
- this.btna.Tag = "2";
- this.btna.Text = "a";
- this.btna.UseVisualStyleBackColor = false;
- this.btna.Click += new System.EventHandler(this.btn_Click);
- //
- // btnm
- //
- this.btnm.BackColor = System.Drawing.Color.Transparent;
- this.btnm.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnm.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnm.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btnm.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btnm.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btnm.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btnm.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btnm.Location = new System.Drawing.Point(297, 56);
- this.btnm.Margin = new System.Windows.Forms.Padding(0);
- this.btnm.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btnm.Name = "btnm";
- this.btnm.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnm.Radius = 4;
- this.btnm.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btnm.Size = new System.Drawing.Size(25, 24);
- this.btnm.TabIndex = 26;
- this.btnm.Tag = "2";
- this.btnm.Text = "m";
- this.btnm.UseVisualStyleBackColor = false;
- this.btnm.Click += new System.EventHandler(this.btn_Click);
- //
- // btnl
- //
- this.btnl.BackColor = System.Drawing.Color.Transparent;
- this.btnl.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnl.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnl.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btnl.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btnl.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btnl.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btnl.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btnl.Location = new System.Drawing.Point(271, 56);
- this.btnl.Margin = new System.Windows.Forms.Padding(0);
- this.btnl.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btnl.Name = "btnl";
- this.btnl.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnl.Radius = 4;
- this.btnl.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btnl.Size = new System.Drawing.Size(25, 24);
- this.btnl.TabIndex = 25;
- this.btnl.Tag = "2";
- this.btnl.Text = "l";
- this.btnl.UseVisualStyleBackColor = false;
- this.btnl.Click += new System.EventHandler(this.btn_Click);
- //
- // btnk
- //
- this.btnk.BackColor = System.Drawing.Color.Transparent;
- this.btnk.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnk.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnk.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btnk.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btnk.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btnk.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btnk.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btnk.Location = new System.Drawing.Point(245, 56);
- this.btnk.Margin = new System.Windows.Forms.Padding(0);
- this.btnk.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btnk.Name = "btnk";
- this.btnk.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnk.Radius = 4;
- this.btnk.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btnk.Size = new System.Drawing.Size(25, 24);
- this.btnk.TabIndex = 24;
- this.btnk.Tag = "2";
- this.btnk.Text = "k";
- this.btnk.UseVisualStyleBackColor = false;
- this.btnk.Click += new System.EventHandler(this.btn_Click);
- //
- // btnj
- //
- this.btnj.BackColor = System.Drawing.Color.Transparent;
- this.btnj.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnj.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnj.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btnj.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btnj.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btnj.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btnj.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btnj.Location = new System.Drawing.Point(219, 56);
- this.btnj.Margin = new System.Windows.Forms.Padding(0);
- this.btnj.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btnj.Name = "btnj";
- this.btnj.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnj.Radius = 4;
- this.btnj.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btnj.Size = new System.Drawing.Size(25, 24);
- this.btnj.TabIndex = 23;
- this.btnj.Tag = "2";
- this.btnj.Text = "j";
- this.btnj.UseVisualStyleBackColor = false;
- this.btnj.Click += new System.EventHandler(this.btn_Click);
- //
- // btni
- //
- this.btni.BackColor = System.Drawing.Color.Transparent;
- this.btni.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btni.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btni.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btni.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btni.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btni.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btni.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btni.Location = new System.Drawing.Point(193, 56);
- this.btni.Margin = new System.Windows.Forms.Padding(0);
- this.btni.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btni.Name = "btni";
- this.btni.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btni.Radius = 4;
- this.btni.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btni.Size = new System.Drawing.Size(25, 24);
- this.btni.TabIndex = 22;
- this.btni.Tag = "2";
- this.btni.Text = "i";
- this.btni.UseVisualStyleBackColor = false;
- this.btni.Click += new System.EventHandler(this.btn_Click);
- //
- // btnh
- //
- this.btnh.BackColor = System.Drawing.Color.Transparent;
- this.btnh.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnh.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnh.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btnh.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btnh.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btnh.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btnh.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btnh.Location = new System.Drawing.Point(167, 56);
- this.btnh.Margin = new System.Windows.Forms.Padding(0);
- this.btnh.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btnh.Name = "btnh";
- this.btnh.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnh.Radius = 4;
- this.btnh.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btnh.Size = new System.Drawing.Size(25, 24);
- this.btnh.TabIndex = 21;
- this.btnh.Tag = "2";
- this.btnh.Text = "h";
- this.btnh.UseVisualStyleBackColor = false;
- this.btnh.Click += new System.EventHandler(this.btn_Click);
- //
- // btng
- //
- this.btng.BackColor = System.Drawing.Color.Transparent;
- this.btng.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btng.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btng.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btng.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btng.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btng.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btng.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btng.Location = new System.Drawing.Point(141, 56);
- this.btng.Margin = new System.Windows.Forms.Padding(0);
- this.btng.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btng.Name = "btng";
- this.btng.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btng.Radius = 4;
- this.btng.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btng.Size = new System.Drawing.Size(25, 24);
- this.btng.TabIndex = 20;
- this.btng.Tag = "2";
- this.btng.Text = "g";
- this.btng.UseVisualStyleBackColor = false;
- this.btng.Click += new System.EventHandler(this.btn_Click);
- //
- // btnf
- //
- this.btnf.BackColor = System.Drawing.Color.Transparent;
- this.btnf.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnf.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnf.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btnf.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btnf.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btnf.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btnf.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btnf.Location = new System.Drawing.Point(115, 56);
- this.btnf.Margin = new System.Windows.Forms.Padding(0);
- this.btnf.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btnf.Name = "btnf";
- this.btnf.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnf.Radius = 4;
- this.btnf.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btnf.Size = new System.Drawing.Size(25, 24);
- this.btnf.TabIndex = 19;
- this.btnf.Tag = "2";
- this.btnf.Text = "f";
- this.btnf.UseVisualStyleBackColor = false;
- this.btnf.Click += new System.EventHandler(this.btn_Click);
- //
- // btne
- //
- this.btne.BackColor = System.Drawing.Color.Transparent;
- this.btne.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btne.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btne.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btne.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btne.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btne.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btne.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btne.Location = new System.Drawing.Point(89, 56);
- this.btne.Margin = new System.Windows.Forms.Padding(0);
- this.btne.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btne.Name = "btne";
- this.btne.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btne.Radius = 4;
- this.btne.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btne.Size = new System.Drawing.Size(25, 24);
- this.btne.TabIndex = 18;
- this.btne.Tag = "2";
- this.btne.Text = "e";
- this.btne.UseVisualStyleBackColor = false;
- this.btne.Click += new System.EventHandler(this.btn_Click);
- //
- // btnd
- //
- this.btnd.BackColor = System.Drawing.Color.Transparent;
- this.btnd.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnd.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btnd.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btnd.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btnd.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btnd.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btnd.Location = new System.Drawing.Point(63, 56);
- this.btnd.Margin = new System.Windows.Forms.Padding(0);
- this.btnd.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btnd.Name = "btnd";
- this.btnd.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnd.Radius = 4;
- this.btnd.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btnd.Size = new System.Drawing.Size(25, 24);
- this.btnd.TabIndex = 17;
- this.btnd.Tag = "2";
- this.btnd.Text = "d";
- this.btnd.UseVisualStyleBackColor = false;
- this.btnd.Click += new System.EventHandler(this.btn_Click);
- //
- // btnc
- //
- this.btnc.BackColor = System.Drawing.Color.Transparent;
- this.btnc.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnc.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnc.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btnc.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btnc.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btnc.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btnc.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btnc.Location = new System.Drawing.Point(37, 56);
- this.btnc.Margin = new System.Windows.Forms.Padding(0);
- this.btnc.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btnc.Name = "btnc";
- this.btnc.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnc.Radius = 4;
- this.btnc.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btnc.Size = new System.Drawing.Size(25, 24);
- this.btnc.TabIndex = 16;
- this.btnc.Tag = "2";
- this.btnc.Text = "c";
- this.btnc.UseVisualStyleBackColor = false;
- this.btnc.Click += new System.EventHandler(this.btn_Click);
- //
- // btnb
- //
- this.btnb.BackColor = System.Drawing.Color.Transparent;
- this.btnb.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnb.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btnb.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btnb.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btnb.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btnb.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btnb.Location = new System.Drawing.Point(11, 56);
- this.btnb.Margin = new System.Windows.Forms.Padding(0);
- this.btnb.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btnb.Name = "btnb";
- this.btnb.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnb.Radius = 4;
- this.btnb.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btnb.Size = new System.Drawing.Size(25, 24);
- this.btnb.TabIndex = 15;
- this.btnb.Tag = "2";
- this.btnb.Text = "b";
- this.btnb.UseVisualStyleBackColor = false;
- this.btnb.Click += new System.EventHandler(this.btn_Click);
- //
- // btn6
- //
- this.btn6.BackColor = System.Drawing.Color.Transparent;
- this.btn6.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btn6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btn6.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btn6.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btn6.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btn6.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btn6.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btn6.Location = new System.Drawing.Point(271, 4);
- this.btn6.Margin = new System.Windows.Forms.Padding(0);
- this.btn6.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btn6.Name = "btn6";
- this.btn6.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btn6.Radius = 4;
- this.btn6.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btn6.Size = new System.Drawing.Size(25, 24);
- this.btn6.TabIndex = 14;
- this.btn6.Tag = "1^6";
- this.btn6.Text = "6";
- this.btn6.UseVisualStyleBackColor = false;
- this.btn6.Click += new System.EventHandler(this.btn_Click);
- //
- // btn5
- //
- this.btn5.BackColor = System.Drawing.Color.Transparent;
- this.btn5.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btn5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btn5.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btn5.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btn5.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btn5.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btn5.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btn5.Location = new System.Drawing.Point(245, 4);
- this.btn5.Margin = new System.Windows.Forms.Padding(0);
- this.btn5.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btn5.Name = "btn5";
- this.btn5.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btn5.Radius = 4;
- this.btn5.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btn5.Size = new System.Drawing.Size(25, 24);
- this.btn5.TabIndex = 13;
- this.btn5.Tag = "1%5";
- this.btn5.Text = "5";
- this.btn5.UseVisualStyleBackColor = false;
- this.btn5.Click += new System.EventHandler(this.btn_Click);
- //
- // btn4
- //
- this.btn4.BackColor = System.Drawing.Color.Transparent;
- this.btn4.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btn4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btn4.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btn4.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btn4.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btn4.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btn4.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btn4.Location = new System.Drawing.Point(219, 4);
- this.btn4.Margin = new System.Windows.Forms.Padding(0);
- this.btn4.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btn4.Name = "btn4";
- this.btn4.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btn4.Radius = 4;
- this.btn4.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btn4.Size = new System.Drawing.Size(25, 24);
- this.btn4.TabIndex = 12;
- this.btn4.Tag = "1$4";
- this.btn4.Text = "4";
- this.btn4.UseVisualStyleBackColor = false;
- this.btn4.Click += new System.EventHandler(this.btn_Click);
- //
- // btn3
- //
- this.btn3.BackColor = System.Drawing.Color.Transparent;
- this.btn3.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btn3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btn3.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btn3.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btn3.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btn3.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btn3.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btn3.Location = new System.Drawing.Point(193, 4);
- this.btn3.Margin = new System.Windows.Forms.Padding(0);
- this.btn3.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btn3.Name = "btn3";
- this.btn3.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btn3.Radius = 4;
- this.btn3.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btn3.Size = new System.Drawing.Size(25, 24);
- this.btn3.TabIndex = 11;
- this.btn3.Tag = "1#3";
- this.btn3.Text = "3";
- this.btn3.UseVisualStyleBackColor = false;
- this.btn3.Click += new System.EventHandler(this.btn_Click);
- //
- // btn2
- //
- this.btn2.BackColor = System.Drawing.Color.Transparent;
- this.btn2.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btn2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btn2.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btn2.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btn2.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btn2.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btn2.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btn2.Location = new System.Drawing.Point(167, 4);
- this.btn2.Margin = new System.Windows.Forms.Padding(0);
- this.btn2.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btn2.Name = "btn2";
- this.btn2.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btn2.Radius = 4;
- this.btn2.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btn2.Size = new System.Drawing.Size(25, 24);
- this.btn2.TabIndex = 10;
- this.btn2.Tag = "1@2";
- this.btn2.Text = "2";
- this.btn2.UseVisualStyleBackColor = false;
- this.btn2.Click += new System.EventHandler(this.btn_Click);
- //
- // btn1
- //
- this.btn1.BackColor = System.Drawing.Color.Transparent;
- this.btn1.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btn1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btn1.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btn1.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btn1.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btn1.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btn1.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btn1.Location = new System.Drawing.Point(141, 4);
- this.btn1.Margin = new System.Windows.Forms.Padding(0);
- this.btn1.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btn1.Name = "btn1";
- this.btn1.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btn1.Radius = 4;
- this.btn1.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btn1.Size = new System.Drawing.Size(25, 24);
- this.btn1.TabIndex = 9;
- this.btn1.Tag = "1!1";
- this.btn1.Text = "1";
- this.btn1.UseVisualStyleBackColor = false;
- this.btn1.Click += new System.EventHandler(this.btn_Click);
- //
- // btnd1
- //
- this.btnd1.BackColor = System.Drawing.Color.Transparent;
- this.btnd1.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnd1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnd1.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btnd1.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btnd1.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btnd1.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btnd1.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btnd1.Location = new System.Drawing.Point(115, 4);
- this.btnd1.Margin = new System.Windows.Forms.Padding(0);
- this.btnd1.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btnd1.Name = "btnd1";
- this.btnd1.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnd1.Radius = 4;
- this.btnd1.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btnd1.Size = new System.Drawing.Size(25, 24);
- this.btnd1.TabIndex = 8;
- this.btnd1.Tag = "1~`";
- this.btnd1.Text = "`";
- this.btnd1.UseVisualStyleBackColor = false;
- this.btnd1.Click += new System.EventHandler(this.btn_Click);
- //
- // btn0
- //
- this.btn0.BackColor = System.Drawing.Color.Transparent;
- this.btn0.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btn0.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btn0.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btn0.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btn0.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btn0.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btn0.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btn0.Location = new System.Drawing.Point(89, 4);
- this.btn0.Margin = new System.Windows.Forms.Padding(0);
- this.btn0.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btn0.Name = "btn0";
- this.btn0.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btn0.Radius = 4;
- this.btn0.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btn0.Size = new System.Drawing.Size(25, 24);
- this.btn0.TabIndex = 7;
- this.btn0.Tag = "1)0";
- this.btn0.Text = "0";
- this.btn0.UseVisualStyleBackColor = false;
- this.btn0.Click += new System.EventHandler(this.btn_Click);
- //
- // btn9
- //
- this.btn9.BackColor = System.Drawing.Color.Transparent;
- this.btn9.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btn9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btn9.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btn9.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btn9.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btn9.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btn9.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btn9.Location = new System.Drawing.Point(63, 4);
- this.btn9.Margin = new System.Windows.Forms.Padding(0);
- this.btn9.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btn9.Name = "btn9";
- this.btn9.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btn9.Radius = 4;
- this.btn9.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btn9.Size = new System.Drawing.Size(25, 24);
- this.btn9.TabIndex = 6;
- this.btn9.Tag = "1(9";
- this.btn9.Text = "9";
- this.btn9.UseVisualStyleBackColor = false;
- this.btn9.Click += new System.EventHandler(this.btn_Click);
- //
- // btn8
- //
- this.btn8.BackColor = System.Drawing.Color.Transparent;
- this.btn8.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btn8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btn8.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btn8.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btn8.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btn8.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btn8.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btn8.Location = new System.Drawing.Point(37, 4);
- this.btn8.Margin = new System.Windows.Forms.Padding(0);
- this.btn8.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btn8.Name = "btn8";
- this.btn8.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btn8.Radius = 4;
- this.btn8.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btn8.Size = new System.Drawing.Size(25, 24);
- this.btn8.TabIndex = 5;
- this.btn8.Tag = "1*8";
- this.btn8.Text = "8";
- this.btn8.UseVisualStyleBackColor = false;
- this.btn8.Click += new System.EventHandler(this.btn_Click);
- //
- // btn7
- //
- this.btn7.BackColor = System.Drawing.Color.Transparent;
- this.btn7.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btn7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btn7.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btn7.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btn7.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btn7.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btn7.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btn7.Location = new System.Drawing.Point(11, 4);
- this.btn7.Margin = new System.Windows.Forms.Padding(0);
- this.btn7.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btn7.Name = "btn7";
- this.btn7.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btn7.Radius = 4;
- this.btn7.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btn7.Size = new System.Drawing.Size(25, 24);
- this.btn7.TabIndex = 4;
- this.btn7.Tag = "1&7";
- this.btn7.Text = "7";
- this.btn7.UseVisualStyleBackColor = false;
- this.btn7.Click += new System.EventHandler(this.btn_Click);
- //
- // btnShift
- //
- this.btnShift.BackColor = System.Drawing.Color.Transparent;
- this.btnShift.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnShift.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnShift.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btnShift.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btnShift.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btnShift.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btnShift.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btnShift.Location = new System.Drawing.Point(3, 30);
- this.btnShift.Margin = new System.Windows.Forms.Padding(0);
- this.btnShift.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btnShift.Name = "btnShift";
- this.btnShift.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnShift.Palace = true;
- this.btnShift.Radius = 4;
- this.btnShift.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btnShift.Size = new System.Drawing.Size(40, 24);
- this.btnShift.TabIndex = 3;
- this.btnShift.Tag = "3";
- this.btnShift.Text = "Shift";
- this.btnShift.UseVisualStyleBackColor = false;
- this.btnShift.Click += new System.EventHandler(this.btnShift_Click);
- //
- // btnClose
- //
- this.btnClose.BackColor = System.Drawing.Color.Transparent;
- this.btnClose.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnClose.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btnClose.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.BtnClose_hight;
- this.btnClose.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btnClose.Location = new System.Drawing.Point(344, 5);
- this.btnClose.Margin = new System.Windows.Forms.Padding(0);
- this.btnClose.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.BtnClose_hight;
- this.btnClose.Name = "btnClose";
- this.btnClose.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnClose.Size = new System.Drawing.Size(11, 11);
- this.btnClose.TabIndex = 2;
- this.btnClose.Tag = "3";
- this.toolShow.SetToolTip(this.btnClose, "关闭");
- this.btnClose.UseVisualStyleBackColor = false;
- this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
- //
- // btnCapsLock
- //
- this.btnCapsLock.BackColor = System.Drawing.Color.Transparent;
- this.btnCapsLock.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnCapsLock.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnCapsLock.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btnCapsLock.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btnCapsLock.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btnCapsLock.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btnCapsLock.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btnCapsLock.Location = new System.Drawing.Point(293, 30);
- this.btnCapsLock.Margin = new System.Windows.Forms.Padding(0);
- this.btnCapsLock.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btnCapsLock.Name = "btnCapsLock";
- this.btnCapsLock.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnCapsLock.Palace = true;
- this.btnCapsLock.Radius = 4;
- this.btnCapsLock.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btnCapsLock.Size = new System.Drawing.Size(64, 24);
- this.btnCapsLock.TabIndex = 1;
- this.btnCapsLock.Tag = "3";
- this.btnCapsLock.Text = "Caps Lock";
- this.btnCapsLock.UseVisualStyleBackColor = false;
- this.btnCapsLock.Click += new System.EventHandler(this.btnCapsLock_Click);
- //
- // btnDelet
- //
- this.btnDelet.BackColor = System.Drawing.Color.Transparent;
- this.btnDelet.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnDelet.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnDelet.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
- this.btnDelet.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.btnDelet.DownBack = global::LYFZ.ComponentLibrary.Properties.Resources.pushed;
- this.btnDelet.DrawType = LYFZ.OtherExpansion.SkinControl.DrawStyle.Img;
- this.btnDelet.Font = new System.Drawing.Font("微软雅黑", 8.5F);
- this.btnDelet.Location = new System.Drawing.Point(297, 4);
- this.btnDelet.Margin = new System.Windows.Forms.Padding(0);
- this.btnDelet.MouseBack = global::LYFZ.ComponentLibrary.Properties.Resources.hight;
- this.btnDelet.Name = "btnDelet";
- this.btnDelet.NormlBack = global::LYFZ.ComponentLibrary.Properties.Resources.Norml;
- this.btnDelet.Palace = true;
- this.btnDelet.Radius = 4;
- this.btnDelet.RoundStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.btnDelet.Size = new System.Drawing.Size(45, 24);
- this.btnDelet.TabIndex = 0;
- this.btnDelet.Tag = "3";
- this.btnDelet.Text = "←";
- this.btnDelet.UseVisualStyleBackColor = false;
- this.btnDelet.Click += new System.EventHandler(this.btnDelet_Click);
- //
- // PassKey
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.keyboard;
- this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.ClientSize = new System.Drawing.Size(360, 110);
- this.ControlBox = false;
- this.Controls.Add(this.btnhx2);
- this.Controls.Add(this.btndh);
- this.Controls.Add(this.btnjh);
- this.Controls.Add(this.btnhx);
- this.Controls.Add(this.btnd4);
- this.Controls.Add(this.btnd3);
- this.Controls.Add(this.btnd2);
- this.Controls.Add(this.btnMh);
- this.Controls.Add(this.btnKh2);
- this.Controls.Add(this.btnKh1);
- this.Controls.Add(this.btny);
- this.Controls.Add(this.btnx);
- this.Controls.Add(this.btnw);
- this.Controls.Add(this.btnv);
- this.Controls.Add(this.btnu);
- this.Controls.Add(this.btnt);
- this.Controls.Add(this.btns);
- this.Controls.Add(this.btnr);
- this.Controls.Add(this.btnq);
- this.Controls.Add(this.btnp);
- this.Controls.Add(this.btno);
- this.Controls.Add(this.btnn);
- this.Controls.Add(this.btnz);
- this.Controls.Add(this.btna);
- this.Controls.Add(this.btnm);
- this.Controls.Add(this.btnl);
- this.Controls.Add(this.btnk);
- this.Controls.Add(this.btnj);
- this.Controls.Add(this.btni);
- this.Controls.Add(this.btnh);
- this.Controls.Add(this.btng);
- this.Controls.Add(this.btnf);
- this.Controls.Add(this.btne);
- this.Controls.Add(this.btnd);
- this.Controls.Add(this.btnc);
- this.Controls.Add(this.btnb);
- this.Controls.Add(this.btn6);
- this.Controls.Add(this.btn5);
- this.Controls.Add(this.btn4);
- this.Controls.Add(this.btn3);
- this.Controls.Add(this.btn2);
- this.Controls.Add(this.btn1);
- this.Controls.Add(this.btnd1);
- this.Controls.Add(this.btn0);
- this.Controls.Add(this.btn9);
- this.Controls.Add(this.btn8);
- this.Controls.Add(this.btn7);
- this.Controls.Add(this.btnShift);
- this.Controls.Add(this.btnClose);
- this.Controls.Add(this.btnCapsLock);
- this.Controls.Add(this.btnDelet);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "PassKey";
- this.ShowIcon = false;
- this.ShowInTaskbar = false;
- this.Text = "软件盘";
- this.TopMost = true;
- this.Deactivate += new System.EventHandler(this.PassKey_Deactivate);
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PassKey_FormClosing);
- this.Load += new System.EventHandler(this.PassKey_Load);
- this.ResumeLayout(false);
- }
- public PassKey(int x, int y, SkinTextBox txt)
- {
- this.InitializeComponent();
- this.txt = txt;
- this.X = x;
- this.Y = y;
- this.SetStyles();
- }
- protected override void OnPaint(PaintEventArgs e)
- {
- UpdateForm.CreateRegion(this, 4);
- base.OnPaint(e);
- }
- private void SetStyles()
- {
- base.SetStyle(ControlStyles.UserPaint | ControlStyles.ResizeRedraw | ControlStyles.AllPaintingInWmPaint | ControlStyles.DoubleBuffer | ControlStyles.OptimizedDoubleBuffer, true);
- base.UpdateStyles();
- }
- private void PassKey_Deactivate(object sender, EventArgs e)
- {
- base.Close();
- }
- private void btnClose_Click(object sender, EventArgs e)
- {
- base.Close();
- }
- private void btnDelet_Click(object sender, EventArgs e)
- {
- if (this.txt.Text.Length > 0)
- {
- this.txt.Text = this.txt.Text.Substring(0, this.txt.Text.Length - 1);
- }
- }
- private void btn_Click(object sender, EventArgs e)
- {
- SkinButtom btn = (SkinButtom)sender;
- this.txt.AppendText((btn.Text == "&&") ? "&" : btn.Text);
- }
- private void btnCapsLock_Click(object sender, EventArgs e)
- {
- this.ToUpper = !this.ToUpper;
- this.flag = !this.flag;
- foreach (SkinButtom btn in base.Controls)
- {
- if (btn.Tag.ToString() == "2")
- {
- btn.Text = (this.ToUpper ? btn.Text.ToUpper() : btn.Text.ToLower());
- }
- }
- if (this.flag)
- {
- this.Norml = this.btnCapsLock.NormlBack;
- this.Mouse = this.btnCapsLock.MouseBack;
- this.btnCapsLock.NormlBack = this.btnCapsLock.DownBack;
- this.btnCapsLock.MouseBack = this.btnCapsLock.DownBack;
- return;
- }
- this.btnCapsLock.NormlBack = this.Norml;
- this.btnCapsLock.MouseBack = this.Mouse;
- }
- private void btnShift_Click(object sender, EventArgs e)
- {
- this.ToUpper = !this.ToUpper;
- this.flag2 = !this.flag2;
- foreach (SkinButtom btn in base.Controls)
- {
- if (btn.Tag.ToString() == "2")
- {
- btn.Text = (this.ToUpper ? btn.Text.ToUpper() : btn.Text.ToLower());
- }
- }
- foreach (SkinButtom btn2 in base.Controls)
- {
- if (btn2.Tag.ToString().Substring(0, 1) == "1")
- {
- if (btn2.Text == "7")
- {
- btn2.Text = "&&";
- }
- else
- {
- btn2.Text = (this.flag2 ? btn2.Tag.ToString().Substring(1, 1) : btn2.Tag.ToString().Substring(2));
- }
- }
- }
- if (this.flag2)
- {
- this.Norml2 = this.btnShift.NormlBack;
- this.Mouse2 = this.btnShift.MouseBack;
- this.btnShift.NormlBack = this.btnShift.DownBack;
- this.btnShift.MouseBack = this.btnShift.DownBack;
- return;
- }
- this.btnShift.NormlBack = this.Norml2;
- this.btnShift.MouseBack = this.Mouse2;
- }
- private void PassKey_FormClosing(object sender, FormClosingEventArgs e)
- {
- NativeMethods.AnimateWindow(base.Handle, 0, 589824);
- }
- private void PassKey_Load(object sender, EventArgs e)
- {
- base.Location = new Point(this.X, this.Y);
- NativeMethods.AnimateWindow(base.Handle, 0, 786432);
- }
- }
- }
|