コード例 #1
0
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonCrudeFinancialTaxAdd    = new System.Windows.Forms.Button();
            this.buttonCrudeFinancialTaxEdit   = new System.Windows.Forms.Button();
            this.buttonCrudeFinancialTaxSearch = new System.Windows.Forms.Button();
            this.dataGridViewCrudeFinancialTax = new System.Windows.Forms.DataGridView();
            this.labelFinancialTaxTypeRefCombo = new System.Windows.Forms.Label();
            this.financialTaxTypeRefCombo      = new FinancialTaxTypeRefCombo();
            this.labelAmount                  = new System.Windows.Forms.Label();
            this.maskedTextBoxAmount          = new System.Windows.Forms.MaskedTextBox();
            this.labelDateTime                = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime       = new System.Windows.Forms.TextBox();
            this.labelFinancialCurrencyPicker = new System.Windows.Forms.Label();
            this.financialCurrencyPicker      = new FinancialCurrencyPicker();
            this.labelUserPicker              = new System.Windows.Forms.Label();
            this.userPicker = new DefaultUserPicker();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeFinancialTax)).BeginInit();
            this.SuspendLayout();
            //
            // labelFinancialTaxTypeRefCombo
            //
            this.labelFinancialTaxTypeRefCombo.AutoSize = true;
            this.labelFinancialTaxTypeRefCombo.Location = new System.Drawing.Point(11, 13);
            this.labelFinancialTaxTypeRefCombo.Name     = "labelFinancialTaxTypeRefCombo";
            this.labelFinancialTaxTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialTaxTypeRefCombo.TabIndex = 2;
            this.labelFinancialTaxTypeRefCombo.Text     = "Financial Tax Type:";
            //
            //financialTaxTypeRefCombo
            //
            this.financialTaxTypeRefCombo.Location = new System.Drawing.Point(140, 13);
            this.financialTaxTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialTaxTypeRefCombo.Name     = "financialTaxTypeRefCombo";
            this.financialTaxTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.financialTaxTypeRefCombo.TabIndex = 3;
            //
            // labelAmount
            //
            this.labelAmount.AutoSize = true;
            this.labelAmount.Location = new System.Drawing.Point(11, 36);
            this.labelAmount.Name     = "labelAmount";
            this.labelAmount.Size     = new System.Drawing.Size(71, 13);
            this.labelAmount.TabIndex = 4;
            this.labelAmount.Text     = "Amount:";
            //
            //maskedTextBoxAmount
            //
            this.maskedTextBoxAmount.Location = new System.Drawing.Point(140, 36);
            this.maskedTextBoxAmount.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxAmount.Name     = "maskedTextBoxAmount";
            this.maskedTextBoxAmount.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxAmount.TabIndex = 5;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 59);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 6;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(140, 59);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 7;
            //
            // labelFinancialCurrencyPicker
            //
            this.labelFinancialCurrencyPicker.AutoSize = true;
            this.labelFinancialCurrencyPicker.Location = new System.Drawing.Point(11, 82);
            this.labelFinancialCurrencyPicker.Name     = "labelFinancialCurrencyPicker";
            this.labelFinancialCurrencyPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCurrencyPicker.TabIndex = 8;
            this.labelFinancialCurrencyPicker.Text     = "Financial Currency:";
            //
            //financialCurrencyPicker
            //
            this.financialCurrencyPicker.Location = new System.Drawing.Point(140, 82);
            this.financialCurrencyPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialCurrencyPicker.Name     = "financialCurrencyPicker";
            this.financialCurrencyPicker.Size     = new System.Drawing.Size(250, 20);
            this.financialCurrencyPicker.TabIndex = 9;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 105);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 10;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 11;
            //
            // dataGridViewCrudeFinancialTax
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeFinancialTax.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeFinancialTax.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                               | System.Windows.Forms.AnchorStyles.Left)
                                                                                              | System.Windows.Forms.AnchorStyles.Right)));
            this.dataGridViewCrudeFinancialTax.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeFinancialTax.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeFinancialTax.Location      = new System.Drawing.Point(12, 138);
            this.dataGridViewCrudeFinancialTax.Name          = "dataGridViewCrudeFinancialTax";
            this.dataGridViewCrudeFinancialTax.Size          = new System.Drawing.Size(378, 96);
            this.dataGridViewCrudeFinancialTax.TabIndex      = 0;
            this.dataGridViewCrudeFinancialTax.ReadOnly      = true;
            this.dataGridViewCrudeFinancialTax.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeFinancialTax_DoubleClick);
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(298, 241);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonCrudeFinancialTaxSearch
            //
            this.buttonCrudeFinancialTaxSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFinancialTaxSearch.Location = new System.Drawing.Point(198, 241);
            this.buttonCrudeFinancialTaxSearch.Name     = "buttonCrudeFinancialTaxSearch";
            this.buttonCrudeFinancialTaxSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFinancialTaxSearch.TabIndex = 2;
            this.buttonCrudeFinancialTaxSearch.Text     = "&Search";
            this.buttonCrudeFinancialTaxSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeFinancialTaxSearch.Click += new System.EventHandler(this.buttonCrudeFinancialTaxSearch_Click);
            //
            // buttonCrudeFinancialTaxAdd
            //
            this.buttonCrudeFinancialTaxAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFinancialTaxAdd.Location = new System.Drawing.Point(98, 241);
            this.buttonCrudeFinancialTaxAdd.Name     = "buttonCrudeFinancialTaxAdd";
            this.buttonCrudeFinancialTaxAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFinancialTaxAdd.TabIndex = 3;
            this.buttonCrudeFinancialTaxAdd.Text     = "&Add";
            this.buttonCrudeFinancialTaxAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeFinancialTaxAdd.Click += new System.EventHandler(this.buttonCrudeFinancialTaxAdd_Click);
            //
            // buttonCrudeFinancialTaxEdit
            //
            this.buttonCrudeFinancialTaxEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFinancialTaxEdit.Location = new System.Drawing.Point(-2, 241);
            this.buttonCrudeFinancialTaxEdit.Name     = "buttonCrudeFinancialTaxEdit";
            this.buttonCrudeFinancialTaxEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFinancialTaxEdit.TabIndex = 4;
            this.buttonCrudeFinancialTaxEdit.Text     = "&Edit";
            this.buttonCrudeFinancialTaxEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeFinancialTaxEdit.Click += new System.EventHandler(this.buttonCrudeFinancialTaxEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(402, 269);
            this.Controls.Add(this.buttonCrudeFinancialTaxSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeFinancialTaxAdd);
            this.Controls.Add(this.buttonCrudeFinancialTaxEdit);
            this.Controls.Add(this.dataGridViewCrudeFinancialTax);
            this.Name = "CrudeFinancialTaxSearch";
            this.Text = "Financial Tax Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeFinancialTax)).EndInit();
            this.Controls.Add(this.labelFinancialTaxTypeRefCombo);
            this.Controls.Add(this.financialTaxTypeRefCombo);
            this.Controls.Add(this.labelAmount);
            this.Controls.Add(this.maskedTextBoxAmount);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.Controls.Add(this.labelFinancialCurrencyPicker);
            this.Controls.Add(this.financialCurrencyPicker);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
コード例 #2
0
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonCrudeFinancialVoucherAdd    = new System.Windows.Forms.Button();
            this.buttonCrudeFinancialVoucherEdit   = new System.Windows.Forms.Button();
            this.buttonCrudeFinancialVoucherSearch = new System.Windows.Forms.Button();
            this.dataGridViewCrudeFinancialVoucher = new System.Windows.Forms.DataGridView();
            this.labelFinancialVoucherTypeRefCombo = new System.Windows.Forms.Label();
            this.financialVoucherTypeRefCombo      = new FinancialVoucherTypeRefCombo();
            this.labelVoucherDescription           = new System.Windows.Forms.Label();
            this.textBoxVoucherDescription         = new System.Windows.Forms.TextBox();
            this.labelVoucherNumber               = new System.Windows.Forms.Label();
            this.maskedTextBoxVoucherNumber       = new System.Windows.Forms.MaskedTextBox();
            this.labelValueAmount                 = new System.Windows.Forms.Label();
            this.maskedTextBoxValueAmount         = new System.Windows.Forms.MaskedTextBox();
            this.labelValidFromDateTime           = new System.Windows.Forms.Label();
            this.dateTimePickerValidFromDateTime  = new System.Windows.Forms.DateTimePicker();
            this.labelValidUntilDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerValidUntilDateTime = new System.Windows.Forms.DateTimePicker();
            this.labelDateTime                = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime       = new System.Windows.Forms.TextBox();
            this.labelFinancialCurrencyPicker = new System.Windows.Forms.Label();
            this.financialCurrencyPicker      = new FinancialCurrencyPicker();
            this.labelUserPicker              = new System.Windows.Forms.Label();
            this.userPicker = new DefaultUserPicker();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeFinancialVoucher)).BeginInit();
            this.SuspendLayout();
            //
            // labelFinancialVoucherTypeRefCombo
            //
            this.labelFinancialVoucherTypeRefCombo.AutoSize = true;
            this.labelFinancialVoucherTypeRefCombo.Location = new System.Drawing.Point(11, 13);
            this.labelFinancialVoucherTypeRefCombo.Name     = "labelFinancialVoucherTypeRefCombo";
            this.labelFinancialVoucherTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialVoucherTypeRefCombo.TabIndex = 2;
            this.labelFinancialVoucherTypeRefCombo.Text     = "Financial Voucher Type:";
            //
            //financialVoucherTypeRefCombo
            //
            this.financialVoucherTypeRefCombo.Location = new System.Drawing.Point(154, 13);
            this.financialVoucherTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialVoucherTypeRefCombo.Name     = "financialVoucherTypeRefCombo";
            this.financialVoucherTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.financialVoucherTypeRefCombo.TabIndex = 3;
            //
            // labelVoucherDescription
            //
            this.labelVoucherDescription.AutoSize = true;
            this.labelVoucherDescription.Location = new System.Drawing.Point(11, 36);
            this.labelVoucherDescription.Name     = "labelVoucherDescription";
            this.labelVoucherDescription.Size     = new System.Drawing.Size(71, 13);
            this.labelVoucherDescription.TabIndex = 4;
            this.labelVoucherDescription.Text     = "Voucher Description:";
            //
            //textBoxVoucherDescription
            //
            this.textBoxVoucherDescription.Location = new System.Drawing.Point(154, 36);
            this.textBoxVoucherDescription.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxVoucherDescription.Name     = "textBoxVoucherDescription";
            this.textBoxVoucherDescription.Size     = new System.Drawing.Size(250, 20);
            this.textBoxVoucherDescription.TabIndex = 5;
            //
            // labelVoucherNumber
            //
            this.labelVoucherNumber.AutoSize = true;
            this.labelVoucherNumber.Location = new System.Drawing.Point(11, 59);
            this.labelVoucherNumber.Name     = "labelVoucherNumber";
            this.labelVoucherNumber.Size     = new System.Drawing.Size(71, 13);
            this.labelVoucherNumber.TabIndex = 6;
            this.labelVoucherNumber.Text     = "Voucher Number:";
            //
            //maskedTextBoxVoucherNumber
            //
            this.maskedTextBoxVoucherNumber.Location = new System.Drawing.Point(154, 59);
            this.maskedTextBoxVoucherNumber.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxVoucherNumber.Name     = "maskedTextBoxVoucherNumber";
            this.maskedTextBoxVoucherNumber.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxVoucherNumber.TabIndex = 7;
            //
            // labelValueAmount
            //
            this.labelValueAmount.AutoSize = true;
            this.labelValueAmount.Location = new System.Drawing.Point(11, 82);
            this.labelValueAmount.Name     = "labelValueAmount";
            this.labelValueAmount.Size     = new System.Drawing.Size(71, 13);
            this.labelValueAmount.TabIndex = 8;
            this.labelValueAmount.Text     = "Value Amount:";
            //
            //maskedTextBoxValueAmount
            //
            this.maskedTextBoxValueAmount.Location = new System.Drawing.Point(154, 82);
            this.maskedTextBoxValueAmount.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxValueAmount.Name     = "maskedTextBoxValueAmount";
            this.maskedTextBoxValueAmount.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxValueAmount.TabIndex = 9;
            //
            // labelValidFromDateTime
            //
            this.labelValidFromDateTime.AutoSize = true;
            this.labelValidFromDateTime.Location = new System.Drawing.Point(11, 105);
            this.labelValidFromDateTime.Name     = "labelValidFromDateTime";
            this.labelValidFromDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelValidFromDateTime.TabIndex = 10;
            this.labelValidFromDateTime.Text     = "Valid From Date Time:";
            //
            //dateTimePickerValidFromDateTime
            //
            this.dateTimePickerValidFromDateTime.Location     = new System.Drawing.Point(154, 105);
            this.dateTimePickerValidFromDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerValidFromDateTime.Name         = "dateTimePickerValidFromDateTime";
            this.dateTimePickerValidFromDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerValidFromDateTime.TabIndex     = 11;
            this.dateTimePickerValidFromDateTime.Checked      = false;
            this.dateTimePickerValidFromDateTime.ShowCheckBox = true;
            //
            // labelValidUntilDateTime
            //
            this.labelValidUntilDateTime.AutoSize = true;
            this.labelValidUntilDateTime.Location = new System.Drawing.Point(11, 128);
            this.labelValidUntilDateTime.Name     = "labelValidUntilDateTime";
            this.labelValidUntilDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelValidUntilDateTime.TabIndex = 12;
            this.labelValidUntilDateTime.Text     = "Valid Until Date Time:";
            //
            //dateTimePickerValidUntilDateTime
            //
            this.dateTimePickerValidUntilDateTime.Location     = new System.Drawing.Point(154, 128);
            this.dateTimePickerValidUntilDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerValidUntilDateTime.Name         = "dateTimePickerValidUntilDateTime";
            this.dateTimePickerValidUntilDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerValidUntilDateTime.TabIndex     = 13;
            this.dateTimePickerValidUntilDateTime.Checked      = false;
            this.dateTimePickerValidUntilDateTime.ShowCheckBox = true;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 151);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 14;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(154, 151);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 15;
            //
            // labelFinancialCurrencyPicker
            //
            this.labelFinancialCurrencyPicker.AutoSize = true;
            this.labelFinancialCurrencyPicker.Location = new System.Drawing.Point(11, 174);
            this.labelFinancialCurrencyPicker.Name     = "labelFinancialCurrencyPicker";
            this.labelFinancialCurrencyPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCurrencyPicker.TabIndex = 16;
            this.labelFinancialCurrencyPicker.Text     = "Financial Currency:";
            //
            //financialCurrencyPicker
            //
            this.financialCurrencyPicker.Location = new System.Drawing.Point(154, 174);
            this.financialCurrencyPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialCurrencyPicker.Name     = "financialCurrencyPicker";
            this.financialCurrencyPicker.Size     = new System.Drawing.Size(250, 20);
            this.financialCurrencyPicker.TabIndex = 17;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 197);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 18;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 19;
            //
            // dataGridViewCrudeFinancialVoucher
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeFinancialVoucher.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeFinancialVoucher.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                                                  | System.Windows.Forms.AnchorStyles.Right)));
            this.dataGridViewCrudeFinancialVoucher.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeFinancialVoucher.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeFinancialVoucher.Location      = new System.Drawing.Point(12, 230);
            this.dataGridViewCrudeFinancialVoucher.Name          = "dataGridViewCrudeFinancialVoucher";
            this.dataGridViewCrudeFinancialVoucher.Size          = new System.Drawing.Size(392, 96);
            this.dataGridViewCrudeFinancialVoucher.TabIndex      = 0;
            this.dataGridViewCrudeFinancialVoucher.ReadOnly      = true;
            this.dataGridViewCrudeFinancialVoucher.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeFinancialVoucher_DoubleClick);
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(312, 333);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonCrudeFinancialVoucherSearch
            //
            this.buttonCrudeFinancialVoucherSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFinancialVoucherSearch.Location = new System.Drawing.Point(212, 333);
            this.buttonCrudeFinancialVoucherSearch.Name     = "buttonCrudeFinancialVoucherSearch";
            this.buttonCrudeFinancialVoucherSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFinancialVoucherSearch.TabIndex = 2;
            this.buttonCrudeFinancialVoucherSearch.Text     = "&Search";
            this.buttonCrudeFinancialVoucherSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeFinancialVoucherSearch.Click += new System.EventHandler(this.buttonCrudeFinancialVoucherSearch_Click);
            //
            // buttonCrudeFinancialVoucherAdd
            //
            this.buttonCrudeFinancialVoucherAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFinancialVoucherAdd.Location = new System.Drawing.Point(112, 333);
            this.buttonCrudeFinancialVoucherAdd.Name     = "buttonCrudeFinancialVoucherAdd";
            this.buttonCrudeFinancialVoucherAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFinancialVoucherAdd.TabIndex = 3;
            this.buttonCrudeFinancialVoucherAdd.Text     = "&Add";
            this.buttonCrudeFinancialVoucherAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeFinancialVoucherAdd.Click += new System.EventHandler(this.buttonCrudeFinancialVoucherAdd_Click);
            //
            // buttonCrudeFinancialVoucherEdit
            //
            this.buttonCrudeFinancialVoucherEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFinancialVoucherEdit.Location = new System.Drawing.Point(12, 333);
            this.buttonCrudeFinancialVoucherEdit.Name     = "buttonCrudeFinancialVoucherEdit";
            this.buttonCrudeFinancialVoucherEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFinancialVoucherEdit.TabIndex = 4;
            this.buttonCrudeFinancialVoucherEdit.Text     = "&Edit";
            this.buttonCrudeFinancialVoucherEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeFinancialVoucherEdit.Click += new System.EventHandler(this.buttonCrudeFinancialVoucherEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(416, 361);
            this.Controls.Add(this.buttonCrudeFinancialVoucherSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeFinancialVoucherAdd);
            this.Controls.Add(this.buttonCrudeFinancialVoucherEdit);
            this.Controls.Add(this.dataGridViewCrudeFinancialVoucher);
            this.Name = "CrudeFinancialVoucherSearch";
            this.Text = "Financial Voucher Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeFinancialVoucher)).EndInit();
            this.Controls.Add(this.labelFinancialVoucherTypeRefCombo);
            this.Controls.Add(this.financialVoucherTypeRefCombo);
            this.Controls.Add(this.labelVoucherDescription);
            this.Controls.Add(this.textBoxVoucherDescription);
            this.Controls.Add(this.labelVoucherNumber);
            this.Controls.Add(this.maskedTextBoxVoucherNumber);
            this.Controls.Add(this.labelValueAmount);
            this.Controls.Add(this.maskedTextBoxValueAmount);
            this.Controls.Add(this.labelValidFromDateTime);
            this.Controls.Add(this.dateTimePickerValidFromDateTime);
            this.Controls.Add(this.labelValidUntilDateTime);
            this.Controls.Add(this.dateTimePickerValidUntilDateTime);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.Controls.Add(this.labelFinancialCurrencyPicker);
            this.Controls.Add(this.financialCurrencyPicker);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
コード例 #3
0
        private void InitializeComponent()
        {
            this.buttonClose                  = new System.Windows.Forms.Button();
            this.buttonSave                   = new System.Windows.Forms.Button();
            this.labelFromDateTime            = new System.Windows.Forms.Label();
            this.dateTimePickerFromDateTime   = new System.Windows.Forms.DateTimePicker();
            this.labelUntilDateTime           = new System.Windows.Forms.Label();
            this.dateTimePickerUntilDateTime  = new System.Windows.Forms.DateTimePicker();
            this.labelAmount                  = new System.Windows.Forms.Label();
            this.maskedTextBoxAmount          = new System.Windows.Forms.MaskedTextBox();
            this.labelFinancialCurrencyPicker = new System.Windows.Forms.Label();
            this.financialCurrencyPicker      = new FinancialCurrencyPicker();
            this.labelUserPicker              = new System.Windows.Forms.Label();
            this.userPicker                   = new DefaultUserPicker();
            this.labelDateTime                = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime       = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            //
            // labelFromDateTime
            //
            this.labelFromDateTime.AutoSize = true;
            this.labelFromDateTime.Location = new System.Drawing.Point(11, 13);
            this.labelFromDateTime.Name     = "labelFromDateTime";
            this.labelFromDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelFromDateTime.TabIndex = 2;
            this.labelFromDateTime.Text     = "From Date Time:";
            //
            //dateTimePickerFromDateTime
            //
            this.dateTimePickerFromDateTime.Location     = new System.Drawing.Point(140, 13);
            this.dateTimePickerFromDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerFromDateTime.Name         = "dateTimePickerFromDateTime";
            this.dateTimePickerFromDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerFromDateTime.TabIndex     = 3;
            this.dateTimePickerFromDateTime.Checked      = false;
            this.dateTimePickerFromDateTime.ShowCheckBox = true;
            //
            // labelUntilDateTime
            //
            this.labelUntilDateTime.AutoSize = true;
            this.labelUntilDateTime.Location = new System.Drawing.Point(11, 36);
            this.labelUntilDateTime.Name     = "labelUntilDateTime";
            this.labelUntilDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelUntilDateTime.TabIndex = 4;
            this.labelUntilDateTime.Text     = "Until Date Time:";
            //
            //dateTimePickerUntilDateTime
            //
            this.dateTimePickerUntilDateTime.Location     = new System.Drawing.Point(140, 36);
            this.dateTimePickerUntilDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerUntilDateTime.Name         = "dateTimePickerUntilDateTime";
            this.dateTimePickerUntilDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerUntilDateTime.TabIndex     = 5;
            this.dateTimePickerUntilDateTime.Checked      = false;
            this.dateTimePickerUntilDateTime.ShowCheckBox = true;
            //
            // labelAmount
            //
            this.labelAmount.AutoSize = true;
            this.labelAmount.Location = new System.Drawing.Point(11, 59);
            this.labelAmount.Name     = "labelAmount";
            this.labelAmount.Size     = new System.Drawing.Size(71, 13);
            this.labelAmount.TabIndex = 6;
            this.labelAmount.Text     = "Amount:";
            //
            //maskedTextBoxAmount
            //
            this.maskedTextBoxAmount.Location = new System.Drawing.Point(140, 59);
            this.maskedTextBoxAmount.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxAmount.Name     = "maskedTextBoxAmount";
            this.maskedTextBoxAmount.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxAmount.TabIndex = 7;
            //
            // labelFinancialCurrencyPicker
            //
            this.labelFinancialCurrencyPicker.AutoSize = true;
            this.labelFinancialCurrencyPicker.Location = new System.Drawing.Point(11, 82);
            this.labelFinancialCurrencyPicker.Name     = "labelFinancialCurrencyPicker";
            this.labelFinancialCurrencyPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCurrencyPicker.TabIndex = 8;
            this.labelFinancialCurrencyPicker.Text     = "Financial Currency:";
            //
            //financialCurrencyPicker
            //
            this.financialCurrencyPicker.Location = new System.Drawing.Point(140, 82);
            this.financialCurrencyPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialCurrencyPicker.Name     = "financialCurrencyPicker";
            this.financialCurrencyPicker.Size     = new System.Drawing.Size(250, 20);
            this.financialCurrencyPicker.TabIndex = 9;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 105);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 10;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 11;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 128);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 12;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(140, 128);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 13;
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(298, 151);

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

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(254, 220);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(458, 248);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeFinancialFareEdit";
            this.Text = "Financial Fare Edit";
            this.Controls.Add(this.labelFinancialFareTypeRefCombo);
            this.Controls.Add(this.financialFareTypeRefCombo);
            this.Controls.Add(this.labelDepartureAirportPicker);
            this.Controls.Add(this.departureAirportPicker);
            this.Controls.Add(this.labelArrivalAirportPicker);
            this.Controls.Add(this.arrivalAirportPicker);
            this.Controls.Add(this.labelValidFromFlightDateTime);
            this.Controls.Add(this.dateTimePickerValidFromFlightDateTime);
            this.Controls.Add(this.labelValidUntilFlightDateTime);
            this.Controls.Add(this.dateTimePickerValidUntilFlightDateTime);
            this.Controls.Add(this.labelAmount);
            this.Controls.Add(this.maskedTextBoxAmount);
            this.Controls.Add(this.labelFinancialCurrencyPicker);
            this.Controls.Add(this.financialCurrencyPicker);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
