现在的位置: 首页 > 综合 > 正文

IMinterface.Designer.cs

2013年11月03日 ⁄ 综合 ⁄ 共 9821字 ⁄ 字号 评论关闭

namespace HRMS.WindowsInterface.Controls
{
    partial class IMinterface
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region 组件设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.pnlKeySet = new System.Windows.Forms.Panel();
            this.lblLang = new System.Windows.Forms.Label();
            this.btnOne = new System.Windows.Forms.Button();
            this.btnJin = new System.Windows.Forms.Button();
            this.btnTwo = new System.Windows.Forms.Button();
            this.btnXin = new System.Windows.Forms.Button();
            this.btnThree = new System.Windows.Forms.Button();
            this.btnZero = new System.Windows.Forms.Button();
            this.btnFour = new System.Windows.Forms.Button();
            this.btnNine = new System.Windows.Forms.Button();
            this.btnFive = new System.Windows.Forms.Button();
            this.btnEight = new System.Windows.Forms.Button();
            this.btnSix = new System.Windows.Forms.Button();
            this.btnSeven = new System.Windows.Forms.Button();
            this.tmrKeySet = new System.Windows.Forms.Timer(this.components);
            this.pnlKeySet.SuspendLayout();
            this.SuspendLayout();
            //
            // pnlKeySet
            //
            this.pnlKeySet.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.pnlKeySet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pnlKeySet.Controls.Add(this.lblLang);
            this.pnlKeySet.Controls.Add(this.btnOne);
            this.pnlKeySet.Controls.Add(this.btnJin);
            this.pnlKeySet.Controls.Add(this.btnTwo);
            this.pnlKeySet.Controls.Add(this.btnXin);
            this.pnlKeySet.Controls.Add(this.btnThree);
            this.pnlKeySet.Controls.Add(this.btnZero);
            this.pnlKeySet.Controls.Add(this.btnFour);
            this.pnlKeySet.Controls.Add(this.btnNine);
            this.pnlKeySet.Controls.Add(this.btnFive);
            this.pnlKeySet.Controls.Add(this.btnEight);
            this.pnlKeySet.Controls.Add(this.btnSix);
            this.pnlKeySet.Controls.Add(this.btnSeven);
            this.pnlKeySet.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlKeySet.Location = new System.Drawing.Point(0, 0);
            this.pnlKeySet.Name = "pnlKeySet";
            this.pnlKeySet.Size = new System.Drawing.Size(293, 277);
            this.pnlKeySet.TabIndex = 90;
            //
            // lblLang
            //
            this.lblLang.AutoSize = true;
            this.lblLang.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblLang.Location = new System.Drawing.Point(131, 5);
            this.lblLang.Name = "lblLang";
            this.lblLang.Size = new System.Drawing.Size(0, 14);
            this.lblLang.TabIndex = 83;
            this.lblLang.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // btnOne
            //
            this.btnOne.Location = new System.Drawing.Point(10, 152);
            this.btnOne.Name = "btnOne";
            this.btnOne.Size = new System.Drawing.Size(75, 50);
            this.btnOne.TabIndex = 0;
            this.btnOne.Text = "1 @";
            this.btnOne.UseVisualStyleBackColor = true;
            this.btnOne.Click += new System.EventHandler(this.btnOne_Click);
            //
            // btnJin
            //
            this.btnJin.Location = new System.Drawing.Point(206, 214);
            this.btnJin.Name = "btnJin";
            this.btnJin.Size = new System.Drawing.Size(75, 50);
            this.btnJin.TabIndex = 11;
            this.btnJin.Text = "#";
            this.btnJin.UseVisualStyleBackColor = true;
            this.btnJin.Click += new System.EventHandler(this.btnJin_Click);
            //
            // btnTwo
            //
            this.btnTwo.Location = new System.Drawing.Point(108, 152);
            this.btnTwo.Name = "btnTwo";
            this.btnTwo.Size = new System.Drawing.Size(75, 50);
            this.btnTwo.TabIndex = 1;
            this.btnTwo.Text = "2 ABC";
            this.btnTwo.UseVisualStyleBackColor = true;
            this.btnTwo.Click += new System.EventHandler(this.btnTwo_Click);
            //
            // btnXin
            //
            this.btnXin.Location = new System.Drawing.Point(108, 214);
            this.btnXin.Name = "btnXin";
            this.btnXin.Size = new System.Drawing.Size(75, 50);
            this.btnXin.TabIndex = 10;
            this.btnXin.Text = "←";
            this.btnXin.UseVisualStyleBackColor = true;
            this.btnXin.Click += new System.EventHandler(this.btnXin_Click);
            //
            // btnThree
            //
            this.btnThree.Location = new System.Drawing.Point(206, 152);
            this.btnThree.Name = "btnThree";
            this.btnThree.Size = new System.Drawing.Size(75, 50);
            this.btnThree.TabIndex = 2;
            this.btnThree.Text = "3 DEF";
            this.btnThree.UseVisualStyleBackColor = true;
            this.btnThree.Click += new System.EventHandler(this.btnThree_Click);
            //
            // btnZero
            //
            this.btnZero.Location = new System.Drawing.Point(10, 214);
            this.btnZero.Name = "btnZero";
            this.btnZero.Size = new System.Drawing.Size(75, 50);
            this.btnZero.TabIndex = 9;
            this.btnZero.Text = "0 + -";
            this.btnZero.UseVisualStyleBackColor = true;
            this.btnZero.Click += new System.EventHandler(this.btnZero_Click);
            //
            // btnFour
            //
            this.btnFour.Location = new System.Drawing.Point(10, 90);
            this.btnFour.Name = "btnFour";
            this.btnFour.Size = new System.Drawing.Size(75, 50);
            this.btnFour.TabIndex = 3;
            this.btnFour.Text = "4 GHI";
            this.btnFour.UseVisualStyleBackColor = true;
            this.btnFour.Click += new System.EventHandler(this.btnFour_Click);
            //
            // btnNine
            //
            this.btnNine.Location = new System.Drawing.Point(206, 28);
            this.btnNine.Name = "btnNine";
            this.btnNine.Size = new System.Drawing.Size(75, 50);
            this.btnNine.TabIndex = 8;
            this.btnNine.Text = "9 WXYZ";
            this.btnNine.UseVisualStyleBackColor = true;
            this.btnNine.Click += new System.EventHandler(this.btnNine_Click);
            //
            // btnFive
            //
            this.btnFive.Location = new System.Drawing.Point(108, 90);
            this.btnFive.Name = "btnFive";
            this.btnFive.Size = new System.Drawing.Size(75, 50);
            this.btnFive.TabIndex = 4;
            this.btnFive.Text = "5 JKL";
            this.btnFive.UseVisualStyleBackColor = true;
            this.btnFive.Click += new System.EventHandler(this.btnFive_Click);
            //
            // btnEight
            //
            this.btnEight.Location = new System.Drawing.Point(108, 28);
            this.btnEight.Name = "btnEight";
            this.btnEight.Size = new System.Drawing.Size(75, 50);
            this.btnEight.TabIndex = 7;
            this.btnEight.Text = "8 TUV";
            this.btnEight.UseVisualStyleBackColor = true;
            this.btnEight.Click += new System.EventHandler(this.btnEight_Click);
            //
            // btnSix
            //
            this.btnSix.Location = new System.Drawing.Point(206, 90);
            this.btnSix.Name = "btnSix";
            this.btnSix.Size = new System.Drawing.Size(75, 50);
            this.btnSix.TabIndex = 5;
            this.btnSix.Text = "6 MNO";
            this.btnSix.UseVisualStyleBackColor = true;
            this.btnSix.Click += new System.EventHandler(this.btnSix_Click);
            //
            // btnSeven
            //
            this.btnSeven.Location = new System.Drawing.Point(10, 28);
            this.btnSeven.Name = "btnSeven";
            this.btnSeven.Size = new System.Drawing.Size(75, 50);
            this.btnSeven.TabIndex = 6;
            this.btnSeven.Text = "7 PQRS";
            this.btnSeven.UseVisualStyleBackColor = true;
            this.btnSeven.Click += new System.EventHandler(this.btnSeven_Click);
            //
            // tmrKeySet
            //
            this.tmrKeySet.Enabled = true;
            this.tmrKeySet.Interval = 1500;
            this.tmrKeySet.Tick += new System.EventHandler(this.tmrKeySet_Tick);
            //
            // IMinterface
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.pnlKeySet);
            this.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.Name = "IMinterface";
            this.Size = new System.Drawing.Size(293, 277);
            this.Load += new System.EventHandler(this.IMinterface_Load);
            this.pnlKeySet.ResumeLayout(false);
            this.pnlKeySet.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Panel pnlKeySet;
        private System.Windows.Forms.Label lblLang;
        private System.Windows.Forms.Button btnOne;
        private System.Windows.Forms.Button btnJin;
        private System.Windows.Forms.Button btnTwo;
        private System.Windows.Forms.Button btnXin;
        private System.Windows.Forms.Button btnThree;
        private System.Windows.Forms.Button btnZero;
        private System.Windows.Forms.Button btnFour;
        private System.Windows.Forms.Button btnNine;
        private System.Windows.Forms.Button btnFive;
        private System.Windows.Forms.Button btnEight;
        private System.Windows.Forms.Button btnSix;
        private System.Windows.Forms.Button btnSeven;
        private System.Windows.Forms.Timer tmrKeySet;
    }
}

抱歉!评论已关闭.