示例#1
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();
        }
示例#2
0
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonCrudeAirportSupplierLinkAdd    = new System.Windows.Forms.Button();
            this.buttonCrudeAirportSupplierLinkEdit   = new System.Windows.Forms.Button();
            this.buttonCrudeAirportSupplierLinkSearch = new System.Windows.Forms.Button();
            this.dataGridViewCrudeAirportSupplierLink = new System.Windows.Forms.DataGridView();
            this.labelDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime = new System.Windows.Forms.TextBox();
            this.labelAirportPicker     = new System.Windows.Forms.Label();
            this.airportPicker          = new AirportPicker();
            this.labelUserPicker        = new System.Windows.Forms.Label();
            this.userPicker             = new DefaultUserPicker();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeAirportSupplierLink)).BeginInit();
            this.SuspendLayout();
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 13);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 2;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(140, 13);
            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 = 3;
            //
            // labelAirportPicker
            //
            this.labelAirportPicker.AutoSize = true;
            this.labelAirportPicker.Location = new System.Drawing.Point(11, 36);
            this.labelAirportPicker.Name     = "labelAirportPicker";
            this.labelAirportPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelAirportPicker.TabIndex = 4;
            this.labelAirportPicker.Text     = "Airport:";
            //
            //airportPicker
            //
            this.airportPicker.Location = new System.Drawing.Point(140, 36);
            this.airportPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.airportPicker.Name     = "airportPicker";
            this.airportPicker.Size     = new System.Drawing.Size(250, 20);
            this.airportPicker.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;
            //
            // dataGridViewCrudeAirportSupplierLink
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeAirportSupplierLink.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeAirportSupplierLink.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.dataGridViewCrudeAirportSupplierLink.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeAirportSupplierLink.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeAirportSupplierLink.Location      = new System.Drawing.Point(12, 92);
            this.dataGridViewCrudeAirportSupplierLink.Name          = "dataGridViewCrudeAirportSupplierLink";
            this.dataGridViewCrudeAirportSupplierLink.Size          = new System.Drawing.Size(378, 96);
            this.dataGridViewCrudeAirportSupplierLink.TabIndex      = 0;
            this.dataGridViewCrudeAirportSupplierLink.ReadOnly      = true;
            this.dataGridViewCrudeAirportSupplierLink.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeAirportSupplierLink_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);
            //
            // buttonCrudeAirportSupplierLinkSearch
            //
            this.buttonCrudeAirportSupplierLinkSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeAirportSupplierLinkSearch.Location = new System.Drawing.Point(198, 195);
            this.buttonCrudeAirportSupplierLinkSearch.Name     = "buttonCrudeAirportSupplierLinkSearch";
            this.buttonCrudeAirportSupplierLinkSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeAirportSupplierLinkSearch.TabIndex = 2;
            this.buttonCrudeAirportSupplierLinkSearch.Text     = "&Search";
            this.buttonCrudeAirportSupplierLinkSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeAirportSupplierLinkSearch.Click += new System.EventHandler(this.buttonCrudeAirportSupplierLinkSearch_Click);
            //
            // buttonCrudeAirportSupplierLinkAdd
            //
            this.buttonCrudeAirportSupplierLinkAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeAirportSupplierLinkAdd.Location = new System.Drawing.Point(98, 195);
            this.buttonCrudeAirportSupplierLinkAdd.Name     = "buttonCrudeAirportSupplierLinkAdd";
            this.buttonCrudeAirportSupplierLinkAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeAirportSupplierLinkAdd.TabIndex = 3;
            this.buttonCrudeAirportSupplierLinkAdd.Text     = "&Add";
            this.buttonCrudeAirportSupplierLinkAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeAirportSupplierLinkAdd.Click += new System.EventHandler(this.buttonCrudeAirportSupplierLinkAdd_Click);
            //
            // buttonCrudeAirportSupplierLinkEdit
            //
            this.buttonCrudeAirportSupplierLinkEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeAirportSupplierLinkEdit.Location = new System.Drawing.Point(-2, 195);
            this.buttonCrudeAirportSupplierLinkEdit.Name     = "buttonCrudeAirportSupplierLinkEdit";
            this.buttonCrudeAirportSupplierLinkEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeAirportSupplierLinkEdit.TabIndex = 4;
            this.buttonCrudeAirportSupplierLinkEdit.Text     = "&Edit";
            this.buttonCrudeAirportSupplierLinkEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeAirportSupplierLinkEdit.Click += new System.EventHandler(this.buttonCrudeAirportSupplierLinkEdit_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.buttonCrudeAirportSupplierLinkSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeAirportSupplierLinkAdd);
            this.Controls.Add(this.buttonCrudeAirportSupplierLinkEdit);
            this.Controls.Add(this.dataGridViewCrudeAirportSupplierLink);
            this.Name = "CrudeAirportSupplierLinkSearch";
            this.Text = "Airport Supplier Link Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeAirportSupplierLink)).EndInit();
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.Controls.Add(this.labelAirportPicker);
            this.Controls.Add(this.airportPicker);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