コード例 #6
0
        private void InitializeComponent()
        {
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonSave  = new System.Windows.Forms.Button();
            this.labelServiceSpecialServiceRequestGroupRefCombo = new System.Windows.Forms.Label();
            this.serviceSpecialServiceRequestGroupRefCombo      = new ServiceSpecialServiceRequestGroupRefCombo();
            this.labelServiceSpecialServiceRequestCode          = new System.Windows.Forms.Label();
            this.textBoxServiceSpecialServiceRequestCode        = new System.Windows.Forms.TextBox();
            this.labelServiceSpecialServiceRequestName          = new System.Windows.Forms.Label();
            this.textBoxServiceSpecialServiceRequestName        = new System.Windows.Forms.TextBox();
            this.labelServiceDescription   = new System.Windows.Forms.Label();
            this.textBoxServiceDescription = new System.Windows.Forms.TextBox();
            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.labelInventoryControlledFlag    = new System.Windows.Forms.Label();
            this.checkBoxInventoryControlledFlag = new System.Windows.Forms.CheckBox();
            this.labelRequestServiceSpecialServiceRequestRequirementRefCombo = new System.Windows.Forms.Label();
            this.requestServiceSpecialServiceRequestRequirementRefCombo      = new ServiceSpecialServiceRequestRequirementRefCombo();
            this.labelReplyServiceSpecialServiceRequestRequirementRefCombo   = new System.Windows.Forms.Label();
            this.replyServiceSpecialServiceRequestRequirementRefCombo        = new ServiceSpecialServiceRequestRequirementRefCombo();
            this.labelServiceSpecialServiceRequestOperationRuleRefCombo      = new System.Windows.Forms.Label();
            this.serviceSpecialServiceRequestOperationRuleRefCombo           = new ServiceSpecialServiceRequestOperationRuleRefCombo();
            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();
            //
            // labelServiceSpecialServiceRequestGroupRefCombo
            //
            this.labelServiceSpecialServiceRequestGroupRefCombo.AutoSize = true;
            this.labelServiceSpecialServiceRequestGroupRefCombo.Location = new System.Drawing.Point(11, 13);
            this.labelServiceSpecialServiceRequestGroupRefCombo.Name     = "labelServiceSpecialServiceRequestGroupRefCombo";
            this.labelServiceSpecialServiceRequestGroupRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelServiceSpecialServiceRequestGroupRefCombo.TabIndex = 2;
            this.labelServiceSpecialServiceRequestGroupRefCombo.Text     = "Service Special Service Request Group:";
            //
            //serviceSpecialServiceRequestGroupRefCombo
            //
            this.serviceSpecialServiceRequestGroupRefCombo.Location = new System.Drawing.Point(357, 13);
            this.serviceSpecialServiceRequestGroupRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.serviceSpecialServiceRequestGroupRefCombo.Name     = "serviceSpecialServiceRequestGroupRefCombo";
            this.serviceSpecialServiceRequestGroupRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.serviceSpecialServiceRequestGroupRefCombo.TabIndex = 3;
            //
            // labelServiceSpecialServiceRequestCode
            //
            this.labelServiceSpecialServiceRequestCode.AutoSize = true;
            this.labelServiceSpecialServiceRequestCode.Location = new System.Drawing.Point(11, 36);
            this.labelServiceSpecialServiceRequestCode.Name     = "labelServiceSpecialServiceRequestCode";
            this.labelServiceSpecialServiceRequestCode.Size     = new System.Drawing.Size(71, 13);
            this.labelServiceSpecialServiceRequestCode.TabIndex = 4;
            this.labelServiceSpecialServiceRequestCode.Text     = "Service Special Service Request Code:";
            //
            //textBoxServiceSpecialServiceRequestCode
            //
            this.textBoxServiceSpecialServiceRequestCode.Location = new System.Drawing.Point(357, 36);
            this.textBoxServiceSpecialServiceRequestCode.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxServiceSpecialServiceRequestCode.Name     = "textBoxServiceSpecialServiceRequestCode";
            this.textBoxServiceSpecialServiceRequestCode.Size     = new System.Drawing.Size(250, 20);
            this.textBoxServiceSpecialServiceRequestCode.TabIndex = 5;
            //
            // labelServiceSpecialServiceRequestName
            //
            this.labelServiceSpecialServiceRequestName.AutoSize = true;
            this.labelServiceSpecialServiceRequestName.Location = new System.Drawing.Point(11, 59);
            this.labelServiceSpecialServiceRequestName.Name     = "labelServiceSpecialServiceRequestName";
            this.labelServiceSpecialServiceRequestName.Size     = new System.Drawing.Size(71, 13);
            this.labelServiceSpecialServiceRequestName.TabIndex = 6;
            this.labelServiceSpecialServiceRequestName.Text     = "Service Special Service Request Name:";
            //
            //textBoxServiceSpecialServiceRequestName
            //
            this.textBoxServiceSpecialServiceRequestName.Location = new System.Drawing.Point(357, 59);
            this.textBoxServiceSpecialServiceRequestName.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxServiceSpecialServiceRequestName.Name     = "textBoxServiceSpecialServiceRequestName";
            this.textBoxServiceSpecialServiceRequestName.Size     = new System.Drawing.Size(250, 20);
            this.textBoxServiceSpecialServiceRequestName.TabIndex = 7;
            //
            // labelServiceDescription
            //
            this.labelServiceDescription.AutoSize = true;
            this.labelServiceDescription.Location = new System.Drawing.Point(11, 82);
            this.labelServiceDescription.Name     = "labelServiceDescription";
            this.labelServiceDescription.Size     = new System.Drawing.Size(71, 13);
            this.labelServiceDescription.TabIndex = 8;
            this.labelServiceDescription.Text     = "Service Description:";
            //
            //textBoxServiceDescription
            //
            this.textBoxServiceDescription.Location = new System.Drawing.Point(357, 82);
            this.textBoxServiceDescription.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxServiceDescription.Name     = "textBoxServiceDescription";
            this.textBoxServiceDescription.Size     = new System.Drawing.Size(250, 20);
            this.textBoxServiceDescription.TabIndex = 9;
            //
            // labelAmount
            //
            this.labelAmount.AutoSize = true;
            this.labelAmount.Location = new System.Drawing.Point(11, 105);
            this.labelAmount.Name     = "labelAmount";
            this.labelAmount.Size     = new System.Drawing.Size(71, 13);
            this.labelAmount.TabIndex = 10;
            this.labelAmount.Text     = "Amount:";
            //
            //maskedTextBoxAmount
            //
            this.maskedTextBoxAmount.Location = new System.Drawing.Point(357, 105);
            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 = 11;
            //
            // labelFinancialCurrencyPicker
            //
            this.labelFinancialCurrencyPicker.AutoSize = true;
            this.labelFinancialCurrencyPicker.Location = new System.Drawing.Point(11, 128);
            this.labelFinancialCurrencyPicker.Name     = "labelFinancialCurrencyPicker";
            this.labelFinancialCurrencyPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCurrencyPicker.TabIndex = 12;
            this.labelFinancialCurrencyPicker.Text     = "Financial Currency:";
            //
            //financialCurrencyPicker
            //
            this.financialCurrencyPicker.Location = new System.Drawing.Point(357, 128);
            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 = 13;
            //
            // labelInventoryControlledFlag
            //
            this.labelInventoryControlledFlag.AutoSize = true;
            this.labelInventoryControlledFlag.Location = new System.Drawing.Point(11, 151);
            this.labelInventoryControlledFlag.Name     = "labelInventoryControlledFlag";
            this.labelInventoryControlledFlag.Size     = new System.Drawing.Size(71, 13);
            this.labelInventoryControlledFlag.TabIndex = 14;
            this.labelInventoryControlledFlag.Text     = "Inventory Controlled Flag:";
            //
            //checkBoxInventoryControlledFlag
            //
            this.checkBoxInventoryControlledFlag.Location = new System.Drawing.Point(357, 151);
            this.checkBoxInventoryControlledFlag.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.checkBoxInventoryControlledFlag.Name     = "checkBoxInventoryControlledFlag";
            this.checkBoxInventoryControlledFlag.Size     = new System.Drawing.Size(250, 20);
            this.checkBoxInventoryControlledFlag.TabIndex = 15;
            //
            // labelRequestServiceSpecialServiceRequestRequirementRefCombo
            //
            this.labelRequestServiceSpecialServiceRequestRequirementRefCombo.AutoSize = true;
            this.labelRequestServiceSpecialServiceRequestRequirementRefCombo.Location = new System.Drawing.Point(11, 174);
            this.labelRequestServiceSpecialServiceRequestRequirementRefCombo.Name     = "labelRequestServiceSpecialServiceRequestRequirementRefCombo";
            this.labelRequestServiceSpecialServiceRequestRequirementRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelRequestServiceSpecialServiceRequestRequirementRefCombo.TabIndex = 16;
            this.labelRequestServiceSpecialServiceRequestRequirementRefCombo.Text     = "Request Service Special Service Request Requirement:";
            //
            //requestServiceSpecialServiceRequestRequirementRefCombo
            //
            this.requestServiceSpecialServiceRequestRequirementRefCombo.Location = new System.Drawing.Point(357, 174);
            this.requestServiceSpecialServiceRequestRequirementRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.requestServiceSpecialServiceRequestRequirementRefCombo.Name     = "requestServiceSpecialServiceRequestRequirementRefCombo";
            this.requestServiceSpecialServiceRequestRequirementRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.requestServiceSpecialServiceRequestRequirementRefCombo.TabIndex = 17;
            //
            // labelReplyServiceSpecialServiceRequestRequirementRefCombo
            //
            this.labelReplyServiceSpecialServiceRequestRequirementRefCombo.AutoSize = true;
            this.labelReplyServiceSpecialServiceRequestRequirementRefCombo.Location = new System.Drawing.Point(11, 197);
            this.labelReplyServiceSpecialServiceRequestRequirementRefCombo.Name     = "labelReplyServiceSpecialServiceRequestRequirementRefCombo";
            this.labelReplyServiceSpecialServiceRequestRequirementRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelReplyServiceSpecialServiceRequestRequirementRefCombo.TabIndex = 18;
            this.labelReplyServiceSpecialServiceRequestRequirementRefCombo.Text     = "Reply Service Special Service Request Requirement:";
            //
            //replyServiceSpecialServiceRequestRequirementRefCombo
            //
            this.replyServiceSpecialServiceRequestRequirementRefCombo.Location = new System.Drawing.Point(357, 197);
            this.replyServiceSpecialServiceRequestRequirementRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.replyServiceSpecialServiceRequestRequirementRefCombo.Name     = "replyServiceSpecialServiceRequestRequirementRefCombo";
            this.replyServiceSpecialServiceRequestRequirementRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.replyServiceSpecialServiceRequestRequirementRefCombo.TabIndex = 19;
            //
            // labelServiceSpecialServiceRequestOperationRuleRefCombo
            //
            this.labelServiceSpecialServiceRequestOperationRuleRefCombo.AutoSize = true;
            this.labelServiceSpecialServiceRequestOperationRuleRefCombo.Location = new System.Drawing.Point(11, 220);
            this.labelServiceSpecialServiceRequestOperationRuleRefCombo.Name     = "labelServiceSpecialServiceRequestOperationRuleRefCombo";
            this.labelServiceSpecialServiceRequestOperationRuleRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelServiceSpecialServiceRequestOperationRuleRefCombo.TabIndex = 20;
            this.labelServiceSpecialServiceRequestOperationRuleRefCombo.Text     = "Service Special Service Request Operation Rule:";
            //
            //serviceSpecialServiceRequestOperationRuleRefCombo
            //
            this.serviceSpecialServiceRequestOperationRuleRefCombo.Location = new System.Drawing.Point(357, 220);
            this.serviceSpecialServiceRequestOperationRuleRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.serviceSpecialServiceRequestOperationRuleRefCombo.Name     = "serviceSpecialServiceRequestOperationRuleRefCombo";
            this.serviceSpecialServiceRequestOperationRuleRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.serviceSpecialServiceRequestOperationRuleRefCombo.TabIndex = 21;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 243);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 22;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 23;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 266);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 24;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(357, 266);
            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 = 25;
            //
            // 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(515, 289);

            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(415, 289);
            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(619, 317);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeServiceSpecialServiceRequestEdit";
            this.Text = "Service Special Service Request Edit";
            this.Controls.Add(this.labelServiceSpecialServiceRequestGroupRefCombo);
            this.Controls.Add(this.serviceSpecialServiceRequestGroupRefCombo);
            this.Controls.Add(this.labelServiceSpecialServiceRequestCode);
            this.Controls.Add(this.textBoxServiceSpecialServiceRequestCode);
            this.Controls.Add(this.labelServiceSpecialServiceRequestName);
            this.Controls.Add(this.textBoxServiceSpecialServiceRequestName);
            this.Controls.Add(this.labelServiceDescription);
            this.Controls.Add(this.textBoxServiceDescription);
            this.Controls.Add(this.labelAmount);
            this.Controls.Add(this.maskedTextBoxAmount);
            this.Controls.Add(this.labelFinancialCurrencyPicker);
            this.Controls.Add(this.financialCurrencyPicker);
            this.Controls.Add(this.labelInventoryControlledFlag);
            this.Controls.Add(this.checkBoxInventoryControlledFlag);
            this.Controls.Add(this.labelRequestServiceSpecialServiceRequestRequirementRefCombo);
            this.Controls.Add(this.requestServiceSpecialServiceRequestRequirementRefCombo);
            this.Controls.Add(this.labelReplyServiceSpecialServiceRequestRequirementRefCombo);
            this.Controls.Add(this.replyServiceSpecialServiceRequestRequirementRefCombo);
            this.Controls.Add(this.labelServiceSpecialServiceRequestOperationRuleRefCombo);
            this.Controls.Add(this.serviceSpecialServiceRequestOperationRuleRefCombo);
            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();
        }
コード例 #7
0
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonCrudeFinancialPaymentCardAdd    = new System.Windows.Forms.Button();
            this.buttonCrudeFinancialPaymentCardEdit   = new System.Windows.Forms.Button();
            this.buttonCrudeFinancialPaymentCardSearch = new System.Windows.Forms.Button();
            this.dataGridViewCrudeFinancialPaymentCard = new System.Windows.Forms.DataGridView();
            this.labelFinancialCardTypeRefCombo        = new System.Windows.Forms.Label();
            this.financialCardTypeRefCombo             = new FinancialCardTypeRefCombo();
            this.labelNameOnCard                    = new System.Windows.Forms.Label();
            this.textBoxNameOnCard                  = new System.Windows.Forms.TextBox();
            this.labelCardNumber                    = new System.Windows.Forms.Label();
            this.textBoxCardNumber                  = new System.Windows.Forms.TextBox();
            this.labelAddressVerificationCode       = new System.Windows.Forms.Label();
            this.textBoxAddressVerificationCode     = new System.Windows.Forms.TextBox();
            this.labelCardVerificationValue         = new System.Windows.Forms.Label();
            this.maskedTextBoxCardVerificationValue = new System.Windows.Forms.MaskedTextBox();
            this.labelIssuedYear                    = new System.Windows.Forms.Label();
            this.maskedTextBoxIssuedYear            = new System.Windows.Forms.MaskedTextBox();
            this.labelIssuedMonth                   = new System.Windows.Forms.Label();
            this.maskedTextBoxIssuedMonth           = new System.Windows.Forms.MaskedTextBox();
            this.labelExpiryYear                    = new System.Windows.Forms.Label();
            this.maskedTextBoxExpiryYear            = new System.Windows.Forms.MaskedTextBox();
            this.labelExpiryMonth                   = new System.Windows.Forms.Label();
            this.maskedTextBoxExpiryMonth           = new System.Windows.Forms.MaskedTextBox();
            this.labelAmount                  = new System.Windows.Forms.Label();
            this.maskedTextBoxAmount          = new System.Windows.Forms.MaskedTextBox();
            this.labelDateTime                = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime       = new System.Windows.Forms.TextBox();
            this.labelFinancialCurrencyPicker = new System.Windows.Forms.Label();
            this.financialCurrencyPicker      = new FinancialCurrencyPicker();
            this.labelUserPicker              = new System.Windows.Forms.Label();
            this.userPicker = new DefaultUserPicker();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeFinancialPaymentCard)).BeginInit();
            this.SuspendLayout();
            //
            // labelFinancialCardTypeRefCombo
            //
            this.labelFinancialCardTypeRefCombo.AutoSize = true;
            this.labelFinancialCardTypeRefCombo.Location = new System.Drawing.Point(11, 13);
            this.labelFinancialCardTypeRefCombo.Name     = "labelFinancialCardTypeRefCombo";
            this.labelFinancialCardTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCardTypeRefCombo.TabIndex = 2;
            this.labelFinancialCardTypeRefCombo.Text     = "Financial Card Type:";
            //
            //financialCardTypeRefCombo
            //
            this.financialCardTypeRefCombo.Location = new System.Drawing.Point(175, 13);
            this.financialCardTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialCardTypeRefCombo.Name     = "financialCardTypeRefCombo";
            this.financialCardTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.financialCardTypeRefCombo.TabIndex = 3;
            //
            // labelNameOnCard
            //
            this.labelNameOnCard.AutoSize = true;
            this.labelNameOnCard.Location = new System.Drawing.Point(11, 36);
            this.labelNameOnCard.Name     = "labelNameOnCard";
            this.labelNameOnCard.Size     = new System.Drawing.Size(71, 13);
            this.labelNameOnCard.TabIndex = 4;
            this.labelNameOnCard.Text     = "Name On Card:";
            //
            //textBoxNameOnCard
            //
            this.textBoxNameOnCard.Location = new System.Drawing.Point(175, 36);
            this.textBoxNameOnCard.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxNameOnCard.Name     = "textBoxNameOnCard";
            this.textBoxNameOnCard.Size     = new System.Drawing.Size(250, 20);
            this.textBoxNameOnCard.TabIndex = 5;
            //
            // labelCardNumber
            //
            this.labelCardNumber.AutoSize = true;
            this.labelCardNumber.Location = new System.Drawing.Point(11, 59);
            this.labelCardNumber.Name     = "labelCardNumber";
            this.labelCardNumber.Size     = new System.Drawing.Size(71, 13);
            this.labelCardNumber.TabIndex = 6;
            this.labelCardNumber.Text     = "Card Number:";
            //
            //textBoxCardNumber
            //
            this.textBoxCardNumber.Location = new System.Drawing.Point(175, 59);
            this.textBoxCardNumber.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxCardNumber.Name     = "textBoxCardNumber";
            this.textBoxCardNumber.Size     = new System.Drawing.Size(250, 20);
            this.textBoxCardNumber.TabIndex = 7;
            //
            // labelAddressVerificationCode
            //
            this.labelAddressVerificationCode.AutoSize = true;
            this.labelAddressVerificationCode.Location = new System.Drawing.Point(11, 82);
            this.labelAddressVerificationCode.Name     = "labelAddressVerificationCode";
            this.labelAddressVerificationCode.Size     = new System.Drawing.Size(71, 13);
            this.labelAddressVerificationCode.TabIndex = 8;
            this.labelAddressVerificationCode.Text     = "Address Verification Code:";
            //
            //textBoxAddressVerificationCode
            //
            this.textBoxAddressVerificationCode.Location = new System.Drawing.Point(175, 82);
            this.textBoxAddressVerificationCode.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxAddressVerificationCode.Name     = "textBoxAddressVerificationCode";
            this.textBoxAddressVerificationCode.Size     = new System.Drawing.Size(250, 20);
            this.textBoxAddressVerificationCode.TabIndex = 9;
            //
            // labelCardVerificationValue
            //
            this.labelCardVerificationValue.AutoSize = true;
            this.labelCardVerificationValue.Location = new System.Drawing.Point(11, 105);
            this.labelCardVerificationValue.Name     = "labelCardVerificationValue";
            this.labelCardVerificationValue.Size     = new System.Drawing.Size(71, 13);
            this.labelCardVerificationValue.TabIndex = 10;
            this.labelCardVerificationValue.Text     = "Card Verification Value:";
            //
            //maskedTextBoxCardVerificationValue
            //
            this.maskedTextBoxCardVerificationValue.Location = new System.Drawing.Point(175, 105);
            this.maskedTextBoxCardVerificationValue.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxCardVerificationValue.Name     = "maskedTextBoxCardVerificationValue";
            this.maskedTextBoxCardVerificationValue.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxCardVerificationValue.TabIndex = 11;
            //
            // labelIssuedYear
            //
            this.labelIssuedYear.AutoSize = true;
            this.labelIssuedYear.Location = new System.Drawing.Point(11, 128);
            this.labelIssuedYear.Name     = "labelIssuedYear";
            this.labelIssuedYear.Size     = new System.Drawing.Size(71, 13);
            this.labelIssuedYear.TabIndex = 12;
            this.labelIssuedYear.Text     = "Issued Year:";
            //
            //maskedTextBoxIssuedYear
            //
            this.maskedTextBoxIssuedYear.Location = new System.Drawing.Point(175, 128);
            this.maskedTextBoxIssuedYear.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxIssuedYear.Name     = "maskedTextBoxIssuedYear";
            this.maskedTextBoxIssuedYear.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxIssuedYear.TabIndex = 13;
            //
            // labelIssuedMonth
            //
            this.labelIssuedMonth.AutoSize = true;
            this.labelIssuedMonth.Location = new System.Drawing.Point(11, 151);
            this.labelIssuedMonth.Name     = "labelIssuedMonth";
            this.labelIssuedMonth.Size     = new System.Drawing.Size(71, 13);
            this.labelIssuedMonth.TabIndex = 14;
            this.labelIssuedMonth.Text     = "Issued Month:";
            //
            //maskedTextBoxIssuedMonth
            //
            this.maskedTextBoxIssuedMonth.Location = new System.Drawing.Point(175, 151);
            this.maskedTextBoxIssuedMonth.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxIssuedMonth.Name     = "maskedTextBoxIssuedMonth";
            this.maskedTextBoxIssuedMonth.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxIssuedMonth.TabIndex = 15;
            //
            // labelExpiryYear
            //
            this.labelExpiryYear.AutoSize = true;
            this.labelExpiryYear.Location = new System.Drawing.Point(11, 174);
            this.labelExpiryYear.Name     = "labelExpiryYear";
            this.labelExpiryYear.Size     = new System.Drawing.Size(71, 13);
            this.labelExpiryYear.TabIndex = 16;
            this.labelExpiryYear.Text     = "Expiry Year:";
            //
            //maskedTextBoxExpiryYear
            //
            this.maskedTextBoxExpiryYear.Location = new System.Drawing.Point(175, 174);
            this.maskedTextBoxExpiryYear.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxExpiryYear.Name     = "maskedTextBoxExpiryYear";
            this.maskedTextBoxExpiryYear.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxExpiryYear.TabIndex = 17;
            //
            // labelExpiryMonth
            //
            this.labelExpiryMonth.AutoSize = true;
            this.labelExpiryMonth.Location = new System.Drawing.Point(11, 197);
            this.labelExpiryMonth.Name     = "labelExpiryMonth";
            this.labelExpiryMonth.Size     = new System.Drawing.Size(71, 13);
            this.labelExpiryMonth.TabIndex = 18;
            this.labelExpiryMonth.Text     = "Expiry Month:";
            //
            //maskedTextBoxExpiryMonth
            //
            this.maskedTextBoxExpiryMonth.Location = new System.Drawing.Point(175, 197);
            this.maskedTextBoxExpiryMonth.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxExpiryMonth.Name     = "maskedTextBoxExpiryMonth";
            this.maskedTextBoxExpiryMonth.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxExpiryMonth.TabIndex = 19;
            //
            // labelAmount
            //
            this.labelAmount.AutoSize = true;
            this.labelAmount.Location = new System.Drawing.Point(11, 220);
            this.labelAmount.Name     = "labelAmount";
            this.labelAmount.Size     = new System.Drawing.Size(71, 13);
            this.labelAmount.TabIndex = 20;
            this.labelAmount.Text     = "Amount:";
            //
            //maskedTextBoxAmount
            //
            this.maskedTextBoxAmount.Location = new System.Drawing.Point(175, 220);
            this.maskedTextBoxAmount.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxAmount.Name     = "maskedTextBoxAmount";
            this.maskedTextBoxAmount.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxAmount.TabIndex = 21;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 243);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 22;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(175, 243);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 23;
            //
            // labelFinancialCurrencyPicker
            //
            this.labelFinancialCurrencyPicker.AutoSize = true;
            this.labelFinancialCurrencyPicker.Location = new System.Drawing.Point(11, 266);
            this.labelFinancialCurrencyPicker.Name     = "labelFinancialCurrencyPicker";
            this.labelFinancialCurrencyPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCurrencyPicker.TabIndex = 24;
            this.labelFinancialCurrencyPicker.Text     = "Financial Currency:";
            //
            //financialCurrencyPicker
            //
            this.financialCurrencyPicker.Location = new System.Drawing.Point(175, 266);
            this.financialCurrencyPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialCurrencyPicker.Name     = "financialCurrencyPicker";
            this.financialCurrencyPicker.Size     = new System.Drawing.Size(250, 20);
            this.financialCurrencyPicker.TabIndex = 25;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 289);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 26;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 27;
            //
            // dataGridViewCrudeFinancialPaymentCard
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeFinancialPaymentCard.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeFinancialPaymentCard.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                                                      | System.Windows.Forms.AnchorStyles.Right)));
            this.dataGridViewCrudeFinancialPaymentCard.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeFinancialPaymentCard.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeFinancialPaymentCard.Location      = new System.Drawing.Point(12, 322);
            this.dataGridViewCrudeFinancialPaymentCard.Name          = "dataGridViewCrudeFinancialPaymentCard";
            this.dataGridViewCrudeFinancialPaymentCard.Size          = new System.Drawing.Size(413, 96);
            this.dataGridViewCrudeFinancialPaymentCard.TabIndex      = 0;
            this.dataGridViewCrudeFinancialPaymentCard.ReadOnly      = true;
            this.dataGridViewCrudeFinancialPaymentCard.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeFinancialPaymentCard_DoubleClick);
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(333, 425);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonCrudeFinancialPaymentCardSearch
            //
            this.buttonCrudeFinancialPaymentCardSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFinancialPaymentCardSearch.Location = new System.Drawing.Point(233, 425);
            this.buttonCrudeFinancialPaymentCardSearch.Name     = "buttonCrudeFinancialPaymentCardSearch";
            this.buttonCrudeFinancialPaymentCardSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFinancialPaymentCardSearch.TabIndex = 2;
            this.buttonCrudeFinancialPaymentCardSearch.Text     = "&Search";
            this.buttonCrudeFinancialPaymentCardSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeFinancialPaymentCardSearch.Click += new System.EventHandler(this.buttonCrudeFinancialPaymentCardSearch_Click);
            //
            // buttonCrudeFinancialPaymentCardAdd
            //
            this.buttonCrudeFinancialPaymentCardAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFinancialPaymentCardAdd.Location = new System.Drawing.Point(133, 425);
            this.buttonCrudeFinancialPaymentCardAdd.Name     = "buttonCrudeFinancialPaymentCardAdd";
            this.buttonCrudeFinancialPaymentCardAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFinancialPaymentCardAdd.TabIndex = 3;
            this.buttonCrudeFinancialPaymentCardAdd.Text     = "&Add";
            this.buttonCrudeFinancialPaymentCardAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeFinancialPaymentCardAdd.Click += new System.EventHandler(this.buttonCrudeFinancialPaymentCardAdd_Click);
            //
            // buttonCrudeFinancialPaymentCardEdit
            //
            this.buttonCrudeFinancialPaymentCardEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFinancialPaymentCardEdit.Location = new System.Drawing.Point(33, 425);
            this.buttonCrudeFinancialPaymentCardEdit.Name     = "buttonCrudeFinancialPaymentCardEdit";
            this.buttonCrudeFinancialPaymentCardEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFinancialPaymentCardEdit.TabIndex = 4;
            this.buttonCrudeFinancialPaymentCardEdit.Text     = "&Edit";
            this.buttonCrudeFinancialPaymentCardEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeFinancialPaymentCardEdit.Click += new System.EventHandler(this.buttonCrudeFinancialPaymentCardEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(437, 453);
            this.Controls.Add(this.buttonCrudeFinancialPaymentCardSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeFinancialPaymentCardAdd);
            this.Controls.Add(this.buttonCrudeFinancialPaymentCardEdit);
            this.Controls.Add(this.dataGridViewCrudeFinancialPaymentCard);
            this.Name = "CrudeFinancialPaymentCardSearch";
            this.Text = "Financial Payment Card Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeFinancialPaymentCard)).EndInit();
            this.Controls.Add(this.labelFinancialCardTypeRefCombo);
            this.Controls.Add(this.financialCardTypeRefCombo);
            this.Controls.Add(this.labelNameOnCard);
            this.Controls.Add(this.textBoxNameOnCard);
            this.Controls.Add(this.labelCardNumber);
            this.Controls.Add(this.textBoxCardNumber);
            this.Controls.Add(this.labelAddressVerificationCode);
            this.Controls.Add(this.textBoxAddressVerificationCode);
            this.Controls.Add(this.labelCardVerificationValue);
            this.Controls.Add(this.maskedTextBoxCardVerificationValue);
            this.Controls.Add(this.labelIssuedYear);
            this.Controls.Add(this.maskedTextBoxIssuedYear);
            this.Controls.Add(this.labelIssuedMonth);
            this.Controls.Add(this.maskedTextBoxIssuedMonth);
            this.Controls.Add(this.labelExpiryYear);
            this.Controls.Add(this.maskedTextBoxExpiryYear);
            this.Controls.Add(this.labelExpiryMonth);
            this.Controls.Add(this.maskedTextBoxExpiryMonth);
            this.Controls.Add(this.labelAmount);
            this.Controls.Add(this.maskedTextBoxAmount);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.Controls.Add(this.labelFinancialCurrencyPicker);
            this.Controls.Add(this.financialCurrencyPicker);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
コード例 #8
0
        private void InitializeComponent()
        {
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonSave  = new System.Windows.Forms.Button();
            this.labelFinancialCardTypeRefCombo = new System.Windows.Forms.Label();
            this.financialCardTypeRefCombo      = new FinancialCardTypeRefCombo();
            this.labelNameOnCard                    = new System.Windows.Forms.Label();
            this.textBoxNameOnCard                  = new System.Windows.Forms.TextBox();
            this.labelCardNumber                    = new System.Windows.Forms.Label();
            this.textBoxCardNumber                  = new System.Windows.Forms.TextBox();
            this.labelCardVerificationValue         = new System.Windows.Forms.Label();
            this.maskedTextBoxCardVerificationValue = new System.Windows.Forms.MaskedTextBox();
            this.labelAddressVerificationCode       = new System.Windows.Forms.Label();
            this.textBoxAddressVerificationCode     = new System.Windows.Forms.TextBox();
            this.labelIssuedYear                    = new System.Windows.Forms.Label();
            this.maskedTextBoxIssuedYear            = new System.Windows.Forms.MaskedTextBox();
            this.labelIssuedMonth                   = new System.Windows.Forms.Label();
            this.maskedTextBoxIssuedMonth           = new System.Windows.Forms.MaskedTextBox();
            this.labelExpiryYear                    = new System.Windows.Forms.Label();
            this.maskedTextBoxExpiryYear            = new System.Windows.Forms.MaskedTextBox();
            this.labelExpiryMonth                   = new System.Windows.Forms.Label();
            this.maskedTextBoxExpiryMonth           = new System.Windows.Forms.MaskedTextBox();
            this.labelAmount                  = new System.Windows.Forms.Label();
            this.maskedTextBoxAmount          = new System.Windows.Forms.MaskedTextBox();
            this.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();
            //
            // labelFinancialCardTypeRefCombo
            //
            this.labelFinancialCardTypeRefCombo.AutoSize = true;
            this.labelFinancialCardTypeRefCombo.Location = new System.Drawing.Point(11, 13);
            this.labelFinancialCardTypeRefCombo.Name     = "labelFinancialCardTypeRefCombo";
            this.labelFinancialCardTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCardTypeRefCombo.TabIndex = 2;
            this.labelFinancialCardTypeRefCombo.Text     = "Financial Card Type:";
            //
            //financialCardTypeRefCombo
            //
            this.financialCardTypeRefCombo.Location = new System.Drawing.Point(175, 13);
            this.financialCardTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialCardTypeRefCombo.Name     = "financialCardTypeRefCombo";
            this.financialCardTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.financialCardTypeRefCombo.TabIndex = 3;
            //
            // labelNameOnCard
            //
            this.labelNameOnCard.AutoSize = true;
            this.labelNameOnCard.Location = new System.Drawing.Point(11, 36);
            this.labelNameOnCard.Name     = "labelNameOnCard";
            this.labelNameOnCard.Size     = new System.Drawing.Size(71, 13);
            this.labelNameOnCard.TabIndex = 4;
            this.labelNameOnCard.Text     = "Name On Card:";
            //
            //textBoxNameOnCard
            //
            this.textBoxNameOnCard.Location = new System.Drawing.Point(175, 36);
            this.textBoxNameOnCard.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxNameOnCard.Name     = "textBoxNameOnCard";
            this.textBoxNameOnCard.Size     = new System.Drawing.Size(250, 20);
            this.textBoxNameOnCard.TabIndex = 5;
            //
            // labelCardNumber
            //
            this.labelCardNumber.AutoSize = true;
            this.labelCardNumber.Location = new System.Drawing.Point(11, 59);
            this.labelCardNumber.Name     = "labelCardNumber";
            this.labelCardNumber.Size     = new System.Drawing.Size(71, 13);
            this.labelCardNumber.TabIndex = 6;
            this.labelCardNumber.Text     = "Card Number:";
            //
            //textBoxCardNumber
            //
            this.textBoxCardNumber.Location = new System.Drawing.Point(175, 59);
            this.textBoxCardNumber.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxCardNumber.Name     = "textBoxCardNumber";
            this.textBoxCardNumber.Size     = new System.Drawing.Size(250, 20);
            this.textBoxCardNumber.TabIndex = 7;
            //
            // labelCardVerificationValue
            //
            this.labelCardVerificationValue.AutoSize = true;
            this.labelCardVerificationValue.Location = new System.Drawing.Point(11, 82);
            this.labelCardVerificationValue.Name     = "labelCardVerificationValue";
            this.labelCardVerificationValue.Size     = new System.Drawing.Size(71, 13);
            this.labelCardVerificationValue.TabIndex = 8;
            this.labelCardVerificationValue.Text     = "Card Verification Value:";
            //
            //maskedTextBoxCardVerificationValue
            //
            this.maskedTextBoxCardVerificationValue.Location = new System.Drawing.Point(175, 82);
            this.maskedTextBoxCardVerificationValue.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxCardVerificationValue.Name     = "maskedTextBoxCardVerificationValue";
            this.maskedTextBoxCardVerificationValue.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxCardVerificationValue.TabIndex = 9;
            //
            // labelAddressVerificationCode
            //
            this.labelAddressVerificationCode.AutoSize = true;
            this.labelAddressVerificationCode.Location = new System.Drawing.Point(11, 105);
            this.labelAddressVerificationCode.Name     = "labelAddressVerificationCode";
            this.labelAddressVerificationCode.Size     = new System.Drawing.Size(71, 13);
            this.labelAddressVerificationCode.TabIndex = 10;
            this.labelAddressVerificationCode.Text     = "Address Verification Code:";
            //
            //textBoxAddressVerificationCode
            //
            this.textBoxAddressVerificationCode.Location = new System.Drawing.Point(175, 105);
            this.textBoxAddressVerificationCode.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxAddressVerificationCode.Name     = "textBoxAddressVerificationCode";
            this.textBoxAddressVerificationCode.Size     = new System.Drawing.Size(250, 20);
            this.textBoxAddressVerificationCode.TabIndex = 11;
            //
            // labelIssuedYear
            //
            this.labelIssuedYear.AutoSize = true;
            this.labelIssuedYear.Location = new System.Drawing.Point(11, 128);
            this.labelIssuedYear.Name     = "labelIssuedYear";
            this.labelIssuedYear.Size     = new System.Drawing.Size(71, 13);
            this.labelIssuedYear.TabIndex = 12;
            this.labelIssuedYear.Text     = "Issued Year:";
            //
            //maskedTextBoxIssuedYear
            //
            this.maskedTextBoxIssuedYear.Location = new System.Drawing.Point(175, 128);
            this.maskedTextBoxIssuedYear.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxIssuedYear.Name     = "maskedTextBoxIssuedYear";
            this.maskedTextBoxIssuedYear.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxIssuedYear.TabIndex = 13;
            //
            // labelIssuedMonth
            //
            this.labelIssuedMonth.AutoSize = true;
            this.labelIssuedMonth.Location = new System.Drawing.Point(11, 151);
            this.labelIssuedMonth.Name     = "labelIssuedMonth";
            this.labelIssuedMonth.Size     = new System.Drawing.Size(71, 13);
            this.labelIssuedMonth.TabIndex = 14;
            this.labelIssuedMonth.Text     = "Issued Month:";
            //
            //maskedTextBoxIssuedMonth
            //
            this.maskedTextBoxIssuedMonth.Location = new System.Drawing.Point(175, 151);
            this.maskedTextBoxIssuedMonth.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxIssuedMonth.Name     = "maskedTextBoxIssuedMonth";
            this.maskedTextBoxIssuedMonth.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxIssuedMonth.TabIndex = 15;
            //
            // labelExpiryYear
            //
            this.labelExpiryYear.AutoSize = true;
            this.labelExpiryYear.Location = new System.Drawing.Point(11, 174);
            this.labelExpiryYear.Name     = "labelExpiryYear";
            this.labelExpiryYear.Size     = new System.Drawing.Size(71, 13);
            this.labelExpiryYear.TabIndex = 16;
            this.labelExpiryYear.Text     = "Expiry Year:";
            //
            //maskedTextBoxExpiryYear
            //
            this.maskedTextBoxExpiryYear.Location = new System.Drawing.Point(175, 174);
            this.maskedTextBoxExpiryYear.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxExpiryYear.Name     = "maskedTextBoxExpiryYear";
            this.maskedTextBoxExpiryYear.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxExpiryYear.TabIndex = 17;
            //
            // labelExpiryMonth
            //
            this.labelExpiryMonth.AutoSize = true;
            this.labelExpiryMonth.Location = new System.Drawing.Point(11, 197);
            this.labelExpiryMonth.Name     = "labelExpiryMonth";
            this.labelExpiryMonth.Size     = new System.Drawing.Size(71, 13);
            this.labelExpiryMonth.TabIndex = 18;
            this.labelExpiryMonth.Text     = "Expiry Month:";
            //
            //maskedTextBoxExpiryMonth
            //
            this.maskedTextBoxExpiryMonth.Location = new System.Drawing.Point(175, 197);
            this.maskedTextBoxExpiryMonth.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxExpiryMonth.Name     = "maskedTextBoxExpiryMonth";
            this.maskedTextBoxExpiryMonth.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxExpiryMonth.TabIndex = 19;
            //
            // labelAmount
            //
            this.labelAmount.AutoSize = true;
            this.labelAmount.Location = new System.Drawing.Point(11, 220);
            this.labelAmount.Name     = "labelAmount";
            this.labelAmount.Size     = new System.Drawing.Size(71, 13);
            this.labelAmount.TabIndex = 20;
            this.labelAmount.Text     = "Amount:";
            //
            //maskedTextBoxAmount
            //
            this.maskedTextBoxAmount.Location = new System.Drawing.Point(175, 220);
            this.maskedTextBoxAmount.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxAmount.Name     = "maskedTextBoxAmount";
            this.maskedTextBoxAmount.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxAmount.TabIndex = 21;
            //
            // labelFinancialCurrencyPicker
            //
            this.labelFinancialCurrencyPicker.AutoSize = true;
            this.labelFinancialCurrencyPicker.Location = new System.Drawing.Point(11, 243);
            this.labelFinancialCurrencyPicker.Name     = "labelFinancialCurrencyPicker";
            this.labelFinancialCurrencyPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCurrencyPicker.TabIndex = 22;
            this.labelFinancialCurrencyPicker.Text     = "Financial Currency:";
            //
            //financialCurrencyPicker
            //
            this.financialCurrencyPicker.Location = new System.Drawing.Point(175, 243);
            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 = 23;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 266);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 24;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 25;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 289);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 26;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(175, 289);
            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 = 27;
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(333, 312);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(233, 312);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(437, 340);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeFinancialPaymentCardEdit";
            this.Text = "Financial Payment Card Edit";
            this.Controls.Add(this.labelFinancialCardTypeRefCombo);
            this.Controls.Add(this.financialCardTypeRefCombo);
            this.Controls.Add(this.labelNameOnCard);
            this.Controls.Add(this.textBoxNameOnCard);
            this.Controls.Add(this.labelCardNumber);
            this.Controls.Add(this.textBoxCardNumber);
            this.Controls.Add(this.labelCardVerificationValue);
            this.Controls.Add(this.maskedTextBoxCardVerificationValue);
            this.Controls.Add(this.labelAddressVerificationCode);
            this.Controls.Add(this.textBoxAddressVerificationCode);
            this.Controls.Add(this.labelIssuedYear);
            this.Controls.Add(this.maskedTextBoxIssuedYear);
            this.Controls.Add(this.labelIssuedMonth);
            this.Controls.Add(this.maskedTextBoxIssuedMonth);
            this.Controls.Add(this.labelExpiryYear);
            this.Controls.Add(this.maskedTextBoxExpiryYear);
            this.Controls.Add(this.labelExpiryMonth);
            this.Controls.Add(this.maskedTextBoxExpiryMonth);
            this.Controls.Add(this.labelAmount);
            this.Controls.Add(this.maskedTextBoxAmount);
            this.Controls.Add(this.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();
        }
