namespace Metis.GeneralAnalysis { partial class DebrisCalipersSetDialog { /// /// 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.groupBox2 = new System.Windows.Forms.GroupBox(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.btn_Close = new System.Windows.Forms.Button(); this.btn_Save = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel(); this.checkBox1 = new System.Windows.Forms.RadioButton(); this.checkBox2 = new System.Windows.Forms.RadioButton(); this.checkBox3 = new System.Windows.Forms.RadioButton(); this.checkBox4 = new System.Windows.Forms.RadioButton(); this.groupBox2.SuspendLayout(); this.groupBox1.SuspendLayout(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // groupBox2 // this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox2.Controls.Add(this.panel2); this.groupBox2.Controls.Add(this.panel1); this.groupBox2.Controls.Add(this.label7); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Controls.Add(this.textBox1); this.groupBox2.Controls.Add(this.label5); this.groupBox2.Controls.Add(this.comboBox1); this.groupBox2.Controls.Add(this.label4); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Location = new System.Drawing.Point(3, 60); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(350, 185); this.groupBox2.TabIndex = 5; this.groupBox2.TabStop = false; this.groupBox2.Text = "条件设置"; // // label7 // this.label7.AutoSize = true; this.label7.ForeColor = System.Drawing.Color.Red; this.label7.Location = new System.Drawing.Point(204, 160); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(119, 12); this.label7.TabIndex = 17; this.label7.Text = "输入为0表示全部输出"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(218, 132); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(17, 12); this.label6.TabIndex = 16; this.label6.Text = "条"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(126, 129); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(85, 21); this.textBox1.TabIndex = 15; this.textBox1.Text = "0"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(104, 132); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(17, 12); this.label5.TabIndex = 14; this.label5.Text = "前"; // // comboBox1 // this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(106, 59); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(154, 20); this.comboBox1.TabIndex = 11; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(22, 132); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(65, 12); this.label4.TabIndex = 3; this.label4.Text = "导出记录:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(22, 96); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(65, 12); this.label3.TabIndex = 2; this.label3.Text = "排序方式:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(22, 62); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 12); this.label2.TabIndex = 1; this.label2.Text = "排序选项:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(22, 28); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 0; this.label1.Text = "是否导出:"; // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.Controls.Add(this.btn_Close); this.groupBox1.Controls.Add(this.btn_Save); this.groupBox1.Location = new System.Drawing.Point(4, 3); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(349, 51); this.groupBox1.TabIndex = 4; this.groupBox1.TabStop = false; this.groupBox1.Text = "操作"; // // btn_Close // this.btn_Close.Location = new System.Drawing.Point(184, 16); this.btn_Close.Name = "btn_Close"; this.btn_Close.Size = new System.Drawing.Size(75, 23); this.btn_Close.TabIndex = 1; this.btn_Close.Text = "关闭"; this.btn_Close.UseVisualStyleBackColor = true; this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click); // // btn_Save // this.btn_Save.Location = new System.Drawing.Point(265, 16); this.btn_Save.Name = "btn_Save"; this.btn_Save.Size = new System.Drawing.Size(75, 23); this.btn_Save.TabIndex = 0; this.btn_Save.Text = "保存"; this.btn_Save.UseVisualStyleBackColor = true; this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click); // // panel1 // this.panel1.Controls.Add(this.checkBox2); this.panel1.Controls.Add(this.checkBox1); this.panel1.Location = new System.Drawing.Point(106, 20); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(123, 33); this.panel1.TabIndex = 22; // // panel2 // this.panel2.Controls.Add(this.checkBox3); this.panel2.Controls.Add(this.checkBox4); this.panel2.Location = new System.Drawing.Point(106, 85); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(123, 33); this.panel2.TabIndex = 23; // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Location = new System.Drawing.Point(10, 8); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(35, 16); this.checkBox1.TabIndex = 0; this.checkBox1.TabStop = true; this.checkBox1.Text = "是"; this.checkBox1.UseVisualStyleBackColor = true; // // checkBox2 // this.checkBox2.AutoSize = true; this.checkBox2.Location = new System.Drawing.Point(71, 8); this.checkBox2.Name = "checkBox2"; this.checkBox2.Size = new System.Drawing.Size(35, 16); this.checkBox2.TabIndex = 1; this.checkBox2.TabStop = true; this.checkBox2.Text = "否"; this.checkBox2.UseVisualStyleBackColor = true; // // checkBox3 // this.checkBox3.AutoSize = true; this.checkBox3.Location = new System.Drawing.Point(71, 9); this.checkBox3.Name = "checkBox3"; this.checkBox3.Size = new System.Drawing.Size(47, 16); this.checkBox3.TabIndex = 3; this.checkBox3.TabStop = true; this.checkBox3.Text = "倒序"; this.checkBox3.UseVisualStyleBackColor = true; // // checkBox4 // this.checkBox4.AutoSize = true; this.checkBox4.Location = new System.Drawing.Point(10, 9); this.checkBox4.Name = "checkBox4"; this.checkBox4.Size = new System.Drawing.Size(47, 16); this.checkBox4.TabIndex = 2; this.checkBox4.TabStop = true; this.checkBox4.Text = "正序"; this.checkBox4.UseVisualStyleBackColor = true; // // DebrisCalipersSetDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(357, 247); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "DebrisCalipersSetDialog"; this.Text = "卡规设置"; this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox1.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label5; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button btn_Close; private System.Windows.Forms.Button btn_Save; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.RadioButton checkBox3; private System.Windows.Forms.RadioButton checkBox4; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.RadioButton checkBox2; private System.Windows.Forms.RadioButton checkBox1; } }