Exemplo 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()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(dlgDeviceItem));
     this._lblStatus                     = new System.Windows.Forms.Label();
     this.cboStatus                      = new System.Windows.Forms.ComboBox();
     this.mStatusDS                      = new Argix.Windows.SelectionList();
     this._lblModel                      = new System.Windows.Forms.Label();
     this._lblComments                   = new System.Windows.Forms.Label();
     this._lblDeviceID                   = new System.Windows.Forms.Label();
     this.txtDeviceID                    = new System.Windows.Forms.TextBox();
     this._lblComponentType              = new System.Windows.Forms.Label();
     this.cboComponentType               = new System.Windows.Forms.ComboBox();
     this.mTypes                         = new System.Windows.Forms.BindingSource(this.components);
     this.txtFirmwareVersion             = new System.Windows.Forms.TextBox();
     this._lblFirmwareVersion            = new System.Windows.Forms.Label();
     this.txtPriorMGAID                  = new System.Windows.Forms.TextBox();
     this.txtSoftwareVersion             = new System.Windows.Forms.TextBox();
     this._lblCurrentMGAID               = new System.Windows.Forms.Label();
     this._lblServiceAgreementExpiration = new System.Windows.Forms.Label();
     this._lblPriorMGAID                 = new System.Windows.Forms.Label();
     this.txtCurrentMGAID                = new System.Windows.Forms.TextBox();
     this._lblSoftwareVersion            = new System.Windows.Forms.Label();
     this.txtComments                    = new System.Windows.Forms.TextBox();
     this._fraDevice                     = new System.Windows.Forms.GroupBox();
     this.cboTerminal                    = new System.Windows.Forms.ComboBox();
     this.mTerminals                     = new System.Windows.Forms.BindingSource(this.components);
     this._lblTerminal                   = new System.Windows.Forms.Label();
     this.btnAddComponentType            = new System.Windows.Forms.Button();
     this._fraVendor                     = new System.Windows.Forms.GroupBox();
     this.txtModel                       = new System.Windows.Forms.TextBox();
     this.dtpServiceExpiration           = new System.Windows.Forms.DateTimePicker();
     this._fraMobileGateway              = new System.Windows.Forms.GroupBox();
     this.btnOK                  = new System.Windows.Forms.Button();
     this.btnCancel              = new System.Windows.Forms.Button();
     this._fraPriorDevice        = new System.Windows.Forms.GroupBox();
     this.cboPriorDeviceID       = new System.Windows.Forms.ComboBox();
     this.mPriorDevices          = new System.Windows.Forms.BindingSource(this.components);
     this._lblPriorID            = new System.Windows.Forms.Label();
     this.cboPriorComponentType  = new System.Windows.Forms.ComboBox();
     this.mPriorTypes            = new System.Windows.Forms.BindingSource(this.components);
     this._lblPriorComponentType = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.mStatusDS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mTypes)).BeginInit();
     this._fraDevice.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mTerminals)).BeginInit();
     this._fraVendor.SuspendLayout();
     this._fraMobileGateway.SuspendLayout();
     this._fraPriorDevice.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mPriorDevices)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mPriorTypes)).BeginInit();
     this.SuspendLayout();
     //
     // _lblStatus
     //
     this._lblStatus.Font      = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._lblStatus.Location  = new System.Drawing.Point(6, 96);
     this._lblStatus.Name      = "_lblStatus";
     this._lblStatus.Size      = new System.Drawing.Size(120, 16);
     this._lblStatus.TabIndex  = 5;
     this._lblStatus.Text      = "Status";
     this._lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cboStatus
     //
     this.cboStatus.DataSource                = this.mStatusDS;
     this.cboStatus.DisplayMember             = "SelectionListTable.Description";
     this.cboStatus.DropDownStyle             = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboStatus.ForeColor                 = System.Drawing.SystemColors.ControlText;
     this.cboStatus.ItemHeight                = 13;
     this.cboStatus.Location                  = new System.Drawing.Point(132, 96);
     this.cboStatus.Name                      = "cboStatus";
     this.cboStatus.Size                      = new System.Drawing.Size(144, 21);
     this.cboStatus.TabIndex                  = 6;
     this.cboStatus.ValueMember               = "SelectionListTable.ID";
     this.cboStatus.SelectionChangeCommitted += new System.EventHandler(this.OnValidateForm);
     //
     // mStatusDS
     //
     this.mStatusDS.DataSetName             = "SelectionList";
     this.mStatusDS.Locale                  = new System.Globalization.CultureInfo("en-US");
     this.mStatusDS.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // _lblModel
     //
     this._lblModel.Location  = new System.Drawing.Point(6, 24);
     this._lblModel.Name      = "_lblModel";
     this._lblModel.Size      = new System.Drawing.Size(120, 16);
     this._lblModel.TabIndex  = 0;
     this._lblModel.Text      = "Model #";
     this._lblModel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // _lblComments
     //
     this._lblComments.Location  = new System.Drawing.Point(6, 225);
     this._lblComments.Name      = "_lblComments";
     this._lblComments.Size      = new System.Drawing.Size(75, 16);
     this._lblComments.TabIndex  = 7;
     this._lblComments.Text      = "Comments";
     this._lblComments.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // _lblDeviceID
     //
     this._lblDeviceID.Font      = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._lblDeviceID.Location  = new System.Drawing.Point(9, 48);
     this._lblDeviceID.Name      = "_lblDeviceID";
     this._lblDeviceID.Size      = new System.Drawing.Size(120, 16);
     this._lblDeviceID.TabIndex  = 3;
     this._lblDeviceID.Text      = "Device ID #";
     this._lblDeviceID.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtDeviceID
     //
     this.txtDeviceID.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.txtDeviceID.Location     = new System.Drawing.Point(132, 48);
     this.txtDeviceID.Name         = "txtDeviceID";
     this.txtDeviceID.Size         = new System.Drawing.Size(144, 21);
     this.txtDeviceID.TabIndex     = 4;
     this.txtDeviceID.TextChanged += new System.EventHandler(this.OnValidateForm);
     //
     // _lblComponentType
     //
     this._lblComponentType.Font      = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._lblComponentType.Location  = new System.Drawing.Point(6, 24);
     this._lblComponentType.Name      = "_lblComponentType";
     this._lblComponentType.Size      = new System.Drawing.Size(120, 16);
     this._lblComponentType.TabIndex  = 0;
     this._lblComponentType.Text      = "Component Type";
     this._lblComponentType.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cboComponentType
     //
     this.cboComponentType.DataSource                = this.mTypes;
     this.cboComponentType.DisplayMember             = "TypeID";
     this.cboComponentType.DropDownStyle             = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboComponentType.ForeColor                 = System.Drawing.SystemColors.ControlText;
     this.cboComponentType.ItemHeight                = 13;
     this.cboComponentType.Location                  = new System.Drawing.Point(132, 24);
     this.cboComponentType.Name                      = "cboComponentType";
     this.cboComponentType.Size                      = new System.Drawing.Size(192, 21);
     this.cboComponentType.TabIndex                  = 1;
     this.cboComponentType.ValueMember               = "TypeID";
     this.cboComponentType.SelectionChangeCommitted += new System.EventHandler(this.OnValidateForm);
     this.cboComponentType.SelectedIndexChanged     += new System.EventHandler(this.OnValidateForm);
     //
     // mTypes
     //
     this.mTypes.DataSource = typeof(Argix.Terminals.ComponentTypes);
     //
     // txtFirmwareVersion
     //
     this.txtFirmwareVersion.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.txtFirmwareVersion.Location     = new System.Drawing.Point(132, 48);
     this.txtFirmwareVersion.Name         = "txtFirmwareVersion";
     this.txtFirmwareVersion.Size         = new System.Drawing.Size(144, 21);
     this.txtFirmwareVersion.TabIndex     = 3;
     this.txtFirmwareVersion.TextChanged += new System.EventHandler(this.OnValidateForm);
     //
     // _lblFirmwareVersion
     //
     this._lblFirmwareVersion.Location  = new System.Drawing.Point(6, 48);
     this._lblFirmwareVersion.Name      = "_lblFirmwareVersion";
     this._lblFirmwareVersion.Size      = new System.Drawing.Size(120, 16);
     this._lblFirmwareVersion.TabIndex  = 2;
     this._lblFirmwareVersion.Text      = "Firmware Version";
     this._lblFirmwareVersion.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtPriorMGAID
     //
     this.txtPriorMGAID.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.txtPriorMGAID.Location     = new System.Drawing.Point(132, 48);
     this.txtPriorMGAID.Name         = "txtPriorMGAID";
     this.txtPriorMGAID.Size         = new System.Drawing.Size(144, 21);
     this.txtPriorMGAID.TabIndex     = 3;
     this.txtPriorMGAID.TextChanged += new System.EventHandler(this.OnValidateForm);
     //
     // txtSoftwareVersion
     //
     this.txtSoftwareVersion.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.txtSoftwareVersion.Location     = new System.Drawing.Point(132, 72);
     this.txtSoftwareVersion.Name         = "txtSoftwareVersion";
     this.txtSoftwareVersion.Size         = new System.Drawing.Size(144, 21);
     this.txtSoftwareVersion.TabIndex     = 5;
     this.txtSoftwareVersion.TextChanged += new System.EventHandler(this.OnValidateForm);
     //
     // _lblCurrentMGAID
     //
     this._lblCurrentMGAID.Location  = new System.Drawing.Point(6, 24);
     this._lblCurrentMGAID.Name      = "_lblCurrentMGAID";
     this._lblCurrentMGAID.Size      = new System.Drawing.Size(120, 16);
     this._lblCurrentMGAID.TabIndex  = 0;
     this._lblCurrentMGAID.Text      = "Account ID";
     this._lblCurrentMGAID.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // _lblServiceAgreementExpiration
     //
     this._lblServiceAgreementExpiration.Location  = new System.Drawing.Point(6, 96);
     this._lblServiceAgreementExpiration.Name      = "_lblServiceAgreementExpiration";
     this._lblServiceAgreementExpiration.Size      = new System.Drawing.Size(120, 16);
     this._lblServiceAgreementExpiration.TabIndex  = 6;
     this._lblServiceAgreementExpiration.Text      = "Service Expires";
     this._lblServiceAgreementExpiration.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // _lblPriorMGAID
     //
     this._lblPriorMGAID.Location  = new System.Drawing.Point(6, 48);
     this._lblPriorMGAID.Name      = "_lblPriorMGAID";
     this._lblPriorMGAID.Size      = new System.Drawing.Size(120, 16);
     this._lblPriorMGAID.TabIndex  = 2;
     this._lblPriorMGAID.Text      = "Prior Account ID";
     this._lblPriorMGAID.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtCurrentMGAID
     //
     this.txtCurrentMGAID.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.txtCurrentMGAID.Location     = new System.Drawing.Point(132, 24);
     this.txtCurrentMGAID.Name         = "txtCurrentMGAID";
     this.txtCurrentMGAID.Size         = new System.Drawing.Size(144, 21);
     this.txtCurrentMGAID.TabIndex     = 1;
     this.txtCurrentMGAID.TextChanged += new System.EventHandler(this.OnValidateForm);
     //
     // _lblSoftwareVersion
     //
     this._lblSoftwareVersion.Location  = new System.Drawing.Point(6, 72);
     this._lblSoftwareVersion.Name      = "_lblSoftwareVersion";
     this._lblSoftwareVersion.Size      = new System.Drawing.Size(120, 16);
     this._lblSoftwareVersion.TabIndex  = 4;
     this._lblSoftwareVersion.Text      = "Software Version";
     this._lblSoftwareVersion.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtComments
     //
     this.txtComments.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.txtComments.Location     = new System.Drawing.Point(6, 246);
     this.txtComments.Name         = "txtComments";
     this.txtComments.Size         = new System.Drawing.Size(660, 21);
     this.txtComments.TabIndex     = 4;
     this.txtComments.TextChanged += new System.EventHandler(this.OnValidateForm);
     //
     // _fraDevice
     //
     this._fraDevice.Controls.Add(this.cboTerminal);
     this._fraDevice.Controls.Add(this._lblTerminal);
     this._fraDevice.Controls.Add(this.btnAddComponentType);
     this._fraDevice.Controls.Add(this.cboComponentType);
     this._fraDevice.Controls.Add(this._lblComponentType);
     this._fraDevice.Controls.Add(this.cboStatus);
     this._fraDevice.Controls.Add(this._lblStatus);
     this._fraDevice.Controls.Add(this.txtDeviceID);
     this._fraDevice.Controls.Add(this._lblDeviceID);
     this._fraDevice.ForeColor = System.Drawing.SystemColors.ControlText;
     this._fraDevice.Location  = new System.Drawing.Point(6, 6);
     this._fraDevice.Name      = "_fraDevice";
     this._fraDevice.Size      = new System.Drawing.Size(366, 126);
     this._fraDevice.TabIndex  = 0;
     this._fraDevice.TabStop   = false;
     this._fraDevice.Text      = "Device Identification";
     //
     // cboTerminal
     //
     this.cboTerminal.DataSource                = this.mTerminals;
     this.cboTerminal.DisplayMember             = "TerminalName";
     this.cboTerminal.DropDownStyle             = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboTerminal.ForeColor                 = System.Drawing.SystemColors.ControlText;
     this.cboTerminal.ItemHeight                = 13;
     this.cboTerminal.Location                  = new System.Drawing.Point(132, 72);
     this.cboTerminal.Name                      = "cboTerminal";
     this.cboTerminal.Size                      = new System.Drawing.Size(192, 21);
     this.cboTerminal.TabIndex                  = 8;
     this.cboTerminal.ValueMember               = "TerminalID";
     this.cboTerminal.SelectionChangeCommitted += new System.EventHandler(this.OnValidateForm);
     //
     // mTerminals
     //
     this.mTerminals.DataSource = typeof(Argix.Terminals.LocalTerminals);
     //
     // _lblTerminal
     //
     this._lblTerminal.Font      = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._lblTerminal.Location  = new System.Drawing.Point(6, 72);
     this._lblTerminal.Name      = "_lblTerminal";
     this._lblTerminal.Size      = new System.Drawing.Size(120, 16);
     this._lblTerminal.TabIndex  = 7;
     this._lblTerminal.Text      = "Terminal";
     this._lblTerminal.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // btnAddComponentType
     //
     this.btnAddComponentType.BackColor = System.Drawing.SystemColors.Control;
     this.btnAddComponentType.Enabled   = false;
     this.btnAddComponentType.Location  = new System.Drawing.Point(330, 24);
     this.btnAddComponentType.Name      = "btnAddComponentType";
     this.btnAddComponentType.Size      = new System.Drawing.Size(27, 21);
     this.btnAddComponentType.TabIndex  = 2;
     this.btnAddComponentType.Text      = "...";
     this.btnAddComponentType.UseVisualStyleBackColor = false;
     //
     // _fraVendor
     //
     this._fraVendor.Controls.Add(this.txtModel);
     this._fraVendor.Controls.Add(this.dtpServiceExpiration);
     this._fraVendor.Controls.Add(this.txtFirmwareVersion);
     this._fraVendor.Controls.Add(this._lblSoftwareVersion);
     this._fraVendor.Controls.Add(this._lblFirmwareVersion);
     this._fraVendor.Controls.Add(this.txtSoftwareVersion);
     this._fraVendor.Controls.Add(this._lblServiceAgreementExpiration);
     this._fraVendor.Controls.Add(this._lblModel);
     this._fraVendor.Location = new System.Drawing.Point(378, 6);
     this._fraVendor.Name     = "_fraVendor";
     this._fraVendor.Size     = new System.Drawing.Size(288, 126);
     this._fraVendor.TabIndex = 2;
     this._fraVendor.TabStop  = false;
     this._fraVendor.Text     = "Vendor Details";
     //
     // txtModel
     //
     this.txtModel.Location     = new System.Drawing.Point(132, 24);
     this.txtModel.Name         = "txtModel";
     this.txtModel.Size         = new System.Drawing.Size(144, 21);
     this.txtModel.TabIndex     = 1;
     this.txtModel.TextChanged += new System.EventHandler(this.OnValidateForm);
     //
     // dtpServiceExpiration
     //
     this.dtpServiceExpiration.CustomFormat  = "MM/dd/yyyy";
     this.dtpServiceExpiration.Format        = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpServiceExpiration.Location      = new System.Drawing.Point(132, 96);
     this.dtpServiceExpiration.MaxDate       = new System.DateTime(2028, 8, 2, 0, 0, 0, 0);
     this.dtpServiceExpiration.MinDate       = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
     this.dtpServiceExpiration.Name          = "dtpServiceExpiration";
     this.dtpServiceExpiration.Size          = new System.Drawing.Size(120, 21);
     this.dtpServiceExpiration.TabIndex      = 7;
     this.dtpServiceExpiration.ValueChanged += new System.EventHandler(this.OnValidateForm);
     //
     // _fraMobileGateway
     //
     this._fraMobileGateway.Controls.Add(this.txtPriorMGAID);
     this._fraMobileGateway.Controls.Add(this._lblPriorMGAID);
     this._fraMobileGateway.Controls.Add(this._lblCurrentMGAID);
     this._fraMobileGateway.Controls.Add(this.txtCurrentMGAID);
     this._fraMobileGateway.Location = new System.Drawing.Point(378, 135);
     this._fraMobileGateway.Name     = "_fraMobileGateway";
     this._fraMobileGateway.Size     = new System.Drawing.Size(288, 84);
     this._fraMobileGateway.TabIndex = 3;
     this._fraMobileGateway.TabStop  = false;
     this._fraMobileGateway.Text     = "Mobile Gateway";
     //
     // btnOK
     //
     this.btnOK.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOK.BackColor               = System.Drawing.SystemColors.Control;
     this.btnOK.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.btnOK.Location                = new System.Drawing.Point(456, 276);
     this.btnOK.Name                    = "btnOK";
     this.btnOK.Size                    = new System.Drawing.Size(104, 23);
     this.btnOK.TabIndex                = 5;
     this.btnOK.Text                    = "&OK";
     this.btnOK.UseVisualStyleBackColor = false;
     this.btnOK.Click                  += new System.EventHandler(this.OnCmdClick);
     //
     // btnCancel
     //
     this.btnCancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.BackColor               = System.Drawing.SystemColors.Control;
     this.btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location                = new System.Drawing.Point(564, 276);
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.Size                    = new System.Drawing.Size(104, 23);
     this.btnCancel.TabIndex                = 6;
     this.btnCancel.Text                    = "&Cancel";
     this.btnCancel.UseVisualStyleBackColor = false;
     this.btnCancel.Click                  += new System.EventHandler(this.OnCmdClick);
     //
     // _fraPriorDevice
     //
     this._fraPriorDevice.Controls.Add(this.cboPriorDeviceID);
     this._fraPriorDevice.Controls.Add(this._lblPriorID);
     this._fraPriorDevice.Controls.Add(this.cboPriorComponentType);
     this._fraPriorDevice.Controls.Add(this._lblPriorComponentType);
     this._fraPriorDevice.Location = new System.Drawing.Point(6, 135);
     this._fraPriorDevice.Name     = "_fraPriorDevice";
     this._fraPriorDevice.Size     = new System.Drawing.Size(366, 84);
     this._fraPriorDevice.TabIndex = 1;
     this._fraPriorDevice.TabStop  = false;
     this._fraPriorDevice.Text     = "Prior Device Identification";
     //
     // cboPriorDeviceID
     //
     this.cboPriorDeviceID.DataSource                = this.mPriorDevices;
     this.cboPriorDeviceID.DisplayMember             = "DeviceID";
     this.cboPriorDeviceID.DropDownStyle             = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboPriorDeviceID.ForeColor                 = System.Drawing.SystemColors.ControlText;
     this.cboPriorDeviceID.ItemHeight                = 13;
     this.cboPriorDeviceID.Location                  = new System.Drawing.Point(132, 48);
     this.cboPriorDeviceID.Name                      = "cboPriorDeviceID";
     this.cboPriorDeviceID.Size                      = new System.Drawing.Size(192, 21);
     this.cboPriorDeviceID.TabIndex                  = 4;
     this.cboPriorDeviceID.ValueMember               = "ItemID";
     this.cboPriorDeviceID.SelectionChangeCommitted += new System.EventHandler(this.OnValidateForm);
     //
     // mPriorDevices
     //
     this.mPriorDevices.DataSource = typeof(Argix.Terminals.DeviceItems);
     //
     // _lblPriorID
     //
     this._lblPriorID.Location  = new System.Drawing.Point(6, 51);
     this._lblPriorID.Name      = "_lblPriorID";
     this._lblPriorID.Size      = new System.Drawing.Size(120, 16);
     this._lblPriorID.TabIndex  = 3;
     this._lblPriorID.Text      = "Device ID #";
     this._lblPriorID.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cboPriorComponentType
     //
     this.cboPriorComponentType.DataSource                = this.mPriorTypes;
     this.cboPriorComponentType.DisplayMember             = "TypeID";
     this.cboPriorComponentType.DropDownStyle             = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboPriorComponentType.ForeColor                 = System.Drawing.SystemColors.ControlText;
     this.cboPriorComponentType.ItemHeight                = 13;
     this.cboPriorComponentType.Location                  = new System.Drawing.Point(132, 24);
     this.cboPriorComponentType.Name                      = "cboPriorComponentType";
     this.cboPriorComponentType.Size                      = new System.Drawing.Size(192, 21);
     this.cboPriorComponentType.TabIndex                  = 1;
     this.cboPriorComponentType.ValueMember               = "TypeID";
     this.cboPriorComponentType.SelectionChangeCommitted += new System.EventHandler(this.OnPriorComponentTypeChanged);
     //
     // mPriorTypes
     //
     this.mPriorTypes.DataSource = typeof(Argix.Terminals.ComponentTypes);
     //
     // _lblPriorComponentType
     //
     this._lblPriorComponentType.Font      = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._lblPriorComponentType.Location  = new System.Drawing.Point(6, 24);
     this._lblPriorComponentType.Name      = "_lblPriorComponentType";
     this._lblPriorComponentType.Size      = new System.Drawing.Size(120, 16);
     this._lblPriorComponentType.TabIndex  = 0;
     this._lblPriorComponentType.Text      = "Component Type";
     this._lblPriorComponentType.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // dlgDeviceItem
     //
     this.AcceptButton      = this.btnOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(672, 304);
     this.Controls.Add(this._fraPriorDevice);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this._fraMobileGateway);
     this.Controls.Add(this._fraVendor);
     this.Controls.Add(this._fraDevice);
     this.Controls.Add(this.txtComments);
     this.Controls.Add(this._lblComments);
     this.Font            = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((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            = "dlgDeviceItem";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Mobile Device";
     this.Load           += new System.EventHandler(this.OnFormLoad);
     ((System.ComponentModel.ISupportInitialize)(this.mStatusDS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mTypes)).EndInit();
     this._fraDevice.ResumeLayout(false);
     this._fraDevice.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mTerminals)).EndInit();
     this._fraVendor.ResumeLayout(false);
     this._fraVendor.PerformLayout();
     this._fraMobileGateway.ResumeLayout(false);
     this._fraMobileGateway.PerformLayout();
     this._fraPriorDevice.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mPriorDevices)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mPriorTypes)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(dlgComponentType));
     this.btnOK             = new System.Windows.Forms.Button();
     this._lblType          = new System.Windows.Forms.Label();
     this._lblDescription   = new System.Windows.Forms.Label();
     this.txtType           = new System.Windows.Forms.TextBox();
     this.txtDescription    = new System.Windows.Forms.TextBox();
     this.btnCancel         = new System.Windows.Forms.Button();
     this._fraComponentType = new System.Windows.Forms.GroupBox();
     this._lblCategory      = new System.Windows.Forms.Label();
     this.cboCategory       = new System.Windows.Forms.ComboBox();
     this.mCategoriesDS     = new Argix.Windows.SelectionList();
     this._fraComponentType.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mCategoriesDS)).BeginInit();
     this.SuspendLayout();
     //
     // btnOK
     //
     this.btnOK.BackColor               = System.Drawing.SystemColors.Control;
     this.btnOK.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.btnOK.Enabled                 = false;
     this.btnOK.Location                = new System.Drawing.Point(174, 138);
     this.btnOK.Name                    = "btnOK";
     this.btnOK.Size                    = new System.Drawing.Size(96, 23);
     this.btnOK.TabIndex                = 2;
     this.btnOK.Text                    = "O&K";
     this.btnOK.UseVisualStyleBackColor = false;
     this.btnOK.Click                  += new System.EventHandler(this.OnCmdClick);
     //
     // _lblType
     //
     this._lblType.Font      = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._lblType.Location  = new System.Drawing.Point(12, 60);
     this._lblType.Name      = "_lblType";
     this._lblType.Size      = new System.Drawing.Size(96, 18);
     this._lblType.TabIndex  = 118;
     this._lblType.Text      = "Type";
     this._lblType.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // _lblDescription
     //
     this._lblDescription.Location  = new System.Drawing.Point(12, 87);
     this._lblDescription.Name      = "_lblDescription";
     this._lblDescription.Size      = new System.Drawing.Size(96, 18);
     this._lblDescription.TabIndex  = 119;
     this._lblDescription.Text      = "Description";
     this._lblDescription.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtType
     //
     this.txtType.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.txtType.Location     = new System.Drawing.Point(114, 60);
     this.txtType.Name         = "txtType";
     this.txtType.Size         = new System.Drawing.Size(144, 21);
     this.txtType.TabIndex     = 0;
     this.txtType.TextChanged += new System.EventHandler(this.OnValidateForm);
     //
     // txtDescription
     //
     this.txtDescription.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.txtDescription.Location     = new System.Drawing.Point(114, 87);
     this.txtDescription.Name         = "txtDescription";
     this.txtDescription.Size         = new System.Drawing.Size(240, 21);
     this.txtDescription.TabIndex     = 1;
     this.txtDescription.TextChanged += new System.EventHandler(this.OnValidateForm);
     //
     // btnCancel
     //
     this.btnCancel.BackColor               = System.Drawing.SystemColors.Control;
     this.btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location                = new System.Drawing.Point(276, 138);
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.Size                    = new System.Drawing.Size(96, 23);
     this.btnCancel.TabIndex                = 3;
     this.btnCancel.Text                    = "&Cancel";
     this.btnCancel.UseVisualStyleBackColor = false;
     this.btnCancel.Click                  += new System.EventHandler(this.OnCmdClick);
     //
     // _fraComponentType
     //
     this._fraComponentType.Controls.Add(this._lblCategory);
     this._fraComponentType.Controls.Add(this.cboCategory);
     this._fraComponentType.Controls.Add(this.txtType);
     this._fraComponentType.Controls.Add(this._lblDescription);
     this._fraComponentType.Controls.Add(this._lblType);
     this._fraComponentType.Controls.Add(this.txtDescription);
     this._fraComponentType.Location = new System.Drawing.Point(6, 6);
     this._fraComponentType.Name     = "_fraComponentType";
     this._fraComponentType.Size     = new System.Drawing.Size(366, 120);
     this._fraComponentType.TabIndex = 121;
     this._fraComponentType.TabStop  = false;
     this._fraComponentType.Text     = "Component Type Details";
     //
     // _lblCategory
     //
     this._lblCategory.Font      = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._lblCategory.Location  = new System.Drawing.Point(12, 27);
     this._lblCategory.Name      = "_lblCategory";
     this._lblCategory.Size      = new System.Drawing.Size(96, 18);
     this._lblCategory.TabIndex  = 121;
     this._lblCategory.Text      = "Category";
     this._lblCategory.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cboCategory
     //
     this.cboCategory.DataSource    = this.mCategoriesDS;
     this.cboCategory.DisplayMember = "SelectionListTable.Description";
     this.cboCategory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboCategory.ForeColor     = System.Drawing.SystemColors.ControlText;
     this.cboCategory.ItemHeight    = 13;
     this.cboCategory.Location      = new System.Drawing.Point(114, 27);
     this.cboCategory.Name          = "cboCategory";
     this.cboCategory.Size          = new System.Drawing.Size(120, 21);
     this.cboCategory.TabIndex      = 120;
     this.cboCategory.ValueMember   = "SelectionListTable.ID";
     //
     // mCategoriesDS
     //
     this.mCategoriesDS.DataSetName             = "SelectionList";
     this.mCategoriesDS.Locale                  = new System.Globalization.CultureInfo("en-US");
     this.mCategoriesDS.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // dlgComponentType
     //
     this.AcceptButton      = this.btnOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(378, 167);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this._fraComponentType);
     this.Font            = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((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            = "dlgComponentType";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Component Type";
     this.Load           += new System.EventHandler(this.OnFormLoad);
     this._fraComponentType.ResumeLayout(false);
     this._fraComponentType.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mCategoriesDS)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(dlgDeviceAssignment));
     this.btnOK                = new System.Windows.Forms.Button();
     this._lblDriver           = new System.Windows.Forms.Label();
     this._lblDeviceID         = new System.Windows.Forms.Label();
     this.btnCancel            = new System.Windows.Forms.Button();
     this.cboDriver            = new System.Windows.Forms.ComboBox();
     this.lblDeviceID          = new System.Windows.Forms.Label();
     this._lblAssigned         = new System.Windows.Forms.Label();
     this._fraDeviceAssignment = new System.Windows.Forms.GroupBox();
     this.cboTerminal          = new System.Windows.Forms.ComboBox();
     this._lblTerminal         = new System.Windows.Forms.Label();
     this.dtpAssignedDate      = new System.Windows.Forms.DateTimePicker();
     this._fraInstallation     = new System.Windows.Forms.GroupBox();
     this._lblInstallNumber    = new System.Windows.Forms.Label();
     this.cboInstallType       = new System.Windows.Forms.ComboBox();
     this.mInstallTypes        = new Argix.Windows.SelectionList();
     this.txtInstallNumber     = new System.Windows.Forms.TextBox();
     this._lblInstallType      = new System.Windows.Forms.Label();
     this._fraDeviceAssignment.SuspendLayout();
     this._fraInstallation.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mInstallTypes)).BeginInit();
     this.SuspendLayout();
     //
     // btnOK
     //
     this.btnOK.BackColor               = System.Drawing.SystemColors.Control;
     this.btnOK.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.btnOK.Enabled                 = false;
     this.btnOK.Location                = new System.Drawing.Point(174, 231);
     this.btnOK.Name                    = "btnOK";
     this.btnOK.Size                    = new System.Drawing.Size(96, 24);
     this.btnOK.TabIndex                = 2;
     this.btnOK.Text                    = "O&K";
     this.btnOK.UseVisualStyleBackColor = false;
     this.btnOK.Click                  += new System.EventHandler(this.OnCmdClick);
     //
     // _lblDriver
     //
     this._lblDriver.Font      = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._lblDriver.Location  = new System.Drawing.Point(9, 78);
     this._lblDriver.Name      = "_lblDriver";
     this._lblDriver.Size      = new System.Drawing.Size(96, 16);
     this._lblDriver.TabIndex  = 118;
     this._lblDriver.Text      = "Driver";
     this._lblDriver.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // _lblDeviceID
     //
     this._lblDeviceID.Location  = new System.Drawing.Point(9, 24);
     this._lblDeviceID.Name      = "_lblDeviceID";
     this._lblDeviceID.Size      = new System.Drawing.Size(96, 16);
     this._lblDeviceID.TabIndex  = 119;
     this._lblDeviceID.Text      = "DeviceID";
     this._lblDeviceID.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, 231);
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.Size                    = new System.Drawing.Size(96, 24);
     this.btnCancel.TabIndex                = 3;
     this.btnCancel.Text                    = "&Cancel";
     this.btnCancel.UseVisualStyleBackColor = false;
     this.btnCancel.Click                  += new System.EventHandler(this.OnCmdClick);
     //
     // cboDriver
     //
     this.cboDriver.DropDownStyle             = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboDriver.ForeColor                 = System.Drawing.SystemColors.ControlText;
     this.cboDriver.ItemHeight                = 13;
     this.cboDriver.Location                  = new System.Drawing.Point(111, 78);
     this.cboDriver.Name                      = "cboDriver";
     this.cboDriver.Size                      = new System.Drawing.Size(240, 21);
     this.cboDriver.TabIndex                  = 120;
     this.cboDriver.SelectionChangeCommitted += new System.EventHandler(this.OnValidateForm);
     //
     // lblDeviceID
     //
     this.lblDeviceID.ForeColor = System.Drawing.SystemColors.ControlText;
     this.lblDeviceID.Location  = new System.Drawing.Point(111, 24);
     this.lblDeviceID.Name      = "lblDeviceID";
     this.lblDeviceID.Size      = new System.Drawing.Size(144, 16);
     this.lblDeviceID.TabIndex  = 121;
     this.lblDeviceID.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // _lblAssigned
     //
     this._lblAssigned.Font      = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._lblAssigned.Location  = new System.Drawing.Point(9, 105);
     this._lblAssigned.Name      = "_lblAssigned";
     this._lblAssigned.Size      = new System.Drawing.Size(96, 16);
     this._lblAssigned.TabIndex  = 122;
     this._lblAssigned.Text      = "Assigned On";
     this._lblAssigned.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // _fraDeviceAssignment
     //
     this._fraDeviceAssignment.Controls.Add(this.cboTerminal);
     this._fraDeviceAssignment.Controls.Add(this._lblTerminal);
     this._fraDeviceAssignment.Controls.Add(this.dtpAssignedDate);
     this._fraDeviceAssignment.Controls.Add(this._fraInstallation);
     this._fraDeviceAssignment.Controls.Add(this.lblDeviceID);
     this._fraDeviceAssignment.Controls.Add(this.cboDriver);
     this._fraDeviceAssignment.Controls.Add(this._lblDeviceID);
     this._fraDeviceAssignment.Controls.Add(this._lblAssigned);
     this._fraDeviceAssignment.Controls.Add(this._lblDriver);
     this._fraDeviceAssignment.Location = new System.Drawing.Point(6, 6);
     this._fraDeviceAssignment.Name     = "_fraDeviceAssignment";
     this._fraDeviceAssignment.Size     = new System.Drawing.Size(366, 216);
     this._fraDeviceAssignment.TabIndex = 124;
     this._fraDeviceAssignment.TabStop  = false;
     this._fraDeviceAssignment.Text     = "Assignment Details";
     //
     // cboTerminal
     //
     this.cboTerminal.DropDownStyle             = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboTerminal.ForeColor                 = System.Drawing.SystemColors.ControlText;
     this.cboTerminal.ItemHeight                = 13;
     this.cboTerminal.Location                  = new System.Drawing.Point(111, 51);
     this.cboTerminal.Name                      = "cboTerminal";
     this.cboTerminal.Size                      = new System.Drawing.Size(192, 21);
     this.cboTerminal.TabIndex                  = 132;
     this.cboTerminal.SelectionChangeCommitted += new System.EventHandler(this.OnTerminalChanged);
     //
     // _lblTerminal
     //
     this._lblTerminal.Font      = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._lblTerminal.Location  = new System.Drawing.Point(9, 51);
     this._lblTerminal.Name      = "_lblTerminal";
     this._lblTerminal.Size      = new System.Drawing.Size(96, 16);
     this._lblTerminal.TabIndex  = 131;
     this._lblTerminal.Text      = "Terminal";
     this._lblTerminal.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // dtpAssignedDate
     //
     this.dtpAssignedDate.CustomFormat  = "MM/dd/yyyy";
     this.dtpAssignedDate.Format        = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpAssignedDate.Location      = new System.Drawing.Point(111, 105);
     this.dtpAssignedDate.Name          = "dtpAssignedDate";
     this.dtpAssignedDate.Size          = new System.Drawing.Size(120, 21);
     this.dtpAssignedDate.TabIndex      = 130;
     this.dtpAssignedDate.ValueChanged += new System.EventHandler(this.OnValidateForm);
     //
     // _fraInstallation
     //
     this._fraInstallation.Controls.Add(this._lblInstallNumber);
     this._fraInstallation.Controls.Add(this.cboInstallType);
     this._fraInstallation.Controls.Add(this.txtInstallNumber);
     this._fraInstallation.Controls.Add(this._lblInstallType);
     this._fraInstallation.Location = new System.Drawing.Point(9, 129);
     this._fraInstallation.Name     = "_fraInstallation";
     this._fraInstallation.Size     = new System.Drawing.Size(348, 78);
     this._fraInstallation.TabIndex = 129;
     this._fraInstallation.TabStop  = false;
     this._fraInstallation.Text     = "Installation";
     //
     // _lblInstallNumber
     //
     this._lblInstallNumber.Font      = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._lblInstallNumber.Location  = new System.Drawing.Point(30, 51);
     this._lblInstallNumber.Name      = "_lblInstallNumber";
     this._lblInstallNumber.Size      = new System.Drawing.Size(64, 16);
     this._lblInstallNumber.TabIndex  = 126;
     this._lblInstallNumber.Text      = "Number";
     this._lblInstallNumber.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cboInstallType
     //
     this.cboInstallType.DataSource                = this.mInstallTypes;
     this.cboInstallType.DisplayMember             = "SelectionListTable.Description";
     this.cboInstallType.DropDownStyle             = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboInstallType.ForeColor                 = System.Drawing.SystemColors.ControlText;
     this.cboInstallType.ItemHeight                = 13;
     this.cboInstallType.Location                  = new System.Drawing.Point(102, 24);
     this.cboInstallType.Name                      = "cboInstallType";
     this.cboInstallType.Size                      = new System.Drawing.Size(120, 21);
     this.cboInstallType.TabIndex                  = 128;
     this.cboInstallType.ValueMember               = "SelectionListTable.ID";
     this.cboInstallType.SelectionChangeCommitted += new System.EventHandler(this.OnValidateForm);
     //
     // mInstallTypes
     //
     this.mInstallTypes.DataSetName             = "SelectionList";
     this.mInstallTypes.Locale                  = new System.Globalization.CultureInfo("en-US");
     this.mInstallTypes.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // txtInstallNumber
     //
     this.txtInstallNumber.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.txtInstallNumber.Location     = new System.Drawing.Point(102, 51);
     this.txtInstallNumber.Name         = "txtInstallNumber";
     this.txtInstallNumber.Size         = new System.Drawing.Size(120, 21);
     this.txtInstallNumber.TabIndex     = 127;
     this.txtInstallNumber.TextChanged += new System.EventHandler(this.OnValidateForm);
     //
     // _lblInstallType
     //
     this._lblInstallType.Font      = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._lblInstallType.Location  = new System.Drawing.Point(30, 24);
     this._lblInstallType.Name      = "_lblInstallType";
     this._lblInstallType.Size      = new System.Drawing.Size(64, 16);
     this._lblInstallType.TabIndex  = 124;
     this._lblInstallType.Text      = "Type";
     this._lblInstallType.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // dlgDeviceAssignment
     //
     this.AcceptButton      = this.btnOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(378, 259);
     this.Controls.Add(this._fraDeviceAssignment);
     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, ((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            = "dlgDeviceAssignment";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Mobile Device Assignment";
     this.Load           += new System.EventHandler(this.OnFormLoad);
     this._fraDeviceAssignment.ResumeLayout(false);
     this._fraInstallation.ResumeLayout(false);
     this._fraInstallation.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mInstallTypes)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo 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()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(dlgBatteryItem));
     this._lblStatus         = new System.Windows.Forms.Label();
     this.cboStatus          = new System.Windows.Forms.ComboBox();
     this._lblComments       = new System.Windows.Forms.Label();
     this._lblDeviceIDNumber = new System.Windows.Forms.Label();
     this.txtBatteryID       = new System.Windows.Forms.TextBox();
     this._lblComponentType  = new System.Windows.Forms.Label();
     this.cboComponentType   = new System.Windows.Forms.ComboBox();
     this.mTypes             = new System.Windows.Forms.BindingSource(this.components);
     this.txtComments        = new System.Windows.Forms.TextBox();
     this._fraBattery        = new System.Windows.Forms.GroupBox();
     this.cboTerminal        = new System.Windows.Forms.ComboBox();
     this.mTerminals         = new System.Windows.Forms.BindingSource(this.components);
     this._lblTerminal       = new System.Windows.Forms.Label();
     this._lblInServiceDate  = new System.Windows.Forms.Label();
     this.dtpInServiceDate   = new System.Windows.Forms.DateTimePicker();
     this.btnOK     = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.mStatusDS = new Argix.Windows.SelectionList();
     ((System.ComponentModel.ISupportInitialize)(this.mTypes)).BeginInit();
     this._fraBattery.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mTerminals)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mStatusDS)).BeginInit();
     this.SuspendLayout();
     //
     // _lblStatus
     //
     this._lblStatus.Font      = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._lblStatus.Location  = new System.Drawing.Point(6, 96);
     this._lblStatus.Name      = "_lblStatus";
     this._lblStatus.Size      = new System.Drawing.Size(120, 16);
     this._lblStatus.TabIndex  = 101;
     this._lblStatus.Text      = "Status";
     this._lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cboStatus
     //
     this.cboStatus.DataSource                = this.mStatusDS;
     this.cboStatus.DisplayMember             = "SelectionListTable.Description";
     this.cboStatus.DropDownStyle             = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboStatus.ForeColor                 = System.Drawing.SystemColors.ControlText;
     this.cboStatus.ItemHeight                = 13;
     this.cboStatus.Location                  = new System.Drawing.Point(132, 96);
     this.cboStatus.Name                      = "cboStatus";
     this.cboStatus.Size                      = new System.Drawing.Size(144, 21);
     this.cboStatus.TabIndex                  = 3;
     this.cboStatus.ValueMember               = "SelectionListTable.ID";
     this.cboStatus.SelectionChangeCommitted += new System.EventHandler(this.OnValidateForm);
     //
     // _lblComments
     //
     this._lblComments.Font       = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._lblComments.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this._lblComments.Location   = new System.Drawing.Point(6, 168);
     this._lblComments.Name       = "_lblComments";
     this._lblComments.Size       = new System.Drawing.Size(75, 16);
     this._lblComments.TabIndex   = 4;
     this._lblComments.Text       = "Comments";
     this._lblComments.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // _lblDeviceIDNumber
     //
     this._lblDeviceIDNumber.Font      = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._lblDeviceIDNumber.Location  = new System.Drawing.Point(6, 48);
     this._lblDeviceIDNumber.Name      = "_lblDeviceIDNumber";
     this._lblDeviceIDNumber.Size      = new System.Drawing.Size(120, 16);
     this._lblDeviceIDNumber.TabIndex  = 92;
     this._lblDeviceIDNumber.Text      = "Battery ID #";
     this._lblDeviceIDNumber.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtBatteryID
     //
     this.txtBatteryID.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.txtBatteryID.Location     = new System.Drawing.Point(132, 48);
     this.txtBatteryID.Name         = "txtBatteryID";
     this.txtBatteryID.Size         = new System.Drawing.Size(144, 21);
     this.txtBatteryID.TabIndex     = 1;
     this.txtBatteryID.TextChanged += new System.EventHandler(this.OnValidateForm);
     //
     // _lblComponentType
     //
     this._lblComponentType.Font      = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._lblComponentType.Location  = new System.Drawing.Point(6, 24);
     this._lblComponentType.Name      = "_lblComponentType";
     this._lblComponentType.Size      = new System.Drawing.Size(120, 16);
     this._lblComponentType.TabIndex  = 94;
     this._lblComponentType.Text      = "Component Type";
     this._lblComponentType.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cboComponentType
     //
     this.cboComponentType.DataSource                = this.mTypes;
     this.cboComponentType.DisplayMember             = "TypeID";
     this.cboComponentType.DropDownStyle             = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboComponentType.ForeColor                 = System.Drawing.SystemColors.ControlText;
     this.cboComponentType.ItemHeight                = 13;
     this.cboComponentType.Location                  = new System.Drawing.Point(132, 24);
     this.cboComponentType.Name                      = "cboComponentType";
     this.cboComponentType.Size                      = new System.Drawing.Size(216, 21);
     this.cboComponentType.TabIndex                  = 2;
     this.cboComponentType.ValueMember               = "TypeID";
     this.cboComponentType.SelectionChangeCommitted += new System.EventHandler(this.OnValidateForm);
     //
     // mTypes
     //
     this.mTypes.DataSource = typeof(Argix.Terminals.ComponentTypes);
     //
     // txtComments
     //
     this.txtComments.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.txtComments.Location     = new System.Drawing.Point(6, 186);
     this.txtComments.Multiline    = true;
     this.txtComments.Name         = "txtComments";
     this.txtComments.Size         = new System.Drawing.Size(366, 36);
     this.txtComments.TabIndex     = 1;
     this.txtComments.TextChanged += new System.EventHandler(this.OnValidateForm);
     //
     // _fraBattery
     //
     this._fraBattery.Controls.Add(this._lblDeviceIDNumber);
     this._fraBattery.Controls.Add(this.txtBatteryID);
     this._fraBattery.Controls.Add(this._lblComponentType);
     this._fraBattery.Controls.Add(this.cboComponentType);
     this._fraBattery.Controls.Add(this.cboTerminal);
     this._fraBattery.Controls.Add(this._lblTerminal);
     this._fraBattery.Controls.Add(this._lblInServiceDate);
     this._fraBattery.Controls.Add(this.dtpInServiceDate);
     this._fraBattery.Controls.Add(this.cboStatus);
     this._fraBattery.Controls.Add(this._lblStatus);
     this._fraBattery.Location = new System.Drawing.Point(6, 6);
     this._fraBattery.Name     = "_fraBattery";
     this._fraBattery.Size     = new System.Drawing.Size(366, 156);
     this._fraBattery.TabIndex = 0;
     this._fraBattery.TabStop  = false;
     this._fraBattery.Text     = "Battery Details";
     //
     // cboTerminal
     //
     this.cboTerminal.DataSource                = this.mTerminals;
     this.cboTerminal.DisplayMember             = "TerminalName";
     this.cboTerminal.DropDownStyle             = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboTerminal.ForeColor                 = System.Drawing.SystemColors.ControlText;
     this.cboTerminal.ItemHeight                = 13;
     this.cboTerminal.Location                  = new System.Drawing.Point(132, 72);
     this.cboTerminal.Name                      = "cboTerminal";
     this.cboTerminal.Size                      = new System.Drawing.Size(192, 21);
     this.cboTerminal.TabIndex                  = 104;
     this.cboTerminal.ValueMember               = "TerminalID";
     this.cboTerminal.SelectionChangeCommitted += new System.EventHandler(this.OnValidateForm);
     //
     // mTerminals
     //
     this.mTerminals.DataSource = typeof(Argix.Terminals.LocalTerminals);
     //
     // _lblTerminal
     //
     this._lblTerminal.Font      = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._lblTerminal.Location  = new System.Drawing.Point(6, 72);
     this._lblTerminal.Name      = "_lblTerminal";
     this._lblTerminal.Size      = new System.Drawing.Size(120, 16);
     this._lblTerminal.TabIndex  = 103;
     this._lblTerminal.Text      = "Terminal";
     this._lblTerminal.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // _lblInServiceDate
     //
     this._lblInServiceDate.Font      = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._lblInServiceDate.Location  = new System.Drawing.Point(6, 123);
     this._lblInServiceDate.Name      = "_lblInServiceDate";
     this._lblInServiceDate.Size      = new System.Drawing.Size(120, 16);
     this._lblInServiceDate.TabIndex  = 102;
     this._lblInServiceDate.Text      = "In Service Date";
     this._lblInServiceDate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // dtpInServiceDate
     //
     this.dtpInServiceDate.Format        = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpInServiceDate.Location      = new System.Drawing.Point(132, 123);
     this.dtpInServiceDate.MaxDate       = new System.DateTime(2028, 8, 2, 0, 0, 0, 0);
     this.dtpInServiceDate.MinDate       = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
     this.dtpInServiceDate.Name          = "dtpInServiceDate";
     this.dtpInServiceDate.Size          = new System.Drawing.Size(144, 21);
     this.dtpInServiceDate.TabIndex      = 0;
     this.dtpInServiceDate.ValueChanged += new System.EventHandler(this.OnValidateForm);
     //
     // btnOK
     //
     this.btnOK.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOK.BackColor               = System.Drawing.SystemColors.Control;
     this.btnOK.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.btnOK.Location                = new System.Drawing.Point(159, 228);
     this.btnOK.Name                    = "btnOK";
     this.btnOK.Size                    = new System.Drawing.Size(104, 23);
     this.btnOK.TabIndex                = 2;
     this.btnOK.Text                    = "&OK";
     this.btnOK.UseVisualStyleBackColor = false;
     this.btnOK.Click                  += new System.EventHandler(this.OnCmdClick);
     //
     // btnCancel
     //
     this.btnCancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.BackColor               = System.Drawing.SystemColors.Control;
     this.btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location                = new System.Drawing.Point(270, 228);
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.Size                    = new System.Drawing.Size(104, 23);
     this.btnCancel.TabIndex                = 3;
     this.btnCancel.Text                    = "&Cancel";
     this.btnCancel.UseVisualStyleBackColor = false;
     this.btnCancel.Click                  += new System.EventHandler(this.OnCmdClick);
     //
     // mStatusDS
     //
     this.mStatusDS.DataSetName             = "SelectionList";
     this.mStatusDS.Locale                  = new System.Globalization.CultureInfo("en-US");
     this.mStatusDS.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // dlgBatteryItem
     //
     this.AcceptButton      = this.btnOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(378, 256);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this._fraBattery);
     this.Controls.Add(this.txtComments);
     this.Controls.Add(this._lblComments);
     this.Font            = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((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            = "dlgBatteryItem";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Battery";
     this.Load           += new System.EventHandler(this.OnFormLoad);
     ((System.ComponentModel.ISupportInitialize)(this.mTypes)).EndInit();
     this._fraBattery.ResumeLayout(false);
     this._fraBattery.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mTerminals)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mStatusDS)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }