private void InitializeComponent()
 {
     this.label1 = new System.Windows.Forms.Label();
     this.btnChange = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.selectOrgDocument = new SelectOrgDocument();
     base.SuspendLayout();
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(8, 9));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x3d, 13));
     this.label1.set_TabIndex(1);
     this.label1.set_Text("Документ:");
     this.btnChange.set_Location(new System.Drawing.Point(0x108, 0x43));
     this.btnChange.set_Name("btnChange");
     this.btnChange.set_Size(new System.Drawing.Size(80, 0x19));
     this.btnChange.set_TabIndex(1);
     this.btnChange.set_Text("Изменить");
     this.btnChange.set_UseVisualStyleBackColor(true);
     this.btnChange.add_Click(new System.EventHandler(this.btnChange_Click));
     this.btnCancel.set_Location(new System.Drawing.Point(350, 0x43));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(80, 0x19));
     this.btnCancel.set_TabIndex(2);
     this.btnCancel.set_Text("Отмена");
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.btnCancel.add_Click(new System.EventHandler(this.btnCancel_Click));
     this.selectOrgDocument.set_Location(new System.Drawing.Point(11, 0x19));
     this.selectOrgDocument.set_Name("selectOrgDocument");
     this.selectOrgDocument.SelectedOrgDocument = null;
     this.selectOrgDocument.set_Size(new System.Drawing.Size(0x1a3, 20));
     this.selectOrgDocument.set_TabIndex(0);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x1ba, 0x63));
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.btnChange);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.selectOrgDocument);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedDialog);
     base.set_MaximizeBox(false);
     base.set_MinimizeBox(false);
     base.set_Name("AccountOperationJournalChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("Изменение");
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.AddChange = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.selectOrgDocument = new SelectOrgDocument();
     base.SuspendLayout();
     this.AddChange.set_Location(new System.Drawing.Point(0x173, 0x11));
     this.AddChange.set_Name("AddChange");
     this.AddChange.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.AddChange.set_TabIndex(1);
     this.AddChange.set_Text("AddChange");
     this.AddChange.set_UseVisualStyleBackColor(true);
     this.AddChange.add_Click(new System.EventHandler(this.AddChange_Click));
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(2, 4));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x81, 13));
     this.label1.set_TabIndex(2);
     this.label1.set_Text("Документ организации:");
     this.selectOrgDocument.set_Location(new System.Drawing.Point(5, 20));
     this.selectOrgDocument.set_Name("selectOrgDocument");
     this.selectOrgDocument.set_Size(new System.Drawing.Size(360, 20));
     this.selectOrgDocument.set_TabIndex(0);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x1c3, 0x36));
     base.Controls.Add(this.label1);
     base.Controls.Add(this.AddChange);
     base.Controls.Add(this.selectOrgDocument);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedDialog);
     base.set_MaximizeBox(false);
     base.set_MinimizeBox(false);
     base.set_Name("AccountServiceDocumentAddChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterParent);
     this.set_Text("Документы услуги");
     base.add_Load(new System.EventHandler(this.AccountServiceDocumentAddChangeForm_Load));
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 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();
 }
예제 #4
0
 private void InitializeComponent()
 {
     this.gbArea = new System.Windows.Forms.GroupBox();
     this.btnHistoryArea = new System.Windows.Forms.Button();
     this.tbAreaBalcony = new System.Windows.Forms.TextBox();
     this.tbHeatingArea = new System.Windows.Forms.TextBox();
     this.tbLivingArea = new System.Windows.Forms.TextBox();
     this.tbTotalArea = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.gbTotal = new System.Windows.Forms.GroupBox();
     this.nudFloorsCount = new System.Windows.Forms.NumericUpDown();
     this.label20 = new System.Windows.Forms.Label();
     this.btnApartmentTerritorialSubdivision = new System.Windows.Forms.Button();
     this.label18 = new System.Windows.Forms.Label();
     this.tbApartmentTerritorialSubdivision = new System.Windows.Forms.TextBox();
     this.label19 = new System.Windows.Forms.Label();
     this.tbAccountCashlessPropertyOrganizations = new System.Windows.Forms.TextBox();
     this.cbIsAccountCashlessProperty = new System.Windows.Forms.CheckBox();
     this.label17 = new System.Windows.Forms.Label();
     this.selectOrgDocument = new SelectOrgDocument();
     this.dbToDate = new DateBox();
     this.dbFromDate = new DateBox();
     this.tbPhone = new System.Windows.Forms.TextBox();
     this.label16 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.btnHouseApartmentType = new System.Windows.Forms.Button();
     this.label6 = new System.Windows.Forms.Label();
     this.tbHouseApartmentType = new System.Windows.Forms.TextBox();
     this.btnChangeTypeConvenience = new System.Windows.Forms.Button();
     this.label5 = new System.Windows.Forms.Label();
     this.tbTypeConvenience = new System.Windows.Forms.TextBox();
     this.tbCountVacationBeneits = new System.Windows.Forms.TextBox();
     this.tbCountPersonBenefitDocuments = new System.Windows.Forms.TextBox();
     this.tbCountVacations = new System.Windows.Forms.TextBox();
     this.tbCountResidents = new System.Windows.Forms.TextBox();
     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.btnChangeApartment = new System.Windows.Forms.Button();
     this.nudDoorWay = new System.Windows.Forms.NumericUpDown();
     this.button2 = new System.Windows.Forms.Button();
     this.nudFloorHouse = new System.Windows.Forms.NumericUpDown();
     this.label14 = new System.Windows.Forms.Label();
     this.lTypeApartment = new System.Windows.Forms.Label();
     this.nudRoomsCount = new System.Windows.Forms.NumericUpDown();
     this.btnHistoryType = new System.Windows.Forms.Button();
     this.label13 = new System.Windows.Forms.Label();
     this.tbType = new System.Windows.Forms.TextBox();
     this.label15 = new System.Windows.Forms.Label();
     this.lUKompany = new System.Windows.Forms.Label();
     this.tbUKompany = new System.Windows.Forms.TextBox();
     this.gbArea.SuspendLayout();
     this.gbTotal.SuspendLayout();
     this.nudFloorsCount.BeginInit();
     this.nudDoorWay.BeginInit();
     this.nudFloorHouse.BeginInit();
     this.nudRoomsCount.BeginInit();
     base.SuspendLayout();
     this.gbArea.Controls.Add(this.btnHistoryArea);
     this.gbArea.Controls.Add(this.tbAreaBalcony);
     this.gbArea.Controls.Add(this.tbHeatingArea);
     this.gbArea.Controls.Add(this.tbLivingArea);
     this.gbArea.Controls.Add(this.tbTotalArea);
     this.gbArea.Controls.Add(this.label9);
     this.gbArea.Controls.Add(this.label11);
     this.gbArea.Controls.Add(this.label10);
     this.gbArea.Controls.Add(this.label8);
     this.gbArea.set_Location(new System.Drawing.Point(0, 0xef));
     this.gbArea.set_Name("gbArea");
     this.gbArea.set_Size(new System.Drawing.Size(0x2e0, 0x4d));
     this.gbArea.set_TabIndex(4);
     this.gbArea.set_TabStop(false);
     this.gbArea.set_Text("Площадь");
     this.btnHistoryArea.set_Image(Resources.CHANGE);
     this.btnHistoryArea.set_Location(new System.Drawing.Point(540, 0x24));
     this.btnHistoryArea.set_Name("btnHistoryArea");
     this.btnHistoryArea.set_Size(new System.Drawing.Size(0x1f, 0x1a));
     this.btnHistoryArea.set_TabIndex(0x18);
     this.btnHistoryArea.set_UseVisualStyleBackColor(true);
     this.btnHistoryArea.add_Click(new System.EventHandler(this.btnHistoryArea_Click));
     this.tbAreaBalcony.set_Location(new System.Drawing.Point(0x1a7, 40));
     this.tbAreaBalcony.set_Name("tbAreaBalcony");
     this.tbAreaBalcony.set_ReadOnly(true);
     this.tbAreaBalcony.set_Size(new System.Drawing.Size(0x6f, 20));
     this.tbAreaBalcony.set_TabIndex(0x17);
     this.tbHeatingArea.set_Location(new System.Drawing.Point(0x119, 40));
     this.tbHeatingArea.set_Name("tbHeatingArea");
     this.tbHeatingArea.set_ReadOnly(true);
     this.tbHeatingArea.set_Size(new System.Drawing.Size(0x6f, 20));
     this.tbHeatingArea.set_TabIndex(0x16);
     this.tbLivingArea.set_Location(new System.Drawing.Point(0x93, 40));
     this.tbLivingArea.set_Name("tbLivingArea");
     this.tbLivingArea.set_ReadOnly(true);
     this.tbLivingArea.set_Size(new System.Drawing.Size(0x6f, 20));
     this.tbLivingArea.set_TabIndex(0x15);
     this.tbTotalArea.set_Location(new System.Drawing.Point(9, 40));
     this.tbTotalArea.set_Name("tbTotalArea");
     this.tbTotalArea.set_ReadOnly(true);
     this.tbTotalArea.set_Size(new System.Drawing.Size(0x6f, 20));
     this.tbTotalArea.set_TabIndex(20);
     this.label9.set_AutoSize(true);
     this.label9.set_Location(new System.Drawing.Point(0x8e, 0x15));
     this.label9.set_Name("label9");
     this.label9.set_Size(new System.Drawing.Size(0x5d, 13));
     this.label9.set_TabIndex(14);
     this.label9.set_Text("Жилая площадь:");
     this.label11.set_AutoSize(true);
     this.label11.set_Location(new System.Drawing.Point(0x1a5, 0x15));
     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.label10.set_AutoSize(true);
     this.label10.set_Location(new System.Drawing.Point(0x116, 0x15));
     this.label10.set_Name("label10");
     this.label10.set_Size(new System.Drawing.Size(0x85, 13));
     this.label10.set_TabIndex(15);
     this.label10.set_Text("Отапливаемая площадь:");
     this.label8.set_AutoSize(true);
     this.label8.set_Location(new System.Drawing.Point(6, 0x15));
     this.label8.set_Name("label8");
     this.label8.set_Size(new System.Drawing.Size(0x5d, 13));
     this.label8.set_TabIndex(13);
     this.label8.set_Text("Общая площадь:");
     this.gbTotal.Controls.Add(this.nudFloorsCount);
     this.gbTotal.Controls.Add(this.label20);
     this.gbTotal.Controls.Add(this.btnApartmentTerritorialSubdivision);
     this.gbTotal.Controls.Add(this.label18);
     this.gbTotal.Controls.Add(this.tbApartmentTerritorialSubdivision);
     this.gbTotal.Controls.Add(this.label19);
     this.gbTotal.Controls.Add(this.tbAccountCashlessPropertyOrganizations);
     this.gbTotal.Controls.Add(this.cbIsAccountCashlessProperty);
     this.gbTotal.Controls.Add(this.label17);
     this.gbTotal.Controls.Add(this.selectOrgDocument);
     this.gbTotal.Controls.Add(this.dbToDate);
     this.gbTotal.Controls.Add(this.dbFromDate);
     this.gbTotal.Controls.Add(this.tbPhone);
     this.gbTotal.Controls.Add(this.label16);
     this.gbTotal.Controls.Add(this.label12);
     this.gbTotal.Controls.Add(this.label7);
     this.gbTotal.Controls.Add(this.btnHouseApartmentType);
     this.gbTotal.Controls.Add(this.label6);
     this.gbTotal.Controls.Add(this.tbHouseApartmentType);
     this.gbTotal.Controls.Add(this.btnChangeTypeConvenience);
     this.gbTotal.Controls.Add(this.label5);
     this.gbTotal.Controls.Add(this.tbTypeConvenience);
     this.gbTotal.Controls.Add(this.tbCountVacationBeneits);
     this.gbTotal.Controls.Add(this.tbCountPersonBenefitDocuments);
     this.gbTotal.Controls.Add(this.tbCountVacations);
     this.gbTotal.Controls.Add(this.tbCountResidents);
     this.gbTotal.Controls.Add(this.label4);
     this.gbTotal.Controls.Add(this.label3);
     this.gbTotal.Controls.Add(this.label2);
     this.gbTotal.Controls.Add(this.label1);
     this.gbTotal.Controls.Add(this.btnChangeApartment);
     this.gbTotal.Controls.Add(this.nudDoorWay);
     this.gbTotal.Controls.Add(this.button2);
     this.gbTotal.Controls.Add(this.nudFloorHouse);
     this.gbTotal.Controls.Add(this.label14);
     this.gbTotal.Controls.Add(this.lTypeApartment);
     this.gbTotal.Controls.Add(this.nudRoomsCount);
     this.gbTotal.Controls.Add(this.btnHistoryType);
     this.gbTotal.Controls.Add(this.label13);
     this.gbTotal.Controls.Add(this.tbType);
     this.gbTotal.Controls.Add(this.label15);
     this.gbTotal.Controls.Add(this.lUKompany);
     this.gbTotal.Controls.Add(this.tbUKompany);
     this.gbTotal.set_Location(new System.Drawing.Point(0, 0));
     this.gbTotal.set_Name("gbTotal");
     this.gbTotal.set_Size(new System.Drawing.Size(0x2e0, 0xef));
     this.gbTotal.set_TabIndex(3);
     this.gbTotal.set_TabStop(false);
     this.gbTotal.set_Text("Общие сведения");
     this.nudFloorsCount.set_Enabled(false);
     this.nudFloorsCount.set_Location(new System.Drawing.Point(0x119, 150));
     this.nudFloorsCount.set_Name("nudFloorsCount");
     this.nudFloorsCount.set_ReadOnly(true);
     this.nudFloorsCount.set_Size(new System.Drawing.Size(0x6f, 20));
     this.nudFloorsCount.set_TabIndex(0x38);
     this.label20.set_AutoSize(true);
     this.label20.set_Location(new System.Drawing.Point(280, 0x85));
     this.label20.set_Name("label20");
     this.label20.set_Size(new System.Drawing.Size(0x5e, 13));
     this.label20.set_TabIndex(0x39);
     this.label20.set_Text("Этажность дома:");
     this.btnApartmentTerritorialSubdivision.set_Image(Resources.CHANGE);
     this.btnApartmentTerritorialSubdivision.set_Location(new System.Drawing.Point(0xe8, 0x18));
     this.btnApartmentTerritorialSubdivision.set_Name("btnApartmentTerritorialSubdivision");
     this.btnApartmentTerritorialSubdivision.set_Size(new System.Drawing.Size(0x1f, 0x1a));
     this.btnApartmentTerritorialSubdivision.set_TabIndex(0x36);
     this.btnApartmentTerritorialSubdivision.set_UseVisualStyleBackColor(true);
     this.btnApartmentTerritorialSubdivision.add_Click(new System.EventHandler(this.btnApartmentTerritorialSubdivision_Click));
     this.label18.set_AutoSize(true);
     this.label18.set_Location(new System.Drawing.Point(8, 0x10));
     this.label18.set_Name("label18");
     this.label18.set_Size(new System.Drawing.Size(90, 13));
     this.label18.set_TabIndex(0x37);
     this.label18.set_TabStop(true);
     this.label18.set_Text("Подразделение:");
     this.tbApartmentTerritorialSubdivision.set_Location(new System.Drawing.Point(9, 30));
     this.tbApartmentTerritorialSubdivision.set_Name("tbApartmentTerritorialSubdivision");
     this.tbApartmentTerritorialSubdivision.set_ReadOnly(true);
     this.tbApartmentTerritorialSubdivision.set_Size(new System.Drawing.Size(0xd9, 20));
     this.tbApartmentTerritorialSubdivision.set_TabIndex(0x35);
     this.label19.set_AutoSize(true);
     this.label19.set_Location(new System.Drawing.Point(6, 0xdb));
     this.label19.set_Name("label19");
     this.label19.set_Size(new System.Drawing.Size(0x4c, 13));
     this.label19.set_TabIndex(0x34);
     this.label19.set_Text("Безналичник:");
     this.tbAccountCashlessPropertyOrganizations.set_Location(new System.Drawing.Point(0x91, 0xd8));
     this.tbAccountCashlessPropertyOrganizations.set_Name("tbAccountCashlessPropertyOrganizations");
     this.tbAccountCashlessPropertyOrganizations.set_ReadOnly(true);
     this.tbAccountCashlessPropertyOrganizations.set_Size(new System.Drawing.Size(0x184, 20));
     this.tbAccountCashlessPropertyOrganizations.set_TabIndex(0x33);
     this.cbIsAccountCashlessProperty.set_AutoSize(true);
     this.cbIsAccountCashlessProperty.set_Enabled(false);
     this.cbIsAccountCashlessProperty.set_Location(new System.Drawing.Point(0x6b, 0xdd));
     this.cbIsAccountCashlessProperty.set_Name("cbIsAccountCashlessProperty");
     this.cbIsAccountCashlessProperty.set_Size(new System.Drawing.Size(15, 14));
     this.cbIsAccountCashlessProperty.set_TabIndex(0x30);
     this.cbIsAccountCashlessProperty.set_UseVisualStyleBackColor(true);
     this.label17.set_AutoSize(true);
     this.label17.set_Location(new System.Drawing.Point(0x116, 0x5e));
     this.label17.set_Name("label17");
     this.label17.set_Size(new System.Drawing.Size(0xc5, 13));
     this.label17.set_TabIndex(0x2f);
     this.label17.set_Text("Основание вывода из жилого фонда:");
     this.selectOrgDocument.set_Enabled(false);
     this.selectOrgDocument.set_Location(new System.Drawing.Point(280, 110));
     this.selectOrgDocument.set_Name("selectOrgDocument");
     this.selectOrgDocument.set_Size(new System.Drawing.Size(430, 20));
     this.selectOrgDocument.set_TabIndex(0x2e);
     this.dbToDate.AttachToPeriod = false;
     this.dbToDate.AttachToPeriodEnd = false;
     this.dbToDate.set_Enabled(false);
     this.dbToDate.set_Location(new System.Drawing.Point(0x92, 110));
     this.dbToDate.set_Mask("00/00/0000");
     this.dbToDate.set_Name("dbToDate");
     this.dbToDate.set_ReadOnly(true);
     this.dbToDate.set_Size(new System.Drawing.Size(0x6f, 20));
     this.dbToDate.set_TabIndex(10);
     this.dbFromDate.AttachToPeriod = false;
     this.dbFromDate.AttachToPeriodEnd = false;
     this.dbFromDate.set_Enabled(false);
     this.dbFromDate.set_Location(new System.Drawing.Point(7, 110));
     this.dbFromDate.set_Mask("00/00/0000");
     this.dbFromDate.set_Name("dbFromDate");
     this.dbFromDate.set_ReadOnly(true);
     this.dbFromDate.set_Size(new System.Drawing.Size(0x71, 20));
     this.dbFromDate.set_TabIndex(9);
     this.tbPhone.set_Location(new System.Drawing.Point(560, 150));
     this.tbPhone.set_Name("tbPhone");
     this.tbPhone.set_ReadOnly(true);
     this.tbPhone.set_Size(new System.Drawing.Size(0x71, 20));
     this.tbPhone.set_TabIndex(14);
     this.label16.set_AutoSize(true);
     this.label16.set_Location(new System.Drawing.Point(0x22d, 0x84));
     this.label16.set_Name("label16");
     this.label16.set_Size(new System.Drawing.Size(0x37, 13));
     this.label16.set_TabIndex(0x2d);
     this.label16.set_Text("Телефон:");
     this.label12.set_AutoSize(true);
     this.label12.set_Location(new System.Drawing.Point(0x8f, 0x5e));
     this.label12.set_Name("label12");
     this.label12.set_Size(new System.Drawing.Size(0x75, 13));
     this.label12.set_TabIndex(0x2c);
     this.label12.set_Text("Дата вывода из ЖФ:");
     this.label7.set_AutoSize(true);
     this.label7.set_Location(new System.Drawing.Point(5, 0x5e));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(0x67, 13));
     this.label7.set_TabIndex(0x2b);
     this.label7.set_Text("Дата ввода в ЖФ:");
     this.btnHouseApartmentType.set_Image(Resources.CHANGE);
     this.btnHouseApartmentType.set_Location(new System.Drawing.Point(0x2a7, 0x41));
     this.btnHouseApartmentType.set_Name("btnHouseApartmentType");
     this.btnHouseApartmentType.set_Size(new System.Drawing.Size(0x1f, 0x1a));
     this.btnHouseApartmentType.set_TabIndex(8);
     this.btnHouseApartmentType.set_UseVisualStyleBackColor(true);
     this.btnHouseApartmentType.add_Click(new System.EventHandler(this.btnHouseApartmentType_Click));
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(0x1ee, 0x37));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(0x3a, 13));
     this.label6.set_TabIndex(0x2a);
     this.label6.set_TabStop(true);
     this.label6.set_Text("Тип дома:");
     this.tbHouseApartmentType.set_Location(new System.Drawing.Point(0x1f1, 0x47));
     this.tbHouseApartmentType.set_Name("tbHouseApartmentType");
     this.tbHouseApartmentType.set_ReadOnly(true);
     this.tbHouseApartmentType.set_Size(new System.Drawing.Size(0xb0, 20));
     this.tbHouseApartmentType.set_TabIndex(7);
     this.btnChangeTypeConvenience.set_Image(Resources.CHANGE);
     this.btnChangeTypeConvenience.set_Location(new System.Drawing.Point(0x1c9, 0x41));
     this.btnChangeTypeConvenience.set_Name("btnChangeTypeConvenience");
     this.btnChangeTypeConvenience.set_Size(new System.Drawing.Size(0x1f, 0x1a));
     this.btnChangeTypeConvenience.set_TabIndex(6);
     this.btnChangeTypeConvenience.set_UseVisualStyleBackColor(true);
     this.btnChangeTypeConvenience.add_Click(new System.EventHandler(this.btnChangeTypeConvenience_Click));
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(0x115, 0x37));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x76, 13));
     this.label5.set_TabIndex(0x27);
     this.label5.set_TabStop(true);
     this.label5.set_Text("Тип благоустройства:");
     this.tbTypeConvenience.set_Location(new System.Drawing.Point(280, 0x47));
     this.tbTypeConvenience.set_Name("tbTypeConvenience");
     this.tbTypeConvenience.set_ReadOnly(true);
     this.tbTypeConvenience.set_Size(new System.Drawing.Size(0xab, 20));
     this.tbTypeConvenience.set_TabIndex(5);
     this.tbCountVacationBeneits.set_Location(new System.Drawing.Point(420, 0xbd));
     this.tbCountVacationBeneits.set_Name("tbCountVacationBeneits");
     this.tbCountVacationBeneits.set_ReadOnly(true);
     this.tbCountVacationBeneits.set_Size(new System.Drawing.Size(0x71, 20));
     this.tbCountVacationBeneits.set_TabIndex(0x13);
     this.tbCountPersonBenefitDocuments.set_Location(new System.Drawing.Point(0x92, 0xbd));
     this.tbCountPersonBenefitDocuments.set_Name("tbCountPersonBenefitDocuments");
     this.tbCountPersonBenefitDocuments.set_ReadOnly(true);
     this.tbCountPersonBenefitDocuments.set_Size(new System.Drawing.Size(0x6f, 20));
     this.tbCountPersonBenefitDocuments.set_TabIndex(0x11);
     this.tbCountVacations.set_Location(new System.Drawing.Point(0x119, 0xbd));
     this.tbCountVacations.set_Name("tbCountVacations");
     this.tbCountVacations.set_ReadOnly(true);
     this.tbCountVacations.set_Size(new System.Drawing.Size(0x70, 20));
     this.tbCountVacations.set_TabIndex(0x12);
     this.tbCountResidents.set_Location(new System.Drawing.Point(8, 0xbd));
     this.tbCountResidents.set_Name("tbCountResidents");
     this.tbCountResidents.set_ReadOnly(true);
     this.tbCountResidents.set_Size(new System.Drawing.Size(0x70, 20));
     this.tbCountResidents.set_TabIndex(0x10);
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(0x1a1, 0xad));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(150, 13));
     this.label4.set_TabIndex(0x24);
     this.label4.set_Text("Отсутствующих льготников:");
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(0x91, 0xad));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(70, 13));
     this.label3.set_TabIndex(0x23);
     this.label3.set_Text("Льготников:");
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(280, 0xad));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x59, 13));
     this.label2.set_TabIndex(0x22);
     this.label2.set_Text("Отсутствующих:");
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(5, 0xad));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x54, 13));
     this.label1.set_TabIndex(0x21);
     this.label1.set_Text("Проживающих:");
     this.btnChangeApartment.set_Image(Resources.CHANGE);
     this.btnChangeApartment.set_Location(new System.Drawing.Point(0x2a7, 0x8f));
     this.btnChangeApartment.set_Name("btnChangeApartment");
     this.btnChangeApartment.set_Size(new System.Drawing.Size(0x1f, 0x1a));
     this.btnChangeApartment.set_TabIndex(15);
     this.btnChangeApartment.set_UseVisualStyleBackColor(true);
     this.btnChangeApartment.add_Click(new System.EventHandler(this.btnChangeApartment_Click));
     this.nudDoorWay.set_Enabled(false);
     this.nudDoorWay.set_Location(new System.Drawing.Point(420, 150));
     this.nudDoorWay.set_Name("nudDoorWay");
     this.nudDoorWay.set_ReadOnly(true);
     this.nudDoorWay.set_Size(new System.Drawing.Size(0x6f, 20));
     this.nudDoorWay.set_TabIndex(13);
     this.button2.set_Image(Resources.CHANGE);
     this.button2.set_Location(new System.Drawing.Point(0x2a7, 0x18));
     this.button2.set_Name("button2");
     this.button2.set_Size(new System.Drawing.Size(0x1f, 0x1a));
     this.button2.set_TabIndex(4);
     this.button2.set_UseVisualStyleBackColor(true);
     this.button2.add_Click(new System.EventHandler(this.button2_Click));
     this.nudFloorHouse.set_Enabled(false);
     this.nudFloorHouse.set_Location(new System.Drawing.Point(0x92, 150));
     this.nudFloorHouse.set_Name("nudFloorHouse");
     this.nudFloorHouse.set_ReadOnly(true);
     this.nudFloorHouse.set_Size(new System.Drawing.Size(0x6f, 20));
     this.nudFloorHouse.set_TabIndex(12);
     this.label14.set_AutoSize(true);
     this.label14.set_Location(new System.Drawing.Point(0x1a1, 0x84));
     this.label14.set_Name("label14");
     this.label14.set_Size(new System.Drawing.Size(0x37, 13));
     this.label14.set_TabIndex(0x1d);
     this.label14.set_Text("Подъезд:");
     this.lTypeApartment.set_AutoSize(true);
     this.lTypeApartment.set_Location(new System.Drawing.Point(8, 0x37));
     this.lTypeApartment.set_Name("lTypeApartment");
     this.lTypeApartment.set_Size(new System.Drawing.Size(0x40, 13));
     this.lTypeApartment.set_TabIndex(0x20);
     this.lTypeApartment.set_TabStop(true);
     this.lTypeApartment.set_Text("Тип жилья:");
     this.nudRoomsCount.set_Enabled(false);
     this.nudRoomsCount.set_Location(new System.Drawing.Point(8, 150));
     this.nudRoomsCount.set_Name("nudRoomsCount");
     this.nudRoomsCount.set_ReadOnly(true);
     this.nudRoomsCount.set_Size(new System.Drawing.Size(0x6f, 20));
     this.nudRoomsCount.set_TabIndex(11);
     this.btnHistoryType.set_Image(Resources.CHANGE);
     this.btnHistoryType.set_Location(new System.Drawing.Point(0xe8, 0x41));
     this.btnHistoryType.set_Name("btnHistoryType");
     this.btnHistoryType.set_Size(new System.Drawing.Size(0x1f, 0x1a));
     this.btnHistoryType.set_TabIndex(2);
     this.btnHistoryType.set_UseVisualStyleBackColor(true);
     this.btnHistoryType.add_Click(new System.EventHandler(this.btnHistoryType_Click));
     this.label13.set_AutoSize(true);
     this.label13.set_Location(new System.Drawing.Point(0x91, 0x85));
     this.label13.set_Name("label13");
     this.label13.set_Size(new System.Drawing.Size(0x24, 13));
     this.label13.set_TabIndex(0x1b);
     this.label13.set_Text("Этаж:");
     this.tbType.set_Location(new System.Drawing.Point(11, 0x47));
     this.tbType.set_Name("tbType");
     this.tbType.set_ReadOnly(true);
     this.tbType.set_Size(new System.Drawing.Size(0xd7, 20));
     this.tbType.set_TabIndex(1);
     this.label15.set_AutoSize(true);
     this.label15.set_Location(new System.Drawing.Point(5, 0x85));
     this.label15.set_Name("label15");
     this.label15.set_Size(new System.Drawing.Size(0x6d, 13));
     this.label15.set_TabIndex(0x1f);
     this.label15.set_Text("Количество комнат:");
     this.lUKompany.set_AutoSize(true);
     this.lUKompany.set_Location(new System.Drawing.Point(0x116, 0x10));
     this.lUKompany.set_Name("lUKompany");
     this.lUKompany.set_Size(new System.Drawing.Size(0x9e, 13));
     this.lUKompany.set_TabIndex(9);
     this.lUKompany.set_TabStop(true);
     this.lUKompany.set_Text("Управляющая компания ПЖ:");
     this.tbUKompany.set_Location(new System.Drawing.Point(280, 30));
     this.tbUKompany.set_Name("tbUKompany");
     this.tbUKompany.set_ReadOnly(true);
     this.tbUKompany.set_Size(new System.Drawing.Size(0x189, 20));
     this.tbUKompany.set_TabIndex(3);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     this.set_AutoScroll(true);
     base.Controls.Add(this.gbArea);
     base.Controls.Add(this.gbTotal);
     base.set_Name("ApartmentInfoView");
     base.set_Size(new System.Drawing.Size(0x2e6, 0x143));
     this.gbArea.ResumeLayout(false);
     this.gbArea.PerformLayout();
     this.gbTotal.ResumeLayout(false);
     this.gbTotal.PerformLayout();
     this.nudFloorsCount.EndInit();
     this.nudDoorWay.EndInit();
     this.nudFloorHouse.EndInit();
     this.nudRoomsCount.EndInit();
     base.ResumeLayout(false);
 }
예제 #5
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();
 }
예제 #6
0
 private void InitializeComponent()
 {
     this.components = new Container();
     this.label2 = new System.Windows.Forms.Label();
     this.selectOrgDocument = new SelectOrgDocument();
     this.datePeriod = new DatePeriod();
     this.labelPeriod = new System.Windows.Forms.Label();
     this.numNorm = new System.Windows.Forms.NumericUpDown();
     this.label1 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.dgvServiceNormTypesByProperties = new System.Windows.Forms.DataGridView();
     this.ApartmentPropertyName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.rateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsServiceNormTypesByPropertiesView = new System.Windows.Forms.BindingSource(this.components);
     this.selectByUnit = new SelectFasetData();
     this.selectUnit = new SelectFasetData();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.tbxFromValue = new System.Windows.Forms.TextBox();
     this.tbxToValue = new System.Windows.Forms.TextBox();
     this.tab = new System.Windows.Forms.TabControl();
     this.tbpByApartmentProperties = new System.Windows.Forms.TabPage();
     this.tbpByServiceNormType = new System.Windows.Forms.TabPage();
     this.dgvServiceNormTypes = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsServiceNormTypes = new System.Windows.Forms.BindingSource(this.components);
     this.panel1 = new System.Windows.Forms.Panel();
     this.numNorm.BeginInit();
     this.dgvServiceNormTypesByProperties.BeginInit();
     this.bsServiceNormTypesByPropertiesView.BeginInit();
     this.tab.SuspendLayout();
     this.tbpByApartmentProperties.SuspendLayout();
     this.tbpByServiceNormType.SuspendLayout();
     this.dgvServiceNormTypes.BeginInit();
     this.bsServiceNormTypes.BeginInit();
     this.panel1.SuspendLayout();
     base.SuspendLayout();
     this.label2.set_Location(new System.Drawing.Point(4, 0x8b));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x10a, 0x16));
     this.label2.set_TabIndex(6);
     this.label2.set_Text("Документ - основание нормы");
     this.selectOrgDocument.set_Location(new System.Drawing.Point(5, 0xa4));
     this.selectOrgDocument.set_Name("selectOrgDocument");
     this.selectOrgDocument.set_Size(new System.Drawing.Size(0x1be, 0x17));
     this.selectOrgDocument.set_TabIndex(7);
     this.datePeriod.AttachToPeriod = false;
     this.datePeriod.DateBeginReadonly = false;
     this.datePeriod.DateEndReadonly = false;
     this.datePeriod.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 9.75f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     this.datePeriod.set_Location(new System.Drawing.Point(0x86, 0x3e));
     this.datePeriod.set_Margin(new System.Windows.Forms.Padding(4));
     this.datePeriod.set_Name("datePeriod");
     this.datePeriod.set_Size(new System.Drawing.Size(0x13d, 0x17));
     this.datePeriod.set_TabIndex(5);
     this.labelPeriod.set_Location(new System.Drawing.Point(4, 0x44));
     this.labelPeriod.set_Name("labelPeriod");
     this.labelPeriod.set_Size(new System.Drawing.Size(0x8b, 0x13));
     this.labelPeriod.set_TabIndex(4);
     this.labelPeriod.set_Text("Период действия");
     this.numNorm.set_DecimalPlaces(6);
     this.numNorm.set_Location(new System.Drawing.Point(100, 5));
     this.numNorm.set_Maximum(new decimal(new int[] { -1593835521, 0x1bcecced, 0xd3c2, 0x60000 }));
     this.numNorm.set_Name("numNorm");
     this.numNorm.set_Size(new System.Drawing.Size(0x66, 0x16));
     this.numNorm.set_TabIndex(1);
     this.label1.set_Location(new System.Drawing.Point(4, 7));
     this.label1.set_Margin(new System.Windows.Forms.Padding(4, 0, 4, 0));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x59, 0x16));
     this.label1.set_TabIndex(0);
     this.label1.set_Text("Норматив");
     this.label3.set_Location(new System.Drawing.Point(4, 0x24));
     this.label3.set_Margin(new System.Windows.Forms.Padding(4, 0, 4, 0));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x9e, 0x16));
     this.label3.set_TabIndex(2);
     this.label3.set_Text("Единица измерения");
     this.label4.set_Location(new System.Drawing.Point(0x121, 0x25));
     this.label4.set_Margin(new System.Windows.Forms.Padding(4, 0, 4, 0));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x1d, 0x15));
     this.label4.set_TabIndex(0x12);
     this.label4.set_Text("НА");
     this.label4.set_TextAlign(System.Drawing.ContentAlignment.TopCenter);
     this.dgvServiceNormTypesByProperties.set_AllowUserToAddRows(false);
     this.dgvServiceNormTypesByProperties.set_AllowUserToDeleteRows(false);
     this.dgvServiceNormTypesByProperties.set_AutoGenerateColumns(false);
     this.dgvServiceNormTypesByProperties.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill);
     this.dgvServiceNormTypesByProperties.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     this.dgvServiceNormTypesByProperties.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvServiceNormTypesByProperties.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ApartmentPropertyName, this.rateDataGridViewTextBoxColumn });
     this.dgvServiceNormTypesByProperties.set_DataSource(this.bsServiceNormTypesByPropertiesView);
     this.dgvServiceNormTypesByProperties.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvServiceNormTypesByProperties.set_Enabled(false);
     this.dgvServiceNormTypesByProperties.set_Location(new System.Drawing.Point(3, 3));
     this.dgvServiceNormTypesByProperties.set_Name("dgvServiceNormTypesByProperties");
     this.dgvServiceNormTypesByProperties.set_RowHeadersVisible(false);
     this.dgvServiceNormTypesByProperties.set_Size(new System.Drawing.Size(510, 0xf3));
     this.dgvServiceNormTypesByProperties.set_TabIndex(20);
     this.dgvServiceNormTypesByProperties.add_DataError(new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dgvServiceNormTypes_DataError));
     this.ApartmentPropertyName.set_DataPropertyName("ApartmentPropertyName");
     this.ApartmentPropertyName.set_HeaderText("Подчиненные нормы");
     this.ApartmentPropertyName.set_Name("ApartmentPropertyName");
     this.ApartmentPropertyName.set_ReadOnly(true);
     this.rateDataGridViewTextBoxColumn.set_DataPropertyName("Rate");
     this.rateDataGridViewTextBoxColumn.set_HeaderText("Ставка");
     this.rateDataGridViewTextBoxColumn.set_MinimumWidth(100);
     this.rateDataGridViewTextBoxColumn.set_Name("rateDataGridViewTextBoxColumn");
     this.bsServiceNormTypesByPropertiesView.set_DataSource(typeof(ServiceNormType));
     this.selectByUnit.set_FormattingEnabled(true);
     this.selectByUnit.set_Location(new System.Drawing.Point(0x143, 0x21));
     this.selectByUnit.set_Name("selectByUnit");
     this.selectByUnit.set_Size(new System.Drawing.Size(0x6b, 0x18));
     this.selectByUnit.set_Sorted(true);
     this.selectByUnit.set_TabIndex(0x13);
     this.selectUnit.set_FormattingEnabled(true);
     this.selectUnit.set_Location(new System.Drawing.Point(0xa9, 0x21));
     this.selectUnit.set_Name("selectUnit");
     this.selectUnit.set_Size(new System.Drawing.Size(0x71, 0x18));
     this.selectUnit.set_Sorted(true);
     this.selectUnit.set_TabIndex(3);
     this.label5.set_Location(new System.Drawing.Point(0xd7, 0x5e));
     this.label5.set_Margin(new System.Windows.Forms.Padding(4, 0, 4, 0));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x6a, 0x25));
     this.label5.set_TabIndex(0x15);
     this.label5.set_Text("Кон.значение параметра");
     this.label6.set_Location(new System.Drawing.Point(4, 0x5e));
     this.label6.set_Margin(new System.Windows.Forms.Padding(4, 0, 4, 0));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(0x65, 0x22));
     this.label6.set_TabIndex(0x16);
     this.label6.set_Text("Нач.значение параметра");
     this.tbxFromValue.set_Location(new System.Drawing.Point(0x6f, 0x67));
     this.tbxFromValue.set_Name("tbxFromValue");
     this.tbxFromValue.set_Size(new System.Drawing.Size(100, 0x16));
     this.tbxFromValue.set_TabIndex(0x17);
     this.tbxToValue.set_Location(new System.Drawing.Point(0x145, 0x67));
     this.tbxToValue.set_Name("tbxToValue");
     this.tbxToValue.set_Size(new System.Drawing.Size(0x66, 0x16));
     this.tbxToValue.set_TabIndex(0x18);
     this.tab.Controls.Add(this.tbpByApartmentProperties);
     this.tab.Controls.Add(this.tbpByServiceNormType);
     this.tab.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.tab.set_Location(new System.Drawing.Point(0, 0xc9));
     this.tab.set_Name("tab");
     this.tab.set_SelectedIndex(0);
     this.tab.set_Size(new System.Drawing.Size(0x20c, 0x116));
     this.tab.set_TabIndex(0x19);
     this.tbpByApartmentProperties.Controls.Add(this.dgvServiceNormTypesByProperties);
     this.tbpByApartmentProperties.set_Location(new System.Drawing.Point(4, 0x19));
     this.tbpByApartmentProperties.set_Name("tbpByApartmentProperties");
     this.tbpByApartmentProperties.set_Padding(new System.Windows.Forms.Padding(3));
     this.tbpByApartmentProperties.set_Size(new System.Drawing.Size(0x204, 0xf9));
     this.tbpByApartmentProperties.set_TabIndex(0);
     this.tbpByApartmentProperties.set_Text("Зависимые параметры от свойств паспорта жилья");
     this.tbpByApartmentProperties.set_UseVisualStyleBackColor(true);
     this.tbpByServiceNormType.Controls.Add(this.dgvServiceNormTypes);
     this.tbpByServiceNormType.set_Location(new System.Drawing.Point(4, 0x19));
     this.tbpByServiceNormType.set_Name("tbpByServiceNormType");
     this.tbpByServiceNormType.set_Padding(new System.Windows.Forms.Padding(3));
     this.tbpByServiceNormType.set_Size(new System.Drawing.Size(0x204, 0xf9));
     this.tbpByServiceNormType.set_TabIndex(1);
     this.tbpByServiceNormType.set_Text("Подчиненные тарифы");
     this.tbpByServiceNormType.set_UseVisualStyleBackColor(true);
     this.dgvServiceNormTypes.set_AllowUserToAddRows(false);
     this.dgvServiceNormTypes.set_AllowUserToDeleteRows(false);
     this.dgvServiceNormTypes.set_AutoGenerateColumns(false);
     this.dgvServiceNormTypes.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill);
     this.dgvServiceNormTypes.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     this.dgvServiceNormTypes.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvServiceNormTypes.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn1, this.dataGridViewTextBoxColumn2 });
     this.dgvServiceNormTypes.set_DataSource(this.bsServiceNormTypes);
     this.dgvServiceNormTypes.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvServiceNormTypes.set_Enabled(false);
     this.dgvServiceNormTypes.set_Location(new System.Drawing.Point(3, 3));
     this.dgvServiceNormTypes.set_Name("dgvServiceNormTypes");
     this.dgvServiceNormTypes.set_RowHeadersVisible(false);
     this.dgvServiceNormTypes.set_Size(new System.Drawing.Size(510, 0xf3));
     this.dgvServiceNormTypes.set_TabIndex(0x15);
     this.dataGridViewTextBoxColumn1.set_DataPropertyName("ApartmentPropertyName");
     this.dataGridViewTextBoxColumn1.set_HeaderText("Подчиненные нормы");
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn2.set_DataPropertyName("Rate");
     this.dataGridViewTextBoxColumn2.set_HeaderText("Ставка");
     this.dataGridViewTextBoxColumn2.set_MinimumWidth(100);
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.bsServiceNormTypes.set_DataSource(typeof(ServiceNormType));
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.tbxToValue);
     this.panel1.Controls.Add(this.numNorm);
     this.panel1.Controls.Add(this.tbxFromValue);
     this.panel1.Controls.Add(this.labelPeriod);
     this.panel1.Controls.Add(this.label6);
     this.panel1.Controls.Add(this.datePeriod);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.selectOrgDocument);
     this.panel1.Controls.Add(this.selectByUnit);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.selectUnit);
     this.panel1.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panel1.set_Location(new System.Drawing.Point(0, 0));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(0x20c, 0xc9));
     this.panel1.set_TabIndex(0x1a);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(8f, 16f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.tab);
     base.Controls.Add(this.panel1);
     this.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 9.75f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     base.set_Margin(new System.Windows.Forms.Padding(4));
     base.set_Name("ServiceNormView");
     base.set_Size(new System.Drawing.Size(0x20c, 0x1df));
     base.add_Load(new System.EventHandler(this.ServiceNormView_Load));
     this.numNorm.EndInit();
     this.dgvServiceNormTypesByProperties.EndInit();
     this.bsServiceNormTypesByPropertiesView.EndInit();
     this.tab.ResumeLayout(false);
     this.tbpByApartmentProperties.ResumeLayout(false);
     this.tbpByServiceNormType.ResumeLayout(false);
     this.dgvServiceNormTypes.EndInit();
     this.bsServiceNormTypes.EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     base.ResumeLayout(false);
 }
 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();
 }
