namespace SunVoteARSPPT
{
partial class FrmKeypadType
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmKeypadType));
this.btnOK = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.cboKeypadType = new System.Windows.Forms.ComboBox();
this.lblKeypadInfo = new System.Windows.Forms.Label();
this.lblKeypadType = new System.Windows.Forms.Label();
this.picKeypad = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.picKeypad)).BeginInit();
this.SuspendLayout();
//
// btnOK
//
this.btnOK.AutoSize = true;
this.btnOK.Location = new System.Drawing.Point(233, 283);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 2;
this.btnOK.Text = "确定";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnCancel
//
this.btnCancel.AutoSize = true;
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(314, 283);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 3;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// cboKeypadType
//
this.cboKeypadType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboKeypadType.FormattingEnabled = true;
this.cboKeypadType.Items.AddRange(new object[] {
"M52",
"M50"});
this.cboKeypadType.Location = new System.Drawing.Point(15, 28);
this.cboKeypadType.Name = "cboKeypadType";
this.cboKeypadType.Size = new System.Drawing.Size(128, 20);
this.cboKeypadType.TabIndex = 18;
this.cboKeypadType.SelectedIndexChanged += new System.EventHandler(this.cboKeypadType_SelectedIndexChanged);
//
// lblKeypadInfo
//
this.lblKeypadInfo.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lblKeypadInfo.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblKeypadInfo.Location = new System.Drawing.Point(149, 54);
this.lblKeypadInfo.Name = "lblKeypadInfo";
this.lblKeypadInfo.Size = new System.Drawing.Size(240, 219);
this.lblKeypadInfo.TabIndex = 17;
this.lblKeypadInfo.Text = "对应型号的键盘描述信息...";
//
// lblKeypadType
//
this.lblKeypadType.AutoSize = true;
this.lblKeypadType.Location = new System.Drawing.Point(15, 13);
this.lblKeypadType.Name = "lblKeypadType";
this.lblKeypadType.Size = new System.Drawing.Size(53, 12);
this.lblKeypadType.TabIndex = 16;
this.lblKeypadType.Text = "键盘型号";
//
// picKeypad
//
this.picKeypad.Image = ((System.Drawing.Image)(resources.GetObject("picKeypad.Image")));
this.picKeypad.Location = new System.Drawing.Point(15, 54);
this.picKeypad.Name = "picKeypad";
this.picKeypad.Size = new System.Drawing.Size(128, 219);
this.picKeypad.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.picKeypad.TabIndex = 19;
this.picKeypad.TabStop = false;
//
// FrmKeypadType
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(402, 318);
this.Controls.Add(this.picKeypad);
this.Controls.Add(this.cboKeypadType);
this.Controls.Add(this.lblKeypadInfo);
this.Controls.Add(this.lblKeypadType);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmKeypadType";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "键盘型号";
this.Load += new System.EventHandler(this.FrmChartSet_Load);
((System.ComponentModel.ISupportInitialize)(this.picKeypad)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.PictureBox picKeypad;
private System.Windows.Forms.ComboBox cboKeypadType;
private System.Windows.Forms.Label lblKeypadInfo;
private System.Windows.Forms.Label lblKeypadType;
}
}