Beispiel #1
0
 private void InitializeComponent()
 {
     this.components = new Container();
     this.tsApartmentNotes = new System.Windows.Forms.ToolStrip();
     this.tsAddNoteButton = new System.Windows.Forms.ToolStripButton();
     this.tsEditNoteButton = new System.Windows.Forms.ToolStripButton();
     this.tsDeleteNoteButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tsFindLabel = new System.Windows.Forms.ToolStripLabel();
     this.tsFindNoteByCaption = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.tsSearch = new System.Windows.Forms.ToolStripButton();
     this.bsApartmentNotes = new System.Windows.Forms.BindingSource(this.components);
     this.dataGridViewDateTimeColumn1 = new DataGridViewDateTimeColumn();
     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.panel1 = new System.Windows.Forms.Panel();
     this.dgvNote = new System.Windows.Forms.DataGridView();
     this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DateTimeColumn = new DataGridViewDateTimeColumn();
     this.ThemeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DescColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.apartmentIdDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.createdDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.captionDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.noteDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.objectWithIdTypeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.isNewDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.isDirtyDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.isDeletedDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.splitContainerNotes = new System.Windows.Forms.SplitContainer();
     this.dpFindByNoteCreate = new DatePeriod();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.apartmentRequestsView1 = new ApartmentRequestsView();
     this.tsApartmentNotes.SuspendLayout();
     this.bsApartmentNotes.BeginInit();
     this.dgvNote.BeginInit();
     this.splitContainerNotes.Panel1.SuspendLayout();
     this.splitContainerNotes.Panel2.SuspendLayout();
     this.splitContainerNotes.SuspendLayout();
     this.groupBox1.SuspendLayout();
     base.SuspendLayout();
     this.tsApartmentNotes.set_AutoSize(false);
     this.tsApartmentNotes.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsAddNoteButton, this.tsEditNoteButton, this.tsDeleteNoteButton, this.toolStripSeparator1, this.tsFindLabel, this.tsFindNoteByCaption, this.toolStripSeparator2, this.toolStripLabel1, this.toolStripSeparator3, this.tsSearch });
     this.tsApartmentNotes.set_Location(new System.Drawing.Point(0, 0));
     this.tsApartmentNotes.set_Name("tsApartmentNotes");
     this.tsApartmentNotes.set_Size(new System.Drawing.Size(0x30a, 0x19));
     this.tsApartmentNotes.set_TabIndex(0);
     this.tsApartmentNotes.set_Text("toolStrip1");
     this.tsAddNoteButton.set_AutoSize(false);
     this.tsAddNoteButton.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsAddNoteButton.set_Image(Resources.ADD);
     this.tsAddNoteButton.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsAddNoteButton.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsAddNoteButton.set_Name("tsAddNoteButton");
     this.tsAddNoteButton.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsAddNoteButton.set_Text("Добавить");
     this.tsAddNoteButton.add_Click(new System.EventHandler(this.tsAddNoteButton_Click));
     this.tsEditNoteButton.set_AutoSize(false);
     this.tsEditNoteButton.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsEditNoteButton.set_Image(Resources.CHANGE);
     this.tsEditNoteButton.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsEditNoteButton.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsEditNoteButton.set_Name("tsEditNoteButton");
     this.tsEditNoteButton.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsEditNoteButton.set_Text("Редактировать");
     this.tsEditNoteButton.add_Click(new System.EventHandler(this.tsEditNoteButton_Click));
     this.tsDeleteNoteButton.set_AutoSize(false);
     this.tsDeleteNoteButton.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsDeleteNoteButton.set_Image(Resources.DELETE);
     this.tsDeleteNoteButton.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsDeleteNoteButton.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsDeleteNoteButton.set_Name("tsDeleteNoteButton");
     this.tsDeleteNoteButton.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsDeleteNoteButton.set_Text("Удалить");
     this.tsDeleteNoteButton.add_Click(new System.EventHandler(this.tsDeleteNoteButton_Click));
     this.toolStripSeparator1.set_Name("toolStripSeparator1");
     this.toolStripSeparator1.set_Size(new System.Drawing.Size(6, 0x19));
     this.tsFindLabel.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.25f));
     this.tsFindLabel.set_Name("tsFindLabel");
     this.tsFindLabel.set_Size(new System.Drawing.Size(0x39, 0x16));
     this.tsFindLabel.set_Text("Описание");
     this.tsFindNoteByCaption.set_Name("tsFindNoteByCaption");
     this.tsFindNoteByCaption.set_Size(new System.Drawing.Size(150, 0x19));
     this.tsFindNoteByCaption.add_TextChanged(new System.EventHandler(this.tsSearchTextBox_TextChanged));
     this.toolStripSeparator2.set_Name("toolStripSeparator2");
     this.toolStripSeparator2.set_Size(new System.Drawing.Size(6, 0x19));
     this.toolStripLabel1.set_Name("toolStripLabel1");
     this.toolStripLabel1.set_Size(new System.Drawing.Size(0x31, 0x16));
     this.toolStripLabel1.set_Text("Период");
     this.toolStripSeparator3.set_Name("toolStripSeparator3");
     this.toolStripSeparator3.set_Size(new System.Drawing.Size(6, 0x19));
     this.tsSearch.set_Image(Resources.SEARCH);
     this.tsSearch.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsSearch.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsSearch.set_Name("tsSearch");
     this.tsSearch.set_Size(new System.Drawing.Size(70, 0x16));
     this.tsSearch.set_Text("Поиск");
     this.tsSearch.add_Click(new System.EventHandler(this.tsSearch_Click));
     this.bsApartmentNotes.set_DataSource(typeof(ApartmentNote));
     this.dataGridViewDateTimeColumn1.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.None);
     this.dataGridViewDateTimeColumn1.set_HeaderText("Дата и время");
     this.dataGridViewDateTimeColumn1.set_Name("dataGridViewDateTimeColumn1");
     this.dataGridViewDateTimeColumn1.set_Resizable(System.Windows.Forms.DataGridViewTriState.False);
     this.dataGridViewTextBoxColumn1.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.None);
     this.dataGridViewTextBoxColumn1.set_HeaderText("Тема");
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_Width(150);
     this.dataGridViewTextBoxColumn2.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.None);
     this.dataGridViewTextBoxColumn2.set_HeaderText("Описание");
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.dataGridViewTextBoxColumn2.set_Width(0x1bd);
     this.dataGridViewTextBoxColumn3.set_DataPropertyName("Datec");
     this.dataGridViewTextBoxColumn3.set_HeaderText("Datec");
     this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3");
     this.dataGridViewTextBoxColumn3.set_Visible(false);
     this.dataGridViewTextBoxColumn3.set_Width(0x3d);
     this.dataGridViewTextBoxColumn4.set_DataPropertyName("Dateb");
     this.dataGridViewTextBoxColumn4.set_HeaderText("Dateb");
     this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4");
     this.dataGridViewTextBoxColumn4.set_Visible(false);
     this.dataGridViewTextBoxColumn4.set_Width(0x3d);
     this.dataGridViewTextBoxColumn5.set_DataPropertyName("Datee");
     this.dataGridViewTextBoxColumn5.set_HeaderText("Datee");
     this.dataGridViewTextBoxColumn5.set_Name("dataGridViewTextBoxColumn5");
     this.dataGridViewTextBoxColumn5.set_Visible(false);
     this.dataGridViewTextBoxColumn5.set_Width(0x3d);
     this.dataGridViewTextBoxColumn6.set_DataPropertyName("FromDate");
     this.dataGridViewTextBoxColumn6.set_HeaderText("FromDate");
     this.dataGridViewTextBoxColumn6.set_Name("dataGridViewTextBoxColumn6");
     this.dataGridViewTextBoxColumn6.set_Visible(false);
     this.dataGridViewTextBoxColumn6.set_Width(0x4e);
     this.dataGridViewTextBoxColumn7.set_DataPropertyName("ToDate");
     this.dataGridViewTextBoxColumn7.set_HeaderText("ToDate");
     this.dataGridViewTextBoxColumn7.set_Name("dataGridViewTextBoxColumn7");
     this.dataGridViewTextBoxColumn7.set_Visible(false);
     this.dataGridViewTextBoxColumn7.set_Width(0x44);
     this.dataGridViewTextBoxColumn8.set_DataPropertyName("Created");
     this.dataGridViewTextBoxColumn8.set_HeaderText("Created");
     this.dataGridViewTextBoxColumn8.set_Name("dataGridViewTextBoxColumn8");
     this.dataGridViewTextBoxColumn8.set_Visible(false);
     this.dataGridViewTextBoxColumn8.set_Width(0x45);
     this.dataGridViewTextBoxColumn9.set_DataPropertyName("OrgDocumentId");
     this.dataGridViewTextBoxColumn9.set_HeaderText("OrgDocumentId");
     this.dataGridViewTextBoxColumn9.set_Name("dataGridViewTextBoxColumn9");
     this.dataGridViewTextBoxColumn9.set_Visible(false);
     this.dataGridViewTextBoxColumn9.set_Width(0x6b);
     this.dataGridViewTextBoxColumn10.set_DataPropertyName("OrgDocumentView");
     this.dataGridViewTextBoxColumn10.set_HeaderText("OrgDocumentView");
     this.dataGridViewTextBoxColumn10.set_Name("dataGridViewTextBoxColumn10");
     this.dataGridViewTextBoxColumn10.set_Visible(false);
     this.dataGridViewTextBoxColumn10.set_Width(0x79);
     this.dataGridViewTextBoxColumn11.set_DataPropertyName("OrgDocument");
     this.dataGridViewTextBoxColumn11.set_HeaderText("OrgDocument");
     this.dataGridViewTextBoxColumn11.set_Name("dataGridViewTextBoxColumn11");
     this.dataGridViewTextBoxColumn11.set_Visible(false);
     this.dataGridViewTextBoxColumn11.set_Width(0x62);
     this.dataGridViewTextBoxColumn12.set_DataPropertyName("ObjectWithIdType");
     this.dataGridViewTextBoxColumn12.set_HeaderText("ObjectWithIdType");
     this.dataGridViewTextBoxColumn12.set_Name("dataGridViewTextBoxColumn12");
     this.dataGridViewTextBoxColumn12.set_Visible(false);
     this.dataGridViewTextBoxColumn12.set_Width(0x76);
     this.dataGridViewTextBoxColumn13.set_DataPropertyName("Id");
     this.dataGridViewTextBoxColumn13.set_HeaderText("Id");
     this.dataGridViewTextBoxColumn13.set_Name("dataGridViewTextBoxColumn13");
     this.dataGridViewTextBoxColumn13.set_Visible(false);
     this.dataGridViewTextBoxColumn13.set_Width(0x29);
     this.panel1.set_Location(new System.Drawing.Point(0, 0x18));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(0x1a6, 0x2b));
     this.panel1.set_TabIndex(3);
     this.dgvNote.set_AllowUserToAddRows(false);
     this.dgvNote.set_AllowUserToDeleteRows(false);
     this.dgvNote.set_AutoGenerateColumns(false);
     this.dgvNote.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCellsExceptHeader);
     this.dgvNote.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     this.dgvNote.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvNote.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.idDataGridViewTextBoxColumn, this.DateTimeColumn, this.ThemeColumn, this.DescColumn, this.apartmentIdDataGridViewTextBoxColumn, this.createdDataGridViewTextBoxColumn, this.captionDataGridViewTextBoxColumn, this.noteDataGridViewTextBoxColumn, this.objectWithIdTypeDataGridViewTextBoxColumn, this.isNewDataGridViewCheckBoxColumn, this.isDirtyDataGridViewCheckBoxColumn, this.isDeletedDataGridViewCheckBoxColumn });
     this.dgvNote.set_DataSource(this.bsApartmentNotes);
     this.dgvNote.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvNote.set_GridColor(System.Drawing.SystemColors.ControlLight);
     this.dgvNote.set_Location(new System.Drawing.Point(0, 0x19));
     this.dgvNote.set_MultiSelect(false);
     this.dgvNote.set_Name("dgvNote");
     this.dgvNote.set_ReadOnly(true);
     this.dgvNote.set_RowHeadersVisible(false);
     this.dgvNote.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvNote.set_Size(new System.Drawing.Size(0x30a, 0xfd));
     this.dgvNote.set_TabIndex(4);
     this.idDataGridViewTextBoxColumn.set_DataPropertyName("Id");
     this.idDataGridViewTextBoxColumn.set_HeaderText("Id");
     this.idDataGridViewTextBoxColumn.set_Name("idDataGridViewTextBoxColumn");
     this.idDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.idDataGridViewTextBoxColumn.set_Visible(false);
     this.idDataGridViewTextBoxColumn.set_Width(5);
     this.DateTimeColumn.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.None);
     this.DateTimeColumn.set_DataPropertyName("Created");
     this.DateTimeColumn.set_HeaderText("Дата и время");
     this.DateTimeColumn.set_Name("DateTimeColumn");
     this.DateTimeColumn.set_ReadOnly(true);
     this.DateTimeColumn.set_Resizable(System.Windows.Forms.DataGridViewTriState.True);
     this.DateTimeColumn.set_SortMode(System.Windows.Forms.DataGridViewColumnSortMode.Automatic);
     this.DateTimeColumn.set_Width(150);
     this.ThemeColumn.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.None);
     this.ThemeColumn.set_DataPropertyName("Caption");
     this.ThemeColumn.set_HeaderText("Описание");
     this.ThemeColumn.set_Name("ThemeColumn");
     this.ThemeColumn.set_ReadOnly(true);
     this.ThemeColumn.set_Width(150);
     this.DescColumn.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill);
     this.DescColumn.set_DataPropertyName("Note");
     this.DescColumn.set_HeaderText("Примечание");
     this.DescColumn.set_MinimumWidth(100);
     this.DescColumn.set_Name("DescColumn");
     this.DescColumn.set_ReadOnly(true);
     this.apartmentIdDataGridViewTextBoxColumn.set_DataPropertyName("ApartmentId");
     this.apartmentIdDataGridViewTextBoxColumn.set_HeaderText("ApartmentId");
     this.apartmentIdDataGridViewTextBoxColumn.set_Name("apartmentIdDataGridViewTextBoxColumn");
     this.apartmentIdDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.apartmentIdDataGridViewTextBoxColumn.set_Visible(false);
     this.apartmentIdDataGridViewTextBoxColumn.set_Width(5);
     this.createdDataGridViewTextBoxColumn.set_DataPropertyName("Created");
     this.createdDataGridViewTextBoxColumn.set_HeaderText("Created");
     this.createdDataGridViewTextBoxColumn.set_Name("createdDataGridViewTextBoxColumn");
     this.createdDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.createdDataGridViewTextBoxColumn.set_Visible(false);
     this.createdDataGridViewTextBoxColumn.set_Width(5);
     this.captionDataGridViewTextBoxColumn.set_DataPropertyName("Caption");
     this.captionDataGridViewTextBoxColumn.set_HeaderText("Caption");
     this.captionDataGridViewTextBoxColumn.set_Name("captionDataGridViewTextBoxColumn");
     this.captionDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.captionDataGridViewTextBoxColumn.set_Visible(false);
     this.captionDataGridViewTextBoxColumn.set_Width(5);
     this.noteDataGridViewTextBoxColumn.set_DataPropertyName("Note");
     this.noteDataGridViewTextBoxColumn.set_HeaderText("Note");
     this.noteDataGridViewTextBoxColumn.set_Name("noteDataGridViewTextBoxColumn");
     this.noteDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.noteDataGridViewTextBoxColumn.set_Visible(false);
     this.noteDataGridViewTextBoxColumn.set_Width(5);
     this.objectWithIdTypeDataGridViewTextBoxColumn.set_DataPropertyName("ObjectWithIdType");
     this.objectWithIdTypeDataGridViewTextBoxColumn.set_HeaderText("ObjectWithIdType");
     this.objectWithIdTypeDataGridViewTextBoxColumn.set_Name("objectWithIdTypeDataGridViewTextBoxColumn");
     this.objectWithIdTypeDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.objectWithIdTypeDataGridViewTextBoxColumn.set_Visible(false);
     this.objectWithIdTypeDataGridViewTextBoxColumn.set_Width(5);
     this.isNewDataGridViewCheckBoxColumn.set_DataPropertyName("IsNew");
     this.isNewDataGridViewCheckBoxColumn.set_HeaderText("IsNew");
     this.isNewDataGridViewCheckBoxColumn.set_Name("isNewDataGridViewCheckBoxColumn");
     this.isNewDataGridViewCheckBoxColumn.set_ReadOnly(true);
     this.isNewDataGridViewCheckBoxColumn.set_Visible(false);
     this.isNewDataGridViewCheckBoxColumn.set_Width(5);
     this.isDirtyDataGridViewCheckBoxColumn.set_DataPropertyName("IsDirty");
     this.isDirtyDataGridViewCheckBoxColumn.set_HeaderText("IsDirty");
     this.isDirtyDataGridViewCheckBoxColumn.set_Name("isDirtyDataGridViewCheckBoxColumn");
     this.isDirtyDataGridViewCheckBoxColumn.set_ReadOnly(true);
     this.isDirtyDataGridViewCheckBoxColumn.set_Visible(false);
     this.isDirtyDataGridViewCheckBoxColumn.set_Width(5);
     this.isDeletedDataGridViewCheckBoxColumn.set_DataPropertyName("IsDeleted");
     this.isDeletedDataGridViewCheckBoxColumn.set_HeaderText("IsDeleted");
     this.isDeletedDataGridViewCheckBoxColumn.set_Name("isDeletedDataGridViewCheckBoxColumn");
     this.isDeletedDataGridViewCheckBoxColumn.set_ReadOnly(true);
     this.isDeletedDataGridViewCheckBoxColumn.set_Visible(false);
     this.isDeletedDataGridViewCheckBoxColumn.set_Width(5);
     this.splitContainerNotes.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.splitContainerNotes.set_Location(new System.Drawing.Point(0, 0));
     this.splitContainerNotes.set_Name("splitContainerNotes");
     this.splitContainerNotes.set_Orientation(System.Windows.Forms.Orientation.Horizontal);
     this.splitContainerNotes.Panel1.Controls.Add(this.dgvNote);
     this.splitContainerNotes.Panel1.Controls.Add(this.dpFindByNoteCreate);
     this.splitContainerNotes.Panel1.Controls.Add(this.tsApartmentNotes);
     this.splitContainerNotes.Panel2.Controls.Add(this.groupBox1);
     this.splitContainerNotes.set_Size(new System.Drawing.Size(0x30a, 0x22c));
     this.splitContainerNotes.set_SplitterDistance(0x116);
     this.splitContainerNotes.set_TabIndex(5);
     this.dpFindByNoteCreate.AttachToPeriod = false;
     this.dpFindByNoteCreate.set_BackColor(System.Drawing.Color.Transparent);
     this.dpFindByNoteCreate.DateBeginReadonly = false;
     this.dpFindByNoteCreate.DateEndReadonly = false;
     this.dpFindByNoteCreate.set_Location(new System.Drawing.Point(0x1a9, 0));
     this.dpFindByNoteCreate.set_Margin(new System.Windows.Forms.Padding(0, 1, 0, 1));
     this.dpFindByNoteCreate.set_Name("dpFindByNoteCreate");
     this.dpFindByNoteCreate.set_Padding(new System.Windows.Forms.Padding(0, 2, 0, 0));
     this.dpFindByNoteCreate.set_Size(new System.Drawing.Size(0xe7, 0x1a));
     this.dpFindByNoteCreate.set_TabIndex(3);
     this.groupBox1.Controls.Add(this.apartmentRequestsView1);
     this.groupBox1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.groupBox1.set_Location(new System.Drawing.Point(0, 0));
     this.groupBox1.set_Name("groupBox1");
     this.groupBox1.set_Size(new System.Drawing.Size(0x30a, 0x112));
     this.groupBox1.set_TabIndex(1);
     this.groupBox1.set_TabStop(false);
     this.groupBox1.set_Text("Обращения граждан");
     this.apartmentRequestsView1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.apartmentRequestsView1.set_Location(new System.Drawing.Point(3, 0x10));
     this.apartmentRequestsView1.set_Name("apartmentRequestsView1");
     this.apartmentRequestsView1.set_Size(new System.Drawing.Size(0x304, 0xff));
     this.apartmentRequestsView1.set_TabIndex(0);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     this.set_AutoSize(true);
     base.Controls.Add(this.splitContainerNotes);
     base.Controls.Add(this.panel1);
     base.set_Name("ApartmentNotesView");
     base.set_Size(new System.Drawing.Size(0x30a, 0x22c));
     base.add_Load(new System.EventHandler(this.ApartmentNotesView_Load));
     this.tsApartmentNotes.ResumeLayout(false);
     this.tsApartmentNotes.PerformLayout();
     this.bsApartmentNotes.EndInit();
     this.dgvNote.EndInit();
     this.splitContainerNotes.Panel1.ResumeLayout(false);
     this.splitContainerNotes.Panel2.ResumeLayout(false);
     this.splitContainerNotes.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     base.ResumeLayout(false);
 }
