DIALOG_CHECK_PARAM_RESULT.designer.cs 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. namespace OTSModelSharp
  2. {
  3. partial class DIALOG_CHECK_PARAM_RESULT
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.IDC_EDIT_RESULT = new System.Windows.Forms.TextBox();
  29. this.IDC_CHECK_WARN_DO = new System.Windows.Forms.CheckBox();
  30. this.IDOK = new System.Windows.Forms.Button();
  31. this.IDCANCEL = new System.Windows.Forms.Button();
  32. this.SuspendLayout();
  33. //
  34. // IDC_EDIT_RESULT
  35. //
  36. this.IDC_EDIT_RESULT.Location = new System.Drawing.Point(8, 8);
  37. this.IDC_EDIT_RESULT.Multiline = true;
  38. this.IDC_EDIT_RESULT.Name = "IDC_EDIT_RESULT";
  39. this.IDC_EDIT_RESULT.Size = new System.Drawing.Size(400, 282);
  40. this.IDC_EDIT_RESULT.TabIndex = 0;
  41. //
  42. // IDC_CHECK_WARN_DO
  43. //
  44. this.IDC_CHECK_WARN_DO.AutoSize = true;
  45. this.IDC_CHECK_WARN_DO.Location = new System.Drawing.Point(8, 300);
  46. this.IDC_CHECK_WARN_DO.Name = "IDC_CHECK_WARN_DO";
  47. this.IDC_CHECK_WARN_DO.Size = new System.Drawing.Size(120, 16);
  48. this.IDC_CHECK_WARN_DO.TabIndex = 1;
  49. this.IDC_CHECK_WARN_DO.Text = "测量有警示的样品";
  50. this.IDC_CHECK_WARN_DO.UseVisualStyleBackColor = true;
  51. this.IDC_CHECK_WARN_DO.CheckedChanged += new System.EventHandler(this.IDC_CHECK_WARN_DO_CheckedChanged);
  52. //
  53. // IDOK
  54. //
  55. this.IDOK.Location = new System.Drawing.Point(250, 296);
  56. this.IDOK.Name = "IDOK";
  57. this.IDOK.Size = new System.Drawing.Size(75, 23);
  58. this.IDOK.TabIndex = 2;
  59. this.IDOK.Text = "确定";
  60. this.IDOK.UseVisualStyleBackColor = true;
  61. this.IDOK.Click += new System.EventHandler(this.IDOK_Click);
  62. //
  63. // IDCANCEL
  64. //
  65. this.IDCANCEL.Location = new System.Drawing.Point(331, 296);
  66. this.IDCANCEL.Name = "IDCANCEL";
  67. this.IDCANCEL.Size = new System.Drawing.Size(75, 23);
  68. this.IDCANCEL.TabIndex = 3;
  69. this.IDCANCEL.Text = "取消";
  70. this.IDCANCEL.UseVisualStyleBackColor = true;
  71. this.IDCANCEL.Click += new System.EventHandler(this.IDCANCEL_Click);
  72. //
  73. // DIALOG_CHECK_PARAM_RESULT
  74. //
  75. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  76. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  77. this.ClientSize = new System.Drawing.Size(417, 322);
  78. this.Controls.Add(this.IDCANCEL);
  79. this.Controls.Add(this.IDOK);
  80. this.Controls.Add(this.IDC_CHECK_WARN_DO);
  81. this.Controls.Add(this.IDC_EDIT_RESULT);
  82. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  83. this.MaximizeBox = false;
  84. this.MinimizeBox = false;
  85. this.Name = "DIALOG_CHECK_PARAM_RESULT";
  86. this.ShowIcon = false;
  87. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  88. this.Text = "参数检查结果";
  89. this.Load += new System.EventHandler(this.IDD_DIALOG_CHECK_PARAM_RESULT_Load);
  90. this.ResumeLayout(false);
  91. this.PerformLayout();
  92. }
  93. #endregion
  94. private System.Windows.Forms.TextBox IDC_EDIT_RESULT;
  95. private System.Windows.Forms.CheckBox IDC_CHECK_WARN_DO;
  96. private System.Windows.Forms.Button IDOK;
  97. private System.Windows.Forms.Button IDCANCEL;
  98. }
  99. }