private void InitializeComponent()
 {
     this.localAddressSelector = new LocalAddressSelector();
     this.btnOk = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     base.SuspendLayout();
     this.localAddressSelector.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.localAddressSelector.set_Location(new System.Drawing.Point(0, 0));
     this.localAddressSelector.set_Margin(new System.Windows.Forms.Padding(0));
     this.localAddressSelector.set_MinimumSize(new System.Drawing.Size(0, 0x79));
     this.localAddressSelector.set_Name("localAddressSelector");
     this.localAddressSelector.set_Size(new System.Drawing.Size(0x11c, 0x7b));
     this.localAddressSelector.set_TabIndex(0);
     this.btnOk.set_Location(new System.Drawing.Point(0x71, 0x8a));
     this.btnOk.set_Name("btnOk");
     this.btnOk.set_Size(new System.Drawing.Size(0x55, 0x19));
     this.btnOk.set_TabIndex(1);
     this.btnOk.set_Text("Принять");
     this.btnOk.set_UseVisualStyleBackColor(true);
     this.btnOk.add_Click(new System.EventHandler(this.btnOk_Click));
     this.btnCancel.set_Location(new System.Drawing.Point(0xcc, 0x8a));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(80, 0x19));
     this.btnCancel.set_TabIndex(2);
     this.btnCancel.set_Text("Отмена");
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.btnCancel.add_Click(new System.EventHandler(this.btnCancel_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(0x11c, 0xa5));
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.btnOk);
     base.Controls.Add(this.localAddressSelector);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedDialog);
     base.set_Name("LocalAddressSelectorForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("Выбор адреса");
     base.add_Load(new System.EventHandler(this.LocalAddressSelectorForm_Load));
     base.ResumeLayout(false);
 }
