Esempio n. 1
0
 private void InitializeComponent()
 {
     this.label1 = new System.Windows.Forms.Label();
     this.btnRecalc = new System.Windows.Forms.Button();
     this.m_ReCalcWorker = new BackgroundWorker();
     this.datePeriod = new DatePeriod();
     base.SuspendLayout();
     this.label1.set_AutoSize(true);
     this.label1.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.25f));
     this.label1.set_Location(new System.Drawing.Point(12, 9));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x79, 13));
     this.label1.set_TabIndex(1);
     this.label1.set_Text("Период перерассчета:");
     this.btnRecalc.set_Location(new System.Drawing.Point(0xff, 0x21));
     this.btnRecalc.set_Name("btnRecalc");
     this.btnRecalc.set_Size(new System.Drawing.Size(0x66, 0x17));
     this.btnRecalc.set_TabIndex(2);
     this.btnRecalc.set_Text("Выполнить");
     this.btnRecalc.set_UseVisualStyleBackColor(true);
     this.btnRecalc.add_Click(new System.EventHandler(this.btnRecalc_Click));
     this.m_ReCalcWorker.add_DoWork(new DoWorkEventHandler(this.m_ReCalcWorker_DoWork));
     this.m_ReCalcWorker.add_RunWorkerCompleted(new RunWorkerCompletedEventHandler(this.m_ReCalcWorker_RunWorkerCompleted));
     this.datePeriod.AttachToPeriod = false;
     this.datePeriod.DateBeginReadonly = false;
     this.datePeriod.DateEndReadonly = false;
     this.datePeriod.set_Location(new System.Drawing.Point(140, 3));
     this.datePeriod.set_Margin(new System.Windows.Forms.Padding(4));
     this.datePeriod.set_Name("datePeriod");
     this.datePeriod.set_Size(new System.Drawing.Size(0xe9, 0x17));
     this.datePeriod.set_TabIndex(0);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x171, 0x3f));
     base.Controls.Add(this.btnRecalc);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.datePeriod);
     base.set_MaximizeBox(false);
     base.set_MinimizeBox(false);
     base.set_Name("RecalcHouseCountersForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterParent);
     this.set_Text("Перерасчет по групповым счетчикам");
     base.add_Load(new System.EventHandler(this.RecalcHouseCountersForm_Load));
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 2
0
 private void InitializeComponent()
 {
     ComponentResourceManager manager = new ComponentResourceManager(typeof(BaseReportForm));
     this.m_CommandBar = new System.Windows.Forms.ToolStrip();
     this.m_ExecuteReport = new System.Windows.Forms.ToolStripSplitButton();
     this.m_PrintAfterExecute = new System.Windows.Forms.ToolStripMenuItem();
     this.m_SaveToFile = new System.Windows.Forms.ToolStripMenuItem();
     this.m_Orientation = new System.Windows.Forms.ToolStripMenuItem();
     this.m_OrientationAuto = new System.Windows.Forms.ToolStripMenuItem();
     this.m_OrientationPortrait = new System.Windows.Forms.ToolStripMenuItem();
     this.m_OrientationLandscape = new System.Windows.Forms.ToolStripMenuItem();
     this.m_RollingImage = new System.Windows.Forms.ToolStripLabel();
     this.m_StatusLabel = new System.Windows.Forms.ToolStripLabel();
     this.m_WorkerThread = new BackgroundWorker();
     this.m_Period = new DatePeriod();
     this.m_CommandBar.SuspendLayout();
     base.SuspendLayout();
     this.m_CommandBar.set_Dock(System.Windows.Forms.DockStyle.Bottom);
     this.m_CommandBar.set_GripStyle(System.Windows.Forms.ToolStripGripStyle.Hidden);
     this.m_CommandBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.m_ExecuteReport, this.m_Orientation, this.m_RollingImage, this.m_StatusLabel });
     this.m_CommandBar.set_Location(new System.Drawing.Point(0, 0x31));
     this.m_CommandBar.set_Name("m_CommandBar");
     this.m_CommandBar.set_Size(new System.Drawing.Size(0x158, 0x19));
     this.m_CommandBar.set_TabIndex(0x12);
     this.m_CommandBar.set_Text("toolStrip1");
     this.m_ExecuteReport.set_Alignment(System.Windows.Forms.ToolStripItemAlignment.Right);
     this.m_ExecuteReport.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.m_ExecuteReport.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.m_PrintAfterExecute, this.m_SaveToFile });
     this.m_ExecuteReport.set_Image((System.Drawing.Image) manager.GetObject("m_ExecuteReport.Image"));
     this.m_ExecuteReport.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.m_ExecuteReport.set_Name("m_ExecuteReport");
     this.m_ExecuteReport.set_Size(new System.Drawing.Size(0x62, 0x16));
     this.m_ExecuteReport.set_Tag("Сформировать");
     this.m_ExecuteReport.set_Text("Сформировать");
     this.m_ExecuteReport.add_ButtonClick(new System.EventHandler(this.m_ExecuteReport_ButtonClick));
     this.m_PrintAfterExecute.set_CheckOnClick(true);
     this.m_PrintAfterExecute.set_Name("m_PrintAfterExecute");
     this.m_PrintAfterExecute.set_Size(new System.Drawing.Size(190, 0x16));
     this.m_PrintAfterExecute.set_Text("Сразу напечатать");
     this.m_SaveToFile.set_Enabled(false);
     this.m_SaveToFile.set_Name("m_SaveToFile");
     this.m_SaveToFile.set_Size(new System.Drawing.Size(190, 0x16));
     this.m_SaveToFile.set_Text("Сохранить в файл...");
     this.m_Orientation.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.m_OrientationAuto, this.m_OrientationPortrait, this.m_OrientationLandscape });
     this.m_Orientation.set_Name("m_Orientation");
     this.m_Orientation.set_Size(new System.Drawing.Size(0x77, 0x19));
     this.m_Orientation.set_Tag("Ориентация бумаги: ");
     this.m_Orientation.set_Text("Ориентация бумаги");
     this.m_OrientationAuto.set_Checked(true);
     this.m_OrientationAuto.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.m_OrientationAuto.set_Name("m_OrientationAuto");
     this.m_OrientationAuto.set_Size(new System.Drawing.Size(0x98, 0x16));
     this.m_OrientationAuto.set_Text("Авто");
     this.m_OrientationAuto.add_Click(new System.EventHandler(this.m_Orientation_Click));
     this.m_OrientationPortrait.set_Name("m_OrientationPortrait");
     this.m_OrientationPortrait.set_Size(new System.Drawing.Size(0x98, 0x16));
     this.m_OrientationPortrait.set_Text("Книжная");
     this.m_OrientationPortrait.add_Click(new System.EventHandler(this.m_Orientation_Click));
     this.m_OrientationLandscape.set_Name("m_OrientationLandscape");
     this.m_OrientationLandscape.set_Size(new System.Drawing.Size(0x98, 0x16));
     this.m_OrientationLandscape.set_Text("Альбомная");
     this.m_OrientationLandscape.add_Click(new System.EventHandler(this.m_Orientation_Click));
     this.m_RollingImage.set_AutoSize(false);
     this.m_RollingImage.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.m_RollingImage.set_Image(Resources.LOADING);
     this.m_RollingImage.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.m_RollingImage.set_ImageTransparentColor(System.Drawing.Color.White);
     this.m_RollingImage.set_Name("m_RollingImage");
     this.m_RollingImage.set_Size(new System.Drawing.Size(0x16, 0x16));
     this.m_RollingImage.set_Visible(false);
     this.m_StatusLabel.set_BackColor(System.Drawing.SystemColors.Control);
     this.m_StatusLabel.set_ForeColor(System.Drawing.SystemColors.ControlDark);
     this.m_StatusLabel.set_Name("m_StatusLabel");
     this.m_StatusLabel.set_Size(new System.Drawing.Size(10, 0x16));
     this.m_StatusLabel.set_Text(" ");
     this.m_WorkerThread.set_WorkerReportsProgress(true);
     this.m_WorkerThread.set_WorkerSupportsCancellation(true);
     this.m_WorkerThread.add_DoWork(new DoWorkEventHandler(this.m_WorkerThread_DoWork));
     this.m_WorkerThread.add_RunWorkerCompleted(new RunWorkerCompletedEventHandler(this.m_WorkerThread_RunWorkerCompleted));
     this.m_WorkerThread.add_ProgressChanged(new ProgressChangedEventHandler(this.m_WorkerThread_ProgressChanged));
     this.m_Period.AttachToPeriod = false;
     this.m_Period.DateBeginReadonly = false;
     this.m_Period.DateEndReadonly = false;
     this.m_Period.set_Location(new System.Drawing.Point(13, 13));
     this.m_Period.set_Margin(new System.Windows.Forms.Padding(4));
     this.m_Period.set_Name("m_Period");
     this.m_Period.set_Size(new System.Drawing.Size(0xea, 0x17));
     this.m_Period.set_TabIndex(0);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x158, 0x4a));
     base.Controls.Add(this.m_Period);
     base.Controls.Add(this.m_CommandBar);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedSingle);
     base.set_MaximizeBox(false);
     base.set_MinimizeBox(false);
     this.set_MinimumSize(new System.Drawing.Size(350, 0x5e));
     base.set_Name("BaseReportForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterParent);
     this.set_Text("Отчет");
     this.m_CommandBar.ResumeLayout(false);
     this.m_CommandBar.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.components = new Container();
     this.datePeriod = new DatePeriod();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.cbService = new System.Windows.Forms.ComboBox();
     this.bsServices = new System.Windows.Forms.BindingSource(this.components);
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnOK = new System.Windows.Forms.Button();
     this.bsServices.BeginInit();
     base.SuspendLayout();
     this.datePeriod.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.datePeriod.AttachToPeriod = false;
     this.datePeriod.DateBeginReadonly = false;
     this.datePeriod.DateEndReadonly = false;
     this.datePeriod.set_Location(new System.Drawing.Point(0xb6, 13));
     this.datePeriod.set_Margin(new System.Windows.Forms.Padding(4));
     this.datePeriod.set_Name("datePeriod");
     this.datePeriod.set_Size(new System.Drawing.Size(0xe1, 0x17));
     this.datePeriod.set_TabIndex(0);
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(12, 0x11));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x7f, 13));
     this.label1.set_TabIndex(1);
     this.label1.set_Text("Сезон действия услуги:");
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(12, 0x27));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x2e, 13));
     this.label2.set_TabIndex(2);
     this.label2.set_Text("Услуга:");
     this.cbService.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbService.set_Cursor(System.Windows.Forms.Cursors.Default);
     this.cbService.set_DataSource(this.bsServices);
     this.cbService.set_DisplayMember("CodeName");
     this.cbService.set_DropDownStyle(System.Windows.Forms.ComboBoxStyle.DropDownList);
     this.cbService.set_Location(new System.Drawing.Point(15, 0x39));
     this.cbService.set_Name("cbService");
     this.cbService.set_Size(new System.Drawing.Size(0x188, 0x15));
     this.cbService.set_TabIndex(1);
     this.cbService.set_ValueMember("Id");
     this.bsServices.set_DataSource(typeof(ServiceOld));
     this.btnCancel.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnCancel.set_Location(new System.Drawing.Point(0x14b, 0x5c));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnCancel.set_TabIndex(3);
     this.btnCancel.set_Text("Отмена");
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.btnCancel.add_Click(new System.EventHandler(this.btnCancel_Click));
     this.btnOK.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnOK.set_Location(new System.Drawing.Point(250, 0x5c));
     this.btnOK.set_Name("btnOK");
     this.btnOK.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnOK.set_TabIndex(2);
     this.btnOK.set_UseVisualStyleBackColor(true);
     this.btnOK.add_Click(new System.EventHandler(this.btnOK_Click));
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x19e, 0x7f));
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.btnOK);
     base.Controls.Add(this.cbService);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.datePeriod);
     base.set_MaximizeBox(false);
     base.set_MinimizeBox(false);
     base.set_Name("HouseServiceSeasonsAddChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterParent);
     base.add_FormClosing(new System.Windows.Forms.FormClosingEventHandler(this.HouseServiceSeasonsAddChangeForm_FormClosing));
     this.bsServices.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.label2 = new System.Windows.Forms.Label();
     this.btnOk = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.panel1 = new System.Windows.Forms.Panel();
     this.nonResidentialApartmentPropertiesView = new NonResidentialApartmentPropertiesView();
     this.selectOwner = new SelectOwner();
     this.datePeriod1 = new DatePeriod();
     this.panel1.SuspendLayout();
     base.SuspendLayout();
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(3, 0x5b));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x2d, 13));
     this.label2.set_TabIndex(3);
     this.label2.set_Text("Период");
     this.btnOk.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnOk.set_Location(new System.Drawing.Point(0x195, 0x56));
     this.btnOk.set_Name("btnOk");
     this.btnOk.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnOk.set_TabIndex(5);
     this.btnOk.set_UseVisualStyleBackColor(true);
     this.btnOk.add_Click(new System.EventHandler(this.btnOk_Click));
     this.btnCancel.set_Location(new System.Drawing.Point(0x1e6, 0x56));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnCancel.set_TabIndex(6);
     this.btnCancel.set_Text("Отмена");
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.btnCancel.add_Click(new System.EventHandler(this.btnCancel_Click));
     this.panel1.Controls.Add(this.selectOwner);
     this.panel1.Controls.Add(this.btnCancel);
     this.panel1.Controls.Add(this.btnOk);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.datePeriod1);
     this.panel1.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panel1.set_Location(new System.Drawing.Point(0, 0));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(0x234, 0x73));
     this.panel1.set_TabIndex(7);
     this.nonResidentialApartmentPropertiesView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.nonResidentialApartmentPropertiesView.set_Location(new System.Drawing.Point(0, 0x73));
     this.nonResidentialApartmentPropertiesView.set_Name("nonResidentialApartmentPropertiesView");
     this.nonResidentialApartmentPropertiesView.set_Size(new System.Drawing.Size(0x234, 290));
     this.nonResidentialApartmentPropertiesView.set_TabIndex(0);
     this.selectOwner.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.selectOwner.set_Location(new System.Drawing.Point(0, 0));
     this.selectOwner.set_Margin(new System.Windows.Forms.Padding(4));
     this.selectOwner.set_Name("selectOwner");
     this.selectOwner.set_Size(new System.Drawing.Size(0x234, 0x4f));
     this.selectOwner.set_TabIndex(4);
     this.datePeriod1.AttachToPeriod = false;
     this.datePeriod1.DateBeginReadonly = false;
     this.datePeriod1.DateEndReadonly = false;
     this.datePeriod1.set_Location(new System.Drawing.Point(0x37, 0x57));
     this.datePeriod1.set_Margin(new System.Windows.Forms.Padding(4));
     this.datePeriod1.set_Name("datePeriod1");
     this.datePeriod1.set_Size(new System.Drawing.Size(0xe9, 0x17));
     this.datePeriod1.set_TabIndex(1);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     this.set_AutoSize(true);
     base.set_ClientSize(new System.Drawing.Size(0x234, 0x195));
     base.Controls.Add(this.nonResidentialApartmentPropertiesView);
     base.Controls.Add(this.panel1);
     base.set_Name("NonresidentialApartmentsAddChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     base.add_Load(new System.EventHandler(this.NonresidentialApartmentsAddChangeForm_Load));
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.tbxPersonName = new System.Windows.Forms.TextBox();
     this.chbxIsBedPatient = new System.Windows.Forms.CheckBox();
     this.chbxIsUnemloyedPensioner = new System.Windows.Forms.CheckBox();
     this.chbxIsInvalid = new System.Windows.Forms.CheckBox();
     this.period = new DatePeriod();
     this.label1 = 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();
     base.SuspendLayout();
     this.tbxPersonName.set_Location(new System.Drawing.Point(0x86, 9));
     this.tbxPersonName.set_Name("tbxPersonName");
     this.tbxPersonName.set_ReadOnly(true);
     this.tbxPersonName.set_Size(new System.Drawing.Size(290, 20));
     this.tbxPersonName.set_TabIndex(0);
     this.chbxIsBedPatient.set_AutoSize(true);
     this.chbxIsBedPatient.set_Location(new System.Drawing.Point(12, 0x4a));
     this.chbxIsBedPatient.set_Name("chbxIsBedPatient");
     this.chbxIsBedPatient.set_Size(new System.Drawing.Size(0x47, 0x11));
     this.chbxIsBedPatient.set_TabIndex(1);
     this.chbxIsBedPatient.set_Text("Лежачий");
     this.chbxIsBedPatient.set_UseVisualStyleBackColor(true);
     this.chbxIsUnemloyedPensioner.set_AutoSize(true);
     this.chbxIsUnemloyedPensioner.set_Location(new System.Drawing.Point(0x86, 0x4a));
     this.chbxIsUnemloyedPensioner.set_Name("chbxIsUnemloyedPensioner");
     this.chbxIsUnemloyedPensioner.set_Size(new System.Drawing.Size(0xa4, 0x11));
     this.chbxIsUnemloyedPensioner.set_TabIndex(2);
     this.chbxIsUnemloyedPensioner.set_Text("Не работающий пенсионер");
     this.chbxIsUnemloyedPensioner.set_UseVisualStyleBackColor(true);
     this.chbxIsInvalid.set_AutoSize(true);
     this.chbxIsInvalid.set_Location(new System.Drawing.Point(0x162, 0x4a));
     this.chbxIsInvalid.set_Name("chbxIsInvalid");
     this.chbxIsInvalid.set_Size(new System.Drawing.Size(70, 0x11));
     this.chbxIsInvalid.set_TabIndex(3);
     this.chbxIsInvalid.set_Text("Инвалид");
     this.chbxIsInvalid.set_UseVisualStyleBackColor(true);
     this.period.AttachToPeriod = false;
     this.period.DateBeginReadonly = false;
     this.period.DateEndReadonly = false;
     this.period.set_Location(new System.Drawing.Point(0x6c, 0x25));
     this.period.set_Margin(new System.Windows.Forms.Padding(4));
     this.period.set_Name("period");
     this.period.set_Size(new System.Drawing.Size(0xe9, 0x17));
     this.period.set_TabIndex(4);
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(9, 9));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x62, 13));
     this.label1.set_TabIndex(5);
     this.label1.set_Text("Физическое лицо");
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(12, 0x29));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x2d, 13));
     this.label2.set_TabIndex(6);
     this.label2.set_Text("Период");
     this.btnSave.set_Location(new System.Drawing.Point(0x107, 0x6c));
     this.btnSave.set_Name("btnSave");
     this.btnSave.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnSave.set_TabIndex(7);
     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(0x158, 0x6c));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnCancel.set_TabIndex(8);
     this.btnCancel.set_Text("Отменить");
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.btnCancel.add_Click(new System.EventHandler(this.btnCancel_Click));
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x1af, 0x8f));
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.btnSave);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.period);
     base.Controls.Add(this.chbxIsInvalid);
     base.Controls.Add(this.chbxIsUnemloyedPensioner);
     base.Controls.Add(this.chbxIsBedPatient);
     base.Controls.Add(this.tbxPersonName);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedDialog);
     base.set_MaximizeBox(false);
     base.set_MinimizeBox(false);
     base.set_Name("PersonPropertiesAddChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("Свойства физ. лица");
     base.add_Load(new System.EventHandler(this.PersonPropertiesAddChangeForm_Load));
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 6
0
 private void InitializeComponent()
 {
     this.components = new Container();
     this.label2 = new System.Windows.Forms.Label();
     this.selectOrgDocument = new SelectOrgDocument();
     this.datePeriod = new DatePeriod();
     this.labelPeriod = new System.Windows.Forms.Label();
     this.numNorm = new System.Windows.Forms.NumericUpDown();
     this.label1 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.dgvServiceNormTypesByProperties = new System.Windows.Forms.DataGridView();
     this.ApartmentPropertyName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.rateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsServiceNormTypesByPropertiesView = new System.Windows.Forms.BindingSource(this.components);
     this.selectByUnit = new SelectFasetData();
     this.selectUnit = new SelectFasetData();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.tbxFromValue = new System.Windows.Forms.TextBox();
     this.tbxToValue = new System.Windows.Forms.TextBox();
     this.tab = new System.Windows.Forms.TabControl();
     this.tbpByApartmentProperties = new System.Windows.Forms.TabPage();
     this.tbpByServiceNormType = new System.Windows.Forms.TabPage();
     this.dgvServiceNormTypes = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsServiceNormTypes = new System.Windows.Forms.BindingSource(this.components);
     this.panel1 = new System.Windows.Forms.Panel();
     this.numNorm.BeginInit();
     this.dgvServiceNormTypesByProperties.BeginInit();
     this.bsServiceNormTypesByPropertiesView.BeginInit();
     this.tab.SuspendLayout();
     this.tbpByApartmentProperties.SuspendLayout();
     this.tbpByServiceNormType.SuspendLayout();
     this.dgvServiceNormTypes.BeginInit();
     this.bsServiceNormTypes.BeginInit();
     this.panel1.SuspendLayout();
     base.SuspendLayout();
     this.label2.set_Location(new System.Drawing.Point(4, 0x8b));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x10a, 0x16));
     this.label2.set_TabIndex(6);
     this.label2.set_Text("Документ - основание нормы");
     this.selectOrgDocument.set_Location(new System.Drawing.Point(5, 0xa4));
     this.selectOrgDocument.set_Name("selectOrgDocument");
     this.selectOrgDocument.set_Size(new System.Drawing.Size(0x1be, 0x17));
     this.selectOrgDocument.set_TabIndex(7);
     this.datePeriod.AttachToPeriod = false;
     this.datePeriod.DateBeginReadonly = false;
     this.datePeriod.DateEndReadonly = false;
     this.datePeriod.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 9.75f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     this.datePeriod.set_Location(new System.Drawing.Point(0x86, 0x3e));
     this.datePeriod.set_Margin(new System.Windows.Forms.Padding(4));
     this.datePeriod.set_Name("datePeriod");
     this.datePeriod.set_Size(new System.Drawing.Size(0x13d, 0x17));
     this.datePeriod.set_TabIndex(5);
     this.labelPeriod.set_Location(new System.Drawing.Point(4, 0x44));
     this.labelPeriod.set_Name("labelPeriod");
     this.labelPeriod.set_Size(new System.Drawing.Size(0x8b, 0x13));
     this.labelPeriod.set_TabIndex(4);
     this.labelPeriod.set_Text("Период действия");
     this.numNorm.set_DecimalPlaces(6);
     this.numNorm.set_Location(new System.Drawing.Point(100, 5));
     this.numNorm.set_Maximum(new decimal(new int[] { -1593835521, 0x1bcecced, 0xd3c2, 0x60000 }));
     this.numNorm.set_Name("numNorm");
     this.numNorm.set_Size(new System.Drawing.Size(0x66, 0x16));
     this.numNorm.set_TabIndex(1);
     this.label1.set_Location(new System.Drawing.Point(4, 7));
     this.label1.set_Margin(new System.Windows.Forms.Padding(4, 0, 4, 0));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x59, 0x16));
     this.label1.set_TabIndex(0);
     this.label1.set_Text("Норматив");
     this.label3.set_Location(new System.Drawing.Point(4, 0x24));
     this.label3.set_Margin(new System.Windows.Forms.Padding(4, 0, 4, 0));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x9e, 0x16));
     this.label3.set_TabIndex(2);
     this.label3.set_Text("Единица измерения");
     this.label4.set_Location(new System.Drawing.Point(0x121, 0x25));
     this.label4.set_Margin(new System.Windows.Forms.Padding(4, 0, 4, 0));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x1d, 0x15));
     this.label4.set_TabIndex(0x12);
     this.label4.set_Text("НА");
     this.label4.set_TextAlign(System.Drawing.ContentAlignment.TopCenter);
     this.dgvServiceNormTypesByProperties.set_AllowUserToAddRows(false);
     this.dgvServiceNormTypesByProperties.set_AllowUserToDeleteRows(false);
     this.dgvServiceNormTypesByProperties.set_AutoGenerateColumns(false);
     this.dgvServiceNormTypesByProperties.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill);
     this.dgvServiceNormTypesByProperties.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     this.dgvServiceNormTypesByProperties.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvServiceNormTypesByProperties.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ApartmentPropertyName, this.rateDataGridViewTextBoxColumn });
     this.dgvServiceNormTypesByProperties.set_DataSource(this.bsServiceNormTypesByPropertiesView);
     this.dgvServiceNormTypesByProperties.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvServiceNormTypesByProperties.set_Enabled(false);
     this.dgvServiceNormTypesByProperties.set_Location(new System.Drawing.Point(3, 3));
     this.dgvServiceNormTypesByProperties.set_Name("dgvServiceNormTypesByProperties");
     this.dgvServiceNormTypesByProperties.set_RowHeadersVisible(false);
     this.dgvServiceNormTypesByProperties.set_Size(new System.Drawing.Size(510, 0xf3));
     this.dgvServiceNormTypesByProperties.set_TabIndex(20);
     this.dgvServiceNormTypesByProperties.add_DataError(new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dgvServiceNormTypes_DataError));
     this.ApartmentPropertyName.set_DataPropertyName("ApartmentPropertyName");
     this.ApartmentPropertyName.set_HeaderText("Подчиненные нормы");
     this.ApartmentPropertyName.set_Name("ApartmentPropertyName");
     this.ApartmentPropertyName.set_ReadOnly(true);
     this.rateDataGridViewTextBoxColumn.set_DataPropertyName("Rate");
     this.rateDataGridViewTextBoxColumn.set_HeaderText("Ставка");
     this.rateDataGridViewTextBoxColumn.set_MinimumWidth(100);
     this.rateDataGridViewTextBoxColumn.set_Name("rateDataGridViewTextBoxColumn");
     this.bsServiceNormTypesByPropertiesView.set_DataSource(typeof(ServiceNormType));
     this.selectByUnit.set_FormattingEnabled(true);
     this.selectByUnit.set_Location(new System.Drawing.Point(0x143, 0x21));
     this.selectByUnit.set_Name("selectByUnit");
     this.selectByUnit.set_Size(new System.Drawing.Size(0x6b, 0x18));
     this.selectByUnit.set_Sorted(true);
     this.selectByUnit.set_TabIndex(0x13);
     this.selectUnit.set_FormattingEnabled(true);
     this.selectUnit.set_Location(new System.Drawing.Point(0xa9, 0x21));
     this.selectUnit.set_Name("selectUnit");
     this.selectUnit.set_Size(new System.Drawing.Size(0x71, 0x18));
     this.selectUnit.set_Sorted(true);
     this.selectUnit.set_TabIndex(3);
     this.label5.set_Location(new System.Drawing.Point(0xd7, 0x5e));
     this.label5.set_Margin(new System.Windows.Forms.Padding(4, 0, 4, 0));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x6a, 0x25));
     this.label5.set_TabIndex(0x15);
     this.label5.set_Text("Кон.значение параметра");
     this.label6.set_Location(new System.Drawing.Point(4, 0x5e));
     this.label6.set_Margin(new System.Windows.Forms.Padding(4, 0, 4, 0));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(0x65, 0x22));
     this.label6.set_TabIndex(0x16);
     this.label6.set_Text("Нач.значение параметра");
     this.tbxFromValue.set_Location(new System.Drawing.Point(0x6f, 0x67));
     this.tbxFromValue.set_Name("tbxFromValue");
     this.tbxFromValue.set_Size(new System.Drawing.Size(100, 0x16));
     this.tbxFromValue.set_TabIndex(0x17);
     this.tbxToValue.set_Location(new System.Drawing.Point(0x145, 0x67));
     this.tbxToValue.set_Name("tbxToValue");
     this.tbxToValue.set_Size(new System.Drawing.Size(0x66, 0x16));
     this.tbxToValue.set_TabIndex(0x18);
     this.tab.Controls.Add(this.tbpByApartmentProperties);
     this.tab.Controls.Add(this.tbpByServiceNormType);
     this.tab.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.tab.set_Location(new System.Drawing.Point(0, 0xc9));
     this.tab.set_Name("tab");
     this.tab.set_SelectedIndex(0);
     this.tab.set_Size(new System.Drawing.Size(0x20c, 0x116));
     this.tab.set_TabIndex(0x19);
     this.tbpByApartmentProperties.Controls.Add(this.dgvServiceNormTypesByProperties);
     this.tbpByApartmentProperties.set_Location(new System.Drawing.Point(4, 0x19));
     this.tbpByApartmentProperties.set_Name("tbpByApartmentProperties");
     this.tbpByApartmentProperties.set_Padding(new System.Windows.Forms.Padding(3));
     this.tbpByApartmentProperties.set_Size(new System.Drawing.Size(0x204, 0xf9));
     this.tbpByApartmentProperties.set_TabIndex(0);
     this.tbpByApartmentProperties.set_Text("Зависимые параметры от свойств паспорта жилья");
     this.tbpByApartmentProperties.set_UseVisualStyleBackColor(true);
     this.tbpByServiceNormType.Controls.Add(this.dgvServiceNormTypes);
     this.tbpByServiceNormType.set_Location(new System.Drawing.Point(4, 0x19));
     this.tbpByServiceNormType.set_Name("tbpByServiceNormType");
     this.tbpByServiceNormType.set_Padding(new System.Windows.Forms.Padding(3));
     this.tbpByServiceNormType.set_Size(new System.Drawing.Size(0x204, 0xf9));
     this.tbpByServiceNormType.set_TabIndex(1);
     this.tbpByServiceNormType.set_Text("Подчиненные тарифы");
     this.tbpByServiceNormType.set_UseVisualStyleBackColor(true);
     this.dgvServiceNormTypes.set_AllowUserToAddRows(false);
     this.dgvServiceNormTypes.set_AllowUserToDeleteRows(false);
     this.dgvServiceNormTypes.set_AutoGenerateColumns(false);
     this.dgvServiceNormTypes.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill);
     this.dgvServiceNormTypes.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     this.dgvServiceNormTypes.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvServiceNormTypes.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn1, this.dataGridViewTextBoxColumn2 });
     this.dgvServiceNormTypes.set_DataSource(this.bsServiceNormTypes);
     this.dgvServiceNormTypes.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvServiceNormTypes.set_Enabled(false);
     this.dgvServiceNormTypes.set_Location(new System.Drawing.Point(3, 3));
     this.dgvServiceNormTypes.set_Name("dgvServiceNormTypes");
     this.dgvServiceNormTypes.set_RowHeadersVisible(false);
     this.dgvServiceNormTypes.set_Size(new System.Drawing.Size(510, 0xf3));
     this.dgvServiceNormTypes.set_TabIndex(0x15);
     this.dataGridViewTextBoxColumn1.set_DataPropertyName("ApartmentPropertyName");
     this.dataGridViewTextBoxColumn1.set_HeaderText("Подчиненные нормы");
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn2.set_DataPropertyName("Rate");
     this.dataGridViewTextBoxColumn2.set_HeaderText("Ставка");
     this.dataGridViewTextBoxColumn2.set_MinimumWidth(100);
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.bsServiceNormTypes.set_DataSource(typeof(ServiceNormType));
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.tbxToValue);
     this.panel1.Controls.Add(this.numNorm);
     this.panel1.Controls.Add(this.tbxFromValue);
     this.panel1.Controls.Add(this.labelPeriod);
     this.panel1.Controls.Add(this.label6);
     this.panel1.Controls.Add(this.datePeriod);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.selectOrgDocument);
     this.panel1.Controls.Add(this.selectByUnit);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.selectUnit);
     this.panel1.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panel1.set_Location(new System.Drawing.Point(0, 0));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(0x20c, 0xc9));
     this.panel1.set_TabIndex(0x1a);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(8f, 16f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.tab);
     base.Controls.Add(this.panel1);
     this.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 9.75f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     base.set_Margin(new System.Windows.Forms.Padding(4));
     base.set_Name("ServiceNormView");
     base.set_Size(new System.Drawing.Size(0x20c, 0x1df));
     base.add_Load(new System.EventHandler(this.ServiceNormView_Load));
     this.numNorm.EndInit();
     this.dgvServiceNormTypesByProperties.EndInit();
     this.bsServiceNormTypesByPropertiesView.EndInit();
     this.tab.ResumeLayout(false);
     this.tbpByApartmentProperties.ResumeLayout(false);
     this.tbpByServiceNormType.ResumeLayout(false);
     this.dgvServiceNormTypes.EndInit();
     this.bsServiceNormTypes.EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     base.ResumeLayout(false);
 }
Esempio n. 7
0
 private void InitializeComponent()
 {
     this.components = new Container();
     Area area = new Area();
     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();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(ReportsMainForm));
     this.m_WorkerThread = new BackgroundWorker();
     this.timerUpdate = new System.Windows.Forms.Timer(this.components);
     this.m_SearchWorker = new BackgroundWorker();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.reportsTree = new ReportsTree();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.panelParameters = new System.Windows.Forms.Panel();
     this.panelApartmentArea = new System.Windows.Forms.Panel();
     this.numApartmentArea = new System.Windows.Forms.NumericUpDown();
     this.lbApartmentArea = new System.Windows.Forms.Label();
     this.panelReportService = new System.Windows.Forms.Panel();
     this.gbReportService = new System.Windows.Forms.GroupBox();
     this.labelRunDate = new System.Windows.Forms.Label();
     this.dbDatePlanned = new DateBox();
     this.btnShowSheduler = new System.Windows.Forms.Button();
     this.btnAddSheduler = new System.Windows.Forms.Button();
     this.btnAddReport = new System.Windows.Forms.Button();
     this.panelWithRenderParametres = new System.Windows.Forms.Panel();
     this.cbWithRenderParametres = new System.Windows.Forms.CheckBox();
     this.panelTextParameter = new System.Windows.Forms.Panel();
     this.tbTextParameter = new System.Windows.Forms.TextBox();
     this.lbTextParameter = new System.Windows.Forms.Label();
     this.panelSelectCityBorough = new System.Windows.Forms.Panel();
     this.selectCityBoroughs = new SelectFasetData();
     this.lbCityRegion = new System.Windows.Forms.Label();
     this.panelSelectAccountPropertyFaset = new System.Windows.Forms.Panel();
     this.selectAccountPropertyFaset = new SelectFasetData();
     this.lbAccountProperty = new System.Windows.Forms.Label();
     this.panelPaymentAgents = new System.Windows.Forms.Panel();
     this.selectPaymentAgents = new SelectOrgs();
     this.label1 = new System.Windows.Forms.Label();
     this.panelSelectFasetFilter = new System.Windows.Forms.Panel();
     this.selectFilterFasetItems = new SelectFasetDatas();
     this.lbFilterFaset = new System.Windows.Forms.Label();
     this.panelSelectBank = new System.Windows.Forms.Panel();
     this.selectBank = new SelectBenefitBanks();
     this.lbBank = new System.Windows.Forms.Label();
     this.panelChbxWithoutClosesApartments = new System.Windows.Forms.Panel();
     this.chbxWithoutClosesApartments = new System.Windows.Forms.CheckBox();
     this.panelChbxWithoutBankrupt = new System.Windows.Forms.Panel();
     this.chbxWithoutBankrupt = new System.Windows.Forms.CheckBox();
     this.panelNumMinSumm = new System.Windows.Forms.Panel();
     this.numMinSumm = new System.Windows.Forms.NumericUpDown();
     this.lbMinSumm = new System.Windows.Forms.Label();
     this.panelCbxTerminals = new System.Windows.Forms.Panel();
     this.cbxTerminals = new System.Windows.Forms.ComboBox();
     this.lbTerminals = new System.Windows.Forms.Label();
     this.panelSelectPaymentAgentTypes = new System.Windows.Forms.Panel();
     this.selectPaymentAgentTypes = new SelectFasetData();
     this.lbPaymentAgentTypes = new System.Windows.Forms.Label();
     this.panelHouseTypes = new System.Windows.Forms.Panel();
     this.selectHouseTypes = new SelectFasetDatas();
     this.lbHouseTypes = new System.Windows.Forms.Label();
     this.panelCbxPaymentTypes = new System.Windows.Forms.Panel();
     this.cbxPaymentTypes = new System.Windows.Forms.ComboBox();
     this.lbPaymentTypes = new System.Windows.Forms.Label();
     this.panelCbxCalcOperationGroups = new System.Windows.Forms.Panel();
     this.cbxCalcOperationGroups = new System.Windows.Forms.ComboBox();
     this.bsCalcOperationGroups = new System.Windows.Forms.BindingSource(this.components);
     this.lbCalcOperGroup = new System.Windows.Forms.Label();
     this.panelSelectRecalcReason = new System.Windows.Forms.Panel();
     this.selectRecalcReason = new SelectFasetDatas();
     this.lbRecalcReason = new System.Windows.Forms.Label();
     this.panelCbIsDebt = new System.Windows.Forms.Panel();
     this.cbIsDebt = new System.Windows.Forms.CheckBox();
     this.panelCbExistsBenefitDiff = new System.Windows.Forms.Panel();
     this.cbExistsBenefitDiff = new System.Windows.Forms.CheckBox();
     this.panelSelectBenefits = new System.Windows.Forms.Panel();
     this.lbBenefits = new System.Windows.Forms.Label();
     this.selectBenefits = new SelectBenefits();
     this.panelSelectApartmentTypes = new System.Windows.Forms.Panel();
     this.selectApartmentTypes = new SelectFasetDatas();
     this.lbApartmentTypes = new System.Windows.Forms.Label();
     this.panelSelectAddresses = new System.Windows.Forms.Panel();
     this.selectAddresses = new SelectAddresses();
     this.lbAddresses = new System.Windows.Forms.Label();
     this.panelSelectConvenienceTypes = new System.Windows.Forms.Panel();
     this.selectConvenienceTypes = new SelectFasetDatas();
     this.lbConvenienceTypes = new System.Windows.Forms.Label();
     this.panelSelectCanonicalServices = new System.Windows.Forms.Panel();
     this.selectCanonicalServices = new SelectCanonicalServices();
     this.lbCanonicalServices = new System.Windows.Forms.Label();
     this.panelSelectServices = new System.Windows.Forms.Panel();
     this.selectServices = new SelectServicesFilter();
     this.lbServices = new System.Windows.Forms.Label();
     this.panelSelectServiceTypes = new System.Windows.Forms.Panel();
     this.selectServiceTypes = new SelectServiceTypes();
     this.lbServiceTypes = new System.Windows.Forms.Label();
     this.panelSelectOrgsCashlessTransferers = new System.Windows.Forms.Panel();
     this.selectOrgsCashlessTransferers = new SelectOrgs();
     this.lbOrgsCashlessTransferers1 = new System.Windows.Forms.Label();
     this.lbOrgsCashlessTransferers2 = new System.Windows.Forms.Label();
     this.panelSelectOrgsResourceProviders = new System.Windows.Forms.Panel();
     this.selectOrgsResourceProviders = new SelectOrgs();
     this.lbOrgsResourceProviders = new System.Windows.Forms.Label();
     this.panelSelectOrgsServiceProviders = new System.Windows.Forms.Panel();
     this.selectOrgsServiceProviders = new SelectOrgs();
     this.lbOrgsServiceProviders = new System.Windows.Forms.Label();
     this.panelSelectOrgsAccountHouseHolders = new System.Windows.Forms.Panel();
     this.selectOrgsAccountHouseHolders = new SelectOrgs();
     this.lbOrgsAccountHouseHolders = new System.Windows.Forms.Label();
     this.panelSelectOrgsServiceHouseHolders = new System.Windows.Forms.Panel();
     this.lbOrgsServiceHouseHolders = new System.Windows.Forms.Label();
     this.selectOrgsServiceHouseHolders = new SelectOrgs();
     this.panelSelectOrgsHouseHolders = new System.Windows.Forms.Panel();
     this.selectOrgsHouseHolders = new SelectOrgs();
     this.lbOrgsHouseHolders = new System.Windows.Forms.Label();
     this.panelDatePeriod = new System.Windows.Forms.Panel();
     this.lbDatePeriod = new System.Windows.Forms.Label();
     this.datePeriod = new DatePeriod();
     this.panelPeriod = new System.Windows.Forms.Panel();
     this.periodsSelector = new PeriodsSelector();
     this.lbPeriod = new System.Windows.Forms.Label();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.помощьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.оСистемеToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.настройкиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.panel2 = new System.Windows.Forms.Panel();
     this.scReport = new System.Windows.Forms.SplitContainer();
     this.dgvReports = new System.Windows.Forms.DataGridView();
     this.CheckPrint = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.ReportTemplateName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.statusDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.createdDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.StartTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.FinishTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.PlannedDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsReports = new System.Windows.Forms.BindingSource(this.components);
     this.dgvReportParameters = new System.Windows.Forms.DataGridView();
     this.printNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.printValueDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsReportParameters = new System.Windows.Forms.BindingSource(this.components);
     this.panel1 = new System.Windows.Forms.Panel();
     this.tsReports = new System.Windows.Forms.ToolStrip();
     this.tsbRunReport = new System.Windows.Forms.ToolStripButton();
     this.tslbRunReportImageLoading = new System.Windows.Forms.ToolStripLabel();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbDesigner = new System.Windows.Forms.ToolStripButton();
     this.tSepar = new System.Windows.Forms.ToolStripSeparator();
     this.btnRun = new System.Windows.Forms.ToolStripButton();
     this.m_RollingImage = new System.Windows.Forms.ToolStripLabel();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.tbsStart = new System.Windows.Forms.ToolStripButton();
     this.tslStart = new System.Windows.Forms.ToolStripLabel();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbSelectAll = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbCleanAll = new System.Windows.Forms.ToolStripButton();
     this.tsbPrint = new System.Windows.Forms.ToolStripButton();
     this.m_RollingImagePrint = new System.Windows.Forms.ToolStripLabel();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbDeleteReport = new System.Windows.Forms.ToolStripButton();
     this.tsbDeleteReportsImage = new System.Windows.Forms.ToolStripLabel();
     this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
     this.tsbHorizontal = new System.Windows.Forms.ToolStripButton();
     this.tsbVertical = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
     this.dbRepresentPeriodDate = new DatePeriod();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.tsbRepresentMyReport = new System.Windows.Forms.ToolStripButton();
     this.tsbRepresentAllReport = new System.Windows.Forms.ToolStripButton();
     this.sfdDBF = new System.Windows.Forms.SaveFileDialog();
     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.sfdExcel = new System.Windows.Forms.SaveFileDialog();
     this.bsReportTemplates = new System.Windows.Forms.BindingSource(this.components);
     this.erValidateRoles = new System.Windows.Forms.ErrorProvider(this.components);
     this.passporterServiceForSn1 = new PassporterServiceForSn();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.panelParameters.SuspendLayout();
     this.panelApartmentArea.SuspendLayout();
     this.numApartmentArea.BeginInit();
     this.panelReportService.SuspendLayout();
     this.gbReportService.SuspendLayout();
     this.panelWithRenderParametres.SuspendLayout();
     this.panelTextParameter.SuspendLayout();
     this.panelSelectCityBorough.SuspendLayout();
     this.panelSelectAccountPropertyFaset.SuspendLayout();
     this.panelPaymentAgents.SuspendLayout();
     this.panelSelectFasetFilter.SuspendLayout();
     this.panelSelectBank.SuspendLayout();
     this.panelChbxWithoutClosesApartments.SuspendLayout();
     this.panelChbxWithoutBankrupt.SuspendLayout();
     this.panelNumMinSumm.SuspendLayout();
     this.numMinSumm.BeginInit();
     this.panelCbxTerminals.SuspendLayout();
     this.panelSelectPaymentAgentTypes.SuspendLayout();
     this.panelHouseTypes.SuspendLayout();
     this.panelCbxPaymentTypes.SuspendLayout();
     this.panelCbxCalcOperationGroups.SuspendLayout();
     this.bsCalcOperationGroups.BeginInit();
     this.panelSelectRecalcReason.SuspendLayout();
     this.panelCbIsDebt.SuspendLayout();
     this.panelCbExistsBenefitDiff.SuspendLayout();
     this.panelSelectBenefits.SuspendLayout();
     this.panelSelectApartmentTypes.SuspendLayout();
     this.panelSelectAddresses.SuspendLayout();
     this.panelSelectConvenienceTypes.SuspendLayout();
     this.panelSelectCanonicalServices.SuspendLayout();
     this.panelSelectServices.SuspendLayout();
     this.panelSelectServiceTypes.SuspendLayout();
     this.panelSelectOrgsCashlessTransferers.SuspendLayout();
     this.panelSelectOrgsResourceProviders.SuspendLayout();
     this.panelSelectOrgsServiceProviders.SuspendLayout();
     this.panelSelectOrgsAccountHouseHolders.SuspendLayout();
     this.panelSelectOrgsServiceHouseHolders.SuspendLayout();
     this.panelSelectOrgsHouseHolders.SuspendLayout();
     this.panelDatePeriod.SuspendLayout();
     this.panelPeriod.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.scReport.Panel1.SuspendLayout();
     this.scReport.Panel2.SuspendLayout();
     this.scReport.SuspendLayout();
     this.dgvReports.BeginInit();
     this.bsReports.BeginInit();
     this.dgvReportParameters.BeginInit();
     this.bsReportParameters.BeginInit();
     this.panel1.SuspendLayout();
     this.tsReports.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.bsReportTemplates.BeginInit();
     this.erValidateRoles.BeginInit();
     base.SuspendLayout();
     this.m_WorkerThread.set_WorkerReportsProgress(true);
     this.m_WorkerThread.set_WorkerSupportsCancellation(true);
     this.timerUpdate.set_Interval(0x3a98);
     this.timerUpdate.add_Tick(new System.EventHandler(this.timerUpdate_Tick));
     this.m_SearchWorker.set_WorkerSupportsCancellation(true);
     this.m_SearchWorker.add_DoWork(new DoWorkEventHandler(this.m_SearchWorker_DoWork));
     this.m_SearchWorker.add_RunWorkerCompleted(new RunWorkerCompletedEventHandler(this.m_SearchWorker_RunWorkerCompleted));
     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.reportsTree);
     this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
     this.splitContainer1.set_Size(new System.Drawing.Size(0x504, 0x36e));
     this.splitContainer1.set_SplitterDistance(0xe5);
     this.splitContainer1.set_TabIndex(0);
     this.reportsTree.set_BorderStyle(System.Windows.Forms.BorderStyle.FixedSingle);
     this.reportsTree.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.reportsTree.set_HideSelection(false);
     this.reportsTree.set_Location(new System.Drawing.Point(0, 0));
     this.reportsTree.set_Name("reportsTree");
     this.reportsTree.set_Size(new System.Drawing.Size(0xe5, 0x36e));
     this.reportsTree.set_TabIndex(0);
     this.reportsTree.add_BeforeCheck(new System.Windows.Forms.TreeViewCancelEventHandler(this.reportsTree_BeforeCheck));
     this.reportsTree.add_BeforeSelect(new System.Windows.Forms.TreeViewCancelEventHandler(this.reportsTree_BeforeSelect));
     this.reportsTree.add_AfterSelect(new System.Windows.Forms.TreeViewEventHandler(this.reportsTree_AfterSelect));
     this.reportsTree.add_KeyUp(new System.Windows.Forms.KeyEventHandler(this.reportsTree_KeyUp));
     this.splitContainer2.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.splitContainer2.set_Location(new System.Drawing.Point(0, 0));
     this.splitContainer2.set_Name("splitContainer2");
     this.splitContainer2.set_Orientation(System.Windows.Forms.Orientation.Horizontal);
     this.splitContainer2.Panel1.set_AutoScroll(true);
     this.splitContainer2.Panel1.Controls.Add(this.panelParameters);
     this.splitContainer2.Panel1.Controls.Add(this.menuStrip1);
     this.splitContainer2.Panel2.Controls.Add(this.panel2);
     this.splitContainer2.set_Size(new System.Drawing.Size(0x41b, 0x36e));
     this.splitContainer2.set_SplitterDistance(0x1dd);
     this.splitContainer2.set_TabIndex(0x52);
     this.panelParameters.set_AutoSize(true);
     this.panelParameters.Controls.Add(this.panelApartmentArea);
     this.panelParameters.Controls.Add(this.panelReportService);
     this.panelParameters.Controls.Add(this.panelWithRenderParametres);
     this.panelParameters.Controls.Add(this.panelTextParameter);
     this.panelParameters.Controls.Add(this.panelSelectCityBorough);
     this.panelParameters.Controls.Add(this.panelSelectAccountPropertyFaset);
     this.panelParameters.Controls.Add(this.panelPaymentAgents);
     this.panelParameters.Controls.Add(this.panelSelectFasetFilter);
     this.panelParameters.Controls.Add(this.panelSelectBank);
     this.panelParameters.Controls.Add(this.panelChbxWithoutClosesApartments);
     this.panelParameters.Controls.Add(this.panelChbxWithoutBankrupt);
     this.panelParameters.Controls.Add(this.panelNumMinSumm);
     this.panelParameters.Controls.Add(this.panelCbxTerminals);
     this.panelParameters.Controls.Add(this.panelSelectPaymentAgentTypes);
     this.panelParameters.Controls.Add(this.panelHouseTypes);
     this.panelParameters.Controls.Add(this.panelCbxPaymentTypes);
     this.panelParameters.Controls.Add(this.panelCbxCalcOperationGroups);
     this.panelParameters.Controls.Add(this.panelSelectRecalcReason);
     this.panelParameters.Controls.Add(this.panelCbIsDebt);
     this.panelParameters.Controls.Add(this.panelCbExistsBenefitDiff);
     this.panelParameters.Controls.Add(this.panelSelectBenefits);
     this.panelParameters.Controls.Add(this.panelSelectApartmentTypes);
     this.panelParameters.Controls.Add(this.panelSelectAddresses);
     this.panelParameters.Controls.Add(this.panelSelectConvenienceTypes);
     this.panelParameters.Controls.Add(this.panelSelectCanonicalServices);
     this.panelParameters.Controls.Add(this.panelSelectServices);
     this.panelParameters.Controls.Add(this.panelSelectServiceTypes);
     this.panelParameters.Controls.Add(this.panelSelectOrgsCashlessTransferers);
     this.panelParameters.Controls.Add(this.panelSelectOrgsResourceProviders);
     this.panelParameters.Controls.Add(this.panelSelectOrgsServiceProviders);
     this.panelParameters.Controls.Add(this.panelSelectOrgsAccountHouseHolders);
     this.panelParameters.Controls.Add(this.panelSelectOrgsServiceHouseHolders);
     this.panelParameters.Controls.Add(this.panelSelectOrgsHouseHolders);
     this.panelParameters.Controls.Add(this.panelDatePeriod);
     this.panelParameters.Controls.Add(this.panelPeriod);
     this.panelParameters.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelParameters.set_Location(new System.Drawing.Point(0, 0x18));
     this.panelParameters.set_Name("panelParameters");
     this.panelParameters.set_Padding(new System.Windows.Forms.Padding(0, 0, 3, 0));
     this.panelParameters.set_Size(new System.Drawing.Size(0x40a, 950));
     this.panelParameters.set_TabIndex(0x47);
     this.panelApartmentArea.Controls.Add(this.numApartmentArea);
     this.panelApartmentArea.Controls.Add(this.lbApartmentArea);
     this.panelApartmentArea.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelApartmentArea.set_Location(new System.Drawing.Point(0, 0x39c));
     this.panelApartmentArea.set_Name("panelApartmentArea");
     this.panelApartmentArea.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelApartmentArea.set_TabIndex(0x84);
     this.numApartmentArea.set_DecimalPlaces(3);
     this.numApartmentArea.set_Location(new System.Drawing.Point(0x8a, 3));
     int[] numArray = new int[4];
     numArray[0] = 0x3e8;
     this.numApartmentArea.set_Maximum(new decimal(numArray));
     this.numApartmentArea.set_Name("numApartmentArea");
     this.numApartmentArea.set_Size(new System.Drawing.Size(0x40, 20));
     this.numApartmentArea.set_TabIndex(0x5d);
     this.lbApartmentArea.set_AutoSize(true);
     this.lbApartmentArea.set_Location(new System.Drawing.Point(11, 6));
     this.lbApartmentArea.set_Name("lbApartmentArea");
     this.lbApartmentArea.set_Size(new System.Drawing.Size(0x36, 13));
     this.lbApartmentArea.set_TabIndex(0x5c);
     this.lbApartmentArea.set_Text("Площадь");
     this.panelReportService.Controls.Add(this.gbReportService);
     this.panelReportService.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelReportService.set_Location(new System.Drawing.Point(0, 0x35a));
     this.panelReportService.set_Name("panelReportService");
     this.panelReportService.set_Size(new System.Drawing.Size(0x407, 0x42));
     this.panelReportService.set_TabIndex(130);
     this.gbReportService.Controls.Add(this.labelRunDate);
     this.gbReportService.Controls.Add(this.dbDatePlanned);
     this.gbReportService.Controls.Add(this.btnShowSheduler);
     this.gbReportService.Controls.Add(this.btnAddSheduler);
     this.gbReportService.Controls.Add(this.btnAddReport);
     this.gbReportService.set_Location(new System.Drawing.Point(13, 6));
     this.gbReportService.set_Name("gbReportService");
     this.gbReportService.set_Size(new System.Drawing.Size(0x3f6, 0x2e));
     this.gbReportService.set_TabIndex(0x52);
     this.gbReportService.set_TabStop(false);
     this.gbReportService.set_Text("Для сервиса выполнения отчётов");
     this.labelRunDate.set_AutoSize(true);
     this.labelRunDate.set_Location(new System.Drawing.Point(6, 0x16));
     this.labelRunDate.set_Name("labelRunDate");
     this.labelRunDate.set_Size(new System.Drawing.Size(0x88, 13));
     this.labelRunDate.set_TabIndex(0x35);
     this.labelRunDate.set_Text("Дата начала выполнения");
     this.labelRunDate.add_Click(new System.EventHandler(this.labelRunDate_Click));
     this.dbDatePlanned.AttachToPeriod = false;
     this.dbDatePlanned.AttachToPeriodEnd = false;
     this.dbDatePlanned.set_Location(new System.Drawing.Point(0x94, 0x13));
     this.dbDatePlanned.set_Mask("00/00/0000");
     this.dbDatePlanned.set_Name("dbDatePlanned");
     this.dbDatePlanned.set_Size(new System.Drawing.Size(0x48, 20));
     this.dbDatePlanned.set_TabIndex(11);
     this.btnShowSheduler.set_AutoSize(true);
     this.btnShowSheduler.set_Location(new System.Drawing.Point(0x1fa, 0x10));
     this.btnShowSheduler.set_Name("btnShowSheduler");
     this.btnShowSheduler.set_Size(new System.Drawing.Size(0x8a, 0x19));
     this.btnShowSheduler.set_TabIndex(14);
     this.btnShowSheduler.set_Text("Показать планировщик");
     this.btnShowSheduler.set_UseVisualStyleBackColor(true);
     this.btnShowSheduler.add_Click(new System.EventHandler(this.btnShowSheduler_Click));
     this.btnAddSheduler.set_AutoSize(true);
     this.btnAddSheduler.set_Enabled(false);
     this.btnAddSheduler.set_Location(new System.Drawing.Point(0x160, 0x10));
     this.btnAddSheduler.set_Name("btnAddSheduler");
     this.btnAddSheduler.set_Size(new System.Drawing.Size(0x94, 0x19));
     this.btnAddSheduler.set_TabIndex(14);
     this.btnAddSheduler.set_Text("Добавить в планировщик");
     this.btnAddSheduler.set_UseVisualStyleBackColor(true);
     this.btnAddSheduler.add_Click(new System.EventHandler(this.btnAddSheduler_Click));
     this.btnAddReport.set_AutoSize(true);
     this.btnAddReport.set_Enabled(false);
     this.btnAddReport.set_Location(new System.Drawing.Point(0xe2, 0x10));
     this.btnAddReport.set_Name("btnAddReport");
     this.btnAddReport.set_Size(new System.Drawing.Size(120, 0x19));
     this.btnAddReport.set_TabIndex(14);
     this.btnAddReport.set_Text("Добавить в очередь");
     this.btnAddReport.set_UseVisualStyleBackColor(true);
     this.btnAddReport.add_Click(new System.EventHandler(this.btnAddReport_Click));
     this.panelWithRenderParametres.Controls.Add(this.cbWithRenderParametres);
     this.panelWithRenderParametres.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelWithRenderParametres.set_Location(new System.Drawing.Point(0, 0x340));
     this.panelWithRenderParametres.set_Name("panelWithRenderParametres");
     this.panelWithRenderParametres.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelWithRenderParametres.set_TabIndex(0x7f);
     this.cbWithRenderParametres.set_AutoSize(true);
     this.cbWithRenderParametres.set_Location(new System.Drawing.Point(14, 6));
     this.cbWithRenderParametres.set_Name("cbWithRenderParametres");
     this.cbWithRenderParametres.set_Size(new System.Drawing.Size(0xbd, 0x11));
     this.cbWithRenderParametres.set_TabIndex(0x57);
     this.cbWithRenderParametres.set_Text("С дополнительными фильтрами");
     this.cbWithRenderParametres.set_UseVisualStyleBackColor(true);
     this.panelTextParameter.Controls.Add(this.tbTextParameter);
     this.panelTextParameter.Controls.Add(this.lbTextParameter);
     this.panelTextParameter.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelTextParameter.set_Location(new System.Drawing.Point(0, 0x326));
     this.panelTextParameter.set_Name("panelTextParameter");
     this.panelTextParameter.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelTextParameter.set_TabIndex(0x83);
     this.tbTextParameter.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbTextParameter.set_Location(new System.Drawing.Point(0x8a, 3));
     this.tbTextParameter.set_Name("tbTextParameter");
     this.tbTextParameter.set_Size(new System.Drawing.Size(0x379, 20));
     this.tbTextParameter.set_TabIndex(0x5d);
     this.lbTextParameter.set_Location(new System.Drawing.Point(11, 6));
     this.lbTextParameter.set_MaximumSize(new System.Drawing.Size(120, 13));
     this.lbTextParameter.set_Name("lbTextParameter");
     this.lbTextParameter.set_Size(new System.Drawing.Size(120, 13));
     this.lbTextParameter.set_TabIndex(0x5c);
     this.lbTextParameter.set_Text("Наименование");
     this.panelSelectCityBorough.Controls.Add(this.selectCityBoroughs);
     this.panelSelectCityBorough.Controls.Add(this.lbCityRegion);
     this.panelSelectCityBorough.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelSelectCityBorough.set_Location(new System.Drawing.Point(0, 780));
     this.panelSelectCityBorough.set_Name("panelSelectCityBorough");
     this.panelSelectCityBorough.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelSelectCityBorough.set_TabIndex(0x86);
     this.selectCityBoroughs.set_FormattingEnabled(true);
     this.selectCityBoroughs.set_Location(new System.Drawing.Point(0x89, 3));
     this.selectCityBoroughs.set_Name("selectCityBoroughs");
     this.selectCityBoroughs.set_Size(new System.Drawing.Size(0x141, 0x15));
     this.selectCityBoroughs.set_Sorted(true);
     this.selectCityBoroughs.set_TabIndex(0x36);
     this.lbCityRegion.set_AutoSize(true);
     this.lbCityRegion.set_Location(new System.Drawing.Point(11, 6));
     this.lbCityRegion.set_Name("lbCityRegion");
     this.lbCityRegion.set_Size(new System.Drawing.Size(0x4c, 13));
     this.lbCityRegion.set_TabIndex(0x5c);
     this.lbCityRegion.set_Text("Район города");
     this.panelSelectAccountPropertyFaset.Controls.Add(this.selectAccountPropertyFaset);
     this.panelSelectAccountPropertyFaset.Controls.Add(this.lbAccountProperty);
     this.panelSelectAccountPropertyFaset.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelSelectAccountPropertyFaset.set_Location(new System.Drawing.Point(0, 0x2f2));
     this.panelSelectAccountPropertyFaset.set_Name("panelSelectAccountPropertyFaset");
     this.panelSelectAccountPropertyFaset.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelSelectAccountPropertyFaset.set_TabIndex(0x81);
     this.selectAccountPropertyFaset.set_FormattingEnabled(true);
     this.selectAccountPropertyFaset.set_Location(new System.Drawing.Point(0x89, 3));
     this.selectAccountPropertyFaset.set_Name("selectAccountPropertyFaset");
     this.selectAccountPropertyFaset.set_Size(new System.Drawing.Size(0x141, 0x15));
     this.selectAccountPropertyFaset.set_Sorted(true);
     this.selectAccountPropertyFaset.set_TabIndex(0x36);
     this.lbAccountProperty.set_AutoSize(true);
     this.lbAccountProperty.set_Location(new System.Drawing.Point(11, 6));
     this.lbAccountProperty.set_Name("lbAccountProperty");
     this.lbAccountProperty.set_Size(new System.Drawing.Size(0x54, 13));
     this.lbAccountProperty.set_TabIndex(0x5c);
     this.lbAccountProperty.set_Text("Параметры ЛС");
     this.panelPaymentAgents.Controls.Add(this.selectPaymentAgents);
     this.panelPaymentAgents.Controls.Add(this.label1);
     this.panelPaymentAgents.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelPaymentAgents.set_Location(new System.Drawing.Point(0, 0x2d8));
     this.panelPaymentAgents.set_Name("panelPaymentAgents");
     this.panelPaymentAgents.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelPaymentAgents.set_TabIndex(0x83);
     this.selectPaymentAgents.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectPaymentAgents.IsByUser = false;
     this.selectPaymentAgents.set_Location(new System.Drawing.Point(0x8a, 3));
     this.selectPaymentAgents.set_Name("selectPaymentAgents");
     this.selectPaymentAgents.SetFilter = null;
     this.selectPaymentAgents.set_Size(new System.Drawing.Size(890, 0x17));
     this.selectPaymentAgents.set_TabIndex(0x5e);
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(11, 6));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x61, 13));
     this.label1.set_TabIndex(0x21);
     this.label1.set_Text("Платежный агент");
     this.panelSelectFasetFilter.Controls.Add(this.selectFilterFasetItems);
     this.panelSelectFasetFilter.Controls.Add(this.lbFilterFaset);
     this.panelSelectFasetFilter.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelSelectFasetFilter.set_Location(new System.Drawing.Point(0, 0x2be));
     this.panelSelectFasetFilter.set_Name("panelSelectFasetFilter");
     this.panelSelectFasetFilter.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelSelectFasetFilter.set_TabIndex(130);
     this.selectFilterFasetItems.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectFilterFasetItems.set_Location(new System.Drawing.Point(0x89, 3));
     this.selectFilterFasetItems.set_Name("selectFilterFasetItems");
     this.selectFilterFasetItems.set_Size(new System.Drawing.Size(890, 0x17));
     this.selectFilterFasetItems.set_TabIndex(0x5d);
     this.lbFilterFaset.set_Location(new System.Drawing.Point(11, 6));
     this.lbFilterFaset.set_MaximumSize(new System.Drawing.Size(120, 13));
     this.lbFilterFaset.set_Name("lbFilterFaset");
     this.lbFilterFaset.set_Size(new System.Drawing.Size(120, 13));
     this.lbFilterFaset.set_TabIndex(0x5c);
     this.lbFilterFaset.set_Text("Фасет");
     this.panelSelectBank.Controls.Add(this.selectBank);
     this.panelSelectBank.Controls.Add(this.lbBank);
     this.panelSelectBank.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelSelectBank.set_Location(new System.Drawing.Point(0, 0x2a4));
     this.panelSelectBank.set_Name("panelSelectBank");
     this.panelSelectBank.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelSelectBank.set_TabIndex(0x80);
     this.selectBank.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectBank.IsByUser = false;
     this.selectBank.set_Location(new System.Drawing.Point(0x8a, 3));
     this.selectBank.set_Name("selectBank");
     this.selectBank.set_Size(new System.Drawing.Size(890, 0x17));
     this.selectBank.set_TabIndex(0x5b);
     this.lbBank.set_AutoSize(true);
     this.lbBank.set_Location(new System.Drawing.Point(11, 6));
     this.lbBank.set_Name("lbBank");
     this.lbBank.set_Size(new System.Drawing.Size(0x7b, 13));
     this.lbBank.set_TabIndex(90);
     this.lbBank.set_Text("Банк получателя льгот");
     this.panelChbxWithoutClosesApartments.Controls.Add(this.chbxWithoutClosesApartments);
     this.panelChbxWithoutClosesApartments.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelChbxWithoutClosesApartments.set_Location(new System.Drawing.Point(0, 650));
     this.panelChbxWithoutClosesApartments.set_Name("panelChbxWithoutClosesApartments");
     this.panelChbxWithoutClosesApartments.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelChbxWithoutClosesApartments.set_TabIndex(0x7f);
     this.chbxWithoutClosesApartments.set_AutoSize(true);
     this.chbxWithoutClosesApartments.set_Location(new System.Drawing.Point(14, 6));
     this.chbxWithoutClosesApartments.set_Name("chbxWithoutClosesApartments");
     this.chbxWithoutClosesApartments.set_Size(new System.Drawing.Size(0xea, 0x11));
     this.chbxWithoutClosesApartments.set_TabIndex(0x58);
     this.chbxWithoutClosesApartments.set_Text("Не учитывать закрытые паспорта жилья");
     this.chbxWithoutClosesApartments.set_UseVisualStyleBackColor(true);
     this.panelChbxWithoutBankrupt.Controls.Add(this.chbxWithoutBankrupt);
     this.panelChbxWithoutBankrupt.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelChbxWithoutBankrupt.set_Location(new System.Drawing.Point(0, 0x270));
     this.panelChbxWithoutBankrupt.set_Name("panelChbxWithoutBankrupt");
     this.panelChbxWithoutBankrupt.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelChbxWithoutBankrupt.set_TabIndex(0x7e);
     this.chbxWithoutBankrupt.set_AutoSize(true);
     this.chbxWithoutBankrupt.set_Location(new System.Drawing.Point(14, 6));
     this.chbxWithoutBankrupt.set_Name("chbxWithoutBankrupt");
     this.chbxWithoutBankrupt.set_Size(new System.Drawing.Size(0x97, 0x11));
     this.chbxWithoutBankrupt.set_TabIndex(0x57);
     this.chbxWithoutBankrupt.set_Text("Не учитывать банкротов");
     this.chbxWithoutBankrupt.set_UseVisualStyleBackColor(true);
     this.panelNumMinSumm.Controls.Add(this.numMinSumm);
     this.panelNumMinSumm.Controls.Add(this.lbMinSumm);
     this.panelNumMinSumm.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelNumMinSumm.set_Location(new System.Drawing.Point(0, 0x256));
     this.panelNumMinSumm.set_Name("panelNumMinSumm");
     this.panelNumMinSumm.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelNumMinSumm.set_TabIndex(0x7d);
     this.numMinSumm.set_Location(new System.Drawing.Point(0x89, 3));
     int[] numArray2 = new int[4];
     numArray2[0] = 0x540be400;
     numArray2[1] = 2;
     this.numMinSumm.set_Maximum(new decimal(numArray2));
     this.numMinSumm.set_Minimum(new decimal(new int[] { 0x540be400, 2, 0, -2147483648 }));
     this.numMinSumm.set_Name("numMinSumm");
     this.numMinSumm.set_Size(new System.Drawing.Size(0x40, 20));
     this.numMinSumm.set_TabIndex(0x40);
     int[] numArray3 = new int[4];
     numArray3[0] = 0x2710;
     this.numMinSumm.set_Value(new decimal(numArray3));
     this.lbMinSumm.set_AutoSize(true);
     this.lbMinSumm.set_Location(new System.Drawing.Point(11, 6));
     this.lbMinSumm.set_Name("lbMinSumm");
     this.lbMinSumm.set_Size(new System.Drawing.Size(0x44, 13));
     this.lbMinSumm.set_TabIndex(0x41);
     this.lbMinSumm.set_Text("Результат >");
     this.panelCbxTerminals.Controls.Add(this.cbxTerminals);
     this.panelCbxTerminals.Controls.Add(this.lbTerminals);
     this.panelCbxTerminals.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelCbxTerminals.set_Location(new System.Drawing.Point(0, 0x23c));
     this.panelCbxTerminals.set_Name("panelCbxTerminals");
     this.panelCbxTerminals.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelCbxTerminals.set_TabIndex(0x7c);
     this.cbxTerminals.set_FormattingEnabled(true);
     this.cbxTerminals.set_Location(new System.Drawing.Point(0x89, 3));
     this.cbxTerminals.set_Name("cbxTerminals");
     this.cbxTerminals.set_Size(new System.Drawing.Size(0x141, 0x15));
     this.cbxTerminals.set_TabIndex(0x48);
     this.lbTerminals.set_AutoSize(true);
     this.lbTerminals.set_Location(new System.Drawing.Point(11, 6));
     this.lbTerminals.set_Name("lbTerminals");
     this.lbTerminals.set_Size(new System.Drawing.Size(0x4c, 13));
     this.lbTerminals.set_TabIndex(0x49);
     this.lbTerminals.set_Text("Номер кассы");
     this.panelSelectPaymentAgentTypes.Controls.Add(this.selectPaymentAgentTypes);
     this.panelSelectPaymentAgentTypes.Controls.Add(this.lbPaymentAgentTypes);
     this.panelSelectPaymentAgentTypes.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelSelectPaymentAgentTypes.set_Location(new System.Drawing.Point(0, 0x222));
     this.panelSelectPaymentAgentTypes.set_Name("panelSelectPaymentAgentTypes");
     this.panelSelectPaymentAgentTypes.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelSelectPaymentAgentTypes.set_TabIndex(0x7b);
     this.selectPaymentAgentTypes.set_FormattingEnabled(true);
     this.selectPaymentAgentTypes.set_Location(new System.Drawing.Point(0x89, 2));
     this.selectPaymentAgentTypes.set_Name("selectPaymentAgentTypes");
     this.selectPaymentAgentTypes.set_Size(new System.Drawing.Size(0x141, 0x15));
     this.selectPaymentAgentTypes.set_Sorted(true);
     this.selectPaymentAgentTypes.set_TabIndex(0x47);
     this.lbPaymentAgentTypes.set_AutoSize(true);
     this.lbPaymentAgentTypes.set_Location(new System.Drawing.Point(11, 6));
     this.lbPaymentAgentTypes.set_Name("lbPaymentAgentTypes");
     this.lbPaymentAgentTypes.set_Size(new System.Drawing.Size(0x52, 13));
     this.lbPaymentAgentTypes.set_TabIndex(70);
     this.lbPaymentAgentTypes.set_Text("Режим работы");
     this.panelHouseTypes.Controls.Add(this.selectHouseTypes);
     this.panelHouseTypes.Controls.Add(this.lbHouseTypes);
     this.panelHouseTypes.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelHouseTypes.set_Location(new System.Drawing.Point(0, 520));
     this.panelHouseTypes.set_Name("panelHouseTypes");
     this.panelHouseTypes.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelHouseTypes.set_TabIndex(0x85);
     this.selectHouseTypes.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectHouseTypes.set_Location(new System.Drawing.Point(0x8a, 3));
     this.selectHouseTypes.set_Name("selectHouseTypes");
     this.selectHouseTypes.set_Size(new System.Drawing.Size(890, 0x17));
     this.selectHouseTypes.set_TabIndex(7);
     this.lbHouseTypes.set_AutoSize(true);
     this.lbHouseTypes.set_Location(new System.Drawing.Point(11, 6));
     this.lbHouseTypes.set_Name("lbHouseTypes");
     this.lbHouseTypes.set_Size(new System.Drawing.Size(0x37, 13));
     this.lbHouseTypes.set_TabIndex(0x25);
     this.lbHouseTypes.set_Text("Тип дома");
     this.panelCbxPaymentTypes.Controls.Add(this.cbxPaymentTypes);
     this.panelCbxPaymentTypes.Controls.Add(this.lbPaymentTypes);
     this.panelCbxPaymentTypes.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelCbxPaymentTypes.set_Location(new System.Drawing.Point(0, 0x1ee));
     this.panelCbxPaymentTypes.set_Name("panelCbxPaymentTypes");
     this.panelCbxPaymentTypes.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelCbxPaymentTypes.set_TabIndex(0x7a);
     this.cbxPaymentTypes.set_FormattingEnabled(true);
     this.cbxPaymentTypes.Items.AddRange((object[]) new object[] { "Наличная оплата", "Пени (наличные)", "Безналичная оплата", "Пени (безналичные)", "Вся оплата", "Пени" });
     this.cbxPaymentTypes.set_Location(new System.Drawing.Point(0x89, 2));
     this.cbxPaymentTypes.set_Name("cbxPaymentTypes");
     this.cbxPaymentTypes.set_Size(new System.Drawing.Size(0x141, 0x15));
     this.cbxPaymentTypes.set_TabIndex(0x3e);
     this.lbPaymentTypes.set_AutoSize(true);
     this.lbPaymentTypes.set_Location(new System.Drawing.Point(11, 6));
     this.lbPaymentTypes.set_Name("lbPaymentTypes");
     this.lbPaymentTypes.set_Size(new System.Drawing.Size(0x42, 13));
     this.lbPaymentTypes.set_TabIndex(0x3f);
     this.lbPaymentTypes.set_Text("Тип оплаты");
     this.panelCbxCalcOperationGroups.Controls.Add(this.cbxCalcOperationGroups);
     this.panelCbxCalcOperationGroups.Controls.Add(this.lbCalcOperGroup);
     this.panelCbxCalcOperationGroups.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelCbxCalcOperationGroups.set_Location(new System.Drawing.Point(0, 0x1d4));
     this.panelCbxCalcOperationGroups.set_Name("panelCbxCalcOperationGroups");
     this.panelCbxCalcOperationGroups.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelCbxCalcOperationGroups.set_TabIndex(0x79);
     this.cbxCalcOperationGroups.set_DataSource(this.bsCalcOperationGroups);
     this.cbxCalcOperationGroups.set_FormattingEnabled(true);
     this.cbxCalcOperationGroups.set_Location(new System.Drawing.Point(0x89, 2));
     this.cbxCalcOperationGroups.set_Name("cbxCalcOperationGroups");
     this.cbxCalcOperationGroups.set_Size(new System.Drawing.Size(0x141, 0x15));
     this.cbxCalcOperationGroups.set_TabIndex(0x44);
     this.bsCalcOperationGroups.set_DataSource(typeof(CalcOperationGroup));
     this.lbCalcOperGroup.set_AutoSize(true);
     this.lbCalcOperGroup.set_Location(new System.Drawing.Point(11, 6));
     this.lbCalcOperGroup.set_Name("lbCalcOperGroup");
     this.lbCalcOperGroup.set_Size(new System.Drawing.Size(0x4d, 13));
     this.lbCalcOperGroup.set_TabIndex(0x45);
     this.lbCalcOperGroup.set_Text("Тип операции");
     this.panelSelectRecalcReason.Controls.Add(this.selectRecalcReason);
     this.panelSelectRecalcReason.Controls.Add(this.lbRecalcReason);
     this.panelSelectRecalcReason.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelSelectRecalcReason.set_Location(new System.Drawing.Point(0, 0x1ba));
     this.panelSelectRecalcReason.set_Name("panelSelectRecalcReason");
     this.panelSelectRecalcReason.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelSelectRecalcReason.set_TabIndex(110);
     this.selectRecalcReason.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectRecalcReason.set_Location(new System.Drawing.Point(0x8a, 3));
     this.selectRecalcReason.set_Name("selectRecalcReason");
     this.selectRecalcReason.set_Size(new System.Drawing.Size(0x37b, 0x17));
     this.selectRecalcReason.set_TabIndex(0x4a);
     this.lbRecalcReason.set_AutoSize(true);
     this.lbRecalcReason.set_Location(new System.Drawing.Point(11, 6));
     this.lbRecalcReason.set_Name("lbRecalcReason");
     this.lbRecalcReason.set_Size(new System.Drawing.Size(0x75, 13));
     this.lbRecalcReason.set_TabIndex(0x4b);
     this.lbRecalcReason.set_Text("Причина перерасчёта");
     this.panelCbIsDebt.Controls.Add(this.cbIsDebt);
     this.panelCbIsDebt.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelCbIsDebt.set_Location(new System.Drawing.Point(0, 0x1a0));
     this.panelCbIsDebt.set_Name("panelCbIsDebt");
     this.panelCbIsDebt.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelCbIsDebt.set_TabIndex(0x6d);
     this.cbIsDebt.set_AutoSize(true);
     this.cbIsDebt.set_Location(new System.Drawing.Point(14, 6));
     this.cbIsDebt.set_Name("cbIsDebt");
     this.cbIsDebt.set_Size(new System.Drawing.Size(0x8e, 0x11));
     this.cbIsDebt.set_TabIndex(12);
     this.cbIsDebt.set_Text("С разделением долгов");
     this.cbIsDebt.set_UseVisualStyleBackColor(true);
     this.panelCbExistsBenefitDiff.Controls.Add(this.cbExistsBenefitDiff);
     this.panelCbExistsBenefitDiff.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelCbExistsBenefitDiff.set_Location(new System.Drawing.Point(0, 390));
     this.panelCbExistsBenefitDiff.set_Name("panelCbExistsBenefitDiff");
     this.panelCbExistsBenefitDiff.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelCbExistsBenefitDiff.set_TabIndex(0x6c);
     this.cbExistsBenefitDiff.set_AutoSize(true);
     this.cbExistsBenefitDiff.set_Location(new System.Drawing.Point(14, 6));
     this.cbExistsBenefitDiff.set_Name("cbExistsBenefitDiff");
     this.cbExistsBenefitDiff.set_Size(new System.Drawing.Size(190, 0x11));
     this.cbExistsBenefitDiff.set_TabIndex(13);
     this.cbExistsBenefitDiff.set_Text("Исключать разночтения с КСЗН");
     this.cbExistsBenefitDiff.set_UseVisualStyleBackColor(true);
     this.panelSelectBenefits.Controls.Add(this.lbBenefits);
     this.panelSelectBenefits.Controls.Add(this.selectBenefits);
     this.panelSelectBenefits.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelSelectBenefits.set_Location(new System.Drawing.Point(0, 0x16c));
     this.panelSelectBenefits.set_Name("panelSelectBenefits");
     this.panelSelectBenefits.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelSelectBenefits.set_TabIndex(0x6b);
     this.lbBenefits.set_AutoSize(true);
     this.lbBenefits.set_Location(new System.Drawing.Point(11, 6));
     this.lbBenefits.set_Name("lbBenefits");
     this.lbBenefits.set_Size(new System.Drawing.Size(0x2b, 13));
     this.lbBenefits.set_TabIndex(0x27);
     this.lbBenefits.set_Text("Льгота");
     this.selectBenefits.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectBenefits.set_Location(new System.Drawing.Point(0x8a, 3));
     this.selectBenefits.set_Name("selectBenefits");
     this.selectBenefits.set_Size(new System.Drawing.Size(890, 20));
     this.selectBenefits.set_TabIndex(9);
     this.panelSelectApartmentTypes.Controls.Add(this.selectApartmentTypes);
     this.panelSelectApartmentTypes.Controls.Add(this.lbApartmentTypes);
     this.panelSelectApartmentTypes.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelSelectApartmentTypes.set_Location(new System.Drawing.Point(0, 0x152));
     this.panelSelectApartmentTypes.set_Name("panelSelectApartmentTypes");
     this.panelSelectApartmentTypes.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelSelectApartmentTypes.set_TabIndex(0x6a);
     this.selectApartmentTypes.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectApartmentTypes.set_Location(new System.Drawing.Point(0x8a, 3));
     this.selectApartmentTypes.set_Name("selectApartmentTypes");
     this.selectApartmentTypes.set_Size(new System.Drawing.Size(890, 0x17));
     this.selectApartmentTypes.set_TabIndex(7);
     this.lbApartmentTypes.set_AutoSize(true);
     this.lbApartmentTypes.set_Location(new System.Drawing.Point(11, 6));
     this.lbApartmentTypes.set_Name("lbApartmentTypes");
     this.lbApartmentTypes.set_Size(new System.Drawing.Size(0x3d, 13));
     this.lbApartmentTypes.set_TabIndex(0x25);
     this.lbApartmentTypes.set_Text("Тип жилья");
     this.panelSelectAddresses.Controls.Add(this.selectAddresses);
     this.panelSelectAddresses.Controls.Add(this.lbAddresses);
     this.panelSelectAddresses.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelSelectAddresses.set_Location(new System.Drawing.Point(0, 0x138));
     this.panelSelectAddresses.set_Name("panelSelectAddresses");
     this.panelSelectAddresses.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelSelectAddresses.set_TabIndex(0x69);
     this.selectAddresses.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectAddresses.IsByUser = true;
     this.selectAddresses.set_Location(new System.Drawing.Point(0x8a, 3));
     this.selectAddresses.set_Name("selectAddresses");
     area.AreaGroupId = 0L;
     area.AreaGroupName = null;
     area.Id = 0L;
     area.IsDeleted = false;
     area.IsDirty = false;
     area.Name = "";
     area.ObjectWithIdType = null;
     area.StatusTemporary = 0;
     this.selectAddresses.SelectedArea = area;
     this.selectAddresses.set_Size(new System.Drawing.Size(890, 0x17));
     this.selectAddresses.set_TabIndex(8);
     this.lbAddresses.set_AutoSize(true);
     this.lbAddresses.set_Location(new System.Drawing.Point(11, 6));
     this.lbAddresses.set_Name("lbAddresses");
     this.lbAddresses.set_Size(new System.Drawing.Size(0x2c, 13));
     this.lbAddresses.set_TabIndex(0x26);
     this.lbAddresses.set_Text("Адреса");
     this.panelSelectConvenienceTypes.Controls.Add(this.selectConvenienceTypes);
     this.panelSelectConvenienceTypes.Controls.Add(this.lbConvenienceTypes);
     this.panelSelectConvenienceTypes.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelSelectConvenienceTypes.set_Location(new System.Drawing.Point(0, 0x11e));
     this.panelSelectConvenienceTypes.set_Name("panelSelectConvenienceTypes");
     this.panelSelectConvenienceTypes.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelSelectConvenienceTypes.set_TabIndex(0x68);
     this.selectConvenienceTypes.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectConvenienceTypes.set_Location(new System.Drawing.Point(0x8a, 3));
     this.selectConvenienceTypes.set_Name("selectConvenienceTypes");
     this.selectConvenienceTypes.set_Size(new System.Drawing.Size(890, 0x17));
     this.selectConvenienceTypes.set_TabIndex(0x3b);
     this.lbConvenienceTypes.set_AutoSize(true);
     this.lbConvenienceTypes.set_Location(new System.Drawing.Point(11, 6));
     this.lbConvenienceTypes.set_Name("lbConvenienceTypes");
     this.lbConvenienceTypes.set_Size(new System.Drawing.Size(0x59, 13));
     this.lbConvenienceTypes.set_TabIndex(0x3a);
     this.lbConvenienceTypes.set_Text("Тип благоуст-ва");
     this.panelSelectCanonicalServices.Controls.Add(this.selectCanonicalServices);
     this.panelSelectCanonicalServices.Controls.Add(this.lbCanonicalServices);
     this.panelSelectCanonicalServices.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelSelectCanonicalServices.set_Location(new System.Drawing.Point(0, 260));
     this.panelSelectCanonicalServices.set_Name("panelSelectCanonicalServices");
     this.panelSelectCanonicalServices.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelSelectCanonicalServices.set_TabIndex(0x67);
     this.selectCanonicalServices.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectCanonicalServices.set_Location(new System.Drawing.Point(0x8a, 3));
     this.selectCanonicalServices.set_Name("selectCanonicalServices");
     this.selectCanonicalServices.set_Size(new System.Drawing.Size(890, 0x17));
     this.selectCanonicalServices.set_TabIndex(0x39);
     this.lbCanonicalServices.set_AutoSize(true);
     this.lbCanonicalServices.set_Location(new System.Drawing.Point(11, 6));
     this.lbCanonicalServices.set_Name("lbCanonicalServices");
     this.lbCanonicalServices.set_Size(new System.Drawing.Size(0x68, 13));
     this.lbCanonicalServices.set_TabIndex(0x38);
     this.lbCanonicalServices.set_Text("Благоуст-во услуги");
     this.panelSelectServices.Controls.Add(this.selectServices);
     this.panelSelectServices.Controls.Add(this.lbServices);
     this.panelSelectServices.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelSelectServices.set_Location(new System.Drawing.Point(0, 0xea));
     this.panelSelectServices.set_Name("panelSelectServices");
     this.panelSelectServices.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelSelectServices.set_TabIndex(0x66);
     this.selectServices.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectServices.IsByUser = false;
     this.selectServices.set_Location(new System.Drawing.Point(0x8b, 3));
     this.selectServices.set_Name("selectServices");
     this.selectServices.set_Size(new System.Drawing.Size(890, 0x17));
     this.selectServices.set_TabIndex(0x25);
     this.lbServices.set_AutoSize(true);
     this.lbServices.set_Location(new System.Drawing.Point(11, 6));
     this.lbServices.set_Name("lbServices");
     this.lbServices.set_Size(new System.Drawing.Size(0x2b, 13));
     this.lbServices.set_TabIndex(0x24);
     this.lbServices.set_Text("Услуга");
     this.panelSelectServiceTypes.Controls.Add(this.selectServiceTypes);
     this.panelSelectServiceTypes.Controls.Add(this.lbServiceTypes);
     this.panelSelectServiceTypes.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelSelectServiceTypes.set_Location(new System.Drawing.Point(0, 0xd0));
     this.panelSelectServiceTypes.set_Name("panelSelectServiceTypes");
     this.panelSelectServiceTypes.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelSelectServiceTypes.set_TabIndex(0x65);
     this.selectServiceTypes.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectServiceTypes.IsByUser = true;
     this.selectServiceTypes.set_Location(new System.Drawing.Point(0x8a, 3));
     this.selectServiceTypes.set_Name("selectServiceTypes");
     this.selectServiceTypes.set_Size(new System.Drawing.Size(890, 0x17));
     this.selectServiceTypes.set_TabIndex(5);
     this.lbServiceTypes.set_AutoSize(true);
     this.lbServiceTypes.set_Location(new System.Drawing.Point(11, 6));
     this.lbServiceTypes.set_Name("lbServiceTypes");
     this.lbServiceTypes.set_Size(new System.Drawing.Size(0x38, 13));
     this.lbServiceTypes.set_TabIndex(0x23);
     this.lbServiceTypes.set_Text("Тип услуг");
     this.panelSelectOrgsCashlessTransferers.Controls.Add(this.selectOrgsCashlessTransferers);
     this.panelSelectOrgsCashlessTransferers.Controls.Add(this.lbOrgsCashlessTransferers1);
     this.panelSelectOrgsCashlessTransferers.Controls.Add(this.lbOrgsCashlessTransferers2);
     this.panelSelectOrgsCashlessTransferers.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelSelectOrgsCashlessTransferers.set_Location(new System.Drawing.Point(0, 0xb6));
     this.panelSelectOrgsCashlessTransferers.set_Name("panelSelectOrgsCashlessTransferers");
     this.panelSelectOrgsCashlessTransferers.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelSelectOrgsCashlessTransferers.set_TabIndex(100);
     this.selectOrgsCashlessTransferers.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectOrgsCashlessTransferers.IsByUser = true;
     this.selectOrgsCashlessTransferers.set_Location(new System.Drawing.Point(0x8a, 3));
     this.selectOrgsCashlessTransferers.set_Name("selectOrgsCashlessTransferers");
     this.selectOrgsCashlessTransferers.SetFilter = null;
     this.selectOrgsCashlessTransferers.set_Size(new System.Drawing.Size(890, 0x17));
     this.selectOrgsCashlessTransferers.set_TabIndex(80);
     this.lbOrgsCashlessTransferers1.set_AutoSize(true);
     this.lbOrgsCashlessTransferers1.set_Location(new System.Drawing.Point(11, 1));
     this.lbOrgsCashlessTransferers1.set_Name("lbOrgsCashlessTransferers1");
     this.lbOrgsCashlessTransferers1.set_Size(new System.Drawing.Size(0x83, 13));
     this.lbOrgsCashlessTransferers1.set_TabIndex(0x4e);
     this.lbOrgsCashlessTransferers1.set_Text("Организация по безнал.");
     this.lbOrgsCashlessTransferers2.set_AutoSize(true);
     this.lbOrgsCashlessTransferers2.set_Location(new System.Drawing.Point(10, 15));
     this.lbOrgsCashlessTransferers2.set_Name("lbOrgsCashlessTransferers2");
     this.lbOrgsCashlessTransferers2.set_Size(new System.Drawing.Size(0x56, 13));
     this.lbOrgsCashlessTransferers2.set_TabIndex(0x4f);
     this.lbOrgsCashlessTransferers2.set_Text("перечислениям");
     this.panelSelectOrgsResourceProviders.Controls.Add(this.selectOrgsResourceProviders);
     this.panelSelectOrgsResourceProviders.Controls.Add(this.lbOrgsResourceProviders);
     this.panelSelectOrgsResourceProviders.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelSelectOrgsResourceProviders.set_Location(new System.Drawing.Point(0, 0x9c));
     this.panelSelectOrgsResourceProviders.set_Name("panelSelectOrgsResourceProviders");
     this.panelSelectOrgsResourceProviders.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelSelectOrgsResourceProviders.set_TabIndex(0x63);
     this.selectOrgsResourceProviders.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectOrgsResourceProviders.IsByUser = true;
     this.selectOrgsResourceProviders.set_Location(new System.Drawing.Point(0x8a, 3));
     this.selectOrgsResourceProviders.set_Name("selectOrgsResourceProviders");
     this.selectOrgsResourceProviders.SetFilter = null;
     this.selectOrgsResourceProviders.set_Size(new System.Drawing.Size(890, 0x17));
     this.selectOrgsResourceProviders.set_TabIndex(60);
     this.lbOrgsResourceProviders.set_AutoSize(true);
     this.lbOrgsResourceProviders.set_Location(new System.Drawing.Point(11, 6));
     this.lbOrgsResourceProviders.set_Name("lbOrgsResourceProviders");
     this.lbOrgsResourceProviders.set_Size(new System.Drawing.Size(0x54, 13));
     this.lbOrgsResourceProviders.set_TabIndex(0x3d);
     this.lbOrgsResourceProviders.set_Text("Ресурсоснабж.");
     this.panelSelectOrgsServiceProviders.Controls.Add(this.selectOrgsServiceProviders);
     this.panelSelectOrgsServiceProviders.Controls.Add(this.lbOrgsServiceProviders);
     this.panelSelectOrgsServiceProviders.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelSelectOrgsServiceProviders.set_Location(new System.Drawing.Point(0, 130));
     this.panelSelectOrgsServiceProviders.set_Name("panelSelectOrgsServiceProviders");
     this.panelSelectOrgsServiceProviders.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelSelectOrgsServiceProviders.set_TabIndex(0x62);
     this.selectOrgsServiceProviders.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectOrgsServiceProviders.IsByUser = true;
     this.selectOrgsServiceProviders.set_Location(new System.Drawing.Point(0x8a, 3));
     this.selectOrgsServiceProviders.set_Name("selectOrgsServiceProviders");
     this.selectOrgsServiceProviders.SetFilter = null;
     this.selectOrgsServiceProviders.set_Size(new System.Drawing.Size(890, 0x17));
     this.selectOrgsServiceProviders.set_TabIndex(4);
     this.lbOrgsServiceProviders.set_AutoSize(true);
     this.lbOrgsServiceProviders.set_Location(new System.Drawing.Point(11, 6));
     this.lbOrgsServiceProviders.set_Name("lbOrgsServiceProviders");
     this.lbOrgsServiceProviders.set_Size(new System.Drawing.Size(0x41, 13));
     this.lbOrgsServiceProviders.set_TabIndex(0x22);
     this.lbOrgsServiceProviders.set_Text("Поставщик");
     this.panelSelectOrgsAccountHouseHolders.Controls.Add(this.selectOrgsAccountHouseHolders);
     this.panelSelectOrgsAccountHouseHolders.Controls.Add(this.lbOrgsAccountHouseHolders);
     this.panelSelectOrgsAccountHouseHolders.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelSelectOrgsAccountHouseHolders.set_Location(new System.Drawing.Point(0, 0x68));
     this.panelSelectOrgsAccountHouseHolders.set_Name("panelSelectOrgsAccountHouseHolders");
     this.panelSelectOrgsAccountHouseHolders.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelSelectOrgsAccountHouseHolders.set_TabIndex(0x61);
     this.selectOrgsAccountHouseHolders.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectOrgsAccountHouseHolders.IsByUser = true;
     this.selectOrgsAccountHouseHolders.set_Location(new System.Drawing.Point(0x8a, 3));
     this.selectOrgsAccountHouseHolders.set_Name("selectOrgsAccountHouseHolders");
     this.selectOrgsAccountHouseHolders.SetFilter = null;
     this.selectOrgsAccountHouseHolders.set_Size(new System.Drawing.Size(890, 0x17));
     this.selectOrgsAccountHouseHolders.set_TabIndex(0x4c);
     this.lbOrgsAccountHouseHolders.set_AutoSize(true);
     this.lbOrgsAccountHouseHolders.set_Location(new System.Drawing.Point(11, 6));
     this.lbOrgsAccountHouseHolders.set_Name("lbOrgsAccountHouseHolders");
     this.lbOrgsAccountHouseHolders.set_Size(new System.Drawing.Size(0x37, 13));
     this.lbOrgsAccountHouseHolders.set_TabIndex(0x4d);
     this.lbOrgsAccountHouseHolders.set_Text("УК на ЛС");
     this.panelSelectOrgsServiceHouseHolders.Controls.Add(this.lbOrgsServiceHouseHolders);
     this.panelSelectOrgsServiceHouseHolders.Controls.Add(this.selectOrgsServiceHouseHolders);
     this.panelSelectOrgsServiceHouseHolders.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelSelectOrgsServiceHouseHolders.set_Location(new System.Drawing.Point(0, 0x4e));
     this.panelSelectOrgsServiceHouseHolders.set_Name("panelSelectOrgsServiceHouseHolders");
     this.panelSelectOrgsServiceHouseHolders.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelSelectOrgsServiceHouseHolders.set_TabIndex(0x60);
     this.lbOrgsServiceHouseHolders.set_AutoSize(true);
     this.lbOrgsServiceHouseHolders.set_Location(new System.Drawing.Point(11, 6));
     this.lbOrgsServiceHouseHolders.set_Name("lbOrgsServiceHouseHolders");
     this.lbOrgsServiceHouseHolders.set_Size(new System.Drawing.Size(0x3a, 13));
     this.lbOrgsServiceHouseHolders.set_TabIndex(0x21);
     this.lbOrgsServiceHouseHolders.set_Text("УК услуги");
     this.selectOrgsServiceHouseHolders.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectOrgsServiceHouseHolders.IsByUser = true;
     this.selectOrgsServiceHouseHolders.set_Location(new System.Drawing.Point(0x8a, 3));
     this.selectOrgsServiceHouseHolders.set_Name("selectOrgsServiceHouseHolders");
     this.selectOrgsServiceHouseHolders.SetFilter = null;
     this.selectOrgsServiceHouseHolders.set_Size(new System.Drawing.Size(890, 0x17));
     this.selectOrgsServiceHouseHolders.set_TabIndex(3);
     this.panelSelectOrgsHouseHolders.Controls.Add(this.selectOrgsHouseHolders);
     this.panelSelectOrgsHouseHolders.Controls.Add(this.lbOrgsHouseHolders);
     this.panelSelectOrgsHouseHolders.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelSelectOrgsHouseHolders.set_Location(new System.Drawing.Point(0, 0x34));
     this.panelSelectOrgsHouseHolders.set_Name("panelSelectOrgsHouseHolders");
     this.panelSelectOrgsHouseHolders.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelSelectOrgsHouseHolders.set_TabIndex(0x5f);
     this.selectOrgsHouseHolders.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectOrgsHouseHolders.IsByUser = true;
     this.selectOrgsHouseHolders.set_Location(new System.Drawing.Point(0x8a, 3));
     this.selectOrgsHouseHolders.set_Name("selectOrgsHouseHolders");
     this.selectOrgsHouseHolders.SetFilter = null;
     this.selectOrgsHouseHolders.set_Size(new System.Drawing.Size(890, 0x17));
     this.selectOrgsHouseHolders.set_TabIndex(3);
     this.lbOrgsHouseHolders.set_AutoSize(true);
     this.lbOrgsHouseHolders.set_Location(new System.Drawing.Point(11, 6));
     this.lbOrgsHouseHolders.set_Name("lbOrgsHouseHolders");
     this.lbOrgsHouseHolders.set_Size(new System.Drawing.Size(0x39, 13));
     this.lbOrgsHouseHolders.set_TabIndex(0x21);
     this.lbOrgsHouseHolders.set_Text("УК жилья");
     this.panelDatePeriod.Controls.Add(this.lbDatePeriod);
     this.panelDatePeriod.Controls.Add(this.datePeriod);
     this.panelDatePeriod.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelDatePeriod.set_Location(new System.Drawing.Point(0, 0x1a));
     this.panelDatePeriod.set_Name("panelDatePeriod");
     this.panelDatePeriod.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelDatePeriod.set_TabIndex(0x5e);
     this.lbDatePeriod.set_AutoSize(true);
     this.lbDatePeriod.set_Location(new System.Drawing.Point(11, 6));
     this.lbDatePeriod.set_Name("lbDatePeriod");
     this.lbDatePeriod.set_Size(new System.Drawing.Size(0x23, 13));
     this.lbDatePeriod.set_TabIndex(0x43);
     this.lbDatePeriod.set_Text("Даты");
     this.datePeriod.AttachToPeriod = false;
     this.datePeriod.set_AutoSize(true);
     this.datePeriod.DateBeginReadonly = false;
     this.datePeriod.DateEndReadonly = false;
     this.datePeriod.set_Location(new System.Drawing.Point(0x7f, 0));
     this.datePeriod.set_Margin(new System.Windows.Forms.Padding(4));
     this.datePeriod.set_Name("datePeriod");
     this.datePeriod.set_Padding(new System.Windows.Forms.Padding(2, 0, 0, 0));
     this.datePeriod.set_Size(new System.Drawing.Size(0xe4, 0x17));
     this.datePeriod.set_TabIndex(0x42);
     this.panelPeriod.Controls.Add(this.periodsSelector);
     this.panelPeriod.Controls.Add(this.lbPeriod);
     this.panelPeriod.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelPeriod.set_Location(new System.Drawing.Point(0, 0));
     this.panelPeriod.set_Name("panelPeriod");
     this.panelPeriod.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelPeriod.set_TabIndex(0x5d);
     this.periodsSelector.set_Location(new System.Drawing.Point(0x89, 3));
     this.periodsSelector.set_Name("periodsSelector");
     this.periodsSelector.set_Size(new System.Drawing.Size(0x153, 0x19));
     this.periodsSelector.set_TabIndex(0x37);
     this.lbPeriod.set_AutoSize(true);
     this.lbPeriod.set_Location(new System.Drawing.Point(11, 6));
     this.lbPeriod.set_Name("lbPeriod");
     this.lbPeriod.set_Size(new System.Drawing.Size(0x2d, 13));
     this.lbPeriod.set_TabIndex(0x1b);
     this.lbPeriod.set_Text("Период");
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.помощьToolStripMenuItem, this.настройкиToolStripMenuItem });
     this.menuStrip1.set_Location(new System.Drawing.Point(0, 0));
     this.menuStrip1.set_Name("menuStrip1");
     this.menuStrip1.set_Size(new System.Drawing.Size(0x40a, 0x18));
     this.menuStrip1.set_TabIndex(1);
     this.menuStrip1.set_Text("menuStrip1");
     this.помощьToolStripMenuItem.set_Alignment(System.Windows.Forms.ToolStripItemAlignment.Right);
     this.помощьToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.оСистемеToolStripMenuItem1 });
     this.помощьToolStripMenuItem.set_Name("помощьToolStripMenuItem");
     this.помощьToolStripMenuItem.set_Size(new System.Drawing.Size(0x3e, 20));
     this.помощьToolStripMenuItem.set_Text("Справка");
     this.оСистемеToolStripMenuItem1.set_Name("оСистемеToolStripMenuItem1");
     this.оСистемеToolStripMenuItem1.set_Size(new System.Drawing.Size(0x88, 0x16));
     this.оСистемеToolStripMenuItem1.set_Text("О системе");
     this.оСистемеToolStripMenuItem1.add_Click(new System.EventHandler(this.оСистемеToolStripMenuItem1_Click));
     this.настройкиToolStripMenuItem.set_Alignment(System.Windows.Forms.ToolStripItemAlignment.Right);
     this.настройкиToolStripMenuItem.set_Name("настройкиToolStripMenuItem");
     this.настройкиToolStripMenuItem.set_Size(new System.Drawing.Size(0x49, 20));
     this.настройкиToolStripMenuItem.set_Text("Настройки");
     this.настройкиToolStripMenuItem.add_Click(new System.EventHandler(this.настройкиToolStripMenuItem_Click));
     this.panel2.set_BorderStyle(System.Windows.Forms.BorderStyle.FixedSingle);
     this.panel2.Controls.Add(this.scReport);
     this.panel2.Controls.Add(this.panel1);
     this.panel2.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.panel2.set_Location(new System.Drawing.Point(0, 0));
     this.panel2.set_Name("panel2");
     this.panel2.set_Size(new System.Drawing.Size(0x41b, 0x18d));
     this.panel2.set_TabIndex(70);
     this.scReport.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.scReport.set_Location(new System.Drawing.Point(0, 0x30));
     this.scReport.set_Name("scReport");
     this.scReport.set_Orientation(System.Windows.Forms.Orientation.Horizontal);
     this.scReport.Panel1.Controls.Add(this.dgvReports);
     this.scReport.Panel1.set_RightToLeft(System.Windows.Forms.RightToLeft.No);
     this.scReport.Panel2.Controls.Add(this.dgvReportParameters);
     this.scReport.Panel2.set_RightToLeft(System.Windows.Forms.RightToLeft.No);
     this.scReport.set_Size(new System.Drawing.Size(0x419, 0x15b));
     this.scReport.set_SplitterDistance(0x90);
     this.scReport.set_TabIndex(0x13);
     this.dgvReports.set_AllowUserToAddRows(false);
     this.dgvReports.set_AllowUserToDeleteRows(false);
     this.dgvReports.set_AutoGenerateColumns(false);
     this.dgvReports.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCellsExceptHeader);
     this.dgvReports.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.dgvReports.set_ColumnHeadersDefaultCellStyle(style);
     this.dgvReports.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvReports.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.CheckPrint, this.ReportTemplateName, this.statusDataGridViewTextBoxColumn, this.createdDataGridViewTextBoxColumn, this.UserName, this.StartTime, this.FinishTime, this.PlannedDate, this.Id });
     this.dgvReports.set_DataSource(this.bsReports);
     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.dgvReports.set_DefaultCellStyle(style2);
     this.dgvReports.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvReports.set_Location(new System.Drawing.Point(0, 0));
     this.dgvReports.set_Name("dgvReports");
     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.dgvReports.set_RowHeadersDefaultCellStyle(style3);
     this.dgvReports.set_RowHeadersVisible(false);
     this.dgvReports.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvReports.set_Size(new System.Drawing.Size(0x419, 0x90));
     this.dgvReports.set_TabIndex(0x11);
     this.dgvReports.add_CellDoubleClick(new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvReports_CellDoubleClick));
     this.CheckPrint.set_FillWeight((float) 10.43145f);
     this.CheckPrint.set_HeaderText("Выбор");
     this.CheckPrint.set_MinimumWidth(60);
     this.CheckPrint.set_Name("CheckPrint");
     this.CheckPrint.set_SortMode(System.Windows.Forms.DataGridViewColumnSortMode.Automatic);
     this.CheckPrint.set_Width(60);
     this.ReportTemplateName.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells);
     this.ReportTemplateName.set_DataPropertyName("ReportTemplateName");
     this.ReportTemplateName.set_HeaderText("Отчет");
     this.ReportTemplateName.set_MinimumWidth(0x3d);
     this.ReportTemplateName.set_Name("ReportTemplateName");
     this.ReportTemplateName.set_ReadOnly(true);
     this.ReportTemplateName.set_Width(0x3d);
     this.statusDataGridViewTextBoxColumn.set_DataPropertyName("Status");
     this.statusDataGridViewTextBoxColumn.set_FillWeight((float) 10.43145f);
     this.statusDataGridViewTextBoxColumn.set_HeaderText("Выполнено");
     this.statusDataGridViewTextBoxColumn.set_MinimumWidth(80);
     this.statusDataGridViewTextBoxColumn.set_Name("statusDataGridViewTextBoxColumn");
     this.statusDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.statusDataGridViewTextBoxColumn.set_Resizable(System.Windows.Forms.DataGridViewTriState.True);
     this.statusDataGridViewTextBoxColumn.set_SortMode(System.Windows.Forms.DataGridViewColumnSortMode.Automatic);
     this.statusDataGridViewTextBoxColumn.set_Width(80);
     this.createdDataGridViewTextBoxColumn.set_DataPropertyName("Created");
     this.createdDataGridViewTextBoxColumn.set_FillWeight((float) 10.43145f);
     this.createdDataGridViewTextBoxColumn.set_HeaderText("Создан");
     this.createdDataGridViewTextBoxColumn.set_MinimumWidth(80);
     this.createdDataGridViewTextBoxColumn.set_Name("createdDataGridViewTextBoxColumn");
     this.createdDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.createdDataGridViewTextBoxColumn.set_Width(80);
     this.UserName.set_DataPropertyName("UserName");
     this.UserName.set_FillWeight((float) 10.43145f);
     this.UserName.set_HeaderText("Пользователь");
     this.UserName.set_MinimumWidth(100);
     this.UserName.set_Name("UserName");
     this.UserName.set_ReadOnly(true);
     this.StartTime.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader);
     this.StartTime.set_DataPropertyName("StartTime");
     this.StartTime.set_HeaderText("Начато формирование");
     this.StartTime.set_MinimumWidth(100);
     this.StartTime.set_Name("StartTime");
     this.StartTime.set_ReadOnly(true);
     this.FinishTime.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader);
     this.FinishTime.set_DataPropertyName("FinishTime");
     this.FinishTime.set_HeaderText("Сформирован");
     this.FinishTime.set_MinimumWidth(100);
     this.FinishTime.set_Name("FinishTime");
     this.FinishTime.set_ReadOnly(true);
     this.PlannedDate.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader);
     this.PlannedDate.set_DataPropertyName("PlannedDate");
     this.PlannedDate.set_HeaderText("Выполнение запланированно");
     this.PlannedDate.set_MinimumWidth(100);
     this.PlannedDate.set_Name("PlannedDate");
     this.PlannedDate.set_ReadOnly(true);
     this.Id.set_DataPropertyName("Id");
     this.Id.set_HeaderText("ReportId");
     this.Id.set_Name("Id");
     this.Id.set_ReadOnly(true);
     this.Id.set_Visible(false);
     this.Id.set_Width(5);
     this.bsReports.set_DataSource(typeof(RepReport));
     this.bsReports.set_Sort("Created desc");
     this.bsReports.add_CurrentChanged(new System.EventHandler(this.bsReports_CurrentChanged));
     this.dgvReportParameters.set_AllowUserToAddRows(false);
     this.dgvReportParameters.set_AllowUserToDeleteRows(false);
     this.dgvReportParameters.set_AutoGenerateColumns(false);
     this.dgvReportParameters.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dgvReportParameters.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     style4.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft);
     style4.set_BackColor(System.Drawing.SystemColors.Control);
     style4.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     style4.set_ForeColor(System.Drawing.SystemColors.WindowText);
     style4.set_SelectionBackColor(System.Drawing.SystemColors.Highlight);
     style4.set_SelectionForeColor(System.Drawing.SystemColors.HighlightText);
     style4.set_WrapMode(System.Windows.Forms.DataGridViewTriState.True);
     this.dgvReportParameters.set_ColumnHeadersDefaultCellStyle(style4);
     this.dgvReportParameters.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvReportParameters.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.printNameDataGridViewTextBoxColumn, this.printValueDataGridViewTextBoxColumn });
     this.dgvReportParameters.set_DataSource(this.bsReportParameters);
     style5.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft);
     style5.set_BackColor(System.Drawing.SystemColors.Window);
     style5.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     style5.set_ForeColor(System.Drawing.SystemColors.ControlText);
     style5.set_SelectionBackColor(System.Drawing.SystemColors.Highlight);
     style5.set_SelectionForeColor(System.Drawing.SystemColors.HighlightText);
     style5.set_WrapMode(System.Windows.Forms.DataGridViewTriState.False);
     this.dgvReportParameters.set_DefaultCellStyle(style5);
     this.dgvReportParameters.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvReportParameters.set_Location(new System.Drawing.Point(0, 0));
     this.dgvReportParameters.set_Name("dgvReportParameters");
     this.dgvReportParameters.set_ReadOnly(true);
     style6.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft);
     style6.set_BackColor(System.Drawing.SystemColors.Control);
     style6.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     style6.set_ForeColor(System.Drawing.SystemColors.WindowText);
     style6.set_SelectionBackColor(System.Drawing.SystemColors.Highlight);
     style6.set_SelectionForeColor(System.Drawing.SystemColors.HighlightText);
     style6.set_WrapMode(System.Windows.Forms.DataGridViewTriState.True);
     this.dgvReportParameters.set_RowHeadersDefaultCellStyle(style6);
     this.dgvReportParameters.set_RowHeadersVisible(false);
     this.dgvReportParameters.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvReportParameters.set_Size(new System.Drawing.Size(0x419, 0xc7));
     this.dgvReportParameters.set_TabIndex(0x12);
     this.printNameDataGridViewTextBoxColumn.set_DataPropertyName("PrintName");
     this.printNameDataGridViewTextBoxColumn.set_HeaderText("Параметр");
     this.printNameDataGridViewTextBoxColumn.set_Name("printNameDataGridViewTextBoxColumn");
     this.printNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.printNameDataGridViewTextBoxColumn.set_Width(0x53);
     this.printValueDataGridViewTextBoxColumn.set_DataPropertyName("PrintValue");
     this.printValueDataGridViewTextBoxColumn.set_HeaderText("Значение");
     this.printValueDataGridViewTextBoxColumn.set_Name("printValueDataGridViewTextBoxColumn");
     this.printValueDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.printValueDataGridViewTextBoxColumn.set_Width(80);
     this.bsReportParameters.set_DataSource(typeof(RepReportParameter));
     this.panel1.Controls.Add(this.tsReports);
     this.panel1.Controls.Add(this.dbRepresentPeriodDate);
     this.panel1.Controls.Add(this.toolStrip1);
     this.panel1.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panel1.set_Location(new System.Drawing.Point(0, 0));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(0x419, 0x30));
     this.panel1.set_TabIndex(0x31);
     this.tsReports.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsbRunReport, this.tslbRunReportImageLoading, this.toolStripSeparator4, this.tsbDesigner, this.tSepar, this.btnRun, this.m_RollingImage, this.toolStripSeparator2, this.tbsStart, this.tslStart, this.toolStripSeparator1, this.tsbSelectAll, this.toolStripSeparator5, this.tsbCleanAll, this.tsbPrint, this.m_RollingImagePrint,
         this.toolStripSeparator3, this.tsbDeleteReport, this.tsbDeleteReportsImage, this.toolStripLabel2, this.tsbHorizontal, this.tsbVertical, this.toolStripSeparator6, this.toolStripSeparator7, this.toolStripSeparator8
      });
     this.tsReports.set_Location(new System.Drawing.Point(0, 0));
     this.tsReports.set_Name("tsReports");
     this.tsReports.set_Size(new System.Drawing.Size(0x419, 0x19));
     this.tsReports.set_TabIndex(15);
     this.tsReports.set_Text("toolStrip1");
     this.tsbRunReport.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbRunReport.set_Image((System.Drawing.Image) manager.GetObject("tsbRunReport.Image"));
     this.tsbRunReport.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbRunReport.set_Name("tsbRunReport");
     this.tsbRunReport.set_Size(new System.Drawing.Size(0x43, 0x16));
     this.tsbRunReport.set_Text("Выполнить");
     this.tsbRunReport.add_Click(new System.EventHandler(this.tsbRunReport_Click));
     this.tslbRunReportImageLoading.set_AutoSize(false);
     this.tslbRunReportImageLoading.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tslbRunReportImageLoading.set_Image(Resources.WAITING);
     this.tslbRunReportImageLoading.set_ImageAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.tslbRunReportImageLoading.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tslbRunReportImageLoading.set_ImageTransparentColor(System.Drawing.Color.White);
     this.tslbRunReportImageLoading.set_Name("tslbRunReportImageLoading");
     this.tslbRunReportImageLoading.set_Size(new System.Drawing.Size(0x11, 0x16));
     this.tslbRunReportImageLoading.set_Visible(false);
     this.toolStripSeparator4.set_Name("toolStripSeparator4");
     this.toolStripSeparator4.set_Size(new System.Drawing.Size(6, 0x19));
     this.tsbDesigner.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbDesigner.set_Image((System.Drawing.Image) manager.GetObject("tsbDesigner.Image"));
     this.tsbDesigner.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbDesigner.set_Name("tsbDesigner");
     this.tsbDesigner.set_Size(new System.Drawing.Size(60, 0x16));
     this.tsbDesigner.set_Text("Дизайнер");
     this.tsbDesigner.add_Click(new System.EventHandler(this.tsbDesigner_Click));
     this.tSepar.set_Name("tSepar");
     this.tSepar.set_Size(new System.Drawing.Size(6, 0x19));
     this.btnRun.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.btnRun.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.btnRun.set_Name("btnRun");
     this.btnRun.set_Size(new System.Drawing.Size(0x3b, 0x16));
     this.btnRun.set_Text("Просмотр");
     this.btnRun.add_Click(new System.EventHandler(this.btnRun_Click));
     this.m_RollingImage.set_AutoSize(false);
     this.m_RollingImage.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.m_RollingImage.set_Image(Resources.WAITING);
     this.m_RollingImage.set_ImageAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.m_RollingImage.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.m_RollingImage.set_ImageTransparentColor(System.Drawing.Color.White);
     this.m_RollingImage.set_Name("m_RollingImage");
     this.m_RollingImage.set_Size(new System.Drawing.Size(0x11, 0x16));
     this.m_RollingImage.set_Visible(false);
     this.toolStripSeparator2.set_Name("toolStripSeparator2");
     this.toolStripSeparator2.set_Size(new System.Drawing.Size(6, 0x19));
     this.tbsStart.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tbsStart.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tbsStart.set_Name("tbsStart");
     this.tbsStart.set_Size(new System.Drawing.Size(0x62, 0x16));
     this.tbsStart.set_Text("Заполнить отчет");
     this.tbsStart.set_Visible(false);
     this.tbsStart.add_Click(new System.EventHandler(this.tbsStart_Click));
     this.tslStart.set_AutoSize(false);
     this.tslStart.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tslStart.set_Image(Resources.WAITING);
     this.tslStart.set_ImageAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.tslStart.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tslStart.set_ImageTransparentColor(System.Drawing.Color.White);
     this.tslStart.set_Name("tslStart");
     this.tslStart.set_Size(new System.Drawing.Size(0x11, 0x16));
     this.tslStart.set_Visible(false);
     this.toolStripSeparator1.set_Name("toolStripSeparator1");
     this.toolStripSeparator1.set_Size(new System.Drawing.Size(6, 0x19));
     this.toolStripSeparator1.set_Visible(false);
     this.tsbSelectAll.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbSelectAll.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbSelectAll.set_Name("tsbSelectAll");
     this.tsbSelectAll.set_Size(new System.Drawing.Size(0x4b, 0x16));
     this.tsbSelectAll.set_Text("Выбрать все");
     this.tsbSelectAll.add_Click(new System.EventHandler(this.tsbSelectAll_Click));
     this.toolStripSeparator5.set_Name("toolStripSeparator5");
     this.toolStripSeparator5.set_Size(new System.Drawing.Size(6, 0x19));
     this.tsbCleanAll.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbCleanAll.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbCleanAll.set_Name("tsbCleanAll");
     this.tsbCleanAll.set_Size(new System.Drawing.Size(0x44, 0x16));
     this.tsbCleanAll.set_Text("Убрать все");
     this.tsbCleanAll.add_Click(new System.EventHandler(this.tsbCleanAll_Click));
     this.tsbPrint.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbPrint.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbPrint.set_Name("tsbPrint");
     this.tsbPrint.set_Size(new System.Drawing.Size(0x6d, 0x16));
     this.tsbPrint.set_Text("Печать выбранных");
     this.tsbPrint.add_Click(new System.EventHandler(this.tsbPrint_Click));
     this.m_RollingImagePrint.set_AutoSize(false);
     this.m_RollingImagePrint.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.m_RollingImagePrint.set_Image(Resources.WAITING);
     this.m_RollingImagePrint.set_ImageAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.m_RollingImagePrint.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.m_RollingImagePrint.set_ImageTransparentColor(System.Drawing.Color.White);
     this.m_RollingImagePrint.set_Name("m_RollingImagePrint");
     this.m_RollingImagePrint.set_Size(new System.Drawing.Size(0x11, 0x16));
     this.m_RollingImagePrint.set_Visible(false);
     this.toolStripSeparator3.set_Name("toolStripSeparator3");
     this.toolStripSeparator3.set_Size(new System.Drawing.Size(6, 0x19));
     this.tsbDeleteReport.set_Image(Resources.DELETE);
     this.tsbDeleteReport.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsbDeleteReport.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbDeleteReport.set_Name("tsbDeleteReport");
     this.tsbDeleteReport.set_Size(new System.Drawing.Size(140, 0x16));
     this.tsbDeleteReport.set_Text("Удалить выбранные");
     this.tsbDeleteReport.add_Click(new System.EventHandler(this.tsbDeleteReport_Click_1));
     this.tsbDeleteReportsImage.set_AutoSize(false);
     this.tsbDeleteReportsImage.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsbDeleteReportsImage.set_Image(Resources.WAITING);
     this.tsbDeleteReportsImage.set_ImageAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.tsbDeleteReportsImage.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsbDeleteReportsImage.set_ImageTransparentColor(System.Drawing.Color.White);
     this.tsbDeleteReportsImage.set_Name("tsbDeleteReportsImage");
     this.tsbDeleteReportsImage.set_Size(new System.Drawing.Size(0x11, 0x16));
     this.tsbDeleteReportsImage.set_Visible(false);
     this.toolStripLabel2.set_Name("toolStripLabel2");
     this.toolStripLabel2.set_Size(new System.Drawing.Size(0x84, 0x16));
     this.toolStripLabel2.set_Text("Показывать параметры:");
     this.tsbHorizontal.set_Checked(true);
     this.tsbHorizontal.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.tsbHorizontal.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbHorizontal.set_Image((System.Drawing.Image) manager.GetObject("tsbHorizontal.Image"));
     this.tsbHorizontal.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbHorizontal.set_Name("tsbHorizontal");
     this.tsbHorizontal.set_Size(new System.Drawing.Size(0x57, 0x16));
     this.tsbHorizontal.set_Text("горизонтально");
     this.tsbHorizontal.add_Click(new System.EventHandler(this.tsbHorizontal_Click));
     this.tsbVertical.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbVertical.set_Image((System.Drawing.Image) manager.GetObject("tsbVertical.Image"));
     this.tsbVertical.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbVertical.set_Name("tsbVertical");
     this.tsbVertical.set_Size(new System.Drawing.Size(0x4d, 0x16));
     this.tsbVertical.set_Text("вертикально");
     this.tsbVertical.add_Click(new System.EventHandler(this.tsbVertical_Click));
     this.toolStripSeparator6.set_Name("toolStripSeparator6");
     this.toolStripSeparator6.set_Size(new System.Drawing.Size(6, 0x19));
     this.toolStripSeparator7.set_Name("toolStripSeparator7");
     this.toolStripSeparator7.set_Size(new System.Drawing.Size(6, 0x19));
     this.toolStripSeparator8.set_Name("toolStripSeparator8");
     this.toolStripSeparator8.set_Size(new System.Drawing.Size(6, 0x19));
     this.dbRepresentPeriodDate.AttachToPeriod = false;
     this.dbRepresentPeriodDate.DateBeginReadonly = false;
     this.dbRepresentPeriodDate.DateEndReadonly = false;
     this.dbRepresentPeriodDate.set_Location(new System.Drawing.Point(0x97, 0x19));
     this.dbRepresentPeriodDate.set_Margin(new System.Windows.Forms.Padding(4));
     this.dbRepresentPeriodDate.set_Name("dbRepresentPeriodDate");
     this.dbRepresentPeriodDate.set_Size(new System.Drawing.Size(0xe9, 0x17));
     this.dbRepresentPeriodDate.set_TabIndex(15);
     this.toolStrip1.set_Dock(System.Windows.Forms.DockStyle.None);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripLabel1, this.tsbRepresentMyReport, this.tsbRepresentAllReport });
     this.toolStrip1.set_Location(new System.Drawing.Point(0, 0x19));
     this.toolStrip1.set_Name("toolStrip1");
     this.toolStrip1.set_Size(new System.Drawing.Size(0x95, 0x19));
     this.toolStrip1.set_TabIndex(0x10);
     this.toolStrip1.set_Text("toolStrip1");
     this.toolStripLabel1.set_Name("toolStripLabel1");
     this.toolStripLabel1.set_Size(new System.Drawing.Size(0x4b, 0x16));
     this.toolStripLabel1.set_Text("Отображать:");
     this.tsbRepresentMyReport.set_Checked(true);
     this.tsbRepresentMyReport.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.tsbRepresentMyReport.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbRepresentMyReport.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbRepresentMyReport.set_Name("tsbRepresentMyReport");
     this.tsbRepresentMyReport.set_Size(new System.Drawing.Size(0x22, 0x16));
     this.tsbRepresentMyReport.set_Text("свои");
     this.tsbRepresentMyReport.add_Click(new System.EventHandler(this.tsbRepresentMyReport_Click_1));
     this.tsbRepresentAllReport.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbRepresentAllReport.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbRepresentAllReport.set_Name("tsbRepresentAllReport");
     this.tsbRepresentAllReport.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsbRepresentAllReport.set_Text("все");
     this.tsbRepresentAllReport.add_Click(new System.EventHandler(this.tsbRepresentAllReport_Click_1));
     this.sfdDBF.set_DefaultExt("dbf");
     this.dataGridViewTextBoxColumn1.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells);
     this.dataGridViewTextBoxColumn1.set_DataPropertyName("Id");
     this.dataGridViewTextBoxColumn1.set_HeaderText("Id");
     this.dataGridViewTextBoxColumn1.set_MinimumWidth(0x3d);
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn2.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader);
     this.dataGridViewTextBoxColumn2.set_DataPropertyName("ReportTemplateId");
     this.dataGridViewTextBoxColumn2.set_FillWeight((float) 10.43145f);
     this.dataGridViewTextBoxColumn2.set_HeaderText("ReportTemplateId");
     this.dataGridViewTextBoxColumn2.set_MinimumWidth(100);
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.dataGridViewTextBoxColumn2.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn3.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader);
     this.dataGridViewTextBoxColumn3.set_DataPropertyName("UserId");
     this.dataGridViewTextBoxColumn3.set_FillWeight((float) 10.43145f);
     this.dataGridViewTextBoxColumn3.set_HeaderText("UserId");
     this.dataGridViewTextBoxColumn3.set_MinimumWidth(100);
     this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3");
     this.dataGridViewTextBoxColumn3.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn4.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader);
     this.dataGridViewTextBoxColumn4.set_DataPropertyName("Created");
     this.dataGridViewTextBoxColumn4.set_FillWeight((float) 10.43145f);
     this.dataGridViewTextBoxColumn4.set_HeaderText("Created");
     this.dataGridViewTextBoxColumn4.set_MinimumWidth(100);
     this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4");
     this.dataGridViewTextBoxColumn4.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn5.set_DataPropertyName("UserName");
     this.dataGridViewTextBoxColumn5.set_FillWeight((float) 10.43145f);
     this.dataGridViewTextBoxColumn5.set_HeaderText("Пользователь");
     this.dataGridViewTextBoxColumn5.set_MinimumWidth(100);
     this.dataGridViewTextBoxColumn5.set_Name("dataGridViewTextBoxColumn5");
     this.dataGridViewTextBoxColumn5.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn6.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader);
     this.dataGridViewTextBoxColumn6.set_DataPropertyName("PlannedDate");
     this.dataGridViewTextBoxColumn6.set_HeaderText("Дата начала выполнения");
     this.dataGridViewTextBoxColumn6.set_MinimumWidth(100);
     this.dataGridViewTextBoxColumn6.set_Name("dataGridViewTextBoxColumn6");
     this.dataGridViewTextBoxColumn6.set_ReadOnly(true);
     this.sfdExcel.set_DefaultExt("xls");
     this.bsReportTemplates.set_DataSource(typeof(RepReportTemplate));
     this.erValidateRoles.set_ContainerControl(this);
     this.erValidateRoles.set_Icon((System.Drawing.Icon) manager.GetObject("erValidateRoles.Icon"));
     this.passporterServiceForSn1.Url = "http://localhost:49859/Passporter.WebService/PassporterServiceForSn.asmx";
     this.passporterServiceForSn1.UseDefaultCredentials = true;
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x504, 0x36e));
     base.Controls.Add(this.splitContainer1);
     base.set_Name("ReportsMainForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("АРМ \"Отчеты\"");
     base.set_WindowState(System.Windows.Forms.FormWindowState.Maximized);
     base.add_FormClosing(new System.Windows.Forms.FormClosingEventHandler(this.ReportsMainForm_FormClosing));
     base.add_Load(new System.EventHandler(this.ReportsMainForm_Load));
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel1.PerformLayout();
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.ResumeLayout(false);
     this.panelParameters.ResumeLayout(false);
     this.panelApartmentArea.ResumeLayout(false);
     this.panelApartmentArea.PerformLayout();
     this.numApartmentArea.EndInit();
     this.panelReportService.ResumeLayout(false);
     this.gbReportService.ResumeLayout(false);
     this.gbReportService.PerformLayout();
     this.panelWithRenderParametres.ResumeLayout(false);
     this.panelWithRenderParametres.PerformLayout();
     this.panelTextParameter.ResumeLayout(false);
     this.panelTextParameter.PerformLayout();
     this.panelSelectCityBorough.ResumeLayout(false);
     this.panelSelectCityBorough.PerformLayout();
     this.panelSelectAccountPropertyFaset.ResumeLayout(false);
     this.panelSelectAccountPropertyFaset.PerformLayout();
     this.panelPaymentAgents.ResumeLayout(false);
     this.panelPaymentAgents.PerformLayout();
     this.panelSelectFasetFilter.ResumeLayout(false);
     this.panelSelectBank.ResumeLayout(false);
     this.panelSelectBank.PerformLayout();
     this.panelChbxWithoutClosesApartments.ResumeLayout(false);
     this.panelChbxWithoutClosesApartments.PerformLayout();
     this.panelChbxWithoutBankrupt.ResumeLayout(false);
     this.panelChbxWithoutBankrupt.PerformLayout();
     this.panelNumMinSumm.ResumeLayout(false);
     this.panelNumMinSumm.PerformLayout();
     this.numMinSumm.EndInit();
     this.panelCbxTerminals.ResumeLayout(false);
     this.panelCbxTerminals.PerformLayout();
     this.panelSelectPaymentAgentTypes.ResumeLayout(false);
     this.panelSelectPaymentAgentTypes.PerformLayout();
     this.panelHouseTypes.ResumeLayout(false);
     this.panelHouseTypes.PerformLayout();
     this.panelCbxPaymentTypes.ResumeLayout(false);
     this.panelCbxPaymentTypes.PerformLayout();
     this.panelCbxCalcOperationGroups.ResumeLayout(false);
     this.panelCbxCalcOperationGroups.PerformLayout();
     this.bsCalcOperationGroups.EndInit();
     this.panelSelectRecalcReason.ResumeLayout(false);
     this.panelSelectRecalcReason.PerformLayout();
     this.panelCbIsDebt.ResumeLayout(false);
     this.panelCbIsDebt.PerformLayout();
     this.panelCbExistsBenefitDiff.ResumeLayout(false);
     this.panelCbExistsBenefitDiff.PerformLayout();
     this.panelSelectBenefits.ResumeLayout(false);
     this.panelSelectBenefits.PerformLayout();
     this.panelSelectApartmentTypes.ResumeLayout(false);
     this.panelSelectApartmentTypes.PerformLayout();
     this.panelSelectAddresses.ResumeLayout(false);
     this.panelSelectAddresses.PerformLayout();
     this.panelSelectConvenienceTypes.ResumeLayout(false);
     this.panelSelectConvenienceTypes.PerformLayout();
     this.panelSelectCanonicalServices.ResumeLayout(false);
     this.panelSelectCanonicalServices.PerformLayout();
     this.panelSelectServices.ResumeLayout(false);
     this.panelSelectServices.PerformLayout();
     this.panelSelectServiceTypes.ResumeLayout(false);
     this.panelSelectServiceTypes.PerformLayout();
     this.panelSelectOrgsCashlessTransferers.ResumeLayout(false);
     this.panelSelectOrgsCashlessTransferers.PerformLayout();
     this.panelSelectOrgsResourceProviders.ResumeLayout(false);
     this.panelSelectOrgsResourceProviders.PerformLayout();
     this.panelSelectOrgsServiceProviders.ResumeLayout(false);
     this.panelSelectOrgsServiceProviders.PerformLayout();
     this.panelSelectOrgsAccountHouseHolders.ResumeLayout(false);
     this.panelSelectOrgsAccountHouseHolders.PerformLayout();
     this.panelSelectOrgsServiceHouseHolders.ResumeLayout(false);
     this.panelSelectOrgsServiceHouseHolders.PerformLayout();
     this.panelSelectOrgsHouseHolders.ResumeLayout(false);
     this.panelSelectOrgsHouseHolders.PerformLayout();
     this.panelDatePeriod.ResumeLayout(false);
     this.panelDatePeriod.PerformLayout();
     this.panelPeriod.ResumeLayout(false);
     this.panelPeriod.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.scReport.Panel1.ResumeLayout(false);
     this.scReport.Panel2.ResumeLayout(false);
     this.scReport.ResumeLayout(false);
     this.dgvReports.EndInit();
     this.bsReports.EndInit();
     this.dgvReportParameters.EndInit();
     this.bsReportParameters.EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.tsReports.ResumeLayout(false);
     this.tsReports.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.bsReportTemplates.EndInit();
     this.erValidateRoles.EndInit();
     base.ResumeLayout(false);
 }
Esempio n. 8
0
 private void InitializeComponent()
 {
     this.btnAdd = new System.Windows.Forms.Button();
     this.m_CalcButton = new System.Windows.Forms.Button();
     this.m_CalcWorker = new BackgroundWorker();
     this.selectAreaAddresses = new SelectAddresses();
     this.datePeriod = new DatePeriod();
     System.Windows.Forms.Label label = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label2 = new System.Windows.Forms.Label();
     base.SuspendLayout();
     label.set_AutoSize(true);
     label.set_Location(new System.Drawing.Point(12, 9));
     label.set_Name("label1");
     label.set_Size(new System.Drawing.Size(0x93, 13));
     label.set_TabIndex(0);
     label.set_Text("Текущий открытый период:");
     label2.set_AutoSize(true);
     label2.set_Location(new System.Drawing.Point(12, 0x1d));
     label2.set_Name("label2");
     label2.set_Size(new System.Drawing.Size(0x57, 13));
     label2.set_TabIndex(6);
     label2.set_Text("Набор адресов:");
     this.btnAdd.set_Location(new System.Drawing.Point(12, 0x47));
     this.btnAdd.set_Name("btnAdd");
     this.btnAdd.set_Size(new System.Drawing.Size(0x9f, 0x2b));
     this.btnAdd.set_TabIndex(2);
     this.btnAdd.set_Text("Добавить следующий");
     this.btnAdd.set_UseVisualStyleBackColor(true);
     this.btnAdd.add_Click(new System.EventHandler(this.btnAdd_Click));
     this.m_CalcButton.set_ImageAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.m_CalcButton.set_Location(new System.Drawing.Point(0xbf, 0x47));
     this.m_CalcButton.set_Name("m_CalcButton");
     this.m_CalcButton.set_Size(new System.Drawing.Size(0xcc, 0x2b));
     this.m_CalcButton.set_TabIndex(4);
     this.m_CalcButton.set_Text("Произвести начисление\r\nза текущий период");
     this.m_CalcButton.set_UseVisualStyleBackColor(true);
     this.m_CalcButton.add_Click(new System.EventHandler(this.m_CalcButton_Click));
     this.m_CalcWorker.add_DoWork(new DoWorkEventHandler(this.m_CalcWorker_DoWork));
     this.m_CalcWorker.add_RunWorkerCompleted(new RunWorkerCompletedEventHandler(this.m_CalcWorker_RunWorkerCompleted));
     this.selectAreaAddresses.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectAreaAddresses.IsByUser = false;
     this.selectAreaAddresses.set_Location(new System.Drawing.Point(12, 0x2d));
     this.selectAreaAddresses.set_Name("selectAreaAddresses");
     this.selectAreaAddresses.set_Size(new System.Drawing.Size(0x17f, 20));
     this.selectAreaAddresses.set_TabIndex(5);
     this.datePeriod.AttachToPeriod = false;
     this.datePeriod.DateBeginReadonly = true;
     this.datePeriod.DateEndReadonly = true;
     this.datePeriod.set_Location(new System.Drawing.Point(0xab, 7));
     this.datePeriod.set_Margin(new System.Windows.Forms.Padding(4));
     this.datePeriod.set_Name("datePeriod");
     this.datePeriod.set_Size(new System.Drawing.Size(0xe9, 0x17));
     this.datePeriod.set_TabIndex(3);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x197, 0x80));
     base.Controls.Add(label2);
     base.Controls.Add(this.selectAreaAddresses);
     base.Controls.Add(this.m_CalcButton);
     base.Controls.Add(this.datePeriod);
     base.Controls.Add(this.btnAdd);
     base.Controls.Add(label);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedDialog);
     base.set_MaximizeBox(false);
     base.set_MinimizeBox(false);
     this.set_MinimumSize(new System.Drawing.Size(0x19d, 0x98));
     base.set_Name("InitialCalculationForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("Расчет нового отчетного периода");
     base.add_Load(new System.EventHandler(this.CalcPeriodsForm_Load));
     base.add_FormClosing(new System.Windows.Forms.FormClosingEventHandler(this.CalcPeriodsForm_FormClosing));
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 9
0
 private void InitializeComponent()
 {
     this.components = new Container();
     System.Windows.Forms.DataGridViewCellStyle style = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style3 = new System.Windows.Forms.DataGridViewCellStyle();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(PayReestersOldForm));
     this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.tbxAccountNumber = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.dgvReestrs = new System.Windows.Forms.DataGridView();
     this.tsReesters = new System.Windows.Forms.ToolStrip();
     this.tsbtnLoad = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbtnProcessReesters = new System.Windows.Forms.ToolStripButton();
     this.tsProcessImage = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbtnRollbackReester = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbtnDeleteReester = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbtnItog = new System.Windows.Forms.ToolStripButton();
     this.splitContainer3 = new System.Windows.Forms.SplitContainer();
     this.panel2 = new System.Windows.Forms.Panel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.grbReestersRecords = new System.Windows.Forms.GroupBox();
     this.btnSearchReesterRecords = new System.Windows.Forms.Button();
     this.chbCheckedPeriod = new System.Windows.Forms.CheckBox();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.grbReesters = new System.Windows.Forms.GroupBox();
     this.btnSearchReesters = new System.Windows.Forms.Button();
     this.tbxNumber = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.tab = new System.Windows.Forms.TabControl();
     this.tabReesterRecordApx = new System.Windows.Forms.TabPage();
     this.tabChargeRelations = new System.Windows.Forms.TabPage();
     this.tabPaymentRelations = new System.Windows.Forms.TabPage();
     this.tabIndicationRelations = new System.Windows.Forms.TabPage();
     this.tabAccountServices = new System.Windows.Forms.TabPage();
     this.m_ProcessWorker = new BackgroundWorker();
     this.bsPayReestres = 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.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.fromDateDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.toDateDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.statusNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.numberDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.summDataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.recordsDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.reeTypeNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.paymentSystemDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.organizationDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.createdDataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.datePeriodRecord = new DatePeriodSelector();
     this.selectStatus2 = new SelectFasetData();
     this.datePeriod = new DatePeriod();
     this.selectStatus = new SelectFasetData();
     this.payReesterRecordsView = new PayReesterRecordsView();
     this.chargePayRelationsView = new JnPayRelationsView();
     this.paymentPayRelationsView = new JnPayRelationsView();
     this.counterIndicationPayRelationsView = new CounterIndicationPayRelationsView();
     this.accountServicesDecomposeView = new AccountServicesDecomposeView();
     this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn26 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn27 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn28 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn29 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn30 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn31 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn32 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn33 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn34 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn35 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn36 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn37 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn38 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn39 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn40 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn41 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn42 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn43 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn44 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn45 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn47 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn48 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn49 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn50 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn51 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn52 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn53 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn54 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn55 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn56 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn57 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn58 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn59 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn60 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn61 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn62 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn63 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn64 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn65 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn66 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn67 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn68 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn69 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn70 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn71 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn72 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn73 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn74 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn75 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn76 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn78 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn79 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn80 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn81 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn82 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn83 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn84 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn85 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn86 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn88 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn89 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn90 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn91 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn92 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn93 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn46 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn77 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn87 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgvReestrs.BeginInit();
     this.tsReesters.SuspendLayout();
     this.splitContainer3.Panel1.SuspendLayout();
     this.splitContainer3.Panel2.SuspendLayout();
     this.splitContainer3.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel1.SuspendLayout();
     this.grbReestersRecords.SuspendLayout();
     this.grbReesters.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.tab.SuspendLayout();
     this.tabChargeRelations.SuspendLayout();
     this.tabPaymentRelations.SuspendLayout();
     this.tabIndicationRelations.SuspendLayout();
     this.tabAccountServices.SuspendLayout();
     this.bsPayReestres.BeginInit();
     base.SuspendLayout();
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(5, 0x2d));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x2c, 13));
     this.label5.set_TabIndex(11);
     this.label5.set_Text("Статус:");
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(3, 70));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x27, 13));
     this.label4.set_TabIndex(10);
     this.label4.set_Text("ЛС №:");
     this.tbxAccountNumber.set_Location(new System.Drawing.Point(0x39, 0x41));
     this.tbxAccountNumber.set_Name("tbxAccountNumber");
     this.tbxAccountNumber.set_Size(new System.Drawing.Size(0x9c, 20));
     this.tbxAccountNumber.set_TabIndex(9);
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(5, 20));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x26, 13));
     this.label2.set_TabIndex(6);
     this.label2.set_Text("Даты:");
     this.dgvReestrs.set_AllowUserToAddRows(false);
     this.dgvReestrs.set_AllowUserToDeleteRows(false);
     this.dgvReestrs.set_AllowUserToOrderColumns(true);
     this.dgvReestrs.set_AutoGenerateColumns(false);
     this.dgvReestrs.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dgvReestrs.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.dgvReestrs.set_ColumnHeadersDefaultCellStyle(style);
     this.dgvReestrs.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvReestrs.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.fromDateDataGridViewTextBoxColumn1, this.toDateDataGridViewTextBoxColumn1, this.statusNameDataGridViewTextBoxColumn, this.numberDataGridViewTextBoxColumn, this.summDataGridViewTextBoxColumn2, this.recordsDataGridViewTextBoxColumn, this.reeTypeNameDataGridViewTextBoxColumn, this.paymentSystemDataGridViewTextBoxColumn, this.organizationDataGridViewTextBoxColumn, this.createdDataGridViewTextBoxColumn3 });
     this.dgvReestrs.set_DataSource(this.bsPayReestres);
     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.dgvReestrs.set_DefaultCellStyle(style2);
     this.dgvReestrs.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvReestrs.set_GridColor(System.Drawing.SystemColors.ControlLight);
     this.dgvReestrs.set_Location(new System.Drawing.Point(0, 0x19));
     this.dgvReestrs.set_Name("dgvReestrs");
     this.dgvReestrs.set_ReadOnly(true);
     style3.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft);
     style3.set_BackColor(System.Drawing.SystemColors.Control);
     style3.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     style3.set_ForeColor(System.Drawing.SystemColors.WindowText);
     style3.set_SelectionBackColor(System.Drawing.SystemColors.Highlight);
     style3.set_SelectionForeColor(System.Drawing.SystemColors.HighlightText);
     style3.set_WrapMode(System.Windows.Forms.DataGridViewTriState.True);
     this.dgvReestrs.set_RowHeadersDefaultCellStyle(style3);
     this.dgvReestrs.set_RowHeadersVisible(false);
     this.dgvReestrs.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvReestrs.set_Size(new System.Drawing.Size(0x235, 0xa8));
     this.dgvReestrs.set_TabIndex(2);
     this.tsReesters.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbtnLoad, this.toolStripSeparator2, this.tsbtnProcessReesters, this.tsProcessImage, this.toolStripSeparator3, this.tsbtnRollbackReester, this.toolStripSeparator1, this.tsbtnDeleteReester, this.toolStripSeparator4, this.tsbtnItog });
     this.tsReesters.set_Location(new System.Drawing.Point(0, 0));
     this.tsReesters.set_Name("tsReesters");
     this.tsReesters.set_Size(new System.Drawing.Size(0x235, 0x19));
     this.tsReesters.set_TabIndex(3);
     this.tsReesters.set_Text("toolStrip1");
     this.tsbtnLoad.set_Image(Resources.IMPORT);
     this.tsbtnLoad.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsbtnLoad.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbtnLoad.set_Name("tsbtnLoad");
     this.tsbtnLoad.set_Size(new System.Drawing.Size(0xa4, 0x16));
     this.tsbtnLoad.set_Text("Загрузить новый реестр");
     this.tsbtnLoad.add_Click(new System.EventHandler(this.tsbtnLoad_Click));
     this.toolStripSeparator2.set_Name("toolStripSeparator2");
     this.toolStripSeparator2.set_Size(new System.Drawing.Size(6, 0x19));
     this.tsbtnProcessReesters.set_Image(Resources.PROCESS);
     this.tsbtnProcessReesters.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsbtnProcessReesters.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbtnProcessReesters.set_Name("tsbtnProcessReesters");
     this.tsbtnProcessReesters.set_Size(new System.Drawing.Size(100, 0x16));
     this.tsbtnProcessReesters.set_Text("Обработать");
     this.tsbtnProcessReesters.add_Click(new System.EventHandler(this.tsbtnProcessReesters_Click));
     this.tsProcessImage.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsProcessImage.set_Image(Resources.LOADING);
     this.tsProcessImage.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsProcessImage.set_Name("tsProcessImage");
     this.tsProcessImage.set_Size(new System.Drawing.Size(0x17, 0x16));
     this.tsProcessImage.set_Text("toolStripButton1");
     this.tsProcessImage.set_Visible(false);
     this.toolStripSeparator3.set_Name("toolStripSeparator3");
     this.toolStripSeparator3.set_Size(new System.Drawing.Size(6, 0x19));
     this.tsbtnRollbackReester.set_Image(Resources.ROLLBACK);
     this.tsbtnRollbackReester.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbtnRollbackReester.set_Name("tsbtnRollbackReester");
     this.tsbtnRollbackReester.set_Size(new System.Drawing.Size(0x74, 0x16));
     this.tsbtnRollbackReester.set_Text("Откатить реестр");
     this.tsbtnRollbackReester.add_Click(new System.EventHandler(this.tsbtnRollbackReester_Click));
     this.toolStripSeparator1.set_Name("toolStripSeparator1");
     this.toolStripSeparator1.set_Size(new System.Drawing.Size(6, 0x19));
     this.tsbtnDeleteReester.set_Image(Resources.DELETE);
     this.tsbtnDeleteReester.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsbtnDeleteReester.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbtnDeleteReester.set_Name("tsbtnDeleteReester");
     this.tsbtnDeleteReester.set_Size(new System.Drawing.Size(0x77, 0x16));
     this.tsbtnDeleteReester.set_Text("Удалить реестр");
     this.tsbtnDeleteReester.add_Click(new System.EventHandler(this.tsbtnDeleteReester_Click));
     this.toolStripSeparator4.set_Name("toolStripSeparator4");
     this.toolStripSeparator4.set_Size(new System.Drawing.Size(6, 0x19));
     this.tsbtnItog.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbtnItog.set_Image((System.Drawing.Image) manager.GetObject("tsbtnItog.Image"));
     this.tsbtnItog.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbtnItog.set_Name("tsbtnItog");
     this.tsbtnItog.set_Size(new System.Drawing.Size(0x25, 0x13));
     this.tsbtnItog.set_Text("Итог");
     this.tsbtnItog.set_ToolTipText("Итог");
     this.tsbtnItog.add_Click(new System.EventHandler(this.tsbtnItog_Click));
     this.splitContainer3.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.splitContainer3.set_Location(new System.Drawing.Point(0, 0));
     this.splitContainer3.set_Name("splitContainer3");
     this.splitContainer3.set_Orientation(System.Windows.Forms.Orientation.Horizontal);
     this.splitContainer3.Panel1.Controls.Add(this.panel2);
     this.splitContainer3.Panel1.Controls.Add(this.panel1);
     this.splitContainer3.Panel2.Controls.Add(this.splitContainer1);
     this.splitContainer3.set_Size(new System.Drawing.Size(0x35d, 0x254));
     this.splitContainer3.set_SplitterDistance(0xc1);
     this.splitContainer3.set_TabIndex(8);
     this.panel2.Controls.Add(this.dgvReestrs);
     this.panel2.Controls.Add(this.tsReesters);
     this.panel2.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.panel2.set_Location(new System.Drawing.Point(0x128, 0));
     this.panel2.set_Name("panel2");
     this.panel2.set_Size(new System.Drawing.Size(0x235, 0xc1));
     this.panel2.set_TabIndex(9);
     this.panel1.Controls.Add(this.grbReestersRecords);
     this.panel1.Controls.Add(this.grbReesters);
     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(0x128, 0xc1));
     this.panel1.set_TabIndex(8);
     this.grbReestersRecords.Controls.Add(this.btnSearchReesterRecords);
     this.grbReestersRecords.Controls.Add(this.chbCheckedPeriod);
     this.grbReestersRecords.Controls.Add(this.datePeriodRecord);
     this.grbReestersRecords.Controls.Add(this.label7);
     this.grbReestersRecords.Controls.Add(this.selectStatus2);
     this.grbReestersRecords.Controls.Add(this.label6);
     this.grbReestersRecords.Controls.Add(this.tbxAccountNumber);
     this.grbReestersRecords.Controls.Add(this.label4);
     this.grbReestersRecords.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.grbReestersRecords.set_Location(new System.Drawing.Point(0, 100));
     this.grbReestersRecords.set_Name("grbReestersRecords");
     this.grbReestersRecords.set_Size(new System.Drawing.Size(0x128, 0x5d));
     this.grbReestersRecords.set_TabIndex(14);
     this.grbReestersRecords.set_TabStop(false);
     this.grbReestersRecords.set_Text("Поиск записей реестров");
     this.btnSearchReesterRecords.set_Location(new System.Drawing.Point(0xdb, 0x3f));
     this.btnSearchReesterRecords.set_Name("btnSearchReesterRecords");
     this.btnSearchReesterRecords.set_Size(new System.Drawing.Size(70, 0x16));
     this.btnSearchReesterRecords.set_TabIndex(0x10);
     this.btnSearchReesterRecords.set_Text("Поиск");
     this.btnSearchReesterRecords.set_UseVisualStyleBackColor(true);
     this.btnSearchReesterRecords.add_Click(new System.EventHandler(this.btnSearchReesterRecords_Click));
     this.chbCheckedPeriod.set_AutoSize(true);
     this.chbCheckedPeriod.set_Location(new System.Drawing.Point(180, 0x11));
     this.chbCheckedPeriod.set_Name("chbCheckedPeriod");
     this.chbCheckedPeriod.set_Size(new System.Drawing.Size(120, 0x11));
     this.chbCheckedPeriod.set_TabIndex(0x12);
     this.chbCheckedPeriod.set_Text("Учитывать период");
     this.chbCheckedPeriod.set_UseVisualStyleBackColor(true);
     this.label7.set_AutoSize(true);
     this.label7.set_Location(new System.Drawing.Point(3, 0x12));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(0x30, 13));
     this.label7.set_TabIndex(15);
     this.label7.set_Text("Период:");
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(3, 0x2b));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(0x2c, 13));
     this.label6.set_TabIndex(13);
     this.label6.set_Text("Статус:");
     this.grbReesters.Controls.Add(this.btnSearchReesters);
     this.grbReesters.Controls.Add(this.tbxNumber);
     this.grbReesters.Controls.Add(this.label3);
     this.grbReesters.Controls.Add(this.datePeriod);
     this.grbReesters.Controls.Add(this.selectStatus);
     this.grbReesters.Controls.Add(this.label2);
     this.grbReesters.Controls.Add(this.label5);
     this.grbReesters.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.grbReesters.set_Location(new System.Drawing.Point(0, 0));
     this.grbReesters.set_Name("grbReesters");
     this.grbReesters.set_Size(new System.Drawing.Size(0x128, 100));
     this.grbReesters.set_TabIndex(13);
     this.grbReesters.set_TabStop(false);
     this.grbReesters.set_Text("Поиск реестров");
     this.btnSearchReesters.set_Location(new System.Drawing.Point(0xdb, 0x45));
     this.btnSearchReesters.set_Name("btnSearchReesters");
     this.btnSearchReesters.set_Size(new System.Drawing.Size(70, 0x16));
     this.btnSearchReesters.set_TabIndex(15);
     this.btnSearchReesters.set_Text("Поиск");
     this.btnSearchReesters.set_UseVisualStyleBackColor(true);
     this.btnSearchReesters.add_Click(new System.EventHandler(this.btnSearchReesters_Click));
     this.tbxNumber.set_Location(new System.Drawing.Point(0x5b, 0x45));
     this.tbxNumber.set_Name("tbxNumber");
     this.tbxNumber.set_Size(new System.Drawing.Size(0x7d, 20));
     this.tbxNumber.set_TabIndex(13);
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(4, 0x48));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x58, 13));
     this.label3.set_TabIndex(14);
     this.label3.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.set_Orientation(System.Windows.Forms.Orientation.Horizontal);
     this.splitContainer1.Panel1.Controls.Add(this.payReesterRecordsView);
     this.splitContainer1.Panel2.Controls.Add(this.tab);
     this.splitContainer1.set_Size(new System.Drawing.Size(0x35d, 0x18f));
     this.splitContainer1.set_SplitterDistance(0x9e);
     this.splitContainer1.set_SplitterWidth(6);
     this.splitContainer1.set_TabIndex(6);
     this.tab.Controls.Add(this.tabReesterRecordApx);
     this.tab.Controls.Add(this.tabChargeRelations);
     this.tab.Controls.Add(this.tabPaymentRelations);
     this.tab.Controls.Add(this.tabIndicationRelations);
     this.tab.Controls.Add(this.tabAccountServices);
     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(0x35d, 0xeb));
     this.tab.set_TabIndex(1);
     this.tab.add_SelectedIndexChanged(new System.EventHandler(this.tab_SelectedIndexChanged));
     this.tabReesterRecordApx.set_Location(new System.Drawing.Point(4, 0x16));
     this.tabReesterRecordApx.set_Name("tabReesterRecordApx");
     this.tabReesterRecordApx.set_Padding(new System.Windows.Forms.Padding(3));
     this.tabReesterRecordApx.set_Size(new System.Drawing.Size(0x355, 0xd1));
     this.tabReesterRecordApx.set_TabIndex(6);
     this.tabReesterRecordApx.set_Text("Дополнение");
     this.tabReesterRecordApx.set_UseVisualStyleBackColor(true);
     this.tabChargeRelations.Controls.Add(this.chargePayRelationsView);
     this.tabChargeRelations.set_Location(new System.Drawing.Point(4, 0x16));
     this.tabChargeRelations.set_Name("tabChargeRelations");
     this.tabChargeRelations.set_Padding(new System.Windows.Forms.Padding(3));
     this.tabChargeRelations.set_Size(new System.Drawing.Size(0x355, 0xd1));
     this.tabChargeRelations.set_TabIndex(1);
     this.tabChargeRelations.set_Text("Начисления");
     this.tabChargeRelations.set_UseVisualStyleBackColor(true);
     this.tabPaymentRelations.Controls.Add(this.paymentPayRelationsView);
     this.tabPaymentRelations.set_Location(new System.Drawing.Point(4, 0x16));
     this.tabPaymentRelations.set_Name("tabPaymentRelations");
     this.tabPaymentRelations.set_Padding(new System.Windows.Forms.Padding(3));
     this.tabPaymentRelations.set_Size(new System.Drawing.Size(0x355, 0xd1));
     this.tabPaymentRelations.set_TabIndex(2);
     this.tabPaymentRelations.set_Text("Оплата");
     this.tabPaymentRelations.set_UseVisualStyleBackColor(true);
     this.tabIndicationRelations.Controls.Add(this.counterIndicationPayRelationsView);
     this.tabIndicationRelations.set_Location(new System.Drawing.Point(4, 0x16));
     this.tabIndicationRelations.set_Name("tabIndicationRelations");
     this.tabIndicationRelations.set_Size(new System.Drawing.Size(0x355, 0xd1));
     this.tabIndicationRelations.set_TabIndex(4);
     this.tabIndicationRelations.set_Text("Показания");
     this.tabIndicationRelations.set_UseVisualStyleBackColor(true);
     this.tabAccountServices.Controls.Add(this.accountServicesDecomposeView);
     this.tabAccountServices.set_Location(new System.Drawing.Point(4, 0x16));
     this.tabAccountServices.set_Name("tabAccountServices");
     this.tabAccountServices.set_Size(new System.Drawing.Size(0x355, 0xd1));
     this.tabAccountServices.set_TabIndex(5);
     this.tabAccountServices.set_Text("Разложить вручную");
     this.tabAccountServices.set_UseVisualStyleBackColor(true);
     this.m_ProcessWorker.add_DoWork(new DoWorkEventHandler(this.m_ProcessWorker_DoWork));
     this.m_ProcessWorker.add_RunWorkerCompleted(new RunWorkerCompletedEventHandler(this.m_ProcessWorker_RunWorkerCompleted));
     this.bsPayReestres.set_DataSource(typeof(PayReester));
     this.bsPayReestres.set_Sort("");
     this.bsPayReestres.add_CurrentChanged(new System.EventHandler(this.bsReestrs_CurrentChanged));
     this.dataGridViewTextBoxColumn1.set_DataPropertyName("ReeType");
     this.dataGridViewTextBoxColumn1.set_HeaderText("ReeType");
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn1.set_Width(0x58);
     this.dataGridViewTextBoxColumn2.set_DataPropertyName("Service");
     this.dataGridViewTextBoxColumn2.set_HeaderText("Service");
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.dataGridViewTextBoxColumn2.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn2.set_Width(0x69);
     this.dataGridViewTextBoxColumn3.set_DataPropertyName("Direction");
     this.dataGridViewTextBoxColumn3.set_HeaderText("Direction");
     this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3");
     this.dataGridViewTextBoxColumn3.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn3.set_Width(0x42);
     this.dataGridViewTextBoxColumn4.set_DataPropertyName("FileName");
     this.dataGridViewTextBoxColumn4.set_HeaderText("FileName");
     this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4");
     this.dataGridViewTextBoxColumn4.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn4.set_Width(0x42);
     this.dataGridViewTextBoxColumn5.set_DataPropertyName("ApartmentNumber");
     this.dataGridViewTextBoxColumn5.set_HeaderText("ApartmentNumber");
     this.dataGridViewTextBoxColumn5.set_Name("dataGridViewTextBoxColumn5");
     this.dataGridViewTextBoxColumn5.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn5.set_Width(0x7c);
     this.dataGridViewTextBoxColumn6.set_DataPropertyName("ServiceCodeName");
     this.dataGridViewTextBoxColumn6.set_HeaderText("ServiceCodeName");
     this.dataGridViewTextBoxColumn6.set_Name("dataGridViewTextBoxColumn6");
     this.dataGridViewTextBoxColumn6.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn6.set_Width(0x58);
     this.dataGridViewTextBoxColumn7.set_DataPropertyName("Id");
     this.dataGridViewTextBoxColumn7.set_HeaderText("Id");
     this.dataGridViewTextBoxColumn7.set_Name("dataGridViewTextBoxColumn7");
     this.dataGridViewTextBoxColumn7.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn7.set_Width(0x63);
     this.dataGridViewTextBoxColumn8.set_DataPropertyName("HouseHolderCode");
     this.dataGridViewTextBoxColumn8.set_HeaderText("HouseHolderCode");
     this.dataGridViewTextBoxColumn8.set_Name("dataGridViewTextBoxColumn8");
     this.dataGridViewTextBoxColumn8.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn8.set_Width(0x6a);
     this.dataGridViewTextBoxColumn9.set_DataPropertyName("Summ");
     this.dataGridViewTextBoxColumn9.set_HeaderText("Summ");
     this.dataGridViewTextBoxColumn9.set_Name("dataGridViewTextBoxColumn9");
     this.dataGridViewTextBoxColumn9.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn9.set_Width(0x42);
     this.dataGridViewTextBoxColumn10.set_DataPropertyName("AccountServiceToDate");
     this.dataGridViewTextBoxColumn10.set_HeaderText("AccountServiceToDate");
     this.dataGridViewTextBoxColumn10.set_Name("dataGridViewTextBoxColumn10");
     this.dataGridViewTextBoxColumn10.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn10.set_Width(5);
     this.fromDateDataGridViewTextBoxColumn1.set_DataPropertyName("FromDate");
     this.fromDateDataGridViewTextBoxColumn1.set_HeaderText("С");
     this.fromDateDataGridViewTextBoxColumn1.set_Name("fromDateDataGridViewTextBoxColumn1");
     this.fromDateDataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.fromDateDataGridViewTextBoxColumn1.set_Width(0x27);
     this.toDateDataGridViewTextBoxColumn1.set_DataPropertyName("ToDate");
     this.toDateDataGridViewTextBoxColumn1.set_HeaderText("По");
     this.toDateDataGridViewTextBoxColumn1.set_Name("toDateDataGridViewTextBoxColumn1");
     this.toDateDataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.toDateDataGridViewTextBoxColumn1.set_Width(0x2e);
     this.statusNameDataGridViewTextBoxColumn.set_DataPropertyName("StatusName");
     this.statusNameDataGridViewTextBoxColumn.set_HeaderText("Статус");
     this.statusNameDataGridViewTextBoxColumn.set_Name("statusNameDataGridViewTextBoxColumn");
     this.statusNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.statusNameDataGridViewTextBoxColumn.set_Width(0x42);
     this.numberDataGridViewTextBoxColumn.set_DataPropertyName("Number");
     this.numberDataGridViewTextBoxColumn.set_HeaderText("Номер");
     this.numberDataGridViewTextBoxColumn.set_Name("numberDataGridViewTextBoxColumn");
     this.numberDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.numberDataGridViewTextBoxColumn.set_Width(0x42);
     this.summDataGridViewTextBoxColumn2.set_DataPropertyName("Summ");
     this.summDataGridViewTextBoxColumn2.set_HeaderText("Сумма");
     this.summDataGridViewTextBoxColumn2.set_Name("summDataGridViewTextBoxColumn2");
     this.summDataGridViewTextBoxColumn2.set_ReadOnly(true);
     this.summDataGridViewTextBoxColumn2.set_Width(0x42);
     this.recordsDataGridViewTextBoxColumn.set_DataPropertyName("Records");
     this.recordsDataGridViewTextBoxColumn.set_HeaderText("Записей");
     this.recordsDataGridViewTextBoxColumn.set_Name("recordsDataGridViewTextBoxColumn");
     this.recordsDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.recordsDataGridViewTextBoxColumn.set_Width(0x4b);
     this.reeTypeNameDataGridViewTextBoxColumn.set_DataPropertyName("ReeTypeName");
     this.reeTypeNameDataGridViewTextBoxColumn.set_HeaderText("Тип реестра");
     this.reeTypeNameDataGridViewTextBoxColumn.set_Name("reeTypeNameDataGridViewTextBoxColumn");
     this.reeTypeNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.reeTypeNameDataGridViewTextBoxColumn.set_Width(0x58);
     this.paymentSystemDataGridViewTextBoxColumn.set_DataPropertyName("PaymentSystem");
     this.paymentSystemDataGridViewTextBoxColumn.set_HeaderText("Система оплаты");
     this.paymentSystemDataGridViewTextBoxColumn.set_Name("paymentSystemDataGridViewTextBoxColumn");
     this.paymentSystemDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.paymentSystemDataGridViewTextBoxColumn.set_Width(0x6a);
     this.organizationDataGridViewTextBoxColumn.set_DataPropertyName("Organization");
     this.organizationDataGridViewTextBoxColumn.set_HeaderText("Организация");
     this.organizationDataGridViewTextBoxColumn.set_Name("organizationDataGridViewTextBoxColumn");
     this.organizationDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.organizationDataGridViewTextBoxColumn.set_Width(0x63);
     this.createdDataGridViewTextBoxColumn3.set_DataPropertyName("Created");
     this.createdDataGridViewTextBoxColumn3.set_HeaderText("Создан");
     this.createdDataGridViewTextBoxColumn3.set_Name("createdDataGridViewTextBoxColumn3");
     this.createdDataGridViewTextBoxColumn3.set_ReadOnly(true);
     this.createdDataGridViewTextBoxColumn3.set_Width(0x45);
     this.datePeriodRecord.set_Location(new System.Drawing.Point(0x39, 0x10));
     this.datePeriodRecord.set_Name("datePeriodRecord");
     this.datePeriodRecord.set_Size(new System.Drawing.Size(0x51, 0x15));
     this.datePeriodRecord.set_TabIndex(0x11);
     this.selectStatus2.set_FormattingEnabled(true);
     this.selectStatus2.set_Location(new System.Drawing.Point(0x39, 40));
     this.selectStatus2.set_Name("selectStatus2");
     this.selectStatus2.set_Size(new System.Drawing.Size(0xe8, 0x15));
     this.selectStatus2.set_Sorted(true);
     this.selectStatus2.set_TabIndex(14);
     this.datePeriod.AttachToPeriod = false;
     this.datePeriod.DateBeginReadonly = false;
     this.datePeriod.DateEndReadonly = false;
     this.datePeriod.set_Location(new System.Drawing.Point(0x40, 20));
     this.datePeriod.set_Margin(new System.Windows.Forms.Padding(5, 4, 5, 4));
     this.datePeriod.set_Name("datePeriod");
     this.datePeriod.set_Size(new System.Drawing.Size(0xe1, 0x17));
     this.datePeriod.set_TabIndex(5);
     this.selectStatus.set_FormattingEnabled(true);
     this.selectStatus.set_Location(new System.Drawing.Point(0x5b, 0x2d));
     this.selectStatus.set_Name("selectStatus");
     this.selectStatus.set_Size(new System.Drawing.Size(0xc6, 0x15));
     this.selectStatus.set_Sorted(true);
     this.selectStatus.set_TabIndex(12);
     this.payReesterRecordsView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.payReesterRecordsView.set_Location(new System.Drawing.Point(0, 0));
     this.payReesterRecordsView.set_Name("payReesterRecordsView");
     this.payReesterRecordsView.set_Size(new System.Drawing.Size(0x35d, 0x9e));
     this.payReesterRecordsView.set_TabIndex(1);
     this.chargePayRelationsView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.chargePayRelationsView.set_Location(new System.Drawing.Point(3, 3));
     this.chargePayRelationsView.set_Name("chargePayRelationsView");
     this.chargePayRelationsView.set_Size(new System.Drawing.Size(0x34f, 0xcb));
     this.chargePayRelationsView.set_TabIndex(2);
     this.paymentPayRelationsView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.paymentPayRelationsView.set_Location(new System.Drawing.Point(3, 3));
     this.paymentPayRelationsView.set_Name("paymentPayRelationsView");
     this.paymentPayRelationsView.set_Size(new System.Drawing.Size(0x34f, 0xcb));
     this.paymentPayRelationsView.set_TabIndex(1);
     this.counterIndicationPayRelationsView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.counterIndicationPayRelationsView.set_Location(new System.Drawing.Point(0, 0));
     this.counterIndicationPayRelationsView.set_Name("counterIndicationPayRelationsView");
     this.counterIndicationPayRelationsView.set_Size(new System.Drawing.Size(0x355, 0xd1));
     this.counterIndicationPayRelationsView.set_TabIndex(0);
     this.accountServicesDecomposeView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.accountServicesDecomposeView.set_Location(new System.Drawing.Point(0, 0));
     this.accountServicesDecomposeView.set_Name("accountServicesDecomposeView");
     this.accountServicesDecomposeView.set_Size(new System.Drawing.Size(0x355, 0xd1));
     this.accountServicesDecomposeView.set_TabIndex(0);
     this.dataGridViewTextBoxColumn11.set_DataPropertyName("OldId");
     this.dataGridViewTextBoxColumn11.set_HeaderText("OldId");
     this.dataGridViewTextBoxColumn11.set_Name("dataGridViewTextBoxColumn11");
     this.dataGridViewTextBoxColumn11.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn13.set_DataPropertyName("Created");
     this.dataGridViewTextBoxColumn13.set_HeaderText("Created");
     this.dataGridViewTextBoxColumn13.set_Name("dataGridViewTextBoxColumn13");
     this.dataGridViewTextBoxColumn13.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn14.set_DataPropertyName("ServiceTypeName");
     this.dataGridViewTextBoxColumn14.set_HeaderText("ServiceTypeName");
     this.dataGridViewTextBoxColumn14.set_Name("dataGridViewTextBoxColumn14");
     this.dataGridViewTextBoxColumn14.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn15.set_DataPropertyName("ServiceTypeId");
     this.dataGridViewTextBoxColumn15.set_HeaderText("ServiceTypeId");
     this.dataGridViewTextBoxColumn15.set_Name("dataGridViewTextBoxColumn15");
     this.dataGridViewTextBoxColumn15.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn16.set_DataPropertyName("Period");
     this.dataGridViewTextBoxColumn16.set_HeaderText("Period");
     this.dataGridViewTextBoxColumn16.set_Name("dataGridViewTextBoxColumn16");
     this.dataGridViewTextBoxColumn16.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn17.set_DataPropertyName("ServiceName");
     this.dataGridViewTextBoxColumn17.set_HeaderText("ServiceName");
     this.dataGridViewTextBoxColumn17.set_Name("dataGridViewTextBoxColumn17");
     this.dataGridViewTextBoxColumn17.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn18.set_DataPropertyName("ApartmentAddrId");
     this.dataGridViewTextBoxColumn18.set_HeaderText("ApartmentAddrId");
     this.dataGridViewTextBoxColumn18.set_Name("dataGridViewTextBoxColumn18");
     this.dataGridViewTextBoxColumn18.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn19.set_DataPropertyName("ProviderId");
     this.dataGridViewTextBoxColumn19.set_HeaderText("ProviderId");
     this.dataGridViewTextBoxColumn19.set_Name("dataGridViewTextBoxColumn19");
     this.dataGridViewTextBoxColumn19.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn20.set_DataPropertyName("ServiceId");
     this.dataGridViewTextBoxColumn20.set_HeaderText("ServiceId");
     this.dataGridViewTextBoxColumn20.set_Name("dataGridViewTextBoxColumn20");
     this.dataGridViewTextBoxColumn20.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn21.set_DataPropertyName("ApartmentAddrName");
     this.dataGridViewTextBoxColumn21.set_HeaderText("ApartmentAddrName");
     this.dataGridViewTextBoxColumn21.set_Name("dataGridViewTextBoxColumn21");
     this.dataGridViewTextBoxColumn21.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn22.set_DataPropertyName("ServiceCode");
     this.dataGridViewTextBoxColumn22.set_HeaderText("ServiceCode");
     this.dataGridViewTextBoxColumn22.set_Name("dataGridViewTextBoxColumn22");
     this.dataGridViewTextBoxColumn22.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn23.set_DataPropertyName("ProviderCode");
     this.dataGridViewTextBoxColumn23.set_HeaderText("ProviderCode");
     this.dataGridViewTextBoxColumn23.set_Name("dataGridViewTextBoxColumn23");
     this.dataGridViewTextBoxColumn23.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn24.set_DataPropertyName("GroupOperId");
     this.dataGridViewTextBoxColumn24.set_HeaderText("GroupOperId");
     this.dataGridViewTextBoxColumn24.set_Name("dataGridViewTextBoxColumn24");
     this.dataGridViewTextBoxColumn24.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn25.set_DataPropertyName("CalcOperName");
     this.dataGridViewTextBoxColumn25.set_HeaderText("CalcOperName");
     this.dataGridViewTextBoxColumn25.set_Name("dataGridViewTextBoxColumn25");
     this.dataGridViewTextBoxColumn25.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn26.set_DataPropertyName("HouseHolderName");
     this.dataGridViewTextBoxColumn26.set_HeaderText("HouseHolderName");
     this.dataGridViewTextBoxColumn26.set_Name("dataGridViewTextBoxColumn26");
     this.dataGridViewTextBoxColumn26.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn27.set_DataPropertyName("AccountNumber");
     this.dataGridViewTextBoxColumn27.set_HeaderText("AccountNumber");
     this.dataGridViewTextBoxColumn27.set_Name("dataGridViewTextBoxColumn27");
     this.dataGridViewTextBoxColumn27.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn28.set_DataPropertyName("AccountOwnerName");
     this.dataGridViewTextBoxColumn28.set_HeaderText("AccountOwnerName");
     this.dataGridViewTextBoxColumn28.set_Name("dataGridViewTextBoxColumn28");
     this.dataGridViewTextBoxColumn28.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn29.set_DataPropertyName("OriginalSumm");
     this.dataGridViewTextBoxColumn29.set_HeaderText("OriginalSumm");
     this.dataGridViewTextBoxColumn29.set_Name("dataGridViewTextBoxColumn29");
     this.dataGridViewTextBoxColumn29.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn30.set_DataPropertyName("ApartmentParentAddrId");
     this.dataGridViewTextBoxColumn30.set_HeaderText("ApartmentParentAddrId");
     this.dataGridViewTextBoxColumn30.set_Name("dataGridViewTextBoxColumn30");
     this.dataGridViewTextBoxColumn30.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn31.set_DataPropertyName("AccountServiceFromDate");
     this.dataGridViewTextBoxColumn31.set_HeaderText("AccountServiceFromDate");
     this.dataGridViewTextBoxColumn31.set_Name("dataGridViewTextBoxColumn31");
     this.dataGridViewTextBoxColumn31.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn32.set_DataPropertyName("CalcOperId");
     this.dataGridViewTextBoxColumn32.set_HeaderText("CalcOperId");
     this.dataGridViewTextBoxColumn32.set_Name("dataGridViewTextBoxColumn32");
     this.dataGridViewTextBoxColumn32.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn33.set_DataPropertyName("AccountId");
     this.dataGridViewTextBoxColumn33.set_HeaderText("AccountId");
     this.dataGridViewTextBoxColumn33.set_Name("dataGridViewTextBoxColumn33");
     this.dataGridViewTextBoxColumn33.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn34.set_DataPropertyName("AccountOwnerId");
     this.dataGridViewTextBoxColumn34.set_HeaderText("AccountOwnerId");
     this.dataGridViewTextBoxColumn34.set_Name("dataGridViewTextBoxColumn34");
     this.dataGridViewTextBoxColumn34.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn35.set_DataPropertyName("HouseHolderId");
     this.dataGridViewTextBoxColumn35.set_HeaderText("HouseHolderId");
     this.dataGridViewTextBoxColumn35.set_Name("dataGridViewTextBoxColumn35");
     this.dataGridViewTextBoxColumn35.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn36.set_DataPropertyName("AccountServiceId");
     this.dataGridViewTextBoxColumn36.set_HeaderText("AccountServiceId");
     this.dataGridViewTextBoxColumn36.set_Name("dataGridViewTextBoxColumn36");
     this.dataGridViewTextBoxColumn36.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn37.set_DataPropertyName("ApartmentId");
     this.dataGridViewTextBoxColumn37.set_HeaderText("ApartmentId");
     this.dataGridViewTextBoxColumn37.set_Name("dataGridViewTextBoxColumn37");
     this.dataGridViewTextBoxColumn37.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn38.set_DataPropertyName("ProviderName");
     this.dataGridViewTextBoxColumn38.set_HeaderText("ProviderName");
     this.dataGridViewTextBoxColumn38.set_Name("dataGridViewTextBoxColumn38");
     this.dataGridViewTextBoxColumn38.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn39.set_DataPropertyName("ApartmentNumber");
     this.dataGridViewTextBoxColumn39.set_HeaderText("ApartmentNumber");
     this.dataGridViewTextBoxColumn39.set_Name("dataGridViewTextBoxColumn39");
     this.dataGridViewTextBoxColumn39.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn40.set_DataPropertyName("ServiceCodeName");
     this.dataGridViewTextBoxColumn40.set_HeaderText("ServiceCodeName");
     this.dataGridViewTextBoxColumn40.set_Name("dataGridViewTextBoxColumn40");
     this.dataGridViewTextBoxColumn40.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn41.set_DataPropertyName("Id");
     this.dataGridViewTextBoxColumn41.set_HeaderText("Id");
     this.dataGridViewTextBoxColumn41.set_Name("dataGridViewTextBoxColumn41");
     this.dataGridViewTextBoxColumn41.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn42.set_DataPropertyName("HouseHolderCode");
     this.dataGridViewTextBoxColumn42.set_HeaderText("HouseHolderCode");
     this.dataGridViewTextBoxColumn42.set_Name("dataGridViewTextBoxColumn42");
     this.dataGridViewTextBoxColumn42.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn43.set_DataPropertyName("Summ");
     this.dataGridViewTextBoxColumn43.set_HeaderText("Summ");
     this.dataGridViewTextBoxColumn43.set_Name("dataGridViewTextBoxColumn43");
     this.dataGridViewTextBoxColumn43.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn44.set_DataPropertyName("AccountServiceToDate");
     this.dataGridViewTextBoxColumn44.set_HeaderText("AccountServiceToDate");
     this.dataGridViewTextBoxColumn44.set_Name("dataGridViewTextBoxColumn44");
     this.dataGridViewTextBoxColumn44.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn45.set_DataPropertyName("OldId");
     this.dataGridViewTextBoxColumn45.set_HeaderText("OldId");
     this.dataGridViewTextBoxColumn45.set_Name("dataGridViewTextBoxColumn45");
     this.dataGridViewTextBoxColumn45.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn47.set_DataPropertyName("Created");
     this.dataGridViewTextBoxColumn47.set_HeaderText("Created");
     this.dataGridViewTextBoxColumn47.set_Name("dataGridViewTextBoxColumn47");
     this.dataGridViewTextBoxColumn47.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn48.set_DataPropertyName("ServiceTypeName");
     this.dataGridViewTextBoxColumn48.set_HeaderText("ServiceTypeName");
     this.dataGridViewTextBoxColumn48.set_Name("dataGridViewTextBoxColumn48");
     this.dataGridViewTextBoxColumn48.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn49.set_DataPropertyName("ServiceTypeId");
     this.dataGridViewTextBoxColumn49.set_HeaderText("ServiceTypeId");
     this.dataGridViewTextBoxColumn49.set_Name("dataGridViewTextBoxColumn49");
     this.dataGridViewTextBoxColumn49.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn50.set_DataPropertyName("Period");
     this.dataGridViewTextBoxColumn50.set_HeaderText("Period");
     this.dataGridViewTextBoxColumn50.set_Name("dataGridViewTextBoxColumn50");
     this.dataGridViewTextBoxColumn50.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn51.set_DataPropertyName("ServiceName");
     this.dataGridViewTextBoxColumn51.set_HeaderText("ServiceName");
     this.dataGridViewTextBoxColumn51.set_Name("dataGridViewTextBoxColumn51");
     this.dataGridViewTextBoxColumn51.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn52.set_DataPropertyName("ApartmentAddrId");
     this.dataGridViewTextBoxColumn52.set_HeaderText("ApartmentAddrId");
     this.dataGridViewTextBoxColumn52.set_Name("dataGridViewTextBoxColumn52");
     this.dataGridViewTextBoxColumn52.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn53.set_DataPropertyName("ProviderId");
     this.dataGridViewTextBoxColumn53.set_HeaderText("ProviderId");
     this.dataGridViewTextBoxColumn53.set_Name("dataGridViewTextBoxColumn53");
     this.dataGridViewTextBoxColumn53.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn54.set_DataPropertyName("ServiceId");
     this.dataGridViewTextBoxColumn54.set_HeaderText("ServiceId");
     this.dataGridViewTextBoxColumn54.set_Name("dataGridViewTextBoxColumn54");
     this.dataGridViewTextBoxColumn54.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn55.set_DataPropertyName("ApartmentAddrName");
     this.dataGridViewTextBoxColumn55.set_HeaderText("ApartmentAddrName");
     this.dataGridViewTextBoxColumn55.set_Name("dataGridViewTextBoxColumn55");
     this.dataGridViewTextBoxColumn55.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn56.set_DataPropertyName("ServiceCode");
     this.dataGridViewTextBoxColumn56.set_HeaderText("ServiceCode");
     this.dataGridViewTextBoxColumn56.set_Name("dataGridViewTextBoxColumn56");
     this.dataGridViewTextBoxColumn56.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn57.set_DataPropertyName("ProviderCode");
     this.dataGridViewTextBoxColumn57.set_HeaderText("ProviderCode");
     this.dataGridViewTextBoxColumn57.set_Name("dataGridViewTextBoxColumn57");
     this.dataGridViewTextBoxColumn57.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn58.set_DataPropertyName("GroupOperId");
     this.dataGridViewTextBoxColumn58.set_HeaderText("GroupOperId");
     this.dataGridViewTextBoxColumn58.set_Name("dataGridViewTextBoxColumn58");
     this.dataGridViewTextBoxColumn58.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn59.set_DataPropertyName("CalcOperName");
     this.dataGridViewTextBoxColumn59.set_HeaderText("CalcOperName");
     this.dataGridViewTextBoxColumn59.set_Name("dataGridViewTextBoxColumn59");
     this.dataGridViewTextBoxColumn59.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn60.set_DataPropertyName("HouseHolderName");
     this.dataGridViewTextBoxColumn60.set_HeaderText("HouseHolderName");
     this.dataGridViewTextBoxColumn60.set_Name("dataGridViewTextBoxColumn60");
     this.dataGridViewTextBoxColumn60.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn61.set_DataPropertyName("AccountNumber");
     this.dataGridViewTextBoxColumn61.set_HeaderText("AccountNumber");
     this.dataGridViewTextBoxColumn61.set_Name("dataGridViewTextBoxColumn61");
     this.dataGridViewTextBoxColumn61.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn62.set_DataPropertyName("AccountOwnerName");
     this.dataGridViewTextBoxColumn62.set_HeaderText("AccountOwnerName");
     this.dataGridViewTextBoxColumn62.set_Name("dataGridViewTextBoxColumn62");
     this.dataGridViewTextBoxColumn62.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn63.set_DataPropertyName("OriginalSumm");
     this.dataGridViewTextBoxColumn63.set_HeaderText("OriginalSumm");
     this.dataGridViewTextBoxColumn63.set_Name("dataGridViewTextBoxColumn63");
     this.dataGridViewTextBoxColumn63.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn64.set_DataPropertyName("ApartmentParentAddrId");
     this.dataGridViewTextBoxColumn64.set_HeaderText("ApartmentParentAddrId");
     this.dataGridViewTextBoxColumn64.set_Name("dataGridViewTextBoxColumn64");
     this.dataGridViewTextBoxColumn64.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn65.set_DataPropertyName("AccountServiceFromDate");
     this.dataGridViewTextBoxColumn65.set_HeaderText("AccountServiceFromDate");
     this.dataGridViewTextBoxColumn65.set_Name("dataGridViewTextBoxColumn65");
     this.dataGridViewTextBoxColumn65.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn66.set_DataPropertyName("CalcOperId");
     this.dataGridViewTextBoxColumn66.set_HeaderText("CalcOperId");
     this.dataGridViewTextBoxColumn66.set_Name("dataGridViewTextBoxColumn66");
     this.dataGridViewTextBoxColumn66.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn67.set_DataPropertyName("AccountId");
     this.dataGridViewTextBoxColumn67.set_HeaderText("AccountId");
     this.dataGridViewTextBoxColumn67.set_Name("dataGridViewTextBoxColumn67");
     this.dataGridViewTextBoxColumn67.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn68.set_DataPropertyName("AccountOwnerId");
     this.dataGridViewTextBoxColumn68.set_HeaderText("AccountOwnerId");
     this.dataGridViewTextBoxColumn68.set_Name("dataGridViewTextBoxColumn68");
     this.dataGridViewTextBoxColumn68.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn69.set_DataPropertyName("HouseHolderId");
     this.dataGridViewTextBoxColumn69.set_HeaderText("HouseHolderId");
     this.dataGridViewTextBoxColumn69.set_Name("dataGridViewTextBoxColumn69");
     this.dataGridViewTextBoxColumn69.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn70.set_DataPropertyName("AccountServiceId");
     this.dataGridViewTextBoxColumn70.set_HeaderText("AccountServiceId");
     this.dataGridViewTextBoxColumn70.set_Name("dataGridViewTextBoxColumn70");
     this.dataGridViewTextBoxColumn70.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn71.set_DataPropertyName("ApartmentId");
     this.dataGridViewTextBoxColumn71.set_HeaderText("ApartmentId");
     this.dataGridViewTextBoxColumn71.set_Name("dataGridViewTextBoxColumn71");
     this.dataGridViewTextBoxColumn71.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn72.set_DataPropertyName("ProviderName");
     this.dataGridViewTextBoxColumn72.set_HeaderText("ProviderName");
     this.dataGridViewTextBoxColumn72.set_Name("dataGridViewTextBoxColumn72");
     this.dataGridViewTextBoxColumn72.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn73.set_DataPropertyName("ValDate");
     this.dataGridViewTextBoxColumn73.set_HeaderText("ValDate");
     this.dataGridViewTextBoxColumn73.set_Name("dataGridViewTextBoxColumn73");
     this.dataGridViewTextBoxColumn73.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn74.set_DataPropertyName("Id");
     this.dataGridViewTextBoxColumn74.set_HeaderText("Id");
     this.dataGridViewTextBoxColumn74.set_Name("dataGridViewTextBoxColumn74");
     this.dataGridViewTextBoxColumn74.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn75.set_DataPropertyName("CounterFromDate");
     this.dataGridViewTextBoxColumn75.set_HeaderText("CounterFromDate");
     this.dataGridViewTextBoxColumn75.set_Name("dataGridViewTextBoxColumn75");
     this.dataGridViewTextBoxColumn75.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn76.set_DataPropertyName("CounterToDate");
     this.dataGridViewTextBoxColumn76.set_HeaderText("CounterToDate");
     this.dataGridViewTextBoxColumn76.set_Name("dataGridViewTextBoxColumn76");
     this.dataGridViewTextBoxColumn76.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn78.set_DataPropertyName("OrgDocumentId");
     this.dataGridViewTextBoxColumn78.set_HeaderText("OrgDocumentId");
     this.dataGridViewTextBoxColumn78.set_Name("dataGridViewTextBoxColumn78");
     this.dataGridViewTextBoxColumn78.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn79.set_DataPropertyName("CounterTypeName");
     this.dataGridViewTextBoxColumn79.set_HeaderText("CounterTypeName");
     this.dataGridViewTextBoxColumn79.set_Name("dataGridViewTextBoxColumn79");
     this.dataGridViewTextBoxColumn79.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn80.set_DataPropertyName("CounterName");
     this.dataGridViewTextBoxColumn80.set_HeaderText("CounterName");
     this.dataGridViewTextBoxColumn80.set_Name("dataGridViewTextBoxColumn80");
     this.dataGridViewTextBoxColumn80.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn81.set_DataPropertyName("Datee");
     this.dataGridViewTextBoxColumn81.set_HeaderText("Datee");
     this.dataGridViewTextBoxColumn81.set_Name("dataGridViewTextBoxColumn81");
     this.dataGridViewTextBoxColumn81.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn82.set_DataPropertyName("Dateb");
     this.dataGridViewTextBoxColumn82.set_HeaderText("Dateb");
     this.dataGridViewTextBoxColumn82.set_Name("dataGridViewTextBoxColumn82");
     this.dataGridViewTextBoxColumn82.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn83.set_DataPropertyName("Datec");
     this.dataGridViewTextBoxColumn83.set_HeaderText("Datec");
     this.dataGridViewTextBoxColumn83.set_Name("dataGridViewTextBoxColumn83");
     this.dataGridViewTextBoxColumn83.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn84.set_DataPropertyName("FromDate");
     this.dataGridViewTextBoxColumn84.set_HeaderText("FromDate");
     this.dataGridViewTextBoxColumn84.set_Name("dataGridViewTextBoxColumn84");
     this.dataGridViewTextBoxColumn84.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn85.set_DataPropertyName("ToDate");
     this.dataGridViewTextBoxColumn85.set_HeaderText("ToDate");
     this.dataGridViewTextBoxColumn85.set_Name("dataGridViewTextBoxColumn85");
     this.dataGridViewTextBoxColumn85.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn86.set_DataPropertyName("Val");
     this.dataGridViewTextBoxColumn86.set_HeaderText("Val");
     this.dataGridViewTextBoxColumn86.set_Name("dataGridViewTextBoxColumn86");
     this.dataGridViewTextBoxColumn86.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn88.set_DataPropertyName("Created");
     this.dataGridViewTextBoxColumn88.set_HeaderText("Created");
     this.dataGridViewTextBoxColumn88.set_Name("dataGridViewTextBoxColumn88");
     this.dataGridViewTextBoxColumn88.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn89.set_DataPropertyName("CounterId");
     this.dataGridViewTextBoxColumn89.set_HeaderText("CounterId");
     this.dataGridViewTextBoxColumn89.set_Name("dataGridViewTextBoxColumn89");
     this.dataGridViewTextBoxColumn89.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn90.set_DataPropertyName("ValTypeId");
     this.dataGridViewTextBoxColumn90.set_HeaderText("ValTypeId");
     this.dataGridViewTextBoxColumn90.set_Name("dataGridViewTextBoxColumn90");
     this.dataGridViewTextBoxColumn90.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn91.set_DataPropertyName("ValTypeName");
     this.dataGridViewTextBoxColumn91.set_HeaderText("ValTypeName");
     this.dataGridViewTextBoxColumn91.set_Name("dataGridViewTextBoxColumn91");
     this.dataGridViewTextBoxColumn91.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn92.set_DataPropertyName("CounterSize");
     this.dataGridViewTextBoxColumn92.set_HeaderText("CounterSize");
     this.dataGridViewTextBoxColumn92.set_Name("dataGridViewTextBoxColumn92");
     this.dataGridViewTextBoxColumn92.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn93.set_DataPropertyName("OrgDocumentView");
     this.dataGridViewTextBoxColumn93.set_HeaderText("OrgDocumentView");
     this.dataGridViewTextBoxColumn93.set_Name("dataGridViewTextBoxColumn93");
     this.dataGridViewTextBoxColumn93.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn12.set_DataPropertyName("ObjectWithIdType");
     this.dataGridViewTextBoxColumn12.set_HeaderText("ObjectWithIdType");
     this.dataGridViewTextBoxColumn12.set_Name("dataGridViewTextBoxColumn12");
     this.dataGridViewTextBoxColumn12.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn46.set_DataPropertyName("ObjectWithIdType");
     this.dataGridViewTextBoxColumn46.set_HeaderText("ObjectWithIdType");
     this.dataGridViewTextBoxColumn46.set_Name("dataGridViewTextBoxColumn46");
     this.dataGridViewTextBoxColumn46.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn77.set_DataPropertyName("ObjectWithIdType");
     this.dataGridViewTextBoxColumn77.set_HeaderText("ObjectWithIdType");
     this.dataGridViewTextBoxColumn77.set_Name("dataGridViewTextBoxColumn77");
     this.dataGridViewTextBoxColumn77.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn87.set_DataPropertyName("OrgDocument");
     this.dataGridViewTextBoxColumn87.set_HeaderText("OrgDocument");
     this.dataGridViewTextBoxColumn87.set_Name("dataGridViewTextBoxColumn87");
     this.dataGridViewTextBoxColumn87.set_ReadOnly(true);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x35d, 0x254));
     base.Controls.Add(this.splitContainer3);
     base.set_Name("PayReestersOldForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterParent);
     this.set_Text("Загрузка реестров");
     base.set_WindowState(System.Windows.Forms.FormWindowState.Maximized);
     base.add_Load(new System.EventHandler(this.PayReesters_Load));
     this.dgvReestrs.EndInit();
     this.tsReesters.ResumeLayout(false);
     this.tsReesters.PerformLayout();
     this.splitContainer3.Panel1.ResumeLayout(false);
     this.splitContainer3.Panel2.ResumeLayout(false);
     this.splitContainer3.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.grbReestersRecords.ResumeLayout(false);
     this.grbReestersRecords.PerformLayout();
     this.grbReesters.ResumeLayout(false);
     this.grbReesters.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.tab.ResumeLayout(false);
     this.tabChargeRelations.ResumeLayout(false);
     this.tabPaymentRelations.ResumeLayout(false);
     this.tabIndicationRelations.ResumeLayout(false);
     this.tabAccountServices.ResumeLayout(false);
     this.bsPayReestres.EndInit();
     base.ResumeLayout(false);
 }
Esempio n. 10
0
 private void InitializeComponent()
 {
     this.components = new Container();
     this.orgListBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.tcOrganizations = new System.Windows.Forms.TabControl();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.m_IsPaymentUseNegativeSumm = new System.Windows.Forms.CheckBox();
     this.m_IsPaymentUseNotice = new System.Windows.Forms.CheckBox();
     this.selectDistributePayment = new SelectFasetData();
     this.label13 = new System.Windows.Forms.Label();
     this.m_ChiefAccountant = new System.Windows.Forms.TextBox();
     this.m_ModeWk = new System.Windows.Forms.TextBox();
     this.m_IsContractEnded = new System.Windows.Forms.CheckBox();
     this.m_IsBankrupt = new System.Windows.Forms.CheckBox();
     this.m_Address = new System.Windows.Forms.TextBox();
     this.m_ManagerPosition = new System.Windows.Forms.TextBox();
     this.m_Manager = new System.Windows.Forms.TextBox();
     this.m_Fax = new System.Windows.Forms.TextBox();
     this.m_TelephoneEmergencyDispatchService = new System.Windows.Forms.TextBox();
     this.m_Phone = new System.Windows.Forms.TextBox();
     this.m_AddrInfo = new System.Windows.Forms.TextBox();
     this.m_Info = new System.Windows.Forms.TextBox();
     this.m_DatePeriod = new DatePeriod();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.m_isResourceProvider = new System.Windows.Forms.CheckBox();
     this.m_IsPaymentAgent = new System.Windows.Forms.CheckBox();
     this.m_IsServiceProvider = new System.Windows.Forms.CheckBox();
     this.m_IsFlatOwner = new System.Windows.Forms.CheckBox();
     this.m_IsHouseHolder = new System.Windows.Forms.CheckBox();
     this.m_IsBenefitTransferrer = new System.Windows.Forms.CheckBox();
     this.m_IsCashlessTransferrer = new System.Windows.Forms.CheckBox();
     this.cbParentOrg = new System.Windows.Forms.ComboBox();
     this.m_OGRN = new System.Windows.Forms.TextBox();
     this.m_KPP = new System.Windows.Forms.TextBox();
     this.m_INN = new System.Windows.Forms.TextBox();
     this.m_LongName = new System.Windows.Forms.TextBox();
     this.m_ShortName = new System.Windows.Forms.TextBox();
     this.m_Code = new System.Windows.Forms.TextBox();
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.orgWageBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.tabPage3 = new System.Windows.Forms.TabPage();
     this.organizationMaterialsView1 = new OrganizationMaterialsView();
     this.tbProperties = new System.Windows.Forms.TabPage();
     this.dgv = new System.Windows.Forms.DataGridView();
     this.propertyNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.propertyValueDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsOrganizarionProperties = new System.Windows.Forms.BindingSource(this.components);
     this.tsProperties = new System.Windows.Forms.ToolStrip();
     this.btnAddPropertie = new System.Windows.Forms.ToolStripButton();
     this.btnChangePropertie = new System.Windows.Forms.ToolStripButton();
     this.btnDeletePropertie = new System.Windows.Forms.ToolStripButton();
     this.orgMaterialBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.organizationWagesView1 = new OrganizationWagesView();
     System.Windows.Forms.Label label = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label2 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label3 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label4 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label5 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label6 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label7 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label8 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label9 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label10 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label11 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label12 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label13 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label14 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label15 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label16 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label17 = new System.Windows.Forms.Label();
     this.orgListBindingSource.BeginInit();
     this.tcOrganizations.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.orgWageBindingSource.BeginInit();
     this.tabPage3.SuspendLayout();
     this.tbProperties.SuspendLayout();
     this.dgv.BeginInit();
     this.bsOrganizarionProperties.BeginInit();
     this.tsProperties.SuspendLayout();
     this.orgMaterialBindingSource.BeginInit();
     base.SuspendLayout();
     label.set_AutoSize(true);
     label.set_Location(new System.Drawing.Point(2, 0x173));
     label.set_Name("label12");
     label.set_Size(new System.Drawing.Size(0x4e, 13));
     label.set_TabIndex(0x5d);
     label.set_Text("Гл. бухгалтер:");
     label2.set_AutoSize(true);
     label2.set_Location(new System.Drawing.Point(2, 0x10f));
     label2.set_Name("label10");
     label2.set_Size(new System.Drawing.Size(0x55, 13));
     label2.set_TabIndex(0x59);
     label2.set_Text("Режим работы:");
     label3.set_AutoSize(true);
     label3.set_Location(new System.Drawing.Point(2, 0x128));
     label3.set_Name("label8");
     label3.set_Size(new System.Drawing.Size(0x29, 13));
     label3.set_TabIndex(0x4e);
     label3.set_Text("Адрес:");
     label4.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     label4.set_AutoSize(true);
     label4.set_Location(new System.Drawing.Point(0x173, 0x15a));
     label4.set_Name("label6");
     label4.set_Size(new System.Drawing.Size(0x44, 13));
     label4.set_TabIndex(0x4d);
     label4.set_Text("Должность:");
     label5.set_AutoSize(true);
     label5.set_Location(new System.Drawing.Point(2, 0x15a));
     label5.set_Name("label7");
     label5.set_Size(new System.Drawing.Size(0x51, 13));
     label5.set_TabIndex(0x4b);
     label5.set_Text("Руководитель:");
     label6.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     label6.set_AutoSize(true);
     label6.set_Location(new System.Drawing.Point(0x173, 0x141));
     label6.set_Name("label5");
     label6.set_Size(new System.Drawing.Size(0x27, 13));
     label6.set_TabIndex(0x49);
     label6.set_Text("Факс:");
     label7.set_AutoSize(true);
     label7.set_Location(new System.Drawing.Point(2, 0x18c));
     label7.set_Name("label9");
     label7.set_Size(new System.Drawing.Size(0x51, 13));
     label7.set_TabIndex(70);
     label7.set_Text("Телефон АДС:");
     label8.set_AutoSize(true);
     label8.set_Location(new System.Drawing.Point(2, 0x141));
     label8.set_Name("label4");
     label8.set_Size(new System.Drawing.Size(0x37, 13));
     label8.set_TabIndex(0x47);
     label8.set_Text("Телефон:");
     label9.set_AutoSize(true);
     label9.set_Location(new System.Drawing.Point(2, 0xef));
     label9.set_Name("label3");
     label9.set_Size(new System.Drawing.Size(0x88, 13));
     label9.set_TabIndex(0x43);
     label9.set_Text("Контактная информация:");
     label10.set_AutoSize(true);
     label10.set_Location(new System.Drawing.Point(2, 0xca));
     label10.set_Name("label2");
     label10.set_Size(new System.Drawing.Size(0x4c, 13));
     label10.set_TabIndex(0x44);
     label10.set_Text("Информация:");
     label11.set_AutoSize(true);
     label11.set_Location(new System.Drawing.Point(2, 0x91));
     label11.set_Name("oGRNLabel");
     label11.set_Size(new System.Drawing.Size(0x27, 13));
     label11.set_TabIndex(0x3f);
     label11.set_Text("ОГРН:");
     label12.set_AutoSize(true);
     label12.set_Location(new System.Drawing.Point(2, 120));
     label12.set_Name("kPPLabel");
     label12.set_Size(new System.Drawing.Size(0x21, 13));
     label12.set_TabIndex(60);
     label12.set_Text("КПП:");
     label13.set_AutoSize(true);
     label13.set_Location(new System.Drawing.Point(2, 0x5f));
     label13.set_Name("iNNLabel");
     label13.set_Size(new System.Drawing.Size(0x22, 13));
     label13.set_TabIndex(0x3b);
     label13.set_Text("ИНН:");
     label14.set_AutoSize(true);
     label14.set_Location(new System.Drawing.Point(2, 70));
     label14.set_Name("longNameLabel");
     label14.set_Size(new System.Drawing.Size(0x7d, 13));
     label14.set_TabIndex(0x3a);
     label14.set_Text("Полное наименование:");
     label15.set_AutoSize(true);
     label15.set_Location(new System.Drawing.Point(2, 0x2d));
     label15.set_Name("shortNameLabel");
     label15.set_Size(new System.Drawing.Size(0x87, 13));
     label15.set_TabIndex(0x39);
     label15.set_Text("Короткое наименование:");
     label16.set_AutoSize(true);
     label16.set_Location(new System.Drawing.Point(2, 170));
     label16.set_Name("label1");
     label16.set_Size(new System.Drawing.Size(0x7a, 13));
     label16.set_TabIndex(0x37);
     label16.set_Text("Старшая организация:");
     label17.set_AutoSize(true);
     label17.set_Location(new System.Drawing.Point(2, 20));
     label17.set_Name("codeLabel");
     label17.set_Size(new System.Drawing.Size(0x1d, 13));
     label17.set_TabIndex(0x38);
     label17.set_Text("Код:");
     this.orgListBindingSource.set_DataSource(typeof(Organization));
     this.tcOrganizations.Controls.Add(this.tabPage1);
     this.tcOrganizations.Controls.Add(this.tabPage2);
     this.tcOrganizations.Controls.Add(this.tabPage3);
     this.tcOrganizations.Controls.Add(this.tbProperties);
     this.tcOrganizations.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.tcOrganizations.set_Location(new System.Drawing.Point(0, 0));
     this.tcOrganizations.set_Name("tcOrganizations");
     this.tcOrganizations.set_SelectedIndex(0);
     this.tcOrganizations.set_Size(new System.Drawing.Size(0x261, 520));
     this.tcOrganizations.set_TabIndex(0);
     this.tabPage1.Controls.Add(this.groupBox2);
     this.tabPage1.Controls.Add(this.m_ChiefAccountant);
     this.tabPage1.Controls.Add(label);
     this.tabPage1.Controls.Add(this.m_ModeWk);
     this.tabPage1.Controls.Add(label2);
     this.tabPage1.Controls.Add(this.m_IsContractEnded);
     this.tabPage1.Controls.Add(this.m_IsBankrupt);
     this.tabPage1.Controls.Add(this.m_Address);
     this.tabPage1.Controls.Add(label3);
     this.tabPage1.Controls.Add(label4);
     this.tabPage1.Controls.Add(this.m_ManagerPosition);
     this.tabPage1.Controls.Add(label5);
     this.tabPage1.Controls.Add(this.m_Manager);
     this.tabPage1.Controls.Add(label6);
     this.tabPage1.Controls.Add(this.m_Fax);
     this.tabPage1.Controls.Add(label7);
     this.tabPage1.Controls.Add(label8);
     this.tabPage1.Controls.Add(this.m_TelephoneEmergencyDispatchService);
     this.tabPage1.Controls.Add(this.m_Phone);
     this.tabPage1.Controls.Add(this.m_AddrInfo);
     this.tabPage1.Controls.Add(label9);
     this.tabPage1.Controls.Add(label10);
     this.tabPage1.Controls.Add(this.m_Info);
     this.tabPage1.Controls.Add(this.m_DatePeriod);
     this.tabPage1.Controls.Add(this.groupBox1);
     this.tabPage1.Controls.Add(this.cbParentOrg);
     this.tabPage1.Controls.Add(label11);
     this.tabPage1.Controls.Add(this.m_OGRN);
     this.tabPage1.Controls.Add(label12);
     this.tabPage1.Controls.Add(this.m_KPP);
     this.tabPage1.Controls.Add(label13);
     this.tabPage1.Controls.Add(this.m_INN);
     this.tabPage1.Controls.Add(label14);
     this.tabPage1.Controls.Add(this.m_LongName);
     this.tabPage1.Controls.Add(label15);
     this.tabPage1.Controls.Add(this.m_ShortName);
     this.tabPage1.Controls.Add(label16);
     this.tabPage1.Controls.Add(label17);
     this.tabPage1.Controls.Add(this.m_Code);
     this.tabPage1.set_Location(new System.Drawing.Point(4, 0x16));
     this.tabPage1.set_Name("tabPage1");
     this.tabPage1.set_Padding(new System.Windows.Forms.Padding(3));
     this.tabPage1.set_Size(new System.Drawing.Size(0x259, 0x1ee));
     this.tabPage1.set_TabIndex(0);
     this.tabPage1.set_Text("Организация");
     this.tabPage1.set_UseVisualStyleBackColor(true);
     this.groupBox2.Controls.Add(this.m_IsPaymentUseNegativeSumm);
     this.groupBox2.Controls.Add(this.m_IsPaymentUseNotice);
     this.groupBox2.Controls.Add(this.selectDistributePayment);
     this.groupBox2.Controls.Add(this.label13);
     this.groupBox2.set_Location(new System.Drawing.Point(3, 0x1a2));
     this.groupBox2.set_Name("groupBox2");
     this.groupBox2.set_Size(new System.Drawing.Size(0x250, 0x41));
     this.groupBox2.set_TabIndex(0x61);
     this.groupBox2.set_TabStop(false);
     this.groupBox2.set_Text("Распределение оплаты");
     this.m_IsPaymentUseNegativeSumm.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.m_IsPaymentUseNegativeSumm.set_AutoSize(true);
     this.m_IsPaymentUseNegativeSumm.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.m_IsPaymentUseNegativeSumm.set_Location(new System.Drawing.Point(0xc7, 0x13));
     this.m_IsPaymentUseNegativeSumm.set_Name("m_IsPaymentUseNegativeSumm");
     this.m_IsPaymentUseNegativeSumm.set_Size(new System.Drawing.Size(0x110, 0x11));
     this.m_IsPaymentUseNegativeSumm.set_TabIndex(0x62);
     this.m_IsPaymentUseNegativeSumm.set_Text("Распределять отрицательное сальдо на услугах");
     this.m_IsPaymentUseNegativeSumm.set_UseVisualStyleBackColor(true);
     this.m_IsPaymentUseNotice.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.m_IsPaymentUseNotice.set_AutoSize(true);
     this.m_IsPaymentUseNotice.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.m_IsPaymentUseNotice.set_Location(new System.Drawing.Point(3, 0x13));
     this.m_IsPaymentUseNotice.set_Name("m_IsPaymentUseNotice");
     this.m_IsPaymentUseNotice.set_Size(new System.Drawing.Size(0xa9, 0x11));
     this.m_IsPaymentUseNotice.set_TabIndex(0x63);
     this.m_IsPaymentUseNotice.set_Text("Распределять по квитанции");
     this.m_IsPaymentUseNotice.set_UseVisualStyleBackColor(true);
     this.selectDistributePayment.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectDistributePayment.set_FormattingEnabled(true);
     this.selectDistributePayment.set_Location(new System.Drawing.Point(0x86, 0x27));
     this.selectDistributePayment.set_Margin(new System.Windows.Forms.Padding(2));
     this.selectDistributePayment.set_Name("selectDistributePayment");
     this.selectDistributePayment.set_Size(new System.Drawing.Size(0x1c5, 0x15));
     this.selectDistributePayment.set_Sorted(true);
     this.selectDistributePayment.set_TabIndex(0x60);
     this.label13.set_AutoSize(true);
     this.label13.set_Location(new System.Drawing.Point(5, 0x2a));
     this.label13.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label13.set_Name("label13");
     this.label13.set_Size(new System.Drawing.Size(0x7d, 13));
     this.label13.set_TabIndex(0x5f);
     this.label13.set_Text("Способ распределения");
     this.m_ChiefAccountant.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_ChiefAccountant.set_Location(new System.Drawing.Point(0x89, 0x170));
     this.m_ChiefAccountant.set_Name("m_ChiefAccountant");
     this.m_ChiefAccountant.set_Size(new System.Drawing.Size(0x1cd, 20));
     this.m_ChiefAccountant.set_TabIndex(0x5e);
     this.m_ModeWk.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_ModeWk.set_Location(new System.Drawing.Point(0x89, 0x10b));
     this.m_ModeWk.set_Name("m_ModeWk");
     this.m_ModeWk.set_Size(new System.Drawing.Size(0x1cd, 20));
     this.m_ModeWk.set_TabIndex(90);
     this.m_IsContractEnded.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.m_IsContractEnded.set_AutoSize(true);
     this.m_IsContractEnded.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.m_IsContractEnded.set_Location(new System.Drawing.Point(0x120, 0x18a));
     this.m_IsContractEnded.set_Name("m_IsContractEnded");
     this.m_IsContractEnded.set_Size(new System.Drawing.Size(0xab, 0x11));
     this.m_IsContractEnded.set_TabIndex(0x58);
     this.m_IsContractEnded.set_Text("Договор закрыт/расторгнут");
     this.m_IsContractEnded.set_UseVisualStyleBackColor(true);
     this.m_IsBankrupt.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.m_IsBankrupt.set_AutoSize(true);
     this.m_IsBankrupt.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.m_IsBankrupt.set_Location(new System.Drawing.Point(0x1d1, 0x18a));
     this.m_IsBankrupt.set_Name("m_IsBankrupt");
     this.m_IsBankrupt.set_Size(new System.Drawing.Size(0x85, 0x11));
     this.m_IsBankrupt.set_TabIndex(0x57);
     this.m_IsBankrupt.set_Text("Является банкротом");
     this.m_IsBankrupt.set_UseVisualStyleBackColor(true);
     this.m_Address.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_Address.set_Location(new System.Drawing.Point(0x89, 0x124));
     this.m_Address.set_Name("m_Address");
     this.m_Address.set_Size(new System.Drawing.Size(0x1cd, 20));
     this.m_Address.set_TabIndex(0x56);
     this.m_ManagerPosition.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.m_ManagerPosition.set_Location(new System.Drawing.Point(0x1bb, 0x156));
     this.m_ManagerPosition.set_Name("m_ManagerPosition");
     this.m_ManagerPosition.set_Size(new System.Drawing.Size(0x9b, 20));
     this.m_ManagerPosition.set_TabIndex(0x55);
     this.m_Manager.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_Manager.set_Location(new System.Drawing.Point(0x89, 0x156));
     this.m_Manager.set_Name("m_Manager");
     this.m_Manager.set_Size(new System.Drawing.Size(0xe7, 20));
     this.m_Manager.set_TabIndex(0x54);
     this.m_Fax.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.m_Fax.set_Location(new System.Drawing.Point(0x1bb, 0x13d));
     this.m_Fax.set_Name("m_Fax");
     this.m_Fax.set_Size(new System.Drawing.Size(0x9b, 20));
     this.m_Fax.set_TabIndex(0x53);
     this.m_TelephoneEmergencyDispatchService.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_TelephoneEmergencyDispatchService.set_Location(new System.Drawing.Point(0x89, 0x188));
     this.m_TelephoneEmergencyDispatchService.set_Name("m_TelephoneEmergencyDispatchService");
     this.m_TelephoneEmergencyDispatchService.set_Size(new System.Drawing.Size(0x84, 20));
     this.m_TelephoneEmergencyDispatchService.set_TabIndex(0x51);
     this.m_Phone.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_Phone.set_Location(new System.Drawing.Point(0x89, 0x13d));
     this.m_Phone.set_Name("m_Phone");
     this.m_Phone.set_Size(new System.Drawing.Size(0xe7, 20));
     this.m_Phone.set_TabIndex(0x52);
     this.m_AddrInfo.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_AddrInfo.set_Location(new System.Drawing.Point(0x89, 0xe5));
     this.m_AddrInfo.set_Multiline(true);
     this.m_AddrInfo.set_Name("m_AddrInfo");
     this.m_AddrInfo.set_ScrollBars(System.Windows.Forms.ScrollBars.Both);
     this.m_AddrInfo.set_Size(new System.Drawing.Size(0x1cd, 0x21));
     this.m_AddrInfo.set_TabIndex(80);
     this.m_Info.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_Info.set_Location(new System.Drawing.Point(0x89, 0xc0));
     this.m_Info.set_Multiline(true);
     this.m_Info.set_Name("m_Info");
     this.m_Info.set_ScrollBars(System.Windows.Forms.ScrollBars.Both);
     this.m_Info.set_Size(new System.Drawing.Size(0x1cd, 0x20));
     this.m_Info.set_TabIndex(0x4f);
     this.m_DatePeriod.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.m_DatePeriod.AttachToPeriod = false;
     this.m_DatePeriod.DateBeginReadonly = false;
     this.m_DatePeriod.DateEndReadonly = false;
     this.m_DatePeriod.set_Location(new System.Drawing.Point(0x174, 0xa5));
     this.m_DatePeriod.set_Margin(new System.Windows.Forms.Padding(4));
     this.m_DatePeriod.set_Name("m_DatePeriod");
     this.m_DatePeriod.set_Size(new System.Drawing.Size(0xe2, 0x15));
     this.m_DatePeriod.set_TabIndex(0x4c);
     this.groupBox1.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.groupBox1.Controls.Add(this.m_isResourceProvider);
     this.groupBox1.Controls.Add(this.m_IsPaymentAgent);
     this.groupBox1.Controls.Add(this.m_IsServiceProvider);
     this.groupBox1.Controls.Add(this.m_IsFlatOwner);
     this.groupBox1.Controls.Add(this.m_IsHouseHolder);
     this.groupBox1.Controls.Add(this.m_IsBenefitTransferrer);
     this.groupBox1.Controls.Add(this.m_IsCashlessTransferrer);
     this.groupBox1.set_Location(new System.Drawing.Point(0x174, 3));
     this.groupBox1.set_Name("groupBox1");
     this.groupBox1.set_Size(new System.Drawing.Size(0xe2, 0x9e));
     this.groupBox1.set_TabIndex(0x4a);
     this.groupBox1.set_TabStop(false);
     this.groupBox1.set_Text("Роли организации");
     this.m_isResourceProvider.set_AutoSize(true);
     this.m_isResourceProvider.set_Location(new System.Drawing.Point(5, 130));
     this.m_isResourceProvider.set_Name("m_isResourceProvider");
     this.m_isResourceProvider.set_Size(new System.Drawing.Size(0xcb, 0x11));
     this.m_isResourceProvider.set_TabIndex(6);
     this.m_isResourceProvider.set_Text("Ресурсоснабжающая организация");
     this.m_isResourceProvider.set_UseVisualStyleBackColor(true);
     this.m_IsPaymentAgent.set_AutoSize(true);
     this.m_IsPaymentAgent.set_Location(new System.Drawing.Point(5, 0x6f));
     this.m_IsPaymentAgent.set_Name("m_IsPaymentAgent");
     this.m_IsPaymentAgent.set_Size(new System.Drawing.Size(0x74, 0x11));
     this.m_IsPaymentAgent.set_TabIndex(5);
     this.m_IsPaymentAgent.set_Text("Платёжный агент");
     this.m_IsPaymentAgent.set_UseVisualStyleBackColor(true);
     this.m_IsServiceProvider.set_AutoSize(true);
     this.m_IsServiceProvider.set_Location(new System.Drawing.Point(5, 0x10));
     this.m_IsServiceProvider.set_Name("m_IsServiceProvider");
     this.m_IsServiceProvider.set_Size(new System.Drawing.Size(0x72, 0x11));
     this.m_IsServiceProvider.set_TabIndex(0);
     this.m_IsServiceProvider.set_Text("Поставщик услуг");
     this.m_IsServiceProvider.set_UseVisualStyleBackColor(true);
     this.m_IsFlatOwner.set_AutoSize(true);
     this.m_IsFlatOwner.set_Location(new System.Drawing.Point(5, 0x5c));
     this.m_IsFlatOwner.set_Name("m_IsFlatOwner");
     this.m_IsFlatOwner.set_Size(new System.Drawing.Size(0xc7, 0x11));
     this.m_IsFlatOwner.set_TabIndex(4);
     this.m_IsFlatOwner.set_Text("Имеет квартиры в собственности");
     this.m_IsFlatOwner.set_UseVisualStyleBackColor(true);
     this.m_IsHouseHolder.set_AutoSize(true);
     this.m_IsHouseHolder.set_Location(new System.Drawing.Point(5, 0x23));
     this.m_IsHouseHolder.set_Name("m_IsHouseHolder");
     this.m_IsHouseHolder.set_Size(new System.Drawing.Size(0x7c, 0x11));
     this.m_IsHouseHolder.set_TabIndex(1);
     this.m_IsHouseHolder.set_Text("Балансодержатель");
     this.m_IsHouseHolder.set_UseVisualStyleBackColor(true);
     this.m_IsBenefitTransferrer.set_AutoSize(true);
     this.m_IsBenefitTransferrer.set_Location(new System.Drawing.Point(5, 0x49));
     this.m_IsBenefitTransferrer.set_Name("m_IsBenefitTransferrer");
     this.m_IsBenefitTransferrer.set_Size(new System.Drawing.Size(0x7a, 0x11));
     this.m_IsBenefitTransferrer.set_TabIndex(3);
     this.m_IsBenefitTransferrer.set_Text("Покрывает льготы");
     this.m_IsBenefitTransferrer.set_UseVisualStyleBackColor(true);
     this.m_IsCashlessTransferrer.set_AutoSize(true);
     this.m_IsCashlessTransferrer.set_Location(new System.Drawing.Point(5, 0x36));
     this.m_IsCashlessTransferrer.set_Name("m_IsCashlessTransferrer");
     this.m_IsCashlessTransferrer.set_Size(new System.Drawing.Size(0xa8, 0x11));
     this.m_IsCashlessTransferrer.set_TabIndex(2);
     this.m_IsCashlessTransferrer.set_Text("Безналичные перечисления");
     this.m_IsCashlessTransferrer.set_UseVisualStyleBackColor(true);
     this.cbParentOrg.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbParentOrg.set_DataSource(this.orgListBindingSource);
     this.cbParentOrg.set_DisplayMember("CodeName");
     this.cbParentOrg.set_FormattingEnabled(true);
     this.cbParentOrg.set_Location(new System.Drawing.Point(0x89, 0xa6));
     this.cbParentOrg.set_Name("cbParentOrg");
     this.cbParentOrg.set_Size(new System.Drawing.Size(230, 0x15));
     this.cbParentOrg.set_TabIndex(0x48);
     this.m_OGRN.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_OGRN.set_Location(new System.Drawing.Point(0x89, 0x8d));
     this.m_OGRN.set_Name("m_OGRN");
     this.m_OGRN.set_Size(new System.Drawing.Size(230, 20));
     this.m_OGRN.set_TabIndex(0x45);
     this.m_OGRN.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.Field_KeyDown));
     this.m_KPP.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_KPP.set_Location(new System.Drawing.Point(0x89, 0x74));
     this.m_KPP.set_Name("m_KPP");
     this.m_KPP.set_Size(new System.Drawing.Size(230, 20));
     this.m_KPP.set_TabIndex(0x42);
     this.m_KPP.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.Field_KeyDown));
     this.m_INN.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_INN.set_Location(new System.Drawing.Point(0x89, 0x5b));
     this.m_INN.set_Name("m_INN");
     this.m_INN.set_Size(new System.Drawing.Size(230, 20));
     this.m_INN.set_TabIndex(0x41);
     this.m_INN.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.Field_KeyDown));
     this.m_LongName.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_LongName.set_Location(new System.Drawing.Point(0x89, 0x42));
     this.m_LongName.set_Name("m_LongName");
     this.m_LongName.set_Size(new System.Drawing.Size(230, 20));
     this.m_LongName.set_TabIndex(0x40);
     this.m_LongName.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.Field_KeyDown));
     this.m_ShortName.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_ShortName.set_Location(new System.Drawing.Point(0x89, 0x29));
     this.m_ShortName.set_Name("m_ShortName");
     this.m_ShortName.set_Size(new System.Drawing.Size(230, 20));
     this.m_ShortName.set_TabIndex(0x3e);
     this.m_ShortName.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.Field_KeyDown));
     this.m_Code.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_Code.set_Location(new System.Drawing.Point(0x89, 0x10));
     this.m_Code.set_Name("m_Code");
     this.m_Code.set_Size(new System.Drawing.Size(230, 20));
     this.m_Code.set_TabIndex(0x3d);
     this.m_Code.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.Field_KeyDown));
     this.tabPage2.Controls.Add(this.organizationWagesView1);
     this.tabPage2.set_Location(new System.Drawing.Point(4, 0x16));
     this.tabPage2.set_Name("tabPage2");
     this.tabPage2.set_Padding(new System.Windows.Forms.Padding(3));
     this.tabPage2.set_Size(new System.Drawing.Size(0x259, 0x1ee));
     this.tabPage2.set_TabIndex(1);
     this.tabPage2.set_Text("Профессии");
     this.tabPage2.set_UseVisualStyleBackColor(true);
     this.orgWageBindingSource.set_DataSource(typeof(OrganizationWage));
     this.tabPage3.Controls.Add(this.organizationMaterialsView1);
     this.tabPage3.set_Location(new System.Drawing.Point(4, 0x16));
     this.tabPage3.set_Name("tabPage3");
     this.tabPage3.set_Padding(new System.Windows.Forms.Padding(3));
     this.tabPage3.set_Size(new System.Drawing.Size(0x259, 0x1ee));
     this.tabPage3.set_TabIndex(2);
     this.tabPage3.set_Text("Инструменты");
     this.tabPage3.set_UseVisualStyleBackColor(true);
     this.organizationMaterialsView1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.organizationMaterialsView1.set_Location(new System.Drawing.Point(3, 3));
     this.organizationMaterialsView1.set_Name("organizationMaterialsView1");
     this.organizationMaterialsView1.set_Size(new System.Drawing.Size(0x253, 0x1e8));
     this.organizationMaterialsView1.set_TabIndex(0);
     this.tbProperties.Controls.Add(this.dgv);
     this.tbProperties.Controls.Add(this.tsProperties);
     this.tbProperties.set_Location(new System.Drawing.Point(4, 0x16));
     this.tbProperties.set_Name("tbProperties");
     this.tbProperties.set_Padding(new System.Windows.Forms.Padding(3));
     this.tbProperties.set_Size(new System.Drawing.Size(0x259, 0x1ee));
     this.tbProperties.set_TabIndex(3);
     this.tbProperties.set_Text("Свойства");
     this.tbProperties.set_UseVisualStyleBackColor(true);
     this.dgv.set_AllowUserToAddRows(false);
     this.dgv.set_AllowUserToDeleteRows(false);
     this.dgv.set_AutoGenerateColumns(false);
     this.dgv.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dgv.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     this.dgv.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.propertyNameDataGridViewTextBoxColumn, this.propertyValueDataGridViewTextBoxColumn });
     this.dgv.set_DataSource(this.bsOrganizarionProperties);
     this.dgv.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgv.set_Location(new System.Drawing.Point(3, 0x1c));
     this.dgv.set_Name("dgv");
     this.dgv.set_ReadOnly(true);
     this.dgv.set_RowHeadersVisible(false);
     this.dgv.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgv.set_Size(new System.Drawing.Size(0x253, 0x1cf));
     this.dgv.set_TabIndex(6);
     this.propertyNameDataGridViewTextBoxColumn.set_DataPropertyName("PropertyName");
     this.propertyNameDataGridViewTextBoxColumn.set_HeaderText("Свойство");
     this.propertyNameDataGridViewTextBoxColumn.set_Name("propertyNameDataGridViewTextBoxColumn");
     this.propertyNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.propertyNameDataGridViewTextBoxColumn.set_Width(80);
     this.propertyValueDataGridViewTextBoxColumn.set_DataPropertyName("PropertyValue");
     this.propertyValueDataGridViewTextBoxColumn.set_HeaderText("Значение");
     this.propertyValueDataGridViewTextBoxColumn.set_Name("propertyValueDataGridViewTextBoxColumn");
     this.propertyValueDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.propertyValueDataGridViewTextBoxColumn.set_Width(80);
     this.bsOrganizarionProperties.set_DataSource(typeof(OrganizationProperties));
     this.tsProperties.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btnAddPropertie, this.btnChangePropertie, this.btnDeletePropertie });
     this.tsProperties.set_LayoutStyle(System.Windows.Forms.ToolStripLayoutStyle.Flow);
     this.tsProperties.set_Location(new System.Drawing.Point(3, 3));
     this.tsProperties.set_Name("tsProperties");
     this.tsProperties.set_Size(new System.Drawing.Size(0x253, 0x19));
     this.tsProperties.set_TabIndex(5);
     this.btnAddPropertie.set_BackColor(System.Drawing.Color.Transparent);
     this.btnAddPropertie.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.btnAddPropertie.set_Image(Resources.ADD);
     this.btnAddPropertie.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.btnAddPropertie.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.btnAddPropertie.set_Name("btnAddPropertie");
     this.btnAddPropertie.set_Size(new System.Drawing.Size(0x18, 0x16));
     this.btnAddPropertie.set_Text("Добавить");
     this.btnAddPropertie.add_Click(new System.EventHandler(this.btnAddPropertie_Click));
     this.btnChangePropertie.set_BackColor(System.Drawing.Color.Transparent);
     this.btnChangePropertie.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.btnChangePropertie.set_Image(Resources.CHANGE);
     this.btnChangePropertie.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.btnChangePropertie.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.btnChangePropertie.set_Name("btnChangePropertie");
     this.btnChangePropertie.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.btnChangePropertie.set_Text("Редактировать");
     this.btnChangePropertie.add_Click(new System.EventHandler(this.btnChangePropertie_Click));
     this.btnDeletePropertie.set_BackColor(System.Drawing.Color.Transparent);
     this.btnDeletePropertie.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.btnDeletePropertie.set_Image(Resources.DELETE);
     this.btnDeletePropertie.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.btnDeletePropertie.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.btnDeletePropertie.set_Name("btnDeletePropertie");
     this.btnDeletePropertie.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.btnDeletePropertie.set_Text("Удалить");
     this.btnDeletePropertie.add_Click(new System.EventHandler(this.btnDeletePropertie_Click));
     this.orgMaterialBindingSource.set_DataSource(typeof(OrganizationMaterial));
     this.organizationWagesView1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.organizationWagesView1.set_Location(new System.Drawing.Point(3, 3));
     this.organizationWagesView1.set_Name("organizationWagesView1");
     this.organizationWagesView1.set_Size(new System.Drawing.Size(0x253, 0x1e8));
     this.organizationWagesView1.set_TabIndex(0);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.tcOrganizations);
     base.set_Name("OrganizationView");
     base.set_Size(new System.Drawing.Size(0x261, 520));
     base.add_Load(new System.EventHandler(this.OrganizationView_Load));
     this.orgListBindingSource.EndInit();
     this.tcOrganizations.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.tabPage2.ResumeLayout(false);
     this.orgWageBindingSource.EndInit();
     this.tabPage3.ResumeLayout(false);
     this.tbProperties.ResumeLayout(false);
     this.tbProperties.PerformLayout();
     this.dgv.EndInit();
     this.bsOrganizarionProperties.EndInit();
     this.tsProperties.ResumeLayout(false);
     this.tsProperties.PerformLayout();
     this.orgMaterialBindingSource.EndInit();
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.label1 = new System.Windows.Forms.Label();
     this.butCancel = new System.Windows.Forms.Button();
     this.butOK = new System.Windows.Forms.Button();
     this.commUpValue = new System.Windows.Forms.NumericUpDown();
     this.label2 = new System.Windows.Forms.Label();
     this.selectOrganization = new SelectOrganization();
     this.datePeriod = new DatePeriod();
     this.label3 = new System.Windows.Forms.Label();
     this.CommIncludValue = new System.Windows.Forms.NumericUpDown();
     this.label4 = new System.Windows.Forms.Label();
     this.commUpValue.BeginInit();
     this.CommIncludValue.BeginInit();
     base.SuspendLayout();
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(13, 0x29));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x62, 13));
     this.label1.set_TabIndex(0);
     this.label1.set_Text("Период действия:");
     this.butCancel.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.butCancel.set_Location(new System.Drawing.Point(0x115, 0x7e));
     this.butCancel.set_Name("butCancel");
     this.butCancel.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.butCancel.set_TabIndex(4);
     this.butCancel.set_Text("Отмена");
     this.butCancel.set_UseVisualStyleBackColor(true);
     this.butCancel.add_Click(new System.EventHandler(this.butCancel_Click));
     this.butOK.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.butOK.set_Location(new System.Drawing.Point(0xc4, 0x7e));
     this.butOK.set_Name("butOK");
     this.butOK.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.butOK.set_TabIndex(5);
     this.butOK.set_UseVisualStyleBackColor(true);
     this.butOK.add_Click(new System.EventHandler(this.butOK_Click));
     this.commUpValue.set_DecimalPlaces(4);
     int[] numArray = new int[4];
     numArray[0] = 5;
     numArray[3] = 0x10000;
     this.commUpValue.set_Increment(new decimal(numArray));
     this.commUpValue.set_Location(new System.Drawing.Point(0x109, 0x43));
     this.commUpValue.set_Name("commUpValue");
     this.commUpValue.set_Size(new System.Drawing.Size(0x57, 20));
     this.commUpValue.set_TabIndex(6);
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(13, 0x44));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0xcd, 13));
     this.label2.set_TabIndex(7);
     this.label2.set_Text("Процент комиссии с абонента (сверху)");
     this.selectOrganization.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectOrganization.set_Enabled(false);
     this.selectOrganization.IsCashlessTransferrer = false;
     this.selectOrganization.IsHouseHolder = false;
     this.selectOrganization.IsPaymentAgent = false;
     this.selectOrganization.IsResourceProvider = false;
     this.selectOrganization.IsServiceProvider = false;
     this.selectOrganization.set_Location(new System.Drawing.Point(0x5f, 12));
     this.selectOrganization.set_Name("selectOrganization");
     this.selectOrganization.set_Size(new System.Drawing.Size(0x101, 20));
     this.selectOrganization.set_TabIndex(3);
     this.datePeriod.AttachToPeriod = false;
     this.datePeriod.DateBeginReadonly = false;
     this.datePeriod.DateEndReadonly = false;
     this.datePeriod.set_Location(new System.Drawing.Point(0x80, 0x26));
     this.datePeriod.set_Margin(new System.Windows.Forms.Padding(4));
     this.datePeriod.set_Name("datePeriod");
     this.datePeriod.set_Size(new System.Drawing.Size(0xe9, 0x17));
     this.datePeriod.set_TabIndex(2);
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(13, 0x5f));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0xf6, 13));
     this.label3.set_TabIndex(9);
     this.label3.set_Text("Процент комиссии с поставщика (в том числе)");
     this.CommIncludValue.set_DecimalPlaces(4);
     int[] numArray2 = new int[4];
     numArray2[0] = 5;
     numArray2[3] = 0x10000;
     this.CommIncludValue.set_Increment(new decimal(numArray2));
     this.CommIncludValue.set_Location(new System.Drawing.Point(0x109, 0x5d));
     this.CommIncludValue.set_Name("CommIncludValue");
     this.CommIncludValue.set_Size(new System.Drawing.Size(0x57, 20));
     this.CommIncludValue.set_TabIndex(8);
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(12, 14));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x4d, 13));
     this.label4.set_TabIndex(10);
     this.label4.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(0x16c, 0xa1));
     base.Controls.Add(this.label4);
     base.Controls.Add(this.label3);
     base.Controls.Add(this.CommIncludValue);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.commUpValue);
     base.Controls.Add(this.butOK);
     base.Controls.Add(this.butCancel);
     base.Controls.Add(this.selectOrganization);
     base.Controls.Add(this.datePeriod);
     base.Controls.Add(this.label1);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedDialog);
     base.set_MaximizeBox(false);
     base.set_MinimizeBox(false);
     base.set_Name("OrganizationCommissionAddChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterParent);
     this.commUpValue.EndInit();
     this.CommIncludValue.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 12
0
 private void InitializeComponent()
 {
     this.components = new Container();
     this.labelLgType = new System.Windows.Forms.Label();
     this.cbCrypt = new System.Windows.Forms.CheckBox();
     this.datePeriod = new DatePeriod();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.address = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.panelRefuse = new System.Windows.Forms.Panel();
     this.tbRefuse = new System.Windows.Forms.RichTextBox();
     this.lbRefuse = new System.Windows.Forms.Label();
     this.cbRefuse = new System.Windows.Forms.CheckBox();
     this.label19 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.flat = new System.Windows.Forms.TextBox();
     this.house = new System.Windows.Forms.TextBox();
     this.street = new System.Windows.Forms.TextBox();
     this.city = new System.Windows.Forms.TextBox();
     this.groupPS = new System.Windows.Forms.GroupBox();
     this.phone = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.birthDate = new System.Windows.Forms.TextBox();
     this.middleName = new System.Windows.Forms.TextBox();
     this.firstName = new System.Windows.Forms.TextBox();
     this.label15 = new System.Windows.Forms.Label();
     this.lastName = new System.Windows.Forms.TextBox();
     this.label16 = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.labelSign = new System.Windows.Forms.Label();
     this.groupLgotaDoc = new System.Windows.Forms.GroupBox();
     this.tbDocWhere = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.tbDocWhen = new System.Windows.Forms.TextBox();
     this.tbDocNumber = new System.Windows.Forms.TextBox();
     this.tbDocSeries = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.tbDocType = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     this.panelRefuse.SuspendLayout();
     this.groupPS.SuspendLayout();
     this.groupLgotaDoc.SuspendLayout();
     base.SuspendLayout();
     this.labelLgType.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 12f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     this.labelLgType.set_ForeColor(System.Drawing.Color.Maroon);
     this.labelLgType.set_Location(new System.Drawing.Point(14, 410));
     this.labelLgType.set_Name("labelLgType");
     this.labelLgType.set_Size(new System.Drawing.Size(0x14e, 60));
     this.labelLgType.set_TabIndex(0x31);
     this.labelLgType.set_TextAlign(System.Drawing.ContentAlignment.MiddleCenter);
     this.cbCrypt.set_Checked(true);
     this.cbCrypt.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.cbCrypt.set_Location(new System.Drawing.Point(0, 0x217));
     this.cbCrypt.set_Name("cbCrypt");
     this.cbCrypt.set_Size(new System.Drawing.Size(0x2b3, 0x1c));
     this.cbCrypt.set_TabIndex(0x30);
     this.cbCrypt.set_Text("Использовать электронную цифровую подпись при отправке");
     this.cbCrypt.set_UseVisualStyleBackColor(true);
     this.cbCrypt.set_Visible(false);
     this.datePeriod.AttachToPeriod = false;
     this.datePeriod.set_Enabled(false);
     this.datePeriod.set_Location(new System.Drawing.Point(14, 0x1db));
     this.datePeriod.set_Margin(new System.Windows.Forms.Padding(5));
     this.datePeriod.set_Name("datePeriod");
     this.datePeriod.set_Size(new System.Drawing.Size(0x150, 0x1c));
     this.datePeriod.set_TabIndex(0x2a);
     this.label2.set_Location(new System.Drawing.Point(12, 450));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0xf9, 20));
     this.label2.set_TabIndex(0x29);
     this.label2.set_Text("Период действия льготы");
     this.label1.set_Location(new System.Drawing.Point(11, 0x183));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0xb2, 0x17));
     this.label1.set_TabIndex(40);
     this.label1.set_Text("Вид льготы");
     this.address.set_Location(new System.Drawing.Point(13, 0x16a));
     this.address.set_Name("address");
     this.address.set_ReadOnly(true);
     this.address.set_Size(new System.Drawing.Size(0x14f, 0x16));
     this.address.set_TabIndex(0x27);
     this.label8.set_Location(new System.Drawing.Point(11, 0x13f));
     this.label8.set_Name("label8");
     this.label8.set_Size(new System.Drawing.Size(0x5f, 0x18));
     this.label8.set_TabIndex(0x24);
     this.label8.set_Text("Квартира");
     this.label9.set_Location(new System.Drawing.Point(11, 0x11f));
     this.label9.set_Name("label9");
     this.label9.set_Size(new System.Drawing.Size(0x5f, 0x18));
     this.label9.set_TabIndex(0x22);
     this.label9.set_Text("Дом");
     this.label10.set_Location(new System.Drawing.Point(10, 0xff));
     this.label10.set_Name("label10");
     this.label10.set_Size(new System.Drawing.Size(0x5f, 0x18));
     this.label10.set_TabIndex(0x20);
     this.label10.set_Text("Улица");
     this.label11.set_Location(new System.Drawing.Point(10, 0xe0));
     this.label11.set_Name("label11");
     this.label11.set_Size(new System.Drawing.Size(0x5f, 0x18));
     this.label11.set_TabIndex(30);
     this.label11.set_Text("Город");
     this.panelRefuse.Controls.Add(this.tbRefuse);
     this.panelRefuse.Controls.Add(this.lbRefuse);
     this.panelRefuse.set_Location(new System.Drawing.Point(0x166, 0xfd));
     this.panelRefuse.set_Name("panelRefuse");
     this.panelRefuse.set_Size(new System.Drawing.Size(0x153, 0xed));
     this.panelRefuse.set_TabIndex(0x2f);
     this.panelRefuse.set_Visible(false);
     this.tbRefuse.set_Location(new System.Drawing.Point(3, 0x24));
     this.tbRefuse.set_Name("tbRefuse");
     this.tbRefuse.set_Size(new System.Drawing.Size(0x14d, 0xbf));
     this.tbRefuse.set_TabIndex(1);
     this.tbRefuse.set_Text("");
     this.lbRefuse.set_Location(new System.Drawing.Point(3, 12));
     this.lbRefuse.set_Name("lbRefuse");
     this.lbRefuse.set_Size(new System.Drawing.Size(330, 0x15));
     this.lbRefuse.set_TabIndex(0);
     this.lbRefuse.set_Text("Комментарий/Причина отказа");
     this.cbRefuse.set_Location(new System.Drawing.Point(0x166, 0xdf));
     this.cbRefuse.set_Name("cbRefuse");
     this.cbRefuse.set_Size(new System.Drawing.Size(0x153, 0x19));
     this.cbRefuse.set_TabIndex(0x2e);
     this.cbRefuse.set_Text("Отправить отказ в заведении льготы");
     this.cbRefuse.set_UseVisualStyleBackColor(true);
     this.label19.set_AutoSize(true);
     this.label19.set_Location(new System.Drawing.Point(11, 0x157));
     this.label19.set_Name("label19");
     this.label19.set_Size(new System.Drawing.Size(0xe7, 0x10));
     this.label19.set_TabIndex(0x26);
     this.label19.set_Text("Адрес в системе после обработки");
     this.label14.set_AutoSize(true);
     this.label14.set_Location(new System.Drawing.Point(10, 0xc3));
     this.label14.set_Name("label14");
     this.label14.set_Size(new System.Drawing.Size(250, 0x10));
     this.label14.set_TabIndex(0x1d);
     this.label14.set_Text("Адрес, на который поступила заявка");
     this.flat.set_Location(new System.Drawing.Point(0x6f, 0x13f));
     this.flat.set_Name("flat");
     this.flat.set_ReadOnly(true);
     this.flat.set_Size(new System.Drawing.Size(0xed, 0x16));
     this.flat.set_TabIndex(0x25);
     this.flat.set_TabStop(false);
     this.house.set_Location(new System.Drawing.Point(0x6f, 0x11f));
     this.house.set_Name("house");
     this.house.set_ReadOnly(true);
     this.house.set_Size(new System.Drawing.Size(0xed, 0x16));
     this.house.set_TabIndex(0x23);
     this.house.set_TabStop(false);
     this.street.set_Location(new System.Drawing.Point(0x6f, 0xff));
     this.street.set_Name("street");
     this.street.set_ReadOnly(true);
     this.street.set_Size(new System.Drawing.Size(0xed, 0x16));
     this.street.set_TabIndex(0x21);
     this.street.set_TabStop(false);
     this.city.set_Location(new System.Drawing.Point(0x6f, 0xe0));
     this.city.set_Name("city");
     this.city.set_ReadOnly(true);
     this.city.set_Size(new System.Drawing.Size(0xed, 0x16));
     this.city.set_TabIndex(0x1f);
     this.city.set_TabStop(false);
     this.groupPS.Controls.Add(this.phone);
     this.groupPS.Controls.Add(this.label3);
     this.groupPS.Controls.Add(this.birthDate);
     this.groupPS.Controls.Add(this.middleName);
     this.groupPS.Controls.Add(this.firstName);
     this.groupPS.Controls.Add(this.label15);
     this.groupPS.Controls.Add(this.lastName);
     this.groupPS.Controls.Add(this.label16);
     this.groupPS.Controls.Add(this.label17);
     this.groupPS.Controls.Add(this.label18);
     this.groupPS.set_Location(new System.Drawing.Point(3, 3));
     this.groupPS.set_Name("groupPS");
     this.groupPS.set_Size(new System.Drawing.Size(0x15a, 0xb6));
     this.groupPS.set_TabIndex(0x1c);
     this.groupPS.set_TabStop(false);
     this.groupPS.set_Text("Данные о заявителе");
     this.phone.set_Location(new System.Drawing.Point(0x88, 0x99));
     this.phone.set_Name("phone");
     this.phone.set_ReadOnly(true);
     this.phone.set_Size(new System.Drawing.Size(0x88, 0x16));
     this.phone.set_TabIndex(9);
     this.phone.set_TabStop(false);
     this.label3.set_Location(new System.Drawing.Point(8, 0x99));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(120, 0x18));
     this.label3.set_TabIndex(8);
     this.label3.set_Text("Телефон");
     this.birthDate.set_Location(new System.Drawing.Point(0x88, 120));
     this.birthDate.set_Name("birthDate");
     this.birthDate.set_ReadOnly(true);
     this.birthDate.set_Size(new System.Drawing.Size(0x88, 0x16));
     this.birthDate.set_TabIndex(7);
     this.birthDate.set_TabStop(false);
     this.middleName.set_Location(new System.Drawing.Point(0x88, 0x58));
     this.middleName.set_Name("middleName");
     this.middleName.set_ReadOnly(true);
     this.middleName.set_Size(new System.Drawing.Size(200, 0x16));
     this.middleName.set_TabIndex(5);
     this.middleName.set_TabStop(false);
     this.firstName.set_Location(new System.Drawing.Point(0x88, 0x38));
     this.firstName.set_Name("firstName");
     this.firstName.set_ReadOnly(true);
     this.firstName.set_Size(new System.Drawing.Size(200, 0x16));
     this.firstName.set_TabIndex(3);
     this.firstName.set_TabStop(false);
     this.label15.set_Location(new System.Drawing.Point(8, 120));
     this.label15.set_Name("label15");
     this.label15.set_Size(new System.Drawing.Size(120, 0x18));
     this.label15.set_TabIndex(6);
     this.label15.set_Text("Дата рождения");
     this.lastName.set_Location(new System.Drawing.Point(0x88, 0x18));
     this.lastName.set_Name("lastName");
     this.lastName.set_ReadOnly(true);
     this.lastName.set_Size(new System.Drawing.Size(200, 0x16));
     this.lastName.set_TabIndex(1);
     this.lastName.set_TabStop(false);
     this.label16.set_Location(new System.Drawing.Point(8, 0x58));
     this.label16.set_Name("label16");
     this.label16.set_Size(new System.Drawing.Size(120, 0x18));
     this.label16.set_TabIndex(4);
     this.label16.set_Text("Отчество");
     this.label17.set_Location(new System.Drawing.Point(8, 0x38));
     this.label17.set_Name("label17");
     this.label17.set_Size(new System.Drawing.Size(120, 0x18));
     this.label17.set_TabIndex(2);
     this.label17.set_Text("Имя");
     this.label18.set_Location(new System.Drawing.Point(8, 0x18));
     this.label18.set_Name("label18");
     this.label18.set_Size(new System.Drawing.Size(120, 0x18));
     this.label18.set_TabIndex(0);
     this.label18.set_Text("Фамилия");
     this.labelSign.set_AutoSize(true);
     this.labelSign.set_Location(new System.Drawing.Point(3, 0x204));
     this.labelSign.set_Name("labelSign");
     this.labelSign.set_Size(new System.Drawing.Size(0, 0x10));
     this.labelSign.set_TabIndex(50);
     this.groupLgotaDoc.Controls.Add(this.tbDocWhere);
     this.groupLgotaDoc.Controls.Add(this.label4);
     this.groupLgotaDoc.Controls.Add(this.tbDocWhen);
     this.groupLgotaDoc.Controls.Add(this.tbDocNumber);
     this.groupLgotaDoc.Controls.Add(this.tbDocSeries);
     this.groupLgotaDoc.Controls.Add(this.label5);
     this.groupLgotaDoc.Controls.Add(this.tbDocType);
     this.groupLgotaDoc.Controls.Add(this.label6);
     this.groupLgotaDoc.Controls.Add(this.label7);
     this.groupLgotaDoc.Controls.Add(this.label12);
     this.groupLgotaDoc.set_Location(new System.Drawing.Point(0x163, 3));
     this.groupLgotaDoc.set_Name("groupLgotaDoc");
     this.groupLgotaDoc.set_Size(new System.Drawing.Size(0x153, 0xd0));
     this.groupLgotaDoc.set_TabIndex(0x33);
     this.groupLgotaDoc.set_TabStop(false);
     this.groupLgotaDoc.set_Text("Документ, удостоверяющий льготу");
     this.tbDocWhere.set_Location(new System.Drawing.Point(6, 180));
     this.tbDocWhere.set_Name("tbDocWhere");
     this.tbDocWhere.set_ReadOnly(true);
     this.tbDocWhere.set_Size(new System.Drawing.Size(0x147, 0x16));
     this.tbDocWhere.set_TabIndex(0x13);
     this.tbDocWhere.set_TabStop(false);
     this.tbDocWhere.add_MouseEnter(new System.EventHandler(this.tbDocWhere_MouseEnter));
     this.label4.set_Location(new System.Drawing.Point(7, 0x99));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(120, 0x18));
     this.label4.set_TabIndex(0x12);
     this.label4.set_Text("Кем выдан");
     this.tbDocWhen.set_Location(new System.Drawing.Point(0x83, 120));
     this.tbDocWhen.set_Name("tbDocWhen");
     this.tbDocWhen.set_ReadOnly(true);
     this.tbDocWhen.set_Size(new System.Drawing.Size(0x88, 0x16));
     this.tbDocWhen.set_TabIndex(0x11);
     this.tbDocWhen.set_TabStop(false);
     this.tbDocNumber.set_Location(new System.Drawing.Point(0x85, 0x58));
     this.tbDocNumber.set_Name("tbDocNumber");
     this.tbDocNumber.set_ReadOnly(true);
     this.tbDocNumber.set_Size(new System.Drawing.Size(200, 0x16));
     this.tbDocNumber.set_TabIndex(15);
     this.tbDocNumber.set_TabStop(false);
     this.tbDocSeries.set_Location(new System.Drawing.Point(0x85, 0x38));
     this.tbDocSeries.set_Name("tbDocSeries");
     this.tbDocSeries.set_ReadOnly(true);
     this.tbDocSeries.set_Size(new System.Drawing.Size(200, 0x16));
     this.tbDocSeries.set_TabIndex(13);
     this.tbDocSeries.set_TabStop(false);
     this.label5.set_Location(new System.Drawing.Point(5, 0x7c));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(120, 0x18));
     this.label5.set_TabIndex(0x10);
     this.label5.set_Text("Дата выдачи");
     this.tbDocType.set_Location(new System.Drawing.Point(0x85, 0x18));
     this.tbDocType.set_Name("tbDocType");
     this.tbDocType.set_ReadOnly(true);
     this.tbDocType.set_Size(new System.Drawing.Size(200, 0x16));
     this.tbDocType.set_TabIndex(11);
     this.tbDocType.set_TabStop(false);
     this.label6.set_Location(new System.Drawing.Point(7, 0x58));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(120, 0x18));
     this.label6.set_TabIndex(14);
     this.label6.set_Text("Номер");
     this.label7.set_Location(new System.Drawing.Point(5, 0x36));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(120, 0x18));
     this.label7.set_TabIndex(12);
     this.label7.set_Text("Серия");
     this.label12.set_Location(new System.Drawing.Point(5, 0x18));
     this.label12.set_Name("label12");
     this.label12.set_Size(new System.Drawing.Size(120, 0x18));
     this.label12.set_TabIndex(10);
     this.label12.set_Text("Вид");
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(8f, 16f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.groupLgotaDoc);
     base.Controls.Add(this.labelSign);
     base.Controls.Add(this.labelLgType);
     base.Controls.Add(this.cbCrypt);
     base.Controls.Add(this.datePeriod);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.address);
     base.Controls.Add(this.label8);
     base.Controls.Add(this.label9);
     base.Controls.Add(this.label10);
     base.Controls.Add(this.label11);
     base.Controls.Add(this.panelRefuse);
     base.Controls.Add(this.cbRefuse);
     base.Controls.Add(this.label19);
     base.Controls.Add(this.label14);
     base.Controls.Add(this.flat);
     base.Controls.Add(this.house);
     base.Controls.Add(this.street);
     base.Controls.Add(this.city);
     base.Controls.Add(this.groupPS);
     this.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 9.75f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     base.set_Margin(new System.Windows.Forms.Padding(4));
     base.set_Name("LgExchangeView");
     base.set_Size(new System.Drawing.Size(700, 0x239));
     this.panelRefuse.ResumeLayout(false);
     this.groupPS.ResumeLayout(false);
     this.groupPS.PerformLayout();
     this.groupLgotaDoc.ResumeLayout(false);
     this.groupLgotaDoc.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 private void InitializeComponent()
 {
     Area area = new Area();
     House house = new House();
     this.label6 = new System.Windows.Forms.Label();
     this.btnAddChange = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.lbAddress = new System.Windows.Forms.Label();
     this.lbTarif = new System.Windows.Forms.Label();
     this.lbResource = new System.Windows.Forms.Label();
     this.lbHouseHolder = new System.Windows.Forms.Label();
     this.lbServiceType = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.lbIsSeasonal = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.lblCanonicalName = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.chbxValidated = new System.Windows.Forms.CheckBox();
     this.chbxOpenedByError = new System.Windows.Forms.CheckBox();
     this.cb_UseOrganizations = new System.Windows.Forms.CheckBox();
     this.label7 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.selectCloseOrgDocument = new SelectOrgDocument();
     this.selectOpenOrgDocument = new SelectOrgDocument();
     this.selectServices = new SelectServices();
     this.datePeriod = new DatePeriod();
     this.groupBox1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     base.SuspendLayout();
     this.label6.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(4, 0x73));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(0x2e, 13));
     this.label6.set_TabIndex(0x36);
     this.label6.set_Text("Услуга:");
     this.btnAddChange.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnAddChange.set_Location(new System.Drawing.Point(0x1d4, 0x11c));
     this.btnAddChange.set_Name("btnAddChange");
     this.btnAddChange.set_Size(new System.Drawing.Size(80, 0x19));
     this.btnAddChange.set_TabIndex(60);
     this.btnAddChange.set_UseVisualStyleBackColor(true);
     this.btnAddChange.add_Click(new System.EventHandler(this.btnAddChange_Click));
     this.btnCancel.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnCancel.set_Location(new System.Drawing.Point(0x22a, 0x11c));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(80, 0x19));
     this.btnCancel.set_TabIndex(70);
     this.btnCancel.set_Text("Отмена");
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.btnCancel.add_Click(new System.EventHandler(this.btnCancel_Click));
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(4, 13));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x2d, 13));
     this.label1.set_TabIndex(0x3a);
     this.label1.set_Text("Период");
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(3, 13));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x88, 13));
     this.label2.set_TabIndex(0x3e);
     this.label2.set_Text("Управляющая компания:");
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(3, 0x1a));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x98, 13));
     this.label3.set_TabIndex(0x3f);
     this.label3.set_Text("Ресурсоснабж.организация:");
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(3, 0x27));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x2b, 13));
     this.label4.set_TabIndex(0x40);
     this.label4.set_Text("Тариф:");
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(3, 0x34));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x29, 13));
     this.label5.set_TabIndex(0x41);
     this.label5.set_Text("Адрес:");
     this.lbAddress.set_AutoSize(true);
     this.lbAddress.set_Location(new System.Drawing.Point(0xcb, 0x34));
     this.lbAddress.set_Name("lbAddress");
     this.lbAddress.set_Size(new System.Drawing.Size(0x35, 13));
     this.lbAddress.set_TabIndex(0x45);
     this.lbAddress.set_Text("lbAddress");
     this.lbTarif.set_AutoSize(true);
     this.lbTarif.set_Location(new System.Drawing.Point(0xcb, 0x27));
     this.lbTarif.set_Name("lbTarif");
     this.lbTarif.set_Size(new System.Drawing.Size(0x24, 13));
     this.lbTarif.set_TabIndex(0x44);
     this.lbTarif.set_Text("lbTarif");
     this.lbResource.set_AutoSize(true);
     this.lbResource.set_Location(new System.Drawing.Point(0xcb, 0x1a));
     this.lbResource.set_Name("lbResource");
     this.lbResource.set_Size(new System.Drawing.Size(0x3d, 13));
     this.lbResource.set_TabIndex(0x43);
     this.lbResource.set_Text("lbResource");
     this.lbHouseHolder.set_AutoSize(true);
     this.lbHouseHolder.set_Location(new System.Drawing.Point(0xcb, 13));
     this.lbHouseHolder.set_Name("lbHouseHolder");
     this.lbHouseHolder.set_Size(new System.Drawing.Size(0x4d, 13));
     this.lbHouseHolder.set_TabIndex(0x42);
     this.lbHouseHolder.set_Text("lbHouseHolder");
     this.lbServiceType.set_AutoSize(true);
     this.lbServiceType.set_Location(new System.Drawing.Point(0xcb, 0));
     this.lbServiceType.set_Name("lbServiceType");
     this.lbServiceType.set_Size(new System.Drawing.Size(0x4b, 13));
     this.lbServiceType.set_TabIndex(0x47);
     this.lbServiceType.set_Text("lbServiceType");
     this.label10.set_AutoSize(true);
     this.label10.set_Location(new System.Drawing.Point(3, 0));
     this.label10.set_Name("label10");
     this.label10.set_Size(new System.Drawing.Size(0x41, 13));
     this.label10.set_TabIndex(70);
     this.label10.set_Text("Тип услуги:");
     this.lbIsSeasonal.set_AutoSize(true);
     this.lbIsSeasonal.set_Location(new System.Drawing.Point(0xcb, 0x41));
     this.lbIsSeasonal.set_Name("lbIsSeasonal");
     this.lbIsSeasonal.set_Size(new System.Drawing.Size(0x43, 13));
     this.lbIsSeasonal.set_TabIndex(0x49);
     this.lbIsSeasonal.set_Text("lbIsSeasonal");
     this.label11.set_AutoSize(true);
     this.label11.set_Location(new System.Drawing.Point(3, 0x41));
     this.label11.set_Name("label11");
     this.label11.set_Size(new System.Drawing.Size(70, 13));
     this.label11.set_TabIndex(0x48);
     this.label11.set_Text("Сезонность:");
     this.groupBox1.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.groupBox1.Controls.Add(this.tableLayoutPanel1);
     this.groupBox1.set_Location(new System.Drawing.Point(2, 0x8b));
     this.groupBox1.set_Name("groupBox1");
     this.groupBox1.set_Size(new System.Drawing.Size(0x278, 0x8b));
     this.groupBox1.set_TabIndex(0x4a);
     this.groupBox1.set_TabStop(false);
     this.groupBox1.set_Text("Параметры услуги");
     this.tableLayoutPanel1.set_ColumnCount(2);
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200f));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100f));
     this.tableLayoutPanel1.Controls.Add(this.label10, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.lblCanonicalName, 1, 6);
     this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.lbIsSeasonal, 1, 5);
     this.tableLayoutPanel1.Controls.Add(this.lbServiceType, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.lbAddress, 1, 4);
     this.tableLayoutPanel1.Controls.Add(this.label8, 0, 6);
     this.tableLayoutPanel1.Controls.Add(this.lbTarif, 1, 3);
     this.tableLayoutPanel1.Controls.Add(this.lbHouseHolder, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.lbResource, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.label3, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.label4, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.label5, 0, 4);
     this.tableLayoutPanel1.Controls.Add(this.label11, 0, 5);
     this.tableLayoutPanel1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.tableLayoutPanel1.set_Location(new System.Drawing.Point(3, 0x10));
     this.tableLayoutPanel1.set_Name("tableLayoutPanel1");
     this.tableLayoutPanel1.set_RowCount(7);
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.set_Size(new System.Drawing.Size(0x272, 120));
     this.tableLayoutPanel1.set_TabIndex(0x4c);
     this.lblCanonicalName.set_AutoSize(true);
     this.lblCanonicalName.set_Location(new System.Drawing.Point(0xcb, 0x4e));
     this.lblCanonicalName.set_Name("lblCanonicalName");
     this.lblCanonicalName.set_Size(new System.Drawing.Size(0x5c, 13));
     this.lblCanonicalName.set_TabIndex(0x4d);
     this.lblCanonicalName.set_Text("lblCanonicalName");
     this.label8.set_AutoSize(true);
     this.label8.set_Location(new System.Drawing.Point(3, 0x4e));
     this.label8.set_Name("label8");
     this.label8.set_Size(new System.Drawing.Size(0x76, 13));
     this.label8.set_TabIndex(0x4c);
     this.label8.set_Text("Вид благоустройства:");
     this.chbxValidated.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.chbxValidated.set_AutoSize(true);
     this.chbxValidated.set_Location(new System.Drawing.Point(0x148, 0x121));
     this.chbxValidated.set_Name("chbxValidated");
     this.chbxValidated.set_Size(new System.Drawing.Size(0x86, 0x11));
     this.chbxValidated.set_TabIndex(50);
     this.chbxValidated.set_Text("Усиленный контроль");
     this.chbxValidated.set_UseVisualStyleBackColor(true);
     this.chbxOpenedByError.set_AutoSize(true);
     this.chbxOpenedByError.set_Location(new System.Drawing.Point(0x148, 0x10));
     this.chbxOpenedByError.set_Name("chbxOpenedByError");
     this.chbxOpenedByError.set_Size(new System.Drawing.Size(0x7a, 0x11));
     this.chbxOpenedByError.set_TabIndex(20);
     this.chbxOpenedByError.set_Text("Ошибочно открыта");
     this.chbxOpenedByError.set_UseVisualStyleBackColor(true);
     this.cb_UseOrganizations.set_AutoSize(true);
     this.cb_UseOrganizations.set_Location(new System.Drawing.Point(12, 0x2b));
     this.cb_UseOrganizations.set_Name("cb_UseOrganizations");
     this.cb_UseOrganizations.set_Size(new System.Drawing.Size(0xe2, 0x11));
     this.cb_UseOrganizations.set_TabIndex(30);
     this.cb_UseOrganizations.set_Text("Выбрать услуги по организациям дома");
     this.cb_UseOrganizations.set_UseVisualStyleBackColor(true);
     this.cb_UseOrganizations.add_CheckedChanged(new System.EventHandler(this.cb_UseOrganizations_CheckedChanged));
     this.label7.set_AutoSize(true);
     this.label7.set_Location(new System.Drawing.Point(4, 0x3f));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(0xa9, 13));
     this.label7.set_TabIndex(0x4d);
     this.label7.set_Text("Документ: основание открытия");
     this.label9.set_AutoSize(true);
     this.label9.set_Location(new System.Drawing.Point(4, 0x57));
     this.label9.set_Name("label9");
     this.label9.set_Size(new System.Drawing.Size(170, 13));
     this.label9.set_TabIndex(0x4e);
     this.label9.set_Text("Документ: основание закрытия");
     this.selectCloseOrgDocument.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectCloseOrgDocument.set_Location(new System.Drawing.Point(0xbc, 0x57));
     this.selectCloseOrgDocument.set_Name("selectCloseOrgDocument");
     this.selectCloseOrgDocument.set_Size(new System.Drawing.Size(0x1bb, 20));
     this.selectCloseOrgDocument.set_TabIndex(0x4c);
     this.selectOpenOrgDocument.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectOpenOrgDocument.set_Location(new System.Drawing.Point(0xbc, 0x3d));
     this.selectOpenOrgDocument.set_Name("selectOpenOrgDocument");
     this.selectOpenOrgDocument.set_Size(new System.Drawing.Size(0x1bb, 20));
     this.selectOpenOrgDocument.set_TabIndex(0x4b);
     this.selectServices.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     area.AreaGroupId = 0L;
     area.AreaGroupName = null;
     area.Id = 0L;
     area.IsDeleted = false;
     area.IsDirty = true;
     area.Name = "";
     area.ObjectWithIdType = null;
     area.StatusTemporary = 0;
     this.selectServices.Area = area;
     this.selectServices.Date = new System.DateTime(0L);
     this.selectServices.FromDate = new System.DateTime(0L);
     house.AdrId = 0L;
     house.AdrName = null;
     int[] numArray = new int[4];
     house.AnotherSquare = new decimal(numArray);
     house.BoroughId = 0;
     house.BoroughName = null;
     house.CanonicalTypeId = 0;
     house.CanonicalTypeName = null;
     house.CargoLift = 0;
     house.Created = new System.DateTime(0L);
     house.Entrance = 0;
     house.FireAlarmType = 0;
     house.FireAlarmTypeName = null;
     int[] numArray2 = new int[4];
     house.FiredArea = new decimal(numArray2);
     house.FiveRoom = 0;
     house.Flat = 0;
     house.FlatWithGarbageChute = 0;
     house.Floor = 0;
     int[] numArray3 = new int[4];
     house.FloorArea = new decimal(numArray3);
     house.FormControl = 0;
     house.FormControlTypeName = null;
     house.FourRoom = 0;
     house.GvsType = 0;
     house.GvsTypeName = null;
     house.HeatingType = 0;
     house.HeatingTypeName = null;
     house.HouseChief = null;
     house.HvsType = 0;
     house.HvsTypeName = null;
     house.Id = 0L;
     house.IsDeleted = false;
     house.IsDirty = false;
     int[] numArray4 = new int[4];
     house.KitchensSquare = new decimal(numArray4);
     house.Lift = 0;
     int[] numArray5 = new int[4];
     house.LivingSquare = new decimal(numArray5);
     house.LocalBroadcastingType = 0;
     house.LocalBroadcastingTypeName = null;
     house.ObjectWithIdType = null;
     house.OnDate = new System.DateTime(0L);
     house.OneRoom = 0;
     house.OverflowType = 0;
     house.OverFlowTypeName = null;
     house.OwnershipType = 0;
     house.OwnerShipTypeName = null;
     house.PassLift = 0;
     house.PercentWear = 0;
     house.PrintServices = 0;
     house.RoofType = 0;
     house.RoofTypeName = null;
     house.Series = 0;
     house.SewerType = 0;
     house.SewerTypeName = null;
     house.StoveType = 0;
     house.StoveTypeName = null;
     house.SubProvider = null;
     house.ThreeRoom = 0;
     int[] numArray6 = new int[4];
     house.ToiletsSquare = new decimal(numArray6);
     int[] numArray7 = new int[4];
     house.TotalArea = new decimal(numArray7);
     int[] numArray8 = new int[4];
     house.TotalStructureVolume = new decimal(numArray8);
     house.Tvenquipmenttype = 0;
     house.Tvenquipmenttypename = null;
     house.TwoRoom = 0;
     house.Type = 0;
     house.TypeName = null;
     house.UtilizationType = 0;
     house.UtilizationTypeName = null;
     house.WallType = 0;
     house.WallTypeName = null;
     house.YearBegin = 0;
     house.YearPassport = 0;
     this.selectServices.House = house;
     this.selectServices.IsMultiSelect = false;
     this.selectServices.set_Location(new System.Drawing.Point(0x38, 0x71));
     this.selectServices.set_Name("selectServices");
     this.selectServices.set_Size(new System.Drawing.Size(0x23f, 20));
     this.selectServices.set_TabIndex(40);
     this.selectServices.ToDate = new System.DateTime(0x270f, 12, 0x1f, 0x17, 0x3b, 0x3b, 0x3e7);
     this.selectServices.OnServicesSelected += new ServicesHandler(this.selectServices_OnServicesSelected);
     this.datePeriod.AttachToPeriod = false;
     this.datePeriod.DateBeginReadonly = false;
     this.datePeriod.DateEndReadonly = false;
     this.datePeriod.set_Location(new System.Drawing.Point(0x58, 10));
     this.datePeriod.set_Margin(new System.Windows.Forms.Padding(4));
     this.datePeriod.set_Name("datePeriod");
     this.datePeriod.set_Size(new System.Drawing.Size(0xe9, 0x17));
     this.datePeriod.set_TabIndex(10);
     this.datePeriod.OnDateBeginPeriodChangeHandler += new DateBeginPeriodChangeHandler(this.datePeriod_OnDateBeginPeriodChangeHandler);
     this.datePeriod.OnEndBeginPeriodChangeHandler += new DateEndPeriodChangeHandler(this.datePeriod_OnEndBeginPeriodChangeHandler);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x286, 0x141));
     base.Controls.Add(this.label9);
     base.Controls.Add(this.label7);
     base.Controls.Add(this.selectCloseOrgDocument);
     base.Controls.Add(this.selectOpenOrgDocument);
     base.Controls.Add(this.cb_UseOrganizations);
     base.Controls.Add(this.chbxOpenedByError);
     base.Controls.Add(this.chbxValidated);
     base.Controls.Add(this.selectServices);
     base.Controls.Add(this.groupBox1);
     base.Controls.Add(this.datePeriod);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.btnAddChange);
     base.Controls.Add(this.label6);
     base.set_MaximizeBox(false);
     base.set_MinimizeBox(false);
     base.set_Name("AccountServiceAddChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("AccountServiceAddChangeForm");
     base.add_Load(new System.EventHandler(this.AddChangeAccountServicesForm_Load));
     this.groupBox1.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 14
0
 private void InitializeComponent()
 {
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.selectOrgDocument1 = new SelectOrgDocument();
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.datePeriod = new DatePeriod();
     this.nudPercentTakingOff = new System.Windows.Forms.NumericUpDown();
     this.tbComment = new System.Windows.Forms.TextBox();
     this.btnTimeDiscon = new System.Windows.Forms.Button();
     this.selectDisconn = new SelectFasetData();
     this.selectRecalc = new SelectFasetData();
     this.vwServiceSearch = new ServiceSearchView();
     this.panel1 = new System.Windows.Forms.Panel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.nudPercentTakingOff.BeginInit();
     this.panel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     base.SuspendLayout();
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(6, 0x2e));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x71, 13));
     this.label3.set_TabIndex(2);
     this.label3.set_Text("Причина отключения");
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(0xe4, 0x2e));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x75, 13));
     this.label4.set_TabIndex(3);
     this.label4.set_Text("Причина перерасчета");
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(7, 0x5d));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x58, 13));
     this.label5.set_TabIndex(4);
     this.label5.set_Text("Процент снятия");
     this.selectOrgDocument1.set_Location(new System.Drawing.Point(0xe7, 120));
     this.selectOrgDocument1.set_Name("selectOrgDocument1");
     this.selectOrgDocument1.set_Size(new System.Drawing.Size(0x203, 0x17));
     this.selectOrgDocument1.set_TabIndex(8);
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(0xe4, 0x5d));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(70, 13));
     this.label6.set_TabIndex(6);
     this.label6.set_Text("Примечание");
     this.label7.set_AutoSize(true);
     this.label7.set_Location(new System.Drawing.Point(6, 0x10));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(0x79, 13));
     this.label7.set_TabIndex(7);
     this.label7.set_Text("Диапазон отключения");
     this.label8.set_AutoSize(true);
     this.label8.set_Location(new System.Drawing.Point(7, 0x7a));
     this.label8.set_Name("label8");
     this.label8.set_Size(new System.Drawing.Size(0xbc, 13));
     this.label8.set_TabIndex(8);
     this.label8.set_Text("Документ - основание перерасчета");
     this.datePeriod.AttachToPeriod = false;
     this.datePeriod.DateBeginReadonly = false;
     this.datePeriod.DateEndReadonly = false;
     this.datePeriod.set_Location(new System.Drawing.Point(0x81, 12));
     this.datePeriod.set_Margin(new System.Windows.Forms.Padding(4));
     this.datePeriod.set_Name("datePeriod");
     this.datePeriod.set_Size(new System.Drawing.Size(0x1dc, 0x17));
     this.datePeriod.set_TabIndex(3);
     this.nudPercentTakingOff.set_DecimalPlaces(2);
     this.nudPercentTakingOff.set_Location(new System.Drawing.Point(0x65, 0x59));
     this.nudPercentTakingOff.set_Name("nudPercentTakingOff");
     this.nudPercentTakingOff.set_Size(new System.Drawing.Size(0x6d, 20));
     this.nudPercentTakingOff.set_TabIndex(6);
     int[] numArray = new int[4];
     numArray[0] = 100;
     this.nudPercentTakingOff.set_Value(new decimal(numArray));
     this.tbComment.set_Location(new System.Drawing.Point(0x130, 0x58));
     this.tbComment.set_Name("tbComment");
     this.tbComment.set_Size(new System.Drawing.Size(0x1ba, 20));
     this.tbComment.set_TabIndex(7);
     this.btnTimeDiscon.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnTimeDiscon.set_Location(new System.Drawing.Point(0x27b, 0x129));
     this.btnTimeDiscon.set_Name("btnTimeDiscon");
     this.btnTimeDiscon.set_Size(new System.Drawing.Size(0x75, 0x19));
     this.btnTimeDiscon.set_TabIndex(9);
     this.btnTimeDiscon.set_Text("Отключить");
     this.btnTimeDiscon.set_UseVisualStyleBackColor(true);
     this.btnTimeDiscon.add_Click(new System.EventHandler(this.btnTimeDiscon_Click));
     this.selectDisconn.set_FormattingEnabled(true);
     this.selectDisconn.set_Location(new System.Drawing.Point(7, 0x3e));
     this.selectDisconn.set_Name("selectDisconn");
     this.selectDisconn.set_Size(new System.Drawing.Size(0xcc, 0x15));
     this.selectDisconn.set_Sorted(true);
     this.selectDisconn.set_TabIndex(4);
     this.selectRecalc.set_FormattingEnabled(true);
     this.selectRecalc.set_Location(new System.Drawing.Point(0xe7, 0x3e));
     this.selectRecalc.set_Name("selectRecalc");
     this.selectRecalc.set_Size(new System.Drawing.Size(0x203, 0x15));
     this.selectRecalc.set_Sorted(true);
     this.selectRecalc.set_TabIndex(5);
     this.vwServiceSearch.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.vwServiceSearch.set_Location(new System.Drawing.Point(0, 0));
     this.vwServiceSearch.set_Name("vwServiceSearch");
     this.vwServiceSearch.set_Size(new System.Drawing.Size(0x2f3, 0x8f));
     this.vwServiceSearch.set_TabIndex(0x11);
     this.panel1.set_AutoScroll(true);
     this.panel1.Controls.Add(this.groupBox1);
     this.panel1.Controls.Add(this.vwServiceSearch);
     this.panel1.Controls.Add(this.btnTimeDiscon);
     this.panel1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.panel1.set_Location(new System.Drawing.Point(0, 0));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(0x2f3, 0x14d));
     this.panel1.set_TabIndex(0x12);
     this.groupBox1.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.selectDisconn);
     this.groupBox1.Controls.Add(this.selectOrgDocument1);
     this.groupBox1.Controls.Add(this.selectRecalc);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.tbComment);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.nudPercentTakingOff);
     this.groupBox1.Controls.Add(this.datePeriod);
     this.groupBox1.set_Location(new System.Drawing.Point(-1, 140));
     this.groupBox1.set_Name("groupBox1");
     this.groupBox1.set_Size(new System.Drawing.Size(0x2f4, 0x97));
     this.groupBox1.set_TabIndex(0x13);
     this.groupBox1.set_TabStop(false);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.panel1);
     base.set_Name("SuspensionTimeView");
     base.set_Size(new System.Drawing.Size(0x2f3, 0x14d));
     base.add_Load(new System.EventHandler(this.TimeDisconnectionView_Load));
     this.nudPercentTakingOff.EndInit();
     this.panel1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.btnOK = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.datePeriod = new DatePeriod();
     base.SuspendLayout();
     this.btnOK.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnOK.set_Location(new System.Drawing.Point(0x4f, 60));
     this.btnOK.set_Name("btnOK");
     this.btnOK.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnOK.set_TabIndex(0);
     this.btnOK.set_UseVisualStyleBackColor(true);
     this.btnOK.add_Click(new System.EventHandler(this.btnOK_Click));
     this.btnCancel.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnCancel.set_Location(new System.Drawing.Point(160, 60));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnCancel.set_TabIndex(1);
     this.btnCancel.set_Text("Отмена");
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.btnCancel.add_Click(new System.EventHandler(this.btnCancel_Click));
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(12, 9));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x9e, 13));
     this.label1.set_TabIndex(2);
     this.label1.set_Text("Введите период оформления:");
     this.datePeriod.AttachToPeriod = false;
     this.datePeriod.DateBeginReadonly = false;
     this.datePeriod.DateEndReadonly = false;
     this.datePeriod.set_Location(new System.Drawing.Point(13, 0x1a));
     this.datePeriod.set_Margin(new System.Windows.Forms.Padding(4));
     this.datePeriod.set_Name("datePeriod");
     this.datePeriod.set_Size(new System.Drawing.Size(0xe9, 0x17));
     this.datePeriod.set_TabIndex(3);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0xf6, 0x5c));
     base.Controls.Add(this.datePeriod);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.btnOK);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedDialog);
     base.set_MaximizeBox(false);
     base.set_MinimizeBox(false);
     base.set_Name("ApartmentOwnershipLegalizationAddChengeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterParent);
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 16
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();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.Generate = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.Search = new System.Windows.Forms.Button();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.cbTypeUse = new System.Windows.Forms.ComboBox();
     this.Upload = new System.Windows.Forms.Button();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.dgvRemitteePaymentOrders = new System.Windows.Forms.DataGridView();
     this.CheckColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.workerRemitteePayOrder = new BackgroundWorker();
     this.sfdDBF = new System.Windows.Forms.SaveFileDialog();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.numberDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.fromDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.remitteeOrgShortNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clientDocOrgNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.summDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.createdDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsRemitteePaymentOrders = new System.Windows.Forms.BindingSource(this.components);
     this.selectServices = new AIS.SN.UI.Controls.ReportSelectors.SelectServices();
     this.selectClient = new SelectOrganization();
     this.selectRemittee = new SelectOrganization();
     this.datePeriod = new DatePeriod();
     this.dateBox = new DateBox();
     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.bsUseType = new System.Windows.Forms.BindingSource(this.components);
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.dgvRemitteePaymentOrders.BeginInit();
     this.bsRemitteePaymentOrders.BeginInit();
     this.bsUseType.BeginInit();
     base.SuspendLayout();
     this.groupBox1.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.groupBox1.Controls.Add(this.Generate);
     this.groupBox1.Controls.Add(this.dateBox);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.set_Location(new System.Drawing.Point(6, 3));
     this.groupBox1.set_Name("groupBox1");
     this.groupBox1.set_Size(new System.Drawing.Size(0x1df, 0x36));
     this.groupBox1.set_TabIndex(0);
     this.groupBox1.set_TabStop(false);
     this.groupBox1.set_Text("Формирование");
     this.Generate.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.Generate.set_ImageAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.Generate.set_Location(new System.Drawing.Point(0x158, 0x12));
     this.Generate.set_Name("Generate");
     this.Generate.set_Size(new System.Drawing.Size(0x7e, 30));
     this.Generate.set_TabIndex(2);
     this.Generate.set_Text("Сформировать");
     this.Generate.set_UseVisualStyleBackColor(true);
     this.Generate.add_Click(new System.EventHandler(this.Generate_Click));
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(9, 0x1b));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x2e, 13));
     this.label1.set_TabIndex(0);
     this.label1.set_Text("На дату");
     this.groupBox2.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.groupBox2.Controls.Add(this.Search);
     this.groupBox2.Controls.Add(this.selectClient);
     this.groupBox2.Controls.Add(this.selectRemittee);
     this.groupBox2.Controls.Add(this.datePeriod);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.set_Location(new System.Drawing.Point(6, 0x39));
     this.groupBox2.set_Name("groupBox2");
     this.groupBox2.set_Size(new System.Drawing.Size(0x1df, 0x68));
     this.groupBox2.set_TabIndex(1);
     this.groupBox2.set_TabStop(false);
     this.groupBox2.set_Text("Поиск");
     this.Search.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.Search.set_Location(new System.Drawing.Point(0x158, 0x44));
     this.Search.set_Name("Search");
     this.Search.set_Size(new System.Drawing.Size(0x7e, 30));
     this.Search.set_TabIndex(7);
     this.Search.set_Text("Поиск");
     this.Search.set_UseVisualStyleBackColor(true);
     this.Search.add_Click(new System.EventHandler(this.Search_Click));
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(9, 0x4a));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x4b, 13));
     this.label4.set_TabIndex(3);
     this.label4.set_Text("Даты оплаты");
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(9, 0x2d));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x24, 13));
     this.label3.set_TabIndex(2);
     this.label3.set_Text("Агент");
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(9, 0x10));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x55, 13));
     this.label2.set_TabIndex(1);
     this.label2.set_Text("Получатель ДС");
     this.groupBox3.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.groupBox3.Controls.Add(this.selectServices);
     this.groupBox3.Controls.Add(this.cbTypeUse);
     this.groupBox3.Controls.Add(this.Upload);
     this.groupBox3.Controls.Add(this.label6);
     this.groupBox3.Controls.Add(this.label5);
     this.groupBox3.set_Location(new System.Drawing.Point(6, 0xa1));
     this.groupBox3.set_Name("groupBox3");
     this.groupBox3.set_Size(new System.Drawing.Size(0x1df, 0x57));
     this.groupBox3.set_TabIndex(1);
     this.groupBox3.set_TabStop(false);
     this.groupBox3.set_Text("Выгрузка");
     this.cbTypeUse.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbTypeUse.set_DataSource(this.bsUseType);
     this.cbTypeUse.set_FormattingEnabled(true);
     this.cbTypeUse.set_Location(new System.Drawing.Point(110, 0x2b));
     this.cbTypeUse.set_Name("cbTypeUse");
     this.cbTypeUse.set_Size(new System.Drawing.Size(0xde, 0x15));
     this.cbTypeUse.set_TabIndex(5);
     this.Upload.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.Upload.set_Location(new System.Drawing.Point(0x158, 0x30));
     this.Upload.set_Name("Upload");
     this.Upload.set_Size(new System.Drawing.Size(0x7e, 30));
     this.Upload.set_TabIndex(4);
     this.Upload.set_Text("Выгрузить");
     this.Upload.set_UseVisualStyleBackColor(true);
     this.Upload.add_Click(new System.EventHandler(this.Upload_Click));
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(9, 0x10));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(0x2b, 13));
     this.label6.set_TabIndex(3);
     this.label6.set_Text("Услуги");
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(9, 0x2e));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x62, 13));
     this.label5.set_TabIndex(2);
     this.label5.set_Text("Назначение и вид");
     this.dgvRemitteePaymentOrders.set_AllowUserToAddRows(false);
     this.dgvRemitteePaymentOrders.set_AllowUserToResizeRows(false);
     this.dgvRemitteePaymentOrders.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Top);
     this.dgvRemitteePaymentOrders.set_AutoGenerateColumns(false);
     this.dgvRemitteePaymentOrders.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.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.dgvRemitteePaymentOrders.set_ColumnHeadersDefaultCellStyle(style);
     this.dgvRemitteePaymentOrders.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvRemitteePaymentOrders.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.CheckColumn, this.Id, this.numberDataGridViewTextBoxColumn, this.fromDateDataGridViewTextBoxColumn, this.remitteeOrgShortNameDataGridViewTextBoxColumn, this.clientDocOrgNameDataGridViewTextBoxColumn, this.summDataGridViewTextBoxColumn, this.createdDataGridViewTextBoxColumn });
     this.dgvRemitteePaymentOrders.set_DataSource(this.bsRemitteePaymentOrders);
     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.dgvRemitteePaymentOrders.set_DefaultCellStyle(style2);
     this.dgvRemitteePaymentOrders.set_Location(new System.Drawing.Point(6, 0xfb));
     this.dgvRemitteePaymentOrders.set_Name("dgvRemitteePaymentOrders");
     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.dgvRemitteePaymentOrders.set_RowHeadersDefaultCellStyle(style3);
     this.dgvRemitteePaymentOrders.set_RowHeadersVisible(false);
     this.dgvRemitteePaymentOrders.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvRemitteePaymentOrders.set_Size(new System.Drawing.Size(0x1df, 0xe2));
     this.dgvRemitteePaymentOrders.set_TabIndex(2);
     this.CheckColumn.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.CheckColumn.set_HeaderText("Выбор");
     this.CheckColumn.set_Name("CheckColumn");
     this.CheckColumn.set_Width(0x2e);
     this.workerRemitteePayOrder.add_DoWork(new DoWorkEventHandler(this.workerRemitteePayOrder_DoWork));
     this.workerRemitteePayOrder.add_RunWorkerCompleted(new RunWorkerCompletedEventHandler(this.workerRemitteePayOrder_RunWorkerCompleted));
     this.sfdDBF.set_DefaultExt("dbf");
     this.dataGridViewTextBoxColumn1.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.dataGridViewTextBoxColumn1.set_DataPropertyName("Number");
     this.dataGridViewTextBoxColumn1.set_HeaderText("Номер");
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn1.set_Visible(false);
     this.dataGridViewTextBoxColumn1.set_Width(0x29);
     this.Id.set_DataPropertyName("Id");
     this.Id.set_HeaderText("Id");
     this.Id.set_Name("Id");
     this.Id.set_ReadOnly(true);
     this.Id.set_Visible(false);
     this.Id.set_Width(0x29);
     this.numberDataGridViewTextBoxColumn.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.numberDataGridViewTextBoxColumn.set_DataPropertyName("Number");
     this.numberDataGridViewTextBoxColumn.set_HeaderText("Номер");
     this.numberDataGridViewTextBoxColumn.set_Name("numberDataGridViewTextBoxColumn");
     this.numberDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.numberDataGridViewTextBoxColumn.set_Width(0x42);
     this.fromDateDataGridViewTextBoxColumn.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.fromDateDataGridViewTextBoxColumn.set_DataPropertyName("FromDate");
     this.fromDateDataGridViewTextBoxColumn.set_HeaderText("Дата");
     this.fromDateDataGridViewTextBoxColumn.set_Name("fromDateDataGridViewTextBoxColumn");
     this.fromDateDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.fromDateDataGridViewTextBoxColumn.set_Width(0x3a);
     this.remitteeOrgShortNameDataGridViewTextBoxColumn.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.remitteeOrgShortNameDataGridViewTextBoxColumn.set_DataPropertyName("RemitteeOrgShortName");
     this.remitteeOrgShortNameDataGridViewTextBoxColumn.set_HeaderText("Получатель");
     this.remitteeOrgShortNameDataGridViewTextBoxColumn.set_Name("remitteeOrgShortNameDataGridViewTextBoxColumn");
     this.remitteeOrgShortNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.remitteeOrgShortNameDataGridViewTextBoxColumn.set_Width(0x5b);
     this.clientDocOrgNameDataGridViewTextBoxColumn.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.clientDocOrgNameDataGridViewTextBoxColumn.set_DataPropertyName("ClientDocOrgName");
     this.clientDocOrgNameDataGridViewTextBoxColumn.set_HeaderText("Агент");
     this.clientDocOrgNameDataGridViewTextBoxColumn.set_Name("clientDocOrgNameDataGridViewTextBoxColumn");
     this.clientDocOrgNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.clientDocOrgNameDataGridViewTextBoxColumn.set_Width(0x3d);
     this.summDataGridViewTextBoxColumn.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.summDataGridViewTextBoxColumn.set_DataPropertyName("Summ");
     this.summDataGridViewTextBoxColumn.set_HeaderText("Сумма");
     this.summDataGridViewTextBoxColumn.set_Name("summDataGridViewTextBoxColumn");
     this.summDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.summDataGridViewTextBoxColumn.set_Width(0x42);
     this.createdDataGridViewTextBoxColumn.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.createdDataGridViewTextBoxColumn.set_DataPropertyName("Created");
     this.createdDataGridViewTextBoxColumn.set_HeaderText("Дата создания");
     this.createdDataGridViewTextBoxColumn.set_Name("createdDataGridViewTextBoxColumn");
     this.createdDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.bsRemitteePaymentOrders.set_DataSource(typeof(RemitteePaymentOrder));
     this.selectServices.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectServices.IsByUser = false;
     this.selectServices.set_Location(new System.Drawing.Point(110, 13));
     this.selectServices.set_Name("selectServices");
     this.selectServices.set_Size(new System.Drawing.Size(360, 0x18));
     this.selectServices.set_TabIndex(7);
     this.selectClient.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectClient.IsCashlessTransferrer = false;
     this.selectClient.IsHouseHolder = false;
     this.selectClient.IsPaymentAgent = false;
     this.selectClient.IsResourceProvider = false;
     this.selectClient.IsServiceProvider = false;
     this.selectClient.set_Location(new System.Drawing.Point(110, 0x2a));
     this.selectClient.set_Name("selectClient");
     this.selectClient.set_Size(new System.Drawing.Size(360, 20));
     this.selectClient.set_TabIndex(6);
     this.selectRemittee.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectRemittee.IsCashlessTransferrer = false;
     this.selectRemittee.IsHouseHolder = false;
     this.selectRemittee.IsPaymentAgent = false;
     this.selectRemittee.IsResourceProvider = false;
     this.selectRemittee.IsServiceProvider = false;
     this.selectRemittee.set_Location(new System.Drawing.Point(110, 12));
     this.selectRemittee.set_Name("selectRemittee");
     this.selectRemittee.set_Size(new System.Drawing.Size(360, 20));
     this.selectRemittee.set_TabIndex(5);
     this.datePeriod.AttachToPeriod = false;
     this.datePeriod.DateBeginReadonly = false;
     this.datePeriod.DateEndReadonly = false;
     this.datePeriod.set_Location(new System.Drawing.Point(110, 0x45));
     this.datePeriod.set_Margin(new System.Windows.Forms.Padding(4));
     this.datePeriod.set_Name("datePeriod");
     this.datePeriod.set_Size(new System.Drawing.Size(0xee, 20));
     this.datePeriod.set_TabIndex(4);
     this.dateBox.AttachToPeriod = false;
     this.dateBox.AttachToPeriodEnd = false;
     this.dateBox.set_Location(new System.Drawing.Point(110, 0x18));
     this.dateBox.set_Mask("00/00/0000");
     this.dateBox.set_Name("dateBox");
     this.dateBox.set_Size(new System.Drawing.Size(100, 20));
     this.dateBox.set_TabIndex(1);
     this.dataGridViewTextBoxColumn2.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.dataGridViewTextBoxColumn2.set_DataPropertyName("FromDate");
     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("RemitteeOrgShortName");
     this.dataGridViewTextBoxColumn3.set_HeaderText("Получатель");
     this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3");
     this.dataGridViewTextBoxColumn3.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn4.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.dataGridViewTextBoxColumn4.set_DataPropertyName("ClientDocOrgName");
     this.dataGridViewTextBoxColumn4.set_HeaderText("Агент");
     this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4");
     this.dataGridViewTextBoxColumn4.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn5.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.dataGridViewTextBoxColumn5.set_DataPropertyName("Summ");
     this.dataGridViewTextBoxColumn5.set_HeaderText("Сумма");
     this.dataGridViewTextBoxColumn5.set_Name("dataGridViewTextBoxColumn5");
     this.dataGridViewTextBoxColumn5.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn6.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.dataGridViewTextBoxColumn6.set_DataPropertyName("Created");
     this.dataGridViewTextBoxColumn6.set_HeaderText("Дата создания");
     this.dataGridViewTextBoxColumn6.set_Name("dataGridViewTextBoxColumn6");
     this.dataGridViewTextBoxColumn6.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn7.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.dataGridViewTextBoxColumn7.set_DataPropertyName("Created");
     this.dataGridViewTextBoxColumn7.set_HeaderText("Дата создания");
     this.dataGridViewTextBoxColumn7.set_Name("dataGridViewTextBoxColumn7");
     this.dataGridViewTextBoxColumn7.set_ReadOnly(true);
     this.bsUseType.set_DataSource(typeof(RemitteePaymentOrderUploading));
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x1e9, 0x1e1));
     base.Controls.Add(this.dgvRemitteePaymentOrders);
     base.Controls.Add(this.groupBox3);
     base.Controls.Add(this.groupBox2);
     base.Controls.Add(this.groupBox1);
     this.set_MinimumSize(new System.Drawing.Size(0x1f9, 0x207));
     base.set_Name("PaymentOrdersForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterParent);
     this.set_Text("Формирование платежных поручений");
     base.add_Load(new System.EventHandler(this.PaymentOrdersForm_Load));
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.dgvRemitteePaymentOrders.EndInit();
     this.bsRemitteePaymentOrders.EndInit();
     this.bsUseType.EndInit();
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.datePeriod = new DatePeriod();
     this.label1 = new System.Windows.Forms.Label();
     this.btnOK = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     base.SuspendLayout();
     this.datePeriod.AttachToPeriod = false;
     this.datePeriod.DateBeginReadonly = false;
     this.datePeriod.DateEndReadonly = false;
     this.datePeriod.set_Location(new System.Drawing.Point(15, 0x1a));
     this.datePeriod.set_Margin(new System.Windows.Forms.Padding(4));
     this.datePeriod.set_Name("datePeriod");
     this.datePeriod.set_Size(new System.Drawing.Size(0xe9, 0x17));
     this.datePeriod.set_TabIndex(0);
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(12, 9));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0xab, 13));
     this.label1.set_TabIndex(1);
     this.label1.set_Text("Введите сезон действия услуги:");
     this.btnOK.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnOK.set_Location(new System.Drawing.Point(0x54, 0x3a));
     this.btnOK.set_Name("btnOK");
     this.btnOK.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnOK.set_TabIndex(2);
     this.btnOK.set_UseVisualStyleBackColor(true);
     this.btnOK.add_Click(new System.EventHandler(this.btnOK_Click));
     this.btnCancel.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnCancel.set_Location(new System.Drawing.Point(0xa5, 0x3a));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnCancel.set_TabIndex(3);
     this.btnCancel.set_Text("Отмена");
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.btnCancel.add_Click(new System.EventHandler(this.btnCancel_Click));
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0xfc, 0x5d));
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.btnOK);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.datePeriod);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedDialog);
     base.set_MaximizeBox(false);
     base.set_MinimizeBox(false);
     base.set_Name("ServiceSeasonalAddChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterParent);
     base.add_FormClosing(new System.Windows.Forms.FormClosingEventHandler(this.ServiceSeasonalAddChangeForm_FormClosing));
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 18
0
 private void InitializeComponent()
 {
     this.btnSearchReesters = new System.Windows.Forms.Button();
     this.tbxNumber = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.btnClose = new System.Windows.Forms.Button();
     this.cbWithUnProccessed = new System.Windows.Forms.CheckBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.datePeriodPay = new DatePeriod();
     this.selectStatus = new SelectFasetData();
     this.datePeriod = new DatePeriod();
     this.label4 = new System.Windows.Forms.Label();
     this.dbPaymentOrderDate = new DateBox();
     base.SuspendLayout();
     this.btnSearchReesters.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnSearchReesters.set_Location(new System.Drawing.Point(0xb9, 0x9f));
     this.btnSearchReesters.set_Name("btnSearchReesters");
     this.btnSearchReesters.set_Size(new System.Drawing.Size(70, 0x20));
     this.btnSearchReesters.set_TabIndex(4);
     this.btnSearchReesters.set_Text("Поиск");
     this.btnSearchReesters.set_UseVisualStyleBackColor(true);
     this.btnSearchReesters.add_Click(new System.EventHandler(this.btnSearchReesters_Click));
     this.tbxNumber.set_Location(new System.Drawing.Point(0x76, 14));
     this.tbxNumber.set_Name("tbxNumber");
     this.tbxNumber.set_Size(new System.Drawing.Size(0xd5, 20));
     this.tbxNumber.set_TabIndex(1);
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(8, 0x11));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x58, 13));
     this.label3.set_TabIndex(0x15);
     this.label3.set_Text("Номер реестра:");
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(8, 0x2f));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x2c, 13));
     this.label5.set_TabIndex(0x12);
     this.label5.set_Text("Статус:");
     this.btnClose.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnClose.set_DialogResult(System.Windows.Forms.DialogResult.Cancel);
     this.btnClose.set_Location(new System.Drawing.Point(0x105, 0x9f));
     this.btnClose.set_Name("btnClose");
     this.btnClose.set_Size(new System.Drawing.Size(70, 0x20));
     this.btnClose.set_TabIndex(5);
     this.btnClose.set_Text("Закрыть");
     this.btnClose.set_UseVisualStyleBackColor(true);
     this.btnClose.add_Click(new System.EventHandler(this.btnClose_Click));
     this.cbWithUnProccessed.set_Anchor(System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom);
     this.cbWithUnProccessed.set_AutoSize(true);
     this.cbWithUnProccessed.set_Checked(true);
     this.cbWithUnProccessed.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.cbWithUnProccessed.set_Location(new System.Drawing.Point(7, 0xa7));
     this.cbWithUnProccessed.set_Name("cbWithUnProccessed");
     this.cbWithUnProccessed.set_RightToLeft(System.Windows.Forms.RightToLeft.Yes);
     this.cbWithUnProccessed.set_Size(new System.Drawing.Size(0x85, 0x11));
     this.cbWithUnProccessed.set_TabIndex(0x18);
     this.cbWithUnProccessed.set_Text("Все необработанные");
     this.cbWithUnProccessed.set_UseVisualStyleBackColor(true);
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(8, 0x65));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x63, 13));
     this.label1.set_TabIndex(0x1a);
     this.label1.set_Text("Период создания:");
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(8, 0x83));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x58, 13));
     this.label2.set_TabIndex(0x1b);
     this.label2.set_Text("Период оплаты:");
     this.datePeriodPay.AttachToPeriod = false;
     this.datePeriodPay.DateBeginReadonly = false;
     this.datePeriodPay.DateEndReadonly = false;
     this.datePeriodPay.set_Location(new System.Drawing.Point(0x6a, 0x81));
     this.datePeriodPay.set_Margin(new System.Windows.Forms.Padding(5, 4, 5, 4));
     this.datePeriodPay.set_Name("datePeriodPay");
     this.datePeriodPay.set_Size(new System.Drawing.Size(0xe1, 0x17));
     this.datePeriodPay.set_TabIndex(0x1c);
     this.selectStatus.set_FormattingEnabled(true);
     this.selectStatus.set_Location(new System.Drawing.Point(0x76, 0x2c));
     this.selectStatus.set_Name("selectStatus");
     this.selectStatus.set_Size(new System.Drawing.Size(0xd5, 0x15));
     this.selectStatus.set_Sorted(true);
     this.selectStatus.set_TabIndex(3);
     this.datePeriod.AttachToPeriod = false;
     this.datePeriod.DateBeginReadonly = false;
     this.datePeriod.DateEndReadonly = false;
     this.datePeriod.set_Location(new System.Drawing.Point(0x6a, 0x62));
     this.datePeriod.set_Margin(new System.Windows.Forms.Padding(5, 4, 5, 4));
     this.datePeriod.set_Name("datePeriod");
     this.datePeriod.set_Size(new System.Drawing.Size(0xe1, 0x17));
     this.datePeriod.set_TabIndex(2);
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(8, 0x4a));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x58, 13));
     this.label4.set_TabIndex(0x1d);
     this.label4.set_Text("Дата платежки:");
     this.dbPaymentOrderDate.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.dbPaymentOrderDate.AttachToPeriod = false;
     this.dbPaymentOrderDate.AttachToPeriodEnd = false;
     this.dbPaymentOrderDate.set_Location(new System.Drawing.Point(0x76, 0x47));
     this.dbPaymentOrderDate.set_Mask("00/00/0000");
     this.dbPaymentOrderDate.set_Name("dbPaymentOrderDate");
     this.dbPaymentOrderDate.set_Size(new System.Drawing.Size(0xd5, 20));
     this.dbPaymentOrderDate.set_TabIndex(30);
     base.set_AcceptButton(this.btnSearchReesters);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_CancelButton(this.btnClose);
     base.set_ClientSize(new System.Drawing.Size(0x155, 200));
     base.Controls.Add(this.dbPaymentOrderDate);
     base.Controls.Add(this.label4);
     base.Controls.Add(this.datePeriodPay);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.selectStatus);
     base.Controls.Add(this.datePeriod);
     base.Controls.Add(this.label5);
     base.Controls.Add(this.cbWithUnProccessed);
     base.Controls.Add(this.label3);
     base.Controls.Add(this.tbxNumber);
     base.Controls.Add(this.btnClose);
     base.Controls.Add(this.btnSearchReesters);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedDialog);
     base.set_MaximizeBox(false);
     base.set_MinimizeBox(false);
     base.set_Name("PayReestersSearchForm");
     base.set_ShowIcon(false);
     base.set_ShowInTaskbar(false);
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("Поиск реестров");
     base.set_TopMost(true);
     base.add_Load(new System.EventHandler(this.PayReestersSearchForm_Load));
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 19
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();
     System.Windows.Forms.DataGridViewCellStyle style14 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style15 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style16 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style17 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style18 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style19 = new System.Windows.Forms.DataGridViewCellStyle();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.tbComment = new System.Windows.Forms.TextBox();
     this.btnSaveRecalc = new System.Windows.Forms.Button();
     this.btnReCalc = new System.Windows.Forms.Button();
     this.dgvRecalcPeriod = new System.Windows.Forms.DataGridView();
     this.period = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DiffChargeSummPeriod = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DiffBenefitSummPeriod = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.dgvAccountServices = new System.Windows.Forms.DataGridView();
     this.serviceCodeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.serviceShortName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.oldChargeSummDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.oldBenefitSummDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.chargeSummDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.benefitSummDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.diffChargeSumm = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.diffBenefitSumm = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsCalcServices = new System.Windows.Forms.BindingSource(this.components);
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.выбратьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmMonth1 = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmMonth2 = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmMonth3 = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmMonth6 = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmMonth9 = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmMonth12 = new System.Windows.Forms.ToolStripMenuItem();
     this.label4 = new System.Windows.Forms.Label();
     this.selectOrgDocument = new SelectOrgDocument();
     this.dbPeriodDate = new DatePeriod();
     this.selectTypeRecalc = new SelectFasetData();
     this.cbIsUseNoticeRecalcUseByPeriod = new System.Windows.Forms.CheckBox();
     this.cbIsUseRecalcHouseCounters = new System.Windows.Forms.CheckBox();
     this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
     this.btnSelectAccountService = new System.Windows.Forms.Button();
     this.btnParametersOfCalculation = new System.Windows.Forms.Button();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.m_ReCalcWorker = new BackgroundWorker();
     this.tlpIsUseRecalc = new System.Windows.Forms.TableLayoutPanel();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn26 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn27 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn28 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn29 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn30 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn31 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn32 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn33 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn34 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn35 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn36 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn37 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn38 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn39 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn40 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn41 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn42 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn43 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn44 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn45 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn46 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn47 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn48 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn49 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cbIsUseSaveRecalcAsCharge = new System.Windows.Forms.CheckBox();
     this.dgvRecalcPeriod.BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.dgvAccountServices.BeginInit();
     this.bsCalcServices.BeginInit();
     this.groupBox1.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.tlpIsUseRecalc.SuspendLayout();
     base.SuspendLayout();
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(3, 0x10));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x2d, 13));
     this.label1.set_TabIndex(0);
     this.label1.set_Text("Период");
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(3, 0x2d));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(50, 13));
     this.label2.set_TabIndex(1);
     this.label2.set_Text("Причина");
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(3, 0x45));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(70, 13));
     this.label3.set_TabIndex(2);
     this.label3.set_Text("Примечание");
     this.tbComment.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbComment.set_Location(new System.Drawing.Point(0x4a, 0x42));
     this.tbComment.set_Name("tbComment");
     this.tbComment.set_Size(new System.Drawing.Size(0x255, 20));
     this.tbComment.set_TabIndex(2);
     this.btnSaveRecalc.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.btnSaveRecalc.set_Location(new System.Drawing.Point(0xab, 3));
     this.btnSaveRecalc.set_Name("btnSaveRecalc");
     this.btnSaveRecalc.set_Size(new System.Drawing.Size(0x5f, 0x1d));
     this.btnSaveRecalc.set_TabIndex(5);
     this.btnSaveRecalc.set_Text("Сохранить");
     this.btnSaveRecalc.set_UseVisualStyleBackColor(true);
     this.btnSaveRecalc.add_Click(new System.EventHandler(this.btnSaveRecalc_Click));
     this.btnReCalc.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.btnReCalc.set_ImageAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.btnReCalc.set_Location(new System.Drawing.Point(3, 3));
     this.btnReCalc.set_Name("btnReCalc");
     this.btnReCalc.set_Size(new System.Drawing.Size(0x5f, 0x1d));
     this.btnReCalc.set_TabIndex(4);
     this.btnReCalc.set_Text("Рассчитать");
     this.btnReCalc.set_UseVisualStyleBackColor(true);
     this.btnReCalc.add_Click(new System.EventHandler(this.btnReCalc_Click));
     this.dgvRecalcPeriod.set_AllowUserToAddRows(false);
     this.dgvRecalcPeriod.set_AllowUserToDeleteRows(false);
     this.dgvRecalcPeriod.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCellsExceptHeader);
     this.dgvRecalcPeriod.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCellsExceptHeaders);
     this.dgvRecalcPeriod.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvRecalcPeriod.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.period, this.DiffChargeSummPeriod, this.DiffBenefitSummPeriod });
     this.dgvRecalcPeriod.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvRecalcPeriod.set_GridColor(System.Drawing.SystemColors.ControlLight);
     this.dgvRecalcPeriod.set_Location(new System.Drawing.Point(0, 0));
     this.dgvRecalcPeriod.set_Name("dgvRecalcPeriod");
     this.dgvRecalcPeriod.set_ReadOnly(true);
     this.dgvRecalcPeriod.set_RowHeadersVisible(false);
     this.dgvRecalcPeriod.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvRecalcPeriod.set_Size(new System.Drawing.Size(0x80, 0xe4));
     this.dgvRecalcPeriod.set_TabIndex(7);
     this.dgvRecalcPeriod.add_CellFormatting(new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dgvRecalcPeriod_CellFormatting));
     this.dgvRecalcPeriod.add_SelectionChanged(new System.EventHandler(this.dgvRecalcPeriod_SelectionChanged));
     this.period.set_DataPropertyName("period");
     style.set_Format("MM'.'yyyy");
     style.set_NullValue(null);
     this.period.set_DefaultCellStyle(style);
     this.period.set_HeaderText("Период");
     this.period.set_MinimumWidth(50);
     this.period.set_Name("period");
     this.period.set_ReadOnly(true);
     this.period.set_Width(50);
     this.DiffChargeSummPeriod.set_DataPropertyName("DiffChargeSumm");
     style2.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.TopRight);
     this.DiffChargeSummPeriod.set_DefaultCellStyle(style2);
     this.DiffChargeSummPeriod.set_HeaderText("Нач. разница");
     this.DiffChargeSummPeriod.set_MinimumWidth(40);
     this.DiffChargeSummPeriod.set_Name("DiffChargeSummPeriod");
     this.DiffChargeSummPeriod.set_ReadOnly(true);
     this.DiffChargeSummPeriod.set_Width(40);
     this.DiffBenefitSummPeriod.set_DataPropertyName("DiffBenefitSumm");
     style3.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.TopRight);
     this.DiffBenefitSummPeriod.set_DefaultCellStyle(style3);
     this.DiffBenefitSummPeriod.set_HeaderText("Льгот разница");
     this.DiffBenefitSummPeriod.set_MinimumWidth(40);
     this.DiffBenefitSummPeriod.set_Name("DiffBenefitSummPeriod");
     this.DiffBenefitSummPeriod.set_ReadOnly(true);
     this.DiffBenefitSummPeriod.set_Width(40);
     this.splitContainer1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.splitContainer1.set_Location(new System.Drawing.Point(0, 0xb1));
     this.splitContainer1.set_Name("splitContainer1");
     this.splitContainer1.Panel1.Controls.Add(this.dgvRecalcPeriod);
     this.splitContainer1.Panel2.Controls.Add(this.dgvAccountServices);
     this.splitContainer1.set_Size(new System.Drawing.Size(0x2a5, 0xe4));
     this.splitContainer1.set_SplitterDistance(0x80);
     this.splitContainer1.set_TabIndex(0x15);
     this.dgvAccountServices.set_AllowUserToAddRows(false);
     this.dgvAccountServices.set_AllowUserToDeleteRows(false);
     this.dgvAccountServices.set_AutoGenerateColumns(false);
     this.dgvAccountServices.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCellsExceptHeader);
     this.dgvAccountServices.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCellsExceptHeaders);
     this.dgvAccountServices.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvAccountServices.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.serviceCodeDataGridViewTextBoxColumn, this.serviceShortName, this.oldChargeSummDataGridViewTextBoxColumn, this.oldBenefitSummDataGridViewTextBoxColumn, this.chargeSummDataGridViewTextBoxColumn, this.benefitSummDataGridViewTextBoxColumn, this.diffChargeSumm, this.diffBenefitSumm });
     this.dgvAccountServices.set_DataSource(this.bsCalcServices);
     this.dgvAccountServices.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvAccountServices.set_GridColor(System.Drawing.SystemColors.ControlLight);
     this.dgvAccountServices.set_Location(new System.Drawing.Point(0, 0));
     this.dgvAccountServices.set_Name("dgvAccountServices");
     this.dgvAccountServices.set_ReadOnly(true);
     this.dgvAccountServices.set_RowHeadersVisible(false);
     this.dgvAccountServices.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvAccountServices.set_Size(new System.Drawing.Size(0x221, 0xe4));
     this.dgvAccountServices.set_TabIndex(8);
     this.dgvAccountServices.add_CellDoubleClick(new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvAccountServices_CellDoubleClick));
     this.dgvAccountServices.add_CellFormatting(new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dgvAccountServices_CellFormatting));
     this.serviceCodeDataGridViewTextBoxColumn.set_DataPropertyName("ServiceCode");
     this.serviceCodeDataGridViewTextBoxColumn.set_HeaderText("Код");
     this.serviceCodeDataGridViewTextBoxColumn.set_MinimumWidth(30);
     this.serviceCodeDataGridViewTextBoxColumn.set_Name("serviceCodeDataGridViewTextBoxColumn");
     this.serviceCodeDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.serviceCodeDataGridViewTextBoxColumn.set_SortMode(System.Windows.Forms.DataGridViewColumnSortMode.NotSortable);
     this.serviceCodeDataGridViewTextBoxColumn.set_Width(30);
     this.serviceShortName.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill);
     this.serviceShortName.set_DataPropertyName("ServiceShortName");
     this.serviceShortName.set_HeaderText("Услуга");
     this.serviceShortName.set_MinimumWidth(30);
     this.serviceShortName.set_Name("serviceShortName");
     this.serviceShortName.set_ReadOnly(true);
     this.serviceShortName.set_SortMode(System.Windows.Forms.DataGridViewColumnSortMode.NotSortable);
     this.oldChargeSummDataGridViewTextBoxColumn.set_DataPropertyName("OldChargeSumm");
     style4.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.TopRight);
     this.oldChargeSummDataGridViewTextBoxColumn.set_DefaultCellStyle(style4);
     this.oldChargeSummDataGridViewTextBoxColumn.set_HeaderText("Нач. до");
     this.oldChargeSummDataGridViewTextBoxColumn.set_MinimumWidth(50);
     this.oldChargeSummDataGridViewTextBoxColumn.set_Name("oldChargeSummDataGridViewTextBoxColumn");
     this.oldChargeSummDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.oldChargeSummDataGridViewTextBoxColumn.set_Width(50);
     this.oldBenefitSummDataGridViewTextBoxColumn.set_DataPropertyName("OldBenefitSumm");
     style5.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.TopRight);
     this.oldBenefitSummDataGridViewTextBoxColumn.set_DefaultCellStyle(style5);
     this.oldBenefitSummDataGridViewTextBoxColumn.set_HeaderText("Льгота до");
     this.oldBenefitSummDataGridViewTextBoxColumn.set_MinimumWidth(50);
     this.oldBenefitSummDataGridViewTextBoxColumn.set_Name("oldBenefitSummDataGridViewTextBoxColumn");
     this.oldBenefitSummDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.oldBenefitSummDataGridViewTextBoxColumn.set_Width(50);
     this.chargeSummDataGridViewTextBoxColumn.set_DataPropertyName("ChargeSumm");
     style6.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.TopRight);
     this.chargeSummDataGridViewTextBoxColumn.set_DefaultCellStyle(style6);
     this.chargeSummDataGridViewTextBoxColumn.set_HeaderText("Нач. после");
     this.chargeSummDataGridViewTextBoxColumn.set_MinimumWidth(50);
     this.chargeSummDataGridViewTextBoxColumn.set_Name("chargeSummDataGridViewTextBoxColumn");
     this.chargeSummDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.chargeSummDataGridViewTextBoxColumn.set_Width(50);
     this.benefitSummDataGridViewTextBoxColumn.set_DataPropertyName("BenefitSumm");
     style7.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.TopRight);
     this.benefitSummDataGridViewTextBoxColumn.set_DefaultCellStyle(style7);
     this.benefitSummDataGridViewTextBoxColumn.set_HeaderText("Льгота после");
     this.benefitSummDataGridViewTextBoxColumn.set_MinimumWidth(50);
     this.benefitSummDataGridViewTextBoxColumn.set_Name("benefitSummDataGridViewTextBoxColumn");
     this.benefitSummDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.benefitSummDataGridViewTextBoxColumn.set_Width(50);
     this.diffChargeSumm.set_DataPropertyName("DiffChargeSumm");
     style8.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.TopRight);
     this.diffChargeSumm.set_DefaultCellStyle(style8);
     this.diffChargeSumm.set_HeaderText("Нач. разница");
     this.diffChargeSumm.set_MinimumWidth(50);
     this.diffChargeSumm.set_Name("diffChargeSumm");
     this.diffChargeSumm.set_ReadOnly(true);
     this.diffChargeSumm.set_Width(50);
     this.diffBenefitSumm.set_DataPropertyName("DiffBenefitSumm");
     style9.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.TopRight);
     this.diffBenefitSumm.set_DefaultCellStyle(style9);
     this.diffBenefitSumm.set_HeaderText("Льгот разница");
     this.diffBenefitSumm.set_MinimumWidth(50);
     this.diffBenefitSumm.set_Name("diffBenefitSumm");
     this.diffBenefitSumm.set_ReadOnly(true);
     this.diffBenefitSumm.set_Width(50);
     this.bsCalcServices.set_DataSource(typeof(CalcService));
     this.groupBox1.Controls.Add(this.menuStrip1);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.selectOrgDocument);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.dbPeriodDate);
     this.groupBox1.Controls.Add(this.tbComment);
     this.groupBox1.Controls.Add(this.selectTypeRecalc);
     this.groupBox1.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.groupBox1.set_Location(new System.Drawing.Point(0, 0));
     this.groupBox1.set_Name("groupBox1");
     this.groupBox1.set_Size(new System.Drawing.Size(0x2a5, 0x75));
     this.groupBox1.set_TabIndex(0x16);
     this.groupBox1.set_TabStop(false);
     this.menuStrip1.set_Dock(System.Windows.Forms.DockStyle.None);
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.выбратьToolStripMenuItem });
     this.menuStrip1.set_Location(new System.Drawing.Point(0x131, 13));
     this.menuStrip1.set_Name("menuStrip1");
     this.menuStrip1.set_Size(new System.Drawing.Size(0x4a, 0x18));
     this.menuStrip1.set_TabIndex(0x19);
     this.menuStrip1.set_Text("menuStrip1");
     this.выбратьToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmMonth1, this.tsmMonth2, this.tsmMonth3, this.tsmMonth6, this.tsmMonth9, this.tsmMonth12 });
     this.выбратьToolStripMenuItem.set_Name("выбратьToolStripMenuItem");
     this.выбратьToolStripMenuItem.set_Size(new System.Drawing.Size(0x42, 20));
     this.выбратьToolStripMenuItem.set_Text("Выбрать");
     this.tsmMonth1.set_Name("tsmMonth1");
     this.tsmMonth1.set_Size(new System.Drawing.Size(0x56, 0x16));
     this.tsmMonth1.set_Text("1");
     this.tsmMonth1.add_Click(new System.EventHandler(this.tsmMonth1_Click));
     this.tsmMonth2.set_Name("tsmMonth2");
     this.tsmMonth2.set_Size(new System.Drawing.Size(0x56, 0x16));
     this.tsmMonth2.set_Text("2");
     this.tsmMonth2.add_Click(new System.EventHandler(this.tsmMonth2_Click));
     this.tsmMonth3.set_Name("tsmMonth3");
     this.tsmMonth3.set_Size(new System.Drawing.Size(0x56, 0x16));
     this.tsmMonth3.set_Text("3");
     this.tsmMonth3.add_Click(new System.EventHandler(this.tsmMonth3_Click));
     this.tsmMonth6.set_Name("tsmMonth6");
     this.tsmMonth6.set_Size(new System.Drawing.Size(0x56, 0x16));
     this.tsmMonth6.set_Text("6");
     this.tsmMonth6.add_Click(new System.EventHandler(this.tsmMonth6_Click));
     this.tsmMonth9.set_Name("tsmMonth9");
     this.tsmMonth9.set_Size(new System.Drawing.Size(0x56, 0x16));
     this.tsmMonth9.set_Text("9");
     this.tsmMonth9.add_Click(new System.EventHandler(this.tsmMonth9_Click));
     this.tsmMonth12.set_Name("tsmMonth12");
     this.tsmMonth12.set_Size(new System.Drawing.Size(0x56, 0x16));
     this.tsmMonth12.set_Text("12");
     this.tsmMonth12.add_Click(new System.EventHandler(this.tsmMonth12_Click));
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(3, 0x5e));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x3a, 13));
     this.label4.set_TabIndex(12);
     this.label4.set_Text("Документ");
     this.selectOrgDocument.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectOrgDocument.set_Location(new System.Drawing.Point(0x4a, 90));
     this.selectOrgDocument.set_Name("selectOrgDocument");
     this.selectOrgDocument.set_Size(new System.Drawing.Size(0x255, 0x17));
     this.selectOrgDocument.set_TabIndex(3);
     this.dbPeriodDate.AttachToPeriod = false;
     this.dbPeriodDate.DateBeginReadonly = false;
     this.dbPeriodDate.DateEndReadonly = false;
     this.dbPeriodDate.set_Location(new System.Drawing.Point(0x44, 13));
     this.dbPeriodDate.set_Margin(new System.Windows.Forms.Padding(4));
     this.dbPeriodDate.set_Name("dbPeriodDate");
     this.dbPeriodDate.set_Size(new System.Drawing.Size(0xe9, 0x17));
     this.dbPeriodDate.set_TabIndex(0);
     this.selectTypeRecalc.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectTypeRecalc.set_AutoCompleteMode(System.Windows.Forms.AutoCompleteMode.SuggestAppend);
     this.selectTypeRecalc.set_AutoCompleteSource(System.Windows.Forms.AutoCompleteSource.ListItems);
     this.selectTypeRecalc.set_FormattingEnabled(true);
     this.selectTypeRecalc.set_Location(new System.Drawing.Point(0x4a, 0x2a));
     this.selectTypeRecalc.set_Name("selectTypeRecalc");
     this.selectTypeRecalc.set_Size(new System.Drawing.Size(0x255, 0x15));
     this.selectTypeRecalc.set_Sorted(true);
     this.selectTypeRecalc.set_TabIndex(1);
     this.selectTypeRecalc.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.selectTypeRecalc_KeyDown));
     this.cbIsUseNoticeRecalcUseByPeriod.set_Anchor(System.Windows.Forms.AnchorStyles.Left);
     this.cbIsUseNoticeRecalcUseByPeriod.set_AutoSize(true);
     this.cbIsUseNoticeRecalcUseByPeriod.set_Location(new System.Drawing.Point(0xce, 4));
     this.cbIsUseNoticeRecalcUseByPeriod.set_Name("cbIsUseNoticeRecalcUseByPeriod");
     this.cbIsUseNoticeRecalcUseByPeriod.set_Size(new System.Drawing.Size(0x62, 0x11));
     this.cbIsUseNoticeRecalcUseByPeriod.set_TabIndex(0x35);
     this.cbIsUseNoticeRecalcUseByPeriod.set_Text("Учесть в ЕПД");
     this.cbIsUseNoticeRecalcUseByPeriod.set_UseVisualStyleBackColor(true);
     this.cbIsUseRecalcHouseCounters.set_Anchor(System.Windows.Forms.AnchorStyles.Left);
     this.cbIsUseRecalcHouseCounters.set_AutoSize(true);
     this.cbIsUseRecalcHouseCounters.set_Location(new System.Drawing.Point(0x199, 4));
     this.cbIsUseRecalcHouseCounters.set_Name("cbIsUseRecalcHouseCounters");
     this.cbIsUseRecalcHouseCounters.set_Size(new System.Drawing.Size(0x98, 0x11));
     this.cbIsUseRecalcHouseCounters.set_TabIndex(0x33);
     this.cbIsUseRecalcHouseCounters.set_Text("Учесть при расчете КПУ");
     this.cbIsUseRecalcHouseCounters.set_UseVisualStyleBackColor(true);
     this.dataGridViewImageColumn1.set_HeaderText("Column1");
     this.dataGridViewImageColumn1.set_Image(Resources.LOADING);
     this.dataGridViewImageColumn1.set_Name("dataGridViewImageColumn1");
     this.btnSelectAccountService.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.btnSelectAccountService.set_Location(new System.Drawing.Point(0x110, 3));
     this.btnSelectAccountService.set_Name("btnSelectAccountService");
     this.btnSelectAccountService.set_Size(new System.Drawing.Size(0xc5, 0x1d));
     this.btnSelectAccountService.set_TabIndex(6);
     this.btnSelectAccountService.set_Text("Сохранить выборочно");
     this.btnSelectAccountService.set_UseVisualStyleBackColor(true);
     this.btnSelectAccountService.add_Click(new System.EventHandler(this.btnSaveRecalc_Click));
     this.btnParametersOfCalculation.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.btnParametersOfCalculation.set_Location(new System.Drawing.Point(0x1db, 3));
     this.btnParametersOfCalculation.set_Name("btnParametersOfCalculation");
     this.btnParametersOfCalculation.set_Size(new System.Drawing.Size(0xc7, 0x1d));
     this.btnParametersOfCalculation.set_TabIndex(0x17);
     this.btnParametersOfCalculation.set_Text("Параметры расчета");
     this.btnParametersOfCalculation.set_UseVisualStyleBackColor(true);
     this.btnParametersOfCalculation.add_Click(new System.EventHandler(this.btnParametersOfCalculation_Click));
     this.tableLayoutPanel1.set_ColumnCount(5);
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15f));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10f));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15f));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30f));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30f));
     this.tableLayoutPanel1.Controls.Add(this.btnReCalc, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.btnParametersOfCalculation, 4, 0);
     this.tableLayoutPanel1.Controls.Add(this.btnSaveRecalc, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this.btnSelectAccountService, 3, 0);
     this.tableLayoutPanel1.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.tableLayoutPanel1.set_Location(new System.Drawing.Point(0, 0x8e));
     this.tableLayoutPanel1.set_Name("tableLayoutPanel1");
     this.tableLayoutPanel1.set_RowCount(1);
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100f));
     this.tableLayoutPanel1.set_Size(new System.Drawing.Size(0x2a5, 0x23));
     this.tableLayoutPanel1.set_TabIndex(0x18);
     this.m_ReCalcWorker.add_DoWork(new DoWorkEventHandler(this.m_SearchWorker_DoWork));
     this.m_ReCalcWorker.add_RunWorkerCompleted(new RunWorkerCompletedEventHandler(this.m_SearchWorker_RunWorkerCompleted));
     this.tlpIsUseRecalc.set_ColumnCount(3);
     this.tlpIsUseRecalc.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30f));
     this.tlpIsUseRecalc.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30f));
     this.tlpIsUseRecalc.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40f));
     this.tlpIsUseRecalc.Controls.Add(this.cbIsUseSaveRecalcAsCharge, 0, 0);
     this.tlpIsUseRecalc.Controls.Add(this.cbIsUseRecalcHouseCounters, 2, 0);
     this.tlpIsUseRecalc.Controls.Add(this.cbIsUseNoticeRecalcUseByPeriod, 1, 0);
     this.tlpIsUseRecalc.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.tlpIsUseRecalc.set_Location(new System.Drawing.Point(0, 0x75));
     this.tlpIsUseRecalc.set_Name("tlpIsUseRecalc");
     this.tlpIsUseRecalc.set_RowCount(1);
     this.tlpIsUseRecalc.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100f));
     this.tlpIsUseRecalc.set_Size(new System.Drawing.Size(0x2a5, 0x19));
     this.tlpIsUseRecalc.set_TabIndex(0x19);
     this.dataGridViewTextBoxColumn1.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader);
     this.dataGridViewTextBoxColumn1.set_DataPropertyName("Dateb");
     style10.set_Format("MM'.'yyyy");
     style10.set_NullValue(null);
     this.dataGridViewTextBoxColumn1.set_DefaultCellStyle(style10);
     this.dataGridViewTextBoxColumn1.set_HeaderText("Дата начала действия");
     this.dataGridViewTextBoxColumn1.set_MinimumWidth(50);
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn1.set_SortMode(System.Windows.Forms.DataGridViewColumnSortMode.NotSortable);
     this.dataGridViewTextBoxColumn2.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader);
     this.dataGridViewTextBoxColumn2.set_DataPropertyName("Datee");
     style11.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.TopRight);
     this.dataGridViewTextBoxColumn2.set_DefaultCellStyle(style11);
     this.dataGridViewTextBoxColumn2.set_HeaderText("Дата конца действия");
     this.dataGridViewTextBoxColumn2.set_MinimumWidth(50);
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.dataGridViewTextBoxColumn2.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn3.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader);
     this.dataGridViewTextBoxColumn3.set_DataPropertyName("FromDate");
     style12.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.TopRight);
     this.dataGridViewTextBoxColumn3.set_DefaultCellStyle(style12);
     this.dataGridViewTextBoxColumn3.set_HeaderText("Дата открытия");
     this.dataGridViewTextBoxColumn3.set_MinimumWidth(50);
     this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3");
     this.dataGridViewTextBoxColumn3.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn4.set_DataPropertyName("ToDate");
     this.dataGridViewTextBoxColumn4.set_HeaderText("Дата закрытия");
     this.dataGridViewTextBoxColumn4.set_MinimumWidth(30);
     this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4");
     this.dataGridViewTextBoxColumn4.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn4.set_SortMode(System.Windows.Forms.DataGridViewColumnSortMode.NotSortable);
     this.dataGridViewTextBoxColumn4.set_Visible(false);
     this.dataGridViewTextBoxColumn4.set_Width(0x65);
     this.dataGridViewTextBoxColumn5.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells);
     this.dataGridViewTextBoxColumn5.set_DataPropertyName("Balance");
     this.dataGridViewTextBoxColumn5.set_HeaderText("Сальдо");
     this.dataGridViewTextBoxColumn5.set_MinimumWidth(40);
     this.dataGridViewTextBoxColumn5.set_Name("dataGridViewTextBoxColumn5");
     this.dataGridViewTextBoxColumn5.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn5.set_SortMode(System.Windows.Forms.DataGridViewColumnSortMode.NotSortable);
     this.dataGridViewTextBoxColumn6.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells);
     this.dataGridViewTextBoxColumn6.set_DataPropertyName("HouseHolderId");
     style13.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.TopRight);
     this.dataGridViewTextBoxColumn6.set_DefaultCellStyle(style13);
     this.dataGridViewTextBoxColumn6.set_HeaderText("HouseHolderId");
     this.dataGridViewTextBoxColumn6.set_MinimumWidth(0x44);
     this.dataGridViewTextBoxColumn6.set_Name("dataGridViewTextBoxColumn6");
     this.dataGridViewTextBoxColumn6.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn7.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells);
     this.dataGridViewTextBoxColumn7.set_DataPropertyName("LastRateId");
     style14.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.TopRight);
     this.dataGridViewTextBoxColumn7.set_DefaultCellStyle(style14);
     this.dataGridViewTextBoxColumn7.set_HeaderText("LastRateId");
     this.dataGridViewTextBoxColumn7.set_MinimumWidth(50);
     this.dataGridViewTextBoxColumn7.set_Name("dataGridViewTextBoxColumn7");
     this.dataGridViewTextBoxColumn7.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn8.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells);
     this.dataGridViewTextBoxColumn8.set_DataPropertyName("AccountFromDate");
     style15.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.TopRight);
     this.dataGridViewTextBoxColumn8.set_DefaultCellStyle(style15);
     this.dataGridViewTextBoxColumn8.set_HeaderText("AccountFromDate");
     this.dataGridViewTextBoxColumn8.set_MinimumWidth(50);
     this.dataGridViewTextBoxColumn8.set_Name("dataGridViewTextBoxColumn8");
     this.dataGridViewTextBoxColumn8.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn9.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells);
     this.dataGridViewTextBoxColumn9.set_DataPropertyName("ServiceTypeId");
     style16.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.TopRight);
     this.dataGridViewTextBoxColumn9.set_DefaultCellStyle(style16);
     this.dataGridViewTextBoxColumn9.set_HeaderText("ServiceTypeId");
     this.dataGridViewTextBoxColumn9.set_MinimumWidth(50);
     this.dataGridViewTextBoxColumn9.set_Name("dataGridViewTextBoxColumn9");
     this.dataGridViewTextBoxColumn9.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn10.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells);
     this.dataGridViewTextBoxColumn10.set_DataPropertyName("AlgorithmName");
     style17.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.TopRight);
     this.dataGridViewTextBoxColumn10.set_DefaultCellStyle(style17);
     this.dataGridViewTextBoxColumn10.set_HeaderText("AlgorithmName");
     this.dataGridViewTextBoxColumn10.set_MinimumWidth(50);
     this.dataGridViewTextBoxColumn10.set_Name("dataGridViewTextBoxColumn10");
     this.dataGridViewTextBoxColumn10.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn11.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells);
     this.dataGridViewTextBoxColumn11.set_DataPropertyName("HouseHolderCode");
     style18.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.TopRight);
     this.dataGridViewTextBoxColumn11.set_DefaultCellStyle(style18);
     this.dataGridViewTextBoxColumn11.set_HeaderText("HouseHolderCode");
     this.dataGridViewTextBoxColumn11.set_MinimumWidth(60);
     this.dataGridViewTextBoxColumn11.set_Name("dataGridViewTextBoxColumn11");
     this.dataGridViewTextBoxColumn11.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn12.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells);
     this.dataGridViewTextBoxColumn12.set_DataPropertyName("LastRate");
     style19.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.TopRight);
     this.dataGridViewTextBoxColumn12.set_DefaultCellStyle(style19);
     this.dataGridViewTextBoxColumn12.set_HeaderText("LastRate");
     this.dataGridViewTextBoxColumn12.set_MinimumWidth(60);
     this.dataGridViewTextBoxColumn12.set_Name("dataGridViewTextBoxColumn12");
     this.dataGridViewTextBoxColumn12.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn13.set_DataPropertyName("Balance");
     this.dataGridViewTextBoxColumn13.set_HeaderText("Balance");
     this.dataGridViewTextBoxColumn13.set_Name("dataGridViewTextBoxColumn13");
     this.dataGridViewTextBoxColumn14.set_DataPropertyName("HouseHolderName");
     this.dataGridViewTextBoxColumn14.set_HeaderText("HouseHolderName");
     this.dataGridViewTextBoxColumn14.set_Name("dataGridViewTextBoxColumn14");
     this.dataGridViewTextBoxColumn15.set_DataPropertyName("CurrentRateId");
     this.dataGridViewTextBoxColumn15.set_HeaderText("CurrentRateId");
     this.dataGridViewTextBoxColumn15.set_Name("dataGridViewTextBoxColumn15");
     this.dataGridViewTextBoxColumn16.set_DataPropertyName("ObjectWithIdType");
     this.dataGridViewTextBoxColumn16.set_HeaderText("ObjectWithIdType");
     this.dataGridViewTextBoxColumn16.set_Name("dataGridViewTextBoxColumn16");
     this.dataGridViewTextBoxColumn17.set_DataPropertyName("Datee");
     this.dataGridViewTextBoxColumn17.set_HeaderText("Datee");
     this.dataGridViewTextBoxColumn17.set_Name("dataGridViewTextBoxColumn17");
     this.dataGridViewTextBoxColumn18.set_DataPropertyName("ServiceTypeName");
     this.dataGridViewTextBoxColumn18.set_HeaderText("ServiceTypeName");
     this.dataGridViewTextBoxColumn18.set_Name("dataGridViewTextBoxColumn18");
     this.dataGridViewTextBoxColumn19.set_DataPropertyName("Datec");
     this.dataGridViewTextBoxColumn19.set_HeaderText("Datec");
     this.dataGridViewTextBoxColumn19.set_Name("dataGridViewTextBoxColumn19");
     this.dataGridViewTextBoxColumn20.set_DataPropertyName("OrgCode");
     this.dataGridViewTextBoxColumn20.set_HeaderText("OrgCode");
     this.dataGridViewTextBoxColumn20.set_Name("dataGridViewTextBoxColumn20");
     this.dataGridViewTextBoxColumn21.set_DataPropertyName("Created");
     this.dataGridViewTextBoxColumn21.set_HeaderText("Created");
     this.dataGridViewTextBoxColumn21.set_Name("dataGridViewTextBoxColumn21");
     this.dataGridViewTextBoxColumn22.set_DataPropertyName("AccountOwnerId");
     this.dataGridViewTextBoxColumn22.set_HeaderText("AccountOwnerId");
     this.dataGridViewTextBoxColumn22.set_Name("dataGridViewTextBoxColumn22");
     this.dataGridViewTextBoxColumn23.set_DataPropertyName("ProviderId");
     this.dataGridViewTextBoxColumn23.set_HeaderText("ProviderId");
     this.dataGridViewTextBoxColumn23.set_Name("dataGridViewTextBoxColumn23");
     this.dataGridViewTextBoxColumn24.set_DataPropertyName("ToDate");
     this.dataGridViewTextBoxColumn24.set_HeaderText("ToDate");
     this.dataGridViewTextBoxColumn24.set_Name("dataGridViewTextBoxColumn24");
     this.dataGridViewTextBoxColumn25.set_DataPropertyName("ServiceId");
     this.dataGridViewTextBoxColumn25.set_HeaderText("ServiceId");
     this.dataGridViewTextBoxColumn25.set_Name("dataGridViewTextBoxColumn25");
     this.dataGridViewTextBoxColumn26.set_DataPropertyName("ServiceCode");
     this.dataGridViewTextBoxColumn26.set_HeaderText("ServiceCode");
     this.dataGridViewTextBoxColumn26.set_Name("dataGridViewTextBoxColumn26");
     this.dataGridViewTextBoxColumn27.set_DataPropertyName("AccountkodCl");
     this.dataGridViewTextBoxColumn27.set_HeaderText("AccountkodCl");
     this.dataGridViewTextBoxColumn27.set_Name("dataGridViewTextBoxColumn27");
     this.dataGridViewTextBoxColumn28.set_DataPropertyName("Dateb");
     this.dataGridViewTextBoxColumn28.set_HeaderText("Dateb");
     this.dataGridViewTextBoxColumn28.set_Name("dataGridViewTextBoxColumn28");
     this.dataGridViewTextBoxColumn29.set_DataPropertyName("OrgDocument");
     this.dataGridViewTextBoxColumn29.set_HeaderText("OrgDocument");
     this.dataGridViewTextBoxColumn29.set_Name("dataGridViewTextBoxColumn29");
     this.dataGridViewTextBoxColumn30.set_DataPropertyName("OrgDocumentView");
     this.dataGridViewTextBoxColumn30.set_HeaderText("OrgDocumentView");
     this.dataGridViewTextBoxColumn30.set_Name("dataGridViewTextBoxColumn30");
     this.dataGridViewTextBoxColumn31.set_DataPropertyName("CurrentRate");
     this.dataGridViewTextBoxColumn31.set_HeaderText("CurrentRate");
     this.dataGridViewTextBoxColumn31.set_Name("dataGridViewTextBoxColumn31");
     this.dataGridViewTextBoxColumn32.set_DataPropertyName("AccountNumber");
     this.dataGridViewTextBoxColumn32.set_HeaderText("AccountNumber");
     this.dataGridViewTextBoxColumn32.set_Name("dataGridViewTextBoxColumn32");
     this.dataGridViewTextBoxColumn33.set_DataPropertyName("AccountOwnerName");
     this.dataGridViewTextBoxColumn33.set_HeaderText("AccountOwnerName");
     this.dataGridViewTextBoxColumn33.set_Name("dataGridViewTextBoxColumn33");
     this.dataGridViewTextBoxColumn34.set_DataPropertyName("AccountCreated");
     this.dataGridViewTextBoxColumn34.set_HeaderText("AccountCreated");
     this.dataGridViewTextBoxColumn34.set_Name("dataGridViewTextBoxColumn34");
     this.dataGridViewTextBoxColumn35.set_DataPropertyName("EquipmentCount");
     this.dataGridViewTextBoxColumn35.set_HeaderText("EquipmentCount");
     this.dataGridViewTextBoxColumn35.set_Name("dataGridViewTextBoxColumn35");
     this.dataGridViewTextBoxColumn36.set_DataPropertyName("HouseHolderLongName");
     this.dataGridViewTextBoxColumn36.set_HeaderText("HouseHolderLongName");
     this.dataGridViewTextBoxColumn36.set_Name("dataGridViewTextBoxColumn36");
     this.dataGridViewTextBoxColumn37.set_DataPropertyName("OrgDocumentId");
     this.dataGridViewTextBoxColumn37.set_HeaderText("OrgDocumentId");
     this.dataGridViewTextBoxColumn37.set_Name("dataGridViewTextBoxColumn37");
     this.dataGridViewTextBoxColumn38.set_DataPropertyName("ServiceLongName");
     this.dataGridViewTextBoxColumn38.set_HeaderText("ServiceLongName");
     this.dataGridViewTextBoxColumn38.set_Name("dataGridViewTextBoxColumn38");
     this.dataGridViewTextBoxColumn39.set_DataPropertyName("CounterCount");
     this.dataGridViewTextBoxColumn39.set_HeaderText("CounterCount");
     this.dataGridViewTextBoxColumn39.set_Name("dataGridViewTextBoxColumn39");
     this.dataGridViewTextBoxColumn40.set_DataPropertyName("AccountToDate");
     this.dataGridViewTextBoxColumn40.set_HeaderText("AccountToDate");
     this.dataGridViewTextBoxColumn40.set_Name("dataGridViewTextBoxColumn40");
     this.dataGridViewTextBoxColumn41.set_DataPropertyName("FromDate");
     this.dataGridViewTextBoxColumn41.set_HeaderText("FromDate");
     this.dataGridViewTextBoxColumn41.set_Name("dataGridViewTextBoxColumn41");
     this.dataGridViewTextBoxColumn42.set_DataPropertyName("CanonicalName");
     this.dataGridViewTextBoxColumn42.set_HeaderText("CanonicalName");
     this.dataGridViewTextBoxColumn42.set_Name("dataGridViewTextBoxColumn42");
     this.dataGridViewTextBoxColumn43.set_DataPropertyName("CounterName");
     this.dataGridViewTextBoxColumn43.set_HeaderText("CounterName");
     this.dataGridViewTextBoxColumn43.set_Name("dataGridViewTextBoxColumn43");
     this.dataGridViewTextBoxColumn44.set_DataPropertyName("AccountkodObj");
     this.dataGridViewTextBoxColumn44.set_HeaderText("AccountkodObj");
     this.dataGridViewTextBoxColumn44.set_Name("dataGridViewTextBoxColumn44");
     this.dataGridViewTextBoxColumn45.set_DataPropertyName("OrgName");
     this.dataGridViewTextBoxColumn45.set_HeaderText("OrgName");
     this.dataGridViewTextBoxColumn45.set_Name("dataGridViewTextBoxColumn45");
     this.dataGridViewTextBoxColumn46.set_DataPropertyName("AccountId");
     this.dataGridViewTextBoxColumn46.set_HeaderText("AccountId");
     this.dataGridViewTextBoxColumn46.set_Name("dataGridViewTextBoxColumn46");
     this.dataGridViewTextBoxColumn47.set_DataPropertyName("AlgorithmId");
     this.dataGridViewTextBoxColumn47.set_HeaderText("AlgorithmId");
     this.dataGridViewTextBoxColumn47.set_Name("dataGridViewTextBoxColumn47");
     this.dataGridViewTextBoxColumn48.set_DataPropertyName("CanonicalId");
     this.dataGridViewTextBoxColumn48.set_HeaderText("CanonicalId");
     this.dataGridViewTextBoxColumn48.set_Name("dataGridViewTextBoxColumn48");
     this.dataGridViewTextBoxColumn49.set_DataPropertyName("ServiceShortName");
     this.dataGridViewTextBoxColumn49.set_HeaderText("ServiceShortName");
     this.dataGridViewTextBoxColumn49.set_Name("dataGridViewTextBoxColumn49");
     this.cbIsUseSaveRecalcAsCharge.set_Anchor(System.Windows.Forms.AnchorStyles.Left);
     this.cbIsUseSaveRecalcAsCharge.set_AutoSize(true);
     this.cbIsUseSaveRecalcAsCharge.set_Location(new System.Drawing.Point(3, 4));
     this.cbIsUseSaveRecalcAsCharge.set_Name("cbIsUseSaveRecalcAsCharge");
     this.cbIsUseSaveRecalcAsCharge.set_Size(new System.Drawing.Size(0xa2, 0x11));
     this.cbIsUseSaveRecalcAsCharge.set_TabIndex(0x36);
     this.cbIsUseSaveRecalcAsCharge.set_Text("Сохранить как начисление");
     this.cbIsUseSaveRecalcAsCharge.set_UseVisualStyleBackColor(true);
     base.Controls.Add(this.splitContainer1);
     base.Controls.Add(this.tableLayoutPanel1);
     base.Controls.Add(this.tlpIsUseRecalc);
     base.Controls.Add(this.groupBox1);
     base.set_Name("AccountRecalcView");
     base.set_Size(new System.Drawing.Size(0x2a5, 0x195));
     base.add_Load(new System.EventHandler(this.RecalcOfAccountServicesView_Load));
     this.dgvRecalcPeriod.EndInit();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.dgvAccountServices.EndInit();
     this.bsCalcServices.EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tlpIsUseRecalc.ResumeLayout(false);
     this.tlpIsUseRecalc.PerformLayout();
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.datePeriod = new DatePeriod();
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnAddChange = new System.Windows.Forms.Button();
     base.SuspendLayout();
     this.datePeriod.AttachToPeriod = false;
     this.datePeriod.DateBeginReadonly = false;
     this.datePeriod.DateEndReadonly = false;
     this.datePeriod.set_Location(new System.Drawing.Point(2, 13));
     this.datePeriod.set_Margin(new System.Windows.Forms.Padding(4));
     this.datePeriod.set_Name("datePeriod");
     this.datePeriod.set_Size(new System.Drawing.Size(0xe9, 0x17));
     this.datePeriod.set_TabIndex(0);
     this.btnCancel.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnCancel.set_Location(new System.Drawing.Point(0x95, 0x33));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnCancel.set_TabIndex(2);
     this.btnCancel.set_Text("Отмена");
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.btnCancel.add_Click(new System.EventHandler(this.btnCancel_Click));
     this.btnAddChange.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnAddChange.set_Location(new System.Drawing.Point(0x44, 0x33));
     this.btnAddChange.set_Name("btnAddChange");
     this.btnAddChange.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnAddChange.set_TabIndex(1);
     this.btnAddChange.set_UseVisualStyleBackColor(true);
     this.btnAddChange.add_Click(new System.EventHandler(this.btnAddChange_Click));
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0xec, 0x4e));
     base.Controls.Add(this.btnAddChange);
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.datePeriod);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedDialog);
     base.set_MaximizeBox(false);
     base.set_MinimizeBox(false);
     base.set_Name("AccountServicePenaltyRemissionAddChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterParent);
     this.set_Text("AccountServicePenaltyDisconnectionAddChangeForm");
     base.add_Load(new System.EventHandler(this.AccountServicePenaltyRemissionAddChangeForm_Load));
     base.ResumeLayout(false);
 }
Esempio n. 21
0
 private void InitializeComponent()
 {
     this.components = new Container();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(HouseServiceView));
     this.tsAddress = new System.Windows.Forms.ToolStrip();
     this.tslHouse = new System.Windows.Forms.ToolStripLabel();
     this.tstbApartmentAddress = new System.Windows.Forms.ToolStripTextBox();
     this.tabControl = new System.Windows.Forms.TabControl();
     this.MainInformation = new System.Windows.Forms.TabPage();
     this.ujfHouseInfoView1 = new UjfHouseInfoView();
     this.Square = new System.Windows.Forms.TabPage();
     this.splitContainer3 = new System.Windows.Forms.SplitContainer();
     this.dgvHouseApartmentDetail = new System.Windows.Forms.DataGridView();
     this.isCommunalDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.isRoomDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.apartmentSystemTypeNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.roomCountDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.apartmentCountDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.blockTotalAreaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.totalAreaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.livingAreaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.loggiaAreaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.balconyAreaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.verandaAreaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.buildingComponentTypeNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsHouseApartmentDetail = new System.Windows.Forms.BindingSource(this.components);
     this.tsSquare = new System.Windows.Forms.ToolStrip();
     this.tsbAddApartmentDetail = new System.Windows.Forms.ToolStripButton();
     this.tsbEditApartmentDetail = new System.Windows.Forms.ToolStripButton();
     this.tsbDeleteApartmentDetail = new System.Windows.Forms.ToolStripButton();
     this.splitContainer4 = new System.Windows.Forms.SplitContainer();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.panel3 = new System.Windows.Forms.Panel();
     this.btnSaveHouseInfoes = new System.Windows.Forms.Button();
     this.tbCorridorArea = new System.Windows.Forms.TextBox();
     this.label10 = new System.Windows.Forms.Label();
     this.tbStairsArea = new System.Windows.Forms.TextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.nudMetalSchelterDoorNumber = new System.Windows.Forms.NumericUpDown();
     this.label9 = new System.Windows.Forms.Label();
     this.tbBuildInAreaState = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.tbBuildInAreaPrvate = new System.Windows.Forms.TextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.tbBuildInAreaTotal = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.nudBuildInNumber = new System.Windows.Forms.NumericUpDown();
     this.label5 = new System.Windows.Forms.Label();
     this.tbCommonAreaState = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.tbCommonAreaPrivate = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.tbCommonAreaTotal = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.nudCommonNumber = new System.Windows.Forms.NumericUpDown();
     this.label1 = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.panel2 = new System.Windows.Forms.Panel();
     this.btnSaveHouseAreaInfo = new System.Windows.Forms.Button();
     this.tbLandAreaLawnsArea = new System.Windows.Forms.TextBox();
     this.label33 = new System.Windows.Forms.Label();
     this.tbLandAreaUncoveredArea = new System.Windows.Forms.TextBox();
     this.label35 = new System.Windows.Forms.Label();
     this.tbLandAreaInHouseArea = new System.Windows.Forms.TextBox();
     this.label36 = new System.Windows.Forms.Label();
     this.tbNonBuildUpGreenSpacesOther = new System.Windows.Forms.TextBox();
     this.label28 = new System.Windows.Forms.Label();
     this.tbNonBuildUpGreenSpacesLineWithTrees = new System.Windows.Forms.TextBox();
     this.label29 = new System.Windows.Forms.Label();
     this.tbNonBuildUpGreenSpacesSquare = new System.Windows.Forms.TextBox();
     this.label31 = new System.Windows.Forms.Label();
     this.tbNonBuildUpGreenSpacesTotal = new System.Windows.Forms.TextBox();
     this.label27 = new System.Windows.Forms.Label();
     this.tbNonBuildUpSiteOther = new System.Windows.Forms.TextBox();
     this.label23 = new System.Windows.Forms.Label();
     this.tbNonBuildUpSiteSport = new System.Windows.Forms.TextBox();
     this.label24 = new System.Windows.Forms.Label();
     this.label25 = new System.Windows.Forms.Label();
     this.tbNonBuildUpSiteChildren = new System.Windows.Forms.TextBox();
     this.label26 = new System.Windows.Forms.Label();
     this.tbNonBuildUpHardCoatingOther = new System.Windows.Forms.TextBox();
     this.label22 = new System.Windows.Forms.Label();
     this.tbNonBuildUpHardCoatingSidewalks = new System.Windows.Forms.TextBox();
     this.label21 = new System.Windows.Forms.Label();
     this.tbNonBuildUpHardCoatingLanes = new System.Windows.Forms.TextBox();
     this.label19 = new System.Windows.Forms.Label();
     this.tbNonBuildUpHardCoatingTotal = new System.Windows.Forms.TextBox();
     this.label18 = new System.Windows.Forms.Label();
     this.tbNonBuildUpAsphaltlessClaningArea = new System.Windows.Forms.TextBox();
     this.label17 = new System.Windows.Forms.Label();
     this.tbNonBuildUpTotal = new System.Windows.Forms.TextBox();
     this.label16 = new System.Windows.Forms.Label();
     this.tbLandAreaBuildUp = new System.Windows.Forms.TextBox();
     this.label15 = new System.Windows.Forms.Label();
     this.tbLandAreaTotal = new System.Windows.Forms.TextBox();
     this.label14 = new System.Windows.Forms.Label();
     this.tbLandAreaSurvey = new System.Windows.Forms.TextBox();
     this.label13 = new System.Windows.Forms.Label();
     this.tbTechInventory = new System.Windows.Forms.TextBox();
     this.label12 = new System.Windows.Forms.Label();
     this.EngineeringEquipment = new System.Windows.Forms.TabPage();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage6 = new System.Windows.Forms.TabPage();
     this.panel4 = new System.Windows.Forms.Panel();
     this.btnHeatingSave = new System.Windows.Forms.Button();
     this.label54 = new System.Windows.Forms.Label();
     this.tbHeatingHeatedArea = new System.Windows.Forms.TextBox();
     this.label52 = new System.Windows.Forms.Label();
     this.nudHeatingConvectorsNumber = new System.Windows.Forms.NumericUpDown();
     this.label53 = new System.Windows.Forms.Label();
     this.nudHeatingHeatCenterNumber = new System.Windows.Forms.NumericUpDown();
     this.label49 = new System.Windows.Forms.Label();
     this.nudHeatingBoxes = new System.Windows.Forms.NumericUpDown();
     this.label50 = new System.Windows.Forms.Label();
     this.nudHeatingElevators = new System.Windows.Forms.NumericUpDown();
     this.label51 = new System.Windows.Forms.Label();
     this.nudHeatingThreewayValvesNumber = new System.Windows.Forms.NumericUpDown();
     this.label46 = new System.Windows.Forms.Label();
     this.nudHeatingValvesNumber = new System.Windows.Forms.NumericUpDown();
     this.label47 = new System.Windows.Forms.Label();
     this.nudHeatingDynamicValvesNumber = new System.Windows.Forms.NumericUpDown();
     this.label48 = new System.Windows.Forms.Label();
     this.nudHeatingSteelHeatersNumber = new System.Windows.Forms.NumericUpDown();
     this.label45 = new System.Windows.Forms.Label();
     this.tbHeatingThermalInsulation = new System.Windows.Forms.TextBox();
     this.label44 = new System.Windows.Forms.Label();
     this.nudHeatingLockedValvesNumber = new System.Windows.Forms.NumericUpDown();
     this.label43 = new System.Windows.Forms.Label();
     this.nudHeatingRadiatorNumberApartment = new System.Windows.Forms.NumericUpDown();
     this.label42 = new System.Windows.Forms.Label();
     this.nudHeatingRadiatorNumberStairwell = new System.Windows.Forms.NumericUpDown();
     this.label41 = new System.Windows.Forms.Label();
     this.tbHeatingArrangementApartment = new System.Windows.Forms.TextBox();
     this.label40 = new System.Windows.Forms.Label();
     this.tbHeatingRisesLengthApartment = new System.Windows.Forms.TextBox();
     this.label39 = new System.Windows.Forms.Label();
     this.tbHeatingRisesLengthBasement = new System.Windows.Forms.TextBox();
     this.label38 = new System.Windows.Forms.Label();
     this.tbHeatingPipelineLength = new System.Windows.Forms.TextBox();
     this.label37 = new System.Windows.Forms.Label();
     this.nudHeatingRisesNumber = new System.Windows.Forms.NumericUpDown();
     this.label34 = new System.Windows.Forms.Label();
     this.tbHeatingFillingLength = new System.Windows.Forms.TextBox();
     this.label32 = new System.Windows.Forms.Label();
     this.nudHeatingControlAssemblyNumber = new System.Windows.Forms.NumericUpDown();
     this.label30 = new System.Windows.Forms.Label();
     this.nudHeatingEntryPointNumber = new System.Windows.Forms.NumericUpDown();
     this.cbHeatingHasMeter = new System.Windows.Forms.CheckBox();
     this.label20 = new System.Windows.Forms.Label();
     this.sfdHeatingType = new SelectFasetData();
     this.tabPage7 = new System.Windows.Forms.TabPage();
     this.panel5 = new System.Windows.Forms.Panel();
     this.nudHotWaterFillingLength = new System.Windows.Forms.NumericUpDown();
     this.btnHotWaterSave = new System.Windows.Forms.Button();
     this.label66 = new System.Windows.Forms.Label();
     this.nudHotWaterBasementPlugValvesNumber = new System.Windows.Forms.NumericUpDown();
     this.label64 = new System.Windows.Forms.Label();
     this.nudHotWaterBasementValvesNumber = new System.Windows.Forms.NumericUpDown();
     this.label65 = new System.Windows.Forms.Label();
     this.nudHotWaterDynamicValvesNumber = new System.Windows.Forms.NumericUpDown();
     this.label56 = new System.Windows.Forms.Label();
     this.tbHotWaterArrangementApartment = new System.Windows.Forms.TextBox();
     this.label57 = new System.Windows.Forms.Label();
     this.tbHotWaterRisesLengthApartment = new System.Windows.Forms.TextBox();
     this.label58 = new System.Windows.Forms.Label();
     this.tbHotWaterRisesLengthBasement = new System.Windows.Forms.TextBox();
     this.label59 = new System.Windows.Forms.Label();
     this.tbHotWaterPipelineLength = new System.Windows.Forms.TextBox();
     this.label60 = new System.Windows.Forms.Label();
     this.nudHotWaterRisesNumber = new System.Windows.Forms.NumericUpDown();
     this.label61 = new System.Windows.Forms.Label();
     this.label62 = new System.Windows.Forms.Label();
     this.nudHotWaterControlAssemblyNumber = new System.Windows.Forms.NumericUpDown();
     this.label63 = new System.Windows.Forms.Label();
     this.nudHotWaterEntryPointNumber = new System.Windows.Forms.NumericUpDown();
     this.cbHotWaterHasMeter = new System.Windows.Forms.CheckBox();
     this.label55 = new System.Windows.Forms.Label();
     this.sfdHotWaterType = new SelectFasetData();
     this.tabPage8 = new System.Windows.Forms.TabPage();
     this.panel6 = new System.Windows.Forms.Panel();
     this.btnSaveSewage = new System.Windows.Forms.Button();
     this.label72 = new System.Windows.Forms.Label();
     this.nudSewageAuditCoversNumber = new System.Windows.Forms.NumericUpDown();
     this.label73 = new System.Windows.Forms.Label();
     this.tbSewageRisesLength = new System.Windows.Forms.TextBox();
     this.label70 = new System.Windows.Forms.Label();
     this.nudSewageRisesNumber = new System.Windows.Forms.NumericUpDown();
     this.label71 = new System.Windows.Forms.Label();
     this.tbSewageBasementRisesLength = new System.Windows.Forms.TextBox();
     this.label68 = new System.Windows.Forms.Label();
     this.tbSewagePipelineLength = new System.Windows.Forms.TextBox();
     this.label69 = new System.Windows.Forms.Label();
     this.tbSewageBasementTubeLength = new System.Windows.Forms.TextBox();
     this.label67 = new System.Windows.Forms.Label();
     this.sfdSewageType = new SelectFasetData();
     this.tabPage9 = new System.Windows.Forms.TabPage();
     this.panel7 = new System.Windows.Forms.Panel();
     this.btnColdWaterSave = new System.Windows.Forms.Button();
     this.label84 = new System.Windows.Forms.Label();
     this.nudColdWaterBrassValvesNumber = new System.Windows.Forms.NumericUpDown();
     this.label82 = new System.Windows.Forms.Label();
     this.nudColdWaterBasementValvesNumber = new System.Windows.Forms.NumericUpDown();
     this.label83 = new System.Windows.Forms.Label();
     this.nudColdWaterGaugingSitesNumber = new System.Windows.Forms.NumericUpDown();
     this.cbColdWaterHasMeter = new System.Windows.Forms.CheckBox();
     this.label81 = new System.Windows.Forms.Label();
     this.numericUpDown24 = new System.Windows.Forms.NumericUpDown();
     this.label74 = new System.Windows.Forms.Label();
     this.tbColdWaterArrangementApartment = new System.Windows.Forms.TextBox();
     this.label75 = new System.Windows.Forms.Label();
     this.tbColdWaterRisesLengthApartment = new System.Windows.Forms.TextBox();
     this.label76 = new System.Windows.Forms.Label();
     this.tbColdWaterRisesLengthBasement = new System.Windows.Forms.TextBox();
     this.label77 = new System.Windows.Forms.Label();
     this.tbColdWaterPipelineLength = new System.Windows.Forms.TextBox();
     this.label78 = new System.Windows.Forms.Label();
     this.nudColdWaterRisesNumber = new System.Windows.Forms.NumericUpDown();
     this.label79 = new System.Windows.Forms.Label();
     this.tbColdWaterFillingLength = new System.Windows.Forms.TextBox();
     this.label80 = new System.Windows.Forms.Label();
     this.sfdColdWaterType = new SelectFasetData();
     this.tabPage10 = new System.Windows.Forms.TabPage();
     this.panel8 = new System.Windows.Forms.Panel();
     this.btnPowerSupplySave = new System.Windows.Forms.Button();
     this.label99 = new System.Windows.Forms.Label();
     this.nudPowerSupplyElectroStoveNumber = new System.Windows.Forms.NumericUpDown();
     this.label100 = new System.Windows.Forms.Label();
     this.nudPowerSupplyStreetLightNumber = new System.Windows.Forms.NumericUpDown();
     this.label101 = new System.Windows.Forms.Label();
     this.nudPowerSupplySwitchesNumber = new System.Windows.Forms.NumericUpDown();
     this.label85 = new System.Windows.Forms.Label();
     this.nudPowerSupplyLumpsNumberHID = new System.Windows.Forms.NumericUpDown();
     this.label91 = new System.Windows.Forms.Label();
     this.nudPowerSupplyLumpsNumberIncadescent = new System.Windows.Forms.NumericUpDown();
     this.label92 = new System.Windows.Forms.Label();
     this.nudPowerSupplyLumpsNumberDaylight = new System.Windows.Forms.NumericUpDown();
     this.label98 = new System.Windows.Forms.Label();
     this.nudPowerSupplyNumberPlateNumber = new System.Windows.Forms.NumericUpDown();
     this.label = new System.Windows.Forms.Label();
     this.nudPowerSupplyCountersNumberTwoRates = new System.Windows.Forms.NumericUpDown();
     this.label96 = new System.Windows.Forms.Label();
     this.nudPowerSupplyGroupPanelNumber = new System.Windows.Forms.NumericUpDown();
     this.label86 = new System.Windows.Forms.Label();
     this.nudPowerSupplyEntryPointNumber = new System.Windows.Forms.NumericUpDown();
     this.label87 = new System.Windows.Forms.Label();
     this.nudPowerSupplyPowerPanelNumber = new System.Windows.Forms.NumericUpDown();
     this.cbPowerSupplyHasMeter = new System.Windows.Forms.CheckBox();
     this.label88 = new System.Windows.Forms.Label();
     this.nudPowerSupplyDistributionSystemNumber = new System.Windows.Forms.NumericUpDown();
     this.label89 = new System.Windows.Forms.Label();
     this.tbPowerSupplySupplyNetworkLength = new System.Windows.Forms.TextBox();
     this.label90 = new System.Windows.Forms.Label();
     this.tbPowerSupplyCoverageNetworkLength = new System.Windows.Forms.TextBox();
     this.label93 = new System.Windows.Forms.Label();
     this.nudPowerSupplyCountersNumberTotal = new System.Windows.Forms.NumericUpDown();
     this.label94 = new System.Windows.Forms.Label();
     this.tbPowerSupplyTotalEquityAssetLenght = new System.Windows.Forms.TextBox();
     this.label95 = new System.Windows.Forms.Label();
     this.sfdPowerSupplyType = new SelectFasetData();
     this.tabPage11 = new System.Windows.Forms.TabPage();
     this.panel9 = new System.Windows.Forms.Panel();
     this.btnGasSupplySave = new System.Windows.Forms.Button();
     this.label110 = new System.Windows.Forms.Label();
     this.nudGasSupplyEntryPointNumber = new System.Windows.Forms.NumericUpDown();
     this.label109 = new System.Windows.Forms.Label();
     this.tbGasSupplyNotAppropriateReqLength = new System.Windows.Forms.TextBox();
     this.cbGasSupplyHasMeter = new System.Windows.Forms.CheckBox();
     this.label102 = new System.Windows.Forms.Label();
     this.nudGasStoveNumber = new System.Windows.Forms.NumericUpDown();
     this.label103 = new System.Windows.Forms.Label();
     this.nudGasSupplyGeyserNumber = new System.Windows.Forms.NumericUpDown();
     this.label104 = new System.Windows.Forms.Label();
     this.nudGasBoilerNumber = new System.Windows.Forms.NumericUpDown();
     this.label105 = new System.Windows.Forms.Label();
     this.nudGasSupplyCountersNumberTotal = new System.Windows.Forms.NumericUpDown();
     this.label106 = new System.Windows.Forms.Label();
     this.tbGasSupplySupplyNetworkLength = new System.Windows.Forms.TextBox();
     this.label107 = new System.Windows.Forms.Label();
     this.tbGasSupplyAppropriateReqLength = new System.Windows.Forms.TextBox();
     this.label108 = new System.Windows.Forms.Label();
     this.sfdGasSupplyType = new SelectFasetData();
     this.tabPage12 = new System.Windows.Forms.TabPage();
     this.panel10 = new System.Windows.Forms.Panel();
     this.btnChuteSave = new System.Windows.Forms.Button();
     this.label115 = new System.Windows.Forms.Label();
     this.sfdChuteType = new SelectFasetData();
     this.label111 = new System.Windows.Forms.Label();
     this.nudChuteRecievingValveNumber = new System.Windows.Forms.NumericUpDown();
     this.label112 = new System.Windows.Forms.Label();
     this.tbChuteBoxCapacity = new System.Windows.Forms.TextBox();
     this.label113 = new System.Windows.Forms.Label();
     this.tbChuteBoxArea = new System.Windows.Forms.TextBox();
     this.label114 = new System.Windows.Forms.Label();
     this.nudChuteBarrelNumber = new System.Windows.Forms.NumericUpDown();
     this.tabPage13 = new System.Windows.Forms.TabPage();
     this.panel11 = new System.Windows.Forms.Panel();
     this.btnOtherSave = new System.Windows.Forms.Button();
     this.label120 = new System.Windows.Forms.Label();
     this.nudPoolNumber = new System.Windows.Forms.NumericUpDown();
     this.label119 = new System.Windows.Forms.Label();
     this.nudSaunaNumber = new System.Windows.Forms.NumericUpDown();
     this.cbHasPhone = new System.Windows.Forms.CheckBox();
     this.cbIsCTTVSystem = new System.Windows.Forms.CheckBox();
     this.cbIsComputerNetworks = new System.Windows.Forms.CheckBox();
     this.cbIsCableTV = new System.Windows.Forms.CheckBox();
     this.cbIsSharedAntenna = new System.Windows.Forms.CheckBox();
     this.cbIsRadio = new System.Windows.Forms.CheckBox();
     this.cbIsCommonDispatchSystems = new System.Windows.Forms.CheckBox();
     this.cbIsAFPS = new System.Windows.Forms.CheckBox();
     this.label118 = new System.Windows.Forms.Label();
     this.nudIntercomNumber = new System.Windows.Forms.NumericUpDown();
     this.label117 = new System.Windows.Forms.Label();
     this.sfdDrainType = new SelectFasetData();
     this.label116 = new System.Windows.Forms.Label();
     this.sfdVentilationType = new SelectFasetData();
     this.tabPage14 = new System.Windows.Forms.TabPage();
     this.panel12 = new System.Windows.Forms.Panel();
     this.btnLiftSave = new System.Windows.Forms.Button();
     this.label127 = new System.Windows.Forms.Label();
     this.tbLiftControllerPhoneNumber = new System.Windows.Forms.TextBox();
     this.label124 = new System.Windows.Forms.Label();
     this.nudLiftOpeningDoorsNumber = new System.Windows.Forms.NumericUpDown();
     this.label125 = new System.Windows.Forms.Label();
     this.nudLiftFoldingDoorsNumber = new System.Windows.Forms.NumericUpDown();
     this.label126 = new System.Windows.Forms.Label();
     this.nudLiftCombiLiftNumber = new System.Windows.Forms.NumericUpDown();
     this.label121 = new System.Windows.Forms.Label();
     this.nudLiftTruckLiftNumber = new System.Windows.Forms.NumericUpDown();
     this.label122 = new System.Windows.Forms.Label();
     this.nudLiftPassengerLiftNumber = new System.Windows.Forms.NumericUpDown();
     this.label123 = new System.Windows.Forms.Label();
     this.nudLiftTotalNumber = new System.Windows.Forms.NumericUpDown();
     this.Service = new System.Windows.Forms.TabPage();
     this.dgvServices = new System.Windows.Forms.DataGridView();
     this.serviceNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.fromDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.toDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.kDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsHouseService = new System.Windows.Forms.BindingSource(this.components);
     this.tsService = new System.Windows.Forms.ToolStrip();
     this.tsBtnAddService = new System.Windows.Forms.ToolStripButton();
     this.tsBtnChangeService = new System.Windows.Forms.ToolStripButton();
     this.tsBtnDeleteService = new System.Windows.Forms.ToolStripButton();
     this.btnShowMaterialAndWages = new System.Windows.Forms.ToolStripButton();
     this.Calc = new System.Windows.Forms.TabPage();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.dgvCalcService = new System.Windows.Forms.DataGridView();
     this.serviceNameDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.periodDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.algNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.apartmentSquareDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ladderSquareDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.FormulaUi = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.valueDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsCalcServices = new System.Windows.Forms.BindingSource(this.components);
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.dgvCalcServiceMaterial = new System.Windows.Forms.DataGridView();
     this.nameDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.priceValueDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.normDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tariffDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.usePerYearDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.formulaUiDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsCalcServiceMaterials = new System.Windows.Forms.BindingSource(this.components);
     this.dgvCalcServiceWages = new System.Windows.Forms.DataGridView();
     this.nameDataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.rankDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.wageValueDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.normDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tariffDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.normChelChasDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.normNeVihodDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.formulaUiDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsCalcServiceWages = new System.Windows.Forms.BindingSource(this.components);
     this.panel1 = new System.Windows.Forms.Panel();
     this.btnShowErrors = new System.Windows.Forms.Button();
     this.labelError = new System.Windows.Forms.Label();
     this.btnCalcStart = new System.Windows.Forms.Button();
     this.datePeriod = new DatePeriod();
     this.Inspection = new System.Windows.Forms.TabPage();
     this.dgvInspections = new System.Windows.Forms.DataGridView();
     this.inspectionDateTimeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.StatusName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Inspector = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsHouseInspection = new System.Windows.Forms.BindingSource(this.components);
     this.tsInspection = new System.Windows.Forms.ToolStrip();
     this.tsBtnAddInspection = new System.Windows.Forms.ToolStripButton();
     this.tsBtnChangeInspection = new System.Windows.Forms.ToolStripButton();
     this.tsBtnDeleteInstepction = new System.Windows.Forms.ToolStripButton();
     this.tsBtnApartmentHousePartElement = new System.Windows.Forms.ToolStripButton();
     this.tssBtnActs = new System.Windows.Forms.ToolStripSplitButton();
     this.tsmiInspectionAct = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiInspectionAct_Pystograf = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiInspectionAct_PystografMin = new System.Windows.Forms.ToolStripMenuItem();
     this.tssReports = new System.Windows.Forms.ToolStripSplitButton();
     this.tsmiDefectsCoordinationWorkByInspection = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiDefectsDelayWorkByInspecion = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiListExpiredAndCurrentDefects = new System.Windows.Forms.ToolStripMenuItem();
     this.Vote = new System.Windows.Forms.TabPage();
     this.dgwMeeting = new System.Windows.Forms.DataGridView();
     this.dateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.endVotingDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.publishVotingDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.votingKindNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.votingAcceptAdressDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.meetingInitiatorDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.noticeDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.protocolDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.protocolNumberDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsUjfMeetings = new System.Windows.Forms.BindingSource(this.components);
     this.tsVote = new System.Windows.Forms.ToolStrip();
     this.tsbAddMeeting = new System.Windows.Forms.ToolStripButton();
     this.tsbChangeMeeting = new System.Windows.Forms.ToolStripButton();
     this.tsbDeleteMeeting = new System.Windows.Forms.ToolStripButton();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.addressTreeView = new HouseTree();
     this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn26 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn27 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn28 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn29 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn30 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn31 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn32 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn33 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn34 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn35 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn36 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn37 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn38 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn39 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn40 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn41 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn42 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn43 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn44 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn45 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn46 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn47 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn48 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn49 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn50 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn51 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn52 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.InspectionDateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tsmiListCoordinationVolumesDefects = new System.Windows.Forms.ToolStripMenuItem();
     this.tsAddress.SuspendLayout();
     this.tabControl.SuspendLayout();
     this.MainInformation.SuspendLayout();
     this.Square.SuspendLayout();
     this.splitContainer3.BeginInit();
     this.splitContainer3.Panel1.SuspendLayout();
     this.splitContainer3.Panel2.SuspendLayout();
     this.splitContainer3.SuspendLayout();
     this.dgvHouseApartmentDetail.BeginInit();
     this.bsHouseApartmentDetail.BeginInit();
     this.tsSquare.SuspendLayout();
     this.splitContainer4.BeginInit();
     this.splitContainer4.Panel1.SuspendLayout();
     this.splitContainer4.Panel2.SuspendLayout();
     this.splitContainer4.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.nudMetalSchelterDoorNumber.BeginInit();
     this.nudBuildInNumber.BeginInit();
     this.nudCommonNumber.BeginInit();
     this.groupBox2.SuspendLayout();
     this.panel2.SuspendLayout();
     this.EngineeringEquipment.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage6.SuspendLayout();
     this.panel4.SuspendLayout();
     this.nudHeatingConvectorsNumber.BeginInit();
     this.nudHeatingHeatCenterNumber.BeginInit();
     this.nudHeatingBoxes.BeginInit();
     this.nudHeatingElevators.BeginInit();
     this.nudHeatingThreewayValvesNumber.BeginInit();
     this.nudHeatingValvesNumber.BeginInit();
     this.nudHeatingDynamicValvesNumber.BeginInit();
     this.nudHeatingSteelHeatersNumber.BeginInit();
     this.nudHeatingLockedValvesNumber.BeginInit();
     this.nudHeatingRadiatorNumberApartment.BeginInit();
     this.nudHeatingRadiatorNumberStairwell.BeginInit();
     this.nudHeatingRisesNumber.BeginInit();
     this.nudHeatingControlAssemblyNumber.BeginInit();
     this.nudHeatingEntryPointNumber.BeginInit();
     this.tabPage7.SuspendLayout();
     this.panel5.SuspendLayout();
     this.nudHotWaterFillingLength.BeginInit();
     this.nudHotWaterBasementPlugValvesNumber.BeginInit();
     this.nudHotWaterBasementValvesNumber.BeginInit();
     this.nudHotWaterDynamicValvesNumber.BeginInit();
     this.nudHotWaterRisesNumber.BeginInit();
     this.nudHotWaterControlAssemblyNumber.BeginInit();
     this.nudHotWaterEntryPointNumber.BeginInit();
     this.tabPage8.SuspendLayout();
     this.panel6.SuspendLayout();
     this.nudSewageAuditCoversNumber.BeginInit();
     this.nudSewageRisesNumber.BeginInit();
     this.tabPage9.SuspendLayout();
     this.panel7.SuspendLayout();
     this.nudColdWaterBrassValvesNumber.BeginInit();
     this.nudColdWaterBasementValvesNumber.BeginInit();
     this.nudColdWaterGaugingSitesNumber.BeginInit();
     this.numericUpDown24.BeginInit();
     this.nudColdWaterRisesNumber.BeginInit();
     this.tabPage10.SuspendLayout();
     this.panel8.SuspendLayout();
     this.nudPowerSupplyElectroStoveNumber.BeginInit();
     this.nudPowerSupplyStreetLightNumber.BeginInit();
     this.nudPowerSupplySwitchesNumber.BeginInit();
     this.nudPowerSupplyLumpsNumberHID.BeginInit();
     this.nudPowerSupplyLumpsNumberIncadescent.BeginInit();
     this.nudPowerSupplyLumpsNumberDaylight.BeginInit();
     this.nudPowerSupplyNumberPlateNumber.BeginInit();
     this.nudPowerSupplyCountersNumberTwoRates.BeginInit();
     this.nudPowerSupplyGroupPanelNumber.BeginInit();
     this.nudPowerSupplyEntryPointNumber.BeginInit();
     this.nudPowerSupplyPowerPanelNumber.BeginInit();
     this.nudPowerSupplyDistributionSystemNumber.BeginInit();
     this.nudPowerSupplyCountersNumberTotal.BeginInit();
     this.tabPage11.SuspendLayout();
     this.panel9.SuspendLayout();
     this.nudGasSupplyEntryPointNumber.BeginInit();
     this.nudGasStoveNumber.BeginInit();
     this.nudGasSupplyGeyserNumber.BeginInit();
     this.nudGasBoilerNumber.BeginInit();
     this.nudGasSupplyCountersNumberTotal.BeginInit();
     this.tabPage12.SuspendLayout();
     this.panel10.SuspendLayout();
     this.nudChuteRecievingValveNumber.BeginInit();
     this.nudChuteBarrelNumber.BeginInit();
     this.tabPage13.SuspendLayout();
     this.panel11.SuspendLayout();
     this.nudPoolNumber.BeginInit();
     this.nudSaunaNumber.BeginInit();
     this.nudIntercomNumber.BeginInit();
     this.tabPage14.SuspendLayout();
     this.panel12.SuspendLayout();
     this.nudLiftOpeningDoorsNumber.BeginInit();
     this.nudLiftFoldingDoorsNumber.BeginInit();
     this.nudLiftCombiLiftNumber.BeginInit();
     this.nudLiftTruckLiftNumber.BeginInit();
     this.nudLiftPassengerLiftNumber.BeginInit();
     this.nudLiftTotalNumber.BeginInit();
     this.Service.SuspendLayout();
     this.dgvServices.BeginInit();
     this.bsHouseService.BeginInit();
     this.tsService.SuspendLayout();
     this.Calc.SuspendLayout();
     this.splitContainer1.BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.dgvCalcService.BeginInit();
     this.bsCalcServices.BeginInit();
     this.splitContainer2.BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.dgvCalcServiceMaterial.BeginInit();
     this.bsCalcServiceMaterials.BeginInit();
     this.dgvCalcServiceWages.BeginInit();
     this.bsCalcServiceWages.BeginInit();
     this.panel1.SuspendLayout();
     this.Inspection.SuspendLayout();
     this.dgvInspections.BeginInit();
     this.bsHouseInspection.BeginInit();
     this.tsInspection.SuspendLayout();
     this.Vote.SuspendLayout();
     this.dgwMeeting.BeginInit();
     this.bsUjfMeetings.BeginInit();
     this.tsVote.SuspendLayout();
     base.SuspendLayout();
     this.tsAddress.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tslHouse, this.tstbApartmentAddress });
     this.tsAddress.set_Location(new System.Drawing.Point(0xe5, 0));
     this.tsAddress.set_Name("tsAddress");
     this.tsAddress.set_Size(new System.Drawing.Size(0x287, 0x19));
     this.tsAddress.set_TabIndex(2);
     this.tsAddress.set_Text("toolStrip1");
     this.tslHouse.set_AutoSize(false);
     this.tslHouse.set_Font(new System.Drawing.Font("Tahoma", 9.75f, System.Drawing.FontStyle.Bold));
     this.tslHouse.set_Name("tslHouse");
     this.tslHouse.set_Size(new System.Drawing.Size(50, 0x16));
     this.tslHouse.set_Text("АДРЕС");
     this.tslHouse.set_TextAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.tstbApartmentAddress.set_Name("tstbApartmentAddress");
     this.tstbApartmentAddress.set_ReadOnly(true);
     this.tstbApartmentAddress.set_Size(new System.Drawing.Size(200, 0x19));
     this.tabControl.Controls.Add(this.MainInformation);
     this.tabControl.Controls.Add(this.Square);
     this.tabControl.Controls.Add(this.EngineeringEquipment);
     this.tabControl.Controls.Add(this.Service);
     this.tabControl.Controls.Add(this.Calc);
     this.tabControl.Controls.Add(this.Inspection);
     this.tabControl.Controls.Add(this.Vote);
     this.tabControl.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.tabControl.set_Location(new System.Drawing.Point(0xe5, 0x19));
     this.tabControl.set_Name("tabControl");
     this.tabControl.set_SelectedIndex(0);
     this.tabControl.set_Size(new System.Drawing.Size(0x287, 0x25c));
     this.tabControl.set_TabIndex(3);
     this.tabControl.set_Visible(false);
     this.MainInformation.Controls.Add(this.ujfHouseInfoView1);
     this.MainInformation.set_Location(new System.Drawing.Point(4, 0x16));
     this.MainInformation.set_Name("MainInformation");
     this.MainInformation.set_Size(new System.Drawing.Size(0x27f, 0x242));
     this.MainInformation.set_TabIndex(2);
     this.MainInformation.set_Text("Общие сведения");
     this.MainInformation.set_UseVisualStyleBackColor(true);
     this.ujfHouseInfoView1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.ujfHouseInfoView1.set_Location(new System.Drawing.Point(0, 0));
     this.ujfHouseInfoView1.set_Name("ujfHouseInfoView1");
     this.ujfHouseInfoView1.set_Size(new System.Drawing.Size(0x27f, 0x242));
     this.ujfHouseInfoView1.set_TabIndex(0);
     this.Square.Controls.Add(this.splitContainer3);
     this.Square.set_Location(new System.Drawing.Point(4, 0x16));
     this.Square.set_Name("Square");
     this.Square.set_Size(new System.Drawing.Size(0x27f, 0x242));
     this.Square.set_TabIndex(3);
     this.Square.set_Text("Площади");
     this.Square.set_UseVisualStyleBackColor(true);
     this.splitContainer3.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.splitContainer3.set_Location(new System.Drawing.Point(0, 0));
     this.splitContainer3.set_Name("splitContainer3");
     this.splitContainer3.set_Orientation(System.Windows.Forms.Orientation.Horizontal);
     this.splitContainer3.Panel1.Controls.Add(this.dgvHouseApartmentDetail);
     this.splitContainer3.Panel1.Controls.Add(this.tsSquare);
     this.splitContainer3.Panel2.Controls.Add(this.splitContainer4);
     this.splitContainer3.set_Size(new System.Drawing.Size(0x27f, 0x242));
     this.splitContainer3.set_SplitterDistance(0x6a);
     this.splitContainer3.set_TabIndex(2);
     this.dgvHouseApartmentDetail.set_AllowUserToAddRows(false);
     this.dgvHouseApartmentDetail.set_AllowUserToDeleteRows(false);
     this.dgvHouseApartmentDetail.set_AutoGenerateColumns(false);
     this.dgvHouseApartmentDetail.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvHouseApartmentDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.isCommunalDataGridViewCheckBoxColumn, this.isRoomDataGridViewCheckBoxColumn, this.apartmentSystemTypeNameDataGridViewTextBoxColumn, this.roomCountDataGridViewTextBoxColumn, this.apartmentCountDataGridViewTextBoxColumn, this.blockTotalAreaDataGridViewTextBoxColumn, this.totalAreaDataGridViewTextBoxColumn, this.livingAreaDataGridViewTextBoxColumn, this.loggiaAreaDataGridViewTextBoxColumn, this.balconyAreaDataGridViewTextBoxColumn, this.verandaAreaDataGridViewTextBoxColumn, this.buildingComponentTypeNameDataGridViewTextBoxColumn });
     this.dgvHouseApartmentDetail.set_DataSource(this.bsHouseApartmentDetail);
     this.dgvHouseApartmentDetail.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvHouseApartmentDetail.set_Location(new System.Drawing.Point(0, 0x19));
     this.dgvHouseApartmentDetail.set_MultiSelect(false);
     this.dgvHouseApartmentDetail.set_Name("dgvHouseApartmentDetail");
     this.dgvHouseApartmentDetail.set_ReadOnly(true);
     this.dgvHouseApartmentDetail.set_RowHeadersVisible(false);
     this.dgvHouseApartmentDetail.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvHouseApartmentDetail.set_Size(new System.Drawing.Size(0x27f, 0x51));
     this.dgvHouseApartmentDetail.set_TabIndex(3);
     this.isCommunalDataGridViewCheckBoxColumn.set_DataPropertyName("IsCommunal");
     this.isCommunalDataGridViewCheckBoxColumn.set_HeaderText("Коммнунальная");
     this.isCommunalDataGridViewCheckBoxColumn.set_Name("isCommunalDataGridViewCheckBoxColumn");
     this.isCommunalDataGridViewCheckBoxColumn.set_ReadOnly(true);
     this.isRoomDataGridViewCheckBoxColumn.set_DataPropertyName("IsRoom");
     this.isRoomDataGridViewCheckBoxColumn.set_HeaderText("Квартира");
     this.isRoomDataGridViewCheckBoxColumn.set_Name("isRoomDataGridViewCheckBoxColumn");
     this.isRoomDataGridViewCheckBoxColumn.set_ReadOnly(true);
     this.apartmentSystemTypeNameDataGridViewTextBoxColumn.set_DataPropertyName("ApartmentSystemTypeName");
     this.apartmentSystemTypeNameDataGridViewTextBoxColumn.set_HeaderText("Планировка блока");
     this.apartmentSystemTypeNameDataGridViewTextBoxColumn.set_Name("apartmentSystemTypeNameDataGridViewTextBoxColumn");
     this.apartmentSystemTypeNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.roomCountDataGridViewTextBoxColumn.set_DataPropertyName("RoomCount");
     this.roomCountDataGridViewTextBoxColumn.set_HeaderText("Количество комнат");
     this.roomCountDataGridViewTextBoxColumn.set_Name("roomCountDataGridViewTextBoxColumn");
     this.roomCountDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.apartmentCountDataGridViewTextBoxColumn.set_DataPropertyName("ApartmentCount");
     this.apartmentCountDataGridViewTextBoxColumn.set_HeaderText("Количество квартир");
     this.apartmentCountDataGridViewTextBoxColumn.set_Name("apartmentCountDataGridViewTextBoxColumn");
     this.apartmentCountDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.blockTotalAreaDataGridViewTextBoxColumn.set_DataPropertyName("BlockTotalArea");
     this.blockTotalAreaDataGridViewTextBoxColumn.set_HeaderText("Общая площадь");
     this.blockTotalAreaDataGridViewTextBoxColumn.set_Name("blockTotalAreaDataGridViewTextBoxColumn");
     this.blockTotalAreaDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.totalAreaDataGridViewTextBoxColumn.set_DataPropertyName("TotalArea");
     this.totalAreaDataGridViewTextBoxColumn.set_HeaderText("Площадь квартиры");
     this.totalAreaDataGridViewTextBoxColumn.set_Name("totalAreaDataGridViewTextBoxColumn");
     this.totalAreaDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.livingAreaDataGridViewTextBoxColumn.set_DataPropertyName("LivingArea");
     this.livingAreaDataGridViewTextBoxColumn.set_HeaderText("Жилая площадь");
     this.livingAreaDataGridViewTextBoxColumn.set_Name("livingAreaDataGridViewTextBoxColumn");
     this.livingAreaDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.loggiaAreaDataGridViewTextBoxColumn.set_DataPropertyName("LoggiaArea");
     this.loggiaAreaDataGridViewTextBoxColumn.set_HeaderText("Площадь лоджии");
     this.loggiaAreaDataGridViewTextBoxColumn.set_Name("loggiaAreaDataGridViewTextBoxColumn");
     this.loggiaAreaDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.balconyAreaDataGridViewTextBoxColumn.set_DataPropertyName("BalconyArea");
     this.balconyAreaDataGridViewTextBoxColumn.set_HeaderText("Площадь балконов");
     this.balconyAreaDataGridViewTextBoxColumn.set_Name("balconyAreaDataGridViewTextBoxColumn");
     this.balconyAreaDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.verandaAreaDataGridViewTextBoxColumn.set_DataPropertyName("VerandaArea");
     this.verandaAreaDataGridViewTextBoxColumn.set_HeaderText("Площадь веранд");
     this.verandaAreaDataGridViewTextBoxColumn.set_Name("verandaAreaDataGridViewTextBoxColumn");
     this.verandaAreaDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.buildingComponentTypeNameDataGridViewTextBoxColumn.set_DataPropertyName("BuildingComponentTypeName");
     this.buildingComponentTypeNameDataGridViewTextBoxColumn.set_HeaderText("Размещение");
     this.buildingComponentTypeNameDataGridViewTextBoxColumn.set_Name("buildingComponentTypeNameDataGridViewTextBoxColumn");
     this.buildingComponentTypeNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.bsHouseApartmentDetail.set_DataSource(typeof(UjfHouseApartmentDetail));
     this.tsSquare.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbAddApartmentDetail, this.tsbEditApartmentDetail, this.tsbDeleteApartmentDetail });
     this.tsSquare.set_LayoutStyle(System.Windows.Forms.ToolStripLayoutStyle.Flow);
     this.tsSquare.set_Location(new System.Drawing.Point(0, 0));
     this.tsSquare.set_Name("tsSquare");
     this.tsSquare.set_Size(new System.Drawing.Size(0x27f, 0x19));
     this.tsSquare.set_TabIndex(2);
     this.tsSquare.set_Text("toolStrip3");
     this.tsbAddApartmentDetail.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsbAddApartmentDetail.set_Image(Resources.ADD);
     this.tsbAddApartmentDetail.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsbAddApartmentDetail.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbAddApartmentDetail.set_Name("tsbAddApartmentDetail");
     this.tsbAddApartmentDetail.set_Size(new System.Drawing.Size(0x18, 0x16));
     this.tsbAddApartmentDetail.set_Text("Добавить");
     this.tsbAddApartmentDetail.add_Click(new System.EventHandler(this.tsbAddApartmentDetail_Click));
     this.tsbEditApartmentDetail.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsbEditApartmentDetail.set_Image(Resources.CHANGE);
     this.tsbEditApartmentDetail.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsbEditApartmentDetail.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbEditApartmentDetail.set_Name("tsbEditApartmentDetail");
     this.tsbEditApartmentDetail.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsbEditApartmentDetail.set_Text("Изменить");
     this.tsbEditApartmentDetail.add_Click(new System.EventHandler(this.tsbEditApartmentDetail_Click));
     this.tsbDeleteApartmentDetail.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsbDeleteApartmentDetail.set_Image(Resources.DELETE);
     this.tsbDeleteApartmentDetail.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsbDeleteApartmentDetail.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbDeleteApartmentDetail.set_Name("tsbDeleteApartmentDetail");
     this.tsbDeleteApartmentDetail.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsbDeleteApartmentDetail.set_Text("Удалить");
     this.tsbDeleteApartmentDetail.add_Click(new System.EventHandler(this.tsbDeleteApartmentDetail_Click));
     this.splitContainer4.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.splitContainer4.set_Location(new System.Drawing.Point(0, 0));
     this.splitContainer4.set_Name("splitContainer4");
     this.splitContainer4.Panel1.Controls.Add(this.groupBox1);
     this.splitContainer4.Panel2.Controls.Add(this.groupBox2);
     this.splitContainer4.set_Size(new System.Drawing.Size(0x27f, 0x1d4));
     this.splitContainer4.set_SplitterDistance(0x12e);
     this.splitContainer4.set_TabIndex(0);
     this.groupBox1.Controls.Add(this.panel3);
     this.groupBox1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.groupBox1.set_Location(new System.Drawing.Point(0, 0));
     this.groupBox1.set_Name("groupBox1");
     this.groupBox1.set_Size(new System.Drawing.Size(0x12e, 0x1d4));
     this.groupBox1.set_TabIndex(0);
     this.groupBox1.set_TabStop(false);
     this.groupBox1.set_Text("Нежилые помещения");
     this.panel3.set_AutoScroll(true);
     this.panel3.Controls.Add(this.btnSaveHouseInfoes);
     this.panel3.Controls.Add(this.tbCorridorArea);
     this.panel3.Controls.Add(this.label10);
     this.panel3.Controls.Add(this.tbStairsArea);
     this.panel3.Controls.Add(this.label11);
     this.panel3.Controls.Add(this.nudMetalSchelterDoorNumber);
     this.panel3.Controls.Add(this.label9);
     this.panel3.Controls.Add(this.tbBuildInAreaState);
     this.panel3.Controls.Add(this.label6);
     this.panel3.Controls.Add(this.tbBuildInAreaPrvate);
     this.panel3.Controls.Add(this.label7);
     this.panel3.Controls.Add(this.tbBuildInAreaTotal);
     this.panel3.Controls.Add(this.label8);
     this.panel3.Controls.Add(this.nudBuildInNumber);
     this.panel3.Controls.Add(this.label5);
     this.panel3.Controls.Add(this.tbCommonAreaState);
     this.panel3.Controls.Add(this.label4);
     this.panel3.Controls.Add(this.tbCommonAreaPrivate);
     this.panel3.Controls.Add(this.label3);
     this.panel3.Controls.Add(this.tbCommonAreaTotal);
     this.panel3.Controls.Add(this.label2);
     this.panel3.Controls.Add(this.nudCommonNumber);
     this.panel3.Controls.Add(this.label1);
     this.panel3.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.panel3.set_Location(new System.Drawing.Point(3, 0x10));
     this.panel3.set_Name("panel3");
     this.panel3.set_Size(new System.Drawing.Size(0x128, 0x1c1));
     this.panel3.set_TabIndex(0);
     this.btnSaveHouseInfoes.set_Location(new System.Drawing.Point(0x110, 0x110));
     this.btnSaveHouseInfoes.set_Name("btnSaveHouseInfoes");
     this.btnSaveHouseInfoes.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnSaveHouseInfoes.set_TabIndex(0x2d);
     this.btnSaveHouseInfoes.set_Text("Сохранить");
     this.btnSaveHouseInfoes.set_UseVisualStyleBackColor(true);
     this.btnSaveHouseInfoes.add_Click(new System.EventHandler(this.btnSaveHouseInfoes_Click));
     this.tbCorridorArea.set_Location(new System.Drawing.Point(0x110, 0xed));
     this.tbCorridorArea.set_Name("tbCorridorArea");
     this.tbCorridorArea.set_Size(new System.Drawing.Size(0x45, 20));
     this.tbCorridorArea.set_TabIndex(0x2c);
     this.label10.set_AutoSize(true);
     this.label10.set_Location(new System.Drawing.Point(3, 0xdd));
     this.label10.set_Name("label10");
     this.label10.set_Size(new System.Drawing.Size(0x9a, 13));
     this.label10.set_TabIndex(0x2b);
     this.label10.set_Text("Площадь лестничных клеток");
     this.tbStairsArea.set_Location(new System.Drawing.Point(0x110, 0xd6));
     this.tbStairsArea.set_Name("tbStairsArea");
     this.tbStairsArea.set_Size(new System.Drawing.Size(0x45, 20));
     this.tbStairsArea.set_TabIndex(0x2a);
     this.label11.set_AutoSize(true);
     this.label11.set_Location(new System.Drawing.Point(3, 0xf4));
     this.label11.set_Name("label11");
     this.label11.set_Size(new System.Drawing.Size(0x6f, 13));
     this.label11.set_TabIndex(0x29);
     this.label11.set_Text("Площадь коридоров");
     this.nudMetalSchelterDoorNumber.set_Location(new System.Drawing.Point(0x110, 190));
     int[] numArray = new int[4];
     numArray[0] = 0x989680;
     this.nudMetalSchelterDoorNumber.set_Maximum(new decimal(numArray));
     this.nudMetalSchelterDoorNumber.set_Name("nudMetalSchelterDoorNumber");
     this.nudMetalSchelterDoorNumber.set_Size(new System.Drawing.Size(0x45, 20));
     this.nudMetalSchelterDoorNumber.set_TabIndex(40);
     this.label9.set_AutoSize(true);
     this.label9.set_Location(new System.Drawing.Point(3, 0xc5));
     this.label9.set_Name("label9");
     this.label9.set_Size(new System.Drawing.Size(0x9f, 13));
     this.label9.set_TabIndex(0x27);
     this.label9.set_Text("Количество железных дверей");
     this.tbBuildInAreaState.set_Location(new System.Drawing.Point(0x110, 0xa6));
     this.tbBuildInAreaState.set_Name("tbBuildInAreaState");
     this.tbBuildInAreaState.set_Size(new System.Drawing.Size(0x45, 20));
     this.tbBuildInAreaState.set_TabIndex(0x26);
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(3, 0xad));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(0xb7, 13));
     this.label6.set_TabIndex(0x25);
     this.label6.set_Text("В государственной собственности");
     this.tbBuildInAreaPrvate.set_Location(new System.Drawing.Point(0x110, 0x8f));
     this.tbBuildInAreaPrvate.set_Name("tbBuildInAreaPrvate");
     this.tbBuildInAreaPrvate.set_Size(new System.Drawing.Size(0x45, 20));
     this.tbBuildInAreaPrvate.set_TabIndex(0x24);
     this.label7.set_AutoSize(true);
     this.label7.set_Location(new System.Drawing.Point(3, 150));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(0x88, 13));
     this.label7.set_TabIndex(0x23);
     this.label7.set_Text("В частной собственности");
     this.tbBuildInAreaTotal.set_Location(new System.Drawing.Point(0x110, 120));
     this.tbBuildInAreaTotal.set_Name("tbBuildInAreaTotal");
     this.tbBuildInAreaTotal.set_Size(new System.Drawing.Size(0x45, 20));
     this.tbBuildInAreaTotal.set_TabIndex(0x22);
     this.label8.set_AutoSize(true);
     this.label8.set_Location(new System.Drawing.Point(3, 0x7f));
     this.label8.set_Name("label8");
     this.label8.set_Size(new System.Drawing.Size(0x107, 13));
     this.label8.set_TabIndex(0x21);
     this.label8.set_Text("Общая площадь встроенных нежилых помещений");
     this.nudBuildInNumber.set_Location(new System.Drawing.Point(0x110, 0x61));
     int[] numArray2 = new int[4];
     numArray2[0] = 0x989680;
     this.nudBuildInNumber.set_Maximum(new decimal(numArray2));
     this.nudBuildInNumber.set_Name("nudBuildInNumber");
     this.nudBuildInNumber.set_Size(new System.Drawing.Size(0x45, 20));
     this.nudBuildInNumber.set_TabIndex(0x20);
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(3, 0x68));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0xef, 13));
     this.label5.set_TabIndex(0x1f);
     this.label5.set_Text("Количество встроенных нежилых помещений");
     this.tbCommonAreaState.set_Location(new System.Drawing.Point(0x110, 0x48));
     this.tbCommonAreaState.set_Name("tbCommonAreaState");
     this.tbCommonAreaState.set_Size(new System.Drawing.Size(0x45, 20));
     this.tbCommonAreaState.set_TabIndex(30);
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(3, 0x4f));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0xb7, 13));
     this.label4.set_TabIndex(0x1d);
     this.label4.set_Text("В государственной собственности");
     this.tbCommonAreaPrivate.set_Location(new System.Drawing.Point(0x110, 0x31));
     this.tbCommonAreaPrivate.set_Name("tbCommonAreaPrivate");
     this.tbCommonAreaPrivate.set_Size(new System.Drawing.Size(0x45, 20));
     this.tbCommonAreaPrivate.set_TabIndex(0x1c);
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(3, 0x38));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x88, 13));
     this.label3.set_TabIndex(0x1b);
     this.label3.set_Text("В частной собственности");
     this.tbCommonAreaTotal.set_Location(new System.Drawing.Point(0x110, 0x1a));
     this.tbCommonAreaTotal.set_Name("tbCommonAreaTotal");
     this.tbCommonAreaTotal.set_Size(new System.Drawing.Size(0x45, 20));
     this.tbCommonAreaTotal.set_TabIndex(0x1a);
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(3, 0x21));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(200, 13));
     this.label2.set_TabIndex(0x19);
     this.label2.set_Text("Общая площадь нежилых помещений");
     this.nudCommonNumber.set_Location(new System.Drawing.Point(0x110, 2));
     int[] numArray3 = new int[4];
     numArray3[0] = 0xf4240;
     this.nudCommonNumber.set_Maximum(new decimal(numArray3));
     this.nudCommonNumber.set_Name("nudCommonNumber");
     this.nudCommonNumber.set_Size(new System.Drawing.Size(0x45, 20));
     this.nudCommonNumber.set_TabIndex(0x18);
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(3, 9));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0xb0, 13));
     this.label1.set_TabIndex(0x17);
     this.label1.set_Text("Количество нежилых помещений");
     this.groupBox2.Controls.Add(this.panel2);
     this.groupBox2.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.groupBox2.set_Location(new System.Drawing.Point(0, 0));
     this.groupBox2.set_Name("groupBox2");
     this.groupBox2.set_Size(new System.Drawing.Size(0x14d, 0x1d4));
     this.groupBox2.set_TabIndex(0);
     this.groupBox2.set_TabStop(false);
     this.groupBox2.set_Text("Экспликация земельного участка");
     this.panel2.set_AutoScroll(true);
     this.panel2.Controls.Add(this.btnSaveHouseAreaInfo);
     this.panel2.Controls.Add(this.tbLandAreaLawnsArea);
     this.panel2.Controls.Add(this.label33);
     this.panel2.Controls.Add(this.tbLandAreaUncoveredArea);
     this.panel2.Controls.Add(this.label35);
     this.panel2.Controls.Add(this.tbLandAreaInHouseArea);
     this.panel2.Controls.Add(this.label36);
     this.panel2.Controls.Add(this.tbNonBuildUpGreenSpacesOther);
     this.panel2.Controls.Add(this.label28);
     this.panel2.Controls.Add(this.tbNonBuildUpGreenSpacesLineWithTrees);
     this.panel2.Controls.Add(this.label29);
     this.panel2.Controls.Add(this.tbNonBuildUpGreenSpacesSquare);
     this.panel2.Controls.Add(this.label31);
     this.panel2.Controls.Add(this.tbNonBuildUpGreenSpacesTotal);
     this.panel2.Controls.Add(this.label27);
     this.panel2.Controls.Add(this.tbNonBuildUpSiteOther);
     this.panel2.Controls.Add(this.label23);
     this.panel2.Controls.Add(this.tbNonBuildUpSiteSport);
     this.panel2.Controls.Add(this.label24);
     this.panel2.Controls.Add(this.label25);
     this.panel2.Controls.Add(this.tbNonBuildUpSiteChildren);
     this.panel2.Controls.Add(this.label26);
     this.panel2.Controls.Add(this.tbNonBuildUpHardCoatingOther);
     this.panel2.Controls.Add(this.label22);
     this.panel2.Controls.Add(this.tbNonBuildUpHardCoatingSidewalks);
     this.panel2.Controls.Add(this.label21);
     this.panel2.Controls.Add(this.tbNonBuildUpHardCoatingLanes);
     this.panel2.Controls.Add(this.label19);
     this.panel2.Controls.Add(this.tbNonBuildUpHardCoatingTotal);
     this.panel2.Controls.Add(this.label18);
     this.panel2.Controls.Add(this.tbNonBuildUpAsphaltlessClaningArea);
     this.panel2.Controls.Add(this.label17);
     this.panel2.Controls.Add(this.tbNonBuildUpTotal);
     this.panel2.Controls.Add(this.label16);
     this.panel2.Controls.Add(this.tbLandAreaBuildUp);
     this.panel2.Controls.Add(this.label15);
     this.panel2.Controls.Add(this.tbLandAreaTotal);
     this.panel2.Controls.Add(this.label14);
     this.panel2.Controls.Add(this.tbLandAreaSurvey);
     this.panel2.Controls.Add(this.label13);
     this.panel2.Controls.Add(this.tbTechInventory);
     this.panel2.Controls.Add(this.label12);
     this.panel2.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.panel2.set_Location(new System.Drawing.Point(3, 0x10));
     this.panel2.set_Name("panel2");
     this.panel2.set_Size(new System.Drawing.Size(0x147, 0x1c1));
     this.panel2.set_TabIndex(0);
     this.btnSaveHouseAreaInfo.set_Location(new System.Drawing.Point(0xfd, 0x17e));
     this.btnSaveHouseAreaInfo.set_Name("btnSaveHouseAreaInfo");
     this.btnSaveHouseAreaInfo.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnSaveHouseAreaInfo.set_TabIndex(0x56);
     this.btnSaveHouseAreaInfo.set_Text("Сохранить");
     this.btnSaveHouseAreaInfo.set_UseVisualStyleBackColor(true);
     this.btnSaveHouseAreaInfo.add_Click(new System.EventHandler(this.btnSaveHouseAreaInfo_Click));
     this.tbLandAreaLawnsArea.set_Location(new System.Drawing.Point(0x7a, 0x17e));
     this.tbLandAreaLawnsArea.set_Name("tbLandAreaLawnsArea");
     this.tbLandAreaLawnsArea.set_Size(new System.Drawing.Size(100, 20));
     this.tbLandAreaLawnsArea.set_TabIndex(0x55);
     this.label33.set_AutoSize(true);
     this.label33.set_Location(new System.Drawing.Point(0x77, 0x16d));
     this.label33.set_Name("label33");
     this.label33.set_Size(new System.Drawing.Size(0x2d, 13));
     this.label33.set_TabIndex(0x54);
     this.label33.set_Text("Газоны");
     this.tbLandAreaUncoveredArea.set_Location(new System.Drawing.Point(0x10, 0x17e));
     this.tbLandAreaUncoveredArea.set_Name("tbLandAreaUncoveredArea");
     this.tbLandAreaUncoveredArea.set_Size(new System.Drawing.Size(100, 20));
     this.tbLandAreaUncoveredArea.set_TabIndex(0x53);
     this.label35.set_AutoSize(true);
     this.label35.set_Location(new System.Drawing.Point(13, 0x16d));
     this.label35.set_Name("label35");
     this.label35.set_Size(new System.Drawing.Size(0x4e, 13));
     this.label35.set_TabIndex(0x52);
     this.label35.set_Text("Без покрытия");
     this.tbLandAreaInHouseArea.set_Location(new System.Drawing.Point(0xe4, 0x150));
     this.tbLandAreaInHouseArea.set_Name("tbLandAreaInHouseArea");
     this.tbLandAreaInHouseArea.set_Size(new System.Drawing.Size(100, 20));
     this.tbLandAreaInHouseArea.set_TabIndex(0x51);
     this.label36.set_AutoSize(true);
     this.label36.set_Location(new System.Drawing.Point(6, 340));
     this.label36.set_Name("label36");
     this.label36.set_Size(new System.Drawing.Size(0xda, 0x1a));
     this.label36.set_TabIndex(80);
     this.label36.set_Text("Площадь придомовой территории (всего)\r\nВ том числе:");
     this.tbNonBuildUpGreenSpacesOther.set_Location(new System.Drawing.Point(0xe4, 0x138));
     this.tbNonBuildUpGreenSpacesOther.set_Name("tbNonBuildUpGreenSpacesOther");
     this.tbNonBuildUpGreenSpacesOther.set_Size(new System.Drawing.Size(100, 20));
     this.tbNonBuildUpGreenSpacesOther.set_TabIndex(0x4f);
     this.label28.set_AutoSize(true);
     this.label28.set_Location(new System.Drawing.Point(0xe1, 0x128));
     this.label28.set_Name("label28");
     this.label28.set_Size(new System.Drawing.Size(0x2c, 13));
     this.label28.set_TabIndex(0x4e);
     this.label28.set_Text("Прочее");
     this.tbNonBuildUpGreenSpacesLineWithTrees.set_Location(new System.Drawing.Point(0x7a, 0x138));
     this.tbNonBuildUpGreenSpacesLineWithTrees.set_Name("tbNonBuildUpGreenSpacesLineWithTrees");
     this.tbNonBuildUpGreenSpacesLineWithTrees.set_Size(new System.Drawing.Size(100, 20));
     this.tbNonBuildUpGreenSpacesLineWithTrees.set_TabIndex(0x4d);
     this.label29.set_AutoSize(true);
     this.label29.set_Location(new System.Drawing.Point(0x77, 0x128));
     this.label29.set_Name("label29");
     this.label29.set_Size(new System.Drawing.Size(0x25, 13));
     this.label29.set_TabIndex(0x4c);
     this.label29.set_Text("Газон");
     this.tbNonBuildUpGreenSpacesSquare.set_Location(new System.Drawing.Point(0x10, 0x138));
     this.tbNonBuildUpGreenSpacesSquare.set_Name("tbNonBuildUpGreenSpacesSquare");
     this.tbNonBuildUpGreenSpacesSquare.set_Size(new System.Drawing.Size(100, 20));
     this.tbNonBuildUpGreenSpacesSquare.set_TabIndex(0x4b);
     this.label31.set_AutoSize(true);
     this.label31.set_Location(new System.Drawing.Point(13, 0x128));
     this.label31.set_Name("label31");
     this.label31.set_Size(new System.Drawing.Size(0x26, 13));
     this.label31.set_TabIndex(0x4a);
     this.label31.set_Text("Сквер");
     this.tbNonBuildUpGreenSpacesTotal.set_Location(new System.Drawing.Point(0xe4, 0x108));
     this.tbNonBuildUpGreenSpacesTotal.set_Name("tbNonBuildUpGreenSpacesTotal");
     this.tbNonBuildUpGreenSpacesTotal.set_Size(new System.Drawing.Size(100, 20));
     this.tbNonBuildUpGreenSpacesTotal.set_TabIndex(0x49);
     this.label27.set_AutoSize(true);
     this.label27.set_Location(new System.Drawing.Point(6, 0x10f));
     this.label27.set_Name("label27");
     this.label27.set_Size(new System.Drawing.Size(0x9b, 0x1a));
     this.label27.set_TabIndex(0x48);
     this.label27.set_Text("Зеленые насаждения (всего)\r\nВ том числе:");
     this.tbNonBuildUpSiteOther.set_Location(new System.Drawing.Point(0xe4, 240));
     this.tbNonBuildUpSiteOther.set_Name("tbNonBuildUpSiteOther");
     this.tbNonBuildUpSiteOther.set_Size(new System.Drawing.Size(100, 20));
     this.tbNonBuildUpSiteOther.set_TabIndex(0x47);
     this.label23.set_AutoSize(true);
     this.label23.set_Location(new System.Drawing.Point(0xe1, 0xe1));
     this.label23.set_Name("label23");
     this.label23.set_Size(new System.Drawing.Size(0x2c, 13));
     this.label23.set_TabIndex(70);
     this.label23.set_Text("Прочие");
     this.tbNonBuildUpSiteSport.set_Location(new System.Drawing.Point(0x7a, 240));
     this.tbNonBuildUpSiteSport.set_Name("tbNonBuildUpSiteSport");
     this.tbNonBuildUpSiteSport.set_Size(new System.Drawing.Size(100, 20));
     this.tbNonBuildUpSiteSport.set_TabIndex(0x45);
     this.label24.set_AutoSize(true);
     this.label24.set_Location(new System.Drawing.Point(0x77, 0xe1));
     this.label24.set_Name("label24");
     this.label24.set_Size(new System.Drawing.Size(0x45, 13));
     this.label24.set_TabIndex(0x44);
     this.label24.set_Text("Спортивные");
     this.label25.set_AutoSize(true);
     this.label25.set_Location(new System.Drawing.Point(6, 0xd3));
     this.label25.set_Name("label25");
     this.label25.set_Size(new System.Drawing.Size(60, 13));
     this.label25.set_TabIndex(0x43);
     this.label25.set_Text("Площадки");
     this.tbNonBuildUpSiteChildren.set_Location(new System.Drawing.Point(0x10, 240));
     this.tbNonBuildUpSiteChildren.set_Name("tbNonBuildUpSiteChildren");
     this.tbNonBuildUpSiteChildren.set_Size(new System.Drawing.Size(100, 20));
     this.tbNonBuildUpSiteChildren.set_TabIndex(0x42);
     this.label26.set_AutoSize(true);
     this.label26.set_Location(new System.Drawing.Point(13, 0xe1));
     this.label26.set_Name("label26");
     this.label26.set_Size(new System.Drawing.Size(0x33, 13));
     this.label26.set_TabIndex(0x41);
     this.label26.set_Text("Детские");
     this.tbNonBuildUpHardCoatingOther.set_Location(new System.Drawing.Point(0xe4, 190));
     this.tbNonBuildUpHardCoatingOther.set_Name("tbNonBuildUpHardCoatingOther");
     this.tbNonBuildUpHardCoatingOther.set_Size(new System.Drawing.Size(100, 20));
     this.tbNonBuildUpHardCoatingOther.set_TabIndex(0x40);
     this.label22.set_AutoSize(true);
     this.label22.set_Location(new System.Drawing.Point(0xe1, 0xae));
     this.label22.set_Name("label22");
     this.label22.set_Size(new System.Drawing.Size(0x2c, 13));
     this.label22.set_TabIndex(0x3f);
     this.label22.set_Text("Прочие");
     this.tbNonBuildUpHardCoatingSidewalks.set_Location(new System.Drawing.Point(0x7a, 190));
     this.tbNonBuildUpHardCoatingSidewalks.set_Name("tbNonBuildUpHardCoatingSidewalks");
     this.tbNonBuildUpHardCoatingSidewalks.set_Size(new System.Drawing.Size(100, 20));
     this.tbNonBuildUpHardCoatingSidewalks.set_TabIndex(0x3e);
     this.label21.set_AutoSize(true);
     this.label21.set_Location(new System.Drawing.Point(0x77, 0xae));
     this.label21.set_Name("label21");
     this.label21.set_Size(new System.Drawing.Size(0x38, 13));
     this.label21.set_TabIndex(0x3d);
     this.label21.set_Text("Тротуары");
     this.tbNonBuildUpHardCoatingLanes.set_Location(new System.Drawing.Point(0x10, 190));
     this.tbNonBuildUpHardCoatingLanes.set_Name("tbNonBuildUpHardCoatingLanes");
     this.tbNonBuildUpHardCoatingLanes.set_Size(new System.Drawing.Size(100, 20));
     this.tbNonBuildUpHardCoatingLanes.set_TabIndex(60);
     this.label19.set_AutoSize(true);
     this.label19.set_Location(new System.Drawing.Point(13, 0xae));
     this.label19.set_Name("label19");
     this.label19.set_Size(new System.Drawing.Size(0x35, 13));
     this.label19.set_TabIndex(0x3b);
     this.label19.set_Text("Проезды");
     this.tbNonBuildUpHardCoatingTotal.set_Location(new System.Drawing.Point(0xe4, 0x8b));
     this.tbNonBuildUpHardCoatingTotal.set_Name("tbNonBuildUpHardCoatingTotal");
     this.tbNonBuildUpHardCoatingTotal.set_Size(new System.Drawing.Size(100, 20));
     this.tbNonBuildUpHardCoatingTotal.set_TabIndex(0x3a);
     this.label18.set_AutoSize(true);
     this.label18.set_Location(new System.Drawing.Point(6, 0x92));
     this.label18.set_Name("label18");
     this.label18.set_Size(new System.Drawing.Size(0x8e, 0x1a));
     this.label18.set_TabIndex(0x39);
     this.label18.set_Text("Твердые покрытия (всего)\r\nВ том числе:");
     this.tbNonBuildUpAsphaltlessClaningArea.set_Location(new System.Drawing.Point(0xe4, 0x73));
     this.tbNonBuildUpAsphaltlessClaningArea.set_Name("tbNonBuildUpAsphaltlessClaningArea");
     this.tbNonBuildUpAsphaltlessClaningArea.set_Size(new System.Drawing.Size(100, 20));
     this.tbNonBuildUpAsphaltlessClaningArea.set_TabIndex(0x38);
     this.label17.set_AutoSize(true);
     this.label17.set_Location(new System.Drawing.Point(6, 0x7a));
     this.label17.set_Name("label17");
     this.label17.set_Size(new System.Drawing.Size(0xa6, 13));
     this.label17.set_TabIndex(0x37);
     this.label17.set_Text("Неасфальтированная площадь");
     this.tbNonBuildUpTotal.set_Location(new System.Drawing.Point(0xe4, 0x5c));
     this.tbNonBuildUpTotal.set_Name("tbNonBuildUpTotal");
     this.tbNonBuildUpTotal.set_Size(new System.Drawing.Size(100, 20));
     this.tbNonBuildUpTotal.set_TabIndex(0x36);
     this.label16.set_AutoSize(true);
     this.label16.set_Location(new System.Drawing.Point(6, 0x62));
     this.label16.set_Name("label16");
     this.label16.set_Size(new System.Drawing.Size(0x86, 13));
     this.label16.set_TabIndex(0x35);
     this.label16.set_Text("Незастроенная площадь");
     this.tbLandAreaBuildUp.set_Location(new System.Drawing.Point(0xe4, 0x45));
     this.tbLandAreaBuildUp.set_Name("tbLandAreaBuildUp");
     this.tbLandAreaBuildUp.set_Size(new System.Drawing.Size(100, 20));
     this.tbLandAreaBuildUp.set_TabIndex(0x34);
     this.label15.set_AutoSize(true);
     this.label15.set_Location(new System.Drawing.Point(6, 0x4b));
     this.label15.set_Name("label15");
     this.label15.set_Size(new System.Drawing.Size(0x79, 13));
     this.label15.set_TabIndex(0x33);
     this.label15.set_Text("Застроенная площадь");
     this.tbLandAreaTotal.set_Location(new System.Drawing.Point(0xe4, 0x2e));
     this.tbLandAreaTotal.set_Name("tbLandAreaTotal");
     this.tbLandAreaTotal.set_Size(new System.Drawing.Size(100, 20));
     this.tbLandAreaTotal.set_TabIndex(50);
     this.label14.set_AutoSize(true);
     this.label14.set_Location(new System.Drawing.Point(6, 0x35));
     this.label14.set_Name("label14");
     this.label14.set_Size(new System.Drawing.Size(180, 13));
     this.label14.set_TabIndex(0x31);
     this.label14.set_Text("По фактическому использованию");
     this.tbLandAreaSurvey.set_Location(new System.Drawing.Point(0xe4, 0x18));
     this.tbLandAreaSurvey.set_Name("tbLandAreaSurvey");
     this.tbLandAreaSurvey.set_Size(new System.Drawing.Size(100, 20));
     this.tbLandAreaSurvey.set_TabIndex(0x30);
     this.label13.set_AutoSize(true);
     this.label13.set_Location(new System.Drawing.Point(6, 0x1f));
     this.label13.set_Name("label13");
     this.label13.set_Size(new System.Drawing.Size(0x7d, 13));
     this.label13.set_TabIndex(0x2f);
     this.label13.set_Text("По данным межевания");
     this.tbTechInventory.set_Location(new System.Drawing.Point(0xe4, 2));
     this.tbTechInventory.set_Name("tbTechInventory");
     this.tbTechInventory.set_Size(new System.Drawing.Size(100, 20));
     this.tbTechInventory.set_TabIndex(0x2e);
     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(0xd8, 13));
     this.label12.set_TabIndex(0x2d);
     this.label12.set_Text("По данным технической инвентаризации");
     this.EngineeringEquipment.Controls.Add(this.tabControl1);
     this.EngineeringEquipment.set_Location(new System.Drawing.Point(4, 0x16));
     this.EngineeringEquipment.set_Name("EngineeringEquipment");
     this.EngineeringEquipment.set_Size(new System.Drawing.Size(0x27f, 0x242));
     this.EngineeringEquipment.set_TabIndex(4);
     this.EngineeringEquipment.set_Text("Инженерное оборудование");
     this.EngineeringEquipment.set_UseVisualStyleBackColor(true);
     this.tabControl1.Controls.Add(this.tabPage6);
     this.tabControl1.Controls.Add(this.tabPage7);
     this.tabControl1.Controls.Add(this.tabPage8);
     this.tabControl1.Controls.Add(this.tabPage9);
     this.tabControl1.Controls.Add(this.tabPage10);
     this.tabControl1.Controls.Add(this.tabPage11);
     this.tabControl1.Controls.Add(this.tabPage12);
     this.tabControl1.Controls.Add(this.tabPage13);
     this.tabControl1.Controls.Add(this.tabPage14);
     this.tabControl1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.tabControl1.set_Location(new System.Drawing.Point(0, 0));
     this.tabControl1.set_Name("tabControl1");
     this.tabControl1.set_SelectedIndex(0);
     this.tabControl1.set_Size(new System.Drawing.Size(0x27f, 0x242));
     this.tabControl1.set_TabIndex(0);
     this.tabPage6.Controls.Add(this.panel4);
     this.tabPage6.set_Location(new System.Drawing.Point(4, 0x16));
     this.tabPage6.set_Name("tabPage6");
     this.tabPage6.set_Padding(new System.Windows.Forms.Padding(3));
     this.tabPage6.set_Size(new System.Drawing.Size(0x277, 0x228));
     this.tabPage6.set_TabIndex(0);
     this.tabPage6.set_Text("Отопление");
     this.tabPage6.set_UseVisualStyleBackColor(true);
     this.panel4.set_AutoSize(true);
     this.panel4.Controls.Add(this.btnHeatingSave);
     this.panel4.Controls.Add(this.label54);
     this.panel4.Controls.Add(this.tbHeatingHeatedArea);
     this.panel4.Controls.Add(this.label52);
     this.panel4.Controls.Add(this.nudHeatingConvectorsNumber);
     this.panel4.Controls.Add(this.label53);
     this.panel4.Controls.Add(this.nudHeatingHeatCenterNumber);
     this.panel4.Controls.Add(this.label49);
     this.panel4.Controls.Add(this.nudHeatingBoxes);
     this.panel4.Controls.Add(this.label50);
     this.panel4.Controls.Add(this.nudHeatingElevators);
     this.panel4.Controls.Add(this.label51);
     this.panel4.Controls.Add(this.nudHeatingThreewayValvesNumber);
     this.panel4.Controls.Add(this.label46);
     this.panel4.Controls.Add(this.nudHeatingValvesNumber);
     this.panel4.Controls.Add(this.label47);
     this.panel4.Controls.Add(this.nudHeatingDynamicValvesNumber);
     this.panel4.Controls.Add(this.label48);
     this.panel4.Controls.Add(this.nudHeatingSteelHeatersNumber);
     this.panel4.Controls.Add(this.label45);
     this.panel4.Controls.Add(this.tbHeatingThermalInsulation);
     this.panel4.Controls.Add(this.label44);
     this.panel4.Controls.Add(this.nudHeatingLockedValvesNumber);
     this.panel4.Controls.Add(this.label43);
     this.panel4.Controls.Add(this.nudHeatingRadiatorNumberApartment);
     this.panel4.Controls.Add(this.label42);
     this.panel4.Controls.Add(this.nudHeatingRadiatorNumberStairwell);
     this.panel4.Controls.Add(this.label41);
     this.panel4.Controls.Add(this.tbHeatingArrangementApartment);
     this.panel4.Controls.Add(this.label40);
     this.panel4.Controls.Add(this.tbHeatingRisesLengthApartment);
     this.panel4.Controls.Add(this.label39);
     this.panel4.Controls.Add(this.tbHeatingRisesLengthBasement);
     this.panel4.Controls.Add(this.label38);
     this.panel4.Controls.Add(this.tbHeatingPipelineLength);
     this.panel4.Controls.Add(this.label37);
     this.panel4.Controls.Add(this.nudHeatingRisesNumber);
     this.panel4.Controls.Add(this.label34);
     this.panel4.Controls.Add(this.tbHeatingFillingLength);
     this.panel4.Controls.Add(this.label32);
     this.panel4.Controls.Add(this.nudHeatingControlAssemblyNumber);
     this.panel4.Controls.Add(this.label30);
     this.panel4.Controls.Add(this.nudHeatingEntryPointNumber);
     this.panel4.Controls.Add(this.cbHeatingHasMeter);
     this.panel4.Controls.Add(this.label20);
     this.panel4.Controls.Add(this.sfdHeatingType);
     this.panel4.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.panel4.set_Location(new System.Drawing.Point(3, 3));
     this.panel4.set_Name("panel4");
     this.panel4.set_Size(new System.Drawing.Size(0x271, 0x222));
     this.panel4.set_TabIndex(0);
     this.btnHeatingSave.set_Location(new System.Drawing.Point(0x115, 0x202));
     this.btnHeatingSave.set_Name("btnHeatingSave");
     this.btnHeatingSave.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnHeatingSave.set_TabIndex(0x47);
     this.btnHeatingSave.set_Text("Сохранить");
     this.btnHeatingSave.set_UseVisualStyleBackColor(true);
     this.btnHeatingSave.add_Click(new System.EventHandler(this.btnHeatingSave_Click));
     this.label54.set_AutoSize(true);
     this.label54.set_Location(new System.Drawing.Point(0, 0x1c3));
     this.label54.set_Name("label54");
     this.label54.set_Size(new System.Drawing.Size(130, 13));
     this.label54.set_TabIndex(0x5c);
     this.label54.set_Text("Отапливаемая площадь");
     this.tbHeatingHeatedArea.set_Location(new System.Drawing.Point(0xe7, 0x1bc));
     this.tbHeatingHeatedArea.set_Name("tbHeatingHeatedArea");
     this.tbHeatingHeatedArea.set_Size(new System.Drawing.Size(120, 20));
     this.tbHeatingHeatedArea.set_TabIndex(0x43);
     this.label52.set_AutoSize(true);
     this.label52.set_Location(new System.Drawing.Point(1, 0x1f0));
     this.label52.set_Name("label52");
     this.label52.set_Size(new System.Drawing.Size(0x45, 13));
     this.label52.set_TabIndex(90);
     this.label52.set_Text("Конвекторы");
     this.nudHeatingConvectorsNumber.set_Location(new System.Drawing.Point(0xe7, 0x1eb));
     int[] numArray4 = new int[4];
     numArray4[0] = 0x5f5e100;
     this.nudHeatingConvectorsNumber.set_Maximum(new decimal(numArray4));
     this.nudHeatingConvectorsNumber.set_Name("nudHeatingConvectorsNumber");
     this.nudHeatingConvectorsNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudHeatingConvectorsNumber.set_TabIndex(0x45);
     this.label53.set_AutoSize(true);
     this.label53.set_Location(new System.Drawing.Point(1, 0x1d8));
     this.label53.set_Name("label53");
     this.label53.set_Size(new System.Drawing.Size(0x95, 13));
     this.label53.set_TabIndex(0x58);
     this.label53.set_Text("Количество тепловых узлов");
     this.nudHeatingHeatCenterNumber.set_Location(new System.Drawing.Point(0xe7, 0x1d3));
     int[] numArray5 = new int[4];
     numArray5[0] = 0xf4240;
     this.nudHeatingHeatCenterNumber.set_Maximum(new decimal(numArray5));
     this.nudHeatingHeatCenterNumber.set_Name("nudHeatingHeatCenterNumber");
     this.nudHeatingHeatCenterNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudHeatingHeatCenterNumber.set_TabIndex(0x44);
     this.label49.set_AutoSize(true);
     this.label49.set_Location(new System.Drawing.Point(1, 0x1ad));
     this.label49.set_Name("label49");
     this.label49.set_Size(new System.Drawing.Size(0x2c, 13));
     this.label49.set_TabIndex(0x56);
     this.label49.set_Text("Короба");
     this.nudHeatingBoxes.set_Location(new System.Drawing.Point(0xe7, 0x1a6));
     int[] numArray6 = new int[4];
     numArray6[0] = 0x989680;
     this.nudHeatingBoxes.set_Maximum(new decimal(numArray6));
     this.nudHeatingBoxes.set_Name("nudHeatingBoxes");
     this.nudHeatingBoxes.set_Size(new System.Drawing.Size(120, 20));
     this.nudHeatingBoxes.set_TabIndex(0x42);
     this.label50.set_AutoSize(true);
     this.label50.set_Location(new System.Drawing.Point(1, 0x195));
     this.label50.set_Name("label50");
     this.label50.set_Size(new System.Drawing.Size(0x8e, 13));
     this.label50.set_TabIndex(0x54);
     this.label50.set_Text("Кол-во элеваторных узлов");
     this.nudHeatingElevators.set_Location(new System.Drawing.Point(0xe7, 0x18e));
     int[] numArray7 = new int[4];
     numArray7[0] = 0x989680;
     this.nudHeatingElevators.set_Maximum(new decimal(numArray7));
     this.nudHeatingElevators.set_Name("nudHeatingElevators");
     this.nudHeatingElevators.set_Size(new System.Drawing.Size(120, 20));
     this.nudHeatingElevators.set_TabIndex(0x41);
     this.label51.set_AutoSize(true);
     this.label51.set_Location(new System.Drawing.Point(1, 0x17d));
     this.label51.set_Name("label51");
     this.label51.set_Size(new System.Drawing.Size(0x6d, 13));
     this.label51.set_TabIndex(0x52);
     this.label51.set_Text("Трехходовые краны");
     this.nudHeatingThreewayValvesNumber.set_Location(new System.Drawing.Point(0xe7, 0x176));
     int[] numArray8 = new int[4];
     numArray8[0] = 0x989680;
     this.nudHeatingThreewayValvesNumber.set_Maximum(new decimal(numArray8));
     this.nudHeatingThreewayValvesNumber.set_Name("nudHeatingThreewayValvesNumber");
     this.nudHeatingThreewayValvesNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudHeatingThreewayValvesNumber.set_TabIndex(0x40);
     this.label46.set_AutoSize(true);
     this.label46.set_Location(new System.Drawing.Point(2, 0x167));
     this.label46.set_Name("label46");
     this.label46.set_Size(new System.Drawing.Size(0x31, 13));
     this.label46.set_TabIndex(80);
     this.label46.set_Text("Вентили");
     this.nudHeatingValvesNumber.set_Location(new System.Drawing.Point(0xe7, 0x160));
     int[] numArray9 = new int[4];
     numArray9[0] = 0x989680;
     this.nudHeatingValvesNumber.set_Maximum(new decimal(numArray9));
     this.nudHeatingValvesNumber.set_Name("nudHeatingValvesNumber");
     this.nudHeatingValvesNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudHeatingValvesNumber.set_TabIndex(0x3f);
     this.label47.set_AutoSize(true);
     this.label47.set_Location(new System.Drawing.Point(2, 0x150));
     this.label47.set_Name("label47");
     this.label47.set_Size(new System.Drawing.Size(0x3a, 13));
     this.label47.set_TabIndex(0x4e);
     this.label47.set_Text("Задвижки");
     this.nudHeatingDynamicValvesNumber.set_Location(new System.Drawing.Point(0xe7, 0x149));
     int[] numArray10 = new int[4];
     numArray10[0] = 0x989680;
     this.nudHeatingDynamicValvesNumber.set_Maximum(new decimal(numArray10));
     this.nudHeatingDynamicValvesNumber.set_Name("nudHeatingDynamicValvesNumber");
     this.nudHeatingDynamicValvesNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudHeatingDynamicValvesNumber.set_TabIndex(0x3e);
     this.label48.set_AutoSize(true);
     this.label48.set_Location(new System.Drawing.Point(2, 0x138));
     this.label48.set_Name("label48");
     this.label48.set_Size(new System.Drawing.Size(0x7c, 13));
     this.label48.set_TabIndex(0x4c);
     this.label48.set_Text("Калориферы стальные");
     this.nudHeatingSteelHeatersNumber.set_Location(new System.Drawing.Point(0xe7, 0x133));
     int[] numArray11 = new int[4];
     numArray11[0] = 0x989680;
     this.nudHeatingSteelHeatersNumber.set_Maximum(new decimal(numArray11));
     this.nudHeatingSteelHeatersNumber.set_Name("nudHeatingSteelHeatersNumber");
     this.nudHeatingSteelHeatersNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudHeatingSteelHeatersNumber.set_TabIndex(0x3d);
     this.label45.set_AutoSize(true);
     this.label45.set_Location(new System.Drawing.Point(1, 0x123));
     this.label45.set_Name("label45");
     this.label45.set_Size(new System.Drawing.Size(0x86, 13));
     this.label45.set_TabIndex(0x4a);
     this.label45.set_Text("Площадь теплоизоляции");
     this.tbHeatingThermalInsulation.set_Location(new System.Drawing.Point(0xe7, 0x11c));
     this.tbHeatingThermalInsulation.set_Name("tbHeatingThermalInsulation");
     this.tbHeatingThermalInsulation.set_Size(new System.Drawing.Size(120, 20));
     this.tbHeatingThermalInsulation.set_TabIndex(60);
     this.label44.set_AutoSize(true);
     this.label44.set_Location(new System.Drawing.Point(2, 0x10b));
     this.label44.set_Name("label44");
     this.label44.set_Size(new System.Drawing.Size(0xd8, 13));
     this.label44.set_TabIndex(0x48);
     this.label44.set_Text("Кол-во запорно-регулирующая арматуры");
     this.nudHeatingLockedValvesNumber.set_Location(new System.Drawing.Point(0xe7, 260));
     int[] numArray12 = new int[4];
     numArray12[0] = 0x989680;
     this.nudHeatingLockedValvesNumber.set_Maximum(new decimal(numArray12));
     this.nudHeatingLockedValvesNumber.set_Name("nudHeatingLockedValvesNumber");
     this.nudHeatingLockedValvesNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudHeatingLockedValvesNumber.set_TabIndex(0x3b);
     this.label43.set_AutoSize(true);
     this.label43.set_Location(new System.Drawing.Point(2, 0xf2));
     this.label43.set_Name("label43");
     this.label43.set_Size(new System.Drawing.Size(0xa7, 13));
     this.label43.set_TabIndex(70);
     this.label43.set_Text("Кол-во радиаторов в квартирах");
     this.nudHeatingRadiatorNumberApartment.set_Location(new System.Drawing.Point(0xe7, 0xeb));
     int[] numArray13 = new int[4];
     numArray13[0] = 0xf4240;
     this.nudHeatingRadiatorNumberApartment.set_Maximum(new decimal(numArray13));
     this.nudHeatingRadiatorNumberApartment.set_Name("nudHeatingRadiatorNumberApartment");
     this.nudHeatingRadiatorNumberApartment.set_Size(new System.Drawing.Size(120, 20));
     this.nudHeatingRadiatorNumberApartment.set_TabIndex(0x3a);
     this.label42.set_AutoSize(true);
     this.label42.set_Location(new System.Drawing.Point(2, 0xda));
     this.label42.set_Name("label42");
     this.label42.set_Size(new System.Drawing.Size(0xdf, 13));
     this.label42.set_TabIndex(0x44);
     this.label42.set_Text("Кол-во радиаторов на лестничных клетках");
     this.nudHeatingRadiatorNumberStairwell.set_Location(new System.Drawing.Point(0xe7, 0xd3));
     int[] numArray14 = new int[4];
     numArray14[0] = 0xf4240;
     this.nudHeatingRadiatorNumberStairwell.set_Maximum(new decimal(numArray14));
     this.nudHeatingRadiatorNumberStairwell.set_Name("nudHeatingRadiatorNumberStairwell");
     this.nudHeatingRadiatorNumberStairwell.set_Size(new System.Drawing.Size(120, 20));
     this.nudHeatingRadiatorNumberStairwell.set_TabIndex(0x39);
     this.label41.set_AutoSize(true);
     this.label41.set_Location(new System.Drawing.Point(1, 0xc2));
     this.label41.set_Name("label41");
     this.label41.set_Size(new System.Drawing.Size(0x9b, 13));
     this.label41.set_TabIndex(0x42);
     this.label41.set_Text("Длина разводки в квартирах");
     this.tbHeatingArrangementApartment.set_Location(new System.Drawing.Point(0xe7, 0xbb));
     this.tbHeatingArrangementApartment.set_Name("tbHeatingArrangementApartment");
     this.tbHeatingArrangementApartment.set_Size(new System.Drawing.Size(0x79, 20));
     this.tbHeatingArrangementApartment.set_TabIndex(0x38);
     this.label40.set_AutoSize(true);
     this.label40.set_Location(new System.Drawing.Point(1, 170));
     this.label40.set_Name("label40");
     this.label40.set_Size(new System.Drawing.Size(0x94, 13));
     this.label40.set_TabIndex(0x40);
     this.label40.set_Text("Длина стояков в квартирах");
     this.tbHeatingRisesLengthApartment.set_Location(new System.Drawing.Point(0xe7, 0xa3));
     this.tbHeatingRisesLengthApartment.set_Name("tbHeatingRisesLengthApartment");
     this.tbHeatingRisesLengthApartment.set_Size(new System.Drawing.Size(120, 20));
     this.tbHeatingRisesLengthApartment.set_TabIndex(0x37);
     this.label39.set_AutoSize(true);
     this.label39.set_Location(new System.Drawing.Point(2, 0x93));
     this.label39.set_Name("label39");
     this.label39.set_Size(new System.Drawing.Size(0x8f, 13));
     this.label39.set_TabIndex(0x3e);
     this.label39.set_Text("Длина стояков в подвалах");
     this.tbHeatingRisesLengthBasement.set_Location(new System.Drawing.Point(0xe7, 140));
     this.tbHeatingRisesLengthBasement.set_Name("tbHeatingRisesLengthBasement");
     this.tbHeatingRisesLengthBasement.set_Size(new System.Drawing.Size(120, 20));
     this.tbHeatingRisesLengthBasement.set_TabIndex(0x36);
     this.label38.set_AutoSize(true);
     this.label38.set_Location(new System.Drawing.Point(1, 0x7c));
     this.label38.set_Name("label38");
     this.label38.set_Size(new System.Drawing.Size(0x77, 13));
     this.label38.set_TabIndex(60);
     this.label38.set_Text("Длина трубопроводов");
     this.tbHeatingPipelineLength.set_Location(new System.Drawing.Point(0xe7, 0x75));
     this.tbHeatingPipelineLength.set_Name("tbHeatingPipelineLength");
     this.tbHeatingPipelineLength.set_Size(new System.Drawing.Size(120, 20));
     this.tbHeatingPipelineLength.set_TabIndex(0x35);
     this.label37.set_AutoSize(true);
     this.label37.set_Location(new System.Drawing.Point(2, 100));
     this.label37.set_Name("label37");
     this.label37.set_Size(new System.Drawing.Size(0x55, 13));
     this.label37.set_TabIndex(0x3a);
     this.label37.set_Text("Кол-во стояков");
     this.nudHeatingRisesNumber.set_Location(new System.Drawing.Point(0xe7, 0x5d));
     int[] numArray15 = new int[4];
     numArray15[0] = 0xf4240;
     this.nudHeatingRisesNumber.set_Maximum(new decimal(numArray15));
     this.nudHeatingRisesNumber.set_Name("nudHeatingRisesNumber");
     this.nudHeatingRisesNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudHeatingRisesNumber.set_TabIndex(0x34);
     this.label34.set_AutoSize(true);
     this.label34.set_Location(new System.Drawing.Point(3, 0x4e));
     this.label34.set_Name("label34");
     this.label34.set_Size(new System.Drawing.Size(0x55, 13));
     this.label34.set_TabIndex(0x38);
     this.label34.set_Text("Длина разлива");
     this.tbHeatingFillingLength.set_Location(new System.Drawing.Point(0xe7, 70));
     this.tbHeatingFillingLength.set_Name("tbHeatingFillingLength");
     this.tbHeatingFillingLength.set_Size(new System.Drawing.Size(120, 20));
     this.tbHeatingFillingLength.set_TabIndex(0x33);
     this.label32.set_AutoSize(true);
     this.label32.set_Location(new System.Drawing.Point(2, 0x37));
     this.label32.set_Name("label32");
     this.label32.set_Size(new System.Drawing.Size(0x87, 13));
     this.label32.set_TabIndex(0x36);
     this.label32.set_Text("Кол-во узлов управления");
     this.nudHeatingControlAssemblyNumber.set_Location(new System.Drawing.Point(0xe7, 0x30));
     int[] numArray16 = new int[4];
     numArray16[0] = 0xf4240;
     this.nudHeatingControlAssemblyNumber.set_Maximum(new decimal(numArray16));
     this.nudHeatingControlAssemblyNumber.set_Name("nudHeatingControlAssemblyNumber");
     this.nudHeatingControlAssemblyNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudHeatingControlAssemblyNumber.set_TabIndex(50);
     this.label30.set_AutoSize(true);
     this.label30.set_Location(new System.Drawing.Point(3, 0x21));
     this.label30.set_Name("label30");
     this.label30.set_Size(new System.Drawing.Size(0x68, 13));
     this.label30.set_TabIndex(0x34);
     this.label30.set_Text("Кол-во точек входа");
     this.nudHeatingEntryPointNumber.set_Location(new System.Drawing.Point(0xe7, 0x1a));
     int[] numArray17 = new int[4];
     numArray17[0] = 0xf4240;
     this.nudHeatingEntryPointNumber.set_Maximum(new decimal(numArray17));
     this.nudHeatingEntryPointNumber.set_Name("nudHeatingEntryPointNumber");
     this.nudHeatingEntryPointNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudHeatingEntryPointNumber.set_TabIndex(0x31);
     this.cbHeatingHasMeter.set_AutoSize(true);
     this.cbHeatingHasMeter.set_Location(new System.Drawing.Point(0, 520));
     this.cbHeatingHasMeter.set_Name("cbHeatingHasMeter");
     this.cbHeatingHasMeter.set_RightToLeft(System.Windows.Forms.RightToLeft.Yes);
     this.cbHeatingHasMeter.set_Size(new System.Drawing.Size(150, 0x11));
     this.cbHeatingHasMeter.set_TabIndex(70);
     this.cbHeatingHasMeter.set_Text("Наличие приборов учета");
     this.cbHeatingHasMeter.set_UseVisualStyleBackColor(true);
     this.label20.set_AutoSize(true);
     this.label20.set_Location(new System.Drawing.Point(3, 11));
     this.label20.set_Name("label20");
     this.label20.set_Size(new System.Drawing.Size(0x1a, 13));
     this.label20.set_TabIndex(0x31);
     this.label20.set_Text("Тип");
     this.sfdHeatingType.set_FormattingEnabled(true);
     this.sfdHeatingType.set_Location(new System.Drawing.Point(0xe7, 3));
     this.sfdHeatingType.set_Name("sfdHeatingType");
     this.sfdHeatingType.set_Size(new System.Drawing.Size(0x79, 0x15));
     this.sfdHeatingType.set_Sorted(true);
     this.sfdHeatingType.set_TabIndex(0x30);
     this.tabPage7.Controls.Add(this.panel5);
     this.tabPage7.set_Location(new System.Drawing.Point(4, 0x16));
     this.tabPage7.set_Name("tabPage7");
     this.tabPage7.set_Padding(new System.Windows.Forms.Padding(3));
     this.tabPage7.set_Size(new System.Drawing.Size(0x277, 0x228));
     this.tabPage7.set_TabIndex(1);
     this.tabPage7.set_Text("ГВС");
     this.tabPage7.set_UseVisualStyleBackColor(true);
     this.panel5.set_AutoScroll(true);
     this.panel5.Controls.Add(this.nudHotWaterFillingLength);
     this.panel5.Controls.Add(this.btnHotWaterSave);
     this.panel5.Controls.Add(this.label66);
     this.panel5.Controls.Add(this.nudHotWaterBasementPlugValvesNumber);
     this.panel5.Controls.Add(this.label64);
     this.panel5.Controls.Add(this.nudHotWaterBasementValvesNumber);
     this.panel5.Controls.Add(this.label65);
     this.panel5.Controls.Add(this.nudHotWaterDynamicValvesNumber);
     this.panel5.Controls.Add(this.label56);
     this.panel5.Controls.Add(this.tbHotWaterArrangementApartment);
     this.panel5.Controls.Add(this.label57);
     this.panel5.Controls.Add(this.tbHotWaterRisesLengthApartment);
     this.panel5.Controls.Add(this.label58);
     this.panel5.Controls.Add(this.tbHotWaterRisesLengthBasement);
     this.panel5.Controls.Add(this.label59);
     this.panel5.Controls.Add(this.tbHotWaterPipelineLength);
     this.panel5.Controls.Add(this.label60);
     this.panel5.Controls.Add(this.nudHotWaterRisesNumber);
     this.panel5.Controls.Add(this.label61);
     this.panel5.Controls.Add(this.label62);
     this.panel5.Controls.Add(this.nudHotWaterControlAssemblyNumber);
     this.panel5.Controls.Add(this.label63);
     this.panel5.Controls.Add(this.nudHotWaterEntryPointNumber);
     this.panel5.Controls.Add(this.cbHotWaterHasMeter);
     this.panel5.Controls.Add(this.label55);
     this.panel5.Controls.Add(this.sfdHotWaterType);
     this.panel5.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.panel5.set_Location(new System.Drawing.Point(3, 3));
     this.panel5.set_Name("panel5");
     this.panel5.set_Size(new System.Drawing.Size(0x271, 0x222));
     this.panel5.set_TabIndex(0);
     this.nudHotWaterFillingLength.set_Location(new System.Drawing.Point(0xe7, 0x47));
     int[] numArray18 = new int[4];
     numArray18[0] = 0x989680;
     this.nudHotWaterFillingLength.set_Maximum(new decimal(numArray18));
     this.nudHotWaterFillingLength.set_Name("nudHotWaterFillingLength");
     this.nudHotWaterFillingLength.set_Size(new System.Drawing.Size(120, 20));
     this.nudHotWaterFillingLength.set_TabIndex(0x4b);
     this.btnHotWaterSave.set_Location(new System.Drawing.Point(0x114, 0x119));
     this.btnHotWaterSave.set_Name("btnHotWaterSave");
     this.btnHotWaterSave.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnHotWaterSave.set_TabIndex(0x55);
     this.btnHotWaterSave.set_Text("Сохранить");
     this.btnHotWaterSave.set_UseVisualStyleBackColor(true);
     this.btnHotWaterSave.add_Click(new System.EventHandler(this.btnHotWaterSave_Click));
     this.label66.set_AutoSize(true);
     this.label66.set_Location(new System.Drawing.Point(2, 0x108));
     this.label66.set_Name("label66");
     this.label66.set_Size(new System.Drawing.Size(0xc5, 13));
     this.label66.set_TabIndex(0x58);
     this.label66.set_Text("Кол-во пробковых кранов в подвалах");
     this.nudHotWaterBasementPlugValvesNumber.set_Location(new System.Drawing.Point(0xe7, 0x101));
     int[] numArray19 = new int[4];
     numArray19[0] = 0x989680;
     this.nudHotWaterBasementPlugValvesNumber.set_Maximum(new decimal(numArray19));
     this.nudHotWaterBasementPlugValvesNumber.set_Name("nudHotWaterBasementPlugValvesNumber");
     this.nudHotWaterBasementPlugValvesNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudHotWaterBasementPlugValvesNumber.set_TabIndex(0x53);
     this.label64.set_AutoSize(true);
     this.label64.set_Location(new System.Drawing.Point(2, 0xf1));
     this.label64.set_Name("label64");
     this.label64.set_Size(new System.Drawing.Size(150, 13));
     this.label64.set_TabIndex(0x56);
     this.label64.set_Text("Кол-во вентилей в подвалах");
     this.nudHotWaterBasementValvesNumber.set_Location(new System.Drawing.Point(0xe7, 0xea));
     int[] numArray20 = new int[4];
     numArray20[0] = 0x989680;
     this.nudHotWaterBasementValvesNumber.set_Maximum(new decimal(numArray20));
     this.nudHotWaterBasementValvesNumber.set_Name("nudHotWaterBasementValvesNumber");
     this.nudHotWaterBasementValvesNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudHotWaterBasementValvesNumber.set_TabIndex(0x52);
     this.label65.set_AutoSize(true);
     this.label65.set_Location(new System.Drawing.Point(3, 0xda));
     this.label65.set_Name("label65");
     this.label65.set_Size(new System.Drawing.Size(0x5e, 13));
     this.label65.set_TabIndex(0x54);
     this.label65.set_Text("Кол-во задвижек");
     this.nudHotWaterDynamicValvesNumber.set_Location(new System.Drawing.Point(0xe7, 0xd3));
     int[] numArray21 = new int[4];
     numArray21[0] = 0x989680;
     this.nudHotWaterDynamicValvesNumber.set_Maximum(new decimal(numArray21));
     this.nudHotWaterDynamicValvesNumber.set_Name("nudHotWaterDynamicValvesNumber");
     this.nudHotWaterDynamicValvesNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudHotWaterDynamicValvesNumber.set_TabIndex(0x51);
     this.label56.set_AutoSize(true);
     this.label56.set_Location(new System.Drawing.Point(1, 0xc2));
     this.label56.set_Name("label56");
     this.label56.set_Size(new System.Drawing.Size(0x9b, 13));
     this.label56.set_TabIndex(0x52);
     this.label56.set_Text("Длина разводки в квартирах");
     this.tbHotWaterArrangementApartment.set_Location(new System.Drawing.Point(0xe7, 0xbb));
     this.tbHotWaterArrangementApartment.set_Name("tbHotWaterArrangementApartment");
     this.tbHotWaterArrangementApartment.set_Size(new System.Drawing.Size(0x79, 20));
     this.tbHotWaterArrangementApartment.set_TabIndex(80);
     this.label57.set_AutoSize(true);
     this.label57.set_Location(new System.Drawing.Point(1, 170));
     this.label57.set_Name("label57");
     this.label57.set_Size(new System.Drawing.Size(0x94, 13));
     this.label57.set_TabIndex(80);
     this.label57.set_Text("Длина стояков в квартирах");
     this.tbHotWaterRisesLengthApartment.set_Location(new System.Drawing.Point(0xe7, 0xa3));
     this.tbHotWaterRisesLengthApartment.set_Name("tbHotWaterRisesLengthApartment");
     this.tbHotWaterRisesLengthApartment.set_Size(new System.Drawing.Size(120, 20));
     this.tbHotWaterRisesLengthApartment.set_TabIndex(0x4f);
     this.label58.set_AutoSize(true);
     this.label58.set_Location(new System.Drawing.Point(2, 0x93));
     this.label58.set_Name("label58");
     this.label58.set_Size(new System.Drawing.Size(0x8f, 13));
     this.label58.set_TabIndex(0x4e);
     this.label58.set_Text("Длина стояков в подвалах");
     this.tbHotWaterRisesLengthBasement.set_Location(new System.Drawing.Point(0xe7, 140));
     this.tbHotWaterRisesLengthBasement.set_Name("tbHotWaterRisesLengthBasement");
     this.tbHotWaterRisesLengthBasement.set_Size(new System.Drawing.Size(120, 20));
     this.tbHotWaterRisesLengthBasement.set_TabIndex(0x4e);
     this.label59.set_AutoSize(true);
     this.label59.set_Location(new System.Drawing.Point(1, 0x7c));
     this.label59.set_Name("label59");
     this.label59.set_Size(new System.Drawing.Size(0x77, 13));
     this.label59.set_TabIndex(0x4c);
     this.label59.set_Text("Длина трубопроводов");
     this.tbHotWaterPipelineLength.set_Location(new System.Drawing.Point(0xe7, 0x75));
     this.tbHotWaterPipelineLength.set_Name("tbHotWaterPipelineLength");
     this.tbHotWaterPipelineLength.set_Size(new System.Drawing.Size(120, 20));
     this.tbHotWaterPipelineLength.set_TabIndex(0x4d);
     this.label60.set_AutoSize(true);
     this.label60.set_Location(new System.Drawing.Point(2, 100));
     this.label60.set_Name("label60");
     this.label60.set_Size(new System.Drawing.Size(0x55, 13));
     this.label60.set_TabIndex(0x4a);
     this.label60.set_Text("Кол-во стояков");
     this.nudHotWaterRisesNumber.set_Location(new System.Drawing.Point(0xe7, 0x5d));
     int[] numArray22 = new int[4];
     numArray22[0] = 0x989680;
     this.nudHotWaterRisesNumber.set_Maximum(new decimal(numArray22));
     this.nudHotWaterRisesNumber.set_Name("nudHotWaterRisesNumber");
     this.nudHotWaterRisesNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudHotWaterRisesNumber.set_TabIndex(0x4c);
     this.label61.set_AutoSize(true);
     this.label61.set_Location(new System.Drawing.Point(3, 0x4f));
     this.label61.set_Name("label61");
     this.label61.set_Size(new System.Drawing.Size(0x55, 13));
     this.label61.set_TabIndex(0x48);
     this.label61.set_Text("Длина разлива");
     this.label62.set_AutoSize(true);
     this.label62.set_Location(new System.Drawing.Point(2, 0x38));
     this.label62.set_Name("label62");
     this.label62.set_Size(new System.Drawing.Size(0x87, 13));
     this.label62.set_TabIndex(70);
     this.label62.set_Text("Кол-во узлов управления");
     this.nudHotWaterControlAssemblyNumber.set_Location(new System.Drawing.Point(0xe7, 0x31));
     int[] numArray23 = new int[4];
     numArray23[0] = 0x989680;
     this.nudHotWaterControlAssemblyNumber.set_Maximum(new decimal(numArray23));
     this.nudHotWaterControlAssemblyNumber.set_Name("nudHotWaterControlAssemblyNumber");
     this.nudHotWaterControlAssemblyNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudHotWaterControlAssemblyNumber.set_TabIndex(0x4a);
     this.label63.set_AutoSize(true);
     this.label63.set_Location(new System.Drawing.Point(3, 0x22));
     this.label63.set_Name("label63");
     this.label63.set_Size(new System.Drawing.Size(0x68, 13));
     this.label63.set_TabIndex(0x44);
     this.label63.set_Text("Кол-во точек входа");
     this.nudHotWaterEntryPointNumber.set_Location(new System.Drawing.Point(0xe7, 0x1b));
     int[] numArray24 = new int[4];
     numArray24[0] = 0xf4240;
     this.nudHotWaterEntryPointNumber.set_Maximum(new decimal(numArray24));
     this.nudHotWaterEntryPointNumber.set_Name("nudHotWaterEntryPointNumber");
     this.nudHotWaterEntryPointNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudHotWaterEntryPointNumber.set_TabIndex(0x49);
     this.cbHotWaterHasMeter.set_AutoSize(true);
     this.cbHotWaterHasMeter.set_Location(new System.Drawing.Point(1, 0x11f));
     this.cbHotWaterHasMeter.set_Name("cbHotWaterHasMeter");
     this.cbHotWaterHasMeter.set_RightToLeft(System.Windows.Forms.RightToLeft.Yes);
     this.cbHotWaterHasMeter.set_Size(new System.Drawing.Size(150, 0x11));
     this.cbHotWaterHasMeter.set_TabIndex(0x54);
     this.cbHotWaterHasMeter.set_Text("Наличие приборов учета");
     this.cbHotWaterHasMeter.set_UseVisualStyleBackColor(true);
     this.label55.set_AutoSize(true);
     this.label55.set_Location(new System.Drawing.Point(3, 11));
     this.label55.set_Name("label55");
     this.label55.set_Size(new System.Drawing.Size(0x1a, 13));
     this.label55.set_TabIndex(0x33);
     this.label55.set_Text("Тип");
     this.sfdHotWaterType.set_FormattingEnabled(true);
     this.sfdHotWaterType.set_Location(new System.Drawing.Point(0xe7, 3));
     this.sfdHotWaterType.set_Name("sfdHotWaterType");
     this.sfdHotWaterType.set_Size(new System.Drawing.Size(0x79, 0x15));
     this.sfdHotWaterType.set_Sorted(true);
     this.sfdHotWaterType.set_TabIndex(0x48);
     this.tabPage8.Controls.Add(this.panel6);
     this.tabPage8.set_Location(new System.Drawing.Point(4, 0x16));
     this.tabPage8.set_Name("tabPage8");
     this.tabPage8.set_Size(new System.Drawing.Size(0x277, 0x228));
     this.tabPage8.set_TabIndex(2);
     this.tabPage8.set_Text("Водоотведение");
     this.tabPage8.set_UseVisualStyleBackColor(true);
     this.panel6.set_AutoScroll(true);
     this.panel6.Controls.Add(this.btnSaveSewage);
     this.panel6.Controls.Add(this.label72);
     this.panel6.Controls.Add(this.nudSewageAuditCoversNumber);
     this.panel6.Controls.Add(this.label73);
     this.panel6.Controls.Add(this.tbSewageRisesLength);
     this.panel6.Controls.Add(this.label70);
     this.panel6.Controls.Add(this.nudSewageRisesNumber);
     this.panel6.Controls.Add(this.label71);
     this.panel6.Controls.Add(this.tbSewageBasementRisesLength);
     this.panel6.Controls.Add(this.label68);
     this.panel6.Controls.Add(this.tbSewagePipelineLength);
     this.panel6.Controls.Add(this.label69);
     this.panel6.Controls.Add(this.tbSewageBasementTubeLength);
     this.panel6.Controls.Add(this.label67);
     this.panel6.Controls.Add(this.sfdSewageType);
     this.panel6.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.panel6.set_Location(new System.Drawing.Point(0, 0));
     this.panel6.set_Name("panel6");
     this.panel6.set_Size(new System.Drawing.Size(0x277, 0x228));
     this.panel6.set_TabIndex(0);
     this.btnSaveSewage.set_Location(new System.Drawing.Point(0x120, 0xae));
     this.btnSaveSewage.set_Name("btnSaveSewage");
     this.btnSaveSewage.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnSaveSewage.set_TabIndex(0x5d);
     this.btnSaveSewage.set_Text("Сохранить");
     this.btnSaveSewage.set_UseVisualStyleBackColor(true);
     this.btnSaveSewage.add_Click(new System.EventHandler(this.btnSaveSewage_Click));
     this.label72.set_AutoSize(true);
     this.label72.set_Location(new System.Drawing.Point(2, 0x9b));
     this.label72.set_Name("label72");
     this.label72.set_Size(new System.Drawing.Size(0x9a, 13));
     this.label72.set_TabIndex(90);
     this.label72.set_Text("Количество крышек ревизий");
     this.nudSewageAuditCoversNumber.set_Location(new System.Drawing.Point(0xf2, 0x94));
     int[] numArray25 = new int[4];
     numArray25[0] = 0x5f5e100;
     this.nudSewageAuditCoversNumber.set_Maximum(new decimal(numArray25));
     this.nudSewageAuditCoversNumber.set_Name("nudSewageAuditCoversNumber");
     this.nudSewageAuditCoversNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudSewageAuditCoversNumber.set_TabIndex(0x5c);
     this.label73.set_AutoSize(true);
     this.label73.set_Location(new System.Drawing.Point(3, 0x85));
     this.label73.set_Name("label73");
     this.label73.set_Size(new System.Drawing.Size(0x54, 13));
     this.label73.set_TabIndex(0x58);
     this.label73.set_Text("Длина стояков");
     this.tbSewageRisesLength.set_Location(new System.Drawing.Point(0xf2, 0x7d));
     this.tbSewageRisesLength.set_Name("tbSewageRisesLength");
     this.tbSewageRisesLength.set_Size(new System.Drawing.Size(120, 20));
     this.tbSewageRisesLength.set_TabIndex(0x5b);
     this.label70.set_AutoSize(true);
     this.label70.set_Location(new System.Drawing.Point(2, 0x6d));
     this.label70.set_Name("label70");
     this.label70.set_Size(new System.Drawing.Size(0x55, 13));
     this.label70.set_TabIndex(0x56);
     this.label70.set_Text("Кол-во стояков");
     this.nudSewageRisesNumber.set_Location(new System.Drawing.Point(0xf2, 0x66));
     int[] numArray26 = new int[4];
     numArray26[0] = 0x989680;
     this.nudSewageRisesNumber.set_Maximum(new decimal(numArray26));
     this.nudSewageRisesNumber.set_Name("nudSewageRisesNumber");
     this.nudSewageRisesNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudSewageRisesNumber.set_TabIndex(90);
     this.label71.set_AutoSize(true);
     this.label71.set_Location(new System.Drawing.Point(3, 0x57));
     this.label71.set_Name("label71");
     this.label71.set_Size(new System.Drawing.Size(0xed, 13));
     this.label71.set_TabIndex(0x54);
     this.label71.set_Text("Длина канализационных стояков в подвалах");
     this.tbSewageBasementRisesLength.set_Location(new System.Drawing.Point(0xf2, 0x4f));
     this.tbSewageBasementRisesLength.set_Name("tbSewageBasementRisesLength");
     this.tbSewageBasementRisesLength.set_Size(new System.Drawing.Size(120, 20));
     this.tbSewageBasementRisesLength.set_TabIndex(0x59);
     this.label68.set_AutoSize(true);
     this.label68.set_Location(new System.Drawing.Point(2, 0x3d));
     this.label68.set_Name("label68");
     this.label68.set_Size(new System.Drawing.Size(0x77, 13));
     this.label68.set_TabIndex(0x52);
     this.label68.set_Text("Длина трубопроводов");
     this.tbSewagePipelineLength.set_Location(new System.Drawing.Point(0xf2, 0x37));
     this.tbSewagePipelineLength.set_Name("tbSewagePipelineLength");
     this.tbSewagePipelineLength.set_Size(new System.Drawing.Size(120, 20));
     this.tbSewagePipelineLength.set_TabIndex(0x58);
     this.label69.set_AutoSize(true);
     this.label69.set_Location(new System.Drawing.Point(1, 0x27));
     this.label69.set_Name("label69");
     this.label69.set_Size(new System.Drawing.Size(0xda, 13));
     this.label69.set_TabIndex(80);
     this.label69.set_Text("Длина канализационных труб в подвалах");
     this.tbSewageBasementTubeLength.set_Location(new System.Drawing.Point(0xf2, 0x20));
     this.tbSewageBasementTubeLength.set_Name("tbSewageBasementTubeLength");
     this.tbSewageBasementTubeLength.set_Size(new System.Drawing.Size(120, 20));
     this.tbSewageBasementTubeLength.set_TabIndex(0x57);
     this.label67.set_AutoSize(true);
     this.label67.set_Location(new System.Drawing.Point(3, 15));
     this.label67.set_Name("label67");
     this.label67.set_Size(new System.Drawing.Size(0x1a, 13));
     this.label67.set_TabIndex(0x35);
     this.label67.set_Text("Тип");
     this.sfdSewageType.set_FormattingEnabled(true);
     this.sfdSewageType.set_Location(new System.Drawing.Point(0xf2, 7));
     this.sfdSewageType.set_Name("sfdSewageType");
     this.sfdSewageType.set_Size(new System.Drawing.Size(0x79, 0x15));
     this.sfdSewageType.set_Sorted(true);
     this.sfdSewageType.set_TabIndex(0x56);
     this.tabPage9.Controls.Add(this.panel7);
     this.tabPage9.set_Location(new System.Drawing.Point(4, 0x16));
     this.tabPage9.set_Name("tabPage9");
     this.tabPage9.set_Size(new System.Drawing.Size(0x277, 0x228));
     this.tabPage9.set_TabIndex(3);
     this.tabPage9.set_Text("ХВС");
     this.tabPage9.set_UseVisualStyleBackColor(true);
     this.panel7.set_AutoScroll(true);
     this.panel7.Controls.Add(this.btnColdWaterSave);
     this.panel7.Controls.Add(this.label84);
     this.panel7.Controls.Add(this.nudColdWaterBrassValvesNumber);
     this.panel7.Controls.Add(this.label82);
     this.panel7.Controls.Add(this.nudColdWaterBasementValvesNumber);
     this.panel7.Controls.Add(this.label83);
     this.panel7.Controls.Add(this.nudColdWaterGaugingSitesNumber);
     this.panel7.Controls.Add(this.cbColdWaterHasMeter);
     this.panel7.Controls.Add(this.label81);
     this.panel7.Controls.Add(this.numericUpDown24);
     this.panel7.Controls.Add(this.label74);
     this.panel7.Controls.Add(this.tbColdWaterArrangementApartment);
     this.panel7.Controls.Add(this.label75);
     this.panel7.Controls.Add(this.tbColdWaterRisesLengthApartment);
     this.panel7.Controls.Add(this.label76);
     this.panel7.Controls.Add(this.tbColdWaterRisesLengthBasement);
     this.panel7.Controls.Add(this.label77);
     this.panel7.Controls.Add(this.tbColdWaterPipelineLength);
     this.panel7.Controls.Add(this.label78);
     this.panel7.Controls.Add(this.nudColdWaterRisesNumber);
     this.panel7.Controls.Add(this.label79);
     this.panel7.Controls.Add(this.tbColdWaterFillingLength);
     this.panel7.Controls.Add(this.label80);
     this.panel7.Controls.Add(this.sfdColdWaterType);
     this.panel7.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.panel7.set_Location(new System.Drawing.Point(0, 0));
     this.panel7.set_Name("panel7");
     this.panel7.set_Size(new System.Drawing.Size(0x277, 0x228));
     this.panel7.set_TabIndex(1);
     this.btnColdWaterSave.set_Location(new System.Drawing.Point(0xe4, 0x101));
     this.btnColdWaterSave.set_Name("btnColdWaterSave");
     this.btnColdWaterSave.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnColdWaterSave.set_TabIndex(0x6a);
     this.btnColdWaterSave.set_Text("Сохранить");
     this.btnColdWaterSave.set_UseVisualStyleBackColor(true);
     this.btnColdWaterSave.add_Click(new System.EventHandler(this.btnColdWaterSave_Click));
     this.label84.set_AutoSize(true);
     this.label84.set_Location(new System.Drawing.Point(4, 0xbf));
     this.label84.set_Name("label84");
     this.label84.set_Size(new System.Drawing.Size(100, 13));
     this.label84.set_TabIndex(0x71);
     this.label84.set_Text("Вентили латунные");
     this.nudColdWaterBrassValvesNumber.set_Location(new System.Drawing.Point(0xb6, 0xba));
     int[] numArray27 = new int[4];
     numArray27[0] = 0x989680;
     this.nudColdWaterBrassValvesNumber.set_Maximum(new decimal(numArray27));
     this.nudColdWaterBrassValvesNumber.set_Name("nudColdWaterBrassValvesNumber");
     this.nudColdWaterBrassValvesNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudColdWaterBrassValvesNumber.set_TabIndex(0x66);
     this.label82.set_AutoSize(true);
     this.label82.set_Location(new System.Drawing.Point(4, 0xef));
     this.label82.set_Name("label82");
     this.label82.set_Size(new System.Drawing.Size(0xaf, 13));
     this.label82.set_TabIndex(0x6f);
     this.label82.set_Text("Количество вентилей в подвалах");
     this.nudColdWaterBasementValvesNumber.set_Location(new System.Drawing.Point(0xb6, 0xea));
     int[] numArray28 = new int[4];
     numArray28[0] = 0x989680;
     this.nudColdWaterBasementValvesNumber.set_Maximum(new decimal(numArray28));
     this.nudColdWaterBasementValvesNumber.set_Name("nudColdWaterBasementValvesNumber");
     this.nudColdWaterBasementValvesNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudColdWaterBasementValvesNumber.set_TabIndex(0x68);
     this.label83.set_AutoSize(true);
     this.label83.set_Location(new System.Drawing.Point(4, 0xd7));
     this.label83.set_Name("label83");
     this.label83.set_Size(new System.Drawing.Size(0xa4, 13));
     this.label83.set_TabIndex(0x6d);
     this.label83.set_Text("Количество водомерных узлов");
     this.nudColdWaterGaugingSitesNumber.set_Location(new System.Drawing.Point(0xb6, 210));
     int[] numArray29 = new int[4];
     numArray29[0] = 0x989680;
     this.nudColdWaterGaugingSitesNumber.set_Maximum(new decimal(numArray29));
     this.nudColdWaterGaugingSitesNumber.set_Name("nudColdWaterGaugingSitesNumber");
     this.nudColdWaterGaugingSitesNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudColdWaterGaugingSitesNumber.set_TabIndex(0x67);
     this.cbColdWaterHasMeter.set_AutoSize(true);
     this.cbColdWaterHasMeter.set_Location(new System.Drawing.Point(3, 0x107));
     this.cbColdWaterHasMeter.set_Name("cbColdWaterHasMeter");
     this.cbColdWaterHasMeter.set_RightToLeft(System.Windows.Forms.RightToLeft.Yes);
     this.cbColdWaterHasMeter.set_Size(new System.Drawing.Size(150, 0x11));
     this.cbColdWaterHasMeter.set_TabIndex(0x69);
     this.cbColdWaterHasMeter.set_Text("Наличие приборов учета");
     this.cbColdWaterHasMeter.set_UseVisualStyleBackColor(true);
     this.label81.set_AutoSize(true);
     this.label81.set_Location(new System.Drawing.Point(5, 0x22));
     this.label81.set_Name("label81");
     this.label81.set_Size(new System.Drawing.Size(0x68, 13));
     this.label81.set_TabIndex(0x6a);
     this.label81.set_Text("Кол-во точек входа");
     this.numericUpDown24.set_Location(new System.Drawing.Point(0xb6, 0x1b));
     int[] numArray30 = new int[4];
     numArray30[0] = 0x989680;
     this.numericUpDown24.set_Maximum(new decimal(numArray30));
     this.numericUpDown24.set_Name("numericUpDown24");
     this.numericUpDown24.set_Size(new System.Drawing.Size(120, 20));
     this.numericUpDown24.set_TabIndex(0x5f);
     this.label74.set_AutoSize(true);
     this.label74.set_Location(new System.Drawing.Point(3, 170));
     this.label74.set_Name("label74");
     this.label74.set_Size(new System.Drawing.Size(0x9b, 13));
     this.label74.set_TabIndex(0x68);
     this.label74.set_Text("Длина разводки в квартирах");
     this.tbColdWaterArrangementApartment.set_Location(new System.Drawing.Point(0xb6, 0xa3));
     this.tbColdWaterArrangementApartment.set_Name("tbColdWaterArrangementApartment");
     this.tbColdWaterArrangementApartment.set_Size(new System.Drawing.Size(0x79, 20));
     this.tbColdWaterArrangementApartment.set_TabIndex(0x65);
     this.label75.set_AutoSize(true);
     this.label75.set_Location(new System.Drawing.Point(3, 0x93));
     this.label75.set_Name("label75");
     this.label75.set_Size(new System.Drawing.Size(0x94, 13));
     this.label75.set_TabIndex(0x66);
     this.label75.set_Text("Длина стояков в квартирах");
     this.tbColdWaterRisesLengthApartment.set_Location(new System.Drawing.Point(0xb6, 140));
     this.tbColdWaterRisesLengthApartment.set_Name("tbColdWaterRisesLengthApartment");
     this.tbColdWaterRisesLengthApartment.set_Size(new System.Drawing.Size(120, 20));
     this.tbColdWaterRisesLengthApartment.set_TabIndex(100);
     this.label76.set_AutoSize(true);
     this.label76.set_Location(new System.Drawing.Point(4, 0x7c));
     this.label76.set_Name("label76");
     this.label76.set_Size(new System.Drawing.Size(0x8f, 13));
     this.label76.set_TabIndex(100);
     this.label76.set_Text("Длина стояков в подвалах");
     this.tbColdWaterRisesLengthBasement.set_Location(new System.Drawing.Point(0xb6, 0x75));
     this.tbColdWaterRisesLengthBasement.set_Name("tbColdWaterRisesLengthBasement");
     this.tbColdWaterRisesLengthBasement.set_Size(new System.Drawing.Size(120, 20));
     this.tbColdWaterRisesLengthBasement.set_TabIndex(0x63);
     this.label77.set_AutoSize(true);
     this.label77.set_Location(new System.Drawing.Point(3, 0x4e));
     this.label77.set_Name("label77");
     this.label77.set_Size(new System.Drawing.Size(0x77, 13));
     this.label77.set_TabIndex(0x62);
     this.label77.set_Text("Длина трубопроводов");
     this.tbColdWaterPipelineLength.set_Location(new System.Drawing.Point(0xb6, 0x47));
     this.tbColdWaterPipelineLength.set_Name("tbColdWaterPipelineLength");
     this.tbColdWaterPipelineLength.set_Size(new System.Drawing.Size(120, 20));
     this.tbColdWaterPipelineLength.set_TabIndex(0x61);
     this.label78.set_AutoSize(true);
     this.label78.set_Location(new System.Drawing.Point(5, 0x65));
     this.label78.set_Name("label78");
     this.label78.set_Size(new System.Drawing.Size(0x55, 13));
     this.label78.set_TabIndex(0x60);
     this.label78.set_Text("Кол-во стояков");
     this.nudColdWaterRisesNumber.set_Location(new System.Drawing.Point(0xb6, 0x5e));
     int[] numArray31 = new int[4];
     numArray31[0] = 0x989680;
     this.nudColdWaterRisesNumber.set_Maximum(new decimal(numArray31));
     this.nudColdWaterRisesNumber.set_Name("nudColdWaterRisesNumber");
     this.nudColdWaterRisesNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudColdWaterRisesNumber.set_TabIndex(0x62);
     this.label79.set_AutoSize(true);
     this.label79.set_Location(new System.Drawing.Point(5, 0x39));
     this.label79.set_Name("label79");
     this.label79.set_Size(new System.Drawing.Size(0x55, 13));
     this.label79.set_TabIndex(0x5e);
     this.label79.set_Text("Длина разлива");
     this.tbColdWaterFillingLength.set_Location(new System.Drawing.Point(0xb6, 0x31));
     this.tbColdWaterFillingLength.set_Name("tbColdWaterFillingLength");
     this.tbColdWaterFillingLength.set_Size(new System.Drawing.Size(120, 20));
     this.tbColdWaterFillingLength.set_TabIndex(0x60);
     this.label80.set_AutoSize(true);
     this.label80.set_Location(new System.Drawing.Point(5, 12));
     this.label80.set_Name("label80");
     this.label80.set_Size(new System.Drawing.Size(0x1a, 13));
     this.label80.set_TabIndex(0x5c);
     this.label80.set_Text("Тип");
     this.sfdColdWaterType.set_FormattingEnabled(true);
     this.sfdColdWaterType.set_Location(new System.Drawing.Point(0xb6, 4));
     this.sfdColdWaterType.set_Name("sfdColdWaterType");
     this.sfdColdWaterType.set_Size(new System.Drawing.Size(0x79, 0x15));
     this.sfdColdWaterType.set_Sorted(true);
     this.sfdColdWaterType.set_TabIndex(0x5e);
     this.tabPage10.Controls.Add(this.panel8);
     this.tabPage10.set_Location(new System.Drawing.Point(4, 0x16));
     this.tabPage10.set_Name("tabPage10");
     this.tabPage10.set_Size(new System.Drawing.Size(0x277, 0x228));
     this.tabPage10.set_TabIndex(4);
     this.tabPage10.set_Text("Электроснабжение");
     this.tabPage10.set_UseVisualStyleBackColor(true);
     this.panel8.set_AutoScroll(true);
     this.panel8.Controls.Add(this.btnPowerSupplySave);
     this.panel8.Controls.Add(this.label99);
     this.panel8.Controls.Add(this.nudPowerSupplyElectroStoveNumber);
     this.panel8.Controls.Add(this.label100);
     this.panel8.Controls.Add(this.nudPowerSupplyStreetLightNumber);
     this.panel8.Controls.Add(this.label101);
     this.panel8.Controls.Add(this.nudPowerSupplySwitchesNumber);
     this.panel8.Controls.Add(this.label85);
     this.panel8.Controls.Add(this.nudPowerSupplyLumpsNumberHID);
     this.panel8.Controls.Add(this.label91);
     this.panel8.Controls.Add(this.nudPowerSupplyLumpsNumberIncadescent);
     this.panel8.Controls.Add(this.label92);
     this.panel8.Controls.Add(this.nudPowerSupplyLumpsNumberDaylight);
     this.panel8.Controls.Add(this.label98);
     this.panel8.Controls.Add(this.nudPowerSupplyNumberPlateNumber);
     this.panel8.Controls.Add(this.label);
     this.panel8.Controls.Add(this.nudPowerSupplyCountersNumberTwoRates);
     this.panel8.Controls.Add(this.label96);
     this.panel8.Controls.Add(this.nudPowerSupplyGroupPanelNumber);
     this.panel8.Controls.Add(this.label86);
     this.panel8.Controls.Add(this.nudPowerSupplyEntryPointNumber);
     this.panel8.Controls.Add(this.label87);
     this.panel8.Controls.Add(this.nudPowerSupplyPowerPanelNumber);
     this.panel8.Controls.Add(this.cbPowerSupplyHasMeter);
     this.panel8.Controls.Add(this.label88);
     this.panel8.Controls.Add(this.nudPowerSupplyDistributionSystemNumber);
     this.panel8.Controls.Add(this.label89);
     this.panel8.Controls.Add(this.tbPowerSupplySupplyNetworkLength);
     this.panel8.Controls.Add(this.label90);
     this.panel8.Controls.Add(this.tbPowerSupplyCoverageNetworkLength);
     this.panel8.Controls.Add(this.label93);
     this.panel8.Controls.Add(this.nudPowerSupplyCountersNumberTotal);
     this.panel8.Controls.Add(this.label94);
     this.panel8.Controls.Add(this.tbPowerSupplyTotalEquityAssetLenght);
     this.panel8.Controls.Add(this.label95);
     this.panel8.Controls.Add(this.sfdPowerSupplyType);
     this.panel8.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.panel8.set_Location(new System.Drawing.Point(0, 0));
     this.panel8.set_Name("panel8");
     this.panel8.set_Size(new System.Drawing.Size(0x277, 0x228));
     this.panel8.set_TabIndex(1);
     this.btnPowerSupplySave.set_Location(new System.Drawing.Point(0x158, 0x18c));
     this.btnPowerSupplySave.set_Name("btnPowerSupplySave");
     this.btnPowerSupplySave.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnPowerSupplySave.set_TabIndex(0x7d);
     this.btnPowerSupplySave.set_Text("Сохранить");
     this.btnPowerSupplySave.set_UseVisualStyleBackColor(true);
     this.btnPowerSupplySave.add_Click(new System.EventHandler(this.btnPowerSupplySave_Click));
     this.label99.set_AutoSize(true);
     this.label99.set_Location(new System.Drawing.Point(2, 380));
     this.label99.set_Name("label99");
     this.label99.set_Size(new System.Drawing.Size(170, 13));
     this.label99.set_TabIndex(0x9a);
     this.label99.set_Text("Количество электрических плит");
     this.nudPowerSupplyElectroStoveNumber.set_Location(new System.Drawing.Point(0x12a, 0x175));
     int[] numArray32 = new int[4];
     numArray32[0] = 0x989680;
     this.nudPowerSupplyElectroStoveNumber.set_Maximum(new decimal(numArray32));
     this.nudPowerSupplyElectroStoveNumber.set_Name("nudPowerSupplyElectroStoveNumber");
     this.nudPowerSupplyElectroStoveNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudPowerSupplyElectroStoveNumber.set_TabIndex(0x7b);
     this.label100.set_AutoSize(true);
     this.label100.set_Location(new System.Drawing.Point(2, 0x165));
     this.label100.set_Name("label100");
     this.label100.set_Size(new System.Drawing.Size(0xf1, 13));
     this.label100.set_TabIndex(0x98);
     this.label100.set_Text("Количество уличных осветительных приборов");
     this.nudPowerSupplyStreetLightNumber.set_Location(new System.Drawing.Point(0x12a, 350));
     int[] numArray33 = new int[4];
     numArray33[0] = 0x989680;
     this.nudPowerSupplyStreetLightNumber.set_Maximum(new decimal(numArray33));
     this.nudPowerSupplyStreetLightNumber.set_Name("nudPowerSupplyStreetLightNumber");
     this.nudPowerSupplyStreetLightNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudPowerSupplyStreetLightNumber.set_TabIndex(0x7a);
     this.label101.set_AutoSize(true);
     this.label101.set_Location(new System.Drawing.Point(3, 0x14e));
     this.label101.set_Name("label101");
     this.label101.set_Size(new System.Drawing.Size(0x8f, 13));
     this.label101.set_TabIndex(150);
     this.label101.set_Text("Количество выключаталей");
     this.nudPowerSupplySwitchesNumber.set_Location(new System.Drawing.Point(0x12a, 0x147));
     int[] numArray34 = new int[4];
     numArray34[0] = 0x989680;
     this.nudPowerSupplySwitchesNumber.set_Maximum(new decimal(numArray34));
     this.nudPowerSupplySwitchesNumber.set_Name("nudPowerSupplySwitchesNumber");
     this.nudPowerSupplySwitchesNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudPowerSupplySwitchesNumber.set_TabIndex(0x79);
     this.label85.set_AutoSize(true);
     this.label85.set_Location(new System.Drawing.Point(2, 310));
     this.label85.set_Name("label85");
     this.label85.set_Size(new System.Drawing.Size(0xe1, 13));
     this.label85.set_TabIndex(0x94);
     this.label85.set_Text("Количество светильников с лампами ДРЛ");
     this.nudPowerSupplyLumpsNumberHID.set_Location(new System.Drawing.Point(0x12a, 0x12f));
     int[] numArray35 = new int[4];
     numArray35[0] = 0x989680;
     this.nudPowerSupplyLumpsNumberHID.set_Maximum(new decimal(numArray35));
     this.nudPowerSupplyLumpsNumberHID.set_Name("nudPowerSupplyLumpsNumberHID");
     this.nudPowerSupplyLumpsNumberHID.set_Size(new System.Drawing.Size(120, 20));
     this.nudPowerSupplyLumpsNumberHID.set_TabIndex(120);
     this.label91.set_AutoSize(true);
     this.label91.set_Location(new System.Drawing.Point(2, 0x11f));
     this.label91.set_Name("label91");
     this.label91.set_Size(new System.Drawing.Size(0x10b, 13));
     this.label91.set_TabIndex(0x92);
     this.label91.set_Text("Количество светильников с лампами накаливания");
     this.nudPowerSupplyLumpsNumberIncadescent.set_Location(new System.Drawing.Point(0x12a, 280));
     int[] numArray36 = new int[4];
     numArray36[0] = 0x989680;
     this.nudPowerSupplyLumpsNumberIncadescent.set_Maximum(new decimal(numArray36));
     this.nudPowerSupplyLumpsNumberIncadescent.set_Name("nudPowerSupplyLumpsNumberIncadescent");
     this.nudPowerSupplyLumpsNumberIncadescent.set_Size(new System.Drawing.Size(120, 20));
     this.nudPowerSupplyLumpsNumberIncadescent.set_TabIndex(0x77);
     this.label92.set_AutoSize(true);
     this.label92.set_Location(new System.Drawing.Point(3, 0x108));
     this.label92.set_Name("label92");
     this.label92.set_Size(new System.Drawing.Size(0xde, 13));
     this.label92.set_TabIndex(0x90);
     this.label92.set_Text("Количество светильников дневного света");
     this.nudPowerSupplyLumpsNumberDaylight.set_Location(new System.Drawing.Point(0x12a, 0x101));
     int[] numArray37 = new int[4];
     numArray37[0] = 0x989680;
     this.nudPowerSupplyLumpsNumberDaylight.set_Maximum(new decimal(numArray37));
     this.nudPowerSupplyLumpsNumberDaylight.set_Name("nudPowerSupplyLumpsNumberDaylight");
     this.nudPowerSupplyLumpsNumberDaylight.set_Size(new System.Drawing.Size(120, 20));
     this.nudPowerSupplyLumpsNumberDaylight.set_TabIndex(0x76);
     this.label98.set_AutoSize(true);
     this.label98.set_Location(new System.Drawing.Point(2, 0xf2));
     this.label98.set_Name("label98");
     this.label98.set_Size(new System.Drawing.Size(0x9f, 13));
     this.label98.set_TabIndex(0x8e);
     this.label98.set_Text("Количество номерных знаков");
     this.nudPowerSupplyNumberPlateNumber.set_Location(new System.Drawing.Point(0x12a, 0xeb));
     int[] numArray38 = new int[4];
     numArray38[0] = 0x989680;
     this.nudPowerSupplyNumberPlateNumber.set_Maximum(new decimal(numArray38));
     this.nudPowerSupplyNumberPlateNumber.set_Name("nudPowerSupplyNumberPlateNumber");
     this.nudPowerSupplyNumberPlateNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudPowerSupplyNumberPlateNumber.set_TabIndex(0x75);
     this.label.set_AutoSize(true);
     this.label.set_Location(new System.Drawing.Point(3, 0xdb));
     this.label.set_Name("label");
     this.label.set_Size(new System.Drawing.Size(110, 13));
     this.label.set_TabIndex(140);
     this.label.set_Text("в т.ч. двухставочных");
     this.nudPowerSupplyCountersNumberTwoRates.set_Location(new System.Drawing.Point(0x12a, 0xd4));
     int[] numArray39 = new int[4];
     numArray39[0] = 0xf4240;
     this.nudPowerSupplyCountersNumberTwoRates.set_Maximum(new decimal(numArray39));
     this.nudPowerSupplyCountersNumberTwoRates.set_Name("nudPowerSupplyCountersNumberTwoRates");
     this.nudPowerSupplyCountersNumberTwoRates.set_Size(new System.Drawing.Size(120, 20));
     this.nudPowerSupplyCountersNumberTwoRates.set_TabIndex(0x74);
     this.label96.set_AutoSize(true);
     this.label96.set_Location(new System.Drawing.Point(2, 0x39));
     this.label96.set_Name("label96");
     this.label96.set_Size(new System.Drawing.Size(0xec, 13));
     this.label96.set_TabIndex(0x8a);
     this.label96.set_Text("Кол-во групповых щитков в подвале и на л/к");
     this.nudPowerSupplyGroupPanelNumber.set_Location(new System.Drawing.Point(0x12a, 50));
     int[] numArray40 = new int[4];
     numArray40[0] = 0x989680;
     this.nudPowerSupplyGroupPanelNumber.set_Maximum(new decimal(numArray40));
     this.nudPowerSupplyGroupPanelNumber.set_Name("nudPowerSupplyGroupPanelNumber");
     this.nudPowerSupplyGroupPanelNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudPowerSupplyGroupPanelNumber.set_TabIndex(0x6d);
     this.label86.set_AutoSize(true);
     this.label86.set_Location(new System.Drawing.Point(3, 0x66));
     this.label86.set_Name("label86");
     this.label86.set_Size(new System.Drawing.Size(0x81, 13));
     this.label86.set_TabIndex(0x86);
     this.label86.set_Text("Количество точек входа");
     this.nudPowerSupplyEntryPointNumber.set_Location(new System.Drawing.Point(0x12a, 0x5f));
     int[] numArray41 = new int[4];
     numArray41[0] = 0x989680;
     this.nudPowerSupplyEntryPointNumber.set_Maximum(new decimal(numArray41));
     this.nudPowerSupplyEntryPointNumber.set_Name("nudPowerSupplyEntryPointNumber");
     this.nudPowerSupplyEntryPointNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudPowerSupplyEntryPointNumber.set_TabIndex(0x6f);
     this.label87.set_AutoSize(true);
     this.label87.set_Location(new System.Drawing.Point(3, 0x4e));
     this.label87.set_Name("label87");
     this.label87.set_Size(new System.Drawing.Size(0x93, 13));
     this.label87.set_TabIndex(0x84);
     this.label87.set_Text("Количество силовых щитов");
     this.nudPowerSupplyPowerPanelNumber.set_Location(new System.Drawing.Point(0x12a, 0x47));
     int[] numArray42 = new int[4];
     numArray42[0] = 0x989680;
     this.nudPowerSupplyPowerPanelNumber.set_Maximum(new decimal(numArray42));
     this.nudPowerSupplyPowerPanelNumber.set_Name("nudPowerSupplyPowerPanelNumber");
     this.nudPowerSupplyPowerPanelNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudPowerSupplyPowerPanelNumber.set_TabIndex(110);
     this.cbPowerSupplyHasMeter.set_AutoSize(true);
     this.cbPowerSupplyHasMeter.set_Location(new System.Drawing.Point(1, 0x192));
     this.cbPowerSupplyHasMeter.set_Name("cbPowerSupplyHasMeter");
     this.cbPowerSupplyHasMeter.set_RightToLeft(System.Windows.Forms.RightToLeft.Yes);
     this.cbPowerSupplyHasMeter.set_Size(new System.Drawing.Size(150, 0x11));
     this.cbPowerSupplyHasMeter.set_TabIndex(0x7c);
     this.cbPowerSupplyHasMeter.set_Text("Наличие приборов учета");
     this.cbPowerSupplyHasMeter.set_UseVisualStyleBackColor(true);
     this.label88.set_AutoSize(true);
     this.label88.set_Location(new System.Drawing.Point(3, 0x22));
     this.label88.set_Name("label88");
     this.label88.set_Size(new System.Drawing.Size(210, 13));
     this.label88.set_TabIndex(0x81);
     this.label88.set_Text("Вводно-распределительные устройства");
     this.nudPowerSupplyDistributionSystemNumber.set_Location(new System.Drawing.Point(0x12a, 0x1b));
     int[] numArray43 = new int[4];
     numArray43[0] = 0xf4240;
     this.nudPowerSupplyDistributionSystemNumber.set_Maximum(new decimal(numArray43));
     this.nudPowerSupplyDistributionSystemNumber.set_Name("nudPowerSupplyDistributionSystemNumber");
     this.nudPowerSupplyDistributionSystemNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudPowerSupplyDistributionSystemNumber.set_TabIndex(0x6c);
     this.label89.set_AutoSize(true);
     this.label89.set_Location(new System.Drawing.Point(3, 0xac));
     this.label89.set_Name("label89");
     this.label89.set_Size(new System.Drawing.Size(0x124, 13));
     this.label89.set_TabIndex(0x7f);
     this.label89.set_Text("Протяженность сетей питания лифтов и элетронасосов");
     this.tbPowerSupplySupplyNetworkLength.set_Location(new System.Drawing.Point(0x12a, 0xa5));
     this.tbPowerSupplySupplyNetworkLength.set_Name("tbPowerSupplySupplyNetworkLength");
     this.tbPowerSupplySupplyNetworkLength.set_Size(new System.Drawing.Size(0x79, 20));
     this.tbPowerSupplySupplyNetworkLength.set_TabIndex(0x72);
     this.label90.set_AutoSize(true);
     this.label90.set_Location(new System.Drawing.Point(3, 0x94));
     this.label90.set_Name("label90");
     this.label90.set_Size(new System.Drawing.Size(0x106, 13));
     this.label90.set_TabIndex(0x7d);
     this.label90.set_Text("Протяженность сетей коммунального освещения");
     this.tbPowerSupplyCoverageNetworkLength.set_Location(new System.Drawing.Point(0x12a, 0x8d));
     this.tbPowerSupplyCoverageNetworkLength.set_Name("tbPowerSupplyCoverageNetworkLength");
     this.tbPowerSupplyCoverageNetworkLength.set_Size(new System.Drawing.Size(120, 20));
     this.tbPowerSupplyCoverageNetworkLength.set_TabIndex(0x71);
     this.label93.set_AutoSize(true);
     this.label93.set_Location(new System.Drawing.Point(3, 0xc4));
     this.label93.set_Name("label93");
     this.label93.set_Size(new System.Drawing.Size(0x98, 13));
     this.label93.set_TabIndex(0x77);
     this.label93.set_Text("Количество счетчиков всего");
     this.nudPowerSupplyCountersNumberTotal.set_Location(new System.Drawing.Point(0x12a, 0xbd));
     int[] numArray44 = new int[4];
     numArray44[0] = 0x989680;
     this.nudPowerSupplyCountersNumberTotal.set_Maximum(new decimal(numArray44));
     this.nudPowerSupplyCountersNumberTotal.set_Name("nudPowerSupplyCountersNumberTotal");
     this.nudPowerSupplyCountersNumberTotal.set_Size(new System.Drawing.Size(120, 20));
     this.nudPowerSupplyCountersNumberTotal.set_TabIndex(0x73);
     this.label94.set_AutoSize(true);
     this.label94.set_Location(new System.Drawing.Point(3, 0x7c));
     this.label94.set_Name("label94");
     this.label94.set_Size(new System.Drawing.Size(230, 13));
     this.label94.set_TabIndex(0x75);
     this.label94.set_Text("Длина сетей в местах общего пользования");
     this.tbPowerSupplyTotalEquityAssetLenght.set_Location(new System.Drawing.Point(0x12a, 0x75));
     this.tbPowerSupplyTotalEquityAssetLenght.set_Name("tbPowerSupplyTotalEquityAssetLenght");
     this.tbPowerSupplyTotalEquityAssetLenght.set_Size(new System.Drawing.Size(120, 20));
     this.tbPowerSupplyTotalEquityAssetLenght.set_TabIndex(0x70);
     this.label95.set_AutoSize(true);
     this.label95.set_Location(new System.Drawing.Point(3, 12));
     this.label95.set_Name("label95");
     this.label95.set_Size(new System.Drawing.Size(0x1a, 13));
     this.label95.set_TabIndex(0x73);
     this.label95.set_Text("Тип");
     this.sfdPowerSupplyType.set_FormattingEnabled(true);
     this.sfdPowerSupplyType.set_Location(new System.Drawing.Point(0x12a, 3));
     this.sfdPowerSupplyType.set_Name("sfdPowerSupplyType");
     this.sfdPowerSupplyType.set_Size(new System.Drawing.Size(0x79, 0x15));
     this.sfdPowerSupplyType.set_Sorted(true);
     this.sfdPowerSupplyType.set_TabIndex(0x6b);
     this.tabPage11.Controls.Add(this.panel9);
     this.tabPage11.set_Location(new System.Drawing.Point(4, 0x16));
     this.tabPage11.set_Name("tabPage11");
     this.tabPage11.set_Size(new System.Drawing.Size(0x277, 0x228));
     this.tabPage11.set_TabIndex(5);
     this.tabPage11.set_Text("Газоснабжение");
     this.tabPage11.set_UseVisualStyleBackColor(true);
     this.panel9.set_AutoScroll(true);
     this.panel9.Controls.Add(this.btnGasSupplySave);
     this.panel9.Controls.Add(this.label110);
     this.panel9.Controls.Add(this.nudGasSupplyEntryPointNumber);
     this.panel9.Controls.Add(this.label109);
     this.panel9.Controls.Add(this.tbGasSupplyNotAppropriateReqLength);
     this.panel9.Controls.Add(this.cbGasSupplyHasMeter);
     this.panel9.Controls.Add(this.label102);
     this.panel9.Controls.Add(this.nudGasStoveNumber);
     this.panel9.Controls.Add(this.label103);
     this.panel9.Controls.Add(this.nudGasSupplyGeyserNumber);
     this.panel9.Controls.Add(this.label104);
     this.panel9.Controls.Add(this.nudGasBoilerNumber);
     this.panel9.Controls.Add(this.label105);
     this.panel9.Controls.Add(this.nudGasSupplyCountersNumberTotal);
     this.panel9.Controls.Add(this.label106);
     this.panel9.Controls.Add(this.tbGasSupplySupplyNetworkLength);
     this.panel9.Controls.Add(this.label107);
     this.panel9.Controls.Add(this.tbGasSupplyAppropriateReqLength);
     this.panel9.Controls.Add(this.label108);
     this.panel9.Controls.Add(this.sfdGasSupplyType);
     this.panel9.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.panel9.set_Location(new System.Drawing.Point(0, 0));
     this.panel9.set_Name("panel9");
     this.panel9.set_Size(new System.Drawing.Size(0x277, 0x228));
     this.panel9.set_TabIndex(1);
     this.btnGasSupplySave.set_Location(new System.Drawing.Point(0x157, 0xd8));
     this.btnGasSupplySave.set_Name("btnGasSupplySave");
     this.btnGasSupplySave.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnGasSupplySave.set_TabIndex(0x88);
     this.btnGasSupplySave.set_Text("Сохранить");
     this.btnGasSupplySave.set_UseVisualStyleBackColor(true);
     this.btnGasSupplySave.add_Click(new System.EventHandler(this.btnGasSupplySave_Click));
     this.label110.set_AutoSize(true);
     this.label110.set_Location(new System.Drawing.Point(3, 200));
     this.label110.set_Name("label110");
     this.label110.set_Size(new System.Drawing.Size(0x81, 13));
     this.label110.set_TabIndex(0x9e);
     this.label110.set_Text("Количество точек входа");
     this.nudGasSupplyEntryPointNumber.set_Location(new System.Drawing.Point(0x12a, 0xc1));
     int[] numArray45 = new int[4];
     numArray45[0] = 0x989680;
     this.nudGasSupplyEntryPointNumber.set_Maximum(new decimal(numArray45));
     this.nudGasSupplyEntryPointNumber.set_Name("nudGasSupplyEntryPointNumber");
     this.nudGasSupplyEntryPointNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudGasSupplyEntryPointNumber.set_TabIndex(0x86);
     this.label109.set_AutoSize(true);
     this.label109.set_Location(new System.Drawing.Point(0x13, 0x54));
     this.label109.set_Name("label109");
     this.label109.set_Size(new System.Drawing.Size(0x7e, 13));
     this.label109.set_TabIndex(0x9c);
     this.label109.set_Text("Не соотв. требованиям");
     this.tbGasSupplyNotAppropriateReqLength.set_Location(new System.Drawing.Point(0x12a, 0x4d));
     this.tbGasSupplyNotAppropriateReqLength.set_Name("tbGasSupplyNotAppropriateReqLength");
     this.tbGasSupplyNotAppropriateReqLength.set_Size(new System.Drawing.Size(120, 20));
     this.tbGasSupplyNotAppropriateReqLength.set_TabIndex(0x81);
     this.cbGasSupplyHasMeter.set_AutoSize(true);
     this.cbGasSupplyHasMeter.set_Location(new System.Drawing.Point(2, 0xde));
     this.cbGasSupplyHasMeter.set_Name("cbGasSupplyHasMeter");
     this.cbGasSupplyHasMeter.set_RightToLeft(System.Windows.Forms.RightToLeft.Yes);
     this.cbGasSupplyHasMeter.set_Size(new System.Drawing.Size(150, 0x11));
     this.cbGasSupplyHasMeter.set_TabIndex(0x87);
     this.cbGasSupplyHasMeter.set_Text("Наличие приборов учета");
     this.cbGasSupplyHasMeter.set_UseVisualStyleBackColor(true);
     this.label102.set_AutoSize(true);
     this.label102.set_Location(new System.Drawing.Point(2, 0x83));
     this.label102.set_Name("label102");
     this.label102.set_Size(new System.Drawing.Size(0xac, 13));
     this.label102.set_TabIndex(0x99);
     this.label102.set_Text("Количество газовых плит, всего");
     this.nudGasStoveNumber.set_Location(new System.Drawing.Point(0x12a, 0x7c));
     int[] numArray46 = new int[4];
     numArray46[0] = 0x989680;
     this.nudGasStoveNumber.set_Maximum(new decimal(numArray46));
     this.nudGasStoveNumber.set_Name("nudGasStoveNumber");
     this.nudGasStoveNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudGasStoveNumber.set_TabIndex(0x83);
     this.label103.set_AutoSize(true);
     this.label103.set_Location(new System.Drawing.Point(3, 0xb0));
     this.label103.set_Name("label103");
     this.label103.set_Size(new System.Drawing.Size(0xbf, 13));
     this.label103.set_TabIndex(0x97);
     this.label103.set_Text("Количество газовых колонок, всего");
     this.nudGasSupplyGeyserNumber.set_Location(new System.Drawing.Point(0x12a, 0xa9));
     int[] numArray47 = new int[4];
     numArray47[0] = 0xf4240;
     this.nudGasSupplyGeyserNumber.set_Maximum(new decimal(numArray47));
     this.nudGasSupplyGeyserNumber.set_Name("nudGasSupplyGeyserNumber");
     this.nudGasSupplyGeyserNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudGasSupplyGeyserNumber.set_TabIndex(0x85);
     this.label104.set_AutoSize(true);
     this.label104.set_Location(new System.Drawing.Point(3, 0x99));
     this.label104.set_Name("label104");
     this.label104.set_Size(new System.Drawing.Size(0xb8, 13));
     this.label104.set_TabIndex(0x95);
     this.label104.set_Text("Количество газовых котлов, всего");
     this.nudGasBoilerNumber.set_Location(new System.Drawing.Point(0x12a, 0x92));
     int[] numArray48 = new int[4];
     numArray48[0] = 0x989680;
     this.nudGasBoilerNumber.set_Maximum(new decimal(numArray48));
     this.nudGasBoilerNumber.set_Name("nudGasBoilerNumber");
     this.nudGasBoilerNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudGasBoilerNumber.set_TabIndex(0x84);
     this.label105.set_AutoSize(true);
     this.label105.set_Location(new System.Drawing.Point(3, 0x6c));
     this.label105.set_Name("label105");
     this.label105.set_Size(new System.Drawing.Size(0x9b, 13));
     this.label105.set_TabIndex(0x93);
     this.label105.set_Text("Количество счетчиков, всего");
     this.nudGasSupplyCountersNumberTotal.set_Location(new System.Drawing.Point(0x12a, 0x65));
     int[] numArray49 = new int[4];
     numArray49[0] = 0x989680;
     this.nudGasSupplyCountersNumberTotal.set_Maximum(new decimal(numArray49));
     this.nudGasSupplyCountersNumberTotal.set_Name("nudGasSupplyCountersNumberTotal");
     this.nudGasSupplyCountersNumberTotal.set_Size(new System.Drawing.Size(120, 20));
     this.nudGasSupplyCountersNumberTotal.set_TabIndex(130);
     this.label106.set_AutoSize(true);
     this.label106.set_Location(new System.Drawing.Point(3, 0x20));
     this.label106.set_Name("label106");
     this.label106.set_Size(new System.Drawing.Size(0x9a, 0x1a));
     this.label106.set_TabIndex(0x90);
     this.label106.set_Text("Длина сетей газоснабжения\r\nВ том числе:");
     this.tbGasSupplySupplyNetworkLength.set_Location(new System.Drawing.Point(0x12a, 0x1c));
     this.tbGasSupplySupplyNetworkLength.set_Name("tbGasSupplySupplyNetworkLength");
     this.tbGasSupplySupplyNetworkLength.set_Size(new System.Drawing.Size(120, 20));
     this.tbGasSupplySupplyNetworkLength.set_TabIndex(0x7f);
     this.label107.set_AutoSize(true);
     this.label107.set_Location(new System.Drawing.Point(0x13, 60));
     this.label107.set_Name("label107");
     this.label107.set_Size(new System.Drawing.Size(110, 13));
     this.label107.set_TabIndex(0x8e);
     this.label107.set_Text("Cоотв. требованиям");
     this.tbGasSupplyAppropriateReqLength.set_Location(new System.Drawing.Point(0x12a, 0x35));
     this.tbGasSupplyAppropriateReqLength.set_Name("tbGasSupplyAppropriateReqLength");
     this.tbGasSupplyAppropriateReqLength.set_Size(new System.Drawing.Size(120, 20));
     this.tbGasSupplyAppropriateReqLength.set_TabIndex(0x7f);
     this.label108.set_AutoSize(true);
     this.label108.set_Location(new System.Drawing.Point(3, 12));
     this.label108.set_Name("label108");
     this.label108.set_Size(new System.Drawing.Size(0x6c, 13));
     this.label108.set_TabIndex(140);
     this.label108.set_Text("Тип газоснабжения");
     this.sfdGasSupplyType.set_FormattingEnabled(true);
     this.sfdGasSupplyType.set_Location(new System.Drawing.Point(0x12a, 3));
     this.sfdGasSupplyType.set_Name("sfdGasSupplyType");
     this.sfdGasSupplyType.set_Size(new System.Drawing.Size(0x79, 0x15));
     this.sfdGasSupplyType.set_Sorted(true);
     this.sfdGasSupplyType.set_TabIndex(0x7e);
     this.tabPage12.Controls.Add(this.panel10);
     this.tabPage12.set_Location(new System.Drawing.Point(4, 0x16));
     this.tabPage12.set_Name("tabPage12");
     this.tabPage12.set_Size(new System.Drawing.Size(0x277, 0x228));
     this.tabPage12.set_TabIndex(6);
     this.tabPage12.set_Text("Мусоропроводы");
     this.tabPage12.set_UseVisualStyleBackColor(true);
     this.panel10.set_AutoScroll(true);
     this.panel10.Controls.Add(this.btnChuteSave);
     this.panel10.Controls.Add(this.label115);
     this.panel10.Controls.Add(this.sfdChuteType);
     this.panel10.Controls.Add(this.label111);
     this.panel10.Controls.Add(this.nudChuteRecievingValveNumber);
     this.panel10.Controls.Add(this.label112);
     this.panel10.Controls.Add(this.tbChuteBoxCapacity);
     this.panel10.Controls.Add(this.label113);
     this.panel10.Controls.Add(this.tbChuteBoxArea);
     this.panel10.Controls.Add(this.label114);
     this.panel10.Controls.Add(this.nudChuteBarrelNumber);
     this.panel10.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.panel10.set_Location(new System.Drawing.Point(0, 0));
     this.panel10.set_Name("panel10");
     this.panel10.set_Size(new System.Drawing.Size(0x277, 0x228));
     this.panel10.set_TabIndex(1);
     this.btnChuteSave.set_Location(new System.Drawing.Point(0x113, 0x7d));
     this.btnChuteSave.set_Name("btnChuteSave");
     this.btnChuteSave.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnChuteSave.set_TabIndex(0x8e);
     this.btnChuteSave.set_Text("Сохранить");
     this.btnChuteSave.set_UseVisualStyleBackColor(true);
     this.btnChuteSave.add_Click(new System.EventHandler(this.btnChuteSave_Click));
     this.label115.set_AutoSize(true);
     this.label115.set_Location(new System.Drawing.Point(3, 13));
     this.label115.set_Name("label115");
     this.label115.set_Size(new System.Drawing.Size(0x5d, 13));
     this.label115.set_TabIndex(150);
     this.label115.set_Text("Тип конструкции");
     this.sfdChuteType.set_FormattingEnabled(true);
     this.sfdChuteType.set_Location(new System.Drawing.Point(230, 4));
     this.sfdChuteType.set_Name("sfdChuteType");
     this.sfdChuteType.set_Size(new System.Drawing.Size(0x79, 0x15));
     this.sfdChuteType.set_Sorted(true);
     this.sfdChuteType.set_TabIndex(0x89);
     this.label111.set_AutoSize(true);
     this.label111.set_Location(new System.Drawing.Point(2, 0x6a));
     this.label111.set_Name("label111");
     this.label111.set_Size(new System.Drawing.Size(0xe1, 13));
     this.label111.set_TabIndex(0x94);
     this.label111.set_Text("Количество приемо-загрузочных клапанов");
     this.nudChuteRecievingValveNumber.set_Location(new System.Drawing.Point(230, 0x63));
     int[] numArray50 = new int[4];
     numArray50[0] = 0xf4240;
     this.nudChuteRecievingValveNumber.set_Maximum(new decimal(numArray50));
     this.nudChuteRecievingValveNumber.set_Name("nudChuteRecievingValveNumber");
     this.nudChuteRecievingValveNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudChuteRecievingValveNumber.set_TabIndex(0x8d);
     this.label112.set_AutoSize(true);
     this.label112.set_Location(new System.Drawing.Point(3, 0x3b));
     this.label112.set_Name("label112");
     this.label112.set_Size(new System.Drawing.Size(0xa8, 13));
     this.label112.set_TabIndex(0x92);
     this.label112.set_Text("Объем мусороприемных камер");
     this.tbChuteBoxCapacity.set_Location(new System.Drawing.Point(230, 0x34));
     this.tbChuteBoxCapacity.set_Name("tbChuteBoxCapacity");
     this.tbChuteBoxCapacity.set_Size(new System.Drawing.Size(0x79, 20));
     this.tbChuteBoxCapacity.set_TabIndex(0x8b);
     this.label113.set_AutoSize(true);
     this.label113.set_Location(new System.Drawing.Point(3, 0x23));
     this.label113.set_Name("label113");
     this.label113.set_Size(new System.Drawing.Size(180, 13));
     this.label113.set_TabIndex(0x90);
     this.label113.set_Text("Площадь мусороприемных камер");
     this.tbChuteBoxArea.set_Location(new System.Drawing.Point(230, 0x1c));
     this.tbChuteBoxArea.set_Name("tbChuteBoxArea");
     this.tbChuteBoxArea.set_Size(new System.Drawing.Size(120, 20));
     this.tbChuteBoxArea.set_TabIndex(0x8a);
     this.label114.set_AutoSize(true);
     this.label114.set_Location(new System.Drawing.Point(3, 0x53));
     this.label114.set_Name("label114");
     this.label114.set_Size(new System.Drawing.Size(110, 13));
     this.label114.set_TabIndex(0x8e);
     this.label114.set_Text("Количество стволов");
     this.nudChuteBarrelNumber.set_Location(new System.Drawing.Point(230, 0x4c));
     int[] numArray51 = new int[4];
     numArray51[0] = 0x989680;
     this.nudChuteBarrelNumber.set_Maximum(new decimal(numArray51));
     this.nudChuteBarrelNumber.set_Name("nudChuteBarrelNumber");
     this.nudChuteBarrelNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudChuteBarrelNumber.set_TabIndex(140);
     this.tabPage13.Controls.Add(this.panel11);
     this.tabPage13.set_Location(new System.Drawing.Point(4, 0x16));
     this.tabPage13.set_Name("tabPage13");
     this.tabPage13.set_Size(new System.Drawing.Size(0x277, 0x228));
     this.tabPage13.set_TabIndex(7);
     this.tabPage13.set_Text("Прочее");
     this.tabPage13.set_UseVisualStyleBackColor(true);
     this.panel11.set_AutoScroll(true);
     this.panel11.Controls.Add(this.btnOtherSave);
     this.panel11.Controls.Add(this.label120);
     this.panel11.Controls.Add(this.nudPoolNumber);
     this.panel11.Controls.Add(this.label119);
     this.panel11.Controls.Add(this.nudSaunaNumber);
     this.panel11.Controls.Add(this.cbHasPhone);
     this.panel11.Controls.Add(this.cbIsCTTVSystem);
     this.panel11.Controls.Add(this.cbIsComputerNetworks);
     this.panel11.Controls.Add(this.cbIsCableTV);
     this.panel11.Controls.Add(this.cbIsSharedAntenna);
     this.panel11.Controls.Add(this.cbIsRadio);
     this.panel11.Controls.Add(this.cbIsCommonDispatchSystems);
     this.panel11.Controls.Add(this.cbIsAFPS);
     this.panel11.Controls.Add(this.label118);
     this.panel11.Controls.Add(this.nudIntercomNumber);
     this.panel11.Controls.Add(this.label117);
     this.panel11.Controls.Add(this.sfdDrainType);
     this.panel11.Controls.Add(this.label116);
     this.panel11.Controls.Add(this.sfdVentilationType);
     this.panel11.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.panel11.set_Location(new System.Drawing.Point(0, 0));
     this.panel11.set_Name("panel11");
     this.panel11.set_Size(new System.Drawing.Size(0x277, 0x228));
     this.panel11.set_TabIndex(1);
     this.btnOtherSave.set_Location(new System.Drawing.Point(0x114, 280));
     this.btnOtherSave.set_Name("btnOtherSave");
     this.btnOtherSave.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnOtherSave.set_TabIndex(0x9c);
     this.btnOtherSave.set_Text("Сохранить");
     this.btnOtherSave.set_UseVisualStyleBackColor(true);
     this.btnOtherSave.add_Click(new System.EventHandler(this.btnOtherSave_Click));
     this.label120.set_AutoSize(true);
     this.label120.set_Location(new System.Drawing.Point(4, 0x6a));
     this.label120.set_Name("label120");
     this.label120.set_Size(new System.Drawing.Size(0x7b, 13));
     this.label120.set_TabIndex(0xa8);
     this.label120.set_Text("Количество бассейнов");
     this.nudPoolNumber.set_Location(new System.Drawing.Point(0xe7, 0x63));
     int[] numArray52 = new int[4];
     numArray52[0] = 0x989680;
     this.nudPoolNumber.set_Maximum(new decimal(numArray52));
     this.nudPoolNumber.set_Name("nudPoolNumber");
     this.nudPoolNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudPoolNumber.set_TabIndex(0x93);
     this.label119.set_AutoSize(true);
     this.label119.set_Location(new System.Drawing.Point(4, 0x53));
     this.label119.set_Name("label119");
     this.label119.set_Size(new System.Drawing.Size(0x5c, 13));
     this.label119.set_TabIndex(0xa6);
     this.label119.set_Text("Количество саун");
     this.nudSaunaNumber.set_Location(new System.Drawing.Point(0xe7, 0x4c));
     int[] numArray53 = new int[4];
     numArray53[0] = 0xf4240;
     this.nudSaunaNumber.set_Maximum(new decimal(numArray53));
     this.nudSaunaNumber.set_Name("nudSaunaNumber");
     this.nudSaunaNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudSaunaNumber.set_TabIndex(0x92);
     this.cbHasPhone.set_AutoSize(true);
     this.cbHasPhone.set_Location(new System.Drawing.Point(3, 0x11e));
     this.cbHasPhone.set_Name("cbHasPhone");
     this.cbHasPhone.set_RightToLeft(System.Windows.Forms.RightToLeft.Yes);
     this.cbHasPhone.set_Size(new System.Drawing.Size(0x47, 0x11));
     this.cbHasPhone.set_TabIndex(0x9b);
     this.cbHasPhone.set_Text("Телефон");
     this.cbHasPhone.set_UseVisualStyleBackColor(true);
     this.cbIsCTTVSystem.set_AutoSize(true);
     this.cbIsCTTVSystem.set_Location(new System.Drawing.Point(3, 0x107));
     this.cbIsCTTVSystem.set_Name("cbIsCTTVSystem");
     this.cbIsCTTVSystem.set_RightToLeft(System.Windows.Forms.RightToLeft.Yes);
     this.cbIsCTTVSystem.set_Size(new System.Drawing.Size(0xa5, 0x11));
     this.cbIsCTTVSystem.set_TabIndex(0x9a);
     this.cbIsCTTVSystem.set_Text("Система видеонаблюдения");
     this.cbIsCTTVSystem.set_UseVisualStyleBackColor(true);
     this.cbIsComputerNetworks.set_AutoSize(true);
     this.cbIsComputerNetworks.set_Location(new System.Drawing.Point(2, 240));
     this.cbIsComputerNetworks.set_Name("cbIsComputerNetworks");
     this.cbIsComputerNetworks.set_RightToLeft(System.Windows.Forms.RightToLeft.Yes);
     this.cbIsComputerNetworks.set_Size(new System.Drawing.Size(220, 0x11));
     this.cbIsComputerNetworks.set_TabIndex(0x99);
     this.cbIsComputerNetworks.set_Text("Подключение к компьютерным сетям");
     this.cbIsComputerNetworks.set_UseVisualStyleBackColor(true);
     this.cbIsCableTV.set_AutoSize(true);
     this.cbIsCableTV.set_Location(new System.Drawing.Point(3, 0xd9));
     this.cbIsCableTV.set_Name("cbIsCableTV");
     this.cbIsCableTV.set_RightToLeft(System.Windows.Forms.RightToLeft.Yes);
     this.cbIsCableTV.set_Size(new System.Drawing.Size(0x62, 0x11));
     this.cbIsCableTV.set_TabIndex(0x98);
     this.cbIsCableTV.set_Text("Кабельное ТВ");
     this.cbIsCableTV.set_UseVisualStyleBackColor(true);
     this.cbIsSharedAntenna.set_AutoSize(true);
     this.cbIsSharedAntenna.set_Location(new System.Drawing.Point(3, 0xc2));
     this.cbIsSharedAntenna.set_Name("cbIsSharedAntenna");
     this.cbIsSharedAntenna.set_RightToLeft(System.Windows.Forms.RightToLeft.Yes);
     this.cbIsSharedAntenna.set_Size(new System.Drawing.Size(0xda, 0x11));
     this.cbIsSharedAntenna.set_TabIndex(0x97);
     this.cbIsSharedAntenna.set_Text("Антенны коллективного пользования");
     this.cbIsSharedAntenna.set_UseVisualStyleBackColor(true);
     this.cbIsRadio.set_AutoSize(true);
     this.cbIsRadio.set_Location(new System.Drawing.Point(3, 0xab));
     this.cbIsRadio.set_Name("cbIsRadio");
     this.cbIsRadio.set_RightToLeft(System.Windows.Forms.RightToLeft.Yes);
     this.cbIsRadio.set_Size(new System.Drawing.Size(0x39, 0x11));
     this.cbIsRadio.set_TabIndex(150);
     this.cbIsRadio.set_Text("Радио");
     this.cbIsRadio.set_UseVisualStyleBackColor(true);
     this.cbIsCommonDispatchSystems.set_AutoSize(true);
     this.cbIsCommonDispatchSystems.set_Location(new System.Drawing.Point(3, 0x94));
     this.cbIsCommonDispatchSystems.set_Name("cbIsCommonDispatchSystems");
     this.cbIsCommonDispatchSystems.set_RightToLeft(System.Windows.Forms.RightToLeft.Yes);
     this.cbIsCommonDispatchSystems.set_Size(new System.Drawing.Size(0xe7, 0x11));
     this.cbIsCommonDispatchSystems.set_TabIndex(0x95);
     this.cbIsCommonDispatchSystems.set_Text("Объединенные диспечерсекие системы");
     this.cbIsCommonDispatchSystems.set_UseVisualStyleBackColor(true);
     this.cbIsAFPS.set_AutoSize(true);
     this.cbIsAFPS.set_Location(new System.Drawing.Point(3, 0x7d));
     this.cbIsAFPS.set_Name("cbIsAFPS");
     this.cbIsAFPS.set_RightToLeft(System.Windows.Forms.RightToLeft.Yes);
     this.cbIsAFPS.set_Size(new System.Drawing.Size(0xeb, 0x11));
     this.cbIsAFPS.set_TabIndex(0x94);
     this.cbIsAFPS.set_Text("Наличие противопожарной защиты дома");
     this.cbIsAFPS.set_UseVisualStyleBackColor(true);
     this.label118.set_AutoSize(true);
     this.label118.set_Location(new System.Drawing.Point(4, 0x3d));
     this.label118.set_Name("label118");
     this.label118.set_Size(new System.Drawing.Size(0xba, 13));
     this.label118.set_TabIndex(0x9c);
     this.label118.set_Text("Переговорно-замочное устройство");
     this.nudIntercomNumber.set_Location(new System.Drawing.Point(0xe7, 0x36));
     int[] numArray54 = new int[4];
     numArray54[0] = 0xf4240;
     this.nudIntercomNumber.set_Maximum(new decimal(numArray54));
     this.nudIntercomNumber.set_Name("nudIntercomNumber");
     this.nudIntercomNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudIntercomNumber.set_TabIndex(0x91);
     this.label117.set_AutoSize(true);
     this.label117.set_Location(new System.Drawing.Point(3, 0x27));
     this.label117.set_Name("label117");
     this.label117.set_Size(new System.Drawing.Size(0x6a, 13));
     this.label117.set_TabIndex(0x9a);
     this.label117.set_Text("Тип водоотведения");
     this.sfdDrainType.set_FormattingEnabled(true);
     this.sfdDrainType.set_Location(new System.Drawing.Point(230, 30));
     this.sfdDrainType.set_Name("sfdDrainType");
     this.sfdDrainType.set_Size(new System.Drawing.Size(0x79, 0x15));
     this.sfdDrainType.set_Sorted(true);
     this.sfdDrainType.set_TabIndex(0x90);
     this.label116.set_AutoSize(true);
     this.label116.set_Location(new System.Drawing.Point(3, 15));
     this.label116.set_Name("label116");
     this.label116.set_Size(new System.Drawing.Size(0x58, 13));
     this.label116.set_TabIndex(0x98);
     this.label116.set_Text("Тип вентиляции");
     this.sfdVentilationType.set_FormattingEnabled(true);
     this.sfdVentilationType.set_Location(new System.Drawing.Point(230, 6));
     this.sfdVentilationType.set_Name("sfdVentilationType");
     this.sfdVentilationType.set_Size(new System.Drawing.Size(0x79, 0x15));
     this.sfdVentilationType.set_Sorted(true);
     this.sfdVentilationType.set_TabIndex(0x8f);
     this.tabPage14.Controls.Add(this.panel12);
     this.tabPage14.set_Location(new System.Drawing.Point(4, 0x16));
     this.tabPage14.set_Name("tabPage14");
     this.tabPage14.set_Size(new System.Drawing.Size(0x277, 0x228));
     this.tabPage14.set_TabIndex(8);
     this.tabPage14.set_Text("Лифты");
     this.tabPage14.set_UseVisualStyleBackColor(true);
     this.panel12.set_AutoScroll(true);
     this.panel12.Controls.Add(this.btnLiftSave);
     this.panel12.Controls.Add(this.label127);
     this.panel12.Controls.Add(this.tbLiftControllerPhoneNumber);
     this.panel12.Controls.Add(this.label124);
     this.panel12.Controls.Add(this.nudLiftOpeningDoorsNumber);
     this.panel12.Controls.Add(this.label125);
     this.panel12.Controls.Add(this.nudLiftFoldingDoorsNumber);
     this.panel12.Controls.Add(this.label126);
     this.panel12.Controls.Add(this.nudLiftCombiLiftNumber);
     this.panel12.Controls.Add(this.label121);
     this.panel12.Controls.Add(this.nudLiftTruckLiftNumber);
     this.panel12.Controls.Add(this.label122);
     this.panel12.Controls.Add(this.nudLiftPassengerLiftNumber);
     this.panel12.Controls.Add(this.label123);
     this.panel12.Controls.Add(this.nudLiftTotalNumber);
     this.panel12.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.panel12.set_Location(new System.Drawing.Point(0, 0));
     this.panel12.set_Name("panel12");
     this.panel12.set_Size(new System.Drawing.Size(0x277, 0x228));
     this.panel12.set_TabIndex(1);
     this.btnLiftSave.set_Location(new System.Drawing.Point(0x115, 0xab));
     this.btnLiftSave.set_Name("btnLiftSave");
     this.btnLiftSave.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnLiftSave.set_TabIndex(0xa4);
     this.btnLiftSave.set_Text("Сохранить");
     this.btnLiftSave.set_UseVisualStyleBackColor(true);
     this.btnLiftSave.add_Click(new System.EventHandler(this.btnLiftSave_Click));
     this.label127.set_AutoSize(true);
     this.label127.set_Location(new System.Drawing.Point(4, 0x98));
     this.label127.set_Name("label127");
     this.label127.set_Size(new System.Drawing.Size(0x71, 13));
     this.label127.set_TabIndex(0xb6);
     this.label127.set_Text("Телефон диспетчера");
     this.tbLiftControllerPhoneNumber.set_Location(new System.Drawing.Point(0xe7, 0x91));
     this.tbLiftControllerPhoneNumber.set_Name("tbLiftControllerPhoneNumber");
     this.tbLiftControllerPhoneNumber.set_Size(new System.Drawing.Size(0x79, 20));
     this.tbLiftControllerPhoneNumber.set_TabIndex(0xa3);
     this.label124.set_AutoSize(true);
     this.label124.set_Location(new System.Drawing.Point(4, 0x81));
     this.label124.set_Name("label124");
     this.label124.set_Size(new System.Drawing.Size(0x9b, 13));
     this.label124.set_TabIndex(180);
     this.label124.set_Text("с открывающимися дверями");
     this.nudLiftOpeningDoorsNumber.set_Location(new System.Drawing.Point(0xe7, 0x7a));
     int[] numArray55 = new int[4];
     numArray55[0] = 0x989680;
     this.nudLiftOpeningDoorsNumber.set_Maximum(new decimal(numArray55));
     this.nudLiftOpeningDoorsNumber.set_Name("nudLiftOpeningDoorsNumber");
     this.nudLiftOpeningDoorsNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudLiftOpeningDoorsNumber.set_TabIndex(0xa2);
     this.label125.set_AutoSize(true);
     this.label125.set_Location(new System.Drawing.Point(4, 0x6b));
     this.label125.set_Name("label125");
     this.label125.set_Size(new System.Drawing.Size(0x87, 13));
     this.label125.set_TabIndex(0xb2);
     this.label125.set_Text("с раздвижными дверями");
     this.nudLiftFoldingDoorsNumber.set_Location(new System.Drawing.Point(0xe7, 100));
     int[] numArray56 = new int[4];
     numArray56[0] = 0x989680;
     this.nudLiftFoldingDoorsNumber.set_Maximum(new decimal(numArray56));
     this.nudLiftFoldingDoorsNumber.set_Name("nudLiftFoldingDoorsNumber");
     this.nudLiftFoldingDoorsNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudLiftFoldingDoorsNumber.set_TabIndex(0xa1);
     this.label126.set_AutoSize(true);
     this.label126.set_Location(new System.Drawing.Point(4, 0x54));
     this.label126.set_Name("label126");
     this.label126.set_Size(new System.Drawing.Size(0x43, 13));
     this.label126.set_TabIndex(0xb0);
     this.label126.set_Text("смешанные");
     this.nudLiftCombiLiftNumber.set_Location(new System.Drawing.Point(0xe7, 0x4d));
     int[] numArray57 = new int[4];
     numArray57[0] = 0x989680;
     this.nudLiftCombiLiftNumber.set_Maximum(new decimal(numArray57));
     this.nudLiftCombiLiftNumber.set_Name("nudLiftCombiLiftNumber");
     this.nudLiftCombiLiftNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudLiftCombiLiftNumber.set_TabIndex(160);
     this.label121.set_AutoSize(true);
     this.label121.set_Location(new System.Drawing.Point(4, 0x3d));
     this.label121.set_Name("label121");
     this.label121.set_Size(new System.Drawing.Size(0x37, 13));
     this.label121.set_TabIndex(0xae);
     this.label121.set_Text("грузовые");
     this.nudLiftTruckLiftNumber.set_Location(new System.Drawing.Point(0xe7, 0x36));
     numArray = new int[4];
     numArray[0] = 0x989680;
     this.nudLiftTruckLiftNumber.set_Maximum(new decimal(numArray));
     this.nudLiftTruckLiftNumber.set_Name("nudLiftTruckLiftNumber");
     this.nudLiftTruckLiftNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudLiftTruckLiftNumber.set_TabIndex(0x9f);
     this.label122.set_AutoSize(true);
     this.label122.set_Location(new System.Drawing.Point(4, 0x27));
     this.label122.set_Name("label122");
     this.label122.set_Size(new System.Drawing.Size(0x51, 13));
     this.label122.set_TabIndex(0xac);
     this.label122.set_Text("пассажирские");
     this.nudLiftPassengerLiftNumber.set_Location(new System.Drawing.Point(0xe7, 0x20));
     numArray = new int[4];
     numArray[0] = 0x989680;
     this.nudLiftPassengerLiftNumber.set_Maximum(new decimal(numArray));
     this.nudLiftPassengerLiftNumber.set_Name("nudLiftPassengerLiftNumber");
     this.nudLiftPassengerLiftNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudLiftPassengerLiftNumber.set_TabIndex(0x9e);
     this.label123.set_AutoSize(true);
     this.label123.set_Location(new System.Drawing.Point(4, 10));
     this.label123.set_Name("label123");
     this.label123.set_Size(new System.Drawing.Size(0x8d, 0x1a));
     this.label123.set_TabIndex(170);
     this.label123.set_Text("Количество лифтов, всего\r\nВ том числе:\r\n");
     this.nudLiftTotalNumber.set_Location(new System.Drawing.Point(0xe7, 9));
     numArray = new int[4];
     numArray[0] = 0xf4240;
     this.nudLiftTotalNumber.set_Maximum(new decimal(numArray));
     this.nudLiftTotalNumber.set_Name("nudLiftTotalNumber");
     this.nudLiftTotalNumber.set_Size(new System.Drawing.Size(120, 20));
     this.nudLiftTotalNumber.set_TabIndex(0x9d);
     this.Service.Controls.Add(this.dgvServices);
     this.Service.Controls.Add(this.tsService);
     this.Service.set_Location(new System.Drawing.Point(4, 0x16));
     this.Service.set_Name("Service");
     this.Service.set_Size(new System.Drawing.Size(0x27f, 0x242));
     this.Service.set_TabIndex(0);
     this.Service.set_Text("Услуги");
     this.Service.set_UseVisualStyleBackColor(true);
     this.dgvServices.set_AllowUserToAddRows(false);
     this.dgvServices.set_AllowUserToDeleteRows(false);
     this.dgvServices.set_AutoGenerateColumns(false);
     this.dgvServices.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvServices.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.serviceNameDataGridViewTextBoxColumn, this.fromDateDataGridViewTextBoxColumn, this.toDateDataGridViewTextBoxColumn, this.kDataGridViewTextBoxColumn, this.nameDataGridViewTextBoxColumn });
     this.dgvServices.set_DataSource(this.bsHouseService);
     this.dgvServices.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvServices.set_Location(new System.Drawing.Point(0, 0x19));
     this.dgvServices.set_MultiSelect(false);
     this.dgvServices.set_Name("dgvServices");
     this.dgvServices.set_ReadOnly(true);
     this.dgvServices.set_RowHeadersVisible(false);
     this.dgvServices.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvServices.set_Size(new System.Drawing.Size(0x27f, 0x229));
     this.dgvServices.set_TabIndex(1);
     this.serviceNameDataGridViewTextBoxColumn.set_DataPropertyName("ServiceName");
     this.serviceNameDataGridViewTextBoxColumn.set_HeaderText("Название услуги");
     this.serviceNameDataGridViewTextBoxColumn.set_Name("serviceNameDataGridViewTextBoxColumn");
     this.serviceNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.serviceNameDataGridViewTextBoxColumn.set_Width(0xf7);
     this.fromDateDataGridViewTextBoxColumn.set_DataPropertyName("FromDate");
     this.fromDateDataGridViewTextBoxColumn.set_HeaderText("C");
     this.fromDateDataGridViewTextBoxColumn.set_Name("fromDateDataGridViewTextBoxColumn");
     this.fromDateDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.toDateDataGridViewTextBoxColumn.set_DataPropertyName("ToDate");
     this.toDateDataGridViewTextBoxColumn.set_HeaderText("По");
     this.toDateDataGridViewTextBoxColumn.set_Name("toDateDataGridViewTextBoxColumn");
     this.toDateDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.kDataGridViewTextBoxColumn.set_DataPropertyName("K");
     this.kDataGridViewTextBoxColumn.set_HeaderText("Коэффициент");
     this.kDataGridViewTextBoxColumn.set_Name("kDataGridViewTextBoxColumn");
     this.kDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.nameDataGridViewTextBoxColumn.set_DataPropertyName("Name");
     this.nameDataGridViewTextBoxColumn.set_HeaderText("Переодичность");
     this.nameDataGridViewTextBoxColumn.set_Name("nameDataGridViewTextBoxColumn");
     this.nameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.bsHouseService.set_DataSource(typeof(UjfHouseService));
     this.tsService.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsBtnAddService, this.tsBtnChangeService, this.tsBtnDeleteService, this.btnShowMaterialAndWages });
     this.tsService.set_LayoutStyle(System.Windows.Forms.ToolStripLayoutStyle.Flow);
     this.tsService.set_Location(new System.Drawing.Point(0, 0));
     this.tsService.set_Name("tsService");
     this.tsService.set_Size(new System.Drawing.Size(0x27f, 0x19));
     this.tsService.set_TabIndex(0);
     this.tsService.set_Text("toolStrip2");
     this.tsBtnAddService.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsBtnAddService.set_Image(Resources.ADD);
     this.tsBtnAddService.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnAddService.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnAddService.set_Name("tsBtnAddService");
     this.tsBtnAddService.set_Size(new System.Drawing.Size(0x18, 0x16));
     this.tsBtnAddService.set_Text("Добавить");
     this.tsBtnAddService.add_Click(new System.EventHandler(this.tsBtnAddService_Click));
     this.tsBtnChangeService.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsBtnChangeService.set_Image(Resources.CHANGE);
     this.tsBtnChangeService.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnChangeService.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnChangeService.set_Name("tsBtnChangeService");
     this.tsBtnChangeService.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsBtnChangeService.set_Text("Изменить");
     this.tsBtnChangeService.add_Click(new System.EventHandler(this.tsBtnChangeService_Click));
     this.tsBtnDeleteService.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsBtnDeleteService.set_Image(Resources.DELETE);
     this.tsBtnDeleteService.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnDeleteService.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnDeleteService.set_Name("tsBtnDeleteService");
     this.tsBtnDeleteService.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsBtnDeleteService.set_Text("Удалить");
     this.tsBtnDeleteService.add_Click(new System.EventHandler(this.tsBtnDeleteService_Click));
     this.btnShowMaterialAndWages.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.btnShowMaterialAndWages.set_Image((System.Drawing.Image) manager.GetObject("btnShowMaterialAndWages.Image"));
     this.btnShowMaterialAndWages.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.btnShowMaterialAndWages.set_Name("btnShowMaterialAndWages");
     this.btnShowMaterialAndWages.set_Size(new System.Drawing.Size(0x6f, 0x13));
     this.btnShowMaterialAndWages.set_Text("Показать ресурсы");
     this.btnShowMaterialAndWages.add_Click(new System.EventHandler(this.btnShowMaterialAndWages_Click));
     this.Calc.Controls.Add(this.splitContainer1);
     this.Calc.Controls.Add(this.panel1);
     this.Calc.set_Location(new System.Drawing.Point(4, 0x16));
     this.Calc.set_Name("Calc");
     this.Calc.set_Size(new System.Drawing.Size(0x27f, 0x242));
     this.Calc.set_TabIndex(1);
     this.Calc.set_Text("Перерасчет");
     this.Calc.set_UseVisualStyleBackColor(true);
     this.splitContainer1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.splitContainer1.set_Location(new System.Drawing.Point(0, 0x21));
     this.splitContainer1.set_Name("splitContainer1");
     this.splitContainer1.set_Orientation(System.Windows.Forms.Orientation.Horizontal);
     this.splitContainer1.Panel1.Controls.Add(this.dgvCalcService);
     this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
     this.splitContainer1.set_Size(new System.Drawing.Size(0x27f, 0x221));
     this.splitContainer1.set_SplitterDistance(0xe8);
     this.splitContainer1.set_TabIndex(3);
     this.dgvCalcService.set_AllowUserToAddRows(false);
     this.dgvCalcService.set_AllowUserToDeleteRows(false);
     this.dgvCalcService.set_AutoGenerateColumns(false);
     this.dgvCalcService.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvCalcService.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.serviceNameDataGridViewTextBoxColumn1, this.periodDataGridViewTextBoxColumn, this.algNameDataGridViewTextBoxColumn, this.apartmentSquareDataGridViewTextBoxColumn, this.ladderSquareDataGridViewTextBoxColumn, this.FormulaUi, this.valueDataGridViewTextBoxColumn });
     this.dgvCalcService.set_DataSource(this.bsCalcServices);
     this.dgvCalcService.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvCalcService.set_Location(new System.Drawing.Point(0, 0));
     this.dgvCalcService.set_MultiSelect(false);
     this.dgvCalcService.set_Name("dgvCalcService");
     this.dgvCalcService.set_ReadOnly(true);
     this.dgvCalcService.set_RowHeadersVisible(false);
     this.dgvCalcService.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvCalcService.set_Size(new System.Drawing.Size(0x27f, 0xe8));
     this.dgvCalcService.set_TabIndex(0);
     this.dgvCalcService.add_SelectionChanged(new System.EventHandler(this.calcServiceDGV_SelectionChanged));
     this.serviceNameDataGridViewTextBoxColumn1.set_DataPropertyName("ServiceName");
     this.serviceNameDataGridViewTextBoxColumn1.set_HeaderText("Название услуги");
     this.serviceNameDataGridViewTextBoxColumn1.set_Name("serviceNameDataGridViewTextBoxColumn1");
     this.serviceNameDataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.periodDataGridViewTextBoxColumn.set_DataPropertyName("Period");
     this.periodDataGridViewTextBoxColumn.set_HeaderText("Период");
     this.periodDataGridViewTextBoxColumn.set_Name("periodDataGridViewTextBoxColumn");
     this.periodDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.algNameDataGridViewTextBoxColumn.set_DataPropertyName("AlgName");
     this.algNameDataGridViewTextBoxColumn.set_HeaderText("Название алгоритма");
     this.algNameDataGridViewTextBoxColumn.set_Name("algNameDataGridViewTextBoxColumn");
     this.algNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.apartmentSquareDataGridViewTextBoxColumn.set_DataPropertyName("ApartmentSquare");
     this.apartmentSquareDataGridViewTextBoxColumn.set_HeaderText("Общая площадь");
     this.apartmentSquareDataGridViewTextBoxColumn.set_Name("apartmentSquareDataGridViewTextBoxColumn");
     this.apartmentSquareDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.ladderSquareDataGridViewTextBoxColumn.set_DataPropertyName("LadderSquare");
     this.ladderSquareDataGridViewTextBoxColumn.set_HeaderText("Площадь лестничных клеток");
     this.ladderSquareDataGridViewTextBoxColumn.set_Name("ladderSquareDataGridViewTextBoxColumn");
     this.ladderSquareDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.FormulaUi.set_DataPropertyName("FormulaView");
     this.FormulaUi.set_HeaderText("Формула");
     this.FormulaUi.set_Name("FormulaUi");
     this.FormulaUi.set_ReadOnly(true);
     this.valueDataGridViewTextBoxColumn.set_DataPropertyName("Value");
     this.valueDataGridViewTextBoxColumn.set_HeaderText("Итог");
     this.valueDataGridViewTextBoxColumn.set_Name("valueDataGridViewTextBoxColumn");
     this.valueDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.bsCalcServices.set_DataSource(typeof(UjfCalcService));
     this.splitContainer2.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.splitContainer2.set_Location(new System.Drawing.Point(0, 0));
     this.splitContainer2.set_Name("splitContainer2");
     this.splitContainer2.Panel1.Controls.Add(this.dgvCalcServiceMaterial);
     this.splitContainer2.Panel2.Controls.Add(this.dgvCalcServiceWages);
     this.splitContainer2.set_Size(new System.Drawing.Size(0x27f, 0x135));
     this.splitContainer2.set_SplitterDistance(0x148);
     this.splitContainer2.set_TabIndex(0);
     this.dgvCalcServiceMaterial.set_AllowUserToAddRows(false);
     this.dgvCalcServiceMaterial.set_AllowUserToDeleteRows(false);
     this.dgvCalcServiceMaterial.set_AutoGenerateColumns(false);
     this.dgvCalcServiceMaterial.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dgvCalcServiceMaterial.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCellsExceptHeaders);
     this.dgvCalcServiceMaterial.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvCalcServiceMaterial.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.nameDataGridViewTextBoxColumn1, this.priceValueDataGridViewTextBoxColumn, this.normDataGridViewTextBoxColumn, this.tariffDataGridViewTextBoxColumn, this.usePerYearDataGridViewTextBoxColumn, this.formulaUiDataGridViewTextBoxColumn });
     this.dgvCalcServiceMaterial.set_DataSource(this.bsCalcServiceMaterials);
     this.dgvCalcServiceMaterial.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvCalcServiceMaterial.set_Location(new System.Drawing.Point(0, 0));
     this.dgvCalcServiceMaterial.set_MultiSelect(false);
     this.dgvCalcServiceMaterial.set_Name("dgvCalcServiceMaterial");
     this.dgvCalcServiceMaterial.set_ReadOnly(true);
     this.dgvCalcServiceMaterial.set_RowHeadersVisible(false);
     this.dgvCalcServiceMaterial.set_Size(new System.Drawing.Size(0x148, 0x135));
     this.dgvCalcServiceMaterial.set_TabIndex(0);
     this.nameDataGridViewTextBoxColumn1.set_DataPropertyName("Name");
     this.nameDataGridViewTextBoxColumn1.set_HeaderText("Название материала");
     this.nameDataGridViewTextBoxColumn1.set_Name("nameDataGridViewTextBoxColumn1");
     this.nameDataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.nameDataGridViewTextBoxColumn1.set_Width(0x80);
     this.priceValueDataGridViewTextBoxColumn.set_DataPropertyName("PriceValue");
     this.priceValueDataGridViewTextBoxColumn.set_HeaderText("Цена");
     this.priceValueDataGridViewTextBoxColumn.set_Name("priceValueDataGridViewTextBoxColumn");
     this.priceValueDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.priceValueDataGridViewTextBoxColumn.set_Width(0x3a);
     this.normDataGridViewTextBoxColumn.set_DataPropertyName("Norm");
     this.normDataGridViewTextBoxColumn.set_HeaderText("Норма");
     this.normDataGridViewTextBoxColumn.set_Name("normDataGridViewTextBoxColumn");
     this.normDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.normDataGridViewTextBoxColumn.set_Width(0x42);
     this.tariffDataGridViewTextBoxColumn.set_DataPropertyName("Tariff");
     this.tariffDataGridViewTextBoxColumn.set_HeaderText("Тариф");
     this.tariffDataGridViewTextBoxColumn.set_Name("tariffDataGridViewTextBoxColumn");
     this.tariffDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.tariffDataGridViewTextBoxColumn.set_Width(0x41);
     this.usePerYearDataGridViewTextBoxColumn.set_DataPropertyName("UsePerYear");
     this.usePerYearDataGridViewTextBoxColumn.set_HeaderText("Использование в год");
     this.usePerYearDataGridViewTextBoxColumn.set_Name("usePerYearDataGridViewTextBoxColumn");
     this.usePerYearDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.usePerYearDataGridViewTextBoxColumn.set_Width(0x72);
     this.formulaUiDataGridViewTextBoxColumn.set_DataPropertyName("FormulaUi");
     this.formulaUiDataGridViewTextBoxColumn.set_HeaderText("Формула");
     this.formulaUiDataGridViewTextBoxColumn.set_Name("formulaUiDataGridViewTextBoxColumn");
     this.formulaUiDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.formulaUiDataGridViewTextBoxColumn.set_Width(80);
     this.bsCalcServiceMaterials.set_DataSource(typeof(UjfCalcServiceMaterial));
     this.dgvCalcServiceWages.set_AllowUserToAddRows(false);
     this.dgvCalcServiceWages.set_AllowUserToDeleteRows(false);
     this.dgvCalcServiceWages.set_AutoGenerateColumns(false);
     this.dgvCalcServiceWages.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dgvCalcServiceWages.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCellsExceptHeaders);
     this.dgvCalcServiceWages.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvCalcServiceWages.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.nameDataGridViewTextBoxColumn2, this.rankDataGridViewTextBoxColumn, this.wageValueDataGridViewTextBoxColumn, this.normDataGridViewTextBoxColumn1, this.tariffDataGridViewTextBoxColumn1, this.normChelChasDataGridViewTextBoxColumn, this.normNeVihodDataGridViewTextBoxColumn, this.formulaUiDataGridViewTextBoxColumn1 });
     this.dgvCalcServiceWages.set_DataSource(this.bsCalcServiceWages);
     this.dgvCalcServiceWages.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvCalcServiceWages.set_Location(new System.Drawing.Point(0, 0));
     this.dgvCalcServiceWages.set_MultiSelect(false);
     this.dgvCalcServiceWages.set_Name("dgvCalcServiceWages");
     this.dgvCalcServiceWages.set_ReadOnly(true);
     this.dgvCalcServiceWages.set_RowHeadersVisible(false);
     this.dgvCalcServiceWages.set_Size(new System.Drawing.Size(0x133, 0x135));
     this.dgvCalcServiceWages.set_TabIndex(0);
     this.nameDataGridViewTextBoxColumn2.set_DataPropertyName("Name");
     this.nameDataGridViewTextBoxColumn2.set_HeaderText("Название профессии");
     this.nameDataGridViewTextBoxColumn2.set_Name("nameDataGridViewTextBoxColumn2");
     this.nameDataGridViewTextBoxColumn2.set_ReadOnly(true);
     this.nameDataGridViewTextBoxColumn2.set_Width(0x81);
     this.rankDataGridViewTextBoxColumn.set_DataPropertyName("Rank");
     this.rankDataGridViewTextBoxColumn.set_HeaderText("Разряд");
     this.rankDataGridViewTextBoxColumn.set_Name("rankDataGridViewTextBoxColumn");
     this.rankDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.rankDataGridViewTextBoxColumn.set_Width(0x45);
     this.wageValueDataGridViewTextBoxColumn.set_DataPropertyName("WageValue");
     this.wageValueDataGridViewTextBoxColumn.set_HeaderText("Зарплата");
     this.wageValueDataGridViewTextBoxColumn.set_Name("wageValueDataGridViewTextBoxColumn");
     this.wageValueDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.wageValueDataGridViewTextBoxColumn.set_Width(80);
     this.normDataGridViewTextBoxColumn1.set_DataPropertyName("Norm");
     this.normDataGridViewTextBoxColumn1.set_HeaderText("Норма");
     this.normDataGridViewTextBoxColumn1.set_Name("normDataGridViewTextBoxColumn1");
     this.normDataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.normDataGridViewTextBoxColumn1.set_Width(0x42);
     this.tariffDataGridViewTextBoxColumn1.set_DataPropertyName("Tariff");
     this.tariffDataGridViewTextBoxColumn1.set_HeaderText("Тариф");
     this.tariffDataGridViewTextBoxColumn1.set_Name("tariffDataGridViewTextBoxColumn1");
     this.tariffDataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.tariffDataGridViewTextBoxColumn1.set_Width(0x41);
     this.normChelChasDataGridViewTextBoxColumn.set_DataPropertyName("NormChelChas");
     this.normChelChasDataGridViewTextBoxColumn.set_HeaderText("Трудоемкость чел.-час. в год");
     this.normChelChasDataGridViewTextBoxColumn.set_Name("normChelChasDataGridViewTextBoxColumn");
     this.normChelChasDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.normChelChasDataGridViewTextBoxColumn.set_Width(0x95);
     this.normNeVihodDataGridViewTextBoxColumn.set_DataPropertyName("NormNeVihod");
     this.normNeVihodDataGridViewTextBoxColumn.set_HeaderText("Трудоемкость с учетом невыхода");
     this.normNeVihodDataGridViewTextBoxColumn.set_Name("normNeVihodDataGridViewTextBoxColumn");
     this.normNeVihodDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.normNeVihodDataGridViewTextBoxColumn.set_Width(0x8e);
     this.formulaUiDataGridViewTextBoxColumn1.set_DataPropertyName("FormulaUi");
     this.formulaUiDataGridViewTextBoxColumn1.set_HeaderText("Формула");
     this.formulaUiDataGridViewTextBoxColumn1.set_Name("formulaUiDataGridViewTextBoxColumn1");
     this.formulaUiDataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.formulaUiDataGridViewTextBoxColumn1.set_Width(80);
     this.bsCalcServiceWages.set_DataSource(typeof(UjfCalcServiceWage));
     this.panel1.Controls.Add(this.btnShowErrors);
     this.panel1.Controls.Add(this.labelError);
     this.panel1.Controls.Add(this.btnCalcStart);
     this.panel1.Controls.Add(this.datePeriod);
     this.panel1.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panel1.set_Location(new System.Drawing.Point(0, 0));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(0x27f, 0x21));
     this.panel1.set_TabIndex(0);
     this.btnShowErrors.set_Location(new System.Drawing.Point(0x21a, 5));
     this.btnShowErrors.set_Name("btnShowErrors");
     this.btnShowErrors.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnShowErrors.set_TabIndex(3);
     this.btnShowErrors.set_Text("Просмотр");
     this.btnShowErrors.set_UseVisualStyleBackColor(true);
     this.btnShowErrors.set_Visible(false);
     this.btnShowErrors.add_Click(new System.EventHandler(this.btnShowErrors_Click));
     this.labelError.set_AutoSize(true);
     this.labelError.set_ForeColor(System.Drawing.Color.Maroon);
     this.labelError.set_Location(new System.Drawing.Point(0x13c, 3));
     this.labelError.set_Name("labelError");
     this.labelError.set_Size(new System.Drawing.Size(0xd7, 0x1a));
     this.labelError.set_TabIndex(2);
     this.labelError.set_Text("В ходе расчета возникли ошибки.\r\nНажмите кнопку для просмотра ошибок.");
     this.labelError.set_Visible(false);
     this.btnCalcStart.set_Location(new System.Drawing.Point(0xeb, 5));
     this.btnCalcStart.set_Name("btnCalcStart");
     this.btnCalcStart.set_Size(new System.Drawing.Size(0x4b, 0x16));
     this.btnCalcStart.set_TabIndex(1);
     this.btnCalcStart.set_Text("Расчитать");
     this.btnCalcStart.set_UseVisualStyleBackColor(true);
     this.btnCalcStart.add_Click(new System.EventHandler(this.btnCalcStart_Click));
     this.datePeriod.AttachToPeriod = false;
     this.datePeriod.DateBeginReadonly = false;
     this.datePeriod.DateEndReadonly = false;
     this.datePeriod.set_Location(new System.Drawing.Point(-5, 4));
     this.datePeriod.set_Margin(new System.Windows.Forms.Padding(4));
     this.datePeriod.set_Name("datePeriod");
     this.datePeriod.set_Size(new System.Drawing.Size(0xe9, 0x17));
     this.datePeriod.set_TabIndex(0);
     this.Inspection.Controls.Add(this.dgvInspections);
     this.Inspection.Controls.Add(this.tsInspection);
     this.Inspection.set_Location(new System.Drawing.Point(4, 0x16));
     this.Inspection.set_Name("Inspection");
     this.Inspection.set_Size(new System.Drawing.Size(0x27f, 0x242));
     this.Inspection.set_TabIndex(5);
     this.Inspection.set_Text("Осмотры");
     this.Inspection.set_UseVisualStyleBackColor(true);
     this.dgvInspections.set_AllowUserToAddRows(false);
     this.dgvInspections.set_AllowUserToDeleteRows(false);
     this.dgvInspections.set_AllowUserToResizeRows(false);
     this.dgvInspections.set_AutoGenerateColumns(false);
     this.dgvInspections.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill);
     this.dgvInspections.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvInspections.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.inspectionDateTimeDataGridViewTextBoxColumn, this.StatusName, this.Inspector, this.UserName });
     this.dgvInspections.set_DataSource(this.bsHouseInspection);
     this.dgvInspections.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvInspections.set_Location(new System.Drawing.Point(0, 0x19));
     this.dgvInspections.set_MultiSelect(false);
     this.dgvInspections.set_Name("dgvInspections");
     this.dgvInspections.set_ReadOnly(true);
     this.dgvInspections.set_RowHeadersVisible(false);
     this.dgvInspections.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvInspections.set_Size(new System.Drawing.Size(0x27f, 0x229));
     this.dgvInspections.set_TabIndex(1);
     this.dgvInspections.add_CellMouseDoubleClick(new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvInspections_CellMouseDoubleClick));
     this.dgvInspections.add_PreviewKeyDown(new System.Windows.Forms.PreviewKeyDownEventHandler(this.dgvInspections_PreviewKeyDown));
     this.inspectionDateTimeDataGridViewTextBoxColumn.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.inspectionDateTimeDataGridViewTextBoxColumn.set_DataPropertyName("InspectionDateTime");
     this.inspectionDateTimeDataGridViewTextBoxColumn.set_HeaderText("Дата проведения осмотра");
     this.inspectionDateTimeDataGridViewTextBoxColumn.set_Name("inspectionDateTimeDataGridViewTextBoxColumn");
     this.inspectionDateTimeDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.inspectionDateTimeDataGridViewTextBoxColumn.set_Width(0x98);
     this.StatusName.set_DataPropertyName("StatusName");
     this.StatusName.set_HeaderText("Статус");
     this.StatusName.set_Name("StatusName");
     this.StatusName.set_ReadOnly(true);
     this.Inspector.set_DataPropertyName("Inspector");
     this.Inspector.set_HeaderText("Инспектор");
     this.Inspector.set_Name("Inspector");
     this.Inspector.set_ReadOnly(true);
     this.UserName.set_DataPropertyName("UserName");
     this.UserName.set_HeaderText("Пользователь");
     this.UserName.set_Name("UserName");
     this.UserName.set_ReadOnly(true);
     this.bsHouseInspection.set_DataSource(typeof(UjfApartmentHouseInspection));
     this.tsInspection.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsBtnAddInspection, this.tsBtnChangeInspection, this.tsBtnDeleteInstepction, this.tsBtnApartmentHousePartElement, this.tssBtnActs, this.tssReports });
     this.tsInspection.set_Location(new System.Drawing.Point(0, 0));
     this.tsInspection.set_Name("tsInspection");
     this.tsInspection.set_Size(new System.Drawing.Size(0x27f, 0x19));
     this.tsInspection.set_TabIndex(0);
     this.tsInspection.set_Text("toolStrip4");
     this.tsBtnAddInspection.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsBtnAddInspection.set_Image(Resources.ADD);
     this.tsBtnAddInspection.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnAddInspection.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnAddInspection.set_Name("tsBtnAddInspection");
     this.tsBtnAddInspection.set_Size(new System.Drawing.Size(0x18, 0x16));
     this.tsBtnAddInspection.set_Text("Добавить");
     this.tsBtnAddInspection.add_Click(new System.EventHandler(this.tsBtnAddInspection_Click));
     this.tsBtnChangeInspection.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsBtnChangeInspection.set_Image(Resources.CHANGE);
     this.tsBtnChangeInspection.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnChangeInspection.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnChangeInspection.set_Name("tsBtnChangeInspection");
     this.tsBtnChangeInspection.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsBtnChangeInspection.set_Text("Изменить");
     this.tsBtnChangeInspection.add_Click(new System.EventHandler(this.tsBtnChangeInspection_Click));
     this.tsBtnDeleteInstepction.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsBtnDeleteInstepction.set_Image(Resources.DELETE);
     this.tsBtnDeleteInstepction.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnDeleteInstepction.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnDeleteInstepction.set_Name("tsBtnDeleteInstepction");
     this.tsBtnDeleteInstepction.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsBtnDeleteInstepction.set_Text("Удалить");
     this.tsBtnDeleteInstepction.add_Click(new System.EventHandler(this.tsBtnDeleteInstepction_Click));
     this.tsBtnApartmentHousePartElement.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsBtnApartmentHousePartElement.set_Image(Resources.COPY);
     this.tsBtnApartmentHousePartElement.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnApartmentHousePartElement.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnApartmentHousePartElement.set_Name("tsBtnApartmentHousePartElement");
     this.tsBtnApartmentHousePartElement.set_Size(new System.Drawing.Size(0x18, 0x16));
     this.tsBtnApartmentHousePartElement.set_Text("Дефекты");
     this.tsBtnApartmentHousePartElement.add_Click(new System.EventHandler(this.tsBtnApartmentHousePartElement_Click));
     this.tssBtnActs.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tssBtnActs.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiInspectionAct, this.tsmiInspectionAct_Pystograf, this.tsmiInspectionAct_PystografMin });
     this.tssBtnActs.set_Image((System.Drawing.Image) manager.GetObject("tssBtnActs.Image"));
     this.tssBtnActs.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tssBtnActs.set_Name("tssBtnActs");
     this.tssBtnActs.set_Size(new System.Drawing.Size(0x33, 0x16));
     this.tssBtnActs.set_Text("Акты");
     this.tsmiInspectionAct.set_Name("tsmiInspectionAct");
     this.tsmiInspectionAct.set_Size(new System.Drawing.Size(0xe0, 0x16));
     this.tsmiInspectionAct.set_Text("Акт осмотра");
     this.tsmiInspectionAct.add_Click(new System.EventHandler(this.tsmiInspectionAct_Click));
     this.tsmiInspectionAct_Pystograf.set_Name("tsmiInspectionAct_Pystograf");
     this.tsmiInspectionAct_Pystograf.set_Size(new System.Drawing.Size(0xe0, 0x16));
     this.tsmiInspectionAct_Pystograf.set_Text("Акт осмотра по элементам");
     this.tsmiInspectionAct_Pystograf.add_Click(new System.EventHandler(this.tsmiInspectionAct_Pystograf_Click));
     this.tsmiInspectionAct_PystografMin.set_Name("tsmiInspectionAct_PystografMin");
     this.tsmiInspectionAct_PystografMin.set_Size(new System.Drawing.Size(0xe0, 0x16));
     this.tsmiInspectionAct_PystografMin.set_Text("Акт проверки");
     this.tsmiInspectionAct_PystografMin.add_Click(new System.EventHandler(this.tsmiInspectionAct_PystografMin_Click));
     this.tssReports.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tssReports.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiDefectsCoordinationWorkByInspection, this.tsmiDefectsDelayWorkByInspecion, this.tsmiListExpiredAndCurrentDefects, this.tsmiListCoordinationVolumesDefects });
     this.tssReports.set_Image((System.Drawing.Image) manager.GetObject("tssReports.Image"));
     this.tssReports.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tssReports.set_Name("tssReports");
     this.tssReports.set_Size(new System.Drawing.Size(0x40, 0x16));
     this.tssReports.set_Text("Отчёты");
     this.tsmiDefectsCoordinationWorkByInspection.set_Enabled(false);
     this.tsmiDefectsCoordinationWorkByInspection.set_Name("tsmiDefectsCoordinationWorkByInspection");
     this.tsmiDefectsCoordinationWorkByInspection.set_Size(new System.Drawing.Size(0x17b, 0x16));
     this.tsmiDefectsCoordinationWorkByInspection.set_Text("Перечень согласованных объёмов дефектов");
     this.tsmiDefectsCoordinationWorkByInspection.add_Click(new System.EventHandler(this.tsmiDefectsCoordinationWorkByInspection_Click));
     this.tsmiDefectsDelayWorkByInspecion.set_Enabled(false);
     this.tsmiDefectsDelayWorkByInspecion.set_Name("tsmiDefectsDelayWorkByInspecion");
     this.tsmiDefectsDelayWorkByInspecion.set_Size(new System.Drawing.Size(0x17b, 0x16));
     this.tsmiDefectsDelayWorkByInspecion.set_Text("Сводная ведомость просроченных и текущих дефектов");
     this.tsmiDefectsDelayWorkByInspecion.add_Click(new System.EventHandler(this.tsmiDefectsDelayWorkByInspecion_Click));
     this.tsmiListExpiredAndCurrentDefects.set_Name("tsmiListExpiredAndCurrentDefects");
     this.tsmiListExpiredAndCurrentDefects.set_Size(new System.Drawing.Size(0x17b, 0x16));
     this.tsmiListExpiredAndCurrentDefects.set_Text("Перечень просроченных и текущих дефектов");
     this.tsmiListExpiredAndCurrentDefects.add_Click(new System.EventHandler(this.tsmiListExpiredAndCurrentDefects_Click));
     this.Vote.Controls.Add(this.dgwMeeting);
     this.Vote.Controls.Add(this.tsVote);
     this.Vote.set_Location(new System.Drawing.Point(4, 0x16));
     this.Vote.set_Name("Vote");
     this.Vote.set_Size(new System.Drawing.Size(0x27f, 0x242));
     this.Vote.set_TabIndex(6);
     this.Vote.set_Text("Собрания");
     this.Vote.set_UseVisualStyleBackColor(true);
     this.dgwMeeting.set_AllowUserToAddRows(false);
     this.dgwMeeting.set_AllowUserToDeleteRows(false);
     this.dgwMeeting.set_AutoGenerateColumns(false);
     this.dgwMeeting.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgwMeeting.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dateDataGridViewTextBoxColumn, this.endVotingDateDataGridViewTextBoxColumn, this.publishVotingDateDataGridViewTextBoxColumn, this.votingKindNameDataGridViewTextBoxColumn, this.votingAcceptAdressDataGridViewTextBoxColumn, this.meetingInitiatorDataGridViewTextBoxColumn, this.noticeDateDataGridViewTextBoxColumn, this.protocolDateDataGridViewTextBoxColumn, this.protocolNumberDataGridViewTextBoxColumn });
     this.dgwMeeting.set_DataSource(this.bsUjfMeetings);
     this.dgwMeeting.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgwMeeting.set_Location(new System.Drawing.Point(0, 0x19));
     this.dgwMeeting.set_MultiSelect(false);
     this.dgwMeeting.set_Name("dgwMeeting");
     this.dgwMeeting.set_ReadOnly(true);
     this.dgwMeeting.set_RowHeadersVisible(false);
     this.dgwMeeting.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgwMeeting.set_Size(new System.Drawing.Size(0x27f, 0x229));
     this.dgwMeeting.set_TabIndex(1);
     this.dgwMeeting.add_CellMouseDoubleClick(new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgwMeeting_CellMouseDoubleClick));
     this.dateDataGridViewTextBoxColumn.set_DataPropertyName("Date");
     this.dateDataGridViewTextBoxColumn.set_HeaderText("Дата собрания");
     this.dateDataGridViewTextBoxColumn.set_Name("dateDataGridViewTextBoxColumn");
     this.dateDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.endVotingDateDataGridViewTextBoxColumn.set_DataPropertyName("EndVotingDate");
     this.endVotingDateDataGridViewTextBoxColumn.set_HeaderText("Дата окончания голосования");
     this.endVotingDateDataGridViewTextBoxColumn.set_Name("endVotingDateDataGridViewTextBoxColumn");
     this.endVotingDateDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.publishVotingDateDataGridViewTextBoxColumn.set_DataPropertyName("PublishVotingDate");
     this.publishVotingDateDataGridViewTextBoxColumn.set_HeaderText("Дата объявления результатов");
     this.publishVotingDateDataGridViewTextBoxColumn.set_Name("publishVotingDateDataGridViewTextBoxColumn");
     this.publishVotingDateDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.votingKindNameDataGridViewTextBoxColumn.set_DataPropertyName("VotingKindName");
     this.votingKindNameDataGridViewTextBoxColumn.set_HeaderText("Форма голосования");
     this.votingKindNameDataGridViewTextBoxColumn.set_Name("votingKindNameDataGridViewTextBoxColumn");
     this.votingKindNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.votingAcceptAdressDataGridViewTextBoxColumn.set_DataPropertyName("VotingAcceptAdress");
     this.votingAcceptAdressDataGridViewTextBoxColumn.set_HeaderText("Место приема бюллетеней");
     this.votingAcceptAdressDataGridViewTextBoxColumn.set_Name("votingAcceptAdressDataGridViewTextBoxColumn");
     this.votingAcceptAdressDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.meetingInitiatorDataGridViewTextBoxColumn.set_DataPropertyName("MeetingInitiator");
     this.meetingInitiatorDataGridViewTextBoxColumn.set_HeaderText("Инициатор голосования");
     this.meetingInitiatorDataGridViewTextBoxColumn.set_Name("meetingInitiatorDataGridViewTextBoxColumn");
     this.meetingInitiatorDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.noticeDateDataGridViewTextBoxColumn.set_DataPropertyName("NoticeDate");
     this.noticeDateDataGridViewTextBoxColumn.set_HeaderText("Дата рассылки извещений");
     this.noticeDateDataGridViewTextBoxColumn.set_Name("noticeDateDataGridViewTextBoxColumn");
     this.noticeDateDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.protocolDateDataGridViewTextBoxColumn.set_DataPropertyName("ProtocolDate");
     this.protocolDateDataGridViewTextBoxColumn.set_HeaderText("Дата протокола");
     this.protocolDateDataGridViewTextBoxColumn.set_Name("protocolDateDataGridViewTextBoxColumn");
     this.protocolDateDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.protocolNumberDataGridViewTextBoxColumn.set_DataPropertyName("ProtocolNumber");
     this.protocolNumberDataGridViewTextBoxColumn.set_HeaderText("Номер протокола");
     this.protocolNumberDataGridViewTextBoxColumn.set_Name("protocolNumberDataGridViewTextBoxColumn");
     this.protocolNumberDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.bsUjfMeetings.set_DataSource(typeof(UjfMeeting));
     this.tsVote.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbAddMeeting, this.tsbChangeMeeting, this.tsbDeleteMeeting });
     this.tsVote.set_Location(new System.Drawing.Point(0, 0));
     this.tsVote.set_Name("tsVote");
     this.tsVote.set_Size(new System.Drawing.Size(0x27f, 0x19));
     this.tsVote.set_TabIndex(0);
     this.tsVote.set_Text("toolStrip1");
     this.tsbAddMeeting.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsbAddMeeting.set_Image(Resources.ADD);
     this.tsbAddMeeting.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsbAddMeeting.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbAddMeeting.set_Name("tsbAddMeeting");
     this.tsbAddMeeting.set_Size(new System.Drawing.Size(0x18, 0x16));
     this.tsbAddMeeting.set_Text("Добавить");
     this.tsbAddMeeting.add_Click(new System.EventHandler(this.tsbAddMeeting_Click));
     this.tsbChangeMeeting.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsbChangeMeeting.set_Image(Resources.CHANGE);
     this.tsbChangeMeeting.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsbChangeMeeting.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbChangeMeeting.set_Name("tsbChangeMeeting");
     this.tsbChangeMeeting.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsbChangeMeeting.set_Text("Редактировать");
     this.tsbChangeMeeting.add_Click(new System.EventHandler(this.tsbChangeMeeting_Click));
     this.tsbDeleteMeeting.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsbDeleteMeeting.set_Image(Resources.DELETE);
     this.tsbDeleteMeeting.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsbDeleteMeeting.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbDeleteMeeting.set_Name("tsbDeleteMeeting");
     this.tsbDeleteMeeting.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsbDeleteMeeting.set_Text("Удалить");
     this.tsbDeleteMeeting.add_Click(new System.EventHandler(this.tsbDeleteMeeting_Click));
     this.dataGridViewTextBoxColumn1.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill);
     this.dataGridViewTextBoxColumn1.set_DataPropertyName("HouseId");
     this.dataGridViewTextBoxColumn1.set_HeaderText("HouseId");
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn1.set_Visible(false);
     this.dataGridViewTextBoxColumn2.set_DataPropertyName("ServiceId");
     this.dataGridViewTextBoxColumn2.set_HeaderText("ServiceId");
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.dataGridViewTextBoxColumn2.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn2.set_Visible(false);
     this.dataGridViewTextBoxColumn2.set_Width(0x42);
     this.dataGridViewTextBoxColumn3.set_DataPropertyName("ServiceName");
     this.dataGridViewTextBoxColumn3.set_HeaderText("Название сервиса");
     this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3");
     this.dataGridViewTextBoxColumn3.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn3.set_Visible(false);
     this.dataGridViewTextBoxColumn3.set_Width(0xd4);
     this.dataGridViewTextBoxColumn4.set_DataPropertyName("FromDate");
     this.dataGridViewTextBoxColumn4.set_HeaderText("С");
     this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4");
     this.dataGridViewTextBoxColumn4.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn4.set_Visible(false);
     this.dataGridViewTextBoxColumn4.set_Width(0xd4);
     this.addressTreeView.DenyEditing = false;
     this.addressTreeView.set_Dock(System.Windows.Forms.DockStyle.Left);
     this.addressTreeView.set_HideSelection(false);
     this.addressTreeView.set_Location(new System.Drawing.Point(0, 0));
     this.addressTreeView.set_Name("addressTreeView");
     this.addressTreeView.SelectedAddress = null;
     this.addressTreeView.set_ShowNodeToolTips(true);
     this.addressTreeView.set_Size(new System.Drawing.Size(0xe5, 0x275));
     this.addressTreeView.set_TabIndex(1);
     this.addressTreeView.add_BeforeExpand(new System.Windows.Forms.TreeViewCancelEventHandler(this.addressTreeView_BeforeExpand));
     this.addressTreeView.add_AfterSelect(new System.Windows.Forms.TreeViewEventHandler(this.addressTreeView_AfterSelect));
     this.dataGridViewTextBoxColumn5.set_DataPropertyName("ToDate");
     this.dataGridViewTextBoxColumn5.set_HeaderText("По");
     this.dataGridViewTextBoxColumn5.set_Name("dataGridViewTextBoxColumn5");
     this.dataGridViewTextBoxColumn5.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn5.set_Visible(false);
     this.dataGridViewTextBoxColumn6.set_DataPropertyName("ObjectWithIdType");
     this.dataGridViewTextBoxColumn6.set_HeaderText("ObjectWithIdType");
     this.dataGridViewTextBoxColumn6.set_Name("dataGridViewTextBoxColumn6");
     this.dataGridViewTextBoxColumn6.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn6.set_Visible(false);
     this.dataGridViewTextBoxColumn7.set_DataPropertyName("Id");
     this.dataGridViewTextBoxColumn7.set_HeaderText("Id");
     this.dataGridViewTextBoxColumn7.set_Name("dataGridViewTextBoxColumn7");
     this.dataGridViewTextBoxColumn7.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn7.set_Visible(false);
     this.dataGridViewTextBoxColumn8.set_DataPropertyName("ServiceName");
     this.dataGridViewTextBoxColumn8.set_HeaderText("Название сервиса");
     this.dataGridViewTextBoxColumn8.set_Name("dataGridViewTextBoxColumn8");
     this.dataGridViewTextBoxColumn8.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn8.set_Visible(false);
     this.dataGridViewTextBoxColumn9.set_DataPropertyName("FromDate");
     this.dataGridViewTextBoxColumn9.set_HeaderText("С");
     this.dataGridViewTextBoxColumn9.set_Name("dataGridViewTextBoxColumn9");
     this.dataGridViewTextBoxColumn9.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn9.set_Visible(false);
     this.dataGridViewTextBoxColumn10.set_DataPropertyName("ToDate");
     this.dataGridViewTextBoxColumn10.set_HeaderText("По");
     this.dataGridViewTextBoxColumn10.set_Name("dataGridViewTextBoxColumn10");
     this.dataGridViewTextBoxColumn10.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn11.set_DataPropertyName("ApartmentSquare");
     this.dataGridViewTextBoxColumn11.set_HeaderText("ApartmentSquare");
     this.dataGridViewTextBoxColumn11.set_Name("dataGridViewTextBoxColumn11");
     this.dataGridViewTextBoxColumn11.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn11.set_Width(0xf7);
     this.dataGridViewTextBoxColumn12.set_DataPropertyName("LadderSquare");
     this.dataGridViewTextBoxColumn12.set_HeaderText("LadderSquare");
     this.dataGridViewTextBoxColumn12.set_Name("dataGridViewTextBoxColumn12");
     this.dataGridViewTextBoxColumn12.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn13.set_DataPropertyName("FormulaValue");
     this.dataGridViewTextBoxColumn13.set_HeaderText("FormulaValue");
     this.dataGridViewTextBoxColumn13.set_Name("dataGridViewTextBoxColumn13");
     this.dataGridViewTextBoxColumn13.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn14.set_DataPropertyName("HouseHolderId");
     this.dataGridViewTextBoxColumn14.set_HeaderText("HouseHolderId");
     this.dataGridViewTextBoxColumn14.set_Name("dataGridViewTextBoxColumn14");
     this.dataGridViewTextBoxColumn14.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn15.set_DataPropertyName("ObjectWithIdType");
     this.dataGridViewTextBoxColumn15.set_HeaderText("ObjectWithIdType");
     this.dataGridViewTextBoxColumn15.set_Name("dataGridViewTextBoxColumn15");
     this.dataGridViewTextBoxColumn15.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn16.set_DataPropertyName("Id");
     this.dataGridViewTextBoxColumn16.set_HeaderText("Id");
     this.dataGridViewTextBoxColumn16.set_Name("dataGridViewTextBoxColumn16");
     this.dataGridViewTextBoxColumn16.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn17.set_DataPropertyName("MaterialId");
     this.dataGridViewTextBoxColumn17.set_HeaderText("MaterialId");
     this.dataGridViewTextBoxColumn17.set_Name("dataGridViewTextBoxColumn17");
     this.dataGridViewTextBoxColumn17.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn18.set_DataPropertyName("CalcServiceId");
     this.dataGridViewTextBoxColumn18.set_HeaderText("CalcServiceId");
     this.dataGridViewTextBoxColumn18.set_Name("dataGridViewTextBoxColumn18");
     this.dataGridViewTextBoxColumn18.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn19.set_DataPropertyName("Norm");
     this.dataGridViewTextBoxColumn19.set_HeaderText("Norm");
     this.dataGridViewTextBoxColumn19.set_Name("dataGridViewTextBoxColumn19");
     this.dataGridViewTextBoxColumn19.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn20.set_DataPropertyName("Tariff");
     this.dataGridViewTextBoxColumn20.set_HeaderText("Tariff");
     this.dataGridViewTextBoxColumn20.set_Name("dataGridViewTextBoxColumn20");
     this.dataGridViewTextBoxColumn20.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn21.set_DataPropertyName("FormulaValue");
     this.dataGridViewTextBoxColumn21.set_HeaderText("FormulaValue");
     this.dataGridViewTextBoxColumn21.set_Name("dataGridViewTextBoxColumn21");
     this.dataGridViewTextBoxColumn21.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn22.set_DataPropertyName("PriceValue");
     this.dataGridViewTextBoxColumn22.set_HeaderText("PriceValue");
     this.dataGridViewTextBoxColumn22.set_Name("dataGridViewTextBoxColumn22");
     this.dataGridViewTextBoxColumn22.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn23.set_DataPropertyName("ObjectWithIdType");
     this.dataGridViewTextBoxColumn23.set_HeaderText("ObjectWithIdType");
     this.dataGridViewTextBoxColumn23.set_Name("dataGridViewTextBoxColumn23");
     this.dataGridViewTextBoxColumn23.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn23.set_Width(0x80);
     this.dataGridViewTextBoxColumn24.set_DataPropertyName("Id");
     this.dataGridViewTextBoxColumn24.set_HeaderText("Id");
     this.dataGridViewTextBoxColumn24.set_Name("dataGridViewTextBoxColumn24");
     this.dataGridViewTextBoxColumn24.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn24.set_Width(0x3a);
     this.dataGridViewTextBoxColumn25.set_DataPropertyName("ProfessionId");
     this.dataGridViewTextBoxColumn25.set_HeaderText("ProfessionId");
     this.dataGridViewTextBoxColumn25.set_Name("dataGridViewTextBoxColumn25");
     this.dataGridViewTextBoxColumn25.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn25.set_Width(0x42);
     this.dataGridViewTextBoxColumn26.set_DataPropertyName("Rank");
     this.dataGridViewTextBoxColumn26.set_HeaderText("Rank");
     this.dataGridViewTextBoxColumn26.set_Name("dataGridViewTextBoxColumn26");
     this.dataGridViewTextBoxColumn26.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn26.set_Width(0x41);
     this.dataGridViewTextBoxColumn27.set_DataPropertyName("CalcServiceId");
     this.dataGridViewTextBoxColumn27.set_HeaderText("CalcServiceId");
     this.dataGridViewTextBoxColumn27.set_Name("dataGridViewTextBoxColumn27");
     this.dataGridViewTextBoxColumn27.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn27.set_Width(0x72);
     this.dataGridViewTextBoxColumn28.set_DataPropertyName("Norm");
     this.dataGridViewTextBoxColumn28.set_HeaderText("Norm");
     this.dataGridViewTextBoxColumn28.set_Name("dataGridViewTextBoxColumn28");
     this.dataGridViewTextBoxColumn28.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn28.set_Width(80);
     this.dataGridViewTextBoxColumn29.set_DataPropertyName("Tariff");
     this.dataGridViewTextBoxColumn29.set_HeaderText("Tariff");
     this.dataGridViewTextBoxColumn29.set_Name("dataGridViewTextBoxColumn29");
     this.dataGridViewTextBoxColumn29.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn29.set_Width(0x81);
     this.dataGridViewTextBoxColumn30.set_DataPropertyName("FormulaValue");
     this.dataGridViewTextBoxColumn30.set_HeaderText("FormulaValue");
     this.dataGridViewTextBoxColumn30.set_Name("dataGridViewTextBoxColumn30");
     this.dataGridViewTextBoxColumn30.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn30.set_Width(0x45);
     this.dataGridViewTextBoxColumn31.set_DataPropertyName("WageValue");
     this.dataGridViewTextBoxColumn31.set_HeaderText("WageValue");
     this.dataGridViewTextBoxColumn31.set_Name("dataGridViewTextBoxColumn31");
     this.dataGridViewTextBoxColumn31.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn31.set_Width(80);
     this.dataGridViewTextBoxColumn32.set_DataPropertyName("ObjectWithIdType");
     this.dataGridViewTextBoxColumn32.set_HeaderText("ObjectWithIdType");
     this.dataGridViewTextBoxColumn32.set_Name("dataGridViewTextBoxColumn32");
     this.dataGridViewTextBoxColumn32.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn32.set_Width(0x42);
     this.dataGridViewTextBoxColumn33.set_DataPropertyName("Id");
     this.dataGridViewTextBoxColumn33.set_HeaderText("Id");
     this.dataGridViewTextBoxColumn33.set_Name("dataGridViewTextBoxColumn33");
     this.dataGridViewTextBoxColumn33.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn33.set_Width(0x41);
     this.dataGridViewTextBoxColumn34.set_DataPropertyName("NormChelChas");
     this.dataGridViewTextBoxColumn34.set_HeaderText("Трудоемкость чел.-час. в год");
     this.dataGridViewTextBoxColumn34.set_Name("dataGridViewTextBoxColumn34");
     this.dataGridViewTextBoxColumn34.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn34.set_Width(0x95);
     this.dataGridViewTextBoxColumn35.set_DataPropertyName("NormNeVihod");
     this.dataGridViewTextBoxColumn35.set_HeaderText("Трудоемкость с учетом невыхода");
     this.dataGridViewTextBoxColumn35.set_Name("dataGridViewTextBoxColumn35");
     this.dataGridViewTextBoxColumn35.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn35.set_Width(0x8e);
     this.dataGridViewTextBoxColumn36.set_DataPropertyName("FormulaUi");
     this.dataGridViewTextBoxColumn36.set_HeaderText("Формула");
     this.dataGridViewTextBoxColumn36.set_Name("dataGridViewTextBoxColumn36");
     this.dataGridViewTextBoxColumn36.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn36.set_Width(80);
     this.dataGridViewTextBoxColumn37.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.dataGridViewTextBoxColumn37.set_DataPropertyName("InspectionDataTime");
     this.dataGridViewTextBoxColumn37.set_HeaderText("Дата проведения осмотра");
     this.dataGridViewTextBoxColumn37.set_Name("dataGridViewTextBoxColumn37");
     this.dataGridViewTextBoxColumn37.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn38.set_DataPropertyName("StatusId");
     this.dataGridViewTextBoxColumn38.set_HeaderText("Статус");
     this.dataGridViewTextBoxColumn38.set_Name("dataGridViewTextBoxColumn38");
     this.dataGridViewTextBoxColumn38.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn38.set_Width(0x42);
     this.dataGridViewTextBoxColumn39.set_DataPropertyName("InspectionKindId");
     this.dataGridViewTextBoxColumn39.set_HeaderText("Тип осмотра");
     this.dataGridViewTextBoxColumn39.set_Name("dataGridViewTextBoxColumn39");
     this.dataGridViewTextBoxColumn39.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn39.set_Width(0x61);
     this.dataGridViewTextBoxColumn40.set_DataPropertyName("Date");
     this.dataGridViewTextBoxColumn40.set_HeaderText("Date");
     this.dataGridViewTextBoxColumn40.set_Name("dataGridViewTextBoxColumn40");
     this.dataGridViewTextBoxColumn40.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn40.set_Width(0xa2);
     this.dataGridViewTextBoxColumn41.set_DataPropertyName("EndVotingDate");
     this.dataGridViewTextBoxColumn41.set_HeaderText("EndVotingDate");
     this.dataGridViewTextBoxColumn41.set_Name("dataGridViewTextBoxColumn41");
     this.dataGridViewTextBoxColumn41.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn41.set_Width(0x79);
     this.dataGridViewTextBoxColumn42.set_DataPropertyName("HouseId");
     this.dataGridViewTextBoxColumn42.set_HeaderText("HouseId");
     this.dataGridViewTextBoxColumn42.set_Name("dataGridViewTextBoxColumn42");
     this.dataGridViewTextBoxColumn42.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn43.set_DataPropertyName("MeetingInitiator");
     this.dataGridViewTextBoxColumn43.set_HeaderText("MeetingInitiator");
     this.dataGridViewTextBoxColumn43.set_Name("dataGridViewTextBoxColumn43");
     this.dataGridViewTextBoxColumn43.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn44.set_DataPropertyName("NoticeDate");
     this.dataGridViewTextBoxColumn44.set_HeaderText("NoticeDate");
     this.dataGridViewTextBoxColumn44.set_Name("dataGridViewTextBoxColumn44");
     this.dataGridViewTextBoxColumn44.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn45.set_DataPropertyName("ProtocolDate");
     this.dataGridViewTextBoxColumn45.set_HeaderText("ProtocolDate");
     this.dataGridViewTextBoxColumn45.set_Name("dataGridViewTextBoxColumn45");
     this.dataGridViewTextBoxColumn45.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn46.set_DataPropertyName("ProtocolNumber");
     this.dataGridViewTextBoxColumn46.set_HeaderText("ProtocolNumber");
     this.dataGridViewTextBoxColumn46.set_Name("dataGridViewTextBoxColumn46");
     this.dataGridViewTextBoxColumn46.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn47.set_DataPropertyName("PublishVotingDate");
     this.dataGridViewTextBoxColumn47.set_HeaderText("PublishVotingDate");
     this.dataGridViewTextBoxColumn47.set_Name("dataGridViewTextBoxColumn47");
     this.dataGridViewTextBoxColumn47.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn48.set_DataPropertyName("VotingAcceptAdress");
     this.dataGridViewTextBoxColumn48.set_HeaderText("VotingAcceptAdress");
     this.dataGridViewTextBoxColumn48.set_Name("dataGridViewTextBoxColumn48");
     this.dataGridViewTextBoxColumn48.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn49.set_DataPropertyName("VotingKindId");
     this.dataGridViewTextBoxColumn49.set_HeaderText("VotingKindId");
     this.dataGridViewTextBoxColumn49.set_Name("dataGridViewTextBoxColumn49");
     this.dataGridViewTextBoxColumn49.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn50.set_DataPropertyName("VotingKindName");
     this.dataGridViewTextBoxColumn50.set_HeaderText("VotingKindName");
     this.dataGridViewTextBoxColumn50.set_Name("dataGridViewTextBoxColumn50");
     this.dataGridViewTextBoxColumn50.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn51.set_DataPropertyName("ObjectWithIdType");
     this.dataGridViewTextBoxColumn51.set_HeaderText("ObjectWithIdType");
     this.dataGridViewTextBoxColumn51.set_Name("dataGridViewTextBoxColumn51");
     this.dataGridViewTextBoxColumn52.set_DataPropertyName("Id");
     this.dataGridViewTextBoxColumn52.set_HeaderText("Id");
     this.dataGridViewTextBoxColumn52.set_Name("dataGridViewTextBoxColumn52");
     this.InspectionDateTime.set_DataPropertyName("InspectionDataTime");
     this.InspectionDateTime.set_HeaderText("Дата проведения осмотра");
     this.InspectionDateTime.set_Name("InspectionDateTime");
     this.InspectionDateTime.set_ReadOnly(true);
     this.tsmiListCoordinationVolumesDefects.set_Name("tsmiListCoordinationVolumesDefects");
     this.tsmiListCoordinationVolumesDefects.set_Size(new System.Drawing.Size(0x17b, 0x16));
     this.tsmiListCoordinationVolumesDefects.set_Text("Перечень согласованных объемов дефектов");
     this.tsmiListCoordinationVolumesDefects.add_Click(new System.EventHandler(this.tsmiListCoordinationVolumesDefects_Click));
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.tabControl);
     base.Controls.Add(this.tsAddress);
     base.Controls.Add(this.addressTreeView);
     base.set_Name("HouseServiceView");
     base.set_Size(new System.Drawing.Size(0x36c, 0x275));
     base.add_Load(new System.EventHandler(this.HouseServiceView_Load));
     this.tsAddress.ResumeLayout(false);
     this.tsAddress.PerformLayout();
     this.tabControl.ResumeLayout(false);
     this.MainInformation.ResumeLayout(false);
     this.Square.ResumeLayout(false);
     this.splitContainer3.Panel1.ResumeLayout(false);
     this.splitContainer3.Panel1.PerformLayout();
     this.splitContainer3.Panel2.ResumeLayout(false);
     this.splitContainer3.EndInit();
     this.splitContainer3.ResumeLayout(false);
     this.dgvHouseApartmentDetail.EndInit();
     this.bsHouseApartmentDetail.EndInit();
     this.tsSquare.ResumeLayout(false);
     this.tsSquare.PerformLayout();
     this.splitContainer4.Panel1.ResumeLayout(false);
     this.splitContainer4.Panel2.ResumeLayout(false);
     this.splitContainer4.EndInit();
     this.splitContainer4.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.nudMetalSchelterDoorNumber.EndInit();
     this.nudBuildInNumber.EndInit();
     this.nudCommonNumber.EndInit();
     this.groupBox2.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.EngineeringEquipment.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tabPage6.ResumeLayout(false);
     this.tabPage6.PerformLayout();
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     this.nudHeatingConvectorsNumber.EndInit();
     this.nudHeatingHeatCenterNumber.EndInit();
     this.nudHeatingBoxes.EndInit();
     this.nudHeatingElevators.EndInit();
     this.nudHeatingThreewayValvesNumber.EndInit();
     this.nudHeatingValvesNumber.EndInit();
     this.nudHeatingDynamicValvesNumber.EndInit();
     this.nudHeatingSteelHeatersNumber.EndInit();
     this.nudHeatingLockedValvesNumber.EndInit();
     this.nudHeatingRadiatorNumberApartment.EndInit();
     this.nudHeatingRadiatorNumberStairwell.EndInit();
     this.nudHeatingRisesNumber.EndInit();
     this.nudHeatingControlAssemblyNumber.EndInit();
     this.nudHeatingEntryPointNumber.EndInit();
     this.tabPage7.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.panel5.PerformLayout();
     this.nudHotWaterFillingLength.EndInit();
     this.nudHotWaterBasementPlugValvesNumber.EndInit();
     this.nudHotWaterBasementValvesNumber.EndInit();
     this.nudHotWaterDynamicValvesNumber.EndInit();
     this.nudHotWaterRisesNumber.EndInit();
     this.nudHotWaterControlAssemblyNumber.EndInit();
     this.nudHotWaterEntryPointNumber.EndInit();
     this.tabPage8.ResumeLayout(false);
     this.panel6.ResumeLayout(false);
     this.panel6.PerformLayout();
     this.nudSewageAuditCoversNumber.EndInit();
     this.nudSewageRisesNumber.EndInit();
     this.tabPage9.ResumeLayout(false);
     this.panel7.ResumeLayout(false);
     this.panel7.PerformLayout();
     this.nudColdWaterBrassValvesNumber.EndInit();
     this.nudColdWaterBasementValvesNumber.EndInit();
     this.nudColdWaterGaugingSitesNumber.EndInit();
     this.numericUpDown24.EndInit();
     this.nudColdWaterRisesNumber.EndInit();
     this.tabPage10.ResumeLayout(false);
     this.panel8.ResumeLayout(false);
     this.panel8.PerformLayout();
     this.nudPowerSupplyElectroStoveNumber.EndInit();
     this.nudPowerSupplyStreetLightNumber.EndInit();
     this.nudPowerSupplySwitchesNumber.EndInit();
     this.nudPowerSupplyLumpsNumberHID.EndInit();
     this.nudPowerSupplyLumpsNumberIncadescent.EndInit();
     this.nudPowerSupplyLumpsNumberDaylight.EndInit();
     this.nudPowerSupplyNumberPlateNumber.EndInit();
     this.nudPowerSupplyCountersNumberTwoRates.EndInit();
     this.nudPowerSupplyGroupPanelNumber.EndInit();
     this.nudPowerSupplyEntryPointNumber.EndInit();
     this.nudPowerSupplyPowerPanelNumber.EndInit();
     this.nudPowerSupplyDistributionSystemNumber.EndInit();
     this.nudPowerSupplyCountersNumberTotal.EndInit();
     this.tabPage11.ResumeLayout(false);
     this.panel9.ResumeLayout(false);
     this.panel9.PerformLayout();
     this.nudGasSupplyEntryPointNumber.EndInit();
     this.nudGasStoveNumber.EndInit();
     this.nudGasSupplyGeyserNumber.EndInit();
     this.nudGasBoilerNumber.EndInit();
     this.nudGasSupplyCountersNumberTotal.EndInit();
     this.tabPage12.ResumeLayout(false);
     this.panel10.ResumeLayout(false);
     this.panel10.PerformLayout();
     this.nudChuteRecievingValveNumber.EndInit();
     this.nudChuteBarrelNumber.EndInit();
     this.tabPage13.ResumeLayout(false);
     this.panel11.ResumeLayout(false);
     this.panel11.PerformLayout();
     this.nudPoolNumber.EndInit();
     this.nudSaunaNumber.EndInit();
     this.nudIntercomNumber.EndInit();
     this.tabPage14.ResumeLayout(false);
     this.panel12.ResumeLayout(false);
     this.panel12.PerformLayout();
     this.nudLiftOpeningDoorsNumber.EndInit();
     this.nudLiftFoldingDoorsNumber.EndInit();
     this.nudLiftCombiLiftNumber.EndInit();
     this.nudLiftTruckLiftNumber.EndInit();
     this.nudLiftPassengerLiftNumber.EndInit();
     this.nudLiftTotalNumber.EndInit();
     this.Service.ResumeLayout(false);
     this.Service.PerformLayout();
     this.dgvServices.EndInit();
     this.bsHouseService.EndInit();
     this.tsService.ResumeLayout(false);
     this.tsService.PerformLayout();
     this.Calc.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.dgvCalcService.EndInit();
     this.bsCalcServices.EndInit();
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.EndInit();
     this.splitContainer2.ResumeLayout(false);
     this.dgvCalcServiceMaterial.EndInit();
     this.bsCalcServiceMaterials.EndInit();
     this.dgvCalcServiceWages.EndInit();
     this.bsCalcServiceWages.EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.Inspection.ResumeLayout(false);
     this.Inspection.PerformLayout();
     this.dgvInspections.EndInit();
     this.bsHouseInspection.EndInit();
     this.tsInspection.ResumeLayout(false);
     this.tsInspection.PerformLayout();
     this.Vote.ResumeLayout(false);
     this.Vote.PerformLayout();
     this.dgwMeeting.EndInit();
     this.bsUjfMeetings.EndInit();
     this.tsVote.ResumeLayout(false);
     this.tsVote.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 22
0
 private void InitializeComponent()
 {
     this.components = new Container();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(GroupReсalculationView));
     this.datePeriod = new DatePeriod();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.btnReCalc = new System.Windows.Forms.Button();
     this.selectOrgDocument = new SelectOrgDocument();
     this.label1 = new System.Windows.Forms.Label();
     this.selectReCalc = new SelectFasetData();
     this.vwServiceSearch = new ServiceSearchView();
     this.chbxWithBankrupt = new System.Windows.Forms.CheckBox();
     this.epRights = new System.Windows.Forms.ErrorProvider(this.components);
     this.rbRecalc = new System.Windows.Forms.RadioButton();
     this.rbCharge = new System.Windows.Forms.RadioButton();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.panel1 = new System.Windows.Forms.Panel();
     this.epRights.BeginInit();
     this.groupBox1.SuspendLayout();
     this.panel1.SuspendLayout();
     base.SuspendLayout();
     this.datePeriod.AttachToPeriod = true;
     this.datePeriod.DateBeginReadonly = false;
     this.datePeriod.DateEndReadonly = false;
     this.datePeriod.set_Location(new System.Drawing.Point(0x87, 0x10));
     this.datePeriod.set_Margin(new System.Windows.Forms.Padding(4));
     this.datePeriod.set_Name("datePeriod");
     this.datePeriod.set_Size(new System.Drawing.Size(0x10a, 0x17));
     this.datePeriod.set_TabIndex(3);
     this.label4.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(6, 0x31));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x75, 13));
     this.label4.set_TabIndex(6);
     this.label4.set_Text("Причина перерасчета");
     this.label5.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(6, 20));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x70, 13));
     this.label5.set_TabIndex(8);
     this.label5.set_Text("Период перерасчета");
     this.btnReCalc.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnReCalc.set_Location(new System.Drawing.Point(0x273, 0x65));
     this.btnReCalc.set_Name("btnReCalc");
     this.btnReCalc.set_Size(new System.Drawing.Size(0x5f, 0x19));
     this.btnReCalc.set_TabIndex(6);
     this.btnReCalc.set_Text("Пересчитать");
     this.btnReCalc.set_UseVisualStyleBackColor(true);
     this.btnReCalc.add_Click(new System.EventHandler(this.btnReCalc_Click));
     this.selectOrgDocument.set_Location(new System.Drawing.Point(0xe2, 0x4a));
     this.selectOrgDocument.set_Name("selectOrgDocument");
     this.selectOrgDocument.set_Size(new System.Drawing.Size(0x1ec, 0x17));
     this.selectOrgDocument.set_TabIndex(5);
     this.label1.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(6, 0x4d));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0xbc, 13));
     this.label1.set_TabIndex(11);
     this.label1.set_Text("Документ - основание перерасчета");
     this.selectReCalc.set_FormattingEnabled(true);
     this.selectReCalc.set_Location(new System.Drawing.Point(0x8f, 0x2e));
     this.selectReCalc.set_Name("selectReCalc");
     this.selectReCalc.set_Size(new System.Drawing.Size(0x23f, 0x15));
     this.selectReCalc.set_Sorted(true);
     this.selectReCalc.set_TabIndex(4);
     this.vwServiceSearch.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.vwServiceSearch.set_Location(new System.Drawing.Point(0, 0));
     this.vwServiceSearch.set_Margin(new System.Windows.Forms.Padding(3, 4, 3, 4));
     this.vwServiceSearch.set_Name("vwServiceSearch");
     this.vwServiceSearch.set_Size(new System.Drawing.Size(0x2d4, 0x8f));
     this.vwServiceSearch.set_TabIndex(0x10);
     this.chbxWithBankrupt.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.chbxWithBankrupt.set_AutoSize(true);
     this.chbxWithBankrupt.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.chbxWithBankrupt.set_Location(new System.Drawing.Point(0x1ad, 0x6a));
     this.chbxWithBankrupt.set_Name("chbxWithBankrupt");
     this.chbxWithBankrupt.set_Size(new System.Drawing.Size(0xc0, 0x11));
     this.chbxWithBankrupt.set_TabIndex(0x20);
     this.chbxWithBankrupt.set_Text("Учитывать не возвратные долги");
     this.chbxWithBankrupt.set_UseVisualStyleBackColor(true);
     this.epRights.set_BlinkStyle(System.Windows.Forms.ErrorBlinkStyle.NeverBlink);
     this.epRights.set_ContainerControl(this);
     this.epRights.set_Icon((System.Drawing.Icon) manager.GetObject("epRights.Icon"));
     this.epRights.set_RightToLeft(true);
     this.rbRecalc.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.rbRecalc.set_AutoSize(true);
     this.rbRecalc.set_Checked(true);
     this.rbRecalc.set_Location(new System.Drawing.Point(0x107, 0x69));
     this.rbRecalc.set_Name("rbRecalc");
     this.rbRecalc.set_Size(new System.Drawing.Size(160, 0x11));
     this.rbRecalc.set_TabIndex(0x21);
     this.rbRecalc.set_TabStop(true);
     this.rbRecalc.set_Text("Сохранить как перерасчет");
     this.rbRecalc.set_UseVisualStyleBackColor(true);
     this.rbCharge.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.rbCharge.set_AutoSize(true);
     this.rbCharge.set_Location(new System.Drawing.Point(0x60, 0x69));
     this.rbCharge.set_Name("rbCharge");
     this.rbCharge.set_Size(new System.Drawing.Size(0xa1, 0x11));
     this.rbCharge.set_TabIndex(0x22);
     this.rbCharge.set_Text("Сохранить как начисление");
     this.rbCharge.set_UseVisualStyleBackColor(true);
     this.groupBox1.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.datePeriod);
     this.groupBox1.Controls.Add(this.rbCharge);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.rbRecalc);
     this.groupBox1.Controls.Add(this.btnReCalc);
     this.groupBox1.Controls.Add(this.chbxWithBankrupt);
     this.groupBox1.Controls.Add(this.selectOrgDocument);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.selectReCalc);
     this.groupBox1.set_Location(new System.Drawing.Point(0, 140));
     this.groupBox1.set_Name("groupBox1");
     this.groupBox1.set_Size(new System.Drawing.Size(0x2d4, 0x8a));
     this.groupBox1.set_TabIndex(0x23);
     this.groupBox1.set_TabStop(false);
     this.panel1.set_AutoScroll(true);
     this.panel1.Controls.Add(this.vwServiceSearch);
     this.panel1.Controls.Add(this.groupBox1);
     this.panel1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.panel1.set_Location(new System.Drawing.Point(0, 0));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(0x2d4, 0x11f));
     this.panel1.set_TabIndex(0x24);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.panel1);
     base.set_Name("GroupReсalculationView");
     base.set_Size(new System.Drawing.Size(0x2d4, 0x11f));
     base.add_Load(new System.EventHandler(this.GroupReCalculationView_Load));
     this.epRights.EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.panel1.ResumeLayout(false);
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     Area area = new Area();
     House house = new House();
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnOk = new System.Windows.Forms.Button();
     this.datePeriod = new DatePeriod();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.selectServices = new SelectServices();
     base.SuspendLayout();
     this.btnCancel.set_Location(new System.Drawing.Point(0x162, 0x1f));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(0x42, 0x16));
     this.btnCancel.set_TabIndex(0x5d);
     this.btnCancel.set_Text("Отменить");
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.btnCancel.add_Click(new System.EventHandler(this.btnCancel_Click));
     this.btnOk.set_Location(new System.Drawing.Point(0x11a, 0x1f));
     this.btnOk.set_Name("btnOk");
     this.btnOk.set_Size(new System.Drawing.Size(0x42, 0x16));
     this.btnOk.set_TabIndex(0x5c);
     this.btnOk.set_Text("Добавить");
     this.btnOk.set_UseVisualStyleBackColor(true);
     this.btnOk.add_Click(new System.EventHandler(this.btnOk_Click));
     this.datePeriod.AttachToPeriod = false;
     this.datePeriod.DateBeginReadonly = false;
     this.datePeriod.DateEndReadonly = false;
     this.datePeriod.set_Location(new System.Drawing.Point(0x35, 0x20));
     this.datePeriod.set_Margin(new System.Windows.Forms.Padding(4));
     this.datePeriod.set_Name("datePeriod");
     this.datePeriod.set_Size(new System.Drawing.Size(0xe9, 0x17));
     this.datePeriod.set_TabIndex(0x5b);
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(1, 0x24));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x2d, 13));
     this.label2.set_TabIndex(90);
     this.label2.set_Text("Период");
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(1, 11));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x2b, 13));
     this.label1.set_TabIndex(0x59);
     this.label1.set_Text("Услуга");
     area.AreaGroupId = 0L;
     area.AreaGroupName = null;
     area.Id = 0L;
     area.IsDeleted = false;
     area.IsDirty = true;
     area.StatusTemporary = 0;
     area.Name = "";
     area.ObjectWithIdType = null;
     this.selectServices.Area = area;
     this.selectServices.Date = new System.DateTime(0L);
     this.selectServices.FromDate = new System.DateTime(0L);
     house.AdrId = 0L;
     house.AdrName = null;
     int[] numArray = new int[4];
     house.AnotherSquare = new decimal(numArray);
     house.BoroughId = 0;
     house.BoroughName = null;
     house.CargoLift = 0;
     house.Created = new System.DateTime(0L);
     house.Entrance = 0;
     house.FireAlarmType = 0;
     house.FireAlarmTypeName = null;
     int[] numArray2 = new int[4];
     house.FiredArea = new decimal(numArray2);
     house.FiveRoom = 0;
     house.Flat = 0;
     house.Floor = 0;
     int[] numArray3 = new int[4];
     house.FloorArea = new decimal(numArray3);
     house.FormControl = 0;
     house.FormControlTypeName = null;
     house.FourRoom = 0;
     house.GvsType = 0;
     house.GvsTypeName = null;
     house.HeatingType = 0;
     house.HeatingTypeName = null;
     house.HouseChief = null;
     house.HvsType = 0;
     house.HvsTypeName = null;
     house.Id = 0L;
     house.IsDeleted = false;
     house.IsDirty = false;
     int[] numArray4 = new int[4];
     house.KitchensSquare = new decimal(numArray4);
     house.Lift = 0;
     int[] numArray5 = new int[4];
     house.LivingSquare = new decimal(numArray5);
     house.LocalBroadcastingType = 0;
     house.LocalBroadcastingTypeName = null;
     house.ObjectWithIdType = null;
     house.OnDate = new System.DateTime(0L);
     house.OneRoom = 0;
     house.OverflowType = 0;
     house.OverFlowTypeName = null;
     house.OwnershipType = 0;
     house.OwnerShipTypeName = null;
     house.PassLift = 0;
     house.PercentWear = 0;
     house.RoofType = 0;
     house.RoofTypeName = null;
     house.Series = 0;
     house.SewerType = 0;
     house.SewerTypeName = null;
     house.StoveType = 0;
     house.StoveTypeName = null;
     house.SubProvider = null;
     house.ThreeRoom = 0;
     int[] numArray6 = new int[4];
     house.ToiletsSquare = new decimal(numArray6);
     int[] numArray7 = new int[4];
     house.TotalArea = new decimal(numArray7);
     int[] numArray8 = new int[4];
     house.TotalStructureVolume = new decimal(numArray8);
     house.Tvenquipmenttype = 0;
     house.Tvenquipmenttypename = null;
     house.TwoRoom = 0;
     house.Type = 0;
     house.TypeName = null;
     house.UtilizationType = 0;
     house.UtilizationTypeName = null;
     house.WallType = 0;
     house.WallTypeName = null;
     house.YearBegin = 0;
     house.YearPassport = 0;
     this.selectServices.House = house;
     this.selectServices.IsMultiSelect = false;
     this.selectServices.set_Location(new System.Drawing.Point(0x4f, 4));
     this.selectServices.set_Name("selectServices");
     this.selectServices.set_Size(new System.Drawing.Size(0x155, 20));
     this.selectServices.set_TabIndex(0x58);
     this.selectServices.ToDate = new System.DateTime(0x270f, 12, 0x1f, 0x17, 0x3b, 0x3b, 0x3e7);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x1a8, 0x3b));
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.btnOk);
     base.Controls.Add(this.datePeriod);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.selectServices);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedDialog);
     base.set_Name("HouseCounterServiceCounterAddChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     base.add_Load(new System.EventHandler(this.HouseCounterServiceCounterAddChangeForm_Load));
     base.add_FormClosed(new System.Windows.Forms.FormClosedEventHandler(this.HouseCounterServiceCounterAddChangeForm_FormClosed));
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 24
0
 private void InitializeComponent()
 {
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.btnSave = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.period = new DatePeriod();
     this.selectRelations = new SelectFasetData();
     this.selectPerson = new SelectPerson();
     base.SuspendLayout();
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(9, 0x12));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x44, 13));
     this.label1.set_TabIndex(2);
     this.label1.set_Text("Член семьи");
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(9, 0x2d));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x6a, 13));
     this.label2.set_TabIndex(4);
     this.label2.set_Text("Родственная связь");
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(9, 70));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x2d, 13));
     this.label3.set_TabIndex(6);
     this.label3.set_Text("Период");
     this.btnSave.set_Location(new System.Drawing.Point(290, 0x67));
     this.btnSave.set_Name("btnSave");
     this.btnSave.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnSave.set_TabIndex(7);
     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(0x173, 0x67));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnCancel.set_TabIndex(8);
     this.btnCancel.set_Text("Отменить");
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.btnCancel.add_Click(new System.EventHandler(this.btnCancel_Click));
     this.period.AttachToPeriod = false;
     this.period.DateBeginReadonly = false;
     this.period.DateEndReadonly = false;
     this.period.set_Location(new System.Drawing.Point(0x7c, 70));
     this.period.set_Margin(new System.Windows.Forms.Padding(4));
     this.period.set_Name("period");
     this.period.set_Size(new System.Drawing.Size(0x138, 0x1a));
     this.period.set_TabIndex(5);
     this.selectRelations.set_FormattingEnabled(true);
     this.selectRelations.set_Location(new System.Drawing.Point(0x7c, 0x2a));
     this.selectRelations.set_Name("selectRelations");
     this.selectRelations.set_Size(new System.Drawing.Size(0x142, 0x15));
     this.selectRelations.set_Sorted(true);
     this.selectRelations.set_TabIndex(3);
     this.selectPerson.set_Location(new System.Drawing.Point(0x7c, 11));
     this.selectPerson.set_Name("selectPerson");
     this.selectPerson.set_Size(new System.Drawing.Size(0x142, 20));
     this.selectPerson.set_TabIndex(1);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x1c1, 0x85));
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.btnSave);
     base.Controls.Add(this.label3);
     base.Controls.Add(this.period);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.selectRelations);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.selectPerson);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedDialog);
     base.set_MaximizeBox(false);
     base.set_MinimizeBox(false);
     base.set_Name("PersonFamilyAddChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterParent);
     base.add_Load(new System.EventHandler(this.PersonFamilyAddChangeForm_Load));
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 25
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();
     this.btnOk = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.cbDebtDocuments = new System.Windows.Forms.ComboBox();
     this.bsDebtAction = new System.Windows.Forms.BindingSource(this.components);
     this.bsDebtDocuments = new System.Windows.Forms.BindingSource(this.components);
     this.dpDebtActiop = new DatePeriod();
     this.sfdStatus = new SelectFasetData();
     this.bsDebtAccounts = new System.Windows.Forms.BindingSource(this.components);
     this.dgvDebtAccounts = new System.Windows.Forms.DataGridView();
     this.AccountId = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.accountNumberDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.AddressName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.accountOwnerNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.monthCountDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.debtSummDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.groupBox = new System.Windows.Forms.GroupBox();
     this.label4 = new System.Windows.Forms.Label();
     this.tbNameAction = new System.Windows.Forms.TextBox();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label5 = new System.Windows.Forms.Label();
     this.sfdStatusType = new SelectFasetData();
     this.bsDebtActionStatuses = new System.Windows.Forms.BindingSource(this.components);
     this.bsDebtAction.BeginInit();
     this.bsDebtDocuments.BeginInit();
     this.bsDebtAccounts.BeginInit();
     this.dgvDebtAccounts.BeginInit();
     this.groupBox.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.bsDebtActionStatuses.BeginInit();
     base.SuspendLayout();
     this.btnOk.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnOk.set_Location(new System.Drawing.Point(0x1e3, 0x1d1));
     this.btnOk.set_Name("btnOk");
     this.btnOk.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnOk.set_TabIndex(0);
     this.btnOk.set_UseVisualStyleBackColor(true);
     this.btnOk.add_Click(new System.EventHandler(this.btnOk_Click));
     this.btnCancel.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnCancel.set_DialogResult(System.Windows.Forms.DialogResult.Cancel);
     this.btnCancel.set_Location(new System.Drawing.Point(0x234, 0x1d1));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnCancel.set_TabIndex(1);
     this.btnCancel.set_Text("Отменить");
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.btnCancel.add_Click(new System.EventHandler(this.btnCancel_Click));
     this.cbDebtDocuments.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbDebtDocuments.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.bsDebtAction, "DebtDocumentId", true));
     this.cbDebtDocuments.set_DataSource(this.bsDebtDocuments);
     this.cbDebtDocuments.set_DisplayMember("CombinedName");
     this.cbDebtDocuments.set_FormattingEnabled(true);
     this.cbDebtDocuments.set_Location(new System.Drawing.Point(9, 0x2a));
     this.cbDebtDocuments.set_Name("cbDebtDocuments");
     this.cbDebtDocuments.set_Size(new System.Drawing.Size(0x26a, 0x15));
     this.cbDebtDocuments.set_TabIndex(2);
     this.cbDebtDocuments.set_ValueMember("Id");
     this.cbDebtDocuments.add_SelectedIndexChanged(new System.EventHandler(this.cbDebtDocuments_SelectedIndexChanged));
     this.bsDebtAction.set_DataSource(typeof(DebtAction));
     this.bsDebtDocuments.set_DataSource(typeof(DebtDocument));
     this.dpDebtActiop.AttachToPeriod = false;
     this.dpDebtActiop.DateBeginReadonly = false;
     this.dpDebtActiop.DateEndReadonly = false;
     this.dpDebtActiop.set_Location(new System.Drawing.Point(0x58, 0x11));
     this.dpDebtActiop.set_Margin(new System.Windows.Forms.Padding(4));
     this.dpDebtActiop.set_Name("dpDebtActiop");
     this.dpDebtActiop.set_Size(new System.Drawing.Size(0xe9, 0x17));
     this.dpDebtActiop.set_TabIndex(3);
     this.sfdStatus.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.sfdStatus.set_FormattingEnabled(true);
     this.sfdStatus.set_Location(new System.Drawing.Point(0x188, 0x4e));
     this.sfdStatus.set_Name("sfdStatus");
     this.sfdStatus.set_Size(new System.Drawing.Size(0xe9, 0x15));
     this.sfdStatus.set_Sorted(true);
     this.sfdStatus.set_TabIndex(6);
     this.bsDebtAccounts.set_DataSource(typeof(DebtAccount));
     this.dgvDebtAccounts.set_AllowUserToAddRows(false);
     this.dgvDebtAccounts.set_AllowUserToDeleteRows(false);
     this.dgvDebtAccounts.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Top);
     this.dgvDebtAccounts.set_AutoGenerateColumns(false);
     this.dgvDebtAccounts.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dgvDebtAccounts.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.dgvDebtAccounts.set_ColumnHeadersDefaultCellStyle(style);
     this.dgvDebtAccounts.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvDebtAccounts.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.AccountId, this.accountNumberDataGridViewTextBoxColumn, this.AddressName, this.accountOwnerNameDataGridViewTextBoxColumn, this.monthCountDataGridViewTextBoxColumn, this.debtSummDataGridViewTextBoxColumn1 });
     this.dgvDebtAccounts.set_DataSource(this.bsDebtAccounts);
     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.dgvDebtAccounts.set_DefaultCellStyle(style2);
     this.dgvDebtAccounts.set_Location(new System.Drawing.Point(9, 0x45));
     this.dgvDebtAccounts.set_MultiSelect(false);
     this.dgvDebtAccounts.set_Name("dgvDebtAccounts");
     this.dgvDebtAccounts.set_ReadOnly(true);
     style3.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft);
     style3.set_BackColor(System.Drawing.SystemColors.Control);
     style3.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     style3.set_ForeColor(System.Drawing.SystemColors.WindowText);
     style3.set_SelectionBackColor(System.Drawing.SystemColors.Highlight);
     style3.set_SelectionForeColor(System.Drawing.SystemColors.HighlightText);
     style3.set_WrapMode(System.Windows.Forms.DataGridViewTriState.True);
     this.dgvDebtAccounts.set_RowHeadersDefaultCellStyle(style3);
     this.dgvDebtAccounts.set_RowHeadersVisible(false);
     this.dgvDebtAccounts.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvDebtAccounts.set_Size(new System.Drawing.Size(0x26a, 0x108));
     this.dgvDebtAccounts.set_TabIndex(7);
     this.AccountId.set_DataPropertyName("AccountId");
     this.AccountId.set_HeaderText("AccountId");
     this.AccountId.set_Name("AccountId");
     this.AccountId.set_ReadOnly(true);
     this.AccountId.set_Visible(false);
     this.AccountId.set_Width(0x3e);
     this.accountNumberDataGridViewTextBoxColumn.set_DataPropertyName("AccountNumber");
     this.accountNumberDataGridViewTextBoxColumn.set_HeaderText("Номер лиц.");
     this.accountNumberDataGridViewTextBoxColumn.set_Name("accountNumberDataGridViewTextBoxColumn");
     this.accountNumberDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.accountNumberDataGridViewTextBoxColumn.set_Width(90);
     this.AddressName.set_DataPropertyName("AddressName");
     this.AddressName.set_HeaderText("Адрес");
     this.AddressName.set_Name("AddressName");
     this.AddressName.set_ReadOnly(true);
     this.AddressName.set_Width(0x3f);
     this.accountOwnerNameDataGridViewTextBoxColumn.set_DataPropertyName("AccountOwnerName");
     this.accountOwnerNameDataGridViewTextBoxColumn.set_HeaderText("Владелец");
     this.accountOwnerNameDataGridViewTextBoxColumn.set_Name("accountOwnerNameDataGridViewTextBoxColumn");
     this.accountOwnerNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.accountOwnerNameDataGridViewTextBoxColumn.set_Width(0x51);
     this.monthCountDataGridViewTextBoxColumn.set_DataPropertyName("MonthCount");
     this.monthCountDataGridViewTextBoxColumn.set_HeaderText("Кол.мес.");
     this.monthCountDataGridViewTextBoxColumn.set_Name("monthCountDataGridViewTextBoxColumn");
     this.monthCountDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.monthCountDataGridViewTextBoxColumn.set_Width(0x4d);
     this.debtSummDataGridViewTextBoxColumn1.set_DataPropertyName("DebtSumm");
     this.debtSummDataGridViewTextBoxColumn1.set_HeaderText("Сумма долга");
     this.debtSummDataGridViewTextBoxColumn1.set_Name("debtSummDataGridViewTextBoxColumn1");
     this.debtSummDataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.debtSummDataGridViewTextBoxColumn1.set_Width(0x62);
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(6, 20));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x4b, 13));
     this.label1.set_TabIndex(8);
     this.label1.set_Text("Период иска:");
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(0x125, 80));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x5b, 13));
     this.label2.set_TabIndex(9);
     this.label2.set_Text("Текущий статус:");
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(6, 0x1a));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0xe3, 13));
     this.label3.set_TabIndex(10);
     this.label3.set_Text("Список сформированных задолженностей:");
     this.groupBox.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Top);
     this.groupBox.Controls.Add(this.label3);
     this.groupBox.Controls.Add(this.cbDebtDocuments);
     this.groupBox.Controls.Add(this.dgvDebtAccounts);
     this.groupBox.set_Location(new System.Drawing.Point(6, 120));
     this.groupBox.set_Name("groupBox");
     this.groupBox.set_Size(new System.Drawing.Size(0x279, 0x153));
     this.groupBox.set_TabIndex(11);
     this.groupBox.set_TabStop(false);
     this.groupBox.set_Text("Основание иска");
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(6, 50));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x56, 13));
     this.label4.set_TabIndex(12);
     this.label4.set_Text("Наименование:");
     this.tbNameAction.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbNameAction.set_Location(new System.Drawing.Point(0x60, 0x2f));
     this.tbNameAction.set_Name("tbNameAction");
     this.tbNameAction.set_Size(new System.Drawing.Size(0x211, 20));
     this.tbNameAction.set_TabIndex(13);
     this.groupBox1.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.sfdStatusType);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.tbNameAction);
     this.groupBox1.Controls.Add(this.dpDebtActiop);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.sfdStatus);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.set_Location(new System.Drawing.Point(6, 0));
     this.groupBox1.set_Name("groupBox1");
     this.groupBox1.set_Size(new System.Drawing.Size(0x279, 0x72));
     this.groupBox1.set_TabIndex(14);
     this.groupBox1.set_TabStop(false);
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(6, 0x52));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x4a, 13));
     this.label5.set_TabIndex(15);
     this.label5.set_Text("Тип статуса: ");
     this.sfdStatusType.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.sfdStatusType.set_DataSource(this.bsDebtActionStatuses);
     this.sfdStatusType.set_DisplayMember("Name");
     this.sfdStatusType.set_FormattingEnabled(true);
     this.sfdStatusType.set_Location(new System.Drawing.Point(0x60, 0x4d));
     this.sfdStatusType.set_Name("sfdStatusType");
     this.sfdStatusType.set_Size(new System.Drawing.Size(0xb2, 0x15));
     this.sfdStatusType.set_Sorted(true);
     this.sfdStatusType.set_TabIndex(14);
     this.sfdStatusType.set_ValueMember("Id");
     this.sfdStatusType.add_SelectedIndexChanged(new System.EventHandler(this.sfdStatusType_SelectedIndexChanged));
     this.bsDebtActionStatuses.set_DataSource(typeof(DebtActionStatus));
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x283, 500));
     base.Controls.Add(this.groupBox1);
     base.Controls.Add(this.groupBox);
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.btnOk);
     base.set_Name("DebtActionAddChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterParent);
     this.set_Text("DebtActionAddChangeForm");
     base.add_Load(new System.EventHandler(this.DebtActionsAddChangeForm_Load));
     this.bsDebtAction.EndInit();
     this.bsDebtDocuments.EndInit();
     this.bsDebtAccounts.EndInit();
     this.dgvDebtAccounts.EndInit();
     this.groupBox.ResumeLayout(false);
     this.groupBox.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.bsDebtActionStatuses.EndInit();
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.components = new Container();
     this.label3 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.numNorm = new System.Windows.Forms.NumericUpDown();
     this.bsAccountServiceNorms = new System.Windows.Forms.BindingSource(this.components);
     this.labelPeriod = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.bOk = new System.Windows.Forms.Button();
     this.bCancel = new System.Windows.Forms.Button();
     this.bsFasetItems = new System.Windows.Forms.BindingSource(this.components);
     this.sfdSelectByUnit = new SelectFasetData();
     this.sfdSelectUnit = new SelectFasetData();
     this.datePeriod = new DatePeriod();
     this.selectOrgDocument = new SelectOrgDocument();
     this.numNorm.BeginInit();
     this.bsAccountServiceNorms.BeginInit();
     this.bsFasetItems.BeginInit();
     base.SuspendLayout();
     this.label3.set_Location(new System.Drawing.Point(4, 0x22));
     this.label3.set_Margin(new System.Windows.Forms.Padding(4, 0, 4, 0));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x9e, 0x16));
     this.label3.set_TabIndex(0x1b);
     this.label3.set_Text("Единица измерения");
     this.label1.set_Location(new System.Drawing.Point(4, 5));
     this.label1.set_Margin(new System.Windows.Forms.Padding(4, 0, 4, 0));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x59, 0x16));
     this.label1.set_TabIndex(0x19);
     this.label1.set_Text("Норматив");
     this.numNorm.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bsAccountServiceNorms, "Rate", true));
     this.numNorm.set_DecimalPlaces(6);
     this.numNorm.set_Location(new System.Drawing.Point(100, 3));
     this.numNorm.set_Maximum(new decimal(new int[] { -1593835521, 0x1bcecced, 0xd3c2, 0x60000 }));
     this.numNorm.set_Name("numNorm");
     this.numNorm.set_Size(new System.Drawing.Size(0x66, 20));
     this.numNorm.set_TabIndex(0x1a);
     this.bsAccountServiceNorms.set_DataSource(typeof(AccountServiceNorm));
     this.labelPeriod.set_Location(new System.Drawing.Point(4, 0x42));
     this.labelPeriod.set_Name("labelPeriod");
     this.labelPeriod.set_Size(new System.Drawing.Size(0x8b, 0x13));
     this.labelPeriod.set_TabIndex(0x1d);
     this.labelPeriod.set_Text("Период действия");
     this.label2.set_Location(new System.Drawing.Point(4, 0x5c));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x10a, 0x16));
     this.label2.set_TabIndex(0x1f);
     this.label2.set_Text("Документ - основание нормы");
     this.label4.set_Location(new System.Drawing.Point(0x121, 0x23));
     this.label4.set_Margin(new System.Windows.Forms.Padding(4, 0, 4, 0));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x1d, 0x15));
     this.label4.set_TabIndex(0x21);
     this.label4.set_Text("НА");
     this.label4.set_TextAlign(System.Drawing.ContentAlignment.TopCenter);
     this.bOk.set_Location(new System.Drawing.Point(0x127, 0x8e));
     this.bOk.set_Name("bOk");
     this.bOk.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.bOk.set_TabIndex(0x27);
     this.bOk.set_Text("Сохранить");
     this.bOk.set_UseVisualStyleBackColor(true);
     this.bOk.add_Click(new System.EventHandler(this.bAdd_Click));
     this.bCancel.set_Location(new System.Drawing.Point(0x178, 0x8e));
     this.bCancel.set_Name("bCancel");
     this.bCancel.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.bCancel.set_TabIndex(40);
     this.bCancel.set_Text("Отмена");
     this.bCancel.set_UseVisualStyleBackColor(true);
     this.bCancel.add_Click(new System.EventHandler(this.bCancel_Click));
     this.bsFasetItems.set_DataSource(typeof(FasetItem));
     this.sfdSelectByUnit.DataBindings.Add(new System.Windows.Forms.Binding("Tag", this.bsAccountServiceNorms, "ByUnitName", true));
     this.sfdSelectByUnit.set_FormattingEnabled(true);
     this.sfdSelectByUnit.set_Location(new System.Drawing.Point(0x143, 0x1d));
     this.sfdSelectByUnit.set_Name("sfdSelectByUnit");
     this.sfdSelectByUnit.set_Size(new System.Drawing.Size(0x6c, 0x15));
     this.sfdSelectByUnit.set_Sorted(true);
     this.sfdSelectByUnit.set_TabIndex(0x2b);
     this.sfdSelectUnit.DataBindings.Add(new System.Windows.Forms.Binding("Tag", this.bsAccountServiceNorms, "UnitName", true));
     this.sfdSelectUnit.set_FormattingEnabled(true);
     this.sfdSelectUnit.set_Location(new System.Drawing.Point(0xa9, 0x1d));
     this.sfdSelectUnit.set_Name("sfdSelectUnit");
     this.sfdSelectUnit.set_Size(new System.Drawing.Size(0x71, 0x15));
     this.sfdSelectUnit.set_Sorted(true);
     this.sfdSelectUnit.set_TabIndex(0x2a);
     this.datePeriod.AttachToPeriod = false;
     this.datePeriod.DataBindings.Add(new System.Windows.Forms.Binding("Tag", this.bsAccountServiceNorms, "FromDate", true));
     this.datePeriod.DateBeginReadonly = false;
     this.datePeriod.DateEndReadonly = false;
     this.datePeriod.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 9.75f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     this.datePeriod.set_Location(new System.Drawing.Point(0x86, 60));
     this.datePeriod.set_Margin(new System.Windows.Forms.Padding(4));
     this.datePeriod.set_Name("datePeriod");
     this.datePeriod.set_Size(new System.Drawing.Size(0x13d, 0x17));
     this.datePeriod.set_TabIndex(30);
     this.selectOrgDocument.DataBindings.Add(new System.Windows.Forms.Binding("Tag", this.bsAccountServiceNorms, "DocId", true));
     this.selectOrgDocument.set_Location(new System.Drawing.Point(5, 0x75));
     this.selectOrgDocument.set_Name("selectOrgDocument");
     this.selectOrgDocument.set_Size(new System.Drawing.Size(0x1be, 0x17));
     this.selectOrgDocument.set_TabIndex(0x20);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x1c8, 170));
     base.Controls.Add(this.sfdSelectByUnit);
     base.Controls.Add(this.sfdSelectUnit);
     base.Controls.Add(this.bCancel);
     base.Controls.Add(this.bOk);
     base.Controls.Add(this.label3);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.numNorm);
     base.Controls.Add(this.labelPeriod);
     base.Controls.Add(this.datePeriod);
     base.Controls.Add(this.selectOrgDocument);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.label4);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedDialog);
     base.set_MaximizeBox(false);
     base.set_MinimizeBox(false);
     base.set_Name("AccountServiceNormAddChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterParent);
     this.set_Text("Добавление индивидуального норматива");
     base.add_FormClosing(new System.Windows.Forms.FormClosingEventHandler(this.AccountServiceNormAddChangeForm_FormClosing));
     base.add_FormClosed(new System.Windows.Forms.FormClosedEventHandler(this.AccountServiceNormAddChangeForm_FormClosed));
     base.add_Load(new System.EventHandler(this.AccountServiceNormAddChangeForm_Load));
     this.numNorm.EndInit();
     this.bsAccountServiceNorms.EndInit();
     this.bsFasetItems.EndInit();
     base.ResumeLayout(false);
 }
Esempio n. 27
0
 private void InitializeComponent()
 {
     this.components = new Container();
     System.Windows.Forms.DataGridViewCellStyle style = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style3 = new System.Windows.Forms.DataGridViewCellStyle();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(PayPaymentOrdersForm));
     System.Windows.Forms.DataGridViewCellStyle style4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style5 = new System.Windows.Forms.DataGridViewCellStyle();
     this.dgvIncludedReesters = new System.Windows.Forms.DataGridView();
     this.IsBound = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.fromDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.toDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.numberDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.summDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.paymentSystemNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.organizationNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.reeTypeNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.statusNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.recordsDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.createdDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsReesters = new System.Windows.Forms.BindingSource(this.components);
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.toolStrip3 = new System.Windows.Forms.ToolStrip();
     this.tsbPaymentOrdersSearch = new System.Windows.Forms.ToolStripButton();
     this.tsbPaymentOrdersRefresh = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbPaymentOrdersAdd = new System.Windows.Forms.ToolStripButton();
     this.tsbPaymentOrdersEdit = new System.Windows.Forms.ToolStripButton();
     this.tsbPaymentOrdersDelete = new System.Windows.Forms.ToolStripButton();
     this.dgvPaymentOrders = new System.Windows.Forms.DataGridView();
     this.numberDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.summDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.periodDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.paymentAgentNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.reesterSumDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.reesterCountDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.createdDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsPaymentOrders = new System.Windows.Forms.BindingSource(this.components);
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.toolStrip2 = new System.Windows.Forms.ToolStrip();
     this.tsbSearch = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbSave = new System.Windows.Forms.ToolStripButton();
     this.tslSumm = new System.Windows.Forms.ToolStripLabel();
     this.tslDiffLabel = new System.Windows.Forms.ToolStripLabel();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.tsbShowIncluded = new System.Windows.Forms.ToolStripButton();
     this.tsbShowAll = new System.Windows.Forms.ToolStripButton();
     this.filterDatePeriod = new DatePeriod();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbPrepare = new System.Windows.Forms.ToolStripButton();
     this.dgvIncludedReesters.BeginInit();
     this.bsReesters.BeginInit();
     this.splitContainer2.BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.toolStrip3.SuspendLayout();
     this.dgvPaymentOrders.BeginInit();
     this.bsPaymentOrders.BeginInit();
     this.splitContainer1.BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.toolStrip2.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     base.SuspendLayout();
     this.dgvIncludedReesters.set_AllowUserToAddRows(false);
     this.dgvIncludedReesters.set_AllowUserToDeleteRows(false);
     this.dgvIncludedReesters.set_AutoGenerateColumns(false);
     this.dgvIncludedReesters.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     this.dgvIncludedReesters.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvIncludedReesters.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.IsBound, this.fromDateDataGridViewTextBoxColumn, this.toDateDataGridViewTextBoxColumn, this.numberDataGridViewTextBoxColumn1, this.summDataGridViewTextBoxColumn1, this.paymentSystemNameDataGridViewTextBoxColumn, this.organizationNameDataGridViewTextBoxColumn, this.reeTypeNameDataGridViewTextBoxColumn, this.statusNameDataGridViewTextBoxColumn, this.recordsDataGridViewTextBoxColumn, this.createdDataGridViewTextBoxColumn1 });
     this.dgvIncludedReesters.set_DataSource(this.bsReesters);
     this.dgvIncludedReesters.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvIncludedReesters.set_Location(new System.Drawing.Point(0, 0));
     this.dgvIncludedReesters.set_Name("dgvIncludedReesters");
     this.dgvIncludedReesters.set_RowHeadersVisible(false);
     this.dgvIncludedReesters.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvIncludedReesters.set_Size(new System.Drawing.Size(0x3f4, 0x109));
     this.dgvIncludedReesters.set_TabIndex(2);
     this.dgvIncludedReesters.add_CellContentClick(new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvIncludedReesters_CellContentClick));
     this.dgvIncludedReesters.add_Sorted(new System.EventHandler(this.dgvIncludedReesters_Sorted));
     this.IsBound.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.IsBound.set_HeaderText("Выбран");
     this.IsBound.set_Name("IsBound");
     this.IsBound.set_Width(0x34);
     this.fromDateDataGridViewTextBoxColumn.set_DataPropertyName("FromDate");
     this.fromDateDataGridViewTextBoxColumn.set_HeaderText("С");
     this.fromDateDataGridViewTextBoxColumn.set_Name("fromDateDataGridViewTextBoxColumn");
     this.fromDateDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.fromDateDataGridViewTextBoxColumn.set_Width(0x5f);
     this.toDateDataGridViewTextBoxColumn.set_DataPropertyName("ToDate");
     this.toDateDataGridViewTextBoxColumn.set_HeaderText("По");
     this.toDateDataGridViewTextBoxColumn.set_Name("toDateDataGridViewTextBoxColumn");
     this.toDateDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.toDateDataGridViewTextBoxColumn.set_Width(0x5f);
     this.numberDataGridViewTextBoxColumn1.set_DataPropertyName("Number");
     this.numberDataGridViewTextBoxColumn1.set_HeaderText("Номер");
     this.numberDataGridViewTextBoxColumn1.set_Name("numberDataGridViewTextBoxColumn1");
     this.numberDataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.numberDataGridViewTextBoxColumn1.set_Width(0x41);
     this.summDataGridViewTextBoxColumn1.set_DataPropertyName("Summ");
     style.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleRight);
     style.set_Format("N2");
     style.set_NullValue("0");
     this.summDataGridViewTextBoxColumn1.set_DefaultCellStyle(style);
     this.summDataGridViewTextBoxColumn1.set_HeaderText("Сумма");
     this.summDataGridViewTextBoxColumn1.set_Name("summDataGridViewTextBoxColumn1");
     this.summDataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.summDataGridViewTextBoxColumn1.set_Width(80);
     this.paymentSystemNameDataGridViewTextBoxColumn.set_DataPropertyName("PaymentSystemName");
     this.paymentSystemNameDataGridViewTextBoxColumn.set_HeaderText("Платёжная система");
     this.paymentSystemNameDataGridViewTextBoxColumn.set_Name("paymentSystemNameDataGridViewTextBoxColumn");
     this.paymentSystemNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.organizationNameDataGridViewTextBoxColumn.set_DataPropertyName("OrganizationName");
     this.organizationNameDataGridViewTextBoxColumn.set_HeaderText("Платёжный агент");
     this.organizationNameDataGridViewTextBoxColumn.set_Name("organizationNameDataGridViewTextBoxColumn");
     this.organizationNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.organizationNameDataGridViewTextBoxColumn.set_Width(140);
     this.reeTypeNameDataGridViewTextBoxColumn.set_DataPropertyName("ReeTypeName");
     this.reeTypeNameDataGridViewTextBoxColumn.set_HeaderText("Тип реестра");
     this.reeTypeNameDataGridViewTextBoxColumn.set_Name("reeTypeNameDataGridViewTextBoxColumn");
     this.reeTypeNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.reeTypeNameDataGridViewTextBoxColumn.set_Width(120);
     this.statusNameDataGridViewTextBoxColumn.set_DataPropertyName("StatusName");
     this.statusNameDataGridViewTextBoxColumn.set_HeaderText("Статус");
     this.statusNameDataGridViewTextBoxColumn.set_Name("statusNameDataGridViewTextBoxColumn");
     this.statusNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.recordsDataGridViewTextBoxColumn.set_DataPropertyName("Records");
     this.recordsDataGridViewTextBoxColumn.set_HeaderText("Записей");
     this.recordsDataGridViewTextBoxColumn.set_Name("recordsDataGridViewTextBoxColumn");
     this.recordsDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.recordsDataGridViewTextBoxColumn.set_Width(60);
     this.createdDataGridViewTextBoxColumn1.set_DataPropertyName("Created");
     this.createdDataGridViewTextBoxColumn1.set_HeaderText("Создан");
     this.createdDataGridViewTextBoxColumn1.set_Name("createdDataGridViewTextBoxColumn1");
     this.createdDataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.createdDataGridViewTextBoxColumn1.set_Width(0x5f);
     this.bsReesters.set_DataSource(typeof(PayReester));
     this.splitContainer2.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.splitContainer2.set_Location(new System.Drawing.Point(0, 0));
     this.splitContainer2.set_Name("splitContainer2");
     this.splitContainer2.set_Orientation(System.Windows.Forms.Orientation.Horizontal);
     this.splitContainer2.Panel1.Controls.Add(this.toolStrip3);
     this.splitContainer2.Panel1.Controls.Add(this.dgvPaymentOrders);
     this.splitContainer2.Panel2.Controls.Add(this.splitContainer1);
     this.splitContainer2.set_Size(new System.Drawing.Size(0x3f4, 0x1f7));
     this.splitContainer2.set_SplitterDistance(200);
     this.splitContainer2.set_TabIndex(4);
     this.toolStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbPaymentOrdersSearch, this.tsbPaymentOrdersRefresh, this.toolStripSeparator2, this.tsbPaymentOrdersAdd, this.tsbPaymentOrdersEdit, this.tsbPaymentOrdersDelete });
     this.toolStrip3.set_Location(new System.Drawing.Point(0, 0));
     this.toolStrip3.set_Name("toolStrip3");
     this.toolStrip3.set_Size(new System.Drawing.Size(0x3f4, 0x19));
     this.toolStrip3.set_TabIndex(0);
     this.toolStrip3.set_Text("toolStrip3");
     this.tsbPaymentOrdersSearch.set_Font(new System.Drawing.Font("Segoe UI", 9f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     this.tsbPaymentOrdersSearch.set_Image(Resources.SEARCH);
     this.tsbPaymentOrdersSearch.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsbPaymentOrdersSearch.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbPaymentOrdersSearch.set_Name("tsbPaymentOrdersSearch");
     this.tsbPaymentOrdersSearch.set_Size(new System.Drawing.Size(70, 0x16));
     this.tsbPaymentOrdersSearch.set_Text("Поиск");
     this.tsbPaymentOrdersSearch.add_Click(new System.EventHandler(this.tsmiSearch_Click));
     this.tsbPaymentOrdersRefresh.set_Image(Resources.UPDATE);
     this.tsbPaymentOrdersRefresh.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsbPaymentOrdersRefresh.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbPaymentOrdersRefresh.set_Name("tsbPaymentOrdersRefresh");
     this.tsbPaymentOrdersRefresh.set_Size(new System.Drawing.Size(0x55, 0x16));
     this.tsbPaymentOrdersRefresh.set_Text("Обновить");
     this.tsbPaymentOrdersRefresh.add_Click(new System.EventHandler(this.tsmiRefresh_Click));
     this.toolStripSeparator2.set_Name("toolStripSeparator2");
     this.toolStripSeparator2.set_Size(new System.Drawing.Size(6, 0x19));
     this.tsbPaymentOrdersAdd.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsbPaymentOrdersAdd.set_Image(Resources.ADD);
     this.tsbPaymentOrdersAdd.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsbPaymentOrdersAdd.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbPaymentOrdersAdd.set_Name("tsbPaymentOrdersAdd");
     this.tsbPaymentOrdersAdd.set_Size(new System.Drawing.Size(0x18, 0x16));
     this.tsbPaymentOrdersAdd.set_Text("Добавить платёжное поручение");
     this.tsbPaymentOrdersAdd.add_Click(new System.EventHandler(this.tsmiAdd_Click));
     this.tsbPaymentOrdersEdit.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsbPaymentOrdersEdit.set_Image(Resources.CHANGE);
     this.tsbPaymentOrdersEdit.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsbPaymentOrdersEdit.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbPaymentOrdersEdit.set_Name("tsbPaymentOrdersEdit");
     this.tsbPaymentOrdersEdit.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsbPaymentOrdersEdit.set_Text("Редактировать платёжное поручение");
     this.tsbPaymentOrdersEdit.add_Click(new System.EventHandler(this.tsmiChange_Click));
     this.tsbPaymentOrdersDelete.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsbPaymentOrdersDelete.set_Image(Resources.DELETE);
     this.tsbPaymentOrdersDelete.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsbPaymentOrdersDelete.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbPaymentOrdersDelete.set_Name("tsbPaymentOrdersDelete");
     this.tsbPaymentOrdersDelete.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsbPaymentOrdersDelete.set_Text("Удалить платёжное поручение");
     this.tsbPaymentOrdersDelete.add_Click(new System.EventHandler(this.tsmiDelete_Click));
     this.dgvPaymentOrders.set_AllowUserToAddRows(false);
     this.dgvPaymentOrders.set_AllowUserToDeleteRows(false);
     this.dgvPaymentOrders.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Top);
     this.dgvPaymentOrders.set_AutoGenerateColumns(false);
     this.dgvPaymentOrders.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dgvPaymentOrders.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     this.dgvPaymentOrders.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvPaymentOrders.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.numberDataGridViewTextBoxColumn, this.dateDataGridViewTextBoxColumn, this.summDataGridViewTextBoxColumn, this.periodDataGridViewTextBoxColumn, this.paymentAgentNameDataGridViewTextBoxColumn, this.reesterSumDataGridViewTextBoxColumn, this.reesterCountDataGridViewTextBoxColumn, this.createdDataGridViewTextBoxColumn });
     this.dgvPaymentOrders.set_DataSource(this.bsPaymentOrders);
     this.dgvPaymentOrders.set_Location(new System.Drawing.Point(0, 0x1c));
     this.dgvPaymentOrders.set_Name("dgvPaymentOrders");
     this.dgvPaymentOrders.set_RowHeadersVisible(false);
     this.dgvPaymentOrders.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvPaymentOrders.set_Size(new System.Drawing.Size(0x3f4, 0xad));
     this.dgvPaymentOrders.set_TabIndex(1);
     this.dgvPaymentOrders.add_Sorted(new System.EventHandler(this.dgvPaymentOrders_Sorted));
     this.numberDataGridViewTextBoxColumn.set_DataPropertyName("Number");
     this.numberDataGridViewTextBoxColumn.set_HeaderText("Номер");
     this.numberDataGridViewTextBoxColumn.set_Name("numberDataGridViewTextBoxColumn");
     this.numberDataGridViewTextBoxColumn.set_Width(0x42);
     this.dateDataGridViewTextBoxColumn.set_DataPropertyName("Date");
     this.dateDataGridViewTextBoxColumn.set_HeaderText("Дата");
     this.dateDataGridViewTextBoxColumn.set_Name("dateDataGridViewTextBoxColumn");
     this.dateDataGridViewTextBoxColumn.set_Width(0x3a);
     this.summDataGridViewTextBoxColumn.set_DataPropertyName("Summ");
     style2.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleRight);
     style2.set_Format("N2");
     style2.set_NullValue("0");
     this.summDataGridViewTextBoxColumn.set_DefaultCellStyle(style2);
     this.summDataGridViewTextBoxColumn.set_HeaderText("Сумма");
     this.summDataGridViewTextBoxColumn.set_Name("summDataGridViewTextBoxColumn");
     this.summDataGridViewTextBoxColumn.set_Width(0x42);
     this.periodDataGridViewTextBoxColumn.set_DataPropertyName("Period");
     this.periodDataGridViewTextBoxColumn.set_HeaderText("Период");
     this.periodDataGridViewTextBoxColumn.set_Name("periodDataGridViewTextBoxColumn");
     this.periodDataGridViewTextBoxColumn.set_Width(70);
     this.paymentAgentNameDataGridViewTextBoxColumn.set_DataPropertyName("PaymentAgentName");
     this.paymentAgentNameDataGridViewTextBoxColumn.set_HeaderText("Платёжный агент");
     this.paymentAgentNameDataGridViewTextBoxColumn.set_Name("paymentAgentNameDataGridViewTextBoxColumn");
     this.paymentAgentNameDataGridViewTextBoxColumn.set_Width(0x70);
     this.reesterSumDataGridViewTextBoxColumn.set_DataPropertyName("ReesterSum");
     style3.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleRight);
     style3.set_Format("N2");
     style3.set_NullValue("0");
     this.reesterSumDataGridViewTextBoxColumn.set_DefaultCellStyle(style3);
     this.reesterSumDataGridViewTextBoxColumn.set_HeaderText("Сумма реестров");
     this.reesterSumDataGridViewTextBoxColumn.set_Name("reesterSumDataGridViewTextBoxColumn");
     this.reesterSumDataGridViewTextBoxColumn.set_Width(0x6a);
     this.reesterCountDataGridViewTextBoxColumn.set_DataPropertyName("ReesterCount");
     this.reesterCountDataGridViewTextBoxColumn.set_HeaderText("Кол-во реестров");
     this.reesterCountDataGridViewTextBoxColumn.set_Name("reesterCountDataGridViewTextBoxColumn");
     this.reesterCountDataGridViewTextBoxColumn.set_Width(0x6a);
     this.createdDataGridViewTextBoxColumn.set_DataPropertyName("Created");
     this.createdDataGridViewTextBoxColumn.set_HeaderText("Создано");
     this.createdDataGridViewTextBoxColumn.set_Name("createdDataGridViewTextBoxColumn");
     this.createdDataGridViewTextBoxColumn.set_Width(0x4b);
     this.bsPaymentOrders.set_DataSource(typeof(PayPaymentOrder));
     this.bsPaymentOrders.add_CurrentChanged(new System.EventHandler(this.bsPaymentOrders_CurrentChanged));
     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, 0));
     this.splitContainer1.set_Name("splitContainer1");
     this.splitContainer1.set_Orientation(System.Windows.Forms.Orientation.Horizontal);
     this.splitContainer1.Panel1.Controls.Add(this.toolStrip2);
     this.splitContainer1.Panel1.Controls.Add(this.toolStrip1);
     this.splitContainer1.Panel1.Controls.Add(this.filterDatePeriod);
     this.splitContainer1.Panel2.Controls.Add(this.dgvIncludedReesters);
     this.splitContainer1.set_Size(new System.Drawing.Size(0x3f4, 0x12b));
     this.splitContainer1.set_SplitterDistance(30);
     this.splitContainer1.set_TabIndex(4);
     this.toolStrip2.set_Anchor(System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom);
     this.toolStrip2.set_AutoSize(false);
     this.toolStrip2.set_Dock(System.Windows.Forms.DockStyle.None);
     this.toolStrip2.set_GripStyle(System.Windows.Forms.ToolStripGripStyle.Hidden);
     this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbSearch, this.toolStripSeparator1, this.tsbSave, this.tslSumm, this.tslDiffLabel, this.toolStripSeparator3, this.tsbPrepare });
     this.toolStrip2.set_Location(new System.Drawing.Point(0x21d, 4));
     this.toolStrip2.set_Name("toolStrip2");
     this.toolStrip2.set_Size(new System.Drawing.Size(0x1cf, 0x17));
     this.toolStrip2.set_TabIndex(0x12);
     this.toolStrip2.set_Text("toolStrip2");
     this.tsbSearch.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbSearch.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbSearch.set_Name("tsbSearch");
     this.tsbSearch.set_Size(new System.Drawing.Size(0x29, 20));
     this.tsbSearch.set_Text("Поиск");
     this.tsbSearch.add_Click(new System.EventHandler(this.tsbSearch_Click));
     this.toolStripSeparator1.set_Name("toolStripSeparator1");
     this.toolStripSeparator1.set_Size(new System.Drawing.Size(6, 0x17));
     this.tsbSave.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbSave.set_Image((System.Drawing.Image) manager.GetObject("tsbSave.Image"));
     this.tsbSave.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbSave.set_Name("tsbSave");
     this.tsbSave.set_Size(new System.Drawing.Size(0x42, 20));
     this.tsbSave.set_Text("Сохранить");
     this.tsbSave.add_Click(new System.EventHandler(this.tsbSave_Click));
     this.tslSumm.set_Alignment(System.Windows.Forms.ToolStripItemAlignment.Right);
     this.tslSumm.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tslSumm.set_Font(new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Bold));
     this.tslSumm.set_Name("tslSumm");
     this.tslSumm.set_Size(new System.Drawing.Size(0x1f, 20));
     this.tslSumm.set_Text("0,00");
     this.tslSumm.set_TextAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.tslSumm.set_TextDirection(System.Windows.Forms.ToolStripTextDirection.Horizontal);
     this.tslDiffLabel.set_Alignment(System.Windows.Forms.ToolStripItemAlignment.Right);
     this.tslDiffLabel.set_Name("tslDiffLabel");
     this.tslDiffLabel.set_Size(new System.Drawing.Size(0x3a, 20));
     this.tslDiffLabel.set_Text("Разница:  ");
     this.toolStrip1.set_Anchor(System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom);
     this.toolStrip1.set_Dock(System.Windows.Forms.DockStyle.None);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripLabel1, this.tsbShowIncluded, this.tsbShowAll });
     this.toolStrip1.set_Location(new System.Drawing.Point(0, 3));
     this.toolStrip1.set_Name("toolStrip1");
     this.toolStrip1.set_Size(new System.Drawing.Size(0x12d, 0x19));
     this.toolStrip1.set_TabIndex(0x11);
     this.toolStrip1.set_Text("toolStrip1");
     this.toolStripLabel1.set_Name("toolStripLabel1");
     this.toolStripLabel1.set_Size(new System.Drawing.Size(0x4b, 0x16));
     this.toolStripLabel1.set_Text("Отображать:");
     this.tsbShowIncluded.set_Checked(true);
     this.tsbShowIncluded.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.tsbShowIncluded.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbShowIncluded.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbShowIncluded.set_Name("tsbShowIncluded");
     this.tsbShowIncluded.set_Size(new System.Drawing.Size(0x4c, 0x16));
     this.tsbShowIncluded.set_Text("включённые");
     this.tsbShowIncluded.add_Click(new System.EventHandler(this.tsbShowIncluded_Click));
     this.tsbShowAll.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbShowAll.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbShowAll.set_Name("tsbShowAll");
     this.tsbShowAll.set_Size(new System.Drawing.Size(0x8a, 0x16));
     this.tsbShowAll.set_Text("+ реестры без платежек");
     this.tsbShowAll.add_Click(new System.EventHandler(this.tsbShowAll_Click));
     this.filterDatePeriod.set_Anchor(System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom);
     this.filterDatePeriod.AttachToPeriod = false;
     this.filterDatePeriod.DateBeginReadonly = false;
     this.filterDatePeriod.DateEndReadonly = false;
     this.filterDatePeriod.set_Location(new System.Drawing.Point(0x131, 4));
     this.filterDatePeriod.set_Margin(new System.Windows.Forms.Padding(4));
     this.filterDatePeriod.set_Name("filterDatePeriod");
     this.filterDatePeriod.set_Size(new System.Drawing.Size(0xe9, 0x18));
     this.filterDatePeriod.set_TabIndex(2);
     this.dataGridViewTextBoxColumn1.set_DataPropertyName("Number");
     this.dataGridViewTextBoxColumn1.set_HeaderText("П/П");
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_Width(0x42);
     this.dataGridViewTextBoxColumn2.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.dataGridViewTextBoxColumn2.set_DataPropertyName("Summ");
     this.dataGridViewTextBoxColumn2.set_HeaderText("Сумма");
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.dataGridViewTextBoxColumn3.set_DataPropertyName("Date");
     style4.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleRight);
     style4.set_Format("N2");
     style4.set_NullValue("0");
     this.dataGridViewTextBoxColumn3.set_DefaultCellStyle(style4);
     this.dataGridViewTextBoxColumn3.set_HeaderText("Дата");
     this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3");
     this.dataGridViewTextBoxColumn3.set_Width(0x42);
     this.dataGridViewTextBoxColumn4.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells);
     this.dataGridViewTextBoxColumn4.set_DataPropertyName("PaymentAgentName");
     this.dataGridViewTextBoxColumn4.set_HeaderText("Агент");
     this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4");
     this.dataGridViewTextBoxColumn5.set_DataPropertyName("Period");
     this.dataGridViewTextBoxColumn5.set_HeaderText("Период");
     this.dataGridViewTextBoxColumn5.set_Name("dataGridViewTextBoxColumn5");
     this.dataGridViewTextBoxColumn5.set_Width(0x70);
     this.dataGridViewTextBoxColumn6.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.dataGridViewTextBoxColumn6.set_DataPropertyName("ReesterSum");
     this.dataGridViewTextBoxColumn6.set_HeaderText("Сумма реестров");
     this.dataGridViewTextBoxColumn6.set_Name("dataGridViewTextBoxColumn6");
     this.dataGridViewTextBoxColumn7.set_DataPropertyName("ReesterCount");
     this.dataGridViewTextBoxColumn7.set_HeaderText("Кол-во реестров");
     this.dataGridViewTextBoxColumn7.set_Name("dataGridViewTextBoxColumn7");
     this.dataGridViewTextBoxColumn7.set_Width(0x6a);
     this.dataGridViewTextBoxColumn8.set_DataPropertyName("Created");
     this.dataGridViewTextBoxColumn8.set_HeaderText("Создано");
     this.dataGridViewTextBoxColumn8.set_Name("dataGridViewTextBoxColumn8");
     this.dataGridViewTextBoxColumn8.set_Width(0x4b);
     this.dataGridViewTextBoxColumn9.set_DataPropertyName("FromDate");
     this.dataGridViewTextBoxColumn9.set_HeaderText("С");
     this.dataGridViewTextBoxColumn9.set_Name("dataGridViewTextBoxColumn9");
     this.dataGridViewTextBoxColumn9.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn9.set_Width(0x27);
     this.dataGridViewTextBoxColumn10.set_DataPropertyName("ToDate");
     this.dataGridViewTextBoxColumn10.set_HeaderText("По");
     this.dataGridViewTextBoxColumn10.set_Name("dataGridViewTextBoxColumn10");
     this.dataGridViewTextBoxColumn10.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn10.set_Width(0x2e);
     this.dataGridViewTextBoxColumn11.set_DataPropertyName("Number");
     this.dataGridViewTextBoxColumn11.set_HeaderText("Номер");
     this.dataGridViewTextBoxColumn11.set_Name("dataGridViewTextBoxColumn11");
     this.dataGridViewTextBoxColumn11.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn11.set_Width(0x42);
     this.dataGridViewTextBoxColumn12.set_DataPropertyName("Summ");
     style5.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleRight);
     style5.set_Format("N2");
     style5.set_NullValue("0");
     this.dataGridViewTextBoxColumn12.set_DefaultCellStyle(style5);
     this.dataGridViewTextBoxColumn12.set_HeaderText("Сумма");
     this.dataGridViewTextBoxColumn12.set_Name("dataGridViewTextBoxColumn12");
     this.dataGridViewTextBoxColumn12.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn12.set_Width(0x42);
     this.dataGridViewTextBoxColumn13.set_DataPropertyName("PaymentSystemName");
     this.dataGridViewTextBoxColumn13.set_HeaderText("Платёжная система");
     this.dataGridViewTextBoxColumn13.set_Name("dataGridViewTextBoxColumn13");
     this.dataGridViewTextBoxColumn13.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn13.set_Width(0x7c);
     this.dataGridViewTextBoxColumn14.set_DataPropertyName("OrganizationName");
     this.dataGridViewTextBoxColumn14.set_HeaderText("Платёжный агент");
     this.dataGridViewTextBoxColumn14.set_Name("dataGridViewTextBoxColumn14");
     this.dataGridViewTextBoxColumn14.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn14.set_Width(0x70);
     this.dataGridViewTextBoxColumn15.set_DataPropertyName("ReeTypeName");
     this.dataGridViewTextBoxColumn15.set_HeaderText("Тип реестра");
     this.dataGridViewTextBoxColumn15.set_Name("dataGridViewTextBoxColumn15");
     this.dataGridViewTextBoxColumn15.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn15.set_Width(0x58);
     this.dataGridViewTextBoxColumn16.set_DataPropertyName("StatusName");
     this.dataGridViewTextBoxColumn16.set_HeaderText("Статус");
     this.dataGridViewTextBoxColumn16.set_Name("dataGridViewTextBoxColumn16");
     this.dataGridViewTextBoxColumn16.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn16.set_Width(0x42);
     this.dataGridViewTextBoxColumn17.set_DataPropertyName("Records");
     this.dataGridViewTextBoxColumn17.set_HeaderText("Записей");
     this.dataGridViewTextBoxColumn17.set_Name("dataGridViewTextBoxColumn17");
     this.dataGridViewTextBoxColumn17.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn17.set_Width(0x4b);
     this.dataGridViewTextBoxColumn18.set_DataPropertyName("Created");
     this.dataGridViewTextBoxColumn18.set_HeaderText("Создан");
     this.dataGridViewTextBoxColumn18.set_Name("dataGridViewTextBoxColumn18");
     this.dataGridViewTextBoxColumn18.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn18.set_Width(0x45);
     this.toolStripSeparator3.set_Name("toolStripSeparator3");
     this.toolStripSeparator3.set_Size(new System.Drawing.Size(6, 0x17));
     this.tsbPrepare.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbPrepare.set_Image((System.Drawing.Image) manager.GetObject("tsbPrepare.Image"));
     this.tsbPrepare.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbPrepare.set_Name("tsbPrepare");
     this.tsbPrepare.set_Size(new System.Drawing.Size(0x49, 20));
     this.tsbPrepare.set_Text("Обработать");
     this.tsbPrepare.add_Click(new System.EventHandler(this.tsbPrepare_Click));
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x3f4, 0x1f7));
     base.Controls.Add(this.splitContainer2);
     base.set_Name("PayPaymentOrdersForm");
     base.set_ShowIcon(false);
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("Платёжные поручения");
     base.set_WindowState(System.Windows.Forms.FormWindowState.Maximized);
     base.add_Load(new System.EventHandler(this.PayPaymentOrdersForm_Load));
     this.dgvIncludedReesters.EndInit();
     this.bsReesters.EndInit();
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel1.PerformLayout();
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.EndInit();
     this.splitContainer2.ResumeLayout(false);
     this.toolStrip3.ResumeLayout(false);
     this.toolStrip3.PerformLayout();
     this.dgvPaymentOrders.EndInit();
     this.bsPaymentOrders.EndInit();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.toolStrip2.ResumeLayout(false);
     this.toolStrip2.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     base.ResumeLayout(false);
 }
Esempio n. 28
0
 private void InitializeComponent()
 {
     this.components = new Container();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(DebtAffairAddChangeForm));
     this.label1 = new System.Windows.Forms.Label();
     this.tbxComment = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.tbScanPath = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.btnAdd = new System.Windows.Forms.Button();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.dgvDebtAffairOwners = new System.Windows.Forms.DataGridView();
     this.tsDebtAffairOwners = new System.Windows.Forms.ToolStrip();
     this.tsBtnAdd = new System.Windows.Forms.ToolStripButton();
     this.tsBtnChange = new System.Windows.Forms.ToolStripButton();
     this.tsBtnDelete = new System.Windows.Forms.ToolStripButton();
     this.tsbAddResidents = new System.Windows.Forms.ToolStripButton();
     this.tsbAddResidentsMore18 = new System.Windows.Forms.ToolStripButton();
     this.panel2 = new System.Windows.Forms.Panel();
     this.btnCancel = new System.Windows.Forms.Button();
     this.splitContainer = new System.Windows.Forms.SplitContainer();
     this.gbActions = new System.Windows.Forms.GroupBox();
     this.bsDebtAffairOwners = new System.Windows.Forms.BindingSource(this.components);
     this.viewDebtAffairActions = new DebtAffairActionsView();
     this.sfdAffairCategory = new SelectFasetData();
     this.datePeriod = new DatePeriod();
     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.debtAffairOwnerNameDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ownerNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.printCurrentStatusDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.residentAddressDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.commentDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.placeEmploymentDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.telephoneNumberDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DocNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.panel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.dgvDebtAffairOwners.BeginInit();
     this.tsDebtAffairOwners.SuspendLayout();
     this.panel2.SuspendLayout();
     this.splitContainer.Panel1.SuspendLayout();
     this.splitContainer.Panel2.SuspendLayout();
     this.splitContainer.SuspendLayout();
     this.gbActions.SuspendLayout();
     this.bsDebtAffairOwners.BeginInit();
     base.SuspendLayout();
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(3, 7));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x70, 13));
     this.label1.set_TabIndex(1);
     this.label1.set_Text("Даты действия дела");
     this.tbxComment.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbxComment.set_Location(new System.Drawing.Point(0x95, 0x1d));
     this.tbxComment.set_Name("tbxComment");
     this.tbxComment.set_Size(new System.Drawing.Size(0x26b, 20));
     this.tbxComment.set_TabIndex(2);
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(3, 0x20));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x4d, 13));
     this.label2.set_TabIndex(3);
     this.label2.set_Text("Комментарий");
     this.panel1.Controls.Add(this.tbScanPath);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.sfdAffairCategory);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.btnAdd);
     this.panel1.Controls.Add(this.datePeriod);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.tbxComment);
     this.panel1.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panel1.set_Location(new System.Drawing.Point(0, 0));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(0x354, 0x4d));
     this.panel1.set_TabIndex(4);
     this.tbScanPath.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbScanPath.set_Location(new System.Drawing.Point(0xe8, 0x33));
     this.tbScanPath.set_Name("tbScanPath");
     this.tbScanPath.set_Size(new System.Drawing.Size(0x218, 20));
     this.tbScanPath.set_TabIndex(7);
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(3, 0x36));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0xdf, 13));
     this.label4.set_TabIndex(6);
     this.label4.set_Text("Расположение документа на компьютере:");
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(0x169, 7));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(90, 13));
     this.label3.set_TabIndex(4);
     this.label3.set_Text("Категория дела:");
     this.btnAdd.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnAdd.set_Location(new System.Drawing.Point(0x306, 0x31));
     this.btnAdd.set_Name("btnAdd");
     this.btnAdd.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnAdd.set_TabIndex(1);
     this.btnAdd.set_Text("Добавить/Изменить");
     this.btnAdd.set_UseVisualStyleBackColor(true);
     this.btnAdd.add_Click(new System.EventHandler(this.btnAdd_Click));
     this.groupBox1.Controls.Add(this.dgvDebtAffairOwners);
     this.groupBox1.Controls.Add(this.tsDebtAffairOwners);
     this.groupBox1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.groupBox1.set_Location(new System.Drawing.Point(0, 0));
     this.groupBox1.set_Name("groupBox1");
     this.groupBox1.set_Size(new System.Drawing.Size(0x354, 0x6c));
     this.groupBox1.set_TabIndex(5);
     this.groupBox1.set_TabStop(false);
     this.groupBox1.set_Text("Ответчики");
     this.dgvDebtAffairOwners.set_AllowUserToAddRows(false);
     this.dgvDebtAffairOwners.set_AllowUserToDeleteRows(false);
     this.dgvDebtAffairOwners.set_AutoGenerateColumns(false);
     this.dgvDebtAffairOwners.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dgvDebtAffairOwners.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     this.dgvDebtAffairOwners.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvDebtAffairOwners.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.debtAffairOwnerNameDataGridViewTextBoxColumn1, this.ownerNameDataGridViewTextBoxColumn, this.printCurrentStatusDataGridViewTextBoxColumn, this.residentAddressDataGridViewTextBoxColumn, this.commentDataGridViewTextBoxColumn, this.placeEmploymentDataGridViewTextBoxColumn, this.telephoneNumberDataGridViewTextBoxColumn, this.DocNumber });
     this.dgvDebtAffairOwners.set_DataSource(this.bsDebtAffairOwners);
     this.dgvDebtAffairOwners.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvDebtAffairOwners.set_Location(new System.Drawing.Point(3, 0x29));
     this.dgvDebtAffairOwners.set_Name("dgvDebtAffairOwners");
     this.dgvDebtAffairOwners.set_ReadOnly(true);
     this.dgvDebtAffairOwners.set_RowHeadersVisible(false);
     this.dgvDebtAffairOwners.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvDebtAffairOwners.set_Size(new System.Drawing.Size(0x34e, 0x40));
     this.dgvDebtAffairOwners.set_TabIndex(0);
     this.dgvDebtAffairOwners.add_DoubleClick(new System.EventHandler(this.dgvDebtAffairOwners_DoubleClick));
     this.tsDebtAffairOwners.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsBtnAdd, this.tsBtnChange, this.tsBtnDelete, this.tsbAddResidents, this.tsbAddResidentsMore18 });
     this.tsDebtAffairOwners.set_Location(new System.Drawing.Point(3, 0x10));
     this.tsDebtAffairOwners.set_Name("tsDebtAffairOwners");
     this.tsDebtAffairOwners.set_Size(new System.Drawing.Size(0x34e, 0x19));
     this.tsDebtAffairOwners.set_TabIndex(1);
     this.tsDebtAffairOwners.set_Text("toolStrip1");
     this.tsBtnAdd.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsBtnAdd.set_Image(Resources.ADD);
     this.tsBtnAdd.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnAdd.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnAdd.set_Name("tsBtnAdd");
     this.tsBtnAdd.set_Size(new System.Drawing.Size(0x18, 0x16));
     this.tsBtnAdd.set_Text("Добавить");
     this.tsBtnAdd.add_Click(new System.EventHandler(this.tsBtnAdd_Click));
     this.tsBtnChange.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsBtnChange.set_Image(Resources.CHANGE);
     this.tsBtnChange.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnChange.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnChange.set_Name("tsBtnChange");
     this.tsBtnChange.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsBtnChange.set_Text("Изменить");
     this.tsBtnChange.add_Click(new System.EventHandler(this.tsBtnChange_Click));
     this.tsBtnDelete.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsBtnDelete.set_Image(Resources.DELETE);
     this.tsBtnDelete.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnDelete.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnDelete.set_Name("tsBtnDelete");
     this.tsBtnDelete.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsBtnDelete.set_Text("Удалить");
     this.tsBtnDelete.add_Click(new System.EventHandler(this.tsBtnDelete_Click));
     this.tsbAddResidents.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbAddResidents.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbAddResidents.set_Name("tsbAddResidents");
     this.tsbAddResidents.set_Size(new System.Drawing.Size(0xb6, 0x16));
     this.tsbAddResidents.set_Text("Добавить проживающих (всех)");
     this.tsbAddResidents.add_Click(new System.EventHandler(this.tsbAddResidents_Click));
     this.tsbAddResidentsMore18.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbAddResidentsMore18.set_Image((System.Drawing.Image) manager.GetObject("tsbAddResidentsMore18.Image"));
     this.tsbAddResidentsMore18.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbAddResidentsMore18.set_Name("tsbAddResidentsMore18");
     this.tsbAddResidentsMore18.set_Size(new System.Drawing.Size(0xa7, 0x16));
     this.tsbAddResidentsMore18.set_Text("(только совершеннолетних)");
     this.tsbAddResidentsMore18.add_Click(new System.EventHandler(this.tsbAddResidentsMore18_Click));
     this.panel2.Controls.Add(this.btnCancel);
     this.panel2.set_Dock(System.Windows.Forms.DockStyle.Bottom);
     this.panel2.set_Location(new System.Drawing.Point(0, 0x222));
     this.panel2.set_Name("panel2");
     this.panel2.set_Size(new System.Drawing.Size(0x354, 0x22));
     this.panel2.set_TabIndex(6);
     this.btnCancel.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnCancel.set_Location(new System.Drawing.Point(0x306, 8));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnCancel.set_TabIndex(0);
     this.btnCancel.set_Text("Закрыть");
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.btnCancel.add_Click(new System.EventHandler(this.btnCancel_Click));
     this.splitContainer.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.splitContainer.set_Location(new System.Drawing.Point(0, 0x4d));
     this.splitContainer.set_Name("splitContainer");
     this.splitContainer.set_Orientation(System.Windows.Forms.Orientation.Horizontal);
     this.splitContainer.Panel1.Controls.Add(this.groupBox1);
     this.splitContainer.Panel2.Controls.Add(this.gbActions);
     this.splitContainer.set_Size(new System.Drawing.Size(0x354, 0x1d5));
     this.splitContainer.set_SplitterDistance(0x6c);
     this.splitContainer.set_TabIndex(7);
     this.gbActions.Controls.Add(this.viewDebtAffairActions);
     this.gbActions.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.gbActions.set_Location(new System.Drawing.Point(0, 0));
     this.gbActions.set_Name("gbActions");
     this.gbActions.set_Size(new System.Drawing.Size(0x354, 0x165));
     this.gbActions.set_TabIndex(1);
     this.gbActions.set_TabStop(false);
     this.gbActions.set_Text("Процессы по делу");
     this.bsDebtAffairOwners.set_DataSource(typeof(DebtAffairOwner));
     this.viewDebtAffairActions.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.viewDebtAffairActions.set_Location(new System.Drawing.Point(3, 0x10));
     this.viewDebtAffairActions.set_Name("viewDebtAffairActions");
     this.viewDebtAffairActions.set_Size(new System.Drawing.Size(0x34e, 0x152));
     this.viewDebtAffairActions.set_TabIndex(0);
     this.sfdAffairCategory.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.sfdAffairCategory.set_FormattingEnabled(true);
     this.sfdAffairCategory.set_Location(new System.Drawing.Point(0x1c9, 4));
     this.sfdAffairCategory.set_Name("sfdAffairCategory");
     this.sfdAffairCategory.set_Size(new System.Drawing.Size(0x137, 0x15));
     this.sfdAffairCategory.set_Sorted(true);
     this.sfdAffairCategory.set_TabIndex(5);
     this.datePeriod.AttachToPeriod = false;
     this.datePeriod.DateBeginReadonly = false;
     this.datePeriod.DateEndReadonly = false;
     this.datePeriod.set_Location(new System.Drawing.Point(0x79, 4));
     this.datePeriod.set_Margin(new System.Windows.Forms.Padding(4));
     this.datePeriod.set_Name("datePeriod");
     this.datePeriod.set_Size(new System.Drawing.Size(0xe9, 0x17));
     this.datePeriod.set_TabIndex(0);
     this.dataGridViewTextBoxColumn1.set_DataPropertyName("OwnerId");
     this.dataGridViewTextBoxColumn1.set_HeaderText("OwnerId");
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn1.set_Width(0x48);
     this.dataGridViewTextBoxColumn2.set_DataPropertyName("DebtAffairId");
     this.dataGridViewTextBoxColumn2.set_HeaderText("DebtAffairId");
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.dataGridViewTextBoxColumn2.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn2.set_Visible(false);
     this.dataGridViewTextBoxColumn2.set_Width(0x58);
     this.dataGridViewTextBoxColumn3.set_DataPropertyName("Id");
     this.dataGridViewTextBoxColumn3.set_HeaderText("Id");
     this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3");
     this.dataGridViewTextBoxColumn3.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn3.set_Width(0x29);
     this.dataGridViewTextBoxColumn4.set_DataPropertyName("ObjectWithIdType");
     this.dataGridViewTextBoxColumn4.set_HeaderText("ObjectWithIdType");
     this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4");
     this.dataGridViewTextBoxColumn4.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn4.set_Width(0x76);
     this.dataGridViewTextBoxColumn5.set_DataPropertyName("ResidentAddress");
     this.dataGridViewTextBoxColumn5.set_HeaderText("Адрес проживания");
     this.dataGridViewTextBoxColumn5.set_Name("dataGridViewTextBoxColumn5");
     this.dataGridViewTextBoxColumn5.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn5.set_Width(0x75);
     this.dataGridViewTextBoxColumn6.set_DataPropertyName("PlaceEmployment");
     this.dataGridViewTextBoxColumn6.set_HeaderText("Место работы");
     this.dataGridViewTextBoxColumn6.set_Name("dataGridViewTextBoxColumn6");
     this.dataGridViewTextBoxColumn6.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn6.set_Width(0x60);
     this.dataGridViewTextBoxColumn7.set_DataPropertyName("TelephoneNumber");
     this.dataGridViewTextBoxColumn7.set_HeaderText("Телефон");
     this.dataGridViewTextBoxColumn7.set_Name("dataGridViewTextBoxColumn7");
     this.dataGridViewTextBoxColumn7.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn7.set_Width(0x4d);
     this.debtAffairOwnerNameDataGridViewTextBoxColumn1.set_DataPropertyName("DebtAffairOwnerName");
     this.debtAffairOwnerNameDataGridViewTextBoxColumn1.set_HeaderText("Имя ответчика");
     this.debtAffairOwnerNameDataGridViewTextBoxColumn1.set_Name("debtAffairOwnerNameDataGridViewTextBoxColumn1");
     this.debtAffairOwnerNameDataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.debtAffairOwnerNameDataGridViewTextBoxColumn1.set_Width(0x63);
     this.ownerNameDataGridViewTextBoxColumn.set_DataPropertyName("OwnerName");
     this.ownerNameDataGridViewTextBoxColumn.set_HeaderText("OwnerName");
     this.ownerNameDataGridViewTextBoxColumn.set_Name("ownerNameDataGridViewTextBoxColumn");
     this.ownerNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.ownerNameDataGridViewTextBoxColumn.set_Visible(false);
     this.ownerNameDataGridViewTextBoxColumn.set_Width(0x5b);
     this.printCurrentStatusDataGridViewTextBoxColumn.set_DataPropertyName("PrintCurrentStatus");
     this.printCurrentStatusDataGridViewTextBoxColumn.set_HeaderText("");
     this.printCurrentStatusDataGridViewTextBoxColumn.set_Name("printCurrentStatusDataGridViewTextBoxColumn");
     this.printCurrentStatusDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.printCurrentStatusDataGridViewTextBoxColumn.set_Width(0x13);
     this.residentAddressDataGridViewTextBoxColumn.set_DataPropertyName("ResidentAddress");
     this.residentAddressDataGridViewTextBoxColumn.set_HeaderText("Адрес проживания");
     this.residentAddressDataGridViewTextBoxColumn.set_Name("residentAddressDataGridViewTextBoxColumn");
     this.residentAddressDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.residentAddressDataGridViewTextBoxColumn.set_Width(0x75);
     this.commentDataGridViewTextBoxColumn.set_DataPropertyName("Comment");
     this.commentDataGridViewTextBoxColumn.set_HeaderText("Комментарий");
     this.commentDataGridViewTextBoxColumn.set_Name("commentDataGridViewTextBoxColumn");
     this.commentDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.commentDataGridViewTextBoxColumn.set_Width(0x66);
     this.placeEmploymentDataGridViewTextBoxColumn.set_DataPropertyName("PlaceEmployment");
     this.placeEmploymentDataGridViewTextBoxColumn.set_HeaderText("Место работы");
     this.placeEmploymentDataGridViewTextBoxColumn.set_Name("placeEmploymentDataGridViewTextBoxColumn");
     this.placeEmploymentDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.placeEmploymentDataGridViewTextBoxColumn.set_Width(0x60);
     this.telephoneNumberDataGridViewTextBoxColumn.set_DataPropertyName("TelephoneNumber");
     this.telephoneNumberDataGridViewTextBoxColumn.set_HeaderText("Телефон");
     this.telephoneNumberDataGridViewTextBoxColumn.set_Name("telephoneNumberDataGridViewTextBoxColumn");
     this.telephoneNumberDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.telephoneNumberDataGridViewTextBoxColumn.set_Width(0x4d);
     this.DocNumber.set_DataPropertyName("DocNumber");
     this.DocNumber.set_HeaderText("Документ");
     this.DocNumber.set_Name("DocNumber");
     this.DocNumber.set_ReadOnly(true);
     this.DocNumber.set_Width(0x53);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x354, 580));
     base.Controls.Add(this.splitContainer);
     base.Controls.Add(this.panel2);
     base.Controls.Add(this.panel1);
     base.set_Name("DebtAffairAddChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("Дело должника");
     base.add_Load(new System.EventHandler(this.DebtAffairAddChangeForm_Load));
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.dgvDebtAffairOwners.EndInit();
     this.tsDebtAffairOwners.ResumeLayout(false);
     this.tsDebtAffairOwners.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.splitContainer.Panel1.ResumeLayout(false);
     this.splitContainer.Panel2.ResumeLayout(false);
     this.splitContainer.ResumeLayout(false);
     this.gbActions.ResumeLayout(false);
     this.bsDebtAffairOwners.EndInit();
     base.ResumeLayout(false);
 }
Esempio n. 29
0
 private void InitializeComponent()
 {
     this.components = new Container();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(ServiceView));
     this.tbLongName = new System.Windows.Forms.TextBox();
     this.tbShortName = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.labelShortName = new System.Windows.Forms.Label();
     this.labelCode = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.cbServiceType = new System.Windows.Forms.ComboBox();
     this.serviceTypeBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.m_Code = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.cbOrganization = new System.Windows.Forms.ComboBox();
     this.orgsBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.label6 = new System.Windows.Forms.Label();
     this.cbCanonicalService = new System.Windows.Forms.ComboBox();
     this.canonicalServiceBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.cbAlgorithm = new System.Windows.Forms.ComboBox();
     this.algBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.label7 = new System.Windows.Forms.Label();
     this.selectOrganization = new SelectOrganization();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.selectAddress = new SelectAddress();
     this.selectResourceProvider = new SelectOrganization();
     this.label8 = new System.Windows.Forms.Label();
     this.cbIsSeasonal = new System.Windows.Forms.CheckBox();
     this.cbIsFixedPayment = new System.Windows.Forms.CheckBox();
     this.datePeriod = new DatePeriod();
     this.label9 = new System.Windows.Forms.Label();
     this.nudMonthShift = new System.Windows.Forms.NumericUpDown();
     this.label10 = new System.Windows.Forms.Label();
     this.epRights = new System.Windows.Forms.ErrorProvider(this.components);
     this.cbCanHaveNegativeCharge = new System.Windows.Forms.CheckBox();
     this.cbCanRecalcInCloceAccount = new System.Windows.Forms.CheckBox();
     this.label11 = new System.Windows.Forms.Label();
     this.tbComment = new System.Windows.Forms.TextBox();
     this.cbIsNotRecalculationOldPeriod = new System.Windows.Forms.CheckBox();
     this.serviceTypeBindingSource.BeginInit();
     this.orgsBindingSource.BeginInit();
     this.canonicalServiceBindingSource.BeginInit();
     this.algBindingSource.BeginInit();
     this.nudMonthShift.BeginInit();
     this.epRights.BeginInit();
     base.SuspendLayout();
     this.tbLongName.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbLongName.set_Location(new System.Drawing.Point(0xf5, 0x77));
     this.tbLongName.set_Name("tbLongName");
     this.tbLongName.set_Size(new System.Drawing.Size(0x16b, 0x16));
     this.tbLongName.set_TabIndex(9);
     this.tbShortName.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbShortName.set_Location(new System.Drawing.Point(0xf5, 0x5b));
     this.tbShortName.set_Name("tbShortName");
     this.tbShortName.set_Size(new System.Drawing.Size(0x16b, 0x16));
     this.tbShortName.set_TabIndex(7);
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(6, 0x7a));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0xd7, 0x10));
     this.label1.set_TabIndex(8);
     this.label1.set_Text("Наименование для документов");
     this.labelShortName.set_AutoSize(true);
     this.labelShortName.set_Location(new System.Drawing.Point(6, 0x5e));
     this.labelShortName.set_Name("labelShortName");
     this.labelShortName.set_Size(new System.Drawing.Size(0xd3, 0x10));
     this.labelShortName.set_TabIndex(6);
     this.labelShortName.set_Text("Наименование для бухгалтера");
     this.labelCode.set_AutoSize(true);
     this.labelCode.set_Location(new System.Drawing.Point(6, 6));
     this.labelCode.set_Name("labelCode");
     this.labelCode.set_Size(new System.Drawing.Size(0x20, 0x10));
     this.labelCode.set_TabIndex(0);
     this.labelCode.set_Text("Код");
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(6, 0x40));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x51, 0x10));
     this.label4.set_TabIndex(4);
     this.label4.set_Text("Тип услуги");
     this.cbServiceType.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbServiceType.set_DataSource(this.serviceTypeBindingSource);
     this.cbServiceType.set_DisplayMember("ShortName");
     this.cbServiceType.set_DropDownStyle(System.Windows.Forms.ComboBoxStyle.DropDownList);
     this.cbServiceType.set_FormattingEnabled(true);
     this.cbServiceType.set_Location(new System.Drawing.Point(0xf5, 0x3d));
     this.cbServiceType.set_Name("cbServiceType");
     this.cbServiceType.set_Size(new System.Drawing.Size(0x16b, 0x18));
     this.cbServiceType.set_TabIndex(5);
     this.serviceTypeBindingSource.set_DataSource(typeof(ServiceTypeOld));
     this.serviceTypeBindingSource.set_Sort("ShortName");
     this.serviceTypeBindingSource.add_CurrentChanged(new System.EventHandler(this.serviceTypeBindingSource_CurrentChanged));
     this.m_Code.set_Location(new System.Drawing.Point(0xf5, 3));
     this.m_Code.set_Name("m_Code");
     this.m_Code.set_ReadOnly(true);
     this.m_Code.set_Size(new System.Drawing.Size(100, 0x16));
     this.m_Code.set_TabIndex(1);
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(6, 0x22));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x80, 0x10));
     this.label5.set_TabIndex(2);
     this.label5.set_Text("Поставщик услуги");
     this.cbOrganization.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbOrganization.set_DataSource(this.orgsBindingSource);
     this.cbOrganization.set_DisplayMember("CodeName");
     this.cbOrganization.set_DropDownStyle(System.Windows.Forms.ComboBoxStyle.DropDownList);
     this.cbOrganization.set_Enabled(false);
     this.cbOrganization.set_FormattingEnabled(true);
     this.cbOrganization.set_Location(new System.Drawing.Point(0xf5, 0x1f));
     this.cbOrganization.set_Name("cbOrganization");
     this.cbOrganization.set_Size(new System.Drawing.Size(0x16b, 0x18));
     this.cbOrganization.set_TabIndex(3);
     this.cbOrganization.set_ValueMember("Id");
     this.orgsBindingSource.set_DataSource(typeof(Organization));
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(6, 150));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(150, 0x10));
     this.label6.set_TabIndex(12);
     this.label6.set_Text("Вид благоустройства");
     this.cbCanonicalService.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbCanonicalService.set_DataSource(this.canonicalServiceBindingSource);
     this.cbCanonicalService.set_DisplayMember("LongName");
     this.cbCanonicalService.set_DropDownStyle(System.Windows.Forms.ComboBoxStyle.DropDownList);
     this.cbCanonicalService.set_FormattingEnabled(true);
     this.cbCanonicalService.set_Location(new System.Drawing.Point(0xf5, 0x93));
     this.cbCanonicalService.set_Name("cbCanonicalService");
     this.cbCanonicalService.set_Size(new System.Drawing.Size(0x16b, 0x18));
     this.cbCanonicalService.set_TabIndex(13);
     this.cbCanonicalService.set_ValueMember("Code");
     this.canonicalServiceBindingSource.set_DataSource(typeof(CanonicalService));
     this.canonicalServiceBindingSource.add_CurrentChanged(new System.EventHandler(this.canonicalServiceBindingSource_CurrentChanged));
     this.cbAlgorithm.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbAlgorithm.set_DataSource(this.algBindingSource);
     this.cbAlgorithm.set_DisplayMember("DisplayName");
     this.cbAlgorithm.set_DropDownStyle(System.Windows.Forms.ComboBoxStyle.DropDownList);
     this.cbAlgorithm.set_FormattingEnabled(true);
     this.cbAlgorithm.set_Location(new System.Drawing.Point(0xf5, 0xb1));
     this.cbAlgorithm.set_Name("cbAlgorithm");
     this.cbAlgorithm.set_Size(new System.Drawing.Size(0x16b, 0x18));
     this.cbAlgorithm.set_TabIndex(11);
     this.cbAlgorithm.set_ValueMember("Id");
     this.algBindingSource.set_DataSource(typeof(CalcAlg));
     this.label7.set_AutoSize(true);
     this.label7.set_Location(new System.Drawing.Point(6, 180));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(0x6a, 0x10));
     this.label7.set_TabIndex(10);
     this.label7.set_Text("Вид алгоритма");
     this.selectOrganization.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectOrganization.IsCashlessTransferrer = false;
     this.selectOrganization.IsHouseHolder = false;
     this.selectOrganization.IsPaymentAgent = false;
     this.selectOrganization.IsResourceProvider = false;
     this.selectOrganization.IsServiceProvider = false;
     this.selectOrganization.set_Location(new System.Drawing.Point(0xf5, 0xda));
     this.selectOrganization.set_Name("selectOrganization");
     this.selectOrganization.set_Size(new System.Drawing.Size(0x16b, 0x18));
     this.selectOrganization.set_TabIndex(15);
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(6, 220));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0xa4, 0x10));
     this.label2.set_TabIndex(0x11);
     this.label2.set_Text("Управляющая компания");
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(6, 0x120));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x30, 0x10));
     this.label3.set_TabIndex(0x12);
     this.label3.set_Text("Адрес");
     this.selectAddress.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectAddress.set_Location(new System.Drawing.Point(0xf5, 0x11e));
     this.selectAddress.set_Name("selectAddress");
     this.selectAddress.set_Size(new System.Drawing.Size(0x16b, 0x1a));
     this.selectAddress.set_TabIndex(0x15);
     this.selectResourceProvider.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectResourceProvider.IsCashlessTransferrer = false;
     this.selectResourceProvider.IsHouseHolder = false;
     this.selectResourceProvider.IsPaymentAgent = false;
     this.selectResourceProvider.IsResourceProvider = false;
     this.selectResourceProvider.IsServiceProvider = false;
     this.selectResourceProvider.set_Location(new System.Drawing.Point(0xf5, 0xfc));
     this.selectResourceProvider.set_Name("selectResourceProvider");
     this.selectResourceProvider.set_Size(new System.Drawing.Size(0x16b, 0x18));
     this.selectResourceProvider.set_TabIndex(0x16);
     this.label8.set_AutoSize(true);
     this.label8.set_Location(new System.Drawing.Point(6, 0xfd));
     this.label8.set_Name("label8");
     this.label8.set_Size(new System.Drawing.Size(0xe9, 0x10));
     this.label8.set_TabIndex(0x17);
     this.label8.set_Text("Ресурсоснабжающая организация");
     this.cbIsSeasonal.set_AutoSize(true);
     this.cbIsSeasonal.set_Location(new System.Drawing.Point(9, 450));
     this.cbIsSeasonal.set_Name("cbIsSeasonal");
     this.cbIsSeasonal.set_Size(new System.Drawing.Size(0x5b, 20));
     this.cbIsSeasonal.set_TabIndex(0x18);
     this.cbIsSeasonal.set_Text("Сезонная");
     this.cbIsSeasonal.set_UseVisualStyleBackColor(true);
     this.cbIsFixedPayment.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbIsFixedPayment.set_Location(new System.Drawing.Point(9, 0x1d8));
     this.cbIsFixedPayment.set_Name("cbIsFixedPayment");
     this.cbIsFixedPayment.set_Size(new System.Drawing.Size(0x24d, 0x2a));
     this.cbIsFixedPayment.set_TabIndex(0x19);
     this.cbIsFixedPayment.set_Text("Фиксированная оплата (при автоматической разноске оплаты берется 0 или полная сумма задолжености)");
     this.cbIsFixedPayment.set_UseVisualStyleBackColor(true);
     this.datePeriod.AttachToPeriod = false;
     this.datePeriod.DateBeginReadonly = false;
     this.datePeriod.DateEndReadonly = false;
     this.datePeriod.set_Location(new System.Drawing.Point(0xea, 0x141));
     this.datePeriod.set_Margin(new System.Windows.Forms.Padding(5));
     this.datePeriod.set_Name("datePeriod");
     this.datePeriod.set_Size(new System.Drawing.Size(0x148, 0x17));
     this.datePeriod.set_TabIndex(0x1a);
     this.label9.set_AutoSize(true);
     this.label9.set_Location(new System.Drawing.Point(6, 0x148));
     this.label9.set_Name("label9");
     this.label9.set_Size(new System.Drawing.Size(170, 0x10));
     this.label9.set_TabIndex(0x1b);
     this.label9.set_Text("Период действия услуги");
     this.nudMonthShift.set_Location(new System.Drawing.Point(0xf5, 0x16c));
     int[] numArray = new int[4];
     numArray[0] = 0x24;
     this.nudMonthShift.set_Maximum(new decimal(numArray));
     this.nudMonthShift.set_Name("nudMonthShift");
     this.nudMonthShift.set_Size(new System.Drawing.Size(120, 0x16));
     this.nudMonthShift.set_TabIndex(0x1d);
     this.label10.set_AutoSize(true);
     this.label10.set_Location(new System.Drawing.Point(6, 0x16e));
     this.label10.set_Name("label10");
     this.label10.set_Size(new System.Drawing.Size(0xde, 0x10));
     this.label10.set_TabIndex(30);
     this.label10.set_Text("Рассчитывать за ранний период");
     this.epRights.set_BlinkStyle(System.Windows.Forms.ErrorBlinkStyle.NeverBlink);
     this.epRights.set_ContainerControl(this);
     this.epRights.set_Icon((System.Drawing.Icon) manager.GetObject("epRights.Icon"));
     this.epRights.set_RightToLeft(true);
     this.cbCanHaveNegativeCharge.set_AutoSize(true);
     this.cbCanHaveNegativeCharge.set_Location(new System.Drawing.Point(9, 0x1ff));
     this.cbCanHaveNegativeCharge.set_Name("cbCanHaveNegativeCharge");
     this.cbCanHaveNegativeCharge.set_Size(new System.Drawing.Size(300, 20));
     this.cbCanHaveNegativeCharge.set_TabIndex(0x1f);
     this.cbCanHaveNegativeCharge.set_Text("Возможность отрицательных начислений");
     this.cbCanHaveNegativeCharge.set_UseVisualStyleBackColor(true);
     this.cbCanRecalcInCloceAccount.set_AutoSize(true);
     this.cbCanRecalcInCloceAccount.set_Location(new System.Drawing.Point(9, 0x219));
     this.cbCanRecalcInCloceAccount.set_Name("cbCanRecalcInCloceAccount");
     this.cbCanRecalcInCloceAccount.set_Size(new System.Drawing.Size(0x181, 20));
     this.cbCanRecalcInCloceAccount.set_TabIndex(0x20);
     this.cbCanRecalcInCloceAccount.set_Text("Производить перерасчет на закрытых лицевых счетах");
     this.cbCanRecalcInCloceAccount.set_UseVisualStyleBackColor(true);
     this.label11.set_AutoSize(true);
     this.label11.set_Location(new System.Drawing.Point(6, 0x18d));
     this.label11.set_Name("label11");
     this.label11.set_Size(new System.Drawing.Size(0x61, 0x10));
     this.label11.set_TabIndex(0x21);
     this.label11.set_Text("Комментарий");
     this.tbComment.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbComment.set_Location(new System.Drawing.Point(0x6d, 0x18a));
     this.tbComment.set_Multiline(true);
     this.tbComment.set_Name("tbComment");
     this.tbComment.set_Size(new System.Drawing.Size(0x1f3, 0x31));
     this.tbComment.set_TabIndex(0x22);
     this.cbIsNotRecalculationOldPeriod.set_AutoSize(true);
     this.cbIsNotRecalculationOldPeriod.set_Location(new System.Drawing.Point(9, 0x233));
     this.cbIsNotRecalculationOldPeriod.set_Name("cbIsNotRecalculationOldPeriod");
     this.cbIsNotRecalculationOldPeriod.set_Size(new System.Drawing.Size(0x14f, 20));
     this.cbIsNotRecalculationOldPeriod.set_TabIndex(0x23);
     this.cbIsNotRecalculationOldPeriod.set_Text("Не производить перерасчет за старый период");
     this.cbIsNotRecalculationOldPeriod.set_UseVisualStyleBackColor(true);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(8f, 16f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.cbIsNotRecalculationOldPeriod);
     base.Controls.Add(this.tbComment);
     base.Controls.Add(this.label11);
     base.Controls.Add(this.cbCanRecalcInCloceAccount);
     base.Controls.Add(this.cbCanHaveNegativeCharge);
     base.Controls.Add(this.label10);
     base.Controls.Add(this.nudMonthShift);
     base.Controls.Add(this.label9);
     base.Controls.Add(this.datePeriod);
     base.Controls.Add(this.cbIsFixedPayment);
     base.Controls.Add(this.cbIsSeasonal);
     base.Controls.Add(this.label8);
     base.Controls.Add(this.selectResourceProvider);
     base.Controls.Add(this.selectAddress);
     base.Controls.Add(this.label3);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.selectOrganization);
     base.Controls.Add(this.cbAlgorithm);
     base.Controls.Add(this.label7);
     base.Controls.Add(this.cbCanonicalService);
     base.Controls.Add(this.label6);
     base.Controls.Add(this.cbOrganization);
     base.Controls.Add(this.label5);
     base.Controls.Add(this.m_Code);
     base.Controls.Add(this.cbServiceType);
     base.Controls.Add(this.label4);
     base.Controls.Add(this.tbLongName);
     base.Controls.Add(this.tbShortName);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.labelShortName);
     base.Controls.Add(this.labelCode);
     this.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 9.75f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     base.set_Margin(new System.Windows.Forms.Padding(4));
     base.set_Name("ServiceView");
     base.set_Size(new System.Drawing.Size(0x266, 0x25a));
     base.add_Load(new System.EventHandler(this.ServiceView_Load));
     this.serviceTypeBindingSource.EndInit();
     this.orgsBindingSource.EndInit();
     this.canonicalServiceBindingSource.EndInit();
     this.algBindingSource.EndInit();
     this.nudMonthShift.EndInit();
     this.epRights.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.components = new Container();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(NonresidentialApartmentHouseCounterAddChangeForm));
     this.panel1 = new System.Windows.Forms.Panel();
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnOk = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.datePeriod1 = new DatePeriod();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.tsbCurrentCounters = new System.Windows.Forms.ToolStripButton();
     this.tsbAllCounters = new System.Windows.Forms.ToolStripButton();
     this.dgvHouseCounters = new System.Windows.Forms.DataGridView();
     this.counterNumberDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.markNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.counterNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.typeCounterNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.fromDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.toDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.createdDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsHouseCounters = 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.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.panel1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.dgvHouseCounters.BeginInit();
     this.bsHouseCounters.BeginInit();
     base.SuspendLayout();
     this.panel1.Controls.Add(this.btnCancel);
     this.panel1.Controls.Add(this.btnOk);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.datePeriod1);
     this.panel1.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panel1.set_Location(new System.Drawing.Point(0, 0));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(0x307, 0x1f));
     this.panel1.set_TabIndex(0);
     this.btnCancel.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnCancel.set_Location(new System.Drawing.Point(0x2b3, 3));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(0x4d, 0x17));
     this.btnCancel.set_TabIndex(3);
     this.btnCancel.set_Text("Отменить");
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.btnCancel.add_Click(new System.EventHandler(this.btnCancel_Click));
     this.btnOk.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnOk.set_Location(new System.Drawing.Point(0x260, 3));
     this.btnOk.set_Name("btnOk");
     this.btnOk.set_Size(new System.Drawing.Size(0x4d, 0x17));
     this.btnOk.set_TabIndex(2);
     this.btnOk.set_Text("Добавить");
     this.btnOk.set_UseVisualStyleBackColor(true);
     this.btnOk.add_Click(new System.EventHandler(this.btnOk_Click));
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(12, 7));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x2d, 13));
     this.label1.set_TabIndex(1);
     this.label1.set_Text("Период");
     this.datePeriod1.AttachToPeriod = false;
     this.datePeriod1.DateBeginReadonly = false;
     this.datePeriod1.DateEndReadonly = false;
     this.datePeriod1.set_Location(new System.Drawing.Point(0x40, 3));
     this.datePeriod1.set_Margin(new System.Windows.Forms.Padding(4));
     this.datePeriod1.set_Name("datePeriod1");
     this.datePeriod1.set_Size(new System.Drawing.Size(0xe9, 0x17));
     this.datePeriod1.set_TabIndex(0);
     this.toolStrip1.set_GripStyle(System.Windows.Forms.ToolStripGripStyle.Hidden);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripSeparator1, this.tsbCurrentCounters, this.tsbAllCounters, this.toolStripSeparator2 });
     this.toolStrip1.set_Location(new System.Drawing.Point(0, 0x1f));
     this.toolStrip1.set_Name("toolStrip1");
     this.toolStrip1.set_Size(new System.Drawing.Size(0x307, 0x19));
     this.toolStrip1.set_TabIndex(4);
     this.toolStrip1.set_Text("toolStrip1");
     this.tsbCurrentCounters.set_Checked(true);
     this.tsbCurrentCounters.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.tsbCurrentCounters.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbCurrentCounters.set_Image((System.Drawing.Image) manager.GetObject("tsbCurrentCounters.Image"));
     this.tsbCurrentCounters.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbCurrentCounters.set_Name("tsbCurrentCounters");
     this.tsbCurrentCounters.set_Size(new System.Drawing.Size(0x59, 0x16));
     this.tsbCurrentCounters.set_Text("Действующие");
     this.tsbCurrentCounters.add_Click(new System.EventHandler(this.tsbCurrentCounters_Click));
     this.tsbAllCounters.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbAllCounters.set_Image((System.Drawing.Image) manager.GetObject("tsbAllCounters.Image"));
     this.tsbAllCounters.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbAllCounters.set_Name("tsbAllCounters");
     this.tsbAllCounters.set_Size(new System.Drawing.Size(30, 0x16));
     this.tsbAllCounters.set_Text("Все");
     this.tsbAllCounters.add_Click(new System.EventHandler(this.tsbAllCounters_Click));
     this.dgvHouseCounters.set_AllowUserToAddRows(false);
     this.dgvHouseCounters.set_AllowUserToDeleteRows(false);
     this.dgvHouseCounters.set_AutoGenerateColumns(false);
     this.dgvHouseCounters.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dgvHouseCounters.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     this.dgvHouseCounters.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvHouseCounters.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.counterNumberDataGridViewTextBoxColumn, this.markNameDataGridViewTextBoxColumn, this.counterNameDataGridViewTextBoxColumn, this.typeCounterNameDataGridViewTextBoxColumn, this.fromDateDataGridViewTextBoxColumn, this.toDateDataGridViewTextBoxColumn, this.createdDataGridViewTextBoxColumn });
     this.dgvHouseCounters.set_DataSource(this.bsHouseCounters);
     this.dgvHouseCounters.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvHouseCounters.set_Location(new System.Drawing.Point(0, 0x38));
     this.dgvHouseCounters.set_Name("dgvHouseCounters");
     this.dgvHouseCounters.set_ReadOnly(true);
     this.dgvHouseCounters.set_RowHeadersVisible(false);
     this.dgvHouseCounters.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvHouseCounters.set_Size(new System.Drawing.Size(0x307, 0x100));
     this.dgvHouseCounters.set_TabIndex(1);
     this.counterNumberDataGridViewTextBoxColumn.set_DataPropertyName("CounterNumber");
     this.counterNumberDataGridViewTextBoxColumn.set_HeaderText("Номер счетчика");
     this.counterNumberDataGridViewTextBoxColumn.set_Name("counterNumberDataGridViewTextBoxColumn");
     this.counterNumberDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.counterNumberDataGridViewTextBoxColumn.set_Width(0x69);
     this.markNameDataGridViewTextBoxColumn.set_DataPropertyName("MarkName");
     this.markNameDataGridViewTextBoxColumn.set_HeaderText("Марка счетчика");
     this.markNameDataGridViewTextBoxColumn.set_Name("markNameDataGridViewTextBoxColumn");
     this.markNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.markNameDataGridViewTextBoxColumn.set_Width(0x68);
     this.counterNameDataGridViewTextBoxColumn.set_DataPropertyName("CounterName");
     this.counterNameDataGridViewTextBoxColumn.set_HeaderText("Наименование счетчика");
     this.counterNameDataGridViewTextBoxColumn.set_Name("counterNameDataGridViewTextBoxColumn");
     this.counterNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.counterNameDataGridViewTextBoxColumn.set_Width(0x8e);
     this.typeCounterNameDataGridViewTextBoxColumn.set_DataPropertyName("TypeCounterName");
     this.typeCounterNameDataGridViewTextBoxColumn.set_HeaderText("Тип счетчика");
     this.typeCounterNameDataGridViewTextBoxColumn.set_Name("typeCounterNameDataGridViewTextBoxColumn");
     this.typeCounterNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.typeCounterNameDataGridViewTextBoxColumn.set_Width(0x5b);
     this.fromDateDataGridViewTextBoxColumn.set_DataPropertyName("FromDate");
     this.fromDateDataGridViewTextBoxColumn.set_HeaderText("Дата установки");
     this.fromDateDataGridViewTextBoxColumn.set_Name("fromDateDataGridViewTextBoxColumn");
     this.fromDateDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.fromDateDataGridViewTextBoxColumn.set_Width(0x68);
     this.toDateDataGridViewTextBoxColumn.set_DataPropertyName("ToDate");
     this.toDateDataGridViewTextBoxColumn.set_HeaderText("Дата окончания");
     this.toDateDataGridViewTextBoxColumn.set_Name("toDateDataGridViewTextBoxColumn");
     this.toDateDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.toDateDataGridViewTextBoxColumn.set_Width(0x69);
     this.createdDataGridViewTextBoxColumn.set_DataPropertyName("Created");
     this.createdDataGridViewTextBoxColumn.set_HeaderText("Дата создания");
     this.createdDataGridViewTextBoxColumn.set_Name("createdDataGridViewTextBoxColumn");
     this.createdDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.bsHouseCounters.set_DataSource(typeof(HouseCounter));
     this.dataGridViewTextBoxColumn1.set_DataPropertyName("CounterNumber");
     this.dataGridViewTextBoxColumn1.set_HeaderText("Номер счетчика");
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn1.set_Width(0x69);
     this.dataGridViewTextBoxColumn2.set_DataPropertyName("MarkName");
     this.dataGridViewTextBoxColumn2.set_HeaderText("Марка счетчика");
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.dataGridViewTextBoxColumn2.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn2.set_Width(0x68);
     this.dataGridViewTextBoxColumn3.set_DataPropertyName("CounterName");
     this.dataGridViewTextBoxColumn3.set_HeaderText("Наименование счетчика");
     this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3");
     this.dataGridViewTextBoxColumn3.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn3.set_Width(0x8e);
     this.dataGridViewTextBoxColumn4.set_DataPropertyName("TypeCounterName");
     this.dataGridViewTextBoxColumn4.set_HeaderText("Тип счетчика");
     this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4");
     this.dataGridViewTextBoxColumn4.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn4.set_Width(0x5b);
     this.dataGridViewTextBoxColumn5.set_DataPropertyName("FromDate");
     this.dataGridViewTextBoxColumn5.set_HeaderText("Дата установки");
     this.dataGridViewTextBoxColumn5.set_Name("dataGridViewTextBoxColumn5");
     this.dataGridViewTextBoxColumn5.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn5.set_Width(0x68);
     this.dataGridViewTextBoxColumn6.set_DataPropertyName("ToDate");
     this.dataGridViewTextBoxColumn6.set_HeaderText("Дата окончания");
     this.dataGridViewTextBoxColumn6.set_Name("dataGridViewTextBoxColumn6");
     this.dataGridViewTextBoxColumn6.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn6.set_Width(0x69);
     this.dataGridViewTextBoxColumn7.set_DataPropertyName("Created");
     this.dataGridViewTextBoxColumn7.set_HeaderText("Дата создания");
     this.dataGridViewTextBoxColumn7.set_Name("dataGridViewTextBoxColumn7");
     this.dataGridViewTextBoxColumn7.set_ReadOnly(true);
     this.toolStripSeparator1.set_Name("toolStripSeparator1");
     this.toolStripSeparator1.set_Size(new System.Drawing.Size(6, 0x19));
     this.toolStripSeparator2.set_Name("toolStripSeparator2");
     this.toolStripSeparator2.set_Size(new System.Drawing.Size(6, 0x19));
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x307, 0x138));
     base.Controls.Add(this.dgvHouseCounters);
     base.Controls.Add(this.toolStrip1);
     base.Controls.Add(this.panel1);
     base.set_Name("NonresidentialApartmentHouseCounterAddChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     base.add_Load(new System.EventHandler(this.NonresidentialApartmentHouseCounterAddChangeForm_Load));
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.dgvHouseCounters.EndInit();
     this.bsHouseCounters.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }