ParticleClassificationSelect.Designer.cs 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. 
  2. namespace OTSIncAReportApp._1_UI.Control_Grids.ParticlesGridDevidePage
  3. {
  4. partial class ParticleClassificationSelect
  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.btn_ok = new System.Windows.Forms.Button();
  31. this.btn_cannel = new System.Windows.Forms.Button();
  32. this.checkBox_selall = new System.Windows.Forms.CheckBox();
  33. this.SuspendLayout();
  34. //
  35. // panel1
  36. //
  37. this.panel1.AutoScroll = true;
  38. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  39. this.panel1.Location = new System.Drawing.Point(2, 3);
  40. this.panel1.Name = "panel1";
  41. this.panel1.Size = new System.Drawing.Size(264, 505);
  42. this.panel1.TabIndex = 0;
  43. //
  44. // btn_ok
  45. //
  46. this.btn_ok.Location = new System.Drawing.Point(106, 514);
  47. this.btn_ok.Name = "btn_ok";
  48. this.btn_ok.Size = new System.Drawing.Size(75, 23);
  49. this.btn_ok.TabIndex = 1;
  50. this.btn_ok.Text = "OK";
  51. this.btn_ok.UseVisualStyleBackColor = true;
  52. this.btn_ok.Click += new System.EventHandler(this.btn_ok_Click);
  53. //
  54. // btn_cannel
  55. //
  56. this.btn_cannel.Location = new System.Drawing.Point(191, 514);
  57. this.btn_cannel.Name = "btn_cannel";
  58. this.btn_cannel.Size = new System.Drawing.Size(75, 23);
  59. this.btn_cannel.TabIndex = 2;
  60. this.btn_cannel.Text = "Cannel";
  61. this.btn_cannel.UseVisualStyleBackColor = true;
  62. this.btn_cannel.Click += new System.EventHandler(this.btn_cannel_Click);
  63. //
  64. // checkBox_selall
  65. //
  66. this.checkBox_selall.AutoSize = true;
  67. this.checkBox_selall.Location = new System.Drawing.Point(2, 518);
  68. this.checkBox_selall.Name = "checkBox_selall";
  69. this.checkBox_selall.Size = new System.Drawing.Size(48, 16);
  70. this.checkBox_selall.TabIndex = 3;
  71. this.checkBox_selall.Text = "全选";
  72. this.checkBox_selall.UseVisualStyleBackColor = true;
  73. this.checkBox_selall.CheckedChanged += new System.EventHandler(this.checkBox_selall_CheckedChanged);
  74. //
  75. // ParticleClassificationSelect
  76. //
  77. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  78. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  79. this.ClientSize = new System.Drawing.Size(269, 539);
  80. this.Controls.Add(this.checkBox_selall);
  81. this.Controls.Add(this.btn_cannel);
  82. this.Controls.Add(this.btn_ok);
  83. this.Controls.Add(this.panel1);
  84. this.MaximizeBox = false;
  85. this.MaximumSize = new System.Drawing.Size(285, 578);
  86. this.MinimumSize = new System.Drawing.Size(285, 578);
  87. this.Name = "ParticleClassificationSelect";
  88. this.ShowIcon = false;
  89. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  90. this.Text = "颗粒类型选择";
  91. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ParticleClassificationSelect_FormClosing);
  92. this.Load += new System.EventHandler(this.ParticleClassificationSelect_Load);
  93. this.ResumeLayout(false);
  94. this.PerformLayout();
  95. }
  96. #endregion
  97. private System.Windows.Forms.Panel panel1;
  98. private System.Windows.Forms.Button btn_ok;
  99. private System.Windows.Forms.Button btn_cannel;
  100. private System.Windows.Forms.CheckBox checkBox_selall;
  101. }
  102. }