示例#3
0
        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.labelAirportPicker     = new System.Windows.Forms.Label();
            this.airportPicker          = new AirportPicker();
            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(250, 20);
            this.airlinePicker.TabIndex = 3;
            //
            // labelAirportPicker
            //
            this.labelAirportPicker.AutoSize = true;
            this.labelAirportPicker.Location = new System.Drawing.Point(11, 36);
            this.labelAirportPicker.Name     = "labelAirportPicker";
            this.labelAirportPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelAirportPicker.TabIndex = 4;
            this.labelAirportPicker.Text     = "Airport:";
            //
            //airportPicker
            //
            this.airportPicker.Location = new System.Drawing.Point(140, 36);
            this.airportPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.airportPicker.Name     = "airportPicker";
            this.airportPicker.Size     = new System.Drawing.Size(250, 20);
            this.airportPicker.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(140, 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(298, 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(198, 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(402, 133);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeAirlineBaseAirportEdit";
            this.Text = "Airline Base Airport Edit";
            this.Controls.Add(this.labelAirlinePicker);
            this.Controls.Add(this.airlinePicker);
            this.Controls.Add(this.labelAirportPicker);
            this.Controls.Add(this.airportPicker);
            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();
        }
示例#4
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();
        }
        private void InitializeComponent()
        {
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonSave  = new System.Windows.Forms.Button();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonAirportIdentifierAdd    = new System.Windows.Forms.Button();
            this.buttonAirportIdentifierEdit   = new System.Windows.Forms.Button();
            this.buttonAirportIdentifierSearch = new System.Windows.Forms.Button();
            this.dataGridViewAirportIdentifier = new System.Windows.Forms.DataGridView();
            this.labelAirportPicker            = new System.Windows.Forms.Label();
            this.airportPicker = new AirportPicker();
            this.labelAirportIdentifierTypeRefCombo = new System.Windows.Forms.Label();
            this.airportIdentifierTypeRefCombo      = new AirportIdentifierTypeRefCombo();
            this.labelAirportIdentifierCode         = new System.Windows.Forms.Label();
            this.textBoxAirportIdentifierCode       = 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();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewAirportIdentifier)).BeginInit();
            this.SuspendLayout();
            //
            // labelAirportPicker
            //
            this.labelAirportPicker.AutoSize = true;
            this.labelAirportPicker.Location = new System.Drawing.Point(11, 13);
            this.labelAirportPicker.Name     = "labelAirportPicker";
            this.labelAirportPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelAirportPicker.TabIndex = 2;
            this.labelAirportPicker.Text     = "Airport:";
            //
            //airportPicker
            //
            this.airportPicker.Location = new System.Drawing.Point(161, 13);
            this.airportPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.airportPicker.Name     = "airportPicker";
            this.airportPicker.Size     = new System.Drawing.Size(350, 20);
            this.airportPicker.TabIndex = 3;
            //
            // labelAirportIdentifierTypeRefCombo
            //
            this.labelAirportIdentifierTypeRefCombo.AutoSize = true;
            this.labelAirportIdentifierTypeRefCombo.Location = new System.Drawing.Point(11, 36);
            this.labelAirportIdentifierTypeRefCombo.Name     = "labelAirportIdentifierTypeRefCombo";
            this.labelAirportIdentifierTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelAirportIdentifierTypeRefCombo.TabIndex = 4;
            this.labelAirportIdentifierTypeRefCombo.Text     = "Airport Identifier Type:";
            //
            //airportIdentifierTypeRefCombo
            //
            this.airportIdentifierTypeRefCombo.Location = new System.Drawing.Point(161, 36);
            this.airportIdentifierTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.airportIdentifierTypeRefCombo.Name     = "airportIdentifierTypeRefCombo";
            this.airportIdentifierTypeRefCombo.Size     = new System.Drawing.Size(350, 20);
            this.airportIdentifierTypeRefCombo.TabIndex = 5;
            //
            // labelAirportIdentifierCode
            //
            this.labelAirportIdentifierCode.AutoSize = true;
            this.labelAirportIdentifierCode.Location = new System.Drawing.Point(11, 59);
            this.labelAirportIdentifierCode.Name     = "labelAirportIdentifierCode";
            this.labelAirportIdentifierCode.Size     = new System.Drawing.Size(71, 13);
            this.labelAirportIdentifierCode.TabIndex = 6;
            this.labelAirportIdentifierCode.Text     = "Airport Identifier Code:";
            //
            //textBoxAirportIdentifierCode
            //
            this.textBoxAirportIdentifierCode.Location = new System.Drawing.Point(161, 59);
            this.textBoxAirportIdentifierCode.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxAirportIdentifierCode.Name     = "textBoxAirportIdentifierCode";
            this.textBoxAirportIdentifierCode.Size     = new System.Drawing.Size(350, 20);
            this.textBoxAirportIdentifierCode.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(350, 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(161, 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(350, 20);
            this.dateTimePickerDateTime.TabIndex = 11;
            //
            // dataGridViewAirportIdentifier
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewAirportIdentifier.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewAirportIdentifier.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.dataGridViewAirportIdentifier.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewAirportIdentifier.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewAirportIdentifier.Location      = new System.Drawing.Point(12, 138);
            this.dataGridViewAirportIdentifier.Name          = "dataGridViewAirportIdentifier";
            this.dataGridViewAirportIdentifier.Size          = new System.Drawing.Size(499, 96);
            this.dataGridViewAirportIdentifier.TabIndex      = 0;
            this.dataGridViewAirportIdentifier.DoubleClick  += new System.EventHandler(this.dataGridViewAirportIdentifier_DoubleClick);
            //
            // buttonAirportIdentifierSearch
            //
            this.buttonAirportIdentifierSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonAirportIdentifierSearch.Location = new System.Drawing.Point(219, 241);
            this.buttonAirportIdentifierSearch.Name     = "buttonAirportIdentifierSearch";
            this.buttonAirportIdentifierSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonAirportIdentifierSearch.TabIndex = 2;
            this.buttonAirportIdentifierSearch.Text     = "&Search";
            this.buttonAirportIdentifierSearch.UseVisualStyleBackColor = true;
            this.buttonAirportIdentifierSearch.Click += new System.EventHandler(this.buttonAirportIdentifierSearch_Click);
            //
            // buttonAirportIdentifierAdd
            //
            this.buttonAirportIdentifierAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonAirportIdentifierAdd.Location = new System.Drawing.Point(119, 241);
            this.buttonAirportIdentifierAdd.Name     = "buttonAirportIdentifierAdd";
            this.buttonAirportIdentifierAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonAirportIdentifierAdd.TabIndex = 3;
            this.buttonAirportIdentifierAdd.Text     = "&Add";
            this.buttonAirportIdentifierAdd.UseVisualStyleBackColor = true;
            this.buttonAirportIdentifierAdd.Click += new System.EventHandler(this.buttonAirportIdentifierAdd_Click);
            //
            // buttonAirportIdentifierEdit
            //
            this.buttonAirportIdentifierEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonAirportIdentifierEdit.Location = new System.Drawing.Point(19, 241);
            this.buttonAirportIdentifierEdit.Name     = "buttonAirportIdentifierEdit";
            this.buttonAirportIdentifierEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonAirportIdentifierEdit.TabIndex = 4;
            this.buttonAirportIdentifierEdit.Text     = "&Edit";
            this.buttonAirportIdentifierEdit.UseVisualStyleBackColor = true;
            this.buttonAirportIdentifierEdit.Click += new System.EventHandler(this.buttonAirportIdentifierEdit_Click);
            //
            // 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(419, 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);
            //
            // 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(319, 241);
            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(523, 269);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonAirportIdentifierSearch);
            this.Controls.Add(this.buttonAirportIdentifierAdd);
            this.Controls.Add(this.buttonAirportIdentifierEdit);
            this.Controls.Add(this.dataGridViewAirportIdentifier);
            this.Name = "AirportIdentifierEdit";
            this.Text = "Airport Identifier Edit";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewAirportIdentifier)).EndInit();
            this.Controls.Add(this.labelAirportPicker);
            this.Controls.Add(this.airportPicker);
            this.Controls.Add(this.labelAirportIdentifierTypeRefCombo);
            this.Controls.Add(this.airportIdentifierTypeRefCombo);
            this.Controls.Add(this.labelAirportIdentifierCode);
            this.Controls.Add(this.textBoxAirportIdentifierCode);
            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();
        }
