Пример #1
0
 private void InitializeComponent()
 {
     this.label1 = new System.Windows.Forms.Label();
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnAccept = new System.Windows.Forms.Button();
     this.cbOwnersPrimary = new System.Windows.Forms.CheckBox();
     this.gbOwner = new System.Windows.Forms.GroupBox();
     this.label2 = new System.Windows.Forms.Label();
     this.mtbAccountNumber = new System.Windows.Forms.MaskedTextBox();
     this.selectBank = new SelectBank();
     this.selectOwner = new SelectOwner();
     this.gbOwner.SuspendLayout();
     base.SuspendLayout();
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(9, 8));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x87, 13));
     this.label1.set_TabIndex(0x3d);
     this.label1.set_Text("Номер расчётного счёта:");
     this.btnCancel.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnCancel.set_DialogResult(System.Windows.Forms.DialogResult.Cancel);
     this.btnCancel.set_Location(new System.Drawing.Point(0xe8, 0xc5));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(70, 0x17));
     this.btnCancel.set_TabIndex(60);
     this.btnCancel.set_Text("Отмена");
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.btnAccept.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnAccept.set_Location(new System.Drawing.Point(0x9c, 0xc5));
     this.btnAccept.set_Name("btnAccept");
     this.btnAccept.set_Size(new System.Drawing.Size(70, 0x17));
     this.btnAccept.set_TabIndex(50);
     this.btnAccept.set_UseVisualStyleBackColor(true);
     this.btnAccept.add_Click(new System.EventHandler(this.btnAccept_Click));
     this.cbOwnersPrimary.set_AutoSize(true);
     this.cbOwnersPrimary.set_Location(new System.Drawing.Point(0xc9, 0x1a));
     this.cbOwnersPrimary.set_Name("cbOwnersPrimary");
     this.cbOwnersPrimary.set_Size(new System.Drawing.Size(0x65, 0x11));
     this.cbOwnersPrimary.set_TabIndex(20);
     this.cbOwnersPrimary.set_Text("Основной счёт");
     this.cbOwnersPrimary.set_UseVisualStyleBackColor(true);
     this.gbOwner.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.gbOwner.Controls.Add(this.selectOwner);
     this.gbOwner.set_Location(new System.Drawing.Point(12, 50));
     this.gbOwner.set_Name("gbOwner");
     this.gbOwner.set_Size(new System.Drawing.Size(290, 100));
     this.gbOwner.set_TabIndex(30);
     this.gbOwner.set_TabStop(false);
     this.gbOwner.set_Text("Владелец");
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(9, 0x99));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x23, 13));
     this.label2.set_TabIndex(0x5e);
     this.label2.set_Text("Банк:");
     this.mtbAccountNumber.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.mtbAccountNumber.set_BeepOnError(true);
     this.mtbAccountNumber.set_Location(new System.Drawing.Point(12, 0x18));
     this.mtbAccountNumber.set_Mask("00000000000000000000");
     this.mtbAccountNumber.set_Name("mtbAccountNumber");
     this.mtbAccountNumber.set_ResetOnSpace(false);
     this.mtbAccountNumber.set_Size(new System.Drawing.Size(0xb7, 20));
     this.mtbAccountNumber.set_TabIndex(10);
     this.selectBank.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectBank.set_Location(new System.Drawing.Point(12, 0xa9));
     this.selectBank.set_Name("selectBank");
     this.selectBank.set_Size(new System.Drawing.Size(290, 20));
     this.selectBank.set_TabIndex(40);
     this.selectOwner.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.selectOwner.set_Location(new System.Drawing.Point(3, 0x10));
     this.selectOwner.set_Margin(new System.Windows.Forms.Padding(4));
     this.selectOwner.set_Name("selectOwner");
     this.selectOwner.set_Size(new System.Drawing.Size(0x11c, 0x51));
     this.selectOwner.set_TabIndex(30);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x13a, 0xe8));
     base.Controls.Add(this.mtbAccountNumber);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.selectBank);
     base.Controls.Add(this.cbOwnersPrimary);
     base.Controls.Add(this.gbOwner);
     base.Controls.Add(this.btnAccept);
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.label1);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedDialog);
     base.set_MaximizeBox(false);
     this.set_MinimumSize(new System.Drawing.Size(320, 260));
     base.set_Name("AddChangeBankAccountForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     base.add_Load(new System.EventHandler(this.AddChangeBankAccountForm_Load));
     this.gbOwner.ResumeLayout(false);
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Пример #2
0
 private void InitializeComponent()
 {
     this.components = new Container();
     System.Windows.Forms.DataGridViewCellStyle style = new System.Windows.Forms.DataGridViewCellStyle();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(BankAccountsForm));
     this.dgvBankAccounts = new System.Windows.Forms.DataGridView();
     this.label1 = new System.Windows.Forms.Label();
     this.gbFilter = new System.Windows.Forms.GroupBox();
     this.mtbAccountNumber = new System.Windows.Forms.MaskedTextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.cbOwnersPrimary = new System.Windows.Forms.CheckBox();
     this.gbOwner = new System.Windows.Forms.GroupBox();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.tsBtnSearch = new System.Windows.Forms.ToolStripButton();
     this.tsBtnFilterHide = new System.Windows.Forms.ToolStripButton();
     this.tsBtnErase = new System.Windows.Forms.ToolStripButton();
     this.tsBtnAdd = new System.Windows.Forms.ToolStripButton();
     this.tsBtnEdit = new System.Windows.Forms.ToolStripButton();
     this.tsBtnDelete = new System.Windows.Forms.ToolStripButton();
     this.isPrimaryDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.bsBankAccounts = new System.Windows.Forms.BindingSource(this.components);
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.accountNumberDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ownerNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bankNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.BankCity = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.selectBank = new SelectBank();
     this.selectOwner = new SelectOwner();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tbnApply = new System.Windows.Forms.ToolStripButton();
     this.dgvBankAccounts.BeginInit();
     this.gbFilter.SuspendLayout();
     this.gbOwner.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.bsBankAccounts.BeginInit();
     base.SuspendLayout();
     this.dgvBankAccounts.set_AllowUserToAddRows(false);
     this.dgvBankAccounts.set_AllowUserToDeleteRows(false);
     this.dgvBankAccounts.set_AllowUserToResizeRows(false);
     this.dgvBankAccounts.set_AutoGenerateColumns(false);
     this.dgvBankAccounts.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill);
     this.dgvBankAccounts.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     style.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter);
     style.set_BackColor(System.Drawing.SystemColors.Control);
     style.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     style.set_ForeColor(System.Drawing.SystemColors.WindowText);
     style.set_SelectionBackColor(System.Drawing.SystemColors.Highlight);
     style.set_SelectionForeColor(System.Drawing.SystemColors.HighlightText);
     style.set_WrapMode(System.Windows.Forms.DataGridViewTriState.True);
     this.dgvBankAccounts.set_ColumnHeadersDefaultCellStyle(style);
     this.dgvBankAccounts.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvBankAccounts.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.isPrimaryDataGridViewCheckBoxColumn, this.accountNumberDataGridViewTextBoxColumn, this.ownerNameDataGridViewTextBoxColumn, this.bankNameDataGridViewTextBoxColumn, this.BankCity });
     this.dgvBankAccounts.set_DataSource(this.bsBankAccounts);
     this.dgvBankAccounts.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvBankAccounts.set_Location(new System.Drawing.Point(0, 0x8d));
     this.dgvBankAccounts.set_MultiSelect(false);
     this.dgvBankAccounts.set_Name("dgvBankAccounts");
     this.dgvBankAccounts.set_ReadOnly(true);
     this.dgvBankAccounts.set_RowHeadersVisible(false);
     this.dgvBankAccounts.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvBankAccounts.set_Size(new System.Drawing.Size(0x216, 0x79));
     this.dgvBankAccounts.set_TabIndex(50);
     this.dgvBankAccounts.add_CellDoubleClick(new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvBanks_CellDoubleClick));
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(6, 0x10));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x87, 13));
     this.label1.set_TabIndex(1);
     this.label1.set_Text("Номер расчётного счёта:");
     this.gbFilter.Controls.Add(this.mtbAccountNumber);
     this.gbFilter.Controls.Add(this.selectBank);
     this.gbFilter.Controls.Add(this.label2);
     this.gbFilter.Controls.Add(this.cbOwnersPrimary);
     this.gbFilter.Controls.Add(this.gbOwner);
     this.gbFilter.Controls.Add(this.label1);
     this.gbFilter.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.gbFilter.set_Location(new System.Drawing.Point(0, 0));
     this.gbFilter.set_Name("gbFilter");
     this.gbFilter.set_Size(new System.Drawing.Size(0x216, 0x74));
     this.gbFilter.set_TabIndex(0);
     this.gbFilter.set_TabStop(false);
     this.gbFilter.set_Text("Фильтр");
     this.mtbAccountNumber.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.mtbAccountNumber.set_BeepOnError(true);
     this.mtbAccountNumber.set_Location(new System.Drawing.Point(9, 0x20));
     this.mtbAccountNumber.set_Mask("00000000000000000000");
     this.mtbAccountNumber.set_Name("mtbAccountNumber");
     this.mtbAccountNumber.set_ResetOnSpace(false);
     this.mtbAccountNumber.set_Size(new System.Drawing.Size(0xf3, 20));
     this.mtbAccountNumber.set_TabIndex(10);
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(6, 0x37));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x23, 13));
     this.label2.set_TabIndex(15);
     this.label2.set_Text("Банк:");
     this.cbOwnersPrimary.set_AutoSize(true);
     this.cbOwnersPrimary.set_Location(new System.Drawing.Point(12, 0x60));
     this.cbOwnersPrimary.set_Name("cbOwnersPrimary");
     this.cbOwnersPrimary.set_Size(new System.Drawing.Size(0x93, 0x11));
     this.cbOwnersPrimary.set_TabIndex(30);
     this.cbOwnersPrimary.set_Text("Только основные счета");
     this.cbOwnersPrimary.set_UseVisualStyleBackColor(true);
     this.gbOwner.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.gbOwner.Controls.Add(this.selectOwner);
     this.gbOwner.set_Location(new System.Drawing.Point(0x102, 12));
     this.gbOwner.set_Name("gbOwner");
     this.gbOwner.set_Size(new System.Drawing.Size(270, 100));
     this.gbOwner.set_TabIndex(40);
     this.gbOwner.set_TabStop(false);
     this.gbOwner.set_Text("Владелец");
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsBtnSearch, this.tsBtnFilterHide, this.tsBtnErase, this.tsBtnAdd, this.tsBtnEdit, this.tsBtnDelete, this.toolStripSeparator1, this.tbnApply });
     this.toolStrip1.set_Location(new System.Drawing.Point(0, 0x74));
     this.toolStrip1.set_Name("toolStrip1");
     this.toolStrip1.set_Size(new System.Drawing.Size(0x216, 0x19));
     this.toolStrip1.set_TabIndex(70);
     this.toolStrip1.set_Text("toolStrip1");
     this.tsBtnSearch.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsBtnSearch.set_Image((System.Drawing.Image) manager.GetObject("tsBtnSearch.Image"));
     this.tsBtnSearch.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnSearch.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnSearch.set_Name("tsBtnSearch");
     this.tsBtnSearch.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsBtnSearch.set_Text("Найти счета");
     this.tsBtnSearch.add_Click(new System.EventHandler(this.tsBtnSearch_Click));
     this.tsBtnFilterHide.set_Checked(true);
     this.tsBtnFilterHide.set_CheckOnClick(true);
     this.tsBtnFilterHide.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.tsBtnFilterHide.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsBtnFilterHide.set_Image((System.Drawing.Image) manager.GetObject("tsBtnFilterHide.Image"));
     this.tsBtnFilterHide.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnFilterHide.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnFilterHide.set_Name("tsBtnFilterHide");
     this.tsBtnFilterHide.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsBtnFilterHide.set_Text("Скрыть/отобразить настройки фильтра");
     this.tsBtnFilterHide.add_Click(new System.EventHandler(this.tsBtnFilterHide_Click));
     this.tsBtnErase.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsBtnErase.set_Image((System.Drawing.Image) manager.GetObject("tsBtnErase.Image"));
     this.tsBtnErase.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnErase.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnErase.set_Name("tsBtnErase");
     this.tsBtnErase.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsBtnErase.set_Text("Очистить поля фильтра");
     this.tsBtnErase.add_Click(new System.EventHandler(this.tsBtnErase_Click));
     this.tsBtnAdd.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsBtnAdd.set_Image((System.Drawing.Image) manager.GetObject("tsBtnAdd.Image"));
     this.tsBtnAdd.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnAdd.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnAdd.set_Name("tsBtnAdd");
     this.tsBtnAdd.set_Size(new System.Drawing.Size(0x18, 0x16));
     this.tsBtnAdd.set_Text("Добавить счёт");
     this.tsBtnAdd.add_Click(new System.EventHandler(this.tsBtnAdd_Click));
     this.tsBtnEdit.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsBtnEdit.set_Image((System.Drawing.Image) manager.GetObject("tsBtnEdit.Image"));
     this.tsBtnEdit.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnEdit.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnEdit.set_Name("tsBtnEdit");
     this.tsBtnEdit.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsBtnEdit.set_Text("Изменить счёт");
     this.tsBtnEdit.add_Click(new System.EventHandler(this.tsBtnEdit_Click));
     this.tsBtnDelete.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsBtnDelete.set_Image((System.Drawing.Image) manager.GetObject("tsBtnDelete.Image"));
     this.tsBtnDelete.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnDelete.set_Name("tsBtnDelete");
     this.tsBtnDelete.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsBtnDelete.set_Text("Удалить счёт");
     this.tsBtnDelete.add_Click(new System.EventHandler(this.tsBtnDelete_Click));
     this.isPrimaryDataGridViewCheckBoxColumn.set_DataPropertyName("IsPrimary");
     this.isPrimaryDataGridViewCheckBoxColumn.set_HeaderText("Основной");
     this.isPrimaryDataGridViewCheckBoxColumn.set_Name("isPrimaryDataGridViewCheckBoxColumn");
     this.isPrimaryDataGridViewCheckBoxColumn.set_ReadOnly(true);
     this.bsBankAccounts.set_DataSource(typeof(BankAccount));
     this.dataGridViewTextBoxColumn1.set_DataPropertyName("AccountNumber");
     this.dataGridViewTextBoxColumn1.set_HeaderText("Номер лицевого счёта");
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn1.set_Width(0x6a);
     this.dataGridViewTextBoxColumn2.set_DataPropertyName("BankName");
     this.dataGridViewTextBoxColumn2.set_HeaderText("Банк");
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.dataGridViewTextBoxColumn2.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn2.set_Width(0x6a);
     this.dataGridViewTextBoxColumn3.set_DataPropertyName("CityName");
     this.dataGridViewTextBoxColumn3.set_HeaderText("Город банка");
     this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3");
     this.dataGridViewTextBoxColumn3.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn3.set_Width(0x6b);
     this.dataGridViewTextBoxColumn4.set_DataPropertyName("OwnerName");
     this.dataGridViewTextBoxColumn4.set_HeaderText("Владелец");
     this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4");
     this.dataGridViewTextBoxColumn4.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn4.set_Width(0x6a);
     this.accountNumberDataGridViewTextBoxColumn.set_DataPropertyName("AccountNumber");
     this.accountNumberDataGridViewTextBoxColumn.set_HeaderText("Номер счёта");
     this.accountNumberDataGridViewTextBoxColumn.set_Name("accountNumberDataGridViewTextBoxColumn");
     this.accountNumberDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.ownerNameDataGridViewTextBoxColumn.set_DataPropertyName("OwnerName");
     this.ownerNameDataGridViewTextBoxColumn.set_HeaderText("Владелец");
     this.ownerNameDataGridViewTextBoxColumn.set_Name("ownerNameDataGridViewTextBoxColumn");
     this.ownerNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.bankNameDataGridViewTextBoxColumn.set_DataPropertyName("BankName");
     this.bankNameDataGridViewTextBoxColumn.set_HeaderText("Банк");
     this.bankNameDataGridViewTextBoxColumn.set_Name("bankNameDataGridViewTextBoxColumn");
     this.bankNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.BankCity.set_DataPropertyName("BankCity");
     this.BankCity.set_HeaderText("Город банка");
     this.BankCity.set_Name("BankCity");
     this.BankCity.set_ReadOnly(true);
     this.selectBank.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectBank.set_Location(new System.Drawing.Point(9, 0x47));
     this.selectBank.set_Name("selectBank");
     this.selectBank.set_Size(new System.Drawing.Size(0xf3, 20));
     this.selectBank.set_TabIndex(20);
     this.selectOwner.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.selectOwner.set_Location(new System.Drawing.Point(3, 0x10));
     this.selectOwner.set_Margin(new System.Windows.Forms.Padding(4));
     this.selectOwner.set_Name("selectOwner");
     this.selectOwner.set_Size(new System.Drawing.Size(0x108, 0x51));
     this.selectOwner.set_TabIndex(12);
     this.toolStripSeparator1.set_Name("toolStripSeparator1");
     this.toolStripSeparator1.set_Size(new System.Drawing.Size(6, 0x19));
     this.tbnApply.set_Image(Resources.APPLY);
     this.tbnApply.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tbnApply.set_Name("tbnApply");
     this.tbnApply.set_Size(new System.Drawing.Size(0x4a, 0x16));
     this.tbnApply.set_Text("Принять");
     this.tbnApply.add_Click(new System.EventHandler(this.tbnApply_Click));
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x216, 0x106));
     base.Controls.Add(this.dgvBankAccounts);
     base.Controls.Add(this.toolStrip1);
     base.Controls.Add(this.gbFilter);
     this.set_MinimumSize(new System.Drawing.Size(550, 200));
     base.set_Name("BankAccountsForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("Расчётные счета");
     base.add_Load(new System.EventHandler(this.BankAccountsForm_Load));
     this.dgvBankAccounts.EndInit();
     this.gbFilter.ResumeLayout(false);
     this.gbFilter.PerformLayout();
     this.gbOwner.ResumeLayout(false);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.bsBankAccounts.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }