OTSReport_criterion.Designer.cs 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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(29, 23);
  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.UseVisualStyleBackColor = true;
  45. //
  46. // GB_cb_2
  47. //
  48. this.GB_cb_2.AutoSize = true;
  49. this.GB_cb_2.Checked = true;
  50. this.GB_cb_2.CheckState = System.Windows.Forms.CheckState.Checked;
  51. this.GB_cb_2.Location = new System.Drawing.Point(29, 63);
  52. this.GB_cb_2.Name = "GB_cb_2";
  53. this.GB_cb_2.Size = new System.Drawing.Size(102, 16);
  54. this.GB_cb_2.TabIndex = 0;
  55. this.GB_cb_2.Text = "GB30834方法二";
  56. this.GB_cb_2.UseVisualStyleBackColor = true;
  57. //
  58. // button1
  59. //
  60. this.button1.Location = new System.Drawing.Point(39, 110);
  61. this.button1.Name = "button1";
  62. this.button1.Size = new System.Drawing.Size(75, 23);
  63. this.button1.TabIndex = 1;
  64. this.button1.Text = "预览";
  65. this.button1.UseVisualStyleBackColor = true;
  66. this.button1.Click += new System.EventHandler(this.button1_Click);
  67. //
  68. // OTSReport_criterion
  69. //
  70. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  71. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  72. this.ClientSize = new System.Drawing.Size(156, 169);
  73. this.ControlBox = false;
  74. this.Controls.Add(this.button1);
  75. this.Controls.Add(this.GB_cb_2);
  76. this.Controls.Add(this.GB_cb_1);
  77. this.Name = "OTSReport_criterion";
  78. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  79. this.Text = "标准选择";
  80. this.ResumeLayout(false);
  81. this.PerformLayout();
  82. }
  83. #endregion
  84. private System.Windows.Forms.CheckBox GB_cb_1;
  85. private System.Windows.Forms.CheckBox GB_cb_2;
  86. private System.Windows.Forms.Button button1;
  87. }
  88. }