Example #1
0
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.btnClose  = new System.Windows.Forms.Button();
     this.btnEdit   = new System.Windows.Forms.Button();
     this.btnSearch = new System.Windows.Forms.Button();
     this.dataGridViewCrudeDefaultSystemReferenceTable = new System.Windows.Forms.DataGridView();
     this.labelSystemReferenceTableName     = new System.Windows.Forms.Label();
     this.textBoxSystemReferenceTableName   = new System.Windows.Forms.TextBox();
     this.labelSystemReferenceDisplayName   = new System.Windows.Forms.Label();
     this.textBoxSystemReferenceDisplayName = new System.Windows.Forms.TextBox();
     this.labelDateTime          = new System.Windows.Forms.Label();
     this.dateTimePickerDateTime = new System.Windows.Forms.DateTimePicker();
     this.labelUserPicker        = new System.Windows.Forms.Label();
     this.userPicker             = new SolutionNorSolutionPim.UserInterface.DefaultUserPicker();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeDefaultSystemReferenceTable)).BeginInit();
     this.SuspendLayout();
     //
     // btnClose
     //
     this.btnClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.Location = new System.Drawing.Point(433, 218);
     this.btnClose.Name     = "btnClose";
     this.btnClose.Size     = new System.Drawing.Size(92, 22);
     this.btnClose.TabIndex = 1;
     this.btnClose.Text     = "&Close";
     this.btnClose.UseVisualStyleBackColor = true;
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // btnEdit
     //
     this.btnEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnEdit.Location = new System.Drawing.Point(237, 218);
     this.btnEdit.Name     = "btnEdit";
     this.btnEdit.Size     = new System.Drawing.Size(92, 22);
     this.btnEdit.TabIndex = 4;
     this.btnEdit.Text     = "&Edit";
     this.btnEdit.UseVisualStyleBackColor = true;
     this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
     //
     // btnSearch
     //
     this.btnSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSearch.Location = new System.Drawing.Point(334, 218);
     this.btnSearch.Name     = "btnSearch";
     this.btnSearch.Size     = new System.Drawing.Size(92, 22);
     this.btnSearch.TabIndex = 2;
     this.btnSearch.Text     = "&Search";
     this.btnSearch.UseVisualStyleBackColor = true;
     this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // dataGridViewCrudeDefaultSystemReferenceTable
     //
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb((( int )((( byte )(192)))), (( int )((( byte )(192)))), (( int )((( byte )(255)))));
     this.dataGridViewCrudeDefaultSystemReferenceTable.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridViewCrudeDefaultSystemReferenceTable.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.dataGridViewCrudeDefaultSystemReferenceTable.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewCrudeDefaultSystemReferenceTable.Location     = new System.Drawing.Point(12, 115);
     this.dataGridViewCrudeDefaultSystemReferenceTable.Name         = "dataGridViewCrudeDefaultSystemReferenceTable";
     this.dataGridViewCrudeDefaultSystemReferenceTable.Size         = new System.Drawing.Size(511, 96);
     this.dataGridViewCrudeDefaultSystemReferenceTable.TabIndex     = 0;
     this.dataGridViewCrudeDefaultSystemReferenceTable.DoubleClick += new System.EventHandler(this.dataGridViewCrudeDefaultSystemReferenceTable_DoubleClick);
     //
     // labelSystemReferenceTableName
     //
     this.labelSystemReferenceTableName.AutoSize = true;
     this.labelSystemReferenceTableName.Location = new System.Drawing.Point(11, 13);
     this.labelSystemReferenceTableName.Name     = "labelSystemReferenceTableName";
     this.labelSystemReferenceTableName.Size     = new System.Drawing.Size(158, 13);
     this.labelSystemReferenceTableName.TabIndex = 2;
     this.labelSystemReferenceTableName.Text     = "System Reference Table Name:";
     //
     // textBoxSystemReferenceTableName
     //
     this.textBoxSystemReferenceTableName.Location = new System.Drawing.Point(191, 13);
     this.textBoxSystemReferenceTableName.Name     = "textBoxSystemReferenceTableName";
     this.textBoxSystemReferenceTableName.Size     = new System.Drawing.Size(332, 20);
     this.textBoxSystemReferenceTableName.TabIndex = 3;
     //
     // labelSystemReferenceDisplayName
     //
     this.labelSystemReferenceDisplayName.AutoSize = true;
     this.labelSystemReferenceDisplayName.Location = new System.Drawing.Point(11, 36);
     this.labelSystemReferenceDisplayName.Name     = "labelSystemReferenceDisplayName";
     this.labelSystemReferenceDisplayName.Size     = new System.Drawing.Size(165, 13);
     this.labelSystemReferenceDisplayName.TabIndex = 4;
     this.labelSystemReferenceDisplayName.Text     = "System Reference Display Name:";
     //
     // textBoxSystemReferenceDisplayName
     //
     this.textBoxSystemReferenceDisplayName.Location = new System.Drawing.Point(191, 36);
     this.textBoxSystemReferenceDisplayName.Name     = "textBoxSystemReferenceDisplayName";
     this.textBoxSystemReferenceDisplayName.Size     = new System.Drawing.Size(332, 20);
     this.textBoxSystemReferenceDisplayName.TabIndex = 5;
     //
     // labelDateTime
     //
     this.labelDateTime.AutoSize = true;
     this.labelDateTime.Location = new System.Drawing.Point(11, 59);
     this.labelDateTime.Name     = "labelDateTime";
     this.labelDateTime.Size     = new System.Drawing.Size(59, 13);
     this.labelDateTime.TabIndex = 6;
     this.labelDateTime.Text     = "Date Time:";
     //
     // dateTimePickerDateTime
     //
     this.dateTimePickerDateTime.Checked      = false;
     this.dateTimePickerDateTime.Location     = new System.Drawing.Point(191, 59);
     this.dateTimePickerDateTime.Name         = "dateTimePickerDateTime";
     this.dateTimePickerDateTime.ShowCheckBox = true;
     this.dateTimePickerDateTime.Size         = new System.Drawing.Size(332, 20);
     this.dateTimePickerDateTime.TabIndex     = 7;
     //
     // labelUserPicker
     //
     this.labelUserPicker.AutoSize = true;
     this.labelUserPicker.Location = new System.Drawing.Point(11, 82);
     this.labelUserPicker.Name     = "labelUserPicker";
     this.labelUserPicker.Size     = new System.Drawing.Size(35, 13);
     this.labelUserPicker.TabIndex = 8;
     this.labelUserPicker.Text     = "User :"******"userPicker";
     this.userPicker.SelectedValue = new System.Guid("00000000-0000-0000-0000-000000000000");
     this.userPicker.Size          = new System.Drawing.Size(332, 20);
     this.userPicker.TabIndex      = 9;
     //
     // DefaultSystemReferenceTableSearch
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(526, 241);
     this.Controls.Add(this.btnSearch);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnEdit);
     this.Controls.Add(this.dataGridViewCrudeDefaultSystemReferenceTable);
     this.Controls.Add(this.labelSystemReferenceTableName);
     this.Controls.Add(this.textBoxSystemReferenceTableName);
     this.Controls.Add(this.labelSystemReferenceDisplayName);
     this.Controls.Add(this.textBoxSystemReferenceDisplayName);
     this.Controls.Add(this.labelDateTime);
     this.Controls.Add(this.dateTimePickerDateTime);
     this.Controls.Add(this.labelUserPicker);
     this.Controls.Add(this.userPicker);
     this.Name = "DefaultSystemReferenceTableSearch";
     this.Text = "System Reference Table Search";
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeDefaultSystemReferenceTable)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        private void InitializeComponent()
        {
            this.buttonClose                  = new System.Windows.Forms.Button();
            this.buttonSave                   = new System.Windows.Forms.Button();
            this.labelFromDateTime            = new System.Windows.Forms.Label();
            this.dateTimePickerFromDateTime   = new System.Windows.Forms.DateTimePicker();
            this.labelUntilDateTime           = new System.Windows.Forms.Label();
            this.dateTimePickerUntilDateTime  = new System.Windows.Forms.DateTimePicker();
            this.labelAmount                  = new System.Windows.Forms.Label();
            this.maskedTextBoxAmount          = new System.Windows.Forms.MaskedTextBox();
            this.labelFinancialCurrencyPicker = new System.Windows.Forms.Label();
            this.financialCurrencyPicker      = new FinancialCurrencyPicker();
            this.labelUserPicker              = new System.Windows.Forms.Label();
            this.userPicker                   = new DefaultUserPicker();
            this.labelDateTime                = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime       = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            //
            // labelFromDateTime
            //
            this.labelFromDateTime.AutoSize = true;
            this.labelFromDateTime.Location = new System.Drawing.Point(11, 13);
            this.labelFromDateTime.Name     = "labelFromDateTime";
            this.labelFromDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelFromDateTime.TabIndex = 2;
            this.labelFromDateTime.Text     = "From Date Time:";
            //
            //dateTimePickerFromDateTime
            //
            this.dateTimePickerFromDateTime.Location     = new System.Drawing.Point(140, 13);
            this.dateTimePickerFromDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerFromDateTime.Name         = "dateTimePickerFromDateTime";
            this.dateTimePickerFromDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerFromDateTime.TabIndex     = 3;
            this.dateTimePickerFromDateTime.Checked      = false;
            this.dateTimePickerFromDateTime.ShowCheckBox = true;
            //
            // labelUntilDateTime
            //
            this.labelUntilDateTime.AutoSize = true;
            this.labelUntilDateTime.Location = new System.Drawing.Point(11, 36);
            this.labelUntilDateTime.Name     = "labelUntilDateTime";
            this.labelUntilDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelUntilDateTime.TabIndex = 4;
            this.labelUntilDateTime.Text     = "Until Date Time:";
            //
            //dateTimePickerUntilDateTime
            //
            this.dateTimePickerUntilDateTime.Location     = new System.Drawing.Point(140, 36);
            this.dateTimePickerUntilDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerUntilDateTime.Name         = "dateTimePickerUntilDateTime";
            this.dateTimePickerUntilDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerUntilDateTime.TabIndex     = 5;
            this.dateTimePickerUntilDateTime.Checked      = false;
            this.dateTimePickerUntilDateTime.ShowCheckBox = true;
            //
            // labelAmount
            //
            this.labelAmount.AutoSize = true;
            this.labelAmount.Location = new System.Drawing.Point(11, 59);
            this.labelAmount.Name     = "labelAmount";
            this.labelAmount.Size     = new System.Drawing.Size(71, 13);
            this.labelAmount.TabIndex = 6;
            this.labelAmount.Text     = "Amount:";
            //
            //maskedTextBoxAmount
            //
            this.maskedTextBoxAmount.Location = new System.Drawing.Point(140, 59);
            this.maskedTextBoxAmount.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxAmount.Name     = "maskedTextBoxAmount";
            this.maskedTextBoxAmount.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxAmount.TabIndex = 7;
            //
            // labelFinancialCurrencyPicker
            //
            this.labelFinancialCurrencyPicker.AutoSize = true;
            this.labelFinancialCurrencyPicker.Location = new System.Drawing.Point(11, 82);
            this.labelFinancialCurrencyPicker.Name     = "labelFinancialCurrencyPicker";
            this.labelFinancialCurrencyPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCurrencyPicker.TabIndex = 8;
            this.labelFinancialCurrencyPicker.Text     = "Financial Currency:";
            //
            //financialCurrencyPicker
            //
            this.financialCurrencyPicker.Location = new System.Drawing.Point(140, 82);
            this.financialCurrencyPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialCurrencyPicker.Name     = "financialCurrencyPicker";
            this.financialCurrencyPicker.Size     = new System.Drawing.Size(250, 20);
            this.financialCurrencyPicker.TabIndex = 9;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 105);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 10;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 11;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 128);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 12;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(140, 128);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 13;
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(298, 151);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(198, 151);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(402, 179);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeFinancialHotelBookingEdit";
            this.Text = "Financial Hotel Booking Edit";
            this.Controls.Add(this.labelFromDateTime);
            this.Controls.Add(this.dateTimePickerFromDateTime);
            this.Controls.Add(this.labelUntilDateTime);
            this.Controls.Add(this.dateTimePickerUntilDateTime);
            this.Controls.Add(this.labelAmount);
            this.Controls.Add(this.maskedTextBoxAmount);
            this.Controls.Add(this.labelFinancialCurrencyPicker);
            this.Controls.Add(this.financialCurrencyPicker);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonCrudeBookingPassengerSeatAdd    = new System.Windows.Forms.Button();
            this.buttonCrudeBookingPassengerSeatEdit   = new System.Windows.Forms.Button();
            this.buttonCrudeBookingPassengerSeatSearch = new System.Windows.Forms.Button();
            this.dataGridViewCrudeBookingPassengerSeat = new System.Windows.Forms.DataGridView();
            this.labelSeatNumber        = new System.Windows.Forms.Label();
            this.textBoxSeatNumber      = new System.Windows.Forms.TextBox();
            this.labelDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime = new System.Windows.Forms.TextBox();
            this.labelUserPicker        = new System.Windows.Forms.Label();
            this.userPicker             = new DefaultUserPicker();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeBookingPassengerSeat)).BeginInit();
            this.SuspendLayout();
            //
            // labelSeatNumber
            //
            this.labelSeatNumber.AutoSize = true;
            this.labelSeatNumber.Location = new System.Drawing.Point(11, 13);
            this.labelSeatNumber.Name     = "labelSeatNumber";
            this.labelSeatNumber.Size     = new System.Drawing.Size(71, 13);
            this.labelSeatNumber.TabIndex = 2;
            this.labelSeatNumber.Text     = "Seat Number:";
            //
            //textBoxSeatNumber
            //
            this.textBoxSeatNumber.Location = new System.Drawing.Point(140, 13);
            this.textBoxSeatNumber.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxSeatNumber.Name     = "textBoxSeatNumber";
            this.textBoxSeatNumber.Size     = new System.Drawing.Size(250, 20);
            this.textBoxSeatNumber.TabIndex = 3;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 36);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 4;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(140, 36);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 5;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 59);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 6;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 7;
            //
            // dataGridViewCrudeBookingPassengerSeat
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeBookingPassengerSeat.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeBookingPassengerSeat.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                                                      | System.Windows.Forms.AnchorStyles.Right)));
            this.dataGridViewCrudeBookingPassengerSeat.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeBookingPassengerSeat.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeBookingPassengerSeat.Location      = new System.Drawing.Point(12, 92);
            this.dataGridViewCrudeBookingPassengerSeat.Name          = "dataGridViewCrudeBookingPassengerSeat";
            this.dataGridViewCrudeBookingPassengerSeat.Size          = new System.Drawing.Size(378, 96);
            this.dataGridViewCrudeBookingPassengerSeat.TabIndex      = 0;
            this.dataGridViewCrudeBookingPassengerSeat.ReadOnly      = true;
            this.dataGridViewCrudeBookingPassengerSeat.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeBookingPassengerSeat_DoubleClick);
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(298, 195);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonCrudeBookingPassengerSeatSearch
            //
            this.buttonCrudeBookingPassengerSeatSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeBookingPassengerSeatSearch.Location = new System.Drawing.Point(198, 195);
            this.buttonCrudeBookingPassengerSeatSearch.Name     = "buttonCrudeBookingPassengerSeatSearch";
            this.buttonCrudeBookingPassengerSeatSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeBookingPassengerSeatSearch.TabIndex = 2;
            this.buttonCrudeBookingPassengerSeatSearch.Text     = "&Search";
            this.buttonCrudeBookingPassengerSeatSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeBookingPassengerSeatSearch.Click += new System.EventHandler(this.buttonCrudeBookingPassengerSeatSearch_Click);
            //
            // buttonCrudeBookingPassengerSeatAdd
            //
            this.buttonCrudeBookingPassengerSeatAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeBookingPassengerSeatAdd.Location = new System.Drawing.Point(98, 195);
            this.buttonCrudeBookingPassengerSeatAdd.Name     = "buttonCrudeBookingPassengerSeatAdd";
            this.buttonCrudeBookingPassengerSeatAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeBookingPassengerSeatAdd.TabIndex = 3;
            this.buttonCrudeBookingPassengerSeatAdd.Text     = "&Add";
            this.buttonCrudeBookingPassengerSeatAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeBookingPassengerSeatAdd.Click += new System.EventHandler(this.buttonCrudeBookingPassengerSeatAdd_Click);
            //
            // buttonCrudeBookingPassengerSeatEdit
            //
            this.buttonCrudeBookingPassengerSeatEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeBookingPassengerSeatEdit.Location = new System.Drawing.Point(-2, 195);
            this.buttonCrudeBookingPassengerSeatEdit.Name     = "buttonCrudeBookingPassengerSeatEdit";
            this.buttonCrudeBookingPassengerSeatEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeBookingPassengerSeatEdit.TabIndex = 4;
            this.buttonCrudeBookingPassengerSeatEdit.Text     = "&Edit";
            this.buttonCrudeBookingPassengerSeatEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeBookingPassengerSeatEdit.Click += new System.EventHandler(this.buttonCrudeBookingPassengerSeatEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(402, 223);
            this.Controls.Add(this.buttonCrudeBookingPassengerSeatSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeBookingPassengerSeatAdd);
            this.Controls.Add(this.buttonCrudeBookingPassengerSeatEdit);
            this.Controls.Add(this.dataGridViewCrudeBookingPassengerSeat);
            this.Name = "CrudeBookingPassengerSeatSearch";
            this.Text = "Booking Passenger Seat Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeBookingPassengerSeat)).EndInit();
            this.Controls.Add(this.labelSeatNumber);
            this.Controls.Add(this.textBoxSeatNumber);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        private void InitializeComponent()
        {
            this.buttonClose        = new System.Windows.Forms.Button();
            this.buttonSave         = new System.Windows.Forms.Button();
            this.labelDate          = new System.Windows.Forms.Label();
            this.dateTimePickerDate = new System.Windows.Forms.DateTimePicker();
            this.labelReportingRoundupTypeRefCombo = new System.Windows.Forms.Label();
            this.reportingRoundupTypeRefCombo      = new ReportingRoundupTypeRefCombo();
            this.labelReportingReferenceCode       = new System.Windows.Forms.Label();
            this.textBoxReportingReferenceCode     = new System.Windows.Forms.TextBox();
            this.labelCountNumber         = new System.Windows.Forms.Label();
            this.maskedTextBoxCountNumber = new System.Windows.Forms.MaskedTextBox();
            this.labelUserPicker          = new System.Windows.Forms.Label();
            this.userPicker             = new DefaultUserPicker();
            this.labelDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            //
            // labelDate
            //
            this.labelDate.AutoSize = true;
            this.labelDate.Location = new System.Drawing.Point(11, 13);
            this.labelDate.Name     = "labelDate";
            this.labelDate.Size     = new System.Drawing.Size(71, 13);
            this.labelDate.TabIndex = 2;
            this.labelDate.Text     = "Date:";
            //
            //dateTimePickerDate
            //
            this.dateTimePickerDate.Location     = new System.Drawing.Point(168, 13);
            this.dateTimePickerDate.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDate.Name         = "dateTimePickerDate";
            this.dateTimePickerDate.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerDate.TabIndex     = 3;
            this.dateTimePickerDate.Checked      = false;
            this.dateTimePickerDate.ShowCheckBox = true;
            //
            // labelReportingRoundupTypeRefCombo
            //
            this.labelReportingRoundupTypeRefCombo.AutoSize = true;
            this.labelReportingRoundupTypeRefCombo.Location = new System.Drawing.Point(11, 36);
            this.labelReportingRoundupTypeRefCombo.Name     = "labelReportingRoundupTypeRefCombo";
            this.labelReportingRoundupTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelReportingRoundupTypeRefCombo.TabIndex = 4;
            this.labelReportingRoundupTypeRefCombo.Text     = "Reporting Roundup Type:";
            //
            //reportingRoundupTypeRefCombo
            //
            this.reportingRoundupTypeRefCombo.Location = new System.Drawing.Point(168, 36);
            this.reportingRoundupTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.reportingRoundupTypeRefCombo.Name     = "reportingRoundupTypeRefCombo";
            this.reportingRoundupTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.reportingRoundupTypeRefCombo.TabIndex = 5;
            //
            // labelReportingReferenceCode
            //
            this.labelReportingReferenceCode.AutoSize = true;
            this.labelReportingReferenceCode.Location = new System.Drawing.Point(11, 59);
            this.labelReportingReferenceCode.Name     = "labelReportingReferenceCode";
            this.labelReportingReferenceCode.Size     = new System.Drawing.Size(71, 13);
            this.labelReportingReferenceCode.TabIndex = 6;
            this.labelReportingReferenceCode.Text     = "Reporting Reference Code:";
            //
            //textBoxReportingReferenceCode
            //
            this.textBoxReportingReferenceCode.Location = new System.Drawing.Point(168, 59);
            this.textBoxReportingReferenceCode.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxReportingReferenceCode.Name     = "textBoxReportingReferenceCode";
            this.textBoxReportingReferenceCode.Size     = new System.Drawing.Size(250, 20);
            this.textBoxReportingReferenceCode.TabIndex = 7;
            //
            // labelCountNumber
            //
            this.labelCountNumber.AutoSize = true;
            this.labelCountNumber.Location = new System.Drawing.Point(11, 82);
            this.labelCountNumber.Name     = "labelCountNumber";
            this.labelCountNumber.Size     = new System.Drawing.Size(71, 13);
            this.labelCountNumber.TabIndex = 8;
            this.labelCountNumber.Text     = "Count Number:";
            //
            //maskedTextBoxCountNumber
            //
            this.maskedTextBoxCountNumber.Location = new System.Drawing.Point(168, 82);
            this.maskedTextBoxCountNumber.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxCountNumber.Name     = "maskedTextBoxCountNumber";
            this.maskedTextBoxCountNumber.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxCountNumber.TabIndex = 9;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 105);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 10;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 11;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 128);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 12;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(168, 128);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 13;
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(326, 151);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(226, 151);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(430, 179);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeReportingRoundupEdit";
            this.Text = "Reporting Roundup Edit";
            this.Controls.Add(this.labelDate);
            this.Controls.Add(this.dateTimePickerDate);
            this.Controls.Add(this.labelReportingRoundupTypeRefCombo);
            this.Controls.Add(this.reportingRoundupTypeRefCombo);
            this.Controls.Add(this.labelReportingReferenceCode);
            this.Controls.Add(this.textBoxReportingReferenceCode);
            this.Controls.Add(this.labelCountNumber);
            this.Controls.Add(this.maskedTextBoxCountNumber);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Example #5
0
        private void InitializeComponent()
        {
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonSave  = new System.Windows.Forms.Button();
            this.labelAircraftIdentifierTypeRefCombo = new System.Windows.Forms.Label();
            this.aircraftIdentifierTypeRefCombo      = new AircraftIdentifierTypeRefCombo();
            this.labelAircraftIdentifierCode         = new System.Windows.Forms.Label();
            this.textBoxAircraftIdentifierCode       = new System.Windows.Forms.TextBox();
            this.labelUserPicker        = new System.Windows.Forms.Label();
            this.userPicker             = new DefaultUserPicker();
            this.labelDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            //
            // labelAircraftIdentifierTypeRefCombo
            //
            this.labelAircraftIdentifierTypeRefCombo.AutoSize = true;
            this.labelAircraftIdentifierTypeRefCombo.Location = new System.Drawing.Point(11, 13);
            this.labelAircraftIdentifierTypeRefCombo.Name     = "labelAircraftIdentifierTypeRefCombo";
            this.labelAircraftIdentifierTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelAircraftIdentifierTypeRefCombo.TabIndex = 2;
            this.labelAircraftIdentifierTypeRefCombo.Text     = "Aircraft Identifier Type:";
            //
            //aircraftIdentifierTypeRefCombo
            //
            this.aircraftIdentifierTypeRefCombo.Location = new System.Drawing.Point(168, 13);
            this.aircraftIdentifierTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.aircraftIdentifierTypeRefCombo.Name     = "aircraftIdentifierTypeRefCombo";
            this.aircraftIdentifierTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.aircraftIdentifierTypeRefCombo.TabIndex = 3;
            //
            // labelAircraftIdentifierCode
            //
            this.labelAircraftIdentifierCode.AutoSize = true;
            this.labelAircraftIdentifierCode.Location = new System.Drawing.Point(11, 36);
            this.labelAircraftIdentifierCode.Name     = "labelAircraftIdentifierCode";
            this.labelAircraftIdentifierCode.Size     = new System.Drawing.Size(71, 13);
            this.labelAircraftIdentifierCode.TabIndex = 4;
            this.labelAircraftIdentifierCode.Text     = "Aircraft Identifier Code:";
            //
            //textBoxAircraftIdentifierCode
            //
            this.textBoxAircraftIdentifierCode.Location = new System.Drawing.Point(168, 36);
            this.textBoxAircraftIdentifierCode.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxAircraftIdentifierCode.Name     = "textBoxAircraftIdentifierCode";
            this.textBoxAircraftIdentifierCode.Size     = new System.Drawing.Size(250, 20);
            this.textBoxAircraftIdentifierCode.TabIndex = 5;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 59);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 6;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 7;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 82);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 8;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(168, 82);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 9;
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(326, 105);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(226, 105);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(430, 133);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeAircraftIdentifierEdit";
            this.Text = "Aircraft Identifier Edit";
            this.Controls.Add(this.labelAircraftIdentifierTypeRefCombo);
            this.Controls.Add(this.aircraftIdentifierTypeRefCombo);
            this.Controls.Add(this.labelAircraftIdentifierCode);
            this.Controls.Add(this.textBoxAircraftIdentifierCode);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Example #6
0
        private void InitializeComponent()
        {
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonSave  = new System.Windows.Forms.Button();
            this.labelFinancialFareTypeRefCombo         = new System.Windows.Forms.Label();
            this.financialFareTypeRefCombo              = new FinancialFareTypeRefCombo();
            this.labelDepartureAirportPicker            = new System.Windows.Forms.Label();
            this.departureAirportPicker                 = new AirportPicker();
            this.labelArrivalAirportPicker              = new System.Windows.Forms.Label();
            this.arrivalAirportPicker                   = new AirportPicker();
            this.labelValidFromFlightDateTime           = new System.Windows.Forms.Label();
            this.dateTimePickerValidFromFlightDateTime  = new System.Windows.Forms.DateTimePicker();
            this.labelValidUntilFlightDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerValidUntilFlightDateTime = new System.Windows.Forms.DateTimePicker();
            this.labelAmount                  = new System.Windows.Forms.Label();
            this.maskedTextBoxAmount          = new System.Windows.Forms.MaskedTextBox();
            this.labelFinancialCurrencyPicker = new System.Windows.Forms.Label();
            this.financialCurrencyPicker      = new FinancialCurrencyPicker();
            this.labelUserPicker              = new System.Windows.Forms.Label();
            this.userPicker             = new DefaultUserPicker();
            this.labelDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            //
            // labelFinancialFareTypeRefCombo
            //
            this.labelFinancialFareTypeRefCombo.AutoSize = true;
            this.labelFinancialFareTypeRefCombo.Location = new System.Drawing.Point(11, 13);
            this.labelFinancialFareTypeRefCombo.Name     = "labelFinancialFareTypeRefCombo";
            this.labelFinancialFareTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialFareTypeRefCombo.TabIndex = 2;
            this.labelFinancialFareTypeRefCombo.Text     = "Financial Fare Type:";
            //
            //financialFareTypeRefCombo
            //
            this.financialFareTypeRefCombo.Location = new System.Drawing.Point(196, 13);
            this.financialFareTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialFareTypeRefCombo.Name     = "financialFareTypeRefCombo";
            this.financialFareTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.financialFareTypeRefCombo.TabIndex = 3;
            //
            // labelDepartureAirportPicker
            //
            this.labelDepartureAirportPicker.AutoSize = true;
            this.labelDepartureAirportPicker.Location = new System.Drawing.Point(11, 36);
            this.labelDepartureAirportPicker.Name     = "labelDepartureAirportPicker";
            this.labelDepartureAirportPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelDepartureAirportPicker.TabIndex = 4;
            this.labelDepartureAirportPicker.Text     = "Departure Airport:";
            //
            //departureAirportPicker
            //
            this.departureAirportPicker.Location = new System.Drawing.Point(196, 36);
            this.departureAirportPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.departureAirportPicker.Name     = "departureAirportPicker";
            this.departureAirportPicker.Size     = new System.Drawing.Size(250, 20);
            this.departureAirportPicker.TabIndex = 5;
            //
            // labelArrivalAirportPicker
            //
            this.labelArrivalAirportPicker.AutoSize = true;
            this.labelArrivalAirportPicker.Location = new System.Drawing.Point(11, 59);
            this.labelArrivalAirportPicker.Name     = "labelArrivalAirportPicker";
            this.labelArrivalAirportPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelArrivalAirportPicker.TabIndex = 6;
            this.labelArrivalAirportPicker.Text     = "Arrival Airport:";
            //
            //arrivalAirportPicker
            //
            this.arrivalAirportPicker.Location = new System.Drawing.Point(196, 59);
            this.arrivalAirportPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.arrivalAirportPicker.Name     = "arrivalAirportPicker";
            this.arrivalAirportPicker.Size     = new System.Drawing.Size(250, 20);
            this.arrivalAirportPicker.TabIndex = 7;
            //
            // labelValidFromFlightDateTime
            //
            this.labelValidFromFlightDateTime.AutoSize = true;
            this.labelValidFromFlightDateTime.Location = new System.Drawing.Point(11, 82);
            this.labelValidFromFlightDateTime.Name     = "labelValidFromFlightDateTime";
            this.labelValidFromFlightDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelValidFromFlightDateTime.TabIndex = 8;
            this.labelValidFromFlightDateTime.Text     = "Valid From Flight Date Time:";
            //
            //dateTimePickerValidFromFlightDateTime
            //
            this.dateTimePickerValidFromFlightDateTime.Location     = new System.Drawing.Point(196, 82);
            this.dateTimePickerValidFromFlightDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerValidFromFlightDateTime.Name         = "dateTimePickerValidFromFlightDateTime";
            this.dateTimePickerValidFromFlightDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerValidFromFlightDateTime.TabIndex     = 9;
            this.dateTimePickerValidFromFlightDateTime.Checked      = false;
            this.dateTimePickerValidFromFlightDateTime.ShowCheckBox = true;
            //
            // labelValidUntilFlightDateTime
            //
            this.labelValidUntilFlightDateTime.AutoSize = true;
            this.labelValidUntilFlightDateTime.Location = new System.Drawing.Point(11, 105);
            this.labelValidUntilFlightDateTime.Name     = "labelValidUntilFlightDateTime";
            this.labelValidUntilFlightDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelValidUntilFlightDateTime.TabIndex = 10;
            this.labelValidUntilFlightDateTime.Text     = "Valid Until Flight Date Time:";
            //
            //dateTimePickerValidUntilFlightDateTime
            //
            this.dateTimePickerValidUntilFlightDateTime.Location     = new System.Drawing.Point(196, 105);
            this.dateTimePickerValidUntilFlightDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerValidUntilFlightDateTime.Name         = "dateTimePickerValidUntilFlightDateTime";
            this.dateTimePickerValidUntilFlightDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerValidUntilFlightDateTime.TabIndex     = 11;
            this.dateTimePickerValidUntilFlightDateTime.Checked      = false;
            this.dateTimePickerValidUntilFlightDateTime.ShowCheckBox = true;
            //
            // labelAmount
            //
            this.labelAmount.AutoSize = true;
            this.labelAmount.Location = new System.Drawing.Point(11, 128);
            this.labelAmount.Name     = "labelAmount";
            this.labelAmount.Size     = new System.Drawing.Size(71, 13);
            this.labelAmount.TabIndex = 12;
            this.labelAmount.Text     = "Amount:";
            //
            //maskedTextBoxAmount
            //
            this.maskedTextBoxAmount.Location = new System.Drawing.Point(196, 128);
            this.maskedTextBoxAmount.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxAmount.Name     = "maskedTextBoxAmount";
            this.maskedTextBoxAmount.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxAmount.TabIndex = 13;
            //
            // labelFinancialCurrencyPicker
            //
            this.labelFinancialCurrencyPicker.AutoSize = true;
            this.labelFinancialCurrencyPicker.Location = new System.Drawing.Point(11, 151);
            this.labelFinancialCurrencyPicker.Name     = "labelFinancialCurrencyPicker";
            this.labelFinancialCurrencyPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCurrencyPicker.TabIndex = 14;
            this.labelFinancialCurrencyPicker.Text     = "Financial Currency:";
            //
            //financialCurrencyPicker
            //
            this.financialCurrencyPicker.Location = new System.Drawing.Point(196, 151);
            this.financialCurrencyPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialCurrencyPicker.Name     = "financialCurrencyPicker";
            this.financialCurrencyPicker.Size     = new System.Drawing.Size(250, 20);
            this.financialCurrencyPicker.TabIndex = 15;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 174);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 16;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 17;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 197);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 18;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(196, 197);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 19;
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(354, 220);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(254, 220);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(458, 248);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeFinancialFareEdit";
            this.Text = "Financial Fare Edit";
            this.Controls.Add(this.labelFinancialFareTypeRefCombo);
            this.Controls.Add(this.financialFareTypeRefCombo);
            this.Controls.Add(this.labelDepartureAirportPicker);
            this.Controls.Add(this.departureAirportPicker);
            this.Controls.Add(this.labelArrivalAirportPicker);
            this.Controls.Add(this.arrivalAirportPicker);
            this.Controls.Add(this.labelValidFromFlightDateTime);
            this.Controls.Add(this.dateTimePickerValidFromFlightDateTime);
            this.Controls.Add(this.labelValidUntilFlightDateTime);
            this.Controls.Add(this.dateTimePickerValidUntilFlightDateTime);
            this.Controls.Add(this.labelAmount);
            this.Controls.Add(this.maskedTextBoxAmount);
            this.Controls.Add(this.labelFinancialCurrencyPicker);
            this.Controls.Add(this.financialCurrencyPicker);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Example #7
