Пример #1
0
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonCrudeFinancialSpecialServiceAdd    = new System.Windows.Forms.Button();
            this.buttonCrudeFinancialSpecialServiceEdit   = new System.Windows.Forms.Button();
            this.buttonCrudeFinancialSpecialServiceSearch = new System.Windows.Forms.Button();
            this.dataGridViewCrudeFinancialSpecialService = new System.Windows.Forms.DataGridView();
            this.labelQuantity          = new System.Windows.Forms.Label();
            this.maskedTextBoxQuantity  = new System.Windows.Forms.MaskedTextBox();
            this.labelAmount            = new System.Windows.Forms.Label();
            this.maskedTextBoxAmount    = new System.Windows.Forms.MaskedTextBox();
            this.labelDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime = new System.Windows.Forms.TextBox();
            this.labelServiceSpecialServiceRequestPicker = new System.Windows.Forms.Label();
            this.serviceSpecialServiceRequestPicker      = new ServiceSpecialServiceRequestPicker();
            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.dataGridViewCrudeFinancialSpecialService)).BeginInit();
            this.SuspendLayout();
            //
            // labelQuantity
            //
            this.labelQuantity.AutoSize = true;
            this.labelQuantity.Location = new System.Drawing.Point(11, 13);
            this.labelQuantity.Name     = "labelQuantity";
            this.labelQuantity.Size     = new System.Drawing.Size(71, 13);
            this.labelQuantity.TabIndex = 2;
            this.labelQuantity.Text     = "Quantity:";
            //
            //maskedTextBoxQuantity
            //
            this.maskedTextBoxQuantity.Location = new System.Drawing.Point(217, 13);
            this.maskedTextBoxQuantity.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxQuantity.Name     = "maskedTextBoxQuantity";
            this.maskedTextBoxQuantity.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxQuantity.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(217, 36);
            this.maskedTextBoxAmount.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxAmount.Name     = "maskedTextBoxAmount";
            this.maskedTextBoxAmount.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxAmount.TabIndex = 5;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 59);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 6;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(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;
            //
            // labelFinancialCurrencyPicker
            //
            this.labelFinancialCurrencyPicker.AutoSize = true;
            this.labelFinancialCurrencyPicker.Location = new System.Drawing.Point(11, 105);
            this.labelFinancialCurrencyPicker.Name     = "labelFinancialCurrencyPicker";
            this.labelFinancialCurrencyPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCurrencyPicker.TabIndex = 10;
            this.labelFinancialCurrencyPicker.Text     = "Financial Currency:";
            //
            //financialCurrencyPicker
            //
            this.financialCurrencyPicker.Location = new System.Drawing.Point(217, 105);
            this.financialCurrencyPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialCurrencyPicker.Name     = "financialCurrencyPicker";
            this.financialCurrencyPicker.Size     = new System.Drawing.Size(250, 20);
            this.financialCurrencyPicker.TabIndex = 11;
            //
            // 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;
            //
            // dataGridViewCrudeFinancialSpecialService
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeFinancialSpecialService.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeFinancialSpecialService.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.dataGridViewCrudeFinancialSpecialService.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeFinancialSpecialService.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeFinancialSpecialService.Location      = new System.Drawing.Point(12, 161);
            this.dataGridViewCrudeFinancialSpecialService.Name          = "dataGridViewCrudeFinancialSpecialService";
            this.dataGridViewCrudeFinancialSpecialService.Size          = new System.Drawing.Size(455, 96);
            this.dataGridViewCrudeFinancialSpecialService.TabIndex      = 0;
            this.dataGridViewCrudeFinancialSpecialService.ReadOnly      = true;
            this.dataGridViewCrudeFinancialSpecialService.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeFinancialSpecialService_DoubleClick);
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(375, 264);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonCrudeFinancialSpecialServiceSearch
            //
            this.buttonCrudeFinancialSpecialServiceSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFinancialSpecialServiceSearch.Location = new System.Drawing.Point(275, 264);
            this.buttonCrudeFinancialSpecialServiceSearch.Name     = "buttonCrudeFinancialSpecialServiceSearch";
            this.buttonCrudeFinancialSpecialServiceSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFinancialSpecialServiceSearch.TabIndex = 2;
            this.buttonCrudeFinancialSpecialServiceSearch.Text     = "&Search";
            this.buttonCrudeFinancialSpecialServiceSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeFinancialSpecialServiceSearch.Click += new System.EventHandler(this.buttonCrudeFinancialSpecialServiceSearch_Click);
            //
            // buttonCrudeFinancialSpecialServiceAdd
            //
            this.buttonCrudeFinancialSpecialServiceAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFinancialSpecialServiceAdd.Location = new System.Drawing.Point(175, 264);
            this.buttonCrudeFinancialSpecialServiceAdd.Name     = "buttonCrudeFinancialSpecialServiceAdd";
            this.buttonCrudeFinancialSpecialServiceAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFinancialSpecialServiceAdd.TabIndex = 3;
            this.buttonCrudeFinancialSpecialServiceAdd.Text     = "&Add";
            this.buttonCrudeFinancialSpecialServiceAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeFinancialSpecialServiceAdd.Click += new System.EventHandler(this.buttonCrudeFinancialSpecialServiceAdd_Click);
            //
            // buttonCrudeFinancialSpecialServiceEdit
            //
            this.buttonCrudeFinancialSpecialServiceEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFinancialSpecialServiceEdit.Location = new System.Drawing.Point(75, 264);
            this.buttonCrudeFinancialSpecialServiceEdit.Name     = "buttonCrudeFinancialSpecialServiceEdit";
            this.buttonCrudeFinancialSpecialServiceEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFinancialSpecialServiceEdit.TabIndex = 4;
            this.buttonCrudeFinancialSpecialServiceEdit.Text     = "&Edit";
            this.buttonCrudeFinancialSpecialServiceEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeFinancialSpecialServiceEdit.Click += new System.EventHandler(this.buttonCrudeFinancialSpecialServiceEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(479, 292);
            this.Controls.Add(this.buttonCrudeFinancialSpecialServiceSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeFinancialSpecialServiceAdd);
            this.Controls.Add(this.buttonCrudeFinancialSpecialServiceEdit);
            this.Controls.Add(this.dataGridViewCrudeFinancialSpecialService);
            this.Name = "CrudeFinancialSpecialServiceSearch";
            this.Text = "Financial Special Service Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeFinancialSpecialService)).EndInit();
            this.Controls.Add(this.labelQuantity);
            this.Controls.Add(this.maskedTextBoxQuantity);
            this.Controls.Add(this.labelAmount);
            this.Controls.Add(this.maskedTextBoxAmount);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.Controls.Add(this.labelServiceSpecialServiceRequestPicker);
            this.Controls.Add(this.serviceSpecialServiceRequestPicker);
            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();
        }
