Esempio n. 1
0
 private void InitializeComponent()
 {
     this.dateBox = new DateBox();
     this.btnOk = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.btnCancel = new System.Windows.Forms.Button();
     base.SuspendLayout();
     this.dateBox.AttachToPeriod = false;
     this.dateBox.AttachToPeriodEnd = false;
     this.dateBox.set_Location(new System.Drawing.Point(0x4e, 12));
     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(0);
     this.btnOk.set_Location(new System.Drawing.Point(15, 0x33));
     this.btnOk.set_Name("btnOk");
     this.btnOk.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnOk.set_TabIndex(1);
     this.btnOk.set_Text("ОК");
     this.btnOk.set_UseVisualStyleBackColor(true);
     this.btnOk.add_Click(new System.EventHandler(this.btnOk_Click));
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(12, 0x10));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x21, 13));
     this.label1.set_TabIndex(2);
     this.label1.set_Text("Дата");
     this.btnCancel.set_DialogResult(System.Windows.Forms.DialogResult.Cancel);
     this.btnCancel.set_Location(new System.Drawing.Point(0x67, 0x33));
     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);
     base.set_AcceptButton(this.btnOk);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_CancelButton(this.btnCancel);
     base.set_ClientSize(new System.Drawing.Size(0xc2, 0x58));
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.btnOk);
     base.Controls.Add(this.dateBox);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedDialog);
     base.set_MaximizeBox(false);
     base.set_MinimizeBox(false);
     base.set_Name("DatePickerForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("Укажите дату");
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 2
0
 private void InitializeComponent()
 {
     this.dbPeriod = new DateBox();
     this.btnCancal = new System.Windows.Forms.Button();
     this.btnOk = new System.Windows.Forms.Button();
     base.SuspendLayout();
     this.dbPeriod.AttachToPeriod = false;
     this.dbPeriod.AttachToPeriodEnd = false;
     this.dbPeriod.set_Location(new System.Drawing.Point(12, 12));
     this.dbPeriod.set_Mask("00/00/0000");
     this.dbPeriod.set_Name("dbPeriod");
     this.dbPeriod.set_Size(new System.Drawing.Size(0xef, 20));
     this.dbPeriod.set_TabIndex(0);
     this.dbPeriod.add_KeyUp(new System.Windows.Forms.KeyEventHandler(this.dbPeriod_KeyUp));
     this.btnCancal.set_Location(new System.Drawing.Point(0x5f, 0x2f));
     this.btnCancal.set_Name("btnCancal");
     this.btnCancal.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnCancal.set_TabIndex(1);
     this.btnCancal.set_Text("Отмена");
     this.btnCancal.set_UseVisualStyleBackColor(true);
     this.btnCancal.add_Click(new System.EventHandler(this.btnCancal_Click));
     this.btnOk.set_Location(new System.Drawing.Point(0xb0, 0x2f));
     this.btnOk.set_Name("btnOk");
     this.btnOk.set_Size(new System.Drawing.Size(0x4b, 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));
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x107, 0x55));
     base.Controls.Add(this.btnOk);
     base.Controls.Add(this.btnCancal);
     base.Controls.Add(this.dbPeriod);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedToolWindow);
     base.set_MaximizeBox(false);
     base.set_MinimizeBox(false);
     base.set_Name("UjfChangePeriodForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("Выбор даты (периода)");
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.components = new Container();
     this.btnAdd = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.dateBox = new DateBox();
     base.SuspendLayout();
     this.btnAdd.set_Location(new System.Drawing.Point(0xc5, 1));
     this.btnAdd.set_Name("btnAdd");
     this.btnAdd.set_Size(new System.Drawing.Size(100, 0x1d));
     this.btnAdd.set_TabIndex(7);
     this.btnAdd.set_Text("Изменить");
     this.btnAdd.set_UseVisualStyleBackColor(true);
     this.btnAdd.add_Click(new System.EventHandler(this.btnAdd_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(0x47, 13));
     this.label1.set_TabIndex(6);
     this.label1.set_Text("Дата начала");
     this.dateBox.AttachToPeriod = false;
     this.dateBox.AttachToPeriodEnd = false;
     this.dateBox.set_Location(new System.Drawing.Point(0x59, 6));
     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(8);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x135, 0x23));
     base.Controls.Add(this.dateBox);
     base.Controls.Add(this.btnAdd);
     base.Controls.Add(this.label1);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedDialog);
     base.set_Name("RemitteeServiceChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterParent);
     this.set_Text("Изменить услугу");
     base.add_Load(new System.EventHandler(this.RemitteeServiceChangeForm_Load));
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.components = new Container();
     this.bsNewHouseHolders = new System.Windows.Forms.BindingSource(this.components);
     this.bsOldServices = new System.Windows.Forms.BindingSource(this.components);
     this.bsOldHouseHolders = new System.Windows.Forms.BindingSource(this.components);
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.dgvNotServices = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn25 = 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.dataGridViewCheckBoxColumn2 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.dataGridViewTextBoxColumn33 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.dgvAllServicesNotComprasion = new System.Windows.Forms.DataGridView();
     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.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.создатьУслугуСкопировавДанныеToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.label3 = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.oldServiceId = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.oldServiceCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.oldServiceName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.newServiceId = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.newServiceCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.newServiceName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tpLinking = new System.Windows.Forms.TabPage();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.splitContainer3 = new System.Windows.Forms.SplitContainer();
     this.dgvOldServices = new System.Windows.Forms.DataGridView();
     this.codeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.typeNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.shortNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.houseHolderShortNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.orgNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.resourceProviderShortNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.canonicalNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.adrDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.algorithmNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.isSeasonalDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.LastRate = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tsSourceServices = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.dgvNewServices = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewCheckBoxColumn3 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn13 = 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.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsNewServices = new System.Windows.Forms.BindingSource(this.components);
     this.tsTargetServices = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
     this.tsBtnCreateTargetService = new System.Windows.Forms.ToolStripButton();
     this.tsBtnCompareServices = new System.Windows.Forms.ToolStripButton();
     this.dgvServicesComparison = new System.Windows.Forms.DataGridView();
     this.clmnOldServiceId = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn42 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn43 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clmnNewServiceId = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn45 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn46 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.pnButtons = new System.Windows.Forms.Panel();
     this.btnBackToSettings = new System.Windows.Forms.Button();
     this.btnProtocol = new System.Windows.Forms.Button();
     this.btnOK = new System.Windows.Forms.Button();
     this.tsComparedServices = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
     this.tsBtnUnlinkServices = new System.Windows.Forms.ToolStripButton();
     this.tsBtnShowLink = new System.Windows.Forms.ToolStripButton();
     this.tpSettings = new System.Windows.Forms.TabPage();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.label7 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.tbAccountNumberSufix = new System.Windows.Forms.TextBox();
     this.cbxOldHouseHolders = new System.Windows.Forms.ComboBox();
     this.label6 = new System.Windows.Forms.Label();
     this.selectOrgDoc = new SelectOrgDocument();
     this.cbxNewHouseHolders = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.dbFromDate = new DateBox();
     this.cbMoveAvansChangeHH = new System.Windows.Forms.CheckBox();
     this.cbMoveDebtChangeHH = new System.Windows.Forms.CheckBox();
     this.cbMoveTimeOffChangeHH = new System.Windows.Forms.CheckBox();
     this.btnComprasion = new System.Windows.Forms.Button();
     this.tabctrlWizard = new System.Windows.Forms.TabControl();
     this.workerCompareServices = new BackgroundWorker();
     this.workerProcess = new BackgroundWorker();
     this.toolTips = new System.Windows.Forms.ToolTip(this.components);
     this.workerProtocol = new BackgroundWorker();
     this.bsNewHouseHolders.BeginInit();
     this.bsOldServices.BeginInit();
     this.bsOldHouseHolders.BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.dgvNotServices.BeginInit();
     this.dgvAllServicesNotComprasion.BeginInit();
     this.menuStrip1.SuspendLayout();
     this.tpLinking.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.splitContainer3.Panel1.SuspendLayout();
     this.splitContainer3.Panel2.SuspendLayout();
     this.splitContainer3.SuspendLayout();
     this.dgvOldServices.BeginInit();
     this.tsSourceServices.SuspendLayout();
     this.dgvNewServices.BeginInit();
     this.bsNewServices.BeginInit();
     this.tsTargetServices.SuspendLayout();
     this.dgvServicesComparison.BeginInit();
     this.pnButtons.SuspendLayout();
     this.tsComparedServices.SuspendLayout();
     this.tpSettings.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.tabctrlWizard.SuspendLayout();
     base.SuspendLayout();
     this.bsNewHouseHolders.add_CurrentChanged(new System.EventHandler(this.bsNewHouseHolders_CurrentChanged));
     this.bsOldServices.set_DataSource(typeof(Service));
     this.bsOldServices.add_CurrentChanged(new System.EventHandler(this.bsServicesByAccounts_CurrentChanged));
     this.bsOldHouseHolders.set_DataSource(typeof(Organization));
     this.bsOldHouseHolders.add_CurrentChanged(new System.EventHandler(this.bsOldHouseHolders_CurrentChanged));
     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.dgvNotServices);
     this.splitContainer2.Panel1.Controls.Add(this.label4);
     this.splitContainer2.Panel2.Controls.Add(this.label5);
     this.splitContainer2.Panel2.Controls.Add(this.dgvAllServicesNotComprasion);
     this.splitContainer2.Panel2.Controls.Add(this.menuStrip1);
     this.splitContainer2.set_Size(new System.Drawing.Size(0x337, 230));
     this.splitContainer2.set_SplitterDistance(0x72);
     this.splitContainer2.set_TabIndex(0x18);
     this.dgvNotServices.set_AllowUserToAddRows(false);
     this.dgvNotServices.set_AllowUserToDeleteRows(false);
     this.dgvNotServices.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Top);
     this.dgvNotServices.set_AutoGenerateColumns(false);
     this.dgvNotServices.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCellsExceptHeader);
     this.dgvNotServices.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     this.dgvNotServices.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvNotServices.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn11, this.dataGridViewTextBoxColumn20, this.dataGridViewTextBoxColumn25, this.dataGridViewTextBoxColumn27, this.dataGridViewTextBoxColumn28, this.dataGridViewTextBoxColumn29, this.dataGridViewTextBoxColumn30, this.dataGridViewTextBoxColumn31, this.dataGridViewTextBoxColumn32, this.dataGridViewCheckBoxColumn2, this.dataGridViewTextBoxColumn33 });
     this.dgvNotServices.set_DataSource(this.bsOldServices);
     this.dgvNotServices.set_Location(new System.Drawing.Point(3, 20));
     this.dgvNotServices.set_Name("dgvNotServices");
     this.dgvNotServices.set_ReadOnly(true);
     this.dgvNotServices.set_RowHeadersVisible(false);
     this.dgvNotServices.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvNotServices.set_Size(new System.Drawing.Size(820, 0x5b));
     this.dgvNotServices.set_TabIndex(20);
     this.dataGridViewTextBoxColumn11.set_DataPropertyName("Code");
     this.dataGridViewTextBoxColumn11.set_HeaderText("Код");
     this.dataGridViewTextBoxColumn11.set_MinimumWidth(30);
     this.dataGridViewTextBoxColumn11.set_Name("dataGridViewTextBoxColumn11");
     this.dataGridViewTextBoxColumn11.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn11.set_Width(30);
     this.dataGridViewTextBoxColumn20.set_DataPropertyName("ServiceType");
     this.dataGridViewTextBoxColumn20.set_HeaderText("Тип Услуги");
     this.dataGridViewTextBoxColumn20.set_MinimumWidth(50);
     this.dataGridViewTextBoxColumn20.set_Name("dataGridViewTextBoxColumn20");
     this.dataGridViewTextBoxColumn20.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn20.set_Width(50);
     this.dataGridViewTextBoxColumn25.set_DataPropertyName("ShortName");
     this.dataGridViewTextBoxColumn25.set_HeaderText("Услуга");
     this.dataGridViewTextBoxColumn25.set_MinimumWidth(50);
     this.dataGridViewTextBoxColumn25.set_Name("dataGridViewTextBoxColumn25");
     this.dataGridViewTextBoxColumn25.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn25.set_Width(50);
     this.dataGridViewTextBoxColumn27.set_DataPropertyName("HouseHolder");
     this.dataGridViewTextBoxColumn27.set_HeaderText("Управляющая компания");
     this.dataGridViewTextBoxColumn27.set_MinimumWidth(80);
     this.dataGridViewTextBoxColumn27.set_Name("dataGridViewTextBoxColumn27");
     this.dataGridViewTextBoxColumn27.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn27.set_Width(80);
     this.dataGridViewTextBoxColumn28.set_DataPropertyName("ServiceProvider");
     this.dataGridViewTextBoxColumn28.set_HeaderText("Поставщик услуги");
     this.dataGridViewTextBoxColumn28.set_MinimumWidth(80);
     this.dataGridViewTextBoxColumn28.set_Name("dataGridViewTextBoxColumn28");
     this.dataGridViewTextBoxColumn28.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn28.set_Width(80);
     this.dataGridViewTextBoxColumn29.set_DataPropertyName("ResourceProvider");
     this.dataGridViewTextBoxColumn29.set_HeaderText("Ресурсоснабжающая компания");
     this.dataGridViewTextBoxColumn29.set_MinimumWidth(80);
     this.dataGridViewTextBoxColumn29.set_Name("dataGridViewTextBoxColumn29");
     this.dataGridViewTextBoxColumn29.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn29.set_Width(80);
     this.dataGridViewTextBoxColumn30.set_DataPropertyName("CanonicalService");
     this.dataGridViewTextBoxColumn30.set_HeaderText("Вид благоустройства");
     this.dataGridViewTextBoxColumn30.set_MinimumWidth(80);
     this.dataGridViewTextBoxColumn30.set_Name("dataGridViewTextBoxColumn30");
     this.dataGridViewTextBoxColumn30.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn30.set_Width(80);
     this.dataGridViewTextBoxColumn31.set_DataPropertyName("Adr");
     this.dataGridViewTextBoxColumn31.set_HeaderText("Адрес");
     this.dataGridViewTextBoxColumn31.set_MinimumWidth(50);
     this.dataGridViewTextBoxColumn31.set_Name("dataGridViewTextBoxColumn31");
     this.dataGridViewTextBoxColumn31.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn31.set_Width(50);
     this.dataGridViewTextBoxColumn32.set_DataPropertyName("CalcAlgorithm");
     this.dataGridViewTextBoxColumn32.set_HeaderText("Алгоритм");
     this.dataGridViewTextBoxColumn32.set_MinimumWidth(50);
     this.dataGridViewTextBoxColumn32.set_Name("dataGridViewTextBoxColumn32");
     this.dataGridViewTextBoxColumn32.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn32.set_Width(50);
     this.dataGridViewCheckBoxColumn2.set_DataPropertyName("IsSeasonal");
     this.dataGridViewCheckBoxColumn2.set_HeaderText("Сезонная");
     this.dataGridViewCheckBoxColumn2.set_Name("dataGridViewCheckBoxColumn2");
     this.dataGridViewCheckBoxColumn2.set_ReadOnly(true);
     this.dataGridViewCheckBoxColumn2.set_Width(5);
     this.dataGridViewTextBoxColumn33.set_DataPropertyName("LastRate");
     this.dataGridViewTextBoxColumn33.set_HeaderText("Последний тариф");
     this.dataGridViewTextBoxColumn33.set_MinimumWidth(6);
     this.dataGridViewTextBoxColumn33.set_Name("dataGridViewTextBoxColumn33");
     this.dataGridViewTextBoxColumn33.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn33.set_Width(6);
     this.label4.set_AutoSize(true);
     this.label4.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     this.label4.set_Location(new System.Drawing.Point(3, 5));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x43, 13));
     this.label4.set_TabIndex(14);
     this.label4.set_Text("Услуги ЛС: ");
     this.label5.set_AutoSize(true);
     this.label5.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     this.label5.set_Location(new System.Drawing.Point(3, 5));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x44, 13));
     this.label5.set_TabIndex(15);
     this.label5.set_Text("Все услуги: ");
     this.dgvAllServicesNotComprasion.set_AllowUserToAddRows(false);
     this.dgvAllServicesNotComprasion.set_AllowUserToDeleteRows(false);
     this.dgvAllServicesNotComprasion.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Top);
     this.dgvAllServicesNotComprasion.set_AutoGenerateColumns(false);
     this.dgvAllServicesNotComprasion.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCellsExceptHeader);
     this.dgvAllServicesNotComprasion.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     this.dgvAllServicesNotComprasion.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvAllServicesNotComprasion.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn1, this.dataGridViewTextBoxColumn2, this.dataGridViewTextBoxColumn3, this.dataGridViewTextBoxColumn4, this.dataGridViewTextBoxColumn5, this.dataGridViewTextBoxColumn6, this.dataGridViewTextBoxColumn7, this.dataGridViewTextBoxColumn8, this.dataGridViewTextBoxColumn9, this.dataGridViewCheckBoxColumn1, this.dataGridViewTextBoxColumn10 });
     this.dgvAllServicesNotComprasion.set_Location(new System.Drawing.Point(3, 0x15));
     this.dgvAllServicesNotComprasion.set_Name("dgvAllServicesNotComprasion");
     this.dgvAllServicesNotComprasion.set_ReadOnly(true);
     this.dgvAllServicesNotComprasion.set_RowHeadersVisible(false);
     this.dgvAllServicesNotComprasion.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvAllServicesNotComprasion.set_Size(new System.Drawing.Size(820, 0x5b));
     this.dgvAllServicesNotComprasion.set_TabIndex(11);
     this.dataGridViewTextBoxColumn1.set_DataPropertyName("Code");
     this.dataGridViewTextBoxColumn1.set_HeaderText("Код");
     this.dataGridViewTextBoxColumn1.set_MinimumWidth(30);
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn1.set_Width(30);
     this.dataGridViewTextBoxColumn2.set_DataPropertyName("ServiceType");
     this.dataGridViewTextBoxColumn2.set_HeaderText("Тип Услуги");
     this.dataGridViewTextBoxColumn2.set_MinimumWidth(50);
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.dataGridViewTextBoxColumn2.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn2.set_Width(50);
     this.dataGridViewTextBoxColumn3.set_DataPropertyName("ShortName");
     this.dataGridViewTextBoxColumn3.set_HeaderText("Услуга");
     this.dataGridViewTextBoxColumn3.set_MinimumWidth(50);
     this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3");
     this.dataGridViewTextBoxColumn3.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn3.set_Width(50);
     this.dataGridViewTextBoxColumn4.set_DataPropertyName("HouseHolder");
     this.dataGridViewTextBoxColumn4.set_HeaderText("Управляющая компания");
     this.dataGridViewTextBoxColumn4.set_MinimumWidth(80);
     this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4");
     this.dataGridViewTextBoxColumn4.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn4.set_Width(80);
     this.dataGridViewTextBoxColumn5.set_DataPropertyName("ServiceProvider");
     this.dataGridViewTextBoxColumn5.set_HeaderText("Поставщик услуги");
     this.dataGridViewTextBoxColumn5.set_MinimumWidth(80);
     this.dataGridViewTextBoxColumn5.set_Name("dataGridViewTextBoxColumn5");
     this.dataGridViewTextBoxColumn5.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn5.set_Width(80);
     this.dataGridViewTextBoxColumn6.set_DataPropertyName("ResourceProvider");
     this.dataGridViewTextBoxColumn6.set_HeaderText("Ресурсоснабжающая компания");
     this.dataGridViewTextBoxColumn6.set_MinimumWidth(80);
     this.dataGridViewTextBoxColumn6.set_Name("dataGridViewTextBoxColumn6");
     this.dataGridViewTextBoxColumn6.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn6.set_Width(80);
     this.dataGridViewTextBoxColumn7.set_DataPropertyName("CanonicalService");
     this.dataGridViewTextBoxColumn7.set_HeaderText("Вид благоустройства");
     this.dataGridViewTextBoxColumn7.set_MinimumWidth(80);
     this.dataGridViewTextBoxColumn7.set_Name("dataGridViewTextBoxColumn7");
     this.dataGridViewTextBoxColumn7.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn7.set_Width(80);
     this.dataGridViewTextBoxColumn8.set_DataPropertyName("Adr");
     this.dataGridViewTextBoxColumn8.set_HeaderText("Адрес");
     this.dataGridViewTextBoxColumn8.set_MinimumWidth(50);
     this.dataGridViewTextBoxColumn8.set_Name("dataGridViewTextBoxColumn8");
     this.dataGridViewTextBoxColumn8.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn8.set_Width(50);
     this.dataGridViewTextBoxColumn9.set_DataPropertyName("CalcAlgorithm");
     this.dataGridViewTextBoxColumn9.set_HeaderText("Алгоритм");
     this.dataGridViewTextBoxColumn9.set_MinimumWidth(50);
     this.dataGridViewTextBoxColumn9.set_Name("dataGridViewTextBoxColumn9");
     this.dataGridViewTextBoxColumn9.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn9.set_Width(50);
     this.dataGridViewCheckBoxColumn1.set_DataPropertyName("IsSeasonal");
     this.dataGridViewCheckBoxColumn1.set_HeaderText("Сезонная");
     this.dataGridViewCheckBoxColumn1.set_Name("dataGridViewCheckBoxColumn1");
     this.dataGridViewCheckBoxColumn1.set_ReadOnly(true);
     this.dataGridViewCheckBoxColumn1.set_Width(5);
     this.dataGridViewTextBoxColumn10.set_DataPropertyName("LastRate");
     this.dataGridViewTextBoxColumn10.set_HeaderText("Последний тариф");
     this.dataGridViewTextBoxColumn10.set_MinimumWidth(6);
     this.dataGridViewTextBoxColumn10.set_Name("dataGridViewTextBoxColumn10");
     this.dataGridViewTextBoxColumn10.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn10.set_Width(6);
     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(0x54, 0));
     this.menuStrip1.set_Name("menuStrip1");
     this.menuStrip1.set_Size(new System.Drawing.Size(0xe0, 0x18));
     this.menuStrip1.set_TabIndex(0x17);
     this.menuStrip1.set_Text("menuStrip1");
     this.создатьУслугуСкопировавДанныеToolStripMenuItem.set_Image(Resources.DOWN);
     this.создатьУслугуСкопировавДанныеToolStripMenuItem.set_Name("создатьУслугуСкопировавДанныеToolStripMenuItem");
     this.создатьУслугуСкопировавДанныеToolStripMenuItem.set_Size(new System.Drawing.Size(0xd8, 20));
     this.создатьУслугуСкопировавДанныеToolStripMenuItem.set_Text("Создать услугу, указав параметры");
     this.label3.set_AutoSize(true);
     this.label3.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     this.label3.set_Location(new System.Drawing.Point(3, 0));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x84, 13));
     this.label3.set_TabIndex(12);
     this.label3.set_Text("Сопоставленные услуги:");
     this.panel1.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Top);
     this.panel1.set_Location(new System.Drawing.Point(3, 0x10));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(820, 0x5e));
     this.panel1.set_TabIndex(0x16);
     this.oldServiceId.set_DataPropertyName("oldServiceId");
     this.oldServiceId.set_HeaderText("oldServiceId");
     this.oldServiceId.set_Name("oldServiceId");
     this.oldServiceId.set_ReadOnly(true);
     this.oldServiceId.set_Visible(false);
     this.oldServiceId.set_Width(0x48);
     this.oldServiceCode.set_DataPropertyName("oldServiceCode");
     this.oldServiceCode.set_HeaderText("Код");
     this.oldServiceCode.set_Name("oldServiceCode");
     this.oldServiceCode.set_ReadOnly(true);
     this.oldServiceCode.set_Width(0x33);
     this.oldServiceName.set_DataPropertyName("oldServiceName");
     this.oldServiceName.set_HeaderText("Старая услуга");
     this.oldServiceName.set_Name("oldServiceName");
     this.oldServiceName.set_ReadOnly(true);
     this.oldServiceName.set_Width(0x60);
     this.newServiceId.set_DataPropertyName("newServiceId");
     this.newServiceId.set_HeaderText("newServiceId");
     this.newServiceId.set_Name("newServiceId");
     this.newServiceId.set_ReadOnly(true);
     this.newServiceId.set_Visible(false);
     this.newServiceId.set_Width(0x61);
     this.newServiceCode.set_DataPropertyName("newServiceCode");
     this.newServiceCode.set_HeaderText("Код");
     this.newServiceCode.set_Name("newServiceCode");
     this.newServiceCode.set_ReadOnly(true);
     this.newServiceCode.set_Width(0x33);
     this.newServiceName.set_DataPropertyName("newServiceName");
     this.newServiceName.set_HeaderText("Новая услуга");
     this.newServiceName.set_Name("newServiceName");
     this.newServiceName.set_ReadOnly(true);
     this.newServiceName.set_Width(0x5c);
     this.tpLinking.set_BackColor(System.Drawing.SystemColors.Control);
     this.tpLinking.Controls.Add(this.splitContainer1);
     this.tpLinking.set_Location(new System.Drawing.Point(4, 4));
     this.tpLinking.set_Name("tpLinking");
     this.tpLinking.set_Padding(new System.Windows.Forms.Padding(3));
     this.tpLinking.set_Size(new System.Drawing.Size(820, 0x21d));
     this.tpLinking.set_TabIndex(1);
     this.tpLinking.set_Text("Сопоставление");
     this.splitContainer1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.splitContainer1.set_Location(new System.Drawing.Point(3, 3));
     this.splitContainer1.set_Name("splitContainer1");
     this.splitContainer1.Panel1.Controls.Add(this.splitContainer3);
     this.splitContainer1.Panel2.Controls.Add(this.dgvServicesComparison);
     this.splitContainer1.Panel2.Controls.Add(this.pnButtons);
     this.splitContainer1.Panel2.Controls.Add(this.tsComparedServices);
     this.splitContainer1.set_Size(new System.Drawing.Size(0x32e, 0x217));
     this.splitContainer1.set_SplitterDistance(0x1ed);
     this.splitContainer1.set_TabIndex(0x27);
     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.dgvOldServices);
     this.splitContainer3.Panel1.Controls.Add(this.tsSourceServices);
     this.splitContainer3.Panel2.Controls.Add(this.dgvNewServices);
     this.splitContainer3.Panel2.Controls.Add(this.tsTargetServices);
     this.splitContainer3.set_Size(new System.Drawing.Size(0x1ed, 0x217));
     this.splitContainer3.set_SplitterDistance(0x107);
     this.splitContainer3.set_TabIndex(0x18);
     this.dgvOldServices.set_AllowUserToAddRows(false);
     this.dgvOldServices.set_AllowUserToDeleteRows(false);
     this.dgvOldServices.set_AllowUserToOrderColumns(true);
     this.dgvOldServices.set_AllowUserToResizeRows(false);
     this.dgvOldServices.set_AutoGenerateColumns(false);
     this.dgvOldServices.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dgvOldServices.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     this.dgvOldServices.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvOldServices.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.codeDataGridViewTextBoxColumn, this.typeNameDataGridViewTextBoxColumn, this.shortNameDataGridViewTextBoxColumn, this.houseHolderShortNameDataGridViewTextBoxColumn, this.orgNameDataGridViewTextBoxColumn, this.resourceProviderShortNameDataGridViewTextBoxColumn, this.canonicalNameDataGridViewTextBoxColumn, this.adrDataGridViewTextBoxColumn, this.algorithmNameDataGridViewTextBoxColumn, this.isSeasonalDataGridViewTextBoxColumn, this.LastRate });
     this.dgvOldServices.set_DataSource(this.bsOldServices);
     this.dgvOldServices.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvOldServices.set_Location(new System.Drawing.Point(0, 0x19));
     this.dgvOldServices.set_MultiSelect(false);
     this.dgvOldServices.set_Name("dgvOldServices");
     this.dgvOldServices.set_ReadOnly(true);
     this.dgvOldServices.set_RowHeadersVisible(false);
     this.dgvOldServices.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvOldServices.set_Size(new System.Drawing.Size(0x1ed, 0xee));
     this.dgvOldServices.set_TabIndex(10);
     this.codeDataGridViewTextBoxColumn.set_DataPropertyName("Code");
     this.codeDataGridViewTextBoxColumn.set_HeaderText("Код");
     this.codeDataGridViewTextBoxColumn.set_Name("codeDataGridViewTextBoxColumn");
     this.codeDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.codeDataGridViewTextBoxColumn.set_Width(0x33);
     this.typeNameDataGridViewTextBoxColumn.set_DataPropertyName("TypeName");
     this.typeNameDataGridViewTextBoxColumn.set_HeaderText("Тип услуги");
     this.typeNameDataGridViewTextBoxColumn.set_Name("typeNameDataGridViewTextBoxColumn");
     this.typeNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.typeNameDataGridViewTextBoxColumn.set_Width(80);
     this.shortNameDataGridViewTextBoxColumn.set_DataPropertyName("ShortName");
     this.shortNameDataGridViewTextBoxColumn.set_HeaderText("Услуга");
     this.shortNameDataGridViewTextBoxColumn.set_Name("shortNameDataGridViewTextBoxColumn");
     this.shortNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.shortNameDataGridViewTextBoxColumn.set_Width(0x44);
     this.houseHolderShortNameDataGridViewTextBoxColumn.set_DataPropertyName("HouseHolderShortName");
     this.houseHolderShortNameDataGridViewTextBoxColumn.set_HeaderText("Управляющая компания");
     this.houseHolderShortNameDataGridViewTextBoxColumn.set_Name("houseHolderShortNameDataGridViewTextBoxColumn");
     this.houseHolderShortNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.houseHolderShortNameDataGridViewTextBoxColumn.set_Width(0x90);
     this.orgNameDataGridViewTextBoxColumn.set_DataPropertyName("OrgName");
     this.orgNameDataGridViewTextBoxColumn.set_HeaderText("Поставщик услуги");
     this.orgNameDataGridViewTextBoxColumn.set_Name("orgNameDataGridViewTextBoxColumn");
     this.orgNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.orgNameDataGridViewTextBoxColumn.set_Width(0x73);
     this.resourceProviderShortNameDataGridViewTextBoxColumn.set_DataPropertyName("ResourceProviderShortName");
     this.resourceProviderShortNameDataGridViewTextBoxColumn.set_HeaderText("Ресурсоснабжающая компания");
     this.resourceProviderShortNameDataGridViewTextBoxColumn.set_Name("resourceProviderShortNameDataGridViewTextBoxColumn");
     this.resourceProviderShortNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.resourceProviderShortNameDataGridViewTextBoxColumn.set_Width(0xb1);
     this.canonicalNameDataGridViewTextBoxColumn.set_DataPropertyName("CanonicalName");
     this.canonicalNameDataGridViewTextBoxColumn.set_HeaderText("Вид благоустройства");
     this.canonicalNameDataGridViewTextBoxColumn.set_Name("canonicalNameDataGridViewTextBoxColumn");
     this.canonicalNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.canonicalNameDataGridViewTextBoxColumn.set_Width(0x80);
     this.adrDataGridViewTextBoxColumn.set_DataPropertyName("Adr");
     this.adrDataGridViewTextBoxColumn.set_HeaderText("Адрес");
     this.adrDataGridViewTextBoxColumn.set_Name("adrDataGridViewTextBoxColumn");
     this.adrDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.adrDataGridViewTextBoxColumn.set_Width(0x3f);
     this.algorithmNameDataGridViewTextBoxColumn.set_DataPropertyName("AlgorithmName");
     this.algorithmNameDataGridViewTextBoxColumn.set_HeaderText("Алгоритм");
     this.algorithmNameDataGridViewTextBoxColumn.set_Name("algorithmNameDataGridViewTextBoxColumn");
     this.algorithmNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.algorithmNameDataGridViewTextBoxColumn.set_Width(0x51);
     this.isSeasonalDataGridViewTextBoxColumn.set_DataPropertyName("IsSeasonal");
     this.isSeasonalDataGridViewTextBoxColumn.set_HeaderText("Сезонная");
     this.isSeasonalDataGridViewTextBoxColumn.set_Name("isSeasonalDataGridViewTextBoxColumn");
     this.isSeasonalDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.isSeasonalDataGridViewTextBoxColumn.set_Resizable(System.Windows.Forms.DataGridViewTriState.True);
     this.isSeasonalDataGridViewTextBoxColumn.set_SortMode(System.Windows.Forms.DataGridViewColumnSortMode.Automatic);
     this.isSeasonalDataGridViewTextBoxColumn.set_Width(0x51);
     this.LastRate.set_DataPropertyName("LastRate");
     this.LastRate.set_HeaderText("Последний тариф");
     this.LastRate.set_Name("LastRate");
     this.LastRate.set_ReadOnly(true);
     this.LastRate.set_Width(0x70);
     this.tsSourceServices.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripLabel1 });
     this.tsSourceServices.set_Location(new System.Drawing.Point(0, 0));
     this.tsSourceServices.set_Name("tsSourceServices");
     this.tsSourceServices.set_Size(new System.Drawing.Size(0x1ed, 0x19));
     this.tsSourceServices.set_TabIndex(9);
     this.tsSourceServices.set_Text("toolStrip1");
     this.toolStripLabel1.set_Name("toolStripLabel1");
     this.toolStripLabel1.set_Size(new System.Drawing.Size(0x65, 0x16));
     this.toolStripLabel1.set_Text("Услуги старой УК:");
     this.dgvNewServices.set_AllowUserToAddRows(false);
     this.dgvNewServices.set_AllowUserToDeleteRows(false);
     this.dgvNewServices.set_AllowUserToOrderColumns(true);
     this.dgvNewServices.set_AllowUserToResizeRows(false);
     this.dgvNewServices.set_AutoGenerateColumns(false);
     this.dgvNewServices.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dgvNewServices.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     this.dgvNewServices.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvNewServices.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn12, this.dataGridViewTextBoxColumn14, this.dataGridViewTextBoxColumn19, this.dataGridViewCheckBoxColumn3, this.dataGridViewTextBoxColumn22, this.dataGridViewTextBoxColumn13, this.dataGridViewTextBoxColumn15, this.dataGridViewTextBoxColumn16, this.dataGridViewTextBoxColumn17, this.dataGridViewTextBoxColumn18, this.dataGridViewTextBoxColumn21 });
     this.dgvNewServices.set_DataSource(this.bsNewServices);
     this.dgvNewServices.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvNewServices.set_Location(new System.Drawing.Point(0, 0x19));
     this.dgvNewServices.set_MultiSelect(false);
     this.dgvNewServices.set_Name("dgvNewServices");
     this.dgvNewServices.set_ReadOnly(true);
     this.dgvNewServices.set_RowHeadersVisible(false);
     this.dgvNewServices.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvNewServices.set_Size(new System.Drawing.Size(0x1ed, 0xf3));
     this.dgvNewServices.set_TabIndex(20);
     this.dataGridViewTextBoxColumn12.set_DataPropertyName("Code");
     this.dataGridViewTextBoxColumn12.set_HeaderText("Код");
     this.dataGridViewTextBoxColumn12.set_Name("dataGridViewTextBoxColumn12");
     this.dataGridViewTextBoxColumn12.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn12.set_Width(0x33);
     this.dataGridViewTextBoxColumn14.set_DataPropertyName("ShortName");
     this.dataGridViewTextBoxColumn14.set_HeaderText("Услуга");
     this.dataGridViewTextBoxColumn14.set_Name("dataGridViewTextBoxColumn14");
     this.dataGridViewTextBoxColumn14.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn14.set_Width(0x44);
     this.dataGridViewTextBoxColumn19.set_DataPropertyName("Adr");
     this.dataGridViewTextBoxColumn19.set_HeaderText("Адрес");
     this.dataGridViewTextBoxColumn19.set_Name("dataGridViewTextBoxColumn19");
     this.dataGridViewTextBoxColumn19.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn19.set_Width(0x3f);
     this.dataGridViewCheckBoxColumn3.set_DataPropertyName("IsSeasonal");
     this.dataGridViewCheckBoxColumn3.set_HeaderText("Сезонная");
     this.dataGridViewCheckBoxColumn3.set_Name("dataGridViewCheckBoxColumn3");
     this.dataGridViewCheckBoxColumn3.set_ReadOnly(true);
     this.dataGridViewCheckBoxColumn3.set_Resizable(System.Windows.Forms.DataGridViewTriState.True);
     this.dataGridViewCheckBoxColumn3.set_SortMode(System.Windows.Forms.DataGridViewColumnSortMode.Automatic);
     this.dataGridViewCheckBoxColumn3.set_Width(0x51);
     this.dataGridViewTextBoxColumn22.set_DataPropertyName("LastRate");
     this.dataGridViewTextBoxColumn22.set_HeaderText("Последний тариф");
     this.dataGridViewTextBoxColumn22.set_Name("dataGridViewTextBoxColumn22");
     this.dataGridViewTextBoxColumn22.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn22.set_Width(0x70);
     this.dataGridViewTextBoxColumn13.set_DataPropertyName("TypeName");
     this.dataGridViewTextBoxColumn13.set_HeaderText("Тип услуги");
     this.dataGridViewTextBoxColumn13.set_Name("dataGridViewTextBoxColumn13");
     this.dataGridViewTextBoxColumn13.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn13.set_Width(80);
     this.dataGridViewTextBoxColumn15.set_DataPropertyName("HouseHolderShortName");
     this.dataGridViewTextBoxColumn15.set_HeaderText("Управляющая компания");
     this.dataGridViewTextBoxColumn15.set_Name("dataGridViewTextBoxColumn15");
     this.dataGridViewTextBoxColumn15.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn15.set_Width(0x90);
     this.dataGridViewTextBoxColumn16.set_DataPropertyName("OrgName");
     this.dataGridViewTextBoxColumn16.set_HeaderText("Поставщик услуги");
     this.dataGridViewTextBoxColumn16.set_Name("dataGridViewTextBoxColumn16");
     this.dataGridViewTextBoxColumn16.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn16.set_Width(0x73);
     this.dataGridViewTextBoxColumn17.set_DataPropertyName("ResourceProviderShortName");
     this.dataGridViewTextBoxColumn17.set_HeaderText("Ресурсоснабжающая компания");
     this.dataGridViewTextBoxColumn17.set_Name("dataGridViewTextBoxColumn17");
     this.dataGridViewTextBoxColumn17.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn17.set_Width(0xb1);
     this.dataGridViewTextBoxColumn18.set_DataPropertyName("CanonicalName");
     this.dataGridViewTextBoxColumn18.set_HeaderText("Вид благоустройства");
     this.dataGridViewTextBoxColumn18.set_Name("dataGridViewTextBoxColumn18");
     this.dataGridViewTextBoxColumn18.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn18.set_Width(0x80);
     this.dataGridViewTextBoxColumn21.set_DataPropertyName("AlgorithmName");
     this.dataGridViewTextBoxColumn21.set_HeaderText("Алгоритм");
     this.dataGridViewTextBoxColumn21.set_Name("dataGridViewTextBoxColumn21");
     this.dataGridViewTextBoxColumn21.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn21.set_Width(0x51);
     this.bsNewServices.set_DataSource(typeof(Service));
     this.tsTargetServices.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripLabel2, this.tsBtnCreateTargetService, this.tsBtnCompareServices });
     this.tsTargetServices.set_Location(new System.Drawing.Point(0, 0));
     this.tsTargetServices.set_Name("tsTargetServices");
     this.tsTargetServices.set_Size(new System.Drawing.Size(0x1ed, 0x19));
     this.tsTargetServices.set_TabIndex(15);
     this.tsTargetServices.set_Text("toolStrip2");
     this.toolStripLabel2.set_Name("toolStripLabel2");
     this.toolStripLabel2.set_Size(new System.Drawing.Size(0x60, 0x16));
     this.toolStripLabel2.set_Text("Услуги новой УК:");
     this.tsBtnCreateTargetService.set_Image(Resources.ADD);
     this.tsBtnCreateTargetService.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnCreateTargetService.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnCreateTargetService.set_Name("tsBtnCreateTargetService");
     this.tsBtnCreateTargetService.set_Size(new System.Drawing.Size(110, 0x16));
     this.tsBtnCreateTargetService.set_Text("Создать новую");
     this.tsBtnCreateTargetService.set_ToolTipText("Добавить новую услугу и сопоставить с ней текущую услугу старой УК");
     this.tsBtnCreateTargetService.add_Click(new System.EventHandler(this.создатьУслугуСкопировавДанныеToolStripMenuItem_Click));
     this.tsBtnCompareServices.set_Alignment(System.Windows.Forms.ToolStripItemAlignment.Right);
     this.tsBtnCompareServices.set_Image(Resources.LINK);
     this.tsBtnCompareServices.set_ImageAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.tsBtnCompareServices.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnCompareServices.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnCompareServices.set_Name("tsBtnCompareServices");
     this.tsBtnCompareServices.set_RightToLeft(System.Windows.Forms.RightToLeft.Yes);
     this.tsBtnCompareServices.set_Size(new System.Drawing.Size(0x61, 0x16));
     this.tsBtnCompareServices.set_Text("Сопоставить");
     this.tsBtnCompareServices.set_TextAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.tsBtnCompareServices.set_ToolTipText("Сопоставить услугу старой УК с услугой новой УК");
     this.tsBtnCompareServices.add_Click(new System.EventHandler(this.tsbAddComprasion_Click));
     this.dgvServicesComparison.set_AllowUserToAddRows(false);
     this.dgvServicesComparison.set_AllowUserToDeleteRows(false);
     this.dgvServicesComparison.set_AllowUserToOrderColumns(true);
     this.dgvServicesComparison.set_AllowUserToResizeRows(false);
     this.dgvServicesComparison.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dgvServicesComparison.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     this.dgvServicesComparison.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvServicesComparison.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.clmnOldServiceId, this.dataGridViewTextBoxColumn42, this.dataGridViewTextBoxColumn43, this.clmnNewServiceId, this.dataGridViewTextBoxColumn45, this.dataGridViewTextBoxColumn46 });
     this.dgvServicesComparison.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvServicesComparison.set_Location(new System.Drawing.Point(0, 0x19));
     this.dgvServicesComparison.set_MultiSelect(false);
     this.dgvServicesComparison.set_Name("dgvServicesComparison");
     this.dgvServicesComparison.set_ReadOnly(true);
     this.dgvServicesComparison.set_RowHeadersVisible(false);
     this.dgvServicesComparison.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvServicesComparison.set_Size(new System.Drawing.Size(0x13d, 0x1d8));
     this.dgvServicesComparison.set_TabIndex(30);
     this.dgvServicesComparison.add_CellDoubleClick(new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvServicesComprasion_CellDoubleClick));
     this.clmnOldServiceId.set_DataPropertyName("oldServiceId");
     this.clmnOldServiceId.set_HeaderText("oldServiceId");
     this.clmnOldServiceId.set_Name("clmnOldServiceId");
     this.clmnOldServiceId.set_ReadOnly(true);
     this.clmnOldServiceId.set_Visible(false);
     this.clmnOldServiceId.set_Width(0x48);
     this.dataGridViewTextBoxColumn42.set_DataPropertyName("oldServiceCode");
     this.dataGridViewTextBoxColumn42.set_HeaderText("Код");
     this.dataGridViewTextBoxColumn42.set_Name("dataGridViewTextBoxColumn42");
     this.dataGridViewTextBoxColumn42.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn42.set_Width(0x33);
     this.dataGridViewTextBoxColumn43.set_DataPropertyName("oldServiceName");
     this.dataGridViewTextBoxColumn43.set_HeaderText("Старая услуга");
     this.dataGridViewTextBoxColumn43.set_Name("dataGridViewTextBoxColumn43");
     this.dataGridViewTextBoxColumn43.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn43.set_Width(0x60);
     this.clmnNewServiceId.set_DataPropertyName("newServiceId");
     this.clmnNewServiceId.set_HeaderText("newServiceId");
     this.clmnNewServiceId.set_Name("clmnNewServiceId");
     this.clmnNewServiceId.set_ReadOnly(true);
     this.clmnNewServiceId.set_Visible(false);
     this.clmnNewServiceId.set_Width(0x61);
     this.dataGridViewTextBoxColumn45.set_DataPropertyName("newServiceCode");
     this.dataGridViewTextBoxColumn45.set_HeaderText("Код");
     this.dataGridViewTextBoxColumn45.set_Name("dataGridViewTextBoxColumn45");
     this.dataGridViewTextBoxColumn45.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn45.set_Width(0x33);
     this.dataGridViewTextBoxColumn46.set_DataPropertyName("newServiceName");
     this.dataGridViewTextBoxColumn46.set_HeaderText("Новая услуга");
     this.dataGridViewTextBoxColumn46.set_Name("dataGridViewTextBoxColumn46");
     this.dataGridViewTextBoxColumn46.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn46.set_Width(0x5c);
     this.pnButtons.Controls.Add(this.btnBackToSettings);
     this.pnButtons.Controls.Add(this.btnProtocol);
     this.pnButtons.Controls.Add(this.btnOK);
     this.pnButtons.set_Dock(System.Windows.Forms.DockStyle.Bottom);
     this.pnButtons.set_Location(new System.Drawing.Point(0, 0x1f1));
     this.pnButtons.set_Name("pnButtons");
     this.pnButtons.set_Size(new System.Drawing.Size(0x13d, 0x26));
     this.pnButtons.set_TabIndex(40);
     this.btnBackToSettings.set_Anchor(System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnBackToSettings.set_Image(Resources.ARROW_LEFT_16);
     this.btnBackToSettings.set_ImageAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.btnBackToSettings.set_Location(new System.Drawing.Point(3, 5));
     this.btnBackToSettings.set_Name("btnBackToSettings");
     this.btnBackToSettings.set_Size(new System.Drawing.Size(0x43, 30));
     this.btnBackToSettings.set_TabIndex(40);
     this.btnBackToSettings.set_Text("Назад");
     this.btnBackToSettings.set_TextAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.toolTips.SetToolTip(this.btnBackToSettings, "Вернуться к настройкам смены УК");
     this.btnBackToSettings.set_UseVisualStyleBackColor(true);
     this.btnBackToSettings.add_Click(new System.EventHandler(this.btnBackToSettings_Click));
     this.btnProtocol.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnProtocol.set_Enabled(false);
     this.btnProtocol.set_Image(Resources.REPORT);
     this.btnProtocol.set_ImageAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.btnProtocol.set_Location(new System.Drawing.Point(0x88, 5));
     this.btnProtocol.set_Name("btnProtocol");
     this.btnProtocol.set_Size(new System.Drawing.Size(0x54, 30));
     this.btnProtocol.set_TabIndex(0x29);
     this.btnProtocol.set_Text("Протокол");
     this.btnProtocol.set_TextAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.toolTips.SetToolTip(this.btnProtocol, "Просмотреть или распечатать протокол смены УК");
     this.btnProtocol.set_UseVisualStyleBackColor(true);
     this.btnProtocol.add_Click(new System.EventHandler(this.btnProtocol_Click));
     this.btnOK.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnOK.set_Enabled(false);
     this.btnOK.set_Image(Resources.APPLY2);
     this.btnOK.set_ImageAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.btnOK.set_Location(new System.Drawing.Point(0xe2, 5));
     this.btnOK.set_Name("btnOK");
     this.btnOK.set_Size(new System.Drawing.Size(0x58, 30));
     this.btnOK.set_TabIndex(0x2a);
     this.btnOK.set_Text("Выполнить");
     this.btnOK.set_TextAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.toolTips.SetToolTip(this.btnOK, "Запустить процедуру смены УК. Это может занять продолжительное время");
     this.btnOK.set_UseVisualStyleBackColor(true);
     this.btnOK.add_Click(new System.EventHandler(this.btnOK_Click));
     this.tsComparedServices.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripLabel3, this.tsBtnUnlinkServices, this.tsBtnShowLink });
     this.tsComparedServices.set_Location(new System.Drawing.Point(0, 0));
     this.tsComparedServices.set_Name("tsComparedServices");
     this.tsComparedServices.set_Size(new System.Drawing.Size(0x13d, 0x19));
     this.tsComparedServices.set_TabIndex(0x19);
     this.tsComparedServices.set_Text("tsComprasion");
     this.toolStripLabel3.set_Name("toolStripLabel3");
     this.toolStripLabel3.set_Size(new System.Drawing.Size(0x86, 0x16));
     this.toolStripLabel3.set_Text("Сопоставленные услуги:");
     this.tsBtnUnlinkServices.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsBtnUnlinkServices.set_Image(Resources.UNLINK);
     this.tsBtnUnlinkServices.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnUnlinkServices.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnUnlinkServices.set_Name("tsBtnUnlinkServices");
     this.tsBtnUnlinkServices.set_Size(new System.Drawing.Size(0x18, 0x16));
     this.tsBtnUnlinkServices.set_Text("Удалить сопоставление");
     this.tsBtnUnlinkServices.add_Click(new System.EventHandler(this.tsbDeleteComprasion_Click));
     this.tsBtnShowLink.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsBtnShowLink.set_Image(Resources.SEARCH);
     this.tsBtnShowLink.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnShowLink.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnShowLink.set_Name("tsBtnShowLink");
     this.tsBtnShowLink.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsBtnShowLink.set_Text("Сравнить");
     this.tsBtnShowLink.set_ToolTipText("Просмотреть параметры сопоставленных услуг");
     this.tsBtnShowLink.add_Click(new System.EventHandler(this.tsbParameters_Click));
     this.tpSettings.Controls.Add(this.tableLayoutPanel1);
     this.tpSettings.Controls.Add(this.btnComprasion);
     this.tpSettings.set_Location(new System.Drawing.Point(4, 4));
     this.tpSettings.set_Name("tpSettings");
     this.tpSettings.set_Padding(new System.Windows.Forms.Padding(3));
     this.tpSettings.set_Size(new System.Drawing.Size(820, 0x21d));
     this.tpSettings.set_TabIndex(0);
     this.tpSettings.set_Text("Настройки");
     this.tableLayoutPanel1.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tableLayoutPanel1.set_ColumnCount(2);
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 135f));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100f));
     this.tableLayoutPanel1.Controls.Add(this.label7, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.label10, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.tbAccountNumberSufix, 1, 4);
     this.tableLayoutPanel1.Controls.Add(this.cbxOldHouseHolders, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.label6, 0, 4);
     this.tableLayoutPanel1.Controls.Add(this.selectOrgDoc, 1, 3);
     this.tableLayoutPanel1.Controls.Add(this.cbxNewHouseHolders, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.label1, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.label2, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.dbFromDate, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.cbMoveAvansChangeHH, 0, 6);
     this.tableLayoutPanel1.Controls.Add(this.cbMoveDebtChangeHH, 0, 5);
     this.tableLayoutPanel1.Controls.Add(this.cbMoveTimeOffChangeHH, 0, 7);
     this.tableLayoutPanel1.set_Location(new System.Drawing.Point(6, 8));
     this.tableLayoutPanel1.set_Name("tableLayoutPanel1");
     this.tableLayoutPanel1.set_RowCount(8);
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30f));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30f));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30f));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30f));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30f));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30f));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30f));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30f));
     this.tableLayoutPanel1.set_Size(new System.Drawing.Size(0x328, 0xf8));
     this.tableLayoutPanel1.set_TabIndex(0x3a);
     this.label7.set_AutoSize(true);
     this.label7.set_Dock(System.Windows.Forms.DockStyle.Right);
     this.label7.set_Location(new System.Drawing.Point(0x44, 0));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(0x40, 30));
     this.label7.set_TabIndex(0x34);
     this.label7.set_Text("Старая УК:");
     this.label7.set_TextAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.label10.set_AutoSize(true);
     this.label10.set_Dock(System.Windows.Forms.DockStyle.Right);
     this.label10.set_Location(new System.Drawing.Point(0x47, 90));
     this.label10.set_Name("label10");
     this.label10.set_Size(new System.Drawing.Size(0x3d, 30));
     this.label10.set_TabIndex(0x39);
     this.label10.set_Text("Документ:");
     this.label10.set_TextAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.tbAccountNumberSufix.set_Location(new System.Drawing.Point(0x8a, 0x7b));
     this.tbAccountNumberSufix.set_Name("tbAccountNumberSufix");
     this.tbAccountNumberSufix.set_Size(new System.Drawing.Size(0x29, 20));
     this.tbAccountNumberSufix.set_TabIndex(5);
     this.toolTips.SetToolTip(this.tbAccountNumberSufix, "Символ добавляемый к номерам новых лицевых счетов");
     this.cbxOldHouseHolders.set_DataSource(this.bsOldHouseHolders);
     this.cbxOldHouseHolders.set_DisplayMember("CodeName");
     this.cbxOldHouseHolders.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.cbxOldHouseHolders.set_FormattingEnabled(true);
     this.cbxOldHouseHolders.set_Location(new System.Drawing.Point(0x8a, 3));
     this.cbxOldHouseHolders.set_Name("cbxOldHouseHolders");
     this.cbxOldHouseHolders.set_Size(new System.Drawing.Size(0x29b, 0x15));
     this.cbxOldHouseHolders.set_TabIndex(1);
     this.toolTips.SetToolTip(this.cbxOldHouseHolders, "Сменяемая управляющая компания");
     this.cbxOldHouseHolders.set_ValueMember("Id");
     this.label6.set_AutoSize(true);
     this.label6.set_Dock(System.Windows.Forms.DockStyle.Right);
     this.label6.set_Location(new System.Drawing.Point(0x3a, 120));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(0x4a, 30));
     this.label6.set_TabIndex(50);
     this.label6.set_Text("Суффикс ЛС:");
     this.label6.set_TextAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.selectOrgDoc.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.selectOrgDoc.set_Location(new System.Drawing.Point(0x8a, 0x5d));
     this.selectOrgDoc.set_Name("selectOrgDoc");
     this.selectOrgDoc.set_Size(new System.Drawing.Size(0x29b, 0x18));
     this.selectOrgDoc.set_TabIndex(4);
     this.toolTips.SetToolTip(this.selectOrgDoc, "Документ, служащий основанием для смены УК");
     this.cbxNewHouseHolders.set_DataSource(this.bsNewHouseHolders);
     this.cbxNewHouseHolders.set_DisplayMember("CodeName");
     this.cbxNewHouseHolders.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.cbxNewHouseHolders.set_FormattingEnabled(true);
     this.cbxNewHouseHolders.set_Location(new System.Drawing.Point(0x8a, 0x21));
     this.cbxNewHouseHolders.set_Name("cbxNewHouseHolders");
     this.cbxNewHouseHolders.set_Size(new System.Drawing.Size(0x29b, 0x15));
     this.cbxNewHouseHolders.set_TabIndex(2);
     this.toolTips.SetToolTip(this.cbxNewHouseHolders, "Сменяющая управляющая компания");
     this.cbxNewHouseHolders.set_ValueMember("Id");
     this.label1.set_AutoSize(true);
     this.label1.set_Dock(System.Windows.Forms.DockStyle.Right);
     this.label1.set_Location(new System.Drawing.Point(0x48, 30));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(60, 30));
     this.label1.set_TabIndex(0x2e);
     this.label1.set_Text("Новая УК:");
     this.label1.set_TextAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.label2.set_AutoSize(true);
     this.label2.set_Dock(System.Windows.Forms.DockStyle.Right);
     this.label2.set_Location(new System.Drawing.Point(0x3b, 60));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x49, 30));
     this.label2.set_TabIndex(0x30);
     this.label2.set_Text("Дата смены:");
     this.label2.set_TextAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.dbFromDate.AttachToPeriod = false;
     this.dbFromDate.AttachToPeriodEnd = false;
     this.dbFromDate.set_Location(new System.Drawing.Point(0x8a, 0x3f));
     this.dbFromDate.set_Mask("00/00/0000");
     this.dbFromDate.set_Name("dbFromDate");
     this.dbFromDate.set_Size(new System.Drawing.Size(80, 20));
     this.dbFromDate.set_TabIndex(3);
     this.toolTips.SetToolTip(this.dbFromDate, "Дата, с которой новая УК вступит в полномочия");
     this.dbFromDate.add_TextChanged(new System.EventHandler(this.dbFromDate_TextChanged));
     this.cbMoveAvansChangeHH.set_AutoSize(true);
     this.cbMoveAvansChangeHH.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.cbMoveAvansChangeHH.set_Dock(System.Windows.Forms.DockStyle.Right);
     this.cbMoveAvansChangeHH.set_Location(new System.Drawing.Point(7, 0xb7));
     this.cbMoveAvansChangeHH.set_Name("cbMoveAvansChangeHH");
     this.cbMoveAvansChangeHH.set_Size(new System.Drawing.Size(0x7d, 0x18));
     this.cbMoveAvansChangeHH.set_TabIndex(7);
     this.cbMoveAvansChangeHH.set_Text("Перенести авансы:");
     this.cbMoveAvansChangeHH.set_TextAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.toolTips.SetToolTip(this.cbMoveAvansChangeHH, "Перенести ли авансы на новую УК?");
     this.cbMoveAvansChangeHH.set_UseVisualStyleBackColor(true);
     this.cbMoveDebtChangeHH.set_AutoSize(true);
     this.cbMoveDebtChangeHH.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.cbMoveDebtChangeHH.set_Dock(System.Windows.Forms.DockStyle.Right);
     this.cbMoveDebtChangeHH.set_Location(new System.Drawing.Point(7, 0x99));
     this.cbMoveDebtChangeHH.set_Name("cbMoveDebtChangeHH");
     this.cbMoveDebtChangeHH.set_Size(new System.Drawing.Size(0x7d, 0x18));
     this.cbMoveDebtChangeHH.set_TabIndex(6);
     this.cbMoveDebtChangeHH.set_Text("Перенести долги:   ");
     this.cbMoveDebtChangeHH.set_TextAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.toolTips.SetToolTip(this.cbMoveDebtChangeHH, "Перенести ли задолженности перед старой УК  на новую?");
     this.cbMoveDebtChangeHH.set_UseVisualStyleBackColor(true);
     this.cbMoveTimeOffChangeHH.set_AutoSize(true);
     this.cbMoveTimeOffChangeHH.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.cbMoveTimeOffChangeHH.set_Dock(System.Windows.Forms.DockStyle.Right);
     this.cbMoveTimeOffChangeHH.set_Location(new System.Drawing.Point(3, 0xd5));
     this.cbMoveTimeOffChangeHH.set_Name("cbMoveTimeOffChangeHH");
     this.cbMoveTimeOffChangeHH.set_Size(new System.Drawing.Size(0x81, 0x20));
     this.cbMoveTimeOffChangeHH.set_TabIndex(0x3a);
     this.cbMoveTimeOffChangeHH.set_Text("Перенести времен. отключения:");
     this.cbMoveTimeOffChangeHH.set_TextAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.cbMoveTimeOffChangeHH.set_UseVisualStyleBackColor(true);
     this.btnComprasion.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnComprasion.set_Image(Resources.ARROW_RIGHT_16);
     this.btnComprasion.set_ImageAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.btnComprasion.set_Location(new System.Drawing.Point(0x2a7, 0x1f9));
     this.btnComprasion.set_Name("btnComprasion");
     this.btnComprasion.set_Size(new System.Drawing.Size(0x87, 30));
     this.btnComprasion.set_TabIndex(8);
     this.btnComprasion.set_Text("Сопоставить услуги");
     this.btnComprasion.set_TextAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.toolTips.SetToolTip(this.btnComprasion, "Перейти к процедуре сопоставления услуг. Это может занять продолжительное время");
     this.btnComprasion.set_UseVisualStyleBackColor(true);
     this.btnComprasion.add_Click(new System.EventHandler(this.btnComprasion_Click));
     this.tabctrlWizard.set_Alignment(System.Windows.Forms.TabAlignment.Bottom);
     this.tabctrlWizard.Controls.Add(this.tpSettings);
     this.tabctrlWizard.Controls.Add(this.tpLinking);
     this.tabctrlWizard.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.tabctrlWizard.set_ItemSize(new System.Drawing.Size(1, 1));
     this.tabctrlWizard.set_Location(new System.Drawing.Point(0, 0));
     this.tabctrlWizard.set_Multiline(true);
     this.tabctrlWizard.set_Name("tabctrlWizard");
     this.tabctrlWizard.set_SelectedIndex(0);
     this.tabctrlWizard.set_Size(new System.Drawing.Size(0x33c, 550));
     this.tabctrlWizard.set_SizeMode(System.Windows.Forms.TabSizeMode.Fixed);
     this.tabctrlWizard.set_TabIndex(0);
     this.workerCompareServices.add_DoWork(new DoWorkEventHandler(this.workerCompareServices_DoWork));
     this.workerCompareServices.add_RunWorkerCompleted(new RunWorkerCompletedEventHandler(this.workerCompareServices_RunWorkerCompleted));
     this.workerProcess.add_DoWork(new DoWorkEventHandler(this.workerProcess_DoWork));
     this.workerProcess.add_RunWorkerCompleted(new RunWorkerCompletedEventHandler(this.workerProcess_RunWorkerCompleted));
     this.workerProtocol.add_DoWork(new DoWorkEventHandler(this.workerProtocol_DoWork));
     this.workerProtocol.add_RunWorkerCompleted(new RunWorkerCompletedEventHandler(this.workerProtocol_RunWorkerCompleted));
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.tabctrlWizard);
     this.set_MinimumSize(new System.Drawing.Size(300, 300));
     base.set_Name("AccountHouseHolderChangeView");
     base.set_Size(new System.Drawing.Size(0x33c, 550));
     base.add_Load(new System.EventHandler(this.ChangeBalanceOwnerView_Load));
     this.bsNewHouseHolders.EndInit();
     this.bsOldServices.EndInit();
     this.bsOldHouseHolders.EndInit();
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel1.PerformLayout();
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.Panel2.PerformLayout();
     this.splitContainer2.ResumeLayout(false);
     this.dgvNotServices.EndInit();
     this.dgvAllServicesNotComprasion.EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.tpLinking.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer3.Panel1.ResumeLayout(false);
     this.splitContainer3.Panel1.PerformLayout();
     this.splitContainer3.Panel2.ResumeLayout(false);
     this.splitContainer3.Panel2.PerformLayout();
     this.splitContainer3.ResumeLayout(false);
     this.dgvOldServices.EndInit();
     this.tsSourceServices.ResumeLayout(false);
     this.tsSourceServices.PerformLayout();
     this.dgvNewServices.EndInit();
     this.bsNewServices.EndInit();
     this.tsTargetServices.ResumeLayout(false);
     this.tsTargetServices.PerformLayout();
     this.dgvServicesComparison.EndInit();
     this.pnButtons.ResumeLayout(false);
     this.tsComparedServices.ResumeLayout(false);
     this.tsComparedServices.PerformLayout();
     this.tpSettings.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.tabctrlWizard.ResumeLayout(false);
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.tbNumber = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.btnSave = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.periodSelector = new PeriodSelector();
     this.dbDate = new DateBox();
     this.selectOrganization = new SelectOrganization();
     this.label5 = new System.Windows.Forms.Label();
     this.tbSumm = new System.Windows.Forms.TextBox();
     base.SuspendLayout();
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(12, 110));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x21, 13));
     this.label3.set_TabIndex(12);
     this.label3.set_Text("Дата");
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(12, 0x3e));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x61, 13));
     this.label2.set_TabIndex(9);
     this.label2.set_Text("Платёжный агент");
     this.tbNumber.set_Location(new System.Drawing.Point(0xb1, 6));
     this.tbNumber.set_Name("tbNumber");
     this.tbNumber.set_Size(new System.Drawing.Size(0xd7, 20));
     this.tbNumber.set_TabIndex(1);
     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(0x9f, 13));
     this.label1.set_TabIndex(6);
     this.label1.set_Text("Номер платёжного поручения");
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(0xec, 110));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x2d, 13));
     this.label4.set_TabIndex(14);
     this.label4.set_Text("Период");
     this.btnSave.set_Location(new System.Drawing.Point(0x9a, 0x8f));
     this.btnSave.set_Name("btnSave");
     this.btnSave.set_Size(new System.Drawing.Size(0x74, 0x22));
     this.btnSave.set_TabIndex(15);
     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(0x114, 0x8f));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(0x74, 0x22));
     this.btnCancel.set_TabIndex(0x10);
     this.btnCancel.set_Text("Отмена");
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.btnCancel.add_Click(new System.EventHandler(this.btnCancel_Click));
     this.periodSelector.set_Anchor(System.Windows.Forms.AnchorStyles.Top);
     this.periodSelector.set_Location(new System.Drawing.Point(0x11f, 0x68));
     this.periodSelector.set_Name("periodSelector");
     this.periodSelector.set_Size(new System.Drawing.Size(0x69, 0x1a));
     this.periodSelector.set_TabIndex(5);
     this.dbDate.AttachToPeriod = false;
     this.dbDate.AttachToPeriodEnd = false;
     this.dbDate.set_Location(new System.Drawing.Point(0x33, 0x6b));
     this.dbDate.set_Mask("00/00/0000");
     this.dbDate.set_Name("dbDate");
     this.dbDate.set_Size(new System.Drawing.Size(0x69, 20));
     this.dbDate.set_TabIndex(4);
     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(15, 80));
     this.selectOrganization.set_Name("selectOrganization");
     this.selectOrganization.set_Size(new System.Drawing.Size(0x179, 20));
     this.selectOrganization.set_TabIndex(3);
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(12, 0x25));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x29, 13));
     this.label5.set_TabIndex(0x11);
     this.label5.set_Text("Сумма");
     this.tbSumm.set_Location(new System.Drawing.Point(0xb1, 0x22));
     this.tbSumm.set_Name("tbSumm");
     this.tbSumm.set_Size(new System.Drawing.Size(0xd7, 20));
     this.tbSumm.set_TabIndex(2);
     this.tbSumm.add_TextChanged(new System.EventHandler(this.tbSumm_TextChanged));
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x194, 0xbd));
     base.Controls.Add(this.tbSumm);
     base.Controls.Add(this.label5);
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.btnSave);
     base.Controls.Add(this.label4);
     base.Controls.Add(this.periodSelector);
     base.Controls.Add(this.label3);
     base.Controls.Add(this.dbDate);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.selectOrganization);
     base.Controls.Add(this.tbNumber);
     base.Controls.Add(this.label1);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedDialog);
     base.set_MaximizeBox(false);
     base.set_MinimizeBox(false);
     base.set_Name("PayPaymentOrderAddChangeForm");
     base.set_ShowIcon(false);
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.components = new Container();
     this.panel1 = new System.Windows.Forms.Panel();
     this.label3 = new System.Windows.Forms.Label();
     this.tbInspector = new System.Windows.Forms.TextBox();
     this.dtpInspectionDate = new DateBox();
     this.label4 = new System.Windows.Forms.Label();
     this.inspectionStatusFasetData = new SelectFasetData();
     this.label1 = new System.Windows.Forms.Label();
     this.panel2 = new System.Windows.Forms.Panel();
     this.btnOk = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.dgvOperationAddress = new System.Windows.Forms.DataGridView();
     this.addrNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsAddress = new System.Windows.Forms.BindingSource(this.components);
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.changetoolStripButton = new System.Windows.Forms.ToolStripButton();
     this.btnClear = new System.Windows.Forms.ToolStripButton();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.dgvOperationAddress.BeginInit();
     this.bsAddress.BeginInit();
     this.toolStrip1.SuspendLayout();
     base.SuspendLayout();
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.tbInspector);
     this.panel1.Controls.Add(this.dtpInspectionDate);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.inspectionStatusFasetData);
     this.panel1.Controls.Add(this.label1);
     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(0x224, 0x61));
     this.panel1.set_TabIndex(11);
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(12, 0x44));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x3e, 13));
     this.label3.set_TabIndex(0);
     this.label3.set_Text("Инспектор");
     this.tbInspector.set_Location(new System.Drawing.Point(0x72, 0x41));
     this.tbInspector.set_MaxLength(0xff);
     this.tbInspector.set_Name("tbInspector");
     this.tbInspector.set_Size(new System.Drawing.Size(0xd5, 20));
     this.tbInspector.set_TabIndex(1);
     this.dtpInspectionDate.AttachToPeriod = false;
     this.dtpInspectionDate.AttachToPeriodEnd = false;
     this.dtpInspectionDate.set_Location(new System.Drawing.Point(0x72, 12));
     this.dtpInspectionDate.set_Mask("00/00/0000");
     this.dtpInspectionDate.set_Name("dtpInspectionDate");
     this.dtpInspectionDate.set_Size(new System.Drawing.Size(0x53, 20));
     this.dtpInspectionDate.set_TabIndex(11);
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(12, 0x29));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x29, 13));
     this.label4.set_TabIndex(0);
     this.label4.set_Text("Статус");
     this.inspectionStatusFasetData.set_DropDownStyle(System.Windows.Forms.ComboBoxStyle.DropDownList);
     this.inspectionStatusFasetData.set_FormattingEnabled(true);
     this.inspectionStatusFasetData.set_Location(new System.Drawing.Point(0x72, 0x26));
     this.inspectionStatusFasetData.set_Name("inspectionStatusFasetData");
     this.inspectionStatusFasetData.set_Size(new System.Drawing.Size(0xd5, 0x15));
     this.inspectionStatusFasetData.set_Sorted(true);
     this.inspectionStatusFasetData.set_TabIndex(1);
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(12, 15));
     this.label1.set_Margin(new System.Windows.Forms.Padding(3));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x60, 13));
     this.label1.set_TabIndex(2);
     this.label1.set_Text("Дата проведения");
     this.panel2.Controls.Add(this.btnOk);
     this.panel2.Controls.Add(this.btnCancel);
     this.panel2.set_Dock(System.Windows.Forms.DockStyle.Bottom);
     this.panel2.set_Location(new System.Drawing.Point(0, 0x17f));
     this.panel2.set_Name("panel2");
     this.panel2.set_Size(new System.Drawing.Size(0x224, 0x21));
     this.panel2.set_TabIndex(15);
     this.btnOk.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnOk.set_DialogResult(System.Windows.Forms.DialogResult.OK);
     this.btnOk.set_Image(Resources.APPLY2);
     this.btnOk.set_ImageAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.btnOk.set_Location(new System.Drawing.Point(370, 6));
     this.btnOk.set_Name("btnOk");
     this.btnOk.set_Size(new System.Drawing.Size(0x56, 0x18));
     this.btnOk.set_TabIndex(0x18);
     this.btnOk.set_Text("Добавить");
     this.btnOk.set_TextAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.btnOk.set_UseVisualStyleBackColor(true);
     this.btnOk.add_Click(new System.EventHandler(this.btnOk_Click));
     this.btnCancel.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnCancel.set_DialogResult(System.Windows.Forms.DialogResult.Cancel);
     this.btnCancel.set_Image(Resources.CANCEL);
     this.btnCancel.set_ImageAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.btnCancel.set_Location(new System.Drawing.Point(0x1ce, 6));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(0x56, 0x18));
     this.btnCancel.set_TabIndex(0x17);
     this.btnCancel.set_Text("Отмена");
     this.btnCancel.set_TextAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.dgvOperationAddress.set_AllowUserToAddRows(false);
     this.dgvOperationAddress.set_AllowUserToDeleteRows(false);
     this.dgvOperationAddress.set_AutoGenerateColumns(false);
     this.dgvOperationAddress.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvOperationAddress.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.addrNameDataGridViewTextBoxColumn });
     this.dgvOperationAddress.set_DataSource(this.bsAddress);
     this.dgvOperationAddress.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvOperationAddress.set_Location(new System.Drawing.Point(0, 0x7a));
     this.dgvOperationAddress.set_Name("dgvOperationAddress");
     this.dgvOperationAddress.set_RowHeadersVisible(false);
     this.dgvOperationAddress.set_Size(new System.Drawing.Size(0x224, 0x105));
     this.dgvOperationAddress.set_TabIndex(0x11);
     this.addrNameDataGridViewTextBoxColumn.set_DataPropertyName("AddrName");
     this.addrNameDataGridViewTextBoxColumn.set_HeaderText("Адрес");
     this.addrNameDataGridViewTextBoxColumn.set_MinimumWidth(300);
     this.addrNameDataGridViewTextBoxColumn.set_Name("addrNameDataGridViewTextBoxColumn");
     this.addrNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.addrNameDataGridViewTextBoxColumn.set_Width(400);
     this.bsAddress.set_DataSource(typeof(LocalAddress));
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.changetoolStripButton, this.btnClear });
     this.toolStrip1.set_Location(new System.Drawing.Point(0, 0x61));
     this.toolStrip1.set_Name("toolStrip1");
     this.toolStrip1.set_Size(new System.Drawing.Size(0x224, 0x19));
     this.toolStrip1.set_TabIndex(0x10);
     this.toolStrip1.set_Text("toolStrip1");
     this.changetoolStripButton.set_Image(Resources.CHANGE);
     this.changetoolStripButton.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.changetoolStripButton.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.changetoolStripButton.set_Name("changetoolStripButton");
     this.changetoolStripButton.set_Size(new System.Drawing.Size(0x4f, 0x16));
     this.changetoolStripButton.set_Text("Выбрать");
     this.changetoolStripButton.add_Click(new System.EventHandler(this.changetoolStripButton_Click));
     this.btnClear.set_Image(Resources.ERASE);
     this.btnClear.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.btnClear.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.btnClear.set_Name("btnClear");
     this.btnClear.set_Size(new System.Drawing.Size(0x54, 0x16));
     this.btnClear.set_Text("Очистить");
     this.btnClear.add_Click(new System.EventHandler(this.btnClear_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(0x224, 0x1a0));
     base.Controls.Add(this.dgvOperationAddress);
     base.Controls.Add(this.toolStrip1);
     base.Controls.Add(this.panel2);
     base.Controls.Add(this.panel1);
     this.set_MinimumSize(new System.Drawing.Size(0x22c, 0x149));
     base.set_Name("UjfHouseInspectionsAddChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("Добавление осмотров");
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.dgvOperationAddress.EndInit();
     this.bsAddress.EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
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);
 }
 private void InitializeComponent()
 {
     this.components = new Container();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.btnAddJournal = new System.Windows.Forms.Button();
     this.btnCancelJournal = new System.Windows.Forms.Button();
     this.cbOperation = new System.Windows.Forms.ComboBox();
     this.bsOperation = new System.Windows.Forms.BindingSource(this.components);
     this.nudSumm = new System.Windows.Forms.NumericUpDown();
     this.dbFromDate = new DateBox();
     this.selectOrgDocument = new SelectOrgDocument();
     this.label4 = new System.Windows.Forms.Label();
     this.tbxComment = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.sfdSubTypes = new SelectFasetData();
     this.label6 = new System.Windows.Forms.Label();
     this.cbIsUseRecalcHouseCounters = new System.Windows.Forms.CheckBox();
     this.bsOperation.BeginInit();
     this.nudSumm.BeginInit();
     base.SuspendLayout();
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(2, 0x90));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x29, 13));
     this.label3.set_TabIndex(2);
     this.label3.set_Text("Сумма");
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(2, 0x76));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x2d, 13));
     this.label2.set_TabIndex(1);
     this.label2.set_Text("Период");
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(2, 0x3f));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x39, 13));
     this.label1.set_TabIndex(0);
     this.label1.set_Text("Операция");
     this.btnAddJournal.set_Location(new System.Drawing.Point(0x13a, 0xb7));
     this.btnAddJournal.set_Name("btnAddJournal");
     this.btnAddJournal.set_Size(new System.Drawing.Size(80, 0x19));
     this.btnAddJournal.set_TabIndex(4);
     this.btnAddJournal.set_UseVisualStyleBackColor(true);
     this.btnAddJournal.add_Click(new System.EventHandler(this.btnAddJournal_Click));
     this.btnCancelJournal.set_Location(new System.Drawing.Point(400, 0xb7));
     this.btnCancelJournal.set_Name("btnCancelJournal");
     this.btnCancelJournal.set_Size(new System.Drawing.Size(80, 0x19));
     this.btnCancelJournal.set_TabIndex(5);
     this.btnCancelJournal.set_Text("Отмена");
     this.btnCancelJournal.set_UseVisualStyleBackColor(true);
     this.btnCancelJournal.add_Click(new System.EventHandler(this.btnCancelJournal_Click));
     this.cbOperation.set_DataSource(this.bsOperation);
     this.cbOperation.set_DisplayMember("Name");
     this.cbOperation.set_FormattingEnabled(true);
     this.cbOperation.set_Location(new System.Drawing.Point(0x55, 0x3a));
     this.cbOperation.set_Name("cbOperation");
     this.cbOperation.set_Size(new System.Drawing.Size(0x18b, 0x15));
     this.cbOperation.set_TabIndex(1);
     this.cbOperation.set_ValueMember("Id");
     this.bsOperation.set_DataSource(typeof(CalcOperation));
     this.nudSumm.set_DecimalPlaces(2);
     this.nudSumm.set_Location(new System.Drawing.Point(0x55, 140));
     int[] numArray = new int[4];
     numArray[0] = 0x6fc10000;
     numArray[1] = 0x2386f2;
     this.nudSumm.set_Maximum(new decimal(numArray));
     this.nudSumm.set_Minimum(new decimal(new int[] { 0x6fc10000, 0x2386f2, 0, -2147483648 }));
     this.nudSumm.set_Name("nudSumm");
     this.nudSumm.set_Size(new System.Drawing.Size(0x18b, 20));
     this.nudSumm.set_TabIndex(3);
     this.dbFromDate.AttachToPeriod = false;
     this.dbFromDate.AttachToPeriodEnd = false;
     this.dbFromDate.set_Location(new System.Drawing.Point(0x55, 0x72));
     this.dbFromDate.set_Mask("00/00/0000");
     this.dbFromDate.set_Name("dbFromDate");
     this.dbFromDate.set_Size(new System.Drawing.Size(0x18b, 20));
     this.dbFromDate.set_TabIndex(2);
     this.dbFromDate.add_Validated(new System.EventHandler(this.dbFromDate_Validated));
     this.selectOrgDocument.set_Location(new System.Drawing.Point(0x55, 7));
     this.selectOrgDocument.set_Name("selectOrgDocument");
     this.selectOrgDocument.set_Size(new System.Drawing.Size(0x18b, 20));
     this.selectOrgDocument.set_TabIndex(6);
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(2, 12));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x3a, 13));
     this.label4.set_TabIndex(7);
     this.label4.set_Text("Документ");
     this.tbxComment.set_Location(new System.Drawing.Point(0x55, 0x21));
     this.tbxComment.set_Name("tbxComment");
     this.tbxComment.set_Size(new System.Drawing.Size(0x18b, 20));
     this.tbxComment.set_TabIndex(8);
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(2, 0x27));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x4d, 13));
     this.label5.set_TabIndex(9);
     this.label5.set_Text("Комментарий");
     this.sfdSubTypes.set_FormattingEnabled(true);
     this.sfdSubTypes.set_Location(new System.Drawing.Point(0x55, 0x57));
     this.sfdSubTypes.set_Name("sfdSubTypes");
     this.sfdSubTypes.set_Size(new System.Drawing.Size(0x18b, 0x15));
     this.sfdSubTypes.set_Sorted(true);
     this.sfdSubTypes.set_TabIndex(10);
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(3, 90));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(0x3f, 13));
     this.label6.set_TabIndex(11);
     this.label6.set_Text("Основание");
     this.cbIsUseRecalcHouseCounters.set_AutoSize(true);
     this.cbIsUseRecalcHouseCounters.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.cbIsUseRecalcHouseCounters.set_Location(new System.Drawing.Point(5, 0xa6));
     this.cbIsUseRecalcHouseCounters.set_Name("cbIsUseRecalcHouseCounters");
     this.cbIsUseRecalcHouseCounters.set_Size(new System.Drawing.Size(0xab, 0x11));
     this.cbIsUseRecalcHouseCounters.set_TabIndex(0x34);
     this.cbIsUseRecalcHouseCounters.set_Text("Учитывать при расчете КПУ");
     this.cbIsUseRecalcHouseCounters.set_UseVisualStyleBackColor(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(0x1e6, 0xd6));
     base.Controls.Add(this.cbIsUseRecalcHouseCounters);
     base.Controls.Add(this.label6);
     base.Controls.Add(this.sfdSubTypes);
     base.Controls.Add(this.label5);
     base.Controls.Add(this.tbxComment);
     base.Controls.Add(this.label4);
     base.Controls.Add(this.selectOrgDocument);
     base.Controls.Add(this.nudSumm);
     base.Controls.Add(this.cbOperation);
     base.Controls.Add(this.btnCancelJournal);
     base.Controls.Add(this.btnAddJournal);
     base.Controls.Add(this.dbFromDate);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.label3);
     base.Controls.Add(this.label2);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedDialog);
     base.set_MaximizeBox(false);
     base.set_MinimizeBox(false);
     base.set_Name("AccountServiceJournalAddChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterParent);
     this.set_Text("AccountServiceJournalAddChangeForm");
     base.add_Load(new System.EventHandler(this.AccountServiceJournalAddChangeForm_Load));
     this.bsOperation.EndInit();
     this.nudSumm.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.components = new Container();
     Area area = new Area();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.gbSearchParams = new System.Windows.Forms.GroupBox();
     this.selectAddresses = new SelectAddresses();
     this.bFind = new System.Windows.Forms.Button();
     this.label6 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.cbxServiceType = new System.Windows.Forms.ComboBox();
     this.bsServiceTypes = new System.Windows.Forms.BindingSource(this.components);
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.accountServiceNormMultipleAddView1 = new AccountServiceNormMultipleAddView();
     this.splitContainer3 = new System.Windows.Forms.SplitContainer();
     this.dbxNormDate = new DateBox();
     this.byUnitFaset = new SelectFasetData();
     this.unitFaset = new SelectFasetData();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.nudEndValue = new System.Windows.Forms.NumericUpDown();
     this.nudStartValue = new System.Windows.Forms.NumericUpDown();
     this.label5 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.selectOrgDocument = new SelectOrgDocument();
     this.btnSave = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.statusStrip = new System.Windows.Forms.StatusStrip();
     this.statsLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.gbSearchParams.SuspendLayout();
     this.bsServiceTypes.BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.splitContainer3.Panel1.SuspendLayout();
     this.splitContainer3.Panel2.SuspendLayout();
     this.splitContainer3.SuspendLayout();
     this.nudEndValue.BeginInit();
     this.nudStartValue.BeginInit();
     this.statusStrip.SuspendLayout();
     base.SuspendLayout();
     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.gbSearchParams);
     this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
     this.splitContainer1.set_Size(new System.Drawing.Size(960, 0x24d));
     this.splitContainer1.set_SplitterDistance(0x4f);
     this.splitContainer1.set_TabIndex(0);
     this.gbSearchParams.Controls.Add(this.selectAddresses);
     this.gbSearchParams.Controls.Add(this.bFind);
     this.gbSearchParams.Controls.Add(this.label6);
     this.gbSearchParams.Controls.Add(this.label3);
     this.gbSearchParams.Controls.Add(this.cbxServiceType);
     this.gbSearchParams.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.gbSearchParams.set_Location(new System.Drawing.Point(0, 0));
     this.gbSearchParams.set_Name("gbSearchParams");
     this.gbSearchParams.set_Size(new System.Drawing.Size(960, 0x4f));
     this.gbSearchParams.set_TabIndex(4);
     this.gbSearchParams.set_TabStop(false);
     this.gbSearchParams.set_Text("Параметры поиска");
     this.selectAddresses.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectAddresses.IsByUser = false;
     this.selectAddresses.set_Location(new System.Drawing.Point(0x80, 0x2e));
     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(0x19d, 20));
     this.selectAddresses.set_TabIndex(11);
     this.bFind.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.bFind.set_Image(Resources.SEARCH);
     this.bFind.set_ImageAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.bFind.set_Location(new System.Drawing.Point(0x234, 0x13));
     this.bFind.set_Name("bFind");
     this.bFind.set_Size(new System.Drawing.Size(0x60, 0x36));
     this.bFind.set_TabIndex(12);
     this.bFind.set_Text("Поиск");
     this.bFind.set_TextAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.bFind.set_UseVisualStyleBackColor(true);
     this.bFind.add_Click(new System.EventHandler(this.bFind_Click));
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(7, 0x36));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(0x2c, 13));
     this.label6.set_TabIndex(0x1f);
     this.label6.set_Text("Адреса");
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(6, 0x16));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x3e, 13));
     this.label3.set_TabIndex(0x1a);
     this.label3.set_Text("Тип услуги");
     this.cbxServiceType.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbxServiceType.set_AutoCompleteMode(System.Windows.Forms.AutoCompleteMode.SuggestAppend);
     this.cbxServiceType.set_AutoCompleteSource(System.Windows.Forms.AutoCompleteSource.CustomSource);
     this.cbxServiceType.set_DataSource(this.bsServiceTypes);
     this.cbxServiceType.set_DisplayMember("ShortName");
     this.cbxServiceType.set_FormattingEnabled(true);
     this.cbxServiceType.set_Location(new System.Drawing.Point(0x80, 0x13));
     this.cbxServiceType.set_Name("cbxServiceType");
     this.cbxServiceType.set_Size(new System.Drawing.Size(0x19d, 0x15));
     this.cbxServiceType.set_TabIndex(1);
     this.bsServiceTypes.set_DataSource(typeof(ServiceType));
     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.accountServiceNormMultipleAddView1);
     this.splitContainer2.Panel2.Controls.Add(this.splitContainer3);
     this.splitContainer2.set_Size(new System.Drawing.Size(960, 0x1fa));
     this.splitContainer2.set_SplitterDistance(0x18e);
     this.splitContainer2.set_TabIndex(0);
     this.accountServiceNormMultipleAddView1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.accountServiceNormMultipleAddView1.set_Font(new System.Drawing.Font("Tahoma", 9.75f));
     this.accountServiceNormMultipleAddView1.set_Location(new System.Drawing.Point(0, 0));
     this.accountServiceNormMultipleAddView1.set_Margin(new System.Windows.Forms.Padding(3, 4, 3, 4));
     this.accountServiceNormMultipleAddView1.set_Name("accountServiceNormMultipleAddView1");
     this.accountServiceNormMultipleAddView1.set_Size(new System.Drawing.Size(960, 0x18e));
     this.accountServiceNormMultipleAddView1.set_TabIndex(0);
     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.dbxNormDate);
     this.splitContainer3.Panel1.Controls.Add(this.byUnitFaset);
     this.splitContainer3.Panel1.Controls.Add(this.unitFaset);
     this.splitContainer3.Panel1.Controls.Add(this.label7);
     this.splitContainer3.Panel1.Controls.Add(this.label8);
     this.splitContainer3.Panel1.Controls.Add(this.label4);
     this.splitContainer3.Panel1.Controls.Add(this.nudEndValue);
     this.splitContainer3.Panel1.Controls.Add(this.nudStartValue);
     this.splitContainer3.Panel1.Controls.Add(this.label5);
     this.splitContainer3.Panel1.Controls.Add(this.label10);
     this.splitContainer3.Panel1.Controls.Add(this.selectOrgDocument);
     this.splitContainer3.Panel1.Controls.Add(this.btnSave);
     this.splitContainer3.Panel1.Controls.Add(this.label1);
     this.splitContainer3.Panel2.Controls.Add(this.statusStrip);
     this.splitContainer3.set_Size(new System.Drawing.Size(960, 0x68));
     this.splitContainer3.set_SplitterDistance(0x4b);
     this.splitContainer3.set_TabIndex(0);
     this.dbxNormDate.AttachToPeriod = false;
     this.dbxNormDate.AttachToPeriodEnd = false;
     this.dbxNormDate.set_Location(new System.Drawing.Point(0x43, 12));
     this.dbxNormDate.set_Mask("00/00/0000");
     this.dbxNormDate.set_Name("dbxNormDate");
     this.dbxNormDate.set_Size(new System.Drawing.Size(100, 20));
     this.dbxNormDate.set_TabIndex(0x3e);
     this.dbxNormDate.DateChanged += new DateChangedHandler(this.dbxNormDate_DateChanged_1);
     this.byUnitFaset.set_FormattingEnabled(true);
     this.byUnitFaset.set_Location(new System.Drawing.Point(190, 0x26));
     this.byUnitFaset.set_Name("byUnitFaset");
     this.byUnitFaset.set_Size(new System.Drawing.Size(0x47, 0x15));
     this.byUnitFaset.set_Sorted(true);
     this.byUnitFaset.set_TabIndex(0x41);
     this.unitFaset.set_FormattingEnabled(true);
     this.unitFaset.set_Location(new System.Drawing.Point(0x60, 0x26));
     this.unitFaset.set_Name("unitFaset");
     this.unitFaset.set_Size(new System.Drawing.Size(0x47, 0x15));
     this.unitFaset.set_Sorted(true);
     this.unitFaset.set_TabIndex(0x40);
     this.unitFaset.add_SelectedIndexChanged(new System.EventHandler(this.unitFaset_SelectedIndexChanged));
     this.label7.set_AutoSize(true);
     this.label7.set_Location(new System.Drawing.Point(0x205, 0x2b));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(0x69, 13));
     this.label7.set_TabIndex(0x38);
     this.label7.set_Text("Конечное значение");
     this.label8.set_AutoSize(true);
     this.label8.set_Location(new System.Drawing.Point(11, 15));
     this.label8.set_Name("label8");
     this.label8.set_Size(new System.Drawing.Size(0x21, 13));
     this.label8.set_TabIndex(0x39);
     this.label8.set_Text("Дата");
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(0x132, 0x2a));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x70, 13));
     this.label4.set_TabIndex(0x3a);
     this.label4.set_Text("Начальное значение");
     this.nudEndValue.set_DecimalPlaces(6);
     int[] numArray = new int[4];
     numArray[0] = 5;
     numArray[3] = 0x10000;
     this.nudEndValue.set_Increment(new decimal(numArray));
     this.nudEndValue.set_Location(new System.Drawing.Point(0x274, 0x29));
     int[] numArray2 = new int[4];
     numArray2[0] = 0x98967f;
     this.nudEndValue.set_Maximum(new decimal(numArray2));
     this.nudEndValue.set_Name("nudEndValue");
     this.nudEndValue.set_Size(new System.Drawing.Size(80, 20));
     this.nudEndValue.set_TabIndex(0x43);
     this.nudStartValue.set_DecimalPlaces(6);
     int[] numArray3 = new int[4];
     numArray3[0] = 5;
     numArray3[3] = 0x10000;
     this.nudStartValue.set_Increment(new decimal(numArray3));
     this.nudStartValue.set_Location(new System.Drawing.Point(0x1a5, 0x29));
     int[] numArray4 = new int[4];
     numArray4[0] = 0x98967f;
     this.nudStartValue.set_Maximum(new decimal(numArray4));
     this.nudStartValue.set_Name("nudStartValue");
     this.nudStartValue.set_Size(new System.Drawing.Size(80, 20));
     this.nudStartValue.set_TabIndex(0x42);
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(0xad, 0x2a));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(12, 13));
     this.label5.set_TabIndex(0x34);
     this.label5.set_Text("/");
     this.label10.set_AutoSize(true);
     this.label10.set_Location(new System.Drawing.Point(7, 0x2a));
     this.label10.set_Name("label10");
     this.label10.set_Size(new System.Drawing.Size(0x52, 13));
     this.label10.set_TabIndex(0x35);
     this.label10.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(0x135, 12));
     this.selectOrgDocument.set_Name("selectOrgDocument");
     this.selectOrgDocument.set_Size(new System.Drawing.Size(0x18f, 20));
     this.selectOrgDocument.set_TabIndex(0x3f);
     this.selectOrgDocument.OnOrgDocumentSelected += new OrgDocumentHandler(this.selectOrgDocument_OnOrgDocumentSelected);
     this.btnSave.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnSave.set_Location(new System.Drawing.Point(0x2f0, 5));
     this.btnSave.set_Name("btnSave");
     this.btnSave.set_Size(new System.Drawing.Size(150, 0x21));
     this.btnSave.set_TabIndex(0x44);
     this.btnSave.set_Text("Сохранить");
     this.btnSave.set_UseVisualStyleBackColor(true);
     this.btnSave.add_Click(new System.EventHandler(this.btnSave_Click));
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(0xbc, 12));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x73, 13));
     this.label1.set_TabIndex(0x30);
     this.label1.set_Text("Документ основания");
     this.statusStrip.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.statsLabel });
     this.statusStrip.set_Location(new System.Drawing.Point(0, 0));
     this.statusStrip.set_Name("statusStrip");
     this.statusStrip.set_Size(new System.Drawing.Size(960, 0x19));
     this.statusStrip.set_TabIndex(6);
     this.statsLabel.set_Name("statsLabel");
     this.statsLabel.set_Size(new System.Drawing.Size(0, 20));
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(960, 0x24d));
     base.Controls.Add(this.splitContainer1);
     base.set_Name("AccountServiceNormAddForm");
     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.AccountServiceNormAddForm_Load));
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.gbSearchParams.ResumeLayout(false);
     this.gbSearchParams.PerformLayout();
     this.bsServiceTypes.EndInit();
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.ResumeLayout(false);
     this.splitContainer3.Panel1.ResumeLayout(false);
     this.splitContainer3.Panel1.PerformLayout();
     this.splitContainer3.Panel2.ResumeLayout(false);
     this.splitContainer3.Panel2.PerformLayout();
     this.splitContainer3.ResumeLayout(false);
     this.nudEndValue.EndInit();
     this.nudStartValue.EndInit();
     this.statusStrip.ResumeLayout(false);
     this.statusStrip.PerformLayout();
     base.ResumeLayout(false);
 }
Esempio n. 10
0
 private void InitializeComponent()
 {
     this.components = new Container();
     AccountHouseHolder holder = new AccountHouseHolder();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(SplitApartmentForm));
     this.tcSteps = new System.Windows.Forms.TabControl();
     this.tpZero = new System.Windows.Forms.TabPage();
     this.gbAccountInfo = new System.Windows.Forms.GroupBox();
     this.tbOldAccountFromDate = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.tbOldAccountOwnerName = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.tbOldAccountNumber = new System.Windows.Forms.TextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.gbSplitSettings = new System.Windows.Forms.GroupBox();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.label11 = new System.Windows.Forms.Label();
     this.lblTotalShare = new System.Windows.Forms.Label();
     this.lblTotalSquare = new System.Windows.Forms.Label();
     this.lblLivingSquare = new System.Windows.Forms.Label();
     this.lblHeatingSquare = new System.Windows.Forms.Label();
     this.lblBalconySquare = new System.Windows.Forms.Label();
     this.dtpSplitDate = new DateBox();
     this.btnShareToSquare = new System.Windows.Forms.Button();
     this.btnSquareToShare = new System.Windows.Forms.Button();
     this.dgvAccounts = new System.Windows.Forms.DataGridView();
     this.clmnLine = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clmnFlatName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clmnShare = new DataGridViewNumericColumn();
     this.clmnTotalSquare = new DataGridViewNumericColumn();
     this.clmnLivingSquare = new DataGridViewNumericColumn();
     this.clmnHeatingSquare = new DataGridViewNumericColumn();
     this.clmnBalconySquare = new DataGridViewNumericColumn();
     this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsNewAccounts = new System.Windows.Forms.BindingSource(this.components);
     this.label1 = new System.Windows.Forms.Label();
     this.numApartmentCount = new System.Windows.Forms.NumericUpDown();
     this.label2 = new System.Windows.Forms.Label();
     this.gbApartmentInfo = new System.Windows.Forms.GroupBox();
     this.tbOldApartmentFromDate = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.tbOldApartmentAddress = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.tbOldApartmentNumber = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.tpFirst = new System.Windows.Forms.TabPage();
     this.cbCashlessAccounts = new System.Windows.Forms.ComboBox();
     this.label10 = new System.Windows.Forms.Label();
     this.dgvAccountsFirstPage = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.vwAccountSettings = new AccountView();
     this.tpSecond = new System.Windows.Forms.TabPage();
     this.gbApartmentOwners = new System.Windows.Forms.GroupBox();
     this.dgvApartmentOwners = new System.Windows.Forms.DataGridView();
     this.FromDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ToDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.PrintName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.BirthDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Age = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Share = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.TypeOwnerFasetName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Doc = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DateDoc = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsNewApartmentOwners = new System.Windows.Forms.BindingSource(this.components);
     this.tsApartmentOwners = new System.Windows.Forms.ToolStrip();
     this.tsbAddApartmentOwner = new System.Windows.Forms.ToolStripButton();
     this.tsbChangeApartmentOwner = new System.Windows.Forms.ToolStripButton();
     this.tsbDeleteApartmentOwner = new System.Windows.Forms.ToolStripButton();
     this.dgvApartmentsSecondPage = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.idDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsNewApartments = new System.Windows.Forms.BindingSource(this.components);
     this.tpThird = new System.Windows.Forms.TabPage();
     this.dgvNewApartmentResidents = new System.Windows.Forms.DataGridView();
     this.clmnNumberAprtment = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.personNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.birthDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.relativeNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.typeResidentNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.fromDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.toDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsNewApartmentResidents = new System.Windows.Forms.BindingSource(this.components);
     this.tsApartmentResidents = new System.Windows.Forms.ToolStrip();
     this.tsBtnAddResident = new System.Windows.Forms.ToolStripButton();
     this.tsBtnEditResident = new System.Windows.Forms.ToolStripButton();
     this.tsBtnDeleteResident = new System.Windows.Forms.ToolStripButton();
     this.tpFourth = new System.Windows.Forms.TabPage();
     this.dgvNewApartmentEquipment = new System.Windows.Forms.DataGridView();
     this.clmnApartmentNumberEq = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.typeEquipmentNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.infoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.fromDateDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.toDateDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsNewApartmentEquipment = new System.Windows.Forms.BindingSource(this.components);
     this.tsApartmentEquipment = new System.Windows.Forms.ToolStrip();
     this.tsBtnAddApartmentEquipment = new System.Windows.Forms.ToolStripButton();
     this.tsBtnEditApartmentEquipment = new System.Windows.Forms.ToolStripButton();
     this.tsBtnDeleteApartmentEquipment = new System.Windows.Forms.ToolStripButton();
     this.tpLast = new System.Windows.Forms.TabPage();
     this.lblWarnings = new System.Windows.Forms.Label();
     this.tbWarnings = new System.Windows.Forms.TextBox();
     this.lblErrors = new System.Windows.Forms.Label();
     this.tbErrors = new System.Windows.Forms.TextBox();
     this.btnForward = new System.Windows.Forms.Button();
     this.btnBack = new System.Windows.Forms.Button();
     this.BtnApply = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewNumericColumn1 = new DataGridViewNumericColumn();
     this.dataGridViewTextBoxColumn2 = 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.dataGridViewComboBoxColumn1 = new System.Windows.Forms.DataGridViewComboBoxColumn();
     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.dataGridViewNumericColumn2 = new DataGridViewNumericColumn();
     this.dataGridViewNumericColumn3 = new DataGridViewNumericColumn();
     this.dataGridViewNumericColumn4 = new DataGridViewNumericColumn();
     this.toolTipMain = new System.Windows.Forms.ToolTip(this.components);
     this.bckWrkrProcessSpliting = new BackgroundWorker();
     this.tcSteps.SuspendLayout();
     this.tpZero.SuspendLayout();
     this.gbAccountInfo.SuspendLayout();
     this.gbSplitSettings.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.dgvAccounts.BeginInit();
     this.bsNewAccounts.BeginInit();
     this.numApartmentCount.BeginInit();
     this.gbApartmentInfo.SuspendLayout();
     this.tpFirst.SuspendLayout();
     this.dgvAccountsFirstPage.BeginInit();
     this.tpSecond.SuspendLayout();
     this.gbApartmentOwners.SuspendLayout();
     this.dgvApartmentOwners.BeginInit();
     this.bsNewApartmentOwners.BeginInit();
     this.tsApartmentOwners.SuspendLayout();
     this.dgvApartmentsSecondPage.BeginInit();
     this.bsNewApartments.BeginInit();
     this.tpThird.SuspendLayout();
     this.dgvNewApartmentResidents.BeginInit();
     this.bsNewApartmentResidents.BeginInit();
     this.tsApartmentResidents.SuspendLayout();
     this.tpFourth.SuspendLayout();
     this.dgvNewApartmentEquipment.BeginInit();
     this.bsNewApartmentEquipment.BeginInit();
     this.tsApartmentEquipment.SuspendLayout();
     this.tpLast.SuspendLayout();
     base.SuspendLayout();
     this.tcSteps.Controls.Add(this.tpZero);
     this.tcSteps.Controls.Add(this.tpFirst);
     this.tcSteps.Controls.Add(this.tpSecond);
     this.tcSteps.Controls.Add(this.tpThird);
     this.tcSteps.Controls.Add(this.tpFourth);
     this.tcSteps.Controls.Add(this.tpLast);
     this.tcSteps.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.tcSteps.set_Location(new System.Drawing.Point(0, 0));
     this.tcSteps.set_Name("tcSteps");
     this.tcSteps.set_SelectedIndex(0);
     this.tcSteps.set_Size(new System.Drawing.Size(0x215, 390));
     this.tcSteps.set_TabIndex(0);
     this.tpZero.set_BackColor(System.Drawing.SystemColors.Control);
     this.tpZero.Controls.Add(this.gbAccountInfo);
     this.tpZero.Controls.Add(this.gbSplitSettings);
     this.tpZero.Controls.Add(this.gbApartmentInfo);
     this.tpZero.set_Location(new System.Drawing.Point(4, 0x16));
     this.tpZero.set_Name("tpZero");
     this.tpZero.set_Padding(new System.Windows.Forms.Padding(3));
     this.tpZero.set_Size(new System.Drawing.Size(0x20d, 0x16c));
     this.tpZero.set_TabIndex(5);
     this.tpZero.set_Text("0.Начало");
     this.tpZero.add_Enter(new System.EventHandler(this.tpZero_Enter));
     this.gbAccountInfo.Controls.Add(this.tbOldAccountFromDate);
     this.gbAccountInfo.Controls.Add(this.label8);
     this.gbAccountInfo.Controls.Add(this.tbOldAccountOwnerName);
     this.gbAccountInfo.Controls.Add(this.label6);
     this.gbAccountInfo.Controls.Add(this.tbOldAccountNumber);
     this.gbAccountInfo.Controls.Add(this.label7);
     this.gbAccountInfo.set_Location(new System.Drawing.Point(0x10a, 6));
     this.gbAccountInfo.set_Name("gbAccountInfo");
     this.gbAccountInfo.set_Size(new System.Drawing.Size(0xfd, 0x61));
     this.gbAccountInfo.set_TabIndex(0x10);
     this.gbAccountInfo.set_TabStop(false);
     this.gbAccountInfo.set_Text("Лицевой счёт, подлежащий разделению:");
     this.tbOldAccountFromDate.set_Location(new System.Drawing.Point(0x63, 0x47));
     this.tbOldAccountFromDate.set_Name("tbOldAccountFromDate");
     this.tbOldAccountFromDate.set_ReadOnly(true);
     this.tbOldAccountFromDate.set_Size(new System.Drawing.Size(0x93, 20));
     this.tbOldAccountFromDate.set_TabIndex(30);
     this.label8.set_AutoSize(true);
     this.label8.set_Location(new System.Drawing.Point(6, 0x4a));
     this.label8.set_Name("label8");
     this.label8.set_Size(new System.Drawing.Size(0x57, 13));
     this.label8.set_TabIndex(0x1d);
     this.label8.set_Text("Дата открытия:");
     this.tbOldAccountOwnerName.set_Location(new System.Drawing.Point(0x63, 0x2d));
     this.tbOldAccountOwnerName.set_Name("tbOldAccountOwnerName");
     this.tbOldAccountOwnerName.set_ReadOnly(true);
     this.tbOldAccountOwnerName.set_Size(new System.Drawing.Size(0x93, 20));
     this.tbOldAccountOwnerName.set_TabIndex(0x1c);
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(0x22, 0x30));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(0x3b, 13));
     this.label6.set_TabIndex(0x1b);
     this.label6.set_Text("Владелец:");
     this.tbOldAccountNumber.set_Location(new System.Drawing.Point(0x63, 0x13));
     this.tbOldAccountNumber.set_Name("tbOldAccountNumber");
     this.tbOldAccountNumber.set_ReadOnly(true);
     this.tbOldAccountNumber.set_Size(new System.Drawing.Size(0x93, 20));
     this.tbOldAccountNumber.set_TabIndex(0x1a);
     this.label7.set_AutoSize(true);
     this.label7.set_Location(new System.Drawing.Point(0x31, 0x16));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(0x2c, 13));
     this.label7.set_TabIndex(0x19);
     this.label7.set_Text("Номер:");
     this.gbSplitSettings.Controls.Add(this.tableLayoutPanel1);
     this.gbSplitSettings.Controls.Add(this.dtpSplitDate);
     this.gbSplitSettings.Controls.Add(this.btnShareToSquare);
     this.gbSplitSettings.Controls.Add(this.btnSquareToShare);
     this.gbSplitSettings.Controls.Add(this.dgvAccounts);
     this.gbSplitSettings.Controls.Add(this.label1);
     this.gbSplitSettings.Controls.Add(this.numApartmentCount);
     this.gbSplitSettings.Controls.Add(this.label2);
     this.gbSplitSettings.set_Location(new System.Drawing.Point(8, 0x6d));
     this.gbSplitSettings.set_Name("gbSplitSettings");
     this.gbSplitSettings.set_Size(new System.Drawing.Size(0x1ff, 0xf9));
     this.gbSplitSettings.set_TabIndex(0x10);
     this.gbSplitSettings.set_TabStop(false);
     this.gbSplitSettings.set_Text("Настройки разделения:");
     this.tableLayoutPanel1.set_ColumnCount(7);
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50f));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667f));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667f));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667f));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667f));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667f));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667f));
     this.tableLayoutPanel1.Controls.Add(this.label11, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.lblTotalShare, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this.lblTotalSquare, 3, 0);
     this.tableLayoutPanel1.Controls.Add(this.lblLivingSquare, 4, 0);
     this.tableLayoutPanel1.Controls.Add(this.lblHeatingSquare, 5, 0);
     this.tableLayoutPanel1.Controls.Add(this.lblBalconySquare, 6, 0);
     this.tableLayoutPanel1.set_Location(new System.Drawing.Point(6, 230));
     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(0x1f2, 13));
     this.tableLayoutPanel1.set_TabIndex(30);
     this.label11.set_AutoSize(true);
     this.label11.set_Dock(System.Windows.Forms.DockStyle.Right);
     this.label11.set_Location(new System.Drawing.Point(0x51, 0));
     this.label11.set_Name("label11");
     this.label11.set_Size(new System.Drawing.Size(40, 13));
     this.label11.set_TabIndex(0x1b);
     this.label11.set_Text("Итого:");
     this.lblTotalShare.set_AutoSize(true);
     this.lblTotalShare.set_Dock(System.Windows.Forms.DockStyle.Left);
     this.lblTotalShare.set_Location(new System.Drawing.Point(0x7f, 0));
     this.lblTotalShare.set_Name("lblTotalShare");
     this.lblTotalShare.set_Size(new System.Drawing.Size(0x1f, 13));
     this.lblTotalShare.set_TabIndex(0x1c);
     this.lblTotalShare.set_Text("доля");
     this.lblTotalShare.set_TextAlign(System.Drawing.ContentAlignment.MiddleCenter);
     this.lblTotalSquare.set_AutoSize(true);
     this.lblTotalSquare.set_Dock(System.Windows.Forms.DockStyle.Left);
     this.lblTotalSquare.set_Location(new System.Drawing.Point(0xc9, 0));
     this.lblTotalSquare.set_Name("lblTotalSquare");
     this.lblTotalSquare.set_Size(new System.Drawing.Size(0x34, 13));
     this.lblTotalSquare.set_TabIndex(0x1d);
     this.lblTotalSquare.set_Text("площадь");
     this.lblTotalSquare.set_TextAlign(System.Drawing.ContentAlignment.MiddleCenter);
     this.lblLivingSquare.set_AutoSize(true);
     this.lblLivingSquare.set_Dock(System.Windows.Forms.DockStyle.Left);
     this.lblLivingSquare.set_Location(new System.Drawing.Point(0x113, 0));
     this.lblLivingSquare.set_Name("lblLivingSquare");
     this.lblLivingSquare.set_Size(new System.Drawing.Size(0x34, 13));
     this.lblLivingSquare.set_TabIndex(30);
     this.lblLivingSquare.set_Text("площадь");
     this.lblLivingSquare.set_TextAlign(System.Drawing.ContentAlignment.MiddleCenter);
     this.lblHeatingSquare.set_AutoSize(true);
     this.lblHeatingSquare.set_Dock(System.Windows.Forms.DockStyle.Left);
     this.lblHeatingSquare.set_Location(new System.Drawing.Point(0x15d, 0));
     this.lblHeatingSquare.set_Name("lblHeatingSquare");
     this.lblHeatingSquare.set_Size(new System.Drawing.Size(0x34, 13));
     this.lblHeatingSquare.set_TabIndex(0x1f);
     this.lblHeatingSquare.set_Text("площадь");
     this.lblHeatingSquare.set_TextAlign(System.Drawing.ContentAlignment.MiddleCenter);
     this.lblBalconySquare.set_AutoSize(true);
     this.lblBalconySquare.set_Dock(System.Windows.Forms.DockStyle.Left);
     this.lblBalconySquare.set_Location(new System.Drawing.Point(0x1a7, 0));
     this.lblBalconySquare.set_Name("lblBalconySquare");
     this.lblBalconySquare.set_Size(new System.Drawing.Size(0x34, 13));
     this.lblBalconySquare.set_TabIndex(0x20);
     this.lblBalconySquare.set_Text("площадь");
     this.lblBalconySquare.set_TextAlign(System.Drawing.ContentAlignment.MiddleCenter);
     this.dtpSplitDate.AttachToPeriod = false;
     this.dtpSplitDate.AttachToPeriodEnd = false;
     this.dtpSplitDate.set_Location(new System.Drawing.Point(0x6f, 0x13));
     this.dtpSplitDate.set_Mask("00/00/0000");
     this.dtpSplitDate.set_Name("dtpSplitDate");
     this.dtpSplitDate.set_Size(new System.Drawing.Size(0x3f, 20));
     this.dtpSplitDate.set_TabIndex(1);
     this.dtpSplitDate.add_Leave(new System.EventHandler(this.dtpSplitDate_Leave));
     this.btnShareToSquare.set_FlatStyle(System.Windows.Forms.FlatStyle.Popup);
     this.btnShareToSquare.set_Image(Resources.RIGHT);
     this.btnShareToSquare.set_Location(new System.Drawing.Point(180, 0x15));
     this.btnShareToSquare.set_Name("btnShareToSquare");
     this.btnShareToSquare.set_Size(new System.Drawing.Size(20, 0x12));
     this.btnShareToSquare.set_TabIndex(0x1a);
     this.toolTipMain.SetToolTip(this.btnShareToSquare, "Высчитать площадь на основании значений доли");
     this.btnShareToSquare.set_UseVisualStyleBackColor(true);
     this.btnShareToSquare.add_Click(new System.EventHandler(this.btnShareToSquare_Click));
     this.btnSquareToShare.set_FlatStyle(System.Windows.Forms.FlatStyle.Popup);
     this.btnSquareToShare.set_Image(Resources.LEFT);
     this.btnSquareToShare.set_Location(new System.Drawing.Point(0xce, 0x15));
     this.btnSquareToShare.set_Name("btnSquareToShare");
     this.btnSquareToShare.set_Size(new System.Drawing.Size(20, 0x12));
     this.btnSquareToShare.set_TabIndex(0x19);
     this.toolTipMain.SetToolTip(this.btnSquareToShare, "Высчитать доли на основании значений площади");
     this.btnSquareToShare.set_UseVisualStyleBackColor(true);
     this.btnSquareToShare.add_Click(new System.EventHandler(this.btnSquareToShare_Click));
     this.dgvAccounts.set_AllowUserToAddRows(false);
     this.dgvAccounts.set_AllowUserToDeleteRows(false);
     this.dgvAccounts.set_AllowUserToResizeRows(false);
     this.dgvAccounts.set_AutoGenerateColumns(false);
     this.dgvAccounts.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill);
     this.dgvAccounts.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvAccounts.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.clmnLine, this.clmnFlatName, this.clmnShare, this.clmnTotalSquare, this.clmnLivingSquare, this.clmnHeatingSquare, this.clmnBalconySquare, this.idDataGridViewTextBoxColumn });
     this.dgvAccounts.set_DataSource(this.bsNewAccounts);
     this.dgvAccounts.set_EditMode(System.Windows.Forms.DataGridViewEditMode.EditOnEnter);
     this.dgvAccounts.set_Location(new System.Drawing.Point(6, 0x2d));
     this.dgvAccounts.set_Name("dgvAccounts");
     this.dgvAccounts.set_RowHeadersVisible(false);
     this.dgvAccounts.set_Size(new System.Drawing.Size(0x1f3, 0xb3));
     this.dgvAccounts.set_TabIndex(0x17);
     this.dgvAccounts.add_RowsAdded(new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dgvAccounts_RowsAdded));
     this.dgvAccounts.add_CellEndEdit(new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvAccounts_CellEndEdit));
     this.dgvAccounts.add_RowsRemoved(new System.Windows.Forms.DataGridViewRowsRemovedEventHandler(this.dgvAccounts_RowsRemoved));
     this.clmnLine.set_FillWeight((float) 65.88163f);
     this.clmnLine.set_HeaderText("№");
     this.clmnLine.set_Name("clmnLine");
     this.clmnLine.set_ReadOnly(true);
     this.clmnFlatName.set_FillWeight((float) 97.1754f);
     this.clmnFlatName.set_HeaderText("Новый № квартиры");
     this.clmnFlatName.set_Name("clmnFlatName");
     this.clmnShare.DecimalPlaces = 0;
     int[] numArray = new int[4];
     this.clmnShare.DefaultValue = new decimal(numArray);
     this.clmnShare.set_FillWeight((float) 97.1754f);
     this.clmnShare.set_HeaderText("Доля");
     int[] numArray2 = new int[4];
     numArray2[0] = 100;
     this.clmnShare.Maximum = new decimal(numArray2);
     int[] numArray3 = new int[4];
     this.clmnShare.Minimum = new decimal(numArray3);
     this.clmnShare.set_Name("clmnShare");
     this.clmnTotalSquare.DecimalPlaces = 0;
     int[] numArray4 = new int[4];
     this.clmnTotalSquare.DefaultValue = new decimal(numArray4);
     this.clmnTotalSquare.set_FillWeight((float) 97.1754f);
     this.clmnTotalSquare.set_HeaderText("Общая площадь");
     int[] numArray5 = new int[4];
     numArray5[0] = 100;
     this.clmnTotalSquare.Maximum = new decimal(numArray5);
     int[] numArray6 = new int[4];
     this.clmnTotalSquare.Minimum = new decimal(numArray6);
     this.clmnTotalSquare.set_Name("clmnTotalSquare");
     this.clmnLivingSquare.DecimalPlaces = 0;
     int[] numArray7 = new int[4];
     this.clmnLivingSquare.DefaultValue = new decimal(numArray7);
     this.clmnLivingSquare.set_FillWeight((float) 97.1754f);
     this.clmnLivingSquare.set_HeaderText("Жилая площадь");
     int[] numArray8 = new int[4];
     numArray8[0] = 100;
     this.clmnLivingSquare.Maximum = new decimal(numArray8);
     int[] numArray9 = new int[4];
     this.clmnLivingSquare.Minimum = new decimal(numArray9);
     this.clmnLivingSquare.set_Name("clmnLivingSquare");
     this.clmnHeatingSquare.DecimalPlaces = 0;
     int[] numArray10 = new int[4];
     this.clmnHeatingSquare.DefaultValue = new decimal(numArray10);
     this.clmnHeatingSquare.set_FillWeight((float) 97.1754f);
     this.clmnHeatingSquare.set_HeaderText("Отапл. площадь");
     int[] numArray11 = new int[4];
     numArray11[0] = 100;
     this.clmnHeatingSquare.Maximum = new decimal(numArray11);
     int[] numArray12 = new int[4];
     this.clmnHeatingSquare.Minimum = new decimal(numArray12);
     this.clmnHeatingSquare.set_Name("clmnHeatingSquare");
     this.clmnBalconySquare.DecimalPlaces = 0;
     int[] numArray13 = new int[4];
     this.clmnBalconySquare.DefaultValue = new decimal(numArray13);
     this.clmnBalconySquare.set_FillWeight((float) 97.1754f);
     this.clmnBalconySquare.set_HeaderText("Площадь балконов");
     int[] numArray14 = new int[4];
     numArray14[0] = 100;
     this.clmnBalconySquare.Maximum = new decimal(numArray14);
     int[] numArray15 = new int[4];
     this.clmnBalconySquare.Minimum = new decimal(numArray15);
     this.clmnBalconySquare.set_Name("clmnBalconySquare");
     this.idDataGridViewTextBoxColumn.set_DataPropertyName("Id");
     this.idDataGridViewTextBoxColumn.set_HeaderText("Id");
     this.idDataGridViewTextBoxColumn.set_Name("idDataGridViewTextBoxColumn");
     this.idDataGridViewTextBoxColumn.set_Visible(false);
     this.bsNewAccounts.set_DataSource(typeof(Account));
     this.bsNewAccounts.add_CurrentChanged(new System.EventHandler(this.bsNewAccounts_CurrentChanged));
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(0x108, 0x15));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0xc2, 13));
     this.label1.set_TabIndex(20);
     this.label1.set_Text("Количество новых паспортов жилья:");
     this.numApartmentCount.set_Location(new System.Drawing.Point(0x1cf, 0x13));
     int[] numArray16 = new int[4];
     numArray16[0] = 10;
     this.numApartmentCount.set_Maximum(new decimal(numArray16));
     int[] numArray17 = new int[4];
     numArray17[0] = 2;
     this.numApartmentCount.set_Minimum(new decimal(numArray17));
     this.numApartmentCount.set_Name("numApartmentCount");
     this.numApartmentCount.set_Size(new System.Drawing.Size(0x29, 20));
     this.numApartmentCount.set_TabIndex(0x13);
     int[] numArray18 = new int[4];
     numArray18[0] = 2;
     this.numApartmentCount.set_Value(new decimal(numArray18));
     this.numApartmentCount.add_ValueChanged(new System.EventHandler(this.numApartmentCount_ValueChanged));
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(6, 0x16));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x63, 13));
     this.label2.set_TabIndex(0x16);
     this.label2.set_Text("Дата разделения:");
     this.gbApartmentInfo.Controls.Add(this.tbOldApartmentFromDate);
     this.gbApartmentInfo.Controls.Add(this.label5);
     this.gbApartmentInfo.Controls.Add(this.tbOldApartmentAddress);
     this.gbApartmentInfo.Controls.Add(this.label4);
     this.gbApartmentInfo.Controls.Add(this.tbOldApartmentNumber);
     this.gbApartmentInfo.Controls.Add(this.label3);
     this.gbApartmentInfo.set_Location(new System.Drawing.Point(8, 6));
     this.gbApartmentInfo.set_Name("gbApartmentInfo");
     this.gbApartmentInfo.set_Size(new System.Drawing.Size(0xfc, 0x61));
     this.gbApartmentInfo.set_TabIndex(15);
     this.gbApartmentInfo.set_TabStop(false);
     this.gbApartmentInfo.set_Text("Паспорт жилья, подлежащий разделению:");
     this.tbOldApartmentFromDate.set_Location(new System.Drawing.Point(0x63, 0x47));
     this.tbOldApartmentFromDate.set_Name("tbOldApartmentFromDate");
     this.tbOldApartmentFromDate.set_ReadOnly(true);
     this.tbOldApartmentFromDate.set_Size(new System.Drawing.Size(0x93, 20));
     this.tbOldApartmentFromDate.set_TabIndex(0x1a);
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(6, 0x47));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x57, 13));
     this.label5.set_TabIndex(0x19);
     this.label5.set_Text("Дата открытия:");
     this.tbOldApartmentAddress.set_Location(new System.Drawing.Point(0x63, 0x2d));
     this.tbOldApartmentAddress.set_Name("tbOldApartmentAddress");
     this.tbOldApartmentAddress.set_ReadOnly(true);
     this.tbOldApartmentAddress.set_Size(new System.Drawing.Size(0x93, 20));
     this.tbOldApartmentAddress.set_TabIndex(0x18);
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(0x34, 0x2d));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x29, 13));
     this.label4.set_TabIndex(0x17);
     this.label4.set_Text("Адрес:");
     this.tbOldApartmentNumber.set_Location(new System.Drawing.Point(0x63, 0x13));
     this.tbOldApartmentNumber.set_Name("tbOldApartmentNumber");
     this.tbOldApartmentNumber.set_ReadOnly(true);
     this.tbOldApartmentNumber.set_Size(new System.Drawing.Size(0x93, 20));
     this.tbOldApartmentNumber.set_TabIndex(0x16);
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(0x31, 0x13));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x2c, 13));
     this.label3.set_TabIndex(0x15);
     this.label3.set_Text("Номер:");
     this.tpFirst.set_BackColor(System.Drawing.SystemColors.Control);
     this.tpFirst.Controls.Add(this.cbCashlessAccounts);
     this.tpFirst.Controls.Add(this.label10);
     this.tpFirst.Controls.Add(this.dgvAccountsFirstPage);
     this.tpFirst.Controls.Add(this.vwAccountSettings);
     this.tpFirst.set_Location(new System.Drawing.Point(4, 0x16));
     this.tpFirst.set_Name("tpFirst");
     this.tpFirst.set_Padding(new System.Windows.Forms.Padding(3));
     this.tpFirst.set_Size(new System.Drawing.Size(0x20d, 0x16c));
     this.tpFirst.set_TabIndex(0);
     this.tpFirst.set_Text("1.Лицевые счета");
     this.tpFirst.add_Enter(new System.EventHandler(this.tpZero_Enter));
     this.cbCashlessAccounts.set_Enabled(false);
     this.cbCashlessAccounts.set_FormattingEnabled(true);
     this.cbCashlessAccounts.set_Location(new System.Drawing.Point(6, 0x151));
     this.cbCashlessAccounts.set_Name("cbCashlessAccounts");
     this.cbCashlessAccounts.set_Size(new System.Drawing.Size(0x3d, 0x15));
     this.cbCashlessAccounts.set_TabIndex(0x10);
     this.toolTipMain.SetToolTip(this.cbCashlessAccounts, "Если у разделяемого Лицевого счёта есть настройки безналичной оплаты, то вы можете выбрать на какой новый лицевой счёт перенести эти настройки");
     this.label10.set_AutoSize(true);
     this.label10.set_Location(new System.Drawing.Point(3, 0x141));
     this.label10.set_Name("label10");
     this.label10.set_Size(new System.Drawing.Size(50, 13));
     this.label10.set_TabIndex(0x10);
     this.label10.set_Text("Безнал.:");
     this.toolTipMain.SetToolTip(this.label10, "Если у разделяемого Лицевого счёта есть настройки безналичной оплаты, то вы можете выбрать на какой новый лицевой счёт перенести эти настройки");
     this.dgvAccountsFirstPage.set_AllowUserToAddRows(false);
     this.dgvAccountsFirstPage.set_AllowUserToDeleteRows(false);
     this.dgvAccountsFirstPage.set_AllowUserToOrderColumns(true);
     this.dgvAccountsFirstPage.set_AllowUserToResizeRows(false);
     this.dgvAccountsFirstPage.set_AutoGenerateColumns(false);
     this.dgvAccountsFirstPage.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill);
     this.dgvAccountsFirstPage.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvAccountsFirstPage.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn3, this.dataGridViewTextBoxColumn4 });
     this.dgvAccountsFirstPage.set_DataSource(this.bsNewAccounts);
     this.dgvAccountsFirstPage.set_EditMode(System.Windows.Forms.DataGridViewEditMode.EditOnEnter);
     this.dgvAccountsFirstPage.set_Location(new System.Drawing.Point(6, 6));
     this.dgvAccountsFirstPage.set_Name("dgvAccountsFirstPage");
     this.dgvAccountsFirstPage.set_RowHeadersVisible(false);
     this.dgvAccountsFirstPage.set_Size(new System.Drawing.Size(0x3d, 0x138));
     this.dgvAccountsFirstPage.set_TabIndex(0x18);
     this.dgvAccountsFirstPage.add_RowsAdded(new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dgvAccounts_RowsAdded));
     this.dataGridViewTextBoxColumn3.set_HeaderText("№");
     this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3");
     this.dataGridViewTextBoxColumn3.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn4.set_DataPropertyName("Id");
     this.dataGridViewTextBoxColumn4.set_HeaderText("Id");
     this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4");
     this.dataGridViewTextBoxColumn4.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn4.set_Visible(false);
     holder.AccountId = 0L;
     holder.Code = 0;
     holder.FromDate = new System.DateTime(0L);
     holder.Id = 0L;
     holder.IsDeleted = false;
     holder.IsDirty = true;
     holder.ObjectWithIdType = null;
     holder.OrgId = 0L;
     holder.ShortName = null;
     this.vwAccountSettings.AccountHouseHolder = holder;
     this.vwAccountSettings.AllowOwnerNameChanging = true;
     this.vwAccountSettings.AllowOwnerSelectionChanging = true;
     this.vwAccountSettings.set_Dock(System.Windows.Forms.DockStyle.Right);
     this.vwAccountSettings.IsNewApartment = true;
     this.vwAccountSettings.set_Location(new System.Drawing.Point(0x49, 3));
     this.vwAccountSettings.set_MinimumSize(new System.Drawing.Size(0x125, 0x86));
     this.vwAccountSettings.set_Name("vwAccountSettings");
     this.vwAccountSettings.set_Size(new System.Drawing.Size(0x1c1, 0x166));
     this.vwAccountSettings.set_TabIndex(13);
     this.vwAccountSettings.ToDateVisible = false;
     this.vwAccountSettings.onAccountHouseHolderSelected += new AccountHouseHolderHandler(this.vwAccountSettings_onAccountHouseHolderSelected);
     this.tpSecond.set_BackColor(System.Drawing.SystemColors.Control);
     this.tpSecond.Controls.Add(this.gbApartmentOwners);
     this.tpSecond.Controls.Add(this.dgvApartmentsSecondPage);
     this.tpSecond.set_Location(new System.Drawing.Point(4, 0x16));
     this.tpSecond.set_Name("tpSecond");
     this.tpSecond.set_Padding(new System.Windows.Forms.Padding(3));
     this.tpSecond.set_Size(new System.Drawing.Size(0x20d, 0x16c));
     this.tpSecond.set_TabIndex(1);
     this.tpSecond.set_Text("2.Владельцы ПЖ");
     this.tpSecond.add_Enter(new System.EventHandler(this.tpZero_Enter));
     this.gbApartmentOwners.Controls.Add(this.dgvApartmentOwners);
     this.gbApartmentOwners.Controls.Add(this.tsApartmentOwners);
     this.gbApartmentOwners.set_Location(new System.Drawing.Point(0x49, 6));
     this.gbApartmentOwners.set_Name("gbApartmentOwners");
     this.gbApartmentOwners.set_Size(new System.Drawing.Size(0x1bc, 0x160));
     this.gbApartmentOwners.set_TabIndex(0x1a);
     this.gbApartmentOwners.set_TabStop(false);
     this.gbApartmentOwners.set_Text("Права собственности:");
     this.dgvApartmentOwners.set_AllowUserToAddRows(false);
     this.dgvApartmentOwners.set_AllowUserToDeleteRows(false);
     this.dgvApartmentOwners.set_AutoGenerateColumns(false);
     this.dgvApartmentOwners.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCellsExceptHeader);
     this.dgvApartmentOwners.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     this.dgvApartmentOwners.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvApartmentOwners.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.FromDate, this.ToDate, this.PrintName, this.BirthDate, this.Age, this.Share, this.TypeOwnerFasetName, this.Doc, this.DateDoc });
     this.dgvApartmentOwners.set_DataSource(this.bsNewApartmentOwners);
     this.dgvApartmentOwners.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvApartmentOwners.set_GridColor(System.Drawing.SystemColors.ControlLight);
     this.dgvApartmentOwners.set_Location(new System.Drawing.Point(3, 0x29));
     this.dgvApartmentOwners.set_MultiSelect(false);
     this.dgvApartmentOwners.set_Name("dgvApartmentOwners");
     this.dgvApartmentOwners.set_ReadOnly(true);
     this.dgvApartmentOwners.set_RowHeadersVisible(false);
     this.dgvApartmentOwners.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvApartmentOwners.set_Size(new System.Drawing.Size(0x1b6, 0x134));
     this.dgvApartmentOwners.set_TabIndex(3);
     this.dgvApartmentOwners.add_CellDoubleClick(new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvApartmentOwners_CellDoubleClick));
     this.FromDate.set_DataPropertyName("FromDate");
     this.FromDate.set_HeaderText("Дата начала");
     this.FromDate.set_MinimumWidth(50);
     this.FromDate.set_Name("FromDate");
     this.FromDate.set_ReadOnly(true);
     this.FromDate.set_Width(50);
     this.ToDate.set_DataPropertyName("ToDate");
     this.ToDate.set_HeaderText("Дата окончания");
     this.ToDate.set_MinimumWidth(70);
     this.ToDate.set_Name("ToDate");
     this.ToDate.set_ReadOnly(true);
     this.ToDate.set_Width(70);
     this.PrintName.set_DataPropertyName("PrintName");
     this.PrintName.set_HeaderText("Владелец");
     this.PrintName.set_MinimumWidth(70);
     this.PrintName.set_Name("PrintName");
     this.PrintName.set_ReadOnly(true);
     this.PrintName.set_Width(70);
     this.BirthDate.set_DataPropertyName("BirthDate");
     this.BirthDate.set_HeaderText("Дата рождения");
     this.BirthDate.set_MinimumWidth(60);
     this.BirthDate.set_Name("BirthDate");
     this.BirthDate.set_ReadOnly(true);
     this.BirthDate.set_Width(60);
     this.Age.set_DataPropertyName("Age");
     this.Age.set_HeaderText("Возраст");
     this.Age.set_MinimumWidth(60);
     this.Age.set_Name("Age");
     this.Age.set_ReadOnly(true);
     this.Age.set_Width(60);
     this.Share.set_DataPropertyName("Share");
     this.Share.set_HeaderText("Доля");
     this.Share.set_MinimumWidth(50);
     this.Share.set_Name("Share");
     this.Share.set_ReadOnly(true);
     this.Share.set_Width(50);
     this.TypeOwnerFasetName.set_DataPropertyName("TypeOwnerFasetName");
     this.TypeOwnerFasetName.set_HeaderText("Тип владения собственностью");
     this.TypeOwnerFasetName.set_MinimumWidth(110);
     this.TypeOwnerFasetName.set_Name("TypeOwnerFasetName");
     this.TypeOwnerFasetName.set_ReadOnly(true);
     this.TypeOwnerFasetName.set_Width(110);
     this.Doc.set_DataPropertyName("Doc");
     this.Doc.set_HeaderText("Документ");
     this.Doc.set_MinimumWidth(70);
     this.Doc.set_Name("Doc");
     this.Doc.set_ReadOnly(true);
     this.Doc.set_Width(70);
     this.DateDoc.set_DataPropertyName("DateDoc");
     this.DateDoc.set_HeaderText("Дата документа");
     this.DateDoc.set_MinimumWidth(70);
     this.DateDoc.set_Name("DateDoc");
     this.DateDoc.set_ReadOnly(true);
     this.DateDoc.set_Width(70);
     this.bsNewApartmentOwners.set_DataSource(typeof(ApartmentOwner));
     this.bsNewApartmentOwners.set_Sort("ToDate desc,FromDate desc");
     this.tsApartmentOwners.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbAddApartmentOwner, this.tsbChangeApartmentOwner, this.tsbDeleteApartmentOwner });
     this.tsApartmentOwners.set_Location(new System.Drawing.Point(3, 0x10));
     this.tsApartmentOwners.set_Name("tsApartmentOwners");
     this.tsApartmentOwners.set_Size(new System.Drawing.Size(0x1b6, 0x19));
     this.tsApartmentOwners.set_TabIndex(4);
     this.tsApartmentOwners.set_Text("toolStrip1");
     this.tsbAddApartmentOwner.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsbAddApartmentOwner.set_Image(Resources.ADD);
     this.tsbAddApartmentOwner.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsbAddApartmentOwner.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbAddApartmentOwner.set_Name("tsbAddApartmentOwner");
     this.tsbAddApartmentOwner.set_Size(new System.Drawing.Size(0x18, 0x16));
     this.tsbAddApartmentOwner.set_Text("Добавить");
     this.tsbAddApartmentOwner.add_Click(new System.EventHandler(this.tsbAddApartmentOwner_Click));
     this.tsbChangeApartmentOwner.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsbChangeApartmentOwner.set_Image(Resources.CHANGE);
     this.tsbChangeApartmentOwner.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsbChangeApartmentOwner.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbChangeApartmentOwner.set_Name("tsbChangeApartmentOwner");
     this.tsbChangeApartmentOwner.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsbChangeApartmentOwner.set_Text("Изменить");
     this.tsbChangeApartmentOwner.add_Click(new System.EventHandler(this.tsbChangeApartmentOwner_Click));
     this.tsbDeleteApartmentOwner.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsbDeleteApartmentOwner.set_Image(Resources.DELETE);
     this.tsbDeleteApartmentOwner.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsbDeleteApartmentOwner.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbDeleteApartmentOwner.set_Name("tsbDeleteApartmentOwner");
     this.tsbDeleteApartmentOwner.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsbDeleteApartmentOwner.set_Text("Удалить");
     this.tsbDeleteApartmentOwner.add_Click(new System.EventHandler(this.tsbDeleteApartmentOwner_Click));
     this.dgvApartmentsSecondPage.set_AllowUserToAddRows(false);
     this.dgvApartmentsSecondPage.set_AllowUserToDeleteRows(false);
     this.dgvApartmentsSecondPage.set_AllowUserToResizeRows(false);
     this.dgvApartmentsSecondPage.set_AutoGenerateColumns(false);
     this.dgvApartmentsSecondPage.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill);
     this.dgvApartmentsSecondPage.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvApartmentsSecondPage.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn5, this.idDataGridViewTextBoxColumn1 });
     this.dgvApartmentsSecondPage.set_DataSource(this.bsNewApartments);
     this.dgvApartmentsSecondPage.set_EditMode(System.Windows.Forms.DataGridViewEditMode.EditOnEnter);
     this.dgvApartmentsSecondPage.set_Location(new System.Drawing.Point(6, 6));
     this.dgvApartmentsSecondPage.set_Name("dgvApartmentsSecondPage");
     this.dgvApartmentsSecondPage.set_ReadOnly(true);
     this.dgvApartmentsSecondPage.set_RowHeadersVisible(false);
     this.dgvApartmentsSecondPage.set_Size(new System.Drawing.Size(0x3d, 0x15d));
     this.dgvApartmentsSecondPage.set_TabIndex(0x19);
     this.dgvApartmentsSecondPage.add_RowsAdded(new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dgvAccounts_RowsAdded));
     this.dataGridViewTextBoxColumn5.set_HeaderText("№");
     this.dataGridViewTextBoxColumn5.set_MinimumWidth(50);
     this.dataGridViewTextBoxColumn5.set_Name("dataGridViewTextBoxColumn5");
     this.dataGridViewTextBoxColumn5.set_ReadOnly(true);
     this.idDataGridViewTextBoxColumn1.set_DataPropertyName("Id");
     this.idDataGridViewTextBoxColumn1.set_HeaderText("Id");
     this.idDataGridViewTextBoxColumn1.set_Name("idDataGridViewTextBoxColumn1");
     this.idDataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.idDataGridViewTextBoxColumn1.set_Visible(false);
     this.bsNewApartments.set_DataSource(typeof(Apartment));
     this.bsNewApartments.add_CurrentChanged(new System.EventHandler(this.bsNewApartments_CurrentChanged));
     this.tpThird.set_BackColor(System.Drawing.SystemColors.Control);
     this.tpThird.Controls.Add(this.dgvNewApartmentResidents);
     this.tpThird.Controls.Add(this.tsApartmentResidents);
     this.tpThird.set_Location(new System.Drawing.Point(4, 0x16));
     this.tpThird.set_Name("tpThird");
     this.tpThird.set_Size(new System.Drawing.Size(0x20d, 0x16c));
     this.tpThird.set_TabIndex(2);
     this.tpThird.set_Text("3.Проживающие");
     this.tpThird.add_Enter(new System.EventHandler(this.tpZero_Enter));
     this.dgvNewApartmentResidents.set_AllowUserToAddRows(false);
     this.dgvNewApartmentResidents.set_AllowUserToDeleteRows(false);
     this.dgvNewApartmentResidents.set_AllowUserToOrderColumns(true);
     this.dgvNewApartmentResidents.set_AllowUserToResizeRows(false);
     this.dgvNewApartmentResidents.set_AutoGenerateColumns(false);
     this.dgvNewApartmentResidents.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dgvNewApartmentResidents.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvNewApartmentResidents.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.clmnNumberAprtment, this.personNameDataGridViewTextBoxColumn, this.birthDateDataGridViewTextBoxColumn, this.dataGridViewTextBoxColumn23, this.relativeNameDataGridViewTextBoxColumn, this.typeResidentNameDataGridViewTextBoxColumn, this.fromDateDataGridViewTextBoxColumn, this.toDateDataGridViewTextBoxColumn });
     this.dgvNewApartmentResidents.set_DataSource(this.bsNewApartmentResidents);
     this.dgvNewApartmentResidents.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvNewApartmentResidents.set_Location(new System.Drawing.Point(0, 0x19));
     this.dgvNewApartmentResidents.set_Name("dgvNewApartmentResidents");
     this.dgvNewApartmentResidents.set_RowHeadersVisible(false);
     this.dgvNewApartmentResidents.set_Size(new System.Drawing.Size(0x20d, 0x153));
     this.dgvNewApartmentResidents.set_TabIndex(0);
     this.dgvNewApartmentResidents.add_CellDoubleClick(new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvNewApartmentResidents_CellDoubleClick));
     this.dgvNewApartmentResidents.add_RowsAdded(new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dgvApartmentResidents_RowsAdded));
     this.clmnNumberAprtment.set_DisplayStyle(System.Windows.Forms.DataGridViewComboBoxDisplayStyle.ComboBox);
     this.clmnNumberAprtment.set_HeaderText("Номер ПЖ");
     this.clmnNumberAprtment.set_Name("clmnNumberAprtment");
     this.clmnNumberAprtment.set_Width(0x3e);
     this.personNameDataGridViewTextBoxColumn.set_DataPropertyName("PersonName");
     this.personNameDataGridViewTextBoxColumn.set_HeaderText("Имя");
     this.personNameDataGridViewTextBoxColumn.set_Name("personNameDataGridViewTextBoxColumn");
     this.personNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.personNameDataGridViewTextBoxColumn.set_Width(0x36);
     this.birthDateDataGridViewTextBoxColumn.set_DataPropertyName("BirthDate");
     this.birthDateDataGridViewTextBoxColumn.set_HeaderText("Дата рождения");
     this.birthDateDataGridViewTextBoxColumn.set_Name("birthDateDataGridViewTextBoxColumn");
     this.birthDateDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.birthDateDataGridViewTextBoxColumn.set_Width(0x66);
     this.dataGridViewTextBoxColumn23.set_DataPropertyName("Age");
     this.dataGridViewTextBoxColumn23.set_HeaderText("Возраст");
     this.dataGridViewTextBoxColumn23.set_Name("dataGridViewTextBoxColumn23");
     this.dataGridViewTextBoxColumn23.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn23.set_Width(0x4a);
     this.relativeNameDataGridViewTextBoxColumn.set_DataPropertyName("RelativeName");
     this.relativeNameDataGridViewTextBoxColumn.set_HeaderText("Родство");
     this.relativeNameDataGridViewTextBoxColumn.set_Name("relativeNameDataGridViewTextBoxColumn");
     this.relativeNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.relativeNameDataGridViewTextBoxColumn.set_Width(0x4a);
     this.typeResidentNameDataGridViewTextBoxColumn.set_DataPropertyName("TypeResidentName");
     this.typeResidentNameDataGridViewTextBoxColumn.set_HeaderText("Тип проживания");
     this.typeResidentNameDataGridViewTextBoxColumn.set_Name("typeResidentNameDataGridViewTextBoxColumn");
     this.typeResidentNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.typeResidentNameDataGridViewTextBoxColumn.set_Width(0x6a);
     this.fromDateDataGridViewTextBoxColumn.set_DataPropertyName("FromDate");
     this.fromDateDataGridViewTextBoxColumn.set_HeaderText("Прописан");
     this.fromDateDataGridViewTextBoxColumn.set_Name("fromDateDataGridViewTextBoxColumn");
     this.fromDateDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.fromDateDataGridViewTextBoxColumn.set_Width(0x52);
     this.toDateDataGridViewTextBoxColumn.set_DataPropertyName("ToDate");
     this.toDateDataGridViewTextBoxColumn.set_HeaderText("Выписан");
     this.toDateDataGridViewTextBoxColumn.set_Name("toDateDataGridViewTextBoxColumn");
     this.toDateDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.toDateDataGridViewTextBoxColumn.set_Width(0x4d);
     this.bsNewApartmentResidents.set_DataSource(typeof(ApartmentResident));
     this.tsApartmentResidents.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsBtnAddResident, this.tsBtnEditResident, this.tsBtnDeleteResident });
     this.tsApartmentResidents.set_Location(new System.Drawing.Point(0, 0));
     this.tsApartmentResidents.set_Name("tsApartmentResidents");
     this.tsApartmentResidents.set_Size(new System.Drawing.Size(0x20d, 0x19));
     this.tsApartmentResidents.set_TabIndex(1);
     this.tsBtnAddResident.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsBtnAddResident.set_Image(Resources.ADD);
     this.tsBtnAddResident.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnAddResident.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnAddResident.set_Name("tsBtnAddResident");
     this.tsBtnAddResident.set_Size(new System.Drawing.Size(0x18, 0x16));
     this.tsBtnAddResident.set_Text("Добавить");
     this.tsBtnAddResident.add_Click(new System.EventHandler(this.tsBtnAddResident_Click));
     this.tsBtnEditResident.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsBtnEditResident.set_Image(Resources.CHANGE);
     this.tsBtnEditResident.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnEditResident.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnEditResident.set_Name("tsBtnEditResident");
     this.tsBtnEditResident.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsBtnEditResident.set_Text("Изменить");
     this.tsBtnEditResident.add_Click(new System.EventHandler(this.tsBtnEditResident_Click));
     this.tsBtnDeleteResident.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsBtnDeleteResident.set_Image(Resources.DELETE);
     this.tsBtnDeleteResident.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnDeleteResident.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnDeleteResident.set_Name("tsBtnDeleteResident");
     this.tsBtnDeleteResident.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsBtnDeleteResident.set_Text("Удалить");
     this.tsBtnDeleteResident.add_Click(new System.EventHandler(this.tsBtnDeleteResident_Click));
     this.tpFourth.set_BackColor(System.Drawing.SystemColors.Control);
     this.tpFourth.Controls.Add(this.dgvNewApartmentEquipment);
     this.tpFourth.Controls.Add(this.tsApartmentEquipment);
     this.tpFourth.set_Location(new System.Drawing.Point(4, 0x16));
     this.tpFourth.set_Name("tpFourth");
     this.tpFourth.set_Size(new System.Drawing.Size(0x20d, 0x16c));
     this.tpFourth.set_TabIndex(3);
     this.tpFourth.set_Text("4.Оборудование");
     this.tpFourth.add_Enter(new System.EventHandler(this.tpZero_Enter));
     this.dgvNewApartmentEquipment.set_AllowUserToAddRows(false);
     this.dgvNewApartmentEquipment.set_AllowUserToDeleteRows(false);
     this.dgvNewApartmentEquipment.set_AllowUserToOrderColumns(true);
     this.dgvNewApartmentEquipment.set_AllowUserToResizeRows(false);
     this.dgvNewApartmentEquipment.set_AutoGenerateColumns(false);
     this.dgvNewApartmentEquipment.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill);
     this.dgvNewApartmentEquipment.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvNewApartmentEquipment.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.clmnApartmentNumberEq, this.typeEquipmentNameDataGridViewTextBoxColumn, this.infoDataGridViewTextBoxColumn, this.fromDateDataGridViewTextBoxColumn1, this.toDateDataGridViewTextBoxColumn1 });
     this.dgvNewApartmentEquipment.set_DataSource(this.bsNewApartmentEquipment);
     this.dgvNewApartmentEquipment.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvNewApartmentEquipment.set_Location(new System.Drawing.Point(0, 0x19));
     this.dgvNewApartmentEquipment.set_Name("dgvNewApartmentEquipment");
     this.dgvNewApartmentEquipment.set_RowHeadersVisible(false);
     this.dgvNewApartmentEquipment.set_Size(new System.Drawing.Size(0x20d, 0x153));
     this.dgvNewApartmentEquipment.set_TabIndex(2);
     this.dgvNewApartmentEquipment.add_CellDoubleClick(new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvNewApartmentEquipment_CellDoubleClick));
     this.dgvNewApartmentEquipment.add_RowsAdded(new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dgvApartmentEquipment_RowsAdded));
     this.clmnApartmentNumberEq.set_DisplayStyle(System.Windows.Forms.DataGridViewComboBoxDisplayStyle.ComboBox);
     this.clmnApartmentNumberEq.set_HeaderText("Номер ПЖ");
     this.clmnApartmentNumberEq.set_Name("clmnApartmentNumberEq");
     this.typeEquipmentNameDataGridViewTextBoxColumn.set_DataPropertyName("TypeEquipmentName");
     this.typeEquipmentNameDataGridViewTextBoxColumn.set_HeaderText("Тип");
     this.typeEquipmentNameDataGridViewTextBoxColumn.set_Name("typeEquipmentNameDataGridViewTextBoxColumn");
     this.typeEquipmentNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.infoDataGridViewTextBoxColumn.set_DataPropertyName("Info");
     this.infoDataGridViewTextBoxColumn.set_HeaderText("Инфо");
     this.infoDataGridViewTextBoxColumn.set_Name("infoDataGridViewTextBoxColumn");
     this.infoDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.fromDateDataGridViewTextBoxColumn1.set_DataPropertyName("Dateb");
     this.fromDateDataGridViewTextBoxColumn1.set_HeaderText("Дата установки");
     this.fromDateDataGridViewTextBoxColumn1.set_Name("fromDateDataGridViewTextBoxColumn1");
     this.fromDateDataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.toDateDataGridViewTextBoxColumn1.set_DataPropertyName("Datee");
     this.toDateDataGridViewTextBoxColumn1.set_HeaderText("Дата ликвидации");
     this.toDateDataGridViewTextBoxColumn1.set_Name("toDateDataGridViewTextBoxColumn1");
     this.toDateDataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.bsNewApartmentEquipment.set_DataSource(typeof(ApartmentEquipment));
     this.tsApartmentEquipment.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsBtnAddApartmentEquipment, this.tsBtnEditApartmentEquipment, this.tsBtnDeleteApartmentEquipment });
     this.tsApartmentEquipment.set_Location(new System.Drawing.Point(0, 0));
     this.tsApartmentEquipment.set_Name("tsApartmentEquipment");
     this.tsApartmentEquipment.set_Size(new System.Drawing.Size(0x20d, 0x19));
     this.tsApartmentEquipment.set_TabIndex(3);
     this.tsBtnAddApartmentEquipment.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsBtnAddApartmentEquipment.set_Image(Resources.ADD);
     this.tsBtnAddApartmentEquipment.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnAddApartmentEquipment.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnAddApartmentEquipment.set_Name("tsBtnAddApartmentEquipment");
     this.tsBtnAddApartmentEquipment.set_Size(new System.Drawing.Size(0x18, 0x16));
     this.tsBtnAddApartmentEquipment.set_Text("Добавить");
     this.tsBtnAddApartmentEquipment.add_Click(new System.EventHandler(this.tsBtnAddApartmentEquipment_Click));
     this.tsBtnEditApartmentEquipment.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsBtnEditApartmentEquipment.set_Image(Resources.CHANGE);
     this.tsBtnEditApartmentEquipment.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnEditApartmentEquipment.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnEditApartmentEquipment.set_Name("tsBtnEditApartmentEquipment");
     this.tsBtnEditApartmentEquipment.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsBtnEditApartmentEquipment.set_Text("Изменить");
     this.tsBtnEditApartmentEquipment.add_Click(new System.EventHandler(this.tsBtnEditApartmentEquipment_Click));
     this.tsBtnDeleteApartmentEquipment.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsBtnDeleteApartmentEquipment.set_Image(Resources.DELETE);
     this.tsBtnDeleteApartmentEquipment.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnDeleteApartmentEquipment.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnDeleteApartmentEquipment.set_Name("tsBtnDeleteApartmentEquipment");
     this.tsBtnDeleteApartmentEquipment.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsBtnDeleteApartmentEquipment.set_Text("Удалить");
     this.tsBtnDeleteApartmentEquipment.add_Click(new System.EventHandler(this.tsBtnDeleteApartmentEquipment_Click));
     this.tpLast.set_BackColor(System.Drawing.SystemColors.Control);
     this.tpLast.Controls.Add(this.lblWarnings);
     this.tpLast.Controls.Add(this.tbWarnings);
     this.tpLast.Controls.Add(this.lblErrors);
     this.tpLast.Controls.Add(this.tbErrors);
     this.tpLast.set_Location(new System.Drawing.Point(4, 0x16));
     this.tpLast.set_Name("tpLast");
     this.tpLast.set_Size(new System.Drawing.Size(0x20d, 0x16c));
     this.tpLast.set_TabIndex(4);
     this.tpLast.set_Text("5.Завершение");
     this.tpLast.add_Enter(new System.EventHandler(this.tpLast_Enter));
     this.lblWarnings.set_AutoSize(true);
     this.lblWarnings.set_Location(new System.Drawing.Point(8, 190));
     this.lblWarnings.set_Name("lblWarnings");
     this.lblWarnings.set_Size(new System.Drawing.Size(0x87, 13));
     this.lblWarnings.set_TabIndex(3);
     this.lblWarnings.set_Text("Список предупреждений:");
     this.tbWarnings.set_ForeColor(System.Drawing.Color.DarkOrange);
     this.tbWarnings.set_Location(new System.Drawing.Point(8, 0xce));
     this.tbWarnings.set_Multiline(true);
     this.tbWarnings.set_Name("tbWarnings");
     this.tbWarnings.set_ReadOnly(true);
     this.tbWarnings.set_Size(new System.Drawing.Size(0x1fd, 0x9b));
     this.tbWarnings.set_TabIndex(2);
     this.tbWarnings.set_TabStop(false);
     this.lblErrors.set_AutoSize(true);
     this.lblErrors.set_Location(new System.Drawing.Point(8, 9));
     this.lblErrors.set_Name("lblErrors");
     this.lblErrors.set_Size(new System.Drawing.Size(0x58, 13));
     this.lblErrors.set_TabIndex(1);
     this.lblErrors.set_Text("Список ошибок:");
     this.tbErrors.set_ForeColor(System.Drawing.Color.Maroon);
     this.tbErrors.set_Location(new System.Drawing.Point(8, 0x19));
     this.tbErrors.set_Multiline(true);
     this.tbErrors.set_Name("tbErrors");
     this.tbErrors.set_ReadOnly(true);
     this.tbErrors.set_Size(new System.Drawing.Size(0x1fd, 0x9b));
     this.tbErrors.set_TabIndex(0);
     this.tbErrors.set_TabStop(false);
     this.btnForward.set_Image(Resources.ARROW_RIGHT_16);
     this.btnForward.set_ImageAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.btnForward.set_Location(new System.Drawing.Point(0x131, 0x18c));
     this.btnForward.set_Name("btnForward");
     this.btnForward.set_Size(new System.Drawing.Size(0x3e, 0x1a));
     this.btnForward.set_TabIndex(12);
     this.btnForward.set_Text("Далее");
     this.btnForward.set_TextAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.btnForward.set_UseVisualStyleBackColor(true);
     this.btnForward.add_Click(new System.EventHandler(this.btnForward_Click));
     this.btnBack.set_Enabled(false);
     this.btnBack.set_Image(Resources.ARROW_LEFT_16);
     this.btnBack.set_ImageAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.btnBack.set_Location(new System.Drawing.Point(0xed, 0x18c));
     this.btnBack.set_Name("btnBack");
     this.btnBack.set_Size(new System.Drawing.Size(0x3e, 0x1a));
     this.btnBack.set_TabIndex(13);
     this.btnBack.set_Text("Назад");
     this.btnBack.set_TextAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.btnBack.set_UseVisualStyleBackColor(true);
     this.btnBack.add_Click(new System.EventHandler(this.btnBack_Click));
     this.BtnApply.set_Enabled(false);
     this.BtnApply.set_Image(Resources.APPLY2);
     this.BtnApply.set_ImageAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.BtnApply.set_Location(new System.Drawing.Point(0x175, 0x18c));
     this.BtnApply.set_Name("BtnApply");
     this.BtnApply.set_Size(new System.Drawing.Size(0x47, 0x1a));
     this.BtnApply.set_TabIndex(14);
     this.BtnApply.set_Text("Готово");
     this.BtnApply.set_TextAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.BtnApply.set_UseVisualStyleBackColor(true);
     this.BtnApply.add_Click(new System.EventHandler(this.BtnApply_Click));
     this.btnCancel.set_DialogResult(System.Windows.Forms.DialogResult.Cancel);
     this.btnCancel.set_Image(Resources.CANCEL);
     this.btnCancel.set_ImageAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.btnCancel.set_Location(new System.Drawing.Point(450, 0x18c));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(0x47, 0x1a));
     this.btnCancel.set_TabIndex(15);
     this.btnCancel.set_Text("Отмена");
     this.btnCancel.set_TextAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.dataGridViewTextBoxColumn1.set_DataPropertyName("Id");
     this.dataGridViewTextBoxColumn1.set_HeaderText("Id");
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn1.set_Visible(false);
     this.dataGridViewTextBoxColumn1.set_Width(0x77);
     this.dataGridViewNumericColumn1.DecimalPlaces = 0;
     int[] numArray19 = new int[4];
     this.dataGridViewNumericColumn1.DefaultValue = new decimal(numArray19);
     this.dataGridViewNumericColumn1.set_HeaderText("Доля");
     int[] numArray20 = new int[4];
     numArray20[0] = 100;
     this.dataGridViewNumericColumn1.Maximum = new decimal(numArray20);
     int[] numArray21 = new int[4];
     this.dataGridViewNumericColumn1.Minimum = new decimal(numArray21);
     this.dataGridViewNumericColumn1.set_Name("dataGridViewNumericColumn1");
     this.dataGridViewNumericColumn1.set_Width(0x76);
     this.dataGridViewTextBoxColumn2.set_DataPropertyName("Id");
     this.dataGridViewTextBoxColumn2.set_HeaderText("№");
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.dataGridViewTextBoxColumn2.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn2.set_Visible(false);
     this.dataGridViewTextBoxColumn2.set_Width(0x43);
     this.dataGridViewTextBoxColumn6.set_DataPropertyName("ToDate");
     this.dataGridViewTextBoxColumn6.set_HeaderText("Дата окончания");
     this.dataGridViewTextBoxColumn6.set_MinimumWidth(70);
     this.dataGridViewTextBoxColumn6.set_Name("dataGridViewTextBoxColumn6");
     this.dataGridViewTextBoxColumn6.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn6.set_Width(70);
     this.dataGridViewTextBoxColumn7.set_DataPropertyName("PrintName");
     this.dataGridViewTextBoxColumn7.set_HeaderText("Владелец");
     this.dataGridViewTextBoxColumn7.set_MinimumWidth(70);
     this.dataGridViewTextBoxColumn7.set_Name("dataGridViewTextBoxColumn7");
     this.dataGridViewTextBoxColumn7.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn7.set_Width(70);
     this.dataGridViewTextBoxColumn8.set_DataPropertyName("BirthDate");
     this.dataGridViewTextBoxColumn8.set_HeaderText("Дата рождения");
     this.dataGridViewTextBoxColumn8.set_MinimumWidth(60);
     this.dataGridViewTextBoxColumn8.set_Name("dataGridViewTextBoxColumn8");
     this.dataGridViewTextBoxColumn8.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn8.set_Width(60);
     this.dataGridViewTextBoxColumn9.set_DataPropertyName("Age");
     this.dataGridViewTextBoxColumn9.set_HeaderText("Возраст");
     this.dataGridViewTextBoxColumn9.set_MinimumWidth(60);
     this.dataGridViewTextBoxColumn9.set_Name("dataGridViewTextBoxColumn9");
     this.dataGridViewTextBoxColumn9.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn9.set_Width(60);
     this.dataGridViewTextBoxColumn10.set_DataPropertyName("Share");
     this.dataGridViewTextBoxColumn10.set_HeaderText("Доля");
     this.dataGridViewTextBoxColumn10.set_MinimumWidth(50);
     this.dataGridViewTextBoxColumn10.set_Name("dataGridViewTextBoxColumn10");
     this.dataGridViewTextBoxColumn10.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn10.set_Width(50);
     this.dataGridViewTextBoxColumn11.set_DataPropertyName("TypeOwnerFasetName");
     this.dataGridViewTextBoxColumn11.set_HeaderText("Тип владения собственностью");
     this.dataGridViewTextBoxColumn11.set_MinimumWidth(110);
     this.dataGridViewTextBoxColumn11.set_Name("dataGridViewTextBoxColumn11");
     this.dataGridViewTextBoxColumn11.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn11.set_Width(110);
     this.dataGridViewTextBoxColumn12.set_DataPropertyName("Doc");
     this.dataGridViewTextBoxColumn12.set_HeaderText("Документ");
     this.dataGridViewTextBoxColumn12.set_MinimumWidth(70);
     this.dataGridViewTextBoxColumn12.set_Name("dataGridViewTextBoxColumn12");
     this.dataGridViewTextBoxColumn12.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn12.set_Width(70);
     this.dataGridViewTextBoxColumn13.set_DataPropertyName("DateDoc");
     this.dataGridViewTextBoxColumn13.set_HeaderText("Дата документа");
     this.dataGridViewTextBoxColumn13.set_MinimumWidth(70);
     this.dataGridViewTextBoxColumn13.set_Name("dataGridViewTextBoxColumn13");
     this.dataGridViewTextBoxColumn13.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn13.set_Width(70);
     this.dataGridViewTextBoxColumn14.set_DataPropertyName("Created");
     this.dataGridViewTextBoxColumn14.set_HeaderText("Дата создания");
     this.dataGridViewTextBoxColumn14.set_MinimumWidth(70);
     this.dataGridViewTextBoxColumn14.set_Name("dataGridViewTextBoxColumn14");
     this.dataGridViewTextBoxColumn14.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn14.set_Width(70);
     this.dataGridViewTextBoxColumn15.set_DataPropertyName("FromDate");
     this.dataGridViewTextBoxColumn15.set_HeaderText("№");
     this.dataGridViewTextBoxColumn15.set_MinimumWidth(50);
     this.dataGridViewTextBoxColumn15.set_Name("dataGridViewTextBoxColumn15");
     this.dataGridViewTextBoxColumn15.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn15.set_Width(0x3a);
     this.dataGridViewTextBoxColumn16.set_DataPropertyName("Id");
     this.dataGridViewTextBoxColumn16.set_HeaderText("Id");
     this.dataGridViewTextBoxColumn16.set_Name("dataGridViewTextBoxColumn16");
     this.dataGridViewTextBoxColumn16.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn16.set_Visible(false);
     this.dataGridViewComboBoxColumn1.set_DisplayStyle(System.Windows.Forms.DataGridViewComboBoxDisplayStyle.ComboBox);
     this.dataGridViewComboBoxColumn1.set_HeaderText("Номер ПЖ");
     this.dataGridViewComboBoxColumn1.set_Name("dataGridViewComboBoxColumn1");
     this.dataGridViewComboBoxColumn1.set_Width(0x3e);
     this.dataGridViewTextBoxColumn17.set_DataPropertyName("PersonName");
     this.dataGridViewTextBoxColumn17.set_HeaderText("Имя");
     this.dataGridViewTextBoxColumn17.set_Name("dataGridViewTextBoxColumn17");
     this.dataGridViewTextBoxColumn17.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn17.set_Width(0x36);
     this.dataGridViewTextBoxColumn18.set_DataPropertyName("BirthDate");
     this.dataGridViewTextBoxColumn18.set_HeaderText("Дата рождения");
     this.dataGridViewTextBoxColumn18.set_Name("dataGridViewTextBoxColumn18");
     this.dataGridViewTextBoxColumn18.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn18.set_Width(0x66);
     this.dataGridViewTextBoxColumn19.set_DataPropertyName("TypeResidentName");
     this.dataGridViewTextBoxColumn19.set_HeaderText("Тип проживания");
     this.dataGridViewTextBoxColumn19.set_Name("dataGridViewTextBoxColumn19");
     this.dataGridViewTextBoxColumn19.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn19.set_Width(0x6a);
     this.dataGridViewTextBoxColumn20.set_DataPropertyName("RelativeName");
     this.dataGridViewTextBoxColumn20.set_HeaderText("Отношение");
     this.dataGridViewTextBoxColumn20.set_Name("dataGridViewTextBoxColumn20");
     this.dataGridViewTextBoxColumn20.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn20.set_Width(0x59);
     this.dataGridViewTextBoxColumn21.set_DataPropertyName("FromDate");
     this.dataGridViewTextBoxColumn21.set_HeaderText("Прописан");
     this.dataGridViewTextBoxColumn21.set_Name("dataGridViewTextBoxColumn21");
     this.dataGridViewTextBoxColumn21.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn21.set_Width(0x52);
     this.dataGridViewTextBoxColumn22.set_DataPropertyName("ToDate");
     this.dataGridViewTextBoxColumn22.set_HeaderText("Выписан");
     this.dataGridViewTextBoxColumn22.set_Name("dataGridViewTextBoxColumn22");
     this.dataGridViewTextBoxColumn22.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn22.set_Width(0x4d);
     this.dataGridViewNumericColumn2.DecimalPlaces = 0;
     int[] numArray22 = new int[4];
     this.dataGridViewNumericColumn2.DefaultValue = new decimal(numArray22);
     this.dataGridViewNumericColumn2.set_HeaderText("Доля");
     int[] numArray23 = new int[4];
     numArray23[0] = 100;
     this.dataGridViewNumericColumn2.Maximum = new decimal(numArray23);
     int[] numArray24 = new int[4];
     this.dataGridViewNumericColumn2.Minimum = new decimal(numArray24);
     this.dataGridViewNumericColumn2.set_Name("dataGridViewNumericColumn2");
     this.dataGridViewNumericColumn2.set_Width(0x76);
     this.dataGridViewNumericColumn3.DecimalPlaces = 0;
     int[] numArray25 = new int[4];
     this.dataGridViewNumericColumn3.DefaultValue = new decimal(numArray25);
     this.dataGridViewNumericColumn3.set_HeaderText("Доля");
     int[] numArray26 = new int[4];
     numArray26[0] = 100;
     this.dataGridViewNumericColumn3.Maximum = new decimal(numArray26);
     int[] numArray27 = new int[4];
     this.dataGridViewNumericColumn3.Minimum = new decimal(numArray27);
     this.dataGridViewNumericColumn3.set_Name("dataGridViewNumericColumn3");
     this.dataGridViewNumericColumn3.set_Width(0x76);
     this.dataGridViewNumericColumn4.DecimalPlaces = 0;
     int[] numArray28 = new int[4];
     this.dataGridViewNumericColumn4.DefaultValue = new decimal(numArray28);
     this.dataGridViewNumericColumn4.set_HeaderText("Доля");
     int[] numArray29 = new int[4];
     numArray29[0] = 100;
     this.dataGridViewNumericColumn4.Maximum = new decimal(numArray29);
     int[] numArray30 = new int[4];
     this.dataGridViewNumericColumn4.Minimum = new decimal(numArray30);
     this.dataGridViewNumericColumn4.set_Name("dataGridViewNumericColumn4");
     this.dataGridViewNumericColumn4.set_Width(0x76);
     this.toolTipMain.set_ToolTipIcon(System.Windows.Forms.ToolTipIcon.Info);
     this.bckWrkrProcessSpliting.add_DoWork(new DoWorkEventHandler(this.bckWrkrProcessSpliting_DoWork));
     this.bckWrkrProcessSpliting.add_RunWorkerCompleted(new RunWorkerCompletedEventHandler(this.bckWrkrProcessSpliting_RunWorkerCompleted));
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x215, 0x1b2));
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.BtnApply);
     base.Controls.Add(this.btnBack);
     base.Controls.Add(this.btnForward);
     base.Controls.Add(this.tcSteps);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedDialog);
     base.set_Icon((System.Drawing.Icon) manager.GetObject("$this.Icon"));
     base.set_Name("SplitApartmentForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("Разделение паспорта жилья");
     base.add_Load(new System.EventHandler(this.SplitApartmentForm_Load));
     base.add_FormClosing(new System.Windows.Forms.FormClosingEventHandler(this.SplitApartmentForm_FormClosing));
     this.tcSteps.ResumeLayout(false);
     this.tpZero.ResumeLayout(false);
     this.gbAccountInfo.ResumeLayout(false);
     this.gbAccountInfo.PerformLayout();
     this.gbSplitSettings.ResumeLayout(false);
     this.gbSplitSettings.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.dgvAccounts.EndInit();
     this.bsNewAccounts.EndInit();
     this.numApartmentCount.EndInit();
     this.gbApartmentInfo.ResumeLayout(false);
     this.gbApartmentInfo.PerformLayout();
     this.tpFirst.ResumeLayout(false);
     this.tpFirst.PerformLayout();
     this.dgvAccountsFirstPage.EndInit();
     this.tpSecond.ResumeLayout(false);
     this.gbApartmentOwners.ResumeLayout(false);
     this.gbApartmentOwners.PerformLayout();
     this.dgvApartmentOwners.EndInit();
     this.bsNewApartmentOwners.EndInit();
     this.tsApartmentOwners.ResumeLayout(false);
     this.tsApartmentOwners.PerformLayout();
     this.dgvApartmentsSecondPage.EndInit();
     this.bsNewApartments.EndInit();
     this.tpThird.ResumeLayout(false);
     this.tpThird.PerformLayout();
     this.dgvNewApartmentResidents.EndInit();
     this.bsNewApartmentResidents.EndInit();
     this.tsApartmentResidents.ResumeLayout(false);
     this.tsApartmentResidents.PerformLayout();
     this.tpFourth.ResumeLayout(false);
     this.tpFourth.PerformLayout();
     this.dgvNewApartmentEquipment.EndInit();
     this.bsNewApartmentEquipment.EndInit();
     this.tsApartmentEquipment.ResumeLayout(false);
     this.tsApartmentEquipment.PerformLayout();
     this.tpLast.ResumeLayout(false);
     this.tpLast.PerformLayout();
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.components = new Container();
     Area area = new Area();
     System.Windows.Forms.DataGridViewCellStyle style = new System.Windows.Forms.DataGridViewCellStyle();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.gbSearchParams = new System.Windows.Forms.GroupBox();
     this.label1 = new System.Windows.Forms.Label();
     this.selectHouseHolder = new SelectOrganization();
     this.selectAddresses = new SelectAddresses();
     this.bFind = new System.Windows.Forms.Button();
     this.label6 = new System.Windows.Forms.Label();
     this.dgvHouses = new System.Windows.Forms.DataGridView();
     this.bsHouseAreas = new System.Windows.Forms.BindingSource(this.components);
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.tsbEditSelected = new System.Windows.Forms.ToolStripButton();
     this.gbSave = new System.Windows.Forms.GroupBox();
     this.selectOrgDocument = new SelectOrgDocument();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.dbFromDate = new DateBox();
     this.btnSave = new System.Windows.Forms.Button();
     this.statusStrip = new System.Windows.Forms.StatusStrip();
     this.statsLabel = new System.Windows.Forms.ToolStripStatusLabel();
     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.AdrName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.totalDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NewTotalSquare = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.heatingDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NewHeating = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.livingDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NewLiving = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.TotalMkd = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NewTotalMKd = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.LivingMkd = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NewLivingMkd = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.TotalOi = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NewTotalOi = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NotLivingMkd = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NewNotLivingMkd = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.floorDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NewFloor = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NotSubscribe = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NewNotSubscribe = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.gbSearchParams.SuspendLayout();
     this.dgvHouses.BeginInit();
     this.bsHouseAreas.BeginInit();
     this.toolStrip1.SuspendLayout();
     this.gbSave.SuspendLayout();
     this.statusStrip.SuspendLayout();
     base.SuspendLayout();
     this.splitContainer1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.splitContainer1.set_FixedPanel(System.Windows.Forms.FixedPanel.Panel2);
     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.splitContainer2);
     this.splitContainer1.Panel2.Controls.Add(this.gbSave);
     this.splitContainer1.set_Size(new System.Drawing.Size(0x2ad, 0x21e));
     this.splitContainer1.set_SplitterDistance(0x1be);
     this.splitContainer1.set_TabIndex(1);
     this.splitContainer2.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.splitContainer2.set_FixedPanel(System.Windows.Forms.FixedPanel.Panel1);
     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.gbSearchParams);
     this.splitContainer2.Panel2.Controls.Add(this.dgvHouses);
     this.splitContainer2.Panel2.Controls.Add(this.toolStrip1);
     this.splitContainer2.set_Size(new System.Drawing.Size(0x2ad, 0x1be));
     this.splitContainer2.set_SplitterDistance(0x54);
     this.splitContainer2.set_TabIndex(1);
     this.gbSearchParams.Controls.Add(this.label1);
     this.gbSearchParams.Controls.Add(this.selectHouseHolder);
     this.gbSearchParams.Controls.Add(this.selectAddresses);
     this.gbSearchParams.Controls.Add(this.bFind);
     this.gbSearchParams.Controls.Add(this.label6);
     this.gbSearchParams.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.gbSearchParams.set_Location(new System.Drawing.Point(0, 0));
     this.gbSearchParams.set_Name("gbSearchParams");
     this.gbSearchParams.set_Size(new System.Drawing.Size(0x2ad, 0x54));
     this.gbSearchParams.set_TabIndex(0);
     this.gbSearchParams.set_TabStop(false);
     this.gbSearchParams.set_Text("Параметры поиска");
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(7, 0x18));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x69, 13));
     this.label1.set_TabIndex(0x30);
     this.label1.set_Text("Балансодержатель");
     this.selectHouseHolder.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectHouseHolder.IsCashlessTransferrer = false;
     this.selectHouseHolder.IsHouseHolder = false;
     this.selectHouseHolder.IsPaymentAgent = false;
     this.selectHouseHolder.IsResourceProvider = false;
     this.selectHouseHolder.IsServiceProvider = false;
     this.selectHouseHolder.set_Location(new System.Drawing.Point(0x76, 20));
     this.selectHouseHolder.set_Name("selectHouseHolder");
     this.selectHouseHolder.set_Size(new System.Drawing.Size(0x1c9, 20));
     this.selectHouseHolder.set_TabIndex(0x2f);
     this.selectAddresses.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectAddresses.IsByUser = false;
     this.selectAddresses.set_Location(new System.Drawing.Point(0x76, 0x2e));
     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(0x1c9, 20));
     this.selectAddresses.set_TabIndex(3);
     this.bFind.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.bFind.set_Image(Resources.SEARCH);
     this.bFind.set_ImageAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.bFind.set_Location(new System.Drawing.Point(0x245, 20));
     this.bFind.set_Name("bFind");
     this.bFind.set_Size(new System.Drawing.Size(0x60, 0x2e));
     this.bFind.set_TabIndex(12);
     this.bFind.set_Text("Поиск");
     this.bFind.set_TextAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.bFind.set_UseVisualStyleBackColor(true);
     this.bFind.add_Click(new System.EventHandler(this.bFind_Click));
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(7, 0x2e));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(0x2c, 13));
     this.label6.set_TabIndex(0x1f);
     this.label6.set_Text("Адреса");
     this.dgvHouses.set_AllowUserToAddRows(false);
     this.dgvHouses.set_AllowUserToDeleteRows(false);
     this.dgvHouses.set_AutoGenerateColumns(false);
     this.dgvHouses.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCellsExceptHeader);
     this.dgvHouses.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     this.dgvHouses.set_ColumnHeadersHeight(70);
     this.dgvHouses.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.AdrName, this.totalDataGridViewTextBoxColumn, this.NewTotalSquare, this.heatingDataGridViewTextBoxColumn, this.NewHeating, this.livingDataGridViewTextBoxColumn, this.NewLiving, this.TotalMkd, this.NewTotalMKd, this.LivingMkd, this.NewLivingMkd, this.TotalOi, this.NewTotalOi, this.NotLivingMkd, this.NewNotLivingMkd, this.floorDataGridViewTextBoxColumn,
         this.NewFloor, this.NotSubscribe, this.NewNotSubscribe
      });
     this.dgvHouses.set_DataSource(this.bsHouseAreas);
     this.dgvHouses.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvHouses.set_Location(new System.Drawing.Point(0, 0x19));
     this.dgvHouses.set_Name("dgvHouses");
     this.dgvHouses.set_RowHeadersVisible(false);
     this.dgvHouses.set_RowHeadersWidthSizeMode(System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToDisplayedHeaders);
     this.dgvHouses.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.CellSelect);
     this.dgvHouses.set_Size(new System.Drawing.Size(0x2ad, 0x14d));
     this.dgvHouses.set_TabIndex(0);
     this.dgvHouses.add_CellEndEdit(new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvHouses_CellEndEdit));
     this.bsHouseAreas.set_DataSource(typeof(HouseArea));
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbEditSelected });
     this.toolStrip1.set_Location(new System.Drawing.Point(0, 0));
     this.toolStrip1.set_Name("toolStrip1");
     this.toolStrip1.set_Size(new System.Drawing.Size(0x2ad, 0x19));
     this.toolStrip1.set_TabIndex(1);
     this.toolStrip1.set_Text("toolStrip1");
     this.tsbEditSelected.set_Image(Resources.CHANGE);
     this.tsbEditSelected.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsbEditSelected.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbEditSelected.set_Name("tsbEditSelected");
     this.tsbEditSelected.set_Size(new System.Drawing.Size(0xbb, 0x16));
     this.tsbEditSelected.set_Text("Редактировать выделенные");
     this.tsbEditSelected.add_Click(new System.EventHandler(this.tsbEditSelected_Click));
     this.gbSave.Controls.Add(this.selectOrgDocument);
     this.gbSave.Controls.Add(this.label3);
     this.gbSave.Controls.Add(this.label2);
     this.gbSave.Controls.Add(this.dbFromDate);
     this.gbSave.Controls.Add(this.btnSave);
     this.gbSave.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.gbSave.set_Location(new System.Drawing.Point(0, 0));
     this.gbSave.set_Name("gbSave");
     this.gbSave.set_Size(new System.Drawing.Size(0x2ad, 0x5c));
     this.gbSave.set_TabIndex(1);
     this.gbSave.set_TabStop(false);
     this.gbSave.set_Text("Параметры сохранения");
     this.selectOrgDocument.set_Location(new System.Drawing.Point(0x76, 0x2d));
     this.selectOrgDocument.set_Name("selectOrgDocument");
     this.selectOrgDocument.set_Size(new System.Drawing.Size(0x1c9, 20));
     this.selectOrgDocument.set_TabIndex(0x13);
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(7, 50));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x3a, 13));
     this.label3.set_TabIndex(0x12);
     this.label3.set_Text("Документ");
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(7, 0x16));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x5e, 13));
     this.label2.set_TabIndex(0x11);
     this.label2.set_Text("Начало действия");
     this.dbFromDate.AttachToPeriod = false;
     this.dbFromDate.AttachToPeriodEnd = false;
     this.dbFromDate.set_Location(new System.Drawing.Point(0x76, 0x13));
     this.dbFromDate.set_Mask("00/00/0000");
     this.dbFromDate.set_Name("dbFromDate");
     this.dbFromDate.set_Size(new System.Drawing.Size(100, 20));
     this.dbFromDate.set_TabIndex(0x10);
     this.btnSave.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnSave.set_Location(new System.Drawing.Point(0x245, 0x21));
     this.btnSave.set_Name("btnSave");
     this.btnSave.set_Size(new System.Drawing.Size(0x62, 0x20));
     this.btnSave.set_TabIndex(15);
     this.btnSave.set_Text("Сохранить");
     this.btnSave.set_UseVisualStyleBackColor(true);
     this.btnSave.add_Click(new System.EventHandler(this.btnSave_Click));
     this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.statsLabel });
     this.statusStrip.set_Location(new System.Drawing.Point(0, 0x21e));
     this.statusStrip.set_Name("statusStrip");
     this.statusStrip.set_Size(new System.Drawing.Size(0x2ad, 0x16));
     this.statusStrip.set_TabIndex(2);
     this.statsLabel.set_Name("statsLabel");
     this.statsLabel.set_Size(new System.Drawing.Size(0, 0x11));
     this.dataGridViewTextBoxColumn1.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells);
     this.dataGridViewTextBoxColumn1.set_DataPropertyName("AdrName");
     this.dataGridViewTextBoxColumn1.set_Frozen(true);
     this.dataGridViewTextBoxColumn1.set_HeaderText("Адрес дома");
     this.dataGridViewTextBoxColumn1.set_MinimumWidth(30);
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn2.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells);
     this.dataGridViewTextBoxColumn2.set_DataPropertyName("TotalArea");
     this.dataGridViewTextBoxColumn2.set_HeaderText("Общая площадь");
     this.dataGridViewTextBoxColumn2.set_MinimumWidth(40);
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.dataGridViewTextBoxColumn2.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn3.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells);
     style.set_SelectionBackColor(System.Drawing.Color.Red);
     this.dataGridViewTextBoxColumn3.set_DefaultCellStyle(style);
     this.dataGridViewTextBoxColumn3.set_HeaderText("Новая общая площадь");
     this.dataGridViewTextBoxColumn3.set_MinimumWidth(30);
     this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3");
     this.dataGridViewTextBoxColumn4.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells);
     this.dataGridViewTextBoxColumn4.set_DataPropertyName("Heating");
     this.dataGridViewTextBoxColumn4.set_HeaderText("Новая жилая площадь");
     this.dataGridViewTextBoxColumn4.set_MinimumWidth(30);
     this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4");
     this.dataGridViewTextBoxColumn4.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn5.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells);
     this.dataGridViewTextBoxColumn5.set_DataPropertyName("TotalMkd");
     this.dataGridViewTextBoxColumn5.set_HeaderText("Общая площадь в многоквартирном доме");
     this.dataGridViewTextBoxColumn5.set_MinimumWidth(30);
     this.dataGridViewTextBoxColumn5.set_Name("dataGridViewTextBoxColumn5");
     this.dataGridViewTextBoxColumn5.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn6.set_DataPropertyName("Living");
     this.dataGridViewTextBoxColumn6.set_HeaderText("Новая общая площадь в многоквартирном доме");
     this.dataGridViewTextBoxColumn6.set_MinimumWidth(30);
     this.dataGridViewTextBoxColumn6.set_Name("dataGridViewTextBoxColumn6");
     this.dataGridViewTextBoxColumn6.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn6.set_Width(0xe8);
     this.dataGridViewTextBoxColumn7.set_DataPropertyName("LivingMkd");
     this.dataGridViewTextBoxColumn7.set_HeaderText("Жилая площадь в многоквартирном доме");
     this.dataGridViewTextBoxColumn7.set_MinimumWidth(30);
     this.dataGridViewTextBoxColumn7.set_Name("dataGridViewTextBoxColumn7");
     this.dataGridViewTextBoxColumn7.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn7.set_Width(140);
     this.dataGridViewTextBoxColumn8.set_DataPropertyName("TotalMkd");
     this.dataGridViewTextBoxColumn8.set_HeaderText("Новая жилая площадь в многоквартирном доме");
     this.dataGridViewTextBoxColumn8.set_MinimumWidth(30);
     this.dataGridViewTextBoxColumn8.set_Name("dataGridViewTextBoxColumn8");
     this.dataGridViewTextBoxColumn8.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn8.set_Width(0xe7);
     this.dataGridViewTextBoxColumn9.set_DataPropertyName("TotalOi");
     this.dataGridViewTextBoxColumn9.set_HeaderText("Общая площадь в составе о/и");
     this.dataGridViewTextBoxColumn9.set_MinimumWidth(30);
     this.dataGridViewTextBoxColumn9.set_Name("dataGridViewTextBoxColumn9");
     this.dataGridViewTextBoxColumn9.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn9.set_Width(0x6a);
     this.dataGridViewTextBoxColumn10.set_DataPropertyName("LivingMkd");
     this.dataGridViewTextBoxColumn10.set_HeaderText("Новая общая площадь в составе о/и");
     this.dataGridViewTextBoxColumn10.set_MinimumWidth(30);
     this.dataGridViewTextBoxColumn10.set_Name("dataGridViewTextBoxColumn10");
     this.dataGridViewTextBoxColumn10.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn10.set_Width(0x7a);
     this.dataGridViewTextBoxColumn11.set_HeaderText("Новая площадь лестничной клетки");
     this.dataGridViewTextBoxColumn11.set_MinimumWidth(30);
     this.dataGridViewTextBoxColumn11.set_Name("dataGridViewTextBoxColumn11");
     this.dataGridViewTextBoxColumn11.set_Width(0x75);
     this.dataGridViewTextBoxColumn12.set_DataPropertyName("TotalOi");
     this.dataGridViewTextBoxColumn12.set_HeaderText("Общая площадь в составе о/и");
     this.dataGridViewTextBoxColumn12.set_MinimumWidth(30);
     this.dataGridViewTextBoxColumn12.set_Name("dataGridViewTextBoxColumn12");
     this.dataGridViewTextBoxColumn12.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn12.set_Width(0x6a);
     this.dataGridViewTextBoxColumn13.set_HeaderText("Новая общая площадь в составе о/и");
     this.dataGridViewTextBoxColumn13.set_MinimumWidth(30);
     this.dataGridViewTextBoxColumn13.set_Name("dataGridViewTextBoxColumn13");
     this.dataGridViewTextBoxColumn13.set_Width(0x7a);
     this.dataGridViewTextBoxColumn14.set_DataPropertyName("Floor");
     this.dataGridViewTextBoxColumn14.set_HeaderText("Площадь лестничной клетки");
     this.dataGridViewTextBoxColumn14.set_MinimumWidth(30);
     this.dataGridViewTextBoxColumn14.set_Name("dataGridViewTextBoxColumn14");
     this.dataGridViewTextBoxColumn14.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn14.set_Width(0x75);
     this.dataGridViewTextBoxColumn15.set_HeaderText("Новая площадь лестничной клетки");
     this.dataGridViewTextBoxColumn15.set_MinimumWidth(30);
     this.dataGridViewTextBoxColumn15.set_Name("dataGridViewTextBoxColumn15");
     this.dataGridViewTextBoxColumn15.set_Width(0x75);
     this.dataGridViewTextBoxColumn16.set_DataPropertyName("Floor");
     this.dataGridViewTextBoxColumn16.set_HeaderText("Площадь лестничной клетки");
     this.dataGridViewTextBoxColumn16.set_MinimumWidth(80);
     this.dataGridViewTextBoxColumn16.set_Name("dataGridViewTextBoxColumn16");
     this.dataGridViewTextBoxColumn16.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn16.set_Width(80);
     this.dataGridViewTextBoxColumn17.set_HeaderText("Новая площадь лестничной клетки");
     this.dataGridViewTextBoxColumn17.set_MinimumWidth(80);
     this.dataGridViewTextBoxColumn17.set_Name("dataGridViewTextBoxColumn17");
     this.dataGridViewTextBoxColumn17.set_Width(80);
     this.AdrName.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells);
     this.AdrName.set_DataPropertyName("AdrName");
     this.AdrName.set_Frozen(true);
     this.AdrName.set_HeaderText("Адрес");
     this.AdrName.set_MinimumWidth(30);
     this.AdrName.set_Name("AdrName");
     this.AdrName.set_ReadOnly(true);
     this.AdrName.set_Width(0x3f);
     this.totalDataGridViewTextBoxColumn.set_DataPropertyName("Total");
     this.totalDataGridViewTextBoxColumn.set_HeaderText("Общая площадь");
     this.totalDataGridViewTextBoxColumn.set_MinimumWidth(70);
     this.totalDataGridViewTextBoxColumn.set_Name("totalDataGridViewTextBoxColumn");
     this.totalDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.totalDataGridViewTextBoxColumn.set_Width(70);
     this.NewTotalSquare.set_HeaderText("Новая общая площадь");
     this.NewTotalSquare.set_MinimumWidth(80);
     this.NewTotalSquare.set_Name("NewTotalSquare");
     this.NewTotalSquare.set_Width(80);
     this.heatingDataGridViewTextBoxColumn.set_DataPropertyName("Heating");
     this.heatingDataGridViewTextBoxColumn.set_HeaderText("Отапливаемая площадь");
     this.heatingDataGridViewTextBoxColumn.set_MinimumWidth(80);
     this.heatingDataGridViewTextBoxColumn.set_Name("heatingDataGridViewTextBoxColumn");
     this.heatingDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.heatingDataGridViewTextBoxColumn.set_Width(80);
     this.NewHeating.set_HeaderText("Новая отапливаемая площадь");
     this.NewHeating.set_MinimumWidth(80);
     this.NewHeating.set_Name("NewHeating");
     this.NewHeating.set_Width(80);
     this.livingDataGridViewTextBoxColumn.set_DataPropertyName("Living");
     this.livingDataGridViewTextBoxColumn.set_HeaderText("Жилая площадь");
     this.livingDataGridViewTextBoxColumn.set_MinimumWidth(80);
     this.livingDataGridViewTextBoxColumn.set_Name("livingDataGridViewTextBoxColumn");
     this.livingDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.livingDataGridViewTextBoxColumn.set_Width(80);
     this.NewLiving.set_HeaderText("Новая жилая площадь");
     this.NewLiving.set_MinimumWidth(80);
     this.NewLiving.set_Name("NewLiving");
     this.NewLiving.set_Width(80);
     this.TotalMkd.set_DataPropertyName("TotalMkd");
     this.TotalMkd.set_HeaderText("Общая площадь в многоквартирном доме");
     this.TotalMkd.set_MinimumWidth(80);
     this.TotalMkd.set_Name("TotalMkd");
     this.TotalMkd.set_ReadOnly(true);
     this.TotalMkd.set_Width(80);
     this.NewTotalMKd.set_HeaderText("Новая общая площадь в многоквартирном доме");
     this.NewTotalMKd.set_MinimumWidth(80);
     this.NewTotalMKd.set_Name("NewTotalMKd");
     this.NewTotalMKd.set_Width(80);
     this.LivingMkd.set_DataPropertyName("LivingMkd");
     this.LivingMkd.set_HeaderText("Жилая площадь в многоквартирном доме");
     this.LivingMkd.set_MinimumWidth(80);
     this.LivingMkd.set_Name("LivingMkd");
     this.LivingMkd.set_ReadOnly(true);
     this.LivingMkd.set_Width(80);
     this.NewLivingMkd.set_HeaderText("Новая жилая площадь в многоквартирном доме");
     this.NewLivingMkd.set_MinimumWidth(80);
     this.NewLivingMkd.set_Name("NewLivingMkd");
     this.NewLivingMkd.set_Width(80);
     this.TotalOi.set_DataPropertyName("TotalOi");
     this.TotalOi.set_HeaderText("Общая площадь в составе о/и");
     this.TotalOi.set_MinimumWidth(80);
     this.TotalOi.set_Name("TotalOi");
     this.TotalOi.set_ReadOnly(true);
     this.TotalOi.set_Width(80);
     this.NewTotalOi.set_HeaderText("Новая общая площадь в составе о/и");
     this.NewTotalOi.set_MinimumWidth(80);
     this.NewTotalOi.set_Name("NewTotalOi");
     this.NewTotalOi.set_Width(80);
     this.NotLivingMkd.set_DataPropertyName("NotLivingMkd");
     this.NotLivingMkd.set_HeaderText("Не жилая площадь в многоквартирном доме");
     this.NotLivingMkd.set_MinimumWidth(80);
     this.NotLivingMkd.set_Name("NotLivingMkd");
     this.NotLivingMkd.set_Width(80);
     this.NewNotLivingMkd.set_HeaderText("Новая не жилая площадь в многоквартирном доме");
     this.NewNotLivingMkd.set_MinimumWidth(80);
     this.NewNotLivingMkd.set_Name("NewNotLivingMkd");
     this.NewNotLivingMkd.set_Width(80);
     this.floorDataGridViewTextBoxColumn.set_DataPropertyName("Floor");
     this.floorDataGridViewTextBoxColumn.set_HeaderText("Площадь лестничной клетки");
     this.floorDataGridViewTextBoxColumn.set_MinimumWidth(80);
     this.floorDataGridViewTextBoxColumn.set_Name("floorDataGridViewTextBoxColumn");
     this.floorDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.floorDataGridViewTextBoxColumn.set_Width(80);
     this.NewFloor.set_HeaderText("Новая площадь лестничной клетки");
     this.NewFloor.set_MinimumWidth(80);
     this.NewFloor.set_Name("NewFloor");
     this.NewFloor.set_Width(80);
     this.NotSubscribe.set_DataPropertyName("NotSubscribe");
     this.NotSubscribe.set_HeaderText("Не абонируемая площадь");
     this.NotSubscribe.set_MinimumWidth(80);
     this.NotSubscribe.set_Name("NotSubscribe");
     this.NotSubscribe.set_Width(80);
     this.NewNotSubscribe.set_HeaderText("Новая не абонируемая площадь");
     this.NewNotSubscribe.set_MinimumWidth(80);
     this.NewNotSubscribe.set_Name("NewNotSubscribe");
     this.NewNotSubscribe.set_Width(80);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x2ad, 0x234));
     base.Controls.Add(this.splitContainer1);
     base.Controls.Add(this.statusStrip);
     base.set_Name("HouseSquareMultipleEditForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("Редактирование площадей домов");
     base.add_Load(new System.EventHandler(this.HouseSquareMultipleEditForm_Load));
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.Panel2.PerformLayout();
     this.splitContainer2.ResumeLayout(false);
     this.gbSearchParams.ResumeLayout(false);
     this.gbSearchParams.PerformLayout();
     this.dgvHouses.EndInit();
     this.bsHouseAreas.EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.gbSave.ResumeLayout(false);
     this.gbSave.PerformLayout();
     this.statusStrip.ResumeLayout(false);
     this.statusStrip.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 12
0
 private void InitializeComponent()
 {
     this.components = new Container();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(DebtAffairActionsView));
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.tsbDebtActionAdd = new System.Windows.Forms.ToolStripButton();
     this.tsbDebtActionsChange = new System.Windows.Forms.ToolStripButton();
     this.tsbDebtAccountDelete = new System.Windows.Forms.ToolStripButton();
     this.dgvDebtActions = new System.Windows.Forms.DataGridView();
     this.StatusTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn50 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NameAction = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.accountNumberDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.accountOwnerNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.addressNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.debtSummDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.monthCountDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.houseHolderNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.fromDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.toDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.orgDocumentNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.createdDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsDebtActions = new System.Windows.Forms.BindingSource(this.components);
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.tabControl = new System.Windows.Forms.TabControl();
     this.tabDebtActionNotices = new System.Windows.Forms.TabPage();
     this.dgvDebtActionNotices = new System.Windows.Forms.DataGridView();
     this.CourtName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NameNotice = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Served = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.crearedDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.fromDateDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ExecutionTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.typeNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.resultCommentDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.recoveredAmountSummDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ScanPath = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsDebtActionNotices = new System.Windows.Forms.BindingSource(this.components);
     this.toolStrip2 = new System.Windows.Forms.ToolStrip();
     this.tsbDebtActionNoticeAdd = new System.Windows.Forms.ToolStripButton();
     this.tsbDebtActionNoticeChange = new System.Windows.Forms.ToolStripButton();
     this.tsbDebtActionNoticeDelete = new System.Windows.Forms.ToolStripButton();
     this.tsbAllDoc = new System.Windows.Forms.ToolStripButton();
     this.tsbDosud = new System.Windows.Forms.ToolStripButton();
     this.tsbSud = new System.Windows.Forms.ToolStripButton();
     this.tabDebtDiff = new System.Windows.Forms.TabPage();
     this.dgvDebtActionDiff = new System.Windows.Forms.DataGridView();
     this.panel1 = new System.Windows.Forms.Panel();
     this.btnDebtActionDiff = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.dbDebtActionDiffPeriod = new DateBox();
     this.tabPayment = new System.Windows.Forms.TabPage();
     this.panel2 = new System.Windows.Forms.Panel();
     this.btnPaymentPeriod = new System.Windows.Forms.Button();
     this.label2 = new System.Windows.Forms.Label();
     this.dbPaymentPeriod = new DateBox();
     this.dgvDebtPayment = new System.Windows.Forms.DataGridView();
     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.toolStrip1.SuspendLayout();
     this.dgvDebtActions.BeginInit();
     this.bsDebtActions.BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.tabControl.SuspendLayout();
     this.tabDebtActionNotices.SuspendLayout();
     this.dgvDebtActionNotices.BeginInit();
     this.bsDebtActionNotices.BeginInit();
     this.toolStrip2.SuspendLayout();
     this.tabDebtDiff.SuspendLayout();
     this.dgvDebtActionDiff.BeginInit();
     this.panel1.SuspendLayout();
     this.tabPayment.SuspendLayout();
     this.panel2.SuspendLayout();
     this.dgvDebtPayment.BeginInit();
     base.SuspendLayout();
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbDebtActionAdd, this.tsbDebtActionsChange, this.tsbDebtAccountDelete });
     this.toolStrip1.set_Location(new System.Drawing.Point(0, 0));
     this.toolStrip1.set_Name("toolStrip1");
     this.toolStrip1.set_Size(new System.Drawing.Size(0x30d, 0x19));
     this.toolStrip1.set_TabIndex(0);
     this.toolStrip1.set_Text("toolStrip1");
     this.tsbDebtActionAdd.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsbDebtActionAdd.set_Image(Resources.ADD);
     this.tsbDebtActionAdd.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsbDebtActionAdd.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbDebtActionAdd.set_Name("tsbDebtActionAdd");
     this.tsbDebtActionAdd.set_Size(new System.Drawing.Size(0x18, 0x16));
     this.tsbDebtActionAdd.set_Text("Добавить");
     this.tsbDebtActionAdd.add_Click(new System.EventHandler(this.tsbDebtActionAdd_Click));
     this.tsbDebtActionsChange.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsbDebtActionsChange.set_Image(Resources.CHANGE);
     this.tsbDebtActionsChange.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsbDebtActionsChange.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbDebtActionsChange.set_Name("tsbDebtActionsChange");
     this.tsbDebtActionsChange.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsbDebtActionsChange.set_Text("Изменить");
     this.tsbDebtActionsChange.add_Click(new System.EventHandler(this.tsbDebtActionsChange_Click));
     this.tsbDebtAccountDelete.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsbDebtAccountDelete.set_Image(Resources.DELETE);
     this.tsbDebtAccountDelete.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsbDebtAccountDelete.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbDebtAccountDelete.set_Name("tsbDebtAccountDelete");
     this.tsbDebtAccountDelete.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsbDebtAccountDelete.set_Text("Удалить");
     this.tsbDebtAccountDelete.add_Click(new System.EventHandler(this.tsbDebtAccountDelete_Click));
     this.dgvDebtActions.set_AllowUserToAddRows(false);
     this.dgvDebtActions.set_AllowUserToDeleteRows(false);
     this.dgvDebtActions.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Top);
     this.dgvDebtActions.set_AutoGenerateColumns(false);
     this.dgvDebtActions.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dgvDebtActions.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     this.dgvDebtActions.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvDebtActions.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.StatusTypeName, this.dataGridViewTextBoxColumn50, this.NameAction, this.accountNumberDataGridViewTextBoxColumn, this.accountOwnerNameDataGridViewTextBoxColumn, this.addressNameDataGridViewTextBoxColumn, this.debtSummDataGridViewTextBoxColumn, this.monthCountDataGridViewTextBoxColumn, this.houseHolderNameDataGridViewTextBoxColumn, this.fromDateDataGridViewTextBoxColumn, this.toDateDataGridViewTextBoxColumn, this.orgDocumentNameDataGridViewTextBoxColumn, this.createdDataGridViewTextBoxColumn });
     this.dgvDebtActions.set_DataSource(this.bsDebtActions);
     this.dgvDebtActions.set_Location(new System.Drawing.Point(2, 0x1c));
     this.dgvDebtActions.set_MultiSelect(false);
     this.dgvDebtActions.set_Name("dgvDebtActions");
     this.dgvDebtActions.set_ReadOnly(true);
     this.dgvDebtActions.set_RowHeadersVisible(false);
     this.dgvDebtActions.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvDebtActions.set_Size(new System.Drawing.Size(0x307, 0xe9));
     this.dgvDebtActions.set_TabIndex(1);
     this.dgvDebtActions.add_DoubleClick(new System.EventHandler(this.dgvDebtActions_DoubleClick));
     this.StatusTypeName.set_DataPropertyName("StatusTypeName");
     this.StatusTypeName.set_HeaderText("Тип статуса");
     this.StatusTypeName.set_Name("StatusTypeName");
     this.StatusTypeName.set_ReadOnly(true);
     this.StatusTypeName.set_Width(0x56);
     this.dataGridViewTextBoxColumn50.set_DataPropertyName("StatusName");
     this.dataGridViewTextBoxColumn50.set_HeaderText("Статус");
     this.dataGridViewTextBoxColumn50.set_Name("dataGridViewTextBoxColumn50");
     this.dataGridViewTextBoxColumn50.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn50.set_Width(0x42);
     this.NameAction.set_DataPropertyName("NameAction");
     this.NameAction.set_HeaderText("Наименование");
     this.NameAction.set_Name("NameAction");
     this.NameAction.set_ReadOnly(true);
     this.NameAction.set_Width(0x6c);
     this.accountNumberDataGridViewTextBoxColumn.set_DataPropertyName("AccountNumber");
     this.accountNumberDataGridViewTextBoxColumn.set_HeaderText("Лицевой счет");
     this.accountNumberDataGridViewTextBoxColumn.set_Name("accountNumberDataGridViewTextBoxColumn");
     this.accountNumberDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.accountNumberDataGridViewTextBoxColumn.set_Width(0x5d);
     this.accountOwnerNameDataGridViewTextBoxColumn.set_DataPropertyName("AccountOwnerName");
     this.accountOwnerNameDataGridViewTextBoxColumn.set_HeaderText("Основной ответчик");
     this.accountOwnerNameDataGridViewTextBoxColumn.set_Name("accountOwnerNameDataGridViewTextBoxColumn");
     this.accountOwnerNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.accountOwnerNameDataGridViewTextBoxColumn.set_Width(0x77);
     this.addressNameDataGridViewTextBoxColumn.set_DataPropertyName("AddressName");
     this.addressNameDataGridViewTextBoxColumn.set_HeaderText("Адрес");
     this.addressNameDataGridViewTextBoxColumn.set_Name("addressNameDataGridViewTextBoxColumn");
     this.addressNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.addressNameDataGridViewTextBoxColumn.set_Width(0x3f);
     this.debtSummDataGridViewTextBoxColumn.set_DataPropertyName("DebtSumm");
     this.debtSummDataGridViewTextBoxColumn.set_HeaderText("Сумма долга");
     this.debtSummDataGridViewTextBoxColumn.set_Name("debtSummDataGridViewTextBoxColumn");
     this.debtSummDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.debtSummDataGridViewTextBoxColumn.set_Width(90);
     this.monthCountDataGridViewTextBoxColumn.set_DataPropertyName("MonthCount");
     this.monthCountDataGridViewTextBoxColumn.set_HeaderText("Количество месяцев задолжности");
     this.monthCountDataGridViewTextBoxColumn.set_Name("monthCountDataGridViewTextBoxColumn");
     this.monthCountDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.monthCountDataGridViewTextBoxColumn.set_Width(0xbd);
     this.houseHolderNameDataGridViewTextBoxColumn.set_DataPropertyName("HouseHolderName");
     this.houseHolderNameDataGridViewTextBoxColumn.set_HeaderText("Управляющая компания");
     this.houseHolderNameDataGridViewTextBoxColumn.set_Name("houseHolderNameDataGridViewTextBoxColumn");
     this.houseHolderNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.houseHolderNameDataGridViewTextBoxColumn.set_Width(0x90);
     this.fromDateDataGridViewTextBoxColumn.set_DataPropertyName("FromDate");
     this.fromDateDataGridViewTextBoxColumn.set_HeaderText("Дата открытия иска");
     this.fromDateDataGridViewTextBoxColumn.set_Name("fromDateDataGridViewTextBoxColumn");
     this.fromDateDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.fromDateDataGridViewTextBoxColumn.set_Width(0x7c);
     this.toDateDataGridViewTextBoxColumn.set_DataPropertyName("ToDate");
     this.toDateDataGridViewTextBoxColumn.set_HeaderText("Дата закрытия иска");
     this.toDateDataGridViewTextBoxColumn.set_Name("toDateDataGridViewTextBoxColumn");
     this.toDateDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.toDateDataGridViewTextBoxColumn.set_Width(0x7d);
     this.orgDocumentNameDataGridViewTextBoxColumn.set_DataPropertyName("OrgDocumentName");
     this.orgDocumentNameDataGridViewTextBoxColumn.set_HeaderText("Документ сформированной задолжности");
     this.orgDocumentNameDataGridViewTextBoxColumn.set_Name("orgDocumentNameDataGridViewTextBoxColumn");
     this.orgDocumentNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.orgDocumentNameDataGridViewTextBoxColumn.set_Width(0xde);
     this.createdDataGridViewTextBoxColumn.set_DataPropertyName("Created");
     this.createdDataGridViewTextBoxColumn.set_HeaderText("Дата создания");
     this.createdDataGridViewTextBoxColumn.set_Name("createdDataGridViewTextBoxColumn");
     this.createdDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.bsDebtActions.set_DataSource(typeof(DebtAction));
     this.bsDebtActions.set_Sort("created");
     this.bsDebtActions.add_CurrentChanged(new System.EventHandler(this.bsDebtActions_CurrentChanged));
     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.toolStrip1);
     this.splitContainer1.Panel1.Controls.Add(this.dgvDebtActions);
     this.splitContainer1.Panel2.Controls.Add(this.tabControl);
     this.splitContainer1.set_Size(new System.Drawing.Size(0x30d, 0x2ae));
     this.splitContainer1.set_SplitterDistance(0x108);
     this.splitContainer1.set_TabIndex(2);
     this.tabControl.Controls.Add(this.tabDebtActionNotices);
     this.tabControl.Controls.Add(this.tabDebtDiff);
     this.tabControl.Controls.Add(this.tabPayment);
     this.tabControl.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.tabControl.set_Location(new System.Drawing.Point(0, 0));
     this.tabControl.set_Name("tabControl");
     this.tabControl.set_SelectedIndex(0);
     this.tabControl.set_Size(new System.Drawing.Size(0x30d, 0x1a2));
     this.tabControl.set_TabIndex(0);
     this.tabDebtActionNotices.Controls.Add(this.dgvDebtActionNotices);
     this.tabDebtActionNotices.Controls.Add(this.toolStrip2);
     this.tabDebtActionNotices.set_Location(new System.Drawing.Point(4, 0x16));
     this.tabDebtActionNotices.set_Name("tabDebtActionNotices");
     this.tabDebtActionNotices.set_Padding(new System.Windows.Forms.Padding(3));
     this.tabDebtActionNotices.set_Size(new System.Drawing.Size(0x305, 0x188));
     this.tabDebtActionNotices.set_TabIndex(0);
     this.tabDebtActionNotices.set_Text("История");
     this.tabDebtActionNotices.set_UseVisualStyleBackColor(true);
     this.dgvDebtActionNotices.set_AllowUserToAddRows(false);
     this.dgvDebtActionNotices.set_AllowUserToDeleteRows(false);
     this.dgvDebtActionNotices.set_AutoGenerateColumns(false);
     this.dgvDebtActionNotices.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dgvDebtActionNotices.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     this.dgvDebtActionNotices.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvDebtActionNotices.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.CourtName, this.NameNotice, this.Served, this.crearedDataGridViewTextBoxColumn, this.fromDateDataGridViewTextBoxColumn1, this.ExecutionTime, this.typeNameDataGridViewTextBoxColumn, this.resultCommentDataGridViewTextBoxColumn, this.recoveredAmountSummDataGridViewTextBoxColumn, this.ScanPath });
     this.dgvDebtActionNotices.set_DataSource(this.bsDebtActionNotices);
     this.dgvDebtActionNotices.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvDebtActionNotices.set_Location(new System.Drawing.Point(3, 0x1c));
     this.dgvDebtActionNotices.set_Name("dgvDebtActionNotices");
     this.dgvDebtActionNotices.set_ReadOnly(true);
     this.dgvDebtActionNotices.set_RowHeadersVisible(false);
     this.dgvDebtActionNotices.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvDebtActionNotices.set_Size(new System.Drawing.Size(0x2ff, 0x169));
     this.dgvDebtActionNotices.set_TabIndex(2);
     this.dgvDebtActionNotices.add_DoubleClick(new System.EventHandler(this.dgvDebtActionNotices_DoubleClick));
     this.CourtName.set_DataPropertyName("CourtName");
     this.CourtName.set_HeaderText("Вид");
     this.CourtName.set_Name("CourtName");
     this.CourtName.set_ReadOnly(true);
     this.CourtName.set_Width(0x33);
     this.NameNotice.set_DataPropertyName("NameNotice");
     this.NameNotice.set_HeaderText("Наименование");
     this.NameNotice.set_Name("NameNotice");
     this.NameNotice.set_ReadOnly(true);
     this.NameNotice.set_Width(0x6c);
     this.Served.set_DataPropertyName("Served");
     this.Served.set_HeaderText("Вручено");
     this.Served.set_Name("Served");
     this.Served.set_ReadOnly(true);
     this.Served.set_Width(0x36);
     this.crearedDataGridViewTextBoxColumn.set_DataPropertyName("Creared");
     this.crearedDataGridViewTextBoxColumn.set_HeaderText("Дата создания");
     this.crearedDataGridViewTextBoxColumn.set_Name("crearedDataGridViewTextBoxColumn");
     this.crearedDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.fromDateDataGridViewTextBoxColumn1.set_DataPropertyName("FromDate");
     this.fromDateDataGridViewTextBoxColumn1.set_HeaderText("Дата уведомления");
     this.fromDateDataGridViewTextBoxColumn1.set_Name("fromDateDataGridViewTextBoxColumn1");
     this.fromDateDataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.fromDateDataGridViewTextBoxColumn1.set_Width(0x75);
     this.ExecutionTime.set_DataPropertyName("ExecutionTime");
     this.ExecutionTime.set_HeaderText("Срок исполнения (дней)");
     this.ExecutionTime.set_Name("ExecutionTime");
     this.ExecutionTime.set_ReadOnly(true);
     this.ExecutionTime.set_Width(140);
     this.typeNameDataGridViewTextBoxColumn.set_DataPropertyName("TypeName");
     this.typeNameDataGridViewTextBoxColumn.set_HeaderText("Тип уведомлений");
     this.typeNameDataGridViewTextBoxColumn.set_Name("typeNameDataGridViewTextBoxColumn");
     this.typeNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.typeNameDataGridViewTextBoxColumn.set_Width(0x6f);
     this.resultCommentDataGridViewTextBoxColumn.set_DataPropertyName("ResultComment");
     this.resultCommentDataGridViewTextBoxColumn.set_HeaderText("Результат");
     this.resultCommentDataGridViewTextBoxColumn.set_Name("resultCommentDataGridViewTextBoxColumn");
     this.resultCommentDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.resultCommentDataGridViewTextBoxColumn.set_Width(0x54);
     this.recoveredAmountSummDataGridViewTextBoxColumn.set_DataPropertyName("RecoveredAmountSumm");
     this.recoveredAmountSummDataGridViewTextBoxColumn.set_HeaderText("Взысканная сумма");
     this.recoveredAmountSummDataGridViewTextBoxColumn.set_Name("recoveredAmountSummDataGridViewTextBoxColumn");
     this.recoveredAmountSummDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.recoveredAmountSummDataGridViewTextBoxColumn.set_Width(120);
     this.ScanPath.set_DataPropertyName("ScanPath");
     this.ScanPath.set_HeaderText("Расположение документа на компьютере");
     this.ScanPath.set_Name("ScanPath");
     this.ScanPath.set_ReadOnly(true);
     this.ScanPath.set_Width(0xa6);
     this.bsDebtActionNotices.set_DataSource(typeof(DebtActionNotice));
     this.bsDebtActionNotices.set_Sort("fromDate, typeId");
     this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbDebtActionNoticeAdd, this.tsbDebtActionNoticeChange, this.tsbDebtActionNoticeDelete, this.tsbAllDoc, this.tsbDosud, this.tsbSud });
     this.toolStrip2.set_Location(new System.Drawing.Point(3, 3));
     this.toolStrip2.set_Name("toolStrip2");
     this.toolStrip2.set_Size(new System.Drawing.Size(0x2ff, 0x19));
     this.toolStrip2.set_TabIndex(1);
     this.toolStrip2.set_Text("toolStrip2");
     this.tsbDebtActionNoticeAdd.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsbDebtActionNoticeAdd.set_Image(Resources.ADD);
     this.tsbDebtActionNoticeAdd.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsbDebtActionNoticeAdd.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbDebtActionNoticeAdd.set_Name("tsbDebtActionNoticeAdd");
     this.tsbDebtActionNoticeAdd.set_Size(new System.Drawing.Size(0x18, 0x16));
     this.tsbDebtActionNoticeAdd.set_Text("Добавить");
     this.tsbDebtActionNoticeAdd.add_Click(new System.EventHandler(this.tsbDebtActionNoticeAdd_Click));
     this.tsbDebtActionNoticeChange.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsbDebtActionNoticeChange.set_Image(Resources.CHANGE);
     this.tsbDebtActionNoticeChange.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsbDebtActionNoticeChange.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbDebtActionNoticeChange.set_Name("tsbDebtActionNoticeChange");
     this.tsbDebtActionNoticeChange.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsbDebtActionNoticeChange.set_Text("Изменить");
     this.tsbDebtActionNoticeChange.add_Click(new System.EventHandler(this.tsbDebtActionNoticeChange_Click));
     this.tsbDebtActionNoticeDelete.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsbDebtActionNoticeDelete.set_Image(Resources.DELETE);
     this.tsbDebtActionNoticeDelete.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsbDebtActionNoticeDelete.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbDebtActionNoticeDelete.set_Name("tsbDebtActionNoticeDelete");
     this.tsbDebtActionNoticeDelete.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsbDebtActionNoticeDelete.set_Text("Удалить");
     this.tsbDebtActionNoticeDelete.add_Click(new System.EventHandler(this.tsbDebtActionNoticeDelete_Click));
     this.tsbAllDoc.set_Checked(true);
     this.tsbAllDoc.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.tsbAllDoc.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbAllDoc.set_Image((System.Drawing.Image) manager.GetObject("tsbAllDoc.Image"));
     this.tsbAllDoc.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbAllDoc.set_Name("tsbAllDoc");
     this.tsbAllDoc.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsbAllDoc.set_Text("Все");
     this.tsbAllDoc.add_Click(new System.EventHandler(this.tsbAllDoc_Click));
     this.tsbDosud.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbDosud.set_Image((System.Drawing.Image) manager.GetObject("tsbDosud.Image"));
     this.tsbDosud.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbDosud.set_Name("tsbDosud");
     this.tsbDosud.set_Size(new System.Drawing.Size(0x4b, 0x16));
     this.tsbDosud.set_Text("Досудебные");
     this.tsbDosud.add_Click(new System.EventHandler(this.tsbDosud_Click));
     this.tsbSud.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbSud.set_Image((System.Drawing.Image) manager.GetObject("tsbSud.Image"));
     this.tsbSud.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbSud.set_Name("tsbSud");
     this.tsbSud.set_Size(new System.Drawing.Size(0x3f, 0x16));
     this.tsbSud.set_Text("Судебные");
     this.tsbSud.add_Click(new System.EventHandler(this.tsbSud_Click));
     this.tabDebtDiff.Controls.Add(this.dgvDebtActionDiff);
     this.tabDebtDiff.Controls.Add(this.panel1);
     this.tabDebtDiff.set_Location(new System.Drawing.Point(4, 0x16));
     this.tabDebtDiff.set_Name("tabDebtDiff");
     this.tabDebtDiff.set_Padding(new System.Windows.Forms.Padding(3));
     this.tabDebtDiff.set_Size(new System.Drawing.Size(0x305, 0x188));
     this.tabDebtDiff.set_TabIndex(1);
     this.tabDebtDiff.set_Text("Задолженность");
     this.tabDebtDiff.set_UseVisualStyleBackColor(true);
     this.dgvDebtActionDiff.set_AllowUserToAddRows(false);
     this.dgvDebtActionDiff.set_AllowUserToDeleteRows(false);
     this.dgvDebtActionDiff.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Top);
     this.dgvDebtActionDiff.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dgvDebtActionDiff.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     this.dgvDebtActionDiff.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvDebtActionDiff.set_Location(new System.Drawing.Point(3, 0x23));
     this.dgvDebtActionDiff.set_Name("dgvDebtActionDiff");
     this.dgvDebtActionDiff.set_RowHeadersVisible(false);
     this.dgvDebtActionDiff.set_Size(new System.Drawing.Size(0x309, 0x165));
     this.dgvDebtActionDiff.set_TabIndex(2);
     this.panel1.Controls.Add(this.btnDebtActionDiff);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.dbDebtActionDiffPeriod);
     this.panel1.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panel1.set_Location(new System.Drawing.Point(3, 3));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(0x2ff, 0x1d));
     this.panel1.set_TabIndex(1);
     this.btnDebtActionDiff.set_Location(new System.Drawing.Point(0x10b, 3));
     this.btnDebtActionDiff.set_Name("btnDebtActionDiff");
     this.btnDebtActionDiff.set_Size(new System.Drawing.Size(0x58, 0x17));
     this.btnDebtActionDiff.set_TabIndex(2);
     this.btnDebtActionDiff.set_Text("Просмотреть");
     this.btnDebtActionDiff.set_UseVisualStyleBackColor(true);
     this.btnDebtActionDiff.add_Click(new System.EventHandler(this.btnDebtActionDiff_Click));
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(3, 6));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x98, 13));
     this.label1.set_TabIndex(1);
     this.label1.set_Text("Учитывать оплату долга до: ");
     this.dbDebtActionDiffPeriod.AttachToPeriod = false;
     this.dbDebtActionDiffPeriod.AttachToPeriodEnd = false;
     this.dbDebtActionDiffPeriod.set_Location(new System.Drawing.Point(0xa1, 3));
     this.dbDebtActionDiffPeriod.set_Mask("00/00/0000");
     this.dbDebtActionDiffPeriod.set_Name("dbDebtActionDiffPeriod");
     this.dbDebtActionDiffPeriod.set_Size(new System.Drawing.Size(100, 20));
     this.dbDebtActionDiffPeriod.set_TabIndex(0);
     this.dbDebtActionDiffPeriod.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.dbDebtActionDiffPeriod_KeyDown));
     this.tabPayment.Controls.Add(this.panel2);
     this.tabPayment.Controls.Add(this.dgvDebtPayment);
     this.tabPayment.set_Location(new System.Drawing.Point(4, 0x16));
     this.tabPayment.set_Name("tabPayment");
     this.tabPayment.set_Size(new System.Drawing.Size(0x305, 0x188));
     this.tabPayment.set_TabIndex(2);
     this.tabPayment.set_Text("Оплата");
     this.tabPayment.set_UseVisualStyleBackColor(true);
     this.panel2.Controls.Add(this.btnPaymentPeriod);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.dbPaymentPeriod);
     this.panel2.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panel2.set_Location(new System.Drawing.Point(0, 0));
     this.panel2.set_Name("panel2");
     this.panel2.set_Size(new System.Drawing.Size(0x305, 0x1d));
     this.panel2.set_TabIndex(2);
     this.btnPaymentPeriod.set_Location(new System.Drawing.Point(0x10b, 3));
     this.btnPaymentPeriod.set_Name("btnPaymentPeriod");
     this.btnPaymentPeriod.set_Size(new System.Drawing.Size(0x58, 0x17));
     this.btnPaymentPeriod.set_TabIndex(2);
     this.btnPaymentPeriod.set_Text("Просмотреть");
     this.btnPaymentPeriod.set_UseVisualStyleBackColor(true);
     this.btnPaymentPeriod.add_Click(new System.EventHandler(this.btnPaymentPeriod_Click));
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(3, 6));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x9f, 13));
     this.label2.set_TabIndex(1);
     this.label2.set_Text("Учитывать оплату за период: ");
     this.dbPaymentPeriod.AttachToPeriod = false;
     this.dbPaymentPeriod.AttachToPeriodEnd = false;
     this.dbPaymentPeriod.set_Location(new System.Drawing.Point(0xa1, 3));
     this.dbPaymentPeriod.set_Mask("00/00/0000");
     this.dbPaymentPeriod.set_Name("dbPaymentPeriod");
     this.dbPaymentPeriod.set_Size(new System.Drawing.Size(100, 20));
     this.dbPaymentPeriod.set_TabIndex(0);
     this.dbPaymentPeriod.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.dbPaymentPeriod_KeyDown));
     this.dgvDebtPayment.set_AllowUserToAddRows(false);
     this.dgvDebtPayment.set_AllowUserToDeleteRows(false);
     this.dgvDebtPayment.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Top);
     this.dgvDebtPayment.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dgvDebtPayment.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     this.dgvDebtPayment.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvDebtPayment.set_Location(new System.Drawing.Point(2, 0x1f));
     this.dgvDebtPayment.set_Name("dgvDebtPayment");
     this.dgvDebtPayment.set_RowHeadersVisible(false);
     this.dgvDebtPayment.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvDebtPayment.set_Size(new System.Drawing.Size(0x300, 0x166));
     this.dgvDebtPayment.set_TabIndex(0);
     this.dataGridViewTextBoxColumn1.set_DataPropertyName("HouseHolderName");
     this.dataGridViewTextBoxColumn1.set_HeaderText("Истец");
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn1.set_Width(0x3f);
     this.dataGridViewTextBoxColumn2.set_DataPropertyName("DebtSumm");
     this.dataGridViewTextBoxColumn2.set_HeaderText("Сумма задолженности");
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.dataGridViewTextBoxColumn2.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn2.set_Width(0x87);
     this.dataGridViewTextBoxColumn3.set_DataPropertyName("MonthCount");
     this.dataGridViewTextBoxColumn3.set_HeaderText("Кол-во месяцев задолженности");
     this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3");
     this.dataGridViewTextBoxColumn3.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn3.set_Width(0xb2);
     this.dataGridViewTextBoxColumn4.set_DataPropertyName("AccountOwnerName");
     this.dataGridViewTextBoxColumn4.set_HeaderText("Основной ответчик");
     this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4");
     this.dataGridViewTextBoxColumn4.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn4.set_Width(0x77);
     this.dataGridViewTextBoxColumn5.set_DataPropertyName("AddressName");
     this.dataGridViewTextBoxColumn5.set_HeaderText("Адрес");
     this.dataGridViewTextBoxColumn5.set_Name("dataGridViewTextBoxColumn5");
     this.dataGridViewTextBoxColumn5.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn5.set_Width(0x3f);
     this.dataGridViewTextBoxColumn6.set_DataPropertyName("Id");
     this.dataGridViewTextBoxColumn6.set_HeaderText("Id");
     this.dataGridViewTextBoxColumn6.set_Name("dataGridViewTextBoxColumn6");
     this.dataGridViewTextBoxColumn6.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn6.set_Visible(false);
     this.dataGridViewTextBoxColumn6.set_Width(0x29);
     this.dataGridViewTextBoxColumn7.set_DataPropertyName("OrgDocumentName");
     this.dataGridViewTextBoxColumn7.set_HeaderText("Документ сформированной задолженности");
     this.dataGridViewTextBoxColumn7.set_Name("dataGridViewTextBoxColumn7");
     this.dataGridViewTextBoxColumn7.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn7.set_Visible(false);
     this.dataGridViewTextBoxColumn7.set_Width(0xe8);
     this.dataGridViewTextBoxColumn8.set_DataPropertyName("FromDate");
     this.dataGridViewTextBoxColumn8.set_HeaderText("Дата открытия иска");
     this.dataGridViewTextBoxColumn8.set_Name("dataGridViewTextBoxColumn8");
     this.dataGridViewTextBoxColumn8.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn8.set_Visible(false);
     this.dataGridViewTextBoxColumn8.set_Width(0x7c);
     this.dataGridViewTextBoxColumn9.set_DataPropertyName("StatusId");
     this.dataGridViewTextBoxColumn9.set_HeaderText("StatusId");
     this.dataGridViewTextBoxColumn9.set_Name("dataGridViewTextBoxColumn9");
     this.dataGridViewTextBoxColumn9.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn9.set_Visible(false);
     this.dataGridViewTextBoxColumn9.set_Width(0x47);
     this.dataGridViewTextBoxColumn10.set_DataPropertyName("ToDate");
     this.dataGridViewTextBoxColumn10.set_HeaderText("Дата закрытия иска");
     this.dataGridViewTextBoxColumn10.set_Name("dataGridViewTextBoxColumn10");
     this.dataGridViewTextBoxColumn10.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn10.set_Visible(false);
     this.dataGridViewTextBoxColumn10.set_Width(0x7d);
     this.dataGridViewTextBoxColumn11.set_DataPropertyName("Created");
     this.dataGridViewTextBoxColumn11.set_HeaderText("Дата создания");
     this.dataGridViewTextBoxColumn11.set_Name("dataGridViewTextBoxColumn11");
     this.dataGridViewTextBoxColumn11.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn11.set_Visible(false);
     this.dataGridViewTextBoxColumn11.set_Width(0x7d);
     this.dataGridViewTextBoxColumn12.set_DataPropertyName("DebtAccountId");
     this.dataGridViewTextBoxColumn12.set_HeaderText("DebtAccountId");
     this.dataGridViewTextBoxColumn12.set_Name("dataGridViewTextBoxColumn12");
     this.dataGridViewTextBoxColumn12.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn12.set_Visible(false);
     this.dataGridViewTextBoxColumn12.set_Width(0x68);
     this.dataGridViewTextBoxColumn13.set_DataPropertyName("DebtAffairId");
     this.dataGridViewTextBoxColumn13.set_HeaderText("DebtAffairId");
     this.dataGridViewTextBoxColumn13.set_Name("dataGridViewTextBoxColumn13");
     this.dataGridViewTextBoxColumn13.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn13.set_Visible(false);
     this.dataGridViewTextBoxColumn13.set_Width(0x58);
     this.dataGridViewTextBoxColumn14.set_DataPropertyName("Creared");
     this.dataGridViewTextBoxColumn14.set_HeaderText("Дата создания");
     this.dataGridViewTextBoxColumn14.set_Name("dataGridViewTextBoxColumn14");
     this.dataGridViewTextBoxColumn14.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn14.set_Visible(false);
     this.dataGridViewTextBoxColumn14.set_Width(0x58);
     this.dataGridViewTextBoxColumn15.set_DataPropertyName("FromDate");
     this.dataGridViewTextBoxColumn15.set_HeaderText("Дата уведомления");
     this.dataGridViewTextBoxColumn15.set_Name("dataGridViewTextBoxColumn15");
     this.dataGridViewTextBoxColumn15.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn15.set_Visible(false);
     this.dataGridViewTextBoxColumn15.set_Width(0x75);
     this.dataGridViewTextBoxColumn16.set_DataPropertyName("TypeName");
     this.dataGridViewTextBoxColumn16.set_HeaderText("Вид");
     this.dataGridViewTextBoxColumn16.set_Name("dataGridViewTextBoxColumn16");
     this.dataGridViewTextBoxColumn16.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn16.set_Width(0x33);
     this.dataGridViewTextBoxColumn17.set_DataPropertyName("ResultComment");
     this.dataGridViewTextBoxColumn17.set_HeaderText("Результат");
     this.dataGridViewTextBoxColumn17.set_Name("dataGridViewTextBoxColumn17");
     this.dataGridViewTextBoxColumn17.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn17.set_Width(0x54);
     this.dataGridViewTextBoxColumn18.set_DataPropertyName("RecoveredAmountSumm");
     this.dataGridViewTextBoxColumn18.set_HeaderText("Взысканная сумма");
     this.dataGridViewTextBoxColumn18.set_Name("dataGridViewTextBoxColumn18");
     this.dataGridViewTextBoxColumn18.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn18.set_Width(120);
     this.dataGridViewTextBoxColumn19.set_DataPropertyName("TypeName");
     this.dataGridViewTextBoxColumn19.set_HeaderText("Вид");
     this.dataGridViewTextBoxColumn19.set_Name("dataGridViewTextBoxColumn19");
     this.dataGridViewTextBoxColumn19.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn19.set_Width(0x33);
     this.dataGridViewTextBoxColumn20.set_DataPropertyName("ResultComment");
     this.dataGridViewTextBoxColumn20.set_HeaderText("Результат");
     this.dataGridViewTextBoxColumn20.set_Name("dataGridViewTextBoxColumn20");
     this.dataGridViewTextBoxColumn20.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn20.set_Width(0x54);
     this.dataGridViewTextBoxColumn21.set_DataPropertyName("RecoveredAmountSumm");
     this.dataGridViewTextBoxColumn21.set_HeaderText("Взысканная сумма");
     this.dataGridViewTextBoxColumn21.set_Name("dataGridViewTextBoxColumn21");
     this.dataGridViewTextBoxColumn21.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn21.set_Width(120);
     this.dataGridViewTextBoxColumn22.set_DataPropertyName("ScanPath");
     this.dataGridViewTextBoxColumn22.set_HeaderText("Расположение документа на компьютере");
     this.dataGridViewTextBoxColumn22.set_Name("dataGridViewTextBoxColumn22");
     this.dataGridViewTextBoxColumn22.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn22.set_Width(0xa6);
     this.dataGridViewTextBoxColumn23.set_DataPropertyName("ScanPath");
     this.dataGridViewTextBoxColumn23.set_HeaderText("Расположение документа на компьютере");
     this.dataGridViewTextBoxColumn23.set_Name("dataGridViewTextBoxColumn23");
     this.dataGridViewTextBoxColumn23.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn23.set_Width(0xa6);
     this.dataGridViewTextBoxColumn24.set_DataPropertyName("ScanPath");
     this.dataGridViewTextBoxColumn24.set_HeaderText("Расположение документа на компьютере");
     this.dataGridViewTextBoxColumn24.set_Name("dataGridViewTextBoxColumn24");
     this.dataGridViewTextBoxColumn24.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn24.set_Width(0xa6);
     this.dataGridViewTextBoxColumn25.set_DataPropertyName("DebtAffairId");
     this.dataGridViewTextBoxColumn25.set_HeaderText("DebtAffairId");
     this.dataGridViewTextBoxColumn25.set_Name("dataGridViewTextBoxColumn25");
     this.dataGridViewTextBoxColumn25.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn25.set_Width(0x58);
     this.dataGridViewTextBoxColumn26.set_DataPropertyName("DebtAccountId");
     this.dataGridViewTextBoxColumn26.set_HeaderText("DebtAccountId");
     this.dataGridViewTextBoxColumn26.set_Name("dataGridViewTextBoxColumn26");
     this.dataGridViewTextBoxColumn26.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn26.set_Width(0x68);
     this.dataGridViewTextBoxColumn27.set_DataPropertyName("StatusId");
     this.dataGridViewTextBoxColumn27.set_HeaderText("StatusId");
     this.dataGridViewTextBoxColumn27.set_Name("dataGridViewTextBoxColumn27");
     this.dataGridViewTextBoxColumn27.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn27.set_Width(0x47);
     this.dataGridViewTextBoxColumn28.set_DataPropertyName("DebtDocumentId");
     this.dataGridViewTextBoxColumn28.set_HeaderText("DebtDocumentId");
     this.dataGridViewTextBoxColumn28.set_Name("dataGridViewTextBoxColumn28");
     this.dataGridViewTextBoxColumn28.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn28.set_Width(0x71);
     this.dataGridViewTextBoxColumn29.set_DataPropertyName("AccountId");
     this.dataGridViewTextBoxColumn29.set_HeaderText("AccountId");
     this.dataGridViewTextBoxColumn29.set_Name("dataGridViewTextBoxColumn29");
     this.dataGridViewTextBoxColumn29.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn29.set_Width(0x51);
     this.dataGridViewTextBoxColumn30.set_DataPropertyName("ApartmentId");
     this.dataGridViewTextBoxColumn30.set_HeaderText("ApartmentId");
     this.dataGridViewTextBoxColumn30.set_Name("dataGridViewTextBoxColumn30");
     this.dataGridViewTextBoxColumn30.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn30.set_Width(0x59);
     this.dataGridViewTextBoxColumn31.set_DataPropertyName("AccountOwnerName");
     this.dataGridViewTextBoxColumn31.set_HeaderText("AccountOwnerName");
     this.dataGridViewTextBoxColumn31.set_Name("dataGridViewTextBoxColumn31");
     this.dataGridViewTextBoxColumn31.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn31.set_Width(0x83);
     this.dataGridViewTextBoxColumn32.set_DataPropertyName("AddressName");
     this.dataGridViewTextBoxColumn32.set_HeaderText("AddressName");
     this.dataGridViewTextBoxColumn32.set_Name("dataGridViewTextBoxColumn32");
     this.dataGridViewTextBoxColumn32.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn32.set_Width(0x62);
     this.dataGridViewTextBoxColumn33.set_DataPropertyName("MonthCount");
     this.dataGridViewTextBoxColumn33.set_HeaderText("MonthCount");
     this.dataGridViewTextBoxColumn33.set_Name("dataGridViewTextBoxColumn33");
     this.dataGridViewTextBoxColumn33.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn33.set_Width(90);
     this.dataGridViewTextBoxColumn34.set_DataPropertyName("DebtSumm");
     this.dataGridViewTextBoxColumn34.set_HeaderText("DebtSumm");
     this.dataGridViewTextBoxColumn34.set_Name("dataGridViewTextBoxColumn34");
     this.dataGridViewTextBoxColumn34.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn34.set_Width(0x54);
     this.dataGridViewTextBoxColumn35.set_DataPropertyName("HouseHolderName");
     this.dataGridViewTextBoxColumn35.set_HeaderText("HouseHolderName");
     this.dataGridViewTextBoxColumn35.set_Name("dataGridViewTextBoxColumn35");
     this.dataGridViewTextBoxColumn35.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn35.set_Width(0x7a);
     this.dataGridViewTextBoxColumn36.set_DataPropertyName("OrgDocumentName");
     this.dataGridViewTextBoxColumn36.set_HeaderText("OrgDocumentName");
     this.dataGridViewTextBoxColumn36.set_Name("dataGridViewTextBoxColumn36");
     this.dataGridViewTextBoxColumn36.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn36.set_Width(0x7e);
     this.dataGridViewTextBoxColumn37.set_DataPropertyName("StatusName");
     this.dataGridViewTextBoxColumn37.set_HeaderText("StatusName");
     this.dataGridViewTextBoxColumn37.set_Name("dataGridViewTextBoxColumn37");
     this.dataGridViewTextBoxColumn37.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn37.set_Width(90);
     this.dataGridViewTextBoxColumn38.set_DataPropertyName("NameAction");
     this.dataGridViewTextBoxColumn38.set_HeaderText("NameAction");
     this.dataGridViewTextBoxColumn38.set_Name("dataGridViewTextBoxColumn38");
     this.dataGridViewTextBoxColumn38.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn38.set_Width(90);
     this.dataGridViewTextBoxColumn39.set_DataPropertyName("Datec");
     this.dataGridViewTextBoxColumn39.set_HeaderText("Datec");
     this.dataGridViewTextBoxColumn39.set_Name("dataGridViewTextBoxColumn39");
     this.dataGridViewTextBoxColumn39.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn39.set_Width(0x3d);
     this.dataGridViewTextBoxColumn40.set_DataPropertyName("Dateb");
     this.dataGridViewTextBoxColumn40.set_HeaderText("Dateb");
     this.dataGridViewTextBoxColumn40.set_Name("dataGridViewTextBoxColumn40");
     this.dataGridViewTextBoxColumn40.set_Width(0x3d);
     this.dataGridViewTextBoxColumn41.set_DataPropertyName("Datee");
     this.dataGridViewTextBoxColumn41.set_HeaderText("Datee");
     this.dataGridViewTextBoxColumn41.set_Name("dataGridViewTextBoxColumn41");
     this.dataGridViewTextBoxColumn41.set_Width(0x3d);
     this.dataGridViewTextBoxColumn42.set_DataPropertyName("FromDate");
     this.dataGridViewTextBoxColumn42.set_HeaderText("FromDate");
     this.dataGridViewTextBoxColumn42.set_Name("dataGridViewTextBoxColumn42");
     this.dataGridViewTextBoxColumn42.set_Width(0x4e);
     this.dataGridViewTextBoxColumn43.set_DataPropertyName("ToDate");
     this.dataGridViewTextBoxColumn43.set_HeaderText("ToDate");
     this.dataGridViewTextBoxColumn43.set_Name("dataGridViewTextBoxColumn43");
     this.dataGridViewTextBoxColumn43.set_Width(0x44);
     this.dataGridViewTextBoxColumn44.set_DataPropertyName("Created");
     this.dataGridViewTextBoxColumn44.set_HeaderText("Created");
     this.dataGridViewTextBoxColumn44.set_Name("dataGridViewTextBoxColumn44");
     this.dataGridViewTextBoxColumn44.set_Width(0x45);
     this.dataGridViewTextBoxColumn45.set_DataPropertyName("OrgDocumentId");
     this.dataGridViewTextBoxColumn45.set_HeaderText("OrgDocumentId");
     this.dataGridViewTextBoxColumn45.set_Name("dataGridViewTextBoxColumn45");
     this.dataGridViewTextBoxColumn45.set_Width(0x6b);
     this.dataGridViewTextBoxColumn46.set_DataPropertyName("OrgDocumentView");
     this.dataGridViewTextBoxColumn46.set_HeaderText("OrgDocumentView");
     this.dataGridViewTextBoxColumn46.set_Name("dataGridViewTextBoxColumn46");
     this.dataGridViewTextBoxColumn46.set_Width(0x79);
     this.dataGridViewTextBoxColumn47.set_DataPropertyName("OrgDocument");
     this.dataGridViewTextBoxColumn47.set_HeaderText("OrgDocument");
     this.dataGridViewTextBoxColumn47.set_Name("dataGridViewTextBoxColumn47");
     this.dataGridViewTextBoxColumn47.set_Width(0x62);
     this.dataGridViewTextBoxColumn48.set_DataPropertyName("ObjectWithIdType");
     this.dataGridViewTextBoxColumn48.set_HeaderText("ObjectWithIdType");
     this.dataGridViewTextBoxColumn48.set_Name("dataGridViewTextBoxColumn48");
     this.dataGridViewTextBoxColumn48.set_Width(0x76);
     this.dataGridViewTextBoxColumn49.set_DataPropertyName("Id");
     this.dataGridViewTextBoxColumn49.set_HeaderText("Id");
     this.dataGridViewTextBoxColumn49.set_Name("dataGridViewTextBoxColumn49");
     this.dataGridViewTextBoxColumn49.set_Width(0x29);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.splitContainer1);
     base.set_Name("DebtAffairActionsView");
     base.set_Size(new System.Drawing.Size(0x30d, 0x2ae));
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.dgvDebtActions.EndInit();
     this.bsDebtActions.EndInit();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.tabControl.ResumeLayout(false);
     this.tabDebtActionNotices.ResumeLayout(false);
     this.tabDebtActionNotices.PerformLayout();
     this.dgvDebtActionNotices.EndInit();
     this.bsDebtActionNotices.EndInit();
     this.toolStrip2.ResumeLayout(false);
     this.toolStrip2.PerformLayout();
     this.tabDebtDiff.ResumeLayout(false);
     this.dgvDebtActionDiff.EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.tabPayment.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.dgvDebtPayment.EndInit();
     base.ResumeLayout(false);
 }
Esempio n. 13
0
 private void InitializeComponent()
 {
     this.components = new Container();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(ServiceTariffView));
     this.label2 = new System.Windows.Forms.Label();
     this.selectOrgDocument = new SelectOrgDocument();
     this.labelPeriod = new System.Windows.Forms.Label();
     this.numTariff = new System.Windows.Forms.NumericUpDown();
     this.label1 = new System.Windows.Forms.Label();
     this.dbFromDate = new DateBox();
     this.dgvServiceTariffTypes = new System.Windows.Forms.DataGridView();
     this.tariffTypeNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.rateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsServiceTariffTypes = new System.Windows.Forms.BindingSource(this.components);
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.epRights = new System.Windows.Forms.ErrorProvider(this.components);
     this.panel1 = new System.Windows.Forms.Panel();
     this.numTariff.BeginInit();
     this.dgvServiceTariffTypes.BeginInit();
     this.bsServiceTariffTypes.BeginInit();
     this.toolStrip1.SuspendLayout();
     this.epRights.BeginInit();
     this.panel1.SuspendLayout();
     base.SuspendLayout();
     this.label2.set_Location(new System.Drawing.Point(4, 0x3b));
     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(3, 0x54));
     this.selectOrgDocument.set_Name("selectOrgDocument");
     this.selectOrgDocument.set_Size(new System.Drawing.Size(0x1be, 0x17));
     this.selectOrgDocument.set_TabIndex(7);
     this.labelPeriod.set_Location(new System.Drawing.Point(4, 0x21));
     this.labelPeriod.set_Name("labelPeriod");
     this.labelPeriod.set_Size(new System.Drawing.Size(0x8b, 0x16));
     this.labelPeriod.set_TabIndex(4);
     this.labelPeriod.set_Text("Дата начала");
     this.numTariff.set_DecimalPlaces(4);
     this.numTariff.set_Location(new System.Drawing.Point(0x87, 3));
     int[] numArray = new int[4];
     numArray[0] = 0x2710;
     this.numTariff.set_Maximum(new decimal(numArray));
     int[] numArray2 = new int[4];
     numArray2[0] = 0x2710;
     numArray2[3] = -2147483648;
     this.numTariff.set_Minimum(new decimal(numArray2));
     this.numTariff.set_Name("numTariff");
     this.numTariff.set_Size(new System.Drawing.Size(0x66, 0x16));
     this.numTariff.set_TabIndex(1);
     int[] numArray3 = new int[4];
     numArray3[0] = 0x2710;
     this.numTariff.set_Value(new decimal(numArray3));
     this.label1.set_Location(new System.Drawing.Point(4, 3));
     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.dbFromDate.AttachToPeriod = false;
     this.dbFromDate.AttachToPeriodEnd = false;
     this.dbFromDate.set_Location(new System.Drawing.Point(0x87, 0x21));
     this.dbFromDate.set_Mask("00/00/0000");
     this.dbFromDate.set_Name("dbFromDate");
     this.dbFromDate.set_Size(new System.Drawing.Size(100, 0x16));
     this.dbFromDate.set_TabIndex(8);
     this.dgvServiceTariffTypes.set_AllowUserToAddRows(false);
     this.dgvServiceTariffTypes.set_AllowUserToDeleteRows(false);
     this.dgvServiceTariffTypes.set_AutoGenerateColumns(false);
     this.dgvServiceTariffTypes.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill);
     this.dgvServiceTariffTypes.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     this.dgvServiceTariffTypes.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvServiceTariffTypes.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.tariffTypeNameDataGridViewTextBoxColumn, this.rateDataGridViewTextBoxColumn });
     this.dgvServiceTariffTypes.set_DataSource(this.bsServiceTariffTypes);
     this.dgvServiceTariffTypes.set_Location(new System.Drawing.Point(3, 0x1c));
     this.dgvServiceTariffTypes.set_Name("dgvServiceTariffTypes");
     this.dgvServiceTariffTypes.set_RowHeadersVisible(false);
     this.dgvServiceTariffTypes.set_Size(new System.Drawing.Size(0x1be, 0x11d));
     this.dgvServiceTariffTypes.set_TabIndex(9);
     this.dgvServiceTariffTypes.add_CellBeginEdit(new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvServiceTariffTypes_CellBeginEdit));
     this.dgvServiceTariffTypes.add_CellEndEdit(new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvServiceTariffTypes_CellEndEdit));
     this.dgvServiceTariffTypes.add_DataBindingComplete(new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dgvServiceTariffTypes_DataBindingComplete));
     this.dgvServiceTariffTypes.add_DataError(new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dgvServiceTariffTypes_DataError));
     this.tariffTypeNameDataGridViewTextBoxColumn.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader);
     this.tariffTypeNameDataGridViewTextBoxColumn.set_DataPropertyName("TariffTypeName");
     this.tariffTypeNameDataGridViewTextBoxColumn.set_HeaderText("Подчиненные тарифы");
     this.tariffTypeNameDataGridViewTextBoxColumn.set_MinimumWidth(250);
     this.tariffTypeNameDataGridViewTextBoxColumn.set_Name("tariffTypeNameDataGridViewTextBoxColumn");
     this.tariffTypeNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.tariffTypeNameDataGridViewTextBoxColumn.set_Width(250);
     this.rateDataGridViewTextBoxColumn.set_DataPropertyName("Rate");
     this.rateDataGridViewTextBoxColumn.set_HeaderText("Ставка");
     this.rateDataGridViewTextBoxColumn.set_MinimumWidth(100);
     this.rateDataGridViewTextBoxColumn.set_Name("rateDataGridViewTextBoxColumn");
     this.bsServiceTariffTypes.set_DataSource(typeof(ServiceTariffType));
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripButton1 });
     this.toolStrip1.set_Location(new System.Drawing.Point(0, 0));
     this.toolStrip1.set_Name("toolStrip1");
     this.toolStrip1.set_Size(new System.Drawing.Size(0x1c1, 0x19));
     this.toolStrip1.set_TabIndex(10);
     this.toolStrip1.set_Text("toolStrip1");
     this.toolStripButton1.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.toolStripButton1.set_Image(Resources.DELETE);
     this.toolStripButton1.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.toolStripButton1.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.toolStripButton1.set_Name("toolStripButton1");
     this.toolStripButton1.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.toolStripButton1.set_Text("Удалить");
     this.toolStripButton1.add_Click(new System.EventHandler(this.toolStripButton1_Click));
     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.panel1.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom);
     this.panel1.Controls.Add(this.dgvServiceTariffTypes);
     this.panel1.Controls.Add(this.toolStrip1);
     this.panel1.set_Location(new System.Drawing.Point(3, 0x71));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(0x1c1, 310));
     this.panel1.set_TabIndex(11);
     this.panel1.set_Visible(false);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(8f, 16f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.panel1);
     base.Controls.Add(this.dbFromDate);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.selectOrgDocument);
     base.Controls.Add(this.labelPeriod);
     base.Controls.Add(this.numTariff);
     base.Controls.Add(this.label1);
     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("ServiceTariffView");
     base.set_Size(new System.Drawing.Size(0x1c7, 0x1aa));
     this.numTariff.EndInit();
     this.dgvServiceTariffTypes.EndInit();
     this.bsServiceTariffTypes.EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.epRights.EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.components = new Container();
     FasetItem item = new FasetItem();
     this.bsApartmentHousekeeping = new System.Windows.Forms.BindingSource(this.components);
     this.btCancel = new System.Windows.Forms.Button();
     this.btOk = new System.Windows.Forms.Button();
     this.gbBox = new System.Windows.Forms.GroupBox();
     this.cbEquipments = new SelectFasetData();
     this.bsEquipments = new System.Windows.Forms.BindingSource(this.components);
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.dbEnd = new DateBox();
     this.bsApartmentHousekeepingEquipments = new System.Windows.Forms.BindingSource(this.components);
     this.dbBegin = new DateBox();
     this.cbHousekeeping = new SelectFasetData();
     this.lTypeHousekeeping = new System.Windows.Forms.Label();
     this.bsApartmentHousekeeping.BeginInit();
     this.gbBox.SuspendLayout();
     this.bsEquipments.BeginInit();
     this.bsApartmentHousekeepingEquipments.BeginInit();
     base.SuspendLayout();
     this.bsApartmentHousekeeping.set_DataSource(typeof(ApartmentHousekeeping));
     this.btCancel.set_DialogResult(System.Windows.Forms.DialogResult.Cancel);
     this.btCancel.set_Location(new System.Drawing.Point(0x12a, 0x93));
     this.btCancel.set_Margin(new System.Windows.Forms.Padding(2));
     this.btCancel.set_Name("btCancel");
     this.btCancel.set_Size(new System.Drawing.Size(80, 0x19));
     this.btCancel.set_TabIndex(3);
     this.btCancel.set_Text("Отмена");
     this.btCancel.set_UseVisualStyleBackColor(true);
     this.btOk.set_Location(new System.Drawing.Point(0xd6, 0x93));
     this.btOk.set_Margin(new System.Windows.Forms.Padding(2));
     this.btOk.set_Name("btOk");
     this.btOk.set_Size(new System.Drawing.Size(80, 0x19));
     this.btOk.set_TabIndex(2);
     this.btOk.set_UseVisualStyleBackColor(true);
     this.btOk.add_Click(new System.EventHandler(this.btOk_Click));
     this.gbBox.Controls.Add(this.cbEquipments);
     this.gbBox.Controls.Add(this.label3);
     this.gbBox.Controls.Add(this.label2);
     this.gbBox.Controls.Add(this.label1);
     this.gbBox.Controls.Add(this.dbEnd);
     this.gbBox.Controls.Add(this.dbBegin);
     this.gbBox.Controls.Add(this.cbHousekeeping);
     this.gbBox.Controls.Add(this.lTypeHousekeeping);
     this.gbBox.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.gbBox.set_FlatStyle(System.Windows.Forms.FlatStyle.System);
     this.gbBox.set_Location(new System.Drawing.Point(0, 0));
     this.gbBox.set_Margin(new System.Windows.Forms.Padding(2));
     this.gbBox.set_Name("gbBox");
     this.gbBox.set_Padding(new System.Windows.Forms.Padding(2));
     this.gbBox.set_Size(new System.Drawing.Size(380, 0x89));
     this.gbBox.set_TabIndex(1);
     this.gbBox.set_TabStop(false);
     this.gbBox.set_Text("Совместное использование приусадебного  хозяйства и оборудования");
     this.cbEquipments.set_DataSource(this.bsEquipments);
     this.cbEquipments.set_FormattingEnabled(true);
     this.cbEquipments.set_Location(new System.Drawing.Point(8, 0x43));
     this.cbEquipments.set_Margin(new System.Windows.Forms.Padding(2));
     this.cbEquipments.set_Name("cbEquipments");
     item.FasetId = FasetsEnum.None;
     item.Id = 0;
     item.Name = "<не выбрано>";
     this.cbEquipments.SelectedFasetItem = item;
     this.cbEquipments.set_Size(new System.Drawing.Size(0x16e, 0x15));
     this.cbEquipments.set_Sorted(true);
     this.cbEquipments.set_TabIndex(2);
     this.bsEquipments.set_DataSource(typeof(ApartmentEquipment));
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(4, 0x34));
     this.label3.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(80, 13));
     this.label3.set_TabIndex(0x2f);
     this.label3.set_Text("Оборудование");
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(4, 0x77));
     this.label2.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x67, 13));
     this.label2.set_TabIndex(0x2e);
     this.label2.set_Text("Совместно по дату");
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(4, 0x5f));
     this.label1.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(100, 13));
     this.label1.set_TabIndex(0x2d);
     this.label1.set_Text("Совместно с даты");
     this.dbEnd.AttachToPeriod = false;
     this.dbEnd.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bsApartmentHousekeepingEquipments, "Datee", true));
     this.dbEnd.set_Location(new System.Drawing.Point(0x73, 0x73));
     this.dbEnd.set_Margin(new System.Windows.Forms.Padding(2));
     this.dbEnd.set_Mask("00/00/0000");
     this.dbEnd.set_Name("dbEnd");
     this.dbEnd.set_Size(new System.Drawing.Size(0x5b, 20));
     this.dbEnd.set_TabIndex(4);
     this.bsApartmentHousekeepingEquipments.set_DataSource(typeof(ApartmentEquipmentHousekeeping));
     this.dbBegin.AttachToPeriod = false;
     this.dbBegin.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bsApartmentHousekeepingEquipments, "Dateb", true));
     this.dbBegin.set_Location(new System.Drawing.Point(0x73, 0x5c));
     this.dbBegin.set_Margin(new System.Windows.Forms.Padding(2));
     this.dbBegin.set_Mask("00/00/0000");
     this.dbBegin.set_Name("dbBegin");
     this.dbBegin.set_Size(new System.Drawing.Size(0x5b, 20));
     this.dbBegin.set_TabIndex(3);
     this.cbHousekeeping.set_DataSource(this.bsApartmentHousekeeping);
     this.cbHousekeeping.set_FormattingEnabled(true);
     this.cbHousekeeping.set_Location(new System.Drawing.Point(8, 0x1d));
     this.cbHousekeeping.set_Margin(new System.Windows.Forms.Padding(2));
     this.cbHousekeeping.set_Name("cbHousekeeping");
     this.cbHousekeeping.SelectedFasetItem = item;
     this.cbHousekeeping.set_Size(new System.Drawing.Size(0x16e, 0x15));
     this.cbHousekeeping.set_Sorted(true);
     this.cbHousekeeping.set_TabIndex(1);
     this.lTypeHousekeeping.set_AutoSize(true);
     this.lTypeHousekeeping.set_Location(new System.Drawing.Point(4, 14));
     this.lTypeHousekeeping.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.lTypeHousekeeping.set_Name("lTypeHousekeeping");
     this.lTypeHousekeeping.set_Size(new System.Drawing.Size(0x87, 13));
     this.lTypeHousekeeping.set_TabIndex(0x29);
     this.lTypeHousekeeping.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(380, 0xb1));
     base.Controls.Add(this.gbBox);
     base.Controls.Add(this.btCancel);
     base.Controls.Add(this.btOk);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedSingle);
     base.set_MaximizeBox(false);
     base.set_Name("ApartmentHousekeepingEquipmentChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("ApartmentHousekeepingEquipmentChangeForm");
     base.add_Load(new System.EventHandler(this.ApartmentHousekeepingEquipmentAnnChangeForm_Load));
     this.bsApartmentHousekeeping.EndInit();
     this.gbBox.ResumeLayout(false);
     this.gbBox.PerformLayout();
     this.bsEquipments.EndInit();
     this.bsApartmentHousekeepingEquipments.EndInit();
     base.ResumeLayout(false);
 }
Esempio n. 15
0
 private void InitializeComponent()
 {
     this.numFloor = new System.Windows.Forms.NumericUpDown();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.numEntrance = new System.Windows.Forms.NumericUpDown();
     this.label3 = new System.Windows.Forms.Label();
     this.txtYear = new System.Windows.Forms.TextBox();
     this.txtSeries = new System.Windows.Forms.TextBox();
     this.label13 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.label19 = new System.Windows.Forms.Label();
     this.numPercentWear = new System.Windows.Forms.NumericUpDown();
     this.label20 = new System.Windows.Forms.Label();
     this.label22 = new System.Windows.Forms.Label();
     this.numFlat = new System.Windows.Forms.NumericUpDown();
     this.label23 = new System.Windows.Forms.Label();
     this.numOneRoom = new System.Windows.Forms.NumericUpDown();
     this.numTwoRoom = new System.Windows.Forms.NumericUpDown();
     this.label24 = new System.Windows.Forms.Label();
     this.numThreeRoom = new System.Windows.Forms.NumericUpDown();
     this.label25 = new System.Windows.Forms.Label();
     this.numFourRoom = new System.Windows.Forms.NumericUpDown();
     this.label26 = new System.Windows.Forms.Label();
     this.numFiveRoom = new System.Windows.Forms.NumericUpDown();
     this.label27 = new System.Windows.Forms.Label();
     this.label36 = new System.Windows.Forms.Label();
     this.txtYearPassport = new System.Windows.Forms.TextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label21 = new System.Windows.Forms.Label();
     this.numCargoLift = new System.Windows.Forms.NumericUpDown();
     this.label6 = new System.Windows.Forms.Label();
     this.numPassLift = new System.Windows.Forms.NumericUpDown();
     this.label5 = new System.Windows.Forms.Label();
     this.numLift = new System.Windows.Forms.NumericUpDown();
     this.label4 = new System.Windows.Forms.Label();
     this.Квартиры = new System.Windows.Forms.GroupBox();
     this.numFlatWithGarbageChute = new System.Windows.Forms.NumericUpDown();
     this.label35 = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.tbFloorArea = new System.Windows.Forms.TextBox();
     this.tbTotalSquareOI = new System.Windows.Forms.TextBox();
     this.tbLivingSquareMKD = new System.Windows.Forms.TextBox();
     this.tbTotalSquareMKD = new System.Windows.Forms.TextBox();
     this.tbHeatingSquare = new System.Windows.Forms.TextBox();
     this.tbLivingSquare = new System.Windows.Forms.TextBox();
     this.tbTotalSquare = new System.Windows.Forms.TextBox();
     this.label51 = new System.Windows.Forms.Label();
     this.label52 = new System.Windows.Forms.Label();
     this.label49 = new System.Windows.Forms.Label();
     this.label50 = new System.Windows.Forms.Label();
     this.label43 = new System.Windows.Forms.Label();
     this.label48 = new System.Windows.Forms.Label();
     this.label34 = new System.Windows.Forms.Label();
     this.label32 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.numTotalVolume = new System.Windows.Forms.NumericUpDown();
     this.label33 = new System.Windows.Forms.Label();
     this.label31 = new System.Windows.Forms.Label();
     this.label28 = new System.Windows.Forms.Label();
     this.tbxSubProvider = new System.Windows.Forms.TextBox();
     this.label29 = new System.Windows.Forms.Label();
     this.tbxHouseChief = new System.Windows.Forms.TextBox();
     this.label30 = new System.Windows.Forms.Label();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.rbPrintNo = new System.Windows.Forms.RadioButton();
     this.rbPrintYes = new System.Windows.Forms.RadioButton();
     this.label37 = new System.Windows.Forms.Label();
     this.label38 = new System.Windows.Forms.Label();
     this.label39 = new System.Windows.Forms.Label();
     this.label41 = new System.Windows.Forms.Label();
     this.label42 = new System.Windows.Forms.Label();
     this.label44 = new System.Windows.Forms.Label();
     this.label45 = new System.Windows.Forms.Label();
     this.label46 = new System.Windows.Forms.Label();
     this.label47 = new System.Windows.Forms.Label();
     this.cbDomKom = new System.Windows.Forms.CheckBox();
     this.tbNumberSudUch = new System.Windows.Forms.TextBox();
     this.tbDomKomTarif = new System.Windows.Forms.TextBox();
     this.numMusorCount = new System.Windows.Forms.NumericUpDown();
     this.tbPassportNum = new System.Windows.Forms.TextBox();
     this.tbKapRemontYear = new System.Windows.Forms.TextBox();
     this.label40 = new System.Windows.Forms.Label();
     this.selectTerritorialManagement = new SelectFasetData();
     this.selectRaionSuda = new SelectFasetData();
     this.selectOverlapType = new SelectFasetData();
     this.selectFoundationType = new SelectFasetData();
     this.selectCanonicalTypeId = new SelectFasetData();
     this.selectBoroughs = new SelectFasetData();
     this.dtbOnDate = new DateBox();
     this.selectOwnershipType = new SelectFasetData();
     this.selectFormControl = new SelectFasetData();
     this.selectRoofType = new SelectFasetData();
     this.selectWallType = new SelectFasetData();
     this.selectType = new SelectFasetData();
     this.label53 = new System.Windows.Forms.Label();
     this.tbNote = new System.Windows.Forms.TextBox();
     this.numFloor.BeginInit();
     this.numEntrance.BeginInit();
     this.numPercentWear.BeginInit();
     this.numFlat.BeginInit();
     this.numOneRoom.BeginInit();
     this.numTwoRoom.BeginInit();
     this.numThreeRoom.BeginInit();
     this.numFourRoom.BeginInit();
     this.numFiveRoom.BeginInit();
     this.groupBox1.SuspendLayout();
     this.numCargoLift.BeginInit();
     this.numPassLift.BeginInit();
     this.numLift.BeginInit();
     this.Квартиры.SuspendLayout();
     this.numFlatWithGarbageChute.BeginInit();
     this.groupBox2.SuspendLayout();
     this.numTotalVolume.BeginInit();
     this.groupBox3.SuspendLayout();
     this.numMusorCount.BeginInit();
     base.SuspendLayout();
     this.numFloor.set_Location(new System.Drawing.Point(0x97, 0x69));
     this.numFloor.set_Margin(new System.Windows.Forms.Padding(2));
     int[] numArray = new int[4];
     numArray[0] = 50;
     this.numFloor.set_Maximum(new decimal(numArray));
     this.numFloor.set_Name("numFloor");
     this.numFloor.set_Size(new System.Drawing.Size(0x39, 20));
     this.numFloor.set_TabIndex(14);
     this.numFloor.add_Validating(new CancelEventHandler(this.numFloor_Validating));
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(3, 0x6b));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x51, 13));
     this.label1.set_TabIndex(2);
     this.label1.set_Text("Кол-во этажей");
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(3, 5));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x5f, 13));
     this.label2.set_TabIndex(0);
     this.label2.set_Text("Тип жилого дома");
     this.numEntrance.set_Location(new System.Drawing.Point(0x171, 0x68));
     this.numEntrance.set_Margin(new System.Windows.Forms.Padding(2));
     int[] numArray2 = new int[4];
     numArray2[0] = 20;
     this.numEntrance.set_Maximum(new decimal(numArray2));
     this.numEntrance.set_Name("numEntrance");
     this.numEntrance.set_Size(new System.Drawing.Size(0x3d, 20));
     this.numEntrance.set_TabIndex(15);
     this.numEntrance.add_Validating(new CancelEventHandler(this.numEntrance_Validating));
     this.label3.set_Location(new System.Drawing.Point(0x107, 0x6a));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(100, 0x12));
     this.label3.set_TabIndex(4);
     this.label3.set_Text("Кол-во подъездов");
     this.txtYear.set_Location(new System.Drawing.Point(0x97, 0x38));
     this.txtYear.set_Margin(new System.Windows.Forms.Padding(2));
     this.txtYear.set_MaxLength(4);
     this.txtYear.set_Name("txtYear");
     this.txtYear.set_Size(new System.Drawing.Size(0x39, 20));
     this.txtYear.set_TabIndex(10);
     this.txtSeries.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.txtSeries.set_Location(new System.Drawing.Point(0x242, 0x1c3));
     this.txtSeries.set_Margin(new System.Windows.Forms.Padding(2));
     this.txtSeries.set_Name("txtSeries");
     this.txtSeries.set_Size(new System.Drawing.Size(130, 20));
     this.txtSeries.set_TabIndex(70);
     this.label13.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.label13.set_AutoSize(true);
     this.label13.set_Location(new System.Drawing.Point(500, 0x1c6));
     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(0x4a, 13));
     this.label13.set_TabIndex(4);
     this.label13.set_Text("Номер серии");
     this.label12.set_AutoSize(true);
     this.label12.set_Location(new System.Drawing.Point(3, 0x1ad));
     this.label12.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label12.set_Name("label12");
     this.label12.set_Size(new System.Drawing.Size(0x53, 13));
     this.label12.set_TabIndex(0);
     this.label12.set_Text("Материал стен");
     this.label15.set_AutoSize(true);
     this.label15.set_Location(new System.Drawing.Point(2, 0x1f));
     this.label15.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label15.set_Name("label15");
     this.label15.set_Size(new System.Drawing.Size(0x6a, 13));
     this.label15.set_TabIndex(0x1b);
     this.label15.set_Text("Форма управления");
     this.label16.set_AutoSize(true);
     this.label16.set_Location(new System.Drawing.Point(360, 0x1f));
     this.label16.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label16.set_Name("label16");
     this.label16.set_Size(new System.Drawing.Size(0x69, 13));
     this.label16.set_TabIndex(0x1d);
     this.label16.set_Text("Вид собственности");
     this.label17.set_AutoSize(true);
     this.label17.set_Location(new System.Drawing.Point(2, 0x3b));
     this.label17.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label17.set_Name("label17");
     this.label17.set_Size(new System.Drawing.Size(0x8e, 13));
     this.label17.set_TabIndex(0x1f);
     this.label17.set_Text("Год ввода в эксплуатацию");
     this.label18.set_AutoSize(true);
     this.label18.set_Location(new System.Drawing.Point(0xdb, 0x3a));
     this.label18.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label18.set_Name("label18");
     this.label18.set_Size(new System.Drawing.Size(0x90, 13));
     this.label18.set_TabIndex(0x21);
     this.label18.set_Text("Техпаспорт, год получения");
     this.label19.set_AutoSize(true);
     this.label19.set_Location(new System.Drawing.Point(2, 0x54));
     this.label19.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label19.set_Name("label19");
     this.label19.set_Size(new System.Drawing.Size(0x6a, 13));
     this.label19.set_TabIndex(0x23);
     this.label19.set_Text("Процент износа (%)");
     this.numPercentWear.set_Location(new System.Drawing.Point(0x97, 80));
     this.numPercentWear.set_Margin(new System.Windows.Forms.Padding(2));
     this.numPercentWear.set_Name("numPercentWear");
     this.numPercentWear.set_Size(new System.Drawing.Size(0x39, 20));
     this.numPercentWear.set_TabIndex(12);
     this.numPercentWear.set_Tag("0");
     this.numPercentWear.add_Validating(new CancelEventHandler(this.numPercentWear_Validating));
     this.label20.set_AutoSize(true);
     this.label20.set_Location(new System.Drawing.Point(0x137, 0x53));
     this.label20.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label20.set_Name("label20");
     this.label20.set_Size(new System.Drawing.Size(0x2e, 13));
     this.label20.set_TabIndex(0x26);
     this.label20.set_Text("На дату");
     this.label22.set_AutoSize(true);
     this.label22.set_Location(new System.Drawing.Point(6, 15));
     this.label22.set_Name("label22");
     this.label22.set_Size(new System.Drawing.Size(0x62, 13));
     this.label22.set_TabIndex(0x29);
     this.label22.set_Text("Количество всего");
     this.label22.set_TextAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.numFlat.set_Location(new System.Drawing.Point(0x91, 13));
     this.numFlat.set_Margin(new System.Windows.Forms.Padding(2));
     int[] numArray3 = new int[4];
     numArray3[0] = 0x2710;
     this.numFlat.set_Maximum(new decimal(numArray3));
     this.numFlat.set_Name("numFlat");
     this.numFlat.set_Size(new System.Drawing.Size(0x39, 20));
     this.numFlat.set_TabIndex(20);
     this.numFlat.add_Validating(new CancelEventHandler(this.numFlat_Validating));
     this.label23.set_AutoSize(true);
     this.label23.set_Location(new System.Drawing.Point(0xff, 13));
     this.label23.set_Name("label23");
     this.label23.set_Size(new System.Drawing.Size(0x68, 13));
     this.label23.set_TabIndex(0x2b);
     this.label23.set_Text("Однокомнатных (1)");
     this.numOneRoom.set_Location(new System.Drawing.Point(0x16c, 11));
     this.numOneRoom.set_Margin(new System.Windows.Forms.Padding(2));
     int[] numArray4 = new int[4];
     numArray4[0] = 0x2710;
     this.numOneRoom.set_Maximum(new decimal(numArray4));
     this.numOneRoom.set_Name("numOneRoom");
     this.numOneRoom.set_Size(new System.Drawing.Size(0x37, 20));
     this.numOneRoom.set_TabIndex(0x15);
     this.numOneRoom.add_Validating(new CancelEventHandler(this.numOneRoom_Validating));
     this.numTwoRoom.set_Location(new System.Drawing.Point(0x91, 0x25));
     this.numTwoRoom.set_Margin(new System.Windows.Forms.Padding(2));
     int[] numArray5 = new int[4];
     numArray5[0] = 0x2710;
     this.numTwoRoom.set_Maximum(new decimal(numArray5));
     this.numTwoRoom.set_Name("numTwoRoom");
     this.numTwoRoom.set_Size(new System.Drawing.Size(0x39, 20));
     this.numTwoRoom.set_TabIndex(0x16);
     this.numTwoRoom.add_Validating(new CancelEventHandler(this.numTwoRoom_Validating));
     this.label24.set_AutoSize(true);
     this.label24.set_Location(new System.Drawing.Point(6, 0x27));
     this.label24.set_Name("label24");
     this.label24.set_Size(new System.Drawing.Size(0x67, 13));
     this.label24.set_TabIndex(0x2d);
     this.label24.set_Text("Двухкомнатных (2)");
     this.label24.set_TextAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.numThreeRoom.set_Location(new System.Drawing.Point(0x16c, 0x23));
     this.numThreeRoom.set_Margin(new System.Windows.Forms.Padding(2));
     int[] numArray6 = new int[4];
     numArray6[0] = 0x2710;
     this.numThreeRoom.set_Maximum(new decimal(numArray6));
     this.numThreeRoom.set_Name("numThreeRoom");
     this.numThreeRoom.set_Size(new System.Drawing.Size(0x37, 20));
     this.numThreeRoom.set_TabIndex(0x17);
     this.numThreeRoom.add_Validating(new CancelEventHandler(this.numThreeRoom_Validating));
     this.label25.set_AutoSize(true);
     this.label25.set_Location(new System.Drawing.Point(0x101, 0x25));
     this.label25.set_Name("label25");
     this.label25.set_Size(new System.Drawing.Size(0x66, 13));
     this.label25.set_TabIndex(0x2f);
     this.label25.set_Text("Трехкомнатных (3)");
     this.numFourRoom.set_Location(new System.Drawing.Point(0x91, 0x3d));
     this.numFourRoom.set_Margin(new System.Windows.Forms.Padding(2));
     int[] numArray7 = new int[4];
     numArray7[0] = 0x2710;
     this.numFourRoom.set_Maximum(new decimal(numArray7));
     this.numFourRoom.set_Name("numFourRoom");
     this.numFourRoom.set_Size(new System.Drawing.Size(0x39, 20));
     this.numFourRoom.set_TabIndex(0x18);
     this.numFourRoom.add_Validating(new CancelEventHandler(this.numFourRoom_Validating));
     this.label26.set_AutoSize(true);
     this.label26.set_Location(new System.Drawing.Point(6, 0x3f));
     this.label26.set_Name("label26");
     this.label26.set_Size(new System.Drawing.Size(0x7a, 13));
     this.label26.set_TabIndex(0x31);
     this.label26.set_Text("Четырехкомнатных (4)");
     this.label26.set_TextAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.numFiveRoom.set_Location(new System.Drawing.Point(0x16c, 0x3b));
     this.numFiveRoom.set_Margin(new System.Windows.Forms.Padding(2));
     int[] numArray8 = new int[4];
     numArray8[0] = 0x2710;
     this.numFiveRoom.set_Maximum(new decimal(numArray8));
     this.numFiveRoom.set_Name("numFiveRoom");
     this.numFiveRoom.set_Size(new System.Drawing.Size(0x37, 20));
     this.numFiveRoom.set_TabIndex(0x19);
     this.numFiveRoom.add_Validating(new CancelEventHandler(this.numFiveRoom_Validating));
     this.label27.set_AutoSize(true);
     this.label27.set_Location(new System.Drawing.Point(0x100, 0x3d));
     this.label27.set_Name("label27");
     this.label27.set_Size(new System.Drawing.Size(0x67, 13));
     this.label27.set_TabIndex(0x33);
     this.label27.set_Text("Пятикомнатных (5)");
     this.label27.set_TextAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.label36.set_AutoSize(true);
     this.label36.set_Location(new System.Drawing.Point(3, 0x1c5));
     this.label36.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label36.set_Name("label36");
     this.label36.set_Size(new System.Drawing.Size(0x2c, 13));
     this.label36.set_TabIndex(0x45);
     this.label36.set_Text("Кровля");
     this.txtYearPassport.set_Location(new System.Drawing.Point(0x171, 0x38));
     this.txtYearPassport.set_Margin(new System.Windows.Forms.Padding(2));
     this.txtYearPassport.set_MaxLength(4);
     this.txtYearPassport.set_Name("txtYearPassport");
     this.txtYearPassport.set_Size(new System.Drawing.Size(0x3d, 20));
     this.txtYearPassport.set_TabIndex(11);
     this.label7.set_AutoSize(true);
     this.label7.set_Location(new System.Drawing.Point(360, 8));
     this.label7.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(0x8f, 13));
     this.label7.set_TabIndex(0x4b);
     this.label7.set_Text("Район населенного пункта");
     this.groupBox1.Controls.Add(this.label21);
     this.groupBox1.Controls.Add(this.numCargoLift);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.numPassLift);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.numLift);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.set_Location(new System.Drawing.Point(6, 0x7d));
     this.groupBox1.set_Name("groupBox1");
     this.groupBox1.set_Size(new System.Drawing.Size(0x1a8, 0x38));
     this.groupBox1.set_TabIndex(20);
     this.groupBox1.set_TabStop(false);
     this.groupBox1.set_Text("Лифты:");
     this.label21.set_AutoSize(true);
     this.label21.set_Location(new System.Drawing.Point(0x116, 13));
     this.label21.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label21.set_Name("label21");
     this.label21.set_Size(new System.Drawing.Size(0x52, 13));
     this.label21.set_TabIndex(0x2f);
     this.label21.set_Text("Пассажирских");
     this.numCargoLift.set_Location(new System.Drawing.Point(0x16c, 0x20));
     this.numCargoLift.set_Margin(new System.Windows.Forms.Padding(2));
     int[] numArray9 = new int[4];
     numArray9[0] = 20;
     this.numCargoLift.set_Maximum(new decimal(numArray9));
     this.numCargoLift.set_Name("numCargoLift");
     this.numCargoLift.set_Size(new System.Drawing.Size(0x37, 20));
     this.numCargoLift.set_TabIndex(0x2e);
     this.numCargoLift.add_Validating(new CancelEventHandler(this.numCargoLift_Validating));
     this.label6.set_Location(new System.Drawing.Point(0x116, 0x22));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(0x44, 0x12));
     this.label6.set_TabIndex(0x2b);
     this.label6.set_Text("Грузовых");
     this.numPassLift.set_Location(new System.Drawing.Point(0x16c, 8));
     this.numPassLift.set_Margin(new System.Windows.Forms.Padding(2));
     int[] numArray10 = new int[4];
     numArray10[0] = 20;
     this.numPassLift.set_Maximum(new decimal(numArray10));
     this.numPassLift.set_Name("numPassLift");
     this.numPassLift.set_Size(new System.Drawing.Size(0x37, 20));
     this.numPassLift.set_TabIndex(0x2d);
     this.numPassLift.add_Validating(new CancelEventHandler(this.numPassLift_Validating));
     this.label5.set_Location(new System.Drawing.Point(210, 0x16));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x2e, 0x12));
     this.label5.set_TabIndex(0x2a);
     this.label5.set_Text("Из них: ");
     this.label5.set_TextAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.numLift.set_Location(new System.Drawing.Point(0x91, 20));
     this.numLift.set_Margin(new System.Windows.Forms.Padding(2));
     int[] numArray11 = new int[4];
     numArray11[0] = 20;
     this.numLift.set_Maximum(new decimal(numArray11));
     this.numLift.set_Name("numLift");
     this.numLift.set_Size(new System.Drawing.Size(0x39, 20));
     this.numLift.set_TabIndex(0x2c);
     this.numLift.add_Validating(new CancelEventHandler(this.numLift_Validating));
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(6, 0x16));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x6b, 13));
     this.label4.set_TabIndex(0x29);
     this.label4.set_Text("Лифтов в подъезде");
     this.Квартиры.Controls.Add(this.numFlatWithGarbageChute);
     this.Квартиры.Controls.Add(this.numOneRoom);
     this.Квартиры.Controls.Add(this.label35);
     this.Квартиры.Controls.Add(this.label23);
     this.Квартиры.Controls.Add(this.numFlat);
     this.Квартиры.Controls.Add(this.label22);
     this.Квартиры.Controls.Add(this.numThreeRoom);
     this.Квартиры.Controls.Add(this.label25);
     this.Квартиры.Controls.Add(this.numTwoRoom);
     this.Квартиры.Controls.Add(this.label24);
     this.Квартиры.Controls.Add(this.numFiveRoom);
     this.Квартиры.Controls.Add(this.label27);
     this.Квартиры.Controls.Add(this.numFourRoom);
     this.Квартиры.Controls.Add(this.label26);
     this.Квартиры.set_Location(new System.Drawing.Point(6, 0xb6));
     this.Квартиры.set_Name("Квартиры");
     this.Квартиры.set_Size(new System.Drawing.Size(0x1a8, 0x6c));
     this.Квартиры.set_TabIndex(30);
     this.Квартиры.set_TabStop(false);
     this.Квартиры.set_Text("Квартиры");
     this.numFlatWithGarbageChute.set_Location(new System.Drawing.Point(0x16c, 0x53));
     this.numFlatWithGarbageChute.set_Margin(new System.Windows.Forms.Padding(2));
     int[] numArray12 = new int[4];
     numArray12[0] = 0x2710;
     this.numFlatWithGarbageChute.set_Maximum(new decimal(numArray12));
     this.numFlatWithGarbageChute.set_Name("numFlatWithGarbageChute");
     this.numFlatWithGarbageChute.set_Size(new System.Drawing.Size(0x37, 20));
     this.numFlatWithGarbageChute.set_TabIndex(0x65);
     this.numFlatWithGarbageChute.add_Validating(new CancelEventHandler(this.numFlatWithGarbageChute_Validating));
     this.label35.set_AutoSize(true);
     this.label35.set_Location(new System.Drawing.Point(0xcd, 0x55));
     this.label35.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label35.set_Name("label35");
     this.label35.set_Size(new System.Drawing.Size(0x98, 13));
     this.label35.set_TabIndex(100);
     this.label35.set_Text("Комнаты с мусоропроводом");
     this.groupBox2.Controls.Add(this.tbFloorArea);
     this.groupBox2.Controls.Add(this.tbTotalSquareOI);
     this.groupBox2.Controls.Add(this.tbLivingSquareMKD);
     this.groupBox2.Controls.Add(this.tbTotalSquareMKD);
     this.groupBox2.Controls.Add(this.tbHeatingSquare);
     this.groupBox2.Controls.Add(this.tbLivingSquare);
     this.groupBox2.Controls.Add(this.tbTotalSquare);
     this.groupBox2.Controls.Add(this.label51);
     this.groupBox2.Controls.Add(this.label52);
     this.groupBox2.Controls.Add(this.label49);
     this.groupBox2.Controls.Add(this.label50);
     this.groupBox2.Controls.Add(this.label43);
     this.groupBox2.Controls.Add(this.label48);
     this.groupBox2.Controls.Add(this.label34);
     this.groupBox2.Controls.Add(this.label32);
     this.groupBox2.Controls.Add(this.label14);
     this.groupBox2.Controls.Add(this.label10);
     this.groupBox2.Controls.Add(this.label11);
     this.groupBox2.Controls.Add(this.label9);
     this.groupBox2.Controls.Add(this.label8);
     this.groupBox2.Controls.Add(this.numTotalVolume);
     this.groupBox2.Controls.Add(this.label33);
     this.groupBox2.Controls.Add(this.label31);
     this.groupBox2.Controls.Add(this.label28);
     this.groupBox2.set_Location(new System.Drawing.Point(6, 0x121));
     this.groupBox2.set_Name("groupBox2");
     this.groupBox2.set_Size(new System.Drawing.Size(0x1a8, 0x86));
     this.groupBox2.set_TabIndex(40);
     this.groupBox2.set_TabStop(false);
     this.groupBox2.set_Text("Метрические параметры");
     this.tbFloorArea.set_Location(new System.Drawing.Point(0xbf, 0x69));
     this.tbFloorArea.set_Margin(new System.Windows.Forms.Padding(2));
     this.tbFloorArea.set_MaxLength(4);
     this.tbFloorArea.set_Name("tbFloorArea");
     this.tbFloorArea.set_ReadOnly(true);
     this.tbFloorArea.set_Size(new System.Drawing.Size(0x35, 20));
     this.tbFloorArea.set_TabIndex(0x71);
     this.tbTotalSquareOI.set_Location(new System.Drawing.Point(0x16e, 0x3a));
     this.tbTotalSquareOI.set_Margin(new System.Windows.Forms.Padding(2));
     this.tbTotalSquareOI.set_MaxLength(4);
     this.tbTotalSquareOI.set_Name("tbTotalSquareOI");
     this.tbTotalSquareOI.set_ReadOnly(true);
     this.tbTotalSquareOI.set_Size(new System.Drawing.Size(0x35, 20));
     this.tbTotalSquareOI.set_TabIndex(0x70);
     this.tbLivingSquareMKD.set_Location(new System.Drawing.Point(0x16e, 0x24));
     this.tbLivingSquareMKD.set_Margin(new System.Windows.Forms.Padding(2));
     this.tbLivingSquareMKD.set_MaxLength(4);
     this.tbLivingSquareMKD.set_Name("tbLivingSquareMKD");
     this.tbLivingSquareMKD.set_ReadOnly(true);
     this.tbLivingSquareMKD.set_Size(new System.Drawing.Size(0x35, 20));
     this.tbLivingSquareMKD.set_TabIndex(0x6f);
     this.tbTotalSquareMKD.set_Location(new System.Drawing.Point(0x16e, 14));
     this.tbTotalSquareMKD.set_Margin(new System.Windows.Forms.Padding(2));
     this.tbTotalSquareMKD.set_MaxLength(4);
     this.tbTotalSquareMKD.set_Name("tbTotalSquareMKD");
     this.tbTotalSquareMKD.set_ReadOnly(true);
     this.tbTotalSquareMKD.set_Size(new System.Drawing.Size(0x35, 20));
     this.tbTotalSquareMKD.set_TabIndex(110);
     this.tbHeatingSquare.set_Location(new System.Drawing.Point(0x7e, 0x3a));
     this.tbHeatingSquare.set_Margin(new System.Windows.Forms.Padding(2));
     this.tbHeatingSquare.set_MaxLength(4);
     this.tbHeatingSquare.set_Name("tbHeatingSquare");
     this.tbHeatingSquare.set_ReadOnly(true);
     this.tbHeatingSquare.set_Size(new System.Drawing.Size(0x35, 20));
     this.tbHeatingSquare.set_TabIndex(0x6d);
     this.tbLivingSquare.set_Location(new System.Drawing.Point(0x7e, 0x24));
     this.tbLivingSquare.set_Margin(new System.Windows.Forms.Padding(2));
     this.tbLivingSquare.set_MaxLength(4);
     this.tbLivingSquare.set_Name("tbLivingSquare");
     this.tbLivingSquare.set_ReadOnly(true);
     this.tbLivingSquare.set_Size(new System.Drawing.Size(0x35, 20));
     this.tbLivingSquare.set_TabIndex(0x6c);
     this.tbTotalSquare.set_Location(new System.Drawing.Point(0x7e, 14));
     this.tbTotalSquare.set_Margin(new System.Windows.Forms.Padding(2));
     this.tbTotalSquare.set_MaxLength(4);
     this.tbTotalSquare.set_Name("tbTotalSquare");
     this.tbTotalSquare.set_ReadOnly(true);
     this.tbTotalSquare.set_Size(new System.Drawing.Size(0x35, 20));
     this.tbTotalSquare.set_TabIndex(0x68);
     this.label51.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.label51.set_AutoSize(true);
     this.label51.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 6f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     this.label51.set_Location(new System.Drawing.Point(0x164, 0x39));
     this.label51.set_Name("label51");
     this.label51.set_Size(new System.Drawing.Size(9, 9));
     this.label51.set_TabIndex(0x6b);
     this.label51.set_Text("2");
     this.label51.set_TextAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.label52.set_AutoSize(true);
     this.label52.set_Location(new System.Drawing.Point(0xb6, 0x3e));
     this.label52.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label52.set_Name("label52");
     this.label52.set_Size(new System.Drawing.Size(0xba, 13));
     this.label52.set_TabIndex(0x6a);
     this.label52.set_Text("Общая площадь в составе о/и (м  )");
     this.label49.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.label49.set_AutoSize(true);
     this.label49.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 6f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     this.label49.set_Location(new System.Drawing.Point(0x13f, 0x27));
     this.label49.set_Name("label49");
     this.label49.set_Size(new System.Drawing.Size(9, 9));
     this.label49.set_TabIndex(0x68);
     this.label49.set_Text("2");
     this.label49.set_TextAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.label50.set_AutoSize(true);
     this.label50.set_Location(new System.Drawing.Point(0xb7, 0x29));
     this.label50.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label50.set_Name("label50");
     this.label50.set_Size(new System.Drawing.Size(0x99, 13));
     this.label50.set_TabIndex(0x67);
     this.label50.set_Text("Жилая площадь в МКД (м   )");
     this.label43.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.label43.set_AutoSize(true);
     this.label43.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 6f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     this.label43.set_Location(new System.Drawing.Point(0x13e, 13));
     this.label43.set_Name("label43");
     this.label43.set_Size(new System.Drawing.Size(9, 9));
     this.label43.set_TabIndex(0x65);
     this.label43.set_Text("2");
     this.label43.set_TextAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.label48.set_AutoSize(true);
     this.label48.set_Location(new System.Drawing.Point(0xb7, 0x10));
     this.label48.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label48.set_Name("label48");
     this.label48.set_Size(new System.Drawing.Size(150, 13));
     this.label48.set_TabIndex(100);
     this.label48.set_Text("Общая площадь в МКД (м  )");
     this.label34.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.label34.set_AutoSize(true);
     this.label34.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 6f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     this.label34.set_Location(new System.Drawing.Point(170, 0x68));
     this.label34.set_Name("label34");
     this.label34.set_Size(new System.Drawing.Size(9, 9));
     this.label34.set_TabIndex(0x62);
     this.label34.set_Text("2");
     this.label34.set_TextAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.label32.set_AutoSize(true);
     this.label32.set_Location(new System.Drawing.Point(7, 0x6b));
     this.label32.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label32.set_Name("label32");
     this.label32.set_Size(new System.Drawing.Size(180, 13));
     this.label32.set_TabIndex(0x61);
     this.label32.set_Text("Площадь лестничных клеток (м   )");
     this.label14.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.label14.set_AutoSize(true);
     this.label14.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 6f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     this.label14.set_Location(new System.Drawing.Point(0x69, 0x26));
     this.label14.set_Name("label14");
     this.label14.set_Size(new System.Drawing.Size(9, 9));
     this.label14.set_TabIndex(0x5f);
     this.label14.set_Text("2");
     this.label14.set_TextAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.label10.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.label10.set_AutoSize(true);
     this.label10.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 6f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     this.label10.set_Location(new System.Drawing.Point(0x67, 0x3a));
     this.label10.set_Name("label10");
     this.label10.set_Size(new System.Drawing.Size(9, 9));
     this.label10.set_TabIndex(0x5e);
     this.label10.set_Text("2");
     this.label10.set_TextAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.label11.set_AutoSize(true);
     this.label11.set_Location(new System.Drawing.Point(7, 0x3e));
     this.label11.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label11.set_Name("label11");
     this.label11.set_Size(new System.Drawing.Size(0x70, 13));
     this.label11.set_TabIndex(0x5c);
     this.label11.set_Text("Отапл. площадь (м  )");
     this.label9.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.label9.set_AutoSize(true);
     this.label9.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 6f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     this.label9.set_Location(new System.Drawing.Point(0x67, 12));
     this.label9.set_Name("label9");
     this.label9.set_Size(new System.Drawing.Size(9, 9));
     this.label9.set_TabIndex(0x5b);
     this.label9.set_Text("2");
     this.label9.set_TextAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.label8.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.label8.set_AutoSize(true);
     this.label8.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 6f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     this.label8.set_Location(new System.Drawing.Point(0x84, 0x52));
     this.label8.set_Name("label8");
     this.label8.set_Size(new System.Drawing.Size(9, 9));
     this.label8.set_TabIndex(0x59);
     this.label8.set_Text("3");
     this.label8.set_TextAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.numTotalVolume.set_DecimalPlaces(3);
     this.numTotalVolume.set_Location(new System.Drawing.Point(0x91, 0x53));
     int[] numArray13 = new int[4];
     numArray13[0] = 0x107a3fff;
     numArray13[1] = 0x5af3;
     this.numTotalVolume.set_Maximum(new decimal(numArray13));
     this.numTotalVolume.set_Name("numTotalVolume");
     this.numTotalVolume.set_Size(new System.Drawing.Size(0x39, 20));
     this.numTotalVolume.set_TabIndex(10);
     this.label33.set_AutoSize(true);
     this.label33.set_Location(new System.Drawing.Point(6, 40));
     this.label33.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label33.set_Name("label33");
     this.label33.set_Size(new System.Drawing.Size(0x74, 13));
     this.label33.set_TabIndex(0x57);
     this.label33.set_Text("Жилая площадь (м   )");
     this.label31.set_AutoSize(true);
     this.label31.set_Location(new System.Drawing.Point(6, 0x10));
     this.label31.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label31.set_Name("label31");
     this.label31.set_Size(new System.Drawing.Size(0x71, 13));
     this.label31.set_TabIndex(0x56);
     this.label31.set_Text("Общая площадь (м  )");
     this.label28.set_AutoSize(true);
     this.label28.set_Location(new System.Drawing.Point(7, 0x56));
     this.label28.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label28.set_Name("label28");
     this.label28.set_Size(new System.Drawing.Size(0x8b, 13));
     this.label28.set_TabIndex(0x55);
     this.label28.set_Text("Строительный объем (м  )");
     this.tbxSubProvider.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbxSubProvider.set_Location(new System.Drawing.Point(0x91, 0x1da));
     this.tbxSubProvider.set_Margin(new System.Windows.Forms.Padding(2));
     this.tbxSubProvider.set_Name("tbxSubProvider");
     this.tbxSubProvider.set_Size(new System.Drawing.Size(0x232, 20));
     this.tbxSubProvider.set_TabIndex(0x4d);
     this.label29.set_AutoSize(true);
     this.label29.set_Location(new System.Drawing.Point(2, 0x1dd));
     this.label29.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label29.set_Name("label29");
     this.label29.set_Size(new System.Drawing.Size(130, 13));
     this.label29.set_TabIndex(0x4c);
     this.label29.set_Text("Организация подрядчик");
     this.tbxHouseChief.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbxHouseChief.set_Location(new System.Drawing.Point(0x91, 0x1f3));
     this.tbxHouseChief.set_Margin(new System.Windows.Forms.Padding(2));
     this.tbxHouseChief.set_Name("tbxHouseChief");
     this.tbxHouseChief.set_Size(new System.Drawing.Size(0x232, 20));
     this.tbxHouseChief.set_TabIndex(0x4f);
     this.label30.set_AutoSize(true);
     this.label30.set_Location(new System.Drawing.Point(2, 0x1f6));
     this.label30.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label30.set_Name("label30");
     this.label30.set_Size(new System.Drawing.Size(0x5e, 13));
     this.label30.set_TabIndex(0x4e);
     this.label30.set_Text("Старший по дому");
     this.groupBox3.Controls.Add(this.rbPrintNo);
     this.groupBox3.Controls.Add(this.rbPrintYes);
     this.groupBox3.set_Location(new System.Drawing.Point(-3, 0x20c));
     this.groupBox3.set_Name("groupBox3");
     this.groupBox3.set_Size(new System.Drawing.Size(0x19b, 0x2e));
     this.groupBox3.set_TabIndex(80);
     this.groupBox3.set_TabStop(false);
     this.groupBox3.set_Text("Параметры печати извещений");
     this.rbPrintNo.set_AutoSize(true);
     this.rbPrintNo.set_Location(new System.Drawing.Point(0xbf, 0x13));
     this.rbPrintNo.set_Name("rbPrintNo");
     this.rbPrintNo.set_Size(new System.Drawing.Size(0x57, 0x11));
     this.rbPrintNo.set_TabIndex(0x61);
     this.rbPrintNo.set_TabStop(true);
     this.rbPrintNo.set_Text("Не печатать");
     this.rbPrintNo.set_UseVisualStyleBackColor(true);
     this.rbPrintYes.set_AutoSize(true);
     this.rbPrintYes.set_Location(new System.Drawing.Point(12, 0x13));
     this.rbPrintYes.set_Name("rbPrintYes");
     this.rbPrintYes.set_Size(new System.Drawing.Size(0xa6, 0x11));
     this.rbPrintYes.set_TabIndex(0x60);
     this.rbPrintYes.set_TabStop(true);
     this.rbPrintYes.set_Text("Печатать составные услуги");
     this.rbPrintYes.set_UseVisualStyleBackColor(true);
     this.label37.set_AutoSize(true);
     this.label37.set_Location(new System.Drawing.Point(0x13b, 0x1ad));
     this.label37.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label37.set_Name("label37");
     this.label37.set_Size(new System.Drawing.Size(0x73, 13));
     this.label37.set_TabIndex(0x51);
     this.label37.set_Text("Вид благоустройства");
     this.label38.set_AutoSize(true);
     this.label38.set_Location(new System.Drawing.Point(0x1b1, 0x39));
     this.label38.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label38.set_Name("label38");
     this.label38.set_Size(new System.Drawing.Size(0x5b, 13));
     this.label38.set_TabIndex(0x53);
     this.label38.set_Text("Тип фундамента");
     this.label39.set_AutoSize(true);
     this.label39.set_Location(new System.Drawing.Point(0x1b1, 0x52));
     this.label39.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label39.set_Name("label39");
     this.label39.set_Size(new System.Drawing.Size(90, 13));
     this.label39.set_TabIndex(0x54);
     this.label39.set_Text("Тип перекрытия");
     this.label41.set_AutoSize(true);
     this.label41.set_Location(new System.Drawing.Point(0x1b1, 0x7d));
     this.label41.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label41.set_Name("label41");
     this.label41.set_Size(new System.Drawing.Size(0x40, 13));
     this.label41.set_TabIndex(0x56);
     this.label41.set_Text("Район суда");
     this.label42.set_AutoSize(true);
     this.label42.set_Location(new System.Drawing.Point(0x1b1, 150));
     this.label42.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label42.set_Name("label42");
     this.label42.set_Size(new System.Drawing.Size(0x8a, 13));
     this.label42.set_TabIndex(0x57);
     this.label42.set_Text("Номер судебного участка");
     this.label44.set_AutoSize(true);
     this.label44.set_Location(new System.Drawing.Point(0x1b3, 0xb9));
     this.label44.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label44.set_Name("label44");
     this.label44.set_Size(new System.Drawing.Size(0x59, 13));
     this.label44.set_TabIndex(0x59);
     this.label44.set_Text("Тариф домкома");
     this.label45.set_AutoSize(true);
     this.label45.set_Location(new System.Drawing.Point(0x1b3, 0x13b));
     this.label45.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label45.set_Name("label45");
     this.label45.set_Size(new System.Drawing.Size(0x9a, 13));
     this.label45.set_TabIndex(90);
     this.label45.set_Text("Количество мусоропроводов");
     this.label46.set_AutoSize(true);
     this.label46.set_Location(new System.Drawing.Point(0x1b2, 0xf6));
     this.label46.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label46.set_Name("label46");
     this.label46.set_Size(new System.Drawing.Size(140, 13));
     this.label46.set_TabIndex(0x5b);
     this.label46.set_Text("Номер паспортного стола");
     this.label47.set_AutoSize(true);
     this.label47.set_Location(new System.Drawing.Point(0x1b2, 0x115));
     this.label47.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label47.set_Name("label47");
     this.label47.set_Size(new System.Drawing.Size(0xd6, 13));
     this.label47.set_TabIndex(0x5c);
     this.label47.set_Text("Год проведения последнего капремонта");
     this.cbDomKom.set_AutoSize(true);
     this.cbDomKom.set_Location(new System.Drawing.Point(0x1b6, 0xcf));
     this.cbDomKom.set_Name("cbDomKom");
     this.cbDomKom.set_Size(new System.Drawing.Size(0xd3, 0x11));
     this.cbDomKom.set_TabIndex(0x62);
     this.cbDomKom.set_Text("Считать вознаграждение домкомам");
     this.cbDomKom.set_UseVisualStyleBackColor(true);
     this.tbNumberSudUch.set_Location(new System.Drawing.Point(0x240, 0x93));
     this.tbNumberSudUch.set_MaxLength(0x10);
     this.tbNumberSudUch.set_Name("tbNumberSudUch");
     this.tbNumberSudUch.set_Size(new System.Drawing.Size(0x86, 20));
     this.tbNumberSudUch.set_TabIndex(0x60);
     this.tbDomKomTarif.set_Location(new System.Drawing.Point(0x215, 0xb6));
     this.tbDomKomTarif.set_Name("tbDomKomTarif");
     this.tbDomKomTarif.set_Size(new System.Drawing.Size(0xb1, 20));
     this.tbDomKomTarif.set_TabIndex(0x61);
     this.numMusorCount.set_DecimalPlaces(2);
     this.numMusorCount.set_Location(new System.Drawing.Point(0x252, 0x137));
     int[] numArray14 = new int[4];
     numArray14[0] = 0x2710;
     this.numMusorCount.set_Maximum(new decimal(numArray14));
     this.numMusorCount.set_Name("numMusorCount");
     this.numMusorCount.set_Size(new System.Drawing.Size(0x39, 20));
     this.numMusorCount.set_TabIndex(0x65);
     this.numMusorCount.add_Validating(new CancelEventHandler(this.numMusorCount_Validating));
     this.tbPassportNum.set_Location(new System.Drawing.Point(0x242, 0xf3));
     this.tbPassportNum.set_Name("tbPassportNum");
     this.tbPassportNum.set_Size(new System.Drawing.Size(0x81, 20));
     this.tbPassportNum.set_TabIndex(0x63);
     this.tbKapRemontYear.set_Location(new System.Drawing.Point(650, 0x112));
     this.tbKapRemontYear.set_Margin(new System.Windows.Forms.Padding(2));
     this.tbKapRemontYear.set_MaxLength(4);
     this.tbKapRemontYear.set_Name("tbKapRemontYear");
     this.tbKapRemontYear.set_Size(new System.Drawing.Size(0x39, 20));
     this.tbKapRemontYear.set_TabIndex(100);
     this.label40.set_AutoSize(true);
     this.label40.set_Location(new System.Drawing.Point(0x1b1, 0x150));
     this.label40.set_Name("label40");
     this.label40.set_Size(new System.Drawing.Size(0x106, 13));
     this.label40.set_TabIndex(0x66);
     this.label40.set_Text("Территориальное общественное самоуправление");
     this.selectTerritorialManagement.set_FormattingEnabled(true);
     this.selectTerritorialManagement.set_Location(new System.Drawing.Point(0x1b4, 0x163));
     this.selectTerritorialManagement.set_Name("selectTerritorialManagement");
     this.selectTerritorialManagement.set_Size(new System.Drawing.Size(0x10f, 0x15));
     this.selectTerritorialManagement.set_Sorted(true);
     this.selectTerritorialManagement.set_TabIndex(0x67);
     this.selectRaionSuda.set_FormattingEnabled(true);
     this.selectRaionSuda.set_Location(new System.Drawing.Point(0x213, 0x7a));
     this.selectRaionSuda.set_Name("selectRaionSuda");
     this.selectRaionSuda.set_Size(new System.Drawing.Size(0xb3, 0x15));
     this.selectRaionSuda.set_Sorted(true);
     this.selectRaionSuda.set_TabIndex(0x5f);
     this.selectOverlapType.set_FormattingEnabled(true);
     this.selectOverlapType.set_Location(new System.Drawing.Point(0x213, 0x4f));
     this.selectOverlapType.set_Name("selectOverlapType");
     this.selectOverlapType.set_Size(new System.Drawing.Size(0xb3, 0x15));
     this.selectOverlapType.set_Sorted(true);
     this.selectOverlapType.set_TabIndex(0x5e);
     this.selectFoundationType.set_FormattingEnabled(true);
     this.selectFoundationType.set_Location(new System.Drawing.Point(0x213, 0x38));
     this.selectFoundationType.set_Name("selectFoundationType");
     this.selectFoundationType.set_Size(new System.Drawing.Size(0xb3, 0x15));
     this.selectFoundationType.set_Sorted(true);
     this.selectFoundationType.set_TabIndex(0x5d);
     this.selectCanonicalTypeId.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectCanonicalTypeId.set_FormattingEnabled(true);
     this.selectCanonicalTypeId.set_Location(new System.Drawing.Point(0x1b4, 0x1aa));
     this.selectCanonicalTypeId.set_Margin(new System.Windows.Forms.Padding(2));
     this.selectCanonicalTypeId.set_Name("selectCanonicalTypeId");
     this.selectCanonicalTypeId.set_Size(new System.Drawing.Size(0x110, 0x15));
     this.selectCanonicalTypeId.set_Sorted(true);
     this.selectCanonicalTypeId.set_TabIndex(0x52);
     this.selectBoroughs.set_FormattingEnabled(true);
     this.selectBoroughs.set_Location(new System.Drawing.Point(0x1fd, 5));
     this.selectBoroughs.set_Margin(new System.Windows.Forms.Padding(2));
     this.selectBoroughs.set_Name("selectBoroughs");
     this.selectBoroughs.set_Size(new System.Drawing.Size(0xc9, 0x15));
     this.selectBoroughs.set_Sorted(true);
     this.selectBoroughs.set_TabIndex(3);
     this.dtbOnDate.AttachToPeriod = false;
     this.dtbOnDate.AttachToPeriodEnd = false;
     this.dtbOnDate.set_Location(new System.Drawing.Point(0x171, 80));
     this.dtbOnDate.set_Margin(new System.Windows.Forms.Padding(2));
     this.dtbOnDate.set_Mask("00/00/0000");
     this.dtbOnDate.set_Name("dtbOnDate");
     this.dtbOnDate.set_Size(new System.Drawing.Size(0x3d, 20));
     this.dtbOnDate.set_TabIndex(13);
     this.selectOwnershipType.set_FormattingEnabled(true);
     this.selectOwnershipType.set_Location(new System.Drawing.Point(0x1fd, 30));
     this.selectOwnershipType.set_Margin(new System.Windows.Forms.Padding(2));
     this.selectOwnershipType.set_Name("selectOwnershipType");
     this.selectOwnershipType.set_Size(new System.Drawing.Size(0xc9, 0x15));
     this.selectOwnershipType.set_Sorted(true);
     this.selectOwnershipType.set_TabIndex(4);
     this.selectFormControl.set_FormattingEnabled(true);
     this.selectFormControl.set_Location(new System.Drawing.Point(0x7a, 0x1a));
     this.selectFormControl.set_Margin(new System.Windows.Forms.Padding(2));
     this.selectFormControl.set_Name("selectFormControl");
     this.selectFormControl.set_Size(new System.Drawing.Size(0xc9, 0x15));
     this.selectFormControl.set_Sorted(true);
     this.selectFormControl.set_TabIndex(2);
     this.selectRoofType.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectRoofType.set_FormattingEnabled(true);
     this.selectRoofType.set_Location(new System.Drawing.Point(0x91, 450));
     this.selectRoofType.set_Margin(new System.Windows.Forms.Padding(2));
     this.selectRoofType.set_Name("selectRoofType");
     this.selectRoofType.set_Size(new System.Drawing.Size(0x164, 0x15));
     this.selectRoofType.set_Sorted(true);
     this.selectRoofType.set_TabIndex(60);
     this.selectWallType.set_FormattingEnabled(true);
     this.selectWallType.set_Location(new System.Drawing.Point(0x92, 0x1aa));
     this.selectWallType.set_Margin(new System.Windows.Forms.Padding(2));
     this.selectWallType.set_Name("selectWallType");
     this.selectWallType.set_Size(new System.Drawing.Size(0x9c, 0x15));
     this.selectWallType.set_Sorted(true);
     this.selectWallType.set_TabIndex(50);
     this.selectType.set_FormattingEnabled(true);
     this.selectType.set_Location(new System.Drawing.Point(0x7a, 2));
     this.selectType.set_Margin(new System.Windows.Forms.Padding(2));
     this.selectType.set_Name("selectType");
     this.selectType.set_Size(new System.Drawing.Size(0xc9, 0x15));
     this.selectType.set_Sorted(true);
     this.selectType.set_TabIndex(1);
     this.label53.set_AutoSize(true);
     this.label53.set_Location(new System.Drawing.Point(0x1b4, 0x17b));
     this.label53.set_Name("label53");
     this.label53.set_Size(new System.Drawing.Size(80, 13));
     this.label53.set_TabIndex(0x68);
     this.label53.set_Text("Комментарий:");
     this.tbNote.set_Location(new System.Drawing.Point(0x1b4, 0x18c));
     this.tbNote.set_Multiline(true);
     this.tbNote.set_Name("tbNote");
     this.tbNote.set_Size(new System.Drawing.Size(0x10f, 0x19));
     this.tbNote.set_TabIndex(0x69);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.tbNote);
     base.Controls.Add(this.label53);
     base.Controls.Add(this.selectTerritorialManagement);
     base.Controls.Add(this.label40);
     base.Controls.Add(this.tbKapRemontYear);
     base.Controls.Add(this.tbPassportNum);
     base.Controls.Add(this.numMusorCount);
     base.Controls.Add(this.tbDomKomTarif);
     base.Controls.Add(this.tbNumberSudUch);
     base.Controls.Add(this.selectRaionSuda);
     base.Controls.Add(this.cbDomKom);
     base.Controls.Add(this.selectOverlapType);
     base.Controls.Add(this.selectFoundationType);
     base.Controls.Add(this.label47);
     base.Controls.Add(this.label46);
     base.Controls.Add(this.label45);
     base.Controls.Add(this.label44);
     base.Controls.Add(this.label42);
     base.Controls.Add(this.label41);
     base.Controls.Add(this.label39);
     base.Controls.Add(this.label38);
     base.Controls.Add(this.selectCanonicalTypeId);
     base.Controls.Add(this.label37);
     base.Controls.Add(this.groupBox3);
     base.Controls.Add(this.tbxHouseChief);
     base.Controls.Add(this.label30);
     base.Controls.Add(this.tbxSubProvider);
     base.Controls.Add(this.label29);
     base.Controls.Add(this.groupBox2);
     base.Controls.Add(this.Квартиры);
     base.Controls.Add(this.groupBox1);
     base.Controls.Add(this.selectBoroughs);
     base.Controls.Add(this.label7);
     base.Controls.Add(this.dtbOnDate);
     base.Controls.Add(this.selectOwnershipType);
     base.Controls.Add(this.selectFormControl);
     base.Controls.Add(this.txtYearPassport);
     base.Controls.Add(this.txtYear);
     base.Controls.Add(this.selectRoofType);
     base.Controls.Add(this.label36);
     base.Controls.Add(this.txtSeries);
     base.Controls.Add(this.label13);
     base.Controls.Add(this.selectWallType);
     base.Controls.Add(this.label12);
     base.Controls.Add(this.label20);
     base.Controls.Add(this.numPercentWear);
     base.Controls.Add(this.label19);
     base.Controls.Add(this.label18);
     base.Controls.Add(this.label17);
     base.Controls.Add(this.label16);
     base.Controls.Add(this.label15);
     base.Controls.Add(this.numEntrance);
     base.Controls.Add(this.label3);
     base.Controls.Add(this.selectType);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.numFloor);
     base.Controls.Add(this.label1);
     base.set_Name("HouseInfoView");
     base.set_Size(new System.Drawing.Size(0x2cb, 0x260));
     this.numFloor.EndInit();
     this.numEntrance.EndInit();
     this.numPercentWear.EndInit();
     this.numFlat.EndInit();
     this.numOneRoom.EndInit();
     this.numTwoRoom.EndInit();
     this.numThreeRoom.EndInit();
     this.numFourRoom.EndInit();
     this.numFiveRoom.EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.numCargoLift.EndInit();
     this.numPassLift.EndInit();
     this.numLift.EndInit();
     this.Квартиры.ResumeLayout(false);
     this.Квартиры.PerformLayout();
     this.numFlatWithGarbageChute.EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.numTotalVolume.EndInit();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.numMusorCount.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 16
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();
 }
 private void InitializeComponent()
 {
     this.components = new Container();
     FasetItem item = new FasetItem();
     this.btCancel = new System.Windows.Forms.Button();
     this.btOk = new System.Windows.Forms.Button();
     this.gbBox = new System.Windows.Forms.GroupBox();
     this.udSquare = new System.Windows.Forms.NumericUpDown();
     this.bsApartmentHousekeeping = new System.Windows.Forms.BindingSource(this.components);
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.dbEnd = new DateBox();
     this.dbBegin = new DateBox();
     this.lSquare = new System.Windows.Forms.Label();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.lName = new System.Windows.Forms.Label();
     this.cbTypeHousekeeping = new SelectFasetData();
     this.lTypeHousekeeping = new System.Windows.Forms.Label();
     this.gbBox.SuspendLayout();
     this.udSquare.BeginInit();
     this.bsApartmentHousekeeping.BeginInit();
     base.SuspendLayout();
     this.btCancel.set_DialogResult(System.Windows.Forms.DialogResult.Cancel);
     this.btCancel.set_Location(new System.Drawing.Point(0x132, 0xa9));
     this.btCancel.set_Margin(new System.Windows.Forms.Padding(2));
     this.btCancel.set_Name("btCancel");
     this.btCancel.set_Size(new System.Drawing.Size(80, 0x19));
     this.btCancel.set_TabIndex(3);
     this.btCancel.set_Text("Отмена");
     this.btCancel.set_UseVisualStyleBackColor(true);
     this.btCancel.add_Click(new System.EventHandler(this.btCancel_Click));
     this.btOk.set_Location(new System.Drawing.Point(0xde, 0xa9));
     this.btOk.set_Margin(new System.Windows.Forms.Padding(2));
     this.btOk.set_Name("btOk");
     this.btOk.set_Size(new System.Drawing.Size(80, 0x19));
     this.btOk.set_TabIndex(2);
     this.btOk.set_UseVisualStyleBackColor(true);
     this.btOk.add_Click(new System.EventHandler(this.btOk_Click));
     this.gbBox.Controls.Add(this.udSquare);
     this.gbBox.Controls.Add(this.label2);
     this.gbBox.Controls.Add(this.label1);
     this.gbBox.Controls.Add(this.dbEnd);
     this.gbBox.Controls.Add(this.dbBegin);
     this.gbBox.Controls.Add(this.lSquare);
     this.gbBox.Controls.Add(this.textBox1);
     this.gbBox.Controls.Add(this.lName);
     this.gbBox.Controls.Add(this.cbTypeHousekeeping);
     this.gbBox.Controls.Add(this.lTypeHousekeeping);
     this.gbBox.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.gbBox.set_FlatStyle(System.Windows.Forms.FlatStyle.System);
     this.gbBox.set_Location(new System.Drawing.Point(0, 0));
     this.gbBox.set_Margin(new System.Windows.Forms.Padding(2));
     this.gbBox.set_Name("gbBox");
     this.gbBox.set_Padding(new System.Windows.Forms.Padding(2));
     this.gbBox.set_Size(new System.Drawing.Size(0x182, 0xa2));
     this.gbBox.set_TabIndex(4);
     this.gbBox.set_TabStop(false);
     this.gbBox.set_Text("Свойства приусадебного хозяйства");
     this.udSquare.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bsApartmentHousekeeping, "SquareHk", true));
     this.udSquare.set_DecimalPlaces(3);
     this.udSquare.set_Location(new System.Drawing.Point(0xb3, 0x5d));
     this.udSquare.set_Margin(new System.Windows.Forms.Padding(2));
     int[] numArray = new int[4];
     numArray[0] = 0x2710;
     this.udSquare.set_Maximum(new decimal(numArray));
     this.udSquare.set_Name("udSquare");
     this.udSquare.set_Size(new System.Drawing.Size(90, 20));
     this.udSquare.set_TabIndex(0x19);
     this.bsApartmentHousekeeping.set_DataSource(typeof(ApartmentHousekeeping));
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(6, 0x8d));
     this.label2.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(170, 13));
     this.label2.set_TabIndex(0x18);
     this.label2.set_Text("Дата окончания использования");
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(6, 0x77));
     this.label1.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x98, 13));
     this.label1.set_TabIndex(0x17);
     this.label1.set_Text("Дата начала использования");
     this.dbEnd.AttachToPeriod = false;
     this.dbEnd.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bsApartmentHousekeeping, "Datee", true));
     this.dbEnd.set_Location(new System.Drawing.Point(0xb3, 0x88));
     this.dbEnd.set_Margin(new System.Windows.Forms.Padding(2));
     this.dbEnd.set_Mask("00/00/0000");
     this.dbEnd.set_Name("dbEnd");
     this.dbEnd.set_Size(new System.Drawing.Size(0x5b, 20));
     this.dbEnd.set_TabIndex(0x16);
     this.dbBegin.AttachToPeriod = false;
     this.dbBegin.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bsApartmentHousekeeping, "Dateb", true));
     this.dbBegin.set_Location(new System.Drawing.Point(0xb3, 0x73));
     this.dbBegin.set_Margin(new System.Windows.Forms.Padding(2));
     this.dbBegin.set_Mask("00/00/0000");
     this.dbBegin.set_Name("dbBegin");
     this.dbBegin.set_Size(new System.Drawing.Size(0x5b, 20));
     this.dbBegin.set_TabIndex(0x15);
     this.lSquare.set_AutoSize(true);
     this.lSquare.set_Location(new System.Drawing.Point(6, 0x5d));
     this.lSquare.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.lSquare.set_Name("lSquare");
     this.lSquare.set_Size(new System.Drawing.Size(0x36, 13));
     this.lSquare.set_TabIndex(20);
     this.lSquare.set_Text("Площадь");
     this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsApartmentHousekeeping, "NameHk", true));
     this.textBox1.set_Location(new System.Drawing.Point(6, 0x1b));
     this.textBox1.set_Margin(new System.Windows.Forms.Padding(2));
     this.textBox1.set_Name("textBox1");
     this.textBox1.set_Size(new System.Drawing.Size(0x174, 20));
     this.textBox1.set_TabIndex(0x13);
     this.lName.set_AutoSize(true);
     this.lName.set_Location(new System.Drawing.Point(3, 14));
     this.lName.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.lName.set_Name("lName");
     this.lName.set_Size(new System.Drawing.Size(0x39, 13));
     this.lName.set_TabIndex(0x12);
     this.lName.set_Text("Название");
     this.cbTypeHousekeeping.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.bsApartmentHousekeeping, "TypeHkName", true));
     this.cbTypeHousekeeping.set_FormattingEnabled(true);
     this.cbTypeHousekeeping.set_Location(new System.Drawing.Point(6, 0x42));
     this.cbTypeHousekeeping.set_Margin(new System.Windows.Forms.Padding(2));
     this.cbTypeHousekeeping.set_Name("cbTypeHousekeeping");
     item.FasetId = FasetsEnum.None;
     item.Id = 0;
     item.Name = "<не выбрано>";
     this.cbTypeHousekeeping.SelectedFasetItem = item;
     this.cbTypeHousekeeping.set_Size(new System.Drawing.Size(0x174, 0x15));
     this.cbTypeHousekeeping.set_Sorted(true);
     this.cbTypeHousekeeping.set_TabIndex(0x11);
     this.lTypeHousekeeping.set_AutoSize(true);
     this.lTypeHousekeeping.set_Location(new System.Drawing.Point(3, 50));
     this.lTypeHousekeeping.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.lTypeHousekeeping.set_Name("lTypeHousekeeping");
     this.lTypeHousekeeping.set_Size(new System.Drawing.Size(160, 13));
     this.lTypeHousekeeping.set_TabIndex(0x10);
     this.lTypeHousekeeping.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(0x182, 0xc9));
     base.Controls.Add(this.gbBox);
     base.Controls.Add(this.btCancel);
     base.Controls.Add(this.btOk);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedSingle);
     base.set_Margin(new System.Windows.Forms.Padding(2));
     base.set_MaximizeBox(false);
     base.set_Name("ApartmentHousekeepingAddChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("Изменить свойства Приусадебного хозяйства");
     base.add_Load(new System.EventHandler(this.ApartmentHousekeepingChangeForm_Load));
     this.gbBox.ResumeLayout(false);
     this.gbBox.PerformLayout();
     this.udSquare.EndInit();
     this.bsApartmentHousekeeping.EndInit();
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.components = new Container();
     this.lParametr = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.btnAddChange = new System.Windows.Forms.Button();
     this.btnClose = new System.Windows.Forms.Button();
     this.nudPropertyValue = new System.Windows.Forms.NumericUpDown();
     this.dbFromDate = new DateBox();
     this.nudPropertyValue.BeginInit();
     base.SuspendLayout();
     this.lParametr.set_AutoSize(true);
     this.lParametr.set_Location(new System.Drawing.Point(0, 7));
     this.lParametr.set_Name("lParametr");
     this.lParametr.set_Size(new System.Drawing.Size(0x48, 13));
     this.lParametr.set_TabIndex(20);
     this.lParametr.set_Text("Количество :");
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(0, 0x34));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x7c, 13));
     this.label5.set_TabIndex(0x13);
     this.label5.set_Text("Дата начала действия:");
     this.btnAddChange.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnAddChange.set_Location(new System.Drawing.Point(100, 0x62));
     this.btnAddChange.set_Margin(new System.Windows.Forms.Padding(2));
     this.btnAddChange.set_Name("btnAddChange");
     this.btnAddChange.set_Size(new System.Drawing.Size(80, 0x19));
     this.btnAddChange.set_TabIndex(0x23);
     this.btnAddChange.set_UseVisualStyleBackColor(true);
     this.btnAddChange.add_Click(new System.EventHandler(this.btnAddChange_Click));
     this.btnClose.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnClose.set_Location(new System.Drawing.Point(0xb8, 0x62));
     this.btnClose.set_Margin(new System.Windows.Forms.Padding(2));
     this.btnClose.set_Name("btnClose");
     this.btnClose.set_Size(new System.Drawing.Size(80, 0x19));
     this.btnClose.set_TabIndex(0x24);
     this.btnClose.set_Text("Отмена");
     this.btnClose.set_UseVisualStyleBackColor(true);
     this.btnClose.add_Click(new System.EventHandler(this.btnClose_Click));
     this.nudPropertyValue.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.nudPropertyValue.set_Location(new System.Drawing.Point(2, 0x17));
     this.nudPropertyValue.set_Margin(new System.Windows.Forms.Padding(2));
     int[] numArray = new int[4];
     numArray[0] = 0x3e8;
     this.nudPropertyValue.set_Maximum(new decimal(numArray));
     this.nudPropertyValue.set_Name("nudPropertyValue");
     this.nudPropertyValue.set_Size(new System.Drawing.Size(0x106, 20));
     this.nudPropertyValue.set_TabIndex(1);
     this.dbFromDate.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.dbFromDate.set_Location(new System.Drawing.Point(2, 0x44));
     this.dbFromDate.set_Mask("00/00/0000");
     this.dbFromDate.set_Name("dbFromDate");
     this.dbFromDate.set_Size(new System.Drawing.Size(0x106, 20));
     this.dbFromDate.set_TabIndex(2);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x10c, 0x80));
     base.Controls.Add(this.nudPropertyValue);
     base.Controls.Add(this.btnClose);
     base.Controls.Add(this.btnAddChange);
     base.Controls.Add(this.dbFromDate);
     base.Controls.Add(this.lParametr);
     base.Controls.Add(this.label5);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedDialog);
     base.set_MaximizeBox(false);
     base.set_MinimizeBox(false);
     base.set_Name("ApartmentAnimalAddChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterParent);
     this.nudPropertyValue.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.nudBalconyArea = new System.Windows.Forms.NumericUpDown();
     this.nudHeatingArea = new System.Windows.Forms.NumericUpDown();
     this.nudLivingArea = new System.Windows.Forms.NumericUpDown();
     this.nudTotalArea = new System.Windows.Forms.NumericUpDown();
     this.label8 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.nudFloorsCount = new System.Windows.Forms.NumericUpDown();
     this.label20 = new System.Windows.Forms.Label();
     this.tbPhone = new System.Windows.Forms.TextBox();
     this.label16 = new System.Windows.Forms.Label();
     this.nudDoorWay = new System.Windows.Forms.NumericUpDown();
     this.nudFloorHouse = new System.Windows.Forms.NumericUpDown();
     this.label14 = new System.Windows.Forms.Label();
     this.nudRoomsCount = new System.Windows.Forms.NumericUpDown();
     this.label13 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.label2 = new System.Windows.Forms.Label();
     this.lTypeApartment = new System.Windows.Forms.Label();
     this.lUKompany = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.tbFromDate = new DateBox();
     this.selectHouseType = new SelectFasetData();
     this.selectType = new SelectFasetData();
     this.selectAccomplishmentType = new SelectFasetData();
     this.selectOrgDocument = new SelectOrgDocument();
     this.selectHouseHolder = new SelectOrganization();
     this.selectOrganization = new SelectOrganization();
     this.groupBox1.SuspendLayout();
     this.nudBalconyArea.BeginInit();
     this.nudHeatingArea.BeginInit();
     this.nudLivingArea.BeginInit();
     this.nudTotalArea.BeginInit();
     this.nudFloorsCount.BeginInit();
     this.nudDoorWay.BeginInit();
     this.nudFloorHouse.BeginInit();
     this.nudRoomsCount.BeginInit();
     this.groupBox3.SuspendLayout();
     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.nudBalconyArea);
     this.groupBox1.Controls.Add(this.nudHeatingArea);
     this.groupBox1.Controls.Add(this.nudLivingArea);
     this.groupBox1.Controls.Add(this.nudTotalArea);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.label10);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.label11);
     this.groupBox1.set_Location(new System.Drawing.Point(2, 0x181));
     this.groupBox1.set_Name("groupBox1");
     this.groupBox1.set_Size(new System.Drawing.Size(0x20d, 0x51));
     this.groupBox1.set_TabIndex(0x1c);
     this.groupBox1.set_TabStop(false);
     this.groupBox1.set_Text("Площадь");
     this.nudBalconyArea.set_DecimalPlaces(2);
     int[] numArray = new int[4];
     numArray[0] = 1;
     numArray[3] = 0x20000;
     this.nudBalconyArea.set_Increment(new decimal(numArray));
     this.nudBalconyArea.set_Location(new System.Drawing.Point(0x17d, 0x2a));
     int[] numArray2 = new int[4];
     numArray2[0] = 0xbb8;
     this.nudBalconyArea.set_Maximum(new decimal(numArray2));
     this.nudBalconyArea.set_Name("nudBalconyArea");
     this.nudBalconyArea.set_Size(new System.Drawing.Size(0x6f, 20));
     this.nudBalconyArea.set_TabIndex(0x1b);
     this.nudHeatingArea.set_DecimalPlaces(2);
     int[] numArray3 = new int[4];
     numArray3[0] = 1;
     numArray3[3] = 0x20000;
     this.nudHeatingArea.set_Increment(new decimal(numArray3));
     this.nudHeatingArea.set_Location(new System.Drawing.Point(0x109, 0x2a));
     int[] numArray4 = new int[4];
     numArray4[0] = 0xbb8;
     this.nudHeatingArea.set_Maximum(new decimal(numArray4));
     this.nudHeatingArea.set_Name("nudHeatingArea");
     this.nudHeatingArea.set_Size(new System.Drawing.Size(110, 20));
     this.nudHeatingArea.set_TabIndex(0x1a);
     this.nudLivingArea.set_DecimalPlaces(2);
     int[] numArray5 = new int[4];
     numArray5[0] = 1;
     numArray5[3] = 0x20000;
     this.nudLivingArea.set_Increment(new decimal(numArray5));
     this.nudLivingArea.set_Location(new System.Drawing.Point(0x93, 0x2a));
     int[] numArray6 = new int[4];
     numArray6[0] = 0xbb8;
     this.nudLivingArea.set_Maximum(new decimal(numArray6));
     this.nudLivingArea.set_Name("nudLivingArea");
     this.nudLivingArea.set_Size(new System.Drawing.Size(0x6f, 20));
     this.nudLivingArea.set_TabIndex(0x19);
     this.nudTotalArea.set_DecimalPlaces(2);
     int[] numArray7 = new int[4];
     numArray7[0] = 1;
     numArray7[3] = 0x20000;
     this.nudTotalArea.set_Increment(new decimal(numArray7));
     this.nudTotalArea.set_Location(new System.Drawing.Point(0x1f, 0x29));
     int[] numArray8 = new int[4];
     numArray8[0] = 0xbb8;
     this.nudTotalArea.set_Maximum(new decimal(numArray8));
     this.nudTotalArea.set_Name("nudTotalArea");
     this.nudTotalArea.set_Size(new System.Drawing.Size(110, 20));
     this.nudTotalArea.set_TabIndex(0x18);
     this.label8.set_AutoSize(true);
     this.label8.set_Location(new System.Drawing.Point(30, 0x19));
     this.label8.set_Name("label8");
     this.label8.set_Size(new System.Drawing.Size(0x2d, 13));
     this.label8.set_TabIndex(13);
     this.label8.set_Text("Общая:");
     this.label10.set_AutoSize(true);
     this.label10.set_Location(new System.Drawing.Point(0x105, 0x19));
     this.label10.set_Name("label10");
     this.label10.set_Size(new System.Drawing.Size(0x55, 13));
     this.label10.set_TabIndex(15);
     this.label10.set_Text("Отапливаемая:");
     this.label9.set_AutoSize(true);
     this.label9.set_Location(new System.Drawing.Point(0x90, 0x18));
     this.label9.set_Name("label9");
     this.label9.set_Size(new System.Drawing.Size(0x2d, 13));
     this.label9.set_TabIndex(14);
     this.label9.set_Text("Жилая:");
     this.label11.set_AutoSize(true);
     this.label11.set_Location(new System.Drawing.Point(0x17a, 0x19));
     this.label11.set_Name("label11");
     this.label11.set_Size(new System.Drawing.Size(0x66, 13));
     this.label11.set_TabIndex(0x10);
     this.label11.set_Text("Площадь балкона:");
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(7, 0x94));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x7c, 13));
     this.label1.set_TabIndex(110);
     this.label1.set_Text("Документ - основание:");
     this.label7.set_AutoSize(true);
     this.label7.set_Location(new System.Drawing.Point(7, 14));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(0x67, 13));
     this.label7.set_TabIndex(0x71);
     this.label7.set_Text("Дата ввода в ЖФ:");
     this.nudFloorsCount.set_Location(new System.Drawing.Point(30, 0x22));
     this.nudFloorsCount.set_Name("nudFloorsCount");
     this.nudFloorsCount.set_Size(new System.Drawing.Size(0x6f, 20));
     this.nudFloorsCount.set_TabIndex(0x7b);
     this.label20.set_AutoSize(true);
     this.label20.set_Location(new System.Drawing.Point(0x1c, 0x12));
     this.label20.set_Name("label20");
     this.label20.set_Size(new System.Drawing.Size(0x5e, 13));
     this.label20.set_TabIndex(0x7c);
     this.label20.set_Text("Этажность дома:");
     this.tbPhone.set_Location(new System.Drawing.Point(0x1f, 0x4c));
     this.tbPhone.set_Name("tbPhone");
     this.tbPhone.set_Size(new System.Drawing.Size(0xe1, 20));
     this.tbPhone.set_TabIndex(0x76);
     this.label16.set_AutoSize(true);
     this.label16.set_Location(new System.Drawing.Point(30, 60));
     this.label16.set_Name("label16");
     this.label16.set_Size(new System.Drawing.Size(0x37, 13));
     this.label16.set_TabIndex(0x7a);
     this.label16.set_Text("Телефон:");
     this.nudDoorWay.set_Location(new System.Drawing.Point(0x93, 0x22));
     this.nudDoorWay.set_Name("nudDoorWay");
     this.nudDoorWay.set_Size(new System.Drawing.Size(0x6f, 20));
     this.nudDoorWay.set_TabIndex(0x75);
     this.nudFloorHouse.set_Location(new System.Drawing.Point(0x108, 0x22));
     this.nudFloorHouse.set_Name("nudFloorHouse");
     this.nudFloorHouse.set_Size(new System.Drawing.Size(0x6f, 20));
     this.nudFloorHouse.set_TabIndex(0x74);
     this.label14.set_AutoSize(true);
     this.label14.set_Location(new System.Drawing.Point(0x90, 0x12));
     this.label14.set_Name("label14");
     this.label14.set_Size(new System.Drawing.Size(0x37, 13));
     this.label14.set_TabIndex(120);
     this.label14.set_Text("Подъезд:");
     this.nudRoomsCount.set_Location(new System.Drawing.Point(0x17d, 0x22));
     this.nudRoomsCount.set_Name("nudRoomsCount");
     this.nudRoomsCount.set_Size(new System.Drawing.Size(0x6f, 20));
     this.nudRoomsCount.set_TabIndex(0x73);
     this.label13.set_AutoSize(true);
     this.label13.set_Location(new System.Drawing.Point(0x106, 0x12));
     this.label13.set_Name("label13");
     this.label13.set_Size(new System.Drawing.Size(0x24, 13));
     this.label13.set_TabIndex(0x77);
     this.label13.set_Text("Этаж:");
     this.label15.set_AutoSize(true);
     this.label15.set_Location(new System.Drawing.Point(0x17a, 0x12));
     this.label15.set_Name("label15");
     this.label15.set_Size(new System.Drawing.Size(0x6d, 13));
     this.label15.set_TabIndex(0x79);
     this.label15.set_Text("Количество комнат:");
     this.groupBox3.Controls.Add(this.label14);
     this.groupBox3.Controls.Add(this.nudFloorsCount);
     this.groupBox3.Controls.Add(this.label15);
     this.groupBox3.Controls.Add(this.label20);
     this.groupBox3.Controls.Add(this.label13);
     this.groupBox3.Controls.Add(this.tbPhone);
     this.groupBox3.Controls.Add(this.nudRoomsCount);
     this.groupBox3.Controls.Add(this.nudFloorHouse);
     this.groupBox3.Controls.Add(this.nudDoorWay);
     this.groupBox3.Controls.Add(this.label16);
     this.groupBox3.set_Location(new System.Drawing.Point(2, 0x10c));
     this.groupBox3.set_Name("groupBox3");
     this.groupBox3.set_Size(new System.Drawing.Size(0x20d, 0x6f));
     this.groupBox3.set_TabIndex(0x7d);
     this.groupBox3.set_TabStop(false);
     this.groupBox3.set_Text("Свойства");
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(6, 0xbb));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(90, 13));
     this.label2.set_TabIndex(0x7e);
     this.label2.set_Text("Подразделение:");
     this.lTypeApartment.set_AutoSize(true);
     this.lTypeApartment.set_Location(new System.Drawing.Point(0xe9, 13));
     this.lTypeApartment.set_Name("lTypeApartment");
     this.lTypeApartment.set_Size(new System.Drawing.Size(0x40, 13));
     this.lTypeApartment.set_TabIndex(130);
     this.lTypeApartment.set_TabStop(true);
     this.lTypeApartment.set_Text("Тип жилья:");
     this.lUKompany.set_AutoSize(true);
     this.lUKompany.set_Location(new System.Drawing.Point(7, 0xe2));
     this.lUKompany.set_Name("lUKompany");
     this.lUKompany.set_Size(new System.Drawing.Size(0x88, 13));
     this.lUKompany.set_TabIndex(0x84);
     this.lUKompany.set_TabStop(true);
     this.lUKompany.set_Text("Управляющая компания:");
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(0xe9, 0x42));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x76, 13));
     this.label5.set_TabIndex(0x86);
     this.label5.set_TabStop(true);
     this.label5.set_Text("Тип благоустройства:");
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(0xe9, 110));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(0x3a, 13));
     this.label6.set_TabIndex(0x88);
     this.label6.set_TabStop(true);
     this.label6.set_Text("Тип дома:");
     this.tbFromDate.AttachToPeriod = false;
     this.tbFromDate.AttachToPeriodEnd = false;
     this.tbFromDate.set_Location(new System.Drawing.Point(10, 30));
     this.tbFromDate.set_Mask("00/00/0000");
     this.tbFromDate.set_Name("tbFromDate");
     this.tbFromDate.set_Size(new System.Drawing.Size(100, 20));
     this.tbFromDate.set_TabIndex(0x70);
     this.selectHouseType.set_FormattingEnabled(true);
     this.selectHouseType.set_Location(new System.Drawing.Point(0xec, 0x7e));
     this.selectHouseType.set_Name("selectHouseType");
     this.selectHouseType.set_Size(new System.Drawing.Size(0x11b, 0x15));
     this.selectHouseType.set_Sorted(true);
     this.selectHouseType.set_TabIndex(0x87);
     this.selectType.set_FormattingEnabled(true);
     this.selectType.set_Location(new System.Drawing.Point(0xec, 0x1d));
     this.selectType.set_Name("selectType");
     this.selectType.set_Size(new System.Drawing.Size(0x11b, 0x15));
     this.selectType.set_Sorted(true);
     this.selectType.set_TabIndex(0x80);
     this.selectAccomplishmentType.set_FormattingEnabled(true);
     this.selectAccomplishmentType.set_Location(new System.Drawing.Point(0xec, 0x52));
     this.selectAccomplishmentType.set_Name("selectAccomplishmentType");
     this.selectAccomplishmentType.set_Size(new System.Drawing.Size(0x11b, 0x15));
     this.selectAccomplishmentType.set_Sorted(true);
     this.selectAccomplishmentType.set_TabIndex(0x85);
     this.selectOrgDocument.set_Location(new System.Drawing.Point(10, 0xa4));
     this.selectOrgDocument.set_Name("selectOrgDocument");
     this.selectOrgDocument.set_Size(new System.Drawing.Size(0x1fd, 20));
     this.selectOrgDocument.set_TabIndex(0x6f);
     this.selectHouseHolder.IsCashlessTransferrer = false;
     this.selectHouseHolder.IsHouseHolder = true;
     this.selectHouseHolder.IsPaymentAgent = false;
     this.selectHouseHolder.IsResourceProvider = false;
     this.selectHouseHolder.IsServiceProvider = false;
     this.selectHouseHolder.set_Location(new System.Drawing.Point(10, 0xf2));
     this.selectHouseHolder.set_Name("selectHouseHolder");
     this.selectHouseHolder.set_Size(new System.Drawing.Size(0x1fd, 20));
     this.selectHouseHolder.set_TabIndex(0x83);
     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(10, 0xcb));
     this.selectOrganization.set_Name("selectOrganization");
     this.selectOrganization.set_Size(new System.Drawing.Size(0x1fd, 20));
     this.selectOrganization.set_TabIndex(0x7f);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.label7);
     base.Controls.Add(this.tbFromDate);
     base.Controls.Add(this.label6);
     base.Controls.Add(this.selectHouseType);
     base.Controls.Add(this.lTypeApartment);
     base.Controls.Add(this.selectType);
     base.Controls.Add(this.label5);
     base.Controls.Add(this.selectAccomplishmentType);
     base.Controls.Add(this.lUKompany);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.selectOrgDocument);
     base.Controls.Add(this.selectHouseHolder);
     base.Controls.Add(this.selectOrganization);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.groupBox3);
     base.Controls.Add(this.groupBox1);
     base.set_Name("ApartmentInfoMimGeneralView");
     base.set_Size(new System.Drawing.Size(0x213, 0x1da));
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.nudBalconyArea.EndInit();
     this.nudHeatingArea.EndInit();
     this.nudLivingArea.EndInit();
     this.nudTotalArea.EndInit();
     this.nudFloorsCount.EndInit();
     this.nudDoorWay.EndInit();
     this.nudFloorHouse.EndInit();
     this.nudRoomsCount.EndInit();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 20
0
 private void InitializeComponent()
 {
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnOk = 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.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.selectOrgDocument = new SelectOrgDocument();
     this.dbxCreateDate = new DateBox();
     this.dbxLastDate = new DateBox();
     this.dbxDate = new DateBox();
     this.selectOrganizationForDocument = new SelectOrganization();
     base.SuspendLayout();
     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(0x18c, 0xac));
     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.btnOk.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnOk.set_Location(new System.Drawing.Point(0x13b, 0xac));
     this.btnOk.set_Name("btnOk");
     this.btnOk.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnOk.set_TabIndex(5);
     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, 0x11));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x27, 13));
     this.label1.set_TabIndex(2);
     this.label1.set_Text("Дата: ");
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(12, 0x8d));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(120, 13));
     this.label2.set_TabIndex(3);
     this.label2.set_Text("Название документа: ");
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(12, 0x6c));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x84, 13));
     this.label3.set_TabIndex(4);
     this.label3.set_Text("Оплата учитывается до: ");
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(12, 0x4c));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(90, 13));
     this.label5.set_TabIndex(6);
     this.label5.set_Text("Дата создания: ");
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(12, 0x2d));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(0x85, 13));
     this.label6.set_TabIndex(7);
     this.label6.set_Text("Управляющая компания");
     this.selectOrgDocument.set_Location(new System.Drawing.Point(0x97, 0x89));
     this.selectOrgDocument.set_Name("selectOrgDocument");
     this.selectOrgDocument.set_Size(new System.Drawing.Size(320, 20));
     this.selectOrgDocument.set_TabIndex(4);
     this.dbxCreateDate.AttachToPeriod = false;
     this.dbxCreateDate.AttachToPeriodEnd = false;
     this.dbxCreateDate.set_Location(new System.Drawing.Point(0x97, 0x49));
     this.dbxCreateDate.set_Mask("00/00/0000");
     this.dbxCreateDate.set_Name("dbxCreateDate");
     this.dbxCreateDate.set_Size(new System.Drawing.Size(320, 20));
     this.dbxCreateDate.set_TabIndex(2);
     this.dbxLastDate.AttachToPeriod = false;
     this.dbxLastDate.AttachToPeriodEnd = false;
     this.dbxLastDate.set_Location(new System.Drawing.Point(0x97, 0x69));
     this.dbxLastDate.set_Mask("00/00/0000");
     this.dbxLastDate.set_Name("dbxLastDate");
     this.dbxLastDate.set_Size(new System.Drawing.Size(320, 20));
     this.dbxLastDate.set_TabIndex(3);
     this.dbxDate.AttachToPeriod = false;
     this.dbxDate.AttachToPeriodEnd = false;
     this.dbxDate.set_Location(new System.Drawing.Point(0x97, 14));
     this.dbxDate.set_Mask("00/00/0000");
     this.dbxDate.set_Name("dbxDate");
     this.dbxDate.set_Size(new System.Drawing.Size(320, 20));
     this.dbxDate.set_TabIndex(0);
     this.selectOrganizationForDocument.IsCashlessTransferrer = false;
     this.selectOrganizationForDocument.IsHouseHolder = false;
     this.selectOrganizationForDocument.IsPaymentAgent = false;
     this.selectOrganizationForDocument.IsResourceProvider = false;
     this.selectOrganizationForDocument.IsServiceProvider = false;
     this.selectOrganizationForDocument.set_Location(new System.Drawing.Point(0x97, 0x2d));
     this.selectOrganizationForDocument.set_Name("selectOrganizationForDocument");
     this.selectOrganizationForDocument.set_Size(new System.Drawing.Size(320, 20));
     this.selectOrganizationForDocument.set_TabIndex(1);
     base.set_AcceptButton(this.btnOk);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_CancelButton(this.btnCancel);
     base.set_ClientSize(new System.Drawing.Size(0x1e3, 0xcf));
     base.Controls.Add(this.selectOrgDocument);
     base.Controls.Add(this.dbxCreateDate);
     base.Controls.Add(this.dbxLastDate);
     base.Controls.Add(this.dbxDate);
     base.Controls.Add(this.selectOrganizationForDocument);
     base.Controls.Add(this.label6);
     base.Controls.Add(this.label5);
     base.Controls.Add(this.label3);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.btnOk);
     base.Controls.Add(this.btnCancel);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedDialog);
     base.set_MaximizeBox(false);
     base.set_MinimizeBox(false);
     base.set_Name("DebtDocumentEditForm");
     base.set_SizeGripStyle(System.Windows.Forms.SizeGripStyle.Show);
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("Изменение записи");
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.bCancel = new System.Windows.Forms.Button();
     this.bAddChange = new System.Windows.Forms.Button();
     this.cbPlace = new SelectFasetData();
     this.dbfromDate = new DateBox();
     base.SuspendLayout();
     this.label1.set_AutoSize(true);
     this.label1.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.5f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     this.label1.set_Location(new System.Drawing.Point(3, 8));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x68, 15));
     this.label1.set_TabIndex(1);
     this.label1.set_Text("Дата изменения");
     this.label2.set_AutoSize(true);
     this.label2.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.5f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     this.label2.set_Location(new System.Drawing.Point(3, 0x21));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x85, 15));
     this.label2.set_TabIndex(3);
     this.label2.set_Text("Место расположения");
     this.bCancel.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.5f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     this.bCancel.set_Location(new System.Drawing.Point(0x12b, 0x33));
     this.bCancel.set_Name("bCancel");
     this.bCancel.set_Size(new System.Drawing.Size(0x45, 0x19));
     this.bCancel.set_TabIndex(0x42);
     this.bCancel.set_Text("Отмена");
     this.bCancel.set_UseVisualStyleBackColor(true);
     this.bCancel.add_Click(new System.EventHandler(this.bCancel_Click));
     this.bAddChange.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.5f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     this.bAddChange.set_Location(new System.Drawing.Point(0xd6, 0x33));
     this.bAddChange.set_Name("bAddChange");
     this.bAddChange.set_Size(new System.Drawing.Size(0x4f, 0x19));
     this.bAddChange.set_TabIndex(0x41);
     this.bAddChange.set_Text("Сохранить");
     this.bAddChange.set_UseVisualStyleBackColor(true);
     this.bAddChange.add_Click(new System.EventHandler(this.bAddChange_Click));
     this.cbPlace.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.5f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     this.cbPlace.set_FormattingEnabled(true);
     this.cbPlace.set_Location(new System.Drawing.Point(0x8d, 0x1b));
     this.cbPlace.set_Margin(new System.Windows.Forms.Padding(2));
     this.cbPlace.set_Name("cbPlace");
     this.cbPlace.set_Size(new System.Drawing.Size(0xe3, 0x15));
     this.cbPlace.set_Sorted(true);
     this.cbPlace.set_TabIndex(0x40);
     this.dbfromDate.AttachToPeriod = false;
     this.dbfromDate.AttachToPeriodEnd = false;
     this.dbfromDate.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.5f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     this.dbfromDate.set_Location(new System.Drawing.Point(0x10c, 3));
     this.dbfromDate.set_Mask("00/00/0000");
     this.dbfromDate.set_Name("dbfromDate");
     this.dbfromDate.set_Size(new System.Drawing.Size(100, 20));
     this.dbfromDate.set_TabIndex(0x3f);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x174, 0x4f));
     base.Controls.Add(this.cbPlace);
     base.Controls.Add(this.dbfromDate);
     base.Controls.Add(this.bAddChange);
     base.Controls.Add(this.bCancel);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.label1);
     base.set_MaximizeBox(false);
     base.set_MinimizeBox(false);
     base.set_Name("ApartmentCounterPlaceAddChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     base.add_Load(new System.EventHandler(this.ApartmentCounterPlaceAddChangeForm_Load));
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.components = new Container();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnSave = new System.Windows.Forms.Button();
     this.dateBox = new DateBox();
     this.selectOrganization = new SelectOrganization();
     base.SuspendLayout();
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(1, 9));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x57, 13));
     this.label1.set_TabIndex(0);
     this.label1.set_Text("Подразделение");
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(1, 0x26));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x47, 13));
     this.label2.set_TabIndex(6);
     this.label2.set_Text("Дата начала");
     this.btnCancel.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnCancel.set_Location(new System.Drawing.Point(0x155, 0x3b));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(80, 0x19));
     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.btnSave.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnSave.set_Location(new System.Drawing.Point(0xfe, 0x3b));
     this.btnSave.set_Name("btnSave");
     this.btnSave.set_Size(new System.Drawing.Size(80, 0x19));
     this.btnSave.set_TabIndex(7);
     this.btnSave.set_UseVisualStyleBackColor(true);
     this.btnSave.add_Click(new System.EventHandler(this.btnSave_Click));
     this.dateBox.AttachToPeriod = false;
     this.dateBox.AttachToPeriodEnd = false;
     this.dateBox.set_Location(new System.Drawing.Point(0x61, 0x23));
     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(2);
     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.IsServiceProvider = false;
     this.selectOrganization.set_Location(new System.Drawing.Point(0x61, 9));
     this.selectOrganization.set_Name("selectOrganization");
     this.selectOrganization.set_Size(new System.Drawing.Size(0x145, 20));
     this.selectOrganization.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(0x1a8, 0x59));
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.btnSave);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.dateBox);
     base.Controls.Add(this.selectOrganization);
     base.Controls.Add(this.label1);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedDialog);
     base.set_MaximizeBox(false);
     base.set_MinimizeBox(false);
     base.set_Name("ApartmentTerritorialSubdivisionHistoryAddChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterParent);
     this.set_Text("Подразделение");
     base.add_Load(new System.EventHandler(this.ApartmentTerritorialSubdivisionHistoryAddChangeForm_Load));
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.components = new Container();
     this.selectOrganization = new SelectOrganization();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.dbxBegin = new DateBox();
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnSave = new System.Windows.Forms.Button();
     this.bsOrganizations = new System.Windows.Forms.BindingSource(this.components);
     this.bsOrganizations.BeginInit();
     base.SuspendLayout();
     this.selectOrganization.IsCashlessTransferrer = false;
     this.selectOrganization.IsHouseHolder = false;
     this.selectOrganization.IsServiceProvider = false;
     this.selectOrganization.set_Location(new System.Drawing.Point(0x53, 5));
     this.selectOrganization.set_Name("selectOrganization");
     this.selectOrganization.set_Size(new System.Drawing.Size(360, 20));
     this.selectOrganization.set_TabIndex(7);
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(3, 5));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x4a, 13));
     this.label1.set_TabIndex(8);
     this.label1.set_Text("Организация");
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(3, 0x22));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x47, 13));
     this.label2.set_TabIndex(10);
     this.label2.set_Text("Дата начала");
     this.dbxBegin.AttachToPeriod = false;
     this.dbxBegin.AttachToPeriodEnd = false;
     this.dbxBegin.set_Location(new System.Drawing.Point(0x53, 0x1f));
     this.dbxBegin.set_Mask("00/00/0000");
     this.dbxBegin.set_Name("dbxBegin");
     this.dbxBegin.set_Size(new System.Drawing.Size(100, 20));
     this.dbxBegin.set_TabIndex(9);
     this.btnCancel.set_Location(new System.Drawing.Point(0x16c, 0x36));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(80, 0x19));
     this.btnCancel.set_TabIndex(12);
     this.btnCancel.set_Text("Отмена");
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.btnCancel.add_Click(new System.EventHandler(this.btnCancel_Click));
     this.btnSave.set_Location(new System.Drawing.Point(0x116, 0x36));
     this.btnSave.set_Name("btnSave");
     this.btnSave.set_Size(new System.Drawing.Size(80, 0x19));
     this.btnSave.set_TabIndex(11);
     this.btnSave.set_UseVisualStyleBackColor(true);
     this.btnSave.add_Click(new System.EventHandler(this.btnSave_Click));
     this.bsOrganizations.set_DataSource(typeof(Organization));
     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, 0x5b));
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.btnSave);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.dbxBegin);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.selectOrganization);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedDialog);
     base.set_MaximizeBox(false);
     base.set_MinimizeBox(false);
     base.set_Name("AccountHouseHolderHistoryAddChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterParent);
     this.set_Text("Управляющая компания");
     base.add_Load(new System.EventHandler(this.AccountHouseHolderHistoryAddChangeForm_Load));
     this.bsOrganizations.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.components = new Container();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(ApartmentCounterIndicationAddChangeForm));
     this.btCancel = new System.Windows.Forms.Button();
     this.udValue = new System.Windows.Forms.NumericUpDown();
     this.label1 = new System.Windows.Forms.Label();
     this.lSquare = new System.Windows.Forms.Label();
     this.lTypeHousekeeping = new System.Windows.Forms.Label();
     this.btOk = new System.Windows.Forms.Button();
     this.epRights = new System.Windows.Forms.ErrorProvider(this.components);
     this.dbBegin = new DateBox();
     this.cbTypeValue = new SelectFasetData();
     this.tbComment = new System.Windows.Forms.TextBox();
     this.lComment = new System.Windows.Forms.Label();
     this.chbxNotRecalc = new System.Windows.Forms.CheckBox();
     this.epNotRecalc = new System.Windows.Forms.ErrorProvider(this.components);
     this.udValue.BeginInit();
     this.epRights.BeginInit();
     this.epNotRecalc.BeginInit();
     base.SuspendLayout();
     this.btCancel.set_DialogResult(System.Windows.Forms.DialogResult.Cancel);
     this.btCancel.set_Location(new System.Drawing.Point(0x73, 0xd4));
     this.btCancel.set_Margin(new System.Windows.Forms.Padding(2));
     this.btCancel.set_Name("btCancel");
     this.btCancel.set_Size(new System.Drawing.Size(80, 0x19));
     this.btCancel.set_TabIndex(3);
     this.btCancel.set_Text("Отмена");
     this.btCancel.set_UseVisualStyleBackColor(true);
     this.udValue.set_DecimalPlaces(3);
     this.udValue.set_Location(new System.Drawing.Point(5, 0x3f));
     this.udValue.set_Margin(new System.Windows.Forms.Padding(2));
     int[] numArray = new int[4];
     numArray[0] = 0x5f5e100;
     this.udValue.set_Maximum(new decimal(numArray));
     this.udValue.set_Name("udValue");
     this.udValue.set_Size(new System.Drawing.Size(0xbd, 20));
     this.udValue.set_TabIndex(1);
     this.udValue.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.udValue_KeyDown));
     this.udValue.add_Validating(new CancelEventHandler(this.udValue_Validating));
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(4, 0x5f));
     this.label1.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x2e, 13));
     this.label1.set_TabIndex(0x17);
     this.label1.set_Text("На дату");
     this.lSquare.set_AutoSize(true);
     this.lSquare.set_Location(new System.Drawing.Point(2, 0x30));
     this.lSquare.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.lSquare.set_Name("lSquare");
     this.lSquare.set_Size(new System.Drawing.Size(0x3f, 13));
     this.lSquare.set_TabIndex(20);
     this.lSquare.set_Text("Показание");
     this.lTypeHousekeeping.set_AutoSize(true);
     this.lTypeHousekeeping.set_Location(new System.Drawing.Point(2, 9));
     this.lTypeHousekeeping.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.lTypeHousekeeping.set_Name("lTypeHousekeeping");
     this.lTypeHousekeeping.set_Size(new System.Drawing.Size(0x53, 13));
     this.lTypeHousekeeping.set_TabIndex(0x10);
     this.lTypeHousekeeping.set_Text("Тип показаний");
     this.btOk.set_Location(new System.Drawing.Point(0x1f, 0xd4));
     this.btOk.set_Margin(new System.Windows.Forms.Padding(2));
     this.btOk.set_Name("btOk");
     this.btOk.set_Size(new System.Drawing.Size(80, 0x19));
     this.btOk.set_TabIndex(2);
     this.btOk.set_UseVisualStyleBackColor(true);
     this.btOk.add_Click(new System.EventHandler(this.btOk_Click));
     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.dbBegin.AttachToPeriod = false;
     this.dbBegin.AttachToPeriodEnd = false;
     this.dbBegin.set_Location(new System.Drawing.Point(0x67, 0x5c));
     this.dbBegin.set_Margin(new System.Windows.Forms.Padding(2));
     this.dbBegin.set_Mask("00/00/0000");
     this.dbBegin.set_Name("dbBegin");
     this.dbBegin.set_Size(new System.Drawing.Size(0x5b, 20));
     this.dbBegin.set_TabIndex(2);
     this.dbBegin.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.dbBegin_KeyDown));
     this.cbTypeValue.set_FormattingEnabled(true);
     this.cbTypeValue.set_Location(new System.Drawing.Point(5, 0x18));
     this.cbTypeValue.set_Margin(new System.Windows.Forms.Padding(2));
     this.cbTypeValue.set_Name("cbTypeValue");
     this.cbTypeValue.set_Size(new System.Drawing.Size(190, 0x15));
     this.cbTypeValue.set_Sorted(true);
     this.cbTypeValue.set_TabIndex(0);
     this.cbTypeValue.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.cbTypeValue_KeyDown));
     this.tbComment.set_Location(new System.Drawing.Point(5, 140));
     this.tbComment.set_Multiline(true);
     this.tbComment.set_Name("tbComment");
     this.tbComment.set_Size(new System.Drawing.Size(0xbd, 0x2a));
     this.tbComment.set_TabIndex(0x18);
     this.lComment.set_AutoSize(true);
     this.lComment.set_Location(new System.Drawing.Point(4, 0x7c));
     this.lComment.set_Name("lComment");
     this.lComment.set_Size(new System.Drawing.Size(70, 13));
     this.lComment.set_TabIndex(0x19);
     this.lComment.set_Text("Примечание");
     this.chbxNotRecalc.set_AutoSize(true);
     this.chbxNotRecalc.set_Enabled(false);
     this.chbxNotRecalc.set_Location(new System.Drawing.Point(7, 190));
     this.chbxNotRecalc.set_Name("chbxNotRecalc");
     this.chbxNotRecalc.set_Size(new System.Drawing.Size(0x9f, 0x11));
     this.chbxNotRecalc.set_TabIndex(0x1a);
     this.chbxNotRecalc.set_Text("Не выполнять перерасчет");
     this.chbxNotRecalc.set_UseVisualStyleBackColor(true);
     this.epNotRecalc.set_BlinkStyle(System.Windows.Forms.ErrorBlinkStyle.NeverBlink);
     this.epNotRecalc.set_ContainerControl(this);
     this.epNotRecalc.set_Icon((System.Drawing.Icon) manager.GetObject("epNotRecalc.Icon"));
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0xc7, 0xf8));
     base.Controls.Add(this.chbxNotRecalc);
     base.Controls.Add(this.lComment);
     base.Controls.Add(this.tbComment);
     base.Controls.Add(this.udValue);
     base.Controls.Add(this.btCancel);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.dbBegin);
     base.Controls.Add(this.btOk);
     base.Controls.Add(this.lSquare);
     base.Controls.Add(this.lTypeHousekeeping);
     base.Controls.Add(this.cbTypeValue);
     this.set_DoubleBuffered(true);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedSingle);
     base.set_MaximizeBox(false);
     base.set_Name("ApartmentCounterIndicationAddChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("ApartmentCounterIndicationAddChangeForm");
     base.add_Load(new System.EventHandler(this.CounterIndicationAddChangeForm_Load));
     this.udValue.EndInit();
     this.epRights.EndInit();
     this.epNotRecalc.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnOk = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.tbResultComment = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.nudRecoveredAmountSumm = new System.Windows.Forms.NumericUpDown();
     this.label4 = new System.Windows.Forms.Label();
     this.dbFromDate = new DateBox();
     this.sfNoticeType = new SelectFasetData();
     this.label5 = new System.Windows.Forms.Label();
     this.tbScanPath = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.nudExecutionTime = new System.Windows.Forms.NumericUpDown();
     this.label7 = new System.Windows.Forms.Label();
     this.tbName = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.cbCourt = new System.Windows.Forms.CheckBox();
     this.label9 = new System.Windows.Forms.Label();
     this.cbServed = new System.Windows.Forms.CheckBox();
     this.label10 = new System.Windows.Forms.Label();
     this.cbNotReportExecutionTime = new System.Windows.Forms.CheckBox();
     this.nudRecoveredAmountSumm.BeginInit();
     this.nudExecutionTime.BeginInit();
     base.SuspendLayout();
     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(0x191, 0x10d));
     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.btnOk.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnOk.set_Location(new System.Drawing.Point(320, 0x10d));
     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.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(2, 0x30));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x63, 13));
     this.label1.set_TabIndex(6);
     this.label1.set_Text("Тип уведомления:");
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(2, 0x61));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x24, 13));
     this.label2.set_TabIndex(7);
     this.label2.set_Text("Дата:");
     this.tbResultComment.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbResultComment.set_Location(new System.Drawing.Point(5, 0x9c));
     this.tbResultComment.set_Name("tbResultComment");
     this.tbResultComment.set_Size(new System.Drawing.Size(0x1d7, 20));
     this.tbResultComment.set_TabIndex(8);
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(2, 140));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x3e, 13));
     this.label3.set_TabIndex(7);
     this.label3.set_Text("Результат:");
     this.nudRecoveredAmountSumm.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.nudRecoveredAmountSumm.set_DecimalPlaces(2);
     this.nudRecoveredAmountSumm.set_Location(new System.Drawing.Point(0x153, 0xb6));
     int[] numArray = new int[4];
     numArray[0] = 0x5d89ffff;
     numArray[1] = 0x1634578;
     this.nudRecoveredAmountSumm.set_Maximum(new decimal(numArray));
     this.nudRecoveredAmountSumm.set_Name("nudRecoveredAmountSumm");
     this.nudRecoveredAmountSumm.set_Size(new System.Drawing.Size(0x89, 20));
     this.nudRecoveredAmountSumm.set_TabIndex(9);
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(2, 0xb9));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x14b, 13));
     this.label4.set_TabIndex(7);
     this.label4.set_Text("Взысканная сумма (если данное уведомление результат суда):");
     this.dbFromDate.AttachToPeriod = false;
     this.dbFromDate.AttachToPeriodEnd = false;
     this.dbFromDate.set_Location(new System.Drawing.Point(5, 0x71));
     this.dbFromDate.set_Mask("00/00/0000");
     this.dbFromDate.set_Name("dbFromDate");
     this.dbFromDate.set_Size(new System.Drawing.Size(100, 20));
     this.dbFromDate.set_TabIndex(5);
     this.sfNoticeType.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.sfNoticeType.set_FormattingEnabled(true);
     this.sfNoticeType.set_Location(new System.Drawing.Point(5, 0x40));
     this.sfNoticeType.set_Name("sfNoticeType");
     this.sfNoticeType.set_Size(new System.Drawing.Size(0x1d7, 0x15));
     this.sfNoticeType.set_Sorted(true);
     this.sfNoticeType.set_TabIndex(4);
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(2, 0xcc));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0xdf, 13));
     this.label5.set_TabIndex(10);
     this.label5.set_Text("Расположение документа на компьютере:");
     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(5, 220));
     this.tbScanPath.set_Name("tbScanPath");
     this.tbScanPath.set_Size(new System.Drawing.Size(0x1d7, 20));
     this.tbScanPath.set_TabIndex(11);
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(0x72, 0x61));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(0x83, 13));
     this.label6.set_TabIndex(12);
     this.label6.set_Text("Срок исполнения (дней):");
     this.nudExecutionTime.set_Location(new System.Drawing.Point(0x75, 0x71));
     int[] numArray2 = new int[4];
     numArray2[0] = 0x5d89ffff;
     numArray2[1] = 0x1634578;
     this.nudExecutionTime.set_Maximum(new decimal(numArray2));
     this.nudExecutionTime.set_Name("nudExecutionTime");
     this.nudExecutionTime.set_Size(new System.Drawing.Size(0x80, 20));
     this.nudExecutionTime.set_TabIndex(13);
     this.label7.set_AutoSize(true);
     this.label7.set_Location(new System.Drawing.Point(2, 9));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(0x56, 13));
     this.label7.set_TabIndex(14);
     this.label7.set_Text("Наименование:");
     this.tbName.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbName.set_Location(new System.Drawing.Point(5, 0x19));
     this.tbName.set_Name("tbName");
     this.tbName.set_Size(new System.Drawing.Size(0x1d7, 20));
     this.tbName.set_TabIndex(15);
     this.label8.set_AutoSize(true);
     this.label8.set_Location(new System.Drawing.Point(0x124, 0x73));
     this.label8.set_Name("label8");
     this.label8.set_Size(new System.Drawing.Size(60, 13));
     this.label8.set_TabIndex(0x10);
     this.label8.set_Text("Судебный:");
     this.cbCourt.set_AutoSize(true);
     this.cbCourt.set_Location(new System.Drawing.Point(0x164, 0x73));
     this.cbCourt.set_Name("cbCourt");
     this.cbCourt.set_Size(new System.Drawing.Size(15, 14));
     this.cbCourt.set_TabIndex(0x11);
     this.cbCourt.set_UseVisualStyleBackColor(true);
     this.label9.set_AutoSize(true);
     this.label9.set_Location(new System.Drawing.Point(0x194, 0x73));
     this.label9.set_Name("label9");
     this.label9.set_Size(new System.Drawing.Size(0x33, 13));
     this.label9.set_TabIndex(0x12);
     this.label9.set_Text("Вручено:");
     this.cbServed.set_AutoSize(true);
     this.cbServed.set_Location(new System.Drawing.Point(0x1cd, 0x73));
     this.cbServed.set_Name("cbServed");
     this.cbServed.set_Size(new System.Drawing.Size(15, 14));
     this.cbServed.set_TabIndex(0x13);
     this.cbServed.set_UseVisualStyleBackColor(true);
     this.label10.set_AutoSize(true);
     this.label10.set_Location(new System.Drawing.Point(2, 0xf7));
     this.label10.set_Name("label10");
     this.label10.set_Size(new System.Drawing.Size(0x171, 13));
     this.label10.set_TabIndex(20);
     this.label10.set_Text("Не учитывать в отчете документов с истекающим сроком исполнения:");
     this.cbNotReportExecutionTime.set_AutoSize(true);
     this.cbNotReportExecutionTime.set_Location(new System.Drawing.Point(380, 0xf6));
     this.cbNotReportExecutionTime.set_Name("cbNotReportExecutionTime");
     this.cbNotReportExecutionTime.set_Size(new System.Drawing.Size(15, 14));
     this.cbNotReportExecutionTime.set_TabIndex(0x15);
     this.cbNotReportExecutionTime.set_UseVisualStyleBackColor(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(0x1e4, 0x12e));
     base.Controls.Add(this.cbNotReportExecutionTime);
     base.Controls.Add(this.label10);
     base.Controls.Add(this.cbServed);
     base.Controls.Add(this.label9);
     base.Controls.Add(this.cbCourt);
     base.Controls.Add(this.label8);
     base.Controls.Add(this.tbName);
     base.Controls.Add(this.label7);
     base.Controls.Add(this.nudExecutionTime);
     base.Controls.Add(this.label6);
     base.Controls.Add(this.tbScanPath);
     base.Controls.Add(this.label5);
     base.Controls.Add(this.nudRecoveredAmountSumm);
     base.Controls.Add(this.tbResultComment);
     base.Controls.Add(this.label4);
     base.Controls.Add(this.label3);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.dbFromDate);
     base.Controls.Add(this.sfNoticeType);
     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("DebtActionNoticeAddChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterParent);
     this.set_Text("DebtActionNoticeAddChangeForm");
     base.add_Load(new System.EventHandler(this.DebtActionNoticeAddChangeForm_Load));
     this.nudRecoveredAmountSumm.EndInit();
     this.nudExecutionTime.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 26
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.button2 = new System.Windows.Forms.Button();
     this.button1 = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.dateBox1 = new DateBox();
     base.SuspendLayout();
     this.button2.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.button2.set_Location(new System.Drawing.Point(0xb2, 0x44));
     this.button2.set_Name("button2");
     this.button2.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.button2.set_TabIndex(5);
     this.button2.set_Text("Отмена");
     this.button2.set_UseVisualStyleBackColor(true);
     this.button2.add_Click(new System.EventHandler(this.button2_Click));
     this.button1.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.button1.set_Location(new System.Drawing.Point(0x103, 0x44));
     this.button1.set_Name("button1");
     this.button1.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.button1.set_TabIndex(4);
     this.button1.set_Text("ОК");
     this.button1.set_UseVisualStyleBackColor(true);
     this.button1.add_Click(new System.EventHandler(this.button1_Click));
     this.label1.set_Anchor(System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom);
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(12, 0x2d));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x55, 13));
     this.label1.set_TabIndex(6);
     this.label1.set_Text("Номер реестра");
     this.textBox1.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom);
     this.textBox1.set_Location(new System.Drawing.Point(0x67, 0x2a));
     this.textBox1.set_Name("textBox1");
     this.textBox1.set_Size(new System.Drawing.Size(0xe7, 20));
     this.textBox1.set_TabIndex(7);
     this.label2.set_Anchor(System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom);
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(12, 0x13));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x4d, 13));
     this.label2.set_TabIndex(8);
     this.label2.set_Text("Дата реестра");
     this.dateBox1.set_Anchor(System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom);
     this.dateBox1.AttachToPeriod = false;
     this.dateBox1.AttachToPeriodEnd = false;
     this.dateBox1.set_Location(new System.Drawing.Point(0x67, 0x10));
     this.dateBox1.set_Mask("00/00/0000");
     this.dateBox1.set_Name("dateBox1");
     this.dateBox1.set_Size(new System.Drawing.Size(0x49, 20));
     this.dateBox1.set_TabIndex(10);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x15a, 0x67));
     base.Controls.Add(this.dateBox1);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.textBox1);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.button2);
     base.Controls.Add(this.button1);
     base.set_Name("CreateReturnCopyReesterForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("Добавить копию-возврата реестра");
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.btnAddChange = new System.Windows.Forms.Button();
     this.label16 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.nudTotalArea = new System.Windows.Forms.NumericUpDown();
     this.nudLivingArea = new System.Windows.Forms.NumericUpDown();
     this.nudHeatingArea = new System.Windows.Forms.NumericUpDown();
     this.nudBalconyArea = new System.Windows.Forms.NumericUpDown();
     this.btnCancel = new System.Windows.Forms.Button();
     this.dbFromDateArea = new DateBox();
     this.selectOrgDocument = new SelectOrgDocument();
     this.label1 = new System.Windows.Forms.Label();
     this.nudTotalArea.BeginInit();
     this.nudLivingArea.BeginInit();
     this.nudHeatingArea.BeginInit();
     this.nudBalconyArea.BeginInit();
     base.SuspendLayout();
     this.btnAddChange.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnAddChange.set_Location(new System.Drawing.Point(0x45, 0xcb));
     this.btnAddChange.set_Name("btnAddChange");
     this.btnAddChange.set_Size(new System.Drawing.Size(80, 0x19));
     this.btnAddChange.set_TabIndex(6);
     this.btnAddChange.set_UseVisualStyleBackColor(true);
     this.btnAddChange.add_Click(new System.EventHandler(this.btnAdd_Click));
     this.label16.set_AutoSize(true);
     this.label16.set_Location(new System.Drawing.Point(3, 9));
     this.label16.set_Name("label16");
     this.label16.set_Size(new System.Drawing.Size(0x6d, 13));
     this.label16.set_TabIndex(0x6b);
     this.label16.set_Text("Дата нач. действия:");
     this.label8.set_AutoSize(true);
     this.label8.set_Location(new System.Drawing.Point(3, 0x26));
     this.label8.set_Name("label8");
     this.label8.set_Size(new System.Drawing.Size(0x5d, 13));
     this.label8.set_TabIndex(0x63);
     this.label8.set_Text("Общая площадь:");
     this.label10.set_AutoSize(true);
     this.label10.set_Location(new System.Drawing.Point(3, 0x5e));
     this.label10.set_Name("label10");
     this.label10.set_Size(new System.Drawing.Size(0x5c, 13));
     this.label10.set_TabIndex(0x65);
     this.label10.set_Text("Отапл. площадь:");
     this.label11.set_AutoSize(true);
     this.label11.set_Location(new System.Drawing.Point(3, 0x7a));
     this.label11.set_Name("label11");
     this.label11.set_Size(new System.Drawing.Size(0x66, 13));
     this.label11.set_TabIndex(0x66);
     this.label11.set_Text("Площадь балкона:");
     this.label9.set_AutoSize(true);
     this.label9.set_Location(new System.Drawing.Point(3, 0x42));
     this.label9.set_Name("label9");
     this.label9.set_Size(new System.Drawing.Size(0x5d, 13));
     this.label9.set_TabIndex(100);
     this.label9.set_Text("Жилая площадь:");
     this.nudTotalArea.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.nudTotalArea.set_DecimalPlaces(2);
     int[] numArray = new int[4];
     numArray[0] = 1;
     numArray[3] = 0x20000;
     this.nudTotalArea.set_Increment(new decimal(numArray));
     this.nudTotalArea.set_Location(new System.Drawing.Point(0x91, 0x24));
     int[] numArray2 = new int[4];
     numArray2[0] = 0xbb8;
     this.nudTotalArea.set_Maximum(new decimal(numArray2));
     this.nudTotalArea.set_Name("nudTotalArea");
     this.nudTotalArea.set_Size(new System.Drawing.Size(90, 20));
     this.nudTotalArea.set_TabIndex(2);
     this.nudLivingArea.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.nudLivingArea.set_DecimalPlaces(2);
     int[] numArray3 = new int[4];
     numArray3[0] = 1;
     numArray3[3] = 0x20000;
     this.nudLivingArea.set_Increment(new decimal(numArray3));
     this.nudLivingArea.set_Location(new System.Drawing.Point(0x91, 0x40));
     int[] numArray4 = new int[4];
     numArray4[0] = 0xbb8;
     this.nudLivingArea.set_Maximum(new decimal(numArray4));
     this.nudLivingArea.set_Name("nudLivingArea");
     this.nudLivingArea.set_Size(new System.Drawing.Size(90, 20));
     this.nudLivingArea.set_TabIndex(3);
     this.nudHeatingArea.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.nudHeatingArea.set_DecimalPlaces(2);
     int[] numArray5 = new int[4];
     numArray5[0] = 1;
     numArray5[3] = 0x20000;
     this.nudHeatingArea.set_Increment(new decimal(numArray5));
     this.nudHeatingArea.set_Location(new System.Drawing.Point(0x91, 0x5c));
     int[] numArray6 = new int[4];
     numArray6[0] = 0xbb8;
     this.nudHeatingArea.set_Maximum(new decimal(numArray6));
     this.nudHeatingArea.set_Name("nudHeatingArea");
     this.nudHeatingArea.set_Size(new System.Drawing.Size(90, 20));
     this.nudHeatingArea.set_TabIndex(4);
     this.nudBalconyArea.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.nudBalconyArea.set_DecimalPlaces(2);
     int[] numArray7 = new int[4];
     numArray7[0] = 1;
     numArray7[3] = 0x20000;
     this.nudBalconyArea.set_Increment(new decimal(numArray7));
     this.nudBalconyArea.set_Location(new System.Drawing.Point(0x91, 120));
     int[] numArray8 = new int[4];
     numArray8[0] = 0xbb8;
     this.nudBalconyArea.set_Maximum(new decimal(numArray8));
     this.nudBalconyArea.set_Name("nudBalconyArea");
     this.nudBalconyArea.set_Size(new System.Drawing.Size(90, 20));
     this.nudBalconyArea.set_TabIndex(5);
     this.btnCancel.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnCancel.set_Location(new System.Drawing.Point(0x9b, 0xcb));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(80, 0x19));
     this.btnCancel.set_TabIndex(0x6c);
     this.btnCancel.set_Text("Отмена");
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.btnCancel.add_Click(new System.EventHandler(this.btnCancel_Click));
     this.dbFromDateArea.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.dbFromDateArea.AttachToPeriod = false;
     this.dbFromDateArea.AttachToPeriodEnd = false;
     this.dbFromDateArea.set_Location(new System.Drawing.Point(0x91, 6));
     this.dbFromDateArea.set_Mask("00/00/0000");
     this.dbFromDateArea.set_Name("dbFromDateArea");
     this.dbFromDateArea.set_Size(new System.Drawing.Size(90, 20));
     this.dbFromDateArea.set_TabIndex(1);
     this.selectOrgDocument.set_Location(new System.Drawing.Point(6, 0xa7));
     this.selectOrgDocument.set_Name("selectOrgDocument");
     this.selectOrgDocument.set_Size(new System.Drawing.Size(0xe5, 20));
     this.selectOrgDocument.set_TabIndex(0x6d);
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(3, 0x97));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x7c, 13));
     this.label1.set_TabIndex(0x66);
     this.label1.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(240, 0xe9));
     base.Controls.Add(this.selectOrgDocument);
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.nudBalconyArea);
     base.Controls.Add(this.nudHeatingArea);
     base.Controls.Add(this.nudLivingArea);
     base.Controls.Add(this.nudTotalArea);
     base.Controls.Add(this.dbFromDateArea);
     base.Controls.Add(this.label16);
     base.Controls.Add(this.label8);
     base.Controls.Add(this.label10);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.label11);
     base.Controls.Add(this.label9);
     base.Controls.Add(this.btnAddChange);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedDialog);
     base.set_MaximizeBox(false);
     base.set_MinimizeBox(false);
     base.set_Name("ApartmentAreaAddChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterParent);
     this.nudTotalArea.EndInit();
     this.nudLivingArea.EndInit();
     this.nudHeatingArea.EndInit();
     this.nudBalconyArea.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.components = new Container();
     Benefit benefit = new Benefit();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.btnSetToResidents = new System.Windows.Forms.Button();
     this.nudToResidents = new System.Windows.Forms.NumericUpDown();
     this.bsBenefitNormsForSquare = new System.Windows.Forms.BindingSource(this.components);
     this.nudFromResidents = new System.Windows.Forms.NumericUpDown();
     this.nudSumm = new System.Windows.Forms.NumericUpDown();
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnYes = new System.Windows.Forms.Button();
     this.dbFromDate = new DateBox();
     this.selectBenefit1 = new SelectBenefit();
     this.label6 = new System.Windows.Forms.Label();
     this.nudToResidents.BeginInit();
     this.bsBenefitNormsForSquare.BeginInit();
     this.nudFromResidents.BeginInit();
     this.nudSumm.BeginInit();
     base.SuspendLayout();
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(12, 0x4e));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x19, 13));
     this.label5.set_TabIndex(0x1a);
     this.label5.set_Text("До:");
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(12, 0x68));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x3d, 13));
     this.label4.set_TabIndex(0x19);
     this.label4.set_Text("Норматив:");
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(12, 0x34));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x17, 13));
     this.label3.set_TabIndex(0x18);
     this.label3.set_Text("От:");
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(12, 0x1d));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x9d, 13));
     this.label2.set_TabIndex(0x17);
     this.label2.set_Text("На количество проживающих");
     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(0x5e, 13));
     this.label1.set_TabIndex(0x16);
     this.label1.set_Text("Дата норматива:");
     this.btnSetToResidents.set_Location(new System.Drawing.Point(0x10d, 0x4c));
     this.btnSetToResidents.set_Name("btnSetToResidents");
     this.btnSetToResidents.set_Size(new System.Drawing.Size(0x54, 20));
     this.btnSetToResidents.set_TabIndex(20);
     this.btnSetToResidents.set_Text("бесконечно");
     this.btnSetToResidents.set_UseVisualStyleBackColor(true);
     this.btnSetToResidents.add_Click(new System.EventHandler(this.btnSetToResidents_Click));
     this.nudToResidents.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bsBenefitNormsForSquare, "ToResidents", true));
     this.nudToResidents.set_Location(new System.Drawing.Point(0x6d, 0x4c));
     int[] numArray = new int[4];
     numArray[0] = 0xff;
     this.nudToResidents.set_Maximum(new decimal(numArray));
     this.nudToResidents.set_Name("nudToResidents");
     this.nudToResidents.set_Size(new System.Drawing.Size(0x9a, 20));
     this.nudToResidents.set_TabIndex(0x13);
     this.bsBenefitNormsForSquare.set_DataSource(typeof(BenefitNormsForSquare));
     this.nudFromResidents.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bsBenefitNormsForSquare, "FromResidents", true));
     this.nudFromResidents.set_Location(new System.Drawing.Point(0x6d, 50));
     int[] numArray2 = new int[4];
     numArray2[0] = 0xff;
     this.nudFromResidents.set_Maximum(new decimal(numArray2));
     this.nudFromResidents.set_Name("nudFromResidents");
     this.nudFromResidents.set_Size(new System.Drawing.Size(0xf4, 20));
     this.nudFromResidents.set_TabIndex(0x12);
     this.nudSumm.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bsBenefitNormsForSquare, "Value", true));
     this.nudSumm.set_DecimalPlaces(2);
     this.nudSumm.set_Location(new System.Drawing.Point(0x6d, 0x66));
     int[] numArray3 = new int[4];
     numArray3[0] = 0x6fc10000;
     numArray3[1] = 0x2386f2;
     this.nudSumm.set_Maximum(new decimal(numArray3));
     this.nudSumm.set_Name("nudSumm");
     this.nudSumm.set_Size(new System.Drawing.Size(0xf4, 20));
     this.nudSumm.set_TabIndex(0x11);
     this.btnCancel.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnCancel.set_Location(new System.Drawing.Point(0x116, 0x99));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnCancel.set_TabIndex(15);
     this.btnCancel.set_Text("Отмена");
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.btnCancel.add_Click(new System.EventHandler(this.btnCancel_Click));
     this.btnYes.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnYes.set_Location(new System.Drawing.Point(0xc5, 0x99));
     this.btnYes.set_Name("btnYes");
     this.btnYes.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnYes.set_TabIndex(14);
     this.btnYes.set_UseVisualStyleBackColor(true);
     this.btnYes.add_Click(new System.EventHandler(this.btnYes_Click));
     this.dbFromDate.AttachToPeriod = false;
     this.dbFromDate.AttachToPeriodEnd = false;
     this.dbFromDate.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bsBenefitNormsForSquare, "FromDate", true));
     this.dbFromDate.set_Location(new System.Drawing.Point(0x70, 6));
     this.dbFromDate.set_Mask("00/00/0000");
     this.dbFromDate.set_Name("dbFromDate");
     this.dbFromDate.set_Size(new System.Drawing.Size(100, 20));
     this.dbFromDate.set_TabIndex(0x10);
     this.selectBenefit1.set_Location(new System.Drawing.Point(0x6d, 0x80));
     this.selectBenefit1.set_Name("selectBenefit1");
     benefit.BudgetTypeId = 0;
     benefit.BudgetTypeName = null;
     benefit.CalcFeature = 0;
     benefit.CalcFeatureName = null;
     benefit.Code = null;
     benefit.Id = 0L;
     benefit.IsAddress = 0;
     benefit.IsDeleted = false;
     benefit.IsDirty = true;
     benefit.LawId = 0L;
     benefit.LawName = null;
     benefit.LongName = null;
     benefit.ObjectWithIdType = null;
     benefit.OrgId = 0L;
     benefit.OrgName = null;
     benefit.ShortName = null;
     this.selectBenefit1.set_Size(new System.Drawing.Size(0xf4, 20));
     this.selectBenefit1.set_TabIndex(0x1b);
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(12, 0x83));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(0x2e, 13));
     this.label6.set_TabIndex(0x1c);
     this.label6.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(0x16d, 0xbc));
     base.Controls.Add(this.label6);
     base.Controls.Add(this.selectBenefit1);
     base.Controls.Add(this.label5);
     base.Controls.Add(this.label4);
     base.Controls.Add(this.label3);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.btnSetToResidents);
     base.Controls.Add(this.nudToResidents);
     base.Controls.Add(this.nudFromResidents);
     base.Controls.Add(this.nudSumm);
     base.Controls.Add(this.dbFromDate);
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.btnYes);
     base.set_Name("BenefitNormsForSquareAddChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterParent);
     this.set_Text("BenefitNormsForSquareAddChangeForm");
     base.add_FormClosing(new System.Windows.Forms.FormClosingEventHandler(this.BenefitNormsForElectricAddChangeForm_FormClosing));
     this.nudToResidents.EndInit();
     this.bsBenefitNormsForSquare.EndInit();
     this.nudFromResidents.EndInit();
     this.nudSumm.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 30
0
 private void InitializeComponent()
 {
     this.components = new Container();
     this.panel1 = new System.Windows.Forms.Panel();
     this.label1 = new System.Windows.Forms.Label();
     this.Cancel = new System.Windows.Forms.Button();
     this.ChangePerson = new System.Windows.Forms.Button();
     this.AddPerson = new System.Windows.Forms.Button();
     this.label2 = new System.Windows.Forms.Label();
     this.tbxLName = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.tbxMName = new System.Windows.Forms.TextBox();
     this.tbxOrg = new System.Windows.Forms.TextBox();
     this.tbxFName = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.tbxSerDoc = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.tbxNumDoc = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.panel2 = new System.Windows.Forms.Panel();
     this.dgvPerson = new System.Windows.Forms.DataGridView();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.bsPerson = 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.lNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.fNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.mNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.birthDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.serDocDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.numDocDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dateDocDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.orgDocDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dbxBirthDay = new DateBox();
     this.dbxDoc = new DateBox();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.dgvPerson.BeginInit();
     this.bsPerson.BeginInit();
     base.SuspendLayout();
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.Cancel);
     this.panel1.Controls.Add(this.ChangePerson);
     this.panel1.Controls.Add(this.AddPerson);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.tbxLName);
     this.panel1.Controls.Add(this.label9);
     this.panel1.Controls.Add(this.tbxMName);
     this.panel1.Controls.Add(this.tbxOrg);
     this.panel1.Controls.Add(this.tbxFName);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.label12);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.dbxBirthDay);
     this.panel1.Controls.Add(this.dbxDoc);
     this.panel1.Controls.Add(this.tbxSerDoc);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.label7);
     this.panel1.Controls.Add(this.tbxNumDoc);
     this.panel1.Controls.Add(this.label6);
     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(0x273, 0xb2));
     this.panel1.set_TabIndex(0);
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(9, 0x71));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0xe2, 13));
     this.label1.set_TabIndex(0x5d);
     this.label1.set_Text("Принять платеж со следующим действием");
     this.Cancel.set_Location(new System.Drawing.Point(0x206, 0x81));
     this.Cancel.set_Name("Cancel");
     this.Cancel.set_Size(new System.Drawing.Size(0x61, 0x2b));
     this.Cancel.set_TabIndex(0x5c);
     this.Cancel.set_Text("Отмена");
     this.Cancel.set_UseVisualStyleBackColor(true);
     this.Cancel.add_Click(new System.EventHandler(this.Cancel_Click));
     this.ChangePerson.set_Enabled(false);
     this.ChangePerson.set_Location(new System.Drawing.Point(0x9c, 0x81));
     this.ChangePerson.set_Name("ChangePerson");
     this.ChangePerson.set_Size(new System.Drawing.Size(0x8a, 0x2b));
     this.ChangePerson.set_TabIndex(0x5b);
     this.ChangePerson.set_Text("Подтвердить плательщика");
     this.ChangePerson.set_UseVisualStyleBackColor(true);
     this.ChangePerson.add_Click(new System.EventHandler(this.ChangePerson_Click));
     this.AddPerson.set_Location(new System.Drawing.Point(10, 0x81));
     this.AddPerson.set_Name("AddPerson");
     this.AddPerson.set_Size(new System.Drawing.Size(0x8a, 0x2b));
     this.AddPerson.set_TabIndex(0x5b);
     this.AddPerson.set_Text("Добавить нового плательщика");
     this.AddPerson.set_UseVisualStyleBackColor(true);
     this.AddPerson.add_Click(new System.EventHandler(this.AddPerson_Click));
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(9, 0x10));
     this.label2.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x3b, 13));
     this.label2.set_TabIndex(0x52);
     this.label2.set_Text("Фамилия:");
     this.tbxLName.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbxLName.set_Location(new System.Drawing.Point(100, 9));
     this.tbxLName.set_Margin(new System.Windows.Forms.Padding(2));
     this.tbxLName.set_Name("tbxLName");
     this.tbxLName.set_Size(new System.Drawing.Size(0xee, 20));
     this.tbxLName.set_TabIndex(1);
     this.tbxLName.add_TextChanged(new System.EventHandler(this.tbxLName_TextChanged));
     this.label9.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.label9.set_AutoSize(true);
     this.label9.set_Location(new System.Drawing.Point(0x152, 40));
     this.label9.set_Name("label9");
     this.label9.set_Size(new System.Drawing.Size(0xb7, 13));
     this.label9.set_TabIndex(90);
     this.label9.set_Text("Организация выдавшая документ:");
     this.tbxMName.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbxMName.set_Location(new System.Drawing.Point(100, 0x3e));
     this.tbxMName.set_Margin(new System.Windows.Forms.Padding(2));
     this.tbxMName.set_Name("tbxMName");
     this.tbxMName.set_Size(new System.Drawing.Size(0xee, 20));
     this.tbxMName.set_TabIndex(3);
     this.tbxMName.add_TextChanged(new System.EventHandler(this.tbxMName_TextChanged));
     this.tbxOrg.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.tbxOrg.set_Location(new System.Drawing.Point(0x155, 0x3e));
     this.tbxOrg.set_Name("tbxOrg");
     this.tbxOrg.set_Size(new System.Drawing.Size(0x114, 20));
     this.tbxOrg.set_TabIndex(7);
     this.tbxOrg.add_TextChanged(new System.EventHandler(this.tbxOrg_TextChanged));
     this.tbxFName.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbxFName.set_Location(new System.Drawing.Point(100, 0x24));
     this.tbxFName.set_Margin(new System.Windows.Forms.Padding(2));
     this.tbxFName.set_Name("tbxFName");
     this.tbxFName.set_Size(new System.Drawing.Size(0xee, 20));
     this.tbxFName.set_TabIndex(2);
     this.tbxFName.add_TextChanged(new System.EventHandler(this.tbxFName_TextChanged));
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(9, 0x2b));
     this.label4.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x20, 13));
     this.label4.set_TabIndex(0x53);
     this.label4.set_Text("Имя:");
     this.label12.set_AutoSize(true);
     this.label12.set_Location(new System.Drawing.Point(9, 0x5e));
     this.label12.set_Name("label12");
     this.label12.set_Size(new System.Drawing.Size(0x59, 13));
     this.label12.set_TabIndex(0x59);
     this.label12.set_Text("Дата рождения:");
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(9, 0x45));
     this.label5.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x39, 13));
     this.label5.set_TabIndex(0x54);
     this.label5.set_Text("Отчество:");
     this.tbxSerDoc.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.tbxSerDoc.set_Location(new System.Drawing.Point(0x181, 9));
     this.tbxSerDoc.set_Margin(new System.Windows.Forms.Padding(2));
     this.tbxSerDoc.set_Name("tbxSerDoc");
     this.tbxSerDoc.set_Size(new System.Drawing.Size(0x54, 20));
     this.tbxSerDoc.set_TabIndex(5);
     this.tbxSerDoc.add_TextChanged(new System.EventHandler(this.tbxSerDoc_TextChanged));
     this.label3.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(0x1e2, 12));
     this.label3.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x2c, 13));
     this.label3.set_TabIndex(0x58);
     this.label3.set_Text("Номер:");
     this.label7.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.label7.set_AutoSize(true);
     this.label7.set_Location(new System.Drawing.Point(0x152, 0x61));
     this.label7.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(0x85, 13));
     this.label7.set_TabIndex(0x56);
     this.label7.set_Text("Дата выдачи документа:");
     this.tbxNumDoc.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.tbxNumDoc.set_Location(new System.Drawing.Point(0x213, 9));
     this.tbxNumDoc.set_Margin(new System.Windows.Forms.Padding(2));
     this.tbxNumDoc.set_Name("tbxNumDoc");
     this.tbxNumDoc.set_Size(new System.Drawing.Size(0x4f, 20));
     this.tbxNumDoc.set_TabIndex(6);
     this.tbxNumDoc.add_TextChanged(new System.EventHandler(this.tbxNumDoc_TextChanged));
     this.label6.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(0x156, 12));
     this.label6.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(0x29, 13));
     this.label6.set_TabIndex(0x57);
     this.label6.set_Text("Серия:");
     this.panel2.Controls.Add(this.dgvPerson);
     this.panel2.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.panel2.set_Location(new System.Drawing.Point(0, 0xb2));
     this.panel2.set_Name("panel2");
     this.panel2.set_Size(new System.Drawing.Size(0x273, 0xfb));
     this.panel2.set_TabIndex(1);
     this.dgvPerson.set_AllowUserToAddRows(false);
     this.dgvPerson.set_AllowUserToDeleteRows(false);
     this.dgvPerson.set_AutoGenerateColumns(false);
     this.dgvPerson.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dgvPerson.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     this.dgvPerson.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvPerson.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.lNameDataGridViewTextBoxColumn, this.fNameDataGridViewTextBoxColumn, this.mNameDataGridViewTextBoxColumn, this.birthDateDataGridViewTextBoxColumn, this.serDocDataGridViewTextBoxColumn, this.numDocDataGridViewTextBoxColumn, this.dateDocDataGridViewTextBoxColumn, this.orgDocDataGridViewTextBoxColumn });
     this.dgvPerson.set_DataSource(this.bsPerson);
     this.dgvPerson.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvPerson.set_EditMode(System.Windows.Forms.DataGridViewEditMode.EditProgrammatically);
     this.dgvPerson.set_Location(new System.Drawing.Point(0, 0));
     this.dgvPerson.set_Name("dgvPerson");
     this.dgvPerson.set_RowHeadersVisible(false);
     this.dgvPerson.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvPerson.set_Size(new System.Drawing.Size(0x273, 0xfb));
     this.dgvPerson.set_TabIndex(0);
     this.dgvPerson.add_CellContentClick(new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPerson_CellContentClick));
     this.timer1.set_Interval(0x3e8);
     this.timer1.add_Tick(new System.EventHandler(this.timer1_Tick));
     this.bsPerson.set_DataSource(typeof(Person));
     this.dataGridViewTextBoxColumn1.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.dataGridViewTextBoxColumn1.set_DataPropertyName("LName");
     this.dataGridViewTextBoxColumn1.set_HeaderText("Фамилия");
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_Width(0x51);
     this.dataGridViewTextBoxColumn2.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.dataGridViewTextBoxColumn2.set_DataPropertyName("FName");
     this.dataGridViewTextBoxColumn2.set_HeaderText("Имя");
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.dataGridViewTextBoxColumn2.set_Width(0x36);
     this.dataGridViewTextBoxColumn3.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.dataGridViewTextBoxColumn3.set_DataPropertyName("MName");
     this.dataGridViewTextBoxColumn3.set_HeaderText("Отчество");
     this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3");
     this.dataGridViewTextBoxColumn3.set_Width(0x4f);
     this.dataGridViewTextBoxColumn4.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.dataGridViewTextBoxColumn4.set_DataPropertyName("BirthDate");
     this.dataGridViewTextBoxColumn4.set_HeaderText("Дата рождения");
     this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4");
     this.dataGridViewTextBoxColumn4.set_Width(0x66);
     this.dataGridViewTextBoxColumn5.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.dataGridViewTextBoxColumn5.set_DataPropertyName("SerDoc");
     this.dataGridViewTextBoxColumn5.set_HeaderText("Серия документа");
     this.dataGridViewTextBoxColumn5.set_Name("dataGridViewTextBoxColumn5");
     this.dataGridViewTextBoxColumn5.set_Width(110);
     this.dataGridViewTextBoxColumn6.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.dataGridViewTextBoxColumn6.set_DataPropertyName("NumDoc");
     this.dataGridViewTextBoxColumn6.set_HeaderText("Номер документа");
     this.dataGridViewTextBoxColumn6.set_Name("dataGridViewTextBoxColumn6");
     this.dataGridViewTextBoxColumn6.set_Width(0x71);
     this.dataGridViewTextBoxColumn7.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.dataGridViewTextBoxColumn7.set_DataPropertyName("DateDoc");
     this.dataGridViewTextBoxColumn7.set_HeaderText("Дата выдачи");
     this.dataGridViewTextBoxColumn7.set_Name("dataGridViewTextBoxColumn7");
     this.dataGridViewTextBoxColumn7.set_Width(90);
     this.dataGridViewTextBoxColumn8.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.dataGridViewTextBoxColumn8.set_DataPropertyName("OrgDoc");
     this.dataGridViewTextBoxColumn8.set_HeaderText("Выдавашая организация");
     this.dataGridViewTextBoxColumn8.set_Name("dataGridViewTextBoxColumn8");
     this.dataGridViewTextBoxColumn8.set_Width(0x91);
     this.lNameDataGridViewTextBoxColumn.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.lNameDataGridViewTextBoxColumn.set_DataPropertyName("LName");
     this.lNameDataGridViewTextBoxColumn.set_HeaderText("Фамилия");
     this.lNameDataGridViewTextBoxColumn.set_Name("lNameDataGridViewTextBoxColumn");
     this.lNameDataGridViewTextBoxColumn.set_Width(0x51);
     this.fNameDataGridViewTextBoxColumn.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.fNameDataGridViewTextBoxColumn.set_DataPropertyName("FName");
     this.fNameDataGridViewTextBoxColumn.set_HeaderText("Имя");
     this.fNameDataGridViewTextBoxColumn.set_Name("fNameDataGridViewTextBoxColumn");
     this.fNameDataGridViewTextBoxColumn.set_Width(0x36);
     this.mNameDataGridViewTextBoxColumn.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.mNameDataGridViewTextBoxColumn.set_DataPropertyName("MName");
     this.mNameDataGridViewTextBoxColumn.set_HeaderText("Отчество");
     this.mNameDataGridViewTextBoxColumn.set_Name("mNameDataGridViewTextBoxColumn");
     this.mNameDataGridViewTextBoxColumn.set_Width(0x4f);
     this.birthDateDataGridViewTextBoxColumn.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.birthDateDataGridViewTextBoxColumn.set_DataPropertyName("BirthDate");
     this.birthDateDataGridViewTextBoxColumn.set_HeaderText("Дата рождения");
     this.birthDateDataGridViewTextBoxColumn.set_Name("birthDateDataGridViewTextBoxColumn");
     this.birthDateDataGridViewTextBoxColumn.set_Width(0x66);
     this.serDocDataGridViewTextBoxColumn.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.serDocDataGridViewTextBoxColumn.set_DataPropertyName("SerDoc");
     this.serDocDataGridViewTextBoxColumn.set_HeaderText("Серия документа");
     this.serDocDataGridViewTextBoxColumn.set_Name("serDocDataGridViewTextBoxColumn");
     this.serDocDataGridViewTextBoxColumn.set_Width(110);
     this.numDocDataGridViewTextBoxColumn.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.numDocDataGridViewTextBoxColumn.set_DataPropertyName("NumDoc");
     this.numDocDataGridViewTextBoxColumn.set_HeaderText("Номер документа");
     this.numDocDataGridViewTextBoxColumn.set_Name("numDocDataGridViewTextBoxColumn");
     this.numDocDataGridViewTextBoxColumn.set_Width(0x71);
     this.dateDocDataGridViewTextBoxColumn.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.dateDocDataGridViewTextBoxColumn.set_DataPropertyName("DateDoc");
     this.dateDocDataGridViewTextBoxColumn.set_HeaderText("Дата выдачи");
     this.dateDocDataGridViewTextBoxColumn.set_Name("dateDocDataGridViewTextBoxColumn");
     this.dateDocDataGridViewTextBoxColumn.set_Width(90);
     this.orgDocDataGridViewTextBoxColumn.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.orgDocDataGridViewTextBoxColumn.set_DataPropertyName("OrgDoc");
     this.orgDocDataGridViewTextBoxColumn.set_HeaderText("Выдавашая организация");
     this.orgDocDataGridViewTextBoxColumn.set_Name("orgDocDataGridViewTextBoxColumn");
     this.orgDocDataGridViewTextBoxColumn.set_Width(0x91);
     this.dbxBirthDay.AttachToPeriod = false;
     this.dbxBirthDay.AttachToPeriodEnd = false;
     this.dbxBirthDay.set_Location(new System.Drawing.Point(100, 0x57));
     this.dbxBirthDay.set_Mask("00/00/0000");
     this.dbxBirthDay.set_Name("dbxBirthDay");
     this.dbxBirthDay.set_Size(new System.Drawing.Size(0x40, 20));
     this.dbxBirthDay.set_TabIndex(4);
     this.dbxDoc.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.dbxDoc.AttachToPeriod = false;
     this.dbxDoc.AttachToPeriodEnd = false;
     this.dbxDoc.set_Location(new System.Drawing.Point(0x1dc, 0x5b));
     this.dbxDoc.set_Mask("00/00/0000");
     this.dbxDoc.set_Name("dbxDoc");
     this.dbxDoc.set_Size(new System.Drawing.Size(0x40, 20));
     this.dbxDoc.set_TabIndex(8);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x273, 0x1ad));
     base.Controls.Add(this.panel2);
     base.Controls.Add(this.panel1);
     base.set_Name("PersonsCashSearchForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterParent);
     this.set_Text("Ввод данных плательщика при платеже свыше фиксированной суммы");
     base.add_FormClosed(new System.Windows.Forms.FormClosedEventHandler(this.PersonsCashSearchForm_FormClosed));
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.dgvPerson.EndInit();
     this.bsPerson.EndInit();
     base.ResumeLayout(false);
 }