0
        private void InitializeComponent()
        {
            this.buttonClose                      = new System.Windows.Forms.Button();
            this.buttonSave                       = new System.Windows.Forms.Button();
            this.labelAirportName                 = new System.Windows.Forms.Label();
            this.textBoxAirportName               = new System.Windows.Forms.TextBox();
            this.labelAirportTypeRefCombo         = new System.Windows.Forms.Label();
            this.airportTypeRefCombo              = new AirportTypeRefCombo();
            this.labelCityPicker                  = new System.Windows.Forms.Label();
            this.cityPicker                       = new CityPicker();
            this.labelUtcOffset                   = new System.Windows.Forms.Label();
            this.maskedTextBoxUtcOffset           = new System.Windows.Forms.MaskedTextBox();
            this.labelElevationInMeters           = new System.Windows.Forms.Label();
            this.maskedTextBoxElevationInMeters   = new System.Windows.Forms.MaskedTextBox();
            this.labelRunwayInMeters              = new System.Windows.Forms.Label();
            this.maskedTextBoxRunwayInMeters      = new System.Windows.Forms.MaskedTextBox();
            this.labelLatitude                    = new System.Windows.Forms.Label();
            this.textBoxLatitude                  = new System.Windows.Forms.TextBox();
            this.labelLongitude                   = new System.Windows.Forms.Label();
            this.textBoxLongitude                 = new System.Windows.Forms.TextBox();
            this.labelVariation                   = new System.Windows.Forms.Label();
            this.textBoxVariation                 = new System.Windows.Forms.TextBox();
            this.labelAttendance                  = new System.Windows.Forms.Label();
            this.textBoxAttendance                = new System.Windows.Forms.TextBox();
            this.labelControlTowerFlag            = new System.Windows.Forms.Label();
            this.checkBoxControlTowerFlag         = new System.Windows.Forms.CheckBox();
            this.labelActivationDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerActivationDateTime = new System.Windows.Forms.DateTimePicker();
            this.labelUserPicker                  = new System.Windows.Forms.Label();
            this.userPicker                       = new DefaultUserPicker();
            this.labelDateTime                    = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime           = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            //
            // labelAirportName
            //
            this.labelAirportName.AutoSize = true;
            this.labelAirportName.Location = new System.Drawing.Point(11, 13);
            this.labelAirportName.Name     = "labelAirportName";
            this.labelAirportName.Size     = new System.Drawing.Size(71, 13);
            this.labelAirportName.TabIndex = 2;
            this.labelAirportName.Text     = "Airport Name:";
            //
            //textBoxAirportName
            //
            this.textBoxAirportName.Location = new System.Drawing.Point(140, 13);
            this.textBoxAirportName.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxAirportName.Name     = "textBoxAirportName";
            this.textBoxAirportName.Size     = new System.Drawing.Size(250, 20);
            this.textBoxAirportName.TabIndex = 3;
            //
            // labelAirportTypeRefCombo
            //
            this.labelAirportTypeRefCombo.AutoSize = true;
            this.labelAirportTypeRefCombo.Location = new System.Drawing.Point(11, 36);
            this.labelAirportTypeRefCombo.Name     = "labelAirportTypeRefCombo";
            this.labelAirportTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelAirportTypeRefCombo.TabIndex = 4;
            this.labelAirportTypeRefCombo.Text     = "Airport Type:";
            //
            //airportTypeRefCombo
            //
            this.airportTypeRefCombo.Location = new System.Drawing.Point(140, 36);
            this.airportTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.airportTypeRefCombo.Name     = "airportTypeRefCombo";
            this.airportTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.airportTypeRefCombo.TabIndex = 5;
            //
            // labelCityPicker
            //
            this.labelCityPicker.AutoSize = true;
            this.labelCityPicker.Location = new System.Drawing.Point(11, 59);
            this.labelCityPicker.Name     = "labelCityPicker";
            this.labelCityPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelCityPicker.TabIndex = 6;
            this.labelCityPicker.Text     = "City:";
            //
            //cityPicker
            //
            this.cityPicker.Location = new System.Drawing.Point(140, 59);
            this.cityPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.cityPicker.Name     = "cityPicker";
            this.cityPicker.Size     = new System.Drawing.Size(250, 20);
            this.cityPicker.TabIndex = 7;
            //
            // labelUtcOffset
            //
            this.labelUtcOffset.AutoSize = true;
            this.labelUtcOffset.Location = new System.Drawing.Point(11, 82);
            this.labelUtcOffset.Name     = "labelUtcOffset";
            this.labelUtcOffset.Size     = new System.Drawing.Size(71, 13);
            this.labelUtcOffset.TabIndex = 8;
            this.labelUtcOffset.Text     = "Utc Offset:";
            //
            //maskedTextBoxUtcOffset
            //
            this.maskedTextBoxUtcOffset.Location = new System.Drawing.Point(140, 82);
            this.maskedTextBoxUtcOffset.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxUtcOffset.Name     = "maskedTextBoxUtcOffset";
            this.maskedTextBoxUtcOffset.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxUtcOffset.TabIndex = 9;
            //
            // labelElevationInMeters
            //
            this.labelElevationInMeters.AutoSize = true;
            this.labelElevationInMeters.Location = new System.Drawing.Point(11, 105);
            this.labelElevationInMeters.Name     = "labelElevationInMeters";
            this.labelElevationInMeters.Size     = new System.Drawing.Size(71, 13);
            this.labelElevationInMeters.TabIndex = 10;
            this.labelElevationInMeters.Text     = "Elevation In Meters:";
            //
            //maskedTextBoxElevationInMeters
            //
            this.maskedTextBoxElevationInMeters.Location = new System.Drawing.Point(140, 105);
            this.maskedTextBoxElevationInMeters.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxElevationInMeters.Name     = "maskedTextBoxElevationInMeters";
            this.maskedTextBoxElevationInMeters.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxElevationInMeters.TabIndex = 11;
            //
            // labelRunwayInMeters
            //
            this.labelRunwayInMeters.AutoSize = true;
            this.labelRunwayInMeters.Location = new System.Drawing.Point(11, 128);
            this.labelRunwayInMeters.Name     = "labelRunwayInMeters";
            this.labelRunwayInMeters.Size     = new System.Drawing.Size(71, 13);
            this.labelRunwayInMeters.TabIndex = 12;
            this.labelRunwayInMeters.Text     = "Runway In Meters:";
            //
            //maskedTextBoxRunwayInMeters
            //
            this.maskedTextBoxRunwayInMeters.Location = new System.Drawing.Point(140, 128);
            this.maskedTextBoxRunwayInMeters.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxRunwayInMeters.Name     = "maskedTextBoxRunwayInMeters";
            this.maskedTextBoxRunwayInMeters.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxRunwayInMeters.TabIndex = 13;
            //
            // labelLatitude
            //
            this.labelLatitude.AutoSize = true;
            this.labelLatitude.Location = new System.Drawing.Point(11, 151);
            this.labelLatitude.Name     = "labelLatitude";
            this.labelLatitude.Size     = new System.Drawing.Size(71, 13);
            this.labelLatitude.TabIndex = 14;
            this.labelLatitude.Text     = "Latitude:";
            //
            //textBoxLatitude
            //
            this.textBoxLatitude.Location = new System.Drawing.Point(140, 151);
            this.textBoxLatitude.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxLatitude.Name     = "textBoxLatitude";
            this.textBoxLatitude.Size     = new System.Drawing.Size(250, 20);
            this.textBoxLatitude.TabIndex = 15;
            //
            // labelLongitude
            //
            this.labelLongitude.AutoSize = true;
            this.labelLongitude.Location = new System.Drawing.Point(11, 174);
            this.labelLongitude.Name     = "labelLongitude";
            this.labelLongitude.Size     = new System.Drawing.Size(71, 13);
            this.labelLongitude.TabIndex = 16;
            this.labelLongitude.Text     = "Longitude:";
            //
            //textBoxLongitude
            //
            this.textBoxLongitude.Location = new System.Drawing.Point(140, 174);
            this.textBoxLongitude.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxLongitude.Name     = "textBoxLongitude";
            this.textBoxLongitude.Size     = new System.Drawing.Size(250, 20);
            this.textBoxLongitude.TabIndex = 17;
            //
            // labelVariation
            //
            this.labelVariation.AutoSize = true;
            this.labelVariation.Location = new System.Drawing.Point(11, 197);
            this.labelVariation.Name     = "labelVariation";
            this.labelVariation.Size     = new System.Drawing.Size(71, 13);
            this.labelVariation.TabIndex = 18;
            this.labelVariation.Text     = "Variation:";
            //
            //textBoxVariation
            //
            this.textBoxVariation.Location = new System.Drawing.Point(140, 197);
            this.textBoxVariation.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxVariation.Name     = "textBoxVariation";
            this.textBoxVariation.Size     = new System.Drawing.Size(250, 20);
            this.textBoxVariation.TabIndex = 19;
            //
            // labelAttendance
            //
            this.labelAttendance.AutoSize = true;
            this.labelAttendance.Location = new System.Drawing.Point(11, 220);
            this.labelAttendance.Name     = "labelAttendance";
            this.labelAttendance.Size     = new System.Drawing.Size(71, 13);
            this.labelAttendance.TabIndex = 20;
            this.labelAttendance.Text     = "Attendance:";
            //
            //textBoxAttendance
            //
            this.textBoxAttendance.Location = new System.Drawing.Point(140, 220);
            this.textBoxAttendance.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxAttendance.Name     = "textBoxAttendance";
            this.textBoxAttendance.Size     = new System.Drawing.Size(250, 20);
            this.textBoxAttendance.TabIndex = 21;
            //
            // labelControlTowerFlag
            //
            this.labelControlTowerFlag.AutoSize = true;
            this.labelControlTowerFlag.Location = new System.Drawing.Point(11, 243);
            this.labelControlTowerFlag.Name     = "labelControlTowerFlag";
            this.labelControlTowerFlag.Size     = new System.Drawing.Size(71, 13);
            this.labelControlTowerFlag.TabIndex = 22;
            this.labelControlTowerFlag.Text     = "Control Tower Flag:";
            //
            //checkBoxControlTowerFlag
            //
            this.checkBoxControlTowerFlag.Location = new System.Drawing.Point(140, 243);
            this.checkBoxControlTowerFlag.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.checkBoxControlTowerFlag.Name     = "checkBoxControlTowerFlag";
            this.checkBoxControlTowerFlag.Size     = new System.Drawing.Size(250, 20);
            this.checkBoxControlTowerFlag.TabIndex = 23;
            //
            // labelActivationDateTime
            //
            this.labelActivationDateTime.AutoSize = true;
            this.labelActivationDateTime.Location = new System.Drawing.Point(11, 266);
            this.labelActivationDateTime.Name     = "labelActivationDateTime";
            this.labelActivationDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelActivationDateTime.TabIndex = 24;
            this.labelActivationDateTime.Text     = "Activation Date Time:";
            //
            //dateTimePickerActivationDateTime
            //
            this.dateTimePickerActivationDateTime.Location     = new System.Drawing.Point(140, 266);
            this.dateTimePickerActivationDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerActivationDateTime.Name         = "dateTimePickerActivationDateTime";
            this.dateTimePickerActivationDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerActivationDateTime.TabIndex     = 25;
            this.dateTimePickerActivationDateTime.Checked      = false;
            this.dateTimePickerActivationDateTime.ShowCheckBox = true;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 289);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 26;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 27;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 312);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 28;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(140, 312);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 29;
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(298, 335);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(198, 335);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(402, 363);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeAirportEdit";
            this.Text = "Airport Edit";
            this.Controls.Add(this.labelAirportName);
            this.Controls.Add(this.textBoxAirportName);
            this.Controls.Add(this.labelAirportTypeRefCombo);
            this.Controls.Add(this.airportTypeRefCombo);
            this.Controls.Add(this.labelCityPicker);
            this.Controls.Add(this.cityPicker);
            this.Controls.Add(this.labelUtcOffset);
            this.Controls.Add(this.maskedTextBoxUtcOffset);
            this.Controls.Add(this.labelElevationInMeters);
            this.Controls.Add(this.maskedTextBoxElevationInMeters);
            this.Controls.Add(this.labelRunwayInMeters);
            this.Controls.Add(this.maskedTextBoxRunwayInMeters);
            this.Controls.Add(this.labelLatitude);
            this.Controls.Add(this.textBoxLatitude);
            this.Controls.Add(this.labelLongitude);
            this.Controls.Add(this.textBoxLongitude);
            this.Controls.Add(this.labelVariation);
            this.Controls.Add(this.textBoxVariation);
            this.Controls.Add(this.labelAttendance);
            this.Controls.Add(this.textBoxAttendance);
            this.Controls.Add(this.labelControlTowerFlag);
            this.Controls.Add(this.checkBoxControlTowerFlag);
            this.Controls.Add(this.labelActivationDateTime);
            this.Controls.Add(this.dateTimePickerActivationDateTime);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Example #8
