namespace JwKdsV.Component { partial class LoginKeyboardX { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.touchButtonX15 = new JwKdsV.Component.TouchButtonX(); this.touchButtonX13 = new JwKdsV.Component.TouchButtonX(); this.touchButtonX11 = new JwKdsV.Component.TouchButtonX(); this.touchButtonX10 = new JwKdsV.Component.TouchButtonX(); this.touchButtonX9 = new JwKdsV.Component.TouchButtonX(); this.touchButtonX7 = new JwKdsV.Component.TouchButtonX(); this.touchButtonX6 = new JwKdsV.Component.TouchButtonX(); this.touchButtonX5 = new JwKdsV.Component.TouchButtonX(); this.touchButtonX4 = new JwKdsV.Component.TouchButtonX(); this.touchButtonX3 = new JwKdsV.Component.TouchButtonX(); this.touchButtonX2 = new JwKdsV.Component.TouchButtonX(); this.touchButtonX1 = new JwKdsV.Component.TouchButtonX(); this.touchButtonX8 = new JwKdsV.Component.TouchButtonX(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 4; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.Controls.Add(this.touchButtonX15, 2, 3); this.tableLayoutPanel1.Controls.Add(this.touchButtonX13, 0, 3); this.tableLayoutPanel1.Controls.Add(this.touchButtonX11, 2, 2); this.tableLayoutPanel1.Controls.Add(this.touchButtonX10, 1, 2); this.tableLayoutPanel1.Controls.Add(this.touchButtonX9, 0, 2); this.tableLayoutPanel1.Controls.Add(this.touchButtonX7, 2, 1); this.tableLayoutPanel1.Controls.Add(this.touchButtonX6, 1, 1); this.tableLayoutPanel1.Controls.Add(this.touchButtonX5, 0, 1); this.tableLayoutPanel1.Controls.Add(this.touchButtonX4, 3, 0); this.tableLayoutPanel1.Controls.Add(this.touchButtonX3, 2, 0); this.tableLayoutPanel1.Controls.Add(this.touchButtonX2, 1, 0); this.tableLayoutPanel1.Controls.Add(this.touchButtonX1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.touchButtonX8, 3, 2); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 4; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(335, 288); this.tableLayoutPanel1.TabIndex = 0; // // touchButtonX15 // this.touchButtonX15.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.touchButtonX15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(204)))), ((int)(((byte)(181))))); this.touchButtonX15.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(204)))), ((int)(((byte)(181))))); this.touchButtonX15.BackColor2 = System.Drawing.Color.Tan; this.touchButtonX15.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.touchButtonX15.KeyCode = ""; this.touchButtonX15.Location = new System.Drawing.Point(169, 219); this.touchButtonX15.Name = "touchButtonX15"; this.touchButtonX15.Size = new System.Drawing.Size(77, 66); this.touchButtonX15.TabIndex = 14; this.touchButtonX15.Text1 = "."; this.touchButtonX15.Click += new System.EventHandler(this.OnKeyClick); // // touchButtonX13 // this.touchButtonX13.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.touchButtonX13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(204)))), ((int)(((byte)(181))))); this.touchButtonX13.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(204)))), ((int)(((byte)(181))))); this.touchButtonX13.BackColor2 = System.Drawing.Color.Tan; this.tableLayoutPanel1.SetColumnSpan(this.touchButtonX13, 2); this.touchButtonX13.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.touchButtonX13.KeyCode = "0"; this.touchButtonX13.Location = new System.Drawing.Point(3, 219); this.touchButtonX13.Name = "touchButtonX13"; this.touchButtonX13.Size = new System.Drawing.Size(160, 66); this.touchButtonX13.TabIndex = 12; this.touchButtonX13.Text1 = "0"; this.touchButtonX13.Click += new System.EventHandler(this.OnKeyClick); // // touchButtonX11 // this.touchButtonX11.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.touchButtonX11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(204)))), ((int)(((byte)(181))))); this.touchButtonX11.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(204)))), ((int)(((byte)(181))))); this.touchButtonX11.BackColor2 = System.Drawing.Color.Tan; this.touchButtonX11.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.touchButtonX11.KeyCode = "3"; this.touchButtonX11.Location = new System.Drawing.Point(169, 147); this.touchButtonX11.Name = "touchButtonX11"; this.touchButtonX11.Size = new System.Drawing.Size(77, 66); this.touchButtonX11.TabIndex = 10; this.touchButtonX11.Text1 = "3"; this.touchButtonX11.Click += new System.EventHandler(this.OnKeyClick); // // touchButtonX10 // this.touchButtonX10.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.touchButtonX10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(204)))), ((int)(((byte)(181))))); this.touchButtonX10.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(204)))), ((int)(((byte)(181))))); this.touchButtonX10.BackColor2 = System.Drawing.Color.Tan; this.touchButtonX10.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.touchButtonX10.KeyCode = "2"; this.touchButtonX10.Location = new System.Drawing.Point(86, 147); this.touchButtonX10.Name = "touchButtonX10"; this.touchButtonX10.Size = new System.Drawing.Size(77, 66); this.touchButtonX10.TabIndex = 9; this.touchButtonX10.Text1 = "2"; this.touchButtonX10.Click += new System.EventHandler(this.OnKeyClick); // // touchButtonX9 // this.touchButtonX9.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.touchButtonX9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(204)))), ((int)(((byte)(181))))); this.touchButtonX9.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(204)))), ((int)(((byte)(181))))); this.touchButtonX9.BackColor2 = System.Drawing.Color.Tan; this.touchButtonX9.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.touchButtonX9.KeyCode = "1"; this.touchButtonX9.Location = new System.Drawing.Point(3, 147); this.touchButtonX9.Name = "touchButtonX9"; this.touchButtonX9.Size = new System.Drawing.Size(77, 66); this.touchButtonX9.TabIndex = 8; this.touchButtonX9.Text1 = "1"; this.touchButtonX9.Click += new System.EventHandler(this.OnKeyClick); // // touchButtonX7 // this.touchButtonX7.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.touchButtonX7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(204)))), ((int)(((byte)(181))))); this.touchButtonX7.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(204)))), ((int)(((byte)(181))))); this.touchButtonX7.BackColor2 = System.Drawing.Color.Tan; this.touchButtonX7.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.touchButtonX7.KeyCode = "6"; this.touchButtonX7.Location = new System.Drawing.Point(169, 75); this.touchButtonX7.Name = "touchButtonX7"; this.touchButtonX7.Size = new System.Drawing.Size(77, 66); this.touchButtonX7.TabIndex = 6; this.touchButtonX7.Text1 = "6"; this.touchButtonX7.Click += new System.EventHandler(this.OnKeyClick); // // touchButtonX6 // this.touchButtonX6.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.touchButtonX6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(204)))), ((int)(((byte)(181))))); this.touchButtonX6.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(204)))), ((int)(((byte)(181))))); this.touchButtonX6.BackColor2 = System.Drawing.Color.Tan; this.touchButtonX6.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.touchButtonX6.KeyCode = "5"; this.touchButtonX6.Location = new System.Drawing.Point(86, 75); this.touchButtonX6.Name = "touchButtonX6"; this.touchButtonX6.Size = new System.Drawing.Size(77, 66); this.touchButtonX6.TabIndex = 5; this.touchButtonX6.Text1 = "5"; this.touchButtonX6.Click += new System.EventHandler(this.OnKeyClick); // // touchButtonX5 // this.touchButtonX5.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.touchButtonX5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(204)))), ((int)(((byte)(181))))); this.touchButtonX5.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(204)))), ((int)(((byte)(181))))); this.touchButtonX5.BackColor2 = System.Drawing.Color.Tan; this.touchButtonX5.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.touchButtonX5.KeyCode = "4"; this.touchButtonX5.Location = new System.Drawing.Point(3, 75); this.touchButtonX5.Name = "touchButtonX5"; this.touchButtonX5.Size = new System.Drawing.Size(77, 66); this.touchButtonX5.TabIndex = 4; this.touchButtonX5.Text1 = "4"; this.touchButtonX5.Click += new System.EventHandler(this.OnKeyClick); // // touchButtonX4 // this.touchButtonX4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.touchButtonX4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(204)))), ((int)(((byte)(181))))); this.touchButtonX4.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(204)))), ((int)(((byte)(181))))); this.touchButtonX4.BackColor2 = System.Drawing.Color.Tan; this.touchButtonX4.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.touchButtonX4.KeyCode = "back"; this.touchButtonX4.Location = new System.Drawing.Point(252, 3); this.touchButtonX4.Name = "touchButtonX4"; this.tableLayoutPanel1.SetRowSpan(this.touchButtonX4, 2); this.touchButtonX4.Size = new System.Drawing.Size(80, 138); this.touchButtonX4.TabIndex = 3; this.touchButtonX4.Text1 = "删除"; this.touchButtonX4.Click += new System.EventHandler(this.OnKeyClick); // // touchButtonX3 // this.touchButtonX3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.touchButtonX3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(204)))), ((int)(((byte)(181))))); this.touchButtonX3.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(204)))), ((int)(((byte)(181))))); this.touchButtonX3.BackColor2 = System.Drawing.Color.Tan; this.touchButtonX3.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.touchButtonX3.KeyCode = "9"; this.touchButtonX3.Location = new System.Drawing.Point(169, 3); this.touchButtonX3.Name = "touchButtonX3"; this.touchButtonX3.Size = new System.Drawing.Size(77, 66); this.touchButtonX3.TabIndex = 2; this.touchButtonX3.Text1 = "9"; this.touchButtonX3.Click += new System.EventHandler(this.OnKeyClick); // // touchButtonX2 // this.touchButtonX2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.touchButtonX2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(204)))), ((int)(((byte)(181))))); this.touchButtonX2.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(204)))), ((int)(((byte)(181))))); this.touchButtonX2.BackColor2 = System.Drawing.Color.Tan; this.touchButtonX2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.touchButtonX2.KeyCode = "8"; this.touchButtonX2.Location = new System.Drawing.Point(86, 3); this.touchButtonX2.Name = "touchButtonX2"; this.touchButtonX2.Size = new System.Drawing.Size(77, 66); this.touchButtonX2.TabIndex = 1; this.touchButtonX2.Text1 = "8"; this.touchButtonX2.Click += new System.EventHandler(this.OnKeyClick); // // touchButtonX1 // this.touchButtonX1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.touchButtonX1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(204)))), ((int)(((byte)(181))))); this.touchButtonX1.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(204)))), ((int)(((byte)(181))))); this.touchButtonX1.BackColor2 = System.Drawing.Color.Tan; this.touchButtonX1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.touchButtonX1.KeyCode = "7"; this.touchButtonX1.Location = new System.Drawing.Point(3, 3); this.touchButtonX1.Name = "touchButtonX1"; this.touchButtonX1.Size = new System.Drawing.Size(77, 66); this.touchButtonX1.TabIndex = 0; this.touchButtonX1.Text1 = "7"; this.touchButtonX1.Click += new System.EventHandler(this.OnKeyClick); // // touchButtonX8 // this.touchButtonX8.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.touchButtonX8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(204)))), ((int)(((byte)(181))))); this.touchButtonX8.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(204)))), ((int)(((byte)(181))))); this.touchButtonX8.BackColor2 = System.Drawing.Color.Tan; this.touchButtonX8.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.touchButtonX8.KeyCode = "clear"; this.touchButtonX8.Location = new System.Drawing.Point(252, 147); this.touchButtonX8.Name = "touchButtonX8"; this.tableLayoutPanel1.SetRowSpan(this.touchButtonX8, 2); this.touchButtonX8.Size = new System.Drawing.Size(80, 138); this.touchButtonX8.TabIndex = 7; this.touchButtonX8.Text1 = "清空"; this.touchButtonX8.Click += new System.EventHandler(this.OnKeyClick); // // LoginKeyboardX // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.Transparent; this.Controls.Add(this.tableLayoutPanel1); this.Name = "LoginKeyboardX"; this.Size = new System.Drawing.Size(335, 288); this.tableLayoutPanel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private TouchButtonX touchButtonX1; private TouchButtonX touchButtonX15; private TouchButtonX touchButtonX13; private TouchButtonX touchButtonX11; private TouchButtonX touchButtonX10; private TouchButtonX touchButtonX9; private TouchButtonX touchButtonX8; private TouchButtonX touchButtonX7; private TouchButtonX touchButtonX6; private TouchButtonX touchButtonX5; private TouchButtonX touchButtonX4; private TouchButtonX touchButtonX3; private TouchButtonX touchButtonX2; } }