/// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.helpLabel4 = new ATMLCommonLibrary.controls.HelpLabel(this.components);
     this.helpLabel3 = new ATMLCommonLibrary.controls.HelpLabel(this.components);
     this.helpLabel2 = new ATMLCommonLibrary.controls.HelpLabel(this.components);
     this.edtID = new ATMLCommonLibrary.controls.awb.AWBTextBox(this.components);
     this.edtSource = new ATMLCommonLibrary.controls.awb.AWBTextBox(this.components);
     this.edtType = new ATMLCommonLibrary.controls.awb.AWBTextBox(this.components);
     this.helpLabel1 = new ATMLCommonLibrary.controls.HelpLabel(this.components);
     this.edtDescription = new ATMLCommonLibrary.controls.awb.AWBTextBox(this.components);
     this.edtDescriptionValidate = new ATMLCommonLibrary.controls.validators.RequiredFieldValidator();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.edtIDValidate = new ATMLCommonLibrary.controls.validators.RequiredFieldValidator();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.helpLabel4);
     this.groupBox1.Controls.Add(this.helpLabel3);
     this.groupBox1.Controls.Add(this.helpLabel2);
     this.groupBox1.Controls.Add(this.edtID);
     this.groupBox1.Controls.Add(this.edtSource);
     this.groupBox1.Controls.Add(this.edtType);
     this.groupBox1.Location = new System.Drawing.Point(6, 31);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(250, 99);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Attributes";
     //
     // helpLabel4
     //
     this.helpLabel4.AutoSize = true;
     this.helpLabel4.HelpMessageKey = "ErrorControl.ID";
     this.helpLabel4.Location = new System.Drawing.Point(35, 75);
     this.helpLabel4.Name = "helpLabel4";
     this.helpLabel4.RequiredField = false;
     this.helpLabel4.RequiredFieldMarkerFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.helpLabel4.Size = new System.Drawing.Size(18, 13);
     this.helpLabel4.TabIndex = 5;
     this.helpLabel4.Text = "ID";
     //
     // helpLabel3
     //
     this.helpLabel3.AutoSize = true;
     this.helpLabel3.HelpMessageKey = "ErrorControl.Source";
     this.helpLabel3.Location = new System.Drawing.Point(12, 48);
     this.helpLabel3.Name = "helpLabel3";
     this.helpLabel3.RequiredField = false;
     this.helpLabel3.RequiredFieldMarkerFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.helpLabel3.Size = new System.Drawing.Size(41, 13);
     this.helpLabel3.TabIndex = 4;
     this.helpLabel3.Text = "Source";
     //
     // helpLabel2
     //
     this.helpLabel2.AutoSize = true;
     this.helpLabel2.HelpMessageKey = "ErrorControl.Type";
     this.helpLabel2.Location = new System.Drawing.Point(22, 22);
     this.helpLabel2.Name = "helpLabel2";
     this.helpLabel2.RequiredField = false;
     this.helpLabel2.RequiredFieldMarkerFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.helpLabel2.Size = new System.Drawing.Size(31, 13);
     this.helpLabel2.TabIndex = 3;
     this.helpLabel2.Text = "Type";
     //
     // edtID
     //
     this.edtID.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.edtID.AttributeName = null;
     this.edtID.DataLookupKey = null;
     this.edtID.Location = new System.Drawing.Point(61, 72);
     this.edtID.Name = "edtID";
     this.edtID.Size = new System.Drawing.Size(178, 20);
     this.edtID.TabIndex = 2;
     this.edtID.Value = null;
     this.edtID.ValueType = ATMLCommonLibrary.controls.awb.AWBTextBox.eValueType.xsString;
     //
     // edtSource
     //
     this.edtSource.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.edtSource.AttributeName = null;
     this.edtSource.DataLookupKey = null;
     this.edtSource.Location = new System.Drawing.Point(61, 45);
     this.edtSource.Name = "edtSource";
     this.edtSource.Size = new System.Drawing.Size(178, 20);
     this.edtSource.TabIndex = 1;
     this.edtSource.Value = null;
     this.edtSource.ValueType = ATMLCommonLibrary.controls.awb.AWBTextBox.eValueType.xsString;
     //
     // edtType
     //
     this.edtType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.edtType.AttributeName = null;
     this.edtType.DataLookupKey = null;
     this.edtType.Location = new System.Drawing.Point(61, 19);
     this.edtType.Name = "edtType";
     this.edtType.Size = new System.Drawing.Size(178, 20);
     this.edtType.TabIndex = 0;
     this.edtType.Value = null;
     this.edtType.ValueType = ATMLCommonLibrary.controls.awb.AWBTextBox.eValueType.xsString;
     //
     // helpLabel1
     //
     this.helpLabel1.AutoSize = true;
     this.helpLabel1.HelpMessageKey = "ErrorControl.Description";
     this.helpLabel1.Location = new System.Drawing.Point(3, 10);
     this.helpLabel1.Name = "helpLabel1";
     this.helpLabel1.RequiredField = false;
     this.helpLabel1.RequiredFieldMarkerFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.helpLabel1.Size = new System.Drawing.Size(60, 13);
     this.helpLabel1.TabIndex = 1;
     this.helpLabel1.Text = "Description";
     //
     // edtDescription
     //
     this.edtDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.edtDescription.AttributeName = null;
     this.edtDescription.DataLookupKey = null;
     this.edtDescription.Location = new System.Drawing.Point(68, 7);
     this.edtDescription.Name = "edtDescription";
     this.edtDescription.Size = new System.Drawing.Size(178, 20);
     this.edtDescription.TabIndex = 0;
     this.edtDescription.Value = null;
     this.edtDescription.ValueType = ATMLCommonLibrary.controls.awb.AWBTextBox.eValueType.xsString;
     //
     // edtDescriptionValidate
     //
     this.edtDescriptionValidate.ControlToValidate = this.edtDescription;
     this.edtDescriptionValidate.ErrorMessage = null;
     this.edtDescriptionValidate.ErrorProvider = this.errorProvider1;
     this.edtDescriptionValidate.Icon = null;
     this.edtDescriptionValidate.InitialValue = null;
     this.edtDescriptionValidate.IsEnabled = true;
     //
     // errorProvider1
     //
     this.errorProvider1.ContainerControl = this;
     //
     // edtIDValidate
     //
     this.edtIDValidate.ControlToValidate = this.edtID;
     this.edtIDValidate.ErrorMessage = null;
     this.edtIDValidate.ErrorProvider = this.errorProvider1;
     this.edtIDValidate.Icon = null;
     this.edtIDValidate.InitialValue = null;
     this.edtIDValidate.IsEnabled = true;
     //
     // ErrorControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.helpLabel1);
     this.Controls.Add(this.edtDescription);
     this.Name = "ErrorControl";
     this.Size = new System.Drawing.Size(259, 138);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.supportEquipmentTextCollection = new ATMLCommonLibrary.controls.awb.AWBTextCollectionList();
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.procedureDocument = new ATMLCommonLibrary.controls.document.DocumentListControl();
     this.hlplblfrequency = new ATMLCommonLibrary.controls.HelpLabel(this.components);
     this.requiredFieldValidator1 = new ATMLCommonLibrary.controls.validators.RequiredFieldValidator();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.awbTimeSpan = new ATMLCommonLibrary.controls.awb.AWBDurationControl();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Location = new System.Drawing.Point(0, 35);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(578, 282);
     this.tabControl1.TabIndex = 0;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.supportEquipmentTextCollection);
     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(570, 256);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "Support Equipment";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // supportEquipmentTextCollection
     //
     this.supportEquipmentTextCollection.AutoScroll = true;
     this.supportEquipmentTextCollection.Dock = System.Windows.Forms.DockStyle.Fill;
     this.supportEquipmentTextCollection.HelpKeyWord = null;
     this.supportEquipmentTextCollection.Location = new System.Drawing.Point(3, 3);
     this.supportEquipmentTextCollection.Name = "supportEquipmentTextCollection";
     this.supportEquipmentTextCollection.SchemaTypeName = null;
     this.supportEquipmentTextCollection.Size = new System.Drawing.Size(564, 250);
     this.supportEquipmentTextCollection.TabIndex = 0;
     this.supportEquipmentTextCollection.TargetNamespace = null;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.procedureDocument);
     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(503, 256);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text = "Procedure";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // procedureDocument
     //
     this.procedureDocument.AllowRowResequencing = false;
     this.procedureDocument.Dock = System.Windows.Forms.DockStyle.Fill;
     this.procedureDocument.DocumentType = ATMLDataAccessLibrary.model.dbDocument.DocumentType.PROCEDURE;
     this.procedureDocument.FormTitle = null;
     this.procedureDocument.HelpKeyWord = null;
     this.procedureDocument.ListName = null;
     this.procedureDocument.Location = new System.Drawing.Point(3, 3);
     this.procedureDocument.Margin = new System.Windows.Forms.Padding(0);
     this.procedureDocument.Name = "procedureDocument";
     this.procedureDocument.SchemaTypeName = null;
     this.procedureDocument.ShowFind = false;
     this.procedureDocument.Size = new System.Drawing.Size(497, 250);
     this.procedureDocument.TabIndex = 0;
     this.procedureDocument.TargetNamespace = null;
     this.procedureDocument.TooltipTextAddButton = "Press to add a new ";
     this.procedureDocument.TooltipTextDeleteButton = "Press to delete the selected ";
     this.procedureDocument.TooltipTextEditButton = "Press to edit the selected ";
     //
     // hlplblfrequency
     //
     this.hlplblfrequency.AutoSize = true;
     this.hlplblfrequency.HelpMessageKey = "HardwareItemDescCalibrationReq.Frequency";
     this.hlplblfrequency.Location = new System.Drawing.Point(3, 9);
     this.hlplblfrequency.Name = "hlplblfrequency";
     this.hlplblfrequency.RequiredField = false;
     this.hlplblfrequency.RequiredFieldMarkerFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.hlplblfrequency.Size = new System.Drawing.Size(57, 13);
     this.hlplblfrequency.TabIndex = 2;
     this.hlplblfrequency.Text = "Frequency";
     //
     // requiredFieldValidator1
     //
     this.requiredFieldValidator1.ControlToValidate = null;
     this.requiredFieldValidator1.ErrorMessage = "Field required.";
     this.requiredFieldValidator1.ErrorProvider = this.errorProvider1;
     this.requiredFieldValidator1.Icon = null;
     this.requiredFieldValidator1.InitialValue = null;
     this.requiredFieldValidator1.IsEnabled = true;
     //
     // errorProvider1
     //
     this.errorProvider1.ContainerControl = this;
     //
     // awbTimeSpan
     //
     this.awbTimeSpan.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.awbTimeSpan.Location = new System.Drawing.Point(66, 3);
     this.awbTimeSpan.MaximumDuration = ATMLCommonLibrary.controls.awb.AWBDurationControl.MaxDuration.Years;
     this.awbTimeSpan.Name = "awbTimeSpan";
     this.awbTimeSpan.Size = new System.Drawing.Size(484, 28);
     this.awbTimeSpan.TabIndex = 3;
     this.awbTimeSpan.TimeSpan = System.TimeSpan.Parse("00:00:00");
     //
     // CalibrationRequirementsControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.awbTimeSpan);
     this.Controls.Add(this.hlplblfrequency);
     this.Controls.Add(this.tabControl1);
     this.Name = "CalibrationRequirementsControl";
     this.Size = new System.Drawing.Size(578, 319);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }