namespace SunVoteARSPPT
{
partial class FrmCanVoteVoterGroup
{
///
/// 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()
{
this.btnOK = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.lvwSlide = new System.Windows.Forms.ListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.lblGroup = new System.Windows.Forms.Label();
this.lblSlide = new System.Windows.Forms.Label();
this.lvwGroup = new System.Windows.Forms.ListView();
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.btnSelectAll = new System.Windows.Forms.Button();
this.chkSelectAllSlide = new System.Windows.Forms.CheckBox();
this.SuspendLayout();
//
// btnOK
//
this.btnOK.AutoSize = true;
this.btnOK.Location = new System.Drawing.Point(251, 303);
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(332, 303);
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);
//
// lvwSlide
//
this.lvwSlide.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader5});
this.lvwSlide.FullRowSelect = true;
this.lvwSlide.HideSelection = false;
this.lvwSlide.Location = new System.Drawing.Point(12, 56);
this.lvwSlide.MultiSelect = false;
this.lvwSlide.Name = "lvwSlide";
this.lvwSlide.Size = new System.Drawing.Size(191, 235);
this.lvwSlide.TabIndex = 14;
this.lvwSlide.UseCompatibleStateImageBehavior = false;
this.lvwSlide.View = System.Windows.Forms.View.Details;
this.lvwSlide.SelectedIndexChanged += new System.EventHandler(this.lvwSlide_SelectedIndexChanged);
//
// columnHeader1
//
this.columnHeader1.Text = "序号";
this.columnHeader1.Width = 45;
//
// columnHeader5
//
this.columnHeader5.Text = "字段名称";
this.columnHeader5.Width = 120;
//
// lblGroup
//
this.lblGroup.Location = new System.Drawing.Point(214, 10);
this.lblGroup.Name = "lblGroup";
this.lblGroup.Size = new System.Drawing.Size(193, 44);
this.lblGroup.TabIndex = 13;
this.lblGroup.Text = "只允许选中打勾选项的人提交";
this.lblGroup.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblSlide
//
this.lblSlide.Location = new System.Drawing.Point(10, 10);
this.lblSlide.Name = "lblSlide";
this.lblSlide.Size = new System.Drawing.Size(193, 44);
this.lblSlide.TabIndex = 12;
this.lblSlide.Text = "人员名单字段列表";
this.lblSlide.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lvwGroup
//
this.lvwGroup.CheckBoxes = true;
this.lvwGroup.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader2});
this.lvwGroup.FullRowSelect = true;
this.lvwGroup.Location = new System.Drawing.Point(216, 56);
this.lvwGroup.MultiSelect = false;
this.lvwGroup.Name = "lvwGroup";
this.lvwGroup.Size = new System.Drawing.Size(191, 235);
this.lvwGroup.TabIndex = 14;
this.lvwGroup.UseCompatibleStateImageBehavior = false;
this.lvwGroup.View = System.Windows.Forms.View.Details;
this.lvwGroup.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.lvwGroup_ItemCheck);
this.lvwGroup.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.lvwGroup_ItemChecked);
//
// columnHeader2
//
this.columnHeader2.Text = "字段值";
this.columnHeader2.Width = 164;
//
// btnSelectAll
//
this.btnSelectAll.AutoSize = true;
this.btnSelectAll.Location = new System.Drawing.Point(170, 303);
this.btnSelectAll.Name = "btnSelectAll";
this.btnSelectAll.Size = new System.Drawing.Size(75, 23);
this.btnSelectAll.TabIndex = 15;
this.btnSelectAll.Text = "全选";
this.btnSelectAll.UseVisualStyleBackColor = true;
this.btnSelectAll.Visible = false;
this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
//
// chkSelectAllSlide
//
this.chkSelectAllSlide.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.chkSelectAllSlide.AutoSize = true;
this.chkSelectAllSlide.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.chkSelectAllSlide.Location = new System.Drawing.Point(221, 64);
this.chkSelectAllSlide.Name = "chkSelectAllSlide";
this.chkSelectAllSlide.Size = new System.Drawing.Size(12, 11);
this.chkSelectAllSlide.TabIndex = 48;
this.chkSelectAllSlide.UseVisualStyleBackColor = true;
this.chkSelectAllSlide.Click += new System.EventHandler(this.chkSelectAllSlide_Click);
//
// FrmCanVoteVoterGroup
//
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(419, 338);
this.Controls.Add(this.chkSelectAllSlide);
this.Controls.Add(this.btnSelectAll);
this.Controls.Add(this.lvwGroup);
this.Controls.Add(this.lvwSlide);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.lblGroup);
this.Controls.Add(this.lblSlide);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmCanVoteVoterGroup";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "键盘授权-指定名单";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmCanVoteVoterGroup_FormClosing);
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmCanVoteVoterGroup_FormClosed);
this.Load += new System.EventHandler(this.FrmCanVoteSet_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.ListView lvwSlide;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader5;
private System.Windows.Forms.Label lblGroup;
private System.Windows.Forms.Label lblSlide;
private System.Windows.Forms.ListView lvwGroup;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.Button btnSelectAll;
private System.Windows.Forms.CheckBox chkSelectAllSlide;
}
}