Пример #2
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();
            this.labelServiceTypeRefCombo = new System.Windows.Forms.Label();
            this.serviceTypeRefCombo      = new ServiceTypeRefCombo();
            this.labelServiceSpecialServiceRequestPicker = new System.Windows.Forms.Label();
            this.serviceSpecialServiceRequestPicker      = new ServiceSpecialServiceRequestPicker();
            this.labelServiceRequestStatusRefCombo       = new System.Windows.Forms.Label();
            this.serviceRequestStatusRefCombo            = new ServiceRequestStatusRefCombo();
            this.labelServiceCarRentalPicker             = new System.Windows.Forms.Label();
            this.serviceCarRentalPicker = new ServiceCarRentalPicker();
            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();
            //
            // labelServiceTypeRefCombo
            //
            this.labelServiceTypeRefCombo.AutoSize = true;
            this.labelServiceTypeRefCombo.Location = new System.Drawing.Point(11, 13);
            this.labelServiceTypeRefCombo.Name     = "labelServiceTypeRefCombo";
            this.labelServiceTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelServiceTypeRefCombo.TabIndex = 2;
            this.labelServiceTypeRefCombo.Text     = "Service Type:";
            //
            //serviceTypeRefCombo
            //
            this.serviceTypeRefCombo.Location = new System.Drawing.Point(217, 13);
            this.serviceTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.serviceTypeRefCombo.Name     = "serviceTypeRefCombo";
            this.serviceTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.serviceTypeRefCombo.TabIndex = 3;
            //
            // 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;
            //
            // labelServiceRequestStatusRefCombo
            //
            this.labelServiceRequestStatusRefCombo.AutoSize = true;
            this.labelServiceRequestStatusRefCombo.Location = new System.Drawing.Point(11, 59);
            this.labelServiceRequestStatusRefCombo.Name     = "labelServiceRequestStatusRefCombo";
            this.labelServiceRequestStatusRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelServiceRequestStatusRefCombo.TabIndex = 6;
            this.labelServiceRequestStatusRefCombo.Text     = "Service Request Status:";
            //
            //serviceRequestStatusRefCombo
            //
            this.serviceRequestStatusRefCombo.Location = new System.Drawing.Point(217, 59);
            this.serviceRequestStatusRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.serviceRequestStatusRefCombo.Name     = "serviceRequestStatusRefCombo";
            this.serviceRequestStatusRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.serviceRequestStatusRefCombo.TabIndex = 7;
            //
            // labelServiceCarRentalPicker
            //
            this.labelServiceCarRentalPicker.AutoSize = true;
            this.labelServiceCarRentalPicker.Location = new System.Drawing.Point(11, 82);
            this.labelServiceCarRentalPicker.Name     = "labelServiceCarRentalPicker";
            this.labelServiceCarRentalPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelServiceCarRentalPicker.TabIndex = 8;
            this.labelServiceCarRentalPicker.Text     = "Service Car Rental:";
            //
            //serviceCarRentalPicker
            //
            this.serviceCarRentalPicker.Location = new System.Drawing.Point(217, 82);
            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 = 9;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 105);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 10;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 11;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 128);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 12;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(217, 128);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 13;
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(375, 151);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(275, 151);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(479, 179);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeBookingServiceRequestEdit";
            this.Text = "Booking Service Request Edit";
            this.Controls.Add(this.labelServiceTypeRefCombo);
            this.Controls.Add(this.serviceTypeRefCombo);
            this.Controls.Add(this.labelServiceSpecialServiceRequestPicker);
            this.Controls.Add(this.serviceSpecialServiceRequestPicker);
            this.Controls.Add(this.labelServiceRequestStatusRefCombo);
            this.Controls.Add(this.serviceRequestStatusRefCombo);
            this.Controls.Add(this.labelServiceCarRentalPicker);
            this.Controls.Add(this.serviceCarRentalPicker);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        private void InitializeComponent()
        {
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonSave  = new System.Windows.Forms.Button();
            this.labelServiceSpecialServiceRequestPicker = new System.Windows.Forms.Label();
            this.serviceSpecialServiceRequestPicker      = new ServiceSpecialServiceRequestPicker();
            this.labelQuantity                = new System.Windows.Forms.Label();
            this.maskedTextBoxQuantity        = new System.Windows.Forms.MaskedTextBox();
            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();
            //
            // labelServiceSpecialServiceRequestPicker
            //
            this.labelServiceSpecialServiceRequestPicker.AutoSize = true;
            this.labelServiceSpecialServiceRequestPicker.Location = new System.Drawing.Point(11, 13);
            this.labelServiceSpecialServiceRequestPicker.Name     = "labelServiceSpecialServiceRequestPicker";
            this.labelServiceSpecialServiceRequestPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelServiceSpecialServiceRequestPicker.TabIndex = 2;
            this.labelServiceSpecialServiceRequestPicker.Text     = "Service Special Service Request:";
            //
            //serviceSpecialServiceRequestPicker
            //
            this.serviceSpecialServiceRequestPicker.Location = new System.Drawing.Point(217, 13);
            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 = 3;
            //
            // labelQuantity
            //
            this.labelQuantity.AutoSize = true;
            this.labelQuantity.Location = new System.Drawing.Point(11, 36);
            this.labelQuantity.Name     = "labelQuantity";
            this.labelQuantity.Size     = new System.Drawing.Size(71, 13);
            this.labelQuantity.TabIndex = 4;
            this.labelQuantity.Text     = "Quantity:";
            //
            //maskedTextBoxQuantity
            //
            this.maskedTextBoxQuantity.Location = new System.Drawing.Point(217, 36);
            this.maskedTextBoxQuantity.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxQuantity.Name     = "maskedTextBoxQuantity";
            this.maskedTextBoxQuantity.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxQuantity.TabIndex = 5;
            //
            // labelAmount
            //
            this.labelAmount.AutoSize = true;
            this.labelAmount.Location = new System.Drawing.Point(11, 59);
            this.labelAmount.Name     = "labelAmount";
            this.labelAmount.Size     = new System.Drawing.Size(71, 13);
            this.labelAmount.TabIndex = 6;
            this.labelAmount.Text     = "Amount:";
            //
            //maskedTextBoxAmount
            //
            this.maskedTextBoxAmount.Location = new System.Drawing.Point(217, 59);
            this.maskedTextBoxAmount.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxAmount.Name     = "maskedTextBoxAmount";
            this.maskedTextBoxAmount.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxAmount.TabIndex = 7;
            //
            // labelFinancialCurrencyPicker
            //
            this.labelFinancialCurrencyPicker.AutoSize = true;
            this.labelFinancialCurrencyPicker.Location = new System.Drawing.Point(11, 82);
            this.labelFinancialCurrencyPicker.Name     = "labelFinancialCurrencyPicker";
            this.labelFinancialCurrencyPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCurrencyPicker.TabIndex = 8;
            this.labelFinancialCurrencyPicker.Text     = "Financial Currency:";
            //
            //financialCurrencyPicker
            //
            this.financialCurrencyPicker.Location = new System.Drawing.Point(217, 82);
            this.financialCurrencyPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialCurrencyPicker.Name     = "financialCurrencyPicker";
            this.financialCurrencyPicker.Size     = new System.Drawing.Size(250, 20);
            this.financialCurrencyPicker.TabIndex = 9;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 105);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 10;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 11;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 128);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 12;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(217, 128);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 13;
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(375, 151);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(275, 151);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(479, 179);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeFinancialSpecialServiceEdit";
            this.Text = "Financial Special Service Edit";
            this.Controls.Add(this.labelServiceSpecialServiceRequestPicker);
            this.Controls.Add(this.serviceSpecialServiceRequestPicker);
            this.Controls.Add(this.labelQuantity);
            this.Controls.Add(this.maskedTextBoxQuantity);
            this.Controls.Add(this.labelAmount);
            this.Controls.Add(this.maskedTextBoxAmount);
            this.Controls.Add(this.labelFinancialCurrencyPicker);
            this.Controls.Add(this.financialCurrencyPicker);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose = new System.Windows.Forms.Button();
            this.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();
        }