OTSReport_criterion.Designer.cs 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. 
  2. namespace OTSIncAReportApp._1_UI.OTSTemplateDesigner
  3. {
  4. partial class OTSReport_criterion
  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.GB_cb_1 = new System.Windows.Forms.CheckBox();
  30. this.GB_cb_2 = new System.Windows.Forms.CheckBox();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.SuspendLayout();
  33. //
  34. // GB_cb_1
  35. //
  36. this.GB_cb_1.AutoSize = true;
  37. this.GB_cb_1.Checked = true;
  38. this.GB_cb_1.CheckState = System.Windows.Forms.CheckState.Checked;
  39. this.GB_cb_1.Location = new System.Drawing.Point(103, 30);
  40. this.GB_cb_1.Name = "GB_cb_1";
  41. this.GB_cb_1.Size = new System.Drawing.Size(102, 16);
  42. this.GB_cb_1.TabIndex = 0;
  43. this.GB_cb_1.Text = "GB30834方法一";
  44. this.GB_cb_1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  45. this.GB_cb_1.UseVisualStyleBackColor = true;
  46. //
  47. // GB_cb_2
  48. //
  49. this.GB_cb_2.AutoSize = true;
  50. this.GB_cb_2.Checked = true;
  51. this.GB_cb_2.CheckState = System.Windows.Forms.CheckState.Checked;
  52. this.GB_cb_2.Location = new System.Drawing.Point(103, 73);
  53. this.GB_cb_2.Name = "GB_cb_2";
  54. this.GB_cb_2.Size = new System.Drawing.Size(102, 16);
  55. this.GB_cb_2.TabIndex = 0;
  56. this.GB_cb_2.Text = "GB30834方法二";
  57. this.GB_cb_2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  58. this.GB_cb_2.UseVisualStyleBackColor = true;
  59. //
  60. // button1
  61. //
  62. this.button1.Location = new System.Drawing.Point(117, 116);
  63. this.button1.Name = "button1";
  64. this.button1.Size = new System.Drawing.Size(75, 23);
  65. this.button1.TabIndex = 1;
  66. this.button1.Text = "预览";
  67. this.button1.UseVisualStyleBackColor = true;
  68. this.button1.Click += new System.EventHandler(this.button1_Click);
  69. //
  70. // OTSReport_criterion
  71. //
  72. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  73. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  74. this.ClientSize = new System.Drawing.Size(329, 169);
  75. this.ControlBox = false;
  76. this.Controls.Add(this.button1);
  77. this.Controls.Add(this.GB_cb_2);
  78. this.Controls.Add(this.GB_cb_1);
  79. this.Name = "OTSReport_criterion";
  80. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  81. this.Text = "标准选择";
  82. this.ResumeLayout(false);
  83. this.PerformLayout();
  84. }
  85. #endregion
  86. private System.Windows.Forms.CheckBox GB_cb_1;
  87. private System.Windows.Forms.CheckBox GB_cb_2;
  88. private System.Windows.Forms.Button button1;
  89. }
  90. }