示例#6
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();
        }
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonCrudeFinancialFareAdd    = new System.Windows.Forms.Button();
            this.buttonCrudeFinancialFareEdit   = new System.Windows.Forms.Button();
            this.buttonCrudeFinancialFareSearch = new System.Windows.Forms.Button();
            this.dataGridViewCrudeFinancialFare = new System.Windows.Forms.DataGridView();
            this.labelFinancialFareTypeRefCombo = new System.Windows.Forms.Label();
            this.financialFareTypeRefCombo      = new FinancialFareTypeRefCombo();
            this.labelAmount                            = new System.Windows.Forms.Label();
            this.maskedTextBoxAmount                    = new System.Windows.Forms.MaskedTextBox();
            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.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.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.dataGridViewCrudeFinancialFare)).BeginInit();
            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;
            //
            // 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(196, 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;
            //
            // labelValidFromFlightDateTime
            //
            this.labelValidFromFlightDateTime.AutoSize = true;
            this.labelValidFromFlightDateTime.Location = new System.Drawing.Point(11, 59);
            this.labelValidFromFlightDateTime.Name     = "labelValidFromFlightDateTime";
            this.labelValidFromFlightDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelValidFromFlightDateTime.TabIndex = 6;
            this.labelValidFromFlightDateTime.Text     = "Valid From Flight Date Time:";
            //
            //dateTimePickerValidFromFlightDateTime
            //
            this.dateTimePickerValidFromFlightDateTime.Location     = new System.Drawing.Point(196, 59);
            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     = 7;
            this.dateTimePickerValidFromFlightDateTime.Checked      = false;
            this.dateTimePickerValidFromFlightDateTime.ShowCheckBox = true;
            //
            // labelValidUntilFlightDateTime
            //
            this.labelValidUntilFlightDateTime.AutoSize = true;
            this.labelValidUntilFlightDateTime.Location = new System.Drawing.Point(11, 82);
            this.labelValidUntilFlightDateTime.Name     = "labelValidUntilFlightDateTime";
            this.labelValidUntilFlightDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelValidUntilFlightDateTime.TabIndex = 8;
            this.labelValidUntilFlightDateTime.Text     = "Valid Until Flight Date Time:";
            //
            //dateTimePickerValidUntilFlightDateTime
            //
            this.dateTimePickerValidUntilFlightDateTime.Location     = new System.Drawing.Point(196, 82);
            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     = 9;
            this.dateTimePickerValidUntilFlightDateTime.Checked      = false;
            this.dateTimePickerValidUntilFlightDateTime.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(196, 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;
            //
            // labelDepartureAirportPicker
            //
            this.labelDepartureAirportPicker.AutoSize = true;
            this.labelDepartureAirportPicker.Location = new System.Drawing.Point(11, 128);
            this.labelDepartureAirportPicker.Name     = "labelDepartureAirportPicker";
            this.labelDepartureAirportPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelDepartureAirportPicker.TabIndex = 12;
            this.labelDepartureAirportPicker.Text     = "Departure Airport:";
            //
            //departureAirportPicker
            //
            this.departureAirportPicker.Location = new System.Drawing.Point(196, 128);
            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 = 13;
            //
            // labelArrivalAirportPicker
            //
            this.labelArrivalAirportPicker.AutoSize = true;
            this.labelArrivalAirportPicker.Location = new System.Drawing.Point(11, 151);
            this.labelArrivalAirportPicker.Name     = "labelArrivalAirportPicker";
            this.labelArrivalAirportPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelArrivalAirportPicker.TabIndex = 14;
            this.labelArrivalAirportPicker.Text     = "Arrival Airport:";
            //
            //arrivalAirportPicker
            //
            this.arrivalAirportPicker.Location = new System.Drawing.Point(196, 151);
            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 = 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(196, 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;
            //
            // dataGridViewCrudeFinancialFare
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeFinancialFare.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeFinancialFare.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.dataGridViewCrudeFinancialFare.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeFinancialFare.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeFinancialFare.Location      = new System.Drawing.Point(12, 230);
            this.dataGridViewCrudeFinancialFare.Name          = "dataGridViewCrudeFinancialFare";
            this.dataGridViewCrudeFinancialFare.Size          = new System.Drawing.Size(434, 96);
            this.dataGridViewCrudeFinancialFare.TabIndex      = 0;
            this.dataGridViewCrudeFinancialFare.ReadOnly      = true;
            this.dataGridViewCrudeFinancialFare.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeFinancialFare_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(354, 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);
            //
            // buttonCrudeFinancialFareSearch
            //
            this.buttonCrudeFinancialFareSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFinancialFareSearch.Location = new System.Drawing.Point(254, 333);
            this.buttonCrudeFinancialFareSearch.Name     = "buttonCrudeFinancialFareSearch";
            this.buttonCrudeFinancialFareSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFinancialFareSearch.TabIndex = 2;
            this.buttonCrudeFinancialFareSearch.Text     = "&Search";
            this.buttonCrudeFinancialFareSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeFinancialFareSearch.Click += new System.EventHandler(this.buttonCrudeFinancialFareSearch_Click);
            //
            // buttonCrudeFinancialFareAdd
            //
            this.buttonCrudeFinancialFareAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFinancialFareAdd.Location = new System.Drawing.Point(154, 333);
            this.buttonCrudeFinancialFareAdd.Name     = "buttonCrudeFinancialFareAdd";
            this.buttonCrudeFinancialFareAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFinancialFareAdd.TabIndex = 3;
            this.buttonCrudeFinancialFareAdd.Text     = "&Add";
            this.buttonCrudeFinancialFareAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeFinancialFareAdd.Click += new System.EventHandler(this.buttonCrudeFinancialFareAdd_Click);
            //
            // buttonCrudeFinancialFareEdit
            //
            this.buttonCrudeFinancialFareEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFinancialFareEdit.Location = new System.Drawing.Point(54, 333);
            this.buttonCrudeFinancialFareEdit.Name     = "buttonCrudeFinancialFareEdit";
            this.buttonCrudeFinancialFareEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFinancialFareEdit.TabIndex = 4;
            this.buttonCrudeFinancialFareEdit.Text     = "&Edit";
            this.buttonCrudeFinancialFareEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeFinancialFareEdit.Click += new System.EventHandler(this.buttonCrudeFinancialFareEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(458, 361);
            this.Controls.Add(this.buttonCrudeFinancialFareSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeFinancialFareAdd);
            this.Controls.Add(this.buttonCrudeFinancialFareEdit);
            this.Controls.Add(this.dataGridViewCrudeFinancialFare);
            this.Name = "CrudeFinancialFareSearch";
            this.Text = "Financial Fare Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeFinancialFare)).EndInit();
            this.Controls.Add(this.labelFinancialFareTypeRefCombo);
            this.Controls.Add(this.financialFareTypeRefCombo);
            this.Controls.Add(this.labelAmount);
            this.Controls.Add(this.maskedTextBoxAmount);
            this.Controls.Add(this.labelValidFromFlightDateTime);
            this.Controls.Add(this.dateTimePickerValidFromFlightDateTime);
            this.Controls.Add(this.labelValidUntilFlightDateTime);
            this.Controls.Add(this.dateTimePickerValidUntilFlightDateTime);
            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.labelFinancialCurrencyPicker);
            this.Controls.Add(this.financialCurrencyPicker);
            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.labelDepartureAirportPicker        = new System.Windows.Forms.Label();
            this.departureAirportPicker             = new AirportPicker();
            this.labelArrivalAirportPicker          = new System.Windows.Forms.Label();
            this.arrivalAirportPicker               = new AirportPicker();
            this.labelLogicalSegmentNumber          = new System.Windows.Forms.Label();
            this.maskedTextBoxLogicalSegmentNumber  = new System.Windows.Forms.MaskedTextBox();
            this.labelPhysicalSegmentNumber         = new System.Windows.Forms.Label();
            this.maskedTextBoxPhysicalSegmentNumber = new System.Windows.Forms.MaskedTextBox();
            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.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.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();
            //
            // labelDepartureAirportPicker
            //
            this.labelDepartureAirportPicker.AutoSize = true;
            this.labelDepartureAirportPicker.Location = new System.Drawing.Point(11, 13);
            this.labelDepartureAirportPicker.Name     = "labelDepartureAirportPicker";
            this.labelDepartureAirportPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelDepartureAirportPicker.TabIndex = 2;
            this.labelDepartureAirportPicker.Text     = "Departure Airport:";
            //
            //departureAirportPicker
            //
            this.departureAirportPicker.Location = new System.Drawing.Point(161, 13);
            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 = 3;
            //
            // labelArrivalAirportPicker
            //
            this.labelArrivalAirportPicker.AutoSize = true;
            this.labelArrivalAirportPicker.Location = new System.Drawing.Point(11, 36);
            this.labelArrivalAirportPicker.Name     = "labelArrivalAirportPicker";
            this.labelArrivalAirportPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelArrivalAirportPicker.TabIndex = 4;
            this.labelArrivalAirportPicker.Text     = "Arrival Airport:";
            //
            //arrivalAirportPicker
            //
            this.arrivalAirportPicker.Location = new System.Drawing.Point(161, 36);
            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 = 5;
            //
            // labelLogicalSegmentNumber
            //
            this.labelLogicalSegmentNumber.AutoSize = true;
            this.labelLogicalSegmentNumber.Location = new System.Drawing.Point(11, 59);
            this.labelLogicalSegmentNumber.Name     = "labelLogicalSegmentNumber";
            this.labelLogicalSegmentNumber.Size     = new System.Drawing.Size(71, 13);
            this.labelLogicalSegmentNumber.TabIndex = 6;
            this.labelLogicalSegmentNumber.Text     = "Logical Segment Number:";
            //
            //maskedTextBoxLogicalSegmentNumber
            //
            this.maskedTextBoxLogicalSegmentNumber.Location = new System.Drawing.Point(161, 59);
            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 = 7;
            //
            // labelPhysicalSegmentNumber
            //
            this.labelPhysicalSegmentNumber.AutoSize = true;
            this.labelPhysicalSegmentNumber.Location = new System.Drawing.Point(11, 82);
            this.labelPhysicalSegmentNumber.Name     = "labelPhysicalSegmentNumber";
            this.labelPhysicalSegmentNumber.Size     = new System.Drawing.Size(71, 13);
            this.labelPhysicalSegmentNumber.TabIndex = 8;
            this.labelPhysicalSegmentNumber.Text     = "Physical Segment Number:";
            //
            //maskedTextBoxPhysicalSegmentNumber
            //
            this.maskedTextBoxPhysicalSegmentNumber.Location = new System.Drawing.Point(161, 82);
            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 = 9;
            //
            // labelFromDateTime
            //
            this.labelFromDateTime.AutoSize = true;
            this.labelFromDateTime.Location = new System.Drawing.Point(11, 105);
            this.labelFromDateTime.Name     = "labelFromDateTime";
            this.labelFromDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelFromDateTime.TabIndex = 10;
            this.labelFromDateTime.Text     = "From Date Time:";
            //
            //dateTimePickerFromDateTime
            //
            this.dateTimePickerFromDateTime.Location     = new System.Drawing.Point(161, 105);
            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     = 11;
            this.dateTimePickerFromDateTime.Checked      = false;
            this.dateTimePickerFromDateTime.ShowCheckBox = true;
            //
            // labelUntilDateTime
            //
            this.labelUntilDateTime.AutoSize = true;
            this.labelUntilDateTime.Location = new System.Drawing.Point(11, 128);
            this.labelUntilDateTime.Name     = "labelUntilDateTime";
            this.labelUntilDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelUntilDateTime.TabIndex = 12;
            this.labelUntilDateTime.Text     = "Until Date Time:";
            //
            //dateTimePickerUntilDateTime
            //
            this.dateTimePickerUntilDateTime.Location     = new System.Drawing.Point(161, 128);
            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     = 13;
            this.dateTimePickerUntilDateTime.Checked      = false;
            this.dateTimePickerUntilDateTime.ShowCheckBox = true;
            //
            // labelDepartureGate
            //
            this.labelDepartureGate.AutoSize = true;
            this.labelDepartureGate.Location = new System.Drawing.Point(11, 151);
            this.labelDepartureGate.Name     = "labelDepartureGate";
            this.labelDepartureGate.Size     = new System.Drawing.Size(71, 13);
            this.labelDepartureGate.TabIndex = 14;
            this.labelDepartureGate.Text     = "Departure Gate:";
            //
            //textBoxDepartureGate
            //
            this.textBoxDepartureGate.Location = new System.Drawing.Point(161, 151);
            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 = 15;
            //
            // labelArrivalGate
            //
            this.labelArrivalGate.AutoSize = true;
            this.labelArrivalGate.Location = new System.Drawing.Point(11, 174);
            this.labelArrivalGate.Name     = "labelArrivalGate";
            this.labelArrivalGate.Size     = new System.Drawing.Size(71, 13);
            this.labelArrivalGate.TabIndex = 16;
            this.labelArrivalGate.Text     = "Arrival Gate:";
            //
            //textBoxArrivalGate
            //
            this.textBoxArrivalGate.Location = new System.Drawing.Point(161, 174);
            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 = 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(161, 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;
            //
            // 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, 243);

            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, 243);
            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, 271);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeFlightSegmentEdit";
            this.Text = "Flight Segment Edit";
            this.Controls.Add(this.labelDepartureAirportPicker);
            this.Controls.Add(this.departureAirportPicker);
            this.Controls.Add(this.labelArrivalAirportPicker);
            this.Controls.Add(this.arrivalAirportPicker);
            this.Controls.Add(this.labelLogicalSegmentNumber);
            this.Controls.Add(this.maskedTextBoxLogicalSegmentNumber);
            this.Controls.Add(this.labelPhysicalSegmentNumber);
            this.Controls.Add(this.maskedTextBoxPhysicalSegmentNumber);
            this.Controls.Add(this.labelFromDateTime);
            this.Controls.Add(this.dateTimePickerFromDateTime);
            this.Controls.Add(this.labelUntilDateTime);
            this.Controls.Add(this.dateTimePickerUntilDateTime);
            this.Controls.Add(this.labelDepartureGate);
            this.Controls.Add(this.textBoxDepartureGate);
            this.Controls.Add(this.labelArrivalGate);
            this.Controls.Add(this.textBoxArrivalGate);
            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.buttonCrudeAirportRunwayAdd    = new System.Windows.Forms.Button();
            this.buttonCrudeAirportRunwayEdit   = new System.Windows.Forms.Button();
            this.buttonCrudeAirportRunwaySearch = new System.Windows.Forms.Button();
            this.dataGridViewCrudeAirportRunway = new System.Windows.Forms.DataGridView();
            this.labelDirection    = new System.Windows.Forms.Label();
            this.textBoxDirection  = new System.Windows.Forms.TextBox();
            this.labelDimensions   = new System.Windows.Forms.Label();
            this.textBoxDimensions = new System.Windows.Forms.TextBox();
            this.labelSurface      = new System.Windows.Forms.Label();
            this.textBoxSurface    = new System.Windows.Forms.TextBox();
            this.labelInstrumentLandingSystemType   = new System.Windows.Forms.Label();
            this.textBoxInstrumentLandingSystemType = new System.Windows.Forms.TextBox();
            this.labelDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime = new System.Windows.Forms.TextBox();
            this.labelAirportPicker     = new System.Windows.Forms.Label();
            this.airportPicker          = new AirportPicker();
            this.labelUserPicker        = new System.Windows.Forms.Label();
            this.userPicker             = new DefaultUserPicker();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeAirportRunway)).BeginInit();
            this.SuspendLayout();
            //
            // labelDirection
            //
            this.labelDirection.AutoSize = true;
            this.labelDirection.Location = new System.Drawing.Point(11, 13);
            this.labelDirection.Name     = "labelDirection";
            this.labelDirection.Size     = new System.Drawing.Size(71, 13);
            this.labelDirection.TabIndex = 2;
            this.labelDirection.Text     = "Direction:";
            //
            //textBoxDirection
            //
            this.textBoxDirection.Location = new System.Drawing.Point(210, 13);
            this.textBoxDirection.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxDirection.Name     = "textBoxDirection";
            this.textBoxDirection.Size     = new System.Drawing.Size(250, 20);
            this.textBoxDirection.TabIndex = 3;
            //
            // labelDimensions
            //
            this.labelDimensions.AutoSize = true;
            this.labelDimensions.Location = new System.Drawing.Point(11, 36);
            this.labelDimensions.Name     = "labelDimensions";
            this.labelDimensions.Size     = new System.Drawing.Size(71, 13);
            this.labelDimensions.TabIndex = 4;
            this.labelDimensions.Text     = "Dimensions:";
            //
            //textBoxDimensions
            //
            this.textBoxDimensions.Location = new System.Drawing.Point(210, 36);
            this.textBoxDimensions.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxDimensions.Name     = "textBoxDimensions";
            this.textBoxDimensions.Size     = new System.Drawing.Size(250, 20);
            this.textBoxDimensions.TabIndex = 5;
            //
            // labelSurface
            //
            this.labelSurface.AutoSize = true;
            this.labelSurface.Location = new System.Drawing.Point(11, 59);
            this.labelSurface.Name     = "labelSurface";
            this.labelSurface.Size     = new System.Drawing.Size(71, 13);
            this.labelSurface.TabIndex = 6;
            this.labelSurface.Text     = "Surface:";
            //
            //textBoxSurface
            //
            this.textBoxSurface.Location = new System.Drawing.Point(210, 59);
            this.textBoxSurface.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxSurface.Name     = "textBoxSurface";
            this.textBoxSurface.Size     = new System.Drawing.Size(250, 20);
            this.textBoxSurface.TabIndex = 7;
            //
            // labelInstrumentLandingSystemType
            //
            this.labelInstrumentLandingSystemType.AutoSize = true;
            this.labelInstrumentLandingSystemType.Location = new System.Drawing.Point(11, 82);
            this.labelInstrumentLandingSystemType.Name     = "labelInstrumentLandingSystemType";
            this.labelInstrumentLandingSystemType.Size     = new System.Drawing.Size(71, 13);
            this.labelInstrumentLandingSystemType.TabIndex = 8;
            this.labelInstrumentLandingSystemType.Text     = "Instrument Landing System Type:";
            //
            //textBoxInstrumentLandingSystemType
            //
            this.textBoxInstrumentLandingSystemType.Location = new System.Drawing.Point(210, 82);
            this.textBoxInstrumentLandingSystemType.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxInstrumentLandingSystemType.Name     = "textBoxInstrumentLandingSystemType";
            this.textBoxInstrumentLandingSystemType.Size     = new System.Drawing.Size(250, 20);
            this.textBoxInstrumentLandingSystemType.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(210, 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;
            //
            // labelAirportPicker
            //
            this.labelAirportPicker.AutoSize = true;
            this.labelAirportPicker.Location = new System.Drawing.Point(11, 128);
            this.labelAirportPicker.Name     = "labelAirportPicker";
            this.labelAirportPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelAirportPicker.TabIndex = 12;
            this.labelAirportPicker.Text     = "Airport:";
            //
            //airportPicker
            //
            this.airportPicker.Location = new System.Drawing.Point(210, 128);
            this.airportPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.airportPicker.Name     = "airportPicker";
            this.airportPicker.Size     = new System.Drawing.Size(250, 20);
            this.airportPicker.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;
            //
            // dataGridViewCrudeAirportRunway
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeAirportRunway.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeAirportRunway.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.dataGridViewCrudeAirportRunway.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeAirportRunway.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeAirportRunway.Location      = new System.Drawing.Point(12, 184);
            this.dataGridViewCrudeAirportRunway.Name          = "dataGridViewCrudeAirportRunway";
            this.dataGridViewCrudeAirportRunway.Size          = new System.Drawing.Size(448, 96);
            this.dataGridViewCrudeAirportRunway.TabIndex      = 0;
            this.dataGridViewCrudeAirportRunway.ReadOnly      = true;
            this.dataGridViewCrudeAirportRunway.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeAirportRunway_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(368, 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);
            //
            // buttonCrudeAirportRunwaySearch
            //
            this.buttonCrudeAirportRunwaySearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeAirportRunwaySearch.Location = new System.Drawing.Point(268, 287);
            this.buttonCrudeAirportRunwaySearch.Name     = "buttonCrudeAirportRunwaySearch";
            this.buttonCrudeAirportRunwaySearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeAirportRunwaySearch.TabIndex = 2;
            this.buttonCrudeAirportRunwaySearch.Text     = "&Search";
            this.buttonCrudeAirportRunwaySearch.UseVisualStyleBackColor = true;
            this.buttonCrudeAirportRunwaySearch.Click += new System.EventHandler(this.buttonCrudeAirportRunwaySearch_Click);
            //
            // buttonCrudeAirportRunwayAdd
            //
            this.buttonCrudeAirportRunwayAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeAirportRunwayAdd.Location = new System.Drawing.Point(168, 287);
            this.buttonCrudeAirportRunwayAdd.Name     = "buttonCrudeAirportRunwayAdd";
            this.buttonCrudeAirportRunwayAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeAirportRunwayAdd.TabIndex = 3;
            this.buttonCrudeAirportRunwayAdd.Text     = "&Add";
            this.buttonCrudeAirportRunwayAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeAirportRunwayAdd.Click += new System.EventHandler(this.buttonCrudeAirportRunwayAdd_Click);
            //
            // buttonCrudeAirportRunwayEdit
            //
            this.buttonCrudeAirportRunwayEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeAirportRunwayEdit.Location = new System.Drawing.Point(68, 287);
            this.buttonCrudeAirportRunwayEdit.Name     = "buttonCrudeAirportRunwayEdit";
            this.buttonCrudeAirportRunwayEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeAirportRunwayEdit.TabIndex = 4;
            this.buttonCrudeAirportRunwayEdit.Text     = "&Edit";
            this.buttonCrudeAirportRunwayEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeAirportRunwayEdit.Click += new System.EventHandler(this.buttonCrudeAirportRunwayEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(472, 315);
            this.Controls.Add(this.buttonCrudeAirportRunwaySearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeAirportRunwayAdd);
            this.Controls.Add(this.buttonCrudeAirportRunwayEdit);
            this.Controls.Add(this.dataGridViewCrudeAirportRunway);
            this.Name = "CrudeAirportRunwaySearch";
            this.Text = "Airport Runway Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeAirportRunway)).EndInit();
            this.Controls.Add(this.labelDirection);
            this.Controls.Add(this.textBoxDirection);
            this.Controls.Add(this.labelDimensions);
            this.Controls.Add(this.textBoxDimensions);
            this.Controls.Add(this.labelSurface);
            this.Controls.Add(this.textBoxSurface);
            this.Controls.Add(this.labelInstrumentLandingSystemType);
            this.Controls.Add(this.textBoxInstrumentLandingSystemType);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.Controls.Add(this.labelAirportPicker);
            this.Controls.Add(this.airportPicker);
            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.labelAirportPicker = new System.Windows.Forms.Label();
            this.airportPicker      = new AirportPicker();
            this.labelDirection     = new System.Windows.Forms.Label();
            this.textBoxDirection   = new System.Windows.Forms.TextBox();
            this.labelDimensions    = new System.Windows.Forms.Label();
            this.textBoxDimensions  = new System.Windows.Forms.TextBox();
            this.labelSurface       = new System.Windows.Forms.Label();
            this.textBoxSurface     = new System.Windows.Forms.TextBox();
            this.labelInstrumentLandingSystemType   = new System.Windows.Forms.Label();
            this.textBoxInstrumentLandingSystemType = 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();
            //
            // labelAirportPicker
            //
            this.labelAirportPicker.AutoSize = true;
            this.labelAirportPicker.Location = new System.Drawing.Point(11, 13);
            this.labelAirportPicker.Name     = "labelAirportPicker";
            this.labelAirportPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelAirportPicker.TabIndex = 2;
            this.labelAirportPicker.Text     = "Airport:";
            //
            //airportPicker
            //
            this.airportPicker.Location = new System.Drawing.Point(210, 13);
            this.airportPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.airportPicker.Name     = "airportPicker";
            this.airportPicker.Size     = new System.Drawing.Size(250, 20);
            this.airportPicker.TabIndex = 3;
            //
            // labelDirection
            //
            this.labelDirection.AutoSize = true;
            this.labelDirection.Location = new System.Drawing.Point(11, 36);
            this.labelDirection.Name     = "labelDirection";
            this.labelDirection.Size     = new System.Drawing.Size(71, 13);
            this.labelDirection.TabIndex = 4;
            this.labelDirection.Text     = "Direction:";
            //
            //textBoxDirection
            //
            this.textBoxDirection.Location = new System.Drawing.Point(210, 36);
            this.textBoxDirection.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxDirection.Name     = "textBoxDirection";
            this.textBoxDirection.Size     = new System.Drawing.Size(250, 20);
            this.textBoxDirection.TabIndex = 5;
            //
            // labelDimensions
            //
            this.labelDimensions.AutoSize = true;
            this.labelDimensions.Location = new System.Drawing.Point(11, 59);
            this.labelDimensions.Name     = "labelDimensions";
            this.labelDimensions.Size     = new System.Drawing.Size(71, 13);
            this.labelDimensions.TabIndex = 6;
            this.labelDimensions.Text     = "Dimensions:";
            //
            //textBoxDimensions
            //
            this.textBoxDimensions.Location = new System.Drawing.Point(210, 59);
            this.textBoxDimensions.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxDimensions.Name     = "textBoxDimensions";
            this.textBoxDimensions.Size     = new System.Drawing.Size(250, 20);
            this.textBoxDimensions.TabIndex = 7;
            //
            // labelSurface
            //
            this.labelSurface.AutoSize = true;
            this.labelSurface.Location = new System.Drawing.Point(11, 82);
            this.labelSurface.Name     = "labelSurface";
            this.labelSurface.Size     = new System.Drawing.Size(71, 13);
            this.labelSurface.TabIndex = 8;
            this.labelSurface.Text     = "Surface:";
            //
            //textBoxSurface
            //
            this.textBoxSurface.Location = new System.Drawing.Point(210, 82);
            this.textBoxSurface.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxSurface.Name     = "textBoxSurface";
            this.textBoxSurface.Size     = new System.Drawing.Size(250, 20);
            this.textBoxSurface.TabIndex = 9;
            //
            // labelInstrumentLandingSystemType
            //
            this.labelInstrumentLandingSystemType.AutoSize = true;
            this.labelInstrumentLandingSystemType.Location = new System.Drawing.Point(11, 105);
            this.labelInstrumentLandingSystemType.Name     = "labelInstrumentLandingSystemType";
            this.labelInstrumentLandingSystemType.Size     = new System.Drawing.Size(71, 13);
            this.labelInstrumentLandingSystemType.TabIndex = 10;
            this.labelInstrumentLandingSystemType.Text     = "Instrument Landing System Type:";
            //
            //textBoxInstrumentLandingSystemType
            //
            this.textBoxInstrumentLandingSystemType.Location = new System.Drawing.Point(210, 105);
            this.textBoxInstrumentLandingSystemType.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxInstrumentLandingSystemType.Name     = "textBoxInstrumentLandingSystemType";
            this.textBoxInstrumentLandingSystemType.Size     = new System.Drawing.Size(250, 20);
            this.textBoxInstrumentLandingSystemType.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(210, 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(368, 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(268, 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(472, 202);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeAirportRunwayEdit";
            this.Text = "Airport Runway Edit";
            this.Controls.Add(this.labelAirportPicker);
            this.Controls.Add(this.airportPicker);
            this.Controls.Add(this.labelDirection);
            this.Controls.Add(this.textBoxDirection);
            this.Controls.Add(this.labelDimensions);
            this.Controls.Add(this.textBoxDimensions);
            this.Controls.Add(this.labelSurface);
            this.Controls.Add(this.textBoxSurface);
            this.Controls.Add(this.labelInstrumentLandingSystemType);
            this.Controls.Add(this.textBoxInstrumentLandingSystemType);
            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.buttonCrudeServicePackageAdd    = new System.Windows.Forms.Button();
            this.buttonCrudeServicePackageEdit   = new System.Windows.Forms.Button();
            this.buttonCrudeServicePackageSearch = new System.Windows.Forms.Button();
            this.dataGridViewCrudeServicePackage = new System.Windows.Forms.DataGridView();
            this.labelServicePackageName         = new System.Windows.Forms.Label();
            this.textBoxServicePackageName       = new System.Windows.Forms.TextBox();
            this.labelStayDurationDays           = new System.Windows.Forms.Label();
            this.maskedTextBoxStayDurationDays   = new System.Windows.Forms.MaskedTextBox();
            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.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.dataGridViewCrudeServicePackage)).BeginInit();
            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;
            //
            // labelStayDurationDays
            //
            this.labelStayDurationDays.AutoSize = true;
            this.labelStayDurationDays.Location = new System.Drawing.Point(11, 36);
            this.labelStayDurationDays.Name     = "labelStayDurationDays";
            this.labelStayDurationDays.Size     = new System.Drawing.Size(71, 13);
            this.labelStayDurationDays.TabIndex = 4;
            this.labelStayDurationDays.Text     = "Stay Duration Days:";
            //
            //maskedTextBoxStayDurationDays
            //
            this.maskedTextBoxStayDurationDays.Location = new System.Drawing.Point(217, 36);
            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 = 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;
            //
            // labelDepartureAirportPicker
            //
            this.labelDepartureAirportPicker.AutoSize = true;
            this.labelDepartureAirportPicker.Location = new System.Drawing.Point(11, 128);
            this.labelDepartureAirportPicker.Name     = "labelDepartureAirportPicker";
            this.labelDepartureAirportPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelDepartureAirportPicker.TabIndex = 12;
            this.labelDepartureAirportPicker.Text     = "Departure Airport:";
            //
            //departureAirportPicker
            //
            this.departureAirportPicker.Location = new System.Drawing.Point(217, 128);
            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 = 13;
            //
            // labelArrivalAirportPicker
            //
            this.labelArrivalAirportPicker.AutoSize = true;
            this.labelArrivalAirportPicker.Location = new System.Drawing.Point(11, 151);
            this.labelArrivalAirportPicker.Name     = "labelArrivalAirportPicker";
            this.labelArrivalAirportPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelArrivalAirportPicker.TabIndex = 14;
            this.labelArrivalAirportPicker.Text     = "Arrival Airport:";
            //
            //arrivalAirportPicker
            //
            this.arrivalAirportPicker.Location = new System.Drawing.Point(217, 151);
            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 = 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;
            //
            // dataGridViewCrudeServicePackage
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeServicePackage.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeServicePackage.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.dataGridViewCrudeServicePackage.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeServicePackage.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeServicePackage.Location      = new System.Drawing.Point(12, 207);
            this.dataGridViewCrudeServicePackage.Name          = "dataGridViewCrudeServicePackage";
            this.dataGridViewCrudeServicePackage.Size          = new System.Drawing.Size(455, 96);
            this.dataGridViewCrudeServicePackage.TabIndex      = 0;
            this.dataGridViewCrudeServicePackage.ReadOnly      = true;
            this.dataGridViewCrudeServicePackage.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeServicePackage_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, 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);
            //
            // buttonCrudeServicePackageSearch
            //
            this.buttonCrudeServicePackageSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeServicePackageSearch.Location = new System.Drawing.Point(275, 310);
            this.buttonCrudeServicePackageSearch.Name     = "buttonCrudeServicePackageSearch";
            this.buttonCrudeServicePackageSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeServicePackageSearch.TabIndex = 2;
            this.buttonCrudeServicePackageSearch.Text     = "&Search";
            this.buttonCrudeServicePackageSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeServicePackageSearch.Click += new System.EventHandler(this.buttonCrudeServicePackageSearch_Click);
            //
            // buttonCrudeServicePackageAdd
            //
            this.buttonCrudeServicePackageAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeServicePackageAdd.Location = new System.Drawing.Point(175, 310);
            this.buttonCrudeServicePackageAdd.Name     = "buttonCrudeServicePackageAdd";
            this.buttonCrudeServicePackageAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeServicePackageAdd.TabIndex = 3;
            this.buttonCrudeServicePackageAdd.Text     = "&Add";
            this.buttonCrudeServicePackageAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeServicePackageAdd.Click += new System.EventHandler(this.buttonCrudeServicePackageAdd_Click);
            //
            // buttonCrudeServicePackageEdit
            //
            this.buttonCrudeServicePackageEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeServicePackageEdit.Location = new System.Drawing.Point(75, 310);
            this.buttonCrudeServicePackageEdit.Name     = "buttonCrudeServicePackageEdit";
            this.buttonCrudeServicePackageEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeServicePackageEdit.TabIndex = 4;
            this.buttonCrudeServicePackageEdit.Text     = "&Edit";
            this.buttonCrudeServicePackageEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeServicePackageEdit.Click += new System.EventHandler(this.buttonCrudeServicePackageEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(479, 338);
            this.Controls.Add(this.buttonCrudeServicePackageSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeServicePackageAdd);
            this.Controls.Add(this.buttonCrudeServicePackageEdit);
            this.Controls.Add(this.dataGridViewCrudeServicePackage);
            this.Name = "CrudeServicePackageSearch";
            this.Text = "Service Package Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeServicePackage)).EndInit();
            this.Controls.Add(this.labelServicePackageName);
            this.Controls.Add(this.textBoxServicePackageName);
            this.Controls.Add(this.labelStayDurationDays);
            this.Controls.Add(this.maskedTextBoxStayDurationDays);
            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.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();
        }