0
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonCrudeFlightScheduleSegmentAdd    = new System.Windows.Forms.Button();
            this.buttonCrudeFlightScheduleSegmentEdit   = new System.Windows.Forms.Button();
            this.buttonCrudeFlightScheduleSegmentSearch = new System.Windows.Forms.Button();
            this.dataGridViewCrudeFlightScheduleSegment = new System.Windows.Forms.DataGridView();
            this.labelDepartureTime                 = new System.Windows.Forms.Label();
            this.textBoxDepartureTime               = new System.Windows.Forms.TextBox();
            this.labelArrivalTime                   = new System.Windows.Forms.Label();
            this.textBoxArrivalTime                 = new System.Windows.Forms.TextBox();
            this.labelDepartureGate                 = new System.Windows.Forms.Label();
            this.textBoxDepartureGate               = new System.Windows.Forms.TextBox();
            this.labelArrivalGate                   = new System.Windows.Forms.Label();
            this.textBoxArrivalGate                 = new System.Windows.Forms.TextBox();
            this.labelPhysicalSegmentNumber         = new System.Windows.Forms.Label();
            this.maskedTextBoxPhysicalSegmentNumber = new System.Windows.Forms.MaskedTextBox();
            this.labelLogicalSegmentNumber          = new System.Windows.Forms.Label();
            this.maskedTextBoxLogicalSegmentNumber  = new System.Windows.Forms.MaskedTextBox();
            this.labelDateTime               = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime      = new System.Windows.Forms.TextBox();
            this.labelDepartureAirportPicker = new System.Windows.Forms.Label();
            this.departureAirportPicker      = new AirportPicker();
            this.labelArrivalAirportPicker   = new System.Windows.Forms.Label();
            this.arrivalAirportPicker        = new AirportPicker();
            this.labelUserPicker             = new System.Windows.Forms.Label();
            this.userPicker = new DefaultUserPicker();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeFlightScheduleSegment)).BeginInit();
            this.SuspendLayout();
            //
            // labelDepartureTime
            //
            this.labelDepartureTime.AutoSize = true;
            this.labelDepartureTime.Location = new System.Drawing.Point(11, 13);
            this.labelDepartureTime.Name     = "labelDepartureTime";
            this.labelDepartureTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDepartureTime.TabIndex = 2;
            this.labelDepartureTime.Text     = "Departure Time:";
            //
            //textBoxDepartureTime
            //
            this.textBoxDepartureTime.Location = new System.Drawing.Point(161, 13);
            this.textBoxDepartureTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxDepartureTime.Name     = "textBoxDepartureTime";
            this.textBoxDepartureTime.Size     = new System.Drawing.Size(250, 20);
            this.textBoxDepartureTime.TabIndex = 3;
            //
            // labelArrivalTime
            //
            this.labelArrivalTime.AutoSize = true;
            this.labelArrivalTime.Location = new System.Drawing.Point(11, 36);
            this.labelArrivalTime.Name     = "labelArrivalTime";
            this.labelArrivalTime.Size     = new System.Drawing.Size(71, 13);
            this.labelArrivalTime.TabIndex = 4;
            this.labelArrivalTime.Text     = "Arrival Time:";
            //
            //textBoxArrivalTime
            //
            this.textBoxArrivalTime.Location = new System.Drawing.Point(161, 36);
            this.textBoxArrivalTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxArrivalTime.Name     = "textBoxArrivalTime";
            this.textBoxArrivalTime.Size     = new System.Drawing.Size(250, 20);
            this.textBoxArrivalTime.TabIndex = 5;
            //
            // labelDepartureGate
            //
            this.labelDepartureGate.AutoSize = true;
            this.labelDepartureGate.Location = new System.Drawing.Point(11, 59);
            this.labelDepartureGate.Name     = "labelDepartureGate";
            this.labelDepartureGate.Size     = new System.Drawing.Size(71, 13);
            this.labelDepartureGate.TabIndex = 6;
            this.labelDepartureGate.Text     = "Departure Gate:";
            //
            //textBoxDepartureGate
            //
            this.textBoxDepartureGate.Location = new System.Drawing.Point(161, 59);
            this.textBoxDepartureGate.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxDepartureGate.Name     = "textBoxDepartureGate";
            this.textBoxDepartureGate.Size     = new System.Drawing.Size(250, 20);
            this.textBoxDepartureGate.TabIndex = 7;
            //
            // labelArrivalGate
            //
            this.labelArrivalGate.AutoSize = true;
            this.labelArrivalGate.Location = new System.Drawing.Point(11, 82);
            this.labelArrivalGate.Name     = "labelArrivalGate";
            this.labelArrivalGate.Size     = new System.Drawing.Size(71, 13);
            this.labelArrivalGate.TabIndex = 8;
            this.labelArrivalGate.Text     = "Arrival Gate:";
            //
            //textBoxArrivalGate
            //
            this.textBoxArrivalGate.Location = new System.Drawing.Point(161, 82);
            this.textBoxArrivalGate.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxArrivalGate.Name     = "textBoxArrivalGate";
            this.textBoxArrivalGate.Size     = new System.Drawing.Size(250, 20);
            this.textBoxArrivalGate.TabIndex = 9;
            //
            // labelPhysicalSegmentNumber
            //
            this.labelPhysicalSegmentNumber.AutoSize = true;
            this.labelPhysicalSegmentNumber.Location = new System.Drawing.Point(11, 105);
            this.labelPhysicalSegmentNumber.Name     = "labelPhysicalSegmentNumber";
            this.labelPhysicalSegmentNumber.Size     = new System.Drawing.Size(71, 13);
            this.labelPhysicalSegmentNumber.TabIndex = 10;
            this.labelPhysicalSegmentNumber.Text     = "Physical Segment Number:";
            //
            //maskedTextBoxPhysicalSegmentNumber
            //
            this.maskedTextBoxPhysicalSegmentNumber.Location = new System.Drawing.Point(161, 105);
            this.maskedTextBoxPhysicalSegmentNumber.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxPhysicalSegmentNumber.Name     = "maskedTextBoxPhysicalSegmentNumber";
            this.maskedTextBoxPhysicalSegmentNumber.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxPhysicalSegmentNumber.TabIndex = 11;
            //
            // labelLogicalSegmentNumber
            //
            this.labelLogicalSegmentNumber.AutoSize = true;
            this.labelLogicalSegmentNumber.Location = new System.Drawing.Point(11, 128);
            this.labelLogicalSegmentNumber.Name     = "labelLogicalSegmentNumber";
            this.labelLogicalSegmentNumber.Size     = new System.Drawing.Size(71, 13);
            this.labelLogicalSegmentNumber.TabIndex = 12;
            this.labelLogicalSegmentNumber.Text     = "Logical Segment Number:";
            //
            //maskedTextBoxLogicalSegmentNumber
            //
            this.maskedTextBoxLogicalSegmentNumber.Location = new System.Drawing.Point(161, 128);
            this.maskedTextBoxLogicalSegmentNumber.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxLogicalSegmentNumber.Name     = "maskedTextBoxLogicalSegmentNumber";
            this.maskedTextBoxLogicalSegmentNumber.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxLogicalSegmentNumber.TabIndex = 13;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 151);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 14;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(161, 151);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 15;
            //
            // labelDepartureAirportPicker
            //
            this.labelDepartureAirportPicker.AutoSize = true;
            this.labelDepartureAirportPicker.Location = new System.Drawing.Point(11, 174);
            this.labelDepartureAirportPicker.Name     = "labelDepartureAirportPicker";
            this.labelDepartureAirportPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelDepartureAirportPicker.TabIndex = 16;
            this.labelDepartureAirportPicker.Text     = "Departure Airport:";
            //
            //departureAirportPicker
            //
            this.departureAirportPicker.Location = new System.Drawing.Point(161, 174);
            this.departureAirportPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.departureAirportPicker.Name     = "departureAirportPicker";
            this.departureAirportPicker.Size     = new System.Drawing.Size(250, 20);
            this.departureAirportPicker.TabIndex = 17;
            //
            // labelArrivalAirportPicker
            //
            this.labelArrivalAirportPicker.AutoSize = true;
            this.labelArrivalAirportPicker.Location = new System.Drawing.Point(11, 197);
            this.labelArrivalAirportPicker.Name     = "labelArrivalAirportPicker";
            this.labelArrivalAirportPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelArrivalAirportPicker.TabIndex = 18;
            this.labelArrivalAirportPicker.Text     = "Arrival Airport:";
            //
            //arrivalAirportPicker
            //
            this.arrivalAirportPicker.Location = new System.Drawing.Point(161, 197);
            this.arrivalAirportPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.arrivalAirportPicker.Name     = "arrivalAirportPicker";
            this.arrivalAirportPicker.Size     = new System.Drawing.Size(250, 20);
            this.arrivalAirportPicker.TabIndex = 19;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 220);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 20;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 21;
            //
            // dataGridViewCrudeFlightScheduleSegment
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeFlightScheduleSegment.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeFlightScheduleSegment.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                                                       | System.Windows.Forms.AnchorStyles.Right)));
            this.dataGridViewCrudeFlightScheduleSegment.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeFlightScheduleSegment.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeFlightScheduleSegment.Location      = new System.Drawing.Point(12, 253);
            this.dataGridViewCrudeFlightScheduleSegment.Name          = "dataGridViewCrudeFlightScheduleSegment";
            this.dataGridViewCrudeFlightScheduleSegment.Size          = new System.Drawing.Size(399, 96);
            this.dataGridViewCrudeFlightScheduleSegment.TabIndex      = 0;
            this.dataGridViewCrudeFlightScheduleSegment.ReadOnly      = true;
            this.dataGridViewCrudeFlightScheduleSegment.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeFlightScheduleSegment_DoubleClick);
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(319, 356);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonCrudeFlightScheduleSegmentSearch
            //
            this.buttonCrudeFlightScheduleSegmentSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFlightScheduleSegmentSearch.Location = new System.Drawing.Point(219, 356);
            this.buttonCrudeFlightScheduleSegmentSearch.Name     = "buttonCrudeFlightScheduleSegmentSearch";
            this.buttonCrudeFlightScheduleSegmentSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFlightScheduleSegmentSearch.TabIndex = 2;
            this.buttonCrudeFlightScheduleSegmentSearch.Text     = "&Search";
            this.buttonCrudeFlightScheduleSegmentSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeFlightScheduleSegmentSearch.Click += new System.EventHandler(this.buttonCrudeFlightScheduleSegmentSearch_Click);
            //
            // buttonCrudeFlightScheduleSegmentAdd
            //
            this.buttonCrudeFlightScheduleSegmentAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFlightScheduleSegmentAdd.Location = new System.Drawing.Point(119, 356);
            this.buttonCrudeFlightScheduleSegmentAdd.Name     = "buttonCrudeFlightScheduleSegmentAdd";
            this.buttonCrudeFlightScheduleSegmentAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFlightScheduleSegmentAdd.TabIndex = 3;
            this.buttonCrudeFlightScheduleSegmentAdd.Text     = "&Add";
            this.buttonCrudeFlightScheduleSegmentAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeFlightScheduleSegmentAdd.Click += new System.EventHandler(this.buttonCrudeFlightScheduleSegmentAdd_Click);
            //
            // buttonCrudeFlightScheduleSegmentEdit
            //
            this.buttonCrudeFlightScheduleSegmentEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFlightScheduleSegmentEdit.Location = new System.Drawing.Point(19, 356);
            this.buttonCrudeFlightScheduleSegmentEdit.Name     = "buttonCrudeFlightScheduleSegmentEdit";
            this.buttonCrudeFlightScheduleSegmentEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFlightScheduleSegmentEdit.TabIndex = 4;
            this.buttonCrudeFlightScheduleSegmentEdit.Text     = "&Edit";
            this.buttonCrudeFlightScheduleSegmentEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeFlightScheduleSegmentEdit.Click += new System.EventHandler(this.buttonCrudeFlightScheduleSegmentEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(423, 384);
            this.Controls.Add(this.buttonCrudeFlightScheduleSegmentSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeFlightScheduleSegmentAdd);
            this.Controls.Add(this.buttonCrudeFlightScheduleSegmentEdit);
            this.Controls.Add(this.dataGridViewCrudeFlightScheduleSegment);
            this.Name = "CrudeFlightScheduleSegmentSearch";
            this.Text = "Flight Schedule Segment Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeFlightScheduleSegment)).EndInit();
            this.Controls.Add(this.labelDepartureTime);
            this.Controls.Add(this.textBoxDepartureTime);
            this.Controls.Add(this.labelArrivalTime);
            this.Controls.Add(this.textBoxArrivalTime);
            this.Controls.Add(this.labelDepartureGate);
            this.Controls.Add(this.textBoxDepartureGate);
            this.Controls.Add(this.labelArrivalGate);
            this.Controls.Add(this.textBoxArrivalGate);
            this.Controls.Add(this.labelPhysicalSegmentNumber);
            this.Controls.Add(this.maskedTextBoxPhysicalSegmentNumber);
            this.Controls.Add(this.labelLogicalSegmentNumber);
            this.Controls.Add(this.maskedTextBoxLogicalSegmentNumber);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.Controls.Add(this.labelDepartureAirportPicker);
            this.Controls.Add(this.departureAirportPicker);
            this.Controls.Add(this.labelArrivalAirportPicker);
            this.Controls.Add(this.arrivalAirportPicker);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Example #9
0
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonCrudeDefaultUserAdd    = new System.Windows.Forms.Button();
            this.buttonCrudeDefaultUserEdit   = new System.Windows.Forms.Button();
            this.buttonCrudeDefaultUserSearch = new System.Windows.Forms.Button();
            this.dataGridViewCrudeDefaultUser = new System.Windows.Forms.DataGridView();
            this.labelDefaultUserName         = new System.Windows.Forms.Label();
            this.textBoxDefaultUserName       = new System.Windows.Forms.TextBox();
            this.labelDefaultUserCode         = new System.Windows.Forms.Label();
            this.textBoxDefaultUserCode       = new System.Windows.Forms.TextBox();
            this.labelEmail                         = new System.Windows.Forms.Label();
            this.textBoxEmail                       = new System.Windows.Forms.TextBox();
            this.labelPassword                      = new System.Windows.Forms.Label();
            this.textBoxPassword                    = new System.Windows.Forms.TextBox();
            this.labelDefaultStateRefCombo          = new System.Windows.Forms.Label();
            this.defaultStateRefCombo               = new DefaultStateRefCombo();
            this.labelDateTime                      = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime             = new System.Windows.Forms.DateTimePicker();
            this.labelLastActivityDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerLastActivityDateTime = new System.Windows.Forms.DateTimePicker();
            this.labelCreatedByDefaultUserPicker    = new System.Windows.Forms.Label();
            this.createdByDefaultUserPicker         = new DefaultUserPicker();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeDefaultUser)).BeginInit();
            this.SuspendLayout();
            //
            // labelDefaultUserName
            //
            this.labelDefaultUserName.AutoSize = true;
            this.labelDefaultUserName.Location = new System.Drawing.Point(11, 13);
            this.labelDefaultUserName.Name     = "labelDefaultUserName";
            this.labelDefaultUserName.Size     = new System.Drawing.Size(71, 13);
            this.labelDefaultUserName.TabIndex = 2;
            this.labelDefaultUserName.Text     = "Default User Name:";
            //
            //textBoxDefaultUserName
            //
            this.textBoxDefaultUserName.Location = new System.Drawing.Point(161, 13);
            this.textBoxDefaultUserName.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxDefaultUserName.Name     = "textBoxDefaultUserName";
            this.textBoxDefaultUserName.Size     = new System.Drawing.Size(250, 20);
            this.textBoxDefaultUserName.TabIndex = 3;
            //
            // labelDefaultUserCode
            //
            this.labelDefaultUserCode.AutoSize = true;
            this.labelDefaultUserCode.Location = new System.Drawing.Point(11, 36);
            this.labelDefaultUserCode.Name     = "labelDefaultUserCode";
            this.labelDefaultUserCode.Size     = new System.Drawing.Size(71, 13);
            this.labelDefaultUserCode.TabIndex = 4;
            this.labelDefaultUserCode.Text     = "Default User Code:";
            //
            //textBoxDefaultUserCode
            //
            this.textBoxDefaultUserCode.Location = new System.Drawing.Point(161, 36);
            this.textBoxDefaultUserCode.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxDefaultUserCode.Name     = "textBoxDefaultUserCode";
            this.textBoxDefaultUserCode.Size     = new System.Drawing.Size(250, 20);
            this.textBoxDefaultUserCode.TabIndex = 5;
            //
            // labelEmail
            //
            this.labelEmail.AutoSize = true;
            this.labelEmail.Location = new System.Drawing.Point(11, 59);
            this.labelEmail.Name     = "labelEmail";
            this.labelEmail.Size     = new System.Drawing.Size(71, 13);
            this.labelEmail.TabIndex = 6;
            this.labelEmail.Text     = "Email:";
            //
            //textBoxEmail
            //
            this.textBoxEmail.Location = new System.Drawing.Point(161, 59);
            this.textBoxEmail.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxEmail.Name     = "textBoxEmail";
            this.textBoxEmail.Size     = new System.Drawing.Size(250, 20);
            this.textBoxEmail.TabIndex = 7;
            //
            // labelPassword
            //
            this.labelPassword.AutoSize = true;
            this.labelPassword.Location = new System.Drawing.Point(11, 82);
            this.labelPassword.Name     = "labelPassword";
            this.labelPassword.Size     = new System.Drawing.Size(71, 13);
            this.labelPassword.TabIndex = 8;
            this.labelPassword.Text     = "Password:"******"textBoxPassword";
            this.textBoxPassword.Size     = new System.Drawing.Size(250, 20);
            this.textBoxPassword.TabIndex = 9;
            //
            // labelDefaultStateRefCombo
            //
            this.labelDefaultStateRefCombo.AutoSize = true;
            this.labelDefaultStateRefCombo.Location = new System.Drawing.Point(11, 105);
            this.labelDefaultStateRefCombo.Name     = "labelDefaultStateRefCombo";
            this.labelDefaultStateRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelDefaultStateRefCombo.TabIndex = 10;
            this.labelDefaultStateRefCombo.Text     = "Default State:";
            //
            //defaultStateRefCombo
            //
            this.defaultStateRefCombo.Location = new System.Drawing.Point(161, 105);
            this.defaultStateRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.defaultStateRefCombo.Name     = "defaultStateRefCombo";
            this.defaultStateRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.defaultStateRefCombo.TabIndex = 11;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 128);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 12;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location     = new System.Drawing.Point(161, 128);
            this.dateTimePickerDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name         = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex     = 13;
            this.dateTimePickerDateTime.Checked      = false;
            this.dateTimePickerDateTime.ShowCheckBox = true;
            //
            // labelLastActivityDateTime
            //
            this.labelLastActivityDateTime.AutoSize = true;
            this.labelLastActivityDateTime.Location = new System.Drawing.Point(11, 151);
            this.labelLastActivityDateTime.Name     = "labelLastActivityDateTime";
            this.labelLastActivityDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelLastActivityDateTime.TabIndex = 14;
            this.labelLastActivityDateTime.Text     = "Last Activity Date Time:";
            //
            //dateTimePickerLastActivityDateTime
            //
            this.dateTimePickerLastActivityDateTime.Location     = new System.Drawing.Point(161, 151);
            this.dateTimePickerLastActivityDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerLastActivityDateTime.Name         = "dateTimePickerLastActivityDateTime";
            this.dateTimePickerLastActivityDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerLastActivityDateTime.TabIndex     = 15;
            this.dateTimePickerLastActivityDateTime.Checked      = false;
            this.dateTimePickerLastActivityDateTime.ShowCheckBox = true;
            //
            // labelCreatedByDefaultUserPicker
            //
            this.labelCreatedByDefaultUserPicker.AutoSize = true;
            this.labelCreatedByDefaultUserPicker.Location = new System.Drawing.Point(11, 174);
            this.labelCreatedByDefaultUserPicker.Name     = "labelCreatedByDefaultUserPicker";
            this.labelCreatedByDefaultUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelCreatedByDefaultUserPicker.TabIndex = 16;
            this.labelCreatedByDefaultUserPicker.Text     = "Created By Default User:"******"createdByDefaultUserPicker";
            this.createdByDefaultUserPicker.Size     = new System.Drawing.Size(250, 20);
            this.createdByDefaultUserPicker.TabIndex = 17;
            //
            // dataGridViewCrudeDefaultUser
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeDefaultUser.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeDefaultUser.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                              | System.Windows.Forms.AnchorStyles.Left)
                                                                                             | System.Windows.Forms.AnchorStyles.Right)));
            this.dataGridViewCrudeDefaultUser.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeDefaultUser.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeDefaultUser.Location      = new System.Drawing.Point(12, 207);
            this.dataGridViewCrudeDefaultUser.Name          = "dataGridViewCrudeDefaultUser";
            this.dataGridViewCrudeDefaultUser.Size          = new System.Drawing.Size(399, 96);
            this.dataGridViewCrudeDefaultUser.TabIndex      = 0;
            this.dataGridViewCrudeDefaultUser.ReadOnly      = true;
            this.dataGridViewCrudeDefaultUser.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeDefaultUser_DoubleClick);
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(319, 310);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonCrudeDefaultUserSearch
            //
            this.buttonCrudeDefaultUserSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeDefaultUserSearch.Location = new System.Drawing.Point(219, 310);
            this.buttonCrudeDefaultUserSearch.Name     = "buttonCrudeDefaultUserSearch";
            this.buttonCrudeDefaultUserSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeDefaultUserSearch.TabIndex = 2;
            this.buttonCrudeDefaultUserSearch.Text     = "&Search";
            this.buttonCrudeDefaultUserSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeDefaultUserSearch.Click += new System.EventHandler(this.buttonCrudeDefaultUserSearch_Click);
            //
            // buttonCrudeDefaultUserAdd
            //
            this.buttonCrudeDefaultUserAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeDefaultUserAdd.Location = new System.Drawing.Point(119, 310);
            this.buttonCrudeDefaultUserAdd.Name     = "buttonCrudeDefaultUserAdd";
            this.buttonCrudeDefaultUserAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeDefaultUserAdd.TabIndex = 3;
            this.buttonCrudeDefaultUserAdd.Text     = "&Add";
            this.buttonCrudeDefaultUserAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeDefaultUserAdd.Click += new System.EventHandler(this.buttonCrudeDefaultUserAdd_Click);
            //
            // buttonCrudeDefaultUserEdit
            //
            this.buttonCrudeDefaultUserEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeDefaultUserEdit.Location = new System.Drawing.Point(19, 310);
            this.buttonCrudeDefaultUserEdit.Name     = "buttonCrudeDefaultUserEdit";
            this.buttonCrudeDefaultUserEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeDefaultUserEdit.TabIndex = 4;
            this.buttonCrudeDefaultUserEdit.Text     = "&Edit";
            this.buttonCrudeDefaultUserEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeDefaultUserEdit.Click += new System.EventHandler(this.buttonCrudeDefaultUserEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(423, 338);
            this.Controls.Add(this.buttonCrudeDefaultUserSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeDefaultUserAdd);
            this.Controls.Add(this.buttonCrudeDefaultUserEdit);
            this.Controls.Add(this.dataGridViewCrudeDefaultUser);
            this.Name = "CrudeDefaultUserSearch";
            this.Text = "Default User Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeDefaultUser)).EndInit();
            this.Controls.Add(this.labelDefaultUserName);
            this.Controls.Add(this.textBoxDefaultUserName);
            this.Controls.Add(this.labelDefaultUserCode);
            this.Controls.Add(this.textBoxDefaultUserCode);
            this.Controls.Add(this.labelEmail);
            this.Controls.Add(this.textBoxEmail);
            this.Controls.Add(this.labelPassword);
            this.Controls.Add(this.textBoxPassword);
            this.Controls.Add(this.labelDefaultStateRefCombo);
            this.Controls.Add(this.defaultStateRefCombo);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.Controls.Add(this.labelLastActivityDateTime);
            this.Controls.Add(this.dateTimePickerLastActivityDateTime);
            this.Controls.Add(this.labelCreatedByDefaultUserPicker);
            this.Controls.Add(this.createdByDefaultUserPicker);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        private void InitializeComponent()
        {
            this.buttonClose                = new System.Windows.Forms.Button();
            this.buttonSave                 = new System.Windows.Forms.Button();
            this.labelAirlinePicker         = new System.Windows.Forms.Label();
            this.airlinePicker              = new AirlinePicker();
            this.labelContactMethodRefCombo = new System.Windows.Forms.Label();
            this.contactMethodRefCombo      = new ContactMethodRefCombo();
            this.labelContactMethodWay      = new System.Windows.Forms.Label();
            this.textBoxContactMethodWay    = new System.Windows.Forms.TextBox();
            this.labelComment               = new System.Windows.Forms.Label();
            this.textBoxComment             = new System.Windows.Forms.TextBox();
            this.labelUserPicker            = new System.Windows.Forms.Label();
            this.userPicker                 = new DefaultUserPicker();
            this.labelDateTime              = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime     = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            //
            // labelAirlinePicker
            //
            this.labelAirlinePicker.AutoSize = true;
            this.labelAirlinePicker.Location = new System.Drawing.Point(11, 13);
            this.labelAirlinePicker.Name     = "labelAirlinePicker";
            this.labelAirlinePicker.Size     = new System.Drawing.Size(71, 13);
            this.labelAirlinePicker.TabIndex = 2;
            this.labelAirlinePicker.Text     = "Airline:";
            //
            //airlinePicker
            //
            this.airlinePicker.Location = new System.Drawing.Point(140, 13);
            this.airlinePicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.airlinePicker.Name     = "airlinePicker";
            this.airlinePicker.Size     = new System.Drawing.Size(350, 20);
            this.airlinePicker.TabIndex = 3;
            //
            // labelContactMethodRefCombo
            //
            this.labelContactMethodRefCombo.AutoSize = true;
            this.labelContactMethodRefCombo.Location = new System.Drawing.Point(11, 36);
            this.labelContactMethodRefCombo.Name     = "labelContactMethodRefCombo";
            this.labelContactMethodRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelContactMethodRefCombo.TabIndex = 4;
            this.labelContactMethodRefCombo.Text     = "Contact Method:";
            //
            //contactMethodRefCombo
            //
            this.contactMethodRefCombo.Location = new System.Drawing.Point(140, 36);
            this.contactMethodRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.contactMethodRefCombo.Name     = "contactMethodRefCombo";
            this.contactMethodRefCombo.Size     = new System.Drawing.Size(350, 20);
            this.contactMethodRefCombo.TabIndex = 5;
            //
            // labelContactMethodWay
            //
            this.labelContactMethodWay.AutoSize = true;
            this.labelContactMethodWay.Location = new System.Drawing.Point(11, 59);
            this.labelContactMethodWay.Name     = "labelContactMethodWay";
            this.labelContactMethodWay.Size     = new System.Drawing.Size(71, 13);
            this.labelContactMethodWay.TabIndex = 6;
            this.labelContactMethodWay.Text     = "Contact Method Way:";
            //
            //textBoxContactMethodWay
            //
            this.textBoxContactMethodWay.Location = new System.Drawing.Point(140, 59);
            this.textBoxContactMethodWay.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxContactMethodWay.Name     = "textBoxContactMethodWay";
            this.textBoxContactMethodWay.Size     = new System.Drawing.Size(350, 20);
            this.textBoxContactMethodWay.TabIndex = 7;
            //
            // labelComment
            //
            this.labelComment.AutoSize = true;
            this.labelComment.Location = new System.Drawing.Point(11, 82);
            this.labelComment.Name     = "labelComment";
            this.labelComment.Size     = new System.Drawing.Size(71, 13);
            this.labelComment.TabIndex = 8;
            this.labelComment.Text     = "Comment:";
            //
            //textBoxComment
            //
            this.textBoxComment.Location = new System.Drawing.Point(140, 82);
            this.textBoxComment.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxComment.Name     = "textBoxComment";
            this.textBoxComment.Size     = new System.Drawing.Size(350, 20);
            this.textBoxComment.TabIndex = 9;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 105);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 10;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(350, 20);
            this.userPicker.TabIndex = 11;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 128);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 12;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(140, 128);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(350, 20);
            this.dateTimePickerDateTime.TabIndex = 13;
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(398, 149);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(298, 149);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(502, 177);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "AirlineContactMethodEdit";
            this.Text = "Airline Contact Method Edit";
            this.Controls.Add(this.labelAirlinePicker);
            this.Controls.Add(this.airlinePicker);
            this.Controls.Add(this.labelContactMethodRefCombo);
            this.Controls.Add(this.contactMethodRefCombo);
            this.Controls.Add(this.labelContactMethodWay);
            this.Controls.Add(this.textBoxContactMethodWay);
            this.Controls.Add(this.labelComment);
            this.Controls.Add(this.textBoxComment);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonCrudeAircraftCompartmentMeasurementAdd    = new System.Windows.Forms.Button();
            this.buttonCrudeAircraftCompartmentMeasurementEdit   = new System.Windows.Forms.Button();
            this.buttonCrudeAircraftCompartmentMeasurementSearch = new System.Windows.Forms.Button();
            this.dataGridViewCrudeAircraftCompartmentMeasurement = new System.Windows.Forms.DataGridView();
            this.labelLength                              = new System.Windows.Forms.Label();
            this.maskedTextBoxLength                      = new System.Windows.Forms.MaskedTextBox();
            this.labelHeight                              = new System.Windows.Forms.Label();
            this.maskedTextBoxHeight                      = new System.Windows.Forms.MaskedTextBox();
            this.labelWidth                               = new System.Windows.Forms.Label();
            this.maskedTextBoxWidth                       = new System.Windows.Forms.MaskedTextBox();
            this.labelPayloadInKilo                       = new System.Windows.Forms.Label();
            this.maskedTextBoxPayloadInKilo               = new System.Windows.Forms.MaskedTextBox();
            this.labelUnitLoadDevicePositions             = new System.Windows.Forms.Label();
            this.maskedTextBoxUnitLoadDevicePositions     = new System.Windows.Forms.MaskedTextBox();
            this.labelCarryOnBinCount                     = new System.Windows.Forms.Label();
            this.maskedTextBoxCarryOnBinCount             = new System.Windows.Forms.MaskedTextBox();
            this.labelCarryOnPiecesAllowedCount           = new System.Windows.Forms.Label();
            this.maskedTextBoxCarryOnPiecesAllowedCount   = new System.Windows.Forms.MaskedTextBox();
            this.labelCarryOnPieceMaxWeightInKilo         = new System.Windows.Forms.Label();
            this.maskedTextBoxCarryOnPieceMaxWeightInKilo = new System.Windows.Forms.MaskedTextBox();
            this.labelInfantLimit                         = new System.Windows.Forms.Label();
            this.maskedTextBoxInfantLimit                 = new System.Windows.Forms.MaskedTextBox();
            this.labelBookableLimit                       = new System.Windows.Forms.Label();
            this.maskedTextBoxBookableLimit               = new System.Windows.Forms.MaskedTextBox();
            this.labelPassengerLimit                      = new System.Windows.Forms.Label();
            this.maskedTextBoxPassengerLimit              = new System.Windows.Forms.MaskedTextBox();
            this.labelRowCount                            = new System.Windows.Forms.Label();
            this.maskedTextBoxRowCount                    = new System.Windows.Forms.MaskedTextBox();
            this.labelColumnCount                         = new System.Windows.Forms.Label();
            this.maskedTextBoxColumnCount                 = new System.Windows.Forms.MaskedTextBox();
            this.labelDateTime                            = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime                   = new System.Windows.Forms.TextBox();
            this.labelUserPicker                          = new System.Windows.Forms.Label();
            this.userPicker                               = new DefaultUserPicker();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeAircraftCompartmentMeasurement)).BeginInit();
            this.SuspendLayout();
            //
            // labelLength
            //
            this.labelLength.AutoSize = true;
            this.labelLength.Location = new System.Drawing.Point(11, 13);
            this.labelLength.Name     = "labelLength";
            this.labelLength.Size     = new System.Drawing.Size(71, 13);
            this.labelLength.TabIndex = 2;
            this.labelLength.Text     = "Length:";
            //
            //maskedTextBoxLength
            //
            this.maskedTextBoxLength.Location = new System.Drawing.Point(231, 13);
            this.maskedTextBoxLength.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxLength.Name     = "maskedTextBoxLength";
            this.maskedTextBoxLength.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxLength.TabIndex = 3;
            //
            // labelHeight
            //
            this.labelHeight.AutoSize = true;
            this.labelHeight.Location = new System.Drawing.Point(11, 36);
            this.labelHeight.Name     = "labelHeight";
            this.labelHeight.Size     = new System.Drawing.Size(71, 13);
            this.labelHeight.TabIndex = 4;
            this.labelHeight.Text     = "Height:";
            //
            //maskedTextBoxHeight
            //
            this.maskedTextBoxHeight.Location = new System.Drawing.Point(231, 36);
            this.maskedTextBoxHeight.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxHeight.Name     = "maskedTextBoxHeight";
            this.maskedTextBoxHeight.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxHeight.TabIndex = 5;
            //
            // labelWidth
            //
            this.labelWidth.AutoSize = true;
            this.labelWidth.Location = new System.Drawing.Point(11, 59);
            this.labelWidth.Name     = "labelWidth";
            this.labelWidth.Size     = new System.Drawing.Size(71, 13);
            this.labelWidth.TabIndex = 6;
            this.labelWidth.Text     = "Width:";
            //
            //maskedTextBoxWidth
            //
            this.maskedTextBoxWidth.Location = new System.Drawing.Point(231, 59);
            this.maskedTextBoxWidth.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxWidth.Name     = "maskedTextBoxWidth";
            this.maskedTextBoxWidth.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxWidth.TabIndex = 7;
            //
            // labelPayloadInKilo
            //
            this.labelPayloadInKilo.AutoSize = true;
            this.labelPayloadInKilo.Location = new System.Drawing.Point(11, 82);
            this.labelPayloadInKilo.Name     = "labelPayloadInKilo";
            this.labelPayloadInKilo.Size     = new System.Drawing.Size(71, 13);
            this.labelPayloadInKilo.TabIndex = 8;
            this.labelPayloadInKilo.Text     = "Payload In Kilo:";
            //
            //maskedTextBoxPayloadInKilo
            //
            this.maskedTextBoxPayloadInKilo.Location = new System.Drawing.Point(231, 82);
            this.maskedTextBoxPayloadInKilo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxPayloadInKilo.Name     = "maskedTextBoxPayloadInKilo";
            this.maskedTextBoxPayloadInKilo.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxPayloadInKilo.TabIndex = 9;
            //
            // labelUnitLoadDevicePositions
            //
            this.labelUnitLoadDevicePositions.AutoSize = true;
            this.labelUnitLoadDevicePositions.Location = new System.Drawing.Point(11, 105);
            this.labelUnitLoadDevicePositions.Name     = "labelUnitLoadDevicePositions";
            this.labelUnitLoadDevicePositions.Size     = new System.Drawing.Size(71, 13);
            this.labelUnitLoadDevicePositions.TabIndex = 10;
            this.labelUnitLoadDevicePositions.Text     = "Unit Load Device Positions:";
            //
            //maskedTextBoxUnitLoadDevicePositions
            //
            this.maskedTextBoxUnitLoadDevicePositions.Location = new System.Drawing.Point(231, 105);
            this.maskedTextBoxUnitLoadDevicePositions.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxUnitLoadDevicePositions.Name     = "maskedTextBoxUnitLoadDevicePositions";
            this.maskedTextBoxUnitLoadDevicePositions.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxUnitLoadDevicePositions.TabIndex = 11;
            //
            // labelCarryOnBinCount
            //
            this.labelCarryOnBinCount.AutoSize = true;
            this.labelCarryOnBinCount.Location = new System.Drawing.Point(11, 128);
            this.labelCarryOnBinCount.Name     = "labelCarryOnBinCount";
            this.labelCarryOnBinCount.Size     = new System.Drawing.Size(71, 13);
            this.labelCarryOnBinCount.TabIndex = 12;
            this.labelCarryOnBinCount.Text     = "Carry On Bin Count:";
            //
            //maskedTextBoxCarryOnBinCount
            //
            this.maskedTextBoxCarryOnBinCount.Location = new System.Drawing.Point(231, 128);
            this.maskedTextBoxCarryOnBinCount.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxCarryOnBinCount.Name     = "maskedTextBoxCarryOnBinCount";
            this.maskedTextBoxCarryOnBinCount.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxCarryOnBinCount.TabIndex = 13;
            //
            // labelCarryOnPiecesAllowedCount
            //
            this.labelCarryOnPiecesAllowedCount.AutoSize = true;
            this.labelCarryOnPiecesAllowedCount.Location = new System.Drawing.Point(11, 151);
            this.labelCarryOnPiecesAllowedCount.Name     = "labelCarryOnPiecesAllowedCount";
            this.labelCarryOnPiecesAllowedCount.Size     = new System.Drawing.Size(71, 13);
            this.labelCarryOnPiecesAllowedCount.TabIndex = 14;
            this.labelCarryOnPiecesAllowedCount.Text     = "Carry On Pieces Allowed Count:";
            //
            //maskedTextBoxCarryOnPiecesAllowedCount
            //
            this.maskedTextBoxCarryOnPiecesAllowedCount.Location = new System.Drawing.Point(231, 151);
            this.maskedTextBoxCarryOnPiecesAllowedCount.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxCarryOnPiecesAllowedCount.Name     = "maskedTextBoxCarryOnPiecesAllowedCount";
            this.maskedTextBoxCarryOnPiecesAllowedCount.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxCarryOnPiecesAllowedCount.TabIndex = 15;
            //
            // labelCarryOnPieceMaxWeightInKilo
            //
            this.labelCarryOnPieceMaxWeightInKilo.AutoSize = true;
            this.labelCarryOnPieceMaxWeightInKilo.Location = new System.Drawing.Point(11, 174);
            this.labelCarryOnPieceMaxWeightInKilo.Name     = "labelCarryOnPieceMaxWeightInKilo";
            this.labelCarryOnPieceMaxWeightInKilo.Size     = new System.Drawing.Size(71, 13);
            this.labelCarryOnPieceMaxWeightInKilo.TabIndex = 16;
            this.labelCarryOnPieceMaxWeightInKilo.Text     = "Carry On Piece Max Weight In Kilo:";
            //
            //maskedTextBoxCarryOnPieceMaxWeightInKilo
            //
            this.maskedTextBoxCarryOnPieceMaxWeightInKilo.Location = new System.Drawing.Point(231, 174);
            this.maskedTextBoxCarryOnPieceMaxWeightInKilo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxCarryOnPieceMaxWeightInKilo.Name     = "maskedTextBoxCarryOnPieceMaxWeightInKilo";
            this.maskedTextBoxCarryOnPieceMaxWeightInKilo.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxCarryOnPieceMaxWeightInKilo.TabIndex = 17;
            //
            // labelInfantLimit
            //
            this.labelInfantLimit.AutoSize = true;
            this.labelInfantLimit.Location = new System.Drawing.Point(11, 197);
            this.labelInfantLimit.Name     = "labelInfantLimit";
            this.labelInfantLimit.Size     = new System.Drawing.Size(71, 13);
            this.labelInfantLimit.TabIndex = 18;
            this.labelInfantLimit.Text     = "Infant Limit:";
            //
            //maskedTextBoxInfantLimit
            //
            this.maskedTextBoxInfantLimit.Location = new System.Drawing.Point(231, 197);
            this.maskedTextBoxInfantLimit.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxInfantLimit.Name     = "maskedTextBoxInfantLimit";
            this.maskedTextBoxInfantLimit.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxInfantLimit.TabIndex = 19;
            //
            // labelBookableLimit
            //
            this.labelBookableLimit.AutoSize = true;
            this.labelBookableLimit.Location = new System.Drawing.Point(11, 220);
            this.labelBookableLimit.Name     = "labelBookableLimit";
            this.labelBookableLimit.Size     = new System.Drawing.Size(71, 13);
            this.labelBookableLimit.TabIndex = 20;
            this.labelBookableLimit.Text     = "Bookable Limit:";
            //
            //maskedTextBoxBookableLimit
            //
            this.maskedTextBoxBookableLimit.Location = new System.Drawing.Point(231, 220);
            this.maskedTextBoxBookableLimit.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxBookableLimit.Name     = "maskedTextBoxBookableLimit";
            this.maskedTextBoxBookableLimit.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxBookableLimit.TabIndex = 21;
            //
            // labelPassengerLimit
            //
            this.labelPassengerLimit.AutoSize = true;
            this.labelPassengerLimit.Location = new System.Drawing.Point(11, 243);
            this.labelPassengerLimit.Name     = "labelPassengerLimit";
            this.labelPassengerLimit.Size     = new System.Drawing.Size(71, 13);
            this.labelPassengerLimit.TabIndex = 22;
            this.labelPassengerLimit.Text     = "Passenger Limit:";
            //
            //maskedTextBoxPassengerLimit
            //
            this.maskedTextBoxPassengerLimit.Location = new System.Drawing.Point(231, 243);
            this.maskedTextBoxPassengerLimit.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxPassengerLimit.Name     = "maskedTextBoxPassengerLimit";
            this.maskedTextBoxPassengerLimit.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxPassengerLimit.TabIndex = 23;
            //
            // labelRowCount
            //
            this.labelRowCount.AutoSize = true;
            this.labelRowCount.Location = new System.Drawing.Point(11, 266);
            this.labelRowCount.Name     = "labelRowCount";
            this.labelRowCount.Size     = new System.Drawing.Size(71, 13);
            this.labelRowCount.TabIndex = 24;
            this.labelRowCount.Text     = "Row Count:";
            //
            //maskedTextBoxRowCount
            //
            this.maskedTextBoxRowCount.Location = new System.Drawing.Point(231, 266);
            this.maskedTextBoxRowCount.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxRowCount.Name     = "maskedTextBoxRowCount";
            this.maskedTextBoxRowCount.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxRowCount.TabIndex = 25;
            //
            // labelColumnCount
            //
            this.labelColumnCount.AutoSize = true;
            this.labelColumnCount.Location = new System.Drawing.Point(11, 289);
            this.labelColumnCount.Name     = "labelColumnCount";
            this.labelColumnCount.Size     = new System.Drawing.Size(71, 13);
            this.labelColumnCount.TabIndex = 26;
            this.labelColumnCount.Text     = "Column Count:";
            //
            //maskedTextBoxColumnCount
            //
            this.maskedTextBoxColumnCount.Location = new System.Drawing.Point(231, 289);
            this.maskedTextBoxColumnCount.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxColumnCount.Name     = "maskedTextBoxColumnCount";
            this.maskedTextBoxColumnCount.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxColumnCount.TabIndex = 27;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 312);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 28;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(231, 312);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 29;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 335);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 30;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 31;
            //
            // dataGridViewCrudeAircraftCompartmentMeasurement
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeAircraftCompartmentMeasurement.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeAircraftCompartmentMeasurement.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                                                 | System.Windows.Forms.AnchorStyles.Left)
                                                                                                                | System.Windows.Forms.AnchorStyles.Right)));
            this.dataGridViewCrudeAircraftCompartmentMeasurement.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeAircraftCompartmentMeasurement.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeAircraftCompartmentMeasurement.Location      = new System.Drawing.Point(12, 368);
            this.dataGridViewCrudeAircraftCompartmentMeasurement.Name          = "dataGridViewCrudeAircraftCompartmentMeasurement";
            this.dataGridViewCrudeAircraftCompartmentMeasurement.Size          = new System.Drawing.Size(469, 96);
            this.dataGridViewCrudeAircraftCompartmentMeasurement.TabIndex      = 0;
            this.dataGridViewCrudeAircraftCompartmentMeasurement.ReadOnly      = true;
            this.dataGridViewCrudeAircraftCompartmentMeasurement.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeAircraftCompartmentMeasurement_DoubleClick);
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(389, 471);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonCrudeAircraftCompartmentMeasurementSearch
            //
            this.buttonCrudeAircraftCompartmentMeasurementSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeAircraftCompartmentMeasurementSearch.Location = new System.Drawing.Point(289, 471);
            this.buttonCrudeAircraftCompartmentMeasurementSearch.Name     = "buttonCrudeAircraftCompartmentMeasurementSearch";
            this.buttonCrudeAircraftCompartmentMeasurementSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeAircraftCompartmentMeasurementSearch.TabIndex = 2;
            this.buttonCrudeAircraftCompartmentMeasurementSearch.Text     = "&Search";
            this.buttonCrudeAircraftCompartmentMeasurementSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeAircraftCompartmentMeasurementSearch.Click += new System.EventHandler(this.buttonCrudeAircraftCompartmentMeasurementSearch_Click);
            //
            // buttonCrudeAircraftCompartmentMeasurementAdd
            //
            this.buttonCrudeAircraftCompartmentMeasurementAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeAircraftCompartmentMeasurementAdd.Location = new System.Drawing.Point(189, 471);
            this.buttonCrudeAircraftCompartmentMeasurementAdd.Name     = "buttonCrudeAircraftCompartmentMeasurementAdd";
            this.buttonCrudeAircraftCompartmentMeasurementAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeAircraftCompartmentMeasurementAdd.TabIndex = 3;
            this.buttonCrudeAircraftCompartmentMeasurementAdd.Text     = "&Add";
            this.buttonCrudeAircraftCompartmentMeasurementAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeAircraftCompartmentMeasurementAdd.Click += new System.EventHandler(this.buttonCrudeAircraftCompartmentMeasurementAdd_Click);
            //
            // buttonCrudeAircraftCompartmentMeasurementEdit
            //
            this.buttonCrudeAircraftCompartmentMeasurementEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeAircraftCompartmentMeasurementEdit.Location = new System.Drawing.Point(89, 471);
            this.buttonCrudeAircraftCompartmentMeasurementEdit.Name     = "buttonCrudeAircraftCompartmentMeasurementEdit";
            this.buttonCrudeAircraftCompartmentMeasurementEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeAircraftCompartmentMeasurementEdit.TabIndex = 4;
            this.buttonCrudeAircraftCompartmentMeasurementEdit.Text     = "&Edit";
            this.buttonCrudeAircraftCompartmentMeasurementEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeAircraftCompartmentMeasurementEdit.Click += new System.EventHandler(this.buttonCrudeAircraftCompartmentMeasurementEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(493, 499);
            this.Controls.Add(this.buttonCrudeAircraftCompartmentMeasurementSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeAircraftCompartmentMeasurementAdd);
            this.Controls.Add(this.buttonCrudeAircraftCompartmentMeasurementEdit);
            this.Controls.Add(this.dataGridViewCrudeAircraftCompartmentMeasurement);
            this.Name = "CrudeAircraftCompartmentMeasurementSearch";
            this.Text = "Aircraft Compartment Measurement Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeAircraftCompartmentMeasurement)).EndInit();
            this.Controls.Add(this.labelLength);
            this.Controls.Add(this.maskedTextBoxLength);
            this.Controls.Add(this.labelHeight);
            this.Controls.Add(this.maskedTextBoxHeight);
            this.Controls.Add(this.labelWidth);
            this.Controls.Add(this.maskedTextBoxWidth);
            this.Controls.Add(this.labelPayloadInKilo);
            this.Controls.Add(this.maskedTextBoxPayloadInKilo);
            this.Controls.Add(this.labelUnitLoadDevicePositions);
            this.Controls.Add(this.maskedTextBoxUnitLoadDevicePositions);
            this.Controls.Add(this.labelCarryOnBinCount);
            this.Controls.Add(this.maskedTextBoxCarryOnBinCount);
            this.Controls.Add(this.labelCarryOnPiecesAllowedCount);
            this.Controls.Add(this.maskedTextBoxCarryOnPiecesAllowedCount);
            this.Controls.Add(this.labelCarryOnPieceMaxWeightInKilo);
            this.Controls.Add(this.maskedTextBoxCarryOnPieceMaxWeightInKilo);
            this.Controls.Add(this.labelInfantLimit);
            this.Controls.Add(this.maskedTextBoxInfantLimit);
            this.Controls.Add(this.labelBookableLimit);
            this.Controls.Add(this.maskedTextBoxBookableLimit);
            this.Controls.Add(this.labelPassengerLimit);
            this.Controls.Add(this.maskedTextBoxPassengerLimit);
            this.Controls.Add(this.labelRowCount);
            this.Controls.Add(this.maskedTextBoxRowCount);
            this.Controls.Add(this.labelColumnCount);
            this.Controls.Add(this.maskedTextBoxColumnCount);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Example #12
0
        private void InitializeComponent()
        {
            this.buttonClose                       = new System.Windows.Forms.Button();
            this.buttonSave                        = new System.Windows.Forms.Button();
            this.labelFerryName                    = new System.Windows.Forms.Label();
            this.textBoxFerryName                  = new System.Windows.Forms.TextBox();
            this.labelFerryTypeRefCombo            = new System.Windows.Forms.Label();
            this.ferryTypeRefCombo                 = new FerryTypeRefCombo();
            this.labelFirstFloatDateTime           = new System.Windows.Forms.Label();
            this.dateTimePickerFirstFloatDateTime  = new System.Windows.Forms.DateTimePicker();
            this.labelOperationalDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerOperationalDateTime = new System.Windows.Forms.DateTimePicker();
            this.labelEngineType                   = new System.Windows.Forms.Label();
            this.textBoxEngineType                 = new System.Windows.Forms.TextBox();
            this.labelPassengerCapacity            = new System.Windows.Forms.Label();
            this.maskedTextBoxPassengerCapacity    = new System.Windows.Forms.MaskedTextBox();
            this.labelUserPicker                   = new System.Windows.Forms.Label();
            this.userPicker                        = new DefaultUserPicker();
            this.labelDateTime                     = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime            = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            //
            // labelFerryName
            //
            this.labelFerryName.AutoSize = true;
            this.labelFerryName.Location = new System.Drawing.Point(11, 13);
            this.labelFerryName.Name     = "labelFerryName";
            this.labelFerryName.Size     = new System.Drawing.Size(71, 13);
            this.labelFerryName.TabIndex = 2;
            this.labelFerryName.Text     = "Ferry Name:";
            //
            //textBoxFerryName
            //
            this.textBoxFerryName.Location = new System.Drawing.Point(147, 13);
            this.textBoxFerryName.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxFerryName.Name     = "textBoxFerryName";
            this.textBoxFerryName.Size     = new System.Drawing.Size(250, 20);
            this.textBoxFerryName.TabIndex = 3;
            //
            // labelFerryTypeRefCombo
            //
            this.labelFerryTypeRefCombo.AutoSize = true;
            this.labelFerryTypeRefCombo.Location = new System.Drawing.Point(11, 36);
            this.labelFerryTypeRefCombo.Name     = "labelFerryTypeRefCombo";
            this.labelFerryTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelFerryTypeRefCombo.TabIndex = 4;
            this.labelFerryTypeRefCombo.Text     = "Ferry Type:";
            //
            //ferryTypeRefCombo
            //
            this.ferryTypeRefCombo.Location = new System.Drawing.Point(147, 36);
            this.ferryTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.ferryTypeRefCombo.Name     = "ferryTypeRefCombo";
            this.ferryTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.ferryTypeRefCombo.TabIndex = 5;
            //
            // labelFirstFloatDateTime
            //
            this.labelFirstFloatDateTime.AutoSize = true;
            this.labelFirstFloatDateTime.Location = new System.Drawing.Point(11, 59);
            this.labelFirstFloatDateTime.Name     = "labelFirstFloatDateTime";
            this.labelFirstFloatDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelFirstFloatDateTime.TabIndex = 6;
            this.labelFirstFloatDateTime.Text     = "First Float Date Time:";
            //
            //dateTimePickerFirstFloatDateTime
            //
            this.dateTimePickerFirstFloatDateTime.Location     = new System.Drawing.Point(147, 59);
            this.dateTimePickerFirstFloatDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerFirstFloatDateTime.Name         = "dateTimePickerFirstFloatDateTime";
            this.dateTimePickerFirstFloatDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerFirstFloatDateTime.TabIndex     = 7;
            this.dateTimePickerFirstFloatDateTime.Checked      = false;
            this.dateTimePickerFirstFloatDateTime.ShowCheckBox = true;
            //
            // labelOperationalDateTime
            //
            this.labelOperationalDateTime.AutoSize = true;
            this.labelOperationalDateTime.Location = new System.Drawing.Point(11, 82);
            this.labelOperationalDateTime.Name     = "labelOperationalDateTime";
            this.labelOperationalDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelOperationalDateTime.TabIndex = 8;
            this.labelOperationalDateTime.Text     = "Operational Date Time:";
            //
            //dateTimePickerOperationalDateTime
            //
            this.dateTimePickerOperationalDateTime.Location     = new System.Drawing.Point(147, 82);
            this.dateTimePickerOperationalDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerOperationalDateTime.Name         = "dateTimePickerOperationalDateTime";
            this.dateTimePickerOperationalDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerOperationalDateTime.TabIndex     = 9;
            this.dateTimePickerOperationalDateTime.Checked      = false;
            this.dateTimePickerOperationalDateTime.ShowCheckBox = true;
            //
            // labelEngineType
            //
            this.labelEngineType.AutoSize = true;
            this.labelEngineType.Location = new System.Drawing.Point(11, 105);
            this.labelEngineType.Name     = "labelEngineType";
            this.labelEngineType.Size     = new System.Drawing.Size(71, 13);
            this.labelEngineType.TabIndex = 10;
            this.labelEngineType.Text     = "Engine Type:";
            //
            //textBoxEngineType
            //
            this.textBoxEngineType.Location = new System.Drawing.Point(147, 105);
            this.textBoxEngineType.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxEngineType.Name     = "textBoxEngineType";
            this.textBoxEngineType.Size     = new System.Drawing.Size(250, 20);
            this.textBoxEngineType.TabIndex = 11;
            //
            // labelPassengerCapacity
            //
            this.labelPassengerCapacity.AutoSize = true;
            this.labelPassengerCapacity.Location = new System.Drawing.Point(11, 128);
            this.labelPassengerCapacity.Name     = "labelPassengerCapacity";
            this.labelPassengerCapacity.Size     = new System.Drawing.Size(71, 13);
            this.labelPassengerCapacity.TabIndex = 12;
            this.labelPassengerCapacity.Text     = "Passenger Capacity:";
            //
            //maskedTextBoxPassengerCapacity
            //
            this.maskedTextBoxPassengerCapacity.Location = new System.Drawing.Point(147, 128);
            this.maskedTextBoxPassengerCapacity.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxPassengerCapacity.Name     = "maskedTextBoxPassengerCapacity";
            this.maskedTextBoxPassengerCapacity.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxPassengerCapacity.TabIndex = 13;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 151);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 14;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 15;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 174);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 16;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(147, 174);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 17;
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(305, 197);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(205, 197);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(409, 225);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeFerryEdit";
            this.Text = "Ferry Edit";
            this.Controls.Add(this.labelFerryName);
            this.Controls.Add(this.textBoxFerryName);
            this.Controls.Add(this.labelFerryTypeRefCombo);
            this.Controls.Add(this.ferryTypeRefCombo);
            this.Controls.Add(this.labelFirstFloatDateTime);
            this.Controls.Add(this.dateTimePickerFirstFloatDateTime);
            this.Controls.Add(this.labelOperationalDateTime);
            this.Controls.Add(this.dateTimePickerOperationalDateTime);
            this.Controls.Add(this.labelEngineType);
            this.Controls.Add(this.textBoxEngineType);
            this.Controls.Add(this.labelPassengerCapacity);
            this.Controls.Add(this.maskedTextBoxPassengerCapacity);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Example #13
0
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose                      = new System.Windows.Forms.Button();
            this.buttonCrudeAirportAdd            = new System.Windows.Forms.Button();
            this.buttonCrudeAirportEdit           = new System.Windows.Forms.Button();
            this.buttonCrudeAirportSearch         = new System.Windows.Forms.Button();
            this.dataGridViewCrudeAirport         = new System.Windows.Forms.DataGridView();
            this.labelAirportName                 = new System.Windows.Forms.Label();
            this.textBoxAirportName               = new System.Windows.Forms.TextBox();
            this.labelAirportTypeRefCombo         = new System.Windows.Forms.Label();
            this.airportTypeRefCombo              = new AirportTypeRefCombo();
            this.labelLatitude                    = new System.Windows.Forms.Label();
            this.textBoxLatitude                  = new System.Windows.Forms.TextBox();
            this.labelLongitude                   = new System.Windows.Forms.Label();
            this.textBoxLongitude                 = new System.Windows.Forms.TextBox();
            this.labelVariation                   = new System.Windows.Forms.Label();
            this.textBoxVariation                 = new System.Windows.Forms.TextBox();
            this.labelAttendance                  = new System.Windows.Forms.Label();
            this.textBoxAttendance                = new System.Windows.Forms.TextBox();
            this.labelUtcOffset                   = new System.Windows.Forms.Label();
            this.maskedTextBoxUtcOffset           = new System.Windows.Forms.MaskedTextBox();
            this.labelElevationInMeters           = new System.Windows.Forms.Label();
            this.maskedTextBoxElevationInMeters   = new System.Windows.Forms.MaskedTextBox();
            this.labelRunwayInMeters              = new System.Windows.Forms.Label();
            this.maskedTextBoxRunwayInMeters      = new System.Windows.Forms.MaskedTextBox();
            this.labelActivationDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerActivationDateTime = new System.Windows.Forms.DateTimePicker();
            this.labelDateTime                    = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime           = new System.Windows.Forms.TextBox();
            this.labelCityPicker                  = new System.Windows.Forms.Label();
            this.cityPicker               = new CityPicker();
            this.labelUserPicker          = new System.Windows.Forms.Label();
            this.userPicker               = new DefaultUserPicker();
            this.labelControlTowerFlag    = new System.Windows.Forms.Label();
            this.checkBoxControlTowerFlag = new System.Windows.Forms.CheckBox();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeAirport)).BeginInit();
            this.SuspendLayout();
            //
            // labelAirportName
            //
            this.labelAirportName.AutoSize = true;
            this.labelAirportName.Location = new System.Drawing.Point(11, 13);
            this.labelAirportName.Name     = "labelAirportName";
            this.labelAirportName.Size     = new System.Drawing.Size(71, 13);
            this.labelAirportName.TabIndex = 2;
            this.labelAirportName.Text     = "Airport Name:";
            //
            //textBoxAirportName
            //
            this.textBoxAirportName.Location = new System.Drawing.Point(140, 13);
            this.textBoxAirportName.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxAirportName.Name     = "textBoxAirportName";
            this.textBoxAirportName.Size     = new System.Drawing.Size(250, 20);
            this.textBoxAirportName.TabIndex = 3;
            //
            // labelAirportTypeRefCombo
            //
            this.labelAirportTypeRefCombo.AutoSize = true;
            this.labelAirportTypeRefCombo.Location = new System.Drawing.Point(11, 36);
            this.labelAirportTypeRefCombo.Name     = "labelAirportTypeRefCombo";
            this.labelAirportTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelAirportTypeRefCombo.TabIndex = 4;
            this.labelAirportTypeRefCombo.Text     = "Airport Type:";
            //
            //airportTypeRefCombo
            //
            this.airportTypeRefCombo.Location = new System.Drawing.Point(140, 36);
            this.airportTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.airportTypeRefCombo.Name     = "airportTypeRefCombo";
            this.airportTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.airportTypeRefCombo.TabIndex = 5;
            //
            // labelLatitude
            //
            this.labelLatitude.AutoSize = true;
            this.labelLatitude.Location = new System.Drawing.Point(11, 59);
            this.labelLatitude.Name     = "labelLatitude";
            this.labelLatitude.Size     = new System.Drawing.Size(71, 13);
            this.labelLatitude.TabIndex = 6;
            this.labelLatitude.Text     = "Latitude:";
            //
            //textBoxLatitude
            //
            this.textBoxLatitude.Location = new System.Drawing.Point(140, 59);
            this.textBoxLatitude.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxLatitude.Name     = "textBoxLatitude";
            this.textBoxLatitude.Size     = new System.Drawing.Size(250, 20);
            this.textBoxLatitude.TabIndex = 7;
            //
            // labelLongitude
            //
            this.labelLongitude.AutoSize = true;
            this.labelLongitude.Location = new System.Drawing.Point(11, 82);
            this.labelLongitude.Name     = "labelLongitude";
            this.labelLongitude.Size     = new System.Drawing.Size(71, 13);
            this.labelLongitude.TabIndex = 8;
            this.labelLongitude.Text     = "Longitude:";
            //
            //textBoxLongitude
            //
            this.textBoxLongitude.Location = new System.Drawing.Point(140, 82);
            this.textBoxLongitude.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxLongitude.Name     = "textBoxLongitude";
            this.textBoxLongitude.Size     = new System.Drawing.Size(250, 20);
            this.textBoxLongitude.TabIndex = 9;
            //
            // labelVariation
            //
            this.labelVariation.AutoSize = true;
            this.labelVariation.Location = new System.Drawing.Point(11, 105);
            this.labelVariation.Name     = "labelVariation";
            this.labelVariation.Size     = new System.Drawing.Size(71, 13);
            this.labelVariation.TabIndex = 10;
            this.labelVariation.Text     = "Variation:";
            //
            //textBoxVariation
            //
            this.textBoxVariation.Location = new System.Drawing.Point(140, 105);
            this.textBoxVariation.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxVariation.Name     = "textBoxVariation";
            this.textBoxVariation.Size     = new System.Drawing.Size(250, 20);
            this.textBoxVariation.TabIndex = 11;
            //
            // labelAttendance
            //
            this.labelAttendance.AutoSize = true;
            this.labelAttendance.Location = new System.Drawing.Point(11, 128);
            this.labelAttendance.Name     = "labelAttendance";
            this.labelAttendance.Size     = new System.Drawing.Size(71, 13);
            this.labelAttendance.TabIndex = 12;
            this.labelAttendance.Text     = "Attendance:";
            //
            //textBoxAttendance
            //
            this.textBoxAttendance.Location = new System.Drawing.Point(140, 128);
            this.textBoxAttendance.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxAttendance.Name     = "textBoxAttendance";
            this.textBoxAttendance.Size     = new System.Drawing.Size(250, 20);
            this.textBoxAttendance.TabIndex = 13;
            //
            // labelUtcOffset
            //
            this.labelUtcOffset.AutoSize = true;
            this.labelUtcOffset.Location = new System.Drawing.Point(11, 151);
            this.labelUtcOffset.Name     = "labelUtcOffset";
            this.labelUtcOffset.Size     = new System.Drawing.Size(71, 13);
            this.labelUtcOffset.TabIndex = 14;
            this.labelUtcOffset.Text     = "Utc Offset:";
            //
            //maskedTextBoxUtcOffset
            //
            this.maskedTextBoxUtcOffset.Location = new System.Drawing.Point(140, 151);
            this.maskedTextBoxUtcOffset.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxUtcOffset.Name     = "maskedTextBoxUtcOffset";
            this.maskedTextBoxUtcOffset.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxUtcOffset.TabIndex = 15;
            //
            // labelElevationInMeters
            //
            this.labelElevationInMeters.AutoSize = true;
            this.labelElevationInMeters.Location = new System.Drawing.Point(11, 174);
            this.labelElevationInMeters.Name     = "labelElevationInMeters";
            this.labelElevationInMeters.Size     = new System.Drawing.Size(71, 13);
            this.labelElevationInMeters.TabIndex = 16;
            this.labelElevationInMeters.Text     = "Elevation In Meters:";
            //
            //maskedTextBoxElevationInMeters
            //
            this.maskedTextBoxElevationInMeters.Location = new System.Drawing.Point(140, 174);
            this.maskedTextBoxElevationInMeters.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxElevationInMeters.Name     = "maskedTextBoxElevationInMeters";
            this.maskedTextBoxElevationInMeters.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxElevationInMeters.TabIndex = 17;
            //
            // labelRunwayInMeters
            //
            this.labelRunwayInMeters.AutoSize = true;
            this.labelRunwayInMeters.Location = new System.Drawing.Point(11, 197);
            this.labelRunwayInMeters.Name     = "labelRunwayInMeters";
            this.labelRunwayInMeters.Size     = new System.Drawing.Size(71, 13);
            this.labelRunwayInMeters.TabIndex = 18;
            this.labelRunwayInMeters.Text     = "Runway In Meters:";
            //
            //maskedTextBoxRunwayInMeters
            //
            this.maskedTextBoxRunwayInMeters.Location = new System.Drawing.Point(140, 197);
            this.maskedTextBoxRunwayInMeters.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxRunwayInMeters.Name     = "maskedTextBoxRunwayInMeters";
            this.maskedTextBoxRunwayInMeters.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxRunwayInMeters.TabIndex = 19;
            //
            // labelActivationDateTime
            //
            this.labelActivationDateTime.AutoSize = true;
            this.labelActivationDateTime.Location = new System.Drawing.Point(11, 220);
            this.labelActivationDateTime.Name     = "labelActivationDateTime";
            this.labelActivationDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelActivationDateTime.TabIndex = 20;
            this.labelActivationDateTime.Text     = "Activation Date Time:";
            //
            //dateTimePickerActivationDateTime
            //
            this.dateTimePickerActivationDateTime.Location     = new System.Drawing.Point(140, 220);
            this.dateTimePickerActivationDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerActivationDateTime.Name         = "dateTimePickerActivationDateTime";
            this.dateTimePickerActivationDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerActivationDateTime.TabIndex     = 21;
            this.dateTimePickerActivationDateTime.Checked      = false;
            this.dateTimePickerActivationDateTime.ShowCheckBox = true;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 243);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 22;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(140, 243);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 23;
            //
            // labelCityPicker
            //
            this.labelCityPicker.AutoSize = true;
            this.labelCityPicker.Location = new System.Drawing.Point(11, 266);
            this.labelCityPicker.Name     = "labelCityPicker";
            this.labelCityPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelCityPicker.TabIndex = 24;
            this.labelCityPicker.Text     = "City:";
            //
            //cityPicker
            //
            this.cityPicker.Location = new System.Drawing.Point(140, 266);
            this.cityPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.cityPicker.Name     = "cityPicker";
            this.cityPicker.Size     = new System.Drawing.Size(250, 20);
            this.cityPicker.TabIndex = 25;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 289);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 26;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 27;
            //
            // labelControlTowerFlag
            //
            this.labelControlTowerFlag.AutoSize = true;
            this.labelControlTowerFlag.Location = new System.Drawing.Point(11, 312);
            this.labelControlTowerFlag.Name     = "labelControlTowerFlag";
            this.labelControlTowerFlag.Size     = new System.Drawing.Size(71, 13);
            this.labelControlTowerFlag.TabIndex = 28;
            this.labelControlTowerFlag.Text     = "Control Tower Flag:";
            //
            //checkBoxControlTowerFlag
            //
            this.checkBoxControlTowerFlag.Location = new System.Drawing.Point(140, 312);
            this.checkBoxControlTowerFlag.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.checkBoxControlTowerFlag.Name     = "checkBoxControlTowerFlag";
            this.checkBoxControlTowerFlag.Size     = new System.Drawing.Size(250, 20);
            this.checkBoxControlTowerFlag.TabIndex = 29;
            //
            // dataGridViewCrudeAirport
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeAirport.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeAirport.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                                         | System.Windows.Forms.AnchorStyles.Right)));
            this.dataGridViewCrudeAirport.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeAirport.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeAirport.Location      = new System.Drawing.Point(12, 345);
            this.dataGridViewCrudeAirport.Name          = "dataGridViewCrudeAirport";
            this.dataGridViewCrudeAirport.Size          = new System.Drawing.Size(378, 96);
            this.dataGridViewCrudeAirport.TabIndex      = 0;
            this.dataGridViewCrudeAirport.ReadOnly      = true;
            this.dataGridViewCrudeAirport.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeAirport_DoubleClick);
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(298, 448);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonCrudeAirportSearch
            //
            this.buttonCrudeAirportSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeAirportSearch.Location = new System.Drawing.Point(198, 448);
            this.buttonCrudeAirportSearch.Name     = "buttonCrudeAirportSearch";
            this.buttonCrudeAirportSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeAirportSearch.TabIndex = 2;
            this.buttonCrudeAirportSearch.Text     = "&Search";
            this.buttonCrudeAirportSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeAirportSearch.Click += new System.EventHandler(this.buttonCrudeAirportSearch_Click);
            //
            // buttonCrudeAirportAdd
            //
            this.buttonCrudeAirportAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeAirportAdd.Location = new System.Drawing.Point(98, 448);
            this.buttonCrudeAirportAdd.Name     = "buttonCrudeAirportAdd";
            this.buttonCrudeAirportAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeAirportAdd.TabIndex = 3;
            this.buttonCrudeAirportAdd.Text     = "&Add";
            this.buttonCrudeAirportAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeAirportAdd.Click += new System.EventHandler(this.buttonCrudeAirportAdd_Click);
            //
            // buttonCrudeAirportEdit
            //
            this.buttonCrudeAirportEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeAirportEdit.Location = new System.Drawing.Point(-2, 448);
            this.buttonCrudeAirportEdit.Name     = "buttonCrudeAirportEdit";
            this.buttonCrudeAirportEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeAirportEdit.TabIndex = 4;
            this.buttonCrudeAirportEdit.Text     = "&Edit";
            this.buttonCrudeAirportEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeAirportEdit.Click += new System.EventHandler(this.buttonCrudeAirportEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(402, 476);
            this.Controls.Add(this.buttonCrudeAirportSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeAirportAdd);
            this.Controls.Add(this.buttonCrudeAirportEdit);
            this.Controls.Add(this.dataGridViewCrudeAirport);
            this.Name = "CrudeAirportSearch";
            this.Text = "Airport Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeAirport)).EndInit();
            this.Controls.Add(this.labelAirportName);
            this.Controls.Add(this.textBoxAirportName);
            this.Controls.Add(this.labelAirportTypeRefCombo);
            this.Controls.Add(this.airportTypeRefCombo);
            this.Controls.Add(this.labelLatitude);
            this.Controls.Add(this.textBoxLatitude);
            this.Controls.Add(this.labelLongitude);
            this.Controls.Add(this.textBoxLongitude);
            this.Controls.Add(this.labelVariation);
            this.Controls.Add(this.textBoxVariation);
            this.Controls.Add(this.labelAttendance);
            this.Controls.Add(this.textBoxAttendance);
            this.Controls.Add(this.labelUtcOffset);
            this.Controls.Add(this.maskedTextBoxUtcOffset);
            this.Controls.Add(this.labelElevationInMeters);
            this.Controls.Add(this.maskedTextBoxElevationInMeters);
            this.Controls.Add(this.labelRunwayInMeters);
            this.Controls.Add(this.maskedTextBoxRunwayInMeters);
            this.Controls.Add(this.labelActivationDateTime);
            this.Controls.Add(this.dateTimePickerActivationDateTime);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.Controls.Add(this.labelCityPicker);
            this.Controls.Add(this.cityPicker);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.Controls.Add(this.labelControlTowerFlag);
            this.Controls.Add(this.checkBoxControlTowerFlag);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonCrudeFinancialPaymentCardAdd    = new System.Windows.Forms.Button();
            this.buttonCrudeFinancialPaymentCardEdit   = new System.Windows.Forms.Button();
            this.buttonCrudeFinancialPaymentCardSearch = new System.Windows.Forms.Button();
            this.dataGridViewCrudeFinancialPaymentCard = new System.Windows.Forms.DataGridView();
            this.labelFinancialCardTypeRefCombo        = new System.Windows.Forms.Label();
            this.financialCardTypeRefCombo             = new FinancialCardTypeRefCombo();
            this.labelNameOnCard                    = new System.Windows.Forms.Label();
            this.textBoxNameOnCard                  = new System.Windows.Forms.TextBox();
            this.labelCardNumber                    = new System.Windows.Forms.Label();
            this.textBoxCardNumber                  = new System.Windows.Forms.TextBox();
            this.labelAddressVerificationCode       = new System.Windows.Forms.Label();
            this.textBoxAddressVerificationCode     = new System.Windows.Forms.TextBox();
            this.labelCardVerificationValue         = new System.Windows.Forms.Label();
            this.maskedTextBoxCardVerificationValue = new System.Windows.Forms.MaskedTextBox();
            this.labelIssuedYear                    = new System.Windows.Forms.Label();
            this.maskedTextBoxIssuedYear            = new System.Windows.Forms.MaskedTextBox();
            this.labelIssuedMonth                   = new System.Windows.Forms.Label();
            this.maskedTextBoxIssuedMonth           = new System.Windows.Forms.MaskedTextBox();
            this.labelExpiryYear                    = new System.Windows.Forms.Label();
            this.maskedTextBoxExpiryYear            = new System.Windows.Forms.MaskedTextBox();
            this.labelExpiryMonth                   = new System.Windows.Forms.Label();
            this.maskedTextBoxExpiryMonth           = new System.Windows.Forms.MaskedTextBox();
            this.labelAmount                  = new System.Windows.Forms.Label();
            this.maskedTextBoxAmount          = new System.Windows.Forms.MaskedTextBox();
            this.labelDateTime                = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime       = new System.Windows.Forms.TextBox();
            this.labelFinancialCurrencyPicker = new System.Windows.Forms.Label();
            this.financialCurrencyPicker      = new FinancialCurrencyPicker();
            this.labelUserPicker              = new System.Windows.Forms.Label();
            this.userPicker = new DefaultUserPicker();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeFinancialPaymentCard)).BeginInit();
            this.SuspendLayout();
            //
            // labelFinancialCardTypeRefCombo
            //
            this.labelFinancialCardTypeRefCombo.AutoSize = true;
            this.labelFinancialCardTypeRefCombo.Location = new System.Drawing.Point(11, 13);
            this.labelFinancialCardTypeRefCombo.Name     = "labelFinancialCardTypeRefCombo";
            this.labelFinancialCardTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCardTypeRefCombo.TabIndex = 2;
            this.labelFinancialCardTypeRefCombo.Text     = "Financial Card Type:";
            //
            //financialCardTypeRefCombo
            //
            this.financialCardTypeRefCombo.Location = new System.Drawing.Point(175, 13);
            this.financialCardTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialCardTypeRefCombo.Name     = "financialCardTypeRefCombo";
            this.financialCardTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.financialCardTypeRefCombo.TabIndex = 3;
            //
            // labelNameOnCard
            //
            this.labelNameOnCard.AutoSize = true;
            this.labelNameOnCard.Location = new System.Drawing.Point(11, 36);
            this.labelNameOnCard.Name     = "labelNameOnCard";
            this.labelNameOnCard.Size     = new System.Drawing.Size(71, 13);
            this.labelNameOnCard.TabIndex = 4;
            this.labelNameOnCard.Text     = "Name On Card:";
            //
            //textBoxNameOnCard
            //
            this.textBoxNameOnCard.Location = new System.Drawing.Point(175, 36);
            this.textBoxNameOnCard.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxNameOnCard.Name     = "textBoxNameOnCard";
            this.textBoxNameOnCard.Size     = new System.Drawing.Size(250, 20);
            this.textBoxNameOnCard.TabIndex = 5;
            //
            // labelCardNumber
            //
            this.labelCardNumber.AutoSize = true;
            this.labelCardNumber.Location = new System.Drawing.Point(11, 59);
            this.labelCardNumber.Name     = "labelCardNumber";
            this.labelCardNumber.Size     = new System.Drawing.Size(71, 13);
            this.labelCardNumber.TabIndex = 6;
            this.labelCardNumber.Text     = "Card Number:";
            //
            //textBoxCardNumber
            //
            this.textBoxCardNumber.Location = new System.Drawing.Point(175, 59);
            this.textBoxCardNumber.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxCardNumber.Name     = "textBoxCardNumber";
            this.textBoxCardNumber.Size     = new System.Drawing.Size(250, 20);
            this.textBoxCardNumber.TabIndex = 7;
            //
            // labelAddressVerificationCode
            //
            this.labelAddressVerificationCode.AutoSize = true;
            this.labelAddressVerificationCode.Location = new System.Drawing.Point(11, 82);
            this.labelAddressVerificationCode.Name     = "labelAddressVerificationCode";
            this.labelAddressVerificationCode.Size     = new System.Drawing.Size(71, 13);
            this.labelAddressVerificationCode.TabIndex = 8;
            this.labelAddressVerificationCode.Text     = "Address Verification Code:";
            //
            //textBoxAddressVerificationCode
            //
            this.textBoxAddressVerificationCode.Location = new System.Drawing.Point(175, 82);
            this.textBoxAddressVerificationCode.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxAddressVerificationCode.Name     = "textBoxAddressVerificationCode";
            this.textBoxAddressVerificationCode.Size     = new System.Drawing.Size(250, 20);
            this.textBoxAddressVerificationCode.TabIndex = 9;
            //
            // labelCardVerificationValue
            //
            this.labelCardVerificationValue.AutoSize = true;
            this.labelCardVerificationValue.Location = new System.Drawing.Point(11, 105);
            this.labelCardVerificationValue.Name     = "labelCardVerificationValue";
            this.labelCardVerificationValue.Size     = new System.Drawing.Size(71, 13);
            this.labelCardVerificationValue.TabIndex = 10;
            this.labelCardVerificationValue.Text     = "Card Verification Value:";
            //
            //maskedTextBoxCardVerificationValue
            //
            this.maskedTextBoxCardVerificationValue.Location = new System.Drawing.Point(175, 105);
            this.maskedTextBoxCardVerificationValue.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxCardVerificationValue.Name     = "maskedTextBoxCardVerificationValue";
            this.maskedTextBoxCardVerificationValue.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxCardVerificationValue.TabIndex = 11;
            //
            // labelIssuedYear
            //
            this.labelIssuedYear.AutoSize = true;
            this.labelIssuedYear.Location = new System.Drawing.Point(11, 128);
            this.labelIssuedYear.Name     = "labelIssuedYear";
            this.labelIssuedYear.Size     = new System.Drawing.Size(71, 13);
            this.labelIssuedYear.TabIndex = 12;
            this.labelIssuedYear.Text     = "Issued Year:";
            //
            //maskedTextBoxIssuedYear
            //
            this.maskedTextBoxIssuedYear.Location = new System.Drawing.Point(175, 128);
            this.maskedTextBoxIssuedYear.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxIssuedYear.Name     = "maskedTextBoxIssuedYear";
            this.maskedTextBoxIssuedYear.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxIssuedYear.TabIndex = 13;
            //
            // labelIssuedMonth
            //
            this.labelIssuedMonth.AutoSize = true;
            this.labelIssuedMonth.Location = new System.Drawing.Point(11, 151);
            this.labelIssuedMonth.Name     = "labelIssuedMonth";
            this.labelIssuedMonth.Size     = new System.Drawing.Size(71, 13);
            this.labelIssuedMonth.TabIndex = 14;
            this.labelIssuedMonth.Text     = "Issued Month:";
            //
            //maskedTextBoxIssuedMonth
            //
            this.maskedTextBoxIssuedMonth.Location = new System.Drawing.Point(175, 151);
            this.maskedTextBoxIssuedMonth.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxIssuedMonth.Name     = "maskedTextBoxIssuedMonth";
            this.maskedTextBoxIssuedMonth.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxIssuedMonth.TabIndex = 15;
            //
            // labelExpiryYear
            //
            this.labelExpiryYear.AutoSize = true;
            this.labelExpiryYear.Location = new System.Drawing.Point(11, 174);
            this.labelExpiryYear.Name     = "labelExpiryYear";
            this.labelExpiryYear.Size     = new System.Drawing.Size(71, 13);
            this.labelExpiryYear.TabIndex = 16;
            this.labelExpiryYear.Text     = "Expiry Year:";
            //
            //maskedTextBoxExpiryYear
            //
            this.maskedTextBoxExpiryYear.Location = new System.Drawing.Point(175, 174);
            this.maskedTextBoxExpiryYear.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxExpiryYear.Name     = "maskedTextBoxExpiryYear";
            this.maskedTextBoxExpiryYear.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxExpiryYear.TabIndex = 17;
            //
            // labelExpiryMonth
            //
            this.labelExpiryMonth.AutoSize = true;
            this.labelExpiryMonth.Location = new System.Drawing.Point(11, 197);
            this.labelExpiryMonth.Name     = "labelExpiryMonth";
            this.labelExpiryMonth.Size     = new System.Drawing.Size(71, 13);
            this.labelExpiryMonth.TabIndex = 18;
            this.labelExpiryMonth.Text     = "Expiry Month:";
            //
            //maskedTextBoxExpiryMonth
            //
            this.maskedTextBoxExpiryMonth.Location = new System.Drawing.Point(175, 197);
            this.maskedTextBoxExpiryMonth.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxExpiryMonth.Name     = "maskedTextBoxExpiryMonth";
            this.maskedTextBoxExpiryMonth.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxExpiryMonth.TabIndex = 19;
            //
            // labelAmount
            //
            this.labelAmount.AutoSize = true;
            this.labelAmount.Location = new System.Drawing.Point(11, 220);
            this.labelAmount.Name     = "labelAmount";
            this.labelAmount.Size     = new System.Drawing.Size(71, 13);
            this.labelAmount.TabIndex = 20;
            this.labelAmount.Text     = "Amount:";
            //
            //maskedTextBoxAmount
            //
            this.maskedTextBoxAmount.Location = new System.Drawing.Point(175, 220);
            this.maskedTextBoxAmount.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxAmount.Name     = "maskedTextBoxAmount";
            this.maskedTextBoxAmount.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxAmount.TabIndex = 21;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 243);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 22;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(175, 243);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 23;
            //
            // labelFinancialCurrencyPicker
            //
            this.labelFinancialCurrencyPicker.AutoSize = true;
            this.labelFinancialCurrencyPicker.Location = new System.Drawing.Point(11, 266);
            this.labelFinancialCurrencyPicker.Name     = "labelFinancialCurrencyPicker";
            this.labelFinancialCurrencyPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCurrencyPicker.TabIndex = 24;
            this.labelFinancialCurrencyPicker.Text     = "Financial Currency:";
            //
            //financialCurrencyPicker
            //
            this.financialCurrencyPicker.Location = new System.Drawing.Point(175, 266);
            this.financialCurrencyPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialCurrencyPicker.Name     = "financialCurrencyPicker";
            this.financialCurrencyPicker.Size     = new System.Drawing.Size(250, 20);
            this.financialCurrencyPicker.TabIndex = 25;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 289);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 26;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 27;
            //
            // dataGridViewCrudeFinancialPaymentCard
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeFinancialPaymentCard.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeFinancialPaymentCard.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                                                      | System.Windows.Forms.AnchorStyles.Right)));
            this.dataGridViewCrudeFinancialPaymentCard.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeFinancialPaymentCard.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeFinancialPaymentCard.Location      = new System.Drawing.Point(12, 322);
            this.dataGridViewCrudeFinancialPaymentCard.Name          = "dataGridViewCrudeFinancialPaymentCard";
            this.dataGridViewCrudeFinancialPaymentCard.Size          = new System.Drawing.Size(413, 96);
            this.dataGridViewCrudeFinancialPaymentCard.TabIndex      = 0;
            this.dataGridViewCrudeFinancialPaymentCard.ReadOnly      = true;
            this.dataGridViewCrudeFinancialPaymentCard.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeFinancialPaymentCard_DoubleClick);
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(333, 425);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonCrudeFinancialPaymentCardSearch
            //
            this.buttonCrudeFinancialPaymentCardSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFinancialPaymentCardSearch.Location = new System.Drawing.Point(233, 425);
            this.buttonCrudeFinancialPaymentCardSearch.Name     = "buttonCrudeFinancialPaymentCardSearch";
            this.buttonCrudeFinancialPaymentCardSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFinancialPaymentCardSearch.TabIndex = 2;
            this.buttonCrudeFinancialPaymentCardSearch.Text     = "&Search";
            this.buttonCrudeFinancialPaymentCardSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeFinancialPaymentCardSearch.Click += new System.EventHandler(this.buttonCrudeFinancialPaymentCardSearch_Click);
            //
            // buttonCrudeFinancialPaymentCardAdd
            //
            this.buttonCrudeFinancialPaymentCardAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFinancialPaymentCardAdd.Location = new System.Drawing.Point(133, 425);
            this.buttonCrudeFinancialPaymentCardAdd.Name     = "buttonCrudeFinancialPaymentCardAdd";
            this.buttonCrudeFinancialPaymentCardAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFinancialPaymentCardAdd.TabIndex = 3;
            this.buttonCrudeFinancialPaymentCardAdd.Text     = "&Add";
            this.buttonCrudeFinancialPaymentCardAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeFinancialPaymentCardAdd.Click += new System.EventHandler(this.buttonCrudeFinancialPaymentCardAdd_Click);
            //
            // buttonCrudeFinancialPaymentCardEdit
            //
            this.buttonCrudeFinancialPaymentCardEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFinancialPaymentCardEdit.Location = new System.Drawing.Point(33, 425);
            this.buttonCrudeFinancialPaymentCardEdit.Name     = "buttonCrudeFinancialPaymentCardEdit";
            this.buttonCrudeFinancialPaymentCardEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFinancialPaymentCardEdit.TabIndex = 4;
            this.buttonCrudeFinancialPaymentCardEdit.Text     = "&Edit";
            this.buttonCrudeFinancialPaymentCardEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeFinancialPaymentCardEdit.Click += new System.EventHandler(this.buttonCrudeFinancialPaymentCardEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(437, 453);
            this.Controls.Add(this.buttonCrudeFinancialPaymentCardSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeFinancialPaymentCardAdd);
            this.Controls.Add(this.buttonCrudeFinancialPaymentCardEdit);
            this.Controls.Add(this.dataGridViewCrudeFinancialPaymentCard);
            this.Name = "CrudeFinancialPaymentCardSearch";
            this.Text = "Financial Payment Card Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeFinancialPaymentCard)).EndInit();
            this.Controls.Add(this.labelFinancialCardTypeRefCombo);
            this.Controls.Add(this.financialCardTypeRefCombo);
            this.Controls.Add(this.labelNameOnCard);
            this.Controls.Add(this.textBoxNameOnCard);
            this.Controls.Add(this.labelCardNumber);
            this.Controls.Add(this.textBoxCardNumber);
            this.Controls.Add(this.labelAddressVerificationCode);
            this.Controls.Add(this.textBoxAddressVerificationCode);
            this.Controls.Add(this.labelCardVerificationValue);
            this.Controls.Add(this.maskedTextBoxCardVerificationValue);
            this.Controls.Add(this.labelIssuedYear);
            this.Controls.Add(this.maskedTextBoxIssuedYear);
            this.Controls.Add(this.labelIssuedMonth);
            this.Controls.Add(this.maskedTextBoxIssuedMonth);
            this.Controls.Add(this.labelExpiryYear);
            this.Controls.Add(this.maskedTextBoxExpiryYear);
            this.Controls.Add(this.labelExpiryMonth);
            this.Controls.Add(this.maskedTextBoxExpiryMonth);
            this.Controls.Add(this.labelAmount);
            this.Controls.Add(this.maskedTextBoxAmount);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.Controls.Add(this.labelFinancialCurrencyPicker);
            this.Controls.Add(this.financialCurrencyPicker);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonCrudeAircraftIdentifierAdd    = new System.Windows.Forms.Button();
            this.buttonCrudeAircraftIdentifierEdit   = new System.Windows.Forms.Button();
            this.buttonCrudeAircraftIdentifierSearch = new System.Windows.Forms.Button();
            this.dataGridViewCrudeAircraftIdentifier = new System.Windows.Forms.DataGridView();
            this.labelAircraftIdentifierTypeRefCombo = new System.Windows.Forms.Label();
            this.aircraftIdentifierTypeRefCombo      = new AircraftIdentifierTypeRefCombo();
            this.labelAircraftIdentifierCode         = new System.Windows.Forms.Label();
            this.textBoxAircraftIdentifierCode       = new System.Windows.Forms.TextBox();
            this.labelDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime = new System.Windows.Forms.TextBox();
            this.labelUserPicker        = new System.Windows.Forms.Label();
            this.userPicker             = new DefaultUserPicker();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeAircraftIdentifier)).BeginInit();
            this.SuspendLayout();
            //
            // labelAircraftIdentifierTypeRefCombo
            //
            this.labelAircraftIdentifierTypeRefCombo.AutoSize = true;
            this.labelAircraftIdentifierTypeRefCombo.Location = new System.Drawing.Point(11, 13);
            this.labelAircraftIdentifierTypeRefCombo.Name     = "labelAircraftIdentifierTypeRefCombo";
            this.labelAircraftIdentifierTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelAircraftIdentifierTypeRefCombo.TabIndex = 2;
            this.labelAircraftIdentifierTypeRefCombo.Text     = "Aircraft Identifier Type:";
            //
            //aircraftIdentifierTypeRefCombo
            //
            this.aircraftIdentifierTypeRefCombo.Location = new System.Drawing.Point(168, 13);
            this.aircraftIdentifierTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.aircraftIdentifierTypeRefCombo.Name     = "aircraftIdentifierTypeRefCombo";
            this.aircraftIdentifierTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.aircraftIdentifierTypeRefCombo.TabIndex = 3;
            //
            // labelAircraftIdentifierCode
            //
            this.labelAircraftIdentifierCode.AutoSize = true;
            this.labelAircraftIdentifierCode.Location = new System.Drawing.Point(11, 36);
            this.labelAircraftIdentifierCode.Name     = "labelAircraftIdentifierCode";
            this.labelAircraftIdentifierCode.Size     = new System.Drawing.Size(71, 13);
            this.labelAircraftIdentifierCode.TabIndex = 4;
            this.labelAircraftIdentifierCode.Text     = "Aircraft Identifier Code:";
            //
            //textBoxAircraftIdentifierCode
            //
            this.textBoxAircraftIdentifierCode.Location = new System.Drawing.Point(168, 36);
            this.textBoxAircraftIdentifierCode.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxAircraftIdentifierCode.Name     = "textBoxAircraftIdentifierCode";
            this.textBoxAircraftIdentifierCode.Size     = new System.Drawing.Size(250, 20);
            this.textBoxAircraftIdentifierCode.TabIndex = 5;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 59);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 6;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(168, 59);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 7;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 82);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 8;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 9;
            //
            // dataGridViewCrudeAircraftIdentifier
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeAircraftIdentifier.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeAircraftIdentifier.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                                     | System.Windows.Forms.AnchorStyles.Left)
                                                                                                    | System.Windows.Forms.AnchorStyles.Right)));
            this.dataGridViewCrudeAircraftIdentifier.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeAircraftIdentifier.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeAircraftIdentifier.Location      = new System.Drawing.Point(12, 115);
            this.dataGridViewCrudeAircraftIdentifier.Name          = "dataGridViewCrudeAircraftIdentifier";
            this.dataGridViewCrudeAircraftIdentifier.Size          = new System.Drawing.Size(406, 96);
            this.dataGridViewCrudeAircraftIdentifier.TabIndex      = 0;
            this.dataGridViewCrudeAircraftIdentifier.ReadOnly      = true;
            this.dataGridViewCrudeAircraftIdentifier.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeAircraftIdentifier_DoubleClick);
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(326, 218);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonCrudeAircraftIdentifierSearch
            //
            this.buttonCrudeAircraftIdentifierSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeAircraftIdentifierSearch.Location = new System.Drawing.Point(226, 218);
            this.buttonCrudeAircraftIdentifierSearch.Name     = "buttonCrudeAircraftIdentifierSearch";
            this.buttonCrudeAircraftIdentifierSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeAircraftIdentifierSearch.TabIndex = 2;
            this.buttonCrudeAircraftIdentifierSearch.Text     = "&Search";
            this.buttonCrudeAircraftIdentifierSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeAircraftIdentifierSearch.Click += new System.EventHandler(this.buttonCrudeAircraftIdentifierSearch_Click);
            //
            // buttonCrudeAircraftIdentifierAdd
            //
            this.buttonCrudeAircraftIdentifierAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeAircraftIdentifierAdd.Location = new System.Drawing.Point(126, 218);
            this.buttonCrudeAircraftIdentifierAdd.Name     = "buttonCrudeAircraftIdentifierAdd";
            this.buttonCrudeAircraftIdentifierAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeAircraftIdentifierAdd.TabIndex = 3;
            this.buttonCrudeAircraftIdentifierAdd.Text     = "&Add";
            this.buttonCrudeAircraftIdentifierAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeAircraftIdentifierAdd.Click += new System.EventHandler(this.buttonCrudeAircraftIdentifierAdd_Click);
            //
            // buttonCrudeAircraftIdentifierEdit
            //
            this.buttonCrudeAircraftIdentifierEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeAircraftIdentifierEdit.Location = new System.Drawing.Point(26, 218);
            this.buttonCrudeAircraftIdentifierEdit.Name     = "buttonCrudeAircraftIdentifierEdit";
            this.buttonCrudeAircraftIdentifierEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeAircraftIdentifierEdit.TabIndex = 4;
            this.buttonCrudeAircraftIdentifierEdit.Text     = "&Edit";
            this.buttonCrudeAircraftIdentifierEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeAircraftIdentifierEdit.Click += new System.EventHandler(this.buttonCrudeAircraftIdentifierEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(430, 246);
            this.Controls.Add(this.buttonCrudeAircraftIdentifierSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeAircraftIdentifierAdd);
            this.Controls.Add(this.buttonCrudeAircraftIdentifierEdit);
            this.Controls.Add(this.dataGridViewCrudeAircraftIdentifier);
            this.Name = "CrudeAircraftIdentifierSearch";
            this.Text = "Aircraft Identifier Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeAircraftIdentifier)).EndInit();
            this.Controls.Add(this.labelAircraftIdentifierTypeRefCombo);
            this.Controls.Add(this.aircraftIdentifierTypeRefCombo);
            this.Controls.Add(this.labelAircraftIdentifierCode);
            this.Controls.Add(this.textBoxAircraftIdentifierCode);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Example #16
0
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose                = new System.Windows.Forms.Button();
            this.buttonAirlineAdd           = new System.Windows.Forms.Button();
            this.buttonAirlineEdit          = new System.Windows.Forms.Button();
            this.buttonAirlineSearch        = new System.Windows.Forms.Button();
            this.dataGridViewAirline        = new System.Windows.Forms.DataGridView();
            this.labelAirlineName           = new System.Windows.Forms.Label();
            this.textBoxAirlineName         = new System.Windows.Forms.TextBox();
            this.labelAirlineTypeRefCombo   = new System.Windows.Forms.Label();
            this.airlineTypeRefCombo        = new AirlineTypeRefCombo();
            this.labelLegalName             = new System.Windows.Forms.Label();
            this.textBoxLegalName           = new System.Windows.Forms.TextBox();
            this.labelStockMarketSymbol     = new System.Windows.Forms.Label();
            this.textBoxStockMarketSymbol   = new System.Windows.Forms.TextBox();
            this.labelAircraftCount         = new System.Windows.Forms.Label();
            this.maskedTextBoxAircraftCount = new System.Windows.Forms.MaskedTextBox();
            this.labelUserPicker            = new System.Windows.Forms.Label();
            this.userPicker             = new DefaultUserPicker();
            this.labelDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime = new System.Windows.Forms.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewAirline)).BeginInit();
            this.SuspendLayout();
            //
            // labelAirlineName
            //
            this.labelAirlineName.AutoSize = true;
            this.labelAirlineName.Location = new System.Drawing.Point(11, 13);
            this.labelAirlineName.Name     = "labelAirlineName";
            this.labelAirlineName.Size     = new System.Drawing.Size(71, 13);
            this.labelAirlineName.TabIndex = 2;
            this.labelAirlineName.Text     = "Airline Name:";
            //
            //textBoxAirlineName
            //
            this.textBoxAirlineName.Location = new System.Drawing.Point(140, 13);
            this.textBoxAirlineName.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxAirlineName.Name     = "textBoxAirlineName";
            this.textBoxAirlineName.Size     = new System.Drawing.Size(250, 20);
            this.textBoxAirlineName.TabIndex = 3;
            //
            // labelAirlineTypeRefCombo
            //
            this.labelAirlineTypeRefCombo.AutoSize = true;
            this.labelAirlineTypeRefCombo.Location = new System.Drawing.Point(11, 36);
            this.labelAirlineTypeRefCombo.Name     = "labelAirlineTypeRefCombo";
            this.labelAirlineTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelAirlineTypeRefCombo.TabIndex = 4;
            this.labelAirlineTypeRefCombo.Text     = "Airline Type:";
            //
            //airlineTypeRefCombo
            //
            this.airlineTypeRefCombo.Location = new System.Drawing.Point(140, 36);
            this.airlineTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.airlineTypeRefCombo.Name     = "airlineTypeRefCombo";
            this.airlineTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.airlineTypeRefCombo.TabIndex = 5;
            //
            // labelLegalName
            //
            this.labelLegalName.AutoSize = true;
            this.labelLegalName.Location = new System.Drawing.Point(11, 59);
            this.labelLegalName.Name     = "labelLegalName";
            this.labelLegalName.Size     = new System.Drawing.Size(71, 13);
            this.labelLegalName.TabIndex = 6;
            this.labelLegalName.Text     = "Legal Name:";
            //
            //textBoxLegalName
            //
            this.textBoxLegalName.Location = new System.Drawing.Point(140, 59);
            this.textBoxLegalName.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxLegalName.Name     = "textBoxLegalName";
            this.textBoxLegalName.Size     = new System.Drawing.Size(250, 20);
            this.textBoxLegalName.TabIndex = 7;
            //
            // labelStockMarketSymbol
            //
            this.labelStockMarketSymbol.AutoSize = true;
            this.labelStockMarketSymbol.Location = new System.Drawing.Point(11, 82);
            this.labelStockMarketSymbol.Name     = "labelStockMarketSymbol";
            this.labelStockMarketSymbol.Size     = new System.Drawing.Size(71, 13);
            this.labelStockMarketSymbol.TabIndex = 8;
            this.labelStockMarketSymbol.Text     = "Stock Market Symbol:";
            //
            //textBoxStockMarketSymbol
            //
            this.textBoxStockMarketSymbol.Location = new System.Drawing.Point(140, 82);
            this.textBoxStockMarketSymbol.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxStockMarketSymbol.Name     = "textBoxStockMarketSymbol";
            this.textBoxStockMarketSymbol.Size     = new System.Drawing.Size(250, 20);
            this.textBoxStockMarketSymbol.TabIndex = 9;
            //
            // labelAircraftCount
            //
            this.labelAircraftCount.AutoSize = true;
            this.labelAircraftCount.Location = new System.Drawing.Point(11, 105);
            this.labelAircraftCount.Name     = "labelAircraftCount";
            this.labelAircraftCount.Size     = new System.Drawing.Size(71, 13);
            this.labelAircraftCount.TabIndex = 10;
            this.labelAircraftCount.Text     = "Aircraft Count:";
            //
            //maskedTextBoxAircraftCount
            //
            this.maskedTextBoxAircraftCount.Location = new System.Drawing.Point(140, 105);
            this.maskedTextBoxAircraftCount.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxAircraftCount.Name     = "maskedTextBoxAircraftCount";
            this.maskedTextBoxAircraftCount.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxAircraftCount.TabIndex = 11;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 128);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 12;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 13;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 151);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 14;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(140, 151);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 15;
            //
            // dataGridViewAirline
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewAirline.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewAirline.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                     | System.Windows.Forms.AnchorStyles.Left)
                                                                                    | System.Windows.Forms.AnchorStyles.Right)));
            this.dataGridViewAirline.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewAirline.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewAirline.Location      = new System.Drawing.Point(12, 184);
            this.dataGridViewAirline.Name          = "dataGridViewAirline";
            this.dataGridViewAirline.Size          = new System.Drawing.Size(378, 96);
            this.dataGridViewAirline.TabIndex      = 0;
            this.dataGridViewAirline.DoubleClick  += new System.EventHandler(this.dataGridViewAirline_DoubleClick);
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(298, 287);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonAirlineSearch
            //
            this.buttonAirlineSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonAirlineSearch.Location = new System.Drawing.Point(198, 287);
            this.buttonAirlineSearch.Name     = "buttonAirlineSearch";
            this.buttonAirlineSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonAirlineSearch.TabIndex = 2;
            this.buttonAirlineSearch.Text     = "&Search";
            this.buttonAirlineSearch.UseVisualStyleBackColor = true;
            this.buttonAirlineSearch.Click += new System.EventHandler(this.buttonAirlineSearch_Click);
            //
            // buttonAirlineAdd
            //
            this.buttonAirlineAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonAirlineAdd.Location = new System.Drawing.Point(98, 287);
            this.buttonAirlineAdd.Name     = "buttonAirlineAdd";
            this.buttonAirlineAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonAirlineAdd.TabIndex = 3;
            this.buttonAirlineAdd.Text     = "&Add";
            this.buttonAirlineAdd.UseVisualStyleBackColor = true;
            this.buttonAirlineAdd.Click += new System.EventHandler(this.buttonAirlineAdd_Click);
            //
            // buttonAirlineEdit
            //
            this.buttonAirlineEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonAirlineEdit.Location = new System.Drawing.Point(-2, 287);
            this.buttonAirlineEdit.Name     = "buttonAirlineEdit";
            this.buttonAirlineEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonAirlineEdit.TabIndex = 4;
            this.buttonAirlineEdit.Text     = "&Edit";
            this.buttonAirlineEdit.UseVisualStyleBackColor = true;
            this.buttonAirlineEdit.Click += new System.EventHandler(this.buttonAirlineEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(402, 315);
            this.Controls.Add(this.buttonAirlineSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonAirlineAdd);
            this.Controls.Add(this.buttonAirlineEdit);
            this.Controls.Add(this.dataGridViewAirline);
            this.Name = "AirlineSearch";
            this.Text = "Airline Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewAirline)).EndInit();
            this.Controls.Add(this.labelAirlineName);
            this.Controls.Add(this.textBoxAirlineName);
            this.Controls.Add(this.labelAirlineTypeRefCombo);
            this.Controls.Add(this.airlineTypeRefCombo);
            this.Controls.Add(this.labelLegalName);
            this.Controls.Add(this.textBoxLegalName);
            this.Controls.Add(this.labelStockMarketSymbol);
            this.Controls.Add(this.textBoxStockMarketSymbol);
            this.Controls.Add(this.labelAircraftCount);
            this.Controls.Add(this.maskedTextBoxAircraftCount);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Example #17
0
        private void InitializeComponent()
        {
            this.buttonClose               = new System.Windows.Forms.Button();
            this.buttonSave                = new System.Windows.Forms.Button();
            this.labelServicePackageName   = new System.Windows.Forms.Label();
            this.textBoxServicePackageName = new System.Windows.Forms.TextBox();
            this.labelServiceSpecialServiceRequestPicker = new System.Windows.Forms.Label();
            this.serviceSpecialServiceRequestPicker      = new ServiceSpecialServiceRequestPicker();
            this.labelServiceCarRentalPicker             = new System.Windows.Forms.Label();
            this.serviceCarRentalPicker        = new ServiceCarRentalPicker();
            this.labelDepartureAirportPicker   = new System.Windows.Forms.Label();
            this.departureAirportPicker        = new AirportPicker();
            this.labelArrivalAirportPicker     = new System.Windows.Forms.Label();
            this.arrivalAirportPicker          = new AirportPicker();
            this.labelStayDurationDays         = new System.Windows.Forms.Label();
            this.maskedTextBoxStayDurationDays = new System.Windows.Forms.MaskedTextBox();
            this.labelUserPicker        = new System.Windows.Forms.Label();
            this.userPicker             = new DefaultUserPicker();
            this.labelDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            //
            // labelServicePackageName
            //
            this.labelServicePackageName.AutoSize = true;
            this.labelServicePackageName.Location = new System.Drawing.Point(11, 13);
            this.labelServicePackageName.Name     = "labelServicePackageName";
            this.labelServicePackageName.Size     = new System.Drawing.Size(71, 13);
            this.labelServicePackageName.TabIndex = 2;
            this.labelServicePackageName.Text     = "Service Package Name:";
            //
            //textBoxServicePackageName
            //
            this.textBoxServicePackageName.Location = new System.Drawing.Point(217, 13);
            this.textBoxServicePackageName.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxServicePackageName.Name     = "textBoxServicePackageName";
            this.textBoxServicePackageName.Size     = new System.Drawing.Size(250, 20);
            this.textBoxServicePackageName.TabIndex = 3;
            //
            // labelServiceSpecialServiceRequestPicker
            //
            this.labelServiceSpecialServiceRequestPicker.AutoSize = true;
            this.labelServiceSpecialServiceRequestPicker.Location = new System.Drawing.Point(11, 36);
            this.labelServiceSpecialServiceRequestPicker.Name     = "labelServiceSpecialServiceRequestPicker";
            this.labelServiceSpecialServiceRequestPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelServiceSpecialServiceRequestPicker.TabIndex = 4;
            this.labelServiceSpecialServiceRequestPicker.Text     = "Service Special Service Request:";
            //
            //serviceSpecialServiceRequestPicker
            //
            this.serviceSpecialServiceRequestPicker.Location = new System.Drawing.Point(217, 36);
            this.serviceSpecialServiceRequestPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.serviceSpecialServiceRequestPicker.Name     = "serviceSpecialServiceRequestPicker";
            this.serviceSpecialServiceRequestPicker.Size     = new System.Drawing.Size(250, 20);
            this.serviceSpecialServiceRequestPicker.TabIndex = 5;
            //
            // labelServiceCarRentalPicker
            //
            this.labelServiceCarRentalPicker.AutoSize = true;
            this.labelServiceCarRentalPicker.Location = new System.Drawing.Point(11, 59);
            this.labelServiceCarRentalPicker.Name     = "labelServiceCarRentalPicker";
            this.labelServiceCarRentalPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelServiceCarRentalPicker.TabIndex = 6;
            this.labelServiceCarRentalPicker.Text     = "Service Car Rental:";
            //
            //serviceCarRentalPicker
            //
            this.serviceCarRentalPicker.Location = new System.Drawing.Point(217, 59);
            this.serviceCarRentalPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.serviceCarRentalPicker.Name     = "serviceCarRentalPicker";
            this.serviceCarRentalPicker.Size     = new System.Drawing.Size(250, 20);
            this.serviceCarRentalPicker.TabIndex = 7;
            //
            // labelDepartureAirportPicker
            //
            this.labelDepartureAirportPicker.AutoSize = true;
            this.labelDepartureAirportPicker.Location = new System.Drawing.Point(11, 82);
            this.labelDepartureAirportPicker.Name     = "labelDepartureAirportPicker";
            this.labelDepartureAirportPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelDepartureAirportPicker.TabIndex = 8;
            this.labelDepartureAirportPicker.Text     = "Departure Airport:";
            //
            //departureAirportPicker
            //
            this.departureAirportPicker.Location = new System.Drawing.Point(217, 82);
            this.departureAirportPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.departureAirportPicker.Name     = "departureAirportPicker";
            this.departureAirportPicker.Size     = new System.Drawing.Size(250, 20);
            this.departureAirportPicker.TabIndex = 9;
            //
            // labelArrivalAirportPicker
            //
            this.labelArrivalAirportPicker.AutoSize = true;
            this.labelArrivalAirportPicker.Location = new System.Drawing.Point(11, 105);
            this.labelArrivalAirportPicker.Name     = "labelArrivalAirportPicker";
            this.labelArrivalAirportPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelArrivalAirportPicker.TabIndex = 10;
            this.labelArrivalAirportPicker.Text     = "Arrival Airport:";
            //
            //arrivalAirportPicker
            //
            this.arrivalAirportPicker.Location = new System.Drawing.Point(217, 105);
            this.arrivalAirportPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.arrivalAirportPicker.Name     = "arrivalAirportPicker";
            this.arrivalAirportPicker.Size     = new System.Drawing.Size(250, 20);
            this.arrivalAirportPicker.TabIndex = 11;
            //
            // labelStayDurationDays
            //
            this.labelStayDurationDays.AutoSize = true;
            this.labelStayDurationDays.Location = new System.Drawing.Point(11, 128);
            this.labelStayDurationDays.Name     = "labelStayDurationDays";
            this.labelStayDurationDays.Size     = new System.Drawing.Size(71, 13);
            this.labelStayDurationDays.TabIndex = 12;
            this.labelStayDurationDays.Text     = "Stay Duration Days:";
            //
            //maskedTextBoxStayDurationDays
            //
            this.maskedTextBoxStayDurationDays.Location = new System.Drawing.Point(217, 128);
            this.maskedTextBoxStayDurationDays.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxStayDurationDays.Name     = "maskedTextBoxStayDurationDays";
            this.maskedTextBoxStayDurationDays.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxStayDurationDays.TabIndex = 13;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 151);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 14;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 15;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 174);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 16;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(217, 174);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 17;
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(375, 197);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(275, 197);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(479, 225);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeServicePackageEdit";
            this.Text = "Service Package Edit";
            this.Controls.Add(this.labelServicePackageName);
            this.Controls.Add(this.textBoxServicePackageName);
            this.Controls.Add(this.labelServiceSpecialServiceRequestPicker);
            this.Controls.Add(this.serviceSpecialServiceRequestPicker);
            this.Controls.Add(this.labelServiceCarRentalPicker);
            this.Controls.Add(this.serviceCarRentalPicker);
            this.Controls.Add(this.labelDepartureAirportPicker);
            this.Controls.Add(this.departureAirportPicker);
            this.Controls.Add(this.labelArrivalAirportPicker);
            this.Controls.Add(this.arrivalAirportPicker);
            this.Controls.Add(this.labelStayDurationDays);
            this.Controls.Add(this.maskedTextBoxStayDurationDays);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Example #18
0
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonCrudeFlightSegmentEventAdd    = new System.Windows.Forms.Button();
            this.buttonCrudeFlightSegmentEventEdit   = new System.Windows.Forms.Button();
            this.buttonCrudeFlightSegmentEventSearch = new System.Windows.Forms.Button();
            this.dataGridViewCrudeFlightSegmentEvent = new System.Windows.Forms.DataGridView();
            this.labelDateTimeTypeRefCombo           = new System.Windows.Forms.Label();
            this.dateTimeTypeRefCombo                  = new DateTimeTypeRefCombo();
            this.labelRemarks                          = new System.Windows.Forms.Label();
            this.textBoxRemarks                        = new System.Windows.Forms.TextBox();
            this.labelFlightSegmentEventNumber         = new System.Windows.Forms.Label();
            this.maskedTextBoxFlightSegmentEventNumber = new System.Windows.Forms.MaskedTextBox();
            this.labelNewDateTime                      = new System.Windows.Forms.Label();
            this.dateTimePickerNewDateTime             = new System.Windows.Forms.DateTimePicker();
            this.labelDateTime                         = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime                = new System.Windows.Forms.TextBox();
            this.labelUserPicker                       = new System.Windows.Forms.Label();
            this.userPicker = new DefaultUserPicker();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeFlightSegmentEvent)).BeginInit();
            this.SuspendLayout();
            //
            // labelDateTimeTypeRefCombo
            //
            this.labelDateTimeTypeRefCombo.AutoSize = true;
            this.labelDateTimeTypeRefCombo.Location = new System.Drawing.Point(11, 13);
            this.labelDateTimeTypeRefCombo.Name     = "labelDateTimeTypeRefCombo";
            this.labelDateTimeTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTimeTypeRefCombo.TabIndex = 2;
            this.labelDateTimeTypeRefCombo.Text     = "Date Time Type:";
            //
            //dateTimeTypeRefCombo
            //
            this.dateTimeTypeRefCombo.Location = new System.Drawing.Point(189, 13);
            this.dateTimeTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimeTypeRefCombo.Name     = "dateTimeTypeRefCombo";
            this.dateTimeTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.dateTimeTypeRefCombo.TabIndex = 3;
            //
            // labelRemarks
            //
            this.labelRemarks.AutoSize = true;
            this.labelRemarks.Location = new System.Drawing.Point(11, 36);
            this.labelRemarks.Name     = "labelRemarks";
            this.labelRemarks.Size     = new System.Drawing.Size(71, 13);
            this.labelRemarks.TabIndex = 4;
            this.labelRemarks.Text     = "Remarks:";
            //
            //textBoxRemarks
            //
            this.textBoxRemarks.Location = new System.Drawing.Point(189, 36);
            this.textBoxRemarks.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxRemarks.Name     = "textBoxRemarks";
            this.textBoxRemarks.Size     = new System.Drawing.Size(250, 20);
            this.textBoxRemarks.TabIndex = 5;
            //
            // labelFlightSegmentEventNumber
            //
            this.labelFlightSegmentEventNumber.AutoSize = true;
            this.labelFlightSegmentEventNumber.Location = new System.Drawing.Point(11, 59);
            this.labelFlightSegmentEventNumber.Name     = "labelFlightSegmentEventNumber";
            this.labelFlightSegmentEventNumber.Size     = new System.Drawing.Size(71, 13);
            this.labelFlightSegmentEventNumber.TabIndex = 6;
            this.labelFlightSegmentEventNumber.Text     = "Flight Segment Event Number:";
            //
            //maskedTextBoxFlightSegmentEventNumber
            //
            this.maskedTextBoxFlightSegmentEventNumber.Location = new System.Drawing.Point(189, 59);
            this.maskedTextBoxFlightSegmentEventNumber.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxFlightSegmentEventNumber.Name     = "maskedTextBoxFlightSegmentEventNumber";
            this.maskedTextBoxFlightSegmentEventNumber.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxFlightSegmentEventNumber.TabIndex = 7;
            //
            // labelNewDateTime
            //
            this.labelNewDateTime.AutoSize = true;
            this.labelNewDateTime.Location = new System.Drawing.Point(11, 82);
            this.labelNewDateTime.Name     = "labelNewDateTime";
            this.labelNewDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelNewDateTime.TabIndex = 8;
            this.labelNewDateTime.Text     = "New Date Time:";
            //
            //dateTimePickerNewDateTime
            //
            this.dateTimePickerNewDateTime.Location     = new System.Drawing.Point(189, 82);
            this.dateTimePickerNewDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerNewDateTime.Name         = "dateTimePickerNewDateTime";
            this.dateTimePickerNewDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerNewDateTime.TabIndex     = 9;
            this.dateTimePickerNewDateTime.Checked      = false;
            this.dateTimePickerNewDateTime.ShowCheckBox = true;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 105);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 10;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(189, 105);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 11;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 128);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 12;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 13;
            //
            // dataGridViewCrudeFlightSegmentEvent
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeFlightSegmentEvent.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeFlightSegmentEvent.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                                     | System.Windows.Forms.AnchorStyles.Left)
                                                                                                    | System.Windows.Forms.AnchorStyles.Right)));
            this.dataGridViewCrudeFlightSegmentEvent.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeFlightSegmentEvent.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeFlightSegmentEvent.Location      = new System.Drawing.Point(12, 161);
            this.dataGridViewCrudeFlightSegmentEvent.Name          = "dataGridViewCrudeFlightSegmentEvent";
            this.dataGridViewCrudeFlightSegmentEvent.Size          = new System.Drawing.Size(427, 96);
            this.dataGridViewCrudeFlightSegmentEvent.TabIndex      = 0;
            this.dataGridViewCrudeFlightSegmentEvent.ReadOnly      = true;
            this.dataGridViewCrudeFlightSegmentEvent.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeFlightSegmentEvent_DoubleClick);
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(347, 264);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonCrudeFlightSegmentEventSearch
            //
            this.buttonCrudeFlightSegmentEventSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFlightSegmentEventSearch.Location = new System.Drawing.Point(247, 264);
            this.buttonCrudeFlightSegmentEventSearch.Name     = "buttonCrudeFlightSegmentEventSearch";
            this.buttonCrudeFlightSegmentEventSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFlightSegmentEventSearch.TabIndex = 2;
            this.buttonCrudeFlightSegmentEventSearch.Text     = "&Search";
            this.buttonCrudeFlightSegmentEventSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeFlightSegmentEventSearch.Click += new System.EventHandler(this.buttonCrudeFlightSegmentEventSearch_Click);
            //
            // buttonCrudeFlightSegmentEventAdd
            //
            this.buttonCrudeFlightSegmentEventAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFlightSegmentEventAdd.Location = new System.Drawing.Point(147, 264);
            this.buttonCrudeFlightSegmentEventAdd.Name     = "buttonCrudeFlightSegmentEventAdd";
            this.buttonCrudeFlightSegmentEventAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFlightSegmentEventAdd.TabIndex = 3;
            this.buttonCrudeFlightSegmentEventAdd.Text     = "&Add";
            this.buttonCrudeFlightSegmentEventAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeFlightSegmentEventAdd.Click += new System.EventHandler(this.buttonCrudeFlightSegmentEventAdd_Click);
            //
            // buttonCrudeFlightSegmentEventEdit
            //
            this.buttonCrudeFlightSegmentEventEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFlightSegmentEventEdit.Location = new System.Drawing.Point(47, 264);
            this.buttonCrudeFlightSegmentEventEdit.Name     = "buttonCrudeFlightSegmentEventEdit";
            this.buttonCrudeFlightSegmentEventEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFlightSegmentEventEdit.TabIndex = 4;
            this.buttonCrudeFlightSegmentEventEdit.Text     = "&Edit";
            this.buttonCrudeFlightSegmentEventEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeFlightSegmentEventEdit.Click += new System.EventHandler(this.buttonCrudeFlightSegmentEventEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(451, 292);
            this.Controls.Add(this.buttonCrudeFlightSegmentEventSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeFlightSegmentEventAdd);
            this.Controls.Add(this.buttonCrudeFlightSegmentEventEdit);
            this.Controls.Add(this.dataGridViewCrudeFlightSegmentEvent);
            this.Name = "CrudeFlightSegmentEventSearch";
            this.Text = "Flight Segment Event Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeFlightSegmentEvent)).EndInit();
            this.Controls.Add(this.labelDateTimeTypeRefCombo);
            this.Controls.Add(this.dateTimeTypeRefCombo);
            this.Controls.Add(this.labelRemarks);
            this.Controls.Add(this.textBoxRemarks);
            this.Controls.Add(this.labelFlightSegmentEventNumber);
            this.Controls.Add(this.maskedTextBoxFlightSegmentEventNumber);
            this.Controls.Add(this.labelNewDateTime);
            this.Controls.Add(this.dateTimePickerNewDateTime);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        private void InitializeComponent()
        {
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonSave  = new System.Windows.Forms.Button();
            this.labelBookingDocumentTypeRefCombo = new System.Windows.Forms.Label();
            this.bookingDocumentTypeRefCombo      = new BookingDocumentTypeRefCombo();
            this.labelBookingDocumentName         = new System.Windows.Forms.Label();
            this.textBoxBookingDocumentName       = new System.Windows.Forms.TextBox();
            this.labelBookingDocumentFilename     = new System.Windows.Forms.Label();
            this.textBoxBookingDocumentFilename   = new System.Windows.Forms.TextBox();
            this.labelBookingDocument             = new System.Windows.Forms.Label();
            this.textBoxBookingDocument           = new System.Windows.Forms.TextBox();
            this.labelComment           = new System.Windows.Forms.Label();
            this.textBoxComment         = new System.Windows.Forms.TextBox();
            this.labelUserPicker        = new System.Windows.Forms.Label();
            this.userPicker             = new DefaultUserPicker();
            this.labelDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            //
            // labelBookingDocumentTypeRefCombo
            //
            this.labelBookingDocumentTypeRefCombo.AutoSize = true;
            this.labelBookingDocumentTypeRefCombo.Location = new System.Drawing.Point(11, 13);
            this.labelBookingDocumentTypeRefCombo.Name     = "labelBookingDocumentTypeRefCombo";
            this.labelBookingDocumentTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelBookingDocumentTypeRefCombo.TabIndex = 2;
            this.labelBookingDocumentTypeRefCombo.Text     = "Booking Document Type:";
            //
            //bookingDocumentTypeRefCombo
            //
            this.bookingDocumentTypeRefCombo.Location = new System.Drawing.Point(175, 13);
            this.bookingDocumentTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.bookingDocumentTypeRefCombo.Name     = "bookingDocumentTypeRefCombo";
            this.bookingDocumentTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.bookingDocumentTypeRefCombo.TabIndex = 3;
            //
            // labelBookingDocumentName
            //
            this.labelBookingDocumentName.AutoSize = true;
            this.labelBookingDocumentName.Location = new System.Drawing.Point(11, 36);
            this.labelBookingDocumentName.Name     = "labelBookingDocumentName";
            this.labelBookingDocumentName.Size     = new System.Drawing.Size(71, 13);
            this.labelBookingDocumentName.TabIndex = 4;
            this.labelBookingDocumentName.Text     = "Booking Document Name:";
            //
            //textBoxBookingDocumentName
            //
            this.textBoxBookingDocumentName.Location = new System.Drawing.Point(175, 36);
            this.textBoxBookingDocumentName.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxBookingDocumentName.Name     = "textBoxBookingDocumentName";
            this.textBoxBookingDocumentName.Size     = new System.Drawing.Size(250, 20);
            this.textBoxBookingDocumentName.TabIndex = 5;
            //
            // labelBookingDocumentFilename
            //
            this.labelBookingDocumentFilename.AutoSize = true;
            this.labelBookingDocumentFilename.Location = new System.Drawing.Point(11, 59);
            this.labelBookingDocumentFilename.Name     = "labelBookingDocumentFilename";
            this.labelBookingDocumentFilename.Size     = new System.Drawing.Size(71, 13);
            this.labelBookingDocumentFilename.TabIndex = 6;
            this.labelBookingDocumentFilename.Text     = "Booking Document Filename:";
            //
            //textBoxBookingDocumentFilename
            //
            this.textBoxBookingDocumentFilename.Location = new System.Drawing.Point(175, 59);
            this.textBoxBookingDocumentFilename.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxBookingDocumentFilename.Name     = "textBoxBookingDocumentFilename";
            this.textBoxBookingDocumentFilename.Size     = new System.Drawing.Size(250, 20);
            this.textBoxBookingDocumentFilename.TabIndex = 7;
            //
            // labelBookingDocument
            //
            this.labelBookingDocument.AutoSize = true;
            this.labelBookingDocument.Location = new System.Drawing.Point(11, 82);
            this.labelBookingDocument.Name     = "labelBookingDocument";
            this.labelBookingDocument.Size     = new System.Drawing.Size(71, 13);
            this.labelBookingDocument.TabIndex = 8;
            this.labelBookingDocument.Text     = "Booking Document:";
            //
            //textBoxBookingDocument
            //
            this.textBoxBookingDocument.Location = new System.Drawing.Point(175, 82);
            this.textBoxBookingDocument.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxBookingDocument.Name     = "textBoxBookingDocument";
            this.textBoxBookingDocument.Size     = new System.Drawing.Size(250, 20);
            this.textBoxBookingDocument.TabIndex = 9;
            //
            // labelComment
            //
            this.labelComment.AutoSize = true;
            this.labelComment.Location = new System.Drawing.Point(11, 105);
            this.labelComment.Name     = "labelComment";
            this.labelComment.Size     = new System.Drawing.Size(71, 13);
            this.labelComment.TabIndex = 10;
            this.labelComment.Text     = "Comment:";
            //
            //textBoxComment
            //
            this.textBoxComment.Location = new System.Drawing.Point(175, 105);
            this.textBoxComment.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxComment.Name     = "textBoxComment";
            this.textBoxComment.Size     = new System.Drawing.Size(250, 20);
            this.textBoxComment.TabIndex = 11;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 128);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 12;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 13;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 151);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 14;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(175, 151);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 15;
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(333, 174);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(233, 174);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(437, 202);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeBookingDocumentEdit";
            this.Text = "Booking Document Edit";
            this.Controls.Add(this.labelBookingDocumentTypeRefCombo);
            this.Controls.Add(this.bookingDocumentTypeRefCombo);
            this.Controls.Add(this.labelBookingDocumentName);
            this.Controls.Add(this.textBoxBookingDocumentName);
            this.Controls.Add(this.labelBookingDocumentFilename);
            this.Controls.Add(this.textBoxBookingDocumentFilename);
            this.Controls.Add(this.labelBookingDocument);
            this.Controls.Add(this.textBoxBookingDocument);
            this.Controls.Add(this.labelComment);
            this.Controls.Add(this.textBoxComment);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        private void InitializeComponent()
        {
            this.buttonClose                    = new System.Windows.Forms.Button();
            this.buttonSave                     = new System.Windows.Forms.Button();
            this.labelReceivedFrom              = new System.Windows.Forms.Label();
            this.textBoxReceivedFrom            = new System.Windows.Forms.TextBox();
            this.labelBookingSourceRefCombo     = new System.Windows.Forms.Label();
            this.bookingSourceRefCombo          = new BookingSourceRefCombo();
            this.labelExternalSystemPicker      = new System.Windows.Forms.Label();
            this.externalSystemPicker           = new ExternalSystemPicker();
            this.labelAgencyPicker              = new System.Windows.Forms.Label();
            this.agencyPicker                   = new AgencyPicker();
            this.labelFinancialCurrencyPicker   = new System.Windows.Forms.Label();
            this.financialCurrencyPicker        = new FinancialCurrencyPicker();
            this.labelFinancialCostcentrePicker = new System.Windows.Forms.Label();
            this.financialCostcentrePicker      = new FinancialCostcentrePicker();
            this.labelComment                   = new System.Windows.Forms.Label();
            this.textBoxComment                 = new System.Windows.Forms.TextBox();
            this.labelUserPicker                = new System.Windows.Forms.Label();
            this.userPicker                     = new DefaultUserPicker();
            this.labelDateTime                  = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime         = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            //
            // labelReceivedFrom
            //
            this.labelReceivedFrom.AutoSize = true;
            this.labelReceivedFrom.Location = new System.Drawing.Point(11, 13);
            this.labelReceivedFrom.Name     = "labelReceivedFrom";
            this.labelReceivedFrom.Size     = new System.Drawing.Size(71, 13);
            this.labelReceivedFrom.TabIndex = 2;
            this.labelReceivedFrom.Text     = "Received From:";
            //
            //textBoxReceivedFrom
            //
            this.textBoxReceivedFrom.Location = new System.Drawing.Point(140, 13);
            this.textBoxReceivedFrom.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxReceivedFrom.Name     = "textBoxReceivedFrom";
            this.textBoxReceivedFrom.Size     = new System.Drawing.Size(250, 20);
            this.textBoxReceivedFrom.TabIndex = 3;
            //
            // labelBookingSourceRefCombo
            //
            this.labelBookingSourceRefCombo.AutoSize = true;
            this.labelBookingSourceRefCombo.Location = new System.Drawing.Point(11, 36);
            this.labelBookingSourceRefCombo.Name     = "labelBookingSourceRefCombo";
            this.labelBookingSourceRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelBookingSourceRefCombo.TabIndex = 4;
            this.labelBookingSourceRefCombo.Text     = "Booking Source:";
            //
            //bookingSourceRefCombo
            //
            this.bookingSourceRefCombo.Location = new System.Drawing.Point(140, 36);
            this.bookingSourceRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.bookingSourceRefCombo.Name     = "bookingSourceRefCombo";
            this.bookingSourceRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.bookingSourceRefCombo.TabIndex = 5;
            //
            // labelExternalSystemPicker
            //
            this.labelExternalSystemPicker.AutoSize = true;
            this.labelExternalSystemPicker.Location = new System.Drawing.Point(11, 59);
            this.labelExternalSystemPicker.Name     = "labelExternalSystemPicker";
            this.labelExternalSystemPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelExternalSystemPicker.TabIndex = 6;
            this.labelExternalSystemPicker.Text     = "External System:";
            //
            //externalSystemPicker
            //
            this.externalSystemPicker.Location = new System.Drawing.Point(140, 59);
            this.externalSystemPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.externalSystemPicker.Name     = "externalSystemPicker";
            this.externalSystemPicker.Size     = new System.Drawing.Size(250, 20);
            this.externalSystemPicker.TabIndex = 7;
            //
            // labelAgencyPicker
            //
            this.labelAgencyPicker.AutoSize = true;
            this.labelAgencyPicker.Location = new System.Drawing.Point(11, 82);
            this.labelAgencyPicker.Name     = "labelAgencyPicker";
            this.labelAgencyPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelAgencyPicker.TabIndex = 8;
            this.labelAgencyPicker.Text     = "Agency:";
            //
            //agencyPicker
            //
            this.agencyPicker.Location = new System.Drawing.Point(140, 82);
            this.agencyPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.agencyPicker.Name     = "agencyPicker";
            this.agencyPicker.Size     = new System.Drawing.Size(250, 20);
            this.agencyPicker.TabIndex = 9;
            //
            // labelFinancialCurrencyPicker
            //
            this.labelFinancialCurrencyPicker.AutoSize = true;
            this.labelFinancialCurrencyPicker.Location = new System.Drawing.Point(11, 105);
            this.labelFinancialCurrencyPicker.Name     = "labelFinancialCurrencyPicker";
            this.labelFinancialCurrencyPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCurrencyPicker.TabIndex = 10;
            this.labelFinancialCurrencyPicker.Text     = "Financial Currency:";
            //
            //financialCurrencyPicker
            //
            this.financialCurrencyPicker.Location = new System.Drawing.Point(140, 105);
            this.financialCurrencyPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialCurrencyPicker.Name     = "financialCurrencyPicker";
            this.financialCurrencyPicker.Size     = new System.Drawing.Size(250, 20);
            this.financialCurrencyPicker.TabIndex = 11;
            //
            // labelFinancialCostcentrePicker
            //
            this.labelFinancialCostcentrePicker.AutoSize = true;
            this.labelFinancialCostcentrePicker.Location = new System.Drawing.Point(11, 128);
            this.labelFinancialCostcentrePicker.Name     = "labelFinancialCostcentrePicker";
            this.labelFinancialCostcentrePicker.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCostcentrePicker.TabIndex = 12;
            this.labelFinancialCostcentrePicker.Text     = "Financial Costcentre:";
            //
            //financialCostcentrePicker
            //
            this.financialCostcentrePicker.Location = new System.Drawing.Point(140, 128);
            this.financialCostcentrePicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialCostcentrePicker.Name     = "financialCostcentrePicker";
            this.financialCostcentrePicker.Size     = new System.Drawing.Size(250, 20);
            this.financialCostcentrePicker.TabIndex = 13;
            //
            // labelComment
            //
            this.labelComment.AutoSize = true;
            this.labelComment.Location = new System.Drawing.Point(11, 151);
            this.labelComment.Name     = "labelComment";
            this.labelComment.Size     = new System.Drawing.Size(71, 13);
            this.labelComment.TabIndex = 14;
            this.labelComment.Text     = "Comment:";
            //
            //textBoxComment
            //
            this.textBoxComment.Location = new System.Drawing.Point(140, 151);
            this.textBoxComment.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxComment.Name     = "textBoxComment";
            this.textBoxComment.Size     = new System.Drawing.Size(250, 20);
            this.textBoxComment.TabIndex = 15;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 174);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 16;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 17;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 197);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 18;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(140, 197);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 19;
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(298, 220);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(198, 220);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(402, 248);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeBookingEdit";
            this.Text = "Booking Edit";
            this.Controls.Add(this.labelReceivedFrom);
            this.Controls.Add(this.textBoxReceivedFrom);
            this.Controls.Add(this.labelBookingSourceRefCombo);
            this.Controls.Add(this.bookingSourceRefCombo);
            this.Controls.Add(this.labelExternalSystemPicker);
            this.Controls.Add(this.externalSystemPicker);
            this.Controls.Add(this.labelAgencyPicker);
            this.Controls.Add(this.agencyPicker);
            this.Controls.Add(this.labelFinancialCurrencyPicker);
            this.Controls.Add(this.financialCurrencyPicker);
            this.Controls.Add(this.labelFinancialCostcentrePicker);
            this.Controls.Add(this.financialCostcentrePicker);
            this.Controls.Add(this.labelComment);
            this.Controls.Add(this.textBoxComment);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonCrudeFinancialVoucherAdd    = new System.Windows.Forms.Button();
            this.buttonCrudeFinancialVoucherEdit   = new System.Windows.Forms.Button();
            this.buttonCrudeFinancialVoucherSearch = new System.Windows.Forms.Button();
            this.dataGridViewCrudeFinancialVoucher = new System.Windows.Forms.DataGridView();
            this.labelFinancialVoucherTypeRefCombo = new System.Windows.Forms.Label();
            this.financialVoucherTypeRefCombo      = new FinancialVoucherTypeRefCombo();
            this.labelVoucherDescription           = new System.Windows.Forms.Label();
            this.textBoxVoucherDescription         = new System.Windows.Forms.TextBox();
            this.labelVoucherNumber               = new System.Windows.Forms.Label();
            this.maskedTextBoxVoucherNumber       = new System.Windows.Forms.MaskedTextBox();
            this.labelValueAmount                 = new System.Windows.Forms.Label();
            this.maskedTextBoxValueAmount         = new System.Windows.Forms.MaskedTextBox();
            this.labelValidFromDateTime           = new System.Windows.Forms.Label();
            this.dateTimePickerValidFromDateTime  = new System.Windows.Forms.DateTimePicker();
            this.labelValidUntilDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerValidUntilDateTime = new System.Windows.Forms.DateTimePicker();
            this.labelDateTime                = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime       = new System.Windows.Forms.TextBox();
            this.labelFinancialCurrencyPicker = new System.Windows.Forms.Label();
            this.financialCurrencyPicker      = new FinancialCurrencyPicker();
            this.labelUserPicker              = new System.Windows.Forms.Label();
            this.userPicker = new DefaultUserPicker();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeFinancialVoucher)).BeginInit();
            this.SuspendLayout();
            //
            // labelFinancialVoucherTypeRefCombo
            //
            this.labelFinancialVoucherTypeRefCombo.AutoSize = true;
            this.labelFinancialVoucherTypeRefCombo.Location = new System.Drawing.Point(11, 13);
            this.labelFinancialVoucherTypeRefCombo.Name     = "labelFinancialVoucherTypeRefCombo";
            this.labelFinancialVoucherTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialVoucherTypeRefCombo.TabIndex = 2;
            this.labelFinancialVoucherTypeRefCombo.Text     = "Financial Voucher Type:";
            //
            //financialVoucherTypeRefCombo
            //
            this.financialVoucherTypeRefCombo.Location = new System.Drawing.Point(154, 13);
            this.financialVoucherTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialVoucherTypeRefCombo.Name     = "financialVoucherTypeRefCombo";
            this.financialVoucherTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.financialVoucherTypeRefCombo.TabIndex = 3;
            //
            // labelVoucherDescription
            //
            this.labelVoucherDescription.AutoSize = true;
            this.labelVoucherDescription.Location = new System.Drawing.Point(11, 36);
            this.labelVoucherDescription.Name     = "labelVoucherDescription";
            this.labelVoucherDescription.Size     = new System.Drawing.Size(71, 13);
            this.labelVoucherDescription.TabIndex = 4;
            this.labelVoucherDescription.Text     = "Voucher Description:";
            //
            //textBoxVoucherDescription
            //
            this.textBoxVoucherDescription.Location = new System.Drawing.Point(154, 36);
            this.textBoxVoucherDescription.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxVoucherDescription.Name     = "textBoxVoucherDescription";
            this.textBoxVoucherDescription.Size     = new System.Drawing.Size(250, 20);
            this.textBoxVoucherDescription.TabIndex = 5;
            //
            // labelVoucherNumber
            //
            this.labelVoucherNumber.AutoSize = true;
            this.labelVoucherNumber.Location = new System.Drawing.Point(11, 59);
            this.labelVoucherNumber.Name     = "labelVoucherNumber";
            this.labelVoucherNumber.Size     = new System.Drawing.Size(71, 13);
            this.labelVoucherNumber.TabIndex = 6;
            this.labelVoucherNumber.Text     = "Voucher Number:";
            //
            //maskedTextBoxVoucherNumber
            //
            this.maskedTextBoxVoucherNumber.Location = new System.Drawing.Point(154, 59);
            this.maskedTextBoxVoucherNumber.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxVoucherNumber.Name     = "maskedTextBoxVoucherNumber";
            this.maskedTextBoxVoucherNumber.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxVoucherNumber.TabIndex = 7;
            //
            // labelValueAmount
            //
            this.labelValueAmount.AutoSize = true;
            this.labelValueAmount.Location = new System.Drawing.Point(11, 82);
            this.labelValueAmount.Name     = "labelValueAmount";
            this.labelValueAmount.Size     = new System.Drawing.Size(71, 13);
            this.labelValueAmount.TabIndex = 8;
            this.labelValueAmount.Text     = "Value Amount:";
            //
            //maskedTextBoxValueAmount
            //
            this.maskedTextBoxValueAmount.Location = new System.Drawing.Point(154, 82);
            this.maskedTextBoxValueAmount.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxValueAmount.Name     = "maskedTextBoxValueAmount";
            this.maskedTextBoxValueAmount.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxValueAmount.TabIndex = 9;
            //
            // labelValidFromDateTime
            //
            this.labelValidFromDateTime.AutoSize = true;
            this.labelValidFromDateTime.Location = new System.Drawing.Point(11, 105);
            this.labelValidFromDateTime.Name     = "labelValidFromDateTime";
            this.labelValidFromDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelValidFromDateTime.TabIndex = 10;
            this.labelValidFromDateTime.Text     = "Valid From Date Time:";
            //
            //dateTimePickerValidFromDateTime
            //
            this.dateTimePickerValidFromDateTime.Location     = new System.Drawing.Point(154, 105);
            this.dateTimePickerValidFromDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerValidFromDateTime.Name         = "dateTimePickerValidFromDateTime";
            this.dateTimePickerValidFromDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerValidFromDateTime.TabIndex     = 11;
            this.dateTimePickerValidFromDateTime.Checked      = false;
            this.dateTimePickerValidFromDateTime.ShowCheckBox = true;
            //
            // labelValidUntilDateTime
            //
            this.labelValidUntilDateTime.AutoSize = true;
            this.labelValidUntilDateTime.Location = new System.Drawing.Point(11, 128);
            this.labelValidUntilDateTime.Name     = "labelValidUntilDateTime";
            this.labelValidUntilDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelValidUntilDateTime.TabIndex = 12;
            this.labelValidUntilDateTime.Text     = "Valid Until Date Time:";
            //
            //dateTimePickerValidUntilDateTime
            //
            this.dateTimePickerValidUntilDateTime.Location     = new System.Drawing.Point(154, 128);
            this.dateTimePickerValidUntilDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerValidUntilDateTime.Name         = "dateTimePickerValidUntilDateTime";
            this.dateTimePickerValidUntilDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerValidUntilDateTime.TabIndex     = 13;
            this.dateTimePickerValidUntilDateTime.Checked      = false;
            this.dateTimePickerValidUntilDateTime.ShowCheckBox = true;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 151);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 14;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(154, 151);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 15;
            //
            // labelFinancialCurrencyPicker
            //
            this.labelFinancialCurrencyPicker.AutoSize = true;
            this.labelFinancialCurrencyPicker.Location = new System.Drawing.Point(11, 174);
            this.labelFinancialCurrencyPicker.Name     = "labelFinancialCurrencyPicker";
            this.labelFinancialCurrencyPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCurrencyPicker.TabIndex = 16;
            this.labelFinancialCurrencyPicker.Text     = "Financial Currency:";
            //
            //financialCurrencyPicker
            //
            this.financialCurrencyPicker.Location = new System.Drawing.Point(154, 174);
            this.financialCurrencyPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialCurrencyPicker.Name     = "financialCurrencyPicker";
            this.financialCurrencyPicker.Size     = new System.Drawing.Size(250, 20);
            this.financialCurrencyPicker.TabIndex = 17;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 197);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 18;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 19;
            //
            // dataGridViewCrudeFinancialVoucher
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeFinancialVoucher.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeFinancialVoucher.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                                                  | System.Windows.Forms.AnchorStyles.Right)));
            this.dataGridViewCrudeFinancialVoucher.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeFinancialVoucher.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeFinancialVoucher.Location      = new System.Drawing.Point(12, 230);
            this.dataGridViewCrudeFinancialVoucher.Name          = "dataGridViewCrudeFinancialVoucher";
            this.dataGridViewCrudeFinancialVoucher.Size          = new System.Drawing.Size(392, 96);
            this.dataGridViewCrudeFinancialVoucher.TabIndex      = 0;
            this.dataGridViewCrudeFinancialVoucher.ReadOnly      = true;
            this.dataGridViewCrudeFinancialVoucher.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeFinancialVoucher_DoubleClick);
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(312, 333);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonCrudeFinancialVoucherSearch
            //
            this.buttonCrudeFinancialVoucherSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFinancialVoucherSearch.Location = new System.Drawing.Point(212, 333);
            this.buttonCrudeFinancialVoucherSearch.Name     = "buttonCrudeFinancialVoucherSearch";
            this.buttonCrudeFinancialVoucherSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFinancialVoucherSearch.TabIndex = 2;
            this.buttonCrudeFinancialVoucherSearch.Text     = "&Search";
            this.buttonCrudeFinancialVoucherSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeFinancialVoucherSearch.Click += new System.EventHandler(this.buttonCrudeFinancialVoucherSearch_Click);
            //
            // buttonCrudeFinancialVoucherAdd
            //
            this.buttonCrudeFinancialVoucherAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFinancialVoucherAdd.Location = new System.Drawing.Point(112, 333);
            this.buttonCrudeFinancialVoucherAdd.Name     = "buttonCrudeFinancialVoucherAdd";
            this.buttonCrudeFinancialVoucherAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFinancialVoucherAdd.TabIndex = 3;
            this.buttonCrudeFinancialVoucherAdd.Text     = "&Add";
            this.buttonCrudeFinancialVoucherAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeFinancialVoucherAdd.Click += new System.EventHandler(this.buttonCrudeFinancialVoucherAdd_Click);
            //
            // buttonCrudeFinancialVoucherEdit
            //
            this.buttonCrudeFinancialVoucherEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFinancialVoucherEdit.Location = new System.Drawing.Point(12, 333);
            this.buttonCrudeFinancialVoucherEdit.Name     = "buttonCrudeFinancialVoucherEdit";
            this.buttonCrudeFinancialVoucherEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFinancialVoucherEdit.TabIndex = 4;
            this.buttonCrudeFinancialVoucherEdit.Text     = "&Edit";
            this.buttonCrudeFinancialVoucherEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeFinancialVoucherEdit.Click += new System.EventHandler(this.buttonCrudeFinancialVoucherEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(416, 361);
            this.Controls.Add(this.buttonCrudeFinancialVoucherSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeFinancialVoucherAdd);
            this.Controls.Add(this.buttonCrudeFinancialVoucherEdit);
            this.Controls.Add(this.dataGridViewCrudeFinancialVoucher);
            this.Name = "CrudeFinancialVoucherSearch";
            this.Text = "Financial Voucher Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeFinancialVoucher)).EndInit();
            this.Controls.Add(this.labelFinancialVoucherTypeRefCombo);
            this.Controls.Add(this.financialVoucherTypeRefCombo);
            this.Controls.Add(this.labelVoucherDescription);
            this.Controls.Add(this.textBoxVoucherDescription);
            this.Controls.Add(this.labelVoucherNumber);
            this.Controls.Add(this.maskedTextBoxVoucherNumber);
            this.Controls.Add(this.labelValueAmount);
            this.Controls.Add(this.maskedTextBoxValueAmount);
            this.Controls.Add(this.labelValidFromDateTime);
            this.Controls.Add(this.dateTimePickerValidFromDateTime);
            this.Controls.Add(this.labelValidUntilDateTime);
            this.Controls.Add(this.dateTimePickerValidUntilDateTime);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.Controls.Add(this.labelFinancialCurrencyPicker);
            this.Controls.Add(this.financialCurrencyPicker);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonCrudeBookingServiceRequestAdd    = new System.Windows.Forms.Button();
            this.buttonCrudeBookingServiceRequestEdit   = new System.Windows.Forms.Button();
            this.buttonCrudeBookingServiceRequestSearch = new System.Windows.Forms.Button();
            this.dataGridViewCrudeBookingServiceRequest = new System.Windows.Forms.DataGridView();
            this.labelServiceTypeRefCombo          = new System.Windows.Forms.Label();
            this.serviceTypeRefCombo               = new ServiceTypeRefCombo();
            this.labelServiceRequestStatusRefCombo = new System.Windows.Forms.Label();
            this.serviceRequestStatusRefCombo      = new ServiceRequestStatusRefCombo();
            this.labelDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime = new System.Windows.Forms.TextBox();
            this.labelServiceSpecialServiceRequestPicker = new System.Windows.Forms.Label();
            this.serviceSpecialServiceRequestPicker      = new ServiceSpecialServiceRequestPicker();
            this.labelServiceCarRentalPicker             = new System.Windows.Forms.Label();
            this.serviceCarRentalPicker = new ServiceCarRentalPicker();
            this.labelUserPicker        = new System.Windows.Forms.Label();
            this.userPicker             = new DefaultUserPicker();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeBookingServiceRequest)).BeginInit();
            this.SuspendLayout();
            //
            // labelServiceTypeRefCombo
            //
            this.labelServiceTypeRefCombo.AutoSize = true;
            this.labelServiceTypeRefCombo.Location = new System.Drawing.Point(11, 13);
            this.labelServiceTypeRefCombo.Name     = "labelServiceTypeRefCombo";
            this.labelServiceTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelServiceTypeRefCombo.TabIndex = 2;
            this.labelServiceTypeRefCombo.Text     = "Service Type:";
            //
            //serviceTypeRefCombo
            //
            this.serviceTypeRefCombo.Location = new System.Drawing.Point(217, 13);
            this.serviceTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.serviceTypeRefCombo.Name     = "serviceTypeRefCombo";
            this.serviceTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.serviceTypeRefCombo.TabIndex = 3;
            //
            // labelServiceRequestStatusRefCombo
            //
            this.labelServiceRequestStatusRefCombo.AutoSize = true;
            this.labelServiceRequestStatusRefCombo.Location = new System.Drawing.Point(11, 36);
            this.labelServiceRequestStatusRefCombo.Name     = "labelServiceRequestStatusRefCombo";
            this.labelServiceRequestStatusRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelServiceRequestStatusRefCombo.TabIndex = 4;
            this.labelServiceRequestStatusRefCombo.Text     = "Service Request Status:";
            //
            //serviceRequestStatusRefCombo
            //
            this.serviceRequestStatusRefCombo.Location = new System.Drawing.Point(217, 36);
            this.serviceRequestStatusRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.serviceRequestStatusRefCombo.Name     = "serviceRequestStatusRefCombo";
            this.serviceRequestStatusRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.serviceRequestStatusRefCombo.TabIndex = 5;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 59);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 6;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(217, 59);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 7;
            //
            // labelServiceSpecialServiceRequestPicker
            //
            this.labelServiceSpecialServiceRequestPicker.AutoSize = true;
            this.labelServiceSpecialServiceRequestPicker.Location = new System.Drawing.Point(11, 82);
            this.labelServiceSpecialServiceRequestPicker.Name     = "labelServiceSpecialServiceRequestPicker";
            this.labelServiceSpecialServiceRequestPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelServiceSpecialServiceRequestPicker.TabIndex = 8;
            this.labelServiceSpecialServiceRequestPicker.Text     = "Service Special Service Request:";
            //
            //serviceSpecialServiceRequestPicker
            //
            this.serviceSpecialServiceRequestPicker.Location = new System.Drawing.Point(217, 82);
            this.serviceSpecialServiceRequestPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.serviceSpecialServiceRequestPicker.Name     = "serviceSpecialServiceRequestPicker";
            this.serviceSpecialServiceRequestPicker.Size     = new System.Drawing.Size(250, 20);
            this.serviceSpecialServiceRequestPicker.TabIndex = 9;
            //
            // labelServiceCarRentalPicker
            //
            this.labelServiceCarRentalPicker.AutoSize = true;
            this.labelServiceCarRentalPicker.Location = new System.Drawing.Point(11, 105);
            this.labelServiceCarRentalPicker.Name     = "labelServiceCarRentalPicker";
            this.labelServiceCarRentalPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelServiceCarRentalPicker.TabIndex = 10;
            this.labelServiceCarRentalPicker.Text     = "Service Car Rental:";
            //
            //serviceCarRentalPicker
            //
            this.serviceCarRentalPicker.Location = new System.Drawing.Point(217, 105);
            this.serviceCarRentalPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.serviceCarRentalPicker.Name     = "serviceCarRentalPicker";
            this.serviceCarRentalPicker.Size     = new System.Drawing.Size(250, 20);
            this.serviceCarRentalPicker.TabIndex = 11;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 128);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 12;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 13;
            //
            // dataGridViewCrudeBookingServiceRequest
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeBookingServiceRequest.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeBookingServiceRequest.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                                                       | System.Windows.Forms.AnchorStyles.Right)));
            this.dataGridViewCrudeBookingServiceRequest.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeBookingServiceRequest.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeBookingServiceRequest.Location      = new System.Drawing.Point(12, 161);
            this.dataGridViewCrudeBookingServiceRequest.Name          = "dataGridViewCrudeBookingServiceRequest";
            this.dataGridViewCrudeBookingServiceRequest.Size          = new System.Drawing.Size(455, 96);
            this.dataGridViewCrudeBookingServiceRequest.TabIndex      = 0;
            this.dataGridViewCrudeBookingServiceRequest.ReadOnly      = true;
            this.dataGridViewCrudeBookingServiceRequest.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeBookingServiceRequest_DoubleClick);
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(375, 264);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonCrudeBookingServiceRequestSearch
            //
            this.buttonCrudeBookingServiceRequestSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeBookingServiceRequestSearch.Location = new System.Drawing.Point(275, 264);
            this.buttonCrudeBookingServiceRequestSearch.Name     = "buttonCrudeBookingServiceRequestSearch";
            this.buttonCrudeBookingServiceRequestSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeBookingServiceRequestSearch.TabIndex = 2;
            this.buttonCrudeBookingServiceRequestSearch.Text     = "&Search";
            this.buttonCrudeBookingServiceRequestSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeBookingServiceRequestSearch.Click += new System.EventHandler(this.buttonCrudeBookingServiceRequestSearch_Click);
            //
            // buttonCrudeBookingServiceRequestAdd
            //
            this.buttonCrudeBookingServiceRequestAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeBookingServiceRequestAdd.Location = new System.Drawing.Point(175, 264);
            this.buttonCrudeBookingServiceRequestAdd.Name     = "buttonCrudeBookingServiceRequestAdd";
            this.buttonCrudeBookingServiceRequestAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeBookingServiceRequestAdd.TabIndex = 3;
            this.buttonCrudeBookingServiceRequestAdd.Text     = "&Add";
            this.buttonCrudeBookingServiceRequestAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeBookingServiceRequestAdd.Click += new System.EventHandler(this.buttonCrudeBookingServiceRequestAdd_Click);
            //
            // buttonCrudeBookingServiceRequestEdit
            //
            this.buttonCrudeBookingServiceRequestEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeBookingServiceRequestEdit.Location = new System.Drawing.Point(75, 264);
            this.buttonCrudeBookingServiceRequestEdit.Name     = "buttonCrudeBookingServiceRequestEdit";
            this.buttonCrudeBookingServiceRequestEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeBookingServiceRequestEdit.TabIndex = 4;
            this.buttonCrudeBookingServiceRequestEdit.Text     = "&Edit";
            this.buttonCrudeBookingServiceRequestEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeBookingServiceRequestEdit.Click += new System.EventHandler(this.buttonCrudeBookingServiceRequestEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(479, 292);
            this.Controls.Add(this.buttonCrudeBookingServiceRequestSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeBookingServiceRequestAdd);
            this.Controls.Add(this.buttonCrudeBookingServiceRequestEdit);
            this.Controls.Add(this.dataGridViewCrudeBookingServiceRequest);
            this.Name = "CrudeBookingServiceRequestSearch";
            this.Text = "Booking Service Request Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeBookingServiceRequest)).EndInit();
            this.Controls.Add(this.labelServiceTypeRefCombo);
            this.Controls.Add(this.serviceTypeRefCombo);
            this.Controls.Add(this.labelServiceRequestStatusRefCombo);
            this.Controls.Add(this.serviceRequestStatusRefCombo);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.Controls.Add(this.labelServiceSpecialServiceRequestPicker);
            this.Controls.Add(this.serviceSpecialServiceRequestPicker);
            this.Controls.Add(this.labelServiceCarRentalPicker);
            this.Controls.Add(this.serviceCarRentalPicker);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Example #23
0
        private void InitializeComponent()
        {
            this.buttonClose                = new System.Windows.Forms.Button();
            this.buttonSave                 = new System.Windows.Forms.Button();
            this.labelAirlineName           = new System.Windows.Forms.Label();
            this.textBoxAirlineName         = new System.Windows.Forms.TextBox();
            this.labelAirlineTypeRefCombo   = new System.Windows.Forms.Label();
            this.airlineTypeRefCombo        = new AirlineTypeRefCombo();
            this.labelLegalName             = new System.Windows.Forms.Label();
            this.textBoxLegalName           = new System.Windows.Forms.TextBox();
            this.labelStockMarketSymbol     = new System.Windows.Forms.Label();
            this.textBoxStockMarketSymbol   = new System.Windows.Forms.TextBox();
            this.labelAircraftCount         = new System.Windows.Forms.Label();
            this.maskedTextBoxAircraftCount = new System.Windows.Forms.MaskedTextBox();
            this.labelUserPicker            = new System.Windows.Forms.Label();
            this.userPicker                 = new DefaultUserPicker();
            this.labelDateTime              = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime     = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            //
            // labelAirlineName
            //
            this.labelAirlineName.AutoSize = true;
            this.labelAirlineName.Location = new System.Drawing.Point(11, 13);
            this.labelAirlineName.Name     = "labelAirlineName";
            this.labelAirlineName.Size     = new System.Drawing.Size(71, 13);
            this.labelAirlineName.TabIndex = 2;
            this.labelAirlineName.Text     = "Airline Name:";
            //
            //textBoxAirlineName
            //
            this.textBoxAirlineName.Location = new System.Drawing.Point(140, 13);
            this.textBoxAirlineName.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxAirlineName.Name     = "textBoxAirlineName";
            this.textBoxAirlineName.Size     = new System.Drawing.Size(250, 20);
            this.textBoxAirlineName.TabIndex = 3;
            //
            // labelAirlineTypeRefCombo
            //
            this.labelAirlineTypeRefCombo.AutoSize = true;
            this.labelAirlineTypeRefCombo.Location = new System.Drawing.Point(11, 36);
            this.labelAirlineTypeRefCombo.Name     = "labelAirlineTypeRefCombo";
            this.labelAirlineTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelAirlineTypeRefCombo.TabIndex = 4;
            this.labelAirlineTypeRefCombo.Text     = "Airline Type:";
            //
            //airlineTypeRefCombo
            //
            this.airlineTypeRefCombo.Location = new System.Drawing.Point(140, 36);
            this.airlineTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.airlineTypeRefCombo.Name     = "airlineTypeRefCombo";
            this.airlineTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.airlineTypeRefCombo.TabIndex = 5;
            //
            // labelLegalName
            //
            this.labelLegalName.AutoSize = true;
            this.labelLegalName.Location = new System.Drawing.Point(11, 59);
            this.labelLegalName.Name     = "labelLegalName";
            this.labelLegalName.Size     = new System.Drawing.Size(71, 13);
            this.labelLegalName.TabIndex = 6;
            this.labelLegalName.Text     = "Legal Name:";
            //
            //textBoxLegalName
            //
            this.textBoxLegalName.Location = new System.Drawing.Point(140, 59);
            this.textBoxLegalName.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxLegalName.Name     = "textBoxLegalName";
            this.textBoxLegalName.Size     = new System.Drawing.Size(250, 20);
            this.textBoxLegalName.TabIndex = 7;
            //
            // labelStockMarketSymbol
            //
            this.labelStockMarketSymbol.AutoSize = true;
            this.labelStockMarketSymbol.Location = new System.Drawing.Point(11, 82);
            this.labelStockMarketSymbol.Name     = "labelStockMarketSymbol";
            this.labelStockMarketSymbol.Size     = new System.Drawing.Size(71, 13);
            this.labelStockMarketSymbol.TabIndex = 8;
            this.labelStockMarketSymbol.Text     = "Stock Market Symbol:";
            //
            //textBoxStockMarketSymbol
            //
            this.textBoxStockMarketSymbol.Location = new System.Drawing.Point(140, 82);
            this.textBoxStockMarketSymbol.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxStockMarketSymbol.Name     = "textBoxStockMarketSymbol";
            this.textBoxStockMarketSymbol.Size     = new System.Drawing.Size(250, 20);
            this.textBoxStockMarketSymbol.TabIndex = 9;
            //
            // labelAircraftCount
            //
            this.labelAircraftCount.AutoSize = true;
            this.labelAircraftCount.Location = new System.Drawing.Point(11, 105);
            this.labelAircraftCount.Name     = "labelAircraftCount";
            this.labelAircraftCount.Size     = new System.Drawing.Size(71, 13);
            this.labelAircraftCount.TabIndex = 10;
            this.labelAircraftCount.Text     = "Aircraft Count:";
            //
            //maskedTextBoxAircraftCount
            //
            this.maskedTextBoxAircraftCount.Location = new System.Drawing.Point(140, 105);
            this.maskedTextBoxAircraftCount.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxAircraftCount.Name     = "maskedTextBoxAircraftCount";
            this.maskedTextBoxAircraftCount.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxAircraftCount.TabIndex = 11;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 128);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 12;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 13;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 151);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 14;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(140, 151);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 15;
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(298, 174);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(198, 174);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(402, 202);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeAirlineEdit";
            this.Text = "Airline Edit";
            this.Controls.Add(this.labelAirlineName);
            this.Controls.Add(this.textBoxAirlineName);
            this.Controls.Add(this.labelAirlineTypeRefCombo);
            this.Controls.Add(this.airlineTypeRefCombo);
            this.Controls.Add(this.labelLegalName);
            this.Controls.Add(this.textBoxLegalName);
            this.Controls.Add(this.labelStockMarketSymbol);
            this.Controls.Add(this.textBoxStockMarketSymbol);
            this.Controls.Add(this.labelAircraftCount);
            this.Controls.Add(this.maskedTextBoxAircraftCount);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Example #24
