namespace SunVoteARSPPT
{
partial class PanelSignIn
{
///
/// 必需的设计器变量。
///
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.gbxSignIn = new System.Windows.Forms.GroupBox();
this.pnlM30 = new System.Windows.Forms.Panel();
this.numAutoPageTime = new System.Windows.Forms.NumericUpDown();
this.cboNumOnePage = new System.Windows.Forms.ComboBox();
this.btnCreateUIDAsc = new System.Windows.Forms.Button();
this.lblAutoPageTime = new System.Windows.Forms.Label();
this.lblNumOnePage = new System.Windows.Forms.Label();
this.btnCreateUIDRnd = new System.Windows.Forms.Button();
this.cboSignInMode = new System.Windows.Forms.ComboBox();
this.cboFieldSignInCode = new System.Windows.Forms.ComboBox();
this.btnClearSignInData = new System.Windows.Forms.Button();
this.lblFieldSignInCode = new System.Windows.Forms.Label();
this.gbxItemText = new System.Windows.Forms.GroupBox();
this.txtSignInOk = new System.Windows.Forms.TextBox();
this.txtSignInNot = new System.Windows.Forms.TextBox();
this.lblSignInNot = new System.Windows.Forms.Label();
this.lblSignInOk = new System.Windows.Forms.Label();
this.ucResponsePara = new SunVoteARSPPT.UcResponsePara();
this.ucKeypadPara = new SunVoteARSPPT.UcKeypadPara();
this.gbxSignIn.SuspendLayout();
this.pnlM30.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numAutoPageTime)).BeginInit();
this.gbxItemText.SuspendLayout();
this.SuspendLayout();
//
// gbxSignIn
//
this.gbxSignIn.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbxSignIn.Controls.Add(this.pnlM30);
this.gbxSignIn.Controls.Add(this.cboSignInMode);
this.gbxSignIn.Controls.Add(this.cboFieldSignInCode);
this.gbxSignIn.Controls.Add(this.btnClearSignInData);
this.gbxSignIn.Controls.Add(this.lblFieldSignInCode);
this.gbxSignIn.Location = new System.Drawing.Point(0, 423);
this.gbxSignIn.Name = "gbxSignIn";
this.gbxSignIn.Size = new System.Drawing.Size(210, 270);
this.gbxSignIn.TabIndex = 9;
this.gbxSignIn.TabStop = false;
this.gbxSignIn.Text = "签到模式";
//
// pnlM30
//
this.pnlM30.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pnlM30.Controls.Add(this.numAutoPageTime);
this.pnlM30.Controls.Add(this.cboNumOnePage);
this.pnlM30.Controls.Add(this.btnCreateUIDAsc);
this.pnlM30.Controls.Add(this.lblAutoPageTime);
this.pnlM30.Controls.Add(this.lblNumOnePage);
this.pnlM30.Controls.Add(this.btnCreateUIDRnd);
this.pnlM30.Location = new System.Drawing.Point(1, 107);
this.pnlM30.Name = "pnlM30";
this.pnlM30.Size = new System.Drawing.Size(208, 120);
this.pnlM30.TabIndex = 41;
this.pnlM30.Resize += new System.EventHandler(this.pnlM30_Resize);
//
// numAutoPageTime
//
this.numAutoPageTime.Location = new System.Drawing.Point(101, 90);
this.numAutoPageTime.Maximum = new decimal(new int[] {
600,
0,
0,
0});
this.numAutoPageTime.Name = "numAutoPageTime";
this.numAutoPageTime.Size = new System.Drawing.Size(101, 21);
this.numAutoPageTime.TabIndex = 42;
this.numAutoPageTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.numAutoPageTime.ValueChanged += new System.EventHandler(this.numAutoPageTime_ValueChanged);
//
// cboNumOnePage
//
this.cboNumOnePage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboNumOnePage.FormattingEnabled = true;
this.cboNumOnePage.Items.AddRange(new object[] {
"20",
"30",
"全屏"});
this.cboNumOnePage.Location = new System.Drawing.Point(101, 60);
this.cboNumOnePage.Name = "cboNumOnePage";
this.cboNumOnePage.Size = new System.Drawing.Size(101, 20);
this.cboNumOnePage.TabIndex = 41;
this.cboNumOnePage.SelectedIndexChanged += new System.EventHandler(this.cboNumOnePage_SelectedIndexChanged);
//
// btnCreateUIDAsc
//
this.btnCreateUIDAsc.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btnCreateUIDAsc.Location = new System.Drawing.Point(4, 0);
this.btnCreateUIDAsc.Name = "btnCreateUIDAsc";
this.btnCreateUIDAsc.Size = new System.Drawing.Size(200, 23);
this.btnCreateUIDAsc.TabIndex = 40;
this.btnCreateUIDAsc.Text = "顺序生成UID";
this.btnCreateUIDAsc.UseVisualStyleBackColor = true;
this.btnCreateUIDAsc.Click += new System.EventHandler(this.btnCreateUIDAsc_Click);
//
// lblAutoPageTime
//
this.lblAutoPageTime.AutoSize = true;
this.lblAutoPageTime.Location = new System.Drawing.Point(4, 93);
this.lblAutoPageTime.Name = "lblAutoPageTime";
this.lblAutoPageTime.Size = new System.Drawing.Size(77, 12);
this.lblAutoPageTime.TabIndex = 2;
this.lblAutoPageTime.Text = "自动翻页秒数";
//
// lblNumOnePage
//
this.lblNumOnePage.AutoSize = true;
this.lblNumOnePage.Location = new System.Drawing.Point(4, 63);
this.lblNumOnePage.Name = "lblNumOnePage";
this.lblNumOnePage.Size = new System.Drawing.Size(53, 12);
this.lblNumOnePage.TabIndex = 2;
this.lblNumOnePage.Text = "分屏人数";
//
// btnCreateUIDRnd
//
this.btnCreateUIDRnd.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btnCreateUIDRnd.Location = new System.Drawing.Point(4, 29);
this.btnCreateUIDRnd.Name = "btnCreateUIDRnd";
this.btnCreateUIDRnd.Size = new System.Drawing.Size(200, 23);
this.btnCreateUIDRnd.TabIndex = 40;
this.btnCreateUIDRnd.Text = "随机生成UID";
this.btnCreateUIDRnd.UseVisualStyleBackColor = true;
this.btnCreateUIDRnd.Click += new System.EventHandler(this.btnCreateUIDRnd_Click);
//
// cboSignInMode
//
this.cboSignInMode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.cboSignInMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboSignInMode.FormattingEnabled = true;
this.cboSignInMode.Items.AddRange(new object[] {
"20",
"30",
"全屏"});
this.cboSignInMode.Location = new System.Drawing.Point(6, 20);
this.cboSignInMode.Name = "cboSignInMode";
this.cboSignInMode.Size = new System.Drawing.Size(200, 20);
this.cboSignInMode.TabIndex = 41;
this.cboSignInMode.SelectedIndexChanged += new System.EventHandler(this.cboSignInMode_SelectedIndexChanged);
//
// cboFieldSignInCode
//
this.cboFieldSignInCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.cboFieldSignInCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboFieldSignInCode.FormattingEnabled = true;
this.cboFieldSignInCode.Items.AddRange(new object[] {
"键盘编号",
"姓名",
"分组",
"签到码"});
this.cboFieldSignInCode.Location = new System.Drawing.Point(6, 49);
this.cboFieldSignInCode.Name = "cboFieldSignInCode";
this.cboFieldSignInCode.Size = new System.Drawing.Size(200, 20);
this.cboFieldSignInCode.TabIndex = 38;
this.cboFieldSignInCode.SelectedIndexChanged += new System.EventHandler(this.cboFieldSignInCode_SelectedIndexChanged);
//
// btnClearSignInData
//
this.btnClearSignInData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btnClearSignInData.Location = new System.Drawing.Point(5, 78);
this.btnClearSignInData.Name = "btnClearSignInData";
this.btnClearSignInData.Size = new System.Drawing.Size(200, 23);
this.btnClearSignInData.TabIndex = 40;
this.btnClearSignInData.Text = "清空UID签到数据";
this.btnClearSignInData.UseVisualStyleBackColor = true;
this.btnClearSignInData.Click += new System.EventHandler(this.btnClearSignInData_Click);
//
// lblFieldSignInCode
//
this.lblFieldSignInCode.AutoSize = true;
this.lblFieldSignInCode.Location = new System.Drawing.Point(12, 52);
this.lblFieldSignInCode.Name = "lblFieldSignInCode";
this.lblFieldSignInCode.Size = new System.Drawing.Size(71, 12);
this.lblFieldSignInCode.TabIndex = 37;
this.lblFieldSignInCode.Text = "UID有效字段";
//
// gbxItemText
//
this.gbxItemText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbxItemText.Controls.Add(this.txtSignInOk);
this.gbxItemText.Controls.Add(this.txtSignInNot);
this.gbxItemText.Controls.Add(this.lblSignInNot);
this.gbxItemText.Controls.Add(this.lblSignInOk);
this.gbxItemText.Location = new System.Drawing.Point(0, 3);
this.gbxItemText.Name = "gbxItemText";
this.gbxItemText.Size = new System.Drawing.Size(210, 116);
this.gbxItemText.TabIndex = 11;
this.gbxItemText.TabStop = false;
this.gbxItemText.Text = "签到状态文本设置";
//
// txtSignInOk
//
this.txtSignInOk.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtSignInOk.Location = new System.Drawing.Point(5, 38);
this.txtSignInOk.Name = "txtSignInOk";
this.txtSignInOk.Size = new System.Drawing.Size(199, 21);
this.txtSignInOk.TabIndex = 1;
this.txtSignInOk.TextChanged += new System.EventHandler(this.txtSignInOk_TextChanged);
//
// txtSignInNot
//
this.txtSignInNot.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtSignInNot.Location = new System.Drawing.Point(5, 81);
this.txtSignInNot.Name = "txtSignInNot";
this.txtSignInNot.Size = new System.Drawing.Size(199, 21);
this.txtSignInNot.TabIndex = 0;
this.txtSignInNot.TextChanged += new System.EventHandler(this.txtSignInNot_TextChanged);
//
// lblSignInNot
//
this.lblSignInNot.AutoSize = true;
this.lblSignInNot.Location = new System.Drawing.Point(6, 66);
this.lblSignInNot.Name = "lblSignInNot";
this.lblSignInNot.Size = new System.Drawing.Size(41, 12);
this.lblSignInNot.TabIndex = 2;
this.lblSignInNot.Text = "未签到";
//
// lblSignInOk
//
this.lblSignInOk.AutoSize = true;
this.lblSignInOk.Location = new System.Drawing.Point(6, 23);
this.lblSignInOk.Name = "lblSignInOk";
this.lblSignInOk.Size = new System.Drawing.Size(41, 12);
this.lblSignInOk.TabIndex = 2;
this.lblSignInOk.Text = "已签到";
//
// ucResponsePara
//
this.ucResponsePara.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ucResponsePara.BackColor = System.Drawing.Color.White;
this.ucResponsePara.Location = new System.Drawing.Point(0, 125);
this.ucResponsePara.Name = "ucResponsePara";
this.ucResponsePara.Size = new System.Drawing.Size(210, 174);
this.ucResponsePara.TabIndex = 12;
this.ucResponsePara.TagSet = null;
//
// ucKeypadPara
//
this.ucKeypadPara.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ucKeypadPara.BackColor = System.Drawing.Color.White;
this.ucKeypadPara.Location = new System.Drawing.Point(0, 305);
this.ucKeypadPara.Name = "ucKeypadPara";
this.ucKeypadPara.Size = new System.Drawing.Size(210, 112);
this.ucKeypadPara.TabIndex = 10;
this.ucKeypadPara.TagSet = null;
this.ucKeypadPara.Visible = false;
//
// PanelSignIn
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.White;
this.Controls.Add(this.ucResponsePara);
this.Controls.Add(this.gbxItemText);
this.Controls.Add(this.ucKeypadPara);
this.Controls.Add(this.gbxSignIn);
this.Name = "PanelSignIn";
this.Size = new System.Drawing.Size(210, 750);
this.Load += new System.EventHandler(this.PanelSignIn_Load);
this.gbxSignIn.ResumeLayout(false);
this.gbxSignIn.PerformLayout();
this.pnlM30.ResumeLayout(false);
this.pnlM30.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numAutoPageTime)).EndInit();
this.gbxItemText.ResumeLayout(false);
this.gbxItemText.PerformLayout();
this.ResumeLayout(false);
}
#endregion
public UcKeypadPara ucKeypadPara;
private System.Windows.Forms.TextBox txtSignInOk;
private System.Windows.Forms.TextBox txtSignInNot;
private System.Windows.Forms.Label lblSignInOk;
private System.Windows.Forms.Label lblSignInNot;
public System.Windows.Forms.GroupBox gbxItemText;
public System.Windows.Forms.GroupBox gbxSignIn;
private System.Windows.Forms.ComboBox cboFieldSignInCode;
private System.Windows.Forms.Label lblFieldSignInCode;
private System.Windows.Forms.Button btnClearSignInData;
public UcResponsePara ucResponsePara;
private System.Windows.Forms.Button btnCreateUIDRnd;
private System.Windows.Forms.Label lblNumOnePage;
private System.Windows.Forms.Button btnCreateUIDAsc;
private System.Windows.Forms.Panel pnlM30;
private System.Windows.Forms.NumericUpDown numAutoPageTime;
private System.Windows.Forms.ComboBox cboNumOnePage;
private System.Windows.Forms.Label lblAutoPageTime;
private System.Windows.Forms.ComboBox cboSignInMode;
}
}