Beispiel #2
0
 private void InitializeComponent()
 {
     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();
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnAccept = new System.Windows.Forms.Button();
     this.gbSubqualityParameters = new System.Windows.Forms.GroupBox();
     this.subqualityPropertiesView = new SubqualityPropertiesView();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewDateTimeColumn1 = new DataGridViewDateTimeColumn();
     this.dataGridViewDateTimeColumn2 = new DataGridViewDateTimeColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.panel1 = new System.Windows.Forms.Panel();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.btnAddSubquality = new System.Windows.Forms.ToolStripButton();
     this.btnDeleteSubquality = new System.Windows.Forms.ToolStripButton();
     this.btnCopySubquality = new System.Windows.Forms.ToolStripButton();
     this.btnHelp = new System.Windows.Forms.ToolStripButton();
     this.dgvSubqualities = new System.Windows.Forms.DataGridView();
     this.Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.City = new DataGridViewSmartComboColumn();
     this.Street = new DataGridViewSmartComboColumn();
     this.House = new DataGridViewSmartComboColumn();
     this.Flat = new DataGridViewSmartComboColumn();
     this.FromDate = new DataGridViewDateTimeColumn();
     this.ToDate = new DataGridViewDateTimeColumn();
     this.Hours = new DataGridViewNumericColumn();
     this.DayTemperature = new DataGridViewNumericColumn();
     this.NightTemperature = new DataGridViewNumericColumn();
     this.Square = new DataGridViewNumericColumn();
     this.cbRecalc = new System.Windows.Forms.CheckBox();
     this.gbSubqualityParameters.SuspendLayout();
     this.panel1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.dgvSubqualities.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(0x2b9, 0x211));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnCancel.set_TabIndex(60);
     this.btnCancel.set_Text("Отмена");
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.btnCancel.add_Click(new System.EventHandler(this.btnCancel_Click));
     this.btnAccept.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnAccept.set_Location(new System.Drawing.Point(0x268, 0x211));
     this.btnAccept.set_Name("btnAccept");
     this.btnAccept.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnAccept.set_TabIndex(50);
     this.btnAccept.set_Text("Принять");
     this.btnAccept.set_UseVisualStyleBackColor(true);
     this.btnAccept.add_Click(new System.EventHandler(this.btnAccept_Click));
     this.gbSubqualityParameters.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.gbSubqualityParameters.Controls.Add(this.subqualityPropertiesView);
     this.gbSubqualityParameters.set_Location(new System.Drawing.Point(12, 12));
     this.gbSubqualityParameters.set_Name("gbSubqualityParameters");
     this.gbSubqualityParameters.set_Size(new System.Drawing.Size(760, 0xde));
     this.gbSubqualityParameters.set_TabIndex(5);
     this.gbSubqualityParameters.set_TabStop(false);
     this.gbSubqualityParameters.set_Text("Параметры недопоставок:");
     this.subqualityPropertiesView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.subqualityPropertiesView.set_Location(new System.Drawing.Point(3, 0x10));
     this.subqualityPropertiesView.set_Name("subqualityPropertiesView");
     this.subqualityPropertiesView.ObjectWithId = null;
     this.subqualityPropertiesView.set_Size(new System.Drawing.Size(0x2f2, 0xcb));
     this.subqualityPropertiesView.set_TabIndex(10);
     this.subqualityPropertiesView.SuspensionTypeSelected += new SubqualityPropertiesViewSuspensionTypeSelected(this.subqualityPropertiesView_SuspensionTypeSelected);
     style.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleRight);
     style.set_BackColor(System.Drawing.Color.FromArgb(0xe0, 0xe0, 0xe0));
     style.set_Format("N0");
     style.set_NullValue(null);
     this.dataGridViewTextBoxColumn1.set_DefaultCellStyle(style);
     this.dataGridViewTextBoxColumn1.set_HeaderText("№ п.п.");
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn1.set_Width(30);
     style2.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter);
     style2.set_Format("g");
     style2.set_NullValue(null);
     this.dataGridViewDateTimeColumn1.set_DefaultCellStyle(style2);
     this.dataGridViewDateTimeColumn1.set_HeaderText("Дата начала");
     this.dataGridViewDateTimeColumn1.set_Name("dataGridViewDateTimeColumn1");
     this.dataGridViewDateTimeColumn1.set_Resizable(System.Windows.Forms.DataGridViewTriState.True);
     this.dataGridViewDateTimeColumn1.set_SortMode(System.Windows.Forms.DataGridViewColumnSortMode.Automatic);
     style3.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter);
     style3.set_Format("g");
     this.dataGridViewDateTimeColumn2.set_DefaultCellStyle(style3);
     this.dataGridViewDateTimeColumn2.set_HeaderText("Дата окончания");
     this.dataGridViewDateTimeColumn2.set_Name("dataGridViewDateTimeColumn2");
     this.dataGridViewDateTimeColumn2.set_Resizable(System.Windows.Forms.DataGridViewTriState.True);
     this.dataGridViewDateTimeColumn2.set_SortMode(System.Windows.Forms.DataGridViewColumnSortMode.Automatic);
     style4.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter);
     style4.set_Format("g");
     style4.set_NullValue(null);
     this.dataGridViewTextBoxColumn2.set_DefaultCellStyle(style4);
     this.dataGridViewTextBoxColumn2.set_HeaderText("Дата начала");
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.dataGridViewTextBoxColumn2.set_Width(50);
     style5.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter);
     style5.set_Format("g");
     style5.set_NullValue(null);
     this.dataGridViewTextBoxColumn3.set_DefaultCellStyle(style5);
     this.dataGridViewTextBoxColumn3.set_HeaderText("Дата окончания");
     this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3");
     style6.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter);
     style6.set_Format("t");
     style6.set_NullValue(null);
     this.dataGridViewTextBoxColumn4.set_DefaultCellStyle(style6);
     this.dataGridViewTextBoxColumn4.set_HeaderText("Кол-во часов");
     this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4");
     this.dataGridViewTextBoxColumn4.set_Width(50);
     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.Controls.Add(this.toolStrip1);
     this.panel1.Controls.Add(this.dgvSubqualities);
     this.panel1.set_Location(new System.Drawing.Point(12, 240));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(760, 0x11b));
     this.panel1.set_TabIndex(0x1f);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripLabel1, this.btnAddSubquality, this.btnDeleteSubquality, this.btnCopySubquality, this.btnHelp });
     this.toolStrip1.set_Location(new System.Drawing.Point(0, 0));
     this.toolStrip1.set_Name("toolStrip1");
     this.toolStrip1.set_Size(new System.Drawing.Size(760, 0x19));
     this.toolStrip1.set_TabIndex(30);
     this.toolStrip1.set_Text("toolStrip1");
     this.toolStripLabel1.set_Name("toolStripLabel1");
     this.toolStripLabel1.set_Size(new System.Drawing.Size(130, 0x16));
     this.toolStripLabel1.set_Text("Список недопоставок:");
     this.btnAddSubquality.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.btnAddSubquality.set_Image(Resources.ADD);
     this.btnAddSubquality.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.btnAddSubquality.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.btnAddSubquality.set_Name("btnAddSubquality");
     this.btnAddSubquality.set_Size(new System.Drawing.Size(0x18, 0x16));
     this.btnAddSubquality.set_ToolTipText("Добавить запись о недопоставке (Insert, \"+\")");
     this.btnAddSubquality.add_Click(new System.EventHandler(this.btnAddRow_Click));
     this.btnDeleteSubquality.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.btnDeleteSubquality.set_Image(Resources.DELETE);
     this.btnDeleteSubquality.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.btnDeleteSubquality.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.btnDeleteSubquality.set_Name("btnDeleteSubquality");
     this.btnDeleteSubquality.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.btnDeleteSubquality.set_Text("toolStripButton1");
     this.btnDeleteSubquality.set_ToolTipText("Удалить запись о недопоставке (Delete, \"-\")");
     this.btnDeleteSubquality.add_Click(new System.EventHandler(this.btnDeleteSubquality_Click));
     this.btnCopySubquality.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.btnCopySubquality.set_Image(Resources.COPY);
     this.btnCopySubquality.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.btnCopySubquality.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.btnCopySubquality.set_Name("btnCopySubquality");
     this.btnCopySubquality.set_Size(new System.Drawing.Size(0x18, 0x16));
     this.btnCopySubquality.set_Text("Дублировать запись о недопоставке");
     this.btnCopySubquality.set_ToolTipText("Дублировать запись о недопоставке (Ctrl+\"+\")");
     this.btnCopySubquality.add_Click(new System.EventHandler(this.btnCopySubquality_Click));
     this.btnHelp.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.btnHelp.set_Image(Resources.QUESTION);
     this.btnHelp.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.btnHelp.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.btnHelp.set_Name("btnHelp");
     this.btnHelp.set_Size(new System.Drawing.Size(0x18, 0x16));
     this.btnHelp.set_Text("Справка");
     this.btnHelp.add_Click(new System.EventHandler(this.btnHelp_Click));
     this.dgvSubqualities.set_AllowUserToAddRows(false);
     this.dgvSubqualities.set_AllowUserToOrderColumns(true);
     this.dgvSubqualities.set_AllowUserToResizeRows(false);
     this.dgvSubqualities.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Top);
     this.dgvSubqualities.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvSubqualities.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Number, this.City, this.Street, this.House, this.Flat, this.FromDate, this.ToDate, this.Hours, this.DayTemperature, this.NightTemperature, this.Square });
     this.dgvSubqualities.set_EditMode(System.Windows.Forms.DataGridViewEditMode.EditOnEnter);
     this.dgvSubqualities.set_Location(new System.Drawing.Point(0, 0x19));
     this.dgvSubqualities.set_MultiSelect(false);
     this.dgvSubqualities.set_Name("dgvSubqualities");
     this.dgvSubqualities.set_RowHeadersVisible(false);
     this.dgvSubqualities.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.CellSelect);
     this.dgvSubqualities.set_Size(new System.Drawing.Size(760, 0x102));
     this.dgvSubqualities.set_TabIndex(40);
     this.dgvSubqualities.add_CellValueChanged(new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvSubqualities_CellValueChanged));
     this.dgvSubqualities.add_RowsAdded(new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dgvSubqualities_RowsAdded));
     this.dgvSubqualities.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.dgvSubqualities_KeyDown));
     style7.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleRight);
     style7.set_BackColor(System.Drawing.Color.FromArgb(0xe0, 0xe0, 0xe0));
     style7.set_Format("N0");
     style7.set_NullValue(null);
     this.Number.set_DefaultCellStyle(style7);
     this.Number.set_HeaderText("№ п.п.");
     this.Number.set_Name("Number");
     this.Number.set_ReadOnly(true);
     this.Number.set_Width(30);
     this.City.set_HeaderText("Нас. пункт");
     this.City.set_Name("City");
     this.City.set_Resizable(System.Windows.Forms.DataGridViewTriState.True);
     this.City.set_Width(120);
     this.Street.set_HeaderText("Улица");
     this.Street.set_Name("Street");
     this.Street.set_Resizable(System.Windows.Forms.DataGridViewTriState.True);
     this.Street.set_Width(120);
     this.House.set_HeaderText("Дом");
     this.House.set_Name("House");
     this.House.set_Resizable(System.Windows.Forms.DataGridViewTriState.True);
     this.House.set_Width(50);
     this.Flat.set_HeaderText("Квартира");
     this.Flat.set_Name("Flat");
     this.Flat.set_Resizable(System.Windows.Forms.DataGridViewTriState.True);
     this.Flat.set_Width(50);
     style8.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter);
     style8.set_Format("g");
     style8.set_NullValue(null);
     this.FromDate.set_DefaultCellStyle(style8);
     this.FromDate.set_HeaderText("Дата начала");
     this.FromDate.set_Name("FromDate");
     this.FromDate.set_Resizable(System.Windows.Forms.DataGridViewTriState.True);
     this.FromDate.set_SortMode(System.Windows.Forms.DataGridViewColumnSortMode.Automatic);
     style9.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter);
     style9.set_Format("g");
     this.ToDate.set_DefaultCellStyle(style9);
     this.ToDate.set_HeaderText("Дата окончания");
     this.ToDate.set_Name("ToDate");
     this.ToDate.set_Resizable(System.Windows.Forms.DataGridViewTriState.True);
     this.ToDate.set_SortMode(System.Windows.Forms.DataGridViewColumnSortMode.Automatic);
     this.Hours.DecimalPlaces = 0;
     style10.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter);
     style10.set_Format("N2");
     style10.set_NullValue(null);
     this.Hours.set_DefaultCellStyle(style10);
     int[] numArray = new int[4];
     this.Hours.DefaultValue = new decimal(numArray);
     this.Hours.set_HeaderText("Кол-во часов");
     int[] numArray2 = new int[4];
     numArray2[0] = 100;
     this.Hours.Maximum = new decimal(numArray2);
     int[] numArray3 = new int[4];
     this.Hours.Minimum = new decimal(numArray3);
     this.Hours.set_Name("Hours");
     this.Hours.set_Resizable(System.Windows.Forms.DataGridViewTriState.True);
     this.Hours.set_SortMode(System.Windows.Forms.DataGridViewColumnSortMode.Automatic);
     this.Hours.set_Width(50);
     this.DayTemperature.DecimalPlaces = 0;
     int[] numArray4 = new int[4];
     this.DayTemperature.DefaultValue = new decimal(numArray4);
     this.DayTemperature.set_HeaderText("Дневная температура");
     int[] numArray5 = new int[4];
     numArray5[0] = 100;
     this.DayTemperature.Maximum = new decimal(numArray5);
     int[] numArray6 = new int[4];
     this.DayTemperature.Minimum = new decimal(numArray6);
     this.DayTemperature.set_Name("DayTemperature");
     this.DayTemperature.set_Visible(false);
     this.DayTemperature.set_Width(50);
     this.NightTemperature.DecimalPlaces = 0;
     int[] numArray7 = new int[4];
     this.NightTemperature.DefaultValue = new decimal(numArray7);
     this.NightTemperature.set_HeaderText("Ночная температура");
     int[] numArray8 = new int[4];
     numArray8[0] = 100;
     this.NightTemperature.Maximum = new decimal(numArray8);
     int[] numArray9 = new int[4];
     this.NightTemperature.Minimum = new decimal(numArray9);
     this.NightTemperature.set_Name("NightTemperature");
     this.NightTemperature.set_Visible(false);
     this.NightTemperature.set_Width(50);
     this.Square.DecimalPlaces = 0;
     int[] numArray10 = new int[4];
     this.Square.DefaultValue = new decimal(numArray10);
     this.Square.set_HeaderText("Жилая площадь");
     int[] numArray11 = new int[4];
     numArray11[0] = 100;
     this.Square.Maximum = new decimal(numArray11);
     int[] numArray12 = new int[4];
     this.Square.Minimum = new decimal(numArray12);
     this.Square.set_Name("Square");
     this.Square.set_Width(50);
     this.cbRecalc.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.cbRecalc.set_AutoSize(true);
     this.cbRecalc.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.cbRecalc.set_Location(new System.Drawing.Point(0x1cd, 0x215));
     this.cbRecalc.set_Name("cbRecalc");
     this.cbRecalc.set_Size(new System.Drawing.Size(0x95, 0x11));
     this.cbRecalc.set_TabIndex(0x3d);
     this.cbRecalc.set_Text("Выполнить перерасчёт?");
     this.cbRecalc.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(0x310, 0x234));
     base.Controls.Add(this.cbRecalc);
     base.Controls.Add(this.panel1);
     base.Controls.Add(this.gbSubqualityParameters);
     base.Controls.Add(this.btnAccept);
     base.Controls.Add(this.btnCancel);
     this.set_MinimumSize(new System.Drawing.Size(500, 500));
     base.set_Name("GroupSubqualtyForm");
     this.set_Text("Недопоставки");
     base.add_Load(new System.EventHandler(this.GroupSubqualtyForm_Load));
     this.gbSubqualityParameters.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.dgvSubqualities.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.components = new Container();
     System.Windows.Forms.DataGridViewCellStyle style = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style3 = new System.Windows.Forms.DataGridViewCellStyle();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(HousesBindingServicesView));
     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();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.dgvBindingServices = new System.Windows.Forms.DataGridView();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
     this.tsMenu = new System.Windows.Forms.ToolStrip();
     this.tslServices = new System.Windows.Forms.ToolStripLabel();
     this.tscbServices = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.tslCounters = new System.Windows.Forms.ToolStripLabel();
     this.tscbCounters = new System.Windows.Forms.ToolStripComboBox();
     this.tslTypeService = new System.Windows.Forms.ToolStripLabel();
     this.tscbTypeServices = new System.Windows.Forms.ToolStripComboBox();
     this.bUnbinding = new System.Windows.Forms.Button();
     this.bBinding = new System.Windows.Forms.Button();
     this.backgroundWorker1 = new BackgroundWorker();
     this.bwLoadAddressesAndCounters = new BackgroundWorker();
     this.isSelected = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.bsApartmentCounters = new System.Windows.Forms.BindingSource(this.components);
     this.tsbSelectAll = new System.Windows.Forms.ToolStripButton();
     this.tsbCancelAll = new System.Windows.Forms.ToolStripButton();
     this.tsbCurrentCounters = new System.Windows.Forms.ToolStripButton();
     this.tsbAllCounters = new System.Windows.Forms.ToolStripButton();
     this.tsbSearchAllServices = new System.Windows.Forms.ToolStripButton();
     this.tsbSelectBidning = new System.Windows.Forms.ToolStripButton();
     this.tsbSelectNotBinding = new System.Windows.Forms.ToolStripButton();
     this.btnWaiting = new System.Windows.Forms.ToolStripButton();
     this.bsServices = new System.Windows.Forms.BindingSource(this.components);
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.addressName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.counterName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.counterTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ApartmentId = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.FromDateApartmentCounter = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ToDateApartmentCounter = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewDateColumn1 = new DataGridViewDateColumn();
     this.dataGridViewDateColumn2 = new DataGridViewDateColumn();
     this.dataGridViewDateColumn3 = new DataGridViewDateColumn();
     this.dataGridViewDateColumn4 = new DataGridViewDateColumn();
     this.dataGridViewDateColumn5 = new DataGridViewDateColumn();
     this.dataGridViewDateColumn6 = new DataGridViewDateColumn();
     this.dataGridViewDateTimeColumn1 = new DataGridViewDateTimeColumn();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.dgvBindingServices.BeginInit();
     this.toolStrip1.SuspendLayout();
     this.tsMenu.SuspendLayout();
     this.bsApartmentCounters.BeginInit();
     this.bsServices.BeginInit();
     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.dgvBindingServices);
     this.splitContainer1.Panel1.Controls.Add(this.toolStrip1);
     this.splitContainer1.Panel1.Controls.Add(this.tsMenu);
     this.splitContainer1.Panel2.Controls.Add(this.bUnbinding);
     this.splitContainer1.Panel2.Controls.Add(this.bBinding);
     this.splitContainer1.set_Size(new System.Drawing.Size(0x390, 0x15b));
     this.splitContainer1.set_SplitterDistance(0x13a);
     this.splitContainer1.set_TabIndex(0);
     this.dgvBindingServices.set_AllowUserToAddRows(false);
     this.dgvBindingServices.set_AllowUserToDeleteRows(false);
     this.dgvBindingServices.set_AutoGenerateColumns(false);
     style.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft);
     style.set_BackColor(System.Drawing.SystemColors.Control);
     style.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     style.set_ForeColor(System.Drawing.SystemColors.WindowText);
     style.set_SelectionBackColor(System.Drawing.SystemColors.Highlight);
     style.set_SelectionForeColor(System.Drawing.SystemColors.HighlightText);
     style.set_WrapMode(System.Windows.Forms.DataGridViewTriState.True);
     this.dgvBindingServices.set_ColumnHeadersDefaultCellStyle(style);
     this.dgvBindingServices.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvBindingServices.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.isSelected, this.addressName, this.counterName, this.counterTypeName, this.Id, this.ApartmentId, this.FromDateApartmentCounter, this.ToDateApartmentCounter });
     this.dgvBindingServices.set_DataSource(this.bsApartmentCounters);
     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.dgvBindingServices.set_DefaultCellStyle(style2);
     this.dgvBindingServices.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvBindingServices.set_Location(new System.Drawing.Point(0, 50));
     this.dgvBindingServices.set_Name("dgvBindingServices");
     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.dgvBindingServices.set_RowHeadersDefaultCellStyle(style3);
     this.dgvBindingServices.set_RowHeadersVisible(false);
     this.dgvBindingServices.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvBindingServices.set_Size(new System.Drawing.Size(0x390, 0x108));
     this.dgvBindingServices.set_TabIndex(0x12);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbSelectAll, this.tsbCancelAll, this.toolStripSeparator7, this.tsbCurrentCounters, this.tsbAllCounters, this.toolStripSeparator8, this.tsbSearchAllServices, this.tsbSelectBidning, this.tsbSelectNotBinding });
     this.toolStrip1.set_Location(new System.Drawing.Point(0, 0x19));
     this.toolStrip1.set_Name("toolStrip1");
     this.toolStrip1.set_Size(new System.Drawing.Size(0x390, 0x19));
     this.toolStrip1.set_TabIndex(0x13);
     this.toolStrip1.set_Text("<не выбрано>");
     this.toolStripSeparator7.set_Name("toolStripSeparator7");
     this.toolStripSeparator7.set_Size(new System.Drawing.Size(6, 0x19));
     this.toolStripSeparator8.set_Name("toolStripSeparator8");
     this.toolStripSeparator8.set_Size(new System.Drawing.Size(6, 0x19));
     this.tsMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tslServices, this.tscbServices, this.btnWaiting, this.toolStripSeparator3, this.tslCounters, this.tscbCounters, this.tslTypeService, this.tscbTypeServices });
     this.tsMenu.set_Location(new System.Drawing.Point(0, 0));
     this.tsMenu.set_Name("tsMenu");
     this.tsMenu.set_Size(new System.Drawing.Size(0x390, 0x19));
     this.tsMenu.set_TabIndex(1);
     this.tslServices.set_Name("tslServices");
     this.tslServices.set_Size(new System.Drawing.Size(0x2c, 0x16));
     this.tslServices.set_Text("Услуга");
     this.tscbServices.set_DropDownWidth(200);
     this.tscbServices.set_Name("tscbServices");
     this.tscbServices.set_Size(new System.Drawing.Size(170, 0x19));
     this.tscbServices.set_Text("<не выбрано>");
     this.tscbServices.add_SelectedIndexChanged(new System.EventHandler(this.tscbServices_SelectedIndexChanged));
     this.toolStripSeparator3.set_Name("toolStripSeparator3");
     this.toolStripSeparator3.set_Size(new System.Drawing.Size(6, 0x19));
     this.tslCounters.set_Enabled(false);
     this.tslCounters.set_Name("tslCounters");
     this.tslCounters.set_Size(new System.Drawing.Size(0x35, 0x16));
     this.tslCounters.set_Text("Счетчик");
     this.tscbCounters.set_Enabled(false);
     this.tscbCounters.set_Name("tscbCounters");
     this.tscbCounters.set_Size(new System.Drawing.Size(150, 0x19));
     this.tscbCounters.set_Text("<не выбрано>");
     this.tslTypeService.set_Enabled(false);
     this.tslTypeService.set_Name("tslTypeService");
     this.tslTypeService.set_Size(new System.Drawing.Size(0x44, 0x16));
     this.tslTypeService.set_Text("Тип услуги");
     this.tscbTypeServices.set_Enabled(false);
     this.tscbTypeServices.set_Name("tscbTypeServices");
     this.tscbTypeServices.set_Size(new System.Drawing.Size(170, 0x19));
     this.tscbTypeServices.set_Text("<не выбрано>");
     this.bUnbinding.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.bUnbinding.set_Location(new System.Drawing.Point(830, 0));
     this.bUnbinding.set_Name("bUnbinding");
     this.bUnbinding.set_Size(new System.Drawing.Size(0x4f, 0x1d));
     this.bUnbinding.set_TabIndex(1);
     this.bUnbinding.set_Text("Отвязать");
     this.bUnbinding.set_UseVisualStyleBackColor(true);
     this.bUnbinding.add_Click(new System.EventHandler(this.bUnbinding_Click));
     this.bBinding.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.bBinding.set_Location(new System.Drawing.Point(0x2e9, 0));
     this.bBinding.set_Name("bBinding");
     this.bBinding.set_Size(new System.Drawing.Size(0x4f, 0x1d));
     this.bBinding.set_TabIndex(0);
     this.bBinding.set_Text("Привязать");
     this.bBinding.set_UseVisualStyleBackColor(true);
     this.bBinding.add_Click(new System.EventHandler(this.bBinding_Click));
     this.bwLoadAddressesAndCounters.add_DoWork(new DoWorkEventHandler(this.bwLoadAddressesAndCounters_DoWork));
     this.bwLoadAddressesAndCounters.add_RunWorkerCompleted(new RunWorkerCompletedEventHandler(this.bwLoadAddressesAndCounters_RunWorkerCompleted));
     this.isSelected.set_HeaderText("Выбрано");
     this.isSelected.set_Name("isSelected");
     this.isSelected.set_Width(50);
     this.bsApartmentCounters.set_DataSource(typeof(ApartmentCounter));
     this.tsbSelectAll.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsbSelectAll.set_Image(Resources.APPLY2);
     this.tsbSelectAll.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbSelectAll.set_Name("tsbSelectAll");
     this.tsbSelectAll.set_Size(new System.Drawing.Size(0x17, 0x16));
     this.tsbSelectAll.set_Text("Выделить все");
     this.tsbSelectAll.add_Click(new System.EventHandler(this.tsbSelectAll_Click));
     this.tsbCancelAll.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsbCancelAll.set_Image(Resources.CANCEL);
     this.tsbCancelAll.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbCancelAll.set_Name("tsbCancelAll");
     this.tsbCancelAll.set_Size(new System.Drawing.Size(0x17, 0x16));
     this.tsbCancelAll.set_Text("Отменить все");
     this.tsbCancelAll.add_Click(new System.EventHandler(this.tsbCancelAll_Click));
     this.tsbCurrentCounters.set_Checked(true);
     this.tsbCurrentCounters.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.tsbCurrentCounters.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbCurrentCounters.set_Image((System.Drawing.Image) manager.GetObject("tsbCurrentCounters.Image"));
     this.tsbCurrentCounters.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbCurrentCounters.set_Name("tsbCurrentCounters");
     this.tsbCurrentCounters.set_Size(new System.Drawing.Size(0x59, 0x16));
     this.tsbCurrentCounters.set_Text("Действующие");
     this.tsbCurrentCounters.add_Click(new System.EventHandler(this.tsbCurrentCounters_Click));
     this.tsbAllCounters.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbAllCounters.set_Image((System.Drawing.Image) manager.GetObject("tsbAllCounters.Image"));
     this.tsbAllCounters.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbAllCounters.set_Name("tsbAllCounters");
     this.tsbAllCounters.set_Size(new System.Drawing.Size(30, 0x16));
     this.tsbAllCounters.set_Text("Все");
     this.tsbAllCounters.add_Click(new System.EventHandler(this.tsbAllCounters_Click));
     this.tsbSearchAllServices.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbSearchAllServices.set_Image((System.Drawing.Image) manager.GetObject("tsbSearchAllServices.Image"));
     this.tsbSearchAllServices.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbSearchAllServices.set_Name("tsbSearchAllServices");
     this.tsbSearchAllServices.set_Size(new System.Drawing.Size(0x42, 0x16));
     this.tsbSearchAllServices.set_Text("Найти все");
     this.tsbSearchAllServices.add_Click(new System.EventHandler(this.tsbSearchAllServices_Click));
     this.tsbSelectBidning.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbSelectBidning.set_Image((System.Drawing.Image) manager.GetObject("tsbSelectBidning.Image"));
     this.tsbSelectBidning.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbSelectBidning.set_Name("tsbSelectBidning");
     this.tsbSelectBidning.set_Size(new System.Drawing.Size(0x79, 0x16));
     this.tsbSelectBidning.set_Text("Найти привязанные");
     this.tsbSelectBidning.add_Click(new System.EventHandler(this.tsbSelectBidning_Click));
     this.tsbSelectNotBinding.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbSelectNotBinding.set_Image((System.Drawing.Image) manager.GetObject("tsbSelectNotBinding.Image"));
     this.tsbSelectNotBinding.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbSelectNotBinding.set_Name("tsbSelectNotBinding");
     this.tsbSelectNotBinding.set_Size(new System.Drawing.Size(0x86, 0x16));
     this.tsbSelectNotBinding.set_Text("Найти непривязанные");
     this.tsbSelectNotBinding.add_Click(new System.EventHandler(this.tsbSelectNotBinding_Click));
     this.btnWaiting.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.btnWaiting.set_Image(Resources.LOADING);
     this.btnWaiting.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.btnWaiting.set_Name("btnWaiting");
     this.btnWaiting.set_Size(new System.Drawing.Size(0x17, 0x16));
     this.btnWaiting.set_Text("toolStripButton1");
     this.btnWaiting.set_Visible(false);
     this.bsServices.set_DataSource(typeof(AccountService));
     this.dataGridViewTextBoxColumn1.set_DataPropertyName("ApartmentAddrName");
     this.dataGridViewTextBoxColumn1.set_HeaderText("Адрес");
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn1.set_Width(250);
     this.dataGridViewTextBoxColumn2.set_DataPropertyName("CounterName");
     this.dataGridViewTextBoxColumn2.set_HeaderText("Наименование счетчика");
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.dataGridViewTextBoxColumn2.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn2.set_Width(200);
     this.dataGridViewTextBoxColumn3.set_DataPropertyName("CounterTypeName");
     this.dataGridViewTextBoxColumn3.set_HeaderText("Тип счетчика");
     this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3");
     this.dataGridViewTextBoxColumn3.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn3.set_Width(200);
     this.dataGridViewTextBoxColumn4.set_DataPropertyName("Id");
     this.dataGridViewTextBoxColumn4.set_HeaderText("Дата окончания");
     this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4");
     this.dataGridViewTextBoxColumn4.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn4.set_Resizable(System.Windows.Forms.DataGridViewTriState.True);
     this.dataGridViewTextBoxColumn4.set_Visible(false);
     this.dataGridViewTextBoxColumn4.set_Width(150);
     this.dataGridViewTextBoxColumn5.set_DataPropertyName("ApartmentId");
     this.dataGridViewTextBoxColumn5.set_HeaderText("accountServiceId");
     this.dataGridViewTextBoxColumn5.set_Name("dataGridViewTextBoxColumn5");
     this.dataGridViewTextBoxColumn5.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn5.set_Visible(false);
     this.dataGridViewTextBoxColumn6.set_DataPropertyName("FromDate");
     style4.set_BackColor(System.Drawing.Color.FromArgb(0x80, 0xff, 0x80));
     this.dataGridViewTextBoxColumn6.set_DefaultCellStyle(style4);
     this.dataGridViewTextBoxColumn6.set_HeaderText("counterId");
     this.dataGridViewTextBoxColumn6.set_Name("dataGridViewTextBoxColumn6");
     this.dataGridViewTextBoxColumn6.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn6.set_Visible(false);
     this.dataGridViewTextBoxColumn7.set_DataPropertyName("ToDate");
     this.dataGridViewTextBoxColumn7.set_HeaderText("counterId");
     this.dataGridViewTextBoxColumn7.set_Name("dataGridViewTextBoxColumn7");
     this.dataGridViewTextBoxColumn7.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn7.set_Visible(false);
     this.addressName.set_DataPropertyName("AddressName");
     this.addressName.set_HeaderText("Адрес");
     this.addressName.set_Name("addressName");
     this.addressName.set_ReadOnly(true);
     this.addressName.set_Width(200);
     this.counterName.set_DataPropertyName("CounterName");
     this.counterName.set_HeaderText("Наименование счетчика");
     this.counterName.set_Name("counterName");
     this.counterName.set_ReadOnly(true);
     this.counterName.set_Width(150);
     this.counterTypeName.set_DataPropertyName("CounterTypeName");
     this.counterTypeName.set_HeaderText("Тип счетчика");
     this.counterTypeName.set_Name("counterTypeName");
     this.counterTypeName.set_ReadOnly(true);
     this.counterTypeName.set_Width(150);
     this.Id.set_DataPropertyName("Id");
     this.Id.set_HeaderText("Id");
     this.Id.set_Name("Id");
     this.Id.set_ReadOnly(true);
     this.Id.set_Visible(false);
     this.ApartmentId.set_DataPropertyName("ApartmentId");
     this.ApartmentId.set_HeaderText("ApartmentId");
     this.ApartmentId.set_Name("ApartmentId");
     this.ApartmentId.set_ReadOnly(true);
     this.ApartmentId.set_Visible(false);
     this.FromDateApartmentCounter.set_DataPropertyName("FromDate");
     this.FromDateApartmentCounter.set_HeaderText("FromDate");
     this.FromDateApartmentCounter.set_Name("FromDateApartmentCounter");
     this.FromDateApartmentCounter.set_Visible(false);
     this.ToDateApartmentCounter.set_DataPropertyName("ToDate");
     this.ToDateApartmentCounter.set_HeaderText("ToDate");
     this.ToDateApartmentCounter.set_Name("ToDateApartmentCounter");
     this.ToDateApartmentCounter.set_Visible(false);
     this.dataGridViewDateColumn1.set_DataPropertyName("FromDate");
     style5.set_BackColor(System.Drawing.Color.FromArgb(0xc0, 0xff, 0xc0));
     this.dataGridViewDateColumn1.set_DefaultCellStyle(style5);
     this.dataGridViewDateColumn1.set_HeaderText("Дата начала");
     this.dataGridViewDateColumn1.set_Name("dataGridViewDateColumn1");
     this.dataGridViewDateColumn1.set_Resizable(System.Windows.Forms.DataGridViewTriState.True);
     this.dataGridViewDateColumn1.set_SortMode(System.Windows.Forms.DataGridViewColumnSortMode.Automatic);
     this.dataGridViewDateColumn1.set_Width(120);
     this.dataGridViewDateColumn2.set_DataPropertyName("ToDate");
     style6.set_BackColor(System.Drawing.Color.FromArgb(0xc0, 0xff, 0xc0));
     this.dataGridViewDateColumn2.set_DefaultCellStyle(style6);
     this.dataGridViewDateColumn2.set_HeaderText("Дата окончания");
     this.dataGridViewDateColumn2.set_Name("dataGridViewDateColumn2");
     this.dataGridViewDateColumn2.set_Resizable(System.Windows.Forms.DataGridViewTriState.True);
     this.dataGridViewDateColumn2.set_SortMode(System.Windows.Forms.DataGridViewColumnSortMode.Automatic);
     this.dataGridViewDateColumn2.set_Width(120);
     this.dataGridViewDateColumn3.set_DataPropertyName("FromDate");
     style7.set_BackColor(System.Drawing.Color.FromArgb(0xc0, 0xff, 0xc0));
     this.dataGridViewDateColumn3.set_DefaultCellStyle(style7);
     this.dataGridViewDateColumn3.set_HeaderText("Дата начала");
     this.dataGridViewDateColumn3.set_Name("dataGridViewDateColumn3");
     this.dataGridViewDateColumn3.set_Resizable(System.Windows.Forms.DataGridViewTriState.True);
     this.dataGridViewDateColumn3.set_SortMode(System.Windows.Forms.DataGridViewColumnSortMode.Automatic);
     this.dataGridViewDateColumn3.set_Width(120);
     this.dataGridViewDateColumn4.set_DataPropertyName("ToDate");
     style8.set_BackColor(System.Drawing.Color.FromArgb(0xc0, 0xff, 0xc0));
     this.dataGridViewDateColumn4.set_DefaultCellStyle(style8);
     this.dataGridViewDateColumn4.set_HeaderText("Дата окончания");
     this.dataGridViewDateColumn4.set_Name("dataGridViewDateColumn4");
     this.dataGridViewDateColumn4.set_Resizable(System.Windows.Forms.DataGridViewTriState.True);
     this.dataGridViewDateColumn4.set_SortMode(System.Windows.Forms.DataGridViewColumnSortMode.Automatic);
     this.dataGridViewDateColumn4.set_Width(120);
     this.dataGridViewDateColumn5.set_DataPropertyName("FromDate");
     style9.set_BackColor(System.Drawing.Color.FromArgb(0xc0, 0xff, 0xc0));
     this.dataGridViewDateColumn5.set_DefaultCellStyle(style9);
     this.dataGridViewDateColumn5.set_HeaderText("Дата начала");
     this.dataGridViewDateColumn5.set_Name("dataGridViewDateColumn5");
     this.dataGridViewDateColumn5.set_Resizable(System.Windows.Forms.DataGridViewTriState.True);
     this.dataGridViewDateColumn5.set_SortMode(System.Windows.Forms.DataGridViewColumnSortMode.Automatic);
     this.dataGridViewDateColumn5.set_Width(120);
     this.dataGridViewDateColumn6.set_DataPropertyName("ToDate");
     style10.set_BackColor(System.Drawing.Color.FromArgb(0xc0, 0xff, 0xc0));
     this.dataGridViewDateColumn6.set_DefaultCellStyle(style10);
     this.dataGridViewDateColumn6.set_HeaderText("Дата окончания");
     this.dataGridViewDateColumn6.set_Name("dataGridViewDateColumn6");
     this.dataGridViewDateColumn6.set_Resizable(System.Windows.Forms.DataGridViewTriState.True);
     this.dataGridViewDateColumn6.set_SortMode(System.Windows.Forms.DataGridViewColumnSortMode.Automatic);
     this.dataGridViewDateColumn6.set_Width(120);
     this.dataGridViewDateTimeColumn1.set_HeaderText("Дата начала");
     this.dataGridViewDateTimeColumn1.set_Name("dataGridViewDateTimeColumn1");
     this.dataGridViewDateTimeColumn1.set_ReadOnly(true);
     this.dataGridViewDateTimeColumn1.set_Resizable(System.Windows.Forms.DataGridViewTriState.True);
     this.dataGridViewDateTimeColumn1.set_SortMode(System.Windows.Forms.DataGridViewColumnSortMode.Automatic);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.splitContainer1);
     base.set_Name("HousesBindingServicesView");
     base.set_Size(new System.Drawing.Size(0x390, 0x15b));
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.dgvBindingServices.EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.tsMenu.ResumeLayout(false);
     this.tsMenu.PerformLayout();
     this.bsApartmentCounters.EndInit();
     this.bsServices.EndInit();
     base.ResumeLayout(false);
 }