Пример #1
0
 private void InitializeComponent()
 {
     this.selectOrganizations = new SelectOrganizations();
     this.btnAdd = new System.Windows.Forms.Button();
     base.SuspendLayout();
     this.selectOrganizations.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.selectOrganizations.IsByUser = false;
     this.selectOrganizations.set_Location(new System.Drawing.Point(0, 0));
     this.selectOrganizations.set_Name("selectOrganizations");
     this.selectOrganizations.SelectedOrganizations = null;
     this.selectOrganizations.SetFilter = null;
     this.selectOrganizations.set_Size(new System.Drawing.Size(0x15d, 0x1ba));
     this.selectOrganizations.set_TabIndex(0);
     this.btnAdd.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnAdd.set_Location(new System.Drawing.Point(0xe5, 0x1c0));
     this.btnAdd.set_Name("btnAdd");
     this.btnAdd.set_Size(new System.Drawing.Size(0x6c, 0x1d));
     this.btnAdd.set_TabIndex(1);
     this.btnAdd.set_Text("Добавить");
     this.btnAdd.set_UseVisualStyleBackColor(true);
     this.btnAdd.add_Click(new System.EventHandler(this.btnAdd_Click_1));
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x15d, 0x1e2));
     base.Controls.Add(this.btnAdd);
     base.Controls.Add(this.selectOrganizations);
     base.set_Name("DocumentServiceOrgsAddForm");
     this.set_Text("Добавление документов");
     base.add_Load(new System.EventHandler(this.DocumentServiceOrgsAddForm_Load));
     base.ResumeLayout(false);
 }
