Category.Designer.cs 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. 
  2. namespace OTSIncAReportApp._1_UI.OTSReportExport
  3. {
  4. partial class Category
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
  31. this.button4 = new System.Windows.Forms.Button();
  32. this.button3 = new System.Windows.Forms.Button();
  33. this.panel1.SuspendLayout();
  34. this.SuspendLayout();
  35. //
  36. // panel1
  37. //
  38. this.panel1.BackColor = System.Drawing.SystemColors.ControlLight;
  39. this.panel1.Controls.Add(this.checkedListBox1);
  40. this.panel1.Controls.Add(this.button4);
  41. this.panel1.Controls.Add(this.button3);
  42. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  43. this.panel1.Location = new System.Drawing.Point(0, 0);
  44. this.panel1.Name = "panel1";
  45. this.panel1.Size = new System.Drawing.Size(244, 413);
  46. this.panel1.TabIndex = 13;
  47. //
  48. // checkedListBox1
  49. //
  50. this.checkedListBox1.FormattingEnabled = true;
  51. this.checkedListBox1.Location = new System.Drawing.Point(12, 12);
  52. this.checkedListBox1.Name = "checkedListBox1";
  53. this.checkedListBox1.Size = new System.Drawing.Size(217, 356);
  54. this.checkedListBox1.TabIndex = 82;
  55. //
  56. // button4
  57. //
  58. this.button4.Location = new System.Drawing.Point(154, 374);
  59. this.button4.Name = "button4";
  60. this.button4.Size = new System.Drawing.Size(75, 23);
  61. this.button4.TabIndex = 23;
  62. this.button4.Text = "取消";
  63. this.button4.UseVisualStyleBackColor = true;
  64. this.button4.Click += new System.EventHandler(this.button4_Click);
  65. //
  66. // button3
  67. //
  68. this.button3.Location = new System.Drawing.Point(73, 374);
  69. this.button3.Name = "button3";
  70. this.button3.Size = new System.Drawing.Size(75, 23);
  71. this.button3.TabIndex = 22;
  72. this.button3.Text = "确定";
  73. this.button3.UseVisualStyleBackColor = true;
  74. this.button3.Click += new System.EventHandler(this.button3_Click);
  75. //
  76. // Category
  77. //
  78. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  79. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  80. this.ClientSize = new System.Drawing.Size(244, 413);
  81. this.Controls.Add(this.panel1);
  82. this.MaximizeBox = false;
  83. this.MinimizeBox = false;
  84. this.Name = "Category";
  85. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  86. this.Text = "分类选择";
  87. this.Load += new System.EventHandler(this.Category_Load);
  88. this.panel1.ResumeLayout(false);
  89. this.ResumeLayout(false);
  90. }
  91. #endregion
  92. private System.Windows.Forms.Panel panel1;
  93. private System.Windows.Forms.Button button4;
  94. private System.Windows.Forms.Button button3;
  95. private System.Windows.Forms.CheckedListBox checkedListBox1;
  96. }
  97. }