namespace Dongke.WinForm.Controls
{
partial class CalCheckAllListBox
{
///
/// 必需的设计器变量。
///
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.pnlAll = new System.Windows.Forms.Panel();
this.chkAll = new Dongke.WinForm.Controls.ChkCheckBox();
this.pnlItem = new System.Windows.Forms.Panel();
this.cklItem = new Dongke.WinForm.Controls.CklCheckedListBox();
this.pnlAll.SuspendLayout();
this.pnlItem.SuspendLayout();
this.SuspendLayout();
//
// pnlAll
//
this.pnlAll.BackColor = System.Drawing.Color.Transparent;
this.pnlAll.Controls.Add(this.chkAll);
this.pnlAll.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlAll.Location = new System.Drawing.Point(0, 0);
this.pnlAll.Name = "pnlAll";
this.pnlAll.Padding = new System.Windows.Forms.Padding(2, 1, 0, 0);
this.pnlAll.Size = new System.Drawing.Size(120, 17);
this.pnlAll.TabIndex = 1;
this.pnlAll.Click += new System.EventHandler(this.pnlAll_Click);
this.pnlAll.Enter += new System.EventHandler(this.cklItem_Enter);
this.pnlAll.Leave += new System.EventHandler(this.cklItem_Leave);
this.pnlAll.MouseEnter += new System.EventHandler(this.cklItem_MouseEnter);
this.pnlAll.MouseLeave += new System.EventHandler(this.cklItem_MouseLeave);
//
// chkAll
//
this.chkAll.Dock = System.Windows.Forms.DockStyle.Fill;
this.chkAll.Location = new System.Drawing.Point(2, 1);
this.chkAll.Name = "chkAll";
this.chkAll.Size = new System.Drawing.Size(118, 16);
this.chkAll.TabIndex = 0;
this.chkAll.Text = "全部";
this.chkAll.UseVisualStyleBackColor = true;
this.chkAll.CheckedChanged += new System.EventHandler(this.chkAll_CheckedChanged);
this.chkAll.CheckStateChanged += new System.EventHandler(this.chkAll_CheckStateChanged);
this.chkAll.Enter += new System.EventHandler(this.cklItem_Enter);
this.chkAll.Leave += new System.EventHandler(this.cklItem_Leave);
this.chkAll.MouseEnter += new System.EventHandler(this.cklItem_MouseEnter);
this.chkAll.MouseLeave += new System.EventHandler(this.cklItem_MouseLeave);
this.chkAll.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.chkAll_PreviewKeyDown);
//
// pnlItem
//
this.pnlItem.Controls.Add(this.cklItem);
this.pnlItem.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlItem.Location = new System.Drawing.Point(0, 17);
this.pnlItem.Name = "pnlItem";
this.pnlItem.Padding = new System.Windows.Forms.Padding(1, 0, 1, 0);
this.pnlItem.Size = new System.Drawing.Size(120, 67);
this.pnlItem.TabIndex = 2;
this.pnlItem.Enter += new System.EventHandler(this.cklItem_Enter);
this.pnlItem.Leave += new System.EventHandler(this.cklItem_Leave);
this.pnlItem.MouseEnter += new System.EventHandler(this.cklItem_MouseEnter);
this.pnlItem.MouseLeave += new System.EventHandler(this.cklItem_MouseLeave);
//
// cklItem
//
this.cklItem.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.cklItem.Dock = System.Windows.Forms.DockStyle.Fill;
this.cklItem.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.None;
this.cklItem.Location = new System.Drawing.Point(1, 0);
this.cklItem.Name = "cklItem";
this.cklItem.ShowBorderColor = false;
this.cklItem.ShowMustInputAlert = false;
this.cklItem.Size = new System.Drawing.Size(118, 67);
this.cklItem.TabIndex = 1;
this.cklItem.ItemChecked += new Dongke.WinForm.Controls.ItemCheckedEventHandler(this.cklItem_ItemChecked);
this.cklItem.HasErrorChanged += new System.EventHandler(this.cklItem_HasErrorChanged);
this.cklItem.SelectedIndexChanged += new System.EventHandler(this.cklItem_SelectedIndexChanged);
this.cklItem.Enter += new System.EventHandler(this.cklItem_Enter);
this.cklItem.Leave += new System.EventHandler(this.cklItem_Leave);
this.cklItem.MouseEnter += new System.EventHandler(this.cklItem_MouseEnter);
this.cklItem.MouseLeave += new System.EventHandler(this.cklItem_MouseLeave);
//
// CalCheckAllListBox
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Controls.Add(this.pnlItem);
this.Controls.Add(this.pnlAll);
this.Name = "CalCheckAllListBox";
this.Size = new System.Drawing.Size(120, 84);
this.pnlAll.ResumeLayout(false);
this.pnlAll.PerformLayout();
this.pnlItem.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private ChkCheckBox chkAll;
private System.Windows.Forms.Panel pnlAll;
private CklCheckedListBox cklItem;
private System.Windows.Forms.Panel pnlItem;
}
}