Ejemplo n.º 1
0
        private void InitializeComponent()
        {
            this.buttonClose                    = new System.Windows.Forms.Button();
            this.buttonSave                     = new System.Windows.Forms.Button();
            this.labelReceivedFrom              = new System.Windows.Forms.Label();
            this.textBoxReceivedFrom            = new System.Windows.Forms.TextBox();
            this.labelBookingSourceRefCombo     = new System.Windows.Forms.Label();
            this.bookingSourceRefCombo          = new BookingSourceRefCombo();
            this.labelExternalSystemPicker      = new System.Windows.Forms.Label();
            this.externalSystemPicker           = new ExternalSystemPicker();
            this.labelAgencyPicker              = new System.Windows.Forms.Label();
            this.agencyPicker                   = new AgencyPicker();
            this.labelFinancialCurrencyPicker   = new System.Windows.Forms.Label();
            this.financialCurrencyPicker        = new FinancialCurrencyPicker();
            this.labelFinancialCostcentrePicker = new System.Windows.Forms.Label();
            this.financialCostcentrePicker      = new FinancialCostcentrePicker();
            this.labelComment                   = new System.Windows.Forms.Label();
            this.textBoxComment                 = new System.Windows.Forms.TextBox();
            this.labelUserPicker                = new System.Windows.Forms.Label();
            this.userPicker                     = new DefaultUserPicker();
            this.labelDateTime                  = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime         = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            //
            // labelReceivedFrom
            //
            this.labelReceivedFrom.AutoSize = true;
            this.labelReceivedFrom.Location = new System.Drawing.Point(11, 13);
            this.labelReceivedFrom.Name     = "labelReceivedFrom";
            this.labelReceivedFrom.Size     = new System.Drawing.Size(71, 13);
            this.labelReceivedFrom.TabIndex = 2;
            this.labelReceivedFrom.Text     = "Received From:";
            //
            //textBoxReceivedFrom
            //
            this.textBoxReceivedFrom.Location = new System.Drawing.Point(140, 13);
            this.textBoxReceivedFrom.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxReceivedFrom.Name     = "textBoxReceivedFrom";
            this.textBoxReceivedFrom.Size     = new System.Drawing.Size(250, 20);
            this.textBoxReceivedFrom.TabIndex = 3;
            //
            // labelBookingSourceRefCombo
            //
            this.labelBookingSourceRefCombo.AutoSize = true;
            this.labelBookingSourceRefCombo.Location = new System.Drawing.Point(11, 36);
            this.labelBookingSourceRefCombo.Name     = "labelBookingSourceRefCombo";
            this.labelBookingSourceRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelBookingSourceRefCombo.TabIndex = 4;
            this.labelBookingSourceRefCombo.Text     = "Booking Source:";
            //
            //bookingSourceRefCombo
            //
            this.bookingSourceRefCombo.Location = new System.Drawing.Point(140, 36);
            this.bookingSourceRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.bookingSourceRefCombo.Name     = "bookingSourceRefCombo";
            this.bookingSourceRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.bookingSourceRefCombo.TabIndex = 5;
            //
            // labelExternalSystemPicker
            //
            this.labelExternalSystemPicker.AutoSize = true;
            this.labelExternalSystemPicker.Location = new System.Drawing.Point(11, 59);
            this.labelExternalSystemPicker.Name     = "labelExternalSystemPicker";
            this.labelExternalSystemPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelExternalSystemPicker.TabIndex = 6;
            this.labelExternalSystemPicker.Text     = "External System:";
            //
            //externalSystemPicker
            //
            this.externalSystemPicker.Location = new System.Drawing.Point(140, 59);
            this.externalSystemPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.externalSystemPicker.Name     = "externalSystemPicker";
            this.externalSystemPicker.Size     = new System.Drawing.Size(250, 20);
            this.externalSystemPicker.TabIndex = 7;
            //
            // labelAgencyPicker
            //
            this.labelAgencyPicker.AutoSize = true;
            this.labelAgencyPicker.Location = new System.Drawing.Point(11, 82);
            this.labelAgencyPicker.Name     = "labelAgencyPicker";
            this.labelAgencyPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelAgencyPicker.TabIndex = 8;
            this.labelAgencyPicker.Text     = "Agency:";
            //
            //agencyPicker
            //
            this.agencyPicker.Location = new System.Drawing.Point(140, 82);
            this.agencyPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.agencyPicker.Name     = "agencyPicker";
            this.agencyPicker.Size     = new System.Drawing.Size(250, 20);
            this.agencyPicker.TabIndex = 9;
            //
            // labelFinancialCurrencyPicker
            //
            this.labelFinancialCurrencyPicker.AutoSize = true;
            this.labelFinancialCurrencyPicker.Location = new System.Drawing.Point(11, 105);
            this.labelFinancialCurrencyPicker.Name     = "labelFinancialCurrencyPicker";
            this.labelFinancialCurrencyPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCurrencyPicker.TabIndex = 10;
            this.labelFinancialCurrencyPicker.Text     = "Financial Currency:";
            //
            //financialCurrencyPicker
            //
            this.financialCurrencyPicker.Location = new System.Drawing.Point(140, 105);
            this.financialCurrencyPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialCurrencyPicker.Name     = "financialCurrencyPicker";
            this.financialCurrencyPicker.Size     = new System.Drawing.Size(250, 20);
            this.financialCurrencyPicker.TabIndex = 11;
            //
            // labelFinancialCostcentrePicker
            //
            this.labelFinancialCostcentrePicker.AutoSize = true;
            this.labelFinancialCostcentrePicker.Location = new System.Drawing.Point(11, 128);
            this.labelFinancialCostcentrePicker.Name     = "labelFinancialCostcentrePicker";
            this.labelFinancialCostcentrePicker.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCostcentrePicker.TabIndex = 12;
            this.labelFinancialCostcentrePicker.Text     = "Financial Costcentre:";
            //
            //financialCostcentrePicker
            //
            this.financialCostcentrePicker.Location = new System.Drawing.Point(140, 128);
            this.financialCostcentrePicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialCostcentrePicker.Name     = "financialCostcentrePicker";
            this.financialCostcentrePicker.Size     = new System.Drawing.Size(250, 20);
            this.financialCostcentrePicker.TabIndex = 13;
            //
            // labelComment
            //
            this.labelComment.AutoSize = true;
            this.labelComment.Location = new System.Drawing.Point(11, 151);
            this.labelComment.Name     = "labelComment";
            this.labelComment.Size     = new System.Drawing.Size(71, 13);
            this.labelComment.TabIndex = 14;
            this.labelComment.Text     = "Comment:";
            //
            //textBoxComment
            //
            this.textBoxComment.Location = new System.Drawing.Point(140, 151);
            this.textBoxComment.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxComment.Name     = "textBoxComment";
            this.textBoxComment.Size     = new System.Drawing.Size(250, 20);
            this.textBoxComment.TabIndex = 15;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 174);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 16;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 17;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 197);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 18;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(140, 197);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 19;
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(298, 220);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(198, 220);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(402, 248);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeBookingEdit";
            this.Text = "Booking Edit";
            this.Controls.Add(this.labelReceivedFrom);
            this.Controls.Add(this.textBoxReceivedFrom);
            this.Controls.Add(this.labelBookingSourceRefCombo);
            this.Controls.Add(this.bookingSourceRefCombo);
            this.Controls.Add(this.labelExternalSystemPicker);
            this.Controls.Add(this.externalSystemPicker);
            this.Controls.Add(this.labelAgencyPicker);
            this.Controls.Add(this.agencyPicker);
            this.Controls.Add(this.labelFinancialCurrencyPicker);
            this.Controls.Add(this.financialCurrencyPicker);
            this.Controls.Add(this.labelFinancialCostcentrePicker);
            this.Controls.Add(this.financialCostcentrePicker);
            this.Controls.Add(this.labelComment);
            this.Controls.Add(this.textBoxComment);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Ejemplo n.º 2