예제 #8
0
 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();
 }
예제 #9
0
 private void InitializeComponent()
 {
     this.components = new Container();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(CashReturnForm));
     System.Windows.Forms.DataGridViewCellStyle style = new System.Windows.Forms.DataGridViewCellStyle();
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnTransfer = new System.Windows.Forms.Button();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.tsShowSourceBalance = new System.Windows.Forms.ToolStripButton();
     this.epRights = new System.Windows.Forms.ErrorProvider(this.components);
     this.chbxIsPartPayment = new System.Windows.Forms.CheckBox();
     this.lbWarning = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.dgvGroupOperationServices = new System.Windows.Forms.DataGridView();
     this.lblSourceGroupOperationSumm = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.chbReturnDate = new System.Windows.Forms.CheckBox();
     this.label3 = new System.Windows.Forms.Label();
     this.dbReturnDate = new DateBox();
     this.serviceTypeNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.providerNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.SourceSumm = new DataGridViewNumericColumn();
     this.calcOperNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.jnBalance = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsGroupOperationServices = new System.Windows.Forms.BindingSource(this.components);
     this.selectOrgDocument = new SelectOrgDocument();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewNumericColumn1 = new DataGridViewNumericColumn();
     this.dataGridViewNumericColumn2 = new DataGridViewNumericColumn();
     this.dataGridViewNumericColumn3 = new DataGridViewNumericColumn();
     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.dataGridViewNumericColumn4 = new DataGridViewNumericColumn();
     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.toolStrip1.SuspendLayout();
     this.epRights.BeginInit();
     this.dgvGroupOperationServices.BeginInit();
     this.bsGroupOperationServices.BeginInit();
     base.SuspendLayout();
     this.btnCancel.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnCancel.set_Location(new System.Drawing.Point(0x288, 0x1e1));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(0x58, 0x1f));
     this.btnCancel.set_TabIndex(5);
     this.btnCancel.set_Text("Отмена");
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.btnCancel.add_Click(new System.EventHandler(this.btnCancel_Click));
     this.btnTransfer.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnTransfer.set_Image(Resources.TRANSFERRING);
     this.btnTransfer.set_ImageAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.btnTransfer.set_Location(new System.Drawing.Point(0x215, 0x1e1));
     this.btnTransfer.set_Name("btnTransfer");
     this.btnTransfer.set_Size(new System.Drawing.Size(0x6d, 0x1f));
     this.btnTransfer.set_TabIndex(30);
     this.btnTransfer.set_Text("Снять оплату");
     this.btnTransfer.set_TextAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.btnTransfer.set_UseVisualStyleBackColor(true);
     this.btnTransfer.add_Click(new System.EventHandler(this.btnTransfer_Click));
     this.toolStrip1.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.toolStrip1.set_AutoSize(false);
     this.toolStrip1.set_Dock(System.Windows.Forms.DockStyle.None);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripLabel1, this.tsShowSourceBalance });
     this.toolStrip1.set_Location(new System.Drawing.Point(12, 0x44));
     this.toolStrip1.set_Name("toolStrip1");
     this.toolStrip1.set_Size(new System.Drawing.Size(0x2d4, 0x19));
     this.toolStrip1.set_TabIndex(0x27);
     this.toolStrip1.set_Text("toolStrip1");
     this.toolStripLabel1.set_Font(new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Bold));
     this.toolStripLabel1.set_Name("toolStripLabel1");
     this.toolStripLabel1.set_Size(new System.Drawing.Size(0xad, 0x16));
     this.toolStripLabel1.set_Text("Услуги переносимой оплаты");
     this.tsShowSourceBalance.set_Alignment(System.Windows.Forms.ToolStripItemAlignment.Right);
     this.tsShowSourceBalance.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsShowSourceBalance.set_Image((System.Drawing.Image) manager.GetObject("tsShowSourceBalance.Image"));
     this.tsShowSourceBalance.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsShowSourceBalance.set_Name("tsShowSourceBalance");
     this.tsShowSourceBalance.set_Size(new System.Drawing.Size(0x62, 0x16));
     this.tsShowSourceBalance.set_Text("Показать сальдо");
     this.tsShowSourceBalance.add_Click(new System.EventHandler(this.tsShowSourceBalance_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.chbxIsPartPayment.set_Anchor(System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom);
     this.chbxIsPartPayment.set_AutoSize(true);
     this.chbxIsPartPayment.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.chbxIsPartPayment.set_Location(new System.Drawing.Point(12, 500));
     this.chbxIsPartPayment.set_Name("chbxIsPartPayment");
     this.chbxIsPartPayment.set_Size(new System.Drawing.Size(0x81, 0x11));
     this.chbxIsPartPayment.set_TabIndex(0x25);
     this.chbxIsPartPayment.set_Text("Перенести частично");
     this.chbxIsPartPayment.set_UseVisualStyleBackColor(true);
     this.chbxIsPartPayment.add_CheckedChanged(new System.EventHandler(this.chbxIsPartPayment_CheckedChanged));
     this.lbWarning.set_Anchor(System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom);
     this.lbWarning.set_AutoSize(true);
     this.lbWarning.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0xcc));
     this.lbWarning.set_ForeColor(System.Drawing.Color.IndianRed);
     this.lbWarning.set_Location(new System.Drawing.Point(0x94, 0x1f6));
     this.lbWarning.set_Name("lbWarning");
     this.lbWarning.set_Size(new System.Drawing.Size(0x16b, 13));
     this.lbWarning.set_TabIndex(0x26);
     this.lbWarning.set_Text("Внимание! Оплата пени не подлежит частичному переносу.");
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(12, 14));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0xb7, 13));
     this.label4.set_TabIndex(0x24);
     this.label4.set_Text("Документ - основание для снятия:");
     this.dgvGroupOperationServices.set_AllowUserToAddRows(false);
     this.dgvGroupOperationServices.set_AllowUserToDeleteRows(false);
     this.dgvGroupOperationServices.set_AllowUserToOrderColumns(true);
     this.dgvGroupOperationServices.set_AllowUserToResizeRows(false);
     this.dgvGroupOperationServices.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Top);
     this.dgvGroupOperationServices.set_AutoGenerateColumns(false);
     this.dgvGroupOperationServices.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dgvGroupOperationServices.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     style.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter);
     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.dgvGroupOperationServices.set_ColumnHeadersDefaultCellStyle(style);
     this.dgvGroupOperationServices.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvGroupOperationServices.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.serviceTypeNameDataGridViewTextBoxColumn, this.providerNameDataGridViewTextBoxColumn, this.SourceSumm, this.calcOperNameDataGridViewTextBoxColumn, this.jnBalance });
     this.dgvGroupOperationServices.set_DataSource(this.bsGroupOperationServices);
     this.dgvGroupOperationServices.set_EditMode(System.Windows.Forms.DataGridViewEditMode.EditOnEnter);
     this.dgvGroupOperationServices.set_Location(new System.Drawing.Point(12, 0x60));
     this.dgvGroupOperationServices.set_MultiSelect(false);
     this.dgvGroupOperationServices.set_Name("dgvGroupOperationServices");
     this.dgvGroupOperationServices.set_RowHeadersVisible(false);
     this.dgvGroupOperationServices.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.CellSelect);
     this.dgvGroupOperationServices.set_Size(new System.Drawing.Size(0x2d4, 0x17b));
     this.dgvGroupOperationServices.set_TabIndex(0);
     this.dgvGroupOperationServices.add_CellEndEdit(new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGroupOperationServices_CellEndEdit));
     this.lblSourceGroupOperationSumm.set_Anchor(System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom);
     this.lblSourceGroupOperationSumm.set_AutoSize(true);
     this.lblSourceGroupOperationSumm.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0xcc));
     this.lblSourceGroupOperationSumm.set_Location(new System.Drawing.Point(0x91, 0x1e1));
     this.lblSourceGroupOperationSumm.set_Name("lblSourceGroupOperationSumm");
     this.lblSourceGroupOperationSumm.set_Size(new System.Drawing.Size(0x20, 13));
     this.lblSourceGroupOperationSumm.set_TabIndex(2);
     this.lblSourceGroupOperationSumm.set_Text("0.00");
     this.lblSourceGroupOperationSumm.set_TextAlign(System.Drawing.ContentAlignment.MiddleRight);
     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, 0x1e1));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x62, 13));
     this.label1.set_TabIndex(0x26);
     this.label1.set_Text("Сумма переноса: ");
     this.label1.set_TextAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(12, 0x2d));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x47, 13));
     this.label2.set_TabIndex(40);
     this.label2.set_Text("Дата снятия");
     this.chbReturnDate.set_AutoSize(true);
     this.chbReturnDate.set_Location(new System.Drawing.Point(0xda, 0x2d));
     this.chbReturnDate.set_Name("chbReturnDate");
     this.chbReturnDate.set_Size(new System.Drawing.Size(15, 14));
     this.chbReturnDate.set_TabIndex(0x2a);
     this.chbReturnDate.set_UseVisualStyleBackColor(true);
     this.chbReturnDate.add_CheckedChanged(new System.EventHandler(this.chbReturnDate_CheckedChanged));
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(0x157, 0x2d));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(270, 13));
     this.label3.set_TabIndex(0x2b);
     this.label3.set_Text("*по умолчанию снятие проводится текущим числом");
     this.dbReturnDate.AttachToPeriod = false;
     this.dbReturnDate.AttachToPeriodEnd = false;
     this.dbReturnDate.set_Enabled(false);
     this.dbReturnDate.set_Location(new System.Drawing.Point(0xef, 0x2a));
     this.dbReturnDate.set_Mask("00/00/0000");
     this.dbReturnDate.set_Name("dbReturnDate");
     this.dbReturnDate.set_Size(new System.Drawing.Size(0x62, 20));
     this.dbReturnDate.set_TabIndex(0x29);
     this.serviceTypeNameDataGridViewTextBoxColumn.set_DataPropertyName("ServiceTypeName");
     this.serviceTypeNameDataGridViewTextBoxColumn.set_HeaderText("Тип услуги");
     this.serviceTypeNameDataGridViewTextBoxColumn.set_Name("serviceTypeNameDataGridViewTextBoxColumn");
     this.serviceTypeNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.serviceTypeNameDataGridViewTextBoxColumn.set_Width(0x57);
     this.providerNameDataGridViewTextBoxColumn.set_DataPropertyName("ProviderName");
     this.providerNameDataGridViewTextBoxColumn.set_HeaderText("Поставщик");
     this.providerNameDataGridViewTextBoxColumn.set_Name("providerNameDataGridViewTextBoxColumn");
     this.providerNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.providerNameDataGridViewTextBoxColumn.set_Width(90);
     this.SourceSumm.set_DataPropertyName("OriginalSumm");
     this.SourceSumm.DecimalPlaces = 0;
     int[] numArray = new int[4];
     this.SourceSumm.DefaultValue = new decimal(numArray);
     this.SourceSumm.set_HeaderText("Сумма");
     int[] numArray2 = new int[4];
     numArray2[0] = 100;
     this.SourceSumm.Maximum = new decimal(numArray2);
     int[] numArray3 = new int[4];
     this.SourceSumm.Minimum = new decimal(numArray3);
     this.SourceSumm.set_Name("SourceSumm");
     this.SourceSumm.set_ReadOnly(true);
     this.SourceSumm.set_Resizable(System.Windows.Forms.DataGridViewTriState.True);
     this.SourceSumm.set_SortMode(System.Windows.Forms.DataGridViewColumnSortMode.Automatic);
     this.SourceSumm.set_Width(0x42);
     this.calcOperNameDataGridViewTextBoxColumn.set_DataPropertyName("CalcOperName");
     this.calcOperNameDataGridViewTextBoxColumn.set_HeaderText("Операция");
     this.calcOperNameDataGridViewTextBoxColumn.set_Name("calcOperNameDataGridViewTextBoxColumn");
     this.calcOperNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.calcOperNameDataGridViewTextBoxColumn.set_Width(0x52);
     this.jnBalance.set_DataPropertyName("AccountServiceBalance");
     this.jnBalance.set_HeaderText("Сальдо");
     this.jnBalance.set_Name("jnBalance");
     this.jnBalance.set_ReadOnly(true);
     this.jnBalance.set_Visible(false);
     this.jnBalance.set_Width(0x45);
     this.bsGroupOperationServices.set_DataSource(typeof(Jn));
     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(0xda, 12));
     this.selectOrgDocument.set_Name("selectOrgDocument");
     this.selectOrgDocument.set_Size(new System.Drawing.Size(0x206, 0x18));
     this.selectOrgDocument.set_TabIndex(0x20);
     this.dataGridViewTextBoxColumn1.set_DataPropertyName("ProviderId");
     this.dataGridViewTextBoxColumn1.set_HeaderText("ProviderId");
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn1.set_Width(80);
     this.dataGridViewTextBoxColumn2.set_DataPropertyName("ProviderCode");
     this.dataGridViewTextBoxColumn2.set_HeaderText("ProviderCode");
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.dataGridViewTextBoxColumn2.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn2.set_Visible(false);
     this.dataGridViewTextBoxColumn2.set_Width(0x44);
     this.dataGridViewNumericColumn1.set_DataPropertyName("OriginalSumm");
     this.dataGridViewNumericColumn1.DecimalPlaces = 0;
     int[] numArray4 = new int[4];
     this.dataGridViewNumericColumn1.DefaultValue = new decimal(numArray4);
     this.dataGridViewNumericColumn1.set_HeaderText("Сумма");
     int[] numArray5 = new int[4];
     numArray5[0] = 100;
     this.dataGridViewNumericColumn1.Maximum = new decimal(numArray5);
     int[] numArray6 = new int[4];
     this.dataGridViewNumericColumn1.Minimum = new decimal(numArray6);
     this.dataGridViewNumericColumn1.set_Name("dataGridViewNumericColumn1");
     this.dataGridViewNumericColumn1.set_ReadOnly(true);
     this.dataGridViewNumericColumn1.set_Resizable(System.Windows.Forms.DataGridViewTriState.True);
     this.dataGridViewNumericColumn1.set_SortMode(System.Windows.Forms.DataGridViewColumnSortMode.Automatic);
     this.dataGridViewNumericColumn1.set_Width(0x42);
     this.dataGridViewNumericColumn2.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.None);
     this.dataGridViewNumericColumn2.DecimalPlaces = 0;
     int[] numArray7 = new int[4];
     this.dataGridViewNumericColumn2.DefaultValue = new decimal(numArray7);
     this.dataGridViewNumericColumn2.set_HeaderText("Сумма");
     int[] numArray8 = new int[4];
     numArray8[0] = 100;
     this.dataGridViewNumericColumn2.Maximum = new decimal(numArray8);
     int[] numArray9 = new int[4];
     this.dataGridViewNumericColumn2.Minimum = new decimal(numArray9);
     this.dataGridViewNumericColumn2.set_Name("dataGridViewNumericColumn2");
     this.dataGridViewNumericColumn2.set_Width(70);
     this.dataGridViewNumericColumn3.set_DataPropertyName("OriginalSumm");
     this.dataGridViewNumericColumn3.DecimalPlaces = 0;
     int[] numArray10 = new int[4];
     this.dataGridViewNumericColumn3.DefaultValue = new decimal(numArray10);
     this.dataGridViewNumericColumn3.set_HeaderText("Сумма");
     int[] numArray11 = new int[4];
     numArray11[0] = 100;
     this.dataGridViewNumericColumn3.Maximum = new decimal(numArray11);
     int[] numArray12 = new int[4];
     this.dataGridViewNumericColumn3.Minimum = new decimal(numArray12);
     this.dataGridViewNumericColumn3.set_Name("dataGridViewNumericColumn3");
     this.dataGridViewNumericColumn3.set_ReadOnly(true);
     this.dataGridViewNumericColumn3.set_Resizable(System.Windows.Forms.DataGridViewTriState.True);
     this.dataGridViewNumericColumn3.set_SortMode(System.Windows.Forms.DataGridViewColumnSortMode.Automatic);
     this.dataGridViewNumericColumn3.set_Width(0x42);
     this.dataGridViewTextBoxColumn3.set_DataPropertyName("ProviderName");
     this.dataGridViewTextBoxColumn3.set_HeaderText("ProviderName");
     this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3");
     this.dataGridViewTextBoxColumn3.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn3.set_Width(90);
     this.dataGridViewTextBoxColumn4.set_DataPropertyName("ServiceTypeId");
     this.dataGridViewTextBoxColumn4.set_HeaderText("ServiceTypeId");
     this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4");
     this.dataGridViewTextBoxColumn4.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn4.set_Visible(false);
     this.dataGridViewTextBoxColumn4.set_Width(0x65);
     this.dataGridViewTextBoxColumn5.set_DataPropertyName("ServiceTypeName");
     this.dataGridViewTextBoxColumn5.set_HeaderText("ServiceTypeName");
     this.dataGridViewTextBoxColumn5.set_Name("dataGridViewTextBoxColumn5");
     this.dataGridViewTextBoxColumn5.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn5.set_Visible(false);
     this.dataGridViewTextBoxColumn5.set_Width(0x42);
     this.dataGridViewTextBoxColumn6.set_DataPropertyName("ServiceId");
     this.dataGridViewTextBoxColumn6.set_HeaderText("ServiceId");
     this.dataGridViewTextBoxColumn6.set_Name("dataGridViewTextBoxColumn6");
     this.dataGridViewTextBoxColumn6.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn6.set_Visible(false);
     this.dataGridViewTextBoxColumn6.set_Width(0x29);
     this.dataGridViewTextBoxColumn7.set_DataPropertyName("ServiceCode");
     this.dataGridViewTextBoxColumn7.set_HeaderText("ServiceCode");
     this.dataGridViewTextBoxColumn7.set_Name("dataGridViewTextBoxColumn7");
     this.dataGridViewTextBoxColumn7.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn7.set_Visible(false);
     this.dataGridViewTextBoxColumn7.set_Width(0x6d);
     this.dataGridViewTextBoxColumn8.set_DataPropertyName("ServiceName");
     this.dataGridViewTextBoxColumn8.set_HeaderText("ServiceName");
     this.dataGridViewTextBoxColumn8.set_Name("dataGridViewTextBoxColumn8");
     this.dataGridViewTextBoxColumn8.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn8.set_Width(0x68);
     this.dataGridViewTextBoxColumn9.set_DataPropertyName("ServiceCodeName");
     this.dataGridViewTextBoxColumn9.set_HeaderText("ServiceCodeName");
     this.dataGridViewTextBoxColumn9.set_Name("dataGridViewTextBoxColumn9");
     this.dataGridViewTextBoxColumn9.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn9.set_Width(0x65);
     this.dataGridViewTextBoxColumn10.set_DataPropertyName("AccountServiceId");
     this.dataGridViewTextBoxColumn10.set_HeaderText("AccountServiceId");
     this.dataGridViewTextBoxColumn10.set_Name("dataGridViewTextBoxColumn10");
     this.dataGridViewTextBoxColumn10.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn10.set_Visible(false);
     this.dataGridViewTextBoxColumn10.set_Width(0x65);
     this.dataGridViewNumericColumn4.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.None);
     this.dataGridViewNumericColumn4.DecimalPlaces = 0;
     int[] numArray13 = new int[4];
     this.dataGridViewNumericColumn4.DefaultValue = new decimal(numArray13);
     this.dataGridViewNumericColumn4.set_HeaderText("Сумма");
     int[] numArray14 = new int[4];
     numArray14[0] = 100;
     this.dataGridViewNumericColumn4.Maximum = new decimal(numArray14);
     int[] numArray15 = new int[4];
     this.dataGridViewNumericColumn4.Minimum = new decimal(numArray15);
     this.dataGridViewNumericColumn4.set_Name("dataGridViewNumericColumn4");
     this.dataGridViewNumericColumn4.set_Width(70);
     this.dataGridViewTextBoxColumn11.set_DataPropertyName("AccountServiceFromDate");
     this.dataGridViewTextBoxColumn11.set_HeaderText("AccountServiceFromDate");
     this.dataGridViewTextBoxColumn11.set_Name("dataGridViewTextBoxColumn11");
     this.dataGridViewTextBoxColumn11.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn11.set_Visible(false);
     this.dataGridViewTextBoxColumn11.set_Width(0x45);
     this.dataGridViewTextBoxColumn12.set_DataPropertyName("AccountServiceToDate");
     this.dataGridViewTextBoxColumn12.set_HeaderText("AccountServiceToDate");
     this.dataGridViewTextBoxColumn12.set_Name("dataGridViewTextBoxColumn12");
     this.dataGridViewTextBoxColumn13.set_DataPropertyName("AccountId");
     this.dataGridViewTextBoxColumn13.set_HeaderText("AccountId");
     this.dataGridViewTextBoxColumn13.set_Name("dataGridViewTextBoxColumn13");
     this.dataGridViewTextBoxColumn14.set_DataPropertyName("AccountNumber");
     this.dataGridViewTextBoxColumn14.set_HeaderText("AccountNumber");
     this.dataGridViewTextBoxColumn14.set_Name("dataGridViewTextBoxColumn14");
     this.dataGridViewTextBoxColumn15.set_DataPropertyName("AccountOwnerId");
     this.dataGridViewTextBoxColumn15.set_HeaderText("AccountOwnerId");
     this.dataGridViewTextBoxColumn15.set_Name("dataGridViewTextBoxColumn15");
     this.dataGridViewTextBoxColumn16.set_DataPropertyName("AccountOwnerName");
     this.dataGridViewTextBoxColumn16.set_HeaderText("AccountOwnerName");
     this.dataGridViewTextBoxColumn16.set_Name("dataGridViewTextBoxColumn16");
     this.dataGridViewTextBoxColumn17.set_DataPropertyName("ApartmentId");
     this.dataGridViewTextBoxColumn17.set_HeaderText("ApartmentId");
     this.dataGridViewTextBoxColumn17.set_Name("dataGridViewTextBoxColumn17");
     this.dataGridViewTextBoxColumn18.set_DataPropertyName("ApartmentNumber");
     this.dataGridViewTextBoxColumn18.set_HeaderText("ApartmentNumber");
     this.dataGridViewTextBoxColumn18.set_Name("dataGridViewTextBoxColumn18");
     this.dataGridViewTextBoxColumn19.set_DataPropertyName("ApartmentAddrId");
     this.dataGridViewTextBoxColumn19.set_HeaderText("ApartmentAddrId");
     this.dataGridViewTextBoxColumn19.set_Name("dataGridViewTextBoxColumn19");
     this.dataGridViewTextBoxColumn20.set_DataPropertyName("ApartmentAddrName");
     this.dataGridViewTextBoxColumn20.set_HeaderText("ApartmentAddrName");
     this.dataGridViewTextBoxColumn20.set_Name("dataGridViewTextBoxColumn20");
     this.dataGridViewTextBoxColumn21.set_DataPropertyName("ApartmentParentAddrId");
     this.dataGridViewTextBoxColumn21.set_HeaderText("ApartmentParentAddrId");
     this.dataGridViewTextBoxColumn21.set_Name("dataGridViewTextBoxColumn21");
     this.dataGridViewTextBoxColumn22.set_DataPropertyName("HouseHolderId");
     this.dataGridViewTextBoxColumn22.set_HeaderText("HouseHolderId");
     this.dataGridViewTextBoxColumn22.set_Name("dataGridViewTextBoxColumn22");
     this.dataGridViewTextBoxColumn23.set_DataPropertyName("HouseHolderCode");
     this.dataGridViewTextBoxColumn23.set_HeaderText("HouseHolderCode");
     this.dataGridViewTextBoxColumn23.set_Name("dataGridViewTextBoxColumn23");
     this.dataGridViewTextBoxColumn24.set_DataPropertyName("HouseHolderName");
     this.dataGridViewTextBoxColumn24.set_HeaderText("HouseHolderName");
     this.dataGridViewTextBoxColumn24.set_Name("dataGridViewTextBoxColumn24");
     this.dataGridViewTextBoxColumn25.set_DataPropertyName("CalcOperId");
     this.dataGridViewTextBoxColumn25.set_HeaderText("CalcOperId");
     this.dataGridViewTextBoxColumn25.set_Name("dataGridViewTextBoxColumn25");
     this.dataGridViewTextBoxColumn26.set_DataPropertyName("CalcOperName");
     this.dataGridViewTextBoxColumn26.set_HeaderText("CalcOperName");
     this.dataGridViewTextBoxColumn26.set_Name("dataGridViewTextBoxColumn26");
     this.dataGridViewTextBoxColumn27.set_DataPropertyName("Created");
     this.dataGridViewTextBoxColumn27.set_HeaderText("Created");
     this.dataGridViewTextBoxColumn27.set_Name("dataGridViewTextBoxColumn27");
     this.dataGridViewTextBoxColumn28.set_DataPropertyName("Period");
     this.dataGridViewTextBoxColumn28.set_HeaderText("Period");
     this.dataGridViewTextBoxColumn28.set_Name("dataGridViewTextBoxColumn28");
     this.dataGridViewTextBoxColumn29.set_DataPropertyName("OriginalSumm");
     this.dataGridViewTextBoxColumn29.set_HeaderText("OriginalSumm");
     this.dataGridViewTextBoxColumn29.set_Name("dataGridViewTextBoxColumn29");
     this.dataGridViewTextBoxColumn30.set_DataPropertyName("Summ");
     this.dataGridViewTextBoxColumn30.set_HeaderText("Summ");
     this.dataGridViewTextBoxColumn30.set_Name("dataGridViewTextBoxColumn30");
     this.dataGridViewTextBoxColumn31.set_DataPropertyName("GroupOperId");
     this.dataGridViewTextBoxColumn31.set_HeaderText("GroupOperId");
     this.dataGridViewTextBoxColumn31.set_Name("dataGridViewTextBoxColumn31");
     this.dataGridViewTextBoxColumn32.set_DataPropertyName("OldId");
     this.dataGridViewTextBoxColumn32.set_HeaderText("OldId");
     this.dataGridViewTextBoxColumn32.set_Name("dataGridViewTextBoxColumn32");
     this.dataGridViewTextBoxColumn33.set_DataPropertyName("ObjectWithIdType");
     this.dataGridViewTextBoxColumn33.set_HeaderText("ObjectWithIdType");
     this.dataGridViewTextBoxColumn33.set_Name("dataGridViewTextBoxColumn33");
     this.dataGridViewTextBoxColumn34.set_DataPropertyName("Id");
     this.dataGridViewTextBoxColumn34.set_HeaderText("Id");
     this.dataGridViewTextBoxColumn34.set_Name("dataGridViewTextBoxColumn34");
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x2ec, 0x20c));
     base.Controls.Add(this.label3);
     base.Controls.Add(this.chbReturnDate);
     base.Controls.Add(this.dbReturnDate);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.lblSourceGroupOperationSumm);
     base.Controls.Add(this.toolStrip1);
     base.Controls.Add(this.lbWarning);
     base.Controls.Add(this.dgvGroupOperationServices);
     base.Controls.Add(this.chbxIsPartPayment);
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.btnTransfer);
     base.Controls.Add(this.label4);
     base.Controls.Add(this.selectOrgDocument);
     base.set_MinimizeBox(false);
     this.set_MinimumSize(new System.Drawing.Size(500, 400));
     base.set_Name("CashReturnForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("Снятие оплаты с лицевого счета");
     base.add_Load(new System.EventHandler(this.CashTransferForm_Load));
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.epRights.EndInit();
     this.dgvGroupOperationServices.EndInit();
     this.bsGroupOperationServices.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
예제 #10
0
 private void InitializeComponent()
 {
     Area area = new Area();
     House house = new House();
     this.label6 = new System.Windows.Forms.Label();
     this.btnAddChange = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.lbAddress = new System.Windows.Forms.Label();
     this.lbTarif = new System.Windows.Forms.Label();
     this.lbResource = new System.Windows.Forms.Label();
     this.lbHouseHolder = new System.Windows.Forms.Label();
     this.lbServiceType = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.lbIsSeasonal = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.lblCanonicalName = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.chbxValidated = new System.Windows.Forms.CheckBox();
     this.chbxOpenedByError = new System.Windows.Forms.CheckBox();
     this.cb_UseOrganizations = new System.Windows.Forms.CheckBox();
     this.label7 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.selectCloseOrgDocument = new SelectOrgDocument();
     this.selectOpenOrgDocument = new SelectOrgDocument();
     this.selectServices = new SelectServices();
     this.datePeriod = new DatePeriod();
     this.groupBox1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     base.SuspendLayout();
     this.label6.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(4, 0x73));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(0x2e, 13));
     this.label6.set_TabIndex(0x36);
     this.label6.set_Text("Услуга:");
     this.btnAddChange.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnAddChange.set_Location(new System.Drawing.Point(0x1d4, 0x11c));
     this.btnAddChange.set_Name("btnAddChange");
     this.btnAddChange.set_Size(new System.Drawing.Size(80, 0x19));
     this.btnAddChange.set_TabIndex(60);
     this.btnAddChange.set_UseVisualStyleBackColor(true);
     this.btnAddChange.add_Click(new System.EventHandler(this.btnAddChange_Click));
     this.btnCancel.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnCancel.set_Location(new System.Drawing.Point(0x22a, 0x11c));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(80, 0x19));
     this.btnCancel.set_TabIndex(70);
     this.btnCancel.set_Text("Отмена");
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.btnCancel.add_Click(new System.EventHandler(this.btnCancel_Click));
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(4, 13));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x2d, 13));
     this.label1.set_TabIndex(0x3a);
     this.label1.set_Text("Период");
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(3, 13));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x88, 13));
     this.label2.set_TabIndex(0x3e);
     this.label2.set_Text("Управляющая компания:");
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(3, 0x1a));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x98, 13));
     this.label3.set_TabIndex(0x3f);
     this.label3.set_Text("Ресурсоснабж.организация:");
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(3, 0x27));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x2b, 13));
     this.label4.set_TabIndex(0x40);
     this.label4.set_Text("Тариф:");
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(3, 0x34));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x29, 13));
     this.label5.set_TabIndex(0x41);
     this.label5.set_Text("Адрес:");
     this.lbAddress.set_AutoSize(true);
     this.lbAddress.set_Location(new System.Drawing.Point(0xcb, 0x34));
     this.lbAddress.set_Name("lbAddress");
     this.lbAddress.set_Size(new System.Drawing.Size(0x35, 13));
     this.lbAddress.set_TabIndex(0x45);
     this.lbAddress.set_Text("lbAddress");
     this.lbTarif.set_AutoSize(true);
     this.lbTarif.set_Location(new System.Drawing.Point(0xcb, 0x27));
     this.lbTarif.set_Name("lbTarif");
     this.lbTarif.set_Size(new System.Drawing.Size(0x24, 13));
     this.lbTarif.set_TabIndex(0x44);
     this.lbTarif.set_Text("lbTarif");
     this.lbResource.set_AutoSize(true);
     this.lbResource.set_Location(new System.Drawing.Point(0xcb, 0x1a));
     this.lbResource.set_Name("lbResource");
     this.lbResource.set_Size(new System.Drawing.Size(0x3d, 13));
     this.lbResource.set_TabIndex(0x43);
     this.lbResource.set_Text("lbResource");
     this.lbHouseHolder.set_AutoSize(true);
     this.lbHouseHolder.set_Location(new System.Drawing.Point(0xcb, 13));
     this.lbHouseHolder.set_Name("lbHouseHolder");
     this.lbHouseHolder.set_Size(new System.Drawing.Size(0x4d, 13));
     this.lbHouseHolder.set_TabIndex(0x42);
     this.lbHouseHolder.set_Text("lbHouseHolder");
     this.lbServiceType.set_AutoSize(true);
     this.lbServiceType.set_Location(new System.Drawing.Point(0xcb, 0));
     this.lbServiceType.set_Name("lbServiceType");
     this.lbServiceType.set_Size(new System.Drawing.Size(0x4b, 13));
     this.lbServiceType.set_TabIndex(0x47);
     this.lbServiceType.set_Text("lbServiceType");
     this.label10.set_AutoSize(true);
     this.label10.set_Location(new System.Drawing.Point(3, 0));
     this.label10.set_Name("label10");
     this.label10.set_Size(new System.Drawing.Size(0x41, 13));
     this.label10.set_TabIndex(70);
     this.label10.set_Text("Тип услуги:");
     this.lbIsSeasonal.set_AutoSize(true);
     this.lbIsSeasonal.set_Location(new System.Drawing.Point(0xcb, 0x41));
     this.lbIsSeasonal.set_Name("lbIsSeasonal");
     this.lbIsSeasonal.set_Size(new System.Drawing.Size(0x43, 13));
     this.lbIsSeasonal.set_TabIndex(0x49);
     this.lbIsSeasonal.set_Text("lbIsSeasonal");
     this.label11.set_AutoSize(true);
     this.label11.set_Location(new System.Drawing.Point(3, 0x41));
     this.label11.set_Name("label11");
     this.label11.set_Size(new System.Drawing.Size(70, 13));
     this.label11.set_TabIndex(0x48);
     this.label11.set_Text("Сезонность:");
     this.groupBox1.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.groupBox1.Controls.Add(this.tableLayoutPanel1);
     this.groupBox1.set_Location(new System.Drawing.Point(2, 0x8b));
     this.groupBox1.set_Name("groupBox1");
     this.groupBox1.set_Size(new System.Drawing.Size(0x278, 0x8b));
     this.groupBox1.set_TabIndex(0x4a);
     this.groupBox1.set_TabStop(false);
     this.groupBox1.set_Text("Параметры услуги");
     this.tableLayoutPanel1.set_ColumnCount(2);
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200f));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100f));
     this.tableLayoutPanel1.Controls.Add(this.label10, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.lblCanonicalName, 1, 6);
     this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.lbIsSeasonal, 1, 5);
     this.tableLayoutPanel1.Controls.Add(this.lbServiceType, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.lbAddress, 1, 4);
     this.tableLayoutPanel1.Controls.Add(this.label8, 0, 6);
     this.tableLayoutPanel1.Controls.Add(this.lbTarif, 1, 3);
     this.tableLayoutPanel1.Controls.Add(this.lbHouseHolder, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.lbResource, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.label3, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.label4, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.label5, 0, 4);
     this.tableLayoutPanel1.Controls.Add(this.label11, 0, 5);
     this.tableLayoutPanel1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.tableLayoutPanel1.set_Location(new System.Drawing.Point(3, 0x10));
     this.tableLayoutPanel1.set_Name("tableLayoutPanel1");
     this.tableLayoutPanel1.set_RowCount(7);
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.set_Size(new System.Drawing.Size(0x272, 120));
     this.tableLayoutPanel1.set_TabIndex(0x4c);
     this.lblCanonicalName.set_AutoSize(true);
     this.lblCanonicalName.set_Location(new System.Drawing.Point(0xcb, 0x4e));
     this.lblCanonicalName.set_Name("lblCanonicalName");
     this.lblCanonicalName.set_Size(new System.Drawing.Size(0x5c, 13));
     this.lblCanonicalName.set_TabIndex(0x4d);
     this.lblCanonicalName.set_Text("lblCanonicalName");
     this.label8.set_AutoSize(true);
     this.label8.set_Location(new System.Drawing.Point(3, 0x4e));
     this.label8.set_Name("label8");
     this.label8.set_Size(new System.Drawing.Size(0x76, 13));
     this.label8.set_TabIndex(0x4c);
     this.label8.set_Text("Вид благоустройства:");
     this.chbxValidated.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.chbxValidated.set_AutoSize(true);
     this.chbxValidated.set_Location(new System.Drawing.Point(0x148, 0x121));
     this.chbxValidated.set_Name("chbxValidated");
     this.chbxValidated.set_Size(new System.Drawing.Size(0x86, 0x11));
     this.chbxValidated.set_TabIndex(50);
     this.chbxValidated.set_Text("Усиленный контроль");
     this.chbxValidated.set_UseVisualStyleBackColor(true);
     this.chbxOpenedByError.set_AutoSize(true);
     this.chbxOpenedByError.set_Location(new System.Drawing.Point(0x148, 0x10));
     this.chbxOpenedByError.set_Name("chbxOpenedByError");
     this.chbxOpenedByError.set_Size(new System.Drawing.Size(0x7a, 0x11));
     this.chbxOpenedByError.set_TabIndex(20);
     this.chbxOpenedByError.set_Text("Ошибочно открыта");
     this.chbxOpenedByError.set_UseVisualStyleBackColor(true);
     this.cb_UseOrganizations.set_AutoSize(true);
     this.cb_UseOrganizations.set_Location(new System.Drawing.Point(12, 0x2b));
     this.cb_UseOrganizations.set_Name("cb_UseOrganizations");
     this.cb_UseOrganizations.set_Size(new System.Drawing.Size(0xe2, 0x11));
     this.cb_UseOrganizations.set_TabIndex(30);
     this.cb_UseOrganizations.set_Text("Выбрать услуги по организациям дома");
     this.cb_UseOrganizations.set_UseVisualStyleBackColor(true);
     this.cb_UseOrganizations.add_CheckedChanged(new System.EventHandler(this.cb_UseOrganizations_CheckedChanged));
     this.label7.set_AutoSize(true);
     this.label7.set_Location(new System.Drawing.Point(4, 0x3f));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(0xa9, 13));
     this.label7.set_TabIndex(0x4d);
     this.label7.set_Text("Документ: основание открытия");
     this.label9.set_AutoSize(true);
     this.label9.set_Location(new System.Drawing.Point(4, 0x57));
     this.label9.set_Name("label9");
     this.label9.set_Size(new System.Drawing.Size(170, 13));
     this.label9.set_TabIndex(0x4e);
     this.label9.set_Text("Документ: основание закрытия");
     this.selectCloseOrgDocument.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectCloseOrgDocument.set_Location(new System.Drawing.Point(0xbc, 0x57));
     this.selectCloseOrgDocument.set_Name("selectCloseOrgDocument");
     this.selectCloseOrgDocument.set_Size(new System.Drawing.Size(0x1bb, 20));
     this.selectCloseOrgDocument.set_TabIndex(0x4c);
     this.selectOpenOrgDocument.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectOpenOrgDocument.set_Location(new System.Drawing.Point(0xbc, 0x3d));
     this.selectOpenOrgDocument.set_Name("selectOpenOrgDocument");
     this.selectOpenOrgDocument.set_Size(new System.Drawing.Size(0x1bb, 20));
     this.selectOpenOrgDocument.set_TabIndex(0x4b);
     this.selectServices.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     area.AreaGroupId = 0L;
     area.AreaGroupName = null;
     area.Id = 0L;
     area.IsDeleted = false;
     area.IsDirty = true;
     area.Name = "";
     area.ObjectWithIdType = null;
     area.StatusTemporary = 0;
     this.selectServices.Area = area;
     this.selectServices.Date = new System.DateTime(0L);
     this.selectServices.FromDate = new System.DateTime(0L);
     house.AdrId = 0L;
     house.AdrName = null;
     int[] numArray = new int[4];
     house.AnotherSquare = new decimal(numArray);
     house.BoroughId = 0;
     house.BoroughName = null;
     house.CanonicalTypeId = 0;
     house.CanonicalTypeName = null;
     house.CargoLift = 0;
     house.Created = new System.DateTime(0L);
     house.Entrance = 0;
     house.FireAlarmType = 0;
     house.FireAlarmTypeName = null;
     int[] numArray2 = new int[4];
     house.FiredArea = new decimal(numArray2);
     house.FiveRoom = 0;
     house.Flat = 0;
     house.FlatWithGarbageChute = 0;
     house.Floor = 0;
     int[] numArray3 = new int[4];
     house.FloorArea = new decimal(numArray3);
     house.FormControl = 0;
     house.FormControlTypeName = null;
     house.FourRoom = 0;
     house.GvsType = 0;
     house.GvsTypeName = null;
     house.HeatingType = 0;
     house.HeatingTypeName = null;
     house.HouseChief = null;
     house.HvsType = 0;
     house.HvsTypeName = null;
     house.Id = 0L;
     house.IsDeleted = false;
     house.IsDirty = false;
     int[] numArray4 = new int[4];
     house.KitchensSquare = new decimal(numArray4);
     house.Lift = 0;
     int[] numArray5 = new int[4];
     house.LivingSquare = new decimal(numArray5);
     house.LocalBroadcastingType = 0;
     house.LocalBroadcastingTypeName = null;
     house.ObjectWithIdType = null;
     house.OnDate = new System.DateTime(0L);
     house.OneRoom = 0;
     house.OverflowType = 0;
     house.OverFlowTypeName = null;
     house.OwnershipType = 0;
     house.OwnerShipTypeName = null;
     house.PassLift = 0;
     house.PercentWear = 0;
     house.PrintServices = 0;
     house.RoofType = 0;
     house.RoofTypeName = null;
     house.Series = 0;
     house.SewerType = 0;
     house.SewerTypeName = null;
     house.StoveType = 0;
     house.StoveTypeName = null;
     house.SubProvider = null;
     house.ThreeRoom = 0;
     int[] numArray6 = new int[4];
     house.ToiletsSquare = new decimal(numArray6);
     int[] numArray7 = new int[4];
     house.TotalArea = new decimal(numArray7);
     int[] numArray8 = new int[4];
     house.TotalStructureVolume = new decimal(numArray8);
     house.Tvenquipmenttype = 0;
     house.Tvenquipmenttypename = null;
     house.TwoRoom = 0;
     house.Type = 0;
     house.TypeName = null;
     house.UtilizationType = 0;
     house.UtilizationTypeName = null;
     house.WallType = 0;
     house.WallTypeName = null;
     house.YearBegin = 0;
     house.YearPassport = 0;
     this.selectServices.House = house;
     this.selectServices.IsMultiSelect = false;
     this.selectServices.set_Location(new System.Drawing.Point(0x38, 0x71));
     this.selectServices.set_Name("selectServices");
     this.selectServices.set_Size(new System.Drawing.Size(0x23f, 20));
     this.selectServices.set_TabIndex(40);
     this.selectServices.ToDate = new System.DateTime(0x270f, 12, 0x1f, 0x17, 0x3b, 0x3b, 0x3e7);
     this.selectServices.OnServicesSelected += new ServicesHandler(this.selectServices_OnServicesSelected);
     this.datePeriod.AttachToPeriod = false;
     this.datePeriod.DateBeginReadonly = false;
     this.datePeriod.DateEndReadonly = false;
     this.datePeriod.set_Location(new System.Drawing.Point(0x58, 10));
     this.datePeriod.set_Margin(new System.Windows.Forms.Padding(4));
     this.datePeriod.set_Name("datePeriod");
     this.datePeriod.set_Size(new System.Drawing.Size(0xe9, 0x17));
     this.datePeriod.set_TabIndex(10);
     this.datePeriod.OnDateBeginPeriodChangeHandler += new DateBeginPeriodChangeHandler(this.datePeriod_OnDateBeginPeriodChangeHandler);
     this.datePeriod.OnEndBeginPeriodChangeHandler += new DateEndPeriodChangeHandler(this.datePeriod_OnEndBeginPeriodChangeHandler);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x286, 0x141));
     base.Controls.Add(this.label9);
     base.Controls.Add(this.label7);
     base.Controls.Add(this.selectCloseOrgDocument);
     base.Controls.Add(this.selectOpenOrgDocument);
     base.Controls.Add(this.cb_UseOrganizations);
     base.Controls.Add(this.chbxOpenedByError);
     base.Controls.Add(this.chbxValidated);
     base.Controls.Add(this.selectServices);
     base.Controls.Add(this.groupBox1);
     base.Controls.Add(this.datePeriod);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.btnAddChange);
     base.Controls.Add(this.label6);
     base.set_MaximizeBox(false);
     base.set_MinimizeBox(false);
     base.set_Name("AccountServiceAddChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("AccountServiceAddChangeForm");
     base.add_Load(new System.EventHandler(this.AddChangeAccountServicesForm_Load));
     this.groupBox1.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
예제 #11
0
 private void InitializeComponent()
 {
     this.components = new Container();
     this.btnRun = new System.Windows.Forms.Button();
     this.fromSelectOrganization = new SelectOrganization();
     this.cbxFromService = new System.Windows.Forms.ComboBox();
     this.bsFromService = new System.Windows.Forms.BindingSource(this.components);
     this.cbxOpenService = new System.Windows.Forms.ComboBox();
     this.bsOpenService = new System.Windows.Forms.BindingSource(this.components);
     this.openSelectOrganization = new SelectOrganization();
     this.dbxOpenDate = new DateBox();
     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.label7 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.chDebtTransfer = new System.Windows.Forms.CheckBox();
     this.cbAdvancesMove = new System.Windows.Forms.CheckBox();
     this.label1 = new System.Windows.Forms.Label();
     this.selectOrgDocument = new SelectOrgDocument();
     this.cbOpenInAccountClose = new System.Windows.Forms.CheckBox();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.panel1 = new System.Windows.Forms.Panel();
     this.bsFromService.BeginInit();
     this.bsOpenService.BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.panel1.SuspendLayout();
     base.SuspendLayout();
     this.btnRun.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnRun.set_Location(new System.Drawing.Point(550, 0x108));
     this.btnRun.set_Name("btnRun");
     this.btnRun.set_Size(new System.Drawing.Size(0x75, 0x19));
     this.btnRun.set_TabIndex(8);
     this.btnRun.set_Text("Выполнить");
     this.btnRun.set_UseVisualStyleBackColor(true);
     this.btnRun.add_Click(new System.EventHandler(this.btnRun_Click));
     this.fromSelectOrganization.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.fromSelectOrganization.IsCashlessTransferrer = false;
     this.fromSelectOrganization.IsHouseHolder = false;
     this.fromSelectOrganization.IsPaymentAgent = false;
     this.fromSelectOrganization.IsResourceProvider = false;
     this.fromSelectOrganization.IsServiceProvider = false;
     this.fromSelectOrganization.set_Location(new System.Drawing.Point(0x7b, 0x13));
     this.fromSelectOrganization.set_Name("fromSelectOrganization");
     this.fromSelectOrganization.set_Size(new System.Drawing.Size(0x214, 0x17));
     this.fromSelectOrganization.set_TabIndex(1);
     this.fromSelectOrganization.OnOrganizationSelected += new OrganizationHandler(this.fromSelectOrganization_OnOrganizationSelected);
     this.cbxFromService.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbxFromService.set_DataSource(this.bsFromService);
     this.cbxFromService.set_DisplayMember("CodeName");
     this.cbxFromService.set_FormattingEnabled(true);
     this.cbxFromService.set_Location(new System.Drawing.Point(0x7b, 0x30));
     this.cbxFromService.set_Name("cbxFromService");
     this.cbxFromService.set_Size(new System.Drawing.Size(0x214, 0x15));
     this.cbxFromService.set_TabIndex(2);
     this.cbxFromService.set_ValueMember("Id");
     this.bsFromService.set_DataSource(typeof(ServiceOld));
     this.bsFromService.set_Sort("");
     this.cbxOpenService.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbxOpenService.set_DataSource(this.bsOpenService);
     this.cbxOpenService.set_DisplayMember("CodeName");
     this.cbxOpenService.set_FormattingEnabled(true);
     this.cbxOpenService.set_Location(new System.Drawing.Point(0x7b, 0x2d));
     this.cbxOpenService.set_Name("cbxOpenService");
     this.cbxOpenService.set_Size(new System.Drawing.Size(0x214, 0x15));
     this.cbxOpenService.set_TabIndex(4);
     this.cbxOpenService.set_ValueMember("Id");
     this.bsOpenService.set_DataSource(typeof(ServiceOld));
     this.bsOpenService.set_Sort("");
     this.openSelectOrganization.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.openSelectOrganization.IsCashlessTransferrer = false;
     this.openSelectOrganization.IsHouseHolder = false;
     this.openSelectOrganization.IsPaymentAgent = false;
     this.openSelectOrganization.IsResourceProvider = false;
     this.openSelectOrganization.IsServiceProvider = false;
     this.openSelectOrganization.set_Location(new System.Drawing.Point(0x7b, 0x15));
     this.openSelectOrganization.set_Name("openSelectOrganization");
     this.openSelectOrganization.set_Size(new System.Drawing.Size(0x214, 0x17));
     this.openSelectOrganization.set_TabIndex(3);
     this.openSelectOrganization.OnOrganizationSelected += new OrganizationHandler(this.openSelectOrganization_OnOrganizationSelected);
     this.dbxOpenDate.AttachToPeriod = false;
     this.dbxOpenDate.AttachToPeriodEnd = false;
     this.dbxOpenDate.set_Location(new System.Drawing.Point(0x37, 40));
     this.dbxOpenDate.set_Mask("00/00/0000");
     this.dbxOpenDate.set_Name("dbxOpenDate");
     this.dbxOpenDate.set_Size(new System.Drawing.Size(0x5c, 20));
     this.dbxOpenDate.set_TabIndex(6);
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(5, 0x13));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x5f, 13));
     this.label2.set_TabIndex(8);
     this.label2.set_Text("Поставщик услуг");
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(5, 0x33));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x2b, 13));
     this.label3.set_TabIndex(9);
     this.label3.set_Text("Услуга");
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(5, 0x15));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x5f, 13));
     this.label5.set_TabIndex(11);
     this.label5.set_Text("Поставщик услуг");
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(6, 0x30));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(0x2b, 13));
     this.label6.set_TabIndex(12);
     this.label6.set_Text("Услуга");
     this.label7.set_AutoSize(true);
     this.label7.set_Location(new System.Drawing.Point(7, 0x2b));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(0x2a, 13));
     this.label7.set_TabIndex(13);
     this.label7.set_Text("С даты");
     this.groupBox1.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.groupBox1.Controls.Add(this.fromSelectOrganization);
     this.groupBox1.Controls.Add(this.cbxFromService);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.set_Location(new System.Drawing.Point(0, 3));
     this.groupBox1.set_Name("groupBox1");
     this.groupBox1.set_Size(new System.Drawing.Size(0x298, 0x51));
     this.groupBox1.set_TabIndex(0);
     this.groupBox1.set_TabStop(false);
     this.groupBox1.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.cbxOpenService);
     this.groupBox2.Controls.Add(this.openSelectOrganization);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.set_Location(new System.Drawing.Point(0, 0x54));
     this.groupBox2.set_Name("groupBox2");
     this.groupBox2.set_Size(new System.Drawing.Size(0x298, 0x49));
     this.groupBox2.set_TabIndex(1);
     this.groupBox2.set_TabStop(false);
     this.groupBox2.set_Text("Добавляемая услуга");
     this.chDebtTransfer.set_AutoSize(true);
     this.chDebtTransfer.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.chDebtTransfer.set_Location(new System.Drawing.Point(5, 0x4a));
     this.chDebtTransfer.set_Name("chDebtTransfer");
     this.chDebtTransfer.set_Size(new System.Drawing.Size(0x71, 0x11));
     this.chDebtTransfer.set_TabIndex(0x19);
     this.chDebtTransfer.set_Text("Перенести долги");
     this.chDebtTransfer.set_UseVisualStyleBackColor(true);
     this.cbAdvancesMove.set_AutoSize(true);
     this.cbAdvancesMove.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.cbAdvancesMove.set_Location(new System.Drawing.Point(0x73, 0x4a));
     this.cbAdvancesMove.set_Name("cbAdvancesMove");
     this.cbAdvancesMove.set_Size(new System.Drawing.Size(130, 0x11));
     this.cbAdvancesMove.set_TabIndex(0x18);
     this.cbAdvancesMove.set_Text("/ Перенести авансы");
     this.cbAdvancesMove.set_UseVisualStyleBackColor(true);
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(6, 0x10));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0xbc, 13));
     this.label1.set_TabIndex(15);
     this.label1.set_Text("Документ - основание перерасчета");
     this.selectOrgDocument.set_Location(new System.Drawing.Point(0xcd, 12));
     this.selectOrgDocument.set_Name("selectOrgDocument");
     this.selectOrgDocument.set_Size(new System.Drawing.Size(450, 0x17));
     this.selectOrgDocument.set_TabIndex(5);
     this.cbOpenInAccountClose.set_AutoSize(true);
     this.cbOpenInAccountClose.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.cbOpenInAccountClose.set_Location(new System.Drawing.Point(0x110, 0x4a));
     this.cbOpenInAccountClose.set_Name("cbOpenInAccountClose");
     this.cbOpenInAccountClose.set_Size(new System.Drawing.Size(0xba, 0x11));
     this.cbOpenInAccountClose.set_TabIndex(0x1a);
     this.cbOpenInAccountClose.set_Text("Открытие услуг в закрытых ЛС");
     this.cbOpenInAccountClose.set_UseVisualStyleBackColor(true);
     this.groupBox3.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.groupBox3.Controls.Add(this.label1);
     this.groupBox3.Controls.Add(this.cbOpenInAccountClose);
     this.groupBox3.Controls.Add(this.dbxOpenDate);
     this.groupBox3.Controls.Add(this.chDebtTransfer);
     this.groupBox3.Controls.Add(this.label7);
     this.groupBox3.Controls.Add(this.selectOrgDocument);
     this.groupBox3.Controls.Add(this.cbAdvancesMove);
     this.groupBox3.set_Location(new System.Drawing.Point(0, 0x9f));
     this.groupBox3.set_Name("groupBox3");
     this.groupBox3.set_Size(new System.Drawing.Size(0x298, 0x63));
     this.groupBox3.set_TabIndex(0x1b);
     this.groupBox3.set_TabStop(false);
     this.panel1.set_AutoScroll(true);
     this.panel1.Controls.Add(this.groupBox1);
     this.panel1.Controls.Add(this.groupBox3);
     this.panel1.Controls.Add(this.btnRun);
     this.panel1.Controls.Add(this.groupBox2);
     this.panel1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.panel1.set_Location(new System.Drawing.Point(0, 0));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(670, 0x12a));
     this.panel1.set_TabIndex(0x1c);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.panel1);
     base.set_Name("ServicesAddView");
     base.set_Size(new System.Drawing.Size(670, 0x12a));
     base.add_Load(new System.EventHandler(this.ServicesAddView_Load));
     this.bsFromService.EndInit();
     this.bsOpenService.EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.panel1.ResumeLayout(false);
     base.ResumeLayout(false);
 }
