namespace daq_testing { partial class UserControlMeasureHeader { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.lbLocation = new System.Windows.Forms.ListBox(); this.label6 = new System.Windows.Forms.Label(); this.tbBibID = new System.Windows.Forms.TextBox(); this.tbDriverID = new System.Windows.Forms.TextBox(); this.tbStep = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.tbSub = new System.Windows.Forms.TextBox(); this.tbProjectNumber = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.btnMeasure = new System.Windows.Forms.Button(); this.btnSaveToExcel = new System.Windows.Forms.Button(); this.btnClearAllMeasurements = new System.Windows.Forms.Button(); this.btnNextPosition = new System.Windows.Forms.Button(); this.tbCurrentPosition = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.lbMeasuredPins = new System.Windows.Forms.CheckedListBox(); this.btnInvertListboxMeasuredPins = new System.Windows.Forms.Button(); this.label8 = new System.Windows.Forms.Label(); this.tbIncrement = new System.Windows.Forms.TextBox(); this.lbIncrement = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // dataGridView1 // this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Location = new System.Drawing.Point(421, 161); this.dataGridView1.Margin = new System.Windows.Forms.Padding(4); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowHeadersWidth = 51; this.dataGridView1.Size = new System.Drawing.Size(1265, 471); this.dataGridView1.TabIndex = 0; this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick); // // lbLocation // this.lbLocation.FormattingEnabled = true; this.lbLocation.ItemHeight = 16; this.lbLocation.Items.AddRange(new object[] { "BENCH DEV1", "BENCH DEV2", "CUBE1 UPPER", "CUBE2 LOWER", "MSL UPPER", "MSL LOWER"}); this.lbLocation.Location = new System.Drawing.Point(137, 161); this.lbLocation.Margin = new System.Windows.Forms.Padding(4); this.lbLocation.Name = "lbLocation"; this.lbLocation.Size = new System.Drawing.Size(136, 100); this.lbLocation.TabIndex = 25; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(25, 161); this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(62, 17); this.label6.TabIndex = 24; this.label6.Text = "Location"; // // tbBibID // this.tbBibID.Location = new System.Drawing.Point(137, 89); this.tbBibID.Margin = new System.Windows.Forms.Padding(4); this.tbBibID.Name = "tbBibID"; this.tbBibID.Size = new System.Drawing.Size(57, 22); this.tbBibID.TabIndex = 23; this.tbBibID.Text = "1"; // // tbDriverID // this.tbDriverID.Location = new System.Drawing.Point(137, 57); this.tbDriverID.Margin = new System.Windows.Forms.Padding(4); this.tbDriverID.Name = "tbDriverID"; this.tbDriverID.Size = new System.Drawing.Size(57, 22); this.tbDriverID.TabIndex = 22; this.tbDriverID.Text = "1"; // // tbStep // this.tbStep.Location = new System.Drawing.Point(329, 25); this.tbStep.Margin = new System.Windows.Forms.Padding(4); this.tbStep.Name = "tbStep"; this.tbStep.Size = new System.Drawing.Size(39, 22); this.tbStep.TabIndex = 21; this.tbStep.Text = "1"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(283, 28); this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(37, 17); this.label5.TabIndex = 20; this.label5.Text = "Step"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(204, 28); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(33, 17); this.label4.TabIndex = 19; this.label4.Text = "Sub"; // // tbSub // this.tbSub.Location = new System.Drawing.Point(235, 25); this.tbSub.Margin = new System.Windows.Forms.Padding(4); this.tbSub.Name = "tbSub"; this.tbSub.Size = new System.Drawing.Size(39, 22); this.tbSub.TabIndex = 18; this.tbSub.Text = "1"; // // tbProjectNumber // this.tbProjectNumber.Location = new System.Drawing.Point(137, 25); this.tbProjectNumber.Margin = new System.Windows.Forms.Padding(4); this.tbProjectNumber.Name = "tbProjectNumber"; this.tbProjectNumber.Size = new System.Drawing.Size(57, 22); this.tbProjectNumber.TabIndex = 17; this.tbProjectNumber.Text = "240000"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(25, 92); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(29, 17); this.label3.TabIndex = 16; this.label3.Text = "BIB"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(25, 63); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(59, 17); this.label2.TabIndex = 15; this.label2.Text = "DriverID"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(25, 25); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(102, 17); this.label1.TabIndex = 14; this.label1.Text = "ProjectNumber"; // // btnMeasure // this.btnMeasure.Location = new System.Drawing.Point(958, 671); this.btnMeasure.Margin = new System.Windows.Forms.Padding(4); this.btnMeasure.Name = "btnMeasure"; this.btnMeasure.Size = new System.Drawing.Size(141, 71); this.btnMeasure.TabIndex = 53; this.btnMeasure.Text = "Measure"; this.btnMeasure.UseVisualStyleBackColor = true; this.btnMeasure.Click += new System.EventHandler(this.btnMeasure_Click); // // btnSaveToExcel // this.btnSaveToExcel.Location = new System.Drawing.Point(1318, 675); this.btnSaveToExcel.Margin = new System.Windows.Forms.Padding(4); this.btnSaveToExcel.Name = "btnSaveToExcel"; this.btnSaveToExcel.Size = new System.Drawing.Size(143, 71); this.btnSaveToExcel.TabIndex = 52; this.btnSaveToExcel.Text = "SAVE"; this.btnSaveToExcel.UseVisualStyleBackColor = true; this.btnSaveToExcel.Click += new System.EventHandler(this.btnSaveToExcel_Click); // // btnClearAllMeasurements // this.btnClearAllMeasurements.Location = new System.Drawing.Point(1545, 675); this.btnClearAllMeasurements.Margin = new System.Windows.Forms.Padding(4); this.btnClearAllMeasurements.Name = "btnClearAllMeasurements"; this.btnClearAllMeasurements.Size = new System.Drawing.Size(141, 71); this.btnClearAllMeasurements.TabIndex = 51; this.btnClearAllMeasurements.Text = "Clear All Measurements"; this.btnClearAllMeasurements.UseVisualStyleBackColor = true; this.btnClearAllMeasurements.Click += new System.EventHandler(this.btnClearAllMeasurements_Click); // // btnNextPosition // this.btnNextPosition.Location = new System.Drawing.Point(1108, 671); this.btnNextPosition.Margin = new System.Windows.Forms.Padding(4); this.btnNextPosition.Name = "btnNextPosition"; this.btnNextPosition.Size = new System.Drawing.Size(141, 71); this.btnNextPosition.TabIndex = 54; this.btnNextPosition.Text = "Next Position"; this.btnNextPosition.UseVisualStyleBackColor = true; this.btnNextPosition.Click += new System.EventHandler(this.btnNextPosition_Click); // // tbCurrentPosition // this.tbCurrentPosition.Location = new System.Drawing.Point(1494, 106); this.tbCurrentPosition.Margin = new System.Windows.Forms.Padding(4); this.tbCurrentPosition.Name = "tbCurrentPosition"; this.tbCurrentPosition.Size = new System.Drawing.Size(76, 22); this.tbCurrentPosition.TabIndex = 55; this.tbCurrentPosition.Text = "1"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(1579, 110); this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(109, 17); this.label7.TabIndex = 56; this.label7.Text = "Current Position"; // // lbMeasuredPins // this.lbMeasuredPins.FormattingEnabled = true; this.lbMeasuredPins.Items.AddRange(new object[] { "1", "2", "3", "4", "5", "6", "7", "8", "9"}); this.lbMeasuredPins.Location = new System.Drawing.Point(137, 406); this.lbMeasuredPins.Margin = new System.Windows.Forms.Padding(4); this.lbMeasuredPins.Name = "lbMeasuredPins"; this.lbMeasuredPins.Size = new System.Drawing.Size(100, 225); this.lbMeasuredPins.TabIndex = 57; this.lbMeasuredPins.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.lbMeasuredPins_ItemCheck); // // btnInvertListboxMeasuredPins // this.btnInvertListboxMeasuredPins.Location = new System.Drawing.Point(248, 604); this.btnInvertListboxMeasuredPins.Margin = new System.Windows.Forms.Padding(4); this.btnInvertListboxMeasuredPins.Name = "btnInvertListboxMeasuredPins"; this.btnInvertListboxMeasuredPins.Size = new System.Drawing.Size(100, 28); this.btnInvertListboxMeasuredPins.TabIndex = 58; this.btnInvertListboxMeasuredPins.Text = "Invert"; this.btnInvertListboxMeasuredPins.UseVisualStyleBackColor = true; this.btnInvertListboxMeasuredPins.Click += new System.EventHandler(this.btnInvertListboxMeasuredPins_Click); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(137, 383); this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(101, 17); this.label8.TabIndex = 59; this.label8.Text = "Measured pins"; // // tbIncrement // this.tbIncrement.Location = new System.Drawing.Point(1286, 107); this.tbIncrement.Margin = new System.Windows.Forms.Padding(4); this.tbIncrement.Name = "tbIncrement"; this.tbIncrement.Size = new System.Drawing.Size(76, 22); this.tbIncrement.TabIndex = 60; this.tbIncrement.Text = "1"; // // lbIncrement // this.lbIncrement.AutoSize = true; this.lbIncrement.Location = new System.Drawing.Point(1370, 111); this.lbIncrement.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbIncrement.Name = "lbIncrement"; this.lbIncrement.Size = new System.Drawing.Size(70, 17); this.lbIncrement.TabIndex = 61; this.lbIncrement.Text = "Increment"; // // UserControlMeasureHeader // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.lbIncrement); this.Controls.Add(this.tbIncrement); this.Controls.Add(this.label8); this.Controls.Add(this.btnInvertListboxMeasuredPins); this.Controls.Add(this.lbMeasuredPins); this.Controls.Add(this.label7); this.Controls.Add(this.tbCurrentPosition); this.Controls.Add(this.btnNextPosition); this.Controls.Add(this.btnMeasure); this.Controls.Add(this.btnSaveToExcel); this.Controls.Add(this.btnClearAllMeasurements); this.Controls.Add(this.lbLocation); this.Controls.Add(this.label6); this.Controls.Add(this.tbBibID); this.Controls.Add(this.tbDriverID); this.Controls.Add(this.tbStep); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.tbSub); this.Controls.Add(this.tbProjectNumber); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.dataGridView1); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "UserControlMeasureHeader"; this.Size = new System.Drawing.Size(1767, 842); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.ListBox lbLocation; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox tbBibID; private System.Windows.Forms.TextBox tbDriverID; private System.Windows.Forms.TextBox tbStep; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox tbSub; private System.Windows.Forms.TextBox tbProjectNumber; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button btnMeasure; private System.Windows.Forms.Button btnSaveToExcel; private System.Windows.Forms.Button btnClearAllMeasurements; private System.Windows.Forms.Button btnNextPosition; private System.Windows.Forms.TextBox tbCurrentPosition; private System.Windows.Forms.Label label7; private System.Windows.Forms.CheckedListBox lbMeasuredPins; private System.Windows.Forms.Button btnInvertListboxMeasuredPins; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox tbIncrement; private System.Windows.Forms.Label lbIncrement; } }