0
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonCrudeFinancialBookingTransactionAdd    = new System.Windows.Forms.Button();
            this.buttonCrudeFinancialBookingTransactionEdit   = new System.Windows.Forms.Button();
            this.buttonCrudeFinancialBookingTransactionSearch = new System.Windows.Forms.Button();
            this.dataGridViewCrudeFinancialBookingTransaction = new System.Windows.Forms.DataGridView();
            this.labelFinancialBookingTransactionTypeRefCombo = new System.Windows.Forms.Label();
            this.financialBookingTransactionTypeRefCombo      = new FinancialBookingTransactionTypeRefCombo();
            this.labelTransactionNumber         = new System.Windows.Forms.Label();
            this.maskedTextBoxTransactionNumber = new System.Windows.Forms.MaskedTextBox();
            this.labelAmount                    = new System.Windows.Forms.Label();
            this.maskedTextBoxAmount            = new System.Windows.Forms.MaskedTextBox();
            this.labelDateTime                  = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime         = new System.Windows.Forms.TextBox();
            this.labelFinancialCurrencyPicker   = new System.Windows.Forms.Label();
            this.financialCurrencyPicker        = new FinancialCurrencyPicker();
            this.labelFinancialCostcentrePicker = new System.Windows.Forms.Label();
            this.financialCostcentrePicker      = new FinancialCostcentrePicker();
            this.labelUserPicker                = new System.Windows.Forms.Label();
            this.userPicker = new DefaultUserPicker();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeFinancialBookingTransaction)).BeginInit();
            this.SuspendLayout();
            //
            // labelFinancialBookingTransactionTypeRefCombo
            //
            this.labelFinancialBookingTransactionTypeRefCombo.AutoSize = true;
            this.labelFinancialBookingTransactionTypeRefCombo.Location = new System.Drawing.Point(11, 13);
            this.labelFinancialBookingTransactionTypeRefCombo.Name     = "labelFinancialBookingTransactionTypeRefCombo";
            this.labelFinancialBookingTransactionTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialBookingTransactionTypeRefCombo.TabIndex = 2;
            this.labelFinancialBookingTransactionTypeRefCombo.Text     = "Financial Booking Transaction Type:";
            //
            //financialBookingTransactionTypeRefCombo
            //
            this.financialBookingTransactionTypeRefCombo.Location = new System.Drawing.Point(238, 13);
            this.financialBookingTransactionTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialBookingTransactionTypeRefCombo.Name     = "financialBookingTransactionTypeRefCombo";
            this.financialBookingTransactionTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.financialBookingTransactionTypeRefCombo.TabIndex = 3;
            //
            // labelTransactionNumber
            //
            this.labelTransactionNumber.AutoSize = true;
            this.labelTransactionNumber.Location = new System.Drawing.Point(11, 36);
            this.labelTransactionNumber.Name     = "labelTransactionNumber";
            this.labelTransactionNumber.Size     = new System.Drawing.Size(71, 13);
            this.labelTransactionNumber.TabIndex = 4;
            this.labelTransactionNumber.Text     = "Transaction Number:";
            //
            //maskedTextBoxTransactionNumber
            //
            this.maskedTextBoxTransactionNumber.Location = new System.Drawing.Point(238, 36);
            this.maskedTextBoxTransactionNumber.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxTransactionNumber.Name     = "maskedTextBoxTransactionNumber";
            this.maskedTextBoxTransactionNumber.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxTransactionNumber.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(238, 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;
            //
            // 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(238, 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;
            //
            // 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(238, 105);
            this.financialCurrencyPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialCurrencyPicker.Name     = "financialCurrencyPicker";
            this.financialCurrencyPicker.Size     = new System.Drawing.Size(250, 20);
            this.financialCurrencyPicker.TabIndex = 11;
            //
            // labelFinancialCostcentrePicker
            //
            this.labelFinancialCostcentrePicker.AutoSize = true;
            this.labelFinancialCostcentrePicker.Location = new System.Drawing.Point(11, 128);
            this.labelFinancialCostcentrePicker.Name     = "labelFinancialCostcentrePicker";
            this.labelFinancialCostcentrePicker.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCostcentrePicker.TabIndex = 12;
            this.labelFinancialCostcentrePicker.Text     = "Financial Costcentre:";
            //
            //financialCostcentrePicker
            //
            this.financialCostcentrePicker.Location = new System.Drawing.Point(238, 128);
            this.financialCostcentrePicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialCostcentrePicker.Name     = "financialCostcentrePicker";
            this.financialCostcentrePicker.Size     = new System.Drawing.Size(250, 20);
            this.financialCostcentrePicker.TabIndex = 13;
            //
            // 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;
            //
            // dataGridViewCrudeFinancialBookingTransaction
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeFinancialBookingTransaction.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeFinancialBookingTransaction.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.dataGridViewCrudeFinancialBookingTransaction.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeFinancialBookingTransaction.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeFinancialBookingTransaction.Location      = new System.Drawing.Point(12, 184);
            this.dataGridViewCrudeFinancialBookingTransaction.Name          = "dataGridViewCrudeFinancialBookingTransaction";
            this.dataGridViewCrudeFinancialBookingTransaction.Size          = new System.Drawing.Size(476, 96);
            this.dataGridViewCrudeFinancialBookingTransaction.TabIndex      = 0;
            this.dataGridViewCrudeFinancialBookingTransaction.ReadOnly      = true;
            this.dataGridViewCrudeFinancialBookingTransaction.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeFinancialBookingTransaction_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(396, 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);
            //
            // buttonCrudeFinancialBookingTransactionSearch
            //
            this.buttonCrudeFinancialBookingTransactionSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFinancialBookingTransactionSearch.Location = new System.Drawing.Point(296, 287);
            this.buttonCrudeFinancialBookingTransactionSearch.Name     = "buttonCrudeFinancialBookingTransactionSearch";
            this.buttonCrudeFinancialBookingTransactionSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFinancialBookingTransactionSearch.TabIndex = 2;
            this.buttonCrudeFinancialBookingTransactionSearch.Text     = "&Search";
            this.buttonCrudeFinancialBookingTransactionSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeFinancialBookingTransactionSearch.Click += new System.EventHandler(this.buttonCrudeFinancialBookingTransactionSearch_Click);
            //
            // buttonCrudeFinancialBookingTransactionAdd
            //
            this.buttonCrudeFinancialBookingTransactionAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFinancialBookingTransactionAdd.Location = new System.Drawing.Point(196, 287);
            this.buttonCrudeFinancialBookingTransactionAdd.Name     = "buttonCrudeFinancialBookingTransactionAdd";
            this.buttonCrudeFinancialBookingTransactionAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFinancialBookingTransactionAdd.TabIndex = 3;
            this.buttonCrudeFinancialBookingTransactionAdd.Text     = "&Add";
            this.buttonCrudeFinancialBookingTransactionAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeFinancialBookingTransactionAdd.Click += new System.EventHandler(this.buttonCrudeFinancialBookingTransactionAdd_Click);
            //
            // buttonCrudeFinancialBookingTransactionEdit
            //
            this.buttonCrudeFinancialBookingTransactionEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFinancialBookingTransactionEdit.Location = new System.Drawing.Point(96, 287);
            this.buttonCrudeFinancialBookingTransactionEdit.Name     = "buttonCrudeFinancialBookingTransactionEdit";
            this.buttonCrudeFinancialBookingTransactionEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFinancialBookingTransactionEdit.TabIndex = 4;
            this.buttonCrudeFinancialBookingTransactionEdit.Text     = "&Edit";
            this.buttonCrudeFinancialBookingTransactionEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeFinancialBookingTransactionEdit.Click += new System.EventHandler(this.buttonCrudeFinancialBookingTransactionEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(500, 315);
            this.Controls.Add(this.buttonCrudeFinancialBookingTransactionSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeFinancialBookingTransactionAdd);
            this.Controls.Add(this.buttonCrudeFinancialBookingTransactionEdit);
            this.Controls.Add(this.dataGridViewCrudeFinancialBookingTransaction);
            this.Name = "CrudeFinancialBookingTransactionSearch";
            this.Text = "Financial Booking Transaction Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeFinancialBookingTransaction)).EndInit();
            this.Controls.Add(this.labelFinancialBookingTransactionTypeRefCombo);
            this.Controls.Add(this.financialBookingTransactionTypeRefCombo);
            this.Controls.Add(this.labelTransactionNumber);
            this.Controls.Add(this.maskedTextBoxTransactionNumber);
            this.Controls.Add(this.labelAmount);
            this.Controls.Add(this.maskedTextBoxAmount);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.Controls.Add(this.labelFinancialCurrencyPicker);
            this.Controls.Add(this.financialCurrencyPicker);
            this.Controls.Add(this.labelFinancialCostcentrePicker);
            this.Controls.Add(this.financialCostcentrePicker);
            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.labelTransactionNumber         = new System.Windows.Forms.Label();
            this.maskedTextBoxTransactionNumber = new System.Windows.Forms.MaskedTextBox();
            this.labelFinancialBookingTransactionTypeRefCombo = new System.Windows.Forms.Label();
            this.financialBookingTransactionTypeRefCombo      = new FinancialBookingTransactionTypeRefCombo();
            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.labelFinancialCostcentrePicker = new System.Windows.Forms.Label();
            this.financialCostcentrePicker      = new FinancialCostcentrePicker();
            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();
            //
            // labelTransactionNumber
            //
            this.labelTransactionNumber.AutoSize = true;
            this.labelTransactionNumber.Location = new System.Drawing.Point(11, 13);
            this.labelTransactionNumber.Name     = "labelTransactionNumber";
            this.labelTransactionNumber.Size     = new System.Drawing.Size(71, 13);
            this.labelTransactionNumber.TabIndex = 2;
            this.labelTransactionNumber.Text     = "Transaction Number:";
            //
            //maskedTextBoxTransactionNumber
            //
            this.maskedTextBoxTransactionNumber.Location = new System.Drawing.Point(238, 13);
            this.maskedTextBoxTransactionNumber.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxTransactionNumber.Name     = "maskedTextBoxTransactionNumber";
            this.maskedTextBoxTransactionNumber.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxTransactionNumber.TabIndex = 3;
            //
            // labelFinancialBookingTransactionTypeRefCombo
            //
            this.labelFinancialBookingTransactionTypeRefCombo.AutoSize = true;
            this.labelFinancialBookingTransactionTypeRefCombo.Location = new System.Drawing.Point(11, 36);
            this.labelFinancialBookingTransactionTypeRefCombo.Name     = "labelFinancialBookingTransactionTypeRefCombo";
            this.labelFinancialBookingTransactionTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialBookingTransactionTypeRefCombo.TabIndex = 4;
            this.labelFinancialBookingTransactionTypeRefCombo.Text     = "Financial Booking Transaction Type:";
            //
            //financialBookingTransactionTypeRefCombo
            //
            this.financialBookingTransactionTypeRefCombo.Location = new System.Drawing.Point(238, 36);
            this.financialBookingTransactionTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialBookingTransactionTypeRefCombo.Name     = "financialBookingTransactionTypeRefCombo";
            this.financialBookingTransactionTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.financialBookingTransactionTypeRefCombo.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(238, 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(238, 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;
            //
            // labelFinancialCostcentrePicker
            //
            this.labelFinancialCostcentrePicker.AutoSize = true;
            this.labelFinancialCostcentrePicker.Location = new System.Drawing.Point(11, 105);
            this.labelFinancialCostcentrePicker.Name     = "labelFinancialCostcentrePicker";
            this.labelFinancialCostcentrePicker.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCostcentrePicker.TabIndex = 10;
            this.labelFinancialCostcentrePicker.Text     = "Financial Costcentre:";
            //
            //financialCostcentrePicker
            //
            this.financialCostcentrePicker.Location = new System.Drawing.Point(238, 105);
            this.financialCostcentrePicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialCostcentrePicker.Name     = "financialCostcentrePicker";
            this.financialCostcentrePicker.Size     = new System.Drawing.Size(250, 20);
            this.financialCostcentrePicker.TabIndex = 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(238, 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(396, 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(296, 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(500, 202);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeFinancialBookingTransactionEdit";
            this.Text = "Financial Booking Transaction Edit";
            this.Controls.Add(this.labelTransactionNumber);
            this.Controls.Add(this.maskedTextBoxTransactionNumber);
            this.Controls.Add(this.labelFinancialBookingTransactionTypeRefCombo);
            this.Controls.Add(this.financialBookingTransactionTypeRefCombo);
            this.Controls.Add(this.labelAmount);
            this.Controls.Add(this.maskedTextBoxAmount);
            this.Controls.Add(this.labelFinancialCurrencyPicker);
            this.Controls.Add(this.financialCurrencyPicker);
            this.Controls.Add(this.labelFinancialCostcentrePicker);
            this.Controls.Add(this.financialCostcentrePicker);
            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();
        }
Ejemplo n.º 4
0
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose                    = new System.Windows.Forms.Button();
            this.buttonCrudeBookingAdd          = new System.Windows.Forms.Button();
            this.buttonCrudeBookingEdit         = new System.Windows.Forms.Button();
            this.buttonCrudeBookingSearch       = new System.Windows.Forms.Button();
            this.dataGridViewCrudeBooking       = new System.Windows.Forms.DataGridView();
            this.labelReceivedFrom              = new System.Windows.Forms.Label();
            this.textBoxReceivedFrom            = new System.Windows.Forms.TextBox();
            this.labelBookingSourceRefCombo     = new System.Windows.Forms.Label();
            this.bookingSourceRefCombo          = new BookingSourceRefCombo();
            this.labelComment                   = new System.Windows.Forms.Label();
            this.textBoxComment                 = new System.Windows.Forms.TextBox();
            this.labelDateTime                  = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime         = new System.Windows.Forms.TextBox();
            this.labelExternalSystemPicker      = new System.Windows.Forms.Label();
            this.externalSystemPicker           = new ExternalSystemPicker();
            this.labelAgencyPicker              = new System.Windows.Forms.Label();
            this.agencyPicker                   = new AgencyPicker();
            this.labelFinancialCurrencyPicker   = new System.Windows.Forms.Label();
            this.financialCurrencyPicker        = new FinancialCurrencyPicker();
            this.labelFinancialCostcentrePicker = new System.Windows.Forms.Label();
            this.financialCostcentrePicker      = new FinancialCostcentrePicker();
            this.labelUserPicker                = new System.Windows.Forms.Label();
            this.userPicker = new DefaultUserPicker();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeBooking)).BeginInit();
            this.SuspendLayout();
            //
            // labelReceivedFrom
            //
            this.labelReceivedFrom.AutoSize = true;
            this.labelReceivedFrom.Location = new System.Drawing.Point(11, 13);
            this.labelReceivedFrom.Name     = "labelReceivedFrom";
            this.labelReceivedFrom.Size     = new System.Drawing.Size(71, 13);
            this.labelReceivedFrom.TabIndex = 2;
            this.labelReceivedFrom.Text     = "Received From:";
            //
            //textBoxReceivedFrom
            //
            this.textBoxReceivedFrom.Location = new System.Drawing.Point(140, 13);
            this.textBoxReceivedFrom.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxReceivedFrom.Name     = "textBoxReceivedFrom";
            this.textBoxReceivedFrom.Size     = new System.Drawing.Size(250, 20);
            this.textBoxReceivedFrom.TabIndex = 3;
            //
            // labelBookingSourceRefCombo
            //
            this.labelBookingSourceRefCombo.AutoSize = true;
            this.labelBookingSourceRefCombo.Location = new System.Drawing.Point(11, 36);
            this.labelBookingSourceRefCombo.Name     = "labelBookingSourceRefCombo";
            this.labelBookingSourceRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelBookingSourceRefCombo.TabIndex = 4;
            this.labelBookingSourceRefCombo.Text     = "Booking Source:";
            //
            //bookingSourceRefCombo
            //
            this.bookingSourceRefCombo.Location = new System.Drawing.Point(140, 36);
            this.bookingSourceRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.bookingSourceRefCombo.Name     = "bookingSourceRefCombo";
            this.bookingSourceRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.bookingSourceRefCombo.TabIndex = 5;
            //
            // labelComment
            //
            this.labelComment.AutoSize = true;
            this.labelComment.Location = new System.Drawing.Point(11, 59);
            this.labelComment.Name     = "labelComment";
            this.labelComment.Size     = new System.Drawing.Size(71, 13);
            this.labelComment.TabIndex = 6;
            this.labelComment.Text     = "Comment:";
            //
            //textBoxComment
            //
            this.textBoxComment.Location = new System.Drawing.Point(140, 59);
            this.textBoxComment.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxComment.Name     = "textBoxComment";
            this.textBoxComment.Size     = new System.Drawing.Size(250, 20);
            this.textBoxComment.TabIndex = 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;
            //
            // labelExternalSystemPicker
            //
            this.labelExternalSystemPicker.AutoSize = true;
            this.labelExternalSystemPicker.Location = new System.Drawing.Point(11, 105);
            this.labelExternalSystemPicker.Name     = "labelExternalSystemPicker";
            this.labelExternalSystemPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelExternalSystemPicker.TabIndex = 10;
            this.labelExternalSystemPicker.Text     = "External System:";
            //
            //externalSystemPicker
            //
            this.externalSystemPicker.Location = new System.Drawing.Point(140, 105);
            this.externalSystemPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.externalSystemPicker.Name     = "externalSystemPicker";
            this.externalSystemPicker.Size     = new System.Drawing.Size(250, 20);
            this.externalSystemPicker.TabIndex = 11;
            //
            // labelAgencyPicker
            //
            this.labelAgencyPicker.AutoSize = true;
            this.labelAgencyPicker.Location = new System.Drawing.Point(11, 128);
            this.labelAgencyPicker.Name     = "labelAgencyPicker";
            this.labelAgencyPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelAgencyPicker.TabIndex = 12;
            this.labelAgencyPicker.Text     = "Agency:";
            //
            //agencyPicker
            //
            this.agencyPicker.Location = new System.Drawing.Point(140, 128);
            this.agencyPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.agencyPicker.Name     = "agencyPicker";
            this.agencyPicker.Size     = new System.Drawing.Size(250, 20);
            this.agencyPicker.TabIndex = 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(140, 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;
            //
            // labelFinancialCostcentrePicker
            //
            this.labelFinancialCostcentrePicker.AutoSize = true;
            this.labelFinancialCostcentrePicker.Location = new System.Drawing.Point(11, 174);
            this.labelFinancialCostcentrePicker.Name     = "labelFinancialCostcentrePicker";
            this.labelFinancialCostcentrePicker.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCostcentrePicker.TabIndex = 16;
            this.labelFinancialCostcentrePicker.Text     = "Financial Costcentre:";
            //
            //financialCostcentrePicker
            //
            this.financialCostcentrePicker.Location = new System.Drawing.Point(140, 174);
            this.financialCostcentrePicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialCostcentrePicker.Name     = "financialCostcentrePicker";
            this.financialCostcentrePicker.Size     = new System.Drawing.Size(250, 20);
            this.financialCostcentrePicker.TabIndex = 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;
            //
            // dataGridViewCrudeBooking
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeBooking.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeBooking.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.dataGridViewCrudeBooking.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeBooking.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeBooking.Location      = new System.Drawing.Point(12, 230);
            this.dataGridViewCrudeBooking.Name          = "dataGridViewCrudeBooking";
            this.dataGridViewCrudeBooking.Size          = new System.Drawing.Size(378, 96);
            this.dataGridViewCrudeBooking.TabIndex      = 0;
            this.dataGridViewCrudeBooking.ReadOnly      = true;
            this.dataGridViewCrudeBooking.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeBooking_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, 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);
            //
            // buttonCrudeBookingSearch
            //
            this.buttonCrudeBookingSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeBookingSearch.Location = new System.Drawing.Point(198, 333);
            this.buttonCrudeBookingSearch.Name     = "buttonCrudeBookingSearch";
            this.buttonCrudeBookingSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeBookingSearch.TabIndex = 2;
            this.buttonCrudeBookingSearch.Text     = "&Search";
            this.buttonCrudeBookingSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeBookingSearch.Click += new System.EventHandler(this.buttonCrudeBookingSearch_Click);
            //
            // buttonCrudeBookingAdd
            //
            this.buttonCrudeBookingAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeBookingAdd.Location = new System.Drawing.Point(98, 333);
            this.buttonCrudeBookingAdd.Name     = "buttonCrudeBookingAdd";
            this.buttonCrudeBookingAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeBookingAdd.TabIndex = 3;
            this.buttonCrudeBookingAdd.Text     = "&Add";
            this.buttonCrudeBookingAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeBookingAdd.Click += new System.EventHandler(this.buttonCrudeBookingAdd_Click);
            //
            // buttonCrudeBookingEdit
            //
            this.buttonCrudeBookingEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeBookingEdit.Location = new System.Drawing.Point(-2, 333);
            this.buttonCrudeBookingEdit.Name     = "buttonCrudeBookingEdit";
            this.buttonCrudeBookingEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeBookingEdit.TabIndex = 4;
            this.buttonCrudeBookingEdit.Text     = "&Edit";
            this.buttonCrudeBookingEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeBookingEdit.Click += new System.EventHandler(this.buttonCrudeBookingEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(402, 361);
            this.Controls.Add(this.buttonCrudeBookingSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeBookingAdd);
            this.Controls.Add(this.buttonCrudeBookingEdit);
            this.Controls.Add(this.dataGridViewCrudeBooking);
            this.Name = "CrudeBookingSearch";
            this.Text = "Booking Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeBooking)).EndInit();
            this.Controls.Add(this.labelReceivedFrom);
            this.Controls.Add(this.textBoxReceivedFrom);
            this.Controls.Add(this.labelBookingSourceRefCombo);
            this.Controls.Add(this.bookingSourceRefCombo);
            this.Controls.Add(this.labelComment);
            this.Controls.Add(this.textBoxComment);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.Controls.Add(this.labelExternalSystemPicker);
            this.Controls.Add(this.externalSystemPicker);
            this.Controls.Add(this.labelAgencyPicker);
            this.Controls.Add(this.agencyPicker);
            this.Controls.Add(this.labelFinancialCurrencyPicker);
            this.Controls.Add(this.financialCurrencyPicker);
            this.Controls.Add(this.labelFinancialCostcentrePicker);
            this.Controls.Add(this.financialCostcentrePicker);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.ResumeLayout(false);
            this.PerformLayout();
        }