namespace Core.StlMes.Client.Qcm { partial class ComBaseStdRTestFrm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.panel1 = new System.Windows.Forms.Panel(); this.labelCheckBox1 = new Core.Mes.Client.Comm.Control.LabelCheckBox(); this.labelTextBox1 = new Core.Mes.Client.Comm.Control.LabelTextBox(); this.panel2 = new System.Windows.Forms.Panel(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.labelCheckBox1); this.panel1.Controls.Add(this.labelTextBox1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(609, 56); this.panel1.TabIndex = 0; // // labelCheckBox1 // // // // this.labelCheckBox1.CheckBox.AutoSize = true; this.labelCheckBox1.CheckBox.Location = new System.Drawing.Point(4, 4); this.labelCheckBox1.CheckBox.Margin = new System.Windows.Forms.Padding(4); this.labelCheckBox1.CheckBox.Name = "checkBox1"; this.labelCheckBox1.CheckBox.Size = new System.Drawing.Size(86, 19); this.labelCheckBox1.CheckBox.TabIndex = 0; this.labelCheckBox1.CheckBox.Text = "包含无效"; this.labelCheckBox1.CheckBox.UseVisualStyleBackColor = true; this.labelCheckBox1.Location = new System.Drawing.Point(300, 13); this.labelCheckBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.labelCheckBox1.Name = "labelCheckBox1"; this.labelCheckBox1.Size = new System.Drawing.Size(92, 26); this.labelCheckBox1.TabIndex = 1; // // labelTextBox1 // // // // this.labelTextBox1.CheckBox.AutoSize = true; this.labelTextBox1.CheckBox.Location = new System.Drawing.Point(5, 5); this.labelTextBox1.CheckBox.Margin = new System.Windows.Forms.Padding(4); this.labelTextBox1.CheckBox.Name = "checkBox1"; this.labelTextBox1.CheckBox.Size = new System.Drawing.Size(15, 14); this.labelTextBox1.CheckBox.TabIndex = 1; this.labelTextBox1.CheckBox.UseVisualStyleBackColor = true; // // // this.labelTextBox1.Label.AutoSize = true; this.labelTextBox1.Label.Location = new System.Drawing.Point(22, 5); this.labelTextBox1.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.labelTextBox1.Label.Name = "label1"; this.labelTextBox1.Label.Size = new System.Drawing.Size(52, 15); this.labelTextBox1.Label.TabIndex = 0; this.labelTextBox1.Label.Text = "试样组"; this.labelTextBox1.Location = new System.Drawing.Point(13, 13); this.labelTextBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.labelTextBox1.Name = "labelTextBox1"; this.labelTextBox1.Size = new System.Drawing.Size(263, 26); this.labelTextBox1.TabIndex = 0; // // // this.labelTextBox1.TextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.labelTextBox1.TextBox.Enabled = false; this.labelTextBox1.TextBox.Location = new System.Drawing.Point(0, 0); this.labelTextBox1.TextBox.Margin = new System.Windows.Forms.Padding(4); this.labelTextBox1.TextBox.Name = "textBox1"; this.labelTextBox1.TextBox.Size = new System.Drawing.Size(185, 25); this.labelTextBox1.TextBox.TabIndex = 1; // // panel2 // this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(0, 56); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(609, 251); this.panel2.TabIndex = 1; // // ComBaseStdRTestFrm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(609, 307); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Name = "ComBaseStdRTestFrm"; this.Text = "试样组与试样标准"; this.Load += new System.EventHandler(this.ComBaseStdRTestFrm_Load); this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; private Mes.Client.Comm.Control.LabelTextBox labelTextBox1; private Mes.Client.Comm.Control.LabelCheckBox labelCheckBox1; } }