コード例 #9
0
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonCrudeServiceSpecialServiceRequestAdd     = new System.Windows.Forms.Button();
            this.buttonCrudeServiceSpecialServiceRequestEdit    = new System.Windows.Forms.Button();
            this.buttonCrudeServiceSpecialServiceRequestSearch  = new System.Windows.Forms.Button();
            this.dataGridViewCrudeServiceSpecialServiceRequest  = new System.Windows.Forms.DataGridView();
            this.labelServiceSpecialServiceRequestName          = new System.Windows.Forms.Label();
            this.textBoxServiceSpecialServiceRequestName        = new System.Windows.Forms.TextBox();
            this.labelServiceSpecialServiceRequestGroupRefCombo = new System.Windows.Forms.Label();
            this.serviceSpecialServiceRequestGroupRefCombo      = new ServiceSpecialServiceRequestGroupRefCombo();
            this.labelServiceSpecialServiceRequestCode          = new System.Windows.Forms.Label();
            this.textBoxServiceSpecialServiceRequestCode        = new System.Windows.Forms.TextBox();
            this.labelServiceDescription   = new System.Windows.Forms.Label();
            this.textBoxServiceDescription = new System.Windows.Forms.TextBox();
            this.labelRequestServiceSpecialServiceRequestRequirementRefCombo = new System.Windows.Forms.Label();
            this.requestServiceSpecialServiceRequestRequirementRefCombo      = new ServiceSpecialServiceRequestRequirementRefCombo();
            this.labelReplyServiceSpecialServiceRequestRequirementRefCombo   = new System.Windows.Forms.Label();
            this.replyServiceSpecialServiceRequestRequirementRefCombo        = new ServiceSpecialServiceRequestRequirementRefCombo();
            this.labelServiceSpecialServiceRequestOperationRuleRefCombo      = new System.Windows.Forms.Label();
            this.serviceSpecialServiceRequestOperationRuleRefCombo           = new ServiceSpecialServiceRequestOperationRuleRefCombo();
            this.labelAmount                  = new System.Windows.Forms.Label();
            this.maskedTextBoxAmount          = new System.Windows.Forms.MaskedTextBox();
            this.labelDateTime                = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime       = new System.Windows.Forms.TextBox();
            this.labelFinancialCurrencyPicker = new System.Windows.Forms.Label();
            this.financialCurrencyPicker      = new FinancialCurrencyPicker();
            this.labelUserPicker              = new System.Windows.Forms.Label();
            this.userPicker = new DefaultUserPicker();
            this.labelInventoryControlledFlag    = new System.Windows.Forms.Label();
            this.checkBoxInventoryControlledFlag = new System.Windows.Forms.CheckBox();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeServiceSpecialServiceRequest)).BeginInit();
            this.SuspendLayout();
            //
            // labelServiceSpecialServiceRequestName
            //
            this.labelServiceSpecialServiceRequestName.AutoSize = true;
            this.labelServiceSpecialServiceRequestName.Location = new System.Drawing.Point(11, 13);
            this.labelServiceSpecialServiceRequestName.Name     = "labelServiceSpecialServiceRequestName";
            this.labelServiceSpecialServiceRequestName.Size     = new System.Drawing.Size(71, 13);
            this.labelServiceSpecialServiceRequestName.TabIndex = 2;
            this.labelServiceSpecialServiceRequestName.Text     = "Service Special Service Request Name:";
            //
            //textBoxServiceSpecialServiceRequestName
            //
            this.textBoxServiceSpecialServiceRequestName.Location = new System.Drawing.Point(357, 13);
            this.textBoxServiceSpecialServiceRequestName.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxServiceSpecialServiceRequestName.Name     = "textBoxServiceSpecialServiceRequestName";
            this.textBoxServiceSpecialServiceRequestName.Size     = new System.Drawing.Size(250, 20);
            this.textBoxServiceSpecialServiceRequestName.TabIndex = 3;
            //
            // labelServiceSpecialServiceRequestGroupRefCombo
            //
            this.labelServiceSpecialServiceRequestGroupRefCombo.AutoSize = true;
            this.labelServiceSpecialServiceRequestGroupRefCombo.Location = new System.Drawing.Point(11, 36);
            this.labelServiceSpecialServiceRequestGroupRefCombo.Name     = "labelServiceSpecialServiceRequestGroupRefCombo";
            this.labelServiceSpecialServiceRequestGroupRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelServiceSpecialServiceRequestGroupRefCombo.TabIndex = 4;
            this.labelServiceSpecialServiceRequestGroupRefCombo.Text     = "Service Special Service Request Group:";
            //
            //serviceSpecialServiceRequestGroupRefCombo
            //
            this.serviceSpecialServiceRequestGroupRefCombo.Location = new System.Drawing.Point(357, 36);
            this.serviceSpecialServiceRequestGroupRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.serviceSpecialServiceRequestGroupRefCombo.Name     = "serviceSpecialServiceRequestGroupRefCombo";
            this.serviceSpecialServiceRequestGroupRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.serviceSpecialServiceRequestGroupRefCombo.TabIndex = 5;
            //
            // labelServiceSpecialServiceRequestCode
            //
            this.labelServiceSpecialServiceRequestCode.AutoSize = true;
            this.labelServiceSpecialServiceRequestCode.Location = new System.Drawing.Point(11, 59);
            this.labelServiceSpecialServiceRequestCode.Name     = "labelServiceSpecialServiceRequestCode";
            this.labelServiceSpecialServiceRequestCode.Size     = new System.Drawing.Size(71, 13);
            this.labelServiceSpecialServiceRequestCode.TabIndex = 6;
            this.labelServiceSpecialServiceRequestCode.Text     = "Service Special Service Request Code:";
            //
            //textBoxServiceSpecialServiceRequestCode
            //
            this.textBoxServiceSpecialServiceRequestCode.Location = new System.Drawing.Point(357, 59);
            this.textBoxServiceSpecialServiceRequestCode.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxServiceSpecialServiceRequestCode.Name     = "textBoxServiceSpecialServiceRequestCode";
            this.textBoxServiceSpecialServiceRequestCode.Size     = new System.Drawing.Size(250, 20);
            this.textBoxServiceSpecialServiceRequestCode.TabIndex = 7;
            //
            // labelServiceDescription
            //
            this.labelServiceDescription.AutoSize = true;
            this.labelServiceDescription.Location = new System.Drawing.Point(11, 82);
            this.labelServiceDescription.Name     = "labelServiceDescription";
            this.labelServiceDescription.Size     = new System.Drawing.Size(71, 13);
            this.labelServiceDescription.TabIndex = 8;
            this.labelServiceDescription.Text     = "Service Description:";
            //
            //textBoxServiceDescription
            //
            this.textBoxServiceDescription.Location = new System.Drawing.Point(357, 82);
            this.textBoxServiceDescription.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxServiceDescription.Name     = "textBoxServiceDescription";
            this.textBoxServiceDescription.Size     = new System.Drawing.Size(250, 20);
            this.textBoxServiceDescription.TabIndex = 9;
            //
            // labelRequestServiceSpecialServiceRequestRequirementRefCombo
            //
            this.labelRequestServiceSpecialServiceRequestRequirementRefCombo.AutoSize = true;
            this.labelRequestServiceSpecialServiceRequestRequirementRefCombo.Location = new System.Drawing.Point(11, 105);
            this.labelRequestServiceSpecialServiceRequestRequirementRefCombo.Name     = "labelRequestServiceSpecialServiceRequestRequirementRefCombo";
            this.labelRequestServiceSpecialServiceRequestRequirementRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelRequestServiceSpecialServiceRequestRequirementRefCombo.TabIndex = 10;
            this.labelRequestServiceSpecialServiceRequestRequirementRefCombo.Text     = "Request Service Special Service Request Requirement:";
            //
            //requestServiceSpecialServiceRequestRequirementRefCombo
            //
            this.requestServiceSpecialServiceRequestRequirementRefCombo.Location = new System.Drawing.Point(357, 105);
            this.requestServiceSpecialServiceRequestRequirementRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.requestServiceSpecialServiceRequestRequirementRefCombo.Name     = "requestServiceSpecialServiceRequestRequirementRefCombo";
            this.requestServiceSpecialServiceRequestRequirementRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.requestServiceSpecialServiceRequestRequirementRefCombo.TabIndex = 11;
            //
            // labelReplyServiceSpecialServiceRequestRequirementRefCombo
            //
            this.labelReplyServiceSpecialServiceRequestRequirementRefCombo.AutoSize = true;
            this.labelReplyServiceSpecialServiceRequestRequirementRefCombo.Location = new System.Drawing.Point(11, 128);
            this.labelReplyServiceSpecialServiceRequestRequirementRefCombo.Name     = "labelReplyServiceSpecialServiceRequestRequirementRefCombo";
            this.labelReplyServiceSpecialServiceRequestRequirementRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelReplyServiceSpecialServiceRequestRequirementRefCombo.TabIndex = 12;
            this.labelReplyServiceSpecialServiceRequestRequirementRefCombo.Text     = "Reply Service Special Service Request Requirement:";
            //
            //replyServiceSpecialServiceRequestRequirementRefCombo
            //
            this.replyServiceSpecialServiceRequestRequirementRefCombo.Location = new System.Drawing.Point(357, 128);
            this.replyServiceSpecialServiceRequestRequirementRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.replyServiceSpecialServiceRequestRequirementRefCombo.Name     = "replyServiceSpecialServiceRequestRequirementRefCombo";
            this.replyServiceSpecialServiceRequestRequirementRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.replyServiceSpecialServiceRequestRequirementRefCombo.TabIndex = 13;
            //
            // labelServiceSpecialServiceRequestOperationRuleRefCombo
            //
            this.labelServiceSpecialServiceRequestOperationRuleRefCombo.AutoSize = true;
            this.labelServiceSpecialServiceRequestOperationRuleRefCombo.Location = new System.Drawing.Point(11, 151);
            this.labelServiceSpecialServiceRequestOperationRuleRefCombo.Name     = "labelServiceSpecialServiceRequestOperationRuleRefCombo";
            this.labelServiceSpecialServiceRequestOperationRuleRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelServiceSpecialServiceRequestOperationRuleRefCombo.TabIndex = 14;
            this.labelServiceSpecialServiceRequestOperationRuleRefCombo.Text     = "Service Special Service Request Operation Rule:";
            //
            //serviceSpecialServiceRequestOperationRuleRefCombo
            //
            this.serviceSpecialServiceRequestOperationRuleRefCombo.Location = new System.Drawing.Point(357, 151);
            this.serviceSpecialServiceRequestOperationRuleRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.serviceSpecialServiceRequestOperationRuleRefCombo.Name     = "serviceSpecialServiceRequestOperationRuleRefCombo";
            this.serviceSpecialServiceRequestOperationRuleRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.serviceSpecialServiceRequestOperationRuleRefCombo.TabIndex = 15;
            //
            // labelAmount
            //
            this.labelAmount.AutoSize = true;
            this.labelAmount.Location = new System.Drawing.Point(11, 174);
            this.labelAmount.Name     = "labelAmount";
            this.labelAmount.Size     = new System.Drawing.Size(71, 13);
            this.labelAmount.TabIndex = 16;
            this.labelAmount.Text     = "Amount:";
            //
            //maskedTextBoxAmount
            //
            this.maskedTextBoxAmount.Location = new System.Drawing.Point(357, 174);
            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 = 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(357, 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;
            //
            // labelFinancialCurrencyPicker
            //
            this.labelFinancialCurrencyPicker.AutoSize = true;
            this.labelFinancialCurrencyPicker.Location = new System.Drawing.Point(11, 220);
            this.labelFinancialCurrencyPicker.Name     = "labelFinancialCurrencyPicker";
            this.labelFinancialCurrencyPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCurrencyPicker.TabIndex = 20;
            this.labelFinancialCurrencyPicker.Text     = "Financial Currency:";
            //
            //financialCurrencyPicker
            //
            this.financialCurrencyPicker.Location = new System.Drawing.Point(357, 220);
            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 = 21;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 243);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 22;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 23;
            //
            // labelInventoryControlledFlag
            //
            this.labelInventoryControlledFlag.AutoSize = true;
            this.labelInventoryControlledFlag.Location = new System.Drawing.Point(11, 266);
            this.labelInventoryControlledFlag.Name     = "labelInventoryControlledFlag";
            this.labelInventoryControlledFlag.Size     = new System.Drawing.Size(71, 13);
            this.labelInventoryControlledFlag.TabIndex = 24;
            this.labelInventoryControlledFlag.Text     = "Inventory Controlled Flag:";
            //
            //checkBoxInventoryControlledFlag
            //
            this.checkBoxInventoryControlledFlag.Location = new System.Drawing.Point(357, 266);
            this.checkBoxInventoryControlledFlag.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.checkBoxInventoryControlledFlag.Name     = "checkBoxInventoryControlledFlag";
            this.checkBoxInventoryControlledFlag.Size     = new System.Drawing.Size(250, 20);
            this.checkBoxInventoryControlledFlag.TabIndex = 25;
            //
            // dataGridViewCrudeServiceSpecialServiceRequest
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeServiceSpecialServiceRequest.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeServiceSpecialServiceRequest.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.dataGridViewCrudeServiceSpecialServiceRequest.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeServiceSpecialServiceRequest.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeServiceSpecialServiceRequest.Location      = new System.Drawing.Point(12, 299);
            this.dataGridViewCrudeServiceSpecialServiceRequest.Name          = "dataGridViewCrudeServiceSpecialServiceRequest";
            this.dataGridViewCrudeServiceSpecialServiceRequest.Size          = new System.Drawing.Size(595, 96);
            this.dataGridViewCrudeServiceSpecialServiceRequest.TabIndex      = 0;
            this.dataGridViewCrudeServiceSpecialServiceRequest.ReadOnly      = true;
            this.dataGridViewCrudeServiceSpecialServiceRequest.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeServiceSpecialServiceRequest_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(515, 402);

            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);
            //
            // buttonCrudeServiceSpecialServiceRequestSearch
            //
            this.buttonCrudeServiceSpecialServiceRequestSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeServiceSpecialServiceRequestSearch.Location = new System.Drawing.Point(415, 402);
            this.buttonCrudeServiceSpecialServiceRequestSearch.Name     = "buttonCrudeServiceSpecialServiceRequestSearch";
            this.buttonCrudeServiceSpecialServiceRequestSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeServiceSpecialServiceRequestSearch.TabIndex = 2;
            this.buttonCrudeServiceSpecialServiceRequestSearch.Text     = "&Search";
            this.buttonCrudeServiceSpecialServiceRequestSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeServiceSpecialServiceRequestSearch.Click += new System.EventHandler(this.buttonCrudeServiceSpecialServiceRequestSearch_Click);
            //
            // buttonCrudeServiceSpecialServiceRequestAdd
            //
            this.buttonCrudeServiceSpecialServiceRequestAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeServiceSpecialServiceRequestAdd.Location = new System.Drawing.Point(315, 402);
            this.buttonCrudeServiceSpecialServiceRequestAdd.Name     = "buttonCrudeServiceSpecialServiceRequestAdd";
            this.buttonCrudeServiceSpecialServiceRequestAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeServiceSpecialServiceRequestAdd.TabIndex = 3;
            this.buttonCrudeServiceSpecialServiceRequestAdd.Text     = "&Add";
            this.buttonCrudeServiceSpecialServiceRequestAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeServiceSpecialServiceRequestAdd.Click += new System.EventHandler(this.buttonCrudeServiceSpecialServiceRequestAdd_Click);
            //
            // buttonCrudeServiceSpecialServiceRequestEdit
            //
            this.buttonCrudeServiceSpecialServiceRequestEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeServiceSpecialServiceRequestEdit.Location = new System.Drawing.Point(215, 402);
            this.buttonCrudeServiceSpecialServiceRequestEdit.Name     = "buttonCrudeServiceSpecialServiceRequestEdit";
            this.buttonCrudeServiceSpecialServiceRequestEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeServiceSpecialServiceRequestEdit.TabIndex = 4;
            this.buttonCrudeServiceSpecialServiceRequestEdit.Text     = "&Edit";
            this.buttonCrudeServiceSpecialServiceRequestEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeServiceSpecialServiceRequestEdit.Click += new System.EventHandler(this.buttonCrudeServiceSpecialServiceRequestEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(619, 430);
            this.Controls.Add(this.buttonCrudeServiceSpecialServiceRequestSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeServiceSpecialServiceRequestAdd);
            this.Controls.Add(this.buttonCrudeServiceSpecialServiceRequestEdit);
            this.Controls.Add(this.dataGridViewCrudeServiceSpecialServiceRequest);
            this.Name = "CrudeServiceSpecialServiceRequestSearch";
            this.Text = "Service Special Service Request Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeServiceSpecialServiceRequest)).EndInit();
            this.Controls.Add(this.labelServiceSpecialServiceRequestName);
            this.Controls.Add(this.textBoxServiceSpecialServiceRequestName);
            this.Controls.Add(this.labelServiceSpecialServiceRequestGroupRefCombo);
            this.Controls.Add(this.serviceSpecialServiceRequestGroupRefCombo);
            this.Controls.Add(this.labelServiceSpecialServiceRequestCode);
            this.Controls.Add(this.textBoxServiceSpecialServiceRequestCode);
            this.Controls.Add(this.labelServiceDescription);
            this.Controls.Add(this.textBoxServiceDescription);
            this.Controls.Add(this.labelRequestServiceSpecialServiceRequestRequirementRefCombo);
            this.Controls.Add(this.requestServiceSpecialServiceRequestRequirementRefCombo);
            this.Controls.Add(this.labelReplyServiceSpecialServiceRequestRequirementRefCombo);
            this.Controls.Add(this.replyServiceSpecialServiceRequestRequirementRefCombo);
            this.Controls.Add(this.labelServiceSpecialServiceRequestOperationRuleRefCombo);
            this.Controls.Add(this.serviceSpecialServiceRequestOperationRuleRefCombo);
            this.Controls.Add(this.labelAmount);
            this.Controls.Add(this.maskedTextBoxAmount);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.Controls.Add(this.labelFinancialCurrencyPicker);
            this.Controls.Add(this.financialCurrencyPicker);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.Controls.Add(this.labelInventoryControlledFlag);
            this.Controls.Add(this.checkBoxInventoryControlledFlag);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
コード例 #10
0
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonCrudeServicePackagePromotionAdd    = new System.Windows.Forms.Button();
            this.buttonCrudeServicePackagePromotionEdit   = new System.Windows.Forms.Button();
            this.buttonCrudeServicePackagePromotionSearch = new System.Windows.Forms.Button();
            this.dataGridViewCrudeServicePackagePromotion = new System.Windows.Forms.DataGridView();
            this.labelPromotionPriceAmount         = new System.Windows.Forms.Label();
            this.maskedTextBoxPromotionPriceAmount = new System.Windows.Forms.MaskedTextBox();
            this.labelDateTime                = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime       = new System.Windows.Forms.TextBox();
            this.labelServicePackagePicker    = new System.Windows.Forms.Label();
            this.servicePackagePicker         = new ServicePackagePicker();
            this.labelFinancialCurrencyPicker = new System.Windows.Forms.Label();
            this.financialCurrencyPicker      = new FinancialCurrencyPicker();
            this.labelUserPicker              = new System.Windows.Forms.Label();
            this.userPicker        = new DefaultUserPicker();
            this.labelClientPicker = new System.Windows.Forms.Label();
            this.clientPicker      = new ClientPicker();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeServicePackagePromotion)).BeginInit();
            this.SuspendLayout();
            //
            // labelPromotionPriceAmount
            //
            this.labelPromotionPriceAmount.AutoSize = true;
            this.labelPromotionPriceAmount.Location = new System.Drawing.Point(11, 13);
            this.labelPromotionPriceAmount.Name     = "labelPromotionPriceAmount";
            this.labelPromotionPriceAmount.Size     = new System.Drawing.Size(71, 13);
            this.labelPromotionPriceAmount.TabIndex = 2;
            this.labelPromotionPriceAmount.Text     = "Promotion Price Amount:";
            //
            //maskedTextBoxPromotionPriceAmount
            //
            this.maskedTextBoxPromotionPriceAmount.Location = new System.Drawing.Point(154, 13);
            this.maskedTextBoxPromotionPriceAmount.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxPromotionPriceAmount.Name     = "maskedTextBoxPromotionPriceAmount";
            this.maskedTextBoxPromotionPriceAmount.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxPromotionPriceAmount.TabIndex = 3;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 36);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 4;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(154, 36);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 5;
            //
            // labelServicePackagePicker
            //
            this.labelServicePackagePicker.AutoSize = true;
            this.labelServicePackagePicker.Location = new System.Drawing.Point(11, 59);
            this.labelServicePackagePicker.Name     = "labelServicePackagePicker";
            this.labelServicePackagePicker.Size     = new System.Drawing.Size(71, 13);
            this.labelServicePackagePicker.TabIndex = 6;
            this.labelServicePackagePicker.Text     = "Service Package:";
            //
            //servicePackagePicker
            //
            this.servicePackagePicker.Location = new System.Drawing.Point(154, 59);
            this.servicePackagePicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.servicePackagePicker.Name     = "servicePackagePicker";
            this.servicePackagePicker.Size     = new System.Drawing.Size(250, 20);
            this.servicePackagePicker.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(154, 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;
            //
            // labelClientPicker
            //
            this.labelClientPicker.AutoSize = true;
            this.labelClientPicker.Location = new System.Drawing.Point(11, 128);
            this.labelClientPicker.Name     = "labelClientPicker";
            this.labelClientPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelClientPicker.TabIndex = 12;
            this.labelClientPicker.Text     = "Client:";
            //
            //clientPicker
            //
            this.clientPicker.Location = new System.Drawing.Point(154, 128);
            this.clientPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.clientPicker.Name     = "clientPicker";
            this.clientPicker.Size     = new System.Drawing.Size(250, 20);
            this.clientPicker.TabIndex = 13;
            //
            // dataGridViewCrudeServicePackagePromotion
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeServicePackagePromotion.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeServicePackagePromotion.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.dataGridViewCrudeServicePackagePromotion.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeServicePackagePromotion.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeServicePackagePromotion.Location      = new System.Drawing.Point(12, 161);
            this.dataGridViewCrudeServicePackagePromotion.Name          = "dataGridViewCrudeServicePackagePromotion";
            this.dataGridViewCrudeServicePackagePromotion.Size          = new System.Drawing.Size(392, 96);
            this.dataGridViewCrudeServicePackagePromotion.TabIndex      = 0;
            this.dataGridViewCrudeServicePackagePromotion.ReadOnly      = true;
            this.dataGridViewCrudeServicePackagePromotion.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeServicePackagePromotion_DoubleClick);
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(312, 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);
            //
            // buttonCrudeServicePackagePromotionSearch
            //
            this.buttonCrudeServicePackagePromotionSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeServicePackagePromotionSearch.Location = new System.Drawing.Point(212, 264);
            this.buttonCrudeServicePackagePromotionSearch.Name     = "buttonCrudeServicePackagePromotionSearch";
            this.buttonCrudeServicePackagePromotionSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeServicePackagePromotionSearch.TabIndex = 2;
            this.buttonCrudeServicePackagePromotionSearch.Text     = "&Search";
            this.buttonCrudeServicePackagePromotionSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeServicePackagePromotionSearch.Click += new System.EventHandler(this.buttonCrudeServicePackagePromotionSearch_Click);
            //
            // buttonCrudeServicePackagePromotionAdd
            //
            this.buttonCrudeServicePackagePromotionAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeServicePackagePromotionAdd.Location = new System.Drawing.Point(112, 264);
            this.buttonCrudeServicePackagePromotionAdd.Name     = "buttonCrudeServicePackagePromotionAdd";
            this.buttonCrudeServicePackagePromotionAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeServicePackagePromotionAdd.TabIndex = 3;
            this.buttonCrudeServicePackagePromotionAdd.Text     = "&Add";
            this.buttonCrudeServicePackagePromotionAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeServicePackagePromotionAdd.Click += new System.EventHandler(this.buttonCrudeServicePackagePromotionAdd_Click);
            //
            // buttonCrudeServicePackagePromotionEdit
            //
            this.buttonCrudeServicePackagePromotionEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeServicePackagePromotionEdit.Location = new System.Drawing.Point(12, 264);
            this.buttonCrudeServicePackagePromotionEdit.Name     = "buttonCrudeServicePackagePromotionEdit";
            this.buttonCrudeServicePackagePromotionEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeServicePackagePromotionEdit.TabIndex = 4;
            this.buttonCrudeServicePackagePromotionEdit.Text     = "&Edit";
            this.buttonCrudeServicePackagePromotionEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeServicePackagePromotionEdit.Click += new System.EventHandler(this.buttonCrudeServicePackagePromotionEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(416, 292);
            this.Controls.Add(this.buttonCrudeServicePackagePromotionSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeServicePackagePromotionAdd);
            this.Controls.Add(this.buttonCrudeServicePackagePromotionEdit);
            this.Controls.Add(this.dataGridViewCrudeServicePackagePromotion);
            this.Name = "CrudeServicePackagePromotionSearch";
            this.Text = "Service Package Promotion Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeServicePackagePromotion)).EndInit();
            this.Controls.Add(this.labelPromotionPriceAmount);
            this.Controls.Add(this.maskedTextBoxPromotionPriceAmount);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.Controls.Add(this.labelServicePackagePicker);
            this.Controls.Add(this.servicePackagePicker);
            this.Controls.Add(this.labelFinancialCurrencyPicker);
            this.Controls.Add(this.financialCurrencyPicker);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.Controls.Add(this.labelClientPicker);
            this.Controls.Add(this.clientPicker);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
コード例 #11
0
        private void InitializeComponent()
        {
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonSave  = new System.Windows.Forms.Button();
            this.labelFinancialBankAccountNumberTypeRefCombo = new System.Windows.Forms.Label();
            this.financialBankAccountNumberTypeRefCombo      = new FinancialBankAccountNumberTypeRefCombo();
            this.labelBankName                = new System.Windows.Forms.Label();
            this.textBoxBankName              = new System.Windows.Forms.TextBox();
            this.labelBankAccount             = new System.Windows.Forms.Label();
            this.textBoxBankAccount           = new System.Windows.Forms.TextBox();
            this.labelBankNumber              = new System.Windows.Forms.Label();
            this.textBoxBankNumber            = new System.Windows.Forms.TextBox();
            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();
            //
            // labelFinancialBankAccountNumberTypeRefCombo
            //
            this.labelFinancialBankAccountNumberTypeRefCombo.AutoSize = true;
            this.labelFinancialBankAccountNumberTypeRefCombo.Location = new System.Drawing.Point(11, 13);
            this.labelFinancialBankAccountNumberTypeRefCombo.Name     = "labelFinancialBankAccountNumberTypeRefCombo";
            this.labelFinancialBankAccountNumberTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialBankAccountNumberTypeRefCombo.TabIndex = 2;
            this.labelFinancialBankAccountNumberTypeRefCombo.Text     = "Financial Bank Account Number Type:";
            //
            //financialBankAccountNumberTypeRefCombo
            //
            this.financialBankAccountNumberTypeRefCombo.Location = new System.Drawing.Point(238, 13);
            this.financialBankAccountNumberTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialBankAccountNumberTypeRefCombo.Name     = "financialBankAccountNumberTypeRefCombo";
            this.financialBankAccountNumberTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.financialBankAccountNumberTypeRefCombo.TabIndex = 3;
            //
            // labelBankName
            //
            this.labelBankName.AutoSize = true;
            this.labelBankName.Location = new System.Drawing.Point(11, 36);
            this.labelBankName.Name     = "labelBankName";
            this.labelBankName.Size     = new System.Drawing.Size(71, 13);
            this.labelBankName.TabIndex = 4;
            this.labelBankName.Text     = "Bank Name:";
            //
            //textBoxBankName
            //
            this.textBoxBankName.Location = new System.Drawing.Point(238, 36);
            this.textBoxBankName.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxBankName.Name     = "textBoxBankName";
            this.textBoxBankName.Size     = new System.Drawing.Size(250, 20);
            this.textBoxBankName.TabIndex = 5;
            //
            // labelBankAccount
            //
            this.labelBankAccount.AutoSize = true;
            this.labelBankAccount.Location = new System.Drawing.Point(11, 59);
            this.labelBankAccount.Name     = "labelBankAccount";
            this.labelBankAccount.Size     = new System.Drawing.Size(71, 13);
            this.labelBankAccount.TabIndex = 6;
            this.labelBankAccount.Text     = "Bank Account:";
            //
            //textBoxBankAccount
            //
            this.textBoxBankAccount.Location = new System.Drawing.Point(238, 59);
            this.textBoxBankAccount.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxBankAccount.Name     = "textBoxBankAccount";
            this.textBoxBankAccount.Size     = new System.Drawing.Size(250, 20);
            this.textBoxBankAccount.TabIndex = 7;
            //
            // labelBankNumber
            //
            this.labelBankNumber.AutoSize = true;
            this.labelBankNumber.Location = new System.Drawing.Point(11, 82);
            this.labelBankNumber.Name     = "labelBankNumber";
            this.labelBankNumber.Size     = new System.Drawing.Size(71, 13);
            this.labelBankNumber.TabIndex = 8;
            this.labelBankNumber.Text     = "Bank Number:";
            //
            //textBoxBankNumber
            //
            this.textBoxBankNumber.Location = new System.Drawing.Point(238, 82);
            this.textBoxBankNumber.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxBankNumber.Name     = "textBoxBankNumber";
            this.textBoxBankNumber.Size     = new System.Drawing.Size(250, 20);
            this.textBoxBankNumber.TabIndex = 9;
            //
            // labelAmount
            //
            this.labelAmount.AutoSize = true;
            this.labelAmount.Location = new System.Drawing.Point(11, 105);
            this.labelAmount.Name     = "labelAmount";
            this.labelAmount.Size     = new System.Drawing.Size(71, 13);
            this.labelAmount.TabIndex = 10;
            this.labelAmount.Text     = "Amount:";
            //
            //maskedTextBoxAmount
            //
            this.maskedTextBoxAmount.Location = new System.Drawing.Point(238, 105);
            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 = 11;
            //
            // labelFinancialCurrencyPicker
            //
            this.labelFinancialCurrencyPicker.AutoSize = true;
            this.labelFinancialCurrencyPicker.Location = new System.Drawing.Point(11, 128);
            this.labelFinancialCurrencyPicker.Name     = "labelFinancialCurrencyPicker";
            this.labelFinancialCurrencyPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCurrencyPicker.TabIndex = 12;
            this.labelFinancialCurrencyPicker.Text     = "Financial Currency:";
            //
            //financialCurrencyPicker
            //
            this.financialCurrencyPicker.Location = new System.Drawing.Point(238, 128);
            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 = 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(238, 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(396, 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(296, 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(500, 225);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeFinancialPaymentBankEdit";
            this.Text = "Financial Payment Bank Edit";
            this.Controls.Add(this.labelFinancialBankAccountNumberTypeRefCombo);
            this.Controls.Add(this.financialBankAccountNumberTypeRefCombo);
            this.Controls.Add(this.labelBankName);
            this.Controls.Add(this.textBoxBankName);
            this.Controls.Add(this.labelBankAccount);
            this.Controls.Add(this.textBoxBankAccount);
            this.Controls.Add(this.labelBankNumber);
            this.Controls.Add(this.textBoxBankNumber);
            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();
        }
コード例 #12
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();
        }