0
        private void InitializeComponent()
        {
            this.buttonClose                              = new System.Windows.Forms.Button();
            this.buttonSave                               = new System.Windows.Forms.Button();
            this.labelLength                              = new System.Windows.Forms.Label();
            this.maskedTextBoxLength                      = new System.Windows.Forms.MaskedTextBox();
            this.labelHeight                              = new System.Windows.Forms.Label();
            this.maskedTextBoxHeight                      = new System.Windows.Forms.MaskedTextBox();
            this.labelWidth                               = new System.Windows.Forms.Label();
            this.maskedTextBoxWidth                       = new System.Windows.Forms.MaskedTextBox();
            this.labelPayloadInKilo                       = new System.Windows.Forms.Label();
            this.maskedTextBoxPayloadInKilo               = new System.Windows.Forms.MaskedTextBox();
            this.labelUnitLoadDevicePositions             = new System.Windows.Forms.Label();
            this.maskedTextBoxUnitLoadDevicePositions     = new System.Windows.Forms.MaskedTextBox();
            this.labelCarryOnBinCount                     = new System.Windows.Forms.Label();
            this.maskedTextBoxCarryOnBinCount             = new System.Windows.Forms.MaskedTextBox();
            this.labelCarryOnPiecesAllowedCount           = new System.Windows.Forms.Label();
            this.maskedTextBoxCarryOnPiecesAllowedCount   = new System.Windows.Forms.MaskedTextBox();
            this.labelCarryOnPieceMaxWeightInKilo         = new System.Windows.Forms.Label();
            this.maskedTextBoxCarryOnPieceMaxWeightInKilo = new System.Windows.Forms.MaskedTextBox();
            this.labelInfantLimit                         = new System.Windows.Forms.Label();
            this.maskedTextBoxInfantLimit                 = new System.Windows.Forms.MaskedTextBox();
            this.labelBookableLimit                       = new System.Windows.Forms.Label();
            this.maskedTextBoxBookableLimit               = new System.Windows.Forms.MaskedTextBox();
            this.labelPassengerLimit                      = new System.Windows.Forms.Label();
            this.maskedTextBoxPassengerLimit              = new System.Windows.Forms.MaskedTextBox();
            this.labelRowCount                            = new System.Windows.Forms.Label();
            this.maskedTextBoxRowCount                    = new System.Windows.Forms.MaskedTextBox();
            this.labelColumnCount                         = new System.Windows.Forms.Label();
            this.maskedTextBoxColumnCount                 = new System.Windows.Forms.MaskedTextBox();
            this.labelUserPicker                          = new System.Windows.Forms.Label();
            this.userPicker                               = new DefaultUserPicker();
            this.labelDateTime                            = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime                   = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            //
            // labelLength
            //
            this.labelLength.AutoSize = true;
            this.labelLength.Location = new System.Drawing.Point(11, 13);
            this.labelLength.Name     = "labelLength";
            this.labelLength.Size     = new System.Drawing.Size(71, 13);
            this.labelLength.TabIndex = 2;
            this.labelLength.Text     = "Length:";
            //
            //maskedTextBoxLength
            //
            this.maskedTextBoxLength.Location = new System.Drawing.Point(231, 13);
            this.maskedTextBoxLength.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxLength.Name     = "maskedTextBoxLength";
            this.maskedTextBoxLength.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxLength.TabIndex = 3;
            //
            // labelHeight
            //
            this.labelHeight.AutoSize = true;
            this.labelHeight.Location = new System.Drawing.Point(11, 36);
            this.labelHeight.Name     = "labelHeight";
            this.labelHeight.Size     = new System.Drawing.Size(71, 13);
            this.labelHeight.TabIndex = 4;
            this.labelHeight.Text     = "Height:";
            //
            //maskedTextBoxHeight
            //
            this.maskedTextBoxHeight.Location = new System.Drawing.Point(231, 36);
            this.maskedTextBoxHeight.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxHeight.Name     = "maskedTextBoxHeight";
            this.maskedTextBoxHeight.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxHeight.TabIndex = 5;
            //
            // labelWidth
            //
            this.labelWidth.AutoSize = true;
            this.labelWidth.Location = new System.Drawing.Point(11, 59);
            this.labelWidth.Name     = "labelWidth";
            this.labelWidth.Size     = new System.Drawing.Size(71, 13);
            this.labelWidth.TabIndex = 6;
            this.labelWidth.Text     = "Width:";
            //
            //maskedTextBoxWidth
            //
            this.maskedTextBoxWidth.Location = new System.Drawing.Point(231, 59);
            this.maskedTextBoxWidth.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxWidth.Name     = "maskedTextBoxWidth";
            this.maskedTextBoxWidth.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxWidth.TabIndex = 7;
            //
            // labelPayloadInKilo
            //
            this.labelPayloadInKilo.AutoSize = true;
            this.labelPayloadInKilo.Location = new System.Drawing.Point(11, 82);
            this.labelPayloadInKilo.Name     = "labelPayloadInKilo";
            this.labelPayloadInKilo.Size     = new System.Drawing.Size(71, 13);
            this.labelPayloadInKilo.TabIndex = 8;
            this.labelPayloadInKilo.Text     = "Payload In Kilo:";
            //
            //maskedTextBoxPayloadInKilo
            //
            this.maskedTextBoxPayloadInKilo.Location = new System.Drawing.Point(231, 82);
            this.maskedTextBoxPayloadInKilo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxPayloadInKilo.Name     = "maskedTextBoxPayloadInKilo";
            this.maskedTextBoxPayloadInKilo.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxPayloadInKilo.TabIndex = 9;
            //
            // labelUnitLoadDevicePositions
            //
            this.labelUnitLoadDevicePositions.AutoSize = true;
            this.labelUnitLoadDevicePositions.Location = new System.Drawing.Point(11, 105);
            this.labelUnitLoadDevicePositions.Name     = "labelUnitLoadDevicePositions";
            this.labelUnitLoadDevicePositions.Size     = new System.Drawing.Size(71, 13);
            this.labelUnitLoadDevicePositions.TabIndex = 10;
            this.labelUnitLoadDevicePositions.Text     = "Unit Load Device Positions:";
            //
            //maskedTextBoxUnitLoadDevicePositions
            //
            this.maskedTextBoxUnitLoadDevicePositions.Location = new System.Drawing.Point(231, 105);
            this.maskedTextBoxUnitLoadDevicePositions.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxUnitLoadDevicePositions.Name     = "maskedTextBoxUnitLoadDevicePositions";
            this.maskedTextBoxUnitLoadDevicePositions.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxUnitLoadDevicePositions.TabIndex = 11;
            //
            // labelCarryOnBinCount
            //
            this.labelCarryOnBinCount.AutoSize = true;
            this.labelCarryOnBinCount.Location = new System.Drawing.Point(11, 128);
            this.labelCarryOnBinCount.Name     = "labelCarryOnBinCount";
            this.labelCarryOnBinCount.Size     = new System.Drawing.Size(71, 13);
            this.labelCarryOnBinCount.TabIndex = 12;
            this.labelCarryOnBinCount.Text     = "Carry On Bin Count:";
            //
            //maskedTextBoxCarryOnBinCount
            //
            this.maskedTextBoxCarryOnBinCount.Location = new System.Drawing.Point(231, 128);
            this.maskedTextBoxCarryOnBinCount.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxCarryOnBinCount.Name     = "maskedTextBoxCarryOnBinCount";
            this.maskedTextBoxCarryOnBinCount.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxCarryOnBinCount.TabIndex = 13;
            //
            // labelCarryOnPiecesAllowedCount
            //
            this.labelCarryOnPiecesAllowedCount.AutoSize = true;
            this.labelCarryOnPiecesAllowedCount.Location = new System.Drawing.Point(11, 151);
            this.labelCarryOnPiecesAllowedCount.Name     = "labelCarryOnPiecesAllowedCount";
            this.labelCarryOnPiecesAllowedCount.Size     = new System.Drawing.Size(71, 13);
            this.labelCarryOnPiecesAllowedCount.TabIndex = 14;
            this.labelCarryOnPiecesAllowedCount.Text     = "Carry On Pieces Allowed Count:";
            //
            //maskedTextBoxCarryOnPiecesAllowedCount
            //
            this.maskedTextBoxCarryOnPiecesAllowedCount.Location = new System.Drawing.Point(231, 151);
            this.maskedTextBoxCarryOnPiecesAllowedCount.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxCarryOnPiecesAllowedCount.Name     = "maskedTextBoxCarryOnPiecesAllowedCount";
            this.maskedTextBoxCarryOnPiecesAllowedCount.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxCarryOnPiecesAllowedCount.TabIndex = 15;
            //
            // labelCarryOnPieceMaxWeightInKilo
            //
            this.labelCarryOnPieceMaxWeightInKilo.AutoSize = true;
            this.labelCarryOnPieceMaxWeightInKilo.Location = new System.Drawing.Point(11, 174);
            this.labelCarryOnPieceMaxWeightInKilo.Name     = "labelCarryOnPieceMaxWeightInKilo";
            this.labelCarryOnPieceMaxWeightInKilo.Size     = new System.Drawing.Size(71, 13);
            this.labelCarryOnPieceMaxWeightInKilo.TabIndex = 16;
            this.labelCarryOnPieceMaxWeightInKilo.Text     = "Carry On Piece Max Weight In Kilo:";
            //
            //maskedTextBoxCarryOnPieceMaxWeightInKilo
            //
            this.maskedTextBoxCarryOnPieceMaxWeightInKilo.Location = new System.Drawing.Point(231, 174);
            this.maskedTextBoxCarryOnPieceMaxWeightInKilo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxCarryOnPieceMaxWeightInKilo.Name     = "maskedTextBoxCarryOnPieceMaxWeightInKilo";
            this.maskedTextBoxCarryOnPieceMaxWeightInKilo.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxCarryOnPieceMaxWeightInKilo.TabIndex = 17;
            //
            // labelInfantLimit
            //
            this.labelInfantLimit.AutoSize = true;
            this.labelInfantLimit.Location = new System.Drawing.Point(11, 197);
            this.labelInfantLimit.Name     = "labelInfantLimit";
            this.labelInfantLimit.Size     = new System.Drawing.Size(71, 13);
            this.labelInfantLimit.TabIndex = 18;
            this.labelInfantLimit.Text     = "Infant Limit:";
            //
            //maskedTextBoxInfantLimit
            //
            this.maskedTextBoxInfantLimit.Location = new System.Drawing.Point(231, 197);
            this.maskedTextBoxInfantLimit.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxInfantLimit.Name     = "maskedTextBoxInfantLimit";
            this.maskedTextBoxInfantLimit.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxInfantLimit.TabIndex = 19;
            //
            // labelBookableLimit
            //
            this.labelBookableLimit.AutoSize = true;
            this.labelBookableLimit.Location = new System.Drawing.Point(11, 220);
            this.labelBookableLimit.Name     = "labelBookableLimit";
            this.labelBookableLimit.Size     = new System.Drawing.Size(71, 13);
            this.labelBookableLimit.TabIndex = 20;
            this.labelBookableLimit.Text     = "Bookable Limit:";
            //
            //maskedTextBoxBookableLimit
            //
            this.maskedTextBoxBookableLimit.Location = new System.Drawing.Point(231, 220);
            this.maskedTextBoxBookableLimit.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxBookableLimit.Name     = "maskedTextBoxBookableLimit";
            this.maskedTextBoxBookableLimit.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxBookableLimit.TabIndex = 21;
            //
            // labelPassengerLimit
            //
            this.labelPassengerLimit.AutoSize = true;
            this.labelPassengerLimit.Location = new System.Drawing.Point(11, 243);
            this.labelPassengerLimit.Name     = "labelPassengerLimit";
            this.labelPassengerLimit.Size     = new System.Drawing.Size(71, 13);
            this.labelPassengerLimit.TabIndex = 22;
            this.labelPassengerLimit.Text     = "Passenger Limit:";
            //
            //maskedTextBoxPassengerLimit
            //
            this.maskedTextBoxPassengerLimit.Location = new System.Drawing.Point(231, 243);
            this.maskedTextBoxPassengerLimit.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxPassengerLimit.Name     = "maskedTextBoxPassengerLimit";
            this.maskedTextBoxPassengerLimit.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxPassengerLimit.TabIndex = 23;
            //
            // labelRowCount
            //
            this.labelRowCount.AutoSize = true;
            this.labelRowCount.Location = new System.Drawing.Point(11, 266);
            this.labelRowCount.Name     = "labelRowCount";
            this.labelRowCount.Size     = new System.Drawing.Size(71, 13);
            this.labelRowCount.TabIndex = 24;
            this.labelRowCount.Text     = "Row Count:";
            //
            //maskedTextBoxRowCount
            //
            this.maskedTextBoxRowCount.Location = new System.Drawing.Point(231, 266);
            this.maskedTextBoxRowCount.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxRowCount.Name     = "maskedTextBoxRowCount";
            this.maskedTextBoxRowCount.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxRowCount.TabIndex = 25;
            //
            // labelColumnCount
            //
            this.labelColumnCount.AutoSize = true;
            this.labelColumnCount.Location = new System.Drawing.Point(11, 289);
            this.labelColumnCount.Name     = "labelColumnCount";
            this.labelColumnCount.Size     = new System.Drawing.Size(71, 13);
            this.labelColumnCount.TabIndex = 26;
            this.labelColumnCount.Text     = "Column Count:";
            //
            //maskedTextBoxColumnCount
            //
            this.maskedTextBoxColumnCount.Location = new System.Drawing.Point(231, 289);
            this.maskedTextBoxColumnCount.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxColumnCount.Name     = "maskedTextBoxColumnCount";
            this.maskedTextBoxColumnCount.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxColumnCount.TabIndex = 27;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 312);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 28;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 29;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 335);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 30;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(231, 335);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 31;
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(389, 358);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(289, 358);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(493, 386);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeAircraftCompartmentMeasurementEdit";
            this.Text = "Aircraft Compartment Measurement Edit";
            this.Controls.Add(this.labelLength);
            this.Controls.Add(this.maskedTextBoxLength);
            this.Controls.Add(this.labelHeight);
            this.Controls.Add(this.maskedTextBoxHeight);
            this.Controls.Add(this.labelWidth);
            this.Controls.Add(this.maskedTextBoxWidth);
            this.Controls.Add(this.labelPayloadInKilo);
            this.Controls.Add(this.maskedTextBoxPayloadInKilo);
            this.Controls.Add(this.labelUnitLoadDevicePositions);
            this.Controls.Add(this.maskedTextBoxUnitLoadDevicePositions);
            this.Controls.Add(this.labelCarryOnBinCount);
            this.Controls.Add(this.maskedTextBoxCarryOnBinCount);
            this.Controls.Add(this.labelCarryOnPiecesAllowedCount);
            this.Controls.Add(this.maskedTextBoxCarryOnPiecesAllowedCount);
            this.Controls.Add(this.labelCarryOnPieceMaxWeightInKilo);
            this.Controls.Add(this.maskedTextBoxCarryOnPieceMaxWeightInKilo);
            this.Controls.Add(this.labelInfantLimit);
            this.Controls.Add(this.maskedTextBoxInfantLimit);
            this.Controls.Add(this.labelBookableLimit);
            this.Controls.Add(this.maskedTextBoxBookableLimit);
            this.Controls.Add(this.labelPassengerLimit);
            this.Controls.Add(this.maskedTextBoxPassengerLimit);
            this.Controls.Add(this.labelRowCount);
            this.Controls.Add(this.maskedTextBoxRowCount);
            this.Controls.Add(this.labelColumnCount);
            this.Controls.Add(this.maskedTextBoxColumnCount);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Example #25
0
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonCrudeAircraftMeasurementAdd    = new System.Windows.Forms.Button();
            this.buttonCrudeAircraftMeasurementEdit   = new System.Windows.Forms.Button();
            this.buttonCrudeAircraftMeasurementSearch = new System.Windows.Forms.Button();
            this.dataGridViewCrudeAircraftMeasurement = new System.Windows.Forms.DataGridView();
            this.labelLength                      = new System.Windows.Forms.Label();
            this.maskedTextBoxLength              = new System.Windows.Forms.MaskedTextBox();
            this.labelHeight                      = new System.Windows.Forms.Label();
            this.maskedTextBoxHeight              = new System.Windows.Forms.MaskedTextBox();
            this.labelWeight                      = new System.Windows.Forms.Label();
            this.maskedTextBoxWeight              = new System.Windows.Forms.MaskedTextBox();
            this.labelWingspan                    = new System.Windows.Forms.Label();
            this.maskedTextBoxWingspan            = new System.Windows.Forms.MaskedTextBox();
            this.labelWidth                       = new System.Windows.Forms.Label();
            this.maskedTextBoxWidth               = new System.Windows.Forms.MaskedTextBox();
            this.labelPayload                     = new System.Windows.Forms.Label();
            this.maskedTextBoxPayload             = new System.Windows.Forms.MaskedTextBox();
            this.labelTakeoffWeightInKilo         = new System.Windows.Forms.Label();
            this.maskedTextBoxTakeoffWeightInKilo = new System.Windows.Forms.MaskedTextBox();
            this.labelSpeed                       = new System.Windows.Forms.Label();
            this.maskedTextBoxSpeed               = new System.Windows.Forms.MaskedTextBox();
            this.labelDateTime                    = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime           = new System.Windows.Forms.TextBox();
            this.labelUserPicker                  = new System.Windows.Forms.Label();
            this.userPicker                       = new DefaultUserPicker();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeAircraftMeasurement)).BeginInit();
            this.SuspendLayout();
            //
            // labelLength
            //
            this.labelLength.AutoSize = true;
            this.labelLength.Location = new System.Drawing.Point(11, 13);
            this.labelLength.Name     = "labelLength";
            this.labelLength.Size     = new System.Drawing.Size(71, 13);
            this.labelLength.TabIndex = 2;
            this.labelLength.Text     = "Length:";
            //
            //maskedTextBoxLength
            //
            this.maskedTextBoxLength.Location = new System.Drawing.Point(154, 13);
            this.maskedTextBoxLength.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxLength.Name     = "maskedTextBoxLength";
            this.maskedTextBoxLength.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxLength.TabIndex = 3;
            //
            // labelHeight
            //
            this.labelHeight.AutoSize = true;
            this.labelHeight.Location = new System.Drawing.Point(11, 36);
            this.labelHeight.Name     = "labelHeight";
            this.labelHeight.Size     = new System.Drawing.Size(71, 13);
            this.labelHeight.TabIndex = 4;
            this.labelHeight.Text     = "Height:";
            //
            //maskedTextBoxHeight
            //
            this.maskedTextBoxHeight.Location = new System.Drawing.Point(154, 36);
            this.maskedTextBoxHeight.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxHeight.Name     = "maskedTextBoxHeight";
            this.maskedTextBoxHeight.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxHeight.TabIndex = 5;
            //
            // labelWeight
            //
            this.labelWeight.AutoSize = true;
            this.labelWeight.Location = new System.Drawing.Point(11, 59);
            this.labelWeight.Name     = "labelWeight";
            this.labelWeight.Size     = new System.Drawing.Size(71, 13);
            this.labelWeight.TabIndex = 6;
            this.labelWeight.Text     = "Weight:";
            //
            //maskedTextBoxWeight
            //
            this.maskedTextBoxWeight.Location = new System.Drawing.Point(154, 59);
            this.maskedTextBoxWeight.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxWeight.Name     = "maskedTextBoxWeight";
            this.maskedTextBoxWeight.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxWeight.TabIndex = 7;
            //
            // labelWingspan
            //
            this.labelWingspan.AutoSize = true;
            this.labelWingspan.Location = new System.Drawing.Point(11, 82);
            this.labelWingspan.Name     = "labelWingspan";
            this.labelWingspan.Size     = new System.Drawing.Size(71, 13);
            this.labelWingspan.TabIndex = 8;
            this.labelWingspan.Text     = "Wingspan:";
            //
            //maskedTextBoxWingspan
            //
            this.maskedTextBoxWingspan.Location = new System.Drawing.Point(154, 82);
            this.maskedTextBoxWingspan.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxWingspan.Name     = "maskedTextBoxWingspan";
            this.maskedTextBoxWingspan.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxWingspan.TabIndex = 9;
            //
            // labelWidth
            //
            this.labelWidth.AutoSize = true;
            this.labelWidth.Location = new System.Drawing.Point(11, 105);
            this.labelWidth.Name     = "labelWidth";
            this.labelWidth.Size     = new System.Drawing.Size(71, 13);
            this.labelWidth.TabIndex = 10;
            this.labelWidth.Text     = "Width:";
            //
            //maskedTextBoxWidth
            //
            this.maskedTextBoxWidth.Location = new System.Drawing.Point(154, 105);
            this.maskedTextBoxWidth.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxWidth.Name     = "maskedTextBoxWidth";
            this.maskedTextBoxWidth.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxWidth.TabIndex = 11;
            //
            // labelPayload
            //
            this.labelPayload.AutoSize = true;
            this.labelPayload.Location = new System.Drawing.Point(11, 128);
            this.labelPayload.Name     = "labelPayload";
            this.labelPayload.Size     = new System.Drawing.Size(71, 13);
            this.labelPayload.TabIndex = 12;
            this.labelPayload.Text     = "Payload:";
            //
            //maskedTextBoxPayload
            //
            this.maskedTextBoxPayload.Location = new System.Drawing.Point(154, 128);
            this.maskedTextBoxPayload.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxPayload.Name     = "maskedTextBoxPayload";
            this.maskedTextBoxPayload.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxPayload.TabIndex = 13;
            //
            // labelTakeoffWeightInKilo
            //
            this.labelTakeoffWeightInKilo.AutoSize = true;
            this.labelTakeoffWeightInKilo.Location = new System.Drawing.Point(11, 151);
            this.labelTakeoffWeightInKilo.Name     = "labelTakeoffWeightInKilo";
            this.labelTakeoffWeightInKilo.Size     = new System.Drawing.Size(71, 13);
            this.labelTakeoffWeightInKilo.TabIndex = 14;
            this.labelTakeoffWeightInKilo.Text     = "Takeoff Weight In Kilo:";
            //
            //maskedTextBoxTakeoffWeightInKilo
            //
            this.maskedTextBoxTakeoffWeightInKilo.Location = new System.Drawing.Point(154, 151);
            this.maskedTextBoxTakeoffWeightInKilo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxTakeoffWeightInKilo.Name     = "maskedTextBoxTakeoffWeightInKilo";
            this.maskedTextBoxTakeoffWeightInKilo.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxTakeoffWeightInKilo.TabIndex = 15;
            //
            // labelSpeed
            //
            this.labelSpeed.AutoSize = true;
            this.labelSpeed.Location = new System.Drawing.Point(11, 174);
            this.labelSpeed.Name     = "labelSpeed";
            this.labelSpeed.Size     = new System.Drawing.Size(71, 13);
            this.labelSpeed.TabIndex = 16;
            this.labelSpeed.Text     = "Speed:";
            //
            //maskedTextBoxSpeed
            //
            this.maskedTextBoxSpeed.Location = new System.Drawing.Point(154, 174);
            this.maskedTextBoxSpeed.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxSpeed.Name     = "maskedTextBoxSpeed";
            this.maskedTextBoxSpeed.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxSpeed.TabIndex = 17;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 197);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 18;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(154, 197);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 19;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 220);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 20;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 21;
            //
            // dataGridViewCrudeAircraftMeasurement
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeAircraftMeasurement.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeAircraftMeasurement.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                                                     | System.Windows.Forms.AnchorStyles.Right)));
            this.dataGridViewCrudeAircraftMeasurement.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeAircraftMeasurement.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeAircraftMeasurement.Location      = new System.Drawing.Point(12, 253);
            this.dataGridViewCrudeAircraftMeasurement.Name          = "dataGridViewCrudeAircraftMeasurement";
            this.dataGridViewCrudeAircraftMeasurement.Size          = new System.Drawing.Size(392, 96);
            this.dataGridViewCrudeAircraftMeasurement.TabIndex      = 0;
            this.dataGridViewCrudeAircraftMeasurement.ReadOnly      = true;
            this.dataGridViewCrudeAircraftMeasurement.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeAircraftMeasurement_DoubleClick);
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(312, 356);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonCrudeAircraftMeasurementSearch
            //
            this.buttonCrudeAircraftMeasurementSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeAircraftMeasurementSearch.Location = new System.Drawing.Point(212, 356);
            this.buttonCrudeAircraftMeasurementSearch.Name     = "buttonCrudeAircraftMeasurementSearch";
            this.buttonCrudeAircraftMeasurementSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeAircraftMeasurementSearch.TabIndex = 2;
            this.buttonCrudeAircraftMeasurementSearch.Text     = "&Search";
            this.buttonCrudeAircraftMeasurementSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeAircraftMeasurementSearch.Click += new System.EventHandler(this.buttonCrudeAircraftMeasurementSearch_Click);
            //
            // buttonCrudeAircraftMeasurementAdd
            //
            this.buttonCrudeAircraftMeasurementAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeAircraftMeasurementAdd.Location = new System.Drawing.Point(112, 356);
            this.buttonCrudeAircraftMeasurementAdd.Name     = "buttonCrudeAircraftMeasurementAdd";
            this.buttonCrudeAircraftMeasurementAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeAircraftMeasurementAdd.TabIndex = 3;
            this.buttonCrudeAircraftMeasurementAdd.Text     = "&Add";
            this.buttonCrudeAircraftMeasurementAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeAircraftMeasurementAdd.Click += new System.EventHandler(this.buttonCrudeAircraftMeasurementAdd_Click);
            //
            // buttonCrudeAircraftMeasurementEdit
            //
            this.buttonCrudeAircraftMeasurementEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeAircraftMeasurementEdit.Location = new System.Drawing.Point(12, 356);
            this.buttonCrudeAircraftMeasurementEdit.Name     = "buttonCrudeAircraftMeasurementEdit";
            this.buttonCrudeAircraftMeasurementEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeAircraftMeasurementEdit.TabIndex = 4;
            this.buttonCrudeAircraftMeasurementEdit.Text     = "&Edit";
            this.buttonCrudeAircraftMeasurementEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeAircraftMeasurementEdit.Click += new System.EventHandler(this.buttonCrudeAircraftMeasurementEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(416, 384);
            this.Controls.Add(this.buttonCrudeAircraftMeasurementSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeAircraftMeasurementAdd);
            this.Controls.Add(this.buttonCrudeAircraftMeasurementEdit);
            this.Controls.Add(this.dataGridViewCrudeAircraftMeasurement);
            this.Name = "CrudeAircraftMeasurementSearch";
            this.Text = "Aircraft Measurement Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeAircraftMeasurement)).EndInit();
            this.Controls.Add(this.labelLength);
            this.Controls.Add(this.maskedTextBoxLength);
            this.Controls.Add(this.labelHeight);
            this.Controls.Add(this.maskedTextBoxHeight);
            this.Controls.Add(this.labelWeight);
            this.Controls.Add(this.maskedTextBoxWeight);
            this.Controls.Add(this.labelWingspan);
            this.Controls.Add(this.maskedTextBoxWingspan);
            this.Controls.Add(this.labelWidth);
            this.Controls.Add(this.maskedTextBoxWidth);
            this.Controls.Add(this.labelPayload);
            this.Controls.Add(this.maskedTextBoxPayload);
            this.Controls.Add(this.labelTakeoffWeightInKilo);
            this.Controls.Add(this.maskedTextBoxTakeoffWeightInKilo);
            this.Controls.Add(this.labelSpeed);
            this.Controls.Add(this.maskedTextBoxSpeed);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Example #26
0
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose                        = new System.Windows.Forms.Button();
            this.buttonAircraftAdd                  = new System.Windows.Forms.Button();
            this.buttonAircraftEdit                 = new System.Windows.Forms.Button();
            this.buttonAircraftSearch               = new System.Windows.Forms.Button();
            this.dataGridViewAircraft               = new System.Windows.Forms.DataGridView();
            this.labelAircraftName                  = new System.Windows.Forms.Label();
            this.textBoxAircraftName                = new System.Windows.Forms.TextBox();
            this.labelAircraftTypeRefCombo          = new System.Windows.Forms.Label();
            this.aircraftTypeRefCombo               = new AircraftTypeRefCombo();
            this.labelAircraftConfigurationRefCombo = new System.Windows.Forms.Label();
            this.aircraftConfigurationRefCombo      = new AircraftConfigurationRefCombo();
            this.labelAircraftBodyRefCombo          = new System.Windows.Forms.Label();
            this.aircraftBodyRefCombo               = new AircraftBodyRefCombo();
            this.labelOperationalDateTime           = new System.Windows.Forms.Label();
            this.dateTimePickerOperationalDateTime  = new System.Windows.Forms.DateTimePicker();
            this.labelFirstFlightDateTime           = new System.Windows.Forms.Label();
            this.dateTimePickerFirstFlightDateTime  = new System.Windows.Forms.DateTimePicker();
            this.labelEngineType                    = new System.Windows.Forms.Label();
            this.textBoxEngineType                  = new System.Windows.Forms.TextBox();
            this.labelPassengerCapacity             = new System.Windows.Forms.Label();
            this.maskedTextBoxPassengerCapacity     = new System.Windows.Forms.MaskedTextBox();
            this.labelUserPicker                    = new System.Windows.Forms.Label();
            this.userPicker             = new DefaultUserPicker();
            this.labelDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime = new System.Windows.Forms.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewAircraft)).BeginInit();
            this.SuspendLayout();
            //
            // labelAircraftName
            //
            this.labelAircraftName.AutoSize = true;
            this.labelAircraftName.Location = new System.Drawing.Point(11, 13);
            this.labelAircraftName.Name     = "labelAircraftName";
            this.labelAircraftName.Size     = new System.Drawing.Size(71, 13);
            this.labelAircraftName.TabIndex = 2;
            this.labelAircraftName.Text     = "Aircraft Name:";
            //
            //textBoxAircraftName
            //
            this.textBoxAircraftName.Location = new System.Drawing.Point(154, 13);
            this.textBoxAircraftName.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxAircraftName.Name     = "textBoxAircraftName";
            this.textBoxAircraftName.Size     = new System.Drawing.Size(250, 20);
            this.textBoxAircraftName.TabIndex = 3;
            //
            // labelAircraftTypeRefCombo
            //
            this.labelAircraftTypeRefCombo.AutoSize = true;
            this.labelAircraftTypeRefCombo.Location = new System.Drawing.Point(11, 36);
            this.labelAircraftTypeRefCombo.Name     = "labelAircraftTypeRefCombo";
            this.labelAircraftTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelAircraftTypeRefCombo.TabIndex = 4;
            this.labelAircraftTypeRefCombo.Text     = "Aircraft Type:";
            //
            //aircraftTypeRefCombo
            //
            this.aircraftTypeRefCombo.Location = new System.Drawing.Point(154, 36);
            this.aircraftTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.aircraftTypeRefCombo.Name     = "aircraftTypeRefCombo";
            this.aircraftTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.aircraftTypeRefCombo.TabIndex = 5;
            //
            // labelAircraftConfigurationRefCombo
            //
            this.labelAircraftConfigurationRefCombo.AutoSize = true;
            this.labelAircraftConfigurationRefCombo.Location = new System.Drawing.Point(11, 59);
            this.labelAircraftConfigurationRefCombo.Name     = "labelAircraftConfigurationRefCombo";
            this.labelAircraftConfigurationRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelAircraftConfigurationRefCombo.TabIndex = 6;
            this.labelAircraftConfigurationRefCombo.Text     = "Aircraft Configuration:";
            //
            //aircraftConfigurationRefCombo
            //
            this.aircraftConfigurationRefCombo.Location = new System.Drawing.Point(154, 59);
            this.aircraftConfigurationRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.aircraftConfigurationRefCombo.Name     = "aircraftConfigurationRefCombo";
            this.aircraftConfigurationRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.aircraftConfigurationRefCombo.TabIndex = 7;
            //
            // labelAircraftBodyRefCombo
            //
            this.labelAircraftBodyRefCombo.AutoSize = true;
            this.labelAircraftBodyRefCombo.Location = new System.Drawing.Point(11, 82);
            this.labelAircraftBodyRefCombo.Name     = "labelAircraftBodyRefCombo";
            this.labelAircraftBodyRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelAircraftBodyRefCombo.TabIndex = 8;
            this.labelAircraftBodyRefCombo.Text     = "Aircraft Body:";
            //
            //aircraftBodyRefCombo
            //
            this.aircraftBodyRefCombo.Location = new System.Drawing.Point(154, 82);
            this.aircraftBodyRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.aircraftBodyRefCombo.Name     = "aircraftBodyRefCombo";
            this.aircraftBodyRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.aircraftBodyRefCombo.TabIndex = 9;
            //
            // labelOperationalDateTime
            //
            this.labelOperationalDateTime.AutoSize = true;
            this.labelOperationalDateTime.Location = new System.Drawing.Point(11, 105);
            this.labelOperationalDateTime.Name     = "labelOperationalDateTime";
            this.labelOperationalDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelOperationalDateTime.TabIndex = 10;
            this.labelOperationalDateTime.Text     = "Operational Date Time:";
            //
            //dateTimePickerOperationalDateTime
            //
            this.dateTimePickerOperationalDateTime.Location     = new System.Drawing.Point(154, 105);
            this.dateTimePickerOperationalDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerOperationalDateTime.Name         = "dateTimePickerOperationalDateTime";
            this.dateTimePickerOperationalDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerOperationalDateTime.TabIndex     = 11;
            this.dateTimePickerOperationalDateTime.Checked      = false;
            this.dateTimePickerOperationalDateTime.ShowCheckBox = true;
            //
            // labelFirstFlightDateTime
            //
            this.labelFirstFlightDateTime.AutoSize = true;
            this.labelFirstFlightDateTime.Location = new System.Drawing.Point(11, 128);
            this.labelFirstFlightDateTime.Name     = "labelFirstFlightDateTime";
            this.labelFirstFlightDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelFirstFlightDateTime.TabIndex = 12;
            this.labelFirstFlightDateTime.Text     = "First Flight Date Time:";
            //
            //dateTimePickerFirstFlightDateTime
            //
            this.dateTimePickerFirstFlightDateTime.Location     = new System.Drawing.Point(154, 128);
            this.dateTimePickerFirstFlightDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerFirstFlightDateTime.Name         = "dateTimePickerFirstFlightDateTime";
            this.dateTimePickerFirstFlightDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerFirstFlightDateTime.TabIndex     = 13;
            this.dateTimePickerFirstFlightDateTime.Checked      = false;
            this.dateTimePickerFirstFlightDateTime.ShowCheckBox = true;
            //
            // labelEngineType
            //
            this.labelEngineType.AutoSize = true;
            this.labelEngineType.Location = new System.Drawing.Point(11, 151);
            this.labelEngineType.Name     = "labelEngineType";
            this.labelEngineType.Size     = new System.Drawing.Size(71, 13);
            this.labelEngineType.TabIndex = 14;
            this.labelEngineType.Text     = "Engine Type:";
            //
            //textBoxEngineType
            //
            this.textBoxEngineType.Location = new System.Drawing.Point(154, 151);
            this.textBoxEngineType.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxEngineType.Name     = "textBoxEngineType";
            this.textBoxEngineType.Size     = new System.Drawing.Size(250, 20);
            this.textBoxEngineType.TabIndex = 15;
            //
            // labelPassengerCapacity
            //
            this.labelPassengerCapacity.AutoSize = true;
            this.labelPassengerCapacity.Location = new System.Drawing.Point(11, 174);
            this.labelPassengerCapacity.Name     = "labelPassengerCapacity";
            this.labelPassengerCapacity.Size     = new System.Drawing.Size(71, 13);
            this.labelPassengerCapacity.TabIndex = 16;
            this.labelPassengerCapacity.Text     = "Passenger Capacity:";
            //
            //maskedTextBoxPassengerCapacity
            //
            this.maskedTextBoxPassengerCapacity.Location = new System.Drawing.Point(154, 174);
            this.maskedTextBoxPassengerCapacity.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxPassengerCapacity.Name     = "maskedTextBoxPassengerCapacity";
            this.maskedTextBoxPassengerCapacity.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxPassengerCapacity.TabIndex = 17;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 197);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 18;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 19;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 220);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 20;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(154, 220);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 21;
            //
            // dataGridViewAircraft
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewAircraft.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewAircraft.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                                     | System.Windows.Forms.AnchorStyles.Right)));
            this.dataGridViewAircraft.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewAircraft.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewAircraft.Location      = new System.Drawing.Point(12, 253);
            this.dataGridViewAircraft.Name          = "dataGridViewAircraft";
            this.dataGridViewAircraft.Size          = new System.Drawing.Size(392, 96);
            this.dataGridViewAircraft.TabIndex      = 0;
            this.dataGridViewAircraft.DoubleClick  += new System.EventHandler(this.dataGridViewAircraft_DoubleClick);
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(312, 356);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonAircraftSearch
            //
            this.buttonAircraftSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonAircraftSearch.Location = new System.Drawing.Point(212, 356);
            this.buttonAircraftSearch.Name     = "buttonAircraftSearch";
            this.buttonAircraftSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonAircraftSearch.TabIndex = 2;
            this.buttonAircraftSearch.Text     = "&Search";
            this.buttonAircraftSearch.UseVisualStyleBackColor = true;
            this.buttonAircraftSearch.Click += new System.EventHandler(this.buttonAircraftSearch_Click);
            //
            // buttonAircraftAdd
            //
            this.buttonAircraftAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonAircraftAdd.Location = new System.Drawing.Point(112, 356);
            this.buttonAircraftAdd.Name     = "buttonAircraftAdd";
            this.buttonAircraftAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonAircraftAdd.TabIndex = 3;
            this.buttonAircraftAdd.Text     = "&Add";
            this.buttonAircraftAdd.UseVisualStyleBackColor = true;
            this.buttonAircraftAdd.Click += new System.EventHandler(this.buttonAircraftAdd_Click);
            //
            // buttonAircraftEdit
            //
            this.buttonAircraftEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonAircraftEdit.Location = new System.Drawing.Point(12, 356);
            this.buttonAircraftEdit.Name     = "buttonAircraftEdit";
            this.buttonAircraftEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonAircraftEdit.TabIndex = 4;
            this.buttonAircraftEdit.Text     = "&Edit";
            this.buttonAircraftEdit.UseVisualStyleBackColor = true;
            this.buttonAircraftEdit.Click += new System.EventHandler(this.buttonAircraftEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(416, 384);
            this.Controls.Add(this.buttonAircraftSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonAircraftAdd);
            this.Controls.Add(this.buttonAircraftEdit);
            this.Controls.Add(this.dataGridViewAircraft);
            this.Name = "AircraftSearch";
            this.Text = "Aircraft Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewAircraft)).EndInit();
            this.Controls.Add(this.labelAircraftName);
            this.Controls.Add(this.textBoxAircraftName);
            this.Controls.Add(this.labelAircraftTypeRefCombo);
            this.Controls.Add(this.aircraftTypeRefCombo);
            this.Controls.Add(this.labelAircraftConfigurationRefCombo);
            this.Controls.Add(this.aircraftConfigurationRefCombo);
            this.Controls.Add(this.labelAircraftBodyRefCombo);
            this.Controls.Add(this.aircraftBodyRefCombo);
            this.Controls.Add(this.labelOperationalDateTime);
            this.Controls.Add(this.dateTimePickerOperationalDateTime);
            this.Controls.Add(this.labelFirstFlightDateTime);
            this.Controls.Add(this.dateTimePickerFirstFlightDateTime);
            this.Controls.Add(this.labelEngineType);
            this.Controls.Add(this.textBoxEngineType);
            this.Controls.Add(this.labelPassengerCapacity);
            this.Controls.Add(this.maskedTextBoxPassengerCapacity);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonCrudeFinancialTaxAdd    = new System.Windows.Forms.Button();
            this.buttonCrudeFinancialTaxEdit   = new System.Windows.Forms.Button();
            this.buttonCrudeFinancialTaxSearch = new System.Windows.Forms.Button();
            this.dataGridViewCrudeFinancialTax = new System.Windows.Forms.DataGridView();
            this.labelFinancialTaxTypeRefCombo = new System.Windows.Forms.Label();
            this.financialTaxTypeRefCombo      = new FinancialTaxTypeRefCombo();
            this.labelAmount                  = new System.Windows.Forms.Label();
            this.maskedTextBoxAmount          = new System.Windows.Forms.MaskedTextBox();
            this.labelDateTime                = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime       = new System.Windows.Forms.TextBox();
            this.labelFinancialCurrencyPicker = new System.Windows.Forms.Label();
            this.financialCurrencyPicker      = new FinancialCurrencyPicker();
            this.labelUserPicker              = new System.Windows.Forms.Label();
            this.userPicker = new DefaultUserPicker();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeFinancialTax)).BeginInit();
            this.SuspendLayout();
            //
            // labelFinancialTaxTypeRefCombo
            //
            this.labelFinancialTaxTypeRefCombo.AutoSize = true;
            this.labelFinancialTaxTypeRefCombo.Location = new System.Drawing.Point(11, 13);
            this.labelFinancialTaxTypeRefCombo.Name     = "labelFinancialTaxTypeRefCombo";
            this.labelFinancialTaxTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialTaxTypeRefCombo.TabIndex = 2;
            this.labelFinancialTaxTypeRefCombo.Text     = "Financial Tax Type:";
            //
            //financialTaxTypeRefCombo
            //
            this.financialTaxTypeRefCombo.Location = new System.Drawing.Point(140, 13);
            this.financialTaxTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialTaxTypeRefCombo.Name     = "financialTaxTypeRefCombo";
            this.financialTaxTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.financialTaxTypeRefCombo.TabIndex = 3;
            //
            // labelAmount
            //
            this.labelAmount.AutoSize = true;
            this.labelAmount.Location = new System.Drawing.Point(11, 36);
            this.labelAmount.Name     = "labelAmount";
            this.labelAmount.Size     = new System.Drawing.Size(71, 13);
            this.labelAmount.TabIndex = 4;
            this.labelAmount.Text     = "Amount:";
            //
            //maskedTextBoxAmount
            //
            this.maskedTextBoxAmount.Location = new System.Drawing.Point(140, 36);
            this.maskedTextBoxAmount.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxAmount.Name     = "maskedTextBoxAmount";
            this.maskedTextBoxAmount.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxAmount.TabIndex = 5;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 59);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 6;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(140, 59);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 7;
            //
            // labelFinancialCurrencyPicker
            //
            this.labelFinancialCurrencyPicker.AutoSize = true;
            this.labelFinancialCurrencyPicker.Location = new System.Drawing.Point(11, 82);
            this.labelFinancialCurrencyPicker.Name     = "labelFinancialCurrencyPicker";
            this.labelFinancialCurrencyPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCurrencyPicker.TabIndex = 8;
            this.labelFinancialCurrencyPicker.Text     = "Financial Currency:";
            //
            //financialCurrencyPicker
            //
            this.financialCurrencyPicker.Location = new System.Drawing.Point(140, 82);
            this.financialCurrencyPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialCurrencyPicker.Name     = "financialCurrencyPicker";
            this.financialCurrencyPicker.Size     = new System.Drawing.Size(250, 20);
            this.financialCurrencyPicker.TabIndex = 9;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 105);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 10;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 11;
            //
            // dataGridViewCrudeFinancialTax
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeFinancialTax.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeFinancialTax.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                               | System.Windows.Forms.AnchorStyles.Left)
                                                                                              | System.Windows.Forms.AnchorStyles.Right)));
            this.dataGridViewCrudeFinancialTax.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeFinancialTax.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeFinancialTax.Location      = new System.Drawing.Point(12, 138);
            this.dataGridViewCrudeFinancialTax.Name          = "dataGridViewCrudeFinancialTax";
            this.dataGridViewCrudeFinancialTax.Size          = new System.Drawing.Size(378, 96);
            this.dataGridViewCrudeFinancialTax.TabIndex      = 0;
            this.dataGridViewCrudeFinancialTax.ReadOnly      = true;
            this.dataGridViewCrudeFinancialTax.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeFinancialTax_DoubleClick);
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(298, 241);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonCrudeFinancialTaxSearch
            //
            this.buttonCrudeFinancialTaxSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFinancialTaxSearch.Location = new System.Drawing.Point(198, 241);
            this.buttonCrudeFinancialTaxSearch.Name     = "buttonCrudeFinancialTaxSearch";
            this.buttonCrudeFinancialTaxSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFinancialTaxSearch.TabIndex = 2;
            this.buttonCrudeFinancialTaxSearch.Text     = "&Search";
            this.buttonCrudeFinancialTaxSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeFinancialTaxSearch.Click += new System.EventHandler(this.buttonCrudeFinancialTaxSearch_Click);
            //
            // buttonCrudeFinancialTaxAdd
            //
            this.buttonCrudeFinancialTaxAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFinancialTaxAdd.Location = new System.Drawing.Point(98, 241);
            this.buttonCrudeFinancialTaxAdd.Name     = "buttonCrudeFinancialTaxAdd";
            this.buttonCrudeFinancialTaxAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFinancialTaxAdd.TabIndex = 3;
            this.buttonCrudeFinancialTaxAdd.Text     = "&Add";
            this.buttonCrudeFinancialTaxAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeFinancialTaxAdd.Click += new System.EventHandler(this.buttonCrudeFinancialTaxAdd_Click);
            //
            // buttonCrudeFinancialTaxEdit
            //
            this.buttonCrudeFinancialTaxEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFinancialTaxEdit.Location = new System.Drawing.Point(-2, 241);
            this.buttonCrudeFinancialTaxEdit.Name     = "buttonCrudeFinancialTaxEdit";
            this.buttonCrudeFinancialTaxEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFinancialTaxEdit.TabIndex = 4;
            this.buttonCrudeFinancialTaxEdit.Text     = "&Edit";
            this.buttonCrudeFinancialTaxEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeFinancialTaxEdit.Click += new System.EventHandler(this.buttonCrudeFinancialTaxEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(402, 269);
            this.Controls.Add(this.buttonCrudeFinancialTaxSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeFinancialTaxAdd);
            this.Controls.Add(this.buttonCrudeFinancialTaxEdit);
            this.Controls.Add(this.dataGridViewCrudeFinancialTax);
            this.Name = "CrudeFinancialTaxSearch";
            this.Text = "Financial Tax Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeFinancialTax)).EndInit();
            this.Controls.Add(this.labelFinancialTaxTypeRefCombo);
            this.Controls.Add(this.financialTaxTypeRefCombo);
            this.Controls.Add(this.labelAmount);
            this.Controls.Add(this.maskedTextBoxAmount);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.Controls.Add(this.labelFinancialCurrencyPicker);
            this.Controls.Add(this.financialCurrencyPicker);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Example #28
0
        private void InitializeComponent()
        {
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonSave  = new System.Windows.Forms.Button();
            this.labelServiceImageTypeRefCombo = new System.Windows.Forms.Label();
            this.serviceImageTypeRefCombo      = new ServiceImageTypeRefCombo();
            this.labelImageFileName            = new System.Windows.Forms.Label();
            this.textBoxImageFileName          = new System.Windows.Forms.TextBox();
            this.labelImage             = new System.Windows.Forms.Label();
            this.pictureBoxImage        = new System.Windows.Forms.PictureBox();
            this.labelUserPicker        = new System.Windows.Forms.Label();
            this.userPicker             = new DefaultUserPicker();
            this.labelDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            //
            // labelServiceImageTypeRefCombo
            //
            this.labelServiceImageTypeRefCombo.AutoSize = true;
            this.labelServiceImageTypeRefCombo.Location = new System.Drawing.Point(11, 13);
            this.labelServiceImageTypeRefCombo.Name     = "labelServiceImageTypeRefCombo";
            this.labelServiceImageTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelServiceImageTypeRefCombo.TabIndex = 2;
            this.labelServiceImageTypeRefCombo.Text     = "Service Image Type:";
            //
            //serviceImageTypeRefCombo
            //
            this.serviceImageTypeRefCombo.Location = new System.Drawing.Point(140, 13);
            this.serviceImageTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.serviceImageTypeRefCombo.Name     = "serviceImageTypeRefCombo";
            this.serviceImageTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.serviceImageTypeRefCombo.TabIndex = 3;
            //
            // labelImageFileName
            //
            this.labelImageFileName.AutoSize = true;
            this.labelImageFileName.Location = new System.Drawing.Point(11, 36);
            this.labelImageFileName.Name     = "labelImageFileName";
            this.labelImageFileName.Size     = new System.Drawing.Size(71, 13);
            this.labelImageFileName.TabIndex = 4;
            this.labelImageFileName.Text     = "Image File Name:";
            //
            //textBoxImageFileName
            //
            this.textBoxImageFileName.Location = new System.Drawing.Point(140, 36);
            this.textBoxImageFileName.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxImageFileName.Name     = "textBoxImageFileName";
            this.textBoxImageFileName.Size     = new System.Drawing.Size(250, 20);
            this.textBoxImageFileName.TabIndex = 5;
            //
            // labelImage
            //
            this.labelImage.AutoSize = true;
            this.labelImage.Location = new System.Drawing.Point(11, 59);
            this.labelImage.Name     = "labelImage";
            this.labelImage.Size     = new System.Drawing.Size(71, 13);
            this.labelImage.TabIndex = 6;
            this.labelImage.Text     = "Image:";
            //
            //pictureBoxImage
            //
            this.pictureBoxImage.Location = new System.Drawing.Point(140, 59);
            this.pictureBoxImage.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.pictureBoxImage.Name     = "pictureBoxImage";
            this.pictureBoxImage.Size     = new System.Drawing.Size(250, 20);
            this.pictureBoxImage.TabIndex = 7;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 82);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 8;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 9;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 105);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 10;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(140, 105);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 11;
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(298, 128);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(198, 128);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(402, 156);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeServiceHotelImageEdit";
            this.Text = "Service Hotel Image Edit";
            this.Controls.Add(this.labelServiceImageTypeRefCombo);
            this.Controls.Add(this.serviceImageTypeRefCombo);
            this.Controls.Add(this.labelImageFileName);
            this.Controls.Add(this.textBoxImageFileName);
            this.Controls.Add(this.labelImage);
            this.Controls.Add(this.pictureBoxImage);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Example #29
