123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- namespace OTSModelSharp
- {
- partial class DIALOG_CHECK_PARAM_RESULT
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.IDC_EDIT_RESULT = new System.Windows.Forms.TextBox();
- this.IDC_CHECK_WARN_DO = new System.Windows.Forms.CheckBox();
- this.IDOK = new System.Windows.Forms.Button();
- this.IDCANCEL = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // IDC_EDIT_RESULT
- //
- this.IDC_EDIT_RESULT.Location = new System.Drawing.Point(8, 8);
- this.IDC_EDIT_RESULT.Multiline = true;
- this.IDC_EDIT_RESULT.Name = "IDC_EDIT_RESULT";
- this.IDC_EDIT_RESULT.Size = new System.Drawing.Size(400, 282);
- this.IDC_EDIT_RESULT.TabIndex = 0;
- //
- // IDC_CHECK_WARN_DO
- //
- this.IDC_CHECK_WARN_DO.AutoSize = true;
- this.IDC_CHECK_WARN_DO.Location = new System.Drawing.Point(8, 300);
- this.IDC_CHECK_WARN_DO.Name = "IDC_CHECK_WARN_DO";
- this.IDC_CHECK_WARN_DO.Size = new System.Drawing.Size(120, 16);
- this.IDC_CHECK_WARN_DO.TabIndex = 1;
- this.IDC_CHECK_WARN_DO.Text = "测量有警示的样品";
- this.IDC_CHECK_WARN_DO.UseVisualStyleBackColor = true;
- this.IDC_CHECK_WARN_DO.CheckedChanged += new System.EventHandler(this.IDC_CHECK_WARN_DO_CheckedChanged);
- //
- // IDOK
- //
- this.IDOK.Location = new System.Drawing.Point(250, 296);
- this.IDOK.Name = "IDOK";
- this.IDOK.Size = new System.Drawing.Size(75, 23);
- this.IDOK.TabIndex = 2;
- this.IDOK.Text = "确定";
- this.IDOK.UseVisualStyleBackColor = true;
- this.IDOK.Click += new System.EventHandler(this.IDOK_Click);
- //
- // IDCANCEL
- //
- this.IDCANCEL.Location = new System.Drawing.Point(331, 296);
- this.IDCANCEL.Name = "IDCANCEL";
- this.IDCANCEL.Size = new System.Drawing.Size(75, 23);
- this.IDCANCEL.TabIndex = 3;
- this.IDCANCEL.Text = "取消";
- this.IDCANCEL.UseVisualStyleBackColor = true;
- this.IDCANCEL.Click += new System.EventHandler(this.IDCANCEL_Click);
- //
- // DIALOG_CHECK_PARAM_RESULT
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(417, 322);
- this.Controls.Add(this.IDCANCEL);
- this.Controls.Add(this.IDOK);
- this.Controls.Add(this.IDC_CHECK_WARN_DO);
- this.Controls.Add(this.IDC_EDIT_RESULT);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "DIALOG_CHECK_PARAM_RESULT";
- this.ShowIcon = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "参数检查结果";
- this.Load += new System.EventHandler(this.IDD_DIALOG_CHECK_PARAM_RESULT_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.TextBox IDC_EDIT_RESULT;
- private System.Windows.Forms.CheckBox IDC_CHECK_WARN_DO;
- private System.Windows.Forms.Button IDOK;
- private System.Windows.Forms.Button IDCANCEL;
- }
- }
|