Пример #2
0
 private void InitializeComponent()
 {
     this.components = new Container();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(PaymentNoticesMainForm));
     this.tcPaymentNotices = new System.Windows.Forms.TabControl();
     this.tpFormPrint = new System.Windows.Forms.TabPage();
     this.paymentNoticeView1 = new PaymentNoticeView();
     this.tpAddInfo = new System.Windows.Forms.TabPage();
     this.dgvNoticeAddr = new System.Windows.Forms.DataGridView();
     this.addressNameDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.informationTextDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsNoticeInfoAdr = new System.Windows.Forms.BindingSource(this.components);
     this.toolStrip2 = new System.Windows.Forms.ToolStrip();
     this.btnAdd = new System.Windows.Forms.ToolStripButton();
     this.btnChange = new System.Windows.Forms.ToolStripButton();
     this.btnDel = new System.Windows.Forms.ToolStripButton();
     this.btnCurrentPosition = new System.Windows.Forms.ToolStripButton();
     this.btnAllPosition = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.bsNoticeTemplates = new System.Windows.Forms.BindingSource(this.components);
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.tabControlOrgs = new System.Windows.Forms.TabControl();
     this.tpOrganizations = new System.Windows.Forms.TabPage();
     this.selectHouseHolders = new SelectOrganizations();
     this.tpAreaGroups = new System.Windows.Forms.TabPage();
     this.areaGroupsTree = new AreaGroupsTree();
     this.areaAddressesTree = new AreaAddressesTree();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.tsbtnLoadAll = new System.Windows.Forms.ToolStripButton();
     this.tsbtnLoadByHolders = new System.Windows.Forms.ToolStripButton();
     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.saveLogFileDialog = new System.Windows.Forms.SaveFileDialog();
     this.tcPaymentNotices.SuspendLayout();
     this.tpFormPrint.SuspendLayout();
     this.tpAddInfo.SuspendLayout();
     this.dgvNoticeAddr.BeginInit();
     this.bsNoticeInfoAdr.BeginInit();
     this.toolStrip2.SuspendLayout();
     this.bsNoticeTemplates.BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.tabControlOrgs.SuspendLayout();
     this.tpOrganizations.SuspendLayout();
     this.tpAreaGroups.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     base.SuspendLayout();
     this.tcPaymentNotices.Controls.Add(this.tpFormPrint);
     this.tcPaymentNotices.Controls.Add(this.tpAddInfo);
     this.tcPaymentNotices.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.tcPaymentNotices.set_Location(new System.Drawing.Point(0, 0));
     this.tcPaymentNotices.set_Name("tcPaymentNotices");
     this.tcPaymentNotices.set_SelectedIndex(0);
     this.tcPaymentNotices.set_Size(new System.Drawing.Size(0x29b, 0x2b6));
     this.tcPaymentNotices.set_TabIndex(0);
     this.tcPaymentNotices.add_SelectedIndexChanged(new System.EventHandler(this.tcPaymentNotices_SelectedIndexChanged));
     this.tpFormPrint.Controls.Add(this.paymentNoticeView1);
     this.tpFormPrint.set_Location(new System.Drawing.Point(4, 0x16));
     this.tpFormPrint.set_Name("tpFormPrint");
     this.tpFormPrint.set_Size(new System.Drawing.Size(0x293, 0x29c));
     this.tpFormPrint.set_TabIndex(0);
     this.tpFormPrint.set_Text("Формирование/печать");
     this.tpFormPrint.set_UseVisualStyleBackColor(true);
     this.paymentNoticeView1.set_AutoSize(true);
     this.paymentNoticeView1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.paymentNoticeView1.set_Location(new System.Drawing.Point(0, 0));
     this.paymentNoticeView1.set_Margin(new System.Windows.Forms.Padding(1));
     this.paymentNoticeView1.set_MaximumSize(new System.Drawing.Size(0x3e8, 0));
     this.paymentNoticeView1.set_MinimumSize(new System.Drawing.Size(600, 640));
     this.paymentNoticeView1.set_Name("paymentNoticeView1");
     this.paymentNoticeView1.set_Size(new System.Drawing.Size(0x293, 0x29c));
     this.paymentNoticeView1.set_TabIndex(0x16);
     this.tpAddInfo.Controls.Add(this.dgvNoticeAddr);
     this.tpAddInfo.Controls.Add(this.toolStrip2);
     this.tpAddInfo.set_Location(new System.Drawing.Point(4, 0x16));
     this.tpAddInfo.set_Name("tpAddInfo");
     this.tpAddInfo.set_Size(new System.Drawing.Size(0x293, 0x29c));
     this.tpAddInfo.set_TabIndex(2);
     this.tpAddInfo.set_Text("Доп. инфомрация");
     this.tpAddInfo.set_UseVisualStyleBackColor(true);
     this.dgvNoticeAddr.set_AllowUserToAddRows(false);
     this.dgvNoticeAddr.set_AllowUserToResizeRows(false);
     this.dgvNoticeAddr.set_AutoGenerateColumns(false);
     this.dgvNoticeAddr.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dgvNoticeAddr.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvNoticeAddr.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.addressNameDataGridViewTextBoxColumn1, this.informationTextDataGridViewTextBoxColumn });
     this.dgvNoticeAddr.set_DataSource(this.bsNoticeInfoAdr);
     this.dgvNoticeAddr.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvNoticeAddr.set_Location(new System.Drawing.Point(0, 0x19));
     this.dgvNoticeAddr.set_Name("dgvNoticeAddr");
     this.dgvNoticeAddr.set_ReadOnly(true);
     this.dgvNoticeAddr.set_RowHeadersVisible(false);
     this.dgvNoticeAddr.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvNoticeAddr.set_Size(new System.Drawing.Size(0x293, 0x283));
     this.dgvNoticeAddr.set_TabIndex(1);
     this.dgvNoticeAddr.add_CellContentDoubleClick(new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentDoubleClick));
     this.addressNameDataGridViewTextBoxColumn1.set_DataPropertyName("AddressName");
     this.addressNameDataGridViewTextBoxColumn1.set_HeaderText("Адрес");
     this.addressNameDataGridViewTextBoxColumn1.set_Name("addressNameDataGridViewTextBoxColumn1");
     this.addressNameDataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.addressNameDataGridViewTextBoxColumn1.set_Width(0x3f);
     this.informationTextDataGridViewTextBoxColumn.set_DataPropertyName("InformationText");
     this.informationTextDataGridViewTextBoxColumn.set_HeaderText("Сообщение");
     this.informationTextDataGridViewTextBoxColumn.set_Name("informationTextDataGridViewTextBoxColumn");
     this.informationTextDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.informationTextDataGridViewTextBoxColumn.set_Width(90);
     this.bsNoticeInfoAdr.set_DataSource(typeof(NoticeNoticeInformationAddress));
     this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btnAdd, this.btnChange, this.btnDel, this.btnCurrentPosition, this.btnAllPosition, this.toolStripLabel1 });
     this.toolStrip2.set_Location(new System.Drawing.Point(0, 0));
     this.toolStrip2.set_Name("toolStrip2");
     this.toolStrip2.set_Size(new System.Drawing.Size(0x293, 0x19));
     this.toolStrip2.set_TabIndex(0);
     this.toolStrip2.set_Text("toolStrip2");
     this.btnAdd.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.btnAdd.set_Image(Resources.ADD);
     this.btnAdd.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.btnAdd.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.btnAdd.set_Name("btnAdd");
     this.btnAdd.set_Size(new System.Drawing.Size(0x18, 0x16));
     this.btnAdd.set_Text("Добавить");
     this.btnAdd.add_Click(new System.EventHandler(this.btnAdd_Click));
     this.btnChange.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.btnChange.set_Image((System.Drawing.Image) manager.GetObject("btnChange.Image"));
     this.btnChange.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.btnChange.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.btnChange.set_Name("btnChange");
     this.btnChange.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.btnChange.set_Text("Изменить");
     this.btnChange.add_Click(new System.EventHandler(this.btnChange_Click));
     this.btnDel.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.btnDel.set_Image(Resources.DELETE);
     this.btnDel.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.btnDel.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.btnDel.set_Name("btnDel");
     this.btnDel.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.btnDel.set_Text("Удалить");
     this.btnDel.add_Click(new System.EventHandler(this.btnDel_Click));
     this.btnCurrentPosition.set_Alignment(System.Windows.Forms.ToolStripItemAlignment.Right);
     this.btnCurrentPosition.set_Checked(true);
     this.btnCurrentPosition.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.btnCurrentPosition.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.btnCurrentPosition.set_Image((System.Drawing.Image) manager.GetObject("btnCurrentPosition.Image"));
     this.btnCurrentPosition.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.btnCurrentPosition.set_Name("btnCurrentPosition");
     this.btnCurrentPosition.set_RightToLeftAutoMirrorImage(true);
     this.btnCurrentPosition.set_Size(new System.Drawing.Size(0x6f, 0x16));
     this.btnCurrentPosition.set_Text("Выбранный адрес");
     this.btnCurrentPosition.add_Click(new System.EventHandler(this.btnCurrentPosition_Click));
     this.btnAllPosition.set_Alignment(System.Windows.Forms.ToolStripItemAlignment.Right);
     this.btnAllPosition.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.btnAllPosition.set_Image((System.Drawing.Image) manager.GetObject("btnAllPosition.Image"));
     this.btnAllPosition.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.btnAllPosition.set_Name("btnAllPosition");
     this.btnAllPosition.set_RightToLeftAutoMirrorImage(true);
     this.btnAllPosition.set_Size(new System.Drawing.Size(0x95, 0x16));
     this.btnAllPosition.set_Text("Все подчиненные адреса");
     this.btnAllPosition.add_Click(new System.EventHandler(this.btnAllPosition_Click));
     this.toolStripLabel1.set_Alignment(System.Windows.Forms.ToolStripItemAlignment.Right);
     this.toolStripLabel1.set_Name("toolStripLabel1");
     this.toolStripLabel1.set_RightToLeftAutoMirrorImage(true);
     this.toolStripLabel1.set_Size(new System.Drawing.Size(0x30, 0x16));
     this.toolStripLabel1.set_Text("Режим:");
     this.bsNoticeTemplates.set_DataSource(typeof(NoticeNoticeTemplate));
     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.splitContainer2);
     this.splitContainer1.Panel2.Controls.Add(this.tcPaymentNotices);
     this.splitContainer1.set_Size(new System.Drawing.Size(0x3f3, 0x2b6));
     this.splitContainer1.set_SplitterDistance(340);
     this.splitContainer1.set_TabIndex(1);
     this.splitContainer2.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.splitContainer2.set_Location(new System.Drawing.Point(0, 0));
     this.splitContainer2.set_Margin(new System.Windows.Forms.Padding(2));
     this.splitContainer2.set_Name("splitContainer2");
     this.splitContainer2.set_Orientation(System.Windows.Forms.Orientation.Horizontal);
     this.splitContainer2.Panel1.Controls.Add(this.tabControlOrgs);
     this.splitContainer2.Panel2.Controls.Add(this.areaAddressesTree);
     this.splitContainer2.Panel2.Controls.Add(this.toolStrip1);
     this.splitContainer2.set_Size(new System.Drawing.Size(340, 0x2b6));
     this.splitContainer2.set_SplitterDistance(0x109);
     this.splitContainer2.set_SplitterWidth(3);
     this.splitContainer2.set_TabIndex(7);
     this.tabControlOrgs.Controls.Add(this.tpOrganizations);
     this.tabControlOrgs.Controls.Add(this.tpAreaGroups);
     this.tabControlOrgs.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.tabControlOrgs.set_Location(new System.Drawing.Point(0, 0));
     this.tabControlOrgs.set_Name("tabControlOrgs");
     this.tabControlOrgs.set_SelectedIndex(0);
     this.tabControlOrgs.set_Size(new System.Drawing.Size(340, 0x109));
     this.tabControlOrgs.set_TabIndex(1);
     this.tabControlOrgs.add_SelectedIndexChanged(new System.EventHandler(this.tabControlOrgs_SelectedIndexChanged));
     this.tpOrganizations.Controls.Add(this.selectHouseHolders);
     this.tpOrganizations.set_Location(new System.Drawing.Point(4, 0x16));
     this.tpOrganizations.set_Name("tpOrganizations");
     this.tpOrganizations.set_Padding(new System.Windows.Forms.Padding(3));
     this.tpOrganizations.set_Size(new System.Drawing.Size(0x14c, 0xef));
     this.tpOrganizations.set_TabIndex(0);
     this.tpOrganizations.set_Text("Управляющая компания");
     this.tpOrganizations.set_UseVisualStyleBackColor(true);
     this.selectHouseHolders.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.selectHouseHolders.IsByUser = false;
     this.selectHouseHolders.set_Location(new System.Drawing.Point(3, 3));
     this.selectHouseHolders.set_Margin(new System.Windows.Forms.Padding(2));
     this.selectHouseHolders.set_Name("selectHouseHolders");
     this.selectHouseHolders.SelectedOrganizations = null;
     this.selectHouseHolders.SetFilter = null;
     this.selectHouseHolders.set_Size(new System.Drawing.Size(0x146, 0xe9));
     this.selectHouseHolders.set_TabIndex(0);
     this.tpAreaGroups.Controls.Add(this.areaGroupsTree);
     this.tpAreaGroups.set_Location(new System.Drawing.Point(4, 0x16));
     this.tpAreaGroups.set_Name("tpAreaGroups");
     this.tpAreaGroups.set_Padding(new System.Windows.Forms.Padding(3));
     this.tpAreaGroups.set_Size(new System.Drawing.Size(0x14c, 0xef));
     this.tpAreaGroups.set_TabIndex(1);
     this.tpAreaGroups.set_Text("Адресные группы");
     this.tpAreaGroups.set_UseVisualStyleBackColor(true);
     this.areaGroupsTree.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.areaGroupsTree.set_Location(new System.Drawing.Point(3, 3));
     this.areaGroupsTree.set_Name("areaGroupsTree");
     this.areaGroupsTree.set_Size(new System.Drawing.Size(0x146, 0xe9));
     this.areaGroupsTree.set_TabIndex(0);
     this.areaAddressesTree.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.areaAddressesTree.set_Location(new System.Drawing.Point(0, 0x19));
     this.areaAddressesTree.set_Margin(new System.Windows.Forms.Padding(2));
     this.areaAddressesTree.set_Name("areaAddressesTree");
     this.areaAddressesTree.set_Size(new System.Drawing.Size(340, 0x191));
     this.areaAddressesTree.set_TabIndex(0);
     this.areaAddressesTree.TreeSource = null;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbtnLoadAll, this.tsbtnLoadByHolders });
     this.toolStrip1.set_Location(new System.Drawing.Point(0, 0));
     this.toolStrip1.set_Name("toolStrip1");
     this.toolStrip1.set_Size(new System.Drawing.Size(340, 0x19));
     this.toolStrip1.set_TabIndex(1);
     this.toolStrip1.set_Text("toolStrip1");
     this.tsbtnLoadAll.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbtnLoadAll.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbtnLoadAll.set_Name("tsbtnLoadAll");
     this.tsbtnLoadAll.set_Size(new System.Drawing.Size(70, 0x16));
     this.tsbtnLoadAll.set_Text("Все адреса");
     this.tsbtnLoadAll.add_Click(new System.EventHandler(this.tsbtnLoadAll_Click));
     this.tsbtnLoadByHolders.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbtnLoadByHolders.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbtnLoadByHolders.set_Name("tsbtnLoadByHolders");
     this.tsbtnLoadByHolders.set_Size(new System.Drawing.Size(190, 0x16));
     this.tsbtnLoadByHolders.set_Text("Адреса выбранных организаций");
     this.tsbtnLoadByHolders.set_ToolTipText("Адреса выбранных организаций");
     this.tsbtnLoadByHolders.add_Click(new System.EventHandler(this.tsbtnLoadByHolders_Click));
     this.dataGridViewTextBoxColumn1.set_DataPropertyName("AccountNumber");
     this.dataGridViewTextBoxColumn1.set_HeaderText("Лиц. счет");
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn1.set_Resizable(System.Windows.Forms.DataGridViewTriState.True);
     this.dataGridViewTextBoxColumn1.set_Width(0x4a);
     this.dataGridViewTextBoxColumn2.set_DataPropertyName("AddressName");
     this.dataGridViewTextBoxColumn2.set_HeaderText("Адрес");
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.dataGridViewTextBoxColumn2.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn2.set_Width(0x3f);
     this.dataGridViewTextBoxColumn3.set_DataPropertyName("OwnerName");
     this.dataGridViewTextBoxColumn3.set_HeaderText("Абонент");
     this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3");
     this.dataGridViewTextBoxColumn3.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn3.set_Width(0x4a);
     this.dataGridViewTextBoxColumn4.set_DataPropertyName("Charge");
     this.dataGridViewTextBoxColumn4.set_HeaderText("Начислено");
     this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4");
     this.dataGridViewTextBoxColumn4.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn4.set_Width(0x57);
     this.dataGridViewTextBoxColumn5.set_DataPropertyName("TotalDebt");
     this.dataGridViewTextBoxColumn5.set_HeaderText("К оплате");
     this.dataGridViewTextBoxColumn5.set_Name("dataGridViewTextBoxColumn5");
     this.dataGridViewTextBoxColumn5.set_Width(0x47);
     this.dataGridViewTextBoxColumn6.set_DataPropertyName("Period");
     this.dataGridViewTextBoxColumn6.set_HeaderText("Период");
     this.dataGridViewTextBoxColumn6.set_Name("dataGridViewTextBoxColumn6");
     this.dataGridViewTextBoxColumn6.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn6.set_Width(70);
     this.dataGridViewTextBoxColumn7.set_DataPropertyName("AdditionalInfo");
     this.dataGridViewTextBoxColumn7.set_HeaderText("Доп. информация");
     this.dataGridViewTextBoxColumn7.set_Name("dataGridViewTextBoxColumn7");
     this.dataGridViewTextBoxColumn7.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn7.set_Width(0x71);
     this.dataGridViewTextBoxColumn8.set_DataPropertyName("AddressName");
     this.dataGridViewTextBoxColumn8.set_HeaderText("AddressName");
     this.dataGridViewTextBoxColumn8.set_Name("dataGridViewTextBoxColumn8");
     this.dataGridViewTextBoxColumn8.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn8.set_Width(0x62);
     this.dataGridViewTextBoxColumn9.set_DataPropertyName("AccountNumber");
     this.dataGridViewTextBoxColumn9.set_HeaderText("AccountNumber");
     this.dataGridViewTextBoxColumn9.set_Name("dataGridViewTextBoxColumn9");
     this.dataGridViewTextBoxColumn9.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn9.set_Width(0x6d);
     this.dataGridViewTextBoxColumn10.set_DataPropertyName("OwnerName");
     this.dataGridViewTextBoxColumn10.set_HeaderText("OwnerName");
     this.dataGridViewTextBoxColumn10.set_Name("dataGridViewTextBoxColumn10");
     this.dataGridViewTextBoxColumn10.set_Width(0x5b);
     this.dataGridViewTextBoxColumn11.set_DataPropertyName("Barcode");
     this.dataGridViewTextBoxColumn11.set_HeaderText("Barcode");
     this.dataGridViewTextBoxColumn11.set_Name("dataGridViewTextBoxColumn11");
     this.dataGridViewTextBoxColumn11.set_Width(0x48);
     this.dataGridViewTextBoxColumn12.set_DataPropertyName("AdditionalInfo");
     this.dataGridViewTextBoxColumn12.set_HeaderText("AdditionalInfo");
     this.dataGridViewTextBoxColumn12.set_Name("dataGridViewTextBoxColumn12");
     this.dataGridViewTextBoxColumn12.set_Width(0x60);
     this.dataGridViewTextBoxColumn13.set_DataPropertyName("OrgName");
     this.dataGridViewTextBoxColumn13.set_HeaderText("OrgName");
     this.dataGridViewTextBoxColumn13.set_Name("dataGridViewTextBoxColumn13");
     this.dataGridViewTextBoxColumn13.set_Width(0x4d);
     this.dataGridViewTextBoxColumn14.set_DataPropertyName("ToPay");
     this.dataGridViewTextBoxColumn14.set_HeaderText("ToPay");
     this.dataGridViewTextBoxColumn14.set_Name("dataGridViewTextBoxColumn14");
     this.dataGridViewTextBoxColumn14.set_Width(0x3f);
     this.dataGridViewTextBoxColumn15.set_DataPropertyName("ObjectWithIdType");
     this.dataGridViewTextBoxColumn15.set_HeaderText("ObjectWithIdType");
     this.dataGridViewTextBoxColumn15.set_Name("dataGridViewTextBoxColumn15");
     this.dataGridViewTextBoxColumn15.set_Width(0x76);
     this.dataGridViewTextBoxColumn16.set_DataPropertyName("Id");
     this.dataGridViewTextBoxColumn16.set_HeaderText("Id");
     this.dataGridViewTextBoxColumn16.set_Name("dataGridViewTextBoxColumn16");
     this.dataGridViewTextBoxColumn16.set_Width(0x29);
     this.saveLogFileDialog.set_FileName("notice_generator.txt");
     this.saveLogFileDialog.set_Filter("txt files (*.txt)|*.txt|All files (*.*)|*.*");
     this.saveLogFileDialog.set_RestoreDirectory(true);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x3f3, 0x2b6));
     base.Controls.Add(this.splitContainer1);
     this.set_DoubleBuffered(true);
     base.set_Name("PaymentNoticesMainForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("АРМ Печать извещений");
     base.set_WindowState(System.Windows.Forms.FormWindowState.Maximized);
     base.add_Activated(new System.EventHandler(this.PaymentNoticesMainForm_Activated));
     base.add_FormClosing(new System.Windows.Forms.FormClosingEventHandler(this.PaymentNoticesMainForm_FormClosing));
     base.add_Load(new System.EventHandler(this.PaymentNoticesMainForm_Load));
     this.tcPaymentNotices.ResumeLayout(false);
     this.tpFormPrint.ResumeLayout(false);
     this.tpFormPrint.PerformLayout();
     this.tpAddInfo.ResumeLayout(false);
     this.tpAddInfo.PerformLayout();
     this.dgvNoticeAddr.EndInit();
     this.bsNoticeInfoAdr.EndInit();
     this.toolStrip2.ResumeLayout(false);
     this.toolStrip2.PerformLayout();
     this.bsNoticeTemplates.EndInit();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.Panel2.PerformLayout();
     this.splitContainer2.ResumeLayout(false);
     this.tabControlOrgs.ResumeLayout(false);
     this.tpOrganizations.ResumeLayout(false);
     this.tpAreaGroups.ResumeLayout(false);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     base.ResumeLayout(false);
 }
Пример #3
0
 private void InitializeComponent()
 {
     ComponentResourceManager manager = new ComponentResourceManager(typeof(SelectOrganizationsForm));
     this.panel1 = new System.Windows.Forms.Panel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label1 = new System.Windows.Forms.Label();
     this.groupCB = new System.Windows.Forms.ComboBox();
     this.toolStrip2 = new System.Windows.Forms.ToolStrip();
     this.showGrpBtn = new System.Windows.Forms.ToolStripButton();
     this.autoCheckBtn = new System.Windows.Forms.ToolStripButton();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.tsbtnSelectAll = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.tstbFind = new System.Windows.Forms.ToolStripTextBox();
     this.panel2 = new System.Windows.Forms.Panel();
     this.btnOk = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.selectOrganizations = new SelectOrganizations();
     this.panel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.toolStrip2.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.panel2.SuspendLayout();
     base.SuspendLayout();
     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(0x18d, 0x40));
     this.panel1.set_TabIndex(6);
     this.panel1.set_Visible(false);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.groupCB);
     this.groupBox1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.groupBox1.set_Location(new System.Drawing.Point(0, 0));
     this.groupBox1.set_Name("groupBox1");
     this.groupBox1.set_Size(new System.Drawing.Size(0x18d, 0x40));
     this.groupBox1.set_TabIndex(2);
     this.groupBox1.set_TabStop(false);
     this.groupBox1.set_Text("Группы");
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(3, 0x10));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x5d, 13));
     this.label1.set_TabIndex(3);
     this.label1.set_Text("Выберите группу");
     this.groupCB.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.groupCB.set_DropDownStyle(System.Windows.Forms.ComboBoxStyle.DropDownList);
     this.groupCB.set_FormattingEnabled(true);
     this.groupCB.set_Location(new System.Drawing.Point(6, 0x20));
     this.groupCB.set_Name("groupCB");
     this.groupCB.set_Size(new System.Drawing.Size(0x17b, 0x15));
     this.groupCB.set_TabIndex(2);
     this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.showGrpBtn, this.autoCheckBtn });
     this.toolStrip2.set_Location(new System.Drawing.Point(0, 0x40));
     this.toolStrip2.set_Name("toolStrip2");
     this.toolStrip2.set_Size(new System.Drawing.Size(0x18d, 0x19));
     this.toolStrip2.set_TabIndex(8);
     this.toolStrip2.set_Text("toolStrip2");
     this.showGrpBtn.set_Image(Resources.UP);
     this.showGrpBtn.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.showGrpBtn.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.showGrpBtn.set_Name("showGrpBtn");
     this.showGrpBtn.set_Size(new System.Drawing.Size(0x81, 0x16));
     this.showGrpBtn.set_Text("Показать группы");
     this.showGrpBtn.add_Click(new System.EventHandler(this.showGrpBtn_Click));
     this.autoCheckBtn.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.autoCheckBtn.set_Image((System.Drawing.Image) manager.GetObject("autoCheckBtn.Image"));
     this.autoCheckBtn.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.autoCheckBtn.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.autoCheckBtn.set_Name("autoCheckBtn");
     this.autoCheckBtn.set_Size(new System.Drawing.Size(0x4a, 0x16));
     this.autoCheckBtn.set_Text("Применить");
     this.autoCheckBtn.set_Visible(false);
     this.autoCheckBtn.add_Click(new System.EventHandler(this.autoCheckBtn_Click));
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbtnSelectAll, this.toolStripLabel1, this.tstbFind });
     this.toolStrip1.set_Location(new System.Drawing.Point(0, 0x59));
     this.toolStrip1.set_Name("toolStrip1");
     this.toolStrip1.set_Size(new System.Drawing.Size(0x18d, 0x19));
     this.toolStrip1.set_TabIndex(9);
     this.toolStrip1.set_Text("toolStrip1");
     this.tsbtnSelectAll.set_Image(Resources.ENABLED);
     this.tsbtnSelectAll.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbtnSelectAll.set_Name("tsbtnSelectAll");
     this.tsbtnSelectAll.set_Size(new System.Drawing.Size(0x65, 0x16));
     this.tsbtnSelectAll.set_Text("Выделить все");
     this.tsbtnSelectAll.add_Click(new System.EventHandler(this.tsbtnSelectAll_Click));
     this.toolStripLabel1.set_Name("toolStripLabel1");
     this.toolStripLabel1.set_Size(new System.Drawing.Size(0x2d, 0x16));
     this.toolStripLabel1.set_Text("Поиск:");
     this.tstbFind.set_Name("tstbFind");
     this.tstbFind.set_Size(new System.Drawing.Size(200, 0x19));
     this.tstbFind.add_TextChanged(new System.EventHandler(this.tstbFind_TextChanged));
     this.panel2.Controls.Add(this.btnOk);
     this.panel2.Controls.Add(this.btnCancel);
     this.panel2.set_Dock(System.Windows.Forms.DockStyle.Bottom);
     this.panel2.set_Location(new System.Drawing.Point(0, 0x20c));
     this.panel2.set_Name("panel2");
     this.panel2.set_Size(new System.Drawing.Size(0x18d, 0x1f));
     this.panel2.set_TabIndex(12);
     this.btnOk.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnOk.set_Location(new System.Drawing.Point(0xe4, 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.Bottom);
     this.btnCancel.set_Location(new System.Drawing.Point(0x13a, 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.selectOrganizations.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.selectOrganizations.IsByUser = false;
     this.selectOrganizations.set_Location(new System.Drawing.Point(0, 0x72));
     this.selectOrganizations.set_Name("selectOrganizations");
     this.selectOrganizations.SelectedOrganizations = null;
     this.selectOrganizations.SetFilter = null;
     this.selectOrganizations.set_Size(new System.Drawing.Size(0x18d, 410));
     this.selectOrganizations.set_TabIndex(14);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x18d, 0x22b));
     base.Controls.Add(this.selectOrganizations);
     base.Controls.Add(this.panel2);
     base.Controls.Add(this.toolStrip1);
     base.Controls.Add(this.toolStrip2);
     base.Controls.Add(this.panel1);
     base.set_Name("SelectOrganizationsForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("Организации");
     this.panel1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.toolStrip2.ResumeLayout(false);
     this.toolStrip2.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.panel2.ResumeLayout(false);
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Пример #4
0
 private void InitializeComponent()
 {
     this.components = new Container();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(PaymentNoticesMainFormOld));
     this.tcPaymentNotices = new System.Windows.Forms.TabControl();
     this.tpFormPrint = new System.Windows.Forms.TabPage();
     this.dgvNotices = new System.Windows.Forms.DataGridView();
     this.toPayDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.periodDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.accountNumberDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.addressNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ownerNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.houseHolderNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsNotices = new System.Windows.Forms.BindingSource(this.components);
     this.panel2 = new System.Windows.Forms.Panel();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.gbExportHouseNotices = new System.Windows.Forms.GroupBox();
     this.nudPageCount = new System.Windows.Forms.NumericUpDown();
     this.lbPageCount = new System.Windows.Forms.Label();
     this.nudHousesPerDoc = new System.Windows.Forms.NumericUpDown();
     this.lbHousesPerDoc = new System.Windows.Forms.Label();
     this.rbExportHouseNotices = new System.Windows.Forms.RadioButton();
     this.rbExportAccountNotices = new System.Windows.Forms.RadioButton();
     this.progressBarExportPdf = new System.Windows.Forms.ProgressBar();
     this.lbExportFolder = new System.Windows.Forms.Label();
     this.btnChooseExportDirectory = new System.Windows.Forms.Button();
     this.tbExportDirectory = new System.Windows.Forms.TextBox();
     this.btExportPdf = new System.Windows.Forms.Button();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.chbxIsDesignTemplate = new System.Windows.Forms.CheckBox();
     this.cbNoticeInformation = new System.Windows.Forms.CheckBox();
     this.cbHideClosedAccounts = new System.Windows.Forms.CheckBox();
     this.cbPrint = new System.Windows.Forms.ComboBox();
     this.bsNoticeTemplates = new System.Windows.Forms.BindingSource(this.components);
     this.btPrint = new System.Windows.Forms.Button();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.groupBoxPayment = new CheckGroupBox();
     this.numSummToPayMax = new System.Windows.Forms.NumericUpDown();
     this.numSummToPayMin = new System.Windows.Forms.NumericUpDown();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.rbFindHHServices = new System.Windows.Forms.RadioButton();
     this.rbFindAllServices = new System.Windows.Forms.RadioButton();
     this.lNoticesKode = new System.Windows.Forms.Label();
     this.btView = new System.Windows.Forms.Button();
     this.datePeriodShow = new DatePeriodSelector();
     this.tbBarcode = new System.Windows.Forms.TextBox();
     this.lPeriod = new System.Windows.Forms.Label();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.cbAllLS = new System.Windows.Forms.CheckBox();
     this.cbNotExistDebt = new System.Windows.Forms.CheckBox();
     this.rbFindHHServices2 = new System.Windows.Forms.RadioButton();
     this.rbFindAllServices2 = new System.Windows.Forms.RadioButton();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.imageLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.textLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.btGenerate = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.datePeriodGenerate = new DatePeriodSelector();
     this.tpAddInfo = new System.Windows.Forms.TabPage();
     this.dgvNoticeAddr = new System.Windows.Forms.DataGridView();
     this.addressNameDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.informationTextDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsNoticeInfoAdr = new System.Windows.Forms.BindingSource(this.components);
     this.toolStrip2 = new System.Windows.Forms.ToolStrip();
     this.btnAdd = new System.Windows.Forms.ToolStripButton();
     this.btnChange = new System.Windows.Forms.ToolStripButton();
     this.btnDel = new System.Windows.Forms.ToolStripButton();
     this.btnCurrentPosition = new System.Windows.Forms.ToolStripButton();
     this.btnAllPosition = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.tabControlOrgs = new System.Windows.Forms.TabControl();
     this.tpOrganizations = new System.Windows.Forms.TabPage();
     this.selectHouseHolders = new SelectOrganizations();
     this.tpAreaGroups = new System.Windows.Forms.TabPage();
     this.areaGroupsTree = new AreaGroupsTree();
     this.areaAddressesTree = new AreaAddressesTree();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.tsbtnLoadAll = new System.Windows.Forms.ToolStripButton();
     this.tsbtnLoadByHolders = new System.Windows.Forms.ToolStripButton();
     this.workerNotices = new BackgroundWorker();
     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.workerExportPdf = new BackgroundWorker();
     this.tcPaymentNotices.SuspendLayout();
     this.tpFormPrint.SuspendLayout();
     this.dgvNotices.BeginInit();
     this.bsNotices.BeginInit();
     this.panel2.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.gbExportHouseNotices.SuspendLayout();
     this.nudPageCount.BeginInit();
     this.nudHousesPerDoc.BeginInit();
     this.groupBox2.SuspendLayout();
     this.bsNoticeTemplates.BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBoxPayment.SuspendLayout();
     this.numSummToPayMax.BeginInit();
     this.numSummToPayMin.BeginInit();
     this.groupBox3.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.tpAddInfo.SuspendLayout();
     this.dgvNoticeAddr.BeginInit();
     this.bsNoticeInfoAdr.BeginInit();
     this.toolStrip2.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.tabControlOrgs.SuspendLayout();
     this.tpOrganizations.SuspendLayout();
     this.tpAreaGroups.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     base.SuspendLayout();
     this.tcPaymentNotices.Controls.Add(this.tpFormPrint);
     this.tcPaymentNotices.Controls.Add(this.tpAddInfo);
     this.tcPaymentNotices.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.tcPaymentNotices.set_Location(new System.Drawing.Point(0, 0));
     this.tcPaymentNotices.set_Name("tcPaymentNotices");
     this.tcPaymentNotices.set_SelectedIndex(0);
     this.tcPaymentNotices.set_Size(new System.Drawing.Size(0x274, 0x237));
     this.tcPaymentNotices.set_TabIndex(0);
     this.tcPaymentNotices.add_SelectedIndexChanged(new System.EventHandler(this.tcPaymentNotices_SelectedIndexChanged));
     this.tpFormPrint.Controls.Add(this.dgvNotices);
     this.tpFormPrint.Controls.Add(this.panel2);
     this.tpFormPrint.set_Location(new System.Drawing.Point(4, 0x16));
     this.tpFormPrint.set_Name("tpFormPrint");
     this.tpFormPrint.set_Size(new System.Drawing.Size(620, 0x21d));
     this.tpFormPrint.set_TabIndex(0);
     this.tpFormPrint.set_Text("Формирование/печать");
     this.tpFormPrint.set_UseVisualStyleBackColor(true);
     this.dgvNotices.set_AllowUserToAddRows(false);
     this.dgvNotices.set_AllowUserToDeleteRows(false);
     this.dgvNotices.set_AutoGenerateColumns(false);
     this.dgvNotices.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dgvNotices.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     this.dgvNotices.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvNotices.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.toPayDataGridViewTextBoxColumn, this.periodDataGridViewTextBoxColumn, this.accountNumberDataGridViewTextBoxColumn, this.addressNameDataGridViewTextBoxColumn, this.ownerNameDataGridViewTextBoxColumn, this.houseHolderNameDataGridViewTextBoxColumn });
     this.dgvNotices.set_DataSource(this.bsNotices);
     this.dgvNotices.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvNotices.set_Location(new System.Drawing.Point(0, 0x131));
     this.dgvNotices.set_Margin(new System.Windows.Forms.Padding(2));
     this.dgvNotices.set_Name("dgvNotices");
     this.dgvNotices.set_RowHeadersVisible(false);
     this.dgvNotices.set_RowHeadersWidth(20);
     this.dgvNotices.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvNotices.set_Size(new System.Drawing.Size(620, 0xec));
     this.dgvNotices.set_TabIndex(0x10);
     this.toPayDataGridViewTextBoxColumn.set_DataPropertyName("ToPay");
     this.toPayDataGridViewTextBoxColumn.set_HeaderText("К оплате");
     this.toPayDataGridViewTextBoxColumn.set_Name("toPayDataGridViewTextBoxColumn");
     this.toPayDataGridViewTextBoxColumn.set_Width(0x47);
     this.periodDataGridViewTextBoxColumn.set_DataPropertyName("Period");
     this.periodDataGridViewTextBoxColumn.set_HeaderText("Период");
     this.periodDataGridViewTextBoxColumn.set_Name("periodDataGridViewTextBoxColumn");
     this.periodDataGridViewTextBoxColumn.set_Width(70);
     this.accountNumberDataGridViewTextBoxColumn.set_DataPropertyName("AccountNumber");
     this.accountNumberDataGridViewTextBoxColumn.set_HeaderText("Лиц. счет");
     this.accountNumberDataGridViewTextBoxColumn.set_Name("accountNumberDataGridViewTextBoxColumn");
     this.accountNumberDataGridViewTextBoxColumn.set_Width(0x4a);
     this.addressNameDataGridViewTextBoxColumn.set_DataPropertyName("AddressName");
     this.addressNameDataGridViewTextBoxColumn.set_HeaderText("Адрес");
     this.addressNameDataGridViewTextBoxColumn.set_Name("addressNameDataGridViewTextBoxColumn");
     this.addressNameDataGridViewTextBoxColumn.set_Width(0x3f);
     this.ownerNameDataGridViewTextBoxColumn.set_DataPropertyName("OwnerName");
     this.ownerNameDataGridViewTextBoxColumn.set_HeaderText("Абонент");
     this.ownerNameDataGridViewTextBoxColumn.set_Name("ownerNameDataGridViewTextBoxColumn");
     this.ownerNameDataGridViewTextBoxColumn.set_Width(0x4a);
     this.houseHolderNameDataGridViewTextBoxColumn.set_DataPropertyName("HouseHolderName");
     this.houseHolderNameDataGridViewTextBoxColumn.set_HeaderText("Управляющая компания");
     this.houseHolderNameDataGridViewTextBoxColumn.set_Name("houseHolderNameDataGridViewTextBoxColumn");
     this.houseHolderNameDataGridViewTextBoxColumn.set_Width(0x90);
     this.bsNotices.set_DataSource(typeof(NoticeNotice));
     this.bsNotices.set_Sort("AddressName");
     this.panel2.Controls.Add(this.groupBox4);
     this.panel2.Controls.Add(this.groupBox2);
     this.panel2.Controls.Add(this.groupBox1);
     this.panel2.Controls.Add(this.groupBox3);
     this.panel2.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panel2.set_Location(new System.Drawing.Point(0, 0));
     this.panel2.set_Margin(new System.Windows.Forms.Padding(2));
     this.panel2.set_Name("panel2");
     this.panel2.set_Size(new System.Drawing.Size(620, 0x131));
     this.panel2.set_TabIndex(15);
     this.groupBox4.Controls.Add(this.gbExportHouseNotices);
     this.groupBox4.Controls.Add(this.rbExportHouseNotices);
     this.groupBox4.Controls.Add(this.rbExportAccountNotices);
     this.groupBox4.Controls.Add(this.progressBarExportPdf);
     this.groupBox4.Controls.Add(this.lbExportFolder);
     this.groupBox4.Controls.Add(this.btnChooseExportDirectory);
     this.groupBox4.Controls.Add(this.tbExportDirectory);
     this.groupBox4.Controls.Add(this.btExportPdf);
     this.groupBox4.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.groupBox4.set_Location(new System.Drawing.Point(0, 0xd5));
     this.groupBox4.set_Name("groupBox4");
     this.groupBox4.set_Size(new System.Drawing.Size(620, 0x5c));
     this.groupBox4.set_TabIndex(14);
     this.groupBox4.set_TabStop(false);
     this.groupBox4.set_Text("Выгрузка в PDF");
     this.gbExportHouseNotices.Controls.Add(this.nudPageCount);
     this.gbExportHouseNotices.Controls.Add(this.lbPageCount);
     this.gbExportHouseNotices.Controls.Add(this.nudHousesPerDoc);
     this.gbExportHouseNotices.Controls.Add(this.lbHousesPerDoc);
     this.gbExportHouseNotices.set_Location(new System.Drawing.Point(0x127, 11));
     this.gbExportHouseNotices.set_Name("gbExportHouseNotices");
     this.gbExportHouseNotices.set_Size(new System.Drawing.Size(0xbb, 0x47));
     this.gbExportHouseNotices.set_TabIndex(0x12);
     this.gbExportHouseNotices.set_TabStop(false);
     this.gbExportHouseNotices.set_Text("Доп. параметры");
     this.nudPageCount.set_Location(new System.Drawing.Point(0x73, 0x2b));
     this.nudPageCount.set_Margin(new System.Windows.Forms.Padding(4));
     int[] numArray = new int[4];
     numArray[0] = 0xf423f;
     this.nudPageCount.set_Maximum(new decimal(numArray));
     int[] numArray2 = new int[4];
     numArray2[0] = 1;
     this.nudPageCount.set_Minimum(new decimal(numArray2));
     this.nudPageCount.set_Name("nudPageCount");
     this.nudPageCount.set_Size(new System.Drawing.Size(0x3a, 20));
     this.nudPageCount.set_TabIndex(8);
     int[] numArray3 = new int[4];
     numArray3[0] = 500;
     this.nudPageCount.set_Value(new decimal(numArray3));
     this.lbPageCount.set_AutoSize(true);
     this.lbPageCount.set_Location(new System.Drawing.Point(6, 0x2d));
     this.lbPageCount.set_Margin(new System.Windows.Forms.Padding(2));
     this.lbPageCount.set_Name("lbPageCount");
     this.lbPageCount.set_Size(new System.Drawing.Size(0x55, 13));
     this.lbPageCount.set_TabIndex(7);
     this.lbPageCount.set_Text("Кол-во страниц");
     this.nudHousesPerDoc.set_Location(new System.Drawing.Point(0x73, 15));
     this.nudHousesPerDoc.set_Margin(new System.Windows.Forms.Padding(4));
     int[] numArray4 = new int[4];
     numArray4[0] = 0x270f;
     this.nudHousesPerDoc.set_Maximum(new decimal(numArray4));
     int[] numArray5 = new int[4];
     numArray5[0] = 1;
     this.nudHousesPerDoc.set_Minimum(new decimal(numArray5));
     this.nudHousesPerDoc.set_Name("nudHousesPerDoc");
     this.nudHousesPerDoc.set_Size(new System.Drawing.Size(0x3a, 20));
     this.nudHousesPerDoc.set_TabIndex(1);
     int[] numArray6 = new int[4];
     numArray6[0] = 1;
     this.nudHousesPerDoc.set_Value(new decimal(numArray6));
     this.lbHousesPerDoc.set_AutoSize(true);
     this.lbHousesPerDoc.set_Location(new System.Drawing.Point(6, 0x12));
     this.lbHousesPerDoc.set_Margin(new System.Windows.Forms.Padding(2));
     this.lbHousesPerDoc.set_Name("lbHousesPerDoc");
     this.lbHousesPerDoc.set_Size(new System.Drawing.Size(0x66, 13));
     this.lbHousesPerDoc.set_TabIndex(0);
     this.lbHousesPerDoc.set_Text("Мин. кол-во домов");
     this.rbExportHouseNotices.set_AutoSize(true);
     this.rbExportHouseNotices.set_Checked(true);
     this.rbExportHouseNotices.set_Location(new System.Drawing.Point(9, 0x1a));
     this.rbExportHouseNotices.set_Name("rbExportHouseNotices");
     this.rbExportHouseNotices.set_Size(new System.Drawing.Size(0x4c, 0x11));
     this.rbExportHouseNotices.set_TabIndex(0x10);
     this.rbExportHouseNotices.set_TabStop(true);
     this.rbExportHouseNotices.set_Text("По домам");
     this.rbExportHouseNotices.set_UseVisualStyleBackColor(true);
     this.rbExportAccountNotices.set_AutoSize(true);
     this.rbExportAccountNotices.set_Location(new System.Drawing.Point(0x7d, 0x1a));
     this.rbExportAccountNotices.set_Name("rbExportAccountNotices");
     this.rbExportAccountNotices.set_Size(new System.Drawing.Size(0x7f, 0x11));
     this.rbExportAccountNotices.set_TabIndex(0x11);
     this.rbExportAccountNotices.set_Text("По лицевым счетам");
     this.rbExportAccountNotices.set_UseVisualStyleBackColor(true);
     this.rbExportAccountNotices.add_CheckedChanged(new System.EventHandler(this.rbExportAccountNotices_CheckedChanged));
     this.progressBarExportPdf.set_Location(new System.Drawing.Point(0x1e8, 0x10));
     this.progressBarExportPdf.set_Name("progressBarExportPdf");
     this.progressBarExportPdf.set_Size(new System.Drawing.Size(0x5f, 20));
     this.progressBarExportPdf.set_Step(1);
     this.progressBarExportPdf.set_Style(System.Windows.Forms.ProgressBarStyle.Continuous);
     this.progressBarExportPdf.set_TabIndex(15);
     this.progressBarExportPdf.set_Visible(false);
     this.lbExportFolder.set_AutoSize(true);
     this.lbExportFolder.set_Location(new System.Drawing.Point(6, 0x3b));
     this.lbExportFolder.set_Margin(new System.Windows.Forms.Padding(2));
     this.lbExportFolder.set_Name("lbExportFolder");
     this.lbExportFolder.set_Size(new System.Drawing.Size(0x30, 13));
     this.lbExportFolder.set_TabIndex(14);
     this.lbExportFolder.set_Text("Каталог");
     this.btnChooseExportDirectory.set_Location(new System.Drawing.Point(0x102, 0x37));
     this.btnChooseExportDirectory.set_Name("btnChooseExportDirectory");
     this.btnChooseExportDirectory.set_Size(new System.Drawing.Size(0x1f, 0x17));
     this.btnChooseExportDirectory.set_TabIndex(13);
     this.btnChooseExportDirectory.set_Text("...");
     this.btnChooseExportDirectory.set_TextAlign(System.Drawing.ContentAlignment.TopCenter);
     this.btnChooseExportDirectory.set_UseVisualStyleBackColor(true);
     this.btnChooseExportDirectory.add_Click(new System.EventHandler(this.btnChooseExportDirectory_Click));
     this.tbExportDirectory.set_Location(new System.Drawing.Point(0x3b, 0x38));
     this.tbExportDirectory.set_Name("tbExportDirectory");
     this.tbExportDirectory.set_ReadOnly(true);
     this.tbExportDirectory.set_Size(new System.Drawing.Size(0xc1, 20));
     this.tbExportDirectory.set_TabIndex(12);
     this.btExportPdf.set_Location(new System.Drawing.Point(0x1e7, 0x29));
     this.btExportPdf.set_Margin(new System.Windows.Forms.Padding(2));
     this.btExportPdf.set_Name("btExportPdf");
     this.btExportPdf.set_Size(new System.Drawing.Size(0x61, 40));
     this.btExportPdf.set_TabIndex(6);
     this.btExportPdf.set_Text("Выгрузить");
     this.btExportPdf.set_UseVisualStyleBackColor(true);
     this.btExportPdf.add_Click(new System.EventHandler(this.btExportPdf_Click));
     this.groupBox2.Controls.Add(this.chbxIsDesignTemplate);
     this.groupBox2.Controls.Add(this.cbNoticeInformation);
     this.groupBox2.Controls.Add(this.cbHideClosedAccounts);
     this.groupBox2.Controls.Add(this.cbPrint);
     this.groupBox2.Controls.Add(this.btPrint);
     this.groupBox2.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.groupBox2.set_Location(new System.Drawing.Point(0, 0x9a));
     this.groupBox2.set_Margin(new System.Windows.Forms.Padding(2));
     this.groupBox2.set_Name("groupBox2");
     this.groupBox2.set_Padding(new System.Windows.Forms.Padding(2));
     this.groupBox2.set_Size(new System.Drawing.Size(620, 0x3b));
     this.groupBox2.set_TabIndex(12);
     this.groupBox2.set_TabStop(false);
     this.groupBox2.set_Text("Печать");
     this.chbxIsDesignTemplate.set_AutoSize(true);
     this.chbxIsDesignTemplate.set_Location(new System.Drawing.Point(0x16a, 0x24));
     this.chbxIsDesignTemplate.set_Name("chbxIsDesignTemplate");
     this.chbxIsDesignTemplate.set_Size(new System.Drawing.Size(0x79, 0x11));
     this.chbxIsDesignTemplate.set_TabIndex(13);
     this.chbxIsDesignTemplate.set_Text("Открыть дизайнер");
     this.chbxIsDesignTemplate.set_UseVisualStyleBackColor(true);
     this.cbNoticeInformation.set_AutoSize(true);
     this.cbNoticeInformation.set_Location(new System.Drawing.Point(0x100, 0x10));
     this.cbNoticeInformation.set_Name("cbNoticeInformation");
     this.cbNoticeInformation.set_Size(new System.Drawing.Size(0xe4, 0x11));
     this.cbNoticeInformation.set_TabIndex(12);
     this.cbNoticeInformation.set_Text("Включить в справку  печать сообщений");
     this.cbNoticeInformation.set_UseVisualStyleBackColor(true);
     this.cbHideClosedAccounts.set_AutoSize(true);
     this.cbHideClosedAccounts.set_Location(new System.Drawing.Point(0x100, 0x24));
     this.cbHideClosedAccounts.set_Name("cbHideClosedAccounts");
     this.cbHideClosedAccounts.set_Size(new System.Drawing.Size(0x62, 0x11));
     this.cbHideClosedAccounts.set_TabIndex(11);
     this.cbHideClosedAccounts.set_Text("Без закрытых");
     this.cbHideClosedAccounts.set_UseVisualStyleBackColor(true);
     this.cbPrint.set_DataSource(this.bsNoticeTemplates);
     this.cbPrint.set_DisplayMember("Name");
     this.cbPrint.set_DropDownStyle(System.Windows.Forms.ComboBoxStyle.DropDownList);
     this.cbPrint.set_FormattingEnabled(true);
     this.cbPrint.set_Location(new System.Drawing.Point(4, 0x11));
     this.cbPrint.set_Margin(new System.Windows.Forms.Padding(2));
     this.cbPrint.set_Name("cbPrint");
     this.cbPrint.set_Size(new System.Drawing.Size(0xea, 0x15));
     this.cbPrint.set_TabIndex(10);
     this.cbPrint.set_ValueMember("Id");
     this.bsNoticeTemplates.set_DataSource(typeof(NoticeNoticeTemplate));
     this.btPrint.set_ImageAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.btPrint.set_Location(new System.Drawing.Point(0x1e9, 12));
     this.btPrint.set_Margin(new System.Windows.Forms.Padding(2));
     this.btPrint.set_Name("btPrint");
     this.btPrint.set_Size(new System.Drawing.Size(0x61, 0x2b));
     this.btPrint.set_TabIndex(5);
     this.btPrint.set_Text("&Показать");
     this.btPrint.set_UseVisualStyleBackColor(true);
     this.btPrint.add_Click(new System.EventHandler(this.btPrint_Click));
     this.groupBox1.Controls.Add(this.groupBoxPayment);
     this.groupBox1.Controls.Add(this.rbFindHHServices);
     this.groupBox1.Controls.Add(this.rbFindAllServices);
     this.groupBox1.Controls.Add(this.lNoticesKode);
     this.groupBox1.Controls.Add(this.btView);
     this.groupBox1.Controls.Add(this.datePeriodShow);
     this.groupBox1.Controls.Add(this.tbBarcode);
     this.groupBox1.Controls.Add(this.lPeriod);
     this.groupBox1.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.groupBox1.set_Location(new System.Drawing.Point(0, 0x4d));
     this.groupBox1.set_Margin(new System.Windows.Forms.Padding(2));
     this.groupBox1.set_Name("groupBox1");
     this.groupBox1.set_Padding(new System.Windows.Forms.Padding(2));
     this.groupBox1.set_Size(new System.Drawing.Size(620, 0x4d));
     this.groupBox1.set_TabIndex(11);
     this.groupBox1.set_TabStop(false);
     this.groupBox1.set_Text("Поиск");
     this.groupBoxPayment.CheckBoxText = "Сумма к оплате";
     this.groupBoxPayment.Checked = false;
     this.groupBoxPayment.Controls.Add(this.numSummToPayMax);
     this.groupBoxPayment.Controls.Add(this.numSummToPayMin);
     this.groupBoxPayment.Controls.Add(this.label3);
     this.groupBoxPayment.Controls.Add(this.label2);
     this.groupBoxPayment.set_Location(new System.Drawing.Point(0x127, 11));
     this.groupBoxPayment.set_Name("groupBoxPayment");
     this.groupBoxPayment.set_Size(new System.Drawing.Size(0xbd, 0x3d));
     this.groupBoxPayment.set_TabIndex(0x81);
     this.groupBoxPayment.set_TabStop(false);
     this.groupBoxPayment.CheckedChanged += new System.EventHandler(this.groupBoxPayment_CheckedChanged);
     this.numSummToPayMax.set_DecimalPlaces(2);
     this.numSummToPayMax.set_Enabled(false);
     this.numSummToPayMax.set_Location(new System.Drawing.Point(0x38, 0x26));
     int[] numArray7 = new int[4];
     numArray7[0] = 0x989680;
     this.numSummToPayMax.set_Maximum(new decimal(numArray7));
     int[] numArray8 = new int[4];
     numArray8[0] = 0xf4240;
     numArray8[3] = -2147483648;
     this.numSummToPayMax.set_Minimum(new decimal(numArray8));
     this.numSummToPayMax.set_Name("numSummToPayMax");
     this.numSummToPayMax.set_Size(new System.Drawing.Size(0x7e, 20));
     this.numSummToPayMax.set_TabIndex(0x12);
     int[] numArray9 = new int[4];
     numArray9[0] = 0xf4240;
     this.numSummToPayMax.set_Value(new decimal(numArray9));
     this.numSummToPayMin.set_DecimalPlaces(2);
     this.numSummToPayMin.set_Enabled(false);
     this.numSummToPayMin.set_Location(new System.Drawing.Point(0x38, 15));
     int[] numArray10 = new int[4];
     numArray10[0] = 0xf4240;
     this.numSummToPayMin.set_Maximum(new decimal(numArray10));
     int[] numArray11 = new int[4];
     numArray11[0] = 0xf4240;
     numArray11[3] = -2147483648;
     this.numSummToPayMin.set_Minimum(new decimal(numArray11));
     this.numSummToPayMin.set_Name("numSummToPayMin");
     this.numSummToPayMin.set_Size(new System.Drawing.Size(0x7e, 20));
     this.numSummToPayMin.set_TabIndex(0x10);
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(6, 0x29));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x2f, 13));
     this.label3.set_TabIndex(0x13);
     this.label3.set_Text("меньше");
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(6, 0x12));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x2d, 13));
     this.label2.set_TabIndex(0x11);
     this.label2.set_Text("больше");
     this.rbFindHHServices.set_AutoSize(true);
     this.rbFindHHServices.set_Location(new System.Drawing.Point(0xcb, 50));
     this.rbFindHHServices.set_Name("rbFindHHServices");
     this.rbFindHHServices.set_Size(new System.Drawing.Size(0x4f, 0x11));
     this.rbFindHHServices.set_TabIndex(15);
     this.rbFindHHServices.set_Text("Услуги УК");
     this.rbFindHHServices.set_UseVisualStyleBackColor(true);
     this.rbFindHHServices.add_CheckedChanged(new System.EventHandler(this.rbFindAllServices_CheckedChanged));
     this.rbFindAllServices.set_AutoSize(true);
     this.rbFindAllServices.set_Checked(true);
     this.rbFindAllServices.set_Location(new System.Drawing.Point(0xca, 20));
     this.rbFindAllServices.set_Name("rbFindAllServices");
     this.rbFindAllServices.set_Size(new System.Drawing.Size(80, 0x11));
     this.rbFindAllServices.set_TabIndex(15);
     this.rbFindAllServices.set_TabStop(true);
     this.rbFindAllServices.set_Text("Все услуги");
     this.rbFindAllServices.set_UseVisualStyleBackColor(true);
     this.rbFindAllServices.add_CheckedChanged(new System.EventHandler(this.rbFindAllServices_CheckedChanged));
     this.lNoticesKode.set_AutoSize(true);
     this.lNoticesKode.set_Location(new System.Drawing.Point(4, 0x35));
     this.lNoticesKode.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.lNoticesKode.set_Name("lNoticesKode");
     this.lNoticesKode.set_Size(new System.Drawing.Size(0x2c, 13));
     this.lNoticesKode.set_TabIndex(9);
     this.lNoticesKode.set_Text("Код кв.");
     this.btView.set_ImageAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.btView.set_Location(new System.Drawing.Point(0x1e9, 11));
     this.btView.set_Margin(new System.Windows.Forms.Padding(2));
     this.btView.set_Name("btView");
     this.btView.set_Size(new System.Drawing.Size(0x61, 0x3d));
     this.btView.set_TabIndex(4);
     this.btView.set_Text("Поиск");
     this.btView.set_UseVisualStyleBackColor(true);
     this.btView.add_Click(new System.EventHandler(this.btView_Click));
     this.datePeriodShow.set_Location(new System.Drawing.Point(0x37, 20));
     this.datePeriodShow.set_Margin(new System.Windows.Forms.Padding(4));
     this.datePeriodShow.set_Name("datePeriodShow");
     this.datePeriodShow.set_Size(new System.Drawing.Size(0x85, 0x15));
     this.datePeriodShow.set_TabIndex(13);
     this.tbBarcode.set_Location(new System.Drawing.Point(0x36, 0x31));
     this.tbBarcode.set_Margin(new System.Windows.Forms.Padding(2));
     this.tbBarcode.set_Name("tbBarcode");
     this.tbBarcode.set_Size(new System.Drawing.Size(0x85, 20));
     this.tbBarcode.set_TabIndex(8);
     this.tbBarcode.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown));
     this.lPeriod.set_AutoSize(true);
     this.lPeriod.set_Location(new System.Drawing.Point(4, 0x17));
     this.lPeriod.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.lPeriod.set_Name("lPeriod");
     this.lPeriod.set_Size(new System.Drawing.Size(0x2d, 13));
     this.lPeriod.set_TabIndex(7);
     this.lPeriod.set_Text("Период");
     this.groupBox3.Controls.Add(this.cbAllLS);
     this.groupBox3.Controls.Add(this.cbNotExistDebt);
     this.groupBox3.Controls.Add(this.rbFindHHServices2);
     this.groupBox3.Controls.Add(this.rbFindAllServices2);
     this.groupBox3.Controls.Add(this.statusStrip1);
     this.groupBox3.Controls.Add(this.btGenerate);
     this.groupBox3.Controls.Add(this.label1);
     this.groupBox3.Controls.Add(this.datePeriodGenerate);
     this.groupBox3.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.groupBox3.set_Location(new System.Drawing.Point(0, 0));
     this.groupBox3.set_Name("groupBox3");
     this.groupBox3.set_Size(new System.Drawing.Size(620, 0x4d));
     this.groupBox3.set_TabIndex(13);
     this.groupBox3.set_TabStop(false);
     this.groupBox3.set_Text("Формирование");
     this.cbAllLS.set_AutoSize(true);
     this.cbAllLS.set_Checked(true);
     this.cbAllLS.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.cbAllLS.set_Location(new System.Drawing.Point(0x12e, 13));
     this.cbAllLS.set_Name("cbAllLS");
     this.cbAllLS.set_Size(new System.Drawing.Size(0x5c, 0x11));
     this.cbAllLS.set_TabIndex(0x13);
     this.cbAllLS.set_Text("Все лицевые");
     this.cbAllLS.set_UseVisualStyleBackColor(true);
     this.cbAllLS.add_CheckedChanged(new System.EventHandler(this.cbAllLS_CheckedChanged));
     this.cbNotExistDebt.set_AutoSize(true);
     this.cbNotExistDebt.set_Checked(true);
     this.cbNotExistDebt.set_CheckState(System.Windows.Forms.CheckState.Indeterminate);
     this.cbNotExistDebt.set_Enabled(false);
     this.cbNotExistDebt.set_Location(new System.Drawing.Point(0x12e, 0x1f));
     this.cbNotExistDebt.set_Name("cbNotExistDebt");
     this.cbNotExistDebt.set_Size(new System.Drawing.Size(0xaf, 0x11));
     this.cbNotExistDebt.set_TabIndex(0x12);
     this.cbNotExistDebt.set_Text("Без долга на начало периода");
     this.cbNotExistDebt.set_UseVisualStyleBackColor(true);
     this.rbFindHHServices2.set_AutoSize(true);
     this.rbFindHHServices2.set_Location(new System.Drawing.Point(0xce, 0x20));
     this.rbFindHHServices2.set_Name("rbFindHHServices2");
     this.rbFindHHServices2.set_Size(new System.Drawing.Size(0x4f, 0x11));
     this.rbFindHHServices2.set_TabIndex(0x11);
     this.rbFindHHServices2.set_Text("Услуги УК");
     this.rbFindHHServices2.set_UseVisualStyleBackColor(true);
     this.rbFindHHServices2.add_CheckedChanged(new System.EventHandler(this.rbFindAllServices_CheckedChanged));
     this.rbFindAllServices2.set_AutoSize(true);
     this.rbFindAllServices2.set_Checked(true);
     this.rbFindAllServices2.set_Location(new System.Drawing.Point(0xcd, 13));
     this.rbFindAllServices2.set_Name("rbFindAllServices2");
     this.rbFindAllServices2.set_Size(new System.Drawing.Size(80, 0x11));
     this.rbFindAllServices2.set_TabIndex(0x10);
     this.rbFindAllServices2.set_TabStop(true);
     this.rbFindAllServices2.set_Text("Все услуги");
     this.rbFindAllServices2.set_UseVisualStyleBackColor(true);
     this.rbFindAllServices2.add_CheckedChanged(new System.EventHandler(this.rbFindAllServices_CheckedChanged));
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.imageLabel, this.textLabel });
     this.statusStrip1.set_Location(new System.Drawing.Point(3, 0x34));
     this.statusStrip1.set_Name("statusStrip1");
     this.statusStrip1.set_Size(new System.Drawing.Size(0x266, 0x16));
     this.statusStrip1.set_SizingGrip(false);
     this.statusStrip1.set_TabIndex(9);
     this.statusStrip1.set_Text("statusStrip1");
     this.imageLabel.set_AutoSize(false);
     this.imageLabel.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.imageLabel.set_Image(Resources.WAITING);
     this.imageLabel.set_ImageAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.imageLabel.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.imageLabel.set_Name("imageLabel");
     this.imageLabel.set_Size(new System.Drawing.Size(0x11, 0x11));
     this.imageLabel.set_TextAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.imageLabel.set_Visible(false);
     this.textLabel.set_Name("textLabel");
     this.textLabel.set_Size(new System.Drawing.Size(0x131, 0x11));
     this.textLabel.set_Text("Выберите период и нажмите кнопку \"Сформировать\"");
     this.btGenerate.set_ImageAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.btGenerate.set_Location(new System.Drawing.Point(0x1e9, 8));
     this.btGenerate.set_Name("btGenerate");
     this.btGenerate.set_Size(new System.Drawing.Size(0x61, 0x29));
     this.btGenerate.set_TabIndex(8);
     this.btGenerate.set_Text("&Сформировать");
     this.btGenerate.set_UseVisualStyleBackColor(true);
     this.btGenerate.add_Click(new System.EventHandler(this.btGenerate_Click));
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(6, 0x1f));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x2d, 13));
     this.label1.set_TabIndex(7);
     this.label1.set_Text("Период");
     this.datePeriodGenerate.set_Location(new System.Drawing.Point(0x39, 0x18));
     this.datePeriodGenerate.set_Name("datePeriodGenerate");
     this.datePeriodGenerate.set_Size(new System.Drawing.Size(0x85, 0x15));
     this.datePeriodGenerate.set_TabIndex(6);
     this.tpAddInfo.Controls.Add(this.dgvNoticeAddr);
     this.tpAddInfo.Controls.Add(this.toolStrip2);
     this.tpAddInfo.set_Location(new System.Drawing.Point(4, 0x16));
     this.tpAddInfo.set_Name("tpAddInfo");
     this.tpAddInfo.set_Size(new System.Drawing.Size(620, 0x21d));
     this.tpAddInfo.set_TabIndex(2);
     this.tpAddInfo.set_Text("Доп. инфомрация");
     this.tpAddInfo.set_UseVisualStyleBackColor(true);
     this.dgvNoticeAddr.set_AllowUserToAddRows(false);
     this.dgvNoticeAddr.set_AllowUserToResizeRows(false);
     this.dgvNoticeAddr.set_AutoGenerateColumns(false);
     this.dgvNoticeAddr.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dgvNoticeAddr.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvNoticeAddr.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.addressNameDataGridViewTextBoxColumn1, this.informationTextDataGridViewTextBoxColumn });
     this.dgvNoticeAddr.set_DataSource(this.bsNoticeInfoAdr);
     this.dgvNoticeAddr.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvNoticeAddr.set_Location(new System.Drawing.Point(0, 0x19));
     this.dgvNoticeAddr.set_Name("dgvNoticeAddr");
     this.dgvNoticeAddr.set_ReadOnly(true);
     this.dgvNoticeAddr.set_RowHeadersVisible(false);
     this.dgvNoticeAddr.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvNoticeAddr.set_Size(new System.Drawing.Size(620, 0x204));
     this.dgvNoticeAddr.set_TabIndex(1);
     this.dgvNoticeAddr.add_CellContentDoubleClick(new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentDoubleClick));
     this.addressNameDataGridViewTextBoxColumn1.set_DataPropertyName("AddressName");
     this.addressNameDataGridViewTextBoxColumn1.set_HeaderText("Адрес");
     this.addressNameDataGridViewTextBoxColumn1.set_Name("addressNameDataGridViewTextBoxColumn1");
     this.addressNameDataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.addressNameDataGridViewTextBoxColumn1.set_Width(0x3f);
     this.informationTextDataGridViewTextBoxColumn.set_DataPropertyName("InformationText");
     this.informationTextDataGridViewTextBoxColumn.set_HeaderText("Сообщение");
     this.informationTextDataGridViewTextBoxColumn.set_Name("informationTextDataGridViewTextBoxColumn");
     this.informationTextDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.informationTextDataGridViewTextBoxColumn.set_Width(90);
     this.bsNoticeInfoAdr.set_DataSource(typeof(NoticeNoticeInformationAddress));
     this.bsNoticeInfoAdr.add_CurrentChanged(new System.EventHandler(this.bsNoticeInfoAdr_CurrentChanged));
     this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btnAdd, this.btnChange, this.btnDel, this.btnCurrentPosition, this.btnAllPosition, this.toolStripLabel1 });
     this.toolStrip2.set_Location(new System.Drawing.Point(0, 0));
     this.toolStrip2.set_Name("toolStrip2");
     this.toolStrip2.set_Size(new System.Drawing.Size(620, 0x19));
     this.toolStrip2.set_TabIndex(0);
     this.toolStrip2.set_Text("toolStrip2");
     this.btnAdd.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.btnAdd.set_Image(Resources.ADD);
     this.btnAdd.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.btnAdd.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.btnAdd.set_Name("btnAdd");
     this.btnAdd.set_Size(new System.Drawing.Size(0x18, 0x16));
     this.btnAdd.set_Text("Добавить");
     this.btnAdd.add_Click(new System.EventHandler(this.btnAdd_Click));
     this.btnChange.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.btnChange.set_Image(Resources.CHANGE);
     this.btnChange.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.btnChange.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.btnChange.set_Name("btnChange");
     this.btnChange.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.btnChange.set_Text("Изменить");
     this.btnChange.add_Click(new System.EventHandler(this.btnChange_Click));
     this.btnDel.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.btnDel.set_Image(Resources.DELETE);
     this.btnDel.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.btnDel.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.btnDel.set_Name("btnDel");
     this.btnDel.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.btnDel.set_Text("Удалить");
     this.btnDel.add_Click(new System.EventHandler(this.btnDel_Click));
     this.btnCurrentPosition.set_Alignment(System.Windows.Forms.ToolStripItemAlignment.Right);
     this.btnCurrentPosition.set_Checked(true);
     this.btnCurrentPosition.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.btnCurrentPosition.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.btnCurrentPosition.set_Image((System.Drawing.Image) manager.GetObject("btnCurrentPosition.Image"));
     this.btnCurrentPosition.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.btnCurrentPosition.set_Name("btnCurrentPosition");
     this.btnCurrentPosition.set_RightToLeftAutoMirrorImage(true);
     this.btnCurrentPosition.set_Size(new System.Drawing.Size(0x6f, 0x16));
     this.btnCurrentPosition.set_Text("Выбранный адрес");
     this.btnCurrentPosition.add_Click(new System.EventHandler(this.btnCurrentPosition_Click));
     this.btnAllPosition.set_Alignment(System.Windows.Forms.ToolStripItemAlignment.Right);
     this.btnAllPosition.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.btnAllPosition.set_Image((System.Drawing.Image) manager.GetObject("btnAllPosition.Image"));
     this.btnAllPosition.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.btnAllPosition.set_Name("btnAllPosition");
     this.btnAllPosition.set_RightToLeftAutoMirrorImage(true);
     this.btnAllPosition.set_Size(new System.Drawing.Size(0x95, 0x16));
     this.btnAllPosition.set_Text("Все подчиненные адреса");
     this.btnAllPosition.add_Click(new System.EventHandler(this.btnAllPosition_Click));
     this.toolStripLabel1.set_Alignment(System.Windows.Forms.ToolStripItemAlignment.Right);
     this.toolStripLabel1.set_Name("toolStripLabel1");
     this.toolStripLabel1.set_RightToLeftAutoMirrorImage(true);
     this.toolStripLabel1.set_Size(new System.Drawing.Size(0x30, 0x16));
     this.toolStripLabel1.set_Text("Режим:");
     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.splitContainer2);
     this.splitContainer1.Panel2.Controls.Add(this.tcPaymentNotices);
     this.splitContainer1.set_Size(new System.Drawing.Size(0x3bc, 0x237));
     this.splitContainer1.set_SplitterDistance(0x144);
     this.splitContainer1.set_TabIndex(1);
     this.splitContainer2.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.splitContainer2.set_Location(new System.Drawing.Point(0, 0));
     this.splitContainer2.set_Margin(new System.Windows.Forms.Padding(2));
     this.splitContainer2.set_Name("splitContainer2");
     this.splitContainer2.set_Orientation(System.Windows.Forms.Orientation.Horizontal);
     this.splitContainer2.Panel1.Controls.Add(this.tabControlOrgs);
     this.splitContainer2.Panel2.Controls.Add(this.areaAddressesTree);
     this.splitContainer2.Panel2.Controls.Add(this.toolStrip1);
     this.splitContainer2.set_Size(new System.Drawing.Size(0x144, 0x237));
     this.splitContainer2.set_SplitterDistance(0xda);
     this.splitContainer2.set_SplitterWidth(3);
     this.splitContainer2.set_TabIndex(7);
     this.tabControlOrgs.Controls.Add(this.tpOrganizations);
     this.tabControlOrgs.Controls.Add(this.tpAreaGroups);
     this.tabControlOrgs.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.tabControlOrgs.set_Location(new System.Drawing.Point(0, 0));
     this.tabControlOrgs.set_Name("tabControlOrgs");
     this.tabControlOrgs.set_SelectedIndex(0);
     this.tabControlOrgs.set_Size(new System.Drawing.Size(0x144, 0xda));
     this.tabControlOrgs.set_TabIndex(1);
     this.tabControlOrgs.add_SelectedIndexChanged(new System.EventHandler(this.tabControlOrgs_SelectedIndexChanged));
     this.tpOrganizations.Controls.Add(this.selectHouseHolders);
     this.tpOrganizations.set_Location(new System.Drawing.Point(4, 0x16));
     this.tpOrganizations.set_Name("tpOrganizations");
     this.tpOrganizations.set_Padding(new System.Windows.Forms.Padding(3));
     this.tpOrganizations.set_Size(new System.Drawing.Size(0x13c, 0xc0));
     this.tpOrganizations.set_TabIndex(0);
     this.tpOrganizations.set_Text("Управляющая компания");
     this.tpOrganizations.set_UseVisualStyleBackColor(true);
     this.selectHouseHolders.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.selectHouseHolders.IsByUser = false;
     this.selectHouseHolders.set_Location(new System.Drawing.Point(3, 3));
     this.selectHouseHolders.set_Margin(new System.Windows.Forms.Padding(2));
     this.selectHouseHolders.set_Name("selectHouseHolders");
     this.selectHouseHolders.SelectedOrganizations = null;
     this.selectHouseHolders.SetFilter = null;
     this.selectHouseHolders.set_Size(new System.Drawing.Size(310, 0xba));
     this.selectHouseHolders.set_TabIndex(0);
     this.tpAreaGroups.Controls.Add(this.areaGroupsTree);
     this.tpAreaGroups.set_Location(new System.Drawing.Point(4, 0x16));
     this.tpAreaGroups.set_Name("tpAreaGroups");
     this.tpAreaGroups.set_Padding(new System.Windows.Forms.Padding(3));
     this.tpAreaGroups.set_Size(new System.Drawing.Size(0x13c, 0xc0));
     this.tpAreaGroups.set_TabIndex(1);
     this.tpAreaGroups.set_Text("Адресные группы");
     this.tpAreaGroups.set_UseVisualStyleBackColor(true);
     this.areaGroupsTree.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.areaGroupsTree.set_Location(new System.Drawing.Point(3, 3));
     this.areaGroupsTree.set_Name("areaGroupsTree");
     this.areaGroupsTree.set_Size(new System.Drawing.Size(310, 0xba));
     this.areaGroupsTree.set_TabIndex(0);
     this.areaAddressesTree.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.areaAddressesTree.set_Location(new System.Drawing.Point(0, 0x19));
     this.areaAddressesTree.set_Margin(new System.Windows.Forms.Padding(2));
     this.areaAddressesTree.set_Name("areaAddressesTree");
     this.areaAddressesTree.set_Size(new System.Drawing.Size(0x144, 0x141));
     this.areaAddressesTree.set_TabIndex(0);
     this.areaAddressesTree.TreeSource = null;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbtnLoadAll, this.tsbtnLoadByHolders });
     this.toolStrip1.set_Location(new System.Drawing.Point(0, 0));
     this.toolStrip1.set_Name("toolStrip1");
     this.toolStrip1.set_Size(new System.Drawing.Size(0x144, 0x19));
     this.toolStrip1.set_TabIndex(1);
     this.toolStrip1.set_Text("toolStrip1");
     this.tsbtnLoadAll.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbtnLoadAll.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbtnLoadAll.set_Name("tsbtnLoadAll");
     this.tsbtnLoadAll.set_Size(new System.Drawing.Size(70, 0x16));
     this.tsbtnLoadAll.set_Text("Все адреса");
     this.tsbtnLoadAll.add_Click(new System.EventHandler(this.tsbtnLoadAll_Click));
     this.tsbtnLoadByHolders.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbtnLoadByHolders.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbtnLoadByHolders.set_Name("tsbtnLoadByHolders");
     this.tsbtnLoadByHolders.set_Size(new System.Drawing.Size(190, 0x16));
     this.tsbtnLoadByHolders.set_Text("Адреса выбранных организаций");
     this.tsbtnLoadByHolders.set_ToolTipText("Адреса выбранных организаций");
     this.tsbtnLoadByHolders.add_Click(new System.EventHandler(this.tsbtnLoadByHolders_Click));
     this.workerNotices.add_DoWork(new DoWorkEventHandler(this.workerNotices_DoWork));
     this.workerNotices.add_RunWorkerCompleted(new RunWorkerCompletedEventHandler(this.worker_RunWorkerCompleted));
     this.dataGridViewTextBoxColumn1.set_DataPropertyName("AccountNumber");
     this.dataGridViewTextBoxColumn1.set_HeaderText("Лиц. счет");
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn1.set_Resizable(System.Windows.Forms.DataGridViewTriState.True);
     this.dataGridViewTextBoxColumn1.set_Width(0x4a);
     this.dataGridViewTextBoxColumn2.set_DataPropertyName("AddressName");
     this.dataGridViewTextBoxColumn2.set_HeaderText("Адрес");
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.dataGridViewTextBoxColumn2.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn2.set_Width(0x3f);
     this.dataGridViewTextBoxColumn3.set_DataPropertyName("OwnerName");
     this.dataGridViewTextBoxColumn3.set_HeaderText("Абонент");
     this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3");
     this.dataGridViewTextBoxColumn3.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn3.set_Width(0x4a);
     this.dataGridViewTextBoxColumn4.set_DataPropertyName("Charge");
     this.dataGridViewTextBoxColumn4.set_HeaderText("Начислено");
     this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4");
     this.dataGridViewTextBoxColumn4.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn4.set_Width(0x57);
     this.dataGridViewTextBoxColumn5.set_DataPropertyName("TotalDebt");
     this.dataGridViewTextBoxColumn5.set_HeaderText("К оплате");
     this.dataGridViewTextBoxColumn5.set_Name("dataGridViewTextBoxColumn5");
     this.dataGridViewTextBoxColumn5.set_Width(0x47);
     this.dataGridViewTextBoxColumn6.set_DataPropertyName("Period");
     this.dataGridViewTextBoxColumn6.set_HeaderText("Период");
     this.dataGridViewTextBoxColumn6.set_Name("dataGridViewTextBoxColumn6");
     this.dataGridViewTextBoxColumn6.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn6.set_Width(70);
     this.dataGridViewTextBoxColumn7.set_DataPropertyName("AdditionalInfo");
     this.dataGridViewTextBoxColumn7.set_HeaderText("Доп. информация");
     this.dataGridViewTextBoxColumn7.set_Name("dataGridViewTextBoxColumn7");
     this.dataGridViewTextBoxColumn7.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn7.set_Width(0x71);
     this.dataGridViewTextBoxColumn8.set_DataPropertyName("AddressName");
     this.dataGridViewTextBoxColumn8.set_HeaderText("AddressName");
     this.dataGridViewTextBoxColumn8.set_Name("dataGridViewTextBoxColumn8");
     this.dataGridViewTextBoxColumn8.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn8.set_Width(0x62);
     this.dataGridViewTextBoxColumn9.set_DataPropertyName("AccountNumber");
     this.dataGridViewTextBoxColumn9.set_HeaderText("AccountNumber");
     this.dataGridViewTextBoxColumn9.set_Name("dataGridViewTextBoxColumn9");
     this.dataGridViewTextBoxColumn9.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn9.set_Width(0x6d);
     this.dataGridViewTextBoxColumn10.set_DataPropertyName("OwnerName");
     this.dataGridViewTextBoxColumn10.set_HeaderText("OwnerName");
     this.dataGridViewTextBoxColumn10.set_Name("dataGridViewTextBoxColumn10");
     this.dataGridViewTextBoxColumn10.set_Width(0x5b);
     this.dataGridViewTextBoxColumn11.set_DataPropertyName("Barcode");
     this.dataGridViewTextBoxColumn11.set_HeaderText("Barcode");
     this.dataGridViewTextBoxColumn11.set_Name("dataGridViewTextBoxColumn11");
     this.dataGridViewTextBoxColumn11.set_Width(0x48);
     this.dataGridViewTextBoxColumn12.set_DataPropertyName("AdditionalInfo");
     this.dataGridViewTextBoxColumn12.set_HeaderText("AdditionalInfo");
     this.dataGridViewTextBoxColumn12.set_Name("dataGridViewTextBoxColumn12");
     this.dataGridViewTextBoxColumn12.set_Width(0x60);
     this.dataGridViewTextBoxColumn13.set_DataPropertyName("OrgName");
     this.dataGridViewTextBoxColumn13.set_HeaderText("OrgName");
     this.dataGridViewTextBoxColumn13.set_Name("dataGridViewTextBoxColumn13");
     this.dataGridViewTextBoxColumn13.set_Width(0x4d);
     this.dataGridViewTextBoxColumn14.set_DataPropertyName("ToPay");
     this.dataGridViewTextBoxColumn14.set_HeaderText("ToPay");
     this.dataGridViewTextBoxColumn14.set_Name("dataGridViewTextBoxColumn14");
     this.dataGridViewTextBoxColumn14.set_Width(0x3f);
     this.dataGridViewTextBoxColumn15.set_DataPropertyName("ObjectWithIdType");
     this.dataGridViewTextBoxColumn15.set_HeaderText("ObjectWithIdType");
     this.dataGridViewTextBoxColumn15.set_Name("dataGridViewTextBoxColumn15");
     this.dataGridViewTextBoxColumn15.set_Width(0x76);
     this.dataGridViewTextBoxColumn16.set_DataPropertyName("Id");
     this.dataGridViewTextBoxColumn16.set_HeaderText("Id");
     this.dataGridViewTextBoxColumn16.set_Name("dataGridViewTextBoxColumn16");
     this.dataGridViewTextBoxColumn16.set_Width(0x29);
     this.workerExportPdf.set_WorkerReportsProgress(true);
     this.workerExportPdf.set_WorkerSupportsCancellation(true);
     this.workerExportPdf.add_DoWork(new DoWorkEventHandler(this.workerExportPdf_DoWork));
     this.workerExportPdf.add_ProgressChanged(new ProgressChangedEventHandler(this.workerExportPdf_ProgressChanged));
     this.workerExportPdf.add_RunWorkerCompleted(new RunWorkerCompletedEventHandler(this.workerExportPdf_RunWorkerCompleted));
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x3bc, 0x237));
     base.Controls.Add(this.splitContainer1);
     this.set_DoubleBuffered(true);
     base.set_Name("PaymentNoticesMainFormOld");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("АРМ Печать извещений");
     base.set_WindowState(System.Windows.Forms.FormWindowState.Maximized);
     base.add_Activated(new System.EventHandler(this.PaymentNoticesMainFormOld_Activated));
     base.add_Load(new System.EventHandler(this.PaymentNoticesMainFormOld_Load));
     this.tcPaymentNotices.ResumeLayout(false);
     this.tpFormPrint.ResumeLayout(false);
     this.dgvNotices.EndInit();
     this.bsNotices.EndInit();
     this.panel2.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.gbExportHouseNotices.ResumeLayout(false);
     this.gbExportHouseNotices.PerformLayout();
     this.nudPageCount.EndInit();
     this.nudHousesPerDoc.EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.bsNoticeTemplates.EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBoxPayment.ResumeLayout(false);
     this.groupBoxPayment.PerformLayout();
     this.numSummToPayMax.EndInit();
     this.numSummToPayMin.EndInit();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.tpAddInfo.ResumeLayout(false);
     this.tpAddInfo.PerformLayout();
     this.dgvNoticeAddr.EndInit();
     this.bsNoticeInfoAdr.EndInit();
     this.toolStrip2.ResumeLayout(false);
     this.toolStrip2.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.Panel2.PerformLayout();
     this.splitContainer2.ResumeLayout(false);
     this.tabControlOrgs.ResumeLayout(false);
     this.tpOrganizations.ResumeLayout(false);
     this.tpAreaGroups.ResumeLayout(false);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     base.ResumeLayout(false);
 }