Example #2
0
 private void InitializeComponent()
 {
     this.components = new Container();
     this.gbPaymentOrder = new System.Windows.Forms.GroupBox();
     this.selPaymentOrder = new SelectPaymentOrderControl();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.btnClear = new System.Windows.Forms.Button();
     this.btnSearch = new System.Windows.Forms.Button();
     this.gbAddresses = new System.Windows.Forms.GroupBox();
     this.m_OwnerNameEdit = new System.Windows.Forms.TextBox();
     this.m_OwnerNameLabel = new System.Windows.Forms.Label();
     this.m_LocalAddressSelector = new LocalAddressSelector();
     this.gbNumbers = new System.Windows.Forms.GroupBox();
     this.m_Barcode = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.m_AccountEdit = new System.Windows.Forms.TextBox();
     this.m_AccountLabel = new System.Windows.Forms.Label();
     this.m_ApartmentNumberEdit = new System.Windows.Forms.TextBox();
     this.m_ApartmentLabel = new System.Windows.Forms.Label();
     this.m_SearchByAddressRadio = new System.Windows.Forms.RadioButton();
     this.m_SearchWorker = new BackgroundWorker();
     this.m_SearchByNumbersRadio = new System.Windows.Forms.RadioButton();
     this.bsAccountApartment = new System.Windows.Forms.BindingSource(this.components);
     this.panel1 = new System.Windows.Forms.Panel();
     this.gbServiceCode = new System.Windows.Forms.GroupBox();
     this.m_ServiceCodeTransferBank = new SelectFasetData();
     this.gbCashPaymentOrderType = new System.Windows.Forms.GroupBox();
     this.cbCashPaymentOrderType = new System.Windows.Forms.ComboBox();
     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.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.gbPaymentOrder.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.gbAddresses.SuspendLayout();
     this.gbNumbers.SuspendLayout();
     this.bsAccountApartment.BeginInit();
     this.panel1.SuspendLayout();
     this.gbServiceCode.SuspendLayout();
     this.gbCashPaymentOrderType.SuspendLayout();
     base.SuspendLayout();
     this.gbPaymentOrder.Controls.Add(this.selPaymentOrder);
     this.gbPaymentOrder.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.gbPaymentOrder.set_Location(new System.Drawing.Point(0, 0x17b));
     this.gbPaymentOrder.set_Name("gbPaymentOrder");
     this.gbPaymentOrder.set_Size(new System.Drawing.Size(0x10b, 0x9a));
     this.gbPaymentOrder.set_TabIndex(3);
     this.gbPaymentOrder.set_TabStop(false);
     this.gbPaymentOrder.set_Text("Платежное поручение");
     this.selPaymentOrder.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.selPaymentOrder.set_Location(new System.Drawing.Point(3, 0x10));
     this.selPaymentOrder.set_Name("selPaymentOrder");
     this.selPaymentOrder.set_Size(new System.Drawing.Size(0x105, 0x87));
     this.selPaymentOrder.set_TabIndex(9);
     this.tableLayoutPanel1.set_ColumnCount(2);
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50f));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50f));
     this.tableLayoutPanel1.Controls.Add(this.btnClear, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.btnSearch, 0, 0);
     this.tableLayoutPanel1.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.tableLayoutPanel1.set_Location(new System.Drawing.Point(0, 0x155));
     this.tableLayoutPanel1.set_Name("tableLayoutPanel1");
     this.tableLayoutPanel1.set_RowCount(1);
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100f));
     this.tableLayoutPanel1.set_Size(new System.Drawing.Size(0x10b, 0x26));
     this.tableLayoutPanel1.set_TabIndex(20);
     this.btnClear.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.btnClear.set_Location(new System.Drawing.Point(0x88, 3));
     this.btnClear.set_Name("btnClear");
     this.btnClear.set_Size(new System.Drawing.Size(0x80, 0x20));
     this.btnClear.set_TabIndex(2);
     this.btnClear.set_Text("О&чистить");
     this.btnClear.set_UseVisualStyleBackColor(true);
     this.btnClear.add_Click(new System.EventHandler(this.btnClear_Click));
     this.btnSearch.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.btnSearch.set_ImageAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.btnSearch.set_Location(new System.Drawing.Point(3, 3));
     this.btnSearch.set_Name("btnSearch");
     this.btnSearch.set_Size(new System.Drawing.Size(0x7f, 0x20));
     this.btnSearch.set_TabIndex(0);
     this.btnSearch.set_Text("Пои&ск");
     this.btnSearch.set_UseVisualStyleBackColor(true);
     this.btnSearch.add_Click(new System.EventHandler(this.btnSearch_Click));
     this.gbAddresses.set_AutoSize(true);
     this.gbAddresses.Controls.Add(this.m_OwnerNameEdit);
     this.gbAddresses.Controls.Add(this.m_OwnerNameLabel);
     this.gbAddresses.Controls.Add(this.m_LocalAddressSelector);
     this.gbAddresses.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.gbAddresses.set_Location(new System.Drawing.Point(0, 0xa5));
     this.gbAddresses.set_Name("gbAddresses");
     this.gbAddresses.set_Size(new System.Drawing.Size(0x10b, 0xb0));
     this.gbAddresses.set_TabIndex(2);
     this.gbAddresses.set_TabStop(false);
     this.m_OwnerNameEdit.set_CharacterCasing(System.Windows.Forms.CharacterCasing.Upper);
     this.m_OwnerNameEdit.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.m_OwnerNameEdit.set_Location(new System.Drawing.Point(3, 0x99));
     this.m_OwnerNameEdit.set_Name("m_OwnerNameEdit");
     this.m_OwnerNameEdit.set_Size(new System.Drawing.Size(0x105, 20));
     this.m_OwnerNameEdit.set_TabIndex(1);
     this.m_OwnerNameEdit.add_Enter(new System.EventHandler(this.m_LocalAddressSelector_Enter));
     this.m_OwnerNameEdit.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.m_ApartmentOrAccountNumberEdit_KeyDown));
     this.m_OwnerNameLabel.set_AutoEllipsis(true);
     this.m_OwnerNameLabel.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.m_OwnerNameLabel.set_Location(new System.Drawing.Point(3, 0x89));
     this.m_OwnerNameLabel.set_Name("m_OwnerNameLabel");
     this.m_OwnerNameLabel.set_Size(new System.Drawing.Size(0x105, 0x10));
     this.m_OwnerNameLabel.set_TabIndex(5);
     this.m_OwnerNameLabel.set_Text("Владелец");
     this.m_LocalAddressSelector.set_AutoSize(true);
     this.m_LocalAddressSelector.set_AutoSizeMode(System.Windows.Forms.AutoSizeMode.GrowAndShrink);
     this.m_LocalAddressSelector.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.m_LocalAddressSelector.set_Location(new System.Drawing.Point(3, 0x10));
     this.m_LocalAddressSelector.set_Margin(new System.Windows.Forms.Padding(4));
     this.m_LocalAddressSelector.set_MinimumSize(new System.Drawing.Size(0, 0x79));
     this.m_LocalAddressSelector.set_Name("m_LocalAddressSelector");
     this.m_LocalAddressSelector.set_Size(new System.Drawing.Size(0x105, 0x79));
     this.m_LocalAddressSelector.set_TabIndex(0);
     this.m_LocalAddressSelector.AddressSelected += new System.EventHandler(this.m_LocalAddressSelector_AddressSelected);
     this.m_LocalAddressSelector.add_Enter(new System.EventHandler(this.m_LocalAddressSelector_Enter));
     this.gbNumbers.Controls.Add(this.m_Barcode);
     this.gbNumbers.Controls.Add(this.label1);
     this.gbNumbers.Controls.Add(this.m_AccountEdit);
     this.gbNumbers.Controls.Add(this.m_AccountLabel);
     this.gbNumbers.Controls.Add(this.m_ApartmentNumberEdit);
     this.gbNumbers.Controls.Add(this.m_ApartmentLabel);
     this.gbNumbers.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.gbNumbers.set_Location(new System.Drawing.Point(0, 0x11));
     this.gbNumbers.set_Name("gbNumbers");
     this.gbNumbers.set_Size(new System.Drawing.Size(0x10b, 0x83));
     this.gbNumbers.set_TabIndex(1);
     this.gbNumbers.set_TabStop(false);
     this.m_Barcode.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_Barcode.set_CharacterCasing(System.Windows.Forms.CharacterCasing.Upper);
     this.m_Barcode.set_Location(new System.Drawing.Point(6, 0x69));
     this.m_Barcode.set_Name("m_Barcode");
     this.m_Barcode.set_Size(new System.Drawing.Size(0xff, 20));
     this.m_Barcode.set_TabIndex(2);
     this.m_Barcode.add_Enter(new System.EventHandler(this.m_Barcode_Enter));
     this.m_Barcode.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.m_Barcode_KeyDown));
     this.label1.set_AutoEllipsis(true);
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(3, 0x56));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x9b, 13));
     this.label1.set_TabIndex(7);
     this.label1.set_Text("Штрих-код квитанции оплаты");
     this.m_AccountEdit.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_AccountEdit.set_Location(new System.Drawing.Point(6, 0x3e));
     this.m_AccountEdit.set_Name("m_AccountEdit");
     this.m_AccountEdit.set_Size(new System.Drawing.Size(0xff, 20));
     this.m_AccountEdit.set_TabIndex(1);
     this.m_AccountEdit.add_Enter(new System.EventHandler(this.m_ApartmentOrAccountNumberEdit_Enter));
     this.m_AccountEdit.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.m_ApartmentOrAccountNumberEdit_KeyDown));
     this.m_AccountLabel.set_AutoSize(true);
     this.m_AccountLabel.set_Location(new System.Drawing.Point(3, 0x2e));
     this.m_AccountLabel.set_Name("m_AccountLabel");
     this.m_AccountLabel.set_Size(new System.Drawing.Size(0x4c, 13));
     this.m_AccountLabel.set_TabIndex(2);
     this.m_AccountLabel.set_Text("Лицевой счет");
     this.m_AccountLabel.set_TextAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.m_ApartmentNumberEdit.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_ApartmentNumberEdit.set_Location(new System.Drawing.Point(6, 0x18));
     this.m_ApartmentNumberEdit.set_Name("m_ApartmentNumberEdit");
     this.m_ApartmentNumberEdit.set_Size(new System.Drawing.Size(0xff, 20));
     this.m_ApartmentNumberEdit.set_TabIndex(0);
     this.m_ApartmentNumberEdit.add_Enter(new System.EventHandler(this.m_ApartmentOrAccountNumberEdit_Enter));
     this.m_ApartmentNumberEdit.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.m_ApartmentOrAccountNumberEdit_KeyDown));
     this.m_ApartmentLabel.set_AutoSize(true);
     this.m_ApartmentLabel.set_Location(new System.Drawing.Point(3, 8));
     this.m_ApartmentLabel.set_Name("m_ApartmentLabel");
     this.m_ApartmentLabel.set_Size(new System.Drawing.Size(0x7a, 13));
     this.m_ApartmentLabel.set_TabIndex(0);
     this.m_ApartmentLabel.set_Text("Идентификатор жилья");
     this.m_ApartmentLabel.set_TextAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.m_SearchByAddressRadio.set_AutoSize(true);
     this.m_SearchByAddressRadio.set_Checked(true);
     this.m_SearchByAddressRadio.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.m_SearchByAddressRadio.set_Location(new System.Drawing.Point(0, 0x94));
     this.m_SearchByAddressRadio.set_Name("m_SearchByAddressRadio");
     this.m_SearchByAddressRadio.set_Size(new System.Drawing.Size(0x10b, 0x11));
     this.m_SearchByAddressRadio.set_TabIndex(4);
     this.m_SearchByAddressRadio.set_TabStop(true);
     this.m_SearchByAddressRadio.set_Text("Поиск по адресу  и владельцу");
     this.m_SearchByAddressRadio.set_UseVisualStyleBackColor(true);
     this.m_SearchWorker.add_DoWork(new DoWorkEventHandler(this.m_SearchWorker_DoWork));
     this.m_SearchWorker.add_RunWorkerCompleted(new RunWorkerCompletedEventHandler(this.m_SearchWorker_RunWorkerCompleted));
     this.m_SearchByNumbersRadio.set_AutoSize(true);
     this.m_SearchByNumbersRadio.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.m_SearchByNumbersRadio.set_Location(new System.Drawing.Point(0, 0));
     this.m_SearchByNumbersRadio.set_Name("m_SearchByNumbersRadio");
     this.m_SearchByNumbersRadio.set_Size(new System.Drawing.Size(0x10b, 0x11));
     this.m_SearchByNumbersRadio.set_TabIndex(0);
     this.m_SearchByNumbersRadio.set_Text("Поиск по номерам и штрих коду");
     this.m_SearchByNumbersRadio.set_UseVisualStyleBackColor(true);
     this.bsAccountApartment.set_DataSource(typeof(AIS.SN.Model.DomainObjects.Views.AccountView));
     this.panel1.set_AutoScroll(true);
     this.panel1.Controls.Add(this.gbServiceCode);
     this.panel1.Controls.Add(this.gbCashPaymentOrderType);
     this.panel1.Controls.Add(this.gbPaymentOrder);
     this.panel1.Controls.Add(this.tableLayoutPanel1);
     this.panel1.Controls.Add(this.gbAddresses);
     this.panel1.Controls.Add(this.m_SearchByAddressRadio);
     this.panel1.Controls.Add(this.gbNumbers);
     this.panel1.Controls.Add(this.m_SearchByNumbersRadio);
     this.panel1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.panel1.set_Location(new System.Drawing.Point(0, 0));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(0x10b, 0x274));
     this.panel1.set_TabIndex(0x15);
     this.gbServiceCode.Controls.Add(this.m_ServiceCodeTransferBank);
     this.gbServiceCode.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.gbServiceCode.set_Location(new System.Drawing.Point(0, 0x243));
     this.gbServiceCode.set_Name("gbServiceCode");
     this.gbServiceCode.set_Size(new System.Drawing.Size(0x10b, 0x2d));
     this.gbServiceCode.set_TabIndex(0x16);
     this.gbServiceCode.set_TabStop(false);
     this.gbServiceCode.set_Text("Услуга");
     this.m_ServiceCodeTransferBank.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_ServiceCodeTransferBank.Items.AddRange((object[]) new object[] { "ОПЛАТА ОСНОВНОГО ДОЛГА", "ОПЛАТА ПЕНИ" });
     this.m_ServiceCodeTransferBank.set_Location(new System.Drawing.Point(3, 0x13));
     this.m_ServiceCodeTransferBank.set_Name("m_ServiceCodeTransferBank");
     this.m_ServiceCodeTransferBank.set_Size(new System.Drawing.Size(0x102, 0x15));
     this.m_ServiceCodeTransferBank.set_Sorted(true);
     this.m_ServiceCodeTransferBank.set_TabIndex(3);
     this.gbCashPaymentOrderType.Controls.Add(this.cbCashPaymentOrderType);
     this.gbCashPaymentOrderType.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.gbCashPaymentOrderType.set_Location(new System.Drawing.Point(0, 0x215));
     this.gbCashPaymentOrderType.set_Name("gbCashPaymentOrderType");
     this.gbCashPaymentOrderType.set_Size(new System.Drawing.Size(0x10b, 0x2e));
     this.gbCashPaymentOrderType.set_TabIndex(0x15);
     this.gbCashPaymentOrderType.set_TabStop(false);
     this.gbCashPaymentOrderType.set_Text("Тип оплаты");
     this.cbCashPaymentOrderType.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbCashPaymentOrderType.Items.AddRange((object[]) new object[] { "ОПЛАТА ОСНОВНОГО ДОЛГА", "ОПЛАТА ПЕНИ" });
     this.cbCashPaymentOrderType.set_Location(new System.Drawing.Point(3, 0x13));
     this.cbCashPaymentOrderType.set_Name("cbCashPaymentOrderType");
     this.cbCashPaymentOrderType.set_Size(new System.Drawing.Size(0x102, 0x15));
     this.cbCashPaymentOrderType.set_TabIndex(3);
     this.dataGridViewTextBoxColumn1.set_DataPropertyName("PrintName");
     this.dataGridViewTextBoxColumn1.set_HeaderText("PrintName");
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn2.set_DataPropertyName("DoorWay");
     this.dataGridViewTextBoxColumn2.set_HeaderText("DoorWay");
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.dataGridViewTextBoxColumn2.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn3.set_DataPropertyName("LocalAddressId");
     this.dataGridViewTextBoxColumn3.set_HeaderText("LocalAddressId");
     this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3");
     this.dataGridViewTextBoxColumn3.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn4.set_DataPropertyName("AccountCode");
     this.dataGridViewTextBoxColumn4.set_HeaderText("AccountCode");
     this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4");
     this.dataGridViewTextBoxColumn4.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn5.set_DataPropertyName("OrgDocumentId");
     this.dataGridViewTextBoxColumn5.set_HeaderText("OrgDocumentId");
     this.dataGridViewTextBoxColumn5.set_Name("dataGridViewTextBoxColumn5");
     this.dataGridViewTextBoxColumn5.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn6.set_DataPropertyName("Id");
     this.dataGridViewTextBoxColumn6.set_HeaderText("Id");
     this.dataGridViewTextBoxColumn6.set_Name("dataGridViewTextBoxColumn6");
     this.dataGridViewTextBoxColumn7.set_DataPropertyName("ApartmentId");
     this.dataGridViewTextBoxColumn7.set_HeaderText("ApartmentId");
     this.dataGridViewTextBoxColumn7.set_Name("dataGridViewTextBoxColumn7");
     this.dataGridViewTextBoxColumn8.set_DataPropertyName("Datee");
     this.dataGridViewTextBoxColumn8.set_HeaderText("Datee");
     this.dataGridViewTextBoxColumn8.set_Name("dataGridViewTextBoxColumn8");
     this.dataGridViewTextBoxColumn9.set_DataPropertyName("Adr");
     this.dataGridViewTextBoxColumn9.set_HeaderText("Adr");
     this.dataGridViewTextBoxColumn9.set_Name("dataGridViewTextBoxColumn9");
     this.dataGridViewTextBoxColumn10.set_DataPropertyName("Datec");
     this.dataGridViewTextBoxColumn10.set_HeaderText("Datec");
     this.dataGridViewTextBoxColumn10.set_Name("dataGridViewTextBoxColumn10");
     this.dataGridViewTextBoxColumn11.set_DataPropertyName("FloorHouse");
     this.dataGridViewTextBoxColumn11.set_HeaderText("FloorHouse");
     this.dataGridViewTextBoxColumn11.set_Name("dataGridViewTextBoxColumn11");
     this.dataGridViewTextBoxColumn12.set_DataPropertyName("OrgDocument");
     this.dataGridViewTextBoxColumn12.set_HeaderText("OrgDocument");
     this.dataGridViewTextBoxColumn12.set_Name("dataGridViewTextBoxColumn12");
     this.dataGridViewTextBoxColumn13.set_DataPropertyName("IsClose");
     this.dataGridViewTextBoxColumn13.set_HeaderText("IsClose");
     this.dataGridViewTextBoxColumn13.set_Name("dataGridViewTextBoxColumn13");
     this.dataGridViewTextBoxColumn14.set_DataPropertyName("Dateb");
     this.dataGridViewTextBoxColumn14.set_HeaderText("Dateb");
     this.dataGridViewTextBoxColumn14.set_Name("dataGridViewTextBoxColumn14");
     this.dataGridViewTextBoxColumn15.set_DataPropertyName("ApartmentNumer");
     this.dataGridViewTextBoxColumn15.set_HeaderText("ApartmentNumer");
     this.dataGridViewTextBoxColumn15.set_Name("dataGridViewTextBoxColumn15");
     this.dataGridViewTextBoxColumn16.set_DataPropertyName("ObjectWithIdType");
     this.dataGridViewTextBoxColumn16.set_HeaderText("ObjectWithIdType");
     this.dataGridViewTextBoxColumn16.set_Name("dataGridViewTextBoxColumn16");
     this.dataGridViewTextBoxColumn17.set_DataPropertyName("OrgDocumentView");
     this.dataGridViewTextBoxColumn17.set_HeaderText("OrgDocumentView");
     this.dataGridViewTextBoxColumn17.set_Name("dataGridViewTextBoxColumn17");
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Inherit);
     base.Controls.Add(this.panel1);
     base.set_Name("AccountSearchControl");
     base.set_Size(new System.Drawing.Size(0x10b, 0x274));
     base.add_Load(new System.EventHandler(this.AccountSearchControl_Load));
     this.gbPaymentOrder.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.gbAddresses.ResumeLayout(false);
     this.gbAddresses.PerformLayout();
     this.gbNumbers.ResumeLayout(false);
     this.gbNumbers.PerformLayout();
     this.bsAccountApartment.EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.gbServiceCode.ResumeLayout(false);
     this.gbCashPaymentOrderType.ResumeLayout(false);
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.components = new Container();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label3 = new System.Windows.Forms.Label();
     this.cbxFlatCards = new System.Windows.Forms.ComboBox();
     this.tbxOwnerFio = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.tbxAddress = new System.Windows.Forms.TextBox();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.localAddressSelector = new LocalAddressSelector();
     this.btnUnCompare = new System.Windows.Forms.Button();
     this.btnCompare = new System.Windows.Forms.Button();
     this.panel1 = new System.Windows.Forms.Panel();
     this.exchangeRequestResidentsView = new ExchangeRequestResidentsView();
     this.label5 = new System.Windows.Forms.Label();
     this.bsApartments = new System.Windows.Forms.BindingSource(this.components);
     this.dgvApartments = new System.Windows.Forms.DataGridView();
     this.addressNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.numberDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ownerNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.fromDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.toDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.createdDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.apartmentResidentsView = new ApartmentResidentsView();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.label6 = new System.Windows.Forms.Label();
     this.panel2 = new System.Windows.Forms.Panel();
     this.btnSaveChanges = new System.Windows.Forms.Button();
     this.panelVisible = new System.Windows.Forms.Button();
     this.label7 = new System.Windows.Forms.Label();
     this.btnSynhron = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.panel1.SuspendLayout();
     this.bsApartments.BeginInit();
     this.dgvApartments.BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.panel2.SuspendLayout();
     base.SuspendLayout();
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.cbxFlatCards);
     this.groupBox1.Controls.Add(this.tbxOwnerFio);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.tbxAddress);
     this.groupBox1.set_Location(new System.Drawing.Point(0, 0));
     this.groupBox1.set_Name("groupBox1");
     this.groupBox1.set_Size(new System.Drawing.Size(0x146, 0x91));
     this.groupBox1.set_TabIndex(8);
     this.groupBox1.set_TabStop(false);
     this.groupBox1.set_Text("Информация в паспортном столе");
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(9, 0x63));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x74, 13));
     this.label3.set_TabIndex(13);
     this.label3.set_Text("Поквартирные карты");
     this.cbxFlatCards.set_FormattingEnabled(true);
     this.cbxFlatCards.set_Location(new System.Drawing.Point(9, 0x73));
     this.cbxFlatCards.set_Name("cbxFlatCards");
     this.cbxFlatCards.set_Size(new System.Drawing.Size(0x137, 0x15));
     this.cbxFlatCards.set_TabIndex(12);
     this.cbxFlatCards.add_SelectedIndexChanged(new System.EventHandler(this.cbxFlatCards_SelectedIndexChanged));
     this.tbxOwnerFio.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbxOwnerFio.set_Location(new System.Drawing.Point(9, 0x48));
     this.tbxOwnerFio.set_Name("tbxOwnerFio");
     this.tbxOwnerFio.set_ReadOnly(true);
     this.tbxOwnerFio.set_Size(new System.Drawing.Size(0x137, 20));
     this.tbxOwnerFio.set_TabIndex(11);
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(10, 0x37));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x38, 13));
     this.label2.set_TabIndex(10);
     this.label2.set_Text("Владелец");
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(9, 0x10));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x26, 13));
     this.label1.set_TabIndex(9);
     this.label1.set_Text("Адрес");
     this.tbxAddress.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbxAddress.set_Location(new System.Drawing.Point(9, 0x20));
     this.tbxAddress.set_Name("tbxAddress");
     this.tbxAddress.set_ReadOnly(true);
     this.tbxAddress.set_Size(new System.Drawing.Size(0x137, 20));
     this.tbxAddress.set_TabIndex(8);
     this.groupBox2.Controls.Add(this.localAddressSelector);
     this.groupBox2.set_Location(new System.Drawing.Point(0x14c, 0));
     this.groupBox2.set_Name("groupBox2");
     this.groupBox2.set_Size(new System.Drawing.Size(0xf2, 0x91));
     this.groupBox2.set_TabIndex(9);
     this.groupBox2.set_TabStop(false);
     this.groupBox2.set_Text("Адрес в системе начислений");
     this.localAddressSelector.set_AutoSize(true);
     this.localAddressSelector.set_AutoSizeMode(System.Windows.Forms.AutoSizeMode.GrowAndShrink);
     this.localAddressSelector.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.localAddressSelector.set_Location(new System.Drawing.Point(3, 0x10));
     this.localAddressSelector.set_Margin(new System.Windows.Forms.Padding(4));
     this.localAddressSelector.set_MinimumSize(new System.Drawing.Size(0, 0x79));
     this.localAddressSelector.set_Name("localAddressSelector");
     this.localAddressSelector.set_Size(new System.Drawing.Size(0xec, 0x79));
     this.localAddressSelector.set_TabIndex(1);
     this.btnUnCompare.set_Anchor(System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnUnCompare.set_Location(new System.Drawing.Point(0x242, 0x45));
     this.btnUnCompare.set_Name("btnUnCompare");
     this.btnUnCompare.set_Size(new System.Drawing.Size(0x53, 0x17));
     this.btnUnCompare.set_TabIndex(3);
     this.btnUnCompare.set_Text("Убрать");
     this.btnUnCompare.set_UseVisualStyleBackColor(true);
     this.btnUnCompare.add_Click(new System.EventHandler(this.btnUnCompare_Click));
     this.btnCompare.set_Anchor(System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnCompare.set_Location(new System.Drawing.Point(580, 0x20));
     this.btnCompare.set_Name("btnCompare");
     this.btnCompare.set_Size(new System.Drawing.Size(0x51, 0x17));
     this.btnCompare.set_TabIndex(2);
     this.btnCompare.set_Text("Сопоставить");
     this.btnCompare.set_UseVisualStyleBackColor(true);
     this.btnCompare.add_Click(new System.EventHandler(this.btnCompare_Click));
     this.panel1.Controls.Add(this.btnCompare);
     this.panel1.Controls.Add(this.btnUnCompare);
     this.panel1.Controls.Add(this.groupBox2);
     this.panel1.Controls.Add(this.groupBox1);
     this.panel1.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panel1.set_Location(new System.Drawing.Point(0, 0));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(0x36d, 0x95));
     this.panel1.set_TabIndex(10);
     this.exchangeRequestResidentsView.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.exchangeRequestResidentsView.set_Location(new System.Drawing.Point(0, 0xa2));
     this.exchangeRequestResidentsView.set_Name("exchangeRequestResidentsView");
     this.exchangeRequestResidentsView.set_Size(new System.Drawing.Size(0x36d, 0x91));
     this.exchangeRequestResidentsView.set_TabIndex(11);
     this.exchangeRequestResidentsView.add_Load(new System.EventHandler(this.exchangeRequestResidentsView_Load));
     this.label5.set_AutoSize(true);
     this.label5.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.label5.set_Location(new System.Drawing.Point(0, 0x95));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0xf6, 13));
     this.label5.set_TabIndex(12);
     this.label5.set_Text("Данные о проживающих из паспортного стола");
     this.bsApartments.set_DataSource(typeof(Apartment));
     this.bsApartments.add_CurrentChanged(new System.EventHandler(this.bsApartments_CurrentChanged));
     this.dgvApartments.set_AllowUserToAddRows(false);
     this.dgvApartments.set_AllowUserToDeleteRows(false);
     this.dgvApartments.set_AutoGenerateColumns(false);
     this.dgvApartments.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dgvApartments.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     this.dgvApartments.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvApartments.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.addressNameDataGridViewTextBoxColumn, this.numberDataGridViewTextBoxColumn, this.ownerNameDataGridViewTextBoxColumn, this.fromDateDataGridViewTextBoxColumn, this.toDateDataGridViewTextBoxColumn, this.createdDataGridViewTextBoxColumn });
     this.dgvApartments.set_DataSource(this.bsApartments);
     this.dgvApartments.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvApartments.set_Location(new System.Drawing.Point(0, 320));
     this.dgvApartments.set_Name("dgvApartments");
     this.dgvApartments.set_ReadOnly(true);
     this.dgvApartments.set_RowHeadersVisible(false);
     this.dgvApartments.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvApartments.set_Size(new System.Drawing.Size(0x36d, 0xb5));
     this.dgvApartments.set_TabIndex(13);
     this.addressNameDataGridViewTextBoxColumn.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill);
     this.addressNameDataGridViewTextBoxColumn.set_DataPropertyName("AddressName");
     this.addressNameDataGridViewTextBoxColumn.set_HeaderText("Адрес");
     this.addressNameDataGridViewTextBoxColumn.set_Name("addressNameDataGridViewTextBoxColumn");
     this.addressNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.numberDataGridViewTextBoxColumn.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill);
     this.numberDataGridViewTextBoxColumn.set_DataPropertyName("Number");
     this.numberDataGridViewTextBoxColumn.set_HeaderText("Ид.жилья");
     this.numberDataGridViewTextBoxColumn.set_Name("numberDataGridViewTextBoxColumn");
     this.numberDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.ownerNameDataGridViewTextBoxColumn.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill);
     this.ownerNameDataGridViewTextBoxColumn.set_DataPropertyName("OwnerName");
     this.ownerNameDataGridViewTextBoxColumn.set_HeaderText("Владелец");
     this.ownerNameDataGridViewTextBoxColumn.set_Name("ownerNameDataGridViewTextBoxColumn");
     this.ownerNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.fromDateDataGridViewTextBoxColumn.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill);
     this.fromDateDataGridViewTextBoxColumn.set_DataPropertyName("FromDate");
     this.fromDateDataGridViewTextBoxColumn.set_HeaderText("Дата ввода в жилой фонд");
     this.fromDateDataGridViewTextBoxColumn.set_Name("fromDateDataGridViewTextBoxColumn");
     this.fromDateDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.toDateDataGridViewTextBoxColumn.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill);
     this.toDateDataGridViewTextBoxColumn.set_DataPropertyName("ToDate");
     this.toDateDataGridViewTextBoxColumn.set_HeaderText("Дата выбытия из жилого фонда");
     this.toDateDataGridViewTextBoxColumn.set_Name("toDateDataGridViewTextBoxColumn");
     this.toDateDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.createdDataGridViewTextBoxColumn.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill);
     this.createdDataGridViewTextBoxColumn.set_DataPropertyName("Created");
     this.createdDataGridViewTextBoxColumn.set_HeaderText("Дата создания");
     this.createdDataGridViewTextBoxColumn.set_Name("createdDataGridViewTextBoxColumn");
     this.createdDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.apartmentResidentsView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.apartmentResidentsView.set_Location(new System.Drawing.Point(0, 0x1d));
     this.apartmentResidentsView.set_Name("apartmentResidentsView");
     this.apartmentResidentsView.set_Size(new System.Drawing.Size(0x36d, 0xa2));
     this.apartmentResidentsView.set_TabIndex(14);
     this.apartmentResidentsView.VisibleToolStripResidents = true;
     this.splitContainer1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.splitContainer1.set_Location(new System.Drawing.Point(0, 0));
     this.splitContainer1.set_Name("splitContainer1");
     this.splitContainer1.set_Orientation(System.Windows.Forms.Orientation.Horizontal);
     this.splitContainer1.Panel1.Controls.Add(this.dgvApartments);
     this.splitContainer1.Panel1.Controls.Add(this.label6);
     this.splitContainer1.Panel1.Controls.Add(this.exchangeRequestResidentsView);
     this.splitContainer1.Panel1.Controls.Add(this.label5);
     this.splitContainer1.Panel1.Controls.Add(this.panel1);
     this.splitContainer1.Panel2.Controls.Add(this.apartmentResidentsView);
     this.splitContainer1.Panel2.Controls.Add(this.panel2);
     this.splitContainer1.set_Size(new System.Drawing.Size(0x36d, 0x2b8));
     this.splitContainer1.set_SplitterDistance(0x1f5);
     this.splitContainer1.set_TabIndex(15);
     this.label6.set_AutoSize(true);
     this.label6.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.label6.set_Location(new System.Drawing.Point(0, 0x133));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(210, 13));
     this.label6.set_TabIndex(14);
     this.label6.set_Text("Паспорта жилья по выбранному адресу");
     this.panel2.Controls.Add(this.btnSaveChanges);
     this.panel2.Controls.Add(this.panelVisible);
     this.panel2.Controls.Add(this.label7);
     this.panel2.Controls.Add(this.btnSynhron);
     this.panel2.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panel2.set_Location(new System.Drawing.Point(0, 0));
     this.panel2.set_Name("panel2");
     this.panel2.set_Size(new System.Drawing.Size(0x36d, 0x1d));
     this.panel2.set_TabIndex(0x12);
     this.btnSaveChanges.set_Location(new System.Drawing.Point(0x275, 3));
     this.btnSaveChanges.set_Name("btnSaveChanges");
     this.btnSaveChanges.set_Size(new System.Drawing.Size(0x5b, 0x17));
     this.btnSaveChanges.set_TabIndex(20);
     this.btnSaveChanges.set_Text("Сохранить");
     this.btnSaveChanges.set_UseVisualStyleBackColor(true);
     this.btnSaveChanges.add_Click(new System.EventHandler(this.btnSaveChanges_Click));
     this.panelVisible.set_Location(new System.Drawing.Point(0x176, 3));
     this.panelVisible.set_Name("panelVisible");
     this.panelVisible.set_Size(new System.Drawing.Size(0xf9, 0x17));
     this.panelVisible.set_TabIndex(0x13);
     this.panelVisible.set_Text("Скрыть дополнительную информацию");
     this.panelVisible.set_UseVisualStyleBackColor(true);
     this.panelVisible.add_Click(new System.EventHandler(this.panelVisible_Click));
     this.label7.set_AutoSize(true);
     this.label7.set_Location(new System.Drawing.Point(0, 8));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(0xad, 13));
     this.label7.set_TabIndex(0x12);
     this.label7.set_Text("Данные из системы начислений");
     this.btnSynhron.set_Location(new System.Drawing.Point(0xb3, 3));
     this.btnSynhron.set_Name("btnSynhron");
     this.btnSynhron.set_Size(new System.Drawing.Size(0xbd, 0x17));
     this.btnSynhron.set_TabIndex(0x11);
     this.btnSynhron.set_Text("Синхронизировать с ПС");
     this.btnSynhron.set_UseVisualStyleBackColor(true);
     this.btnSynhron.add_Click(new System.EventHandler(this.btnSynhron_Click));
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.splitContainer1);
     base.set_Name("ExchangeRequestAddressView");
     base.set_Size(new System.Drawing.Size(0x36d, 0x2b8));
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.bsApartments.EndInit();
     this.dgvApartments.EndInit();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     base.ResumeLayout(false);
 }