예제 #12
0
 private void InitializeComponent()
 {
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.selectOrgDocument1 = new SelectOrgDocument();
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.datePeriod = new DatePeriod();
     this.nudPercentTakingOff = new System.Windows.Forms.NumericUpDown();
     this.tbComment = new System.Windows.Forms.TextBox();
     this.btnTimeDiscon = new System.Windows.Forms.Button();
     this.selectDisconn = new SelectFasetData();
     this.selectRecalc = new SelectFasetData();
     this.vwServiceSearch = new ServiceSearchView();
     this.panel1 = new System.Windows.Forms.Panel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.nudPercentTakingOff.BeginInit();
     this.panel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     base.SuspendLayout();
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(6, 0x2e));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x71, 13));
     this.label3.set_TabIndex(2);
     this.label3.set_Text("Причина отключения");
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(0xe4, 0x2e));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x75, 13));
     this.label4.set_TabIndex(3);
     this.label4.set_Text("Причина перерасчета");
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(7, 0x5d));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x58, 13));
     this.label5.set_TabIndex(4);
     this.label5.set_Text("Процент снятия");
     this.selectOrgDocument1.set_Location(new System.Drawing.Point(0xe7, 120));
     this.selectOrgDocument1.set_Name("selectOrgDocument1");
     this.selectOrgDocument1.set_Size(new System.Drawing.Size(0x203, 0x17));
     this.selectOrgDocument1.set_TabIndex(8);
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(0xe4, 0x5d));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(70, 13));
     this.label6.set_TabIndex(6);
     this.label6.set_Text("Примечание");
     this.label7.set_AutoSize(true);
     this.label7.set_Location(new System.Drawing.Point(6, 0x10));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(0x79, 13));
     this.label7.set_TabIndex(7);
     this.label7.set_Text("Диапазон отключения");
     this.label8.set_AutoSize(true);
     this.label8.set_Location(new System.Drawing.Point(7, 0x7a));
     this.label8.set_Name("label8");
     this.label8.set_Size(new System.Drawing.Size(0xbc, 13));
     this.label8.set_TabIndex(8);
     this.label8.set_Text("Документ - основание перерасчета");
     this.datePeriod.AttachToPeriod = false;
     this.datePeriod.DateBeginReadonly = false;
     this.datePeriod.DateEndReadonly = false;
     this.datePeriod.set_Location(new System.Drawing.Point(0x81, 12));
     this.datePeriod.set_Margin(new System.Windows.Forms.Padding(4));
     this.datePeriod.set_Name("datePeriod");
     this.datePeriod.set_Size(new System.Drawing.Size(0x1dc, 0x17));
     this.datePeriod.set_TabIndex(3);
     this.nudPercentTakingOff.set_DecimalPlaces(2);
     this.nudPercentTakingOff.set_Location(new System.Drawing.Point(0x65, 0x59));
     this.nudPercentTakingOff.set_Name("nudPercentTakingOff");
     this.nudPercentTakingOff.set_Size(new System.Drawing.Size(0x6d, 20));
     this.nudPercentTakingOff.set_TabIndex(6);
     int[] numArray = new int[4];
     numArray[0] = 100;
     this.nudPercentTakingOff.set_Value(new decimal(numArray));
     this.tbComment.set_Location(new System.Drawing.Point(0x130, 0x58));
     this.tbComment.set_Name("tbComment");
     this.tbComment.set_Size(new System.Drawing.Size(0x1ba, 20));
     this.tbComment.set_TabIndex(7);
     this.btnTimeDiscon.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnTimeDiscon.set_Location(new System.Drawing.Point(0x27b, 0x129));
     this.btnTimeDiscon.set_Name("btnTimeDiscon");
     this.btnTimeDiscon.set_Size(new System.Drawing.Size(0x75, 0x19));
     this.btnTimeDiscon.set_TabIndex(9);
     this.btnTimeDiscon.set_Text("Отключить");
     this.btnTimeDiscon.set_UseVisualStyleBackColor(true);
     this.btnTimeDiscon.add_Click(new System.EventHandler(this.btnTimeDiscon_Click));
     this.selectDisconn.set_FormattingEnabled(true);
     this.selectDisconn.set_Location(new System.Drawing.Point(7, 0x3e));
     this.selectDisconn.set_Name("selectDisconn");
     this.selectDisconn.set_Size(new System.Drawing.Size(0xcc, 0x15));
     this.selectDisconn.set_Sorted(true);
     this.selectDisconn.set_TabIndex(4);
     this.selectRecalc.set_FormattingEnabled(true);
     this.selectRecalc.set_Location(new System.Drawing.Point(0xe7, 0x3e));
     this.selectRecalc.set_Name("selectRecalc");
     this.selectRecalc.set_Size(new System.Drawing.Size(0x203, 0x15));
     this.selectRecalc.set_Sorted(true);
     this.selectRecalc.set_TabIndex(5);
     this.vwServiceSearch.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.vwServiceSearch.set_Location(new System.Drawing.Point(0, 0));
     this.vwServiceSearch.set_Name("vwServiceSearch");
     this.vwServiceSearch.set_Size(new System.Drawing.Size(0x2f3, 0x8f));
     this.vwServiceSearch.set_TabIndex(0x11);
     this.panel1.set_AutoScroll(true);
     this.panel1.Controls.Add(this.groupBox1);
     this.panel1.Controls.Add(this.vwServiceSearch);
     this.panel1.Controls.Add(this.btnTimeDiscon);
     this.panel1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.panel1.set_Location(new System.Drawing.Point(0, 0));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(0x2f3, 0x14d));
     this.panel1.set_TabIndex(0x12);
     this.groupBox1.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.selectDisconn);
     this.groupBox1.Controls.Add(this.selectOrgDocument1);
     this.groupBox1.Controls.Add(this.selectRecalc);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.tbComment);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.nudPercentTakingOff);
     this.groupBox1.Controls.Add(this.datePeriod);
     this.groupBox1.set_Location(new System.Drawing.Point(-1, 140));
     this.groupBox1.set_Name("groupBox1");
     this.groupBox1.set_Size(new System.Drawing.Size(0x2f4, 0x97));
     this.groupBox1.set_TabIndex(0x13);
     this.groupBox1.set_TabStop(false);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.panel1);
     base.set_Name("SuspensionTimeView");
     base.set_Size(new System.Drawing.Size(0x2f3, 0x14d));
     base.add_Load(new System.EventHandler(this.TimeDisconnectionView_Load));
     this.nudPercentTakingOff.EndInit();
     this.panel1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.btnSave = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.selectOrganization = new SelectOrganization();
     this.selectOrgDocument = new SelectOrgDocument();
     base.SuspendLayout();
     this.btnSave.set_Location(new System.Drawing.Point(0x19c, 0x3e));
     this.btnSave.set_Name("btnSave");
     this.btnSave.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnSave.set_TabIndex(1);
     this.btnSave.set_UseVisualStyleBackColor(true);
     this.btnSave.add_Click(new System.EventHandler(this.btnSave_Click));
     this.btnCancel.set_Location(new System.Drawing.Point(0x1ed, 0x3e));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnCancel.set_TabIndex(2);
     this.btnCancel.set_Text("Отмена");
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.btnCancel.add_Click(new System.EventHandler(this.btnCancel_Click));
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(4, 14));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0xc6, 13));
     this.label2.set_TabIndex(12);
     this.label2.set_Text("Управляющая компания на лицевом:");
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(4, 40));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x3d, 13));
     this.label1.set_TabIndex(11);
     this.label1.set_Text("Документ:");
     this.selectOrganization.IsCashlessTransferrer = false;
     this.selectOrganization.IsHouseHolder = false;
     this.selectOrganization.IsServiceProvider = false;
     this.selectOrganization.set_Location(new System.Drawing.Point(0xd0, 7));
     this.selectOrganization.set_Name("selectOrganization");
     this.selectOrganization.set_Size(new System.Drawing.Size(360, 20));
     this.selectOrganization.set_TabIndex(9);
     this.selectOrgDocument.set_Location(new System.Drawing.Point(0xd0, 0x21));
     this.selectOrgDocument.set_Name("selectOrgDocument");
     this.selectOrgDocument.set_Size(new System.Drawing.Size(360, 20));
     this.selectOrgDocument.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(0x238, 0x58));
     base.Controls.Add(this.label2);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.selectOrganization);
     base.Controls.Add(this.selectOrgDocument);
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.btnSave);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedSingle);
     base.set_MaximizeBox(false);
     base.set_MinimizeBox(false);
     base.set_Name("ServiceSplitLinkAddChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterParent);
     base.add_Load(new System.EventHandler(this.ServiceSchemeSplittingCalcsForm_Load));
     base.ResumeLayout(false);
     base.PerformLayout();
 }
예제 #14
0
 private void InitializeComponent()
 {
     this.components = new Container();
     this.label1 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.btnCloseService = new System.Windows.Forms.Button();
     this.dbxCloseDate = new DateBox();
     this.cbAdvancesMove = new System.Windows.Forms.CheckBox();
     this.bsServiceClose = new System.Windows.Forms.BindingSource(this.components);
     this.bsServiceOpen = new System.Windows.Forms.BindingSource(this.components);
     this.cbxServicesTypes = new System.Windows.Forms.ComboBox();
     this.bsServiceTypes = new System.Windows.Forms.BindingSource(this.components);
     this.chDebtTransfer = new System.Windows.Forms.CheckBox();
     this.label2 = new System.Windows.Forms.Label();
     this.selectOrgDocument = new SelectOrgDocument();
     this.gvCloseParameters = new System.Windows.Forms.GroupBox();
     this.selectHouseHolder = new SelectOrganization();
     this.label3 = new System.Windows.Forms.Label();
     this.gvOper = new System.Windows.Forms.GroupBox();
     this.chCancelDebt = new System.Windows.Forms.CheckBox();
     this.vwServiceSearch = new ServiceSearchView();
     this.panel1 = new System.Windows.Forms.Panel();
     this.selectAccountHouseHolder = new SelectOrganization();
     this.label4 = new System.Windows.Forms.Label();
     this.bsServiceClose.BeginInit();
     this.bsServiceOpen.BeginInit();
     this.bsServiceTypes.BeginInit();
     this.gvCloseParameters.SuspendLayout();
     this.gvOper.SuspendLayout();
     this.panel1.SuspendLayout();
     base.SuspendLayout();
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(0x13d, 0x13));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0xac, 13));
     this.label1.set_TabIndex(0);
     this.label1.set_Text("Тип услуг для переноса средств");
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(6, 0x10));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x55, 13));
     this.label5.set_TabIndex(4);
     this.label5.set_Text("Дата закрытия");
     this.btnCloseService.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnCloseService.set_Location(new System.Drawing.Point(0x30f, 0x155));
     this.btnCloseService.set_Name("btnCloseService");
     this.btnCloseService.set_Size(new System.Drawing.Size(0x75, 0x19));
     this.btnCloseService.set_TabIndex(6);
     this.btnCloseService.set_Text("Закрыть");
     this.btnCloseService.set_UseVisualStyleBackColor(true);
     this.btnCloseService.add_Click(new System.EventHandler(this.btnCloseService_Click));
     this.dbxCloseDate.AttachToPeriod = false;
     this.dbxCloseDate.AttachToPeriodEnd = false;
     this.dbxCloseDate.set_Location(new System.Drawing.Point(0x92, 11));
     this.dbxCloseDate.set_Mask("00/00/0000");
     this.dbxCloseDate.set_Name("dbxCloseDate");
     this.dbxCloseDate.set_Size(new System.Drawing.Size(0x4d, 20));
     this.dbxCloseDate.set_TabIndex(3);
     this.dbxCloseDate.add_TextChanged(new System.EventHandler(this.dbxCloseDate_TextChanged));
     this.cbAdvancesMove.set_AutoSize(true);
     this.cbAdvancesMove.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.cbAdvancesMove.set_Location(new System.Drawing.Point(0xaf, 0x12));
     this.cbAdvancesMove.set_Name("cbAdvancesMove");
     this.cbAdvancesMove.set_Size(new System.Drawing.Size(0x7a, 0x11));
     this.cbAdvancesMove.set_TabIndex(7);
     this.cbAdvancesMove.set_Text("/ Перенести аванс");
     this.cbAdvancesMove.set_UseVisualStyleBackColor(true);
     this.cbAdvancesMove.add_CheckedChanged(new System.EventHandler(this.cbAdvancesMove_CheckedChanged));
     this.bsServiceClose.set_DataSource(typeof(ServiceOld));
     this.bsServiceOpen.set_DataSource(typeof(ServiceOld));
     this.cbxServicesTypes.set_DataSource(this.bsServiceTypes);
     this.cbxServicesTypes.set_DisplayMember("CodeName");
     this.cbxServicesTypes.set_FormattingEnabled(true);
     this.cbxServicesTypes.set_Location(new System.Drawing.Point(0x1ef, 14));
     this.cbxServicesTypes.set_MinimumSize(new System.Drawing.Size(70, 0));
     this.cbxServicesTypes.set_Name("cbxServicesTypes");
     this.cbxServicesTypes.set_Size(new System.Drawing.Size(0x195, 0x15));
     this.cbxServicesTypes.set_TabIndex(5);
     this.cbxServicesTypes.set_ValueMember("Id");
     this.bsServiceTypes.set_DataSource(typeof(ServiceTypeOld));
     this.chDebtTransfer.set_AutoSize(true);
     this.chDebtTransfer.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.chDebtTransfer.set_Location(new System.Drawing.Point(6, 0x12));
     this.chDebtTransfer.set_Name("chDebtTransfer");
     this.chDebtTransfer.set_Size(new System.Drawing.Size(0xa3, 0x11));
     this.chDebtTransfer.set_TabIndex(0x17);
     this.chDebtTransfer.set_Text("Перенести задолженность");
     this.chDebtTransfer.set_UseVisualStyleBackColor(true);
     this.chDebtTransfer.add_CheckedChanged(new System.EventHandler(this.chDebtTransfer_CheckedChanged));
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(6, 0x5c));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x3a, 13));
     this.label2.set_TabIndex(0x16);
     this.label2.set_Text("Документ");
     this.selectOrgDocument.set_Location(new System.Drawing.Point(0x92, 0x59));
     this.selectOrgDocument.set_MinimumSize(new System.Drawing.Size(100, 0));
     this.selectOrgDocument.set_Name("selectOrgDocument");
     this.selectOrgDocument.set_Size(new System.Drawing.Size(0x166, 20));
     this.selectOrgDocument.set_TabIndex(4);
     this.gvCloseParameters.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.gvCloseParameters.Controls.Add(this.selectAccountHouseHolder);
     this.gvCloseParameters.Controls.Add(this.label4);
     this.gvCloseParameters.Controls.Add(this.label5);
     this.gvCloseParameters.Controls.Add(this.dbxCloseDate);
     this.gvCloseParameters.Controls.Add(this.label2);
     this.gvCloseParameters.Controls.Add(this.selectHouseHolder);
     this.gvCloseParameters.Controls.Add(this.selectOrgDocument);
     this.gvCloseParameters.Controls.Add(this.label3);
     this.gvCloseParameters.set_Location(new System.Drawing.Point(0, 0x90));
     this.gvCloseParameters.set_Name("gvCloseParameters");
     this.gvCloseParameters.set_Size(new System.Drawing.Size(0x38f, 0x75));
     this.gvCloseParameters.set_TabIndex(0x1c);
     this.gvCloseParameters.set_TabStop(false);
     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(0x92, 0x25));
     this.selectHouseHolder.set_MinimumSize(new System.Drawing.Size(100, 0));
     this.selectHouseHolder.set_Name("selectHouseHolder");
     this.selectHouseHolder.set_Size(new System.Drawing.Size(0x166, 20));
     this.selectHouseHolder.set_TabIndex(0x19);
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(7, 0x29));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x39, 13));
     this.label3.set_TabIndex(0x18);
     this.label3.set_Text("УК жилья");
     this.gvOper.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.gvOper.Controls.Add(this.chCancelDebt);
     this.gvOper.Controls.Add(this.chDebtTransfer);
     this.gvOper.Controls.Add(this.cbAdvancesMove);
     this.gvOper.Controls.Add(this.cbxServicesTypes);
     this.gvOper.Controls.Add(this.label1);
     this.gvOper.set_Location(new System.Drawing.Point(0, 0x106));
     this.gvOper.set_Name("gvOper");
     this.gvOper.set_Size(new System.Drawing.Size(0x38f, 0x49));
     this.gvOper.set_TabIndex(0x1b);
     this.gvOper.set_TabStop(false);
     this.gvOper.set_Text("Операции с балансом");
     this.chCancelDebt.set_AutoSize(true);
     this.chCancelDebt.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.chCancelDebt.set_Location(new System.Drawing.Point(7, 0x2a));
     this.chCancelDebt.set_Name("chCancelDebt");
     this.chCancelDebt.set_Size(new System.Drawing.Size(290, 0x11));
     this.chCancelDebt.set_TabIndex(0x1a);
     this.chCancelDebt.set_Text("При закрытии услуги списать задолженность          ");
     this.chCancelDebt.set_UseVisualStyleBackColor(true);
     this.chCancelDebt.add_CheckedChanged(new System.EventHandler(this.chCancelDebt_CheckedChanged));
     this.vwServiceSearch.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.vwServiceSearch.set_Location(new System.Drawing.Point(0, 0));
     this.vwServiceSearch.set_Margin(new System.Windows.Forms.Padding(3, 4, 3, 4));
     this.vwServiceSearch.set_Name("vwServiceSearch");
     this.vwServiceSearch.set_Size(new System.Drawing.Size(0x38f, 0x8f));
     this.vwServiceSearch.set_TabIndex(0x19);
     this.panel1.set_AutoScroll(true);
     this.panel1.Controls.Add(this.vwServiceSearch);
     this.panel1.Controls.Add(this.btnCloseService);
     this.panel1.Controls.Add(this.gvCloseParameters);
     this.panel1.Controls.Add(this.gvOper);
     this.panel1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.panel1.set_Location(new System.Drawing.Point(0, 0));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(0x38f, 0x17b));
     this.panel1.set_TabIndex(0x1d);
     this.selectAccountHouseHolder.IsCashlessTransferrer = false;
     this.selectAccountHouseHolder.IsHouseHolder = false;
     this.selectAccountHouseHolder.IsPaymentAgent = false;
     this.selectAccountHouseHolder.IsResourceProvider = false;
     this.selectAccountHouseHolder.IsServiceProvider = false;
     this.selectAccountHouseHolder.set_Location(new System.Drawing.Point(0x92, 0x3f));
     this.selectAccountHouseHolder.set_MinimumSize(new System.Drawing.Size(100, 0));
     this.selectAccountHouseHolder.set_Name("selectAccountHouseHolder");
     this.selectAccountHouseHolder.set_Size(new System.Drawing.Size(0x166, 20));
     this.selectAccountHouseHolder.set_TabIndex(0x1b);
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(7, 0x43));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x37, 13));
     this.label4.set_TabIndex(0x1a);
     this.label4.set_Text("УК на ЛС");
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.panel1);
     base.set_Name("CloseOperationView");
     base.set_Size(new System.Drawing.Size(0x38f, 0x17b));
     base.add_Load(new System.EventHandler(this.CloseOperationView_Load));
     this.bsServiceClose.EndInit();
     this.bsServiceOpen.EndInit();
     this.bsServiceTypes.EndInit();
     this.gvCloseParameters.ResumeLayout(false);
     this.gvCloseParameters.PerformLayout();
     this.gvOper.ResumeLayout(false);
     this.gvOper.PerformLayout();
     this.panel1.ResumeLayout(false);
     base.ResumeLayout(false);
 }
예제 #15
0
 private void InitializeComponent()
 {
     this.components = new Container();
     this.label8 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.sfdReasons = new SelectFasetData();
     this.cbxServiceTypeSuspensionTypeAcceptableDurations = new System.Windows.Forms.ComboBox();
     this.bsServiceTypeSuspensionTypeAcceptableDurations = new System.Windows.Forms.BindingSource(this.components);
     this.label4 = new System.Windows.Forms.Label();
     this.selectOrgDocument = new SelectOrgDocument();
     this.rtbRule = new System.Windows.Forms.RichTextBox();
     this.cbxServiceType = new System.Windows.Forms.ComboBox();
     this.bsServiceType = new System.Windows.Forms.BindingSource(this.components);
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.cbxServiceTypeSubQualityType = new System.Windows.Forms.ComboBox();
     this.bsServiceTypeSuspensionType = new System.Windows.Forms.BindingSource(this.components);
     this.label3 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.cbxStspName = new System.Windows.Forms.ComboBox();
     this.bsServiceTypeSuspensionTypePercent = new System.Windows.Forms.BindingSource(this.components);
     this.chbxExeptAcceptableDuration = new System.Windows.Forms.CheckBox();
     this.bsServiceTypeSuspensionTypeAcceptableDurations.BeginInit();
     this.bsServiceType.BeginInit();
     this.bsServiceTypeSuspensionType.BeginInit();
     this.bsServiceTypeSuspensionTypePercent.BeginInit();
     base.SuspendLayout();
     this.label8.set_AutoSize(true);
     this.label8.set_Location(new System.Drawing.Point(4, 0x49));
     this.label8.set_Name("label8");
     this.label8.set_Size(new System.Drawing.Size(0x58, 13));
     this.label8.set_TabIndex(0x47);
     this.label8.set_Text("размера платы:");
     this.label14.set_AutoSize(true);
     this.label14.set_Location(new System.Drawing.Point(4, 160));
     this.label14.set_Name("label14");
     this.label14.set_Size(new System.Drawing.Size(0x35, 13));
     this.label14.set_TabIndex(70);
     this.label14.set_Text("Причина:");
     this.sfdReasons.set_FormattingEnabled(true);
     this.sfdReasons.set_Location(new System.Drawing.Point(0x93, 0x9d));
     this.sfdReasons.set_Name("sfdReasons");
     this.sfdReasons.set_Size(new System.Drawing.Size(0xba, 0x15));
     this.sfdReasons.set_Sorted(true);
     this.sfdReasons.set_TabIndex(50);
     this.cbxServiceTypeSuspensionTypeAcceptableDurations.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbxServiceTypeSuspensionTypeAcceptableDurations.set_DataSource(this.bsServiceTypeSuspensionTypeAcceptableDurations);
     this.cbxServiceTypeSuspensionTypeAcceptableDurations.set_DisplayMember("AcceptableDurationName");
     this.cbxServiceTypeSuspensionTypeAcceptableDurations.set_FormattingEnabled(true);
     this.cbxServiceTypeSuspensionTypeAcceptableDurations.set_Location(new System.Drawing.Point(0x93, 0x68));
     this.cbxServiceTypeSuspensionTypeAcceptableDurations.set_Name("cbxServiceTypeSuspensionTypeAcceptableDurations");
     this.cbxServiceTypeSuspensionTypeAcceptableDurations.set_Size(new System.Drawing.Size(0x1f3, 0x15));
     this.cbxServiceTypeSuspensionTypeAcceptableDurations.set_TabIndex(30);
     this.cbxServiceTypeSuspensionTypeAcceptableDurations.set_ValueMember("Id");
     this.bsServiceTypeSuspensionTypeAcceptableDurations.set_DataSource(typeof(ServiceTypeSubQualityAcceptableDuration));
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(0x153, 160));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x3d, 13));
     this.label4.set_TabIndex(0x43);
     this.label4.set_Text("Документ:");
     this.selectOrgDocument.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectOrgDocument.set_Location(new System.Drawing.Point(0x196, 0x9d));
     this.selectOrgDocument.set_Name("selectOrgDocument");
     this.selectOrgDocument.set_Size(new System.Drawing.Size(240, 20));
     this.selectOrgDocument.set_TabIndex(60);
     this.rtbRule.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.rtbRule.set_Location(new System.Drawing.Point(0x93, 0x39));
     this.rtbRule.set_Name("rtbRule");
     this.rtbRule.set_ReadOnly(true);
     this.rtbRule.set_Size(new System.Drawing.Size(0x1f3, 40));
     this.rtbRule.set_TabIndex(30);
     this.rtbRule.set_TabStop(false);
     this.rtbRule.set_Text("");
     this.cbxServiceType.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbxServiceType.set_DataSource(this.bsServiceType);
     this.cbxServiceType.set_DisplayMember("LongName");
     this.cbxServiceType.set_FormattingEnabled(true);
     this.cbxServiceType.set_Location(new System.Drawing.Point(0x93, 3));
     this.cbxServiceType.set_Name("cbxServiceType");
     this.cbxServiceType.set_Size(new System.Drawing.Size(500, 0x15));
     this.cbxServiceType.set_TabIndex(10);
     this.cbxServiceType.set_ValueMember("Id");
     this.bsServiceType.set_DataSource(typeof(ServiceTypeOld));
     this.bsServiceType.add_CurrentChanged(new System.EventHandler(this.bsServiceType_CurrentChanged));
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(4, 6));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x41, 13));
     this.label1.set_TabIndex(0x39);
     this.label1.set_Text("Тип услуги:");
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(4, 0x21));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x80, 13));
     this.label2.set_TabIndex(0x3a);
     this.label2.set_Text("Требование к качеству:");
     this.cbxServiceTypeSubQualityType.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbxServiceTypeSubQualityType.set_DataSource(this.bsServiceTypeSuspensionType);
     this.cbxServiceTypeSubQualityType.set_DisplayMember("QualityName");
     this.cbxServiceTypeSubQualityType.set_FormattingEnabled(true);
     this.cbxServiceTypeSubQualityType.set_Location(new System.Drawing.Point(0x93, 30));
     this.cbxServiceTypeSubQualityType.set_Name("cbxServiceTypeSubQualityType");
     this.cbxServiceTypeSubQualityType.set_Size(new System.Drawing.Size(500, 0x15));
     this.cbxServiceTypeSubQualityType.set_TabIndex(20);
     this.cbxServiceTypeSubQualityType.set_ValueMember("Id");
     this.bsServiceTypeSuspensionType.set_DataSource(typeof(ServiceTypeSubQuality));
     this.bsServiceTypeSuspensionType.add_CurrentChanged(new System.EventHandler(this.bsServiceTypeSuspensionType_CurrentChanged));
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(4, 0x6b));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(140, 13));
     this.label3.set_TabIndex(60);
     this.label3.set_Text("Допустимая продолж-сть:");
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(4, 60));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x71, 13));
     this.label5.set_TabIndex(0x3d);
     this.label5.set_Text("Порядок изменения ");
     this.label7.set_AutoSize(true);
     this.label7.set_Location(new System.Drawing.Point(4, 0x85));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(0x79, 13));
     this.label7.set_TabIndex(0x3e);
     this.label7.set_Text("Процент за час (день):");
     this.cbxStspName.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbxStspName.set_DataSource(this.bsServiceTypeSuspensionTypePercent);
     this.cbxStspName.set_DisplayMember("StsqpName");
     this.cbxStspName.set_FormattingEnabled(true);
     this.cbxStspName.set_Location(new System.Drawing.Point(0x93, 130));
     this.cbxStspName.set_Name("cbxStspName");
     this.cbxStspName.set_Size(new System.Drawing.Size(0x1f3, 0x15));
     this.cbxStspName.set_TabIndex(40);
     this.cbxStspName.set_ValueMember("Id");
     this.bsServiceTypeSuspensionTypePercent.set_DataSource(typeof(ServiceTypeSubQualityPercent));
     this.chbxExeptAcceptableDuration.set_AutoSize(true);
     this.chbxExeptAcceptableDuration.set_Location(new System.Drawing.Point(7, 0xb8));
     this.chbxExeptAcceptableDuration.set_Name("chbxExeptAcceptableDuration");
     this.chbxExeptAcceptableDuration.set_Size(new System.Drawing.Size(0x193, 0x11));
     this.chbxExeptAcceptableDuration.set_TabIndex(0x48);
     this.chbxExeptAcceptableDuration.set_Text("При перерасчете использовать вычет допустимой продолж-ти перерывов");
     this.chbxExeptAcceptableDuration.set_UseVisualStyleBackColor(true);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.chbxExeptAcceptableDuration);
     base.Controls.Add(this.label8);
     base.Controls.Add(this.label14);
     base.Controls.Add(this.sfdReasons);
     base.Controls.Add(this.cbxServiceTypeSuspensionTypeAcceptableDurations);
     base.Controls.Add(this.label4);
     base.Controls.Add(this.selectOrgDocument);
     base.Controls.Add(this.rtbRule);
     base.Controls.Add(this.cbxServiceType);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.cbxServiceTypeSubQualityType);
     base.Controls.Add(this.label3);
     base.Controls.Add(this.label5);
     base.Controls.Add(this.label7);
     base.Controls.Add(this.cbxStspName);
     base.set_Name("SubqualityPropertiesView");
     base.set_Size(new System.Drawing.Size(650, 0xce));
     base.add_Load(new System.EventHandler(this.SubqualityPropertiesView_Load));
     this.bsServiceTypeSuspensionTypeAcceptableDurations.EndInit();
     this.bsServiceType.EndInit();
     this.bsServiceTypeSuspensionType.EndInit();
     this.bsServiceTypeSuspensionTypePercent.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
예제 #16
0
 private void InitializeComponent()
 {
     this.components = new Container();
     this.label7 = new System.Windows.Forms.Label();
     this.btnOpenService = new System.Windows.Forms.Button();
     this.dbxOpenDate = new DateBox();
     this.bsServiceClose = new System.Windows.Forms.BindingSource(this.components);
     this.bsServiceOpen = new System.Windows.Forms.BindingSource(this.components);
     this.bsServiceTypes = new System.Windows.Forms.BindingSource(this.components);
     this.label2 = new System.Windows.Forms.Label();
     this.selectOrgDocument = new SelectOrgDocument();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.label4 = new System.Windows.Forms.Label();
     this.dbxCloseDate = new DateBox();
     this.selectAccountHouseHolder = new SelectOrganization();
     this.label1 = new System.Windows.Forms.Label();
     this.chAccountClose = new System.Windows.Forms.CheckBox();
     this.label6 = new System.Windows.Forms.Label();
     this.selectHouseHolder = new SelectOrganization();
     this.selectTypes = new SelectFasetData();
     this.label3 = new System.Windows.Forms.Label();
     this.vwServiceSearchOpen = new ServiceSearchView();
     this.panel1 = new System.Windows.Forms.Panel();
     this.bsServiceClose.BeginInit();
     this.bsServiceOpen.BeginInit();
     this.bsServiceTypes.BeginInit();
     this.groupBox2.SuspendLayout();
     this.panel1.SuspendLayout();
     base.SuspendLayout();
     this.label7.set_AutoSize(true);
     this.label7.set_Location(new System.Drawing.Point(6, 0x10));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(0x54, 13));
     this.label7.set_TabIndex(8);
     this.label7.set_Text("Дата открытия");
     this.btnOpenService.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnOpenService.set_Location(new System.Drawing.Point(0x317, 0x141));
     this.btnOpenService.set_Name("btnOpenService");
     this.btnOpenService.set_Size(new System.Drawing.Size(0x75, 0x19));
     this.btnOpenService.set_TabIndex(12);
     this.btnOpenService.set_Text("Открыть");
     this.btnOpenService.set_UseVisualStyleBackColor(true);
     this.btnOpenService.add_Click(new System.EventHandler(this.btnOpenService_Click));
     this.dbxOpenDate.AttachToPeriod = false;
     this.dbxOpenDate.AttachToPeriodEnd = false;
     this.dbxOpenDate.set_Location(new System.Drawing.Point(0x92, 11));
     this.dbxOpenDate.set_Mask("00/00/0000");
     this.dbxOpenDate.set_Name("dbxOpenDate");
     this.dbxOpenDate.set_Size(new System.Drawing.Size(0x4d, 20));
     this.dbxOpenDate.set_TabIndex(11);
     this.bsServiceClose.set_DataSource(typeof(ServiceOld));
     this.bsServiceOpen.set_DataSource(typeof(ServiceOld));
     this.bsServiceTypes.set_DataSource(typeof(ServiceTypeOld));
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(6, 0x73));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x3a, 13));
     this.label2.set_TabIndex(0x16);
     this.label2.set_Text("Документ");
     this.selectOrgDocument.set_Location(new System.Drawing.Point(0x92, 0x73));
     this.selectOrgDocument.set_MinimumSize(new System.Drawing.Size(100, 0));
     this.selectOrgDocument.set_Name("selectOrgDocument");
     this.selectOrgDocument.set_Size(new System.Drawing.Size(0x166, 20));
     this.selectOrgDocument.set_TabIndex(4);
     this.groupBox2.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.dbxCloseDate);
     this.groupBox2.Controls.Add(this.selectAccountHouseHolder);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.chAccountClose);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.selectHouseHolder);
     this.groupBox2.Controls.Add(this.selectTypes);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.selectOrgDocument);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.dbxOpenDate);
     this.groupBox2.set_Location(new System.Drawing.Point(0, 0x90));
     this.groupBox2.set_Name("groupBox2");
     this.groupBox2.set_Size(new System.Drawing.Size(0x38f, 0xab));
     this.groupBox2.set_TabIndex(0x17);
     this.groupBox2.set_TabStop(false);
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(7, 40));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x59, 13));
     this.label4.set_TabIndex(30);
     this.label4.set_Text("Дата окончания");
     this.dbxCloseDate.AttachToPeriod = false;
     this.dbxCloseDate.AttachToPeriodEnd = false;
     this.dbxCloseDate.set_Location(new System.Drawing.Point(0x92, 0x25));
     this.dbxCloseDate.set_Mask("00/00/0000");
     this.dbxCloseDate.set_Name("dbxCloseDate");
     this.dbxCloseDate.set_Size(new System.Drawing.Size(0x4d, 20));
     this.dbxCloseDate.set_TabIndex(0x1f);
     this.selectAccountHouseHolder.IsCashlessTransferrer = false;
     this.selectAccountHouseHolder.IsHouseHolder = false;
     this.selectAccountHouseHolder.IsPaymentAgent = false;
     this.selectAccountHouseHolder.IsResourceProvider = false;
     this.selectAccountHouseHolder.IsServiceProvider = false;
     this.selectAccountHouseHolder.set_Location(new System.Drawing.Point(0x92, 0x59));
     this.selectAccountHouseHolder.set_MinimumSize(new System.Drawing.Size(100, 0));
     this.selectAccountHouseHolder.set_Name("selectAccountHouseHolder");
     this.selectAccountHouseHolder.set_Size(new System.Drawing.Size(0x166, 20));
     this.selectAccountHouseHolder.set_TabIndex(0x1d);
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(7, 0x5d));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x37, 13));
     this.label1.set_TabIndex(0x1c);
     this.label1.set_Text("УК на ЛС");
     this.chAccountClose.set_AutoSize(true);
     this.chAccountClose.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.chAccountClose.set_Location(new System.Drawing.Point(290, 13));
     this.chAccountClose.set_Name("chAccountClose");
     this.chAccountClose.set_Size(new System.Drawing.Size(0xd6, 0x11));
     this.chAccountClose.set_TabIndex(0x1b);
     this.chAccountClose.set_Text("Открыть в закрытых лицевых счетах");
     this.chAccountClose.set_UseVisualStyleBackColor(true);
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(6, 0x90));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(0x3d, 13));
     this.label6.set_TabIndex(14);
     this.label6.set_Text("Тип жилья");
     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(0x92, 0x3f));
     this.selectHouseHolder.set_MinimumSize(new System.Drawing.Size(100, 0));
     this.selectHouseHolder.set_Name("selectHouseHolder");
     this.selectHouseHolder.set_Size(new System.Drawing.Size(0x166, 20));
     this.selectHouseHolder.set_TabIndex(0x19);
     this.selectTypes.set_FormattingEnabled(true);
     this.selectTypes.set_Location(new System.Drawing.Point(0x92, 0x8d));
     this.selectTypes.set_MinimumSize(new System.Drawing.Size(100, 0));
     this.selectTypes.set_Name("selectTypes");
     this.selectTypes.set_Size(new System.Drawing.Size(0x166, 0x15));
     this.selectTypes.set_Sorted(true);
     this.selectTypes.set_TabIndex(13);
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(7, 0x43));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x39, 13));
     this.label3.set_TabIndex(0x18);
     this.label3.set_Text("УК жилья");
     this.vwServiceSearchOpen.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.vwServiceSearchOpen.set_Location(new System.Drawing.Point(0, 0));
     this.vwServiceSearchOpen.set_Margin(new System.Windows.Forms.Padding(3, 4, 3, 4));
     this.vwServiceSearchOpen.set_Name("vwServiceSearchOpen");
     this.vwServiceSearchOpen.set_Size(new System.Drawing.Size(0x38f, 0x8f));
     this.vwServiceSearchOpen.set_TabIndex(0x1d);
     this.panel1.set_AutoScroll(true);
     this.panel1.Controls.Add(this.vwServiceSearchOpen);
     this.panel1.Controls.Add(this.btnOpenService);
     this.panel1.Controls.Add(this.groupBox2);
     this.panel1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.panel1.set_Location(new System.Drawing.Point(0, 0));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(0x38f, 0x163));
     this.panel1.set_TabIndex(30);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.panel1);
     base.set_Name("OpenOperationView");
     base.set_Size(new System.Drawing.Size(0x38f, 0x163));
     base.add_Load(new System.EventHandler(this.OpenOperationView_Load));
     this.bsServiceClose.EndInit();
     this.bsServiceOpen.EndInit();
     this.bsServiceTypes.EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.panel1.ResumeLayout(false);
     base.ResumeLayout(false);
 }
예제 #17
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();
 }
예제 #18
0
 private void InitializeComponent()
 {
     this.components = new Container();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(GroupReсalculationView));
     this.datePeriod = new DatePeriod();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.btnReCalc = new System.Windows.Forms.Button();
     this.selectOrgDocument = new SelectOrgDocument();
     this.label1 = new System.Windows.Forms.Label();
     this.selectReCalc = new SelectFasetData();
     this.vwServiceSearch = new ServiceSearchView();
     this.chbxWithBankrupt = new System.Windows.Forms.CheckBox();
     this.epRights = new System.Windows.Forms.ErrorProvider(this.components);
     this.rbRecalc = new System.Windows.Forms.RadioButton();
     this.rbCharge = new System.Windows.Forms.RadioButton();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.panel1 = new System.Windows.Forms.Panel();
     this.epRights.BeginInit();
     this.groupBox1.SuspendLayout();
     this.panel1.SuspendLayout();
     base.SuspendLayout();
     this.datePeriod.AttachToPeriod = true;
     this.datePeriod.DateBeginReadonly = false;
     this.datePeriod.DateEndReadonly = false;
     this.datePeriod.set_Location(new System.Drawing.Point(0x87, 0x10));
     this.datePeriod.set_Margin(new System.Windows.Forms.Padding(4));
     this.datePeriod.set_Name("datePeriod");
     this.datePeriod.set_Size(new System.Drawing.Size(0x10a, 0x17));
     this.datePeriod.set_TabIndex(3);
     this.label4.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(6, 0x31));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x75, 13));
     this.label4.set_TabIndex(6);
     this.label4.set_Text("Причина перерасчета");
     this.label5.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(6, 20));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x70, 13));
     this.label5.set_TabIndex(8);
     this.label5.set_Text("Период перерасчета");
     this.btnReCalc.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnReCalc.set_Location(new System.Drawing.Point(0x273, 0x65));
     this.btnReCalc.set_Name("btnReCalc");
     this.btnReCalc.set_Size(new System.Drawing.Size(0x5f, 0x19));
     this.btnReCalc.set_TabIndex(6);
     this.btnReCalc.set_Text("Пересчитать");
     this.btnReCalc.set_UseVisualStyleBackColor(true);
     this.btnReCalc.add_Click(new System.EventHandler(this.btnReCalc_Click));
     this.selectOrgDocument.set_Location(new System.Drawing.Point(0xe2, 0x4a));
     this.selectOrgDocument.set_Name("selectOrgDocument");
     this.selectOrgDocument.set_Size(new System.Drawing.Size(0x1ec, 0x17));
     this.selectOrgDocument.set_TabIndex(5);
     this.label1.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(6, 0x4d));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0xbc, 13));
     this.label1.set_TabIndex(11);
     this.label1.set_Text("Документ - основание перерасчета");
     this.selectReCalc.set_FormattingEnabled(true);
     this.selectReCalc.set_Location(new System.Drawing.Point(0x8f, 0x2e));
     this.selectReCalc.set_Name("selectReCalc");
     this.selectReCalc.set_Size(new System.Drawing.Size(0x23f, 0x15));
     this.selectReCalc.set_Sorted(true);
     this.selectReCalc.set_TabIndex(4);
     this.vwServiceSearch.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.vwServiceSearch.set_Location(new System.Drawing.Point(0, 0));
     this.vwServiceSearch.set_Margin(new System.Windows.Forms.Padding(3, 4, 3, 4));
     this.vwServiceSearch.set_Name("vwServiceSearch");
     this.vwServiceSearch.set_Size(new System.Drawing.Size(0x2d4, 0x8f));
     this.vwServiceSearch.set_TabIndex(0x10);
     this.chbxWithBankrupt.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.chbxWithBankrupt.set_AutoSize(true);
     this.chbxWithBankrupt.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.chbxWithBankrupt.set_Location(new System.Drawing.Point(0x1ad, 0x6a));
     this.chbxWithBankrupt.set_Name("chbxWithBankrupt");
     this.chbxWithBankrupt.set_Size(new System.Drawing.Size(0xc0, 0x11));
     this.chbxWithBankrupt.set_TabIndex(0x20);
     this.chbxWithBankrupt.set_Text("Учитывать не возвратные долги");
     this.chbxWithBankrupt.set_UseVisualStyleBackColor(true);
     this.epRights.set_BlinkStyle(System.Windows.Forms.ErrorBlinkStyle.NeverBlink);
     this.epRights.set_ContainerControl(this);
     this.epRights.set_Icon((System.Drawing.Icon) manager.GetObject("epRights.Icon"));
     this.epRights.set_RightToLeft(true);
     this.rbRecalc.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.rbRecalc.set_AutoSize(true);
     this.rbRecalc.set_Checked(true);
     this.rbRecalc.set_Location(new System.Drawing.Point(0x107, 0x69));
     this.rbRecalc.set_Name("rbRecalc");
     this.rbRecalc.set_Size(new System.Drawing.Size(160, 0x11));
     this.rbRecalc.set_TabIndex(0x21);
     this.rbRecalc.set_TabStop(true);
     this.rbRecalc.set_Text("Сохранить как перерасчет");
     this.rbRecalc.set_UseVisualStyleBackColor(true);
     this.rbCharge.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.rbCharge.set_AutoSize(true);
     this.rbCharge.set_Location(new System.Drawing.Point(0x60, 0x69));
     this.rbCharge.set_Name("rbCharge");
     this.rbCharge.set_Size(new System.Drawing.Size(0xa1, 0x11));
     this.rbCharge.set_TabIndex(0x22);
     this.rbCharge.set_Text("Сохранить как начисление");
     this.rbCharge.set_UseVisualStyleBackColor(true);
     this.groupBox1.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.datePeriod);
     this.groupBox1.Controls.Add(this.rbCharge);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.rbRecalc);
     this.groupBox1.Controls.Add(this.btnReCalc);
     this.groupBox1.Controls.Add(this.chbxWithBankrupt);
     this.groupBox1.Controls.Add(this.selectOrgDocument);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.selectReCalc);
     this.groupBox1.set_Location(new System.Drawing.Point(0, 140));
     this.groupBox1.set_Name("groupBox1");
     this.groupBox1.set_Size(new System.Drawing.Size(0x2d4, 0x8a));
     this.groupBox1.set_TabIndex(0x23);
     this.groupBox1.set_TabStop(false);
     this.panel1.set_AutoScroll(true);
     this.panel1.Controls.Add(this.vwServiceSearch);
     this.panel1.Controls.Add(this.groupBox1);
     this.panel1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.panel1.set_Location(new System.Drawing.Point(0, 0));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(0x2d4, 0x11f));
     this.panel1.set_TabIndex(0x24);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.panel1);
     base.set_Name("GroupReсalculationView");
     base.set_Size(new System.Drawing.Size(0x2d4, 0x11f));
     base.add_Load(new System.EventHandler(this.GroupReCalculationView_Load));
     this.epRights.EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.panel1.ResumeLayout(false);
     base.ResumeLayout(false);
 }
예제 #19
0
 private void InitializeComponent()
 {
     this.components = new Container();
     System.Windows.Forms.DataGridViewCellStyle style = new System.Windows.Forms.DataGridViewCellStyle();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(PenaltyTransferForm));
     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.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn13 = 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.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn23 = 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.label3 = new System.Windows.Forms.Label();
     this.selectOrgDocument = new SelectOrgDocument();
     this.dataGridViewTextBoxColumn31 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn30 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn29 = 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.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.label1 = new System.Windows.Forms.Label();
     this.bsJn = new System.Windows.Forms.BindingSource(this.components);
     this.lblTargetSumm = new System.Windows.Forms.Label();
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnTransfer = new System.Windows.Forms.Button();
     this.label5 = new System.Windows.Forms.Label();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewNumericColumn1 = new DataGridViewNumericColumn();
     this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgvJn = new System.Windows.Forms.DataGridView();
     this.serviceTypeNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.providerNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.summForTransfer = new DataGridViewNumericColumn();
     this.chbxIsPartPenalty = new System.Windows.Forms.CheckBox();
     this.epRights = new System.Windows.Forms.ErrorProvider(this.components);
     this.bsJn.BeginInit();
     this.dgvJn.BeginInit();
     this.epRights.BeginInit();
     base.SuspendLayout();
     this.dataGridViewTextBoxColumn16.set_DataPropertyName("AccountOwnerName");
     this.dataGridViewTextBoxColumn16.set_HeaderText("AccountOwnerName");
     this.dataGridViewTextBoxColumn16.set_Name("dataGridViewTextBoxColumn16");
     this.dataGridViewTextBoxColumn17.set_DataPropertyName("ApartmentId");
     this.dataGridViewTextBoxColumn17.set_HeaderText("ApartmentId");
     this.dataGridViewTextBoxColumn17.set_Name("dataGridViewTextBoxColumn17");
     this.dataGridViewTextBoxColumn18.set_DataPropertyName("ApartmentNumber");
     this.dataGridViewTextBoxColumn18.set_HeaderText("ApartmentNumber");
     this.dataGridViewTextBoxColumn18.set_Name("dataGridViewTextBoxColumn18");
     this.dataGridViewTextBoxColumn19.set_DataPropertyName("ApartmentAddrId");
     this.dataGridViewTextBoxColumn19.set_HeaderText("ApartmentAddrId");
     this.dataGridViewTextBoxColumn19.set_Name("dataGridViewTextBoxColumn19");
     this.dataGridViewTextBoxColumn20.set_DataPropertyName("ApartmentAddrName");
     this.dataGridViewTextBoxColumn20.set_HeaderText("ApartmentAddrName");
     this.dataGridViewTextBoxColumn20.set_Name("dataGridViewTextBoxColumn20");
     this.dataGridViewTextBoxColumn15.set_DataPropertyName("AccountOwnerId");
     this.dataGridViewTextBoxColumn15.set_HeaderText("AccountOwnerId");
     this.dataGridViewTextBoxColumn15.set_Name("dataGridViewTextBoxColumn15");
     this.dataGridViewTextBoxColumn14.set_DataPropertyName("AccountNumber");
     this.dataGridViewTextBoxColumn14.set_HeaderText("AccountNumber");
     this.dataGridViewTextBoxColumn14.set_Name("dataGridViewTextBoxColumn14");
     this.dataGridViewTextBoxColumn13.set_DataPropertyName("AccountId");
     this.dataGridViewTextBoxColumn13.set_HeaderText("AccountId");
     this.dataGridViewTextBoxColumn13.set_Name("dataGridViewTextBoxColumn13");
     this.dataGridViewTextBoxColumn8.set_DataPropertyName("ServiceName");
     this.dataGridViewTextBoxColumn8.set_HeaderText("ServiceName");
     this.dataGridViewTextBoxColumn8.set_Name("dataGridViewTextBoxColumn8");
     this.dataGridViewTextBoxColumn8.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn8.set_Width(0x68);
     this.dataGridViewTextBoxColumn9.set_DataPropertyName("ServiceCodeName");
     this.dataGridViewTextBoxColumn9.set_HeaderText("ServiceCodeName");
     this.dataGridViewTextBoxColumn9.set_Name("dataGridViewTextBoxColumn9");
     this.dataGridViewTextBoxColumn10.set_DataPropertyName("AccountServiceId");
     this.dataGridViewTextBoxColumn10.set_HeaderText("AccountServiceId");
     this.dataGridViewTextBoxColumn10.set_Name("dataGridViewTextBoxColumn10");
     this.dataGridViewTextBoxColumn11.set_DataPropertyName("AccountServiceFromDate");
     this.dataGridViewTextBoxColumn11.set_HeaderText("AccountServiceFromDate");
     this.dataGridViewTextBoxColumn11.set_Name("dataGridViewTextBoxColumn11");
     this.dataGridViewTextBoxColumn12.set_DataPropertyName("AccountServiceToDate");
     this.dataGridViewTextBoxColumn12.set_HeaderText("AccountServiceToDate");
     this.dataGridViewTextBoxColumn12.set_Name("dataGridViewTextBoxColumn12");
     this.dataGridViewTextBoxColumn21.set_DataPropertyName("ApartmentParentAddrId");
     this.dataGridViewTextBoxColumn21.set_HeaderText("ApartmentParentAddrId");
     this.dataGridViewTextBoxColumn21.set_Name("dataGridViewTextBoxColumn21");
     this.dataGridViewTextBoxColumn22.set_DataPropertyName("HouseHolderId");
     this.dataGridViewTextBoxColumn22.set_HeaderText("HouseHolderId");
     this.dataGridViewTextBoxColumn22.set_Name("dataGridViewTextBoxColumn22");
     this.dataGridViewTextBoxColumn23.set_DataPropertyName("HouseHolderCode");
     this.dataGridViewTextBoxColumn23.set_HeaderText("HouseHolderCode");
     this.dataGridViewTextBoxColumn23.set_Name("dataGridViewTextBoxColumn23");
     this.dataGridViewTextBoxColumn32.set_DataPropertyName("OldId");
     this.dataGridViewTextBoxColumn32.set_HeaderText("OldId");
     this.dataGridViewTextBoxColumn32.set_Name("dataGridViewTextBoxColumn32");
     this.dataGridViewTextBoxColumn33.set_DataPropertyName("ObjectWithIdType");
     this.dataGridViewTextBoxColumn33.set_HeaderText("ObjectWithIdType");
     this.dataGridViewTextBoxColumn33.set_Name("dataGridViewTextBoxColumn33");
     this.dataGridViewTextBoxColumn34.set_DataPropertyName("Id");
     this.dataGridViewTextBoxColumn34.set_HeaderText("Id");
     this.dataGridViewTextBoxColumn34.set_Name("dataGridViewTextBoxColumn34");
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(12, 14));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0xc4, 13));
     this.label3.set_TabIndex(0x2a);
     this.label3.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(0xda, 12));
     this.selectOrgDocument.set_Name("selectOrgDocument");
     this.selectOrgDocument.set_Size(new System.Drawing.Size(0x22a, 0x18));
     this.selectOrgDocument.set_TabIndex(40);
     this.dataGridViewTextBoxColumn31.set_DataPropertyName("GroupOperId");
     this.dataGridViewTextBoxColumn31.set_HeaderText("GroupOperId");
     this.dataGridViewTextBoxColumn31.set_Name("dataGridViewTextBoxColumn31");
     this.dataGridViewTextBoxColumn30.set_DataPropertyName("Summ");
     this.dataGridViewTextBoxColumn30.set_HeaderText("Summ");
     this.dataGridViewTextBoxColumn30.set_Name("dataGridViewTextBoxColumn30");
     this.dataGridViewTextBoxColumn29.set_DataPropertyName("OriginalSumm");
     this.dataGridViewTextBoxColumn29.set_HeaderText("OriginalSumm");
     this.dataGridViewTextBoxColumn29.set_Name("dataGridViewTextBoxColumn29");
     this.dataGridViewTextBoxColumn24.set_DataPropertyName("HouseHolderName");
     this.dataGridViewTextBoxColumn24.set_HeaderText("HouseHolderName");
     this.dataGridViewTextBoxColumn24.set_Name("dataGridViewTextBoxColumn24");
     this.dataGridViewTextBoxColumn25.set_DataPropertyName("CalcOperId");
     this.dataGridViewTextBoxColumn25.set_HeaderText("CalcOperId");
     this.dataGridViewTextBoxColumn25.set_Name("dataGridViewTextBoxColumn25");
     this.dataGridViewTextBoxColumn26.set_DataPropertyName("CalcOperName");
     this.dataGridViewTextBoxColumn26.set_HeaderText("CalcOperName");
     this.dataGridViewTextBoxColumn26.set_Name("dataGridViewTextBoxColumn26");
     this.dataGridViewTextBoxColumn27.set_DataPropertyName("Created");
     this.dataGridViewTextBoxColumn27.set_HeaderText("Created");
     this.dataGridViewTextBoxColumn27.set_Name("dataGridViewTextBoxColumn27");
     this.dataGridViewTextBoxColumn28.set_DataPropertyName("Period");
     this.dataGridViewTextBoxColumn28.set_HeaderText("Period");
     this.dataGridViewTextBoxColumn28.set_Name("dataGridViewTextBoxColumn28");
     this.dataGridViewTextBoxColumn7.set_DataPropertyName("ServiceCode");
     this.dataGridViewTextBoxColumn7.set_HeaderText("ServiceCode");
     this.dataGridViewTextBoxColumn7.set_Name("dataGridViewTextBoxColumn7");
     this.dataGridViewTextBoxColumn7.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn7.set_Visible(false);
     this.dataGridViewTextBoxColumn7.set_Width(0x6d);
     this.dataGridViewTextBoxColumn6.set_DataPropertyName("ServiceId");
     this.dataGridViewTextBoxColumn6.set_HeaderText("ServiceId");
     this.dataGridViewTextBoxColumn6.set_Name("dataGridViewTextBoxColumn6");
     this.dataGridViewTextBoxColumn6.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn6.set_Visible(false);
     this.dataGridViewTextBoxColumn6.set_Width(0x29);
     this.dataGridViewTextBoxColumn5.set_DataPropertyName("ServiceTypeName");
     this.dataGridViewTextBoxColumn5.set_HeaderText("ServiceTypeName");
     this.dataGridViewTextBoxColumn5.set_Name("dataGridViewTextBoxColumn5");
     this.dataGridViewTextBoxColumn5.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn5.set_Visible(false);
     this.dataGridViewTextBoxColumn5.set_Width(0x42);
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(13, 0x2d));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x9d, 13));
     this.label1.set_TabIndex(1);
     this.label1.set_Text("Услуги переносимой оплаты:");
     this.bsJn.set_DataSource(typeof(Jn));
     this.lblTargetSumm.set_Anchor(System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom);
     this.lblTargetSumm.set_AutoSize(true);
     this.lblTargetSumm.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0xcc));
     this.lblTargetSumm.set_ForeColor(System.Drawing.Color.Red);
     this.lblTargetSumm.set_Location(new System.Drawing.Point(0xbd, 0x17a));
     this.lblTargetSumm.set_Name("lblTargetSumm");
     this.lblTargetSumm.set_Size(new System.Drawing.Size(0x20, 13));
     this.lblTargetSumm.set_TabIndex(4);
     this.lblTargetSumm.set_Text("0.00");
     this.btnCancel.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnCancel.set_Location(new System.Drawing.Point(0x2ac, 0x171));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(0x58, 0x1f));
     this.btnCancel.set_TabIndex(0x26);
     this.btnCancel.set_Text("Отмена");
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.btnCancel.add_Click(new System.EventHandler(this.btnCancel_Click));
     this.btnTransfer.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnTransfer.set_Enabled(false);
     this.btnTransfer.set_Image(Resources.TRANSFERRING);
     this.btnTransfer.set_ImageAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.btnTransfer.set_Location(new System.Drawing.Point(0x248, 0x171));
     this.btnTransfer.set_Name("btnTransfer");
     this.btnTransfer.set_Size(new System.Drawing.Size(0x5e, 0x1f));
     this.btnTransfer.set_TabIndex(0x27);
     this.btnTransfer.set_Text("Перенести");
     this.btnTransfer.set_TextAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.btnTransfer.set_UseVisualStyleBackColor(true);
     this.btnTransfer.add_Click(new System.EventHandler(this.btnTransfer_Click));
     this.label5.set_Anchor(System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom);
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(13, 0x17a));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(160, 13));
     this.label5.set_TabIndex(3);
     this.label5.set_Text("Сумма переносимых средств:");
     this.label5.set_TextAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.dataGridViewTextBoxColumn1.set_DataPropertyName("ProviderId");
     this.dataGridViewTextBoxColumn1.set_HeaderText("ProviderId");
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn1.set_Width(80);
     this.dataGridViewTextBoxColumn2.set_DataPropertyName("ProviderCode");
     this.dataGridViewTextBoxColumn2.set_HeaderText("ProviderCode");
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.dataGridViewTextBoxColumn2.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn2.set_Width(0x44);
     this.dataGridViewTextBoxColumn3.set_DataPropertyName("ProviderName");
     this.dataGridViewTextBoxColumn3.set_HeaderText("ProviderName");
     this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3");
     this.dataGridViewTextBoxColumn3.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn3.set_Width(90);
     this.dataGridViewNumericColumn1.DecimalPlaces = 0;
     int[] numArray = new int[4];
     this.dataGridViewNumericColumn1.DefaultValue = new decimal(numArray);
     this.dataGridViewNumericColumn1.set_HeaderText("Сумма");
     int[] numArray2 = new int[4];
     numArray2[0] = 100;
     this.dataGridViewNumericColumn1.Maximum = new decimal(numArray2);
     int[] numArray3 = new int[4];
     this.dataGridViewNumericColumn1.Minimum = new decimal(numArray3);
     this.dataGridViewNumericColumn1.set_Name("dataGridViewNumericColumn1");
     this.dataGridViewNumericColumn1.set_Width(0x2f);
     this.dataGridViewTextBoxColumn4.set_DataPropertyName("ServiceTypeId");
     this.dataGridViewTextBoxColumn4.set_HeaderText("ServiceTypeId");
     this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4");
     this.dataGridViewTextBoxColumn4.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn4.set_Width(0x65);
     this.dgvJn.set_AllowUserToAddRows(false);
     this.dgvJn.set_AllowUserToDeleteRows(false);
     this.dgvJn.set_AllowUserToOrderColumns(true);
     this.dgvJn.set_AllowUserToResizeRows(false);
     this.dgvJn.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Top);
     this.dgvJn.set_AutoGenerateColumns(false);
     this.dgvJn.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dgvJn.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     style.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter);
     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.dgvJn.set_ColumnHeadersDefaultCellStyle(style);
     this.dgvJn.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvJn.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.serviceTypeNameDataGridViewTextBoxColumn, this.providerNameDataGridViewTextBoxColumn, this.summForTransfer });
     this.dgvJn.set_DataSource(this.bsJn);
     this.dgvJn.set_Location(new System.Drawing.Point(12, 70));
     this.dgvJn.set_MultiSelect(false);
     this.dgvJn.set_Name("dgvJn");
     this.dgvJn.set_RowHeadersVisible(false);
     this.dgvJn.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.CellSelect);
     this.dgvJn.set_Size(new System.Drawing.Size(760, 0x125));
     this.dgvJn.set_TabIndex(0x2b);
     this.dgvJn.add_CellEndEdit(new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvJn_CellEndEdit));
     this.serviceTypeNameDataGridViewTextBoxColumn.set_DataPropertyName("ServiceTypeName");
     this.serviceTypeNameDataGridViewTextBoxColumn.set_HeaderText("Тип услуги");
     this.serviceTypeNameDataGridViewTextBoxColumn.set_Name("serviceTypeNameDataGridViewTextBoxColumn");
     this.serviceTypeNameDataGridViewTextBoxColumn.set_Width(0x57);
     this.providerNameDataGridViewTextBoxColumn.set_DataPropertyName("ProviderName");
     this.providerNameDataGridViewTextBoxColumn.set_HeaderText("Поставщик");
     this.providerNameDataGridViewTextBoxColumn.set_Name("providerNameDataGridViewTextBoxColumn");
     this.providerNameDataGridViewTextBoxColumn.set_Width(90);
     this.summForTransfer.set_DataPropertyName("Summ");
     this.summForTransfer.DecimalPlaces = 0;
     int[] numArray4 = new int[4];
     this.summForTransfer.DefaultValue = new decimal(numArray4);
     this.summForTransfer.set_HeaderText("Сумма");
     int[] numArray5 = new int[4];
     numArray5[0] = 100;
     this.summForTransfer.Maximum = new decimal(numArray5);
     int[] numArray6 = new int[4];
     this.summForTransfer.Minimum = new decimal(numArray6);
     this.summForTransfer.set_Name("summForTransfer");
     this.summForTransfer.set_Resizable(System.Windows.Forms.DataGridViewTriState.True);
     this.summForTransfer.set_SortMode(System.Windows.Forms.DataGridViewColumnSortMode.Automatic);
     this.summForTransfer.set_Width(0x42);
     this.chbxIsPartPenalty.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.chbxIsPartPenalty.set_AutoSize(true);
     this.chbxIsPartPenalty.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.chbxIsPartPenalty.set_Location(new System.Drawing.Point(12, 0x18a));
     this.chbxIsPartPenalty.set_Name("chbxIsPartPenalty");
     this.chbxIsPartPenalty.set_Size(new System.Drawing.Size(0x81, 0x11));
     this.chbxIsPartPenalty.set_TabIndex(0x2c);
     this.chbxIsPartPenalty.set_Text("Перенести частично");
     this.chbxIsPartPenalty.set_UseVisualStyleBackColor(true);
     this.chbxIsPartPenalty.add_CheckedChanged(new System.EventHandler(this.chbxIsPartPenalty_CheckedChanged));
     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"));
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x310, 0x19c));
     base.Controls.Add(this.chbxIsPartPenalty);
     base.Controls.Add(this.dgvJn);
     base.Controls.Add(this.lblTargetSumm);
     base.Controls.Add(this.label5);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.label3);
     base.Controls.Add(this.selectOrgDocument);
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.btnTransfer);
     this.set_MinimumSize(new System.Drawing.Size(500, 400));
     base.set_Name("PenaltyTransferForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("Перенос пеней");
     base.add_Load(new System.EventHandler(this.PenaltyTransferForm_Load));
     this.bsJn.EndInit();
     this.dgvJn.EndInit();
     this.epRights.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.components = new Container();
     this.label3 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.numNorm = new System.Windows.Forms.NumericUpDown();
     this.bsAccountServiceNorms = new System.Windows.Forms.BindingSource(this.components);
     this.labelPeriod = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.bOk = new System.Windows.Forms.Button();
     this.bCancel = new System.Windows.Forms.Button();
     this.bsFasetItems = new System.Windows.Forms.BindingSource(this.components);
     this.sfdSelectByUnit = new SelectFasetData();
     this.sfdSelectUnit = new SelectFasetData();
     this.datePeriod = new DatePeriod();
     this.selectOrgDocument = new SelectOrgDocument();
     this.numNorm.BeginInit();
     this.bsAccountServiceNorms.BeginInit();
     this.bsFasetItems.BeginInit();
     base.SuspendLayout();
     this.label3.set_Location(new System.Drawing.Point(4, 0x22));
     this.label3.set_Margin(new System.Windows.Forms.Padding(4, 0, 4, 0));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x9e, 0x16));
     this.label3.set_TabIndex(0x1b);
     this.label3.set_Text("Единица измерения");
     this.label1.set_Location(new System.Drawing.Point(4, 5));
     this.label1.set_Margin(new System.Windows.Forms.Padding(4, 0, 4, 0));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x59, 0x16));
     this.label1.set_TabIndex(0x19);
     this.label1.set_Text("Норматив");
     this.numNorm.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bsAccountServiceNorms, "Rate", true));
     this.numNorm.set_DecimalPlaces(6);
     this.numNorm.set_Location(new System.Drawing.Point(100, 3));
     this.numNorm.set_Maximum(new decimal(new int[] { -1593835521, 0x1bcecced, 0xd3c2, 0x60000 }));
     this.numNorm.set_Name("numNorm");
     this.numNorm.set_Size(new System.Drawing.Size(0x66, 20));
     this.numNorm.set_TabIndex(0x1a);
     this.bsAccountServiceNorms.set_DataSource(typeof(AccountServiceNorm));
     this.labelPeriod.set_Location(new System.Drawing.Point(4, 0x42));
     this.labelPeriod.set_Name("labelPeriod");
     this.labelPeriod.set_Size(new System.Drawing.Size(0x8b, 0x13));
     this.labelPeriod.set_TabIndex(0x1d);
     this.labelPeriod.set_Text("Период действия");
     this.label2.set_Location(new System.Drawing.Point(4, 0x5c));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x10a, 0x16));
     this.label2.set_TabIndex(0x1f);
     this.label2.set_Text("Документ - основание нормы");
     this.label4.set_Location(new System.Drawing.Point(0x121, 0x23));
     this.label4.set_Margin(new System.Windows.Forms.Padding(4, 0, 4, 0));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x1d, 0x15));
     this.label4.set_TabIndex(0x21);
     this.label4.set_Text("НА");
     this.label4.set_TextAlign(System.Drawing.ContentAlignment.TopCenter);
     this.bOk.set_Location(new System.Drawing.Point(0x127, 0x8e));
     this.bOk.set_Name("bOk");
     this.bOk.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.bOk.set_TabIndex(0x27);
     this.bOk.set_Text("Сохранить");
     this.bOk.set_UseVisualStyleBackColor(true);
     this.bOk.add_Click(new System.EventHandler(this.bAdd_Click));
     this.bCancel.set_Location(new System.Drawing.Point(0x178, 0x8e));
     this.bCancel.set_Name("bCancel");
     this.bCancel.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.bCancel.set_TabIndex(40);
     this.bCancel.set_Text("Отмена");
     this.bCancel.set_UseVisualStyleBackColor(true);
     this.bCancel.add_Click(new System.EventHandler(this.bCancel_Click));
     this.bsFasetItems.set_DataSource(typeof(FasetItem));
     this.sfdSelectByUnit.DataBindings.Add(new System.Windows.Forms.Binding("Tag", this.bsAccountServiceNorms, "ByUnitName", true));
     this.sfdSelectByUnit.set_FormattingEnabled(true);
     this.sfdSelectByUnit.set_Location(new System.Drawing.Point(0x143, 0x1d));
     this.sfdSelectByUnit.set_Name("sfdSelectByUnit");
     this.sfdSelectByUnit.set_Size(new System.Drawing.Size(0x6c, 0x15));
     this.sfdSelectByUnit.set_Sorted(true);
     this.sfdSelectByUnit.set_TabIndex(0x2b);
     this.sfdSelectUnit.DataBindings.Add(new System.Windows.Forms.Binding("Tag", this.bsAccountServiceNorms, "UnitName", true));
     this.sfdSelectUnit.set_FormattingEnabled(true);
     this.sfdSelectUnit.set_Location(new System.Drawing.Point(0xa9, 0x1d));
     this.sfdSelectUnit.set_Name("sfdSelectUnit");
     this.sfdSelectUnit.set_Size(new System.Drawing.Size(0x71, 0x15));
     this.sfdSelectUnit.set_Sorted(true);
     this.sfdSelectUnit.set_TabIndex(0x2a);
     this.datePeriod.AttachToPeriod = false;
     this.datePeriod.DataBindings.Add(new System.Windows.Forms.Binding("Tag", this.bsAccountServiceNorms, "FromDate", true));
     this.datePeriod.DateBeginReadonly = false;
     this.datePeriod.DateEndReadonly = false;
     this.datePeriod.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 9.75f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     this.datePeriod.set_Location(new System.Drawing.Point(0x86, 60));
     this.datePeriod.set_Margin(new System.Windows.Forms.Padding(4));
     this.datePeriod.set_Name("datePeriod");
     this.datePeriod.set_Size(new System.Drawing.Size(0x13d, 0x17));
     this.datePeriod.set_TabIndex(30);
     this.selectOrgDocument.DataBindings.Add(new System.Windows.Forms.Binding("Tag", this.bsAccountServiceNorms, "DocId", true));
     this.selectOrgDocument.set_Location(new System.Drawing.Point(5, 0x75));
     this.selectOrgDocument.set_Name("selectOrgDocument");
     this.selectOrgDocument.set_Size(new System.Drawing.Size(0x1be, 0x17));
     this.selectOrgDocument.set_TabIndex(0x20);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x1c8, 170));
     base.Controls.Add(this.sfdSelectByUnit);
     base.Controls.Add(this.sfdSelectUnit);
     base.Controls.Add(this.bCancel);
     base.Controls.Add(this.bOk);
     base.Controls.Add(this.label3);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.numNorm);
     base.Controls.Add(this.labelPeriod);
     base.Controls.Add(this.datePeriod);
     base.Controls.Add(this.selectOrgDocument);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.label4);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedDialog);
     base.set_MaximizeBox(false);
     base.set_MinimizeBox(false);
     base.set_Name("AccountServiceNormAddChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterParent);
     this.set_Text("Добавление индивидуального норматива");
     base.add_FormClosing(new System.Windows.Forms.FormClosingEventHandler(this.AccountServiceNormAddChangeForm_FormClosing));
     base.add_FormClosed(new System.Windows.Forms.FormClosedEventHandler(this.AccountServiceNormAddChangeForm_FormClosed));
     base.add_Load(new System.EventHandler(this.AccountServiceNormAddChangeForm_Load));
     this.numNorm.EndInit();
     this.bsAccountServiceNorms.EndInit();
     this.bsFasetItems.EndInit();
     base.ResumeLayout(false);
 }
