예제 #1
0
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonCrudeFinancialAdjustmentAdd    = new System.Windows.Forms.Button();
            this.buttonCrudeFinancialAdjustmentEdit   = new System.Windows.Forms.Button();
            this.buttonCrudeFinancialAdjustmentSearch = new System.Windows.Forms.Button();
            this.dataGridViewCrudeFinancialAdjustment = new System.Windows.Forms.DataGridView();
            this.labelFinancialAdjustmentTypeRefCombo = new System.Windows.Forms.Label();
            this.financialAdjustmentTypeRefCombo      = new FinancialAdjustmentTypeRefCombo();
            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.dataGridViewCrudeFinancialAdjustment)).BeginInit();
            this.SuspendLayout();
            //
            // labelFinancialAdjustmentTypeRefCombo
            //
            this.labelFinancialAdjustmentTypeRefCombo.AutoSize = true;
            this.labelFinancialAdjustmentTypeRefCombo.Location = new System.Drawing.Point(11, 13);
            this.labelFinancialAdjustmentTypeRefCombo.Name     = "labelFinancialAdjustmentTypeRefCombo";
            this.labelFinancialAdjustmentTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialAdjustmentTypeRefCombo.TabIndex = 2;
            this.labelFinancialAdjustmentTypeRefCombo.Text     = "Financial Adjustment Type:";
            //
            //financialAdjustmentTypeRefCombo
            //
            this.financialAdjustmentTypeRefCombo.Location = new System.Drawing.Point(175, 13);
            this.financialAdjustmentTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialAdjustmentTypeRefCombo.Name     = "financialAdjustmentTypeRefCombo";
            this.financialAdjustmentTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.financialAdjustmentTypeRefCombo.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(175, 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(175, 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(175, 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;
            //
            // dataGridViewCrudeFinancialAdjustment
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeFinancialAdjustment.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeFinancialAdjustment.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.dataGridViewCrudeFinancialAdjustment.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeFinancialAdjustment.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeFinancialAdjustment.Location      = new System.Drawing.Point(12, 138);
            this.dataGridViewCrudeFinancialAdjustment.Name          = "dataGridViewCrudeFinancialAdjustment";
            this.dataGridViewCrudeFinancialAdjustment.Size          = new System.Drawing.Size(413, 96);
            this.dataGridViewCrudeFinancialAdjustment.TabIndex      = 0;
            this.dataGridViewCrudeFinancialAdjustment.ReadOnly      = true;
            this.dataGridViewCrudeFinancialAdjustment.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeFinancialAdjustment_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, 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);
            //
            // buttonCrudeFinancialAdjustmentSearch
            //
            this.buttonCrudeFinancialAdjustmentSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFinancialAdjustmentSearch.Location = new System.Drawing.Point(233, 241);
            this.buttonCrudeFinancialAdjustmentSearch.Name     = "buttonCrudeFinancialAdjustmentSearch";
            this.buttonCrudeFinancialAdjustmentSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFinancialAdjustmentSearch.TabIndex = 2;
            this.buttonCrudeFinancialAdjustmentSearch.Text     = "&Search";
            this.buttonCrudeFinancialAdjustmentSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeFinancialAdjustmentSearch.Click += new System.EventHandler(this.buttonCrudeFinancialAdjustmentSearch_Click);
            //
            // buttonCrudeFinancialAdjustmentAdd
            //
            this.buttonCrudeFinancialAdjustmentAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFinancialAdjustmentAdd.Location = new System.Drawing.Point(133, 241);
            this.buttonCrudeFinancialAdjustmentAdd.Name     = "buttonCrudeFinancialAdjustmentAdd";
            this.buttonCrudeFinancialAdjustmentAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFinancialAdjustmentAdd.TabIndex = 3;
            this.buttonCrudeFinancialAdjustmentAdd.Text     = "&Add";
            this.buttonCrudeFinancialAdjustmentAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeFinancialAdjustmentAdd.Click += new System.EventHandler(this.buttonCrudeFinancialAdjustmentAdd_Click);
            //
            // buttonCrudeFinancialAdjustmentEdit
            //
            this.buttonCrudeFinancialAdjustmentEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFinancialAdjustmentEdit.Location = new System.Drawing.Point(33, 241);
            this.buttonCrudeFinancialAdjustmentEdit.Name     = "buttonCrudeFinancialAdjustmentEdit";
            this.buttonCrudeFinancialAdjustmentEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFinancialAdjustmentEdit.TabIndex = 4;
            this.buttonCrudeFinancialAdjustmentEdit.Text     = "&Edit";
            this.buttonCrudeFinancialAdjustmentEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeFinancialAdjustmentEdit.Click += new System.EventHandler(this.buttonCrudeFinancialAdjustmentEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(437, 269);
            this.Controls.Add(this.buttonCrudeFinancialAdjustmentSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeFinancialAdjustmentAdd);
            this.Controls.Add(this.buttonCrudeFinancialAdjustmentEdit);
            this.Controls.Add(this.dataGridViewCrudeFinancialAdjustment);
            this.Name = "CrudeFinancialAdjustmentSearch";
            this.Text = "Financial Adjustment Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeFinancialAdjustment)).EndInit();
            this.Controls.Add(this.labelFinancialAdjustmentTypeRefCombo);
            this.Controls.Add(this.financialAdjustmentTypeRefCombo);
            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()
        {
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonSave  = new System.Windows.Forms.Button();
            this.labelFinancialAdjustmentTypeRefCombo = new System.Windows.Forms.Label();
            this.financialAdjustmentTypeRefCombo      = new FinancialAdjustmentTypeRefCombo();
            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();
            //
            // labelFinancialAdjustmentTypeRefCombo
            //
            this.labelFinancialAdjustmentTypeRefCombo.AutoSize = true;
            this.labelFinancialAdjustmentTypeRefCombo.Location = new System.Drawing.Point(11, 13);
            this.labelFinancialAdjustmentTypeRefCombo.Name     = "labelFinancialAdjustmentTypeRefCombo";
            this.labelFinancialAdjustmentTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialAdjustmentTypeRefCombo.TabIndex = 2;
            this.labelFinancialAdjustmentTypeRefCombo.Text     = "Financial Adjustment Type:";
            //
            //financialAdjustmentTypeRefCombo
            //
            this.financialAdjustmentTypeRefCombo.Location = new System.Drawing.Point(175, 13);
            this.financialAdjustmentTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialAdjustmentTypeRefCombo.Name     = "financialAdjustmentTypeRefCombo";
            this.financialAdjustmentTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.financialAdjustmentTypeRefCombo.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(175, 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;
            //
            // labelFinancialCurrencyPicker
            //
            this.labelFinancialCurrencyPicker.AutoSize = true;
            this.labelFinancialCurrencyPicker.Location = new System.Drawing.Point(11, 59);
            this.labelFinancialCurrencyPicker.Name     = "labelFinancialCurrencyPicker";
            this.labelFinancialCurrencyPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCurrencyPicker.TabIndex = 6;
            this.labelFinancialCurrencyPicker.Text     = "Financial Currency:";
            //
            //financialCurrencyPicker
            //
            this.financialCurrencyPicker.Location = new System.Drawing.Point(175, 59);
            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 = 7;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 82);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 8;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 9;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 105);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 10;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(175, 105);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 11;
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(333, 128);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(233, 128);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(437, 156);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeFinancialAdjustmentEdit";
            this.Text = "Financial Adjustment Edit";
            this.Controls.Add(this.labelFinancialAdjustmentTypeRefCombo);
            this.Controls.Add(this.financialAdjustmentTypeRefCombo);
            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();
        }