Category.Designer.cs 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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.button4 = new System.Windows.Forms.Button();
  31. this.button3 = new System.Windows.Forms.Button();
  32. this.panel2 = new System.Windows.Forms.Panel();
  33. this.checkBox_selall = new System.Windows.Forms.CheckBox();
  34. this.panel1.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // panel1
  38. //
  39. this.panel1.BackColor = System.Drawing.SystemColors.ControlLight;
  40. this.panel1.Controls.Add(this.checkBox_selall);
  41. this.panel1.Controls.Add(this.panel2);
  42. this.panel1.Controls.Add(this.button4);
  43. this.panel1.Controls.Add(this.button3);
  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(244, 413);
  48. this.panel1.TabIndex = 13;
  49. //
  50. // button4
  51. //
  52. this.button4.Location = new System.Drawing.Point(166, 387);
  53. this.button4.Name = "button4";
  54. this.button4.Size = new System.Drawing.Size(75, 23);
  55. this.button4.TabIndex = 23;
  56. this.button4.Text = "取消";
  57. this.button4.UseVisualStyleBackColor = true;
  58. this.button4.Click += new System.EventHandler(this.button4_Click);
  59. //
  60. // button3
  61. //
  62. this.button3.Location = new System.Drawing.Point(85, 387);
  63. this.button3.Name = "button3";
  64. this.button3.Size = new System.Drawing.Size(75, 23);
  65. this.button3.TabIndex = 22;
  66. this.button3.Text = "确定";
  67. this.button3.UseVisualStyleBackColor = true;
  68. this.button3.Click += new System.EventHandler(this.button3_Click);
  69. //
  70. // panel2
  71. //
  72. this.panel2.BackColor = System.Drawing.Color.White;
  73. this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  74. this.panel2.Location = new System.Drawing.Point(3, 3);
  75. this.panel2.Name = "panel2";
  76. this.panel2.Size = new System.Drawing.Size(238, 378);
  77. this.panel2.TabIndex = 24;
  78. //
  79. // checkBox_selall
  80. //
  81. this.checkBox_selall.AutoSize = true;
  82. this.checkBox_selall.Location = new System.Drawing.Point(3, 391);
  83. this.checkBox_selall.Name = "checkBox_selall";
  84. this.checkBox_selall.Size = new System.Drawing.Size(48, 16);
  85. this.checkBox_selall.TabIndex = 25;
  86. this.checkBox_selall.Text = "全选";
  87. this.checkBox_selall.UseVisualStyleBackColor = true;
  88. //
  89. // Category
  90. //
  91. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  92. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  93. this.ClientSize = new System.Drawing.Size(244, 413);
  94. this.Controls.Add(this.panel1);
  95. this.MaximizeBox = false;
  96. this.MinimizeBox = false;
  97. this.Name = "Category";
  98. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  99. this.Text = "分类选择";
  100. this.Load += new System.EventHandler(this.Category_Load);
  101. this.panel1.ResumeLayout(false);
  102. this.panel1.PerformLayout();
  103. this.ResumeLayout(false);
  104. }
  105. #endregion
  106. private System.Windows.Forms.Panel panel1;
  107. private System.Windows.Forms.Button button4;
  108. private System.Windows.Forms.Button button3;
  109. private System.Windows.Forms.Panel panel2;
  110. private System.Windows.Forms.CheckBox checkBox_selall;
  111. }
  112. }