namespace SunVoteARSPPT
{
partial class UcKeypadPara
{
///
/// 必需的设计器变量。
///
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.gbxKeypadSet = new System.Windows.Forms.GroupBox();
this.cboSubmitMode = new System.Windows.Forms.ComboBox();
this.cboCheckUID = new System.Windows.Forms.ComboBox();
this.cboOptionMode = new System.Windows.Forms.ComboBox();
this.cboModifyMode = new System.Windows.Forms.ComboBox();
this.lblCheckUID = new System.Windows.Forms.Label();
this.lblSubmitMode = new System.Windows.Forms.Label();
this.lblOptionMode = new System.Windows.Forms.Label();
this.lblModifyMode = new System.Windows.Forms.Label();
this.cboSecrecyMode = new System.Windows.Forms.ComboBox();
this.lblSecrecyMode = new System.Windows.Forms.Label();
this.gbxKeypadSet.SuspendLayout();
this.SuspendLayout();
//
// gbxKeypadSet
//
this.gbxKeypadSet.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbxKeypadSet.Controls.Add(this.cboSubmitMode);
this.gbxKeypadSet.Controls.Add(this.cboCheckUID);
this.gbxKeypadSet.Controls.Add(this.cboOptionMode);
this.gbxKeypadSet.Controls.Add(this.cboModifyMode);
this.gbxKeypadSet.Controls.Add(this.lblCheckUID);
this.gbxKeypadSet.Controls.Add(this.lblSubmitMode);
this.gbxKeypadSet.Controls.Add(this.lblOptionMode);
this.gbxKeypadSet.Controls.Add(this.lblModifyMode);
this.gbxKeypadSet.Controls.Add(this.cboSecrecyMode);
this.gbxKeypadSet.Controls.Add(this.lblSecrecyMode);
this.gbxKeypadSet.Location = new System.Drawing.Point(0, 0);
this.gbxKeypadSet.Name = "gbxKeypadSet";
this.gbxKeypadSet.Size = new System.Drawing.Size(237, 167);
this.gbxKeypadSet.TabIndex = 17;
this.gbxKeypadSet.TabStop = false;
this.gbxKeypadSet.Text = "键盘参数设置";
this.gbxKeypadSet.Resize += new System.EventHandler(this.gbxKeypadSet_Resize);
//
// cboSubmitMode
//
this.cboSubmitMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboSubmitMode.Enabled = false;
this.cboSubmitMode.FormattingEnabled = true;
this.cboSubmitMode.Items.AddRange(new object[] {
"按OK提交",
"自动提交"});
this.cboSubmitMode.Location = new System.Drawing.Point(118, 22);
this.cboSubmitMode.Name = "cboSubmitMode";
this.cboSubmitMode.Size = new System.Drawing.Size(112, 20);
this.cboSubmitMode.TabIndex = 6;
this.cboSubmitMode.SelectedIndexChanged += new System.EventHandler(this.cboSubmitMode_SelectedIndexChanged);
//
// cboCheckUID
//
this.cboCheckUID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboCheckUID.FormattingEnabled = true;
this.cboCheckUID.Items.AddRange(new object[] {
"不启用",
"4位",
"6位"});
this.cboCheckUID.Location = new System.Drawing.Point(118, 138);
this.cboCheckUID.Name = "cboCheckUID";
this.cboCheckUID.Size = new System.Drawing.Size(112, 20);
this.cboCheckUID.TabIndex = 6;
this.cboCheckUID.SelectedIndexChanged += new System.EventHandler(this.cboCheckUID_SelectedIndexChanged);
//
// cboOptionMode
//
this.cboOptionMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboOptionMode.FormattingEnabled = true;
this.cboOptionMode.Items.AddRange(new object[] {
"1234",
"ABCD"});
this.cboOptionMode.Location = new System.Drawing.Point(118, 80);
this.cboOptionMode.Name = "cboOptionMode";
this.cboOptionMode.Size = new System.Drawing.Size(112, 20);
this.cboOptionMode.TabIndex = 6;
this.cboOptionMode.SelectedIndexChanged += new System.EventHandler(this.cboOptionMode_SelectedIndexChanged);
//
// cboModifyMode
//
this.cboModifyMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboModifyMode.FormattingEnabled = true;
this.cboModifyMode.Items.AddRange(new object[] {
"允许修改",
"不允许修改"});
this.cboModifyMode.Location = new System.Drawing.Point(118, 52);
this.cboModifyMode.Name = "cboModifyMode";
this.cboModifyMode.Size = new System.Drawing.Size(112, 20);
this.cboModifyMode.TabIndex = 6;
this.cboModifyMode.SelectedIndexChanged += new System.EventHandler(this.cboModifyMode_SelectedIndexChanged);
//
// lblCheckUID
//
this.lblCheckUID.AutoSize = true;
this.lblCheckUID.Location = new System.Drawing.Point(6, 141);
this.lblCheckUID.Name = "lblCheckUID";
this.lblCheckUID.Size = new System.Drawing.Size(77, 12);
this.lblCheckUID.TabIndex = 7;
this.lblCheckUID.Text = "反馈前输入ID";
//
// lblSubmitMode
//
this.lblSubmitMode.AutoSize = true;
this.lblSubmitMode.Location = new System.Drawing.Point(3, 26);
this.lblSubmitMode.Name = "lblSubmitMode";
this.lblSubmitMode.Size = new System.Drawing.Size(53, 12);
this.lblSubmitMode.TabIndex = 7;
this.lblSubmitMode.Text = "提交模式";
//
// lblOptionMode
//
this.lblOptionMode.AutoSize = true;
this.lblOptionMode.Location = new System.Drawing.Point(6, 84);
this.lblOptionMode.Name = "lblOptionMode";
this.lblOptionMode.Size = new System.Drawing.Size(53, 12);
this.lblOptionMode.TabIndex = 7;
this.lblOptionMode.Text = "选项格式";
//
// lblModifyMode
//
this.lblModifyMode.AutoSize = true;
this.lblModifyMode.Location = new System.Drawing.Point(6, 55);
this.lblModifyMode.Name = "lblModifyMode";
this.lblModifyMode.Size = new System.Drawing.Size(53, 12);
this.lblModifyMode.TabIndex = 7;
this.lblModifyMode.Text = "修改模式";
//
// cboSecrecyMode
//
this.cboSecrecyMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboSecrecyMode.FormattingEnabled = true;
this.cboSecrecyMode.Items.AddRange(new object[] {
"不保密",
"保密"});
this.cboSecrecyMode.Location = new System.Drawing.Point(118, 109);
this.cboSecrecyMode.Name = "cboSecrecyMode";
this.cboSecrecyMode.Size = new System.Drawing.Size(112, 20);
this.cboSecrecyMode.TabIndex = 8;
this.cboSecrecyMode.SelectedIndexChanged += new System.EventHandler(this.cboSecrecyMode_SelectedIndexChanged);
//
// lblSecrecyMode
//
this.lblSecrecyMode.AutoSize = true;
this.lblSecrecyMode.Location = new System.Drawing.Point(6, 112);
this.lblSecrecyMode.Name = "lblSecrecyMode";
this.lblSecrecyMode.Size = new System.Drawing.Size(53, 12);
this.lblSecrecyMode.TabIndex = 9;
this.lblSecrecyMode.Text = "保密模式";
//
// UcKeypadPara
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
this.BackColor = System.Drawing.Color.White;
this.Controls.Add(this.gbxKeypadSet);
this.Name = "UcKeypadPara";
this.Size = new System.Drawing.Size(237, 176);
this.Load += new System.EventHandler(this.UcKeypadPara_Load);
this.gbxKeypadSet.ResumeLayout(false);
this.gbxKeypadSet.PerformLayout();
this.ResumeLayout(false);
}
#endregion
public System.Windows.Forms.GroupBox gbxKeypadSet;
public System.Windows.Forms.Label lblSubmitMode;
public System.Windows.Forms.Label lblModifyMode;
public System.Windows.Forms.ComboBox cboSubmitMode;
public System.Windows.Forms.ComboBox cboModifyMode;
public System.Windows.Forms.Label lblOptionMode;
public System.Windows.Forms.ComboBox cboOptionMode;
public System.Windows.Forms.ComboBox cboCheckUID;
public System.Windows.Forms.Label lblCheckUID;
public System.Windows.Forms.ComboBox cboSecrecyMode;
public System.Windows.Forms.Label lblSecrecyMode;
}
}