namespace WellWorkDataUI
{
partial class FrmSelectColumn
{
///
/// 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.checkedListBoxControl = new DevExpress.XtraEditors.CheckedListBoxControl();
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
this.btnOK = new DevExpress.XtraEditors.SimpleButton();
this.btnCheckAll = new DevExpress.XtraEditors.SimpleButton();
this.btnUncheckAll = new DevExpress.XtraEditors.SimpleButton();
this.btnReverseCheck = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl)).BeginInit();
this.SuspendLayout();
//
// checkedListBoxControl
//
this.checkedListBoxControl.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)));
this.checkedListBoxControl.DisplayMember = "Caption";
this.checkedListBoxControl.Location = new System.Drawing.Point(12, 12);
this.checkedListBoxControl.Name = "checkedListBoxControl";
this.checkedListBoxControl.Size = new System.Drawing.Size(467, 303);
this.checkedListBoxControl.TabIndex = 0;
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnCancel.Location = new System.Drawing.Point(403, 327);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 1;
this.btnCancel.Text = "取消";
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnOK
//
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnOK.Location = new System.Drawing.Point(304, 327);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 2;
this.btnOK.Text = "确定";
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnCheckAll
//
this.btnCheckAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnCheckAll.Location = new System.Drawing.Point(12, 329);
this.btnCheckAll.Name = "btnCheckAll";
this.btnCheckAll.Size = new System.Drawing.Size(54, 23);
this.btnCheckAll.TabIndex = 3;
this.btnCheckAll.Text = "全选";
this.btnCheckAll.Click += new System.EventHandler(this.btnCheckAll_Click);
//
// btnUncheckAll
//
this.btnUncheckAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnUncheckAll.Location = new System.Drawing.Point(72, 329);
this.btnUncheckAll.Name = "btnUncheckAll";
this.btnUncheckAll.Size = new System.Drawing.Size(54, 23);
this.btnUncheckAll.TabIndex = 3;
this.btnUncheckAll.Text = "全不选";
this.btnUncheckAll.Click += new System.EventHandler(this.btnUncheckAll_Click);
//
// btnReverseCheck
//
this.btnReverseCheck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnReverseCheck.Location = new System.Drawing.Point(132, 329);
this.btnReverseCheck.Name = "btnReverseCheck";
this.btnReverseCheck.Size = new System.Drawing.Size(54, 23);
this.btnReverseCheck.TabIndex = 3;
this.btnReverseCheck.Text = "反选";
this.btnReverseCheck.Click += new System.EventHandler(this.btnReverseCheck_Click);
//
// FrmSelectColumn
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(491, 364);
this.Controls.Add(this.btnReverseCheck);
this.Controls.Add(this.btnUncheckAll);
this.Controls.Add(this.btnCheckAll);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.checkedListBoxControl);
this.Name = "FrmSelectColumn";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "选择列";
((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.CheckedListBoxControl checkedListBoxControl;
private DevExpress.XtraEditors.SimpleButton btnCancel;
private DevExpress.XtraEditors.SimpleButton btnOK;
private DevExpress.XtraEditors.SimpleButton btnCheckAll;
private DevExpress.XtraEditors.SimpleButton btnUncheckAll;
private DevExpress.XtraEditors.SimpleButton btnReverseCheck;
}
}