CalCheckAllListBox.Designer.cs 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. namespace Dongke.WinForm.Controls
  2. {
  3. partial class CalCheckAllListBox
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.pnlAll = new System.Windows.Forms.Panel();
  29. this.chkAll = new Dongke.WinForm.Controls.ChkCheckBox();
  30. this.pnlItem = new System.Windows.Forms.Panel();
  31. this.cklItem = new Dongke.WinForm.Controls.CklCheckedListBox();
  32. this.pnlAll.SuspendLayout();
  33. this.pnlItem.SuspendLayout();
  34. this.SuspendLayout();
  35. //
  36. // pnlAll
  37. //
  38. this.pnlAll.BackColor = System.Drawing.Color.Transparent;
  39. this.pnlAll.Controls.Add(this.chkAll);
  40. this.pnlAll.Dock = System.Windows.Forms.DockStyle.Top;
  41. this.pnlAll.Location = new System.Drawing.Point(0, 0);
  42. this.pnlAll.Name = "pnlAll";
  43. this.pnlAll.Padding = new System.Windows.Forms.Padding(2, 1, 0, 0);
  44. this.pnlAll.Size = new System.Drawing.Size(120, 17);
  45. this.pnlAll.TabIndex = 1;
  46. this.pnlAll.Click += new System.EventHandler(this.pnlAll_Click);
  47. this.pnlAll.Enter += new System.EventHandler(this.cklItem_Enter);
  48. this.pnlAll.Leave += new System.EventHandler(this.cklItem_Leave);
  49. this.pnlAll.MouseEnter += new System.EventHandler(this.cklItem_MouseEnter);
  50. this.pnlAll.MouseLeave += new System.EventHandler(this.cklItem_MouseLeave);
  51. //
  52. // chkAll
  53. //
  54. this.chkAll.Dock = System.Windows.Forms.DockStyle.Fill;
  55. this.chkAll.Location = new System.Drawing.Point(2, 1);
  56. this.chkAll.Name = "chkAll";
  57. this.chkAll.Size = new System.Drawing.Size(118, 16);
  58. this.chkAll.TabIndex = 0;
  59. this.chkAll.Text = "全部";
  60. this.chkAll.UseVisualStyleBackColor = true;
  61. this.chkAll.CheckedChanged += new System.EventHandler(this.chkAll_CheckedChanged);
  62. this.chkAll.CheckStateChanged += new System.EventHandler(this.chkAll_CheckStateChanged);
  63. this.chkAll.Enter += new System.EventHandler(this.cklItem_Enter);
  64. this.chkAll.Leave += new System.EventHandler(this.cklItem_Leave);
  65. this.chkAll.MouseEnter += new System.EventHandler(this.cklItem_MouseEnter);
  66. this.chkAll.MouseLeave += new System.EventHandler(this.cklItem_MouseLeave);
  67. this.chkAll.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.chkAll_PreviewKeyDown);
  68. //
  69. // pnlItem
  70. //
  71. this.pnlItem.Controls.Add(this.cklItem);
  72. this.pnlItem.Dock = System.Windows.Forms.DockStyle.Fill;
  73. this.pnlItem.Location = new System.Drawing.Point(0, 17);
  74. this.pnlItem.Name = "pnlItem";
  75. this.pnlItem.Padding = new System.Windows.Forms.Padding(1, 0, 1, 0);
  76. this.pnlItem.Size = new System.Drawing.Size(120, 67);
  77. this.pnlItem.TabIndex = 2;
  78. this.pnlItem.Enter += new System.EventHandler(this.cklItem_Enter);
  79. this.pnlItem.Leave += new System.EventHandler(this.cklItem_Leave);
  80. this.pnlItem.MouseEnter += new System.EventHandler(this.cklItem_MouseEnter);
  81. this.pnlItem.MouseLeave += new System.EventHandler(this.cklItem_MouseLeave);
  82. //
  83. // cklItem
  84. //
  85. this.cklItem.BorderStyle = System.Windows.Forms.BorderStyle.None;
  86. this.cklItem.Dock = System.Windows.Forms.DockStyle.Fill;
  87. this.cklItem.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.None;
  88. this.cklItem.Location = new System.Drawing.Point(1, 0);
  89. this.cklItem.Name = "cklItem";
  90. this.cklItem.ShowBorderColor = false;
  91. this.cklItem.ShowMustInputAlert = false;
  92. this.cklItem.Size = new System.Drawing.Size(118, 67);
  93. this.cklItem.TabIndex = 1;
  94. this.cklItem.ItemChecked += new Dongke.WinForm.Controls.ItemCheckedEventHandler(this.cklItem_ItemChecked);
  95. this.cklItem.HasErrorChanged += new System.EventHandler(this.cklItem_HasErrorChanged);
  96. this.cklItem.SelectedIndexChanged += new System.EventHandler(this.cklItem_SelectedIndexChanged);
  97. this.cklItem.Enter += new System.EventHandler(this.cklItem_Enter);
  98. this.cklItem.Leave += new System.EventHandler(this.cklItem_Leave);
  99. this.cklItem.MouseEnter += new System.EventHandler(this.cklItem_MouseEnter);
  100. this.cklItem.MouseLeave += new System.EventHandler(this.cklItem_MouseLeave);
  101. //
  102. // CalCheckAllListBox
  103. //
  104. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  105. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  106. this.BackColor = System.Drawing.Color.White;
  107. this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  108. this.Controls.Add(this.pnlItem);
  109. this.Controls.Add(this.pnlAll);
  110. this.Name = "CalCheckAllListBox";
  111. this.Size = new System.Drawing.Size(120, 84);
  112. this.pnlAll.ResumeLayout(false);
  113. this.pnlAll.PerformLayout();
  114. this.pnlItem.ResumeLayout(false);
  115. this.ResumeLayout(false);
  116. }
  117. #endregion
  118. private ChkCheckBox chkAll;
  119. private System.Windows.Forms.Panel pnlAll;
  120. private CklCheckedListBox cklItem;
  121. private System.Windows.Forms.Panel pnlItem;
  122. }
  123. }