예제 #21
0
 private void InitializeComponent()
 {
     ComponentResourceManager manager = new ComponentResourceManager(typeof(DebitorsView));
     Area area = new Area();
     this.m_WorkerGetAccounts = new BackgroundWorker();
     this.m_WorkerGetAccountServices = new BackgroundWorker();
     this.m_WorkerGetReports = new BackgroundWorker();
     this.m_WorkerGetNotices = new BackgroundWorker();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.dgvDebtors = new System.Windows.Forms.DataGridView();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.tsBtnShow = new System.Windows.Forms.ToolStripDropDownButton();
     this.поЛицевымСчетамToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tsBtnShowReports = new System.Windows.Forms.ToolStripDropDownButton();
     this.извещенияToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.поЛицевымСчетамToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.отчетыПоЛицевымСчетамБезГруппировкиПоТипуЖильяToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.отчетПоПериодамЗадолженностиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
     this.уведомленияToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tsbtnSaveDebtAccounts = new System.Windows.Forms.ToolStripButton();
     this.tsBtnSelectAll = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.dgvAccountServices = new System.Windows.Forms.DataGridView();
     this.toolStrip2 = new System.Windows.Forms.ToolStrip();
     this.tsLabelAccountServices = new System.Windows.Forms.ToolStripLabel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label9 = new System.Windows.Forms.Label();
     this.selectOrganizationForDocument = new SelectOrganization();
     this.labelSaveDate = new System.Windows.Forms.Label();
     this.dbxSaveDate = new DateBox();
     this.selectOrgDocument1 = new SelectOrgDocument();
     this.label1 = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.selectAccountHolders = new SelectOrgs();
     this.label13 = new System.Windows.Forms.Label();
     this.selectAccountPropertyFaset = new SelectFasetData();
     this.lbAccountProperty = new System.Windows.Forms.Label();
     this.selectCityBoroughs = new SelectFasetData();
     this.lcityBorounght = new System.Windows.Forms.Label();
     this.cbPaymentPeriod = new System.Windows.Forms.CheckBox();
     this.m_PeriodPayment = new DatePeriodSelector();
     this.label11 = new System.Windows.Forms.Label();
     this.selectApartmentTypeFaset = new SelectFasetData();
     this.selectHolders = new SelectOrgs();
     this.label12 = new System.Windows.Forms.Label();
     this.selectors = new SelectProvidersTypesServices();
     this.label10 = new System.Windows.Forms.Label();
     this.selectAddresses2 = new SelectAddresses();
     this.label3 = new System.Windows.Forms.Label();
     this.numMaxMonth = new System.Windows.Forms.NumericUpDown();
     this.label2 = new System.Windows.Forms.Label();
     this.numMaxSumm = new System.Windows.Forms.NumericUpDown();
     this.label7 = new System.Windows.Forms.Label();
     this.m_Period = new DatePeriodSelector();
     this.label6 = new System.Windows.Forms.Label();
     this.dbxLastTermDate = new DateBox();
     this.numMinMonth = new System.Windows.Forms.NumericUpDown();
     this.label5 = new System.Windows.Forms.Label();
     this.numMinSumm = new System.Windows.Forms.NumericUpDown();
     this.chbxWithSelectedAccounts = new System.Windows.Forms.CheckBox();
     this.label4 = new System.Windows.Forms.Label();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.dgvDebtors.BeginInit();
     this.toolStrip1.SuspendLayout();
     this.dgvAccountServices.BeginInit();
     this.toolStrip2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.numMaxMonth.BeginInit();
     this.numMaxSumm.BeginInit();
     this.numMinMonth.BeginInit();
     this.numMinSumm.BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     base.SuspendLayout();
     this.m_WorkerGetAccounts.add_DoWork(new DoWorkEventHandler(this.m_WorkerGetAccounts_DoWork));
     this.m_WorkerGetAccounts.add_RunWorkerCompleted(new RunWorkerCompletedEventHandler(this.m_WorkerGetAccounts_RunWorkerCompleted));
     this.m_WorkerGetAccountServices.add_DoWork(new DoWorkEventHandler(this.m_WorkerGetAccountServices_DoWork));
     this.m_WorkerGetAccountServices.add_RunWorkerCompleted(new RunWorkerCompletedEventHandler(this.m_WorkerGetAccountServices_RunWorkerCompleted));
     this.m_WorkerGetReports.add_DoWork(new DoWorkEventHandler(this.m_WorkerGetReports_DoWork));
     this.m_WorkerGetReports.add_RunWorkerCompleted(new RunWorkerCompletedEventHandler(this.m_WorkerGetReports_RunWorkerCompleted));
     this.m_WorkerGetNotices.add_DoWork(new DoWorkEventHandler(this.m_WorkerGetNotices_DoWork));
     this.m_WorkerGetNotices.add_RunWorkerCompleted(new RunWorkerCompletedEventHandler(this.m_WorkerGetNotices_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.set_Orientation(System.Windows.Forms.Orientation.Horizontal);
     this.splitContainer1.Panel1.Controls.Add(this.dgvDebtors);
     this.splitContainer1.Panel1.Controls.Add(this.toolStrip1);
     this.splitContainer1.Panel2.Controls.Add(this.dgvAccountServices);
     this.splitContainer1.Panel2.Controls.Add(this.toolStrip2);
     this.splitContainer1.set_Size(new System.Drawing.Size(0x33d, 0xad));
     this.splitContainer1.set_SplitterDistance(0x52);
     this.splitContainer1.set_TabIndex(4);
     this.dgvDebtors.set_AllowUserToAddRows(false);
     this.dgvDebtors.set_AllowUserToDeleteRows(false);
     this.dgvDebtors.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dgvDebtors.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     this.dgvDebtors.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvDebtors.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvDebtors.set_Location(new System.Drawing.Point(0, 0x19));
     this.dgvDebtors.set_Name("dgvDebtors");
     this.dgvDebtors.set_RowHeadersVisible(false);
     this.dgvDebtors.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvDebtors.set_Size(new System.Drawing.Size(0x33d, 0x39));
     this.dgvDebtors.set_TabIndex(1);
     this.dgvDebtors.add_RowEnter(new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDebtors_RowEnter));
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsBtnShow, this.tsBtnShowReports, this.tsbtnSaveDebtAccounts, this.tsBtnSelectAll, this.toolStripSeparator1 });
     this.toolStrip1.set_Location(new System.Drawing.Point(0, 0));
     this.toolStrip1.set_Name("toolStrip1");
     this.toolStrip1.set_Size(new System.Drawing.Size(0x33d, 0x19));
     this.toolStrip1.set_TabIndex(2);
     this.toolStrip1.set_Text("toolStrip1");
     this.tsBtnShow.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.поЛицевымСчетамToolStripMenuItem });
     this.tsBtnShow.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnShow.set_Name("tsBtnShow");
     this.tsBtnShow.set_Size(new System.Drawing.Size(0x44, 0x16));
     this.tsBtnShow.set_Text("Показать");
     this.tsBtnShow.set_TextImageRelation(System.Windows.Forms.TextImageRelation.TextBeforeImage);
     this.поЛицевымСчетамToolStripMenuItem.set_Name("поЛицевымСчетамToolStripMenuItem");
     this.поЛицевымСчетамToolStripMenuItem.set_Size(new System.Drawing.Size(0xfe, 0x16));
     this.поЛицевымСчетамToolStripMenuItem.set_Text("Задолженность по лицевым счетам");
     this.поЛицевымСчетамToolStripMenuItem.add_Click(new System.EventHandler(this.поЛицевымСчетамToolStripMenuItem_Click));
     this.tsBtnShowReports.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.извещенияToolStripMenuItem, this.поЛицевымСчетамToolStripMenuItem1, this.отчетыПоЛицевымСчетамБезГруппировкиПоТипуЖильяToolStripMenuItem, this.отчетПоПериодамЗадолженностиToolStripMenuItem, this.toolStripMenuItem1, this.уведомленияToolStripMenuItem });
     this.tsBtnShowReports.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnShowReports.set_Name("tsBtnShowReports");
     this.tsBtnShowReports.set_Size(new System.Drawing.Size(0x75, 0x16));
     this.tsBtnShowReports.set_Text("Вывести на печать");
     this.извещенияToolStripMenuItem.set_Name("извещенияToolStripMenuItem");
     this.извещенияToolStripMenuItem.set_Size(new System.Drawing.Size(0x17b, 0x16));
     this.извещенияToolStripMenuItem.set_Text("Извещения");
     this.извещенияToolStripMenuItem.add_Click(new System.EventHandler(this.извещенияToolStripMenuItem_Click));
     this.поЛицевымСчетамToolStripMenuItem1.set_Name("поЛицевымСчетамToolStripMenuItem1");
     this.поЛицевымСчетамToolStripMenuItem1.set_Size(new System.Drawing.Size(0x17b, 0x16));
     this.поЛицевымСчетамToolStripMenuItem1.set_Text("Отчеты по лицевым счетам с группировкой по типу жилья");
     this.поЛицевымСчетамToolStripMenuItem1.add_Click(new System.EventHandler(this.ОтчетПоЛицевымСчетамToolStripMenuItem1_Click));
     this.отчетыПоЛицевымСчетамБезГруппировкиПоТипуЖильяToolStripMenuItem.set_Name("отчетыПоЛицевымСчетамБезГруппировкиПоТипуЖильяToolStripMenuItem");
     this.отчетыПоЛицевымСчетамБезГруппировкиПоТипуЖильяToolStripMenuItem.set_Size(new System.Drawing.Size(0x17b, 0x16));
     this.отчетыПоЛицевымСчетамБезГруппировкиПоТипуЖильяToolStripMenuItem.set_Text("Отчеты по лицевым счетам без группировки по типу жилья");
     this.отчетыПоЛицевымСчетамБезГруппировкиПоТипуЖильяToolStripMenuItem.add_Click(new System.EventHandler(this.отчетыПоЛицевымСчетамБезГруппировкиПоТипуЖильяToolStripMenuItem_Click));
     this.отчетПоПериодамЗадолженностиToolStripMenuItem.set_Name("отчетПоПериодамЗадолженностиToolStripMenuItem");
     this.отчетПоПериодамЗадолженностиToolStripMenuItem.set_Size(new System.Drawing.Size(0x17b, 0x16));
     this.отчетПоПериодамЗадолженностиToolStripMenuItem.set_Text("Отчет по периодам задолженности");
     this.отчетПоПериодамЗадолженностиToolStripMenuItem.add_Click(new System.EventHandler(this.отчетПоПериодамЗадолженностиToolStripMenuItem_Click));
     this.toolStripMenuItem1.set_Name("toolStripMenuItem1");
     this.toolStripMenuItem1.set_Size(new System.Drawing.Size(0x178, 6));
     this.уведомленияToolStripMenuItem.set_Name("уведомленияToolStripMenuItem");
     this.уведомленияToolStripMenuItem.set_Size(new System.Drawing.Size(0x17b, 0x16));
     this.уведомленияToolStripMenuItem.set_Text("Уведомления");
     this.уведомленияToolStripMenuItem.add_Click(new System.EventHandler(this.уведомленияToolStripMenuItem_Click));
     this.tsbtnSaveDebtAccounts.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbtnSaveDebtAccounts.set_Image((System.Drawing.Image) manager.GetObject("tsbtnSaveDebtAccounts.Image"));
     this.tsbtnSaveDebtAccounts.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbtnSaveDebtAccounts.set_Name("tsbtnSaveDebtAccounts");
     this.tsbtnSaveDebtAccounts.set_Size(new System.Drawing.Size(0x36, 0x16));
     this.tsbtnSaveDebtAccounts.set_Text("Создать");
     this.tsbtnSaveDebtAccounts.add_Click(new System.EventHandler(this.tsbtnSaveDebtAccounts_Click));
     this.tsBtnSelectAll.set_Image(Resources.ENABLED);
     this.tsBtnSelectAll.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnSelectAll.set_Name("tsBtnSelectAll");
     this.tsBtnSelectAll.set_Size(new System.Drawing.Size(0x62, 0x16));
     this.tsBtnSelectAll.set_Text("Выделить все");
     this.tsBtnSelectAll.set_Visible(false);
     this.tsBtnSelectAll.add_Click(new System.EventHandler(this.tsBtnSelectAll_Click));
     this.toolStripSeparator1.set_Name("toolStripSeparator1");
     this.toolStripSeparator1.set_Size(new System.Drawing.Size(6, 0x19));
     this.dgvAccountServices.set_AllowUserToAddRows(false);
     this.dgvAccountServices.set_AllowUserToDeleteRows(false);
     this.dgvAccountServices.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dgvAccountServices.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     this.dgvAccountServices.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvAccountServices.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvAccountServices.set_Location(new System.Drawing.Point(0, 0x19));
     this.dgvAccountServices.set_Name("dgvAccountServices");
     this.dgvAccountServices.set_ReadOnly(true);
     this.dgvAccountServices.set_RowHeadersVisible(false);
     this.dgvAccountServices.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvAccountServices.set_Size(new System.Drawing.Size(0x33d, 0x3e));
     this.dgvAccountServices.set_TabIndex(2);
     this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsLabelAccountServices });
     this.toolStrip2.set_Location(new System.Drawing.Point(0, 0));
     this.toolStrip2.set_Name("toolStrip2");
     this.toolStrip2.set_Size(new System.Drawing.Size(0x33d, 0x19));
     this.toolStrip2.set_TabIndex(3);
     this.toolStrip2.set_Text("toolStrip2");
     this.tsLabelAccountServices.set_Font(new System.Drawing.Font("Tahoma", 9.75f, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0xcc));
     this.tsLabelAccountServices.set_Name("tsLabelAccountServices");
     this.tsLabelAccountServices.set_Size(new System.Drawing.Size(0xa3, 0x16));
     this.tsLabelAccountServices.set_Text("Услуги лицевого счета");
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.selectOrganizationForDocument);
     this.groupBox1.Controls.Add(this.labelSaveDate);
     this.groupBox1.Controls.Add(this.dbxSaveDate);
     this.groupBox1.Controls.Add(this.selectOrgDocument1);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.groupBox1.set_Location(new System.Drawing.Point(0, 0x146));
     this.groupBox1.set_Name("groupBox1");
     this.groupBox1.set_Size(new System.Drawing.Size(0x32d, 0x67));
     this.groupBox1.set_TabIndex(12);
     this.groupBox1.set_TabStop(false);
     this.groupBox1.set_Text("Параметры сохранения списка должников");
     this.label9.set_AutoSize(true);
     this.label9.set_Location(new System.Drawing.Point(9, 0x15));
     this.label9.set_Name("label9");
     this.label9.set_Size(new System.Drawing.Size(0xf2, 13));
     this.label9.set_TabIndex(0x16);
     this.label9.set_Text("Организация по договору (УК или поставщик)");
     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(280, 0x13));
     this.selectOrganizationForDocument.set_Name("selectOrganizationForDocument");
     this.selectOrganizationForDocument.set_Size(new System.Drawing.Size(0x13d, 20));
     this.selectOrganizationForDocument.set_TabIndex(0x15);
     this.labelSaveDate.set_AutoSize(true);
     this.labelSaveDate.set_Location(new System.Drawing.Point(10, 0x4d));
     this.labelSaveDate.set_Name("labelSaveDate");
     this.labelSaveDate.set_Size(new System.Drawing.Size(0x2e, 13));
     this.labelSaveDate.set_TabIndex(20);
     this.labelSaveDate.set_Text("На дату");
     this.labelSaveDate.set_Visible(false);
     this.dbxSaveDate.AttachToPeriod = false;
     this.dbxSaveDate.AttachToPeriodEnd = false;
     this.dbxSaveDate.set_Location(new System.Drawing.Point(0x6a, 70));
     this.dbxSaveDate.set_Mask("00/00/0000");
     this.dbxSaveDate.set_Name("dbxSaveDate");
     this.dbxSaveDate.set_Size(new System.Drawing.Size(0x7c, 20));
     this.dbxSaveDate.set_TabIndex(0x13);
     this.dbxSaveDate.set_Visible(false);
     this.selectOrgDocument1.set_Location(new System.Drawing.Point(0x6a, 0x2f));
     this.selectOrgDocument1.set_Name("selectOrgDocument1");
     this.selectOrgDocument1.set_Size(new System.Drawing.Size(0x1eb, 20));
     this.selectOrgDocument1.set_TabIndex(0x11);
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(9, 0x36));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x3a, 13));
     this.label1.set_TabIndex(0x12);
     this.label1.set_Text("Документ");
     this.groupBox2.Controls.Add(this.selectAccountHolders);
     this.groupBox2.Controls.Add(this.label13);
     this.groupBox2.Controls.Add(this.selectAccountPropertyFaset);
     this.groupBox2.Controls.Add(this.lbAccountProperty);
     this.groupBox2.Controls.Add(this.selectCityBoroughs);
     this.groupBox2.Controls.Add(this.lcityBorounght);
     this.groupBox2.Controls.Add(this.cbPaymentPeriod);
     this.groupBox2.Controls.Add(this.m_PeriodPayment);
     this.groupBox2.Controls.Add(this.label11);
     this.groupBox2.Controls.Add(this.selectApartmentTypeFaset);
     this.groupBox2.Controls.Add(this.selectHolders);
     this.groupBox2.Controls.Add(this.label12);
     this.groupBox2.Controls.Add(this.selectors);
     this.groupBox2.Controls.Add(this.label10);
     this.groupBox2.Controls.Add(this.selectAddresses2);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.numMaxMonth);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.numMaxSumm);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Controls.Add(this.m_Period);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.dbxLastTermDate);
     this.groupBox2.Controls.Add(this.numMinMonth);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.numMinSumm);
     this.groupBox2.Controls.Add(this.chbxWithSelectedAccounts);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.groupBox2.set_Location(new System.Drawing.Point(0, 0));
     this.groupBox2.set_Name("groupBox2");
     this.groupBox2.set_Size(new System.Drawing.Size(0x32d, 0x146));
     this.groupBox2.set_TabIndex(5);
     this.groupBox2.set_TabStop(false);
     this.groupBox2.set_Text("Получение данных");
     this.selectAccountHolders.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectAccountHolders.IsByUser = true;
     this.selectAccountHolders.set_Location(new System.Drawing.Point(0x75, 0x9b));
     this.selectAccountHolders.set_Name("selectAccountHolders");
     this.selectAccountHolders.SetFilter = null;
     this.selectAccountHolders.set_Size(new System.Drawing.Size(0x2ae, 20));
     this.selectAccountHolders.set_TabIndex(0x60);
     this.label13.set_AutoSize(true);
     this.label13.set_Location(new System.Drawing.Point(12, 0x9f));
     this.label13.set_Name("label13");
     this.label13.set_Size(new System.Drawing.Size(0x37, 13));
     this.label13.set_TabIndex(0x61);
     this.label13.set_Text("УК на ЛС");
     this.selectAccountPropertyFaset.set_FormattingEnabled(true);
     this.selectAccountPropertyFaset.set_Location(new System.Drawing.Point(0x73, 0xc1));
     this.selectAccountPropertyFaset.set_Name("selectAccountPropertyFaset");
     this.selectAccountPropertyFaset.set_Size(new System.Drawing.Size(0x141, 0x15));
     this.selectAccountPropertyFaset.set_Sorted(true);
     this.selectAccountPropertyFaset.set_TabIndex(0x5e);
     this.lbAccountProperty.set_AutoSize(true);
     this.lbAccountProperty.set_Location(new System.Drawing.Point(12, 0xc4));
     this.lbAccountProperty.set_Name("lbAccountProperty");
     this.lbAccountProperty.set_Size(new System.Drawing.Size(0x54, 13));
     this.lbAccountProperty.set_TabIndex(0x5f);
     this.lbAccountProperty.set_Text("Параметры ЛС");
     this.selectCityBoroughs.set_FormattingEnabled(true);
     this.selectCityBoroughs.set_Location(new System.Drawing.Point(0x182, 0xde));
     this.selectCityBoroughs.set_Name("selectCityBoroughs");
     this.selectCityBoroughs.set_Size(new System.Drawing.Size(0xbb, 0x15));
     this.selectCityBoroughs.set_Sorted(true);
     this.selectCityBoroughs.set_TabIndex(0x5d);
     this.lcityBorounght.set_AutoSize(true);
     this.lcityBorounght.set_Location(new System.Drawing.Point(0x12f, 0xe2));
     this.lcityBorounght.set_Name("lcityBorounght");
     this.lcityBorounght.set_Size(new System.Drawing.Size(0x4d, 13));
     this.lcityBorounght.set_TabIndex(0x22);
     this.lcityBorounght.set_Text("Район Города");
     this.cbPaymentPeriod.set_AutoSize(true);
     this.cbPaymentPeriod.set_Location(new System.Drawing.Point(15, 0x116));
     this.cbPaymentPeriod.set_Name("cbPaymentPeriod");
     this.cbPaymentPeriod.set_Size(new System.Drawing.Size(0x4e, 0x11));
     this.cbPaymentPeriod.set_TabIndex(0x20);
     this.cbPaymentPeriod.set_Text("Оплата до");
     this.cbPaymentPeriod.set_UseVisualStyleBackColor(true);
     this.cbPaymentPeriod.add_CheckedChanged(new System.EventHandler(this.cbPaymentPeriod_CheckedChanged));
     this.m_PeriodPayment.set_Enabled(false);
     this.m_PeriodPayment.set_Location(new System.Drawing.Point(0x73, 0x115));
     this.m_PeriodPayment.set_Name("m_PeriodPayment");
     this.m_PeriodPayment.set_Size(new System.Drawing.Size(0x7c, 0x15));
     this.m_PeriodPayment.set_TabIndex(7);
     this.label11.set_AutoSize(true);
     this.label11.set_Location(new System.Drawing.Point(11, 0xe2));
     this.label11.set_Name("label11");
     this.label11.set_Size(new System.Drawing.Size(0x45, 13));
     this.label11.set_TabIndex(0x1d);
     this.label11.set_Text("Типы жилья");
     this.selectApartmentTypeFaset.set_FormattingEnabled(true);
     this.selectApartmentTypeFaset.set_Location(new System.Drawing.Point(0x73, 0xdf));
     this.selectApartmentTypeFaset.set_Name("selectApartmentTypeFaset");
     this.selectApartmentTypeFaset.set_Size(new System.Drawing.Size(0xb6, 0x15));
     this.selectApartmentTypeFaset.set_Sorted(true);
     this.selectApartmentTypeFaset.set_TabIndex(4);
     this.selectHolders.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectHolders.IsByUser = true;
     this.selectHolders.set_Location(new System.Drawing.Point(0x73, 0x81));
     this.selectHolders.set_Name("selectHolders");
     this.selectHolders.SetFilter = null;
     this.selectHolders.set_Size(new System.Drawing.Size(0x2b0, 20));
     this.selectHolders.set_TabIndex(3);
     this.label12.set_AutoSize(true);
     this.label12.set_Location(new System.Drawing.Point(10, 0x85));
     this.label12.set_Name("label12");
     this.label12.set_Size(new System.Drawing.Size(0x3a, 13));
     this.label12.set_TabIndex(0x1a);
     this.label12.set_Text("УК услуги");
     this.selectors.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectors.IsByUser = true;
     this.selectors.set_Location(new System.Drawing.Point(6, 0x2d));
     this.selectors.set_Name("selectors");
     this.selectors.set_Size(new System.Drawing.Size(800, 0x4d));
     this.selectors.set_TabIndex(2);
     this.label10.set_AutoSize(true);
     this.label10.set_Location(new System.Drawing.Point(12, 0x13));
     this.label10.set_Name("label10");
     this.label10.set_Size(new System.Drawing.Size(0x2c, 13));
     this.label10.set_TabIndex(0x18);
     this.label10.set_Text("Адреса");
     this.selectAddresses2.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectAddresses2.IsByUser = false;
     this.selectAddresses2.set_Location(new System.Drawing.Point(0x75, 0x13));
     this.selectAddresses2.set_Name("selectAddresses2");
     area.AreaGroupId = 0L;
     area.AreaGroupName = null;
     area.Id = 0L;
     area.IsDeleted = false;
     area.IsDirty = false;
     area.Name = "";
     area.ObjectWithIdType = null;
     area.StatusTemporary = 0;
     this.selectAddresses2.SelectedArea = area;
     this.selectAddresses2.set_Size(new System.Drawing.Size(0x2ac, 20));
     this.selectAddresses2.set_TabIndex(1);
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(0x1ce, 0x11d));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x2f, 13));
     this.label3.set_TabIndex(0x16);
     this.label3.set_Text("меньше");
     this.numMaxMonth.set_Location(new System.Drawing.Point(0x203, 280));
     int[] numArray = new int[4];
     numArray[0] = 0x3e8;
     this.numMaxMonth.set_Maximum(new decimal(numArray));
     this.numMaxMonth.set_Name("numMaxMonth");
     this.numMaxMonth.set_Size(new System.Drawing.Size(0x3a, 20));
     this.numMaxMonth.set_TabIndex(11);
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(0x1ce, 0x100));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x2f, 13));
     this.label2.set_TabIndex(20);
     this.label2.set_Text("меньше");
     this.numMaxSumm.set_Location(new System.Drawing.Point(0x203, 0xfe));
     int[] numArray2 = new int[4];
     numArray2[0] = -727379968;
     numArray2[1] = 0xe8;
     this.numMaxSumm.set_Maximum(new decimal(numArray2));
     this.numMaxSumm.set_Name("numMaxSumm");
     this.numMaxSumm.set_Size(new System.Drawing.Size(0x3a, 20));
     this.numMaxSumm.set_TabIndex(9);
     this.label7.set_AutoSize(true);
     this.label7.set_Location(new System.Drawing.Point(12, 0x100));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(0x57, 13));
     this.label7.set_TabIndex(0x10);
     this.label7.set_Text("Долг на период");
     this.m_Period.set_Location(new System.Drawing.Point(0x73, 250));
     this.m_Period.set_Name("m_Period");
     this.m_Period.set_Size(new System.Drawing.Size(0x7c, 0x15));
     this.m_Period.set_TabIndex(6);
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(0x243, 0xe2));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(90, 13));
     this.label6.set_TabIndex(14);
     this.label6.set_Text("Срок погашения");
     this.dbxLastTermDate.AttachToPeriod = false;
     this.dbxLastTermDate.AttachToPeriodEnd = false;
     this.dbxLastTermDate.set_Location(new System.Drawing.Point(0x2a3, 0xdf));
     this.dbxLastTermDate.set_Mask("00/00/0000");
     this.dbxLastTermDate.set_Name("dbxLastTermDate");
     this.dbxLastTermDate.set_Size(new System.Drawing.Size(0x7c, 20));
     this.dbxLastTermDate.set_TabIndex(5);
     this.numMinMonth.set_Location(new System.Drawing.Point(0x182, 280));
     int[] numArray3 = new int[4];
     numArray3[0] = 0x3e8;
     this.numMinMonth.set_Maximum(new decimal(numArray3));
     this.numMinMonth.set_Name("numMinMonth");
     this.numMinMonth.set_Size(new System.Drawing.Size(0x3e, 20));
     this.numMinMonth.set_TabIndex(10);
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(0x11f, 0x11d));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x5d, 13));
     this.label5.set_TabIndex(4);
     this.label5.set_Text("Кол. мес.больше");
     this.numMinSumm.set_Location(new System.Drawing.Point(0x182, 0xfe));
     int[] numArray4 = new int[4];
     numArray4[0] = -727379968;
     numArray4[1] = 0xe8;
     this.numMinSumm.set_Maximum(new decimal(numArray4));
     this.numMinSumm.set_Name("numMinSumm");
     this.numMinSumm.set_Size(new System.Drawing.Size(0x3e, 20));
     this.numMinSumm.set_TabIndex(8);
     this.chbxWithSelectedAccounts.set_AutoSize(true);
     this.chbxWithSelectedAccounts.set_Location(new System.Drawing.Point(0x10, 0x12d));
     this.chbxWithSelectedAccounts.set_Name("chbxWithSelectedAccounts");
     this.chbxWithSelectedAccounts.set_Size(new System.Drawing.Size(320, 0x11));
     this.chbxWithSelectedAccounts.set_TabIndex(0);
     this.chbxWithSelectedAccounts.set_Text("Выводить результат с учетом выбранных лицевых счетов");
     this.chbxWithSelectedAccounts.set_UseVisualStyleBackColor(true);
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(0x10a, 0x100));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x72, 13));
     this.label4.set_TabIndex(2);
     this.label4.set_Text("Сумма долга больше");
     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.groupBox1);
     this.splitContainer2.Panel1.Controls.Add(this.groupBox2);
     this.splitContainer2.Panel2.Controls.Add(this.splitContainer1);
     this.splitContainer2.set_Size(new System.Drawing.Size(0x33d, 0x21e));
     this.splitContainer2.set_SplitterDistance(0x16d);
     this.splitContainer2.set_TabIndex(5);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.splitContainer2);
     base.set_Name("DebitorsView");
     base.set_Size(new System.Drawing.Size(0x33d, 0x21e));
     base.add_Load(new System.EventHandler(this.DebitorsView_Load));
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     this.splitContainer1.ResumeLayout(false);
     this.dgvDebtors.EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.dgvAccountServices.EndInit();
     this.toolStrip2.ResumeLayout(false);
     this.toolStrip2.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.numMaxMonth.EndInit();
     this.numMaxSumm.EndInit();
     this.numMinMonth.EndInit();
     this.numMinSumm.EndInit();
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.ResumeLayout(false);
     base.ResumeLayout(false);
 }
 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();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.btnCancel = new System.Windows.Forms.Button();
     this.tbComment = new System.Windows.Forms.TextBox();
     this.btnOk = new System.Windows.Forms.Button();
     this.label4 = new System.Windows.Forms.Label();
     this.selectOrgDocument = new SelectOrgDocument();
     this.datePeriod = new DatePeriod();
     this.selectOrganization = new SelectOrganization();
     this.tsButtons = new System.Windows.Forms.ToolStrip();
     this.tbsAdd = new System.Windows.Forms.ToolStripButton();
     this.tsbEdit = new System.Windows.Forms.ToolStripButton();
     this.tsbDel = new System.Windows.Forms.ToolStripButton();
     this.panel2 = new System.Windows.Forms.Panel();
     this.dgvServiceSplitPercents = new System.Windows.Forms.DataGridView();
     this.percentDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.providerNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.orgDocumentNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsServiceSplitPercents = new System.Windows.Forms.BindingSource(this.components);
     this.bsOrgDocuments = new System.Windows.Forms.BindingSource(this.components);
     this.bsOrganizations = 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.panel1.SuspendLayout();
     this.tsButtons.SuspendLayout();
     this.panel2.SuspendLayout();
     this.dgvServiceSplitPercents.BeginInit();
     this.bsServiceSplitPercents.BeginInit();
     this.bsOrgDocuments.BeginInit();
     this.bsOrganizations.BeginInit();
     base.SuspendLayout();
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(12, 8));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x3d, 13));
     this.label1.set_TabIndex(3);
     this.label1.set_Text("Документ:");
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(12, 0x57));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x30, 13));
     this.label2.set_TabIndex(4);
     this.label2.set_Text("Период:");
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(12, 0x1f));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(90, 13));
     this.label3.set_TabIndex(5);
     this.label3.set_Text("Подразделение:");
     this.panel1.Controls.Add(this.btnCancel);
     this.panel1.Controls.Add(this.tbComment);
     this.panel1.Controls.Add(this.btnOk);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.selectOrgDocument);
     this.panel1.Controls.Add(this.datePeriod);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.selectOrganization);
     this.panel1.Controls.Add(this.label2);
     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(0x356, 0x70));
     this.panel1.set_TabIndex(9);
     this.btnCancel.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnCancel.set_Location(new System.Drawing.Point(0x305, 0x52));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnCancel.set_TabIndex(1);
     this.btnCancel.set_Text("Отмена");
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.btnCancel.add_Click(new System.EventHandler(this.btnCancel_Click));
     this.tbComment.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.tbComment.set_Location(new System.Drawing.Point(0x70, 0x37));
     this.tbComment.set_Name("tbComment");
     this.tbComment.set_Size(new System.Drawing.Size(0x2e0, 20));
     this.tbComment.set_TabIndex(0x18);
     this.btnOk.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnOk.set_Location(new System.Drawing.Point(0x2b4, 0x52));
     this.btnOk.set_Name("btnOk");
     this.btnOk.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnOk.set_TabIndex(0);
     this.btnOk.set_UseVisualStyleBackColor(true);
     this.btnOk.add_Click(new System.EventHandler(this.btnOk_Click));
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(12, 0x3a));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(80, 13));
     this.label4.set_TabIndex(0x17);
     this.label4.set_Text("Комментарий:");
     this.selectOrgDocument.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.selectOrgDocument.set_Location(new System.Drawing.Point(0x70, 3));
     this.selectOrgDocument.set_Name("selectOrgDocument");
     this.selectOrgDocument.set_Size(new System.Drawing.Size(0x2e0, 20));
     this.selectOrgDocument.set_TabIndex(0);
     this.datePeriod.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.datePeriod.AttachToPeriod = false;
     this.datePeriod.DateBeginReadonly = false;
     this.datePeriod.DateEndReadonly = false;
     this.datePeriod.set_Location(new System.Drawing.Point(0x70, 0x52));
     this.datePeriod.set_Margin(new System.Windows.Forms.Padding(4));
     this.datePeriod.set_Name("datePeriod");
     this.datePeriod.set_Size(new System.Drawing.Size(0x134, 20));
     this.datePeriod.set_TabIndex(1);
     this.selectOrganization.set_Anchor(System.Windows.Forms.AnchorStyles.Right | 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(0x70, 0x1d));
     this.selectOrganization.set_Name("selectOrganization");
     this.selectOrganization.set_Size(new System.Drawing.Size(0x2e0, 20));
     this.selectOrganization.set_TabIndex(2);
     this.tsButtons.set_Dock(System.Windows.Forms.DockStyle.Bottom);
     this.tsButtons.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tbsAdd, this.tsbEdit, this.tsbDel });
     this.tsButtons.set_Location(new System.Drawing.Point(0, 110));
     this.tsButtons.set_Name("tsButtons");
     this.tsButtons.set_Size(new System.Drawing.Size(0x356, 0x19));
     this.tsButtons.set_TabIndex(0x15);
     this.tsButtons.set_Text("Обновить");
     this.tbsAdd.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tbsAdd.set_Image(Resources.ADD);
     this.tbsAdd.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tbsAdd.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tbsAdd.set_Name("tbsAdd");
     this.tbsAdd.set_Size(new System.Drawing.Size(0x18, 0x16));
     this.tbsAdd.set_Text("Добавить");
     this.tbsAdd.add_Click(new System.EventHandler(this.tbsAdd_Click));
     this.tsbEdit.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsbEdit.set_Image(Resources.CHANGE);
     this.tsbEdit.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsbEdit.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbEdit.set_Name("tsbEdit");
     this.tsbEdit.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsbEdit.set_Text("Изменить");
     this.tsbEdit.add_Click(new System.EventHandler(this.tsbEdit_Click));
     this.tsbDel.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsbDel.set_Image(Resources.DELETE);
     this.tsbDel.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsbDel.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbDel.set_Name("tsbDel");
     this.tsbDel.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsbDel.set_Text("Удалить");
     this.tsbDel.add_Click(new System.EventHandler(this.tsbDel_Click));
     this.panel2.Controls.Add(this.panel1);
     this.panel2.Controls.Add(this.tsButtons);
     this.panel2.set_Location(new System.Drawing.Point(0, 0));
     this.panel2.set_Name("panel2");
     this.panel2.set_Size(new System.Drawing.Size(0x356, 0x87));
     this.panel2.set_TabIndex(0x16);
     this.dgvServiceSplitPercents.set_AllowUserToAddRows(false);
     this.dgvServiceSplitPercents.set_AllowUserToDeleteRows(false);
     this.dgvServiceSplitPercents.set_AutoGenerateColumns(false);
     this.dgvServiceSplitPercents.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dgvServiceSplitPercents.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", 9f));
     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.dgvServiceSplitPercents.set_ColumnHeadersDefaultCellStyle(style);
     this.dgvServiceSplitPercents.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvServiceSplitPercents.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.percentDataGridViewTextBoxColumn, this.providerNameDataGridViewTextBoxColumn, this.orgDocumentNameDataGridViewTextBoxColumn });
     this.dgvServiceSplitPercents.set_DataSource(this.bsServiceSplitPercents);
     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", 9f));
     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.dgvServiceSplitPercents.set_DefaultCellStyle(style2);
     this.dgvServiceSplitPercents.set_Dock(System.Windows.Forms.DockStyle.Bottom);
     this.dgvServiceSplitPercents.set_Location(new System.Drawing.Point(0, 0x8a));
     this.dgvServiceSplitPercents.set_Name("dgvServiceSplitPercents");
     this.dgvServiceSplitPercents.set_ReadOnly(true);
     this.dgvServiceSplitPercents.set_RowHeadersVisible(false);
     this.dgvServiceSplitPercents.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvServiceSplitPercents.set_Size(new System.Drawing.Size(0x356, 0x156));
     this.dgvServiceSplitPercents.set_TabIndex(0x17);
     this.dgvServiceSplitPercents.add_DoubleClick(new System.EventHandler(this.dgvShemeSplittingCalcOrganizations_DoubleClick));
     this.percentDataGridViewTextBoxColumn.set_DataPropertyName("Percent");
     this.percentDataGridViewTextBoxColumn.set_HeaderText("Процент");
     this.percentDataGridViewTextBoxColumn.set_Name("percentDataGridViewTextBoxColumn");
     this.percentDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.percentDataGridViewTextBoxColumn.set_Width(0x53);
     this.providerNameDataGridViewTextBoxColumn.set_DataPropertyName("ProviderName");
     this.providerNameDataGridViewTextBoxColumn.set_HeaderText("Поставщик");
     this.providerNameDataGridViewTextBoxColumn.set_Name("providerNameDataGridViewTextBoxColumn");
     this.providerNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.providerNameDataGridViewTextBoxColumn.set_Width(0x61);
     this.orgDocumentNameDataGridViewTextBoxColumn.set_DataPropertyName("OrgDocumentName");
     this.orgDocumentNameDataGridViewTextBoxColumn.set_HeaderText("Документ");
     this.orgDocumentNameDataGridViewTextBoxColumn.set_Name("orgDocumentNameDataGridViewTextBoxColumn");
     this.orgDocumentNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.orgDocumentNameDataGridViewTextBoxColumn.set_Width(0x59);
     this.bsServiceSplitPercents.set_DataSource(typeof(ServiceSplitPercent));
     this.bsOrgDocuments.set_DataSource(typeof(OrgDocument));
     this.bsOrganizations.set_DataSource(typeof(Organization));
     this.dataGridViewTextBoxColumn1.set_DataPropertyName("ProviderName");
     this.dataGridViewTextBoxColumn1.set_HeaderText("Поставщик");
     this.dataGridViewTextBoxColumn1.set_MinimumWidth(100);
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_Width(130);
     this.dataGridViewTextBoxColumn2.set_DataPropertyName("DocNumber");
     this.dataGridViewTextBoxColumn2.set_HeaderText("Номер документа");
     this.dataGridViewTextBoxColumn2.set_MinimumWidth(130);
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.dataGridViewTextBoxColumn2.set_Width(130);
     this.dataGridViewTextBoxColumn3.set_DataPropertyName("Percent");
     this.dataGridViewTextBoxColumn3.set_HeaderText("Процент");
     this.dataGridViewTextBoxColumn3.set_MinimumWidth(70);
     this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3");
     this.dataGridViewTextBoxColumn3.set_Width(130);
     this.dataGridViewTextBoxColumn4.set_DataPropertyName("ComissionPercent");
     this.dataGridViewTextBoxColumn4.set_HeaderText("Процент за комиссию");
     this.dataGridViewTextBoxColumn4.set_MinimumWidth(150);
     this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4");
     this.dataGridViewTextBoxColumn4.set_Width(150);
     this.dataGridViewTextBoxColumn5.set_DataPropertyName("ComissionPercent");
     this.dataGridViewTextBoxColumn5.set_HeaderText("Процент за комиссию");
     this.dataGridViewTextBoxColumn5.set_MinimumWidth(150);
     this.dataGridViewTextBoxColumn5.set_Name("dataGridViewTextBoxColumn5");
     this.dataGridViewTextBoxColumn5.set_Width(150);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x356, 480));
     base.Controls.Add(this.panel2);
     base.Controls.Add(this.dgvServiceSplitPercents);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedSingle);
     base.set_MaximizeBox(false);
     base.set_Name("ServiceSplitDocumentAddChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterParent);
     base.add_Load(new System.EventHandler(this.SchemeSplittingCalcsAddChangeForm_Load));
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.tsButtons.ResumeLayout(false);
     this.tsButtons.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.dgvServiceSplitPercents.EndInit();
     this.bsServiceSplitPercents.EndInit();
     this.bsOrgDocuments.EndInit();
     this.bsOrganizations.EndInit();
     base.ResumeLayout(false);
 }
