private void InitializeComponent()
{
this.tabStatusCodes = new System.Windows.Forms.TabPage();
this.tabWarnings = new System.Windows.Forms.TabPage();
this.tabDescription.SuspendLayout();
this.RequirementsTabControl.SuspendLayout();
this.tabCalibration.SuspendLayout();
this.tabOperational.SuspendLayout();
this.tabEnvironmental.SuspendLayout();
this.tabPower.SuspendLayout();
this.tabIdentification.SuspendLayout();
this.panelIdentification.SuspendLayout();
this.tabInterface.SuspendLayout();
this.tabComponents.SuspendLayout();
this.tabParentComponents.SuspendLayout();
this.tabDocumentation.SuspendLayout();
this.tabConfiguration.SuspendLayout();
this.tabDefaults.SuspendLayout();
this.tabRequirements.SuspendLayout();
this.tabPanelControl.SuspendLayout();
this.tabNetwork.SuspendLayout();
this.tabErrors.SuspendLayout();
this.tabLegal.SuspendLayout();
this.tabCharacteristics.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
this.SuspendLayout();
//
// tabDescription
//
this.tabDescription.Size = new System.Drawing.Size(462, 360);
//
// edtDescription
//
this.edtDescription.Size = new System.Drawing.Size(442, 340);
//
// RequirementsTabControl
//
this.RequirementsTabControl.Size = new System.Drawing.Size(462, 360);
//
// tabCalibration
//
this.tabCalibration.Size = new System.Drawing.Size(454, 334);
//
// tabIdentification
//
this.tabIdentification.Size = new System.Drawing.Size(462, 360);
//
// panelIdentification
//
this.panelIdentification.Size = new System.Drawing.Size(462, 360);
//
// identificationControl
//
this.identificationControl.Size = new System.Drawing.Size(462, 360);
//
// tabInterface
//
this.tabInterface.Size = new System.Drawing.Size(462, 360);
//
// interfaceListControl
//
this.interfaceListControl.Size = new System.Drawing.Size(462, 360);
//
// tabComponents
//
this.tabComponents.Size = new System.Drawing.Size(462, 360);
//
// componentListControl
//
this.componentListControl.Size = new System.Drawing.Size(462, 360);
//
// tabParentComponents
//
this.tabParentComponents.Size = new System.Drawing.Size(462, 360);
//
// tabControl
//
this.tabControl.Size = new System.Drawing.Size(462, 360);
//
// tabDocumentation
//
this.tabDocumentation.Size = new System.Drawing.Size(462, 360);
//
// tabConfiguration
//
this.tabConfiguration.Size = new System.Drawing.Size(462, 360);
//
// tabDefaults
//
this.tabDefaults.Size = new System.Drawing.Size(462, 360);
//
// tabRequirements
//
this.tabRequirements.Size = new System.Drawing.Size(462, 360);
//
// tabPanelControl
//
this.tabPanelControl.Controls.Add(this.tabStatusCodes);
this.tabPanelControl.Controls.Add(this.tabWarnings);
this.tabPanelControl.Size = new System.Drawing.Size(595, 368);
this.tabPanelControl.Controls.SetChildIndex(this.tabWarnings, 0);
this.tabPanelControl.Controls.SetChildIndex(this.tabStatusCodes, 0);
this.tabPanelControl.Controls.SetChildIndex(this.tabLegal, 0);
this.tabPanelControl.Controls.SetChildIndex(this.tabErrors, 0);
this.tabPanelControl.Controls.SetChildIndex(this.tabNetwork, 0);
this.tabPanelControl.Controls.SetChildIndex(this.tabCharacteristics, 0);
this.tabPanelControl.Controls.SetChildIndex(this.tabRequirements, 0);
this.tabPanelControl.Controls.SetChildIndex(this.tabDefaults, 0);
this.tabPanelControl.Controls.SetChildIndex(this.tabConfiguration, 0);
this.tabPanelControl.Controls.SetChildIndex(this.tabDocumentation, 0);
this.tabPanelControl.Controls.SetChildIndex(this.tabControl, 0);
this.tabPanelControl.Controls.SetChildIndex(this.tabParentComponents, 0);
this.tabPanelControl.Controls.SetChildIndex(this.tabComponents, 0);
this.tabPanelControl.Controls.SetChildIndex(this.tabInterface, 0);
this.tabPanelControl.Controls.SetChildIndex(this.tabDescription, 0);
this.tabPanelControl.Controls.SetChildIndex(this.tabIdentification, 0);
//
// tabNetwork
//
this.tabNetwork.Size = new System.Drawing.Size(462, 360);
//
// tabErrors
//
this.tabErrors.Size = new System.Drawing.Size(462, 360);
//
// tabLegal
//
this.tabLegal.Size = new System.Drawing.Size(462, 360);
//
// edtName
//
this.edtName.BackColor = System.Drawing.Color.White;
//
// edtVersion
//
this.edtVersion.BackColor = System.Drawing.Color.White;
//
// legalDocumentListControl
//
this.legalDocumentListControl.Size = new System.Drawing.Size(462, 360);
//
// tabCharacteristics
//
this.tabCharacteristics.Size = new System.Drawing.Size(462, 360);
//
// physicalCharacteristicsControl
//
this.physicalCharacteristicsControl.Size = new System.Drawing.Size(488, 360);
//
// errorListControl
//
this.errorListControl.Size = new System.Drawing.Size(462, 360);
//
// configurationOptionListControl
//
this.configurationOptionListControl.Size = new System.Drawing.Size(462, 360);
//
// calibrationRequirementListControl
//
this.calibrationRequirementListControl.Size = new System.Drawing.Size(448, 328);
//
// factoryDefaultsListControl
//
this.factoryDefaultsListControl.Size = new System.Drawing.Size(462, 360);
//
// networkListControl
//
this.networkListControl.Size = new System.Drawing.Size(462, 360);
//
// parentComponentListControl
//
this.parentComponentListControl.Size = new System.Drawing.Size(462, 360);
//
// documentListControl
//
this.documentListControl.Size = new System.Drawing.Size(462, 360);
//
// tabStatusCodes
//
this.tabStatusCodes.Location = new System.Drawing.Point(129, 4);
this.tabStatusCodes.Name = "tabStatusCodes";
this.tabStatusCodes.Size = new System.Drawing.Size(462, 360);
this.tabStatusCodes.TabIndex = 15;
this.tabStatusCodes.Text = "Status Codes";
this.tabStatusCodes.UseVisualStyleBackColor = true;
//
// tabWarnings
//
this.tabWarnings.Location = new System.Drawing.Point(129, 4);
this.tabWarnings.Name = "tabWarnings";
this.tabWarnings.Size = new System.Drawing.Size(462, 360);
this.tabWarnings.TabIndex = 16;
this.tabWarnings.Text = "Warnings";
this.tabWarnings.UseVisualStyleBackColor = true;
//
// HardwareUUTControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.Name = "HardwareUUTControl";
this.Size = new System.Drawing.Size(595, 400);
this.tabDescription.ResumeLayout(false);
this.tabDescription.PerformLayout();
this.RequirementsTabControl.ResumeLayout(false);
this.tabCalibration.ResumeLayout(false);
this.tabOperational.ResumeLayout(false);
this.tabEnvironmental.ResumeLayout(false);
this.tabPower.ResumeLayout(false);
this.tabIdentification.ResumeLayout(false);
this.panelIdentification.ResumeLayout(false);
this.tabInterface.ResumeLayout(false);
this.tabComponents.ResumeLayout(false);
this.tabParentComponents.ResumeLayout(false);
this.tabDocumentation.ResumeLayout(false);
this.tabConfiguration.ResumeLayout(false);
this.tabDefaults.ResumeLayout(false);
this.tabRequirements.ResumeLayout(false);
this.tabPanelControl.ResumeLayout(false);
this.tabNetwork.ResumeLayout(false);
this.tabErrors.ResumeLayout(false);
this.tabLegal.ResumeLayout(false);
this.tabCharacteristics.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}