0
        private void InitializeComponent()
        {
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonSave  = new System.Windows.Forms.Button();
            this.labelFinancialCompanyName   = new System.Windows.Forms.Label();
            this.textBoxFinancialCompanyName = new System.Windows.Forms.TextBox();
            this.labelUserPicker             = new System.Windows.Forms.Label();
            this.userPicker             = new DefaultUserPicker();
            this.labelDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            //
            // labelFinancialCompanyName
            //
            this.labelFinancialCompanyName.AutoSize = true;
            this.labelFinancialCompanyName.Location = new System.Drawing.Point(11, 13);
            this.labelFinancialCompanyName.Name     = "labelFinancialCompanyName";
            this.labelFinancialCompanyName.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCompanyName.TabIndex = 2;
            this.labelFinancialCompanyName.Text     = "Financial Company Name:";
            //
            //textBoxFinancialCompanyName
            //
            this.textBoxFinancialCompanyName.Location = new System.Drawing.Point(154, 13);
            this.textBoxFinancialCompanyName.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxFinancialCompanyName.Name     = "textBoxFinancialCompanyName";
            this.textBoxFinancialCompanyName.Size     = new System.Drawing.Size(250, 20);
            this.textBoxFinancialCompanyName.TabIndex = 3;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 36);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 4;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 5;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 59);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 6;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(154, 59);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 7;
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(312, 82);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(212, 82);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(416, 110);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeFinancialCompanyEdit";
            this.Text = "Financial Company Edit";
            this.Controls.Add(this.labelFinancialCompanyName);
            this.Controls.Add(this.textBoxFinancialCompanyName);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        private void InitializeComponent()
        {
            this.buttonClose                        = new System.Windows.Forms.Button();
            this.buttonSave                         = new System.Windows.Forms.Button();
            this.labelDefaultUserCode               = new System.Windows.Forms.Label();
            this.textBoxDefaultUserCode             = new System.Windows.Forms.TextBox();
            this.labelDefaultUserName               = new System.Windows.Forms.Label();
            this.textBoxDefaultUserName             = new System.Windows.Forms.TextBox();
            this.labelEmail                         = new System.Windows.Forms.Label();
            this.textBoxEmail                       = new System.Windows.Forms.TextBox();
            this.labelPassword                      = new System.Windows.Forms.Label();
            this.textBoxPassword                    = new System.Windows.Forms.TextBox();
            this.labelDefaultStateRefCombo          = new System.Windows.Forms.Label();
            this.defaultStateRefCombo               = new DefaultStateRefCombo();
            this.labelCreatedByDefaultUserPicker    = new System.Windows.Forms.Label();
            this.createdByDefaultUserPicker         = new DefaultUserPicker();
            this.labelDateTime                      = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime             = new System.Windows.Forms.DateTimePicker();
            this.labelLastActivityDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerLastActivityDateTime = new System.Windows.Forms.DateTimePicker();
            this.SuspendLayout();
            //
            // labelDefaultUserCode
            //
            this.labelDefaultUserCode.AutoSize = true;
            this.labelDefaultUserCode.Location = new System.Drawing.Point(11, 13);
            this.labelDefaultUserCode.Name     = "labelDefaultUserCode";
            this.labelDefaultUserCode.Size     = new System.Drawing.Size(71, 13);
            this.labelDefaultUserCode.TabIndex = 2;
            this.labelDefaultUserCode.Text     = "Default User Code:";
            //
            //textBoxDefaultUserCode
            //
            this.textBoxDefaultUserCode.Location = new System.Drawing.Point(161, 13);
            this.textBoxDefaultUserCode.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxDefaultUserCode.Name     = "textBoxDefaultUserCode";
            this.textBoxDefaultUserCode.Size     = new System.Drawing.Size(250, 20);
            this.textBoxDefaultUserCode.TabIndex = 3;
            //
            // labelDefaultUserName
            //
            this.labelDefaultUserName.AutoSize = true;
            this.labelDefaultUserName.Location = new System.Drawing.Point(11, 36);
            this.labelDefaultUserName.Name     = "labelDefaultUserName";
            this.labelDefaultUserName.Size     = new System.Drawing.Size(71, 13);
            this.labelDefaultUserName.TabIndex = 4;
            this.labelDefaultUserName.Text     = "Default User Name:";
            //
            //textBoxDefaultUserName
            //
            this.textBoxDefaultUserName.Location = new System.Drawing.Point(161, 36);
            this.textBoxDefaultUserName.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxDefaultUserName.Name     = "textBoxDefaultUserName";
            this.textBoxDefaultUserName.Size     = new System.Drawing.Size(250, 20);
            this.textBoxDefaultUserName.TabIndex = 5;
            //
            // labelEmail
            //
            this.labelEmail.AutoSize = true;
            this.labelEmail.Location = new System.Drawing.Point(11, 59);
            this.labelEmail.Name     = "labelEmail";
            this.labelEmail.Size     = new System.Drawing.Size(71, 13);
            this.labelEmail.TabIndex = 6;
            this.labelEmail.Text     = "Email:";
            //
            //textBoxEmail
            //
            this.textBoxEmail.Location = new System.Drawing.Point(161, 59);
            this.textBoxEmail.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxEmail.Name     = "textBoxEmail";
            this.textBoxEmail.Size     = new System.Drawing.Size(250, 20);
            this.textBoxEmail.TabIndex = 7;
            //
            // labelPassword
            //
            this.labelPassword.AutoSize = true;
            this.labelPassword.Location = new System.Drawing.Point(11, 82);
            this.labelPassword.Name     = "labelPassword";
            this.labelPassword.Size     = new System.Drawing.Size(71, 13);
            this.labelPassword.TabIndex = 8;
            this.labelPassword.Text     = "Password:"******"textBoxPassword";
            this.textBoxPassword.Size     = new System.Drawing.Size(250, 20);
            this.textBoxPassword.TabIndex = 9;
            //
            // labelDefaultStateRefCombo
            //
            this.labelDefaultStateRefCombo.AutoSize = true;
            this.labelDefaultStateRefCombo.Location = new System.Drawing.Point(11, 105);
            this.labelDefaultStateRefCombo.Name     = "labelDefaultStateRefCombo";
            this.labelDefaultStateRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelDefaultStateRefCombo.TabIndex = 10;
            this.labelDefaultStateRefCombo.Text     = "Default State:";
            //
            //defaultStateRefCombo
            //
            this.defaultStateRefCombo.Location = new System.Drawing.Point(161, 105);
            this.defaultStateRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.defaultStateRefCombo.Name     = "defaultStateRefCombo";
            this.defaultStateRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.defaultStateRefCombo.TabIndex = 11;
            //
            // labelCreatedByDefaultUserPicker
            //
            this.labelCreatedByDefaultUserPicker.AutoSize = true;
            this.labelCreatedByDefaultUserPicker.Location = new System.Drawing.Point(11, 128);
            this.labelCreatedByDefaultUserPicker.Name     = "labelCreatedByDefaultUserPicker";
            this.labelCreatedByDefaultUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelCreatedByDefaultUserPicker.TabIndex = 12;
            this.labelCreatedByDefaultUserPicker.Text     = "Created By Default User:"******"createdByDefaultUserPicker";
            this.createdByDefaultUserPicker.Size     = new System.Drawing.Size(250, 20);
            this.createdByDefaultUserPicker.TabIndex = 13;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 151);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 14;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location     = new System.Drawing.Point(161, 151);
            this.dateTimePickerDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name         = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex     = 15;
            this.dateTimePickerDateTime.Checked      = false;
            this.dateTimePickerDateTime.ShowCheckBox = true;
            //
            // labelLastActivityDateTime
            //
            this.labelLastActivityDateTime.AutoSize = true;
            this.labelLastActivityDateTime.Location = new System.Drawing.Point(11, 174);
            this.labelLastActivityDateTime.Name     = "labelLastActivityDateTime";
            this.labelLastActivityDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelLastActivityDateTime.TabIndex = 16;
            this.labelLastActivityDateTime.Text     = "Last Activity Date Time:";
            //
            //dateTimePickerLastActivityDateTime
            //
            this.dateTimePickerLastActivityDateTime.Location     = new System.Drawing.Point(161, 174);
            this.dateTimePickerLastActivityDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerLastActivityDateTime.Name         = "dateTimePickerLastActivityDateTime";
            this.dateTimePickerLastActivityDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerLastActivityDateTime.TabIndex     = 17;
            this.dateTimePickerLastActivityDateTime.Checked      = false;
            this.dateTimePickerLastActivityDateTime.ShowCheckBox = true;
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(319, 197);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(219, 197);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(423, 225);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeDefaultUserEdit";
            this.Text = "Default User Edit";
            this.Controls.Add(this.labelDefaultUserCode);
            this.Controls.Add(this.textBoxDefaultUserCode);
            this.Controls.Add(this.labelDefaultUserName);
            this.Controls.Add(this.textBoxDefaultUserName);
            this.Controls.Add(this.labelEmail);
            this.Controls.Add(this.textBoxEmail);
            this.Controls.Add(this.labelPassword);
            this.Controls.Add(this.textBoxPassword);
            this.Controls.Add(this.labelDefaultStateRefCombo);
            this.Controls.Add(this.defaultStateRefCombo);
            this.Controls.Add(this.labelCreatedByDefaultUserPicker);
            this.Controls.Add(this.createdByDefaultUserPicker);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.Controls.Add(this.labelLastActivityDateTime);
            this.Controls.Add(this.dateTimePickerLastActivityDateTime);
            this.ResumeLayout(false);
            this.PerformLayout();
        }