Example #4
0
 private void InitializeComponent()
 {
     this.btnMakeRequest = new System.Windows.Forms.Button();
     this.localAddressSelector = new LocalAddressSelector();
     base.SuspendLayout();
     this.btnMakeRequest.set_Location(new System.Drawing.Point(10, 0xb1));
     this.btnMakeRequest.set_Name("btnMakeRequest");
     this.btnMakeRequest.set_Size(new System.Drawing.Size(0xd3, 0x21));
     this.btnMakeRequest.set_TabIndex(1);
     this.btnMakeRequest.set_Text("Запросить");
     this.btnMakeRequest.set_UseVisualStyleBackColor(true);
     this.btnMakeRequest.add_Click(new System.EventHandler(this.btnMakeRequest_Click));
     this.localAddressSelector.set_Location(new System.Drawing.Point(9, 9));
     this.localAddressSelector.set_Margin(new System.Windows.Forms.Padding(0));
     this.localAddressSelector.set_Name("localAddressSelector");
     this.localAddressSelector.set_Size(new System.Drawing.Size(0xd3, 0x9a));
     this.localAddressSelector.set_TabIndex(0);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0xe9, 0xdf));
     base.Controls.Add(this.localAddressSelector);
     base.Controls.Add(this.btnMakeRequest);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedDialog);
     base.set_Name("FlatCardRequestForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterParent);
     this.set_Text("Запрос поквартирной карты");
     base.ResumeLayout(false);
 }