예제 #23
0
 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);
 }
예제 #24
0
 private void InitializeComponent()
 {
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.btnAddChange = new System.Windows.Forms.Button();
     this.selectOrgDocument = new SelectOrgDocument();
     this.selectOrganization = new SelectOrganization();
     this.selectBankAccount = new SelectBankAccount();
     this.label3 = new System.Windows.Forms.Label();
     base.SuspendLayout();
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(8, 5));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x42, 13));
     this.label1.set_TabIndex(2);
     this.label1.set_Text("Получатель");
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(8, 0x21));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x33, 13));
     this.label2.set_TabIndex(3);
     this.label2.set_Text("Договор");
     this.btnAddChange.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnAddChange.set_Location(new System.Drawing.Point(0x159, 0x54));
     this.btnAddChange.set_Name("btnAddChange");
     this.btnAddChange.set_Size(new System.Drawing.Size(0x5f, 0x1d));
     this.btnAddChange.set_TabIndex(5);
     this.btnAddChange.set_Text("btnAddChange");
     this.btnAddChange.set_UseVisualStyleBackColor(true);
     this.btnAddChange.add_Click(new System.EventHandler(this.btnAddChange_Click));
     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(0x65, 0x1f));
     this.selectOrgDocument.set_Name("selectOrgDocument");
     this.selectOrgDocument.set_Size(new System.Drawing.Size(0x153, 20));
     this.selectOrgDocument.set_TabIndex(4);
     this.selectOrganization.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectOrganization.IsCashlessTransferrer = false;
     this.selectOrganization.IsHouseHolder = false;
     this.selectOrganization.IsPaymentAgent = false;
     this.selectOrganization.IsResourceProvider = false;
     this.selectOrganization.IsServiceProvider = false;
     this.selectOrganization.set_Location(new System.Drawing.Point(0x65, 5));
     this.selectOrganization.set_Name("selectOrganization");
     this.selectOrganization.set_Size(new System.Drawing.Size(0x153, 20));
     this.selectOrganization.set_TabIndex(0);
     this.selectBankAccount.set_Location(new System.Drawing.Point(0x65, 0x39));
     this.selectBankAccount.set_Name("selectBankAccount");
     this.selectBankAccount.set_Size(new System.Drawing.Size(0x153, 20));
     this.selectBankAccount.set_TabIndex(6);
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(8, 0x3d));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x57, 13));
     this.label3.set_TabIndex(7);
     this.label3.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(0x1bf, 0x74));
     base.Controls.Add(this.label3);
     base.Controls.Add(this.selectBankAccount);
     base.Controls.Add(this.btnAddChange);
     base.Controls.Add(this.selectOrgDocument);
     base.Controls.Add(this.label2);
     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("RemitteeAddChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterParent);
     this.set_Text("Добавления получателя");
     base.add_Load(new System.EventHandler(this.RemitteeAddChangeForm_Load));
     base.ResumeLayout(false);
     base.PerformLayout();
 }
예제 #25
0
 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();
 }
 private void InitializeComponent()
 {
     this.components = new Container();
     this.rtbRule = new System.Windows.Forms.RichTextBox();
     this.cbxServiceType = new System.Windows.Forms.ComboBox();
     this.bsServiceType = new System.Windows.Forms.BindingSource(this.components);
     this.btnSave = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.numNightTemperature = new System.Windows.Forms.NumericUpDown();
     this.cbxServiceTypeSubQualityType = new System.Windows.Forms.ComboBox();
     this.bsServiceTypeSuspensionType = new System.Windows.Forms.BindingSource(this.components);
     this.label10 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.cbxStspName = new System.Windows.Forms.ComboBox();
     this.bsServiceTypeSuspensionTypePercent = new System.Windows.Forms.BindingSource(this.components);
     this.label4 = new System.Windows.Forms.Label();
     this.cbxServiceTypeSuspensionTypeAcceptableDurations = new System.Windows.Forms.ComboBox();
     this.bsServiceTypeSuspensionTypeAcceptableDurations = new System.Windows.Forms.BindingSource(this.components);
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.numDayTemperature = new System.Windows.Forms.NumericUpDown();
     this.label9 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.numPressureDeviation = new System.Windows.Forms.NumericUpDown();
     this.numSquareRooms = new System.Windows.Forms.NumericUpDown();
     this.label13 = new System.Windows.Forms.Label();
     this.chbxRunRecalc = new System.Windows.Forms.CheckBox();
     this.label14 = new System.Windows.Forms.Label();
     this.sfdReasons = new SelectFasetData();
     this.selectOrgDocument = new SelectOrgDocument();
     this.gbPeriod = new System.Windows.Forms.GroupBox();
     this.chbxExeptAcceptableDuration = new System.Windows.Forms.CheckBox();
     this.dateTimePeriod = new DateTimePeriod();
     this.label8 = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.bsServiceType.BeginInit();
     this.numNightTemperature.BeginInit();
     this.bsServiceTypeSuspensionType.BeginInit();
     this.bsServiceTypeSuspensionTypePercent.BeginInit();
     this.bsServiceTypeSuspensionTypeAcceptableDurations.BeginInit();
     this.groupBox1.SuspendLayout();
     this.numDayTemperature.BeginInit();
     this.numPressureDeviation.BeginInit();
     this.numSquareRooms.BeginInit();
     this.gbPeriod.SuspendLayout();
     this.panel1.SuspendLayout();
     base.SuspendLayout();
     this.rtbRule.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.rtbRule.set_Location(new System.Drawing.Point(0x92, 60));
     this.rtbRule.set_Name("rtbRule");
     this.rtbRule.set_ReadOnly(true);
     this.rtbRule.set_Size(new System.Drawing.Size(520, 40));
     this.rtbRule.set_TabIndex(0x2a);
     this.rtbRule.set_Text("");
     this.cbxServiceType.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbxServiceType.set_DataSource(this.bsServiceType);
     this.cbxServiceType.set_DisplayMember("LongName");
     this.cbxServiceType.set_FormattingEnabled(true);
     this.cbxServiceType.set_Location(new System.Drawing.Point(0x92, 6));
     this.cbxServiceType.set_Name("cbxServiceType");
     this.cbxServiceType.set_Size(new System.Drawing.Size(0x209, 0x15));
     this.cbxServiceType.set_TabIndex(40);
     this.bsServiceType.set_DataSource(typeof(ServiceTypeOld));
     this.bsServiceType.add_CurrentChanged(new System.EventHandler(this.bsServiceType_CurrentChanged));
     this.btnSave.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnSave.set_Location(new System.Drawing.Point(0x24c, 0x15b));
     this.btnSave.set_Name("btnSave");
     this.btnSave.set_Size(new System.Drawing.Size(0x4e, 0x17));
     this.btnSave.set_TabIndex(0x26);
     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(3, 9));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x41, 13));
     this.label1.set_TabIndex(0x17);
     this.label1.set_Text("Тип услуги:");
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(3, 0x24));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x80, 13));
     this.label2.set_TabIndex(0x18);
     this.label2.set_Text("Требование к качеству:");
     this.numNightTemperature.set_DecimalPlaces(2);
     this.numNightTemperature.set_Location(new System.Drawing.Point(0xab, 0x11));
     this.numNightTemperature.set_Name("numNightTemperature");
     this.numNightTemperature.set_Size(new System.Drawing.Size(0x51, 20));
     this.numNightTemperature.set_TabIndex(0x23);
     this.cbxServiceTypeSubQualityType.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbxServiceTypeSubQualityType.set_DataSource(this.bsServiceTypeSuspensionType);
     this.cbxServiceTypeSubQualityType.set_DisplayMember("QualityName");
     this.cbxServiceTypeSubQualityType.set_FormattingEnabled(true);
     this.cbxServiceTypeSubQualityType.set_Location(new System.Drawing.Point(0x92, 0x21));
     this.cbxServiceTypeSubQualityType.set_Name("cbxServiceTypeSubQualityType");
     this.cbxServiceTypeSubQualityType.set_Size(new System.Drawing.Size(0x209, 0x15));
     this.cbxServiceTypeSubQualityType.set_TabIndex(0x19);
     this.bsServiceTypeSuspensionType.set_DataSource(typeof(ServiceTypeSubQuality));
     this.bsServiceTypeSuspensionType.add_CurrentChanged(new System.EventHandler(this.bsServiceTypeSuspensionType_CurrentChanged));
     this.label10.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.label10.set_AutoSize(true);
     this.label10.set_Location(new System.Drawing.Point(6, 0x13));
     this.label10.set_Name("label10");
     this.label10.set_Size(new System.Drawing.Size(0x9f, 13));
     this.label10.set_TabIndex(0x22);
     this.label10.set_Text("Температура в ночное время:");
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(3, 110));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(140, 13));
     this.label3.set_TabIndex(0x1a);
     this.label3.set_Text("Допустимая продолж-сть:");
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(3, 0x3f));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x71, 13));
     this.label5.set_TabIndex(0x1b);
     this.label5.set_Text("Порядок изменения ");
     this.label7.set_AutoSize(true);
     this.label7.set_Location(new System.Drawing.Point(3, 0x88));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(0x79, 13));
     this.label7.set_TabIndex(0x1c);
     this.label7.set_Text("Процент за час (день):");
     this.cbxStspName.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbxStspName.set_DataSource(this.bsServiceTypeSuspensionTypePercent);
     this.cbxStspName.set_DisplayMember("StsqpName");
     this.cbxStspName.set_FormattingEnabled(true);
     this.cbxStspName.set_Location(new System.Drawing.Point(0x92, 0x85));
     this.cbxStspName.set_Name("cbxStspName");
     this.cbxStspName.set_Size(new System.Drawing.Size(520, 0x15));
     this.cbxStspName.set_TabIndex(0x1d);
     this.bsServiceTypeSuspensionTypePercent.set_DataSource(typeof(ServiceTypeSubQualityPercent));
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(0x159, 0xa3));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x3d, 13));
     this.label4.set_TabIndex(0x2c);
     this.label4.set_Text("Документ:");
     this.cbxServiceTypeSuspensionTypeAcceptableDurations.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbxServiceTypeSuspensionTypeAcceptableDurations.set_DataSource(this.bsServiceTypeSuspensionTypeAcceptableDurations);
     this.cbxServiceTypeSuspensionTypeAcceptableDurations.set_DisplayMember("AcceptableDurationName");
     this.cbxServiceTypeSuspensionTypeAcceptableDurations.set_FormattingEnabled(true);
     this.cbxServiceTypeSuspensionTypeAcceptableDurations.set_Location(new System.Drawing.Point(0x92, 0x6b));
     this.cbxServiceTypeSuspensionTypeAcceptableDurations.set_Name("cbxServiceTypeSuspensionTypeAcceptableDurations");
     this.cbxServiceTypeSuspensionTypeAcceptableDurations.set_Size(new System.Drawing.Size(520, 0x15));
     this.cbxServiceTypeSuspensionTypeAcceptableDurations.set_TabIndex(0x2e);
     this.bsServiceTypeSuspensionTypeAcceptableDurations.set_DataSource(typeof(ServiceTypeSubQualityAcceptableDuration));
     this.groupBox1.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.groupBox1.Controls.Add(this.numDayTemperature);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.numPressureDeviation);
     this.groupBox1.Controls.Add(this.numSquareRooms);
     this.groupBox1.Controls.Add(this.label13);
     this.groupBox1.Controls.Add(this.numNightTemperature);
     this.groupBox1.Controls.Add(this.label10);
     this.groupBox1.set_Location(new System.Drawing.Point(3, 0x10f));
     this.groupBox1.set_Name("groupBox1");
     this.groupBox1.set_Size(new System.Drawing.Size(0x297, 0x4a));
     this.groupBox1.set_TabIndex(0x2f);
     this.groupBox1.set_TabStop(false);
     this.groupBox1.set_Text("Параметры недопоставки");
     this.numDayTemperature.set_DecimalPlaces(2);
     this.numDayTemperature.set_Location(new System.Drawing.Point(0x1b0, 0x13));
     this.numDayTemperature.set_Name("numDayTemperature");
     this.numDayTemperature.set_Size(new System.Drawing.Size(0x51, 20));
     this.numDayTemperature.set_TabIndex(0x27);
     this.label9.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.label9.set_AutoSize(true);
     this.label9.set_Location(new System.Drawing.Point(0x10b, 0x15));
     this.label9.set_Name("label9");
     this.label9.set_Size(new System.Drawing.Size(0xa6, 13));
     this.label9.set_TabIndex(0x26);
     this.label9.set_Text("Температура в дневное время:");
     this.label6.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(8, 0x2d));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(0x36, 13));
     this.label6.set_TabIndex(0x24);
     this.label6.set_Text("Площадь");
     this.numPressureDeviation.set_DecimalPlaces(4);
     this.numPressureDeviation.set_Location(new System.Drawing.Point(0x1b0, 0x2d));
     int[] numArray = new int[4];
     numArray[0] = 10;
     this.numPressureDeviation.set_Maximum(new decimal(numArray));
     this.numPressureDeviation.set_Name("numPressureDeviation");
     this.numPressureDeviation.set_Size(new System.Drawing.Size(0x51, 20));
     this.numPressureDeviation.set_TabIndex(0x33);
     this.numSquareRooms.set_DecimalPlaces(2);
     this.numSquareRooms.set_Location(new System.Drawing.Point(0x44, 0x2b));
     this.numSquareRooms.set_Name("numSquareRooms");
     this.numSquareRooms.set_Size(new System.Drawing.Size(0x51, 20));
     this.numSquareRooms.set_TabIndex(0x25);
     this.label13.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.label13.set_AutoSize(true);
     this.label13.set_Location(new System.Drawing.Point(0x10b, 0x2b));
     this.label13.set_Name("label13");
     this.label13.set_Size(new System.Drawing.Size(0x7a, 13));
     this.label13.set_TabIndex(50);
     this.label13.set_Text("Отклонение давления:");
     this.chbxRunRecalc.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.chbxRunRecalc.set_AutoSize(true);
     this.chbxRunRecalc.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.chbxRunRecalc.set_Location(new System.Drawing.Point(0x164, 0x15f));
     this.chbxRunRecalc.set_Name("chbxRunRecalc");
     this.chbxRunRecalc.set_Size(new System.Drawing.Size(0xe2, 0x11));
     this.chbxRunRecalc.set_TabIndex(0x34);
     this.chbxRunRecalc.set_Text("Выполнить перерасчет при сохранении");
     this.chbxRunRecalc.set_UseVisualStyleBackColor(true);
     this.label14.set_AutoSize(true);
     this.label14.set_Location(new System.Drawing.Point(3, 0xa3));
     this.label14.set_Name("label14");
     this.label14.set_Size(new System.Drawing.Size(0x35, 13));
     this.label14.set_TabIndex(0x36);
     this.label14.set_Text("Причина:");
     this.sfdReasons.set_FormattingEnabled(true);
     this.sfdReasons.set_Location(new System.Drawing.Point(0x92, 160));
     this.sfdReasons.set_Name("sfdReasons");
     this.sfdReasons.set_Size(new System.Drawing.Size(0xc1, 0x15));
     this.sfdReasons.set_Sorted(true);
     this.sfdReasons.set_TabIndex(0x35);
     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(0x199, 0xa2));
     this.selectOrgDocument.set_Name("selectOrgDocument");
     this.selectOrgDocument.set_Size(new System.Drawing.Size(0x101, 20));
     this.selectOrgDocument.set_TabIndex(0x2b);
     this.gbPeriod.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.gbPeriod.Controls.Add(this.chbxExeptAcceptableDuration);
     this.gbPeriod.Controls.Add(this.dateTimePeriod);
     this.gbPeriod.set_Location(new System.Drawing.Point(3, 0xbc));
     this.gbPeriod.set_Name("gbPeriod");
     this.gbPeriod.set_Size(new System.Drawing.Size(0x297, 0x49));
     this.gbPeriod.set_TabIndex(0x37);
     this.gbPeriod.set_TabStop(false);
     this.gbPeriod.set_Text("Период недопоставки");
     this.chbxExeptAcceptableDuration.set_AutoSize(true);
     this.chbxExeptAcceptableDuration.set_Location(new System.Drawing.Point(6, 0x33));
     this.chbxExeptAcceptableDuration.set_Name("chbxExeptAcceptableDuration");
     this.chbxExeptAcceptableDuration.set_Size(new System.Drawing.Size(0x193, 0x11));
     this.chbxExeptAcceptableDuration.set_TabIndex(0x34);
     this.chbxExeptAcceptableDuration.set_Text("При перерасчете использовать вычет допустимой продолж-ти перерывов");
     this.chbxExeptAcceptableDuration.set_UseVisualStyleBackColor(true);
     this.dateTimePeriod.set_Location(new System.Drawing.Point(1, 20));
     this.dateTimePeriod.set_Margin(new System.Windows.Forms.Padding(4));
     this.dateTimePeriod.set_MaximumSize(new System.Drawing.Size(400, 0x1c));
     this.dateTimePeriod.set_MinimumSize(new System.Drawing.Size(0x144, 0x18));
     this.dateTimePeriod.set_Name("dateTimePeriod");
     this.dateTimePeriod.set_Size(new System.Drawing.Size(0x144, 0x18));
     this.dateTimePeriod.set_TabIndex(0x2e);
     this.dateTimePeriod.TimeBeginReadOnly = false;
     this.dateTimePeriod.TimeEndReadonly = false;
     this.label8.set_AutoSize(true);
     this.label8.set_Location(new System.Drawing.Point(3, 0x4c));
     this.label8.set_Name("label8");
     this.label8.set_Size(new System.Drawing.Size(0x58, 13));
     this.label8.set_TabIndex(0x38);
     this.label8.set_Text("размера платы:");
     this.panel1.set_AutoScroll(true);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.label8);
     this.panel1.Controls.Add(this.cbxStspName);
     this.panel1.Controls.Add(this.gbPeriod);
     this.panel1.Controls.Add(this.label7);
     this.panel1.Controls.Add(this.label14);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.sfdReasons);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.chbxRunRecalc);
     this.panel1.Controls.Add(this.cbxServiceTypeSubQualityType);
     this.panel1.Controls.Add(this.groupBox1);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.cbxServiceTypeSuspensionTypeAcceptableDurations);
     this.panel1.Controls.Add(this.btnSave);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.cbxServiceType);
     this.panel1.Controls.Add(this.selectOrgDocument);
     this.panel1.Controls.Add(this.rtbRule);
     this.panel1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.panel1.set_Location(new System.Drawing.Point(0, 0));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(670, 0x17e));
     this.panel1.set_TabIndex(0x39);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.panel1);
     base.set_Name("GroupOperationAddAccountServiceSubQualityView");
     base.set_Size(new System.Drawing.Size(670, 0x17e));
     base.add_Load(new System.EventHandler(this.CalcSuspensionPercentsView_Load));
     this.bsServiceType.EndInit();
     this.numNightTemperature.EndInit();
     this.bsServiceTypeSuspensionType.EndInit();
     this.bsServiceTypeSuspensionTypePercent.EndInit();
     this.bsServiceTypeSuspensionTypeAcceptableDurations.EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.numDayTemperature.EndInit();
     this.numPressureDeviation.EndInit();
     this.numSquareRooms.EndInit();
     this.gbPeriod.ResumeLayout(false);
     this.gbPeriod.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     base.ResumeLayout(false);
 }
