namespace SunVoteARSPPT
{
partial class FrmVoterList
{
///
/// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
this.pnlBottom = new System.Windows.Forms.Panel();
this.cboFiledShowName = new System.Windows.Forms.ComboBox();
this.lblFieldShowName = new System.Windows.Forms.Label();
this.cboFieldVoteRate = new System.Windows.Forms.ComboBox();
this.cboFeildVoteWeight = new System.Windows.Forms.ComboBox();
this.cboFieldUID = new System.Windows.Forms.ComboBox();
this.lblFeildVoteWeight = new System.Windows.Forms.Label();
this.cboFieldSignInCode = new System.Windows.Forms.ComboBox();
this.lblFieldUID = new System.Windows.Forms.Label();
this.lblFieldVoteRate = new System.Windows.Forms.Label();
this.lblFieldSignInCode = new System.Windows.Forms.Label();
this.btnInsert = new System.Windows.Forms.Button();
this.btnDelete = new System.Windows.Forms.Button();
this.btnSave = new System.Windows.Forms.Button();
this.btnClose = new System.Windows.Forms.Button();
this.btnExport = new System.Windows.Forms.Button();
this.btnImport = new System.Windows.Forms.Button();
this.lblInfo = new System.Windows.Forms.Label();
this.pnlFill = new System.Windows.Forms.Panel();
this.dgvSelectShowCol = new System.Windows.Forms.DataGridView();
this.Column5 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.Column6 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.Column7 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.Column8 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.dgvVoterList = new System.Windows.Forms.DataGridView();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.chkSelectShowCol = new System.Windows.Forms.CheckBox();
this.pnlBottom.SuspendLayout();
this.pnlFill.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvSelectShowCol)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgvVoterList)).BeginInit();
this.SuspendLayout();
//
// pnlBottom
//
this.pnlBottom.Controls.Add(this.btnSave);
this.pnlBottom.Controls.Add(this.cboFiledShowName);
this.pnlBottom.Controls.Add(this.lblFieldShowName);
this.pnlBottom.Controls.Add(this.cboFieldVoteRate);
this.pnlBottom.Controls.Add(this.cboFeildVoteWeight);
this.pnlBottom.Controls.Add(this.cboFieldUID);
this.pnlBottom.Controls.Add(this.lblFeildVoteWeight);
this.pnlBottom.Controls.Add(this.cboFieldSignInCode);
this.pnlBottom.Controls.Add(this.lblFieldUID);
this.pnlBottom.Controls.Add(this.lblFieldVoteRate);
this.pnlBottom.Controls.Add(this.lblFieldSignInCode);
this.pnlBottom.Controls.Add(this.btnInsert);
this.pnlBottom.Controls.Add(this.btnDelete);
this.pnlBottom.Controls.Add(this.btnClose);
this.pnlBottom.Controls.Add(this.btnExport);
this.pnlBottom.Controls.Add(this.btnImport);
this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pnlBottom.Location = new System.Drawing.Point(0, 590);
this.pnlBottom.Name = "pnlBottom";
this.pnlBottom.Size = new System.Drawing.Size(974, 61);
this.pnlBottom.TabIndex = 28;
//
// cboFiledShowName
//
this.cboFiledShowName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.cboFiledShowName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboFiledShowName.FormattingEnabled = true;
this.cboFiledShowName.Items.AddRange(new object[] {
"键盘编号",
"姓名",
"分组",
"签到码"});
this.cboFiledShowName.Location = new System.Drawing.Point(188, -6);
this.cboFiledShowName.Name = "cboFiledShowName";
this.cboFiledShowName.Size = new System.Drawing.Size(146, 20);
this.cboFiledShowName.TabIndex = 38;
this.cboFiledShowName.SelectedIndexChanged += new System.EventHandler(this.cboFiledShowName_SelectedIndexChanged);
//
// lblFieldShowName
//
this.lblFieldShowName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblFieldShowName.AutoSize = true;
this.lblFieldShowName.Location = new System.Drawing.Point(186, -26);
this.lblFieldShowName.Name = "lblFieldShowName";
this.lblFieldShowName.Size = new System.Drawing.Size(89, 12);
this.lblFieldShowName.TabIndex = 37;
this.lblFieldShowName.Text = "显示姓名的字段";
//
// cboFieldVoteRate
//
this.cboFieldVoteRate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.cboFieldVoteRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboFieldVoteRate.FormattingEnabled = true;
this.cboFieldVoteRate.Items.AddRange(new object[] {
"键盘编号",
"姓名",
"分组",
"签到码"});
this.cboFieldVoteRate.Location = new System.Drawing.Point(356, -6);
this.cboFieldVoteRate.Name = "cboFieldVoteRate";
this.cboFieldVoteRate.Size = new System.Drawing.Size(146, 20);
this.cboFieldVoteRate.TabIndex = 36;
this.cboFieldVoteRate.Visible = false;
this.cboFieldVoteRate.SelectedIndexChanged += new System.EventHandler(this.cboFieldVoteRate_SelectedIndexChanged);
//
// cboFeildVoteWeight
//
this.cboFeildVoteWeight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.cboFeildVoteWeight.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboFeildVoteWeight.FormattingEnabled = true;
this.cboFeildVoteWeight.Items.AddRange(new object[] {
"键盘编号",
"姓名",
"分组",
"签到码"});
this.cboFeildVoteWeight.Location = new System.Drawing.Point(248, 27);
this.cboFeildVoteWeight.Name = "cboFeildVoteWeight";
this.cboFeildVoteWeight.Size = new System.Drawing.Size(146, 20);
this.cboFeildVoteWeight.TabIndex = 36;
this.cboFeildVoteWeight.Visible = false;
this.cboFeildVoteWeight.SelectedIndexChanged += new System.EventHandler(this.cboFeildVoteWeight_SelectedIndexChanged);
//
// cboFieldUID
//
this.cboFieldUID.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.cboFieldUID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboFieldUID.FormattingEnabled = true;
this.cboFieldUID.Items.AddRange(new object[] {
"键盘编号",
"姓名",
"分组",
"签到码"});
this.cboFieldUID.Location = new System.Drawing.Point(26, 27);
this.cboFieldUID.Name = "cboFieldUID";
this.cboFieldUID.Size = new System.Drawing.Size(146, 20);
this.cboFieldUID.TabIndex = 36;
this.cboFieldUID.SelectedIndexChanged += new System.EventHandler(this.cboFieldUID_SelectedIndexChanged);
//
// lblFeildVoteWeight
//
this.lblFeildVoteWeight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblFeildVoteWeight.AutoSize = true;
this.lblFeildVoteWeight.Location = new System.Drawing.Point(246, 9);
this.lblFeildVoteWeight.Name = "lblFeildVoteWeight";
this.lblFeildVoteWeight.Size = new System.Drawing.Size(113, 12);
this.lblFeildVoteWeight.TabIndex = 35;
this.lblFeildVoteWeight.Text = "Vote Number Weight";
this.lblFeildVoteWeight.Visible = false;
this.lblFeildVoteWeight.Click += new System.EventHandler(this.lblFieldUID_Click);
//
// cboFieldSignInCode
//
this.cboFieldSignInCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
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(508, -6);
this.cboFieldSignInCode.Name = "cboFieldSignInCode";
this.cboFieldSignInCode.Size = new System.Drawing.Size(146, 20);
this.cboFieldSignInCode.TabIndex = 36;
this.cboFieldSignInCode.Visible = false;
this.cboFieldSignInCode.SelectedIndexChanged += new System.EventHandler(this.cboFieldSignInCode_SelectedIndexChanged_1);
//
// lblFieldUID
//
this.lblFieldUID.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblFieldUID.AutoSize = true;
this.lblFieldUID.Location = new System.Drawing.Point(24, 9);
this.lblFieldUID.Name = "lblFieldUID";
this.lblFieldUID.Size = new System.Drawing.Size(113, 12);
this.lblFieldUID.TabIndex = 35;
this.lblFieldUID.Text = "UID or Student ID:";
this.lblFieldUID.Click += new System.EventHandler(this.lblFieldUID_Click);
//
// lblFieldVoteRate
//
this.lblFieldVoteRate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblFieldVoteRate.AutoSize = true;
this.lblFieldVoteRate.Location = new System.Drawing.Point(354, -25);
this.lblFieldVoteRate.Name = "lblFieldVoteRate";
this.lblFieldVoteRate.Size = new System.Drawing.Size(101, 12);
this.lblFieldVoteRate.TabIndex = 35;
this.lblFieldVoteRate.Text = "键盘投票权重字段";
this.lblFieldVoteRate.Visible = false;
//
// lblFieldSignInCode
//
this.lblFieldSignInCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblFieldSignInCode.AutoSize = true;
this.lblFieldSignInCode.Location = new System.Drawing.Point(506, -23);
this.lblFieldSignInCode.Name = "lblFieldSignInCode";
this.lblFieldSignInCode.Size = new System.Drawing.Size(125, 12);
this.lblFieldSignInCode.TabIndex = 35;
this.lblFieldSignInCode.Text = "签到码签到有效值字段";
this.lblFieldSignInCode.Visible = false;
//
// btnInsert
//
this.btnInsert.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnInsert.AutoSize = true;
this.btnInsert.Location = new System.Drawing.Point(538, 16);
this.btnInsert.Name = "btnInsert";
this.btnInsert.Size = new System.Drawing.Size(80, 31);
this.btnInsert.TabIndex = 33;
this.btnInsert.Text = "插入";
this.btnInsert.UseVisualStyleBackColor = true;
this.btnInsert.Click += new System.EventHandler(this.btnInsert_Click);
//
// btnDelete
//
this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnDelete.AutoSize = true;
this.btnDelete.Location = new System.Drawing.Point(624, 16);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(80, 31);
this.btnDelete.TabIndex = 32;
this.btnDelete.Text = "删除";
this.btnDelete.UseVisualStyleBackColor = true;
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
//
// btnSave
//
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnSave.Location = new System.Drawing.Point(422, 16);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(80, 31);
this.btnSave.TabIndex = 31;
this.btnSave.Text = "保存";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnClose
//
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnClose.AutoSize = true;
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnClose.Location = new System.Drawing.Point(882, 16);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(80, 31);
this.btnClose.TabIndex = 30;
this.btnClose.Text = "退出";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// btnExport
//
this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnExport.AutoSize = true;
this.btnExport.Location = new System.Drawing.Point(796, 16);
this.btnExport.Name = "btnExport";
this.btnExport.Size = new System.Drawing.Size(80, 31);
this.btnExport.TabIndex = 29;
this.btnExport.Text = "导出";
this.btnExport.UseVisualStyleBackColor = true;
this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
//
// btnImport
//
this.btnImport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnImport.AutoSize = true;
this.btnImport.Location = new System.Drawing.Point(710, 16);
this.btnImport.Name = "btnImport";
this.btnImport.Size = new System.Drawing.Size(80, 31);
this.btnImport.TabIndex = 28;
this.btnImport.Text = "导入";
this.btnImport.UseVisualStyleBackColor = true;
this.btnImport.Click += new System.EventHandler(this.btnImport_Click);
//
// lblInfo
//
this.lblInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblInfo.Location = new System.Drawing.Point(24, 561);
this.lblInfo.Name = "lblInfo";
this.lblInfo.Size = new System.Drawing.Size(263, 24);
this.lblInfo.TabIndex = 34;
this.lblInfo.Text = "提示\r\nsdd";
//
// pnlFill
//
this.pnlFill.Controls.Add(this.dgvSelectShowCol);
this.pnlFill.Controls.Add(this.dgvVoterList);
this.pnlFill.Controls.Add(this.chkSelectShowCol);
this.pnlFill.Controls.Add(this.lblInfo);
this.pnlFill.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlFill.Location = new System.Drawing.Point(0, 0);
this.pnlFill.Name = "pnlFill";
this.pnlFill.Size = new System.Drawing.Size(974, 590);
this.pnlFill.TabIndex = 30;
//
// dgvSelectShowCol
//
this.dgvSelectShowCol.AllowUserToAddRows = false;
this.dgvSelectShowCol.AllowUserToDeleteRows = false;
this.dgvSelectShowCol.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dgvSelectShowCol.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvSelectShowCol.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column5,
this.Column6,
this.Column7,
this.Column8});
this.dgvSelectShowCol.Location = new System.Drawing.Point(12, 34);
this.dgvSelectShowCol.Name = "dgvSelectShowCol";
this.dgvSelectShowCol.RowTemplate.Height = 23;
this.dgvSelectShowCol.Size = new System.Drawing.Size(950, 64);
this.dgvSelectShowCol.TabIndex = 3;
this.dgvSelectShowCol.Visible = false;
this.dgvSelectShowCol.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvSelectShowCol_CellContentClick);
//
// Column5
//
this.Column5.HeaderText = "Column5";
this.Column5.Name = "Column5";
this.Column5.ReadOnly = true;
//
// Column6
//
this.Column6.HeaderText = "Column6";
this.Column6.Name = "Column6";
this.Column6.ReadOnly = true;
//
// Column7
//
this.Column7.HeaderText = "Column7";
this.Column7.Name = "Column7";
this.Column7.ReadOnly = true;
//
// Column8
//
this.Column8.HeaderText = "Column8";
this.Column8.Name = "Column8";
this.Column8.ReadOnly = true;
//
// dgvVoterList
//
this.dgvVoterList.AllowUserToAddRows = false;
this.dgvVoterList.AllowUserToDeleteRows = false;
this.dgvVoterList.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)));
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvVoterList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dgvVoterList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvVoterList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1,
this.Column2,
this.Column3,
this.Column4});
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvVoterList.DefaultCellStyle = dataGridViewCellStyle2;
this.dgvVoterList.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
this.dgvVoterList.Location = new System.Drawing.Point(12, 34);
this.dgvVoterList.Name = "dgvVoterList";
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvVoterList.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
this.dgvVoterList.RowTemplate.Height = 23;
this.dgvVoterList.Size = new System.Drawing.Size(950, 523);
this.dgvVoterList.TabIndex = 1;
this.dgvVoterList.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvVoterList_CellEndEdit);
this.dgvVoterList.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvVoterList_CellEnter);
//
// Column1
//
this.Column1.HeaderText = "键盘编号";
this.Column1.Name = "Column1";
//
// Column2
//
this.Column2.HeaderText = "姓名";
this.Column2.Name = "Column2";
//
// Column3
//
this.Column3.HeaderText = "分组";
this.Column3.Name = "Column3";
//
// Column4
//
this.Column4.HeaderText = "签到码";
this.Column4.Name = "Column4";
//
// chkSelectShowCol
//
this.chkSelectShowCol.AutoSize = true;
this.chkSelectShowCol.Location = new System.Drawing.Point(14, 12);
this.chkSelectShowCol.Name = "chkSelectShowCol";
this.chkSelectShowCol.Size = new System.Drawing.Size(204, 16);
this.chkSelectShowCol.TabIndex = 2;
this.chkSelectShowCol.Text = "Setting of Report Show Columns";
this.chkSelectShowCol.UseVisualStyleBackColor = true;
this.chkSelectShowCol.CheckedChanged += new System.EventHandler(this.chkSelectShowCol_CheckedChanged);
//
// FrmVoterList
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.CancelButton = this.btnClose;
this.ClientSize = new System.Drawing.Size(974, 651);
this.Controls.Add(this.pnlFill);
this.Controls.Add(this.pnlBottom);
this.MinimumSize = new System.Drawing.Size(765, 420);
this.Name = "FrmVoterList";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "人员名单";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmVoterList_FormClosing);
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmVoterList_FormClosed);
this.Load += new System.EventHandler(this.FrmVoterList_Load);
this.Shown += new System.EventHandler(this.FrmVoterList_Shown);
this.pnlBottom.ResumeLayout(false);
this.pnlBottom.PerformLayout();
this.pnlFill.ResumeLayout(false);
this.pnlFill.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvSelectShowCol)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dgvVoterList)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel pnlBottom;
private System.Windows.Forms.ComboBox cboFieldSignInCode;
private System.Windows.Forms.Label lblInfo;
private System.Windows.Forms.Label lblFieldSignInCode;
private System.Windows.Forms.Button btnInsert;
private System.Windows.Forms.Button btnDelete;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Button btnExport;
private System.Windows.Forms.Button btnImport;
private System.Windows.Forms.Panel pnlFill;
private System.Windows.Forms.DataGridView dgvVoterList;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
private System.Windows.Forms.ComboBox cboFieldVoteRate;
private System.Windows.Forms.Label lblFieldVoteRate;
private System.Windows.Forms.ComboBox cboFiledShowName;
private System.Windows.Forms.Label lblFieldShowName;
private System.Windows.Forms.ComboBox cboFieldUID;
private System.Windows.Forms.Label lblFieldUID;
private System.Windows.Forms.CheckBox chkSelectShowCol;
private System.Windows.Forms.DataGridView dgvSelectShowCol;
private System.Windows.Forms.DataGridViewCheckBoxColumn Column5;
private System.Windows.Forms.DataGridViewCheckBoxColumn Column6;
private System.Windows.Forms.DataGridViewCheckBoxColumn Column7;
private System.Windows.Forms.DataGridViewCheckBoxColumn Column8;
private System.Windows.Forms.ComboBox cboFeildVoteWeight;
private System.Windows.Forms.Label lblFeildVoteWeight;
}
}