Example #5
0
 private void InitializeComponent()
 {
     this.components = new Container();
     this.m_OwnerNameEdit = new System.Windows.Forms.TextBox();
     this.m_OwnerNameLabel = new System.Windows.Forms.Label();
     this.m_SearchByAddressRadio = new System.Windows.Forms.RadioButton();
     this.m_AccountEdit = new System.Windows.Forms.TextBox();
     this.m_AccountLabel = new System.Windows.Forms.Label();
     this.m_ApartmentLabel = new System.Windows.Forms.Label();
     this.m_ApartmentNumberEdit = new System.Windows.Forms.TextBox();
     this.btnClear = new System.Windows.Forms.Button();
     this.btnSearch = new System.Windows.Forms.Button();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.m_SearchWorker = new BackgroundWorker();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.m_SearchByNumbersRadio = new System.Windows.Forms.RadioButton();
     this.chxShowClose = new System.Windows.Forms.CheckBox();
     this.bsAccountApartment = new System.Windows.Forms.BindingSource(this.components);
     this.treeAccount = new AccountTree();
     this.m_LocalAddressSelector = new LocalAddressSelector();
     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.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     System.Windows.Forms.GroupBox box = new System.Windows.Forms.GroupBox();
     box.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.bsAccountApartment.BeginInit();
     base.SuspendLayout();
     box.set_AutoSize(true);
     box.Controls.Add(this.m_OwnerNameEdit);
     box.Controls.Add(this.m_OwnerNameLabel);
     box.Controls.Add(this.m_LocalAddressSelector);
     box.set_Dock(System.Windows.Forms.DockStyle.Top);
     box.set_FlatStyle(System.Windows.Forms.FlatStyle.System);
     box.set_Location(new System.Drawing.Point(0, 0x55));
     box.set_Name("gbAddresses");
     box.set_Size(new System.Drawing.Size(0x114, 0xb0));
     box.set_TabIndex(4);
     box.set_TabStop(false);
     this.m_OwnerNameEdit.set_CharacterCasing(System.Windows.Forms.CharacterCasing.Upper);
     this.m_OwnerNameEdit.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.m_OwnerNameEdit.set_Location(new System.Drawing.Point(3, 0x99));
     this.m_OwnerNameEdit.set_Name("m_OwnerNameEdit");
     this.m_OwnerNameEdit.set_Size(new System.Drawing.Size(270, 20));
     this.m_OwnerNameEdit.set_TabIndex(5);
     this.m_OwnerNameEdit.add_Enter(new System.EventHandler(this.m_LocalAddressSelector_Enter));
     this.m_OwnerNameEdit.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.m_ApartmentNumberEdit_KeyDown));
     this.m_OwnerNameLabel.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.m_OwnerNameLabel.set_Location(new System.Drawing.Point(3, 0x89));
     this.m_OwnerNameLabel.set_Name("m_OwnerNameLabel");
     this.m_OwnerNameLabel.set_Size(new System.Drawing.Size(270, 0x10));
     this.m_OwnerNameLabel.set_TabIndex(5);
     this.m_OwnerNameLabel.set_Text("Владелец");
     this.m_SearchByAddressRadio.set_AutoSize(true);
     this.m_SearchByAddressRadio.set_Checked(true);
     this.m_SearchByAddressRadio.set_Location(new System.Drawing.Point(7, 0x55));
     this.m_SearchByAddressRadio.set_Name("m_SearchByAddressRadio");
     this.m_SearchByAddressRadio.set_Size(new System.Drawing.Size(0xaf, 0x11));
     this.m_SearchByAddressRadio.set_TabIndex(3);
     this.m_SearchByAddressRadio.set_TabStop(true);
     this.m_SearchByAddressRadio.set_Text("Поиск по адресу и владельцу");
     this.m_SearchByAddressRadio.set_UseVisualStyleBackColor(true);
     this.m_AccountEdit.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.m_AccountEdit.set_Location(new System.Drawing.Point(3, 0x3e));
     this.m_AccountEdit.set_Name("m_AccountEdit");
     this.m_AccountEdit.set_Size(new System.Drawing.Size(270, 20));
     this.m_AccountEdit.set_TabIndex(1);
     this.m_AccountEdit.add_Enter(new System.EventHandler(this.m_ApartmentNumberEdit_Enter));
     this.m_AccountEdit.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.m_ApartmentNumberEdit_KeyDown));
     this.m_AccountLabel.set_AutoSize(true);
     this.m_AccountLabel.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.m_AccountLabel.set_Location(new System.Drawing.Point(3, 0x31));
     this.m_AccountLabel.set_Name("m_AccountLabel");
     this.m_AccountLabel.set_Size(new System.Drawing.Size(0x4c, 13));
     this.m_AccountLabel.set_TabIndex(2);
     this.m_AccountLabel.set_Text("Лицевой счет");
     this.m_AccountLabel.set_TextAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.m_ApartmentLabel.set_AutoSize(true);
     this.m_ApartmentLabel.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.m_ApartmentLabel.set_Location(new System.Drawing.Point(3, 0x10));
     this.m_ApartmentLabel.set_Name("m_ApartmentLabel");
     this.m_ApartmentLabel.set_Size(new System.Drawing.Size(0x7a, 13));
     this.m_ApartmentLabel.set_TabIndex(0);
     this.m_ApartmentLabel.set_Text("Идентификатор жилья");
     this.m_ApartmentLabel.set_TextAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.m_ApartmentNumberEdit.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.m_ApartmentNumberEdit.set_Location(new System.Drawing.Point(3, 0x1d));
     this.m_ApartmentNumberEdit.set_Name("m_ApartmentNumberEdit");
     this.m_ApartmentNumberEdit.set_Size(new System.Drawing.Size(270, 20));
     this.m_ApartmentNumberEdit.set_TabIndex(2);
     this.m_ApartmentNumberEdit.add_Enter(new System.EventHandler(this.m_ApartmentNumberEdit_Enter));
     this.m_ApartmentNumberEdit.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.m_ApartmentNumberEdit_KeyDown));
     this.btnClear.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.btnClear.set_Location(new System.Drawing.Point(0xbb, 3));
     this.btnClear.set_Name("btnClear");
     this.btnClear.set_Size(new System.Drawing.Size(0x56, 0x2c));
     this.btnClear.set_TabIndex(8);
     this.btnClear.set_Text("&Очистить");
     this.btnClear.set_UseVisualStyleBackColor(true);
     this.btnClear.add_Click(new System.EventHandler(this.btnClear_Click));
     this.btnSearch.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.btnSearch.set_ImageAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.btnSearch.set_Location(new System.Drawing.Point(3, 3));
     this.btnSearch.set_Name("btnSearch");
     this.btnSearch.set_Size(new System.Drawing.Size(0xb2, 0x2c));
     this.btnSearch.set_TabIndex(7);
     this.btnSearch.set_Text("&Поиск");
     this.btnSearch.set_UseVisualStyleBackColor(true);
     this.btnSearch.add_Click(new System.EventHandler(this.btnSearch_Click));
     this.tableLayoutPanel1.set_ColumnCount(2);
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 66.66666f));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333f));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20f));
     this.tableLayoutPanel1.Controls.Add(this.btnSearch, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.btnClear, 1, 0);
     this.tableLayoutPanel1.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.tableLayoutPanel1.set_Location(new System.Drawing.Point(0, 0x116));
     this.tableLayoutPanel1.set_Name("tableLayoutPanel1");
     this.tableLayoutPanel1.set_RowCount(1);
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100f));
     this.tableLayoutPanel1.set_Size(new System.Drawing.Size(0x114, 50));
     this.tableLayoutPanel1.set_TabIndex(20);
     this.m_SearchWorker.add_DoWork(new DoWorkEventHandler(this.m_SearchWorker_DoWork));
     this.m_SearchWorker.add_RunWorkerCompleted(new RunWorkerCompletedEventHandler(this.m_SearchWorker_RunWorkerCompleted));
     this.groupBox1.set_AutoSize(true);
     this.groupBox1.Controls.Add(this.m_AccountEdit);
     this.groupBox1.Controls.Add(this.m_AccountLabel);
     this.groupBox1.Controls.Add(this.m_ApartmentNumberEdit);
     this.groupBox1.Controls.Add(this.m_ApartmentLabel);
     this.groupBox1.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.groupBox1.set_Location(new System.Drawing.Point(0, 0));
     this.groupBox1.set_Name("groupBox1");
     this.groupBox1.set_Size(new System.Drawing.Size(0x114, 0x55));
     this.groupBox1.set_TabIndex(2);
     this.groupBox1.set_TabStop(false);
     this.m_SearchByNumbersRadio.set_AutoSize(true);
     this.m_SearchByNumbersRadio.set_Location(new System.Drawing.Point(7, 0));
     this.m_SearchByNumbersRadio.set_Name("m_SearchByNumbersRadio");
     this.m_SearchByNumbersRadio.set_Size(new System.Drawing.Size(0x79, 0x11));
     this.m_SearchByNumbersRadio.set_TabIndex(0);
     this.m_SearchByNumbersRadio.set_Text("Поиск по номерам");
     this.m_SearchByNumbersRadio.set_UseVisualStyleBackColor(true);
     this.chxShowClose.set_AutoSize(true);
     this.chxShowClose.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.chxShowClose.set_Location(new System.Drawing.Point(0, 0x105));
     this.chxShowClose.set_Name("chxShowClose");
     this.chxShowClose.set_Size(new System.Drawing.Size(0x114, 0x11));
     this.chxShowClose.set_TabIndex(6);
     this.chxShowClose.set_Text("Показывать закрытые паспорта жилья");
     this.chxShowClose.set_UseVisualStyleBackColor(true);
     this.bsAccountApartment.set_DataSource(typeof(AIS.SN.Model.DomainObjects.Views.AccountView));
     this.treeAccount.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.treeAccount.set_HideSelection(false);
     this.treeAccount.set_Location(new System.Drawing.Point(0, 0x148));
     this.treeAccount.set_Name("treeAccount");
     this.treeAccount.set_ShowNodeToolTips(true);
     this.treeAccount.set_Size(new System.Drawing.Size(0x114, 0xf9));
     this.treeAccount.set_TabIndex(10);
     this.treeAccount.add_DoubleClick(new System.EventHandler(this.treeAccount_DoubleClick));
     this.m_LocalAddressSelector.set_AutoSize(true);
     this.m_LocalAddressSelector.set_AutoSizeMode(System.Windows.Forms.AutoSizeMode.GrowAndShrink);
     this.m_LocalAddressSelector.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.m_LocalAddressSelector.set_Location(new System.Drawing.Point(3, 0x10));
     this.m_LocalAddressSelector.set_Margin(new System.Windows.Forms.Padding(4));
     this.m_LocalAddressSelector.set_MinimumSize(new System.Drawing.Size(0, 0x79));
     this.m_LocalAddressSelector.set_Name("m_LocalAddressSelector");
     this.m_LocalAddressSelector.set_Size(new System.Drawing.Size(270, 0x79));
     this.m_LocalAddressSelector.set_TabIndex(4);
     this.m_LocalAddressSelector.AddressSelected += new System.EventHandler(this.m_LocalAddressSelector_AddressSelected);
     this.m_LocalAddressSelector.add_Enter(new System.EventHandler(this.m_LocalAddressSelector_Enter));
     this.dataGridViewTextBoxColumn1.set_DataPropertyName("PrintName");
     this.dataGridViewTextBoxColumn1.set_HeaderText("PrintName");
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn2.set_DataPropertyName("DoorWay");
     this.dataGridViewTextBoxColumn2.set_HeaderText("DoorWay");
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.dataGridViewTextBoxColumn2.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn3.set_DataPropertyName("LocalAddressId");
     this.dataGridViewTextBoxColumn3.set_HeaderText("LocalAddressId");
     this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3");
     this.dataGridViewTextBoxColumn3.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn4.set_DataPropertyName("AccountCode");
     this.dataGridViewTextBoxColumn4.set_HeaderText("AccountCode");
     this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4");
     this.dataGridViewTextBoxColumn4.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn5.set_DataPropertyName("OrgDocumentId");
     this.dataGridViewTextBoxColumn5.set_HeaderText("OrgDocumentId");
     this.dataGridViewTextBoxColumn5.set_Name("dataGridViewTextBoxColumn5");
     this.dataGridViewTextBoxColumn5.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn6.set_DataPropertyName("Id");
     this.dataGridViewTextBoxColumn6.set_HeaderText("Id");
     this.dataGridViewTextBoxColumn6.set_Name("dataGridViewTextBoxColumn6");
     this.dataGridViewTextBoxColumn7.set_DataPropertyName("ApartmentId");
     this.dataGridViewTextBoxColumn7.set_HeaderText("ApartmentId");
     this.dataGridViewTextBoxColumn7.set_Name("dataGridViewTextBoxColumn7");
     this.dataGridViewTextBoxColumn8.set_DataPropertyName("Datee");
     this.dataGridViewTextBoxColumn8.set_HeaderText("Datee");
     this.dataGridViewTextBoxColumn8.set_Name("dataGridViewTextBoxColumn8");
     this.dataGridViewTextBoxColumn9.set_DataPropertyName("Adr");
     this.dataGridViewTextBoxColumn9.set_HeaderText("Adr");
     this.dataGridViewTextBoxColumn9.set_Name("dataGridViewTextBoxColumn9");
     this.dataGridViewTextBoxColumn10.set_DataPropertyName("Datec");
     this.dataGridViewTextBoxColumn10.set_HeaderText("Datec");
     this.dataGridViewTextBoxColumn10.set_Name("dataGridViewTextBoxColumn10");
     this.dataGridViewTextBoxColumn11.set_DataPropertyName("FloorHouse");
     this.dataGridViewTextBoxColumn11.set_HeaderText("FloorHouse");
     this.dataGridViewTextBoxColumn11.set_Name("dataGridViewTextBoxColumn11");
     this.dataGridViewTextBoxColumn12.set_DataPropertyName("OrgDocument");
     this.dataGridViewTextBoxColumn12.set_HeaderText("OrgDocument");
     this.dataGridViewTextBoxColumn12.set_Name("dataGridViewTextBoxColumn12");
     this.dataGridViewTextBoxColumn13.set_DataPropertyName("IsClose");
     this.dataGridViewTextBoxColumn13.set_HeaderText("IsClose");
     this.dataGridViewTextBoxColumn13.set_Name("dataGridViewTextBoxColumn13");
     this.dataGridViewTextBoxColumn14.set_DataPropertyName("Dateb");
     this.dataGridViewTextBoxColumn14.set_HeaderText("Dateb");
     this.dataGridViewTextBoxColumn14.set_Name("dataGridViewTextBoxColumn14");
     this.dataGridViewTextBoxColumn15.set_DataPropertyName("ApartmentNumer");
     this.dataGridViewTextBoxColumn15.set_HeaderText("ApartmentNumer");
     this.dataGridViewTextBoxColumn15.set_Name("dataGridViewTextBoxColumn15");
     this.dataGridViewTextBoxColumn16.set_DataPropertyName("ObjectWithIdType");
     this.dataGridViewTextBoxColumn16.set_HeaderText("ObjectWithIdType");
     this.dataGridViewTextBoxColumn16.set_Name("dataGridViewTextBoxColumn16");
     this.dataGridViewTextBoxColumn17.set_DataPropertyName("OrgDocumentView");
     this.dataGridViewTextBoxColumn17.set_HeaderText("OrgDocumentView");
     this.dataGridViewTextBoxColumn17.set_Name("dataGridViewTextBoxColumn17");
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.treeAccount);
     base.Controls.Add(this.m_SearchByNumbersRadio);
     base.Controls.Add(this.m_SearchByAddressRadio);
     base.Controls.Add(this.tableLayoutPanel1);
     base.Controls.Add(this.chxShowClose);
     base.Controls.Add(box);
     base.Controls.Add(this.groupBox1);
     base.set_Name("AccountSelectControl");
     base.set_Size(new System.Drawing.Size(0x114, 0x241));
     base.add_Load(new System.EventHandler(this.AccountSelectControl_Load));
     box.ResumeLayout(false);
     box.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.bsAccountApartment.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.btnOk = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.m_ButtonsPanel = new System.Windows.Forms.Panel();
     this.m_LocalAddressSelector = new LocalAddressSelector();
     this.m_ButtonsPanel.SuspendLayout();
     base.SuspendLayout();
     this.btnOk.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnOk.set_Location(new System.Drawing.Point(0x57, 3));
     this.btnOk.set_Name("btnOk");
     this.btnOk.set_Size(new System.Drawing.Size(80, 0x19));
     this.btnOk.set_TabIndex(1);
     this.btnOk.set_Text("Сохранить");
     this.btnOk.set_UseVisualStyleBackColor(true);
     this.btnOk.add_Click(new System.EventHandler(this.btnOk_Click));
     this.btnCancel.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnCancel.set_Location(new System.Drawing.Point(0xad, 3));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(80, 0x19));
     this.btnCancel.set_TabIndex(2);
     this.btnCancel.set_Text("Отмена");
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.btnCancel.add_Click(new System.EventHandler(this.btnCancel_Click));
     this.m_ButtonsPanel.set_AutoSize(true);
     this.m_ButtonsPanel.Controls.Add(this.btnCancel);
     this.m_ButtonsPanel.Controls.Add(this.btnOk);
     this.m_ButtonsPanel.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.m_ButtonsPanel.set_Location(new System.Drawing.Point(0, 0x79));
     this.m_ButtonsPanel.set_MinimumSize(new System.Drawing.Size(250, 0));
     this.m_ButtonsPanel.set_Name("m_ButtonsPanel");
     this.m_ButtonsPanel.set_Size(new System.Drawing.Size(0x100, 0x1f));
     this.m_ButtonsPanel.set_TabIndex(3);
     this.m_LocalAddressSelector.set_AutoSize(true);
     this.m_LocalAddressSelector.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.m_LocalAddressSelector.set_Location(new System.Drawing.Point(0, 0));
     this.m_LocalAddressSelector.set_Margin(new System.Windows.Forms.Padding(0));
     this.m_LocalAddressSelector.set_MinimumSize(new System.Drawing.Size(0, 0x79));
     this.m_LocalAddressSelector.set_Name("m_LocalAddressSelector");
     this.m_LocalAddressSelector.set_Size(new System.Drawing.Size(0x100, 0x79));
     this.m_LocalAddressSelector.set_TabIndex(0);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     this.set_AutoSize(true);
     base.set_ClientSize(new System.Drawing.Size(0x100, 0xa4));
     base.Controls.Add(this.m_ButtonsPanel);
     base.Controls.Add(this.m_LocalAddressSelector);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedDialog);
     base.set_MaximizeBox(false);
     base.set_MinimizeBox(false);
     base.set_Name("ApartmentAddressChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterParent);
     this.set_Text("Адрес");
     base.add_Load(new System.EventHandler(this.ApartmentAddressChangeForm_Load));
     this.m_ButtonsPanel.ResumeLayout(false);
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Example #7
0
 private void InitializeComponent()
 {
     this.components = new Container();
     this.chxShowClose = new System.Windows.Forms.CheckBox();
     this.m_SearchByAddressRadio = new System.Windows.Forms.RadioButton();
     this.m_OwnerNameEdit = new System.Windows.Forms.TextBox();
     this.m_OwnerNameLabel = new System.Windows.Forms.Label();
     this.m_LocalAddressSelector = new LocalAddressSelector();
     this.m_SearchByNumbersRadio = new System.Windows.Forms.RadioButton();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnSearch = new System.Windows.Forms.Button();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.m_AccountEdit = new System.Windows.Forms.TextBox();
     this.m_AccountLabel = new System.Windows.Forms.Label();
     this.m_ApartmentNumberEdit = new System.Windows.Forms.TextBox();
     this.m_ApartmentLabel = new System.Windows.Forms.Label();
     this.m_SearchWorker = new BackgroundWorker();
     this.bsAccountApartment = new System.Windows.Forms.BindingSource(this.components);
     this.acApTree = new AccountApartmentTree();
     System.Windows.Forms.GroupBox box = new System.Windows.Forms.GroupBox();
     box.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.bsAccountApartment.BeginInit();
     base.SuspendLayout();
     box.set_AutoSize(true);
     box.Controls.Add(this.chxShowClose);
     box.Controls.Add(this.m_SearchByAddressRadio);
     box.Controls.Add(this.m_OwnerNameEdit);
     box.Controls.Add(this.m_OwnerNameLabel);
     box.Controls.Add(this.m_LocalAddressSelector);
     box.set_Dock(System.Windows.Forms.DockStyle.Top);
     box.set_FlatStyle(System.Windows.Forms.FlatStyle.System);
     box.set_Location(new System.Drawing.Point(0, 0x55));
     box.set_Name("gbAddresses");
     box.set_Size(new System.Drawing.Size(0x120, 0xc1));
     box.set_TabIndex(1);
     box.set_TabStop(false);
     this.chxShowClose.set_AutoSize(true);
     this.chxShowClose.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.chxShowClose.set_Location(new System.Drawing.Point(3, 0xad));
     this.chxShowClose.set_Name("chxShowClose");
     this.chxShowClose.set_Size(new System.Drawing.Size(0x11a, 0x11));
     this.chxShowClose.set_TabIndex(0x6d);
     this.chxShowClose.set_Text("Показывать закрытые паспорта жилья");
     this.chxShowClose.set_UseVisualStyleBackColor(true);
     this.m_SearchByAddressRadio.set_AutoSize(true);
     this.m_SearchByAddressRadio.set_Checked(true);
     this.m_SearchByAddressRadio.set_Location(new System.Drawing.Point(6, 0));
     this.m_SearchByAddressRadio.set_Name("m_SearchByAddressRadio");
     this.m_SearchByAddressRadio.set_Size(new System.Drawing.Size(0xaf, 0x11));
     this.m_SearchByAddressRadio.set_TabIndex(0x6a);
     this.m_SearchByAddressRadio.set_TabStop(true);
     this.m_SearchByAddressRadio.set_Text("Поиск по адресу и владельцу");
     this.m_SearchByAddressRadio.set_UseVisualStyleBackColor(true);
     this.m_SearchByAddressRadio.add_Click(new System.EventHandler(this.m_SearchByAddressRadio_Click));
     this.m_OwnerNameEdit.set_CharacterCasing(System.Windows.Forms.CharacterCasing.Upper);
     this.m_OwnerNameEdit.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.m_OwnerNameEdit.set_Location(new System.Drawing.Point(3, 0x99));
     this.m_OwnerNameEdit.set_Name("m_OwnerNameEdit");
     this.m_OwnerNameEdit.set_Size(new System.Drawing.Size(0x11a, 20));
     this.m_OwnerNameEdit.set_TabIndex(0);
     this.m_OwnerNameEdit.add_Enter(new System.EventHandler(this.m_LocalAddressSelector_Enter));
     this.m_OwnerNameEdit.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.m_ApartmentNumberEdit_KeyDown));
     this.m_OwnerNameLabel.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.m_OwnerNameLabel.set_Location(new System.Drawing.Point(3, 0x89));
     this.m_OwnerNameLabel.set_Name("m_OwnerNameLabel");
     this.m_OwnerNameLabel.set_Size(new System.Drawing.Size(0x11a, 0x10));
     this.m_OwnerNameLabel.set_TabIndex(5);
     this.m_OwnerNameLabel.set_Text("Владелец");
     this.m_LocalAddressSelector.set_AutoSize(true);
     this.m_LocalAddressSelector.set_AutoSizeMode(System.Windows.Forms.AutoSizeMode.GrowAndShrink);
     this.m_LocalAddressSelector.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.m_LocalAddressSelector.set_Location(new System.Drawing.Point(3, 0x10));
     this.m_LocalAddressSelector.set_Margin(new System.Windows.Forms.Padding(4));
     this.m_LocalAddressSelector.set_MinimumSize(new System.Drawing.Size(0, 0x79));
     this.m_LocalAddressSelector.set_Name("m_LocalAddressSelector");
     this.m_LocalAddressSelector.set_Size(new System.Drawing.Size(0x11a, 0x79));
     this.m_LocalAddressSelector.set_TabIndex(0);
     this.m_LocalAddressSelector.AddressSelected += new System.EventHandler(this.m_LocalAddressSelector_AddressSelected);
     this.m_LocalAddressSelector.add_Enter(new System.EventHandler(this.m_LocalAddressSelector_Enter));
     this.m_SearchByNumbersRadio.set_AutoSize(true);
     this.m_SearchByNumbersRadio.set_Location(new System.Drawing.Point(6, 0));
     this.m_SearchByNumbersRadio.set_Name("m_SearchByNumbersRadio");
     this.m_SearchByNumbersRadio.set_Size(new System.Drawing.Size(0x79, 0x11));
     this.m_SearchByNumbersRadio.set_TabIndex(4);
     this.m_SearchByNumbersRadio.set_Text("Поиск по номерам");
     this.m_SearchByNumbersRadio.set_UseVisualStyleBackColor(true);
     this.m_SearchByNumbersRadio.add_Click(new System.EventHandler(this.m_SearchByNumbersRadio_Click));
     this.tableLayoutPanel1.set_ColumnCount(2);
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 66.66666f));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 86f));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20f));
     this.tableLayoutPanel1.Controls.Add(this.btnCancel, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.btnSearch, 0, 0);
     this.tableLayoutPanel1.set_Dock(System.Windows.Forms.DockStyle.Bottom);
     this.tableLayoutPanel1.set_Location(new System.Drawing.Point(0, 0x13e));
     this.tableLayoutPanel1.set_Name("tableLayoutPanel1");
     this.tableLayoutPanel1.set_RowCount(1);
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100f));
     this.tableLayoutPanel1.set_Size(new System.Drawing.Size(0x120, 0x24));
     this.tableLayoutPanel1.set_TabIndex(0x70);
     this.btnCancel.set_Dock(System.Windows.Forms.DockStyle.Right);
     this.btnCancel.set_ImageAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.btnCancel.set_Location(new System.Drawing.Point(0xce, 3));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(0x4f, 30));
     this.btnCancel.set_TabIndex(7);
     this.btnCancel.set_Text("&Отмена");
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.btnCancel.add_Click(new System.EventHandler(this.btnCancel_Click));
     this.btnSearch.set_Dock(System.Windows.Forms.DockStyle.Right);
     this.btnSearch.set_ImageAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.btnSearch.set_Location(new System.Drawing.Point(120, 3));
     this.btnSearch.set_Name("btnSearch");
     this.btnSearch.set_Size(new System.Drawing.Size(0x4f, 30));
     this.btnSearch.set_TabIndex(6);
     this.btnSearch.set_Text("&Поиск");
     this.btnSearch.set_UseVisualStyleBackColor(true);
     this.btnSearch.add_Click(new System.EventHandler(this.btnSearch_Click));
     this.btnSearch.add_MouseUp(new System.Windows.Forms.MouseEventHandler(this.btnSearch_MouseUp));
     this.groupBox1.set_AutoSize(true);
     this.groupBox1.Controls.Add(this.m_SearchByNumbersRadio);
     this.groupBox1.Controls.Add(this.m_AccountEdit);
     this.groupBox1.Controls.Add(this.m_AccountLabel);
     this.groupBox1.Controls.Add(this.m_ApartmentNumberEdit);
     this.groupBox1.Controls.Add(this.m_ApartmentLabel);
     this.groupBox1.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.groupBox1.set_Location(new System.Drawing.Point(0, 0));
     this.groupBox1.set_Name("groupBox1");
     this.groupBox1.set_Size(new System.Drawing.Size(0x120, 0x55));
     this.groupBox1.set_TabIndex(1);
     this.groupBox1.set_TabStop(false);
     this.m_AccountEdit.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.m_AccountEdit.set_Location(new System.Drawing.Point(3, 0x3e));
     this.m_AccountEdit.set_Name("m_AccountEdit");
     this.m_AccountEdit.set_Size(new System.Drawing.Size(0x11a, 20));
     this.m_AccountEdit.set_TabIndex(5);
     this.m_AccountEdit.add_Enter(new System.EventHandler(this.m_ApartmentNumberEdit_Enter));
     this.m_AccountEdit.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.m_ApartmentNumberEdit_KeyDown));
     this.m_AccountLabel.set_AutoSize(true);
     this.m_AccountLabel.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.m_AccountLabel.set_Location(new System.Drawing.Point(3, 0x31));
     this.m_AccountLabel.set_Name("m_AccountLabel");
     this.m_AccountLabel.set_Size(new System.Drawing.Size(0x4c, 13));
     this.m_AccountLabel.set_TabIndex(2);
     this.m_AccountLabel.set_Text("Лицевой счет");
     this.m_AccountLabel.set_TextAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.m_ApartmentNumberEdit.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.m_ApartmentNumberEdit.set_Location(new System.Drawing.Point(3, 0x1d));
     this.m_ApartmentNumberEdit.set_Name("m_ApartmentNumberEdit");
     this.m_ApartmentNumberEdit.set_Size(new System.Drawing.Size(0x11a, 20));
     this.m_ApartmentNumberEdit.set_TabIndex(4);
     this.m_ApartmentNumberEdit.add_Enter(new System.EventHandler(this.m_ApartmentNumberEdit_Enter));
     this.m_ApartmentNumberEdit.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.m_ApartmentNumberEdit_KeyDown));
     this.m_ApartmentLabel.set_AutoSize(true);
     this.m_ApartmentLabel.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.m_ApartmentLabel.set_Location(new System.Drawing.Point(3, 0x10));
     this.m_ApartmentLabel.set_Name("m_ApartmentLabel");
     this.m_ApartmentLabel.set_Size(new System.Drawing.Size(0x7a, 13));
     this.m_ApartmentLabel.set_TabIndex(0);
     this.m_ApartmentLabel.set_Text("Идентификатор жилья");
     this.m_ApartmentLabel.set_TextAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.m_SearchWorker.add_DoWork(new DoWorkEventHandler(this.m_SearchWorker_DoWork));
     this.m_SearchWorker.add_RunWorkerCompleted(new RunWorkerCompletedEventHandler(this.m_SearchWorker_RunWorkerCompleted));
     this.bsAccountApartment.set_DataSource(typeof(AIS.SN.Model.DomainObjects.Views.AccountView));
     this.acApTree.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.acApTree.set_HideSelection(false);
     this.acApTree.set_Location(new System.Drawing.Point(0, 0));
     this.acApTree.set_Name("acApTree");
     this.acApTree.set_ShowNodeToolTips(true);
     this.acApTree.set_Size(new System.Drawing.Size(0x120, 0x162));
     this.acApTree.set_TabIndex(0x71);
     this.acApTree.set_Visible(false);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.tableLayoutPanel1);
     base.Controls.Add(box);
     base.Controls.Add(this.groupBox1);
     base.Controls.Add(this.acApTree);
     base.set_Name("AddresseSearchControl");
     base.set_Size(new System.Drawing.Size(0x120, 0x162));
     box.ResumeLayout(false);
     box.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.bsAccountApartment.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.components = new Container();
     this.chxShowClose = new System.Windows.Forms.CheckBox();
     this.m_SearchByAddressRadio = new System.Windows.Forms.RadioButton();
     this.m_OwnerNameEdit = new System.Windows.Forms.TextBox();
     this.m_OwnerNameLabel = new System.Windows.Forms.Label();
     this.m_LocalAddressSelector = new LocalAddressSelector();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.gbGroups = new System.Windows.Forms.GroupBox();
     this.cbAreas = new System.Windows.Forms.ComboBox();
     this.bsAreas = new System.Windows.Forms.BindingSource(this.components);
     this.label1 = new System.Windows.Forms.Label();
     this.cbxAreaGroups = new System.Windows.Forms.ComboBox();
     this.bsAreaGroups = new System.Windows.Forms.BindingSource(this.components);
     this.label2 = new System.Windows.Forms.Label();
     this.m_SearchByGroupsRadio = new System.Windows.Forms.RadioButton();
     this.gbNumbers = new System.Windows.Forms.GroupBox();
     this.chxShowCloseNum = new System.Windows.Forms.CheckBox();
     this.m_SearchByNumbersRadio = new System.Windows.Forms.RadioButton();
     this.m_AccountEdit = new System.Windows.Forms.TextBox();
     this.m_AccountLabel = new System.Windows.Forms.Label();
     this.m_ApartmentNumberEdit = new System.Windows.Forms.TextBox();
     this.m_ApartmentLabel = new System.Windows.Forms.Label();
     this.bwArea = new BackgroundWorker();
     System.Windows.Forms.GroupBox box = new System.Windows.Forms.GroupBox();
     box.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.gbGroups.SuspendLayout();
     this.bsAreas.BeginInit();
     this.bsAreaGroups.BeginInit();
     this.gbNumbers.SuspendLayout();
     base.SuspendLayout();
     box.set_AutoSize(true);
     box.Controls.Add(this.chxShowClose);
     box.Controls.Add(this.m_SearchByAddressRadio);
     box.Controls.Add(this.m_OwnerNameEdit);
     box.Controls.Add(this.m_OwnerNameLabel);
     box.Controls.Add(this.m_LocalAddressSelector);
     box.set_Dock(System.Windows.Forms.DockStyle.Fill);
     box.set_FlatStyle(System.Windows.Forms.FlatStyle.System);
     box.set_Location(new System.Drawing.Point(0, 0));
     box.set_Name("gbAddresses");
     box.set_Size(new System.Drawing.Size(0x17a, 0xbf));
     box.set_TabIndex(4);
     box.set_TabStop(false);
     this.chxShowClose.set_AutoSize(true);
     this.chxShowClose.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.chxShowClose.set_Location(new System.Drawing.Point(3, 0xad));
     this.chxShowClose.set_Name("chxShowClose");
     this.chxShowClose.set_Size(new System.Drawing.Size(0x174, 0x11));
     this.chxShowClose.set_TabIndex(0x6b);
     this.chxShowClose.set_Text("Показывать закрытые паспорта жилья");
     this.chxShowClose.set_UseVisualStyleBackColor(true);
     this.m_SearchByAddressRadio.set_AutoSize(true);
     this.m_SearchByAddressRadio.set_Location(new System.Drawing.Point(6, 0));
     this.m_SearchByAddressRadio.set_Name("m_SearchByAddressRadio");
     this.m_SearchByAddressRadio.set_Size(new System.Drawing.Size(0xaf, 0x11));
     this.m_SearchByAddressRadio.set_TabIndex(0x6a);
     this.m_SearchByAddressRadio.set_Text("Поиск по адресу и владельцу");
     this.m_SearchByAddressRadio.set_UseVisualStyleBackColor(true);
     this.m_SearchByAddressRadio.add_Click(new System.EventHandler(this.m_SearchByAddressRadio_Click));
     this.m_OwnerNameEdit.set_CharacterCasing(System.Windows.Forms.CharacterCasing.Upper);
     this.m_OwnerNameEdit.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.m_OwnerNameEdit.set_Location(new System.Drawing.Point(3, 0x99));
     this.m_OwnerNameEdit.set_Name("m_OwnerNameEdit");
     this.m_OwnerNameEdit.set_Size(new System.Drawing.Size(0x174, 20));
     this.m_OwnerNameEdit.set_TabIndex(0);
     this.m_OwnerNameEdit.add_Click(new System.EventHandler(this.m_SearchByAddressRadio_Click));
     this.m_OwnerNameEdit.add_Enter(new System.EventHandler(this.m_OwnerNameEdit_Enter));
     this.m_OwnerNameLabel.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.m_OwnerNameLabel.set_Location(new System.Drawing.Point(3, 0x89));
     this.m_OwnerNameLabel.set_Name("m_OwnerNameLabel");
     this.m_OwnerNameLabel.set_Size(new System.Drawing.Size(0x174, 0x10));
     this.m_OwnerNameLabel.set_TabIndex(5);
     this.m_OwnerNameLabel.set_Text("Владелец");
     this.m_LocalAddressSelector.set_AutoSize(true);
     this.m_LocalAddressSelector.set_AutoSizeMode(System.Windows.Forms.AutoSizeMode.GrowAndShrink);
     this.m_LocalAddressSelector.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.m_LocalAddressSelector.set_Location(new System.Drawing.Point(3, 0x10));
     this.m_LocalAddressSelector.set_Margin(new System.Windows.Forms.Padding(4));
     this.m_LocalAddressSelector.set_MinimumSize(new System.Drawing.Size(0, 0x79));
     this.m_LocalAddressSelector.set_Name("m_LocalAddressSelector");
     this.m_LocalAddressSelector.set_Size(new System.Drawing.Size(0x174, 0x79));
     this.m_LocalAddressSelector.set_TabIndex(0);
     this.m_LocalAddressSelector.add_Click(new System.EventHandler(this.m_SearchByAddressRadio_Click));
     this.m_LocalAddressSelector.add_Enter(new System.EventHandler(this.m_LocalAddressSelector_Enter));
     this.splitContainer1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.splitContainer1.set_Location(new System.Drawing.Point(0, 0));
     this.splitContainer1.set_Name("splitContainer1");
     this.splitContainer1.Panel1.Controls.Add(this.gbGroups);
     this.splitContainer1.Panel1.Controls.Add(this.gbNumbers);
     this.splitContainer1.Panel2.Controls.Add(box);
     this.splitContainer1.set_Size(new System.Drawing.Size(0x2f4, 0xbf));
     this.splitContainer1.set_SplitterDistance(0x176);
     this.splitContainer1.set_TabIndex(0);
     this.gbGroups.set_AutoSize(true);
     this.gbGroups.Controls.Add(this.cbAreas);
     this.gbGroups.Controls.Add(this.label1);
     this.gbGroups.Controls.Add(this.cbxAreaGroups);
     this.gbGroups.Controls.Add(this.label2);
     this.gbGroups.Controls.Add(this.m_SearchByGroupsRadio);
     this.gbGroups.set_Dock(System.Windows.Forms.DockStyle.Bottom);
     this.gbGroups.set_Location(new System.Drawing.Point(0, 0x68));
     this.gbGroups.set_Name("gbGroups");
     this.gbGroups.set_Size(new System.Drawing.Size(0x176, 0x57));
     this.gbGroups.set_TabIndex(0x21);
     this.gbGroups.set_TabStop(false);
     this.cbAreas.set_DataSource(this.bsAreas);
     this.cbAreas.set_DisplayMember("Name");
     this.cbAreas.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.cbAreas.set_FormattingEnabled(true);
     this.cbAreas.set_Location(new System.Drawing.Point(3, 0x3f));
     this.cbAreas.set_Name("cbAreas");
     this.cbAreas.set_RightToLeft(System.Windows.Forms.RightToLeft.No);
     this.cbAreas.set_Size(new System.Drawing.Size(0x170, 0x15));
     this.cbAreas.set_TabIndex(0x55);
     this.cbAreas.set_ValueMember("Id");
     this.cbAreas.add_Click(new System.EventHandler(this.m_SearchByGroupsRadio_Click));
     this.bsAreas.set_DataSource(typeof(Area));
     this.bsAreas.set_Sort("Name");
     this.label1.set_AutoSize(true);
     this.label1.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.label1.set_Location(new System.Drawing.Point(3, 50));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x27, 13));
     this.label1.set_TabIndex(0x54);
     this.label1.set_Text("Набор");
     this.cbxAreaGroups.set_DataSource(this.bsAreaGroups);
     this.cbxAreaGroups.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.cbxAreaGroups.set_FormattingEnabled(true);
     this.cbxAreaGroups.set_Location(new System.Drawing.Point(3, 0x1d));
     this.cbxAreaGroups.set_Name("cbxAreaGroups");
     this.cbxAreaGroups.set_RightToLeft(System.Windows.Forms.RightToLeft.No);
     this.cbxAreaGroups.set_Size(new System.Drawing.Size(0x170, 0x15));
     this.cbxAreaGroups.set_TabIndex(0x52);
     this.cbxAreaGroups.add_Click(new System.EventHandler(this.m_SearchByGroupsRadio_Click));
     this.bsAreaGroups.set_DataSource(typeof(AreaGroup));
     this.bsAreaGroups.set_Sort("Name");
     this.bsAreaGroups.add_CurrentChanged(new System.EventHandler(this.bsAreaGroups_CurrentChanged));
     this.label2.set_AutoSize(true);
     this.label2.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.label2.set_Location(new System.Drawing.Point(3, 0x10));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x2a, 13));
     this.label2.set_TabIndex(0x53);
     this.label2.set_Text("Группа");
     this.m_SearchByGroupsRadio.set_AutoSize(true);
     this.m_SearchByGroupsRadio.set_Checked(true);
     this.m_SearchByGroupsRadio.set_Location(new System.Drawing.Point(6, -3));
     this.m_SearchByGroupsRadio.set_Name("m_SearchByGroupsRadio");
     this.m_SearchByGroupsRadio.set_RightToLeft(System.Windows.Forms.RightToLeft.No);
     this.m_SearchByGroupsRadio.set_Size(new System.Drawing.Size(0x75, 0x11));
     this.m_SearchByGroupsRadio.set_TabIndex(0x4b);
     this.m_SearchByGroupsRadio.set_TabStop(true);
     this.m_SearchByGroupsRadio.set_Text("Поиск по группам");
     this.m_SearchByGroupsRadio.set_UseVisualStyleBackColor(true);
     this.m_SearchByGroupsRadio.add_Click(new System.EventHandler(this.m_SearchByGroupsRadio_Click));
     this.gbNumbers.set_AutoSize(true);
     this.gbNumbers.Controls.Add(this.chxShowCloseNum);
     this.gbNumbers.Controls.Add(this.m_SearchByNumbersRadio);
     this.gbNumbers.Controls.Add(this.m_AccountEdit);
     this.gbNumbers.Controls.Add(this.m_AccountLabel);
     this.gbNumbers.Controls.Add(this.m_ApartmentNumberEdit);
     this.gbNumbers.Controls.Add(this.m_ApartmentLabel);
     this.gbNumbers.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.gbNumbers.set_Location(new System.Drawing.Point(0, 0));
     this.gbNumbers.set_Name("gbNumbers");
     this.gbNumbers.set_Size(new System.Drawing.Size(0x176, 0x66));
     this.gbNumbers.set_TabIndex(0x17);
     this.gbNumbers.set_TabStop(false);
     this.chxShowCloseNum.set_AutoSize(true);
     this.chxShowCloseNum.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.chxShowCloseNum.set_Location(new System.Drawing.Point(3, 0x52));
     this.chxShowCloseNum.set_Name("chxShowCloseNum");
     this.chxShowCloseNum.set_Size(new System.Drawing.Size(0x170, 0x11));
     this.chxShowCloseNum.set_TabIndex(0x6c);
     this.chxShowCloseNum.set_Text("Показывать закрытые паспорта жилья");
     this.chxShowCloseNum.set_UseVisualStyleBackColor(true);
     this.m_SearchByNumbersRadio.set_AutoSize(true);
     this.m_SearchByNumbersRadio.set_Location(new System.Drawing.Point(6, 0));
     this.m_SearchByNumbersRadio.set_Name("m_SearchByNumbersRadio");
     this.m_SearchByNumbersRadio.set_Size(new System.Drawing.Size(0x79, 0x11));
     this.m_SearchByNumbersRadio.set_TabIndex(4);
     this.m_SearchByNumbersRadio.set_Text("Поиск по номерам");
     this.m_SearchByNumbersRadio.set_UseVisualStyleBackColor(true);
     this.m_SearchByNumbersRadio.add_Click(new System.EventHandler(this.m_SearchByNumbersRadio_Click));
     this.m_AccountEdit.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.m_AccountEdit.set_Location(new System.Drawing.Point(3, 0x3e));
     this.m_AccountEdit.set_Name("m_AccountEdit");
     this.m_AccountEdit.set_Size(new System.Drawing.Size(0x170, 20));
     this.m_AccountEdit.set_TabIndex(5);
     this.m_AccountEdit.add_Click(new System.EventHandler(this.m_SearchByNumbersRadio_Click));
     this.m_AccountLabel.set_AutoSize(true);
     this.m_AccountLabel.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.m_AccountLabel.set_Location(new System.Drawing.Point(3, 0x31));
     this.m_AccountLabel.set_Name("m_AccountLabel");
     this.m_AccountLabel.set_Size(new System.Drawing.Size(0x4c, 13));
     this.m_AccountLabel.set_TabIndex(2);
     this.m_AccountLabel.set_Text("Лицевой счет");
     this.m_AccountLabel.set_TextAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.m_ApartmentNumberEdit.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.m_ApartmentNumberEdit.set_Location(new System.Drawing.Point(3, 0x1d));
     this.m_ApartmentNumberEdit.set_Name("m_ApartmentNumberEdit");
     this.m_ApartmentNumberEdit.set_Size(new System.Drawing.Size(0x170, 20));
     this.m_ApartmentNumberEdit.set_TabIndex(4);
     this.m_ApartmentNumberEdit.add_Click(new System.EventHandler(this.m_SearchByNumbersRadio_Click));
     this.m_ApartmentNumberEdit.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.m_ApartmentNumberEdit_KeyDown));
     this.m_ApartmentLabel.set_AutoSize(true);
     this.m_ApartmentLabel.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.m_ApartmentLabel.set_Location(new System.Drawing.Point(3, 0x10));
     this.m_ApartmentLabel.set_Name("m_ApartmentLabel");
     this.m_ApartmentLabel.set_Size(new System.Drawing.Size(0x7a, 13));
     this.m_ApartmentLabel.set_TabIndex(0);
     this.m_ApartmentLabel.set_Text("Идентификатор жилья");
     this.m_ApartmentLabel.set_TextAlign(System.Drawing.ContentAlignment.MiddleLeft);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.splitContainer1);
     base.set_Name("AddressesSelectControl");
     base.set_Size(new System.Drawing.Size(0x2f4, 0xbf));
     base.add_Load(new System.EventHandler(this.AddressesSelectControl_Load));
     box.ResumeLayout(false);
     box.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     this.splitContainer1.ResumeLayout(false);
     this.gbGroups.ResumeLayout(false);
     this.gbGroups.PerformLayout();
     this.bsAreas.EndInit();
     this.bsAreaGroups.EndInit();
     this.gbNumbers.ResumeLayout(false);
     this.gbNumbers.PerformLayout();
     base.ResumeLayout(false);
 }
