namespace SunVoteARSPPT
{
partial class PanelPoll
{
///
/// 必需的设计器变量。
///
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.gbxChoise = new System.Windows.Forms.GroupBox();
this.panLimitNumber = new System.Windows.Forms.Panel();
this.lblRange1 = new System.Windows.Forms.Label();
this.lblChoiseLimitMin = new System.Windows.Forms.Label();
this.panRange = new System.Windows.Forms.Panel();
this.numRangeEnd3 = new System.Windows.Forms.NumericUpDown();
this.numRangeStart3 = new System.Windows.Forms.NumericUpDown();
this.numRangeEnd2 = new System.Windows.Forms.NumericUpDown();
this.numRangeStart2 = new System.Windows.Forms.NumericUpDown();
this.numRangeEnd1 = new System.Windows.Forms.NumericUpDown();
this.numRangeStart1 = new System.Windows.Forms.NumericUpDown();
this.lblRangeSplit3 = new System.Windows.Forms.Label();
this.lblRangeSplit2 = new System.Windows.Forms.Label();
this.lblRangeSplit1 = new System.Windows.Forms.Label();
this.chkRange3 = new System.Windows.Forms.CheckBox();
this.chkRange2 = new System.Windows.Forms.CheckBox();
this.chkCanRepeat = new System.Windows.Forms.CheckBox();
this.numChoiseLimitMin = new System.Windows.Forms.NumericUpDown();
this.lblChoiseLimit = new System.Windows.Forms.Label();
this.lblOptionCount = new System.Windows.Forms.Label();
this.btnPollList = new System.Windows.Forms.Button();
this.chkUseModeLimitNumber = new System.Windows.Forms.CheckBox();
this.nudOptionLimit = new System.Windows.Forms.NumericUpDown();
this.nudOptionCount = new System.Windows.Forms.NumericUpDown();
this.lblChoiseOption = new System.Windows.Forms.Label();
this.chkChoiseLimit = new System.Windows.Forms.CheckBox();
this.ucResponsePara = new SunVoteARSPPT.UcResponsePara();
this.ucKeypadPara = new SunVoteARSPPT.UcKeypadPara();
this.gbxChoise.SuspendLayout();
this.panLimitNumber.SuspendLayout();
this.panRange.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numRangeEnd3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numRangeStart3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numRangeEnd2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numRangeStart2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numRangeEnd1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numRangeStart1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numChoiseLimitMin)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudOptionLimit)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudOptionCount)).BeginInit();
this.SuspendLayout();
//
// gbxChoise
//
this.gbxChoise.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbxChoise.BackColor = System.Drawing.Color.White;
this.gbxChoise.Controls.Add(this.panLimitNumber);
this.gbxChoise.Controls.Add(this.lblChoiseLimit);
this.gbxChoise.Controls.Add(this.lblOptionCount);
this.gbxChoise.Controls.Add(this.btnPollList);
this.gbxChoise.Controls.Add(this.chkUseModeLimitNumber);
this.gbxChoise.Controls.Add(this.nudOptionLimit);
this.gbxChoise.Controls.Add(this.nudOptionCount);
this.gbxChoise.Controls.Add(this.lblChoiseOption);
this.gbxChoise.Controls.Add(this.chkChoiseLimit);
this.gbxChoise.Location = new System.Drawing.Point(0, 3);
this.gbxChoise.Name = "gbxChoise";
this.gbxChoise.Size = new System.Drawing.Size(210, 293);
this.gbxChoise.TabIndex = 24;
this.gbxChoise.TabStop = false;
this.gbxChoise.Text = "选举参数设置";
//
// panLimitNumber
//
this.panLimitNumber.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panLimitNumber.Controls.Add(this.lblRange1);
this.panLimitNumber.Controls.Add(this.lblChoiseLimitMin);
this.panLimitNumber.Controls.Add(this.panRange);
this.panLimitNumber.Controls.Add(this.chkRange3);
this.panLimitNumber.Controls.Add(this.chkRange2);
this.panLimitNumber.Controls.Add(this.chkCanRepeat);
this.panLimitNumber.Controls.Add(this.numChoiseLimitMin);
this.panLimitNumber.Location = new System.Drawing.Point(3, 130);
this.panLimitNumber.Name = "panLimitNumber";
this.panLimitNumber.Size = new System.Drawing.Size(207, 154);
this.panLimitNumber.TabIndex = 38;
//
// lblRange1
//
this.lblRange1.AutoSize = true;
this.lblRange1.Location = new System.Drawing.Point(21, 71);
this.lblRange1.Name = "lblRange1";
this.lblRange1.Size = new System.Drawing.Size(59, 12);
this.lblRange1.TabIndex = 38;
this.lblRange1.Text = "输入范围1";
//
// lblChoiseLimitMin
//
this.lblChoiseLimitMin.AutoSize = true;
this.lblChoiseLimitMin.Location = new System.Drawing.Point(3, 8);
this.lblChoiseLimitMin.Name = "lblChoiseLimitMin";
this.lblChoiseLimitMin.Size = new System.Drawing.Size(53, 12);
this.lblChoiseLimitMin.TabIndex = 38;
this.lblChoiseLimitMin.Text = "最少必选";
//
// panRange
//
this.panRange.Controls.Add(this.numRangeEnd3);
this.panRange.Controls.Add(this.numRangeStart3);
this.panRange.Controls.Add(this.numRangeEnd2);
this.panRange.Controls.Add(this.numRangeStart2);
this.panRange.Controls.Add(this.numRangeEnd1);
this.panRange.Controls.Add(this.numRangeStart1);
this.panRange.Controls.Add(this.lblRangeSplit3);
this.panRange.Controls.Add(this.lblRangeSplit2);
this.panRange.Controls.Add(this.lblRangeSplit1);
this.panRange.Location = new System.Drawing.Point(86, 63);
this.panRange.Name = "panRange";
this.panRange.Size = new System.Drawing.Size(116, 86);
this.panRange.TabIndex = 37;
//
// numRangeEnd3
//
this.numRangeEnd3.AutoSize = true;
this.numRangeEnd3.BackColor = System.Drawing.Color.White;
this.numRangeEnd3.Location = new System.Drawing.Point(66, 60);
this.numRangeEnd3.Maximum = new decimal(new int[] {
999,
0,
0,
0});
this.numRangeEnd3.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.numRangeEnd3.Name = "numRangeEnd3";
this.numRangeEnd3.Size = new System.Drawing.Size(48, 21);
this.numRangeEnd3.TabIndex = 1;
this.numRangeEnd3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.numRangeEnd3.Value = new decimal(new int[] {
999,
0,
0,
0});
this.numRangeEnd3.ValueChanged += new System.EventHandler(this.numRange3_ValueChanged);
//
// numRangeStart3
//
this.numRangeStart3.AutoSize = true;
this.numRangeStart3.BackColor = System.Drawing.Color.White;
this.numRangeStart3.Location = new System.Drawing.Point(1, 59);
this.numRangeStart3.Maximum = new decimal(new int[] {
999,
0,
0,
0});
this.numRangeStart3.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.numRangeStart3.Name = "numRangeStart3";
this.numRangeStart3.Size = new System.Drawing.Size(48, 21);
this.numRangeStart3.TabIndex = 1;
this.numRangeStart3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.numRangeStart3.Value = new decimal(new int[] {
1,
0,
0,
0});
this.numRangeStart3.ValueChanged += new System.EventHandler(this.numRange3_ValueChanged);
//
// numRangeEnd2
//
this.numRangeEnd2.AutoSize = true;
this.numRangeEnd2.BackColor = System.Drawing.Color.White;
this.numRangeEnd2.Location = new System.Drawing.Point(66, 33);
this.numRangeEnd2.Maximum = new decimal(new int[] {
999,
0,
0,
0});
this.numRangeEnd2.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.numRangeEnd2.Name = "numRangeEnd2";
this.numRangeEnd2.Size = new System.Drawing.Size(48, 21);
this.numRangeEnd2.TabIndex = 1;
this.numRangeEnd2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.numRangeEnd2.Value = new decimal(new int[] {
999,
0,
0,
0});
this.numRangeEnd2.ValueChanged += new System.EventHandler(this.numRange2_ValueChanged);
//
// numRangeStart2
//
this.numRangeStart2.AutoSize = true;
this.numRangeStart2.BackColor = System.Drawing.Color.White;
this.numRangeStart2.Location = new System.Drawing.Point(1, 32);
this.numRangeStart2.Maximum = new decimal(new int[] {
999,
0,
0,
0});
this.numRangeStart2.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.numRangeStart2.Name = "numRangeStart2";
this.numRangeStart2.Size = new System.Drawing.Size(48, 21);
this.numRangeStart2.TabIndex = 1;
this.numRangeStart2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.numRangeStart2.Value = new decimal(new int[] {
1,
0,
0,
0});
this.numRangeStart2.ValueChanged += new System.EventHandler(this.numRange2_ValueChanged);
//
// numRangeEnd1
//
this.numRangeEnd1.AutoSize = true;
this.numRangeEnd1.BackColor = System.Drawing.Color.White;
this.numRangeEnd1.Location = new System.Drawing.Point(66, 6);
this.numRangeEnd1.Maximum = new decimal(new int[] {
999,
0,
0,
0});
this.numRangeEnd1.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.numRangeEnd1.Name = "numRangeEnd1";
this.numRangeEnd1.Size = new System.Drawing.Size(48, 21);
this.numRangeEnd1.TabIndex = 1;
this.numRangeEnd1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.numRangeEnd1.Value = new decimal(new int[] {
999,
0,
0,
0});
this.numRangeEnd1.ValueChanged += new System.EventHandler(this.numRange1_ValueChanged);
//
// numRangeStart1
//
this.numRangeStart1.AutoSize = true;
this.numRangeStart1.BackColor = System.Drawing.Color.White;
this.numRangeStart1.Location = new System.Drawing.Point(1, 5);
this.numRangeStart1.Maximum = new decimal(new int[] {
999,
0,
0,
0});
this.numRangeStart1.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.numRangeStart1.Name = "numRangeStart1";
this.numRangeStart1.Size = new System.Drawing.Size(48, 21);
this.numRangeStart1.TabIndex = 1;
this.numRangeStart1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.numRangeStart1.Value = new decimal(new int[] {
1,
0,
0,
0});
this.numRangeStart1.ValueChanged += new System.EventHandler(this.numRange1_ValueChanged);
//
// lblRangeSplit3
//
this.lblRangeSplit3.AutoSize = true;
this.lblRangeSplit3.Location = new System.Drawing.Point(52, 62);
this.lblRangeSplit3.Name = "lblRangeSplit3";
this.lblRangeSplit3.Size = new System.Drawing.Size(11, 12);
this.lblRangeSplit3.TabIndex = 33;
this.lblRangeSplit3.Text = "-";
this.lblRangeSplit3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblRangeSplit2
//
this.lblRangeSplit2.AutoSize = true;
this.lblRangeSplit2.Location = new System.Drawing.Point(52, 35);
this.lblRangeSplit2.Name = "lblRangeSplit2";
this.lblRangeSplit2.Size = new System.Drawing.Size(11, 12);
this.lblRangeSplit2.TabIndex = 33;
this.lblRangeSplit2.Text = "-";
this.lblRangeSplit2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblRangeSplit1
//
this.lblRangeSplit1.AutoSize = true;
this.lblRangeSplit1.Location = new System.Drawing.Point(52, 8);
this.lblRangeSplit1.Name = "lblRangeSplit1";
this.lblRangeSplit1.Size = new System.Drawing.Size(11, 12);
this.lblRangeSplit1.TabIndex = 33;
this.lblRangeSplit1.Text = "-";
this.lblRangeSplit1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// chkRange3
//
this.chkRange3.AutoSize = true;
this.chkRange3.Location = new System.Drawing.Point(4, 123);
this.chkRange3.Name = "chkRange3";
this.chkRange3.Size = new System.Drawing.Size(78, 16);
this.chkRange3.TabIndex = 34;
this.chkRange3.Text = "输入范围3";
this.chkRange3.UseVisualStyleBackColor = true;
this.chkRange3.CheckedChanged += new System.EventHandler(this.chkRange3_CheckedChanged);
//
// chkRange2
//
this.chkRange2.AutoSize = true;
this.chkRange2.Location = new System.Drawing.Point(4, 96);
this.chkRange2.Name = "chkRange2";
this.chkRange2.Size = new System.Drawing.Size(78, 16);
this.chkRange2.TabIndex = 34;
this.chkRange2.Text = "输入范围2";
this.chkRange2.UseVisualStyleBackColor = true;
this.chkRange2.CheckedChanged += new System.EventHandler(this.chkRange2_CheckedChanged);
//
// chkCanRepeat
//
this.chkCanRepeat.AutoSize = true;
this.chkCanRepeat.Location = new System.Drawing.Point(4, 38);
this.chkCanRepeat.Name = "chkCanRepeat";
this.chkCanRepeat.Size = new System.Drawing.Size(72, 16);
this.chkCanRepeat.TabIndex = 34;
this.chkCanRepeat.Text = "允许复选";
this.chkCanRepeat.UseVisualStyleBackColor = true;
this.chkCanRepeat.CheckedChanged += new System.EventHandler(this.chkCanRepeat_CheckedChanged);
//
// numChoiseLimitMin
//
this.numChoiseLimitMin.AutoSize = true;
this.numChoiseLimitMin.BackColor = System.Drawing.Color.White;
this.numChoiseLimitMin.Location = new System.Drawing.Point(135, 6);
this.numChoiseLimitMin.Maximum = new decimal(new int[] {
80,
0,
0,
0});
this.numChoiseLimitMin.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.numChoiseLimitMin.Name = "numChoiseLimitMin";
this.numChoiseLimitMin.Size = new System.Drawing.Size(69, 21);
this.numChoiseLimitMin.TabIndex = 1;
this.numChoiseLimitMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.numChoiseLimitMin.Value = new decimal(new int[] {
1,
0,
0,
0});
this.numChoiseLimitMin.ValueChanged += new System.EventHandler(this.numChoiseLimitMin_ValueChanged);
//
// lblChoiseLimit
//
this.lblChoiseLimit.AutoSize = true;
this.lblChoiseLimit.Location = new System.Drawing.Point(24, 48);
this.lblChoiseLimit.Name = "lblChoiseLimit";
this.lblChoiseLimit.Size = new System.Drawing.Size(53, 12);
this.lblChoiseLimit.TabIndex = 28;
this.lblChoiseLimit.Text = "最大可选";
this.lblChoiseLimit.Visible = false;
this.lblChoiseLimit.Click += new System.EventHandler(this.lblChoiseLimit_Click);
//
// lblOptionCount
//
this.lblOptionCount.Location = new System.Drawing.Point(71, 24);
this.lblOptionCount.Name = "lblOptionCount";
this.lblOptionCount.Size = new System.Drawing.Size(61, 12);
this.lblOptionCount.TabIndex = 33;
this.lblOptionCount.Text = "候选个数";
this.lblOptionCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// btnPollList
//
this.btnPollList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btnPollList.Location = new System.Drawing.Point(5, 72);
this.btnPollList.Name = "btnPollList";
this.btnPollList.Size = new System.Drawing.Size(201, 23);
this.btnPollList.TabIndex = 35;
this.btnPollList.Text = "候选对象名单";
this.btnPollList.UseVisualStyleBackColor = true;
this.btnPollList.Click += new System.EventHandler(this.btnPollList_Click);
//
// chkUseModeLimitNumber
//
this.chkUseModeLimitNumber.AutoSize = true;
this.chkUseModeLimitNumber.Enabled = false;
this.chkUseModeLimitNumber.Location = new System.Drawing.Point(7, 108);
this.chkUseModeLimitNumber.Name = "chkUseModeLimitNumber";
this.chkUseModeLimitNumber.Size = new System.Drawing.Size(96, 16);
this.chkUseModeLimitNumber.TabIndex = 34;
this.chkUseModeLimitNumber.Text = "分段数字选举";
this.chkUseModeLimitNumber.UseVisualStyleBackColor = true;
this.chkUseModeLimitNumber.CheckedChanged += new System.EventHandler(this.chkUseModeLimitNumber_CheckedChanged);
//
// nudOptionLimit
//
this.nudOptionLimit.AutoSize = true;
this.nudOptionLimit.BackColor = System.Drawing.Color.White;
this.nudOptionLimit.Enabled = false;
this.nudOptionLimit.Location = new System.Drawing.Point(138, 45);
this.nudOptionLimit.Maximum = new decimal(new int[] {
80,
0,
0,
0});
this.nudOptionLimit.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.nudOptionLimit.Name = "nudOptionLimit";
this.nudOptionLimit.Size = new System.Drawing.Size(69, 21);
this.nudOptionLimit.TabIndex = 1;
this.nudOptionLimit.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudOptionLimit.Value = new decimal(new int[] {
1,
0,
0,
0});
this.nudOptionLimit.ValueChanged += new System.EventHandler(this.nudOptionLimit_ValueChanged);
//
// nudOptionCount
//
this.nudOptionCount.AutoSize = true;
this.nudOptionCount.BackColor = System.Drawing.Color.White;
this.nudOptionCount.Location = new System.Drawing.Point(138, 18);
this.nudOptionCount.Maximum = new decimal(new int[] {
10000000,
0,
0,
0});
this.nudOptionCount.Name = "nudOptionCount";
this.nudOptionCount.ReadOnly = true;
this.nudOptionCount.Size = new System.Drawing.Size(69, 21);
this.nudOptionCount.TabIndex = 0;
this.nudOptionCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudOptionCount.Visible = false;
this.nudOptionCount.ValueChanged += new System.EventHandler(this.nudOptionCount_ValueChanged);
//
// lblChoiseOption
//
this.lblChoiseOption.AutoSize = true;
this.lblChoiseOption.Location = new System.Drawing.Point(3, 24);
this.lblChoiseOption.Name = "lblChoiseOption";
this.lblChoiseOption.Size = new System.Drawing.Size(53, 12);
this.lblChoiseOption.TabIndex = 33;
this.lblChoiseOption.Text = "候选个数";
//
// chkChoiseLimit
//
this.chkChoiseLimit.AutoSize = true;
this.chkChoiseLimit.Location = new System.Drawing.Point(7, 47);
this.chkChoiseLimit.Name = "chkChoiseLimit";
this.chkChoiseLimit.Size = new System.Drawing.Size(15, 14);
this.chkChoiseLimit.TabIndex = 36;
this.chkChoiseLimit.UseVisualStyleBackColor = true;
this.chkChoiseLimit.CheckedChanged += new System.EventHandler(this.chkChoiseLimit_CheckedChanged);
//
// 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, 302);
this.ucResponsePara.Name = "ucResponsePara";
this.ucResponsePara.Size = new System.Drawing.Size(210, 149);
this.ucResponsePara.TabIndex = 27;
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, 457);
this.ucKeypadPara.Name = "ucKeypadPara";
this.ucKeypadPara.Size = new System.Drawing.Size(210, 114);
this.ucKeypadPara.TabIndex = 26;
this.ucKeypadPara.TagSet = null;
//
// PanelPoll
//
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.ucKeypadPara);
this.Controls.Add(this.gbxChoise);
this.Name = "PanelPoll";
this.Size = new System.Drawing.Size(210, 618);
this.Load += new System.EventHandler(this.PanelPoll_Load);
this.gbxChoise.ResumeLayout(false);
this.gbxChoise.PerformLayout();
this.panLimitNumber.ResumeLayout(false);
this.panLimitNumber.PerformLayout();
this.panRange.ResumeLayout(false);
this.panRange.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numRangeEnd3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numRangeStart3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numRangeEnd2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numRangeStart2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numRangeEnd1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numRangeStart1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numChoiseLimitMin)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudOptionLimit)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudOptionCount)).EndInit();
this.ResumeLayout(false);
}
#endregion
public System.Windows.Forms.GroupBox gbxChoise;
private System.Windows.Forms.CheckBox chkCanRepeat;
public System.Windows.Forms.NumericUpDown nudOptionCount;
public System.Windows.Forms.Label lblChoiseOption;
public System.Windows.Forms.Label lblChoiseLimit;
private System.Windows.Forms.Button btnPollList;
public SunVoteARSPPT.UcKeypadPara ucKeypadPara;
public System.Windows.Forms.NumericUpDown nudOptionLimit;
public UcResponsePara ucResponsePara;
public System.Windows.Forms.Label lblOptionCount;
private System.Windows.Forms.CheckBox chkChoiseLimit;
public System.Windows.Forms.NumericUpDown numChoiseLimitMin;
public System.Windows.Forms.NumericUpDown numRangeEnd3;
public System.Windows.Forms.NumericUpDown numRangeStart3;
public System.Windows.Forms.NumericUpDown numRangeEnd2;
public System.Windows.Forms.NumericUpDown numRangeStart2;
public System.Windows.Forms.NumericUpDown numRangeEnd1;
public System.Windows.Forms.NumericUpDown numRangeStart1;
public System.Windows.Forms.Label lblRangeSplit3;
public System.Windows.Forms.Label lblRangeSplit2;
public System.Windows.Forms.Label lblRangeSplit1;
private System.Windows.Forms.CheckBox chkRange3;
private System.Windows.Forms.CheckBox chkRange2;
private System.Windows.Forms.Panel panRange;
private System.Windows.Forms.Panel panLimitNumber;
private System.Windows.Forms.CheckBox chkUseModeLimitNumber;
private System.Windows.Forms.Label lblChoiseLimitMin;
private System.Windows.Forms.Label lblRange1;
}
}