예제 #27
0
 private void InitializeComponent()
 {
     this.components = new Container();
     System.Windows.Forms.DataGridViewCellStyle style = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style6 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style7 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style8 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style9 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style10 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style11 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style12 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style13 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style14 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style15 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style16 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style17 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style18 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style19 = new System.Windows.Forms.DataGridViewCellStyle();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.tbComment = new System.Windows.Forms.TextBox();
     this.btnSaveRecalc = new System.Windows.Forms.Button();
     this.btnReCalc = new System.Windows.Forms.Button();
     this.dgvRecalcPeriod = new System.Windows.Forms.DataGridView();
     this.period = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DiffChargeSummPeriod = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DiffBenefitSummPeriod = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.dgvAccountServices = new System.Windows.Forms.DataGridView();
     this.serviceCodeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.serviceShortName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.oldChargeSummDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.oldBenefitSummDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.chargeSummDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.benefitSummDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.diffChargeSumm = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.diffBenefitSumm = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsCalcServices = new System.Windows.Forms.BindingSource(this.components);
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.выбратьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmMonth1 = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmMonth2 = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmMonth3 = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmMonth6 = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmMonth9 = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmMonth12 = new System.Windows.Forms.ToolStripMenuItem();
     this.label4 = new System.Windows.Forms.Label();
     this.selectOrgDocument = new SelectOrgDocument();
     this.dbPeriodDate = new DatePeriod();
     this.selectTypeRecalc = new SelectFasetData();
     this.cbIsUseNoticeRecalcUseByPeriod = new System.Windows.Forms.CheckBox();
     this.cbIsUseRecalcHouseCounters = new System.Windows.Forms.CheckBox();
     this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
     this.btnSelectAccountService = new System.Windows.Forms.Button();
     this.btnParametersOfCalculation = new System.Windows.Forms.Button();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.m_ReCalcWorker = new BackgroundWorker();
     this.tlpIsUseRecalc = new System.Windows.Forms.TableLayoutPanel();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn26 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn27 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn28 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn29 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn30 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn31 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn32 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn33 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn34 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn35 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn36 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn37 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn38 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn39 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn40 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn41 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn42 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn43 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn44 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn45 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn46 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn47 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn48 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn49 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cbIsUseSaveRecalcAsCharge = new System.Windows.Forms.CheckBox();
     this.dgvRecalcPeriod.BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.dgvAccountServices.BeginInit();
     this.bsCalcServices.BeginInit();
     this.groupBox1.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.tlpIsUseRecalc.SuspendLayout();
     base.SuspendLayout();
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(3, 0x10));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x2d, 13));
     this.label1.set_TabIndex(0);
     this.label1.set_Text("Период");
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(3, 0x2d));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(50, 13));
     this.label2.set_TabIndex(1);
     this.label2.set_Text("Причина");
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(3, 0x45));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(70, 13));
     this.label3.set_TabIndex(2);
     this.label3.set_Text("Примечание");
     this.tbComment.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbComment.set_Location(new System.Drawing.Point(0x4a, 0x42));
     this.tbComment.set_Name("tbComment");
     this.tbComment.set_Size(new System.Drawing.Size(0x255, 20));
     this.tbComment.set_TabIndex(2);
     this.btnSaveRecalc.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.btnSaveRecalc.set_Location(new System.Drawing.Point(0xab, 3));
     this.btnSaveRecalc.set_Name("btnSaveRecalc");
     this.btnSaveRecalc.set_Size(new System.Drawing.Size(0x5f, 0x1d));
     this.btnSaveRecalc.set_TabIndex(5);
     this.btnSaveRecalc.set_Text("Сохранить");
     this.btnSaveRecalc.set_UseVisualStyleBackColor(true);
     this.btnSaveRecalc.add_Click(new System.EventHandler(this.btnSaveRecalc_Click));
     this.btnReCalc.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.btnReCalc.set_ImageAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.btnReCalc.set_Location(new System.Drawing.Point(3, 3));
     this.btnReCalc.set_Name("btnReCalc");
     this.btnReCalc.set_Size(new System.Drawing.Size(0x5f, 0x1d));
     this.btnReCalc.set_TabIndex(4);
     this.btnReCalc.set_Text("Рассчитать");
     this.btnReCalc.set_UseVisualStyleBackColor(true);
     this.btnReCalc.add_Click(new System.EventHandler(this.btnReCalc_Click));
     this.dgvRecalcPeriod.set_AllowUserToAddRows(false);
     this.dgvRecalcPeriod.set_AllowUserToDeleteRows(false);
     this.dgvRecalcPeriod.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCellsExceptHeader);
     this.dgvRecalcPeriod.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCellsExceptHeaders);
     this.dgvRecalcPeriod.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvRecalcPeriod.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.period, this.DiffChargeSummPeriod, this.DiffBenefitSummPeriod });
     this.dgvRecalcPeriod.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvRecalcPeriod.set_GridColor(System.Drawing.SystemColors.ControlLight);
     this.dgvRecalcPeriod.set_Location(new System.Drawing.Point(0, 0));
     this.dgvRecalcPeriod.set_Name("dgvRecalcPeriod");
     this.dgvRecalcPeriod.set_ReadOnly(true);
     this.dgvRecalcPeriod.set_RowHeadersVisible(false);
     this.dgvRecalcPeriod.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvRecalcPeriod.set_Size(new System.Drawing.Size(0x80, 0xe4));
     this.dgvRecalcPeriod.set_TabIndex(7);
     this.dgvRecalcPeriod.add_CellFormatting(new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dgvRecalcPeriod_CellFormatting));
     this.dgvRecalcPeriod.add_SelectionChanged(new System.EventHandler(this.dgvRecalcPeriod_SelectionChanged));
     this.period.set_DataPropertyName("period");
     style.set_Format("MM'.'yyyy");
     style.set_NullValue(null);
     this.period.set_DefaultCellStyle(style);
     this.period.set_HeaderText("Период");
     this.period.set_MinimumWidth(50);
     this.period.set_Name("period");
     this.period.set_ReadOnly(true);
     this.period.set_Width(50);
     this.DiffChargeSummPeriod.set_DataPropertyName("DiffChargeSumm");
     style2.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.TopRight);
     this.DiffChargeSummPeriod.set_DefaultCellStyle(style2);
     this.DiffChargeSummPeriod.set_HeaderText("Нач. разница");
     this.DiffChargeSummPeriod.set_MinimumWidth(40);
     this.DiffChargeSummPeriod.set_Name("DiffChargeSummPeriod");
     this.DiffChargeSummPeriod.set_ReadOnly(true);
     this.DiffChargeSummPeriod.set_Width(40);
     this.DiffBenefitSummPeriod.set_DataPropertyName("DiffBenefitSumm");
     style3.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.TopRight);
     this.DiffBenefitSummPeriod.set_DefaultCellStyle(style3);
     this.DiffBenefitSummPeriod.set_HeaderText("Льгот разница");
     this.DiffBenefitSummPeriod.set_MinimumWidth(40);
     this.DiffBenefitSummPeriod.set_Name("DiffBenefitSummPeriod");
     this.DiffBenefitSummPeriod.set_ReadOnly(true);
     this.DiffBenefitSummPeriod.set_Width(40);
     this.splitContainer1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.splitContainer1.set_Location(new System.Drawing.Point(0, 0xb1));
     this.splitContainer1.set_Name("splitContainer1");
     this.splitContainer1.Panel1.Controls.Add(this.dgvRecalcPeriod);
     this.splitContainer1.Panel2.Controls.Add(this.dgvAccountServices);
     this.splitContainer1.set_Size(new System.Drawing.Size(0x2a5, 0xe4));
     this.splitContainer1.set_SplitterDistance(0x80);
     this.splitContainer1.set_TabIndex(0x15);
     this.dgvAccountServices.set_AllowUserToAddRows(false);
     this.dgvAccountServices.set_AllowUserToDeleteRows(false);
     this.dgvAccountServices.set_AutoGenerateColumns(false);
     this.dgvAccountServices.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCellsExceptHeader);
     this.dgvAccountServices.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCellsExceptHeaders);
     this.dgvAccountServices.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvAccountServices.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.serviceCodeDataGridViewTextBoxColumn, this.serviceShortName, this.oldChargeSummDataGridViewTextBoxColumn, this.oldBenefitSummDataGridViewTextBoxColumn, this.chargeSummDataGridViewTextBoxColumn, this.benefitSummDataGridViewTextBoxColumn, this.diffChargeSumm, this.diffBenefitSumm });
     this.dgvAccountServices.set_DataSource(this.bsCalcServices);
     this.dgvAccountServices.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvAccountServices.set_GridColor(System.Drawing.SystemColors.ControlLight);
     this.dgvAccountServices.set_Location(new System.Drawing.Point(0, 0));
     this.dgvAccountServices.set_Name("dgvAccountServices");
     this.dgvAccountServices.set_ReadOnly(true);
     this.dgvAccountServices.set_RowHeadersVisible(false);
     this.dgvAccountServices.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvAccountServices.set_Size(new System.Drawing.Size(0x221, 0xe4));
     this.dgvAccountServices.set_TabIndex(8);
     this.dgvAccountServices.add_CellDoubleClick(new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvAccountServices_CellDoubleClick));
     this.dgvAccountServices.add_CellFormatting(new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dgvAccountServices_CellFormatting));
     this.serviceCodeDataGridViewTextBoxColumn.set_DataPropertyName("ServiceCode");
     this.serviceCodeDataGridViewTextBoxColumn.set_HeaderText("Код");
     this.serviceCodeDataGridViewTextBoxColumn.set_MinimumWidth(30);
     this.serviceCodeDataGridViewTextBoxColumn.set_Name("serviceCodeDataGridViewTextBoxColumn");
     this.serviceCodeDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.serviceCodeDataGridViewTextBoxColumn.set_SortMode(System.Windows.Forms.DataGridViewColumnSortMode.NotSortable);
     this.serviceCodeDataGridViewTextBoxColumn.set_Width(30);
     this.serviceShortName.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill);
     this.serviceShortName.set_DataPropertyName("ServiceShortName");
     this.serviceShortName.set_HeaderText("Услуга");
     this.serviceShortName.set_MinimumWidth(30);
     this.serviceShortName.set_Name("serviceShortName");
     this.serviceShortName.set_ReadOnly(true);
     this.serviceShortName.set_SortMode(System.Windows.Forms.DataGridViewColumnSortMode.NotSortable);
     this.oldChargeSummDataGridViewTextBoxColumn.set_DataPropertyName("OldChargeSumm");
     style4.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.TopRight);
     this.oldChargeSummDataGridViewTextBoxColumn.set_DefaultCellStyle(style4);
     this.oldChargeSummDataGridViewTextBoxColumn.set_HeaderText("Нач. до");
     this.oldChargeSummDataGridViewTextBoxColumn.set_MinimumWidth(50);
     this.oldChargeSummDataGridViewTextBoxColumn.set_Name("oldChargeSummDataGridViewTextBoxColumn");
     this.oldChargeSummDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.oldChargeSummDataGridViewTextBoxColumn.set_Width(50);
     this.oldBenefitSummDataGridViewTextBoxColumn.set_DataPropertyName("OldBenefitSumm");
     style5.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.TopRight);
     this.oldBenefitSummDataGridViewTextBoxColumn.set_DefaultCellStyle(style5);
     this.oldBenefitSummDataGridViewTextBoxColumn.set_HeaderText("Льгота до");
     this.oldBenefitSummDataGridViewTextBoxColumn.set_MinimumWidth(50);
     this.oldBenefitSummDataGridViewTextBoxColumn.set_Name("oldBenefitSummDataGridViewTextBoxColumn");
     this.oldBenefitSummDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.oldBenefitSummDataGridViewTextBoxColumn.set_Width(50);
     this.chargeSummDataGridViewTextBoxColumn.set_DataPropertyName("ChargeSumm");
     style6.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.TopRight);
     this.chargeSummDataGridViewTextBoxColumn.set_DefaultCellStyle(style6);
     this.chargeSummDataGridViewTextBoxColumn.set_HeaderText("Нач. после");
     this.chargeSummDataGridViewTextBoxColumn.set_MinimumWidth(50);
     this.chargeSummDataGridViewTextBoxColumn.set_Name("chargeSummDataGridViewTextBoxColumn");
     this.chargeSummDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.chargeSummDataGridViewTextBoxColumn.set_Width(50);
     this.benefitSummDataGridViewTextBoxColumn.set_DataPropertyName("BenefitSumm");
     style7.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.TopRight);
     this.benefitSummDataGridViewTextBoxColumn.set_DefaultCellStyle(style7);
     this.benefitSummDataGridViewTextBoxColumn.set_HeaderText("Льгота после");
     this.benefitSummDataGridViewTextBoxColumn.set_MinimumWidth(50);
     this.benefitSummDataGridViewTextBoxColumn.set_Name("benefitSummDataGridViewTextBoxColumn");
     this.benefitSummDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.benefitSummDataGridViewTextBoxColumn.set_Width(50);
     this.diffChargeSumm.set_DataPropertyName("DiffChargeSumm");
     style8.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.TopRight);
     this.diffChargeSumm.set_DefaultCellStyle(style8);
     this.diffChargeSumm.set_HeaderText("Нач. разница");
     this.diffChargeSumm.set_MinimumWidth(50);
     this.diffChargeSumm.set_Name("diffChargeSumm");
     this.diffChargeSumm.set_ReadOnly(true);
     this.diffChargeSumm.set_Width(50);
     this.diffBenefitSumm.set_DataPropertyName("DiffBenefitSumm");
     style9.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.TopRight);
     this.diffBenefitSumm.set_DefaultCellStyle(style9);
     this.diffBenefitSumm.set_HeaderText("Льгот разница");
     this.diffBenefitSumm.set_MinimumWidth(50);
     this.diffBenefitSumm.set_Name("diffBenefitSumm");
     this.diffBenefitSumm.set_ReadOnly(true);
     this.diffBenefitSumm.set_Width(50);
     this.bsCalcServices.set_DataSource(typeof(CalcService));
     this.groupBox1.Controls.Add(this.menuStrip1);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.selectOrgDocument);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.dbPeriodDate);
     this.groupBox1.Controls.Add(this.tbComment);
     this.groupBox1.Controls.Add(this.selectTypeRecalc);
     this.groupBox1.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.groupBox1.set_Location(new System.Drawing.Point(0, 0));
     this.groupBox1.set_Name("groupBox1");
     this.groupBox1.set_Size(new System.Drawing.Size(0x2a5, 0x75));
     this.groupBox1.set_TabIndex(0x16);
     this.groupBox1.set_TabStop(false);
     this.menuStrip1.set_Dock(System.Windows.Forms.DockStyle.None);
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.выбратьToolStripMenuItem });
     this.menuStrip1.set_Location(new System.Drawing.Point(0x131, 13));
     this.menuStrip1.set_Name("menuStrip1");
     this.menuStrip1.set_Size(new System.Drawing.Size(0x4a, 0x18));
     this.menuStrip1.set_TabIndex(0x19);
     this.menuStrip1.set_Text("menuStrip1");
     this.выбратьToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmMonth1, this.tsmMonth2, this.tsmMonth3, this.tsmMonth6, this.tsmMonth9, this.tsmMonth12 });
     this.выбратьToolStripMenuItem.set_Name("выбратьToolStripMenuItem");
     this.выбратьToolStripMenuItem.set_Size(new System.Drawing.Size(0x42, 20));
     this.выбратьToolStripMenuItem.set_Text("Выбрать");
     this.tsmMonth1.set_Name("tsmMonth1");
     this.tsmMonth1.set_Size(new System.Drawing.Size(0x56, 0x16));
     this.tsmMonth1.set_Text("1");
     this.tsmMonth1.add_Click(new System.EventHandler(this.tsmMonth1_Click));
     this.tsmMonth2.set_Name("tsmMonth2");
     this.tsmMonth2.set_Size(new System.Drawing.Size(0x56, 0x16));
     this.tsmMonth2.set_Text("2");
     this.tsmMonth2.add_Click(new System.EventHandler(this.tsmMonth2_Click));
     this.tsmMonth3.set_Name("tsmMonth3");
     this.tsmMonth3.set_Size(new System.Drawing.Size(0x56, 0x16));
     this.tsmMonth3.set_Text("3");
     this.tsmMonth3.add_Click(new System.EventHandler(this.tsmMonth3_Click));
     this.tsmMonth6.set_Name("tsmMonth6");
     this.tsmMonth6.set_Size(new System.Drawing.Size(0x56, 0x16));
     this.tsmMonth6.set_Text("6");
     this.tsmMonth6.add_Click(new System.EventHandler(this.tsmMonth6_Click));
     this.tsmMonth9.set_Name("tsmMonth9");
     this.tsmMonth9.set_Size(new System.Drawing.Size(0x56, 0x16));
     this.tsmMonth9.set_Text("9");
     this.tsmMonth9.add_Click(new System.EventHandler(this.tsmMonth9_Click));
     this.tsmMonth12.set_Name("tsmMonth12");
     this.tsmMonth12.set_Size(new System.Drawing.Size(0x56, 0x16));
     this.tsmMonth12.set_Text("12");
     this.tsmMonth12.add_Click(new System.EventHandler(this.tsmMonth12_Click));
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(3, 0x5e));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x3a, 13));
     this.label4.set_TabIndex(12);
     this.label4.set_Text("Документ");
     this.selectOrgDocument.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectOrgDocument.set_Location(new System.Drawing.Point(0x4a, 90));
     this.selectOrgDocument.set_Name("selectOrgDocument");
     this.selectOrgDocument.set_Size(new System.Drawing.Size(0x255, 0x17));
     this.selectOrgDocument.set_TabIndex(3);
     this.dbPeriodDate.AttachToPeriod = false;
     this.dbPeriodDate.DateBeginReadonly = false;
     this.dbPeriodDate.DateEndReadonly = false;
     this.dbPeriodDate.set_Location(new System.Drawing.Point(0x44, 13));
     this.dbPeriodDate.set_Margin(new System.Windows.Forms.Padding(4));
     this.dbPeriodDate.set_Name("dbPeriodDate");
     this.dbPeriodDate.set_Size(new System.Drawing.Size(0xe9, 0x17));
     this.dbPeriodDate.set_TabIndex(0);
     this.selectTypeRecalc.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectTypeRecalc.set_AutoCompleteMode(System.Windows.Forms.AutoCompleteMode.SuggestAppend);
     this.selectTypeRecalc.set_AutoCompleteSource(System.Windows.Forms.AutoCompleteSource.ListItems);
     this.selectTypeRecalc.set_FormattingEnabled(true);
     this.selectTypeRecalc.set_Location(new System.Drawing.Point(0x4a, 0x2a));
     this.selectTypeRecalc.set_Name("selectTypeRecalc");
     this.selectTypeRecalc.set_Size(new System.Drawing.Size(0x255, 0x15));
     this.selectTypeRecalc.set_Sorted(true);
     this.selectTypeRecalc.set_TabIndex(1);
     this.selectTypeRecalc.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.selectTypeRecalc_KeyDown));
     this.cbIsUseNoticeRecalcUseByPeriod.set_Anchor(System.Windows.Forms.AnchorStyles.Left);
     this.cbIsUseNoticeRecalcUseByPeriod.set_AutoSize(true);
     this.cbIsUseNoticeRecalcUseByPeriod.set_Location(new System.Drawing.Point(0xce, 4));
     this.cbIsUseNoticeRecalcUseByPeriod.set_Name("cbIsUseNoticeRecalcUseByPeriod");
     this.cbIsUseNoticeRecalcUseByPeriod.set_Size(new System.Drawing.Size(0x62, 0x11));
     this.cbIsUseNoticeRecalcUseByPeriod.set_TabIndex(0x35);
     this.cbIsUseNoticeRecalcUseByPeriod.set_Text("Учесть в ЕПД");
     this.cbIsUseNoticeRecalcUseByPeriod.set_UseVisualStyleBackColor(true);
     this.cbIsUseRecalcHouseCounters.set_Anchor(System.Windows.Forms.AnchorStyles.Left);
     this.cbIsUseRecalcHouseCounters.set_AutoSize(true);
     this.cbIsUseRecalcHouseCounters.set_Location(new System.Drawing.Point(0x199, 4));
     this.cbIsUseRecalcHouseCounters.set_Name("cbIsUseRecalcHouseCounters");
     this.cbIsUseRecalcHouseCounters.set_Size(new System.Drawing.Size(0x98, 0x11));
     this.cbIsUseRecalcHouseCounters.set_TabIndex(0x33);
     this.cbIsUseRecalcHouseCounters.set_Text("Учесть при расчете КПУ");
     this.cbIsUseRecalcHouseCounters.set_UseVisualStyleBackColor(true);
     this.dataGridViewImageColumn1.set_HeaderText("Column1");
     this.dataGridViewImageColumn1.set_Image(Resources.LOADING);
     this.dataGridViewImageColumn1.set_Name("dataGridViewImageColumn1");
     this.btnSelectAccountService.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.btnSelectAccountService.set_Location(new System.Drawing.Point(0x110, 3));
     this.btnSelectAccountService.set_Name("btnSelectAccountService");
     this.btnSelectAccountService.set_Size(new System.Drawing.Size(0xc5, 0x1d));
     this.btnSelectAccountService.set_TabIndex(6);
     this.btnSelectAccountService.set_Text("Сохранить выборочно");
     this.btnSelectAccountService.set_UseVisualStyleBackColor(true);
     this.btnSelectAccountService.add_Click(new System.EventHandler(this.btnSaveRecalc_Click));
     this.btnParametersOfCalculation.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.btnParametersOfCalculation.set_Location(new System.Drawing.Point(0x1db, 3));
     this.btnParametersOfCalculation.set_Name("btnParametersOfCalculation");
     this.btnParametersOfCalculation.set_Size(new System.Drawing.Size(0xc7, 0x1d));
     this.btnParametersOfCalculation.set_TabIndex(0x17);
     this.btnParametersOfCalculation.set_Text("Параметры расчета");
     this.btnParametersOfCalculation.set_UseVisualStyleBackColor(true);
     this.btnParametersOfCalculation.add_Click(new System.EventHandler(this.btnParametersOfCalculation_Click));
     this.tableLayoutPanel1.set_ColumnCount(5);
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15f));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10f));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15f));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30f));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30f));
     this.tableLayoutPanel1.Controls.Add(this.btnReCalc, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.btnParametersOfCalculation, 4, 0);
     this.tableLayoutPanel1.Controls.Add(this.btnSaveRecalc, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this.btnSelectAccountService, 3, 0);
     this.tableLayoutPanel1.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.tableLayoutPanel1.set_Location(new System.Drawing.Point(0, 0x8e));
     this.tableLayoutPanel1.set_Name("tableLayoutPanel1");
     this.tableLayoutPanel1.set_RowCount(1);
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100f));
     this.tableLayoutPanel1.set_Size(new System.Drawing.Size(0x2a5, 0x23));
     this.tableLayoutPanel1.set_TabIndex(0x18);
     this.m_ReCalcWorker.add_DoWork(new DoWorkEventHandler(this.m_SearchWorker_DoWork));
     this.m_ReCalcWorker.add_RunWorkerCompleted(new RunWorkerCompletedEventHandler(this.m_SearchWorker_RunWorkerCompleted));
     this.tlpIsUseRecalc.set_ColumnCount(3);
     this.tlpIsUseRecalc.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30f));
     this.tlpIsUseRecalc.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30f));
     this.tlpIsUseRecalc.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40f));
     this.tlpIsUseRecalc.Controls.Add(this.cbIsUseSaveRecalcAsCharge, 0, 0);
     this.tlpIsUseRecalc.Controls.Add(this.cbIsUseRecalcHouseCounters, 2, 0);
     this.tlpIsUseRecalc.Controls.Add(this.cbIsUseNoticeRecalcUseByPeriod, 1, 0);
     this.tlpIsUseRecalc.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.tlpIsUseRecalc.set_Location(new System.Drawing.Point(0, 0x75));
     this.tlpIsUseRecalc.set_Name("tlpIsUseRecalc");
     this.tlpIsUseRecalc.set_RowCount(1);
     this.tlpIsUseRecalc.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100f));
     this.tlpIsUseRecalc.set_Size(new System.Drawing.Size(0x2a5, 0x19));
     this.tlpIsUseRecalc.set_TabIndex(0x19);
     this.dataGridViewTextBoxColumn1.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader);
     this.dataGridViewTextBoxColumn1.set_DataPropertyName("Dateb");
     style10.set_Format("MM'.'yyyy");
     style10.set_NullValue(null);
     this.dataGridViewTextBoxColumn1.set_DefaultCellStyle(style10);
     this.dataGridViewTextBoxColumn1.set_HeaderText("Дата начала действия");
     this.dataGridViewTextBoxColumn1.set_MinimumWidth(50);
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn1.set_SortMode(System.Windows.Forms.DataGridViewColumnSortMode.NotSortable);
     this.dataGridViewTextBoxColumn2.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader);
     this.dataGridViewTextBoxColumn2.set_DataPropertyName("Datee");
     style11.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.TopRight);
     this.dataGridViewTextBoxColumn2.set_DefaultCellStyle(style11);
     this.dataGridViewTextBoxColumn2.set_HeaderText("Дата конца действия");
     this.dataGridViewTextBoxColumn2.set_MinimumWidth(50);
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.dataGridViewTextBoxColumn2.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn3.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader);
     this.dataGridViewTextBoxColumn3.set_DataPropertyName("FromDate");
     style12.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.TopRight);
     this.dataGridViewTextBoxColumn3.set_DefaultCellStyle(style12);
     this.dataGridViewTextBoxColumn3.set_HeaderText("Дата открытия");
     this.dataGridViewTextBoxColumn3.set_MinimumWidth(50);
     this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3");
     this.dataGridViewTextBoxColumn3.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn4.set_DataPropertyName("ToDate");
     this.dataGridViewTextBoxColumn4.set_HeaderText("Дата закрытия");
     this.dataGridViewTextBoxColumn4.set_MinimumWidth(30);
     this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4");
     this.dataGridViewTextBoxColumn4.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn4.set_SortMode(System.Windows.Forms.DataGridViewColumnSortMode.NotSortable);
     this.dataGridViewTextBoxColumn4.set_Visible(false);
     this.dataGridViewTextBoxColumn4.set_Width(0x65);
     this.dataGridViewTextBoxColumn5.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells);
     this.dataGridViewTextBoxColumn5.set_DataPropertyName("Balance");
     this.dataGridViewTextBoxColumn5.set_HeaderText("Сальдо");
     this.dataGridViewTextBoxColumn5.set_MinimumWidth(40);
     this.dataGridViewTextBoxColumn5.set_Name("dataGridViewTextBoxColumn5");
     this.dataGridViewTextBoxColumn5.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn5.set_SortMode(System.Windows.Forms.DataGridViewColumnSortMode.NotSortable);
     this.dataGridViewTextBoxColumn6.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells);
     this.dataGridViewTextBoxColumn6.set_DataPropertyName("HouseHolderId");
     style13.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.TopRight);
     this.dataGridViewTextBoxColumn6.set_DefaultCellStyle(style13);
     this.dataGridViewTextBoxColumn6.set_HeaderText("HouseHolderId");
     this.dataGridViewTextBoxColumn6.set_MinimumWidth(0x44);
     this.dataGridViewTextBoxColumn6.set_Name("dataGridViewTextBoxColumn6");
     this.dataGridViewTextBoxColumn6.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn7.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells);
     this.dataGridViewTextBoxColumn7.set_DataPropertyName("LastRateId");
     style14.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.TopRight);
     this.dataGridViewTextBoxColumn7.set_DefaultCellStyle(style14);
     this.dataGridViewTextBoxColumn7.set_HeaderText("LastRateId");
     this.dataGridViewTextBoxColumn7.set_MinimumWidth(50);
     this.dataGridViewTextBoxColumn7.set_Name("dataGridViewTextBoxColumn7");
     this.dataGridViewTextBoxColumn7.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn8.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells);
     this.dataGridViewTextBoxColumn8.set_DataPropertyName("AccountFromDate");
     style15.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.TopRight);
     this.dataGridViewTextBoxColumn8.set_DefaultCellStyle(style15);
     this.dataGridViewTextBoxColumn8.set_HeaderText("AccountFromDate");
     this.dataGridViewTextBoxColumn8.set_MinimumWidth(50);
     this.dataGridViewTextBoxColumn8.set_Name("dataGridViewTextBoxColumn8");
     this.dataGridViewTextBoxColumn8.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn9.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells);
     this.dataGridViewTextBoxColumn9.set_DataPropertyName("ServiceTypeId");
     style16.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.TopRight);
     this.dataGridViewTextBoxColumn9.set_DefaultCellStyle(style16);
     this.dataGridViewTextBoxColumn9.set_HeaderText("ServiceTypeId");
     this.dataGridViewTextBoxColumn9.set_MinimumWidth(50);
     this.dataGridViewTextBoxColumn9.set_Name("dataGridViewTextBoxColumn9");
     this.dataGridViewTextBoxColumn9.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn10.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells);
     this.dataGridViewTextBoxColumn10.set_DataPropertyName("AlgorithmName");
     style17.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.TopRight);
     this.dataGridViewTextBoxColumn10.set_DefaultCellStyle(style17);
     this.dataGridViewTextBoxColumn10.set_HeaderText("AlgorithmName");
     this.dataGridViewTextBoxColumn10.set_MinimumWidth(50);
     this.dataGridViewTextBoxColumn10.set_Name("dataGridViewTextBoxColumn10");
     this.dataGridViewTextBoxColumn10.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn11.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells);
     this.dataGridViewTextBoxColumn11.set_DataPropertyName("HouseHolderCode");
     style18.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.TopRight);
     this.dataGridViewTextBoxColumn11.set_DefaultCellStyle(style18);
     this.dataGridViewTextBoxColumn11.set_HeaderText("HouseHolderCode");
     this.dataGridViewTextBoxColumn11.set_MinimumWidth(60);
     this.dataGridViewTextBoxColumn11.set_Name("dataGridViewTextBoxColumn11");
     this.dataGridViewTextBoxColumn11.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn12.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells);
     this.dataGridViewTextBoxColumn12.set_DataPropertyName("LastRate");
     style19.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.TopRight);
     this.dataGridViewTextBoxColumn12.set_DefaultCellStyle(style19);
     this.dataGridViewTextBoxColumn12.set_HeaderText("LastRate");
     this.dataGridViewTextBoxColumn12.set_MinimumWidth(60);
     this.dataGridViewTextBoxColumn12.set_Name("dataGridViewTextBoxColumn12");
     this.dataGridViewTextBoxColumn12.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn13.set_DataPropertyName("Balance");
     this.dataGridViewTextBoxColumn13.set_HeaderText("Balance");
     this.dataGridViewTextBoxColumn13.set_Name("dataGridViewTextBoxColumn13");
     this.dataGridViewTextBoxColumn14.set_DataPropertyName("HouseHolderName");
     this.dataGridViewTextBoxColumn14.set_HeaderText("HouseHolderName");
     this.dataGridViewTextBoxColumn14.set_Name("dataGridViewTextBoxColumn14");
     this.dataGridViewTextBoxColumn15.set_DataPropertyName("CurrentRateId");
     this.dataGridViewTextBoxColumn15.set_HeaderText("CurrentRateId");
     this.dataGridViewTextBoxColumn15.set_Name("dataGridViewTextBoxColumn15");
     this.dataGridViewTextBoxColumn16.set_DataPropertyName("ObjectWithIdType");
     this.dataGridViewTextBoxColumn16.set_HeaderText("ObjectWithIdType");
     this.dataGridViewTextBoxColumn16.set_Name("dataGridViewTextBoxColumn16");
     this.dataGridViewTextBoxColumn17.set_DataPropertyName("Datee");
     this.dataGridViewTextBoxColumn17.set_HeaderText("Datee");
     this.dataGridViewTextBoxColumn17.set_Name("dataGridViewTextBoxColumn17");
     this.dataGridViewTextBoxColumn18.set_DataPropertyName("ServiceTypeName");
     this.dataGridViewTextBoxColumn18.set_HeaderText("ServiceTypeName");
     this.dataGridViewTextBoxColumn18.set_Name("dataGridViewTextBoxColumn18");
     this.dataGridViewTextBoxColumn19.set_DataPropertyName("Datec");
     this.dataGridViewTextBoxColumn19.set_HeaderText("Datec");
     this.dataGridViewTextBoxColumn19.set_Name("dataGridViewTextBoxColumn19");
     this.dataGridViewTextBoxColumn20.set_DataPropertyName("OrgCode");
     this.dataGridViewTextBoxColumn20.set_HeaderText("OrgCode");
     this.dataGridViewTextBoxColumn20.set_Name("dataGridViewTextBoxColumn20");
     this.dataGridViewTextBoxColumn21.set_DataPropertyName("Created");
     this.dataGridViewTextBoxColumn21.set_HeaderText("Created");
     this.dataGridViewTextBoxColumn21.set_Name("dataGridViewTextBoxColumn21");
     this.dataGridViewTextBoxColumn22.set_DataPropertyName("AccountOwnerId");
     this.dataGridViewTextBoxColumn22.set_HeaderText("AccountOwnerId");
     this.dataGridViewTextBoxColumn22.set_Name("dataGridViewTextBoxColumn22");
     this.dataGridViewTextBoxColumn23.set_DataPropertyName("ProviderId");
     this.dataGridViewTextBoxColumn23.set_HeaderText("ProviderId");
     this.dataGridViewTextBoxColumn23.set_Name("dataGridViewTextBoxColumn23");
     this.dataGridViewTextBoxColumn24.set_DataPropertyName("ToDate");
     this.dataGridViewTextBoxColumn24.set_HeaderText("ToDate");
     this.dataGridViewTextBoxColumn24.set_Name("dataGridViewTextBoxColumn24");
     this.dataGridViewTextBoxColumn25.set_DataPropertyName("ServiceId");
     this.dataGridViewTextBoxColumn25.set_HeaderText("ServiceId");
     this.dataGridViewTextBoxColumn25.set_Name("dataGridViewTextBoxColumn25");
     this.dataGridViewTextBoxColumn26.set_DataPropertyName("ServiceCode");
     this.dataGridViewTextBoxColumn26.set_HeaderText("ServiceCode");
     this.dataGridViewTextBoxColumn26.set_Name("dataGridViewTextBoxColumn26");
     this.dataGridViewTextBoxColumn27.set_DataPropertyName("AccountkodCl");
     this.dataGridViewTextBoxColumn27.set_HeaderText("AccountkodCl");
     this.dataGridViewTextBoxColumn27.set_Name("dataGridViewTextBoxColumn27");
     this.dataGridViewTextBoxColumn28.set_DataPropertyName("Dateb");
     this.dataGridViewTextBoxColumn28.set_HeaderText("Dateb");
     this.dataGridViewTextBoxColumn28.set_Name("dataGridViewTextBoxColumn28");
     this.dataGridViewTextBoxColumn29.set_DataPropertyName("OrgDocument");
     this.dataGridViewTextBoxColumn29.set_HeaderText("OrgDocument");
     this.dataGridViewTextBoxColumn29.set_Name("dataGridViewTextBoxColumn29");
     this.dataGridViewTextBoxColumn30.set_DataPropertyName("OrgDocumentView");
     this.dataGridViewTextBoxColumn30.set_HeaderText("OrgDocumentView");
     this.dataGridViewTextBoxColumn30.set_Name("dataGridViewTextBoxColumn30");
     this.dataGridViewTextBoxColumn31.set_DataPropertyName("CurrentRate");
     this.dataGridViewTextBoxColumn31.set_HeaderText("CurrentRate");
     this.dataGridViewTextBoxColumn31.set_Name("dataGridViewTextBoxColumn31");
     this.dataGridViewTextBoxColumn32.set_DataPropertyName("AccountNumber");
     this.dataGridViewTextBoxColumn32.set_HeaderText("AccountNumber");
     this.dataGridViewTextBoxColumn32.set_Name("dataGridViewTextBoxColumn32");
     this.dataGridViewTextBoxColumn33.set_DataPropertyName("AccountOwnerName");
     this.dataGridViewTextBoxColumn33.set_HeaderText("AccountOwnerName");
     this.dataGridViewTextBoxColumn33.set_Name("dataGridViewTextBoxColumn33");
     this.dataGridViewTextBoxColumn34.set_DataPropertyName("AccountCreated");
     this.dataGridViewTextBoxColumn34.set_HeaderText("AccountCreated");
     this.dataGridViewTextBoxColumn34.set_Name("dataGridViewTextBoxColumn34");
     this.dataGridViewTextBoxColumn35.set_DataPropertyName("EquipmentCount");
     this.dataGridViewTextBoxColumn35.set_HeaderText("EquipmentCount");
     this.dataGridViewTextBoxColumn35.set_Name("dataGridViewTextBoxColumn35");
     this.dataGridViewTextBoxColumn36.set_DataPropertyName("HouseHolderLongName");
     this.dataGridViewTextBoxColumn36.set_HeaderText("HouseHolderLongName");
     this.dataGridViewTextBoxColumn36.set_Name("dataGridViewTextBoxColumn36");
     this.dataGridViewTextBoxColumn37.set_DataPropertyName("OrgDocumentId");
     this.dataGridViewTextBoxColumn37.set_HeaderText("OrgDocumentId");
     this.dataGridViewTextBoxColumn37.set_Name("dataGridViewTextBoxColumn37");
     this.dataGridViewTextBoxColumn38.set_DataPropertyName("ServiceLongName");
     this.dataGridViewTextBoxColumn38.set_HeaderText("ServiceLongName");
     this.dataGridViewTextBoxColumn38.set_Name("dataGridViewTextBoxColumn38");
     this.dataGridViewTextBoxColumn39.set_DataPropertyName("CounterCount");
     this.dataGridViewTextBoxColumn39.set_HeaderText("CounterCount");
     this.dataGridViewTextBoxColumn39.set_Name("dataGridViewTextBoxColumn39");
     this.dataGridViewTextBoxColumn40.set_DataPropertyName("AccountToDate");
     this.dataGridViewTextBoxColumn40.set_HeaderText("AccountToDate");
     this.dataGridViewTextBoxColumn40.set_Name("dataGridViewTextBoxColumn40");
     this.dataGridViewTextBoxColumn41.set_DataPropertyName("FromDate");
     this.dataGridViewTextBoxColumn41.set_HeaderText("FromDate");
     this.dataGridViewTextBoxColumn41.set_Name("dataGridViewTextBoxColumn41");
     this.dataGridViewTextBoxColumn42.set_DataPropertyName("CanonicalName");
     this.dataGridViewTextBoxColumn42.set_HeaderText("CanonicalName");
     this.dataGridViewTextBoxColumn42.set_Name("dataGridViewTextBoxColumn42");
     this.dataGridViewTextBoxColumn43.set_DataPropertyName("CounterName");
     this.dataGridViewTextBoxColumn43.set_HeaderText("CounterName");
     this.dataGridViewTextBoxColumn43.set_Name("dataGridViewTextBoxColumn43");
     this.dataGridViewTextBoxColumn44.set_DataPropertyName("AccountkodObj");
     this.dataGridViewTextBoxColumn44.set_HeaderText("AccountkodObj");
     this.dataGridViewTextBoxColumn44.set_Name("dataGridViewTextBoxColumn44");
     this.dataGridViewTextBoxColumn45.set_DataPropertyName("OrgName");
     this.dataGridViewTextBoxColumn45.set_HeaderText("OrgName");
     this.dataGridViewTextBoxColumn45.set_Name("dataGridViewTextBoxColumn45");
     this.dataGridViewTextBoxColumn46.set_DataPropertyName("AccountId");
     this.dataGridViewTextBoxColumn46.set_HeaderText("AccountId");
     this.dataGridViewTextBoxColumn46.set_Name("dataGridViewTextBoxColumn46");
     this.dataGridViewTextBoxColumn47.set_DataPropertyName("AlgorithmId");
     this.dataGridViewTextBoxColumn47.set_HeaderText("AlgorithmId");
     this.dataGridViewTextBoxColumn47.set_Name("dataGridViewTextBoxColumn47");
     this.dataGridViewTextBoxColumn48.set_DataPropertyName("CanonicalId");
     this.dataGridViewTextBoxColumn48.set_HeaderText("CanonicalId");
     this.dataGridViewTextBoxColumn48.set_Name("dataGridViewTextBoxColumn48");
     this.dataGridViewTextBoxColumn49.set_DataPropertyName("ServiceShortName");
     this.dataGridViewTextBoxColumn49.set_HeaderText("ServiceShortName");
     this.dataGridViewTextBoxColumn49.set_Name("dataGridViewTextBoxColumn49");
     this.cbIsUseSaveRecalcAsCharge.set_Anchor(System.Windows.Forms.AnchorStyles.Left);
     this.cbIsUseSaveRecalcAsCharge.set_AutoSize(true);
     this.cbIsUseSaveRecalcAsCharge.set_Location(new System.Drawing.Point(3, 4));
     this.cbIsUseSaveRecalcAsCharge.set_Name("cbIsUseSaveRecalcAsCharge");
     this.cbIsUseSaveRecalcAsCharge.set_Size(new System.Drawing.Size(0xa2, 0x11));
     this.cbIsUseSaveRecalcAsCharge.set_TabIndex(0x36);
     this.cbIsUseSaveRecalcAsCharge.set_Text("Сохранить как начисление");
     this.cbIsUseSaveRecalcAsCharge.set_UseVisualStyleBackColor(true);
     base.Controls.Add(this.splitContainer1);
     base.Controls.Add(this.tableLayoutPanel1);
     base.Controls.Add(this.tlpIsUseRecalc);
     base.Controls.Add(this.groupBox1);
     base.set_Name("AccountRecalcView");
     base.set_Size(new System.Drawing.Size(0x2a5, 0x195));
     base.add_Load(new System.EventHandler(this.RecalcOfAccountServicesView_Load));
     this.dgvRecalcPeriod.EndInit();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.dgvAccountServices.EndInit();
     this.bsCalcServices.EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tlpIsUseRecalc.ResumeLayout(false);
     this.tlpIsUseRecalc.PerformLayout();
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.components = new Container();
     System.Windows.Forms.DataGridViewCellStyle style = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style6 = new System.Windows.Forms.DataGridViewCellStyle();
     this.label2 = new System.Windows.Forms.Label();
     this.cbServiceTypes = new System.Windows.Forms.ComboBox();
     this.bsServiceTypes = new System.Windows.Forms.BindingSource(this.components);
     this.label1 = new System.Windows.Forms.Label();
     this.lPU = new System.Windows.Forms.Label();
     this.dgTariffView = new System.Windows.Forms.DataGridView();
     this.bsServiceTariffs = new System.Windows.Forms.BindingSource(this.components);
     this.panel1 = new System.Windows.Forms.Panel();
     this.cbCanonicalService = new System.Windows.Forms.ComboBox();
     this.bsCanonicalService = new System.Windows.Forms.BindingSource(this.components);
     this.label6 = new System.Windows.Forms.Label();
     this.selectHouseHolder = new SelectOrganization();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.selectAddresses = new SelectAddresses();
     this.btnSave = new System.Windows.Forms.Button();
     this.btnFind = new System.Windows.Forms.Button();
     this.dateRate = new DateBox();
     this.label3 = new System.Windows.Forms.Label();
     this.selectOrg = new SelectOrganization();
     this.selectOrgDoc = new SelectOrgDocument();
     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.workerFind = new BackgroundWorker();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.tsbOpenTariffType = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbCode = new System.Windows.Forms.ToolStripButton();
     this.tsbService = new System.Windows.Forms.ToolStripButton();
     this.tsbFromDate = new System.Windows.Forms.ToolStripButton();
     this.tsbRate = new System.Windows.Forms.ToolStripButton();
     this.tsbNewRate = new System.Windows.Forms.ToolStripButton();
     this.tsbProviderName = new System.Windows.Forms.ToolStripButton();
     this.tsbHouseHolderName = new System.Windows.Forms.ToolStripButton();
     this.tsbServiceTypeName = new System.Windows.Forms.ToolStripButton();
     this.tsbCanonicalName = new System.Windows.Forms.ToolStripButton();
     this.tsbAdrName = new System.Windows.Forms.ToolStripButton();
     this.ProviderName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ServiceTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.serviceCodeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.serviceNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.HouseHolderName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CanonicalName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.fromDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.rateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NewRateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.AdrName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsServiceTypes.BeginInit();
     this.dgTariffView.BeginInit();
     this.bsServiceTariffs.BeginInit();
     this.panel1.SuspendLayout();
     this.bsCanonicalService.BeginInit();
     this.toolStrip1.SuspendLayout();
     base.SuspendLayout();
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(0, 0xac));
     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(0x3a, 13));
     this.label2.set_TabIndex(8);
     this.label2.set_Text("Документ");
     this.cbServiceTypes.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbServiceTypes.set_DataSource(this.bsServiceTypes);
     this.cbServiceTypes.set_DisplayMember("ShortName");
     this.cbServiceTypes.set_DropDownStyle(System.Windows.Forms.ComboBoxStyle.DropDownList);
     this.cbServiceTypes.set_FormattingEnabled(true);
     this.cbServiceTypes.set_Location(new System.Drawing.Point(0x75, 0x85));
     this.cbServiceTypes.set_Margin(new System.Windows.Forms.Padding(2));
     this.cbServiceTypes.set_Name("cbServiceTypes");
     this.cbServiceTypes.set_Size(new System.Drawing.Size(0x23e, 0x15));
     this.cbServiceTypes.set_TabIndex(2);
     this.bsServiceTypes.set_DataSource(typeof(ServiceTypeOld));
     this.bsServiceTypes.set_Sort("ShortName");
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(0, 0x88));
     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(0x4e, 13));
     this.label1.set_TabIndex(4);
     this.label1.set_Text("Группа услуги");
     this.lPU.set_AutoSize(true);
     this.lPU.set_Location(new System.Drawing.Point(1, 7));
     this.lPU.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.lPU.set_Name("lPU");
     this.lPU.set_Size(new System.Drawing.Size(0x41, 13));
     this.lPU.set_TabIndex(2);
     this.lPU.set_Text("Поставщик");
     this.dgTariffView.set_AllowUserToAddRows(false);
     this.dgTariffView.set_AllowUserToDeleteRows(false);
     this.dgTariffView.set_AllowUserToOrderColumns(true);
     this.dgTariffView.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Top);
     this.dgTariffView.set_AutoGenerateColumns(false);
     this.dgTariffView.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dgTariffView.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.False);
     this.dgTariffView.set_ColumnHeadersDefaultCellStyle(style);
     this.dgTariffView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ProviderName, this.ServiceTypeName, this.serviceCodeDataGridViewTextBoxColumn, this.serviceNameDataGridViewTextBoxColumn, this.HouseHolderName, this.CanonicalName, this.fromDateDataGridViewTextBoxColumn, this.rateDataGridViewTextBoxColumn, this.NewRateDataGridViewTextBoxColumn, this.AdrName });
     this.dgTariffView.set_DataSource(this.bsServiceTariffs);
     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.dgTariffView.set_DefaultCellStyle(style2);
     this.dgTariffView.set_Location(new System.Drawing.Point(0, 0xdf));
     this.dgTariffView.set_Margin(new System.Windows.Forms.Padding(2));
     this.dgTariffView.set_Name("dgTariffView");
     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.dgTariffView.set_RowHeadersDefaultCellStyle(style3);
     this.dgTariffView.set_RowHeadersVisible(false);
     this.dgTariffView.set_Size(new System.Drawing.Size(0x318, 0x19b));
     this.dgTariffView.set_TabIndex(2);
     this.dgTariffView.add_CellDoubleClick(new System.Windows.Forms.DataGridViewCellEventHandler(this.dgTariffView_CellDoubleClick));
     this.dgTariffView.add_CellValidating(new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgTariffView_CellValidating));
     this.bsServiceTariffs.set_DataSource(typeof(ServiceTariff));
     this.bsServiceTariffs.set_Sort("ServiceCode");
     this.panel1.Controls.Add(this.cbCanonicalService);
     this.panel1.Controls.Add(this.label6);
     this.panel1.Controls.Add(this.selectHouseHolder);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.selectAddresses);
     this.panel1.Controls.Add(this.btnSave);
     this.panel1.Controls.Add(this.btnFind);
     this.panel1.Controls.Add(this.dateRate);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.selectOrg);
     this.panel1.Controls.Add(this.cbServiceTypes);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.selectOrgDoc);
     this.panel1.Controls.Add(this.lPU);
     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(0x318, 0xc4));
     this.panel1.set_TabIndex(13);
     this.cbCanonicalService.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbCanonicalService.set_DataSource(this.bsCanonicalService);
     this.cbCanonicalService.set_DropDownStyle(System.Windows.Forms.ComboBoxStyle.DropDownList);
     this.cbCanonicalService.set_FormattingEnabled(true);
     this.cbCanonicalService.set_Location(new System.Drawing.Point(0x75, 0x43));
     this.cbCanonicalService.set_Margin(new System.Windows.Forms.Padding(2));
     this.cbCanonicalService.set_Name("cbCanonicalService");
     this.cbCanonicalService.set_Size(new System.Drawing.Size(0x2a0, 0x15));
     this.cbCanonicalService.set_TabIndex(0x16);
     this.bsCanonicalService.set_DataSource(typeof(CanonicalService));
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(2, 70));
     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(0x73, 13));
     this.label6.set_TabIndex(0x15);
     this.label6.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 = true;
     this.selectHouseHolder.IsPaymentAgent = false;
     this.selectHouseHolder.IsResourceProvider = false;
     this.selectHouseHolder.IsServiceProvider = false;
     this.selectHouseHolder.set_Location(new System.Drawing.Point(0x75, 0x22));
     this.selectHouseHolder.set_Margin(new System.Windows.Forms.Padding(2));
     this.selectHouseHolder.set_Name("selectHouseHolder");
     this.selectHouseHolder.set_Size(new System.Drawing.Size(0x2a1, 0x17));
     this.selectHouseHolder.set_TabIndex(0x12);
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(1, 0x27));
     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(0x3a, 13));
     this.label5.set_TabIndex(0x13);
     this.label5.set_Text("УК услуги");
     this.label4.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(0x1e9, 0xac));
     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(0x6f, 13));
     this.label4.set_TabIndex(14);
     this.label4.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(0x75, 0x66));
     this.selectAddresses.set_Name("selectAddresses");
     this.selectAddresses.set_Size(new System.Drawing.Size(0x2a0, 20));
     this.selectAddresses.set_TabIndex(0x11);
     this.btnSave.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnSave.set_Location(new System.Drawing.Point(0x2b8, 0xa7));
     this.btnSave.set_Name("btnSave");
     this.btnSave.set_Size(new System.Drawing.Size(0x5d, 0x17));
     this.btnSave.set_TabIndex(0x10);
     this.btnSave.set_Text("Сохранить");
     this.btnSave.set_UseVisualStyleBackColor(true);
     this.btnSave.add_Click(new System.EventHandler(this.btnSave_Click));
     this.btnFind.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnFind.set_ImageAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.btnFind.set_Location(new System.Drawing.Point(0x2b8, 0x83));
     this.btnFind.set_Name("btnFind");
     this.btnFind.set_Size(new System.Drawing.Size(0x5d, 0x17));
     this.btnFind.set_TabIndex(15);
     this.btnFind.set_Text("Поиск");
     this.btnFind.set_UseVisualStyleBackColor(true);
     this.btnFind.add_Click(new System.EventHandler(this.btnFind_Click));
     this.dateRate.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.dateRate.AttachToPeriod = false;
     this.dateRate.AttachToPeriodEnd = false;
     this.dateRate.set_Location(new System.Drawing.Point(0x25c, 0xa9));
     this.dateRate.set_Margin(new System.Windows.Forms.Padding(2));
     this.dateRate.set_Mask("00/00/0000");
     this.dateRate.set_Name("dateRate");
     this.dateRate.set_Size(new System.Drawing.Size(0x57, 20));
     this.dateRate.set_TabIndex(4);
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(2, 0x66));
     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(0x26, 13));
     this.label3.set_TabIndex(13);
     this.label3.set_Text("Адрес");
     this.selectOrg.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectOrg.IsCashlessTransferrer = false;
     this.selectOrg.IsHouseHolder = false;
     this.selectOrg.IsPaymentAgent = false;
     this.selectOrg.IsResourceProvider = false;
     this.selectOrg.IsServiceProvider = true;
     this.selectOrg.set_Location(new System.Drawing.Point(0x75, 2));
     this.selectOrg.set_Margin(new System.Windows.Forms.Padding(2));
     this.selectOrg.set_Name("selectOrg");
     this.selectOrg.set_Size(new System.Drawing.Size(0x2a1, 0x17));
     this.selectOrg.set_TabIndex(1);
     this.selectOrg.OnOrganizationSelected += new OrganizationHandler(this.selectOrg_OnOrganizationSelected);
     this.selectOrgDoc.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectOrgDoc.set_Location(new System.Drawing.Point(0x75, 0xa8));
     this.selectOrgDoc.set_Margin(new System.Windows.Forms.Padding(2));
     this.selectOrgDoc.set_Name("selectOrgDoc");
     this.selectOrgDoc.set_Size(new System.Drawing.Size(0x170, 0x19));
     this.selectOrgDoc.set_TabIndex(3);
     this.dataGridViewTextBoxColumn1.set_DataPropertyName("AddressView");
     style4.set_NullValue(null);
     this.dataGridViewTextBoxColumn1.set_DefaultCellStyle(style4);
     this.dataGridViewTextBoxColumn1.set_HeaderText("Адрес");
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn1.set_Width(0x3f);
     this.dataGridViewTextBoxColumn2.set_DataPropertyName("ServiceView");
     this.dataGridViewTextBoxColumn2.set_HeaderText("Услуга");
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.dataGridViewTextBoxColumn2.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn2.set_Width(0x44);
     this.dataGridViewTextBoxColumn3.set_DataPropertyName("TarifOldView");
     this.dataGridViewTextBoxColumn3.set_HeaderText("Действующий тариф");
     this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3");
     this.dataGridViewTextBoxColumn3.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn3.set_Width(0x7e);
     this.dataGridViewTextBoxColumn4.set_DataPropertyName("TarifNew");
     style5.set_Format("N4");
     this.dataGridViewTextBoxColumn4.set_DefaultCellStyle(style5);
     this.dataGridViewTextBoxColumn4.set_HeaderText("Новый тариф");
     this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4");
     this.dataGridViewTextBoxColumn4.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn4.set_Width(0x5c);
     this.dataGridViewTextBoxColumn5.set_DataPropertyName("NewRate");
     style6.set_Format("N4");
     this.dataGridViewTextBoxColumn5.set_DefaultCellStyle(style6);
     this.dataGridViewTextBoxColumn5.set_HeaderText("Новый тариф");
     this.dataGridViewTextBoxColumn5.set_Name("dataGridViewTextBoxColumn5");
     this.dataGridViewTextBoxColumn5.set_Width(0x77);
     this.dataGridViewTextBoxColumn6.set_DataPropertyName("Dateb");
     this.dataGridViewTextBoxColumn6.set_HeaderText("Dateb");
     this.dataGridViewTextBoxColumn6.set_Name("dataGridViewTextBoxColumn6");
     this.dataGridViewTextBoxColumn6.set_Width(0x3d);
     this.workerFind.add_DoWork(new DoWorkEventHandler(this.workerFind_DoWork));
     this.workerFind.add_ProgressChanged(new ProgressChangedEventHandler(this.workerFind_ProgressChanged));
     this.workerFind.add_RunWorkerCompleted(new RunWorkerCompletedEventHandler(this.workerFind_RunWorkerCompleted));
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbOpenTariffType, this.toolStripSeparator1, this.tsbProviderName, this.tsbServiceTypeName, this.tsbCode, this.tsbService, this.tsbHouseHolderName, this.tsbCanonicalName, this.tsbFromDate, this.tsbRate, this.tsbNewRate, this.tsbAdrName });
     this.toolStrip1.set_Location(new System.Drawing.Point(0, 0xc4));
     this.toolStrip1.set_Name("toolStrip1");
     this.toolStrip1.set_Size(new System.Drawing.Size(0x318, 0x19));
     this.toolStrip1.set_TabIndex(14);
     this.tsbOpenTariffType.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsbOpenTariffType.set_Image(Resources.CHANGE);
     this.tsbOpenTariffType.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsbOpenTariffType.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbOpenTariffType.set_Name("tsbOpenTariffType");
     this.tsbOpenTariffType.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsbOpenTariffType.add_Click(new System.EventHandler(this.tsbOpenTariffType_Click));
     this.toolStripSeparator1.set_Name("toolStripSeparator1");
     this.toolStripSeparator1.set_Size(new System.Drawing.Size(6, 0x19));
     this.tsbCode.set_Checked(true);
     this.tsbCode.set_CheckOnClick(true);
     this.tsbCode.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.tsbCode.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbCode.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbCode.set_Name("tsbCode");
     this.tsbCode.set_Size(new System.Drawing.Size(0x1f, 0x16));
     this.tsbCode.set_Text("Код");
     this.tsbCode.add_CheckedChanged(new System.EventHandler(this.tsbCode_CheckedChanged));
     this.tsbService.set_Checked(true);
     this.tsbService.set_CheckOnClick(true);
     this.tsbService.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.tsbService.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbService.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbService.set_Name("tsbService");
     this.tsbService.set_Size(new System.Drawing.Size(0x2e, 0x16));
     this.tsbService.set_Text("Услуга");
     this.tsbService.add_CheckedChanged(new System.EventHandler(this.tsbService_CheckedChanged));
     this.tsbFromDate.set_Checked(true);
     this.tsbFromDate.set_CheckOnClick(true);
     this.tsbFromDate.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.tsbFromDate.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbFromDate.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbFromDate.set_Name("tsbFromDate");
     this.tsbFromDate.set_Size(new System.Drawing.Size(160, 0x16));
     this.tsbFromDate.set_Text("Дата начала старого тарифа");
     this.tsbFromDate.add_CheckedChanged(new System.EventHandler(this.tsbFromDate_CheckedChanged));
     this.tsbRate.set_Checked(true);
     this.tsbRate.set_CheckOnClick(true);
     this.tsbRate.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.tsbRate.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbRate.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbRate.set_Name("tsbRate");
     this.tsbRate.set_Size(new System.Drawing.Size(0x55, 0x16));
     this.tsbRate.set_Text("Старый тариф");
     this.tsbRate.add_CheckedChanged(new System.EventHandler(this.tsbRate_CheckedChanged));
     this.tsbNewRate.set_Checked(true);
     this.tsbNewRate.set_CheckOnClick(true);
     this.tsbNewRate.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.tsbNewRate.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbNewRate.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbNewRate.set_Name("tsbNewRate");
     this.tsbNewRate.set_Size(new System.Drawing.Size(0x4f, 0x11));
     this.tsbNewRate.set_Text("Новый тариф");
     this.tsbNewRate.add_CheckedChanged(new System.EventHandler(this.tsbNewRate_CheckedChanged));
     this.tsbProviderName.set_Checked(true);
     this.tsbProviderName.set_CheckOnClick(true);
     this.tsbProviderName.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.tsbProviderName.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbProviderName.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbProviderName.set_Name("tsbProviderName");
     this.tsbProviderName.set_Size(new System.Drawing.Size(0x44, 0x16));
     this.tsbProviderName.set_Text("Поставщик");
     this.tsbProviderName.add_CheckedChanged(new System.EventHandler(this.tsbProviderName_CheckedChanged));
     this.tsbHouseHolderName.set_Checked(true);
     this.tsbHouseHolderName.set_CheckOnClick(true);
     this.tsbHouseHolderName.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.tsbHouseHolderName.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbHouseHolderName.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbHouseHolderName.set_Name("tsbHouseHolderName");
     this.tsbHouseHolderName.set_Size(new System.Drawing.Size(0x3e, 0x16));
     this.tsbHouseHolderName.set_Text("УК услуги");
     this.tsbHouseHolderName.add_CheckedChanged(new System.EventHandler(this.tsbHouseHolderName_CheckedChanged));
     this.tsbServiceTypeName.set_Checked(true);
     this.tsbServiceTypeName.set_CheckOnClick(true);
     this.tsbServiceTypeName.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.tsbServiceTypeName.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbServiceTypeName.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbServiceTypeName.set_Name("tsbServiceTypeName");
     this.tsbServiceTypeName.set_Size(new System.Drawing.Size(0x54, 0x16));
     this.tsbServiceTypeName.set_Text("Группа услуги");
     this.tsbServiceTypeName.add_CheckedChanged(new System.EventHandler(this.tsbServiceTypeName_CheckedChanged));
     this.tsbCanonicalName.set_Checked(true);
     this.tsbCanonicalName.set_CheckOnClick(true);
     this.tsbCanonicalName.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.tsbCanonicalName.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbCanonicalName.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbCanonicalName.set_Name("tsbCanonicalName");
     this.tsbCanonicalName.set_Size(new System.Drawing.Size(120, 0x16));
     this.tsbCanonicalName.set_Text("Вид благоустройства");
     this.tsbCanonicalName.add_CheckedChanged(new System.EventHandler(this.tsbCanonicalName_CheckedChanged));
     this.tsbAdrName.set_Checked(true);
     this.tsbAdrName.set_CheckOnClick(true);
     this.tsbAdrName.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.tsbAdrName.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbAdrName.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbAdrName.set_Name("tsbAdrName");
     this.tsbAdrName.set_Size(new System.Drawing.Size(0x4f, 0x11));
     this.tsbAdrName.set_Text("Адрес услуги");
     this.tsbAdrName.add_CheckedChanged(new System.EventHandler(this.tsbAdrName_CheckedChanged));
     this.ProviderName.set_DataPropertyName("ProviderName");
     this.ProviderName.set_HeaderText("Поставщик");
     this.ProviderName.set_Name("ProviderName");
     this.ProviderName.set_Width(90);
     this.ServiceTypeName.set_DataPropertyName("ServiceTypeName");
     this.ServiceTypeName.set_HeaderText("Группа услуги");
     this.ServiceTypeName.set_Name("ServiceTypeName");
     this.ServiceTypeName.set_Width(0x67);
     this.serviceCodeDataGridViewTextBoxColumn.set_DataPropertyName("ServiceCode");
     this.serviceCodeDataGridViewTextBoxColumn.set_HeaderText("Код");
     this.serviceCodeDataGridViewTextBoxColumn.set_Name("serviceCodeDataGridViewTextBoxColumn");
     this.serviceCodeDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.serviceCodeDataGridViewTextBoxColumn.set_Width(0x33);
     this.serviceNameDataGridViewTextBoxColumn.set_DataPropertyName("ServiceName");
     this.serviceNameDataGridViewTextBoxColumn.set_HeaderText("Услуга");
     this.serviceNameDataGridViewTextBoxColumn.set_Name("serviceNameDataGridViewTextBoxColumn");
     this.serviceNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.serviceNameDataGridViewTextBoxColumn.set_Width(0x44);
     this.HouseHolderName.set_DataPropertyName("HouseHolderName");
     this.HouseHolderName.set_HeaderText("УК услуги");
     this.HouseHolderName.set_Name("HouseHolderName");
     this.HouseHolderName.set_Width(0x53);
     this.CanonicalName.set_DataPropertyName("CanonicalName");
     this.CanonicalName.set_HeaderText("Вид благоустройства");
     this.CanonicalName.set_Name("CanonicalName");
     this.CanonicalName.set_Width(140);
     this.fromDateDataGridViewTextBoxColumn.set_DataPropertyName("FromDate");
     this.fromDateDataGridViewTextBoxColumn.set_HeaderText("Дата начала старого тарифа");
     this.fromDateDataGridViewTextBoxColumn.set_Name("fromDateDataGridViewTextBoxColumn");
     this.fromDateDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.fromDateDataGridViewTextBoxColumn.set_Width(0xb3);
     this.rateDataGridViewTextBoxColumn.set_DataPropertyName("Rate");
     this.rateDataGridViewTextBoxColumn.set_HeaderText("Старый тариф");
     this.rateDataGridViewTextBoxColumn.set_Name("rateDataGridViewTextBoxColumn");
     this.rateDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.rateDataGridViewTextBoxColumn.set_Width(0x68);
     this.NewRateDataGridViewTextBoxColumn.set_HeaderText("Новый тариф");
     this.NewRateDataGridViewTextBoxColumn.set_Name("NewRateDataGridViewTextBoxColumn");
     this.AdrName.set_DataPropertyName("AdrName");
     this.AdrName.set_HeaderText("Адрес услуги");
     this.AdrName.set_Name("AdrName");
     this.AdrName.set_Width(0x63);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x318, 0x27a));
     base.Controls.Add(this.toolStrip1);
     base.Controls.Add(this.dgTariffView);
     base.Controls.Add(this.panel1);
     base.set_Name("ServiceTariffGroupChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("Групповая смена тарифа по услугам");
     base.add_Load(new System.EventHandler(this.Form_Load));
     this.bsServiceTypes.EndInit();
     this.dgTariffView.EndInit();
     this.bsServiceTariffs.EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.bsCanonicalService.EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     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.components = new Container();
     Area area = new Area();
     House house = new House();
     Area area2 = new Area();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.gbSearchParams = new System.Windows.Forms.GroupBox();
     this.label12 = new System.Windows.Forms.Label();
     this.selectServices1 = new AIS.SN.UI.Controls.SelectServices();
     this.cbxHousesWithoutNorms = new System.Windows.Forms.CheckBox();
     this.cbxHousesWithoutTariffs = new System.Windows.Forms.CheckBox();
     this.label2 = new System.Windows.Forms.Label();
     this.selectCanonicalType = new SelectFasetData();
     this.nudYearEnd = new System.Windows.Forms.NumericUpDown();
     this.lblYearEnd = new System.Windows.Forms.Label();
     this.nudYearBegin = new System.Windows.Forms.NumericUpDown();
     this.lblYearBegin = new System.Windows.Forms.Label();
     this.cbxYear = new System.Windows.Forms.CheckBox();
     this.cbxFloor = new System.Windows.Forms.CheckBox();
     this.nudFloorEnd = new System.Windows.Forms.NumericUpDown();
     this.lblFloorEnd = new System.Windows.Forms.Label();
     this.nudFloorBegin = new System.Windows.Forms.NumericUpDown();
     this.lblFloorBegin = new System.Windows.Forms.Label();
     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.houseServiceTariffAddView = new HouseServiceTariffAddView();
     this.btnSave = new System.Windows.Forms.Button();
     this.dbxTariffDate = new DateBox();
     this.label9 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.selectOrgDocument = new SelectOrgDocument();
     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.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.gbSearchParams.SuspendLayout();
     this.nudYearEnd.BeginInit();
     this.nudYearBegin.BeginInit();
     this.nudFloorEnd.BeginInit();
     this.nudFloorBegin.BeginInit();
     this.bsServiceTypes.BeginInit();
     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.btnSave);
     this.splitContainer1.Panel2.Controls.Add(this.dbxTariffDate);
     this.splitContainer1.Panel2.Controls.Add(this.label9);
     this.splitContainer1.Panel2.Controls.Add(this.label1);
     this.splitContainer1.Panel2.Controls.Add(this.selectOrgDocument);
     this.splitContainer1.set_Size(new System.Drawing.Size(960, 0x27d));
     this.splitContainer1.set_SplitterDistance(0x23f);
     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.houseServiceTariffAddView);
     this.splitContainer2.set_Size(new System.Drawing.Size(960, 0x23f));
     this.splitContainer2.set_SplitterDistance(150);
     this.splitContainer2.set_TabIndex(1);
     this.gbSearchParams.Controls.Add(this.label12);
     this.gbSearchParams.Controls.Add(this.selectServices1);
     this.gbSearchParams.Controls.Add(this.cbxHousesWithoutNorms);
     this.gbSearchParams.Controls.Add(this.cbxHousesWithoutTariffs);
     this.gbSearchParams.Controls.Add(this.label2);
     this.gbSearchParams.Controls.Add(this.selectCanonicalType);
     this.gbSearchParams.Controls.Add(this.nudYearEnd);
     this.gbSearchParams.Controls.Add(this.lblYearEnd);
     this.gbSearchParams.Controls.Add(this.nudYearBegin);
     this.gbSearchParams.Controls.Add(this.lblYearBegin);
     this.gbSearchParams.Controls.Add(this.cbxYear);
     this.gbSearchParams.Controls.Add(this.cbxFloor);
     this.gbSearchParams.Controls.Add(this.nudFloorEnd);
     this.gbSearchParams.Controls.Add(this.lblFloorEnd);
     this.gbSearchParams.Controls.Add(this.nudFloorBegin);
     this.gbSearchParams.Controls.Add(this.lblFloorBegin);
     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, 150));
     this.gbSearchParams.set_TabIndex(0);
     this.gbSearchParams.set_TabStop(false);
     this.gbSearchParams.set_Text("Параметры поиска");
     this.label12.set_AutoSize(true);
     this.label12.set_Location(new System.Drawing.Point(12, 0x34));
     this.label12.set_Name("label12");
     this.label12.set_Size(new System.Drawing.Size(0x2b, 13));
     this.label12.set_TabIndex(0x37);
     this.label12.set_Text("Услуга");
     area.AreaGroupId = 0L;
     area.AreaGroupName = null;
     area.Id = 0L;
     area.IsDeleted = false;
     area.IsDirty = true;
     area.Name = "";
     area.ObjectWithIdType = null;
     area.StatusTemporary = 0;
     this.selectServices1.Area = area;
     this.selectServices1.Date = new System.DateTime(0L);
     this.selectServices1.FromDate = new System.DateTime(0L);
     house.AdrId = 0L;
     house.AdrName = null;
     int[] numArray = new int[4];
     house.AnotherSquare = new decimal(numArray);
     house.BoroughId = 0;
     house.BoroughName = null;
     house.CanonicalTypeId = 0;
     house.CanonicalTypeName = null;
     house.CargoLift = 0;
     house.Created = new System.DateTime(0L);
     house.DomKom = false;
     house.DomKomTarif = 0.0;
     house.Entrance = 0;
     house.ExternalKey = 0L;
     house.FireAlarmType = 0;
     house.FireAlarmTypeName = null;
     int[] numArray2 = new int[4];
     house.FiredArea = new decimal(numArray2);
     house.FiveRoom = 0;
     house.Flat = 0;
     house.FlatWithGarbageChute = 0;
     house.Floor = 0;
     int[] numArray3 = new int[4];
     house.FloorArea = new decimal(numArray3);
     house.FormControl = 0;
     house.FormControlTypeName = null;
     house.FoundationType = 0;
     house.FoundationTypeName = null;
     house.FourRoom = 0;
     house.GvsType = 0;
     house.GvsTypeName = null;
     house.HeatingType = 0;
     house.HeatingTypeName = null;
     house.HouseChief = null;
     house.HvsType = 0;
     house.HvsTypeName = null;
     house.Id = 0L;
     house.IsDeleted = false;
     house.IsDirty = false;
     house.KapRemontYear = 0;
     int[] numArray4 = new int[4];
     house.KitchensSquare = new decimal(numArray4);
     house.Lift = 0;
     int[] numArray5 = new int[4];
     house.LivingSquare = new decimal(numArray5);
     house.LocalBroadcastingType = 0;
     house.LocalBroadcastingTypeName = null;
     house.MusorCount = 0;
     house.ObjectWithIdType = null;
     house.OnDate = new System.DateTime(0L);
     house.OneRoom = 0;
     house.OverflowType = 0;
     house.OverFlowTypeName = null;
     house.OverlapType = 0;
     house.OverlapTypeName = null;
     house.OwnershipType = 0;
     house.OwnerShipTypeName = null;
     house.PassLift = 0;
     house.PassportNum = 0;
     house.PercentWear = 0;
     house.PrintServices = 0;
     house.RaionSud = null;
     house.RoofType = 0;
     house.RoofTypeName = null;
     house.Series = 0;
     house.SewerType = 0;
     house.SewerTypeName = null;
     house.StoveType = 0;
     house.StoveTypeName = null;
     house.SubProvider = null;
     house.Sud = 0;
     house.SudUc = null;
     house.TerritorialManagement = 0;
     house.TerritorialManagementName = null;
     house.ThreeRoom = 0;
     int[] numArray6 = new int[4];
     house.ToiletsSquare = new decimal(numArray6);
     int[] numArray7 = new int[4];
     house.TotalArea = new decimal(numArray7);
     int[] numArray8 = new int[4];
     house.TotalAreaLivingNonLivingMkd = new decimal(numArray8);
     int[] numArray9 = new int[4];
     house.TotalAreaMkd = new decimal(numArray9);
     int[] numArray10 = new int[4];
     house.TotalAreaOi = new decimal(numArray10);
     int[] numArray11 = new int[4];
     house.TotalStructureVolume = new decimal(numArray11);
     house.Tvenquipmenttype = 0;
     house.Tvenquipmenttypename = null;
     house.TwoRoom = 0;
     house.Type = 0;
     house.TypeName = null;
     house.UtilizationType = 0;
     house.UtilizationTypeName = null;
     house.WallType = 0;
     house.WallTypeName = null;
     house.YearBegin = 0;
     house.YearPassport = 0;
     this.selectServices1.House = house;
     this.selectServices1.IsMultiSelect = false;
     this.selectServices1.set_Location(new System.Drawing.Point(0x80, 50));
     this.selectServices1.set_MinimumSize(new System.Drawing.Size(0x159, 0));
     this.selectServices1.set_Name("selectServices1");
     this.selectServices1.set_Size(new System.Drawing.Size(0x19d, 20));
     this.selectServices1.set_TabIndex(0x36);
     this.selectServices1.ToDate = new System.DateTime(0x270f, 12, 0x1f, 0x17, 0x3b, 0x3b, 0x3e7);
     this.cbxHousesWithoutNorms.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.cbxHousesWithoutNorms.set_AutoSize(true);
     this.cbxHousesWithoutNorms.set_Location(new System.Drawing.Point(560, 0x74));
     this.cbxHousesWithoutNorms.set_Name("cbxHousesWithoutNorms");
     this.cbxHousesWithoutNorms.set_Size(new System.Drawing.Size(140, 0x11));
     this.cbxHousesWithoutNorms.set_TabIndex(11);
     this.cbxHousesWithoutNorms.set_Text("Дома без нормативов");
     this.cbxHousesWithoutNorms.set_UseVisualStyleBackColor(true);
     this.cbxHousesWithoutTariffs.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.cbxHousesWithoutTariffs.set_AutoSize(true);
     this.cbxHousesWithoutTariffs.set_Location(new System.Drawing.Point(560, 0x55));
     this.cbxHousesWithoutTariffs.set_Name("cbxHousesWithoutTariffs");
     this.cbxHousesWithoutTariffs.set_Size(new System.Drawing.Size(0x7a, 0x11));
     this.cbxHousesWithoutTariffs.set_TabIndex(10);
     this.cbxHousesWithoutTariffs.set_Text("Дома без тарифов");
     this.cbxHousesWithoutTariffs.set_UseVisualStyleBackColor(true);
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(12, 0x55));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x73, 13));
     this.label2.set_TabIndex(0x2e);
     this.label2.set_Text("Вид благоустройства");
     this.selectCanonicalType.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectCanonicalType.set_FormattingEnabled(true);
     this.selectCanonicalType.set_Location(new System.Drawing.Point(0x80, 0x51));
     this.selectCanonicalType.set_Name("selectCanonicalType");
     this.selectCanonicalType.set_Size(new System.Drawing.Size(0x19d, 0x15));
     this.selectCanonicalType.set_Sorted(true);
     this.selectCanonicalType.set_TabIndex(2);
     this.nudYearEnd.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.nudYearEnd.set_Location(new System.Drawing.Point(0x30f, 0x34));
     int[] numArray12 = new int[4];
     numArray12[0] = 0x270f;
     this.nudYearEnd.set_Maximum(new decimal(numArray12));
     int[] numArray13 = new int[4];
     numArray13[0] = 0x6d9;
     this.nudYearEnd.set_Minimum(new decimal(numArray13));
     this.nudYearEnd.set_Name("nudYearEnd");
     this.nudYearEnd.set_Size(new System.Drawing.Size(0x33, 20));
     this.nudYearEnd.set_TabIndex(9);
     int[] numArray14 = new int[4];
     numArray14[0] = 0x7da;
     this.nudYearEnd.set_Value(new decimal(numArray14));
     this.lblYearEnd.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.lblYearEnd.set_AutoSize(true);
     this.lblYearEnd.set_Location(new System.Drawing.Point(0x2f6, 0x36));
     this.lblYearEnd.set_Name("lblYearEnd");
     this.lblYearEnd.set_Size(new System.Drawing.Size(0x13, 13));
     this.lblYearEnd.set_TabIndex(0x2c);
     this.lblYearEnd.set_Text("до");
     this.nudYearBegin.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.nudYearBegin.set_Location(new System.Drawing.Point(0x2bd, 0x34));
     int[] numArray15 = new int[4];
     numArray15[0] = 0x270f;
     this.nudYearBegin.set_Maximum(new decimal(numArray15));
     int[] numArray16 = new int[4];
     numArray16[0] = 0x6d9;
     this.nudYearBegin.set_Minimum(new decimal(numArray16));
     this.nudYearBegin.set_Name("nudYearBegin");
     this.nudYearBegin.set_Size(new System.Drawing.Size(0x33, 20));
     this.nudYearBegin.set_TabIndex(8);
     int[] numArray17 = new int[4];
     numArray17[0] = 0x7cb;
     this.nudYearBegin.set_Value(new decimal(numArray17));
     this.lblYearBegin.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.lblYearBegin.set_AutoSize(true);
     this.lblYearBegin.set_Location(new System.Drawing.Point(0x2aa, 0x36));
     this.lblYearBegin.set_Name("lblYearBegin");
     this.lblYearBegin.set_Size(new System.Drawing.Size(0x12, 13));
     this.lblYearBegin.set_TabIndex(0x2a);
     this.lblYearBegin.set_Text("от");
     this.cbxYear.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.cbxYear.set_AutoSize(true);
     this.cbxYear.set_Location(new System.Drawing.Point(560, 0x35));
     this.cbxYear.set_Name("cbxYear");
     this.cbxYear.set_Size(new System.Drawing.Size(100, 0x11));
     this.cbxYear.set_TabIndex(7);
     this.cbxYear.set_Text("Год постройки");
     this.cbxYear.set_UseVisualStyleBackColor(true);
     this.cbxYear.add_CheckedChanged(new System.EventHandler(this.cbxYear_CheckedChanged));
     this.cbxFloor.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.cbxFloor.set_AutoSize(true);
     this.cbxFloor.set_Location(new System.Drawing.Point(560, 0x17));
     this.cbxFloor.set_Name("cbxFloor");
     this.cbxFloor.set_Size(new System.Drawing.Size(0x7d, 0x11));
     this.cbxFloor.set_TabIndex(4);
     this.cbxFloor.set_Text("Количество этажей");
     this.cbxFloor.set_UseVisualStyleBackColor(true);
     this.cbxFloor.add_CheckedChanged(new System.EventHandler(this.cbxFloor_CheckedChanged));
     this.nudFloorEnd.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.nudFloorEnd.set_Location(new System.Drawing.Point(0x30f, 0x16));
     int[] numArray18 = new int[4];
     numArray18[0] = 0x63;
     this.nudFloorEnd.set_Maximum(new decimal(numArray18));
     int[] numArray19 = new int[4];
     numArray19[0] = 1;
     this.nudFloorEnd.set_Minimum(new decimal(numArray19));
     this.nudFloorEnd.set_Name("nudFloorEnd");
     this.nudFloorEnd.set_Size(new System.Drawing.Size(0x33, 20));
     this.nudFloorEnd.set_TabIndex(6);
     int[] numArray20 = new int[4];
     numArray20[0] = 9;
     this.nudFloorEnd.set_Value(new decimal(numArray20));
     this.lblFloorEnd.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.lblFloorEnd.set_AutoSize(true);
     this.lblFloorEnd.set_Location(new System.Drawing.Point(0x2f6, 0x18));
     this.lblFloorEnd.set_Name("lblFloorEnd");
     this.lblFloorEnd.set_Size(new System.Drawing.Size(0x13, 13));
     this.lblFloorEnd.set_TabIndex(0x26);
     this.lblFloorEnd.set_Text("до");
     this.nudFloorBegin.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.nudFloorBegin.set_Location(new System.Drawing.Point(0x2bd, 0x16));
     int[] numArray21 = new int[4];
     numArray21[0] = 0x63;
     this.nudFloorBegin.set_Maximum(new decimal(numArray21));
     int[] numArray22 = new int[4];
     numArray22[0] = 1;
     this.nudFloorBegin.set_Minimum(new decimal(numArray22));
     this.nudFloorBegin.set_Name("nudFloorBegin");
     this.nudFloorBegin.set_Size(new System.Drawing.Size(0x33, 20));
     this.nudFloorBegin.set_TabIndex(5);
     int[] numArray23 = new int[4];
     numArray23[0] = 1;
     this.nudFloorBegin.set_Value(new decimal(numArray23));
     this.lblFloorBegin.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.lblFloorBegin.set_AutoSize(true);
     this.lblFloorBegin.set_Location(new System.Drawing.Point(0x2aa, 0x18));
     this.lblFloorBegin.set_Name("lblFloorBegin");
     this.lblFloorBegin.set_Size(new System.Drawing.Size(0x12, 13));
     this.lblFloorBegin.set_TabIndex(0x24);
     this.lblFloorBegin.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, 0x74));
     this.selectAddresses.set_Name("selectAddresses");
     area2.AreaGroupId = 0L;
     area2.AreaGroupName = null;
     area2.Id = 0L;
     area2.IsDeleted = false;
     area2.IsDirty = false;
     area2.Name = "";
     area2.ObjectWithIdType = null;
     area2.StatusTemporary = 0;
     this.selectAddresses.SelectedArea = area2;
     this.selectAddresses.set_Size(new System.Drawing.Size(0x19d, 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(0x35a, 0x13));
     this.bFind.set_Name("bFind");
     this.bFind.set_Size(new System.Drawing.Size(0x60, 0x33));
     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(12, 0x74));
     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(12, 0x18));
     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.cbxServiceType.add_SelectedIndexChanged(new System.EventHandler(this.cbxServiceType_SelectedIndexChanged));
     this.bsServiceTypes.set_DataSource(typeof(ServiceType));
     this.houseServiceTariffAddView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.houseServiceTariffAddView.set_Location(new System.Drawing.Point(0, 0));
     this.houseServiceTariffAddView.set_Name("houseServiceTariffAddView");
     this.houseServiceTariffAddView.set_Size(new System.Drawing.Size(960, 0x1a5));
     this.houseServiceTariffAddView.set_TabIndex(10);
     this.houseServiceTariffAddView.EditPerformed += new System.EventHandler(this.houseServiceTariffAddView_EditPerformed);
     this.btnSave.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnSave.set_Location(new System.Drawing.Point(0x349, 12));
     this.btnSave.set_Name("btnSave");
     this.btnSave.set_Size(new System.Drawing.Size(0x6f, 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.dbxTariffDate.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.dbxTariffDate.AttachToPeriod = false;
     this.dbxTariffDate.AttachToPeriodEnd = false;
     this.dbxTariffDate.set_Location(new System.Drawing.Point(0x2c8, 0x13));
     this.dbxTariffDate.set_Mask("00/00/0000");
     this.dbxTariffDate.set_Name("dbxTariffDate");
     this.dbxTariffDate.set_Size(new System.Drawing.Size(100, 20));
     this.dbxTariffDate.set_TabIndex(14);
     this.dbxTariffDate.DateChanged += new DateChangedHandler(this.dbxTariffDate_DateChanged);
     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(0x253, 0x16));
     this.label9.set_Name("label9");
     this.label9.set_Size(new System.Drawing.Size(0x6f, 13));
     this.label9.set_TabIndex(0x1b);
     this.label9.set_Text("Дата нового тарифа");
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(7, 0x16));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x3a, 13));
     this.label1.set_TabIndex(0x1a);
     this.label1.set_Text("Документ");
     this.selectOrgDocument.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectOrgDocument.set_Location(new System.Drawing.Point(0x4a, 0x13));
     this.selectOrgDocument.set_Name("selectOrgDocument");
     this.selectOrgDocument.set_Size(new System.Drawing.Size(0x203, 20));
     this.selectOrgDocument.set_TabIndex(13);
     this.selectOrgDocument.OnOrgDocumentSelected += new OrgDocumentHandler(this.selectOrgDocument_OnOrgDocumentSelected);
     this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.statsLabel });
     this.statusStrip.set_Location(new System.Drawing.Point(0, 0x27d));
     this.statusStrip.set_Name("statusStrip");
     this.statusStrip.set_Size(new System.Drawing.Size(960, 0x16));
     this.statusStrip.set_TabIndex(2);
     this.statsLabel.set_Name("statsLabel");
     this.statsLabel.set_Size(new System.Drawing.Size(0, 0x11));
     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, 0x293));
     base.Controls.Add(this.splitContainer1);
     base.Controls.Add(this.statusStrip);
     base.set_Name("HouseServiceTariffMultipleAddForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("Групповое добавление тарифов на дома");
     base.set_WindowState(System.Windows.Forms.FormWindowState.Maximized);
     base.add_Load(new System.EventHandler(this.HouseServiceTariffMultipleAddForm_Load));
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.ResumeLayout(false);
     this.gbSearchParams.ResumeLayout(false);
     this.gbSearchParams.PerformLayout();
     this.nudYearEnd.EndInit();
     this.nudYearBegin.EndInit();
     this.nudFloorEnd.EndInit();
     this.nudFloorBegin.EndInit();
     this.bsServiceTypes.EndInit();
     this.statusStrip.ResumeLayout(false);
     this.statusStrip.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }