namespace DefectItemsTool { partial class Form1 { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.label3 = new System.Windows.Forms.Label(); this.numericUpDown1 = new System.Windows.Forms.NumericUpDown(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.textBox3 = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.textBox4 = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.listBox1 = new System.Windows.Forms.ListBox(); this.textBox5 = new System.Windows.Forms.TextBox(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); this.SuspendLayout(); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.Location = new System.Drawing.Point(0, 0); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(1103, 610); this.tabControl1.TabIndex = 0; // // tabPage1 // this.tabPage1.Controls.Add(this.button3); this.tabPage1.Controls.Add(this.button2); this.tabPage1.Controls.Add(this.textBox5); this.tabPage1.Controls.Add(this.listBox1); this.tabPage1.Controls.Add(this.button1); this.tabPage1.Controls.Add(this.textBox4); this.tabPage1.Controls.Add(this.label5); this.tabPage1.Controls.Add(this.textBox3); this.tabPage1.Controls.Add(this.label4); this.tabPage1.Controls.Add(this.label3); this.tabPage1.Controls.Add(this.numericUpDown1); this.tabPage1.Controls.Add(this.textBox2); this.tabPage1.Controls.Add(this.label2); this.tabPage1.Controls.Add(this.textBox1); this.tabPage1.Controls.Add(this.label1); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(1095, 584); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "尺寸检测测试项"; this.tabPage1.UseVisualStyleBackColor = true; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(37, 202); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 12); this.label3.TabIndex = 5; this.label3.Text = "测试点数"; // // numericUpDown1 // this.numericUpDown1.Location = new System.Drawing.Point(123, 200); this.numericUpDown1.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.numericUpDown1.Name = "numericUpDown1"; this.numericUpDown1.Size = new System.Drawing.Size(120, 21); this.numericUpDown1.TabIndex = 4; this.numericUpDown1.Value = new decimal(new int[] { 1, 0, 0, 0}); // // textBox2 // this.textBox2.Location = new System.Drawing.Point(123, 152); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(181, 21); this.textBox2.TabIndex = 3; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(37, 155); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(29, 12); this.label2.TabIndex = 2; this.label2.Text = "代码"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(123, 110); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(181, 21); this.textBox1.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(37, 113); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(29, 12); this.label1.TabIndex = 0; this.label1.Text = "名称"; // // tabPage2 // this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(1095, 584); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "缺陷检测测试项"; this.tabPage2.UseVisualStyleBackColor = true; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(123, 247); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(181, 21); this.textBox3.TabIndex = 7; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(37, 250); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(53, 12); this.label4.TabIndex = 6; this.label4.Text = "处理代码"; // // textBox4 // this.textBox4.Location = new System.Drawing.Point(123, 296); this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(181, 21); this.textBox4.TabIndex = 9; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(37, 299); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(71, 12); this.label5.TabIndex = 8; this.label5.Text = "RGB颜色代码"; // // button1 // this.button1.Location = new System.Drawing.Point(123, 350); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(122, 32); this.button1.TabIndex = 10; this.button1.Text = "添加"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // listBox1 // this.listBox1.FormattingEnabled = true; this.listBox1.ItemHeight = 12; this.listBox1.Location = new System.Drawing.Point(393, 35); this.listBox1.Name = "listBox1"; this.listBox1.Size = new System.Drawing.Size(291, 508); this.listBox1.TabIndex = 11; this.listBox1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listBox1_MouseDoubleClick); // // textBox5 // this.textBox5.Location = new System.Drawing.Point(747, 35); this.textBox5.Multiline = true; this.textBox5.Name = "textBox5"; this.textBox5.Size = new System.Drawing.Size(311, 508); this.textBox5.TabIndex = 12; // // button2 // this.button2.Location = new System.Drawing.Point(123, 434); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(120, 40); this.button2.TabIndex = 13; this.button2.Text = "保存"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button3 // this.button3.Location = new System.Drawing.Point(123, 35); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(122, 32); this.button3.TabIndex = 14; this.button3.Text = "打开"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1103, 610); this.Controls.Add(this.tabControl1); this.Name = "Form1"; this.Text = "测试项生成工具"; this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.Label label3; private System.Windows.Forms.NumericUpDown numericUpDown1; private System.Windows.Forms.TextBox textBox4; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button button2; private System.Windows.Forms.TextBox textBox5; private System.Windows.Forms.ListBox listBox1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button3; } }