Example #9
0
 private void InitializeComponent()
 {
     this.components = new Container();
     System.Windows.Forms.DataGridViewCellStyle style = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style3 = new System.Windows.Forms.DataGridViewCellStyle();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(DebtAffairsView));
     this.tsOuter = new System.Windows.Forms.ToolStrip();
     this.tsBtnShowFilter = new System.Windows.Forms.ToolStripButton();
     this.tsOunterBtnSearch = new System.Windows.Forms.ToolStripButton();
     this.tsOuterBtnAdd = new System.Windows.Forms.ToolStripButton();
     this.tsOuterBtnEdit = new System.Windows.Forms.ToolStripButton();
     this.tsOuterBtnDelete = new System.Windows.Forms.ToolStripButton();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.panelFilter = new System.Windows.Forms.Panel();
     this.gbFilter = new System.Windows.Forms.GroupBox();
     this.sfdStatusType = new SelectFasetData();
     this.bsDebtActionStatuses = new System.Windows.Forms.BindingSource(this.components);
     this.label8 = new System.Windows.Forms.Label();
     this.cbConsiderFilterExecutionTime = new System.Windows.Forms.CheckBox();
     this.label10 = new System.Windows.Forms.Label();
     this.nudCountExecutionTime = new System.Windows.Forms.NumericUpDown();
     this.tbResultComment = new System.Windows.Forms.TextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.sfNoticeType = new SelectFasetData();
     this.label6 = new System.Windows.Forms.Label();
     this.tbAccountNumber = new System.Windows.Forms.TextBox();
     this.sfdCategory = new SelectFasetData();
     this.selectActStatus = new SelectFasetData();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.selectRespondent = new SelectOwner();
     this.label2 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.selectDocument = new SelectOrgDocument();
     this.label3 = new System.Windows.Forms.Label();
     this.selectСlaimant = new SelectOrganization();
     this.label1 = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.selectorLocalAddress = new LocalAddressSelector();
     this.tsInner = new System.Windows.Forms.ToolStrip();
     this.tsBtnHideFilter = new System.Windows.Forms.ToolStripButton();
     this.tsInnerBtnSearch = new System.Windows.Forms.ToolStripButton();
     this.tsInnerBtnAdd = new System.Windows.Forms.ToolStripButton();
     this.tsInnerBtnEdit = new System.Windows.Forms.ToolStripButton();
     this.tsInnerBtnDelete = new System.Windows.Forms.ToolStripButton();
     this.panel1 = new System.Windows.Forms.Panel();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.ownerNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.countActionsDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.houseHolderNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.addressNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.debtSummDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.fromDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.toDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.monthCountDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.orgDocumentNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CategoryName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.commentDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ScanPath = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.createdDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsDebtAffairs = new System.Windows.Forms.BindingSource(this.components);
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
     this.документыСИстекающимСрокомИсполненияToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.ДокументыВсеToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     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.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tsOuter.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.panelFilter.SuspendLayout();
     this.gbFilter.SuspendLayout();
     this.bsDebtActionStatuses.BeginInit();
     this.nudCountExecutionTime.BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.tsInner.SuspendLayout();
     this.panel1.SuspendLayout();
     this.dataGridView1.BeginInit();
     this.bsDebtAffairs.BeginInit();
     this.toolStrip1.SuspendLayout();
     base.SuspendLayout();
     this.tsOuter.set_Dock(System.Windows.Forms.DockStyle.Left);
     this.tsOuter.set_GripStyle(System.Windows.Forms.ToolStripGripStyle.Hidden);
     this.tsOuter.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsBtnShowFilter, this.tsOunterBtnSearch, this.tsOuterBtnAdd, this.tsOuterBtnEdit, this.tsOuterBtnDelete });
     this.tsOuter.set_Location(new System.Drawing.Point(0, 0));
     this.tsOuter.set_Name("tsOuter");
     this.tsOuter.set_Size(new System.Drawing.Size(0x1d, 0x28c));
     this.tsOuter.set_TabIndex(2);
     this.tsOuter.set_Text("toolStrip1");
     this.tsBtnShowFilter.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsBtnShowFilter.set_Image(Resources.FILTER);
     this.tsBtnShowFilter.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnShowFilter.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnShowFilter.set_Name("tsBtnShowFilter");
     this.tsBtnShowFilter.set_Size(new System.Drawing.Size(0x1a, 0x16));
     this.tsBtnShowFilter.set_Text("Показать настройки фильтра");
     this.tsBtnShowFilter.add_Click(new System.EventHandler(this.tsBtnShowFilter_Click));
     this.tsOunterBtnSearch.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsOunterBtnSearch.set_Image(Resources.SEARCH);
     this.tsOunterBtnSearch.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsOunterBtnSearch.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsOunterBtnSearch.set_Name("tsOunterBtnSearch");
     this.tsOunterBtnSearch.set_Size(new System.Drawing.Size(0x1a, 0x16));
     this.tsOunterBtnSearch.set_Text("Найти");
     this.tsOunterBtnSearch.add_Click(new System.EventHandler(this.tsBtnSearch_Click));
     this.tsOuterBtnAdd.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsOuterBtnAdd.set_Image(Resources.ADD);
     this.tsOuterBtnAdd.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsOuterBtnAdd.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsOuterBtnAdd.set_Name("tsOuterBtnAdd");
     this.tsOuterBtnAdd.set_Size(new System.Drawing.Size(0x1a, 0x16));
     this.tsOuterBtnAdd.set_Text("Добавить дело");
     this.tsOuterBtnAdd.add_Click(new System.EventHandler(this.tsOuterBtnAdd_Click));
     this.tsOuterBtnEdit.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsOuterBtnEdit.set_Image(Resources.CHANGE);
     this.tsOuterBtnEdit.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsOuterBtnEdit.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsOuterBtnEdit.set_Name("tsOuterBtnEdit");
     this.tsOuterBtnEdit.set_Size(new System.Drawing.Size(0x1a, 0x16));
     this.tsOuterBtnEdit.set_Text("Изменить дело");
     this.tsOuterBtnEdit.add_Click(new System.EventHandler(this.tsOuterBtnEdit_Click));
     this.tsOuterBtnDelete.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsOuterBtnDelete.set_Image(Resources.DELETE);
     this.tsOuterBtnDelete.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsOuterBtnDelete.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsOuterBtnDelete.set_Name("tsOuterBtnDelete");
     this.tsOuterBtnDelete.set_Size(new System.Drawing.Size(0x1a, 0x16));
     this.tsOuterBtnDelete.set_Text("Удалить дело");
     this.tsOuterBtnDelete.add_Click(new System.EventHandler(this.tsOuterBtnDelete_Click));
     this.splitContainer1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.splitContainer1.set_Location(new System.Drawing.Point(0x1d, 0));
     this.splitContainer1.set_Name("splitContainer1");
     this.splitContainer1.Panel1.set_AutoScroll(true);
     this.splitContainer1.Panel1.set_AutoScrollMinSize(new System.Drawing.Size(0xa5, 0));
     this.splitContainer1.Panel1.Controls.Add(this.panelFilter);
     this.splitContainer1.set_Panel1MinSize(0xa5);
     this.splitContainer1.Panel2.Controls.Add(this.panel1);
     this.splitContainer1.Panel2.Controls.Add(this.toolStrip1);
     this.splitContainer1.set_Panel2MinSize(0);
     this.splitContainer1.set_Size(new System.Drawing.Size(0x34e, 0x28c));
     this.splitContainer1.set_SplitterDistance(0x12d);
     this.splitContainer1.set_TabIndex(4);
     this.panelFilter.set_AutoScroll(true);
     this.panelFilter.Controls.Add(this.gbFilter);
     this.panelFilter.Controls.Add(this.tsInner);
     this.panelFilter.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.panelFilter.set_Location(new System.Drawing.Point(0, 0));
     this.panelFilter.set_Name("panelFilter");
     this.panelFilter.set_Size(new System.Drawing.Size(0x12d, 0x28c));
     this.panelFilter.set_TabIndex(4);
     this.gbFilter.set_AutoSize(true);
     this.gbFilter.Controls.Add(this.sfdStatusType);
     this.gbFilter.Controls.Add(this.label8);
     this.gbFilter.Controls.Add(this.cbConsiderFilterExecutionTime);
     this.gbFilter.Controls.Add(this.label10);
     this.gbFilter.Controls.Add(this.nudCountExecutionTime);
     this.gbFilter.Controls.Add(this.tbResultComment);
     this.gbFilter.Controls.Add(this.label7);
     this.gbFilter.Controls.Add(this.sfNoticeType);
     this.gbFilter.Controls.Add(this.label6);
     this.gbFilter.Controls.Add(this.tbAccountNumber);
     this.gbFilter.Controls.Add(this.sfdCategory);
     this.gbFilter.Controls.Add(this.selectActStatus);
     this.gbFilter.Controls.Add(this.groupBox1);
     this.gbFilter.Controls.Add(this.label2);
     this.gbFilter.Controls.Add(this.label5);
     this.gbFilter.Controls.Add(this.label4);
     this.gbFilter.Controls.Add(this.selectDocument);
     this.gbFilter.Controls.Add(this.label3);
     this.gbFilter.Controls.Add(this.selectСlaimant);
     this.gbFilter.Controls.Add(this.label1);
     this.gbFilter.Controls.Add(this.groupBox2);
     this.gbFilter.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.gbFilter.set_Location(new System.Drawing.Point(0, 0x19));
     this.gbFilter.set_Name("gbFilter");
     this.gbFilter.set_Size(new System.Drawing.Size(0x12d, 0x273));
     this.gbFilter.set_TabIndex(1);
     this.gbFilter.set_TabStop(false);
     this.gbFilter.set_Text("Фильтр:");
     this.sfdStatusType.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.sfdStatusType.set_DataSource(this.bsDebtActionStatuses);
     this.sfdStatusType.set_DisplayMember("Name");
     this.sfdStatusType.set_Location(new System.Drawing.Point(3, 0x18f));
     this.sfdStatusType.set_Name("sfdStatusType");
     this.sfdStatusType.set_Size(new System.Drawing.Size(0x127, 0x15));
     this.sfdStatusType.set_Sorted(true);
     this.sfdStatusType.set_TabIndex(0x20);
     this.sfdStatusType.set_ValueMember("Id");
     this.sfdStatusType.add_SelectedIndexChanged(new System.EventHandler(this.sfdStatusType_SelectedIndexChanged));
     this.bsDebtActionStatuses.set_DataSource(typeof(DebtActionStatus));
     this.label8.set_AutoSize(true);
     this.label8.set_Location(new System.Drawing.Point(6, 0x180));
     this.label8.set_Name("label8");
     this.label8.set_Size(new System.Drawing.Size(0x44, 13));
     this.label8.set_TabIndex(0x1f);
     this.label8.set_Text("Тип статуса");
     this.cbConsiderFilterExecutionTime.set_AutoSize(true);
     this.cbConsiderFilterExecutionTime.set_Location(new System.Drawing.Point(3, 0x246));
     this.cbConsiderFilterExecutionTime.set_Name("cbConsiderFilterExecutionTime");
     this.cbConsiderFilterExecutionTime.set_Size(new System.Drawing.Size(0xd0, 0x11));
     this.cbConsiderFilterExecutionTime.set_TabIndex(30);
     this.cbConsiderFilterExecutionTime.set_Text("Документы, которые истекут через");
     this.cbConsiderFilterExecutionTime.set_UseVisualStyleBackColor(true);
     this.cbConsiderFilterExecutionTime.add_CheckedChanged(new System.EventHandler(this.cbConsiderFilterExecutionTime_CheckedChanged));
     this.label10.set_AutoSize(true);
     this.label10.set_Location(new System.Drawing.Point(0xfe, 0x247));
     this.label10.set_Name("label10");
     this.label10.set_Size(new System.Drawing.Size(0x1f, 13));
     this.label10.set_TabIndex(0x1d);
     this.label10.set_Text("дней");
     this.nudCountExecutionTime.set_Enabled(false);
     this.nudCountExecutionTime.set_Location(new System.Drawing.Point(0xd9, 0x246));
     this.nudCountExecutionTime.set_Name("nudCountExecutionTime");
     this.nudCountExecutionTime.set_Size(new System.Drawing.Size(0x22, 20));
     this.nudCountExecutionTime.set_TabIndex(0x1a);
     this.tbResultComment.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbResultComment.set_Location(new System.Drawing.Point(3, 560));
     this.tbResultComment.set_Name("tbResultComment");
     this.tbResultComment.set_Size(new System.Drawing.Size(0x127, 20));
     this.tbResultComment.set_TabIndex(0x19);
     this.label7.set_AutoSize(true);
     this.label7.set_Location(new System.Drawing.Point(6, 0x21f));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(0x3b, 13));
     this.label7.set_TabIndex(0x18);
     this.label7.set_Text("Результат");
     this.sfNoticeType.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.sfNoticeType.set_Location(new System.Drawing.Point(3, 0x207));
     this.sfNoticeType.set_Name("sfNoticeType");
     this.sfNoticeType.set_Size(new System.Drawing.Size(0x127, 0x15));
     this.sfNoticeType.set_Sorted(true);
     this.sfNoticeType.set_TabIndex(0x17);
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(6, 0x1f7));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(0x60, 13));
     this.label6.set_TabIndex(0x16);
     this.label6.set_Text("Тип уведомлений");
     this.tbAccountNumber.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbAccountNumber.set_Location(new System.Drawing.Point(6, 0x20));
     this.tbAccountNumber.set_Name("tbAccountNumber");
     this.tbAccountNumber.set_Size(new System.Drawing.Size(0x124, 20));
     this.tbAccountNumber.set_TabIndex(0x15);
     this.tbAccountNumber.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.tbAccountNumber_KeyDown));
     this.sfdCategory.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.sfdCategory.set_Location(new System.Drawing.Point(3, 0x1df));
     this.sfdCategory.set_Name("sfdCategory");
     this.sfdCategory.set_Size(new System.Drawing.Size(0x127, 0x15));
     this.sfdCategory.set_Sorted(true);
     this.sfdCategory.set_TabIndex(20);
     this.selectActStatus.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectActStatus.set_DisplayMember("Name");
     this.selectActStatus.set_Location(new System.Drawing.Point(3, 0x1b5));
     this.selectActStatus.set_Name("selectActStatus");
     this.selectActStatus.set_Size(new System.Drawing.Size(0x127, 0x15));
     this.selectActStatus.set_Sorted(true);
     this.selectActStatus.set_TabIndex(20);
     this.selectActStatus.set_ValueMember("Id");
     this.groupBox1.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.groupBox1.Controls.Add(this.selectRespondent);
     this.groupBox1.set_Location(new System.Drawing.Point(3, 0xcd));
     this.groupBox1.set_Name("groupBox1");
     this.groupBox1.set_Size(new System.Drawing.Size(0x12a, 100));
     this.groupBox1.set_TabIndex(0x13);
     this.groupBox1.set_TabStop(false);
     this.groupBox1.set_Text("Основной ответчик");
     this.selectRespondent.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.selectRespondent.set_Location(new System.Drawing.Point(3, 0x10));
     this.selectRespondent.set_Margin(new System.Windows.Forms.Padding(4));
     this.selectRespondent.set_Name("selectRespondent");
     this.selectRespondent.set_Size(new System.Drawing.Size(0x124, 0x51));
     this.selectRespondent.set_TabIndex(3);
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(6, 0x1cf));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x57, 13));
     this.label2.set_TabIndex(0x11);
     this.label2.set_Text("Категория дела");
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(6, 0x1a5));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x44, 13));
     this.label5.set_TabIndex(0x11);
     this.label5.set_Text("Статус иска");
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(6, 0x15b));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x3a, 13));
     this.label4.set_TabIndex(0x10);
     this.label4.set_Text("Документ");
     this.selectDocument.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectDocument.set_Location(new System.Drawing.Point(3, 0x16b));
     this.selectDocument.set_Name("selectDocument");
     this.selectDocument.set_Size(new System.Drawing.Size(0x127, 20));
     this.selectDocument.set_TabIndex(15);
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(6, 0x134));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x59, 13));
     this.label3.set_TabIndex(14);
     this.label3.set_Text("Основной истец");
     this.selectСlaimant.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectСlaimant.IsCashlessTransferrer = false;
     this.selectСlaimant.IsHouseHolder = false;
     this.selectСlaimant.IsPaymentAgent = false;
     this.selectСlaimant.IsResourceProvider = false;
     this.selectСlaimant.IsServiceProvider = false;
     this.selectСlaimant.set_Location(new System.Drawing.Point(3, 0x144));
     this.selectСlaimant.set_Name("selectСlaimant");
     this.selectСlaimant.set_Size(new System.Drawing.Size(0x127, 20));
     this.selectСlaimant.set_TabIndex(13);
     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(0x65, 13));
     this.label1.set_TabIndex(1);
     this.label1.set_Text("№ Лицевого счёта");
     this.groupBox2.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.groupBox2.set_AutoSize(true);
     this.groupBox2.Controls.Add(this.selectorLocalAddress);
     this.groupBox2.set_Location(new System.Drawing.Point(3, 0x3a));
     this.groupBox2.set_Name("groupBox2");
     this.groupBox2.set_Size(new System.Drawing.Size(0x12a, 0x8d));
     this.groupBox2.set_TabIndex(12);
     this.groupBox2.set_TabStop(false);
     this.groupBox2.set_Text("Адрес");
     this.selectorLocalAddress.set_AutoSize(true);
     this.selectorLocalAddress.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.selectorLocalAddress.set_Location(new System.Drawing.Point(3, 0x10));
     this.selectorLocalAddress.set_Margin(new System.Windows.Forms.Padding(0));
     this.selectorLocalAddress.set_MinimumSize(new System.Drawing.Size(0, 0x79));
     this.selectorLocalAddress.set_Name("selectorLocalAddress");
     this.selectorLocalAddress.set_Size(new System.Drawing.Size(0x124, 0x7a));
     this.selectorLocalAddress.set_TabIndex(12);
     this.tsInner.set_GripStyle(System.Windows.Forms.ToolStripGripStyle.Hidden);
     this.tsInner.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsBtnHideFilter, this.tsInnerBtnSearch, this.tsInnerBtnAdd, this.tsInnerBtnEdit, this.tsInnerBtnDelete });
     this.tsInner.set_Location(new System.Drawing.Point(0, 0));
     this.tsInner.set_Name("tsInner");
     this.tsInner.set_Size(new System.Drawing.Size(0x12d, 0x19));
     this.tsInner.set_TabIndex(5);
     this.tsInner.set_Text("toolStrip1");
     this.tsBtnHideFilter.set_Checked(true);
     this.tsBtnHideFilter.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.tsBtnHideFilter.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsBtnHideFilter.set_Image(Resources.FILTER);
     this.tsBtnHideFilter.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnHideFilter.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnHideFilter.set_Name("tsBtnHideFilter");
     this.tsBtnHideFilter.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsBtnHideFilter.set_Text("Скрыть настройки фильтра");
     this.tsBtnHideFilter.add_Click(new System.EventHandler(this.tsBtnHideFilter_Click));
     this.tsInnerBtnSearch.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsInnerBtnSearch.set_Image(Resources.SEARCH);
     this.tsInnerBtnSearch.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsInnerBtnSearch.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsInnerBtnSearch.set_Name("tsInnerBtnSearch");
     this.tsInnerBtnSearch.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsInnerBtnSearch.set_Text("Найти");
     this.tsInnerBtnSearch.add_Click(new System.EventHandler(this.tsBtnSearch_Click));
     this.tsInnerBtnAdd.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsInnerBtnAdd.set_Image(Resources.ADD);
     this.tsInnerBtnAdd.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsInnerBtnAdd.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsInnerBtnAdd.set_Name("tsInnerBtnAdd");
     this.tsInnerBtnAdd.set_Size(new System.Drawing.Size(0x18, 0x16));
     this.tsInnerBtnAdd.set_Text("Добавить дело");
     this.tsInnerBtnAdd.add_Click(new System.EventHandler(this.tsInnerBtnAdd_Click));
     this.tsInnerBtnEdit.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsInnerBtnEdit.set_Image(Resources.CHANGE);
     this.tsInnerBtnEdit.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsInnerBtnEdit.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsInnerBtnEdit.set_Name("tsInnerBtnEdit");
     this.tsInnerBtnEdit.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsInnerBtnEdit.set_Text("Изменить дело");
     this.tsInnerBtnEdit.add_Click(new System.EventHandler(this.tsInnerBtnEdit_Click));
     this.tsInnerBtnDelete.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsInnerBtnDelete.set_Image(Resources.DELETE);
     this.tsInnerBtnDelete.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsInnerBtnDelete.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsInnerBtnDelete.set_Name("tsInnerBtnDelete");
     this.tsInnerBtnDelete.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsInnerBtnDelete.set_Text("Удалить дело");
     this.tsInnerBtnDelete.add_Click(new System.EventHandler(this.tsInnerBtnDelete_Click));
     this.panel1.Controls.Add(this.dataGridView1);
     this.panel1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.panel1.set_Location(new System.Drawing.Point(0, 0x19));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(0x21d, 0x273));
     this.panel1.set_TabIndex(4);
     this.dataGridView1.set_AllowUserToAddRows(false);
     this.dataGridView1.set_AllowUserToDeleteRows(false);
     this.dataGridView1.set_AllowUserToOrderColumns(true);
     this.dataGridView1.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Top);
     this.dataGridView1.set_AutoGenerateColumns(false);
     this.dataGridView1.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dataGridView1.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     style.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft);
     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.dataGridView1.set_ColumnHeadersDefaultCellStyle(style);
     this.dataGridView1.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ownerNameDataGridViewTextBoxColumn, this.countActionsDataGridViewTextBoxColumn, this.houseHolderNameDataGridViewTextBoxColumn, this.addressNameDataGridViewTextBoxColumn, this.debtSummDataGridViewTextBoxColumn, this.fromDateDataGridViewTextBoxColumn, this.toDateDataGridViewTextBoxColumn, this.monthCountDataGridViewTextBoxColumn, this.orgDocumentNameDataGridViewTextBoxColumn, this.CategoryName, this.commentDataGridViewTextBoxColumn, this.ScanPath, this.createdDataGridViewTextBoxColumn });
     this.dataGridView1.set_DataSource(this.bsDebtAffairs);
     style2.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft);
     style2.set_BackColor(System.Drawing.SystemColors.Window);
     style2.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     style2.set_ForeColor(System.Drawing.SystemColors.ControlText);
     style2.set_SelectionBackColor(System.Drawing.SystemColors.Highlight);
     style2.set_SelectionForeColor(System.Drawing.SystemColors.HighlightText);
     style2.set_WrapMode(System.Windows.Forms.DataGridViewTriState.False);
     this.dataGridView1.set_DefaultCellStyle(style2);
     this.dataGridView1.set_Location(new System.Drawing.Point(0, 6));
     this.dataGridView1.set_MultiSelect(false);
     this.dataGridView1.set_Name("dataGridView1");
     this.dataGridView1.set_ReadOnly(true);
     style3.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft);
     style3.set_BackColor(System.Drawing.SystemColors.Control);
     style3.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     style3.set_ForeColor(System.Drawing.SystemColors.WindowText);
     style3.set_SelectionBackColor(System.Drawing.SystemColors.Highlight);
     style3.set_SelectionForeColor(System.Drawing.SystemColors.HighlightText);
     style3.set_WrapMode(System.Windows.Forms.DataGridViewTriState.True);
     this.dataGridView1.set_RowHeadersDefaultCellStyle(style3);
     this.dataGridView1.set_RowHeadersVisible(false);
     this.dataGridView1.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dataGridView1.set_Size(new System.Drawing.Size(0x21d, 0x26d));
     this.dataGridView1.set_TabIndex(2);
     this.dataGridView1.add_DoubleClick(new System.EventHandler(this.dataGridView1_DoubleClick));
     this.ownerNameDataGridViewTextBoxColumn.set_DataPropertyName("OwnerName");
     this.ownerNameDataGridViewTextBoxColumn.set_HeaderText("Должник");
     this.ownerNameDataGridViewTextBoxColumn.set_Name("ownerNameDataGridViewTextBoxColumn");
     this.ownerNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.ownerNameDataGridViewTextBoxColumn.set_Width(0x4f);
     this.countActionsDataGridViewTextBoxColumn.set_DataPropertyName("CountActions");
     this.countActionsDataGridViewTextBoxColumn.set_HeaderText("Кол-во процессов");
     this.countActionsDataGridViewTextBoxColumn.set_Name("countActionsDataGridViewTextBoxColumn");
     this.countActionsDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.countActionsDataGridViewTextBoxColumn.set_Width(0x71);
     this.houseHolderNameDataGridViewTextBoxColumn.set_DataPropertyName("HouseHolderName");
     this.houseHolderNameDataGridViewTextBoxColumn.set_HeaderText("Управляющая компания");
     this.houseHolderNameDataGridViewTextBoxColumn.set_Name("houseHolderNameDataGridViewTextBoxColumn");
     this.houseHolderNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.houseHolderNameDataGridViewTextBoxColumn.set_Width(0x90);
     this.addressNameDataGridViewTextBoxColumn.set_DataPropertyName("AddressName");
     this.addressNameDataGridViewTextBoxColumn.set_HeaderText("Адрес");
     this.addressNameDataGridViewTextBoxColumn.set_Name("addressNameDataGridViewTextBoxColumn");
     this.addressNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.addressNameDataGridViewTextBoxColumn.set_Width(0x3f);
     this.debtSummDataGridViewTextBoxColumn.set_DataPropertyName("DebtSumm");
     this.debtSummDataGridViewTextBoxColumn.set_HeaderText("Долг");
     this.debtSummDataGridViewTextBoxColumn.set_Name("debtSummDataGridViewTextBoxColumn");
     this.debtSummDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.debtSummDataGridViewTextBoxColumn.set_Width(0x3a);
     this.fromDateDataGridViewTextBoxColumn.set_DataPropertyName("FromDate");
     this.fromDateDataGridViewTextBoxColumn.set_HeaderText("Дата начала");
     this.fromDateDataGridViewTextBoxColumn.set_Name("fromDateDataGridViewTextBoxColumn");
     this.fromDateDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.fromDateDataGridViewTextBoxColumn.set_Width(0x58);
     this.toDateDataGridViewTextBoxColumn.set_DataPropertyName("ToDate");
     this.toDateDataGridViewTextBoxColumn.set_HeaderText("Дата конца");
     this.toDateDataGridViewTextBoxColumn.set_Name("toDateDataGridViewTextBoxColumn");
     this.toDateDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.toDateDataGridViewTextBoxColumn.set_Width(0x54);
     this.monthCountDataGridViewTextBoxColumn.set_DataPropertyName("MonthCount");
     this.monthCountDataGridViewTextBoxColumn.set_HeaderText("Количество месяцев");
     this.monthCountDataGridViewTextBoxColumn.set_Name("monthCountDataGridViewTextBoxColumn");
     this.monthCountDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.monthCountDataGridViewTextBoxColumn.set_Width(0x7e);
     this.orgDocumentNameDataGridViewTextBoxColumn.set_DataPropertyName("OrgDocumentName");
     this.orgDocumentNameDataGridViewTextBoxColumn.set_HeaderText("Документ");
     this.orgDocumentNameDataGridViewTextBoxColumn.set_Name("orgDocumentNameDataGridViewTextBoxColumn");
     this.orgDocumentNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.orgDocumentNameDataGridViewTextBoxColumn.set_Width(0x53);
     this.CategoryName.set_DataPropertyName("CategoryName");
     this.CategoryName.set_HeaderText("Категория");
     this.CategoryName.set_Name("CategoryName");
     this.CategoryName.set_ReadOnly(true);
     this.CategoryName.set_Width(0x55);
     this.commentDataGridViewTextBoxColumn.set_DataPropertyName("Comment");
     this.commentDataGridViewTextBoxColumn.set_HeaderText("комментарий");
     this.commentDataGridViewTextBoxColumn.set_Name("commentDataGridViewTextBoxColumn");
     this.commentDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.commentDataGridViewTextBoxColumn.set_Width(0x65);
     this.ScanPath.set_DataPropertyName("ScanPath");
     this.ScanPath.set_HeaderText("Расположение док-та");
     this.ScanPath.set_Name("ScanPath");
     this.ScanPath.set_ReadOnly(true);
     this.ScanPath.set_Width(130);
     this.createdDataGridViewTextBoxColumn.set_DataPropertyName("Created");
     this.createdDataGridViewTextBoxColumn.set_HeaderText("Создано");
     this.createdDataGridViewTextBoxColumn.set_Name("createdDataGridViewTextBoxColumn");
     this.createdDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.createdDataGridViewTextBoxColumn.set_Width(0x4b);
     this.bsDebtAffairs.set_DataSource(typeof(DebtAffair));
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripDropDownButton1 });
     this.toolStrip1.set_Location(new System.Drawing.Point(0, 0));
     this.toolStrip1.set_Name("toolStrip1");
     this.toolStrip1.set_Size(new System.Drawing.Size(0x21d, 0x19));
     this.toolStrip1.set_TabIndex(3);
     this.toolStrip1.set_Text("toolStrip1");
     this.toolStripDropDownButton1.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.документыСИстекающимСрокомИсполненияToolStripMenuItem, this.ДокументыВсеToolStripMenuItem });
     this.toolStripDropDownButton1.set_Image((System.Drawing.Image) manager.GetObject("toolStripDropDownButton1.Image"));
     this.toolStripDropDownButton1.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.toolStripDropDownButton1.set_Name("toolStripDropDownButton1");
     this.toolStripDropDownButton1.set_Size(new System.Drawing.Size(0x3d, 0x16));
     this.toolStripDropDownButton1.set_Text("Отчеты");
     this.документыСИстекающимСрокомИсполненияToolStripMenuItem.set_Name("документыСИстекающимСрокомИсполненияToolStripMenuItem");
     this.документыСИстекающимСрокомИсполненияToolStripMenuItem.set_Size(new System.Drawing.Size(0x1ca, 0x16));
     this.документыСИстекающимСрокомИсполненияToolStripMenuItem.set_Text("Документы с истекающим сроком исполнения по найденным делам");
     this.документыСИстекающимСрокомИсполненияToolStripMenuItem.add_Click(new System.EventHandler(this.документыСИстекающимСрокомИсполненияToolStripMenuItem_Click));
     this.ДокументыВсеToolStripMenuItem.set_Name("ДокументыВсеToolStripMenuItem");
     this.ДокументыВсеToolStripMenuItem.set_Size(new System.Drawing.Size(0x1ca, 0x16));
     this.ДокументыВсеToolStripMenuItem.set_Text("Документы с истекающим сроком исполнения по всем делам");
     this.ДокументыВсеToolStripMenuItem.add_Click(new System.EventHandler(this.ДокументыВсеToolStripMenuItem_Click));
     this.dataGridViewTextBoxColumn1.set_DataPropertyName("OwnerName");
     this.dataGridViewTextBoxColumn1.set_HeaderText("Должник");
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn1.set_Width(0x4f);
     this.dataGridViewTextBoxColumn2.set_DataPropertyName("HouseHolderName");
     this.dataGridViewTextBoxColumn2.set_HeaderText("Управляющая компания");
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.dataGridViewTextBoxColumn2.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn2.set_Width(0x90);
     this.dataGridViewTextBoxColumn3.set_DataPropertyName("AddressName");
     this.dataGridViewTextBoxColumn3.set_HeaderText("Адрес");
     this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3");
     this.dataGridViewTextBoxColumn3.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn3.set_Width(0x3f);
     this.dataGridViewTextBoxColumn4.set_DataPropertyName("DebtSumm");
     this.dataGridViewTextBoxColumn4.set_HeaderText("Долг");
     this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4");
     this.dataGridViewTextBoxColumn4.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn4.set_Width(0x3a);
     this.dataGridViewTextBoxColumn5.set_DataPropertyName("FromDate");
     this.dataGridViewTextBoxColumn5.set_HeaderText("Дата начала");
     this.dataGridViewTextBoxColumn5.set_Name("dataGridViewTextBoxColumn5");
     this.dataGridViewTextBoxColumn5.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn5.set_Width(0x58);
     this.dataGridViewTextBoxColumn6.set_DataPropertyName("ToDate");
     this.dataGridViewTextBoxColumn6.set_HeaderText("Дата конца");
     this.dataGridViewTextBoxColumn6.set_Name("dataGridViewTextBoxColumn6");
     this.dataGridViewTextBoxColumn6.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn6.set_Width(0x54);
     this.dataGridViewTextBoxColumn7.set_DataPropertyName("MonthCount");
     this.dataGridViewTextBoxColumn7.set_HeaderText("Количество месяцев");
     this.dataGridViewTextBoxColumn7.set_Name("dataGridViewTextBoxColumn7");
     this.dataGridViewTextBoxColumn7.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn7.set_Width(0x7e);
     this.dataGridViewTextBoxColumn8.set_DataPropertyName("OrgDocumentName");
     this.dataGridViewTextBoxColumn8.set_HeaderText("Документ");
     this.dataGridViewTextBoxColumn8.set_Name("dataGridViewTextBoxColumn8");
     this.dataGridViewTextBoxColumn8.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn8.set_Width(0x53);
     this.dataGridViewTextBoxColumn9.set_DataPropertyName("CountActions");
     this.dataGridViewTextBoxColumn9.set_HeaderText("Кол-во исков");
     this.dataGridViewTextBoxColumn9.set_Name("dataGridViewTextBoxColumn9");
     this.dataGridViewTextBoxColumn9.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn9.set_Width(0x5b);
     this.dataGridViewTextBoxColumn10.set_DataPropertyName("Comment");
     this.dataGridViewTextBoxColumn10.set_HeaderText("комментарий");
     this.dataGridViewTextBoxColumn10.set_Name("dataGridViewTextBoxColumn10");
     this.dataGridViewTextBoxColumn10.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn10.set_Width(0x65);
     this.dataGridViewTextBoxColumn11.set_DataPropertyName("Created");
     this.dataGridViewTextBoxColumn11.set_HeaderText("Создано");
     this.dataGridViewTextBoxColumn11.set_Name("dataGridViewTextBoxColumn11");
     this.dataGridViewTextBoxColumn11.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn11.set_Width(0x4b);
     this.dataGridViewTextBoxColumn12.set_DataPropertyName("Created");
     this.dataGridViewTextBoxColumn12.set_HeaderText("Создано");
     this.dataGridViewTextBoxColumn12.set_Name("dataGridViewTextBoxColumn12");
     this.dataGridViewTextBoxColumn12.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn12.set_Width(0x4b);
     this.dataGridViewTextBoxColumn13.set_DataPropertyName("Created");
     this.dataGridViewTextBoxColumn13.set_HeaderText("Создано");
     this.dataGridViewTextBoxColumn13.set_Name("dataGridViewTextBoxColumn13");
     this.dataGridViewTextBoxColumn13.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn13.set_Width(0x4b);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.splitContainer1);
     base.Controls.Add(this.tsOuter);
     this.set_DoubleBuffered(true);
     base.set_Name("DebtAffairsView");
     base.set_Size(new System.Drawing.Size(0x36b, 0x28c));
     base.add_Load(new System.EventHandler(this.DebtAffairsView_Load));
     this.tsOuter.ResumeLayout(false);
     this.tsOuter.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     this.splitContainer1.ResumeLayout(false);
     this.panelFilter.ResumeLayout(false);
     this.panelFilter.PerformLayout();
     this.gbFilter.ResumeLayout(false);
     this.gbFilter.PerformLayout();
     this.bsDebtActionStatuses.EndInit();
     this.nudCountExecutionTime.EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.tsInner.ResumeLayout(false);
     this.tsInner.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.dataGridView1.EndInit();
     this.bsDebtAffairs.EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }