RuleGroupSelector.Designer.cs 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. namespace OTSIncAReportApp._1_UI.OTSReportExport
  2. {
  3. partial class RuleGroupSelector
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.panel1 = new System.Windows.Forms.Panel();
  29. this.checkBox1 = new System.Windows.Forms.CheckBox();
  30. this.button2 = new System.Windows.Forms.Button();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
  33. this.checkedListBox2 = new System.Windows.Forms.CheckedListBox();
  34. this.panel1.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // panel1
  38. //
  39. this.panel1.Controls.Add(this.checkedListBox2);
  40. this.panel1.Controls.Add(this.checkBox1);
  41. this.panel1.Controls.Add(this.button2);
  42. this.panel1.Controls.Add(this.button1);
  43. this.panel1.Controls.Add(this.checkedListBox1);
  44. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  45. this.panel1.Location = new System.Drawing.Point(0, 0);
  46. this.panel1.Name = "panel1";
  47. this.panel1.Size = new System.Drawing.Size(471, 432);
  48. this.panel1.TabIndex = 0;
  49. //
  50. // checkBox1
  51. //
  52. this.checkBox1.AutoSize = true;
  53. this.checkBox1.Location = new System.Drawing.Point(8, 404);
  54. this.checkBox1.Name = "checkBox1";
  55. this.checkBox1.Size = new System.Drawing.Size(48, 16);
  56. this.checkBox1.TabIndex = 6;
  57. this.checkBox1.Text = "全选";
  58. this.checkBox1.UseVisualStyleBackColor = true;
  59. this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
  60. //
  61. // button2
  62. //
  63. this.button2.Location = new System.Drawing.Point(236, 398);
  64. this.button2.Name = "button2";
  65. this.button2.Size = new System.Drawing.Size(81, 22);
  66. this.button2.TabIndex = 3;
  67. this.button2.Text = "取消";
  68. this.button2.UseVisualStyleBackColor = true;
  69. this.button2.Click += new System.EventHandler(this.button2_Click);
  70. //
  71. // button1
  72. //
  73. this.button1.Location = new System.Drawing.Point(149, 397);
  74. this.button1.Name = "button1";
  75. this.button1.Size = new System.Drawing.Size(81, 22);
  76. this.button1.TabIndex = 2;
  77. this.button1.Text = "选择";
  78. this.button1.UseVisualStyleBackColor = true;
  79. this.button1.Click += new System.EventHandler(this.button1_Click);
  80. //
  81. // checkedListBox1
  82. //
  83. this.checkedListBox1.FormattingEnabled = true;
  84. this.checkedListBox1.Location = new System.Drawing.Point(3, 3);
  85. this.checkedListBox1.Name = "checkedListBox1";
  86. this.checkedListBox1.Size = new System.Drawing.Size(227, 388);
  87. this.checkedListBox1.TabIndex = 1;
  88. this.checkedListBox1.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.checkedListBox1_ItemCheck);
  89. this.checkedListBox1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.checkedListBox1_MouseClick);
  90. //
  91. // checkedListBox2
  92. //
  93. this.checkedListBox2.FormattingEnabled = true;
  94. this.checkedListBox2.Location = new System.Drawing.Point(236, 3);
  95. this.checkedListBox2.Name = "checkedListBox2";
  96. this.checkedListBox2.Size = new System.Drawing.Size(227, 388);
  97. this.checkedListBox2.TabIndex = 7;
  98. this.checkedListBox2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.checkedListBox2_MouseDown);
  99. //
  100. // RuleGroupSelector
  101. //
  102. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  103. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  104. this.ClientSize = new System.Drawing.Size(471, 432);
  105. this.Controls.Add(this.panel1);
  106. this.MaximizeBox = false;
  107. this.MinimizeBox = false;
  108. this.Name = "RuleGroupSelector";
  109. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  110. this.Text = "分组选择";
  111. this.Load += new System.EventHandler(this.RuleGroupSelector_Load);
  112. this.panel1.ResumeLayout(false);
  113. this.panel1.PerformLayout();
  114. this.ResumeLayout(false);
  115. }
  116. #endregion
  117. private System.Windows.Forms.Panel panel1;
  118. private System.Windows.Forms.CheckedListBox checkedListBox1;
  119. private System.Windows.Forms.Button button2;
  120. private System.Windows.Forms.Button button1;
  121. private System.Windows.Forms.CheckBox checkBox1;
  122. private System.Windows.Forms.CheckedListBox checkedListBox2;
  123. }
  124. }