/// /// Copyright (c) 2013-2015 Senus Slovensko a.s. /// namespace TBF.UI.Bench.Metrology { partial class MetrologyDlgPlatinumResistanceTMeterTab { /// /// 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.cmpntNameLabel = new System.Windows.Forms.Label(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.radioButton2 = new System.Windows.Forms.RadioButton(); this.radioButton1 = new System.Windows.Forms.RadioButton(); this.testGroupBox = new System.Windows.Forms.GroupBox(); this.temperatureTextBox = new System.Windows.Forms.TextBox(); this.resistanceLabel = new System.Windows.Forms.Label(); this.temperatureLabel = new System.Windows.Forms.Label(); this.resistanceTextBox = new System.Windows.Forms.TextBox(); this.calibrationGroupBox = new System.Windows.Forms.GroupBox(); this.calibValidDateTextBox = new System.Windows.Forms.TextBox(); this.calibValidDateLabel = new System.Windows.Forms.Label(); this.calibDateTextBox = new System.Windows.Forms.TextBox(); this.calibDateLabel = new System.Windows.Forms.Label(); this.calibCertificateNrTextBox = new System.Windows.Forms.TextBox(); this.calibCertificateNrLabel = new System.Windows.Forms.Label(); this.its90CalibrationCoefficientsGroupBox = new System.Windows.Forms.GroupBox(); this.c7TextBox = new System.Windows.Forms.TextBox(); this.c7Label = new System.Windows.Forms.Label(); this.b7TextBox = new System.Windows.Forms.TextBox(); this.a7TextBox = new System.Windows.Forms.TextBox(); this.r001cTextBox = new System.Windows.Forms.TextBox(); this.b7Label = new System.Windows.Forms.Label(); this.a7Label = new System.Windows.Forms.Label(); this.r0Label = new System.Windows.Forms.Label(); this.nameGroupBox = new System.Windows.Forms.GroupBox(); this.its27CalibrationCoefficientsGroupBox = new System.Windows.Forms.GroupBox(); this.bTextBox = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.aTextBox = new System.Windows.Forms.TextBox(); this.r0TextBox = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.testGroupBox.SuspendLayout(); this.calibrationGroupBox.SuspendLayout(); this.its90CalibrationCoefficientsGroupBox.SuspendLayout(); this.nameGroupBox.SuspendLayout(); this.its27CalibrationCoefficientsGroupBox.SuspendLayout(); this.SuspendLayout(); // // cmpntNameLabel // this.cmpntNameLabel.AutoSize = true; this.cmpntNameLabel.Location = new System.Drawing.Point(69, 16); this.cmpntNameLabel.Name = "cmpntNameLabel"; this.cmpntNameLabel.Size = new System.Drawing.Size(64, 13); this.cmpntNameLabel.TabIndex = 0; this.cmpntNameLabel.Text = "cmpntName"; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.radioButton2); this.splitContainer1.Panel1.Controls.Add(this.radioButton1); this.splitContainer1.Panel1.Controls.Add(this.testGroupBox); this.splitContainer1.Panel1.Controls.Add(this.calibrationGroupBox); this.splitContainer1.Panel1.Controls.Add(this.its90CalibrationCoefficientsGroupBox); this.splitContainer1.Panel1.Controls.Add(this.nameGroupBox); this.splitContainer1.Panel1.Controls.Add(this.its27CalibrationCoefficientsGroupBox); this.splitContainer1.Size = new System.Drawing.Size(668, 400); this.splitContainer1.SplitterDistance = 300; this.splitContainer1.TabIndex = 1; // // radioButton2 // this.radioButton2.AutoSize = true; this.radioButton2.Location = new System.Drawing.Point(462, 24); this.radioButton2.Name = "radioButton2"; this.radioButton2.Size = new System.Drawing.Size(187, 17); this.radioButton2.TabIndex = 11; this.radioButton2.TabStop = true; this.radioButton2.Text = "Use ITS-27 calibration coefficients"; this.radioButton2.UseVisualStyleBackColor = true; // // radioButton1 // this.radioButton1.AutoSize = true; this.radioButton1.Location = new System.Drawing.Point(235, 24); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(187, 17); this.radioButton1.TabIndex = 10; this.radioButton1.TabStop = true; this.radioButton1.Text = "Use ITS-90 calibration coefficients"; this.radioButton1.UseVisualStyleBackColor = true; // // testGroupBox // this.testGroupBox.Controls.Add(this.temperatureTextBox); this.testGroupBox.Controls.Add(this.resistanceLabel); this.testGroupBox.Controls.Add(this.temperatureLabel); this.testGroupBox.Controls.Add(this.resistanceTextBox); this.testGroupBox.Location = new System.Drawing.Point(16, 155); this.testGroupBox.Name = "testGroupBox"; this.testGroupBox.Size = new System.Drawing.Size(208, 77); this.testGroupBox.TabIndex = 9; this.testGroupBox.TabStop = false; this.testGroupBox.Text = "Test"; // // temperatureTextBox // this.temperatureTextBox.Location = new System.Drawing.Point(121, 46); this.temperatureTextBox.Name = "temperatureTextBox"; this.temperatureTextBox.ReadOnly = true; this.temperatureTextBox.Size = new System.Drawing.Size(79, 20); this.temperatureTextBox.TabIndex = 5; // // resistanceLabel // this.resistanceLabel.AutoSize = true; this.resistanceLabel.Location = new System.Drawing.Point(16, 23); this.resistanceLabel.Name = "resistanceLabel"; this.resistanceLabel.Size = new System.Drawing.Size(78, 13); this.resistanceLabel.TabIndex = 2; this.resistanceLabel.Text = "Resistance [Ω]"; // // temperatureLabel // this.temperatureLabel.AutoSize = true; this.temperatureLabel.Location = new System.Drawing.Point(16, 49); this.temperatureLabel.Name = "temperatureLabel"; this.temperatureLabel.Size = new System.Drawing.Size(87, 13); this.temperatureLabel.TabIndex = 3; this.temperatureLabel.Text = "Temperature [°C]"; // // resistanceTextBox // this.resistanceTextBox.Location = new System.Drawing.Point(121, 20); this.resistanceTextBox.Name = "resistanceTextBox"; this.resistanceTextBox.Size = new System.Drawing.Size(79, 20); this.resistanceTextBox.TabIndex = 4; this.resistanceTextBox.TextChanged += new System.EventHandler(this.measuredTextBox_TextChanged); // // calibrationGroupBox // this.calibrationGroupBox.Controls.Add(this.calibValidDateTextBox); this.calibrationGroupBox.Controls.Add(this.calibValidDateLabel); this.calibrationGroupBox.Controls.Add(this.calibDateTextBox); this.calibrationGroupBox.Controls.Add(this.calibDateLabel); this.calibrationGroupBox.Controls.Add(this.calibCertificateNrTextBox); this.calibrationGroupBox.Controls.Add(this.calibCertificateNrLabel); this.calibrationGroupBox.Location = new System.Drawing.Point(16, 54); this.calibrationGroupBox.Name = "calibrationGroupBox"; this.calibrationGroupBox.Size = new System.Drawing.Size(208, 95); this.calibrationGroupBox.TabIndex = 6; this.calibrationGroupBox.TabStop = false; this.calibrationGroupBox.Text = "Calibration"; // // calibValidDateTextBox // this.calibValidDateTextBox.Enabled = false; this.calibValidDateTextBox.Location = new System.Drawing.Point(105, 65); this.calibValidDateTextBox.Name = "calibValidDateTextBox"; this.calibValidDateTextBox.Size = new System.Drawing.Size(95, 20); this.calibValidDateTextBox.TabIndex = 15; // // calibValidDateLabel // this.calibValidDateLabel.AutoSize = true; this.calibValidDateLabel.Location = new System.Drawing.Point(17, 68); this.calibValidDateLabel.Name = "calibValidDateLabel"; this.calibValidDateLabel.Size = new System.Drawing.Size(52, 13); this.calibValidDateLabel.TabIndex = 14; this.calibValidDateLabel.Text = "Valid until"; // // calibDateTextBox // this.calibDateTextBox.Enabled = false; this.calibDateTextBox.Location = new System.Drawing.Point(105, 40); this.calibDateTextBox.Name = "calibDateTextBox"; this.calibDateTextBox.Size = new System.Drawing.Size(95, 20); this.calibDateTextBox.TabIndex = 13; // // calibDateLabel // this.calibDateLabel.AutoSize = true; this.calibDateLabel.Location = new System.Drawing.Point(17, 43); this.calibDateLabel.Name = "calibDateLabel"; this.calibDateLabel.Size = new System.Drawing.Size(30, 13); this.calibDateLabel.TabIndex = 12; this.calibDateLabel.Text = "Date"; // // calibCertificateNrTextBox // this.calibCertificateNrTextBox.Enabled = false; this.calibCertificateNrTextBox.Location = new System.Drawing.Point(105, 15); this.calibCertificateNrTextBox.Name = "calibCertificateNrTextBox"; this.calibCertificateNrTextBox.Size = new System.Drawing.Size(95, 20); this.calibCertificateNrTextBox.TabIndex = 11; // // calibCertificateNrLabel // this.calibCertificateNrLabel.AutoSize = true; this.calibCertificateNrLabel.Location = new System.Drawing.Point(17, 18); this.calibCertificateNrLabel.Name = "calibCertificateNrLabel"; this.calibCertificateNrLabel.Size = new System.Drawing.Size(54, 13); this.calibCertificateNrLabel.TabIndex = 10; this.calibCertificateNrLabel.Text = "Certificate"; // // its90CalibrationCoefficientsGroupBox // this.its90CalibrationCoefficientsGroupBox.Controls.Add(this.c7TextBox); this.its90CalibrationCoefficientsGroupBox.Controls.Add(this.c7Label); this.its90CalibrationCoefficientsGroupBox.Controls.Add(this.b7TextBox); this.its90CalibrationCoefficientsGroupBox.Controls.Add(this.a7TextBox); this.its90CalibrationCoefficientsGroupBox.Controls.Add(this.r001cTextBox); this.its90CalibrationCoefficientsGroupBox.Controls.Add(this.b7Label); this.its90CalibrationCoefficientsGroupBox.Controls.Add(this.a7Label); this.its90CalibrationCoefficientsGroupBox.Controls.Add(this.r0Label); this.its90CalibrationCoefficientsGroupBox.Location = new System.Drawing.Point(230, 54); this.its90CalibrationCoefficientsGroupBox.Name = "its90CalibrationCoefficientsGroupBox"; this.its90CalibrationCoefficientsGroupBox.Size = new System.Drawing.Size(220, 140); this.its90CalibrationCoefficientsGroupBox.TabIndex = 5; this.its90CalibrationCoefficientsGroupBox.TabStop = false; this.its90CalibrationCoefficientsGroupBox.Text = "ITS-90 calibration coefficients"; // // c7TextBox // this.c7TextBox.Enabled = false; this.c7TextBox.Location = new System.Drawing.Point(82, 104); this.c7TextBox.Name = "c7TextBox"; this.c7TextBox.Size = new System.Drawing.Size(124, 20); this.c7TextBox.TabIndex = 7; // // c7Label // this.c7Label.AutoSize = true; this.c7Label.Location = new System.Drawing.Point(20, 107); this.c7Label.Name = "c7Label"; this.c7Label.Size = new System.Drawing.Size(19, 13); this.c7Label.TabIndex = 6; this.c7Label.Text = "c7"; // // b7TextBox // this.b7TextBox.Enabled = false; this.b7TextBox.Location = new System.Drawing.Point(82, 79); this.b7TextBox.Name = "b7TextBox"; this.b7TextBox.Size = new System.Drawing.Size(124, 20); this.b7TextBox.TabIndex = 5; // // a7TextBox // this.a7TextBox.Enabled = false; this.a7TextBox.Location = new System.Drawing.Point(82, 54); this.a7TextBox.Name = "a7TextBox"; this.a7TextBox.Size = new System.Drawing.Size(124, 20); this.a7TextBox.TabIndex = 4; // // r001cTextBox // this.r001cTextBox.Enabled = false; this.r001cTextBox.Location = new System.Drawing.Point(82, 29); this.r001cTextBox.Name = "r001cTextBox"; this.r001cTextBox.Size = new System.Drawing.Size(124, 20); this.r001cTextBox.TabIndex = 3; // // b7Label // this.b7Label.AutoSize = true; this.b7Label.Location = new System.Drawing.Point(20, 82); this.b7Label.Name = "b7Label"; this.b7Label.Size = new System.Drawing.Size(19, 13); this.b7Label.TabIndex = 2; this.b7Label.Text = "b7"; // // a7Label // this.a7Label.AutoSize = true; this.a7Label.Location = new System.Drawing.Point(20, 57); this.a7Label.Name = "a7Label"; this.a7Label.Size = new System.Drawing.Size(19, 13); this.a7Label.TabIndex = 1; this.a7Label.Text = "a7"; // // r0Label // this.r0Label.AutoSize = true; this.r0Label.Location = new System.Drawing.Point(20, 32); this.r0Label.Name = "r0Label"; this.r0Label.Size = new System.Drawing.Size(53, 13); this.r0Label.TabIndex = 0; this.r0Label.Text = "R(0.01°C)"; // // nameGroupBox // this.nameGroupBox.Controls.Add(this.cmpntNameLabel); this.nameGroupBox.Location = new System.Drawing.Point(16, 10); this.nameGroupBox.Name = "nameGroupBox"; this.nameGroupBox.Size = new System.Drawing.Size(208, 40); this.nameGroupBox.TabIndex = 4; this.nameGroupBox.TabStop = false; this.nameGroupBox.Text = "Component"; // // its27CalibrationCoefficientsGroupBox // this.its27CalibrationCoefficientsGroupBox.Controls.Add(this.bTextBox); this.its27CalibrationCoefficientsGroupBox.Controls.Add(this.label1); this.its27CalibrationCoefficientsGroupBox.Controls.Add(this.aTextBox); this.its27CalibrationCoefficientsGroupBox.Controls.Add(this.r0TextBox); this.its27CalibrationCoefficientsGroupBox.Controls.Add(this.label2); this.its27CalibrationCoefficientsGroupBox.Controls.Add(this.label3); this.its27CalibrationCoefficientsGroupBox.Location = new System.Drawing.Point(459, 54); this.its27CalibrationCoefficientsGroupBox.Name = "its27CalibrationCoefficientsGroupBox"; this.its27CalibrationCoefficientsGroupBox.Size = new System.Drawing.Size(190, 140); this.its27CalibrationCoefficientsGroupBox.TabIndex = 3; this.its27CalibrationCoefficientsGroupBox.TabStop = false; this.its27CalibrationCoefficientsGroupBox.Text = "ITS-27 calibration coefficients"; // // bTextBox // this.bTextBox.Enabled = false; this.bTextBox.Location = new System.Drawing.Point(52, 79); this.bTextBox.Name = "bTextBox"; this.bTextBox.Size = new System.Drawing.Size(124, 20); this.bTextBox.TabIndex = 13; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(22, 82); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(14, 13); this.label1.TabIndex = 12; this.label1.Text = "B"; // // aTextBox // this.aTextBox.Enabled = false; this.aTextBox.Location = new System.Drawing.Point(52, 54); this.aTextBox.Name = "aTextBox"; this.aTextBox.Size = new System.Drawing.Size(124, 20); this.aTextBox.TabIndex = 11; // // r0TextBox // this.r0TextBox.Enabled = false; this.r0TextBox.Location = new System.Drawing.Point(52, 29); this.r0TextBox.Name = "r0TextBox"; this.r0TextBox.Size = new System.Drawing.Size(124, 20); this.r0TextBox.TabIndex = 10; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(22, 57); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(14, 13); this.label2.TabIndex = 9; this.label2.Text = "A"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(22, 32); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(21, 13); this.label3.TabIndex = 8; this.label3.Text = "R0"; // // MetrologyDlgPlatinumResistanceTMeterTab // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.splitContainer1); this.Name = "MetrologyDlgPlatinumResistanceTMeterTab"; this.Size = new System.Drawing.Size(668, 400); this.Load += new System.EventHandler(this.MetrologyDlgBalanceTab_Load); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.testGroupBox.ResumeLayout(false); this.testGroupBox.PerformLayout(); this.calibrationGroupBox.ResumeLayout(false); this.calibrationGroupBox.PerformLayout(); this.its90CalibrationCoefficientsGroupBox.ResumeLayout(false); this.its90CalibrationCoefficientsGroupBox.PerformLayout(); this.nameGroupBox.ResumeLayout(false); this.nameGroupBox.PerformLayout(); this.its27CalibrationCoefficientsGroupBox.ResumeLayout(false); this.its27CalibrationCoefficientsGroupBox.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label cmpntNameLabel; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.Label resistanceLabel; private System.Windows.Forms.GroupBox its27CalibrationCoefficientsGroupBox; private System.Windows.Forms.TextBox temperatureTextBox; private System.Windows.Forms.TextBox resistanceTextBox; private System.Windows.Forms.Label temperatureLabel; private System.Windows.Forms.GroupBox its90CalibrationCoefficientsGroupBox; private System.Windows.Forms.GroupBox nameGroupBox; private System.Windows.Forms.TextBox b7TextBox; private System.Windows.Forms.TextBox a7TextBox; private System.Windows.Forms.TextBox r001cTextBox; private System.Windows.Forms.Label b7Label; private System.Windows.Forms.Label a7Label; private System.Windows.Forms.Label r0Label; private System.Windows.Forms.TextBox c7TextBox; private System.Windows.Forms.Label c7Label; private System.Windows.Forms.GroupBox calibrationGroupBox; private System.Windows.Forms.TextBox calibValidDateTextBox; private System.Windows.Forms.Label calibValidDateLabel; private System.Windows.Forms.TextBox calibDateTextBox; private System.Windows.Forms.Label calibDateLabel; private System.Windows.Forms.TextBox calibCertificateNrTextBox; private System.Windows.Forms.Label calibCertificateNrLabel; private System.Windows.Forms.GroupBox testGroupBox; private System.Windows.Forms.TextBox bTextBox; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox aTextBox; private System.Windows.Forms.TextBox r0TextBox; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.RadioButton radioButton2; private System.Windows.Forms.RadioButton radioButton1; } }