Beispiel #1
0
 private void InitializeComponent()
 {
     this.components = new Container();
     this.panel1 = new System.Windows.Forms.Panel();
     this.label8 = new System.Windows.Forms.Label();
     this.cbxOrganizations = new System.Windows.Forms.ComboBox();
     this.bsOrganizations = new System.Windows.Forms.BindingSource(this.components);
     this.dbxMonetizationDate = new DateBox();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.cbUseFamilySquare = new System.Windows.Forms.CheckBox();
     this.cbUsePersonSquare = new System.Windows.Forms.CheckBox();
     this.cbAllSquare = new System.Windows.Forms.CheckBox();
     this.label7 = new System.Windows.Forms.Label();
     this.cgbUseApartmentOwnerShare = new CheckGroupBox();
     this.rbUsePersonApartmentOwnerShare = new System.Windows.Forms.RadioButton();
     this.rbUseAllPersonApartmentOwnerShare = new System.Windows.Forms.RadioButton();
     this.label5 = new System.Windows.Forms.Label();
     this.selectBenefitNormUseType = new SelectFasetData();
     this.numSquareFactor = new System.Windows.Forms.NumericUpDown();
     this.label3 = new System.Windows.Forms.Label();
     this.selectApartmentType = new SelectFasetData();
     this.label2 = new System.Windows.Forms.Label();
     this.selectFamily = new SelectFasetData();
     this.label1 = new System.Windows.Forms.Label();
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnSave = new System.Windows.Forms.Button();
     this.dbxMovement = new DateBox();
     this.label4 = new System.Windows.Forms.Label();
     this.numValue = new System.Windows.Forms.NumericUpDown();
     this.label6 = new System.Windows.Forms.Label();
     this.dgvBenefitSrvTypes = new System.Windows.Forms.DataGridView();
     this.codeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.shortNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsBenefitSrvTypes = new System.Windows.Forms.BindingSource(this.components);
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.panel1.SuspendLayout();
     this.bsOrganizations.BeginInit();
     this.groupBox1.SuspendLayout();
     this.cgbUseApartmentOwnerShare.SuspendLayout();
     this.numSquareFactor.BeginInit();
     this.numValue.BeginInit();
     this.dgvBenefitSrvTypes.BeginInit();
     this.bsBenefitSrvTypes.BeginInit();
     base.SuspendLayout();
     this.panel1.Controls.Add(this.label8);
     this.panel1.Controls.Add(this.cbxOrganizations);
     this.panel1.Controls.Add(this.dbxMonetizationDate);
     this.panel1.Controls.Add(this.groupBox1);
     this.panel1.Controls.Add(this.label7);
     this.panel1.Controls.Add(this.cgbUseApartmentOwnerShare);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.selectBenefitNormUseType);
     this.panel1.Controls.Add(this.numSquareFactor);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.selectApartmentType);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.selectFamily);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.btnCancel);
     this.panel1.Controls.Add(this.btnSave);
     this.panel1.Controls.Add(this.dbxMovement);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.numValue);
     this.panel1.Controls.Add(this.label6);
     this.panel1.set_Dock(System.Windows.Forms.DockStyle.Left);
     this.panel1.set_Location(new System.Drawing.Point(0, 0));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(0x16d, 0x195));
     this.panel1.set_TabIndex(1);
     this.label8.set_AutoSize(true);
     this.label8.set_Location(new System.Drawing.Point(0xf6, 0x13b));
     this.label8.set_Name("label8");
     this.label8.set_Size(new System.Drawing.Size(0x67, 13));
     this.label8.set_TabIndex(0x44);
     this.label8.set_Text("Дата монетизации");
     this.cbxOrganizations.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbxOrganizations.set_DataSource(this.bsOrganizations);
     this.cbxOrganizations.set_FormattingEnabled(true);
     this.cbxOrganizations.set_Location(new System.Drawing.Point(12, 0x17));
     this.cbxOrganizations.set_Name("cbxOrganizations");
     this.cbxOrganizations.set_Size(new System.Drawing.Size(0x159, 0x15));
     this.cbxOrganizations.set_TabIndex(0x44);
     this.bsOrganizations.set_DataSource(typeof(Organization));
     this.bsOrganizations.add_CurrentChanged(new System.EventHandler(this.bsOrganizations_CurrentChanged));
     this.dbxMonetizationDate.AttachToPeriod = false;
     this.dbxMonetizationDate.AttachToPeriodEnd = false;
     this.dbxMonetizationDate.set_Location(new System.Drawing.Point(0xf9, 0x14b));
     this.dbxMonetizationDate.set_Mask("00/00/0000");
     this.dbxMonetizationDate.set_Name("dbxMonetizationDate");
     this.dbxMonetizationDate.set_Size(new System.Drawing.Size(0x6a, 20));
     this.dbxMonetizationDate.set_TabIndex(0x43);
     this.groupBox1.Controls.Add(this.cbUseFamilySquare);
     this.groupBox1.Controls.Add(this.cbUsePersonSquare);
     this.groupBox1.Controls.Add(this.cbAllSquare);
     this.groupBox1.set_Location(new System.Drawing.Point(4, 0xda));
     this.groupBox1.set_Name("groupBox1");
     this.groupBox1.set_Size(new System.Drawing.Size(0x161, 0x5b));
     this.groupBox1.set_TabIndex(0x42);
     this.groupBox1.set_TabStop(false);
     this.groupBox1.set_Text("Дополнительная площадь");
     this.cbUseFamilySquare.set_AutoSize(true);
     this.cbUseFamilySquare.set_Location(new System.Drawing.Point(12, 0x41));
     this.cbUseFamilySquare.set_Name("cbUseFamilySquare");
     this.cbUseFamilySquare.set_Size(new System.Drawing.Size(0x153, 0x11));
     this.cbUseFamilySquare.set_TabIndex(0x40);
     this.cbUseFamilySquare.set_Text("Вся дополнительная площадь на семью при норме на семью");
     this.cbUseFamilySquare.set_UseVisualStyleBackColor(true);
     this.cbUsePersonSquare.set_AutoSize(true);
     this.cbUsePersonSquare.set_Location(new System.Drawing.Point(12, 0x2a));
     this.cbUsePersonSquare.set_Name("cbUsePersonSquare");
     this.cbUsePersonSquare.set_Size(new System.Drawing.Size(0xf9, 0x11));
     this.cbUsePersonSquare.set_TabIndex(0x3f);
     this.cbUsePersonSquare.set_Text("Вся дополнительная площадь на льготника");
     this.cbUsePersonSquare.set_UseVisualStyleBackColor(true);
     this.cbAllSquare.set_AutoSize(true);
     this.cbAllSquare.set_Location(new System.Drawing.Point(12, 0x13));
     this.cbAllSquare.set_Name("cbAllSquare");
     this.cbAllSquare.set_Size(new System.Drawing.Size(0xb3, 0x11));
     this.cbAllSquare.set_TabIndex(0x3e);
     this.cbAllSquare.set_Text("Вся дополнительная площадь");
     this.cbAllSquare.set_UseVisualStyleBackColor(true);
     this.label7.set_AutoSize(true);
     this.label7.set_Location(new System.Drawing.Point(9, 9));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(0x6c, 13));
     this.label7.set_TabIndex(0x43);
     this.label7.set_Text("Бюджетодержатель");
     this.cgbUseApartmentOwnerShare.CheckBoxText = "Учет доли собственности";
     this.cgbUseApartmentOwnerShare.Checked = false;
     this.cgbUseApartmentOwnerShare.Controls.Add(this.rbUsePersonApartmentOwnerShare);
     this.cgbUseApartmentOwnerShare.Controls.Add(this.rbUseAllPersonApartmentOwnerShare);
     this.cgbUseApartmentOwnerShare.set_Location(new System.Drawing.Point(4, 0xac));
     this.cgbUseApartmentOwnerShare.set_Name("cgbUseApartmentOwnerShare");
     this.cgbUseApartmentOwnerShare.set_Size(new System.Drawing.Size(0x161, 40));
     this.cgbUseApartmentOwnerShare.set_TabIndex(0x41);
     this.cgbUseApartmentOwnerShare.set_TabStop(false);
     this.cgbUseApartmentOwnerShare.CheckedChanged += new System.EventHandler(this.cgbUseApartmentOwnerShare_CheckedChanged);
     this.rbUsePersonApartmentOwnerShare.set_AutoSize(true);
     this.rbUsePersonApartmentOwnerShare.set_Enabled(false);
     this.rbUsePersonApartmentOwnerShare.set_Location(new System.Drawing.Point(12, 0x11));
     this.rbUsePersonApartmentOwnerShare.set_Name("rbUsePersonApartmentOwnerShare");
     this.rbUsePersonApartmentOwnerShare.set_Size(new System.Drawing.Size(0x6b, 0x11));
     this.rbUsePersonApartmentOwnerShare.set_TabIndex(2);
     this.rbUsePersonApartmentOwnerShare.set_TabStop(true);
     this.rbUsePersonApartmentOwnerShare.set_Text("Доля льготника");
     this.rbUsePersonApartmentOwnerShare.set_UseVisualStyleBackColor(true);
     this.rbUseAllPersonApartmentOwnerShare.set_AutoSize(true);
     this.rbUseAllPersonApartmentOwnerShare.set_Enabled(false);
     this.rbUseAllPersonApartmentOwnerShare.set_Location(new System.Drawing.Point(0xa3, 0x11));
     this.rbUseAllPersonApartmentOwnerShare.set_Name("rbUseAllPersonApartmentOwnerShare");
     this.rbUseAllPersonApartmentOwnerShare.set_Size(new System.Drawing.Size(0xbc, 0x11));
     this.rbUseAllPersonApartmentOwnerShare.set_TabIndex(3);
     this.rbUseAllPersonApartmentOwnerShare.set_TabStop(true);
     this.rbUseAllPersonApartmentOwnerShare.set_Text("Доля всех зарегистрированных");
     this.rbUseAllPersonApartmentOwnerShare.set_UseVisualStyleBackColor(true);
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(9, 0x7e));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x5c, 13));
     this.label5.set_TabIndex(0x31);
     this.label5.set_Text("Учет соц. нормы");
     this.selectBenefitNormUseType.set_FormattingEnabled(true);
     this.selectBenefitNormUseType.set_Location(new System.Drawing.Point(12, 0x8e));
     this.selectBenefitNormUseType.set_Name("selectBenefitNormUseType");
     this.selectBenefitNormUseType.set_Size(new System.Drawing.Size(0x159, 0x15));
     this.selectBenefitNormUseType.set_Sorted(true);
     this.selectBenefitNormUseType.set_TabIndex(0x30);
     this.numSquareFactor.set_Location(new System.Drawing.Point(12, 0x14b));
     this.numSquareFactor.set_Name("numSquareFactor");
     this.numSquareFactor.set_Size(new System.Drawing.Size(0x5f, 20));
     this.numSquareFactor.set_TabIndex(0x2f);
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(9, 0x138));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0xdd, 13));
     this.label3.set_TabIndex(0x2e);
     this.label3.set_Text("Коэффицент на дополнительную площадь");
     this.selectApartmentType.set_FormattingEnabled(true);
     this.selectApartmentType.set_Location(new System.Drawing.Point(12, 0x65));
     this.selectApartmentType.set_Name("selectApartmentType");
     this.selectApartmentType.set_Size(new System.Drawing.Size(0x159, 0x15));
     this.selectApartmentType.set_Sorted(true);
     this.selectApartmentType.set_TabIndex(0x2d);
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(9, 0x55));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x3d, 13));
     this.label2.set_TabIndex(0x2c);
     this.label2.set_Text("Тип жилья");
     this.selectFamily.set_FormattingEnabled(true);
     this.selectFamily.set_Location(new System.Drawing.Point(12, 0x3f));
     this.selectFamily.set_Name("selectFamily");
     this.selectFamily.set_Size(new System.Drawing.Size(0x159, 0x15));
     this.selectFamily.set_Sorted(true);
     this.selectFamily.set_TabIndex(0x2b);
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(9, 0x2f));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x66, 13));
     this.label1.set_TabIndex(0x2a);
     this.label1.set_Text("Распространяется");
     this.btnCancel.set_DialogResult(System.Windows.Forms.DialogResult.Cancel);
     this.btnCancel.set_Location(new System.Drawing.Point(0x120, 0x171));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(0x43, 0x17));
     this.btnCancel.set_TabIndex(0x29);
     this.btnCancel.set_Text("Отменить");
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.btnSave.set_Location(new System.Drawing.Point(0xd8, 0x171));
     this.btnSave.set_Name("btnSave");
     this.btnSave.set_Size(new System.Drawing.Size(0x45, 0x17));
     this.btnSave.set_TabIndex(40);
     this.btnSave.set_Text("Сохранить");
     this.btnSave.set_UseVisualStyleBackColor(true);
     this.btnSave.add_Click(new System.EventHandler(this.btnSave_Click));
     this.dbxMovement.AttachToPeriod = false;
     this.dbxMovement.AttachToPeriodEnd = false;
     this.dbxMovement.set_Location(new System.Drawing.Point(0x73, 0x173));
     this.dbxMovement.set_Mask("00/00/0000");
     this.dbxMovement.set_Name("dbxMovement");
     this.dbxMovement.set_Size(new System.Drawing.Size(0x5c, 20));
     this.dbxMovement.set_TabIndex(0x24);
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(0x70, 0x160));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x53, 13));
     this.label4.set_TabIndex(0x25);
     this.label4.set_Text("Дата действия");
     this.numValue.set_Location(new System.Drawing.Point(12, 0x173));
     this.numValue.set_Name("numValue");
     this.numValue.set_Size(new System.Drawing.Size(0x5f, 20));
     this.numValue.set_TabIndex(0x27);
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(9, 0x162));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(50, 13));
     this.label6.set_TabIndex(0x26);
     this.label6.set_Text("Процент");
     this.dgvBenefitSrvTypes.set_AllowUserToAddRows(false);
     this.dgvBenefitSrvTypes.set_AllowUserToDeleteRows(false);
     this.dgvBenefitSrvTypes.set_AutoGenerateColumns(false);
     this.dgvBenefitSrvTypes.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill);
     this.dgvBenefitSrvTypes.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     this.dgvBenefitSrvTypes.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvBenefitSrvTypes.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.codeDataGridViewTextBoxColumn, this.shortNameDataGridViewTextBoxColumn });
     this.dgvBenefitSrvTypes.set_DataSource(this.bsBenefitSrvTypes);
     this.dgvBenefitSrvTypes.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvBenefitSrvTypes.set_Location(new System.Drawing.Point(0x16d, 0));
     this.dgvBenefitSrvTypes.set_Name("dgvBenefitSrvTypes");
     this.dgvBenefitSrvTypes.set_ReadOnly(true);
     this.dgvBenefitSrvTypes.set_RowHeadersVisible(false);
     this.dgvBenefitSrvTypes.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvBenefitSrvTypes.set_Size(new System.Drawing.Size(0x157, 0x195));
     this.dgvBenefitSrvTypes.set_TabIndex(2);
     this.codeDataGridViewTextBoxColumn.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells);
     this.codeDataGridViewTextBoxColumn.set_DataPropertyName("Code");
     this.codeDataGridViewTextBoxColumn.set_FillWeight((float) 50.76142f);
     this.codeDataGridViewTextBoxColumn.set_HeaderText("Код");
     this.codeDataGridViewTextBoxColumn.set_Name("codeDataGridViewTextBoxColumn");
     this.codeDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.codeDataGridViewTextBoxColumn.set_Width(0x33);
     this.shortNameDataGridViewTextBoxColumn.set_DataPropertyName("ShortName");
     this.shortNameDataGridViewTextBoxColumn.set_FillWeight((float) 149.2386f);
     this.shortNameDataGridViewTextBoxColumn.set_HeaderText("Группа льготных услуг");
     this.shortNameDataGridViewTextBoxColumn.set_Name("shortNameDataGridViewTextBoxColumn");
     this.shortNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.bsBenefitSrvTypes.set_DataSource(typeof(BenefitServiceType));
     this.dataGridViewTextBoxColumn1.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells);
     this.dataGridViewTextBoxColumn1.set_DataPropertyName("Code");
     this.dataGridViewTextBoxColumn1.set_FillWeight((float) 50.76142f);
     this.dataGridViewTextBoxColumn1.set_HeaderText("Код");
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn2.set_DataPropertyName("ShortName");
     this.dataGridViewTextBoxColumn2.set_FillWeight((float) 149.2386f);
     this.dataGridViewTextBoxColumn2.set_HeaderText("Группа льготных услуг");
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.dataGridViewTextBoxColumn2.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn2.set_Width(110);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x2c4, 0x195));
     base.Controls.Add(this.dgvBenefitSrvTypes);
     base.Controls.Add(this.panel1);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedDialog);
     base.set_MaximizeBox(false);
     base.set_MinimizeBox(false);
     base.set_Name("AddBenefitAreaForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("Добавление новой области действия ");
     base.add_Load(new System.EventHandler(this.AddBenefitAreaForm_Load));
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.bsOrganizations.EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.cgbUseApartmentOwnerShare.ResumeLayout(false);
     this.cgbUseApartmentOwnerShare.PerformLayout();
     this.numSquareFactor.EndInit();
     this.numValue.EndInit();
     this.dgvBenefitSrvTypes.EndInit();
     this.bsBenefitSrvTypes.EndInit();
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.components = new Container();
     this.bsBenefitSrvTypes = new System.Windows.Forms.BindingSource(this.components);
     this.label1 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.numValue = new System.Windows.Forms.NumericUpDown();
     this.label6 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.btnSave = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.tbxBenefitSrvType = new System.Windows.Forms.TextBox();
     this.numSquareFactor = new System.Windows.Forms.NumericUpDown();
     this.label3 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.cbUseFamilySquare = new System.Windows.Forms.CheckBox();
     this.cbUsePersonSquare = new System.Windows.Forms.CheckBox();
     this.cbAllSquare = new System.Windows.Forms.CheckBox();
     this.cgbUseApartmentOwnerShare = new CheckGroupBox();
     this.rbUseAllPersonApartmentOwnerShare = new System.Windows.Forms.RadioButton();
     this.rbUsePersonApartmentOwnerShare = new System.Windows.Forms.RadioButton();
     this.selectBenefitNormUseType = new SelectFasetData();
     this.selectApartmentType = new SelectFasetData();
     this.selectFamily = new SelectFasetData();
     this.dbxMovement = new DateBox();
     this.dbxMonetizationDate = new DateBox();
     this.label8 = new System.Windows.Forms.Label();
     this.bsBenefitSrvTypes.BeginInit();
     this.numValue.BeginInit();
     this.numSquareFactor.BeginInit();
     this.groupBox1.SuspendLayout();
     this.cgbUseApartmentOwnerShare.SuspendLayout();
     base.SuspendLayout();
     this.bsBenefitSrvTypes.set_DataSource(typeof(BenefitServiceType));
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(7, 0x2f));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x66, 13));
     this.label1.set_TabIndex(0x30);
     this.label1.set_Text("Распространяется");
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(0x87, 0x16e));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x53, 13));
     this.label4.set_TabIndex(0x2d);
     this.label4.set_Text("Дата действия");
     this.numValue.set_Location(new System.Drawing.Point(10, 0x180));
     this.numValue.set_Name("numValue");
     this.numValue.set_Size(new System.Drawing.Size(0x6a, 20));
     this.numValue.set_TabIndex(0x2f);
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(9, 0x16e));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(50, 13));
     this.label6.set_TabIndex(0x2e);
     this.label6.set_Text("Процент");
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(7, 5));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x7a, 13));
     this.label2.set_TabIndex(50);
     this.label2.set_Text("Группа льготных услуг");
     this.btnSave.set_Location(new System.Drawing.Point(0x10b, 380));
     this.btnSave.set_Name("btnSave");
     this.btnSave.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnSave.set_TabIndex(0x34);
     this.btnSave.set_Text("Сохранить");
     this.btnSave.set_UseVisualStyleBackColor(true);
     this.btnSave.add_Click(new System.EventHandler(this.btnSave_Click));
     this.btnCancel.set_Location(new System.Drawing.Point(0x15c, 380));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnCancel.set_TabIndex(0x35);
     this.btnCancel.set_Text("Отменить");
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.btnCancel.add_Click(new System.EventHandler(this.btnCancel_Click));
     this.tbxBenefitSrvType.set_Location(new System.Drawing.Point(10, 0x18));
     this.tbxBenefitSrvType.set_Name("tbxBenefitSrvType");
     this.tbxBenefitSrvType.set_ReadOnly(true);
     this.tbxBenefitSrvType.set_Size(new System.Drawing.Size(0x19f, 20));
     this.tbxBenefitSrvType.set_TabIndex(0x36);
     this.numSquareFactor.set_Location(new System.Drawing.Point(10, 0x14e));
     this.numSquareFactor.set_Name("numSquareFactor");
     this.numSquareFactor.set_Size(new System.Drawing.Size(0x6a, 20));
     this.numSquareFactor.set_TabIndex(0x3a);
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(7, 0x13e));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0xdd, 13));
     this.label3.set_TabIndex(0x39);
     this.label3.set_Text("Коэффицент на дополнительную площадь");
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(7, 0x57));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x3d, 13));
     this.label5.set_TabIndex(0x37);
     this.label5.set_Text("Тип жилья");
     this.label7.set_AutoSize(true);
     this.label7.set_Location(new System.Drawing.Point(9, 0x83));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(0x5c, 13));
     this.label7.set_TabIndex(60);
     this.label7.set_Text("Учет соц. нормы");
     this.groupBox1.Controls.Add(this.cbUseFamilySquare);
     this.groupBox1.Controls.Add(this.cbUsePersonSquare);
     this.groupBox1.Controls.Add(this.cbAllSquare);
     this.groupBox1.set_Location(new System.Drawing.Point(10, 0xdb));
     this.groupBox1.set_Name("groupBox1");
     this.groupBox1.set_Size(new System.Drawing.Size(0x19d, 0x5b));
     this.groupBox1.set_TabIndex(0x40);
     this.groupBox1.set_TabStop(false);
     this.groupBox1.set_Text("Дополнительная площадь");
     this.cbUseFamilySquare.set_AutoSize(true);
     this.cbUseFamilySquare.set_Location(new System.Drawing.Point(12, 0x41));
     this.cbUseFamilySquare.set_Name("cbUseFamilySquare");
     this.cbUseFamilySquare.set_Size(new System.Drawing.Size(0x153, 0x11));
     this.cbUseFamilySquare.set_TabIndex(0x40);
     this.cbUseFamilySquare.set_Text("Вся дополнительная площадь на семью при норме на семью");
     this.cbUseFamilySquare.set_UseVisualStyleBackColor(true);
     this.cbUsePersonSquare.set_AutoSize(true);
     this.cbUsePersonSquare.set_Location(new System.Drawing.Point(12, 0x2a));
     this.cbUsePersonSquare.set_Name("cbUsePersonSquare");
     this.cbUsePersonSquare.set_Size(new System.Drawing.Size(0xf9, 0x11));
     this.cbUsePersonSquare.set_TabIndex(0x3f);
     this.cbUsePersonSquare.set_Text("Вся дополнительная площадь на льготника");
     this.cbUsePersonSquare.set_UseVisualStyleBackColor(true);
     this.cbAllSquare.set_AutoSize(true);
     this.cbAllSquare.set_Location(new System.Drawing.Point(12, 0x13));
     this.cbAllSquare.set_Name("cbAllSquare");
     this.cbAllSquare.set_Size(new System.Drawing.Size(0xb3, 0x11));
     this.cbAllSquare.set_TabIndex(0x3e);
     this.cbAllSquare.set_Text("Вся дополнительная площадь");
     this.cbAllSquare.set_UseVisualStyleBackColor(true);
     this.cgbUseApartmentOwnerShare.CheckBoxText = "Учет доли собственности";
     this.cgbUseApartmentOwnerShare.Checked = false;
     this.cgbUseApartmentOwnerShare.Controls.Add(this.rbUseAllPersonApartmentOwnerShare);
     this.cgbUseApartmentOwnerShare.Controls.Add(this.rbUsePersonApartmentOwnerShare);
     this.cgbUseApartmentOwnerShare.set_Location(new System.Drawing.Point(10, 0xad));
     this.cgbUseApartmentOwnerShare.set_Name("cgbUseApartmentOwnerShare");
     this.cgbUseApartmentOwnerShare.set_Size(new System.Drawing.Size(0x19d, 40));
     this.cgbUseApartmentOwnerShare.set_TabIndex(0x3f);
     this.cgbUseApartmentOwnerShare.set_TabStop(false);
     this.cgbUseApartmentOwnerShare.CheckedChanged += new System.EventHandler(this.cgbUseApartmentOwnerShare_CheckedChanged);
     this.rbUseAllPersonApartmentOwnerShare.set_AutoSize(true);
     this.rbUseAllPersonApartmentOwnerShare.set_Location(new System.Drawing.Point(0xb8, 0x11));
     this.rbUseAllPersonApartmentOwnerShare.set_Name("rbUseAllPersonApartmentOwnerShare");
     this.rbUseAllPersonApartmentOwnerShare.set_Size(new System.Drawing.Size(0xbc, 0x11));
     this.rbUseAllPersonApartmentOwnerShare.set_TabIndex(3);
     this.rbUseAllPersonApartmentOwnerShare.set_TabStop(true);
     this.rbUseAllPersonApartmentOwnerShare.set_Text("Доля всех зарегистрированных");
     this.rbUseAllPersonApartmentOwnerShare.set_UseVisualStyleBackColor(true);
     this.rbUsePersonApartmentOwnerShare.set_AutoSize(true);
     this.rbUsePersonApartmentOwnerShare.set_Location(new System.Drawing.Point(12, 0x11));
     this.rbUsePersonApartmentOwnerShare.set_Name("rbUsePersonApartmentOwnerShare");
     this.rbUsePersonApartmentOwnerShare.set_Size(new System.Drawing.Size(0x6b, 0x11));
     this.rbUsePersonApartmentOwnerShare.set_TabIndex(2);
     this.rbUsePersonApartmentOwnerShare.set_TabStop(true);
     this.rbUsePersonApartmentOwnerShare.set_Text("Доля льготника");
     this.rbUsePersonApartmentOwnerShare.set_UseVisualStyleBackColor(true);
     this.selectBenefitNormUseType.set_FormattingEnabled(true);
     this.selectBenefitNormUseType.set_Location(new System.Drawing.Point(10, 0x93));
     this.selectBenefitNormUseType.set_Name("selectBenefitNormUseType");
     this.selectBenefitNormUseType.set_Size(new System.Drawing.Size(0x19d, 0x15));
     this.selectBenefitNormUseType.set_Sorted(true);
     this.selectBenefitNormUseType.set_TabIndex(0x3b);
     this.selectApartmentType.set_FormattingEnabled(true);
     this.selectApartmentType.set_Location(new System.Drawing.Point(10, 0x67));
     this.selectApartmentType.set_Name("selectApartmentType");
     this.selectApartmentType.set_Size(new System.Drawing.Size(0x19d, 0x15));
     this.selectApartmentType.set_Sorted(true);
     this.selectApartmentType.set_TabIndex(0x38);
     this.selectFamily.set_FormattingEnabled(true);
     this.selectFamily.set_Location(new System.Drawing.Point(10, 0x3f));
     this.selectFamily.set_Name("selectFamily");
     this.selectFamily.set_Size(new System.Drawing.Size(0x19d, 0x15));
     this.selectFamily.set_Sorted(true);
     this.selectFamily.set_TabIndex(0x31);
     this.dbxMovement.AttachToPeriod = false;
     this.dbxMovement.AttachToPeriodEnd = false;
     this.dbxMovement.set_Location(new System.Drawing.Point(0x8a, 0x180));
     this.dbxMovement.set_Mask("00/00/0000");
     this.dbxMovement.set_Name("dbxMovement");
     this.dbxMovement.set_Size(new System.Drawing.Size(0x6a, 20));
     this.dbxMovement.set_TabIndex(0x2c);
     this.dbxMovement.set_Text("01011800");
     this.dbxMonetizationDate.AttachToPeriod = false;
     this.dbxMonetizationDate.AttachToPeriodEnd = false;
     this.dbxMonetizationDate.set_Location(new System.Drawing.Point(0x10b, 0x14e));
     this.dbxMonetizationDate.set_Mask("00/00/0000");
     this.dbxMonetizationDate.set_Name("dbxMonetizationDate");
     this.dbxMonetizationDate.set_Size(new System.Drawing.Size(0x6a, 20));
     this.dbxMonetizationDate.set_TabIndex(0x41);
     this.dbxMonetizationDate.set_Text("01011800");
     this.label8.set_AutoSize(true);
     this.label8.set_Location(new System.Drawing.Point(0x108, 0x13e));
     this.label8.set_Name("label8");
     this.label8.set_Size(new System.Drawing.Size(0x67, 13));
     this.label8.set_TabIndex(0x42);
     this.label8.set_Text("Дата монетизации");
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(430, 0x19c));
     base.Controls.Add(this.label8);
     base.Controls.Add(this.dbxMonetizationDate);
     base.Controls.Add(this.groupBox1);
     base.Controls.Add(this.cgbUseApartmentOwnerShare);
     base.Controls.Add(this.label7);
     base.Controls.Add(this.selectBenefitNormUseType);
     base.Controls.Add(this.numSquareFactor);
     base.Controls.Add(this.label3);
     base.Controls.Add(this.selectApartmentType);
     base.Controls.Add(this.label5);
     base.Controls.Add(this.tbxBenefitSrvType);
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.btnSave);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.selectFamily);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.dbxMovement);
     base.Controls.Add(this.label4);
     base.Controls.Add(this.numValue);
     base.Controls.Add(this.label6);
     base.set_Name("ChangeBenefitAreaForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterParent);
     this.set_Text("Изменение области действия льготы");
     base.add_Load(new System.EventHandler(this.ChangeBenefitAreaForm_Load));
     this.bsBenefitSrvTypes.EndInit();
     this.numValue.EndInit();
     this.numSquareFactor.EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.cgbUseApartmentOwnerShare.ResumeLayout(false);
     this.cgbUseApartmentOwnerShare.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Beispiel #3
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();
     System.Windows.Forms.DataGridViewCellStyle style4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style6 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style7 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style8 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style9 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style10 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style11 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style12 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style13 = new System.Windows.Forms.DataGridViewCellStyle();
     this.m_ServicesGrid = new System.Windows.Forms.DataGridView();
     this.selectDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.isFixedDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.counterIndicationDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.newCounterIndicationDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.penaltyDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.debtDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.debtToPayDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.paidDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.m_ServicesSource = new System.Windows.Forms.BindingSource(this.components);
     this.label6 = new System.Windows.Forms.Label();
     this.m_DebtToPayBox = new System.Windows.Forms.TextBox();
     this.m_PaySummBox = new System.Windows.Forms.TextBox();
     this.m_TotalPaidBox = new System.Windows.Forms.TextBox();
     this.m_CommissionBox = new System.Windows.Forms.TextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.m_RequestButton = new System.Windows.Forms.Button();
     this.m_PaymentButton = new System.Windows.Forms.Button();
     this.m_RequestWorker = new BackgroundWorker();
     this.m_OneSummPaymentCheckBox = new System.Windows.Forms.CheckBox();
     this.m_PeriodsBox = new System.Windows.Forms.ListBox();
     this.m_PeriodsSource = new System.Windows.Forms.BindingSource(this.components);
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.cbActions = new System.Windows.Forms.ComboBox();
     this.m_HouseHoldersSource = new System.Windows.Forms.BindingSource(this.components);
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.benefitNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.personsCountDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.m_RequestBenefitsSource = new System.Windows.Forms.BindingSource(this.components);
     this.m_BenefitBox = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.m_ActualChargeBox = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.m_DebtBox = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.m_DebtPenaltyBox = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.m_ChargeBox = new System.Windows.Forms.TextBox();
     this.m_DebtNotPaidBox = new System.Windows.Forms.TextBox();
     this.label10 = new System.Windows.Forms.Label();
     this.m_PenaltyBox = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.m_DebtToPayWithoutPenaltyBox = new System.Windows.Forms.TextBox();
     this.tpDatePayment = new System.Windows.Forms.TableLayoutPanel();
     this.label13 = new System.Windows.Forms.Label();
     this.dtpPaymentDate = new System.Windows.Forms.DateTimePicker();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.m_CommentsBox = new System.Windows.Forms.TextBox();
     this.groupBoxPayment = new CheckGroupBox();
     this.rbToDown = new System.Windows.Forms.RadioButton();
     this.rbNoAction = new System.Windows.Forms.RadioButton();
     this.rbToUp = new System.Windows.Forms.RadioButton();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.tab = new System.Windows.Forms.TabControl();
     this.tpServices = new System.Windows.Forms.TabPage();
     this.chbxUseAccountServiceBankrupts = new System.Windows.Forms.CheckBox();
     this.label12 = new System.Windows.Forms.Label();
     this.m_HouseHoldersBox = new System.Windows.Forms.ComboBox();
     this.tpCounters = new System.Windows.Forms.TabPage();
     this.m_CountersGrid = new System.Windows.Forms.DataGridView();
     this.newCounterIndicationDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.counterTypeNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.counterNumberDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.counterNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.counterFromDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.counterToDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.m_PayRequestCounters = new System.Windows.Forms.BindingSource(this.components);
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.m_ServicesGrid.BeginInit();
     this.m_ServicesSource.BeginInit();
     this.m_PeriodsSource.BeginInit();
     this.tableLayoutPanel1.SuspendLayout();
     this.m_HouseHoldersSource.BeginInit();
     this.dataGridView1.BeginInit();
     this.m_RequestBenefitsSource.BeginInit();
     this.tpDatePayment.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.groupBoxPayment.SuspendLayout();
     this.splitContainer1.BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.tab.SuspendLayout();
     this.tpServices.SuspendLayout();
     this.tpCounters.SuspendLayout();
     this.m_CountersGrid.BeginInit();
     this.m_PayRequestCounters.BeginInit();
     base.SuspendLayout();
     this.m_ServicesGrid.set_AllowUserToAddRows(false);
     this.m_ServicesGrid.set_AllowUserToDeleteRows(false);
     this.m_ServicesGrid.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Top);
     this.m_ServicesGrid.set_AutoGenerateColumns(false);
     this.m_ServicesGrid.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.m_ServicesGrid.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.m_ServicesGrid.set_ColumnHeadersDefaultCellStyle(style);
     this.m_ServicesGrid.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.m_ServicesGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.selectDataGridViewTextBoxColumn, this.nameDataGridViewTextBoxColumn, this.isFixedDataGridViewTextBoxColumn, this.counterIndicationDataGridViewTextBoxColumn, this.newCounterIndicationDataGridViewTextBoxColumn, this.penaltyDataGridViewTextBoxColumn, this.debtDataGridViewTextBoxColumn, this.debtToPayDataGridViewTextBoxColumn, this.paidDataGridViewTextBoxColumn });
     this.m_ServicesGrid.set_DataSource(this.m_ServicesSource);
     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.m_ServicesGrid.set_DefaultCellStyle(style2);
     this.m_ServicesGrid.set_EditMode(System.Windows.Forms.DataGridViewEditMode.EditOnKeystroke);
     this.m_ServicesGrid.set_GridColor(System.Drawing.SystemColors.ControlLight);
     this.m_ServicesGrid.set_Location(new System.Drawing.Point(3, 0x21));
     this.m_ServicesGrid.set_Name("m_ServicesGrid");
     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.m_ServicesGrid.set_RowHeadersDefaultCellStyle(style3);
     this.m_ServicesGrid.set_RowHeadersVisible(false);
     this.m_ServicesGrid.set_Size(new System.Drawing.Size(0x270, 0xea));
     this.m_ServicesGrid.set_TabIndex(0);
     this.m_ServicesGrid.add_CellBeginEdit(new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.m_ServicesGrid_CellBeginEdit));
     this.m_ServicesGrid.add_CellEndEdit(new System.Windows.Forms.DataGridViewCellEventHandler(this.m_ServicesGrid_CellEndEdit));
     this.m_ServicesGrid.add_CellFormatting(new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.m_ServicesGrid_CellFormatting));
     this.m_ServicesGrid.add_CellValueChanged(new System.Windows.Forms.DataGridViewCellEventHandler(this.m_ServicesGrid_CellValueChanged));
     this.m_ServicesGrid.add_DataError(new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.m_ServicesGrid_DataError));
     this.m_ServicesGrid.add_Sorted(new System.EventHandler(this.m_ServicesGrid_Sorted));
     this.selectDataGridViewTextBoxColumn.set_HeaderText("X");
     this.selectDataGridViewTextBoxColumn.set_Name("selectDataGridViewTextBoxColumn");
     this.selectDataGridViewTextBoxColumn.set_Width(20);
     this.nameDataGridViewTextBoxColumn.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill);
     this.nameDataGridViewTextBoxColumn.set_DataPropertyName("Name");
     this.nameDataGridViewTextBoxColumn.set_HeaderText("Услуга");
     this.nameDataGridViewTextBoxColumn.set_Name("nameDataGridViewTextBoxColumn");
     this.nameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.isFixedDataGridViewTextBoxColumn.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader);
     this.isFixedDataGridViewTextBoxColumn.set_DataPropertyName("IsFixed");
     this.isFixedDataGridViewTextBoxColumn.set_HeaderText("Фиксир. оплата");
     this.isFixedDataGridViewTextBoxColumn.set_MinimumWidth(60);
     this.isFixedDataGridViewTextBoxColumn.set_Name("isFixedDataGridViewTextBoxColumn");
     this.isFixedDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.isFixedDataGridViewTextBoxColumn.set_Resizable(System.Windows.Forms.DataGridViewTriState.True);
     this.isFixedDataGridViewTextBoxColumn.set_SortMode(System.Windows.Forms.DataGridViewColumnSortMode.Automatic);
     this.isFixedDataGridViewTextBoxColumn.set_Width(60);
     this.counterIndicationDataGridViewTextBoxColumn.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.None);
     this.counterIndicationDataGridViewTextBoxColumn.set_DataPropertyName("DisplayedCounterIndication");
     style4.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleRight);
     style4.set_Format("F3");
     style4.set_NullValue(null);
     this.counterIndicationDataGridViewTextBoxColumn.set_DefaultCellStyle(style4);
     this.counterIndicationDataGridViewTextBoxColumn.set_HeaderText("Старые показания");
     this.counterIndicationDataGridViewTextBoxColumn.set_MinimumWidth(60);
     this.counterIndicationDataGridViewTextBoxColumn.set_Name("counterIndicationDataGridViewTextBoxColumn");
     this.counterIndicationDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.counterIndicationDataGridViewTextBoxColumn.set_Width(0x56);
     this.newCounterIndicationDataGridViewTextBoxColumn.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.None);
     this.newCounterIndicationDataGridViewTextBoxColumn.set_DataPropertyName("DisplayedNewCounterIndication");
     style5.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleRight);
     style5.set_Format("F3");
     style5.set_NullValue(null);
     this.newCounterIndicationDataGridViewTextBoxColumn.set_DefaultCellStyle(style5);
     this.newCounterIndicationDataGridViewTextBoxColumn.set_HeaderText("Новые показания");
     this.newCounterIndicationDataGridViewTextBoxColumn.set_MinimumWidth(60);
     this.newCounterIndicationDataGridViewTextBoxColumn.set_Name("newCounterIndicationDataGridViewTextBoxColumn");
     this.newCounterIndicationDataGridViewTextBoxColumn.set_Width(0x52);
     this.penaltyDataGridViewTextBoxColumn.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.penaltyDataGridViewTextBoxColumn.set_DataPropertyName("Penalty");
     style6.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleRight);
     style6.set_Format("N2");
     style6.set_NullValue(null);
     this.penaltyDataGridViewTextBoxColumn.set_DefaultCellStyle(style6);
     this.penaltyDataGridViewTextBoxColumn.set_HeaderText("Пени");
     this.penaltyDataGridViewTextBoxColumn.set_Name("penaltyDataGridViewTextBoxColumn");
     this.penaltyDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.penaltyDataGridViewTextBoxColumn.set_Visible(false);
     this.debtDataGridViewTextBoxColumn.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.debtDataGridViewTextBoxColumn.set_DataPropertyName("TotalDebt");
     style7.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleRight);
     style7.set_Format("N2");
     style7.set_NullValue(null);
     this.debtDataGridViewTextBoxColumn.set_DefaultCellStyle(style7);
     this.debtDataGridViewTextBoxColumn.set_HeaderText("Долг+Нач.");
     this.debtDataGridViewTextBoxColumn.set_Name("debtDataGridViewTextBoxColumn");
     this.debtDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.debtDataGridViewTextBoxColumn.set_Width(0x56);
     this.debtToPayDataGridViewTextBoxColumn.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.debtToPayDataGridViewTextBoxColumn.set_DataPropertyName("DebtToPay");
     style8.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleRight);
     style8.set_Format("N2");
     style8.set_NullValue(null);
     this.debtToPayDataGridViewTextBoxColumn.set_DefaultCellStyle(style8);
     this.debtToPayDataGridViewTextBoxColumn.set_HeaderText("К оплате");
     this.debtToPayDataGridViewTextBoxColumn.set_Name("debtToPayDataGridViewTextBoxColumn");
     this.debtToPayDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.debtToPayDataGridViewTextBoxColumn.set_Width(0x47);
     this.paidDataGridViewTextBoxColumn.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.paidDataGridViewTextBoxColumn.set_DataPropertyName("Paid");
     style9.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleRight);
     style9.set_Format("F2");
     style9.set_NullValue(null);
     this.paidDataGridViewTextBoxColumn.set_DefaultCellStyle(style9);
     this.paidDataGridViewTextBoxColumn.set_HeaderText("Оплачивается");
     this.paidDataGridViewTextBoxColumn.set_MinimumWidth(70);
     this.paidDataGridViewTextBoxColumn.set_Name("paidDataGridViewTextBoxColumn");
     this.paidDataGridViewTextBoxColumn.set_Width(0x68);
     this.m_ServicesSource.set_DataSource(typeof(PayRequestService));
     this.m_ServicesSource.set_Sort("IsClosed, Name");
     this.label6.set_Anchor(System.Windows.Forms.AnchorStyles.Right);
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(0x266, 40));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(0x57, 13));
     this.label6.set_TabIndex(0);
     this.label6.set_Text("К оплате всего:");
     this.m_DebtToPayBox.set_Anchor(System.Windows.Forms.AnchorStyles.Left);
     this.m_DebtToPayBox.set_Location(new System.Drawing.Point(0x2c3, 0x25));
     this.m_DebtToPayBox.set_Name("m_DebtToPayBox");
     this.m_DebtToPayBox.set_ReadOnly(true);
     this.m_DebtToPayBox.set_Size(new System.Drawing.Size(0x58, 20));
     this.m_DebtToPayBox.set_TabIndex(0);
     this.m_DebtToPayBox.set_TabStop(false);
     this.m_DebtToPayBox.set_Text("0.00");
     this.m_DebtToPayBox.set_TextAlign(System.Windows.Forms.HorizontalAlignment.Right);
     this.m_PaySummBox.set_Anchor(System.Windows.Forms.AnchorStyles.Left);
     this.m_PaySummBox.set_Location(new System.Drawing.Point(0x2c3, 0x3f));
     this.m_PaySummBox.set_MaxLength(9);
     this.m_PaySummBox.set_Name("m_PaySummBox");
     this.m_PaySummBox.set_Size(new System.Drawing.Size(0x58, 20));
     this.m_PaySummBox.set_TabIndex(1);
     this.m_PaySummBox.set_Text("0.00");
     this.m_PaySummBox.set_TextAlign(System.Windows.Forms.HorizontalAlignment.Right);
     this.m_PaySummBox.add_Click(new System.EventHandler(this.m_PaySummBox_Click));
     this.m_PaySummBox.add_MouseClick(new System.Windows.Forms.MouseEventHandler(this.m_PaySummBox_MouseClick));
     this.m_PaySummBox.add_TextChanged(new System.EventHandler(this.m_PaySummBox_TextChanged));
     this.m_PaySummBox.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.m_PaySummBox_KeyDown));
     this.m_PaySummBox.add_Leave(new System.EventHandler(this.m_PaySummBox_Leave));
     this.m_TotalPaidBox.set_Anchor(System.Windows.Forms.AnchorStyles.Right);
     this.m_TotalPaidBox.set_BackColor(System.Drawing.SystemColors.Control);
     this.m_TotalPaidBox.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 12f, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0xcc));
     this.m_TotalPaidBox.set_ForeColor(System.Drawing.Color.Red);
     this.m_TotalPaidBox.set_Location(new System.Drawing.Point(0x1e6, 0x30));
     this.m_TotalPaidBox.set_Name("m_TotalPaidBox");
     this.m_TotalPaidBox.set_ReadOnly(true);
     this.m_TotalPaidBox.set_Size(new System.Drawing.Size(0x65, 0x1a));
     this.m_TotalPaidBox.set_TabIndex(0x87);
     this.m_TotalPaidBox.set_TabStop(false);
     this.m_TotalPaidBox.set_Text("0.00");
     this.m_TotalPaidBox.set_TextAlign(System.Windows.Forms.HorizontalAlignment.Right);
     this.m_CommissionBox.set_Anchor(System.Windows.Forms.AnchorStyles.Right);
     this.m_CommissionBox.set_BackColor(System.Drawing.SystemColors.Control);
     this.m_CommissionBox.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 12f, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0xcc));
     this.m_CommissionBox.set_ForeColor(System.Drawing.Color.Red);
     this.m_CommissionBox.set_Location(new System.Drawing.Point(0x1e6, 12));
     this.m_CommissionBox.set_Name("m_CommissionBox");
     this.m_CommissionBox.set_ReadOnly(true);
     this.m_CommissionBox.set_Size(new System.Drawing.Size(0x65, 0x1a));
     this.m_CommissionBox.set_TabIndex(0x85);
     this.m_CommissionBox.set_TabStop(false);
     this.m_CommissionBox.set_Text("0.00");
     this.m_CommissionBox.set_TextAlign(System.Windows.Forms.HorizontalAlignment.Right);
     this.m_CommissionBox.set_Visible(false);
     this.label7.set_Anchor(System.Windows.Forms.AnchorStyles.Right);
     this.label7.set_AutoSize(true);
     this.label7.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 12f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     this.label7.set_Location(new System.Drawing.Point(0x15c, 0x33));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(0x84, 20));
     this.label7.set_TabIndex(0x86);
     this.label7.set_Text("Сумма платежа:");
     this.label8.set_Anchor(System.Windows.Forms.AnchorStyles.Right);
     this.label8.set_AutoSize(true);
     this.label8.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 12f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     this.label8.set_Location(new System.Drawing.Point(0x18a, 15));
     this.label8.set_Name("label8");
     this.label8.set_Size(new System.Drawing.Size(0x56, 20));
     this.label8.set_TabIndex(0x84);
     this.label8.set_Text("Комиссия:");
     this.label8.set_Visible(false);
     this.m_RequestButton.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Top);
     this.m_RequestButton.set_ImageAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.m_RequestButton.set_Location(new System.Drawing.Point(11, 11));
     this.m_RequestButton.set_Name("m_RequestButton");
     this.tableLayoutPanel2.SetRowSpan(this.m_RequestButton, 2);
     this.m_RequestButton.set_Size(new System.Drawing.Size(0x52, 0x41));
     this.m_RequestButton.set_TabIndex(4);
     this.m_RequestButton.set_Text("РАС&ЧЁТ");
     this.m_RequestButton.set_TextImageRelation(System.Windows.Forms.TextImageRelation.TextBeforeImage);
     this.m_RequestButton.set_UseVisualStyleBackColor(true);
     this.m_RequestButton.add_Click(new System.EventHandler(this.m_RequestButton_Click));
     this.m_PaymentButton.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Top);
     this.m_PaymentButton.set_Enabled(false);
     this.m_PaymentButton.set_ImageAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.m_PaymentButton.set_Location(new System.Drawing.Point(0x251, 11));
     this.m_PaymentButton.set_Name("m_PaymentButton");
     this.tableLayoutPanel2.SetRowSpan(this.m_PaymentButton, 2);
     this.m_PaymentButton.set_Size(new System.Drawing.Size(0xca, 0x41));
     this.m_PaymentButton.set_TabIndex(2);
     this.m_PaymentButton.set_Text("ПРИН&ЯТЬ ОПЛАТУ");
     this.m_PaymentButton.set_TextImageRelation(System.Windows.Forms.TextImageRelation.TextBeforeImage);
     this.m_PaymentButton.set_UseVisualStyleBackColor(true);
     this.m_PaymentButton.add_Click(new System.EventHandler(this.m_PaymentButton_Click));
     this.m_RequestWorker.add_DoWork(new DoWorkEventHandler(this.m_RequestWorker_DoWork));
     this.m_RequestWorker.add_RunWorkerCompleted(new RunWorkerCompletedEventHandler(this.m_RequestWorker_RunWorkerCompleted));
     this.m_OneSummPaymentCheckBox.set_Anchor(System.Windows.Forms.AnchorStyles.Right);
     this.m_OneSummPaymentCheckBox.set_AutoSize(true);
     this.m_OneSummPaymentCheckBox.set_CheckAlign(System.Drawing.ContentAlignment.BottomRight);
     this.m_OneSummPaymentCheckBox.set_Checked(true);
     this.m_OneSummPaymentCheckBox.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.m_OneSummPaymentCheckBox.set_Location(new System.Drawing.Point(600, 0x40));
     this.m_OneSummPaymentCheckBox.set_Name("m_OneSummPaymentCheckBox");
     this.m_OneSummPaymentCheckBox.set_Size(new System.Drawing.Size(0x65, 0x11));
     this.m_OneSummPaymentCheckBox.set_TabIndex(0);
     this.m_OneSummPaymentCheckBox.set_Text("Оплачивается:");
     this.m_OneSummPaymentCheckBox.set_UseVisualStyleBackColor(true);
     this.m_OneSummPaymentCheckBox.add_CheckedChanged(new System.EventHandler(this.m_OneSummPaymentCheckBox_CheckedChanged));
     this.m_PeriodsBox.set_DataSource(this.m_PeriodsSource);
     this.m_PeriodsBox.set_DisplayMember("MonthNameAndYear");
     this.m_PeriodsBox.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.m_PeriodsBox.set_FormattingEnabled(true);
     this.m_PeriodsBox.set_IntegralHeight(false);
     this.m_PeriodsBox.set_Location(new System.Drawing.Point(0, 0));
     this.m_PeriodsBox.set_Name("m_PeriodsBox");
     this.m_PeriodsBox.set_Size(new System.Drawing.Size(0xa4, 0x137));
     this.m_PeriodsBox.set_TabIndex(0x79);
     this.m_PeriodsBox.add_SelectedIndexChanged(new System.EventHandler(this.m_PeriodsBox_SelectedIndexChanged));
     this.m_PeriodsBox.add_DoubleClick(new System.EventHandler(this.m_PeriodsBox_DoubleClick));
     this.m_PeriodsSource.set_DataSource(typeof(CalcPeriod));
     this.m_PeriodsSource.set_Sort("FromDate desc");
     this.m_PeriodsSource.add_CurrentChanged(new System.EventHandler(this.m_PeriodsSource_CurrentChanged));
     this.tableLayoutPanel1.set_ColumnCount(5);
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100f));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.Controls.Add(this.cbActions, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.dataGridView1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.m_BenefitBox, 2, 1);
     this.tableLayoutPanel1.Controls.Add(this.label5, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.label1, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.m_ActualChargeBox, 2, 2);
     this.tableLayoutPanel1.Controls.Add(this.label2, 1, 3);
     this.tableLayoutPanel1.Controls.Add(this.m_DebtBox, 2, 3);
     this.tableLayoutPanel1.Controls.Add(this.label4, 1, 4);
     this.tableLayoutPanel1.Controls.Add(this.m_DebtPenaltyBox, 2, 4);
     this.tableLayoutPanel1.Controls.Add(this.label9, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.m_ChargeBox, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this.m_DebtNotPaidBox, 4, 4);
     this.tableLayoutPanel1.Controls.Add(this.label10, 3, 4);
     this.tableLayoutPanel1.Controls.Add(this.m_PenaltyBox, 4, 3);
     this.tableLayoutPanel1.Controls.Add(this.label3, 3, 3);
     this.tableLayoutPanel1.Controls.Add(this.m_OneSummPaymentCheckBox, 3, 2);
     this.tableLayoutPanel1.Controls.Add(this.m_PaySummBox, 4, 2);
     this.tableLayoutPanel1.Controls.Add(this.m_DebtToPayBox, 4, 1);
     this.tableLayoutPanel1.Controls.Add(this.label6, 3, 1);
     this.tableLayoutPanel1.Controls.Add(this.label11, 3, 0);
     this.tableLayoutPanel1.Controls.Add(this.m_DebtToPayWithoutPenaltyBox, 4, 0);
     this.tableLayoutPanel1.Controls.Add(this.tpDatePayment, 0, 4);
     this.tableLayoutPanel1.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.tableLayoutPanel1.set_Location(new System.Drawing.Point(0, 0));
     this.tableLayoutPanel1.set_Name("tableLayoutPanel1");
     this.tableLayoutPanel1.set_Padding(new System.Windows.Forms.Padding(8));
     this.tableLayoutPanel1.set_RowCount(5);
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20f));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20f));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20f));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20f));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20f));
     this.tableLayoutPanel1.set_Size(new System.Drawing.Size(0x326, 0x95));
     this.tableLayoutPanel1.set_TabIndex(0x63);
     this.cbActions.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbActions.set_DataSource(this.m_HouseHoldersSource);
     this.cbActions.set_DisplayMember("ShortName");
     this.cbActions.set_DropDownStyle(System.Windows.Forms.ComboBoxStyle.DropDownList);
     this.cbActions.set_FormattingEnabled(true);
     this.cbActions.set_Location(new System.Drawing.Point(11, 0x59));
     this.cbActions.set_Name("cbActions");
     this.cbActions.set_Size(new System.Drawing.Size(0x199, 0x15));
     this.cbActions.set_TabIndex(0x7f);
     this.cbActions.add_SelectedIndexChanged(new System.EventHandler(this.cbActions_SelectedIndexChanged));
     this.m_HouseHoldersSource.set_DataSource(typeof(Organization));
     this.m_HouseHoldersSource.add_CurrentChanged(new System.EventHandler(this.m_HouseHoldersSource_CurrentChanged));
     this.dataGridView1.set_AllowUserToAddRows(false);
     this.dataGridView1.set_AllowUserToDeleteRows(false);
     this.dataGridView1.set_AllowUserToOrderColumns(true);
     this.dataGridView1.set_AutoGenerateColumns(false);
     this.dataGridView1.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dataGridView1.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     this.dataGridView1.set_ClipboardCopyMode(System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText);
     style10.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft);
     style10.set_BackColor(System.Drawing.SystemColors.Control);
     style10.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     style10.set_ForeColor(System.Drawing.SystemColors.WindowText);
     style10.set_SelectionBackColor(System.Drawing.SystemColors.Highlight);
     style10.set_SelectionForeColor(System.Drawing.SystemColors.HighlightText);
     style10.set_WrapMode(System.Windows.Forms.DataGridViewTriState.False);
     this.dataGridView1.set_ColumnHeadersDefaultCellStyle(style10);
     this.dataGridView1.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.benefitNameDataGridViewTextBoxColumn, this.personsCountDataGridViewTextBoxColumn });
     this.dataGridView1.set_DataSource(this.m_RequestBenefitsSource);
     style11.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft);
     style11.set_BackColor(System.Drawing.SystemColors.Window);
     style11.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     style11.set_ForeColor(System.Drawing.SystemColors.ControlText);
     style11.set_SelectionBackColor(System.Drawing.SystemColors.Highlight);
     style11.set_SelectionForeColor(System.Drawing.SystemColors.HighlightText);
     style11.set_WrapMode(System.Windows.Forms.DataGridViewTriState.False);
     this.dataGridView1.set_DefaultCellStyle(style11);
     this.dataGridView1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dataGridView1.set_GridColor(System.Drawing.SystemColors.ControlLight);
     this.dataGridView1.set_Location(new System.Drawing.Point(11, 11));
     this.dataGridView1.set_MultiSelect(false);
     this.dataGridView1.set_Name("dataGridView1");
     this.dataGridView1.set_ReadOnly(true);
     this.dataGridView1.set_RowHeadersVisible(false);
     this.tableLayoutPanel1.SetRowSpan(this.dataGridView1, 3);
     this.dataGridView1.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dataGridView1.set_Size(new System.Drawing.Size(0x199, 0x48));
     this.dataGridView1.set_TabIndex(0);
     this.benefitNameDataGridViewTextBoxColumn.set_DataPropertyName("BenefitName");
     this.benefitNameDataGridViewTextBoxColumn.set_HeaderText("Льгота");
     this.benefitNameDataGridViewTextBoxColumn.set_Name("benefitNameDataGridViewTextBoxColumn");
     this.benefitNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.benefitNameDataGridViewTextBoxColumn.set_Width(0x44);
     this.personsCountDataGridViewTextBoxColumn.set_DataPropertyName("PersonsCount");
     this.personsCountDataGridViewTextBoxColumn.set_HeaderText("Количество льготников");
     this.personsCountDataGridViewTextBoxColumn.set_Name("personsCountDataGridViewTextBoxColumn");
     this.personsCountDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.personsCountDataGridViewTextBoxColumn.set_Width(0x98);
     this.m_RequestBenefitsSource.set_DataSource(typeof(PayRequestBenefit));
     this.m_BenefitBox.set_Anchor(System.Windows.Forms.AnchorStyles.Left);
     this.m_BenefitBox.set_Location(new System.Drawing.Point(0x1f9, 0x25));
     this.m_BenefitBox.set_Name("m_BenefitBox");
     this.m_BenefitBox.set_ReadOnly(true);
     this.m_BenefitBox.set_Size(new System.Drawing.Size(0x57, 20));
     this.m_BenefitBox.set_TabIndex(0);
     this.m_BenefitBox.set_Text("0.00");
     this.m_BenefitBox.set_TextAlign(System.Windows.Forms.HorizontalAlignment.Right);
     this.label5.set_Anchor(System.Windows.Forms.AnchorStyles.Right);
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(0x1c3, 40));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x30, 13));
     this.label5.set_TabIndex(0);
     this.label5.set_Text("Льготы:");
     this.label1.set_Anchor(System.Windows.Forms.AnchorStyles.Right);
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(0x1aa, 0x42));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x49, 13));
     this.label1.set_TabIndex(0);
     this.label1.set_Text("Фактически:");
     this.m_ActualChargeBox.set_Anchor(System.Windows.Forms.AnchorStyles.Left);
     this.m_ActualChargeBox.set_Location(new System.Drawing.Point(0x1f9, 0x3f));
     this.m_ActualChargeBox.set_Name("m_ActualChargeBox");
     this.m_ActualChargeBox.set_ReadOnly(true);
     this.m_ActualChargeBox.set_Size(new System.Drawing.Size(0x57, 20));
     this.m_ActualChargeBox.set_TabIndex(0);
     this.m_ActualChargeBox.set_Text("0.00");
     this.m_ActualChargeBox.set_TextAlign(System.Windows.Forms.HorizontalAlignment.Right);
     this.label2.set_Anchor(System.Windows.Forms.AnchorStyles.Right);
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(0x1cf, 0x5c));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x24, 13));
     this.label2.set_TabIndex(0);
     this.label2.set_Text("Долг:");
     this.m_DebtBox.set_Anchor(System.Windows.Forms.AnchorStyles.Left);
     this.m_DebtBox.set_Location(new System.Drawing.Point(0x1f9, 0x59));
     this.m_DebtBox.set_Name("m_DebtBox");
     this.m_DebtBox.set_ReadOnly(true);
     this.m_DebtBox.set_Size(new System.Drawing.Size(0x57, 20));
     this.m_DebtBox.set_TabIndex(0);
     this.m_DebtBox.set_Text("0.00");
     this.m_DebtBox.set_TextAlign(System.Windows.Forms.HorizontalAlignment.Right);
     this.label4.set_Anchor(System.Windows.Forms.AnchorStyles.Right);
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(0x1cf, 120));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x24, 13));
     this.label4.set_TabIndex(0);
     this.label4.set_Text("Пени:");
     this.m_DebtPenaltyBox.set_Anchor(System.Windows.Forms.AnchorStyles.Left);
     this.m_DebtPenaltyBox.set_Location(new System.Drawing.Point(0x1f9, 0x74));
     this.m_DebtPenaltyBox.set_Name("m_DebtPenaltyBox");
     this.m_DebtPenaltyBox.set_ReadOnly(true);
     this.m_DebtPenaltyBox.set_Size(new System.Drawing.Size(0x57, 20));
     this.m_DebtPenaltyBox.set_TabIndex(0);
     this.m_DebtPenaltyBox.set_Text("0.00");
     this.m_DebtPenaltyBox.set_TextAlign(System.Windows.Forms.HorizontalAlignment.Right);
     this.label9.set_Anchor(System.Windows.Forms.AnchorStyles.Right);
     this.label9.set_AutoSize(true);
     this.label9.set_Location(new System.Drawing.Point(0x1b2, 14));
     this.label9.set_Name("label9");
     this.label9.set_Size(new System.Drawing.Size(0x41, 13));
     this.label9.set_TabIndex(0);
     this.label9.set_Text("Начислено:");
     this.m_ChargeBox.set_Anchor(System.Windows.Forms.AnchorStyles.Left);
     this.m_ChargeBox.set_Location(new System.Drawing.Point(0x1f9, 11));
     this.m_ChargeBox.set_Name("m_ChargeBox");
     this.m_ChargeBox.set_ReadOnly(true);
     this.m_ChargeBox.set_Size(new System.Drawing.Size(0x57, 20));
     this.m_ChargeBox.set_TabIndex(0);
     this.m_ChargeBox.set_Text("0.00");
     this.m_ChargeBox.set_TextAlign(System.Windows.Forms.HorizontalAlignment.Right);
     this.m_DebtNotPaidBox.set_Anchor(System.Windows.Forms.AnchorStyles.Left);
     this.m_DebtNotPaidBox.set_Location(new System.Drawing.Point(0x2c3, 0x74));
     this.m_DebtNotPaidBox.set_Name("m_DebtNotPaidBox");
     this.m_DebtNotPaidBox.set_ReadOnly(true);
     this.m_DebtNotPaidBox.set_Size(new System.Drawing.Size(0x57, 20));
     this.m_DebtNotPaidBox.set_TabIndex(0);
     this.m_DebtNotPaidBox.set_Text("0.00");
     this.m_DebtNotPaidBox.set_TextAlign(System.Windows.Forms.HorizontalAlignment.Right);
     this.label10.set_Anchor(System.Windows.Forms.AnchorStyles.Right);
     this.label10.set_AutoSize(true);
     this.label10.set_Location(new System.Drawing.Point(0x25a, 120));
     this.label10.set_Name("label10");
     this.label10.set_Size(new System.Drawing.Size(0x63, 13));
     this.label10.set_TabIndex(0);
     this.label10.set_Text("Оставшийся долг:");
     this.m_PenaltyBox.set_Anchor(System.Windows.Forms.AnchorStyles.Left);
     this.m_PenaltyBox.set_Location(new System.Drawing.Point(0x2c3, 0x59));
     this.m_PenaltyBox.set_Name("m_PenaltyBox");
     this.m_PenaltyBox.set_ReadOnly(true);
     this.m_PenaltyBox.set_Size(new System.Drawing.Size(0x57, 20));
     this.m_PenaltyBox.set_TabIndex(0);
     this.m_PenaltyBox.set_Text("0.00");
     this.m_PenaltyBox.set_TextAlign(System.Windows.Forms.HorizontalAlignment.Right);
     this.label3.set_Anchor(System.Windows.Forms.AnchorStyles.Right);
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(0x27e, 0x5c));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x3f, 13));
     this.label3.set_TabIndex(0);
     this.label3.set_Text("В т.ч. пени:");
     this.label11.set_Anchor(System.Windows.Forms.AnchorStyles.Right);
     this.label11.set_AutoSize(true);
     this.label11.set_Location(new System.Drawing.Point(0x256, 14));
     this.label11.set_Name("label11");
     this.label11.set_Size(new System.Drawing.Size(0x67, 13));
     this.label11.set_TabIndex(0);
     this.label11.set_Text("К оплате без пени:");
     this.m_DebtToPayWithoutPenaltyBox.set_Anchor(System.Windows.Forms.AnchorStyles.Left);
     this.m_DebtToPayWithoutPenaltyBox.set_Location(new System.Drawing.Point(0x2c3, 11));
     this.m_DebtToPayWithoutPenaltyBox.set_Name("m_DebtToPayWithoutPenaltyBox");
     this.m_DebtToPayWithoutPenaltyBox.set_ReadOnly(true);
     this.m_DebtToPayWithoutPenaltyBox.set_Size(new System.Drawing.Size(0x58, 20));
     this.m_DebtToPayWithoutPenaltyBox.set_TabIndex(0);
     this.m_DebtToPayWithoutPenaltyBox.set_TabStop(false);
     this.m_DebtToPayWithoutPenaltyBox.set_Text("0.00");
     this.m_DebtToPayWithoutPenaltyBox.set_TextAlign(System.Windows.Forms.HorizontalAlignment.Right);
     this.tpDatePayment.set_ColumnCount(2);
     this.tpDatePayment.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120f));
     this.tpDatePayment.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100f));
     this.tpDatePayment.Controls.Add(this.label13, 0, 0);
     this.tpDatePayment.Controls.Add(this.dtpPaymentDate, 1, 0);
     this.tpDatePayment.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.tpDatePayment.set_Location(new System.Drawing.Point(11, 0x73));
     this.tpDatePayment.set_Name("tpDatePayment");
     this.tpDatePayment.set_RowCount(1);
     this.tpDatePayment.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100f));
     this.tpDatePayment.set_Size(new System.Drawing.Size(0x199, 0x17));
     this.tpDatePayment.set_TabIndex(0x7f);
     this.label13.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.label13.set_Location(new System.Drawing.Point(3, 0));
     this.label13.set_Name("label13");
     this.label13.set_Size(new System.Drawing.Size(0x72, 0x17));
     this.label13.set_TabIndex(0);
     this.label13.set_Text("Дата оплаты");
     this.dtpPaymentDate.set_Dock(System.Windows.Forms.DockStyle.Left);
     this.dtpPaymentDate.set_Format(System.Windows.Forms.DateTimePickerFormat.Short);
     this.dtpPaymentDate.set_Location(new System.Drawing.Point(0x7b, 0));
     this.dtpPaymentDate.set_Margin(new System.Windows.Forms.Padding(3, 0, 3, 0));
     this.dtpPaymentDate.set_Name("dtpPaymentDate");
     this.dtpPaymentDate.set_Size(new System.Drawing.Size(0x6b, 20));
     this.dtpPaymentDate.set_TabIndex(1);
     this.dtpPaymentDate.add_ValueChanged(new System.EventHandler(this.dtpPaymentDate_ValueChanged));
     this.tableLayoutPanel2.set_ColumnCount(7);
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 60.20067f));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 39.79933f));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel2.Controls.Add(this.m_RequestButton, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.m_PaymentButton, 6, 0);
     this.tableLayoutPanel2.Controls.Add(this.m_CommissionBox, 5, 0);
     this.tableLayoutPanel2.Controls.Add(this.m_TotalPaidBox, 5, 1);
     this.tableLayoutPanel2.Controls.Add(this.label7, 4, 1);
     this.tableLayoutPanel2.Controls.Add(this.label8, 4, 0);
     this.tableLayoutPanel2.Controls.Add(this.m_CommentsBox, 1, 0);
     this.tableLayoutPanel2.Controls.Add(this.groupBoxPayment, 2, 0);
     this.tableLayoutPanel2.set_Dock(System.Windows.Forms.DockStyle.Bottom);
     this.tableLayoutPanel2.set_Location(new System.Drawing.Point(0, 460));
     this.tableLayoutPanel2.set_Name("tableLayoutPanel2");
     this.tableLayoutPanel2.set_Padding(new System.Windows.Forms.Padding(8));
     this.tableLayoutPanel2.set_RowCount(2);
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50f));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50f));
     this.tableLayoutPanel2.set_Size(new System.Drawing.Size(0x326, 0x57));
     this.tableLayoutPanel2.set_TabIndex(0);
     this.m_CommentsBox.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.m_CommentsBox.set_Location(new System.Drawing.Point(0x63, 11));
     this.m_CommentsBox.set_Multiline(true);
     this.m_CommentsBox.set_Name("m_CommentsBox");
     this.m_CommentsBox.set_ReadOnly(true);
     this.tableLayoutPanel2.SetRowSpan(this.m_CommentsBox, 2);
     this.m_CommentsBox.set_ScrollBars(System.Windows.Forms.ScrollBars.Both);
     this.m_CommentsBox.set_Size(new System.Drawing.Size(0x90, 0x41));
     this.m_CommentsBox.set_TabIndex(5);
     this.groupBoxPayment.CheckBoxText = "К оплате";
     this.groupBoxPayment.Checked = true;
     this.groupBoxPayment.Controls.Add(this.rbToDown);
     this.groupBoxPayment.Controls.Add(this.rbNoAction);
     this.groupBoxPayment.Controls.Add(this.rbToUp);
     this.groupBoxPayment.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.groupBoxPayment.set_Location(new System.Drawing.Point(0xf9, 11));
     this.groupBoxPayment.set_Name("groupBoxPayment");
     this.tableLayoutPanel2.SetRowSpan(this.groupBoxPayment, 2);
     this.groupBoxPayment.set_Size(new System.Drawing.Size(0x5d, 0x41));
     this.groupBoxPayment.set_TabIndex(0x80);
     this.groupBoxPayment.set_TabStop(false);
     this.rbToDown.set_AutoSize(true);
     this.rbToDown.set_Location(new System.Drawing.Point(6, 0x2d));
     this.rbToDown.set_Name("rbToDown");
     this.rbToDown.set_Size(new System.Drawing.Size(0x61, 0x11));
     this.rbToDown.set_TabIndex(0x83);
     this.rbToDown.set_Text("Вниз до рубля");
     this.rbToDown.set_UseVisualStyleBackColor(true);
     this.rbNoAction.set_AutoSize(true);
     this.rbNoAction.set_Checked(true);
     this.rbNoAction.set_Location(new System.Drawing.Point(6, 13));
     this.rbNoAction.set_Name("rbNoAction");
     this.rbNoAction.set_Size(new System.Drawing.Size(0x5d, 0x11));
     this.rbNoAction.set_TabIndex(0x81);
     this.rbNoAction.set_TabStop(true);
     this.rbNoAction.set_Text("Не округлять");
     this.rbNoAction.set_UseVisualStyleBackColor(true);
     this.rbToUp.set_AutoSize(true);
     this.rbToUp.set_Location(new System.Drawing.Point(6, 0x1d));
     this.rbToUp.set_Name("rbToUp");
     this.rbToUp.set_Size(new System.Drawing.Size(0x66, 0x11));
     this.rbToUp.set_TabIndex(130);
     this.rbToUp.set_Text("Вверх до рубля");
     this.rbToUp.set_UseVisualStyleBackColor(true);
     this.splitContainer1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.splitContainer1.set_FixedPanel(System.Windows.Forms.FixedPanel.Panel1);
     this.splitContainer1.set_Location(new System.Drawing.Point(0, 0x95));
     this.splitContainer1.set_Name("splitContainer1");
     this.splitContainer1.Panel1.Controls.Add(this.m_PeriodsBox);
     this.splitContainer1.Panel2.Controls.Add(this.tab);
     this.splitContainer1.set_Size(new System.Drawing.Size(0x326, 0x137));
     this.splitContainer1.set_SplitterDistance(0xa4);
     this.splitContainer1.set_TabIndex(0x17);
     this.tab.Controls.Add(this.tpServices);
     this.tab.Controls.Add(this.tpCounters);
     this.tab.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.tab.set_Location(new System.Drawing.Point(0, 0));
     this.tab.set_Name("tab");
     this.tab.set_SelectedIndex(0);
     this.tab.set_Size(new System.Drawing.Size(0x27e, 0x137));
     this.tab.set_TabIndex(0x7a);
     this.tpServices.Controls.Add(this.chbxUseAccountServiceBankrupts);
     this.tpServices.Controls.Add(this.label12);
     this.tpServices.Controls.Add(this.m_HouseHoldersBox);
     this.tpServices.Controls.Add(this.m_ServicesGrid);
     this.tpServices.set_Location(new System.Drawing.Point(4, 0x16));
     this.tpServices.set_Name("tpServices");
     this.tpServices.set_Padding(new System.Windows.Forms.Padding(3));
     this.tpServices.set_Size(new System.Drawing.Size(630, 0x11d));
     this.tpServices.set_TabIndex(0);
     this.tpServices.set_Text("Услуги");
     this.tpServices.set_UseVisualStyleBackColor(true);
     this.chbxUseAccountServiceBankrupts.set_Anchor(System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom);
     this.chbxUseAccountServiceBankrupts.set_AutoSize(true);
     this.chbxUseAccountServiceBankrupts.set_Checked(true);
     this.chbxUseAccountServiceBankrupts.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.chbxUseAccountServiceBankrupts.set_Location(new System.Drawing.Point(3, 0x10d));
     this.chbxUseAccountServiceBankrupts.set_Name("chbxUseAccountServiceBankrupts");
     this.chbxUseAccountServiceBankrupts.set_Size(new System.Drawing.Size(0xc0, 0x11));
     this.chbxUseAccountServiceBankrupts.set_TabIndex(0x7e);
     this.chbxUseAccountServiceBankrupts.set_Text("Учитывать не возвратные долги");
     this.chbxUseAccountServiceBankrupts.set_UseVisualStyleBackColor(true);
     this.chbxUseAccountServiceBankrupts.add_CheckedChanged(new System.EventHandler(this.chbxUseAccountServiceBankrupts_CheckedChanged));
     this.label12.set_AutoSize(true);
     this.label12.set_Location(new System.Drawing.Point(6, 9));
     this.label12.set_Name("label12");
     this.label12.set_Size(new System.Drawing.Size(0xac, 13));
     this.label12.set_TabIndex(0x7c);
     this.label12.set_Text("Услуги управляющей компании:");
     this.m_HouseHoldersBox.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_HouseHoldersBox.set_DataSource(this.m_HouseHoldersSource);
     this.m_HouseHoldersBox.set_DisplayMember("ShortName");
     this.m_HouseHoldersBox.set_DropDownStyle(System.Windows.Forms.ComboBoxStyle.DropDownList);
     this.m_HouseHoldersBox.set_FormattingEnabled(true);
     this.m_HouseHoldersBox.set_Location(new System.Drawing.Point(0xb8, 6));
     this.m_HouseHoldersBox.set_Name("m_HouseHoldersBox");
     this.m_HouseHoldersBox.set_Size(new System.Drawing.Size(0x1b6, 0x15));
     this.m_HouseHoldersBox.set_TabIndex(0x7d);
     this.tpCounters.Controls.Add(this.m_CountersGrid);
     this.tpCounters.set_Location(new System.Drawing.Point(4, 0x16));
     this.tpCounters.set_Name("tpCounters");
     this.tpCounters.set_Padding(new System.Windows.Forms.Padding(3));
     this.tpCounters.set_Size(new System.Drawing.Size(630, 0x11d));
     this.tpCounters.set_TabIndex(1);
     this.tpCounters.set_Text("Показания счетчиков");
     this.tpCounters.set_UseVisualStyleBackColor(true);
     this.m_CountersGrid.set_AllowUserToAddRows(false);
     this.m_CountersGrid.set_AllowUserToDeleteRows(false);
     this.m_CountersGrid.set_AutoGenerateColumns(false);
     this.m_CountersGrid.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.m_CountersGrid.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     style12.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft);
     style12.set_BackColor(System.Drawing.SystemColors.Control);
     style12.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     style12.set_ForeColor(System.Drawing.SystemColors.WindowText);
     style12.set_SelectionBackColor(System.Drawing.SystemColors.Highlight);
     style12.set_SelectionForeColor(System.Drawing.SystemColors.HighlightText);
     style12.set_WrapMode(System.Windows.Forms.DataGridViewTriState.True);
     this.m_CountersGrid.set_ColumnHeadersDefaultCellStyle(style12);
     this.m_CountersGrid.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.m_CountersGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.newCounterIndicationDataGridViewTextBoxColumn1, this.counterTypeNameDataGridViewTextBoxColumn, this.counterNumberDataGridViewTextBoxColumn, this.counterNameDataGridViewTextBoxColumn, this.counterFromDateDataGridViewTextBoxColumn, this.counterToDateDataGridViewTextBoxColumn });
     this.m_CountersGrid.set_DataSource(this.m_PayRequestCounters);
     style13.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft);
     style13.set_BackColor(System.Drawing.SystemColors.Window);
     style13.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     style13.set_ForeColor(System.Drawing.SystemColors.ControlText);
     style13.set_SelectionBackColor(System.Drawing.SystemColors.Highlight);
     style13.set_SelectionForeColor(System.Drawing.SystemColors.HighlightText);
     style13.set_WrapMode(System.Windows.Forms.DataGridViewTriState.False);
     this.m_CountersGrid.set_DefaultCellStyle(style13);
     this.m_CountersGrid.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.m_CountersGrid.set_Location(new System.Drawing.Point(3, 3));
     this.m_CountersGrid.set_Name("m_CountersGrid");
     this.m_CountersGrid.set_RowHeadersVisible(false);
     this.m_CountersGrid.set_Size(new System.Drawing.Size(0x270, 0x117));
     this.m_CountersGrid.set_TabIndex(0x7b);
     this.m_CountersGrid.add_DataError(new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.m_CountersGrid_DataError));
     this.newCounterIndicationDataGridViewTextBoxColumn1.set_DataPropertyName("NewCounterIndication");
     this.newCounterIndicationDataGridViewTextBoxColumn1.set_HeaderText("Новые показания");
     this.newCounterIndicationDataGridViewTextBoxColumn1.set_Name("newCounterIndicationDataGridViewTextBoxColumn1");
     this.newCounterIndicationDataGridViewTextBoxColumn1.set_Width(0x71);
     this.counterTypeNameDataGridViewTextBoxColumn.set_DataPropertyName("CounterTypeName");
     this.counterTypeNameDataGridViewTextBoxColumn.set_HeaderText("Тип счетчика");
     this.counterTypeNameDataGridViewTextBoxColumn.set_Name("counterTypeNameDataGridViewTextBoxColumn");
     this.counterTypeNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.counterTypeNameDataGridViewTextBoxColumn.set_Width(0x5b);
     this.counterNumberDataGridViewTextBoxColumn.set_DataPropertyName("CounterNumber");
     this.counterNumberDataGridViewTextBoxColumn.set_HeaderText("Номер");
     this.counterNumberDataGridViewTextBoxColumn.set_Name("counterNumberDataGridViewTextBoxColumn");
     this.counterNumberDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.counterNumberDataGridViewTextBoxColumn.set_Width(0x42);
     this.counterNameDataGridViewTextBoxColumn.set_DataPropertyName("CounterName");
     this.counterNameDataGridViewTextBoxColumn.set_HeaderText("Наименование");
     this.counterNameDataGridViewTextBoxColumn.set_Name("counterNameDataGridViewTextBoxColumn");
     this.counterNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.counterNameDataGridViewTextBoxColumn.set_Width(0x6c);
     this.counterFromDateDataGridViewTextBoxColumn.set_DataPropertyName("CounterFromDate");
     this.counterFromDateDataGridViewTextBoxColumn.set_HeaderText("Дата установки");
     this.counterFromDateDataGridViewTextBoxColumn.set_Name("counterFromDateDataGridViewTextBoxColumn");
     this.counterFromDateDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.counterFromDateDataGridViewTextBoxColumn.set_Width(0x68);
     this.counterToDateDataGridViewTextBoxColumn.set_DataPropertyName("CounterToDate");
     this.counterToDateDataGridViewTextBoxColumn.set_HeaderText("Дата ликвидации");
     this.counterToDateDataGridViewTextBoxColumn.set_Name("counterToDateDataGridViewTextBoxColumn");
     this.counterToDateDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.counterToDateDataGridViewTextBoxColumn.set_Width(0x6f);
     this.m_PayRequestCounters.set_DataSource(typeof(PayRequestCounter));
     this.m_PayRequestCounters.set_Sort("");
     this.dataGridViewTextBoxColumn1.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.dataGridViewTextBoxColumn1.set_DataPropertyName("Name");
     this.dataGridViewTextBoxColumn1.set_HeaderText("Услуга");
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn2.set_DataPropertyName("OldVal");
     this.dataGridViewTextBoxColumn2.set_HeaderText("Показания");
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.dataGridViewTextBoxColumn2.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn3.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.dataGridViewTextBoxColumn3.set_DataPropertyName("Val");
     this.dataGridViewTextBoxColumn3.set_HeaderText("Новые показания");
     this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3");
     this.dataGridViewTextBoxColumn3.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn4.set_DataPropertyName("KOpl");
     this.dataGridViewTextBoxColumn4.set_HeaderText("К оплате");
     this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4");
     this.dataGridViewTextBoxColumn4.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn5.set_DataPropertyName("Opl");
     this.dataGridViewTextBoxColumn5.set_HeaderText("Оплата");
     this.dataGridViewTextBoxColumn5.set_Name("dataGridViewTextBoxColumn5");
     this.dataGridViewTextBoxColumn5.set_ReadOnly(true);
     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.tableLayoutPanel2);
     base.Controls.Add(this.tableLayoutPanel1);
     base.set_Name("ProcessPaymentView");
     base.set_Size(new System.Drawing.Size(0x326, 0x223));
     base.add_Load(new System.EventHandler(this.CashPaymentForm_Load));
     base.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.CashPaymentForm_KeyDown));
     this.m_ServicesGrid.EndInit();
     this.m_ServicesSource.EndInit();
     this.m_PeriodsSource.EndInit();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.m_HouseHoldersSource.EndInit();
     this.dataGridView1.EndInit();
     this.m_RequestBenefitsSource.EndInit();
     this.tpDatePayment.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.PerformLayout();
     this.groupBoxPayment.ResumeLayout(false);
     this.groupBoxPayment.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.tab.ResumeLayout(false);
     this.tpServices.ResumeLayout(false);
     this.tpServices.PerformLayout();
     this.tpCounters.ResumeLayout(false);
     this.m_CountersGrid.EndInit();
     this.m_PayRequestCounters.EndInit();
     base.ResumeLayout(false);
 }
 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);
 }