Esempio n. 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(dlgVehicleDetail));
     this.cboDrivers  = new System.Windows.Forms.ComboBox();
     this.mDriversDS  = new Tsort.Windows.SelectionList();
     this._lblDriver  = new System.Windows.Forms.Label();
     this._lblLicense = new System.Windows.Forms.Label();
     this.btnCancel   = new System.Windows.Forms.Button();
     this.btnOk       = new System.Windows.Forms.Button();
     this.grpDetails  = new System.Windows.Forms.GroupBox();
     this._lblState   = new System.Windows.Forms.Label();
     this.cboStates   = new System.Windows.Forms.ComboBox();
     this.mStatesDS   = new Tsort.Enterprise.StateDS();
     this._lblType    = new System.Windows.Forms.Label();
     this.cboTypes    = new System.Windows.Forms.ComboBox();
     this.mTypesDS    = new Tsort.Transportation.VehicleTypeDS();
     this.chkStatus   = new System.Windows.Forms.CheckBox();
     this._lblVehicle = new System.Windows.Forms.Label();
     this.txtVehicle  = new System.Windows.Forms.TextBox();
     this.txtLicense  = new System.Windows.Forms.TextBox();
     this.mVehicleDS  = new Tsort.Transportation.VehicleDS();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabGeneral  = new System.Windows.Forms.TabPage();
     ((System.ComponentModel.ISupportInitialize)(this.mDriversDS)).BeginInit();
     this.grpDetails.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mStatesDS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mTypesDS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mVehicleDS)).BeginInit();
     this.tabControl1.SuspendLayout();
     this.tabGeneral.SuspendLayout();
     this.SuspendLayout();
     //
     // cboDrivers
     //
     this.cboDrivers.DataSource            = this.mDriversDS;
     this.cboDrivers.DisplayMember         = "SelectionListTable.Description";
     this.cboDrivers.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboDrivers.ForeColor             = System.Drawing.SystemColors.ControlText;
     this.cboDrivers.Location              = new System.Drawing.Point(108, 114);
     this.cboDrivers.Name                  = "cboDrivers";
     this.cboDrivers.Size                  = new System.Drawing.Size(228, 21);
     this.cboDrivers.TabIndex              = 4;
     this.cboDrivers.ValueMember           = "SelectionListTable.ID";
     this.cboDrivers.SelectedIndexChanged += new System.EventHandler(this.ValidateForm);
     //
     // mDriversDS
     //
     this.mDriversDS.DataSetName = "SelectionList";
     this.mDriversDS.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // _lblDriver
     //
     this._lblDriver.Font      = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this._lblDriver.Location  = new System.Drawing.Point(6, 114);
     this._lblDriver.Name      = "_lblDriver";
     this._lblDriver.Size      = new System.Drawing.Size(96, 18);
     this._lblDriver.TabIndex  = 2;
     this._lblDriver.Text      = "Driver";
     this._lblDriver.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // _lblLicense
     //
     this._lblLicense.Font       = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this._lblLicense.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._lblLicense.Location   = new System.Drawing.Point(6, 84);
     this._lblLicense.Name       = "_lblLicense";
     this._lblLicense.Size       = new System.Drawing.Size(96, 18);
     this._lblLicense.TabIndex   = 13;
     this._lblLicense.Text       = "License #";
     this._lblLicense.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // btnCancel
     //
     this.btnCancel.BackColor    = System.Drawing.SystemColors.Control;
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location     = new System.Drawing.Point(276, 234);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.Size         = new System.Drawing.Size(96, 24);
     this.btnCancel.TabIndex     = 0;
     this.btnCancel.Text         = "&Cancel";
     this.btnCancel.Click       += new System.EventHandler(this.OnCmdClick);
     //
     // btnOk
     //
     this.btnOk.BackColor = System.Drawing.SystemColors.Control;
     this.btnOk.Enabled   = false;
     this.btnOk.Location  = new System.Drawing.Point(174, 234);
     this.btnOk.Name      = "btnOk";
     this.btnOk.Size      = new System.Drawing.Size(96, 24);
     this.btnOk.TabIndex  = 2;
     this.btnOk.Text      = "&OK";
     this.btnOk.Click    += new System.EventHandler(this.OnCmdClick);
     //
     // grpDetails
     //
     this.grpDetails.Controls.Add(this._lblState);
     this.grpDetails.Controls.Add(this.cboStates);
     this.grpDetails.Controls.Add(this._lblType);
     this.grpDetails.Controls.Add(this.cboTypes);
     this.grpDetails.Controls.Add(this.chkStatus);
     this.grpDetails.Controls.Add(this._lblDriver);
     this.grpDetails.Controls.Add(this.cboDrivers);
     this.grpDetails.Controls.Add(this._lblVehicle);
     this.grpDetails.Controls.Add(this.txtVehicle);
     this.grpDetails.Controls.Add(this._lblLicense);
     this.grpDetails.Controls.Add(this.txtLicense);
     this.grpDetails.Location = new System.Drawing.Point(6, 6);
     this.grpDetails.Name     = "grpDetails";
     this.grpDetails.Size     = new System.Drawing.Size(348, 186);
     this.grpDetails.TabIndex = 0;
     this.grpDetails.TabStop  = false;
     this.grpDetails.Text     = "Vehicle";
     //
     // _lblState
     //
     this._lblState.Font       = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this._lblState.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._lblState.Location   = new System.Drawing.Point(228, 84);
     this._lblState.Name       = "_lblState";
     this._lblState.Size       = new System.Drawing.Size(48, 16);
     this._lblState.TabIndex   = 24;
     this._lblState.Text       = "State";
     this._lblState.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cboStates
     //
     this.cboStates.DataSource            = this.mStatesDS;
     this.cboStates.DisplayMember         = "StateListTable.STATE";
     this.cboStates.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboStates.ForeColor             = System.Drawing.SystemColors.ControlText;
     this.cboStates.Location              = new System.Drawing.Point(282, 84);
     this.cboStates.Name                  = "cboStates";
     this.cboStates.Size                  = new System.Drawing.Size(54, 21);
     this.cboStates.TabIndex              = 3;
     this.cboStates.ValueMember           = "StateListTable.STATE";
     this.cboStates.SelectedIndexChanged += new System.EventHandler(this.ValidateForm);
     //
     // mStatesDS
     //
     this.mStatesDS.DataSetName = "StateDS";
     this.mStatesDS.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // _lblType
     //
     this._lblType.Font      = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this._lblType.Location  = new System.Drawing.Point(6, 54);
     this._lblType.Name      = "_lblType";
     this._lblType.Size      = new System.Drawing.Size(96, 18);
     this._lblType.TabIndex  = 21;
     this._lblType.Text      = "Type";
     this._lblType.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cboTypes
     //
     this.cboTypes.DataSource            = this.mTypesDS;
     this.cboTypes.DisplayMember         = "VehicleTypeListTable.VehicleType";
     this.cboTypes.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboTypes.ForeColor             = System.Drawing.SystemColors.ControlText;
     this.cboTypes.Location              = new System.Drawing.Point(108, 54);
     this.cboTypes.Name                  = "cboTypes";
     this.cboTypes.Size                  = new System.Drawing.Size(144, 21);
     this.cboTypes.TabIndex              = 1;
     this.cboTypes.ValueMember           = "VehicleTypeListTable.VehicleType";
     this.cboTypes.SelectedIndexChanged += new System.EventHandler(this.ValidateForm);
     //
     // mTypesDS
     //
     this.mTypesDS.DataSetName = "VehicleTypeDS";
     this.mTypesDS.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // chkStatus
     //
     this.chkStatus.Checked         = true;
     this.chkStatus.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.chkStatus.Font            = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.chkStatus.Location        = new System.Drawing.Point(108, 156);
     this.chkStatus.Name            = "chkStatus";
     this.chkStatus.Size            = new System.Drawing.Size(96, 21);
     this.chkStatus.TabIndex        = 5;
     this.chkStatus.Text            = "Active";
     this.chkStatus.CheckedChanged += new System.EventHandler(this.ValidateForm);
     //
     // _lblVehicle
     //
     this._lblVehicle.Font       = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this._lblVehicle.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._lblVehicle.Location   = new System.Drawing.Point(6, 24);
     this._lblVehicle.Name       = "_lblVehicle";
     this._lblVehicle.Size       = new System.Drawing.Size(96, 18);
     this._lblVehicle.TabIndex   = 15;
     this._lblVehicle.Text       = "Description";
     this._lblVehicle.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtVehicle
     //
     this.txtVehicle.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.txtVehicle.Location     = new System.Drawing.Point(108, 24);
     this.txtVehicle.Name         = "txtVehicle";
     this.txtVehicle.Size         = new System.Drawing.Size(228, 21);
     this.txtVehicle.TabIndex     = 0;
     this.txtVehicle.Text         = "";
     this.txtVehicle.TextChanged += new System.EventHandler(this.ValidateForm);
     //
     // txtLicense
     //
     this.txtLicense.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.txtLicense.Location     = new System.Drawing.Point(108, 84);
     this.txtLicense.Name         = "txtLicense";
     this.txtLicense.Size         = new System.Drawing.Size(72, 21);
     this.txtLicense.TabIndex     = 2;
     this.txtLicense.Text         = "";
     this.txtLicense.TextChanged += new System.EventHandler(this.ValidateForm);
     //
     // mVehicleDS
     //
     this.mVehicleDS.DataSetName = "VehicleDS";
     this.mVehicleDS.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabGeneral);
     this.tabControl1.Location      = new System.Drawing.Point(3, 3);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(369, 225);
     this.tabControl1.TabIndex      = 1;
     //
     // tabGeneral
     //
     this.tabGeneral.Controls.Add(this.grpDetails);
     this.tabGeneral.Location    = new System.Drawing.Point(4, 22);
     this.tabGeneral.Name        = "tabGeneral";
     this.tabGeneral.Size        = new System.Drawing.Size(361, 199);
     this.tabGeneral.TabIndex    = 0;
     this.tabGeneral.Text        = "General";
     this.tabGeneral.ToolTipText = "General information";
     //
     // dlgVehicleDetail
     //
     this.AcceptButton      = this.btnOk;
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(378, 263);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOk);
     this.Font            = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.ForeColor       = System.Drawing.SystemColors.ControlText;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "dlgVehicleDetail";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Driver Vehicle Details";
     this.Load           += new System.EventHandler(this.OnFormLoad);
     ((System.ComponentModel.ISupportInitialize)(this.mDriversDS)).EndInit();
     this.grpDetails.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mStatesDS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mTypesDS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mVehicleDS)).EndInit();
     this.tabControl1.ResumeLayout(false);
     this.tabGeneral.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(dlgCompanyPaymentService));
     this.cboPaymentServices = new System.Windows.Forms.ComboBox();
     this.mPaymentServicesDS = new Tsort.Windows.SelectionList();
     this._lblPaymentService = new System.Windows.Forms.Label();
     this._lblComments       = new System.Windows.Forms.Label();
     this.btnCancel          = new System.Windows.Forms.Button();
     this.btnOk          = new System.Windows.Forms.Button();
     this.grpDetails     = new System.Windows.Forms.GroupBox();
     this.chkStatus      = new System.Windows.Forms.CheckBox();
     this.txtComments    = new System.Windows.Forms.TextBox();
     this.tabDialog      = new System.Windows.Forms.TabControl();
     this.tabGeneral     = new System.Windows.Forms.TabPage();
     this.mAssociationDS = new Tsort.Enterprise.CompanyDS();
     ((System.ComponentModel.ISupportInitialize)(this.mPaymentServicesDS)).BeginInit();
     this.grpDetails.SuspendLayout();
     this.tabDialog.SuspendLayout();
     this.tabGeneral.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mAssociationDS)).BeginInit();
     this.SuspendLayout();
     //
     // cboPaymentServices
     //
     this.cboPaymentServices.DataSource            = this.mPaymentServicesDS;
     this.cboPaymentServices.DisplayMember         = "SelectionListTable.Description";
     this.cboPaymentServices.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboPaymentServices.ForeColor             = System.Drawing.SystemColors.ControlText;
     this.cboPaymentServices.Location              = new System.Drawing.Point(108, 24);
     this.cboPaymentServices.Name                  = "cboPaymentServices";
     this.cboPaymentServices.Size                  = new System.Drawing.Size(174, 21);
     this.cboPaymentServices.TabIndex              = 0;
     this.cboPaymentServices.ValueMember           = "SelectionListTable.ID";
     this.cboPaymentServices.SelectedIndexChanged += new System.EventHandler(this.ValidateForm);
     //
     // mPaymentServicesDS
     //
     this.mPaymentServicesDS.DataSetName = "SelectionList";
     this.mPaymentServicesDS.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // _lblPaymentService
     //
     this._lblPaymentService.Font      = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this._lblPaymentService.Location  = new System.Drawing.Point(6, 24);
     this._lblPaymentService.Name      = "_lblPaymentService";
     this._lblPaymentService.Size      = new System.Drawing.Size(96, 18);
     this._lblPaymentService.TabIndex  = 2;
     this._lblPaymentService.Text      = "Paymt Service";
     this._lblPaymentService.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // _lblComments
     //
     this._lblComments.Font       = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this._lblComments.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._lblComments.Location   = new System.Drawing.Point(6, 54);
     this._lblComments.Name       = "_lblComments";
     this._lblComments.Size       = new System.Drawing.Size(96, 18);
     this._lblComments.TabIndex   = 13;
     this._lblComments.Text       = "Comments";
     this._lblComments.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // btnCancel
     //
     this.btnCancel.BackColor    = System.Drawing.SystemColors.Control;
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location     = new System.Drawing.Point(276, 234);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.Size         = new System.Drawing.Size(96, 24);
     this.btnCancel.TabIndex     = 0;
     this.btnCancel.Text         = "&Cancel";
     this.btnCancel.Click       += new System.EventHandler(this.OnCmdClick);
     //
     // btnOk
     //
     this.btnOk.BackColor = System.Drawing.SystemColors.Control;
     this.btnOk.Enabled   = false;
     this.btnOk.Location  = new System.Drawing.Point(174, 234);
     this.btnOk.Name      = "btnOk";
     this.btnOk.Size      = new System.Drawing.Size(96, 24);
     this.btnOk.TabIndex  = 2;
     this.btnOk.Text      = "&OK";
     this.btnOk.Click    += new System.EventHandler(this.OnCmdClick);
     //
     // grpDetails
     //
     this.grpDetails.Controls.Add(this.chkStatus);
     this.grpDetails.Controls.Add(this._lblPaymentService);
     this.grpDetails.Controls.Add(this.cboPaymentServices);
     this.grpDetails.Controls.Add(this._lblComments);
     this.grpDetails.Controls.Add(this.txtComments);
     this.grpDetails.Location = new System.Drawing.Point(6, 6);
     this.grpDetails.Name     = "grpDetails";
     this.grpDetails.Size     = new System.Drawing.Size(348, 186);
     this.grpDetails.TabIndex = 0;
     this.grpDetails.TabStop  = false;
     this.grpDetails.Text     = "Entity-Payment Service Association";
     //
     // chkStatus
     //
     this.chkStatus.Checked         = true;
     this.chkStatus.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.chkStatus.Font            = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.chkStatus.Location        = new System.Drawing.Point(108, 150);
     this.chkStatus.Name            = "chkStatus";
     this.chkStatus.Size            = new System.Drawing.Size(96, 18);
     this.chkStatus.TabIndex        = 2;
     this.chkStatus.Text            = "Active";
     this.chkStatus.CheckedChanged += new System.EventHandler(this.ValidateForm);
     //
     // txtComments
     //
     this.txtComments.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.txtComments.Location     = new System.Drawing.Point(108, 54);
     this.txtComments.Multiline    = true;
     this.txtComments.Name         = "txtComments";
     this.txtComments.Size         = new System.Drawing.Size(228, 60);
     this.txtComments.TabIndex     = 1;
     this.txtComments.Text         = "";
     this.txtComments.TextChanged += new System.EventHandler(this.ValidateForm);
     //
     // tabDialog
     //
     this.tabDialog.Controls.Add(this.tabGeneral);
     this.tabDialog.Location      = new System.Drawing.Point(3, 3);
     this.tabDialog.Name          = "tabDialog";
     this.tabDialog.SelectedIndex = 0;
     this.tabDialog.Size          = new System.Drawing.Size(369, 225);
     this.tabDialog.TabIndex      = 1;
     //
     // tabGeneral
     //
     this.tabGeneral.Controls.Add(this.grpDetails);
     this.tabGeneral.Location    = new System.Drawing.Point(4, 22);
     this.tabGeneral.Name        = "tabGeneral";
     this.tabGeneral.Size        = new System.Drawing.Size(361, 199);
     this.tabGeneral.TabIndex    = 0;
     this.tabGeneral.Text        = "General";
     this.tabGeneral.ToolTipText = "General information";
     //
     // mAssociationDS
     //
     this.mAssociationDS.DataSetName = "CompanyDS";
     this.mAssociationDS.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // dlgCompanyPaymentService
     //
     this.AcceptButton      = this.btnOk;
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(378, 263);
     this.Controls.Add(this.tabDialog);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOk);
     this.Font            = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.ForeColor       = System.Drawing.SystemColors.ControlText;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "dlgCompanyPaymentService";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Entity-Payment Service Association Details";
     this.Load           += new System.EventHandler(this.OnFormLoad);
     ((System.ComponentModel.ISupportInitialize)(this.mPaymentServicesDS)).EndInit();
     this.grpDetails.ResumeLayout(false);
     this.tabDialog.ResumeLayout(false);
     this.tabGeneral.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mAssociationDS)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(dlgTerminalWorkstationDetail));
     this._lblNumber             = new System.Windows.Forms.Label();
     this.btnCancel              = new System.Windows.Forms.Button();
     this.btnOk                  = new System.Windows.Forms.Button();
     this.fraDetails             = new System.Windows.Forms.GroupBox();
     this.cboPrinterPort         = new System.Windows.Forms.ComboBox();
     this.mPrinterPortsDS        = new Tsort.Windows.SelectionList();
     this.cboScalePort           = new System.Windows.Forms.ComboBox();
     this.mScalePortsDS          = new Tsort.Windows.SelectionList();
     this.chkTrace               = new System.Windows.Forms.CheckBox();
     this._lblPrinterPort        = new System.Windows.Forms.Label();
     this._lblScalePort          = new System.Windows.Forms.Label();
     this._lblPrinterType        = new System.Windows.Forms.Label();
     this.cboPrinterTypes        = new System.Windows.Forms.ComboBox();
     this.mPrinterTypesDS        = new Tsort.Windows.SelectionList();
     this._lblName               = new System.Windows.Forms.Label();
     this.txtName                = new System.Windows.Forms.TextBox();
     this._lblDescription        = new System.Windows.Forms.Label();
     this.txtLocationDescription = new System.Windows.Forms.TextBox();
     this.txtNumber              = new System.Windows.Forms.TextBox();
     this._lblScaleType          = new System.Windows.Forms.Label();
     this.cboScaleTypes          = new System.Windows.Forms.ComboBox();
     this.mScaleTypesDS          = new Tsort.Windows.SelectionList();
     this.tabDialog              = new System.Windows.Forms.TabControl();
     this.tabGeneral             = new System.Windows.Forms.TabPage();
     this.fraDetails.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mPrinterPortsDS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mScalePortsDS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mPrinterTypesDS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mScaleTypesDS)).BeginInit();
     this.tabDialog.SuspendLayout();
     this.tabGeneral.SuspendLayout();
     this.SuspendLayout();
     //
     // _lblNumber
     //
     this._lblNumber.Font       = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this._lblNumber.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._lblNumber.Location   = new System.Drawing.Point(6, 24);
     this._lblNumber.Name       = "_lblNumber";
     this._lblNumber.Size       = new System.Drawing.Size(96, 18);
     this._lblNumber.TabIndex   = 8;
     this._lblNumber.Text       = "Number";
     this._lblNumber.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // btnCancel
     //
     this.btnCancel.BackColor    = System.Drawing.SystemColors.Control;
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location     = new System.Drawing.Point(276, 234);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.Size         = new System.Drawing.Size(96, 24);
     this.btnCancel.TabIndex     = 0;
     this.btnCancel.Text         = "&Cancel";
     this.btnCancel.Click       += new System.EventHandler(this.OnCmdClick);
     //
     // btnOk
     //
     this.btnOk.BackColor = System.Drawing.SystemColors.Control;
     this.btnOk.Enabled   = false;
     this.btnOk.Location  = new System.Drawing.Point(174, 234);
     this.btnOk.Name      = "btnOk";
     this.btnOk.Size      = new System.Drawing.Size(96, 24);
     this.btnOk.TabIndex  = 2;
     this.btnOk.Text      = "&OK";
     this.btnOk.Click    += new System.EventHandler(this.OnCmdClick);
     //
     // fraDetails
     //
     this.fraDetails.Controls.Add(this.cboPrinterPort);
     this.fraDetails.Controls.Add(this.cboScalePort);
     this.fraDetails.Controls.Add(this.chkTrace);
     this.fraDetails.Controls.Add(this._lblPrinterPort);
     this.fraDetails.Controls.Add(this._lblScalePort);
     this.fraDetails.Controls.Add(this._lblPrinterType);
     this.fraDetails.Controls.Add(this.cboPrinterTypes);
     this.fraDetails.Controls.Add(this._lblName);
     this.fraDetails.Controls.Add(this.txtName);
     this.fraDetails.Controls.Add(this._lblDescription);
     this.fraDetails.Controls.Add(this.txtLocationDescription);
     this.fraDetails.Controls.Add(this._lblNumber);
     this.fraDetails.Controls.Add(this.txtNumber);
     this.fraDetails.Controls.Add(this._lblScaleType);
     this.fraDetails.Controls.Add(this.cboScaleTypes);
     this.fraDetails.Location = new System.Drawing.Point(6, 6);
     this.fraDetails.Name     = "fraDetails";
     this.fraDetails.Size     = new System.Drawing.Size(348, 186);
     this.fraDetails.TabIndex = 0;
     this.fraDetails.TabStop  = false;
     this.fraDetails.Text     = "Terminal Workstation";
     //
     // cboPrinterPort
     //
     this.cboPrinterPort.DataSource                = this.mPrinterPortsDS;
     this.cboPrinterPort.DisplayMember             = "SelectionListTable.Description";
     this.cboPrinterPort.DropDownStyle             = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboPrinterPort.ForeColor                 = System.Drawing.SystemColors.ControlText;
     this.cboPrinterPort.Location                  = new System.Drawing.Point(276, 126);
     this.cboPrinterPort.Name                      = "cboPrinterPort";
     this.cboPrinterPort.Size                      = new System.Drawing.Size(60, 21);
     this.cboPrinterPort.TabIndex                  = 16;
     this.cboPrinterPort.ValueMember               = "SelectionListTable.ID";
     this.cboPrinterPort.SelectionChangeCommitted += new System.EventHandler(this.ValidateForm);
     //
     // mPrinterPortsDS
     //
     this.mPrinterPortsDS.DataSetName = "SelectionList";
     this.mPrinterPortsDS.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // cboScalePort
     //
     this.cboScalePort.DataSource                = this.mScalePortsDS;
     this.cboScalePort.DisplayMember             = "SelectionListTable.Description";
     this.cboScalePort.DropDownStyle             = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboScalePort.ForeColor                 = System.Drawing.SystemColors.ControlText;
     this.cboScalePort.Location                  = new System.Drawing.Point(276, 102);
     this.cboScalePort.Name                      = "cboScalePort";
     this.cboScalePort.Size                      = new System.Drawing.Size(60, 21);
     this.cboScalePort.TabIndex                  = 15;
     this.cboScalePort.ValueMember               = "SelectionListTable.ID";
     this.cboScalePort.SelectionChangeCommitted += new System.EventHandler(this.ValidateForm);
     //
     // mScalePortsDS
     //
     this.mScalePortsDS.DataSetName = "SelectionList";
     this.mScalePortsDS.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // chkTrace
     //
     this.chkTrace.Location           = new System.Drawing.Point(108, 156);
     this.chkTrace.Name               = "chkTrace";
     this.chkTrace.Size               = new System.Drawing.Size(120, 18);
     this.chkTrace.TabIndex           = 7;
     this.chkTrace.Text               = "Trace";
     this.chkTrace.CheckStateChanged += new System.EventHandler(this.ValidateForm);
     //
     // _lblPrinterPort
     //
     this._lblPrinterPort.Font       = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this._lblPrinterPort.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._lblPrinterPort.Location   = new System.Drawing.Point(234, 126);
     this._lblPrinterPort.Name       = "_lblPrinterPort";
     this._lblPrinterPort.Size       = new System.Drawing.Size(32, 18);
     this._lblPrinterPort.TabIndex   = 14;
     this._lblPrinterPort.Text       = "Port";
     this._lblPrinterPort.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // _lblScalePort
     //
     this._lblScalePort.Font       = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this._lblScalePort.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._lblScalePort.Location   = new System.Drawing.Point(234, 102);
     this._lblScalePort.Name       = "_lblScalePort";
     this._lblScalePort.Size       = new System.Drawing.Size(32, 18);
     this._lblScalePort.TabIndex   = 12;
     this._lblScalePort.Text       = "Port";
     this._lblScalePort.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // _lblPrinterType
     //
     this._lblPrinterType.Font       = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this._lblPrinterType.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._lblPrinterType.Location   = new System.Drawing.Point(6, 126);
     this._lblPrinterType.Name       = "_lblPrinterType";
     this._lblPrinterType.Size       = new System.Drawing.Size(96, 18);
     this._lblPrinterType.TabIndex   = 13;
     this._lblPrinterType.Text       = "Printer Type";
     this._lblPrinterType.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cboPrinterTypes
     //
     this.cboPrinterTypes.DataSource                = this.mPrinterTypesDS;
     this.cboPrinterTypes.DisplayMember             = "SelectionListTable.Description";
     this.cboPrinterTypes.DropDownStyle             = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboPrinterTypes.ForeColor                 = System.Drawing.SystemColors.ControlText;
     this.cboPrinterTypes.Location                  = new System.Drawing.Point(108, 126);
     this.cboPrinterTypes.Name                      = "cboPrinterTypes";
     this.cboPrinterTypes.Size                      = new System.Drawing.Size(120, 21);
     this.cboPrinterTypes.TabIndex                  = 5;
     this.cboPrinterTypes.ValueMember               = "SelectionListTable.ID";
     this.cboPrinterTypes.SelectionChangeCommitted += new System.EventHandler(this.ValidateForm);
     //
     // mPrinterTypesDS
     //
     this.mPrinterTypesDS.DataSetName = "SelectionList";
     this.mPrinterTypesDS.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // _lblName
     //
     this._lblName.Font       = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this._lblName.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._lblName.Location   = new System.Drawing.Point(6, 48);
     this._lblName.Name       = "_lblName";
     this._lblName.Size       = new System.Drawing.Size(96, 18);
     this._lblName.TabIndex   = 9;
     this._lblName.Text       = "Name";
     this._lblName.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtName
     //
     this.txtName.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.txtName.Location     = new System.Drawing.Point(108, 48);
     this.txtName.Name         = "txtName";
     this.txtName.Size         = new System.Drawing.Size(144, 21);
     this.txtName.TabIndex     = 1;
     this.txtName.Text         = "";
     this.txtName.TextChanged += new System.EventHandler(this.ValidateForm);
     //
     // _lblDescription
     //
     this._lblDescription.Font       = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this._lblDescription.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._lblDescription.Location   = new System.Drawing.Point(6, 72);
     this._lblDescription.Name       = "_lblDescription";
     this._lblDescription.Size       = new System.Drawing.Size(96, 18);
     this._lblDescription.TabIndex   = 10;
     this._lblDescription.Text       = "Description";
     this._lblDescription.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtLocationDescription
     //
     this.txtLocationDescription.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.txtLocationDescription.Location     = new System.Drawing.Point(108, 72);
     this.txtLocationDescription.Name         = "txtLocationDescription";
     this.txtLocationDescription.Size         = new System.Drawing.Size(228, 21);
     this.txtLocationDescription.TabIndex     = 2;
     this.txtLocationDescription.Text         = "";
     this.txtLocationDescription.TextChanged += new System.EventHandler(this.ValidateForm);
     //
     // txtNumber
     //
     this.txtNumber.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.txtNumber.Location     = new System.Drawing.Point(108, 24);
     this.txtNumber.Name         = "txtNumber";
     this.txtNumber.Size         = new System.Drawing.Size(72, 21);
     this.txtNumber.TabIndex     = 0;
     this.txtNumber.Text         = "";
     this.txtNumber.TextChanged += new System.EventHandler(this.ValidateForm);
     //
     // _lblScaleType
     //
     this._lblScaleType.Font       = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this._lblScaleType.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._lblScaleType.Location   = new System.Drawing.Point(6, 102);
     this._lblScaleType.Name       = "_lblScaleType";
     this._lblScaleType.Size       = new System.Drawing.Size(96, 18);
     this._lblScaleType.TabIndex   = 11;
     this._lblScaleType.Text       = "Scale Type";
     this._lblScaleType.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cboScaleTypes
     //
     this.cboScaleTypes.DataSource                = this.mScaleTypesDS;
     this.cboScaleTypes.DisplayMember             = "SelectionListTable.Description";
     this.cboScaleTypes.DropDownStyle             = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboScaleTypes.ForeColor                 = System.Drawing.SystemColors.ControlText;
     this.cboScaleTypes.Location                  = new System.Drawing.Point(108, 102);
     this.cboScaleTypes.Name                      = "cboScaleTypes";
     this.cboScaleTypes.Size                      = new System.Drawing.Size(120, 21);
     this.cboScaleTypes.TabIndex                  = 3;
     this.cboScaleTypes.ValueMember               = "SelectionListTable.ID";
     this.cboScaleTypes.SelectionChangeCommitted += new System.EventHandler(this.ValidateForm);
     //
     // mScaleTypesDS
     //
     this.mScaleTypesDS.DataSetName = "SelectionList";
     this.mScaleTypesDS.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // tabDialog
     //
     this.tabDialog.Controls.Add(this.tabGeneral);
     this.tabDialog.Location      = new System.Drawing.Point(3, 3);
     this.tabDialog.Name          = "tabDialog";
     this.tabDialog.SelectedIndex = 0;
     this.tabDialog.Size          = new System.Drawing.Size(369, 225);
     this.tabDialog.TabIndex      = 1;
     //
     // tabGeneral
     //
     this.tabGeneral.Controls.Add(this.fraDetails);
     this.tabGeneral.Location    = new System.Drawing.Point(4, 22);
     this.tabGeneral.Name        = "tabGeneral";
     this.tabGeneral.Size        = new System.Drawing.Size(361, 199);
     this.tabGeneral.TabIndex    = 0;
     this.tabGeneral.Text        = "General";
     this.tabGeneral.ToolTipText = "General information";
     //
     // dlgTerminalWorkstationDetail
     //
     this.AcceptButton      = this.btnOk;
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(378, 263);
     this.Controls.Add(this.tabDialog);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOk);
     this.Font            = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.ForeColor       = System.Drawing.SystemColors.ControlText;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "dlgTerminalWorkstationDetail";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Terminal Workstation Details";
     this.Load           += new System.EventHandler(this.OnFormLoad);
     this.fraDetails.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mPrinterPortsDS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mScalePortsDS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mPrinterTypesDS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mScaleTypesDS)).EndInit();
     this.tabDialog.ResumeLayout(false);
     this.tabGeneral.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(dlgSwitcherDetail));
     this.cboTerminal   = new System.Windows.Forms.ComboBox();
     this.mTerminalsDS  = new Tsort.Windows.SelectionList();
     this._lblTerminal  = new System.Windows.Forms.Label();
     this._lblNameFirst = new System.Windows.Forms.Label();
     this.btnCancel     = new System.Windows.Forms.Button();
     this.btnOk         = new System.Windows.Forms.Button();
     this.grpDetails    = new System.Windows.Forms.GroupBox();
     this.chkStatus     = new System.Windows.Forms.CheckBox();
     this._lblNameLast  = new System.Windows.Forms.Label();
     this.txtNameLast   = new System.Windows.Forms.TextBox();
     this.txtNameFirst  = new System.Windows.Forms.TextBox();
     this._lblPhone     = new System.Windows.Forms.Label();
     this.mskPhone      = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     this.mSwitcherDS   = new Tsort.Transportation.SwitcherDS();
     this.tabDialog     = new System.Windows.Forms.TabControl();
     this.tabGeneral    = new System.Windows.Forms.TabPage();
     ((System.ComponentModel.ISupportInitialize)(this.mTerminalsDS)).BeginInit();
     this.grpDetails.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mSwitcherDS)).BeginInit();
     this.tabDialog.SuspendLayout();
     this.tabGeneral.SuspendLayout();
     this.SuspendLayout();
     //
     // cboTerminal
     //
     this.cboTerminal.DataSource            = this.mTerminalsDS;
     this.cboTerminal.DisplayMember         = "SelectionListTable.Description";
     this.cboTerminal.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboTerminal.ForeColor             = System.Drawing.SystemColors.ControlText;
     this.cboTerminal.Location              = new System.Drawing.Point(108, 84);
     this.cboTerminal.Name                  = "cboTerminal";
     this.cboTerminal.Size                  = new System.Drawing.Size(174, 21);
     this.cboTerminal.TabIndex              = 2;
     this.cboTerminal.ValueMember           = "SelectionListTable.ID";
     this.cboTerminal.SelectedIndexChanged += new System.EventHandler(this.ValidateForm);
     //
     // mTerminalsDS
     //
     this.mTerminalsDS.DataSetName = "SelectionList";
     this.mTerminalsDS.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // _lblTerminal
     //
     this._lblTerminal.Font      = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this._lblTerminal.Location  = new System.Drawing.Point(6, 84);
     this._lblTerminal.Name      = "_lblTerminal";
     this._lblTerminal.Size      = new System.Drawing.Size(96, 18);
     this._lblTerminal.TabIndex  = 2;
     this._lblTerminal.Text      = "Terminal";
     this._lblTerminal.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // _lblNameFirst
     //
     this._lblNameFirst.Font       = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this._lblNameFirst.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._lblNameFirst.Location   = new System.Drawing.Point(6, 24);
     this._lblNameFirst.Name       = "_lblNameFirst";
     this._lblNameFirst.Size       = new System.Drawing.Size(96, 18);
     this._lblNameFirst.TabIndex   = 13;
     this._lblNameFirst.Text       = "First Name";
     this._lblNameFirst.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // btnCancel
     //
     this.btnCancel.BackColor    = System.Drawing.SystemColors.Control;
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location     = new System.Drawing.Point(276, 234);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.Size         = new System.Drawing.Size(96, 24);
     this.btnCancel.TabIndex     = 0;
     this.btnCancel.Text         = "&Cancel";
     this.btnCancel.Click       += new System.EventHandler(this.OnCmdClick);
     //
     // btnOk
     //
     this.btnOk.BackColor = System.Drawing.SystemColors.Control;
     this.btnOk.Enabled   = false;
     this.btnOk.Location  = new System.Drawing.Point(174, 234);
     this.btnOk.Name      = "btnOk";
     this.btnOk.Size      = new System.Drawing.Size(96, 24);
     this.btnOk.TabIndex  = 2;
     this.btnOk.Text      = "&OK";
     this.btnOk.Click    += new System.EventHandler(this.OnCmdClick);
     //
     // grpDetails
     //
     this.grpDetails.Controls.Add(this.chkStatus);
     this.grpDetails.Controls.Add(this._lblTerminal);
     this.grpDetails.Controls.Add(this.cboTerminal);
     this.grpDetails.Controls.Add(this._lblNameLast);
     this.grpDetails.Controls.Add(this.txtNameLast);
     this.grpDetails.Controls.Add(this._lblNameFirst);
     this.grpDetails.Controls.Add(this.txtNameFirst);
     this.grpDetails.Controls.Add(this._lblPhone);
     this.grpDetails.Controls.Add(this.mskPhone);
     this.grpDetails.Location = new System.Drawing.Point(6, 6);
     this.grpDetails.Name     = "grpDetails";
     this.grpDetails.Size     = new System.Drawing.Size(348, 186);
     this.grpDetails.TabIndex = 0;
     this.grpDetails.TabStop  = false;
     this.grpDetails.Text     = "Switcher";
     //
     // chkStatus
     //
     this.chkStatus.Checked         = true;
     this.chkStatus.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.chkStatus.Font            = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.chkStatus.Location        = new System.Drawing.Point(108, 156);
     this.chkStatus.Name            = "chkStatus";
     this.chkStatus.Size            = new System.Drawing.Size(96, 21);
     this.chkStatus.TabIndex        = 4;
     this.chkStatus.Text            = "Active";
     this.chkStatus.CheckedChanged += new System.EventHandler(this.ValidateForm);
     //
     // _lblNameLast
     //
     this._lblNameLast.Font       = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this._lblNameLast.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._lblNameLast.Location   = new System.Drawing.Point(6, 54);
     this._lblNameLast.Name       = "_lblNameLast";
     this._lblNameLast.Size       = new System.Drawing.Size(96, 18);
     this._lblNameLast.TabIndex   = 15;
     this._lblNameLast.Text       = "Last Name";
     this._lblNameLast.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtNameLast
     //
     this.txtNameLast.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.txtNameLast.Location     = new System.Drawing.Point(108, 54);
     this.txtNameLast.Name         = "txtNameLast";
     this.txtNameLast.Size         = new System.Drawing.Size(228, 21);
     this.txtNameLast.TabIndex     = 1;
     this.txtNameLast.Text         = "";
     this.txtNameLast.TextChanged += new System.EventHandler(this.ValidateForm);
     //
     // txtNameFirst
     //
     this.txtNameFirst.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.txtNameFirst.Location     = new System.Drawing.Point(108, 24);
     this.txtNameFirst.Name         = "txtNameFirst";
     this.txtNameFirst.Size         = new System.Drawing.Size(228, 21);
     this.txtNameFirst.TabIndex     = 0;
     this.txtNameFirst.Text         = "";
     this.txtNameFirst.TextChanged += new System.EventHandler(this.ValidateForm);
     //
     // _lblPhone
     //
     this._lblPhone.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._lblPhone.Location   = new System.Drawing.Point(6, 114);
     this._lblPhone.Name       = "_lblPhone";
     this._lblPhone.Size       = new System.Drawing.Size(96, 18);
     this._lblPhone.TabIndex   = 17;
     this._lblPhone.Text       = "Phone #";
     this._lblPhone.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // mskPhone
     //
     this.mskPhone.EditAs        = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.mskPhone.Location      = new System.Drawing.Point(108, 114);
     this.mskPhone.Name          = "mskPhone";
     this.mskPhone.TabIndex      = 3;
     this.mskPhone.ValueChanged += new System.EventHandler(this.ValidateForm);
     //
     // mSwitcherDS
     //
     this.mSwitcherDS.DataSetName = "SwitcherDS";
     this.mSwitcherDS.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // tabDialog
     //
     this.tabDialog.Controls.Add(this.tabGeneral);
     this.tabDialog.Location      = new System.Drawing.Point(3, 3);
     this.tabDialog.Name          = "tabDialog";
     this.tabDialog.SelectedIndex = 0;
     this.tabDialog.Size          = new System.Drawing.Size(369, 225);
     this.tabDialog.TabIndex      = 1;
     //
     // tabGeneral
     //
     this.tabGeneral.Controls.Add(this.grpDetails);
     this.tabGeneral.Location    = new System.Drawing.Point(4, 22);
     this.tabGeneral.Name        = "tabGeneral";
     this.tabGeneral.Size        = new System.Drawing.Size(361, 199);
     this.tabGeneral.TabIndex    = 0;
     this.tabGeneral.Text        = "General";
     this.tabGeneral.ToolTipText = "General information";
     //
     // dlgSwitcherDetail
     //
     this.AcceptButton      = this.btnOk;
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(378, 263);
     this.Controls.Add(this.tabDialog);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOk);
     this.Font            = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.ForeColor       = System.Drawing.SystemColors.ControlText;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "dlgSwitcherDetail";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Switcher Details";
     this.Load           += new System.EventHandler(this.OnFormLoad);
     ((System.ComponentModel.ISupportInitialize)(this.mTerminalsDS)).EndInit();
     this.grpDetails.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mSwitcherDS)).EndInit();
     this.tabDialog.ResumeLayout(false);
     this.tabGeneral.ResumeLayout(false);
     this.ResumeLayout(false);
 }