Esempio n. 1
0
 private void InitializeComponent()
 {
     this.components = new Container();
     this.m_StreetLabel = new System.Windows.Forms.Label();
     this.m_CityLabel = new System.Windows.Forms.Label();
     this.m_StreetBox = new System.Windows.Forms.ComboBox();
     this.bsStreet = new System.Windows.Forms.BindingSource(this.components);
     this.m_HouseBox = new System.Windows.Forms.ComboBox();
     this.bsHouse = new System.Windows.Forms.BindingSource(this.components);
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.m_CityBox = new System.Windows.Forms.ComboBox();
     this.bsCity = new System.Windows.Forms.BindingSource(this.components);
     System.Windows.Forms.Label label = new System.Windows.Forms.Label();
     this.bsStreet.BeginInit();
     this.bsHouse.BeginInit();
     this.tableLayoutPanel1.SuspendLayout();
     this.bsCity.BeginInit();
     base.SuspendLayout();
     label.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left);
     label.set_AutoSize(true);
     label.set_Location(new System.Drawing.Point(3, 80));
     label.set_Name("label3");
     label.set_Size(new System.Drawing.Size(0xcd, 13));
     label.set_TabIndex(6);
     label.set_Text("Дом");
     this.m_StreetLabel.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left);
     this.m_StreetLabel.set_AutoSize(true);
     this.m_StreetLabel.set_Location(new System.Drawing.Point(3, 40));
     this.m_StreetLabel.set_Name("m_StreetLabel");
     this.m_StreetLabel.set_Size(new System.Drawing.Size(0xcd, 13));
     this.m_StreetLabel.set_TabIndex(5);
     this.m_StreetLabel.set_Text("Улица");
     this.m_CityLabel.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left);
     this.m_CityLabel.set_AutoSize(true);
     this.m_CityLabel.set_Location(new System.Drawing.Point(3, 0));
     this.m_CityLabel.set_Name("m_CityLabel");
     this.m_CityLabel.set_Size(new System.Drawing.Size(0xcd, 13));
     this.m_CityLabel.set_TabIndex(5);
     this.m_CityLabel.set_Text("Населенный пункт");
     this.m_StreetBox.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left);
     this.m_StreetBox.set_AutoCompleteMode(System.Windows.Forms.AutoCompleteMode.SuggestAppend);
     this.m_StreetBox.set_AutoCompleteSource(System.Windows.Forms.AutoCompleteSource.ListItems);
     this.m_StreetBox.set_DataSource(this.bsStreet);
     this.m_StreetBox.set_DisplayMember("Name");
     this.m_StreetBox.set_FormattingEnabled(true);
     this.m_StreetBox.set_Location(new System.Drawing.Point(3, 0x38));
     this.m_StreetBox.set_MaxDropDownItems(0x10);
     this.m_StreetBox.set_Name("m_StreetBox");
     this.m_StreetBox.set_Size(new System.Drawing.Size(0xcd, 0x15));
     this.m_StreetBox.set_TabIndex(0);
     this.m_StreetBox.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.cb_KeyDown));
     this.bsStreet.set_DataSource(typeof(LocalAddress));
     this.bsStreet.add_CurrentChanged(new System.EventHandler(this.bsStreet_CurrentChanged));
     this.m_HouseBox.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left);
     this.m_HouseBox.set_AutoCompleteMode(System.Windows.Forms.AutoCompleteMode.SuggestAppend);
     this.m_HouseBox.set_AutoCompleteSource(System.Windows.Forms.AutoCompleteSource.ListItems);
     this.m_HouseBox.set_DataSource(this.bsHouse);
     this.m_HouseBox.set_DisplayMember("Name");
     this.m_HouseBox.set_FormattingEnabled(true);
     this.m_HouseBox.set_Location(new System.Drawing.Point(3, 0x60));
     this.m_HouseBox.set_MaxDropDownItems(0x10);
     this.m_HouseBox.set_Name("m_HouseBox");
     this.m_HouseBox.set_Size(new System.Drawing.Size(0xcd, 0x15));
     this.m_HouseBox.set_TabIndex(1);
     this.m_HouseBox.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.cb_KeyDown));
     this.bsHouse.set_DataSource(typeof(LocalAddress));
     this.tableLayoutPanel1.set_ColumnCount(1);
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.Controls.Add(label, 0, 4);
     this.tableLayoutPanel1.Controls.Add(this.m_StreetBox, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.m_StreetLabel, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.m_CityLabel, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.m_CityBox, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.m_HouseBox, 0, 5);
     this.tableLayoutPanel1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.tableLayoutPanel1.set_Location(new System.Drawing.Point(0, 0));
     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(0xd3, 0x9a));
     this.tableLayoutPanel1.set_TabIndex(8);
     this.m_CityBox.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left);
     this.m_CityBox.set_AutoCompleteMode(System.Windows.Forms.AutoCompleteMode.SuggestAppend);
     this.m_CityBox.set_AutoCompleteSource(System.Windows.Forms.AutoCompleteSource.ListItems);
     this.m_CityBox.set_DisplayMember("Name");
     this.m_CityBox.set_FormattingEnabled(true);
     this.m_CityBox.set_Location(new System.Drawing.Point(3, 0x10));
     this.m_CityBox.set_MaxDropDownItems(0x10);
     this.m_CityBox.set_Name("m_CityBox");
     this.m_CityBox.set_Size(new System.Drawing.Size(0xcd, 0x15));
     this.m_CityBox.set_TabIndex(0);
     this.m_CityBox.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.cb_KeyDown));
     this.bsCity.set_DataSource(typeof(LocalAddress));
     this.bsCity.add_CurrentChanged(new System.EventHandler(this.bsCity_CurrentChanged));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Inherit);
     base.Controls.Add(this.tableLayoutPanel1);
     base.set_Margin(new System.Windows.Forms.Padding(0));
     base.set_Name("HouseAddressSelector");
     base.set_Size(new System.Drawing.Size(0xd3, 0x9a));
     base.add_Load(new System.EventHandler(this.HouseAddressSelector_Load));
     base.add_Resize(new System.EventHandler(this.HouseAddressSelector_Resize));
     this.bsStreet.EndInit();
     this.bsHouse.EndInit();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.bsCity.EndInit();
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.components = new Container();
     this.cbStreets = new System.Windows.Forms.ComboBox();
     this.bsStreets = new System.Windows.Forms.BindingSource(this.components);
     this.cbHouses = new System.Windows.Forms.ComboBox();
     this.bsHouses = new System.Windows.Forms.BindingSource(this.components);
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.PreviousAddressName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.PreviousNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.PreviousOwnerName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.fromDateDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.createdDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsPrevApartments = new System.Windows.Forms.BindingSource(this.components);
     this.label1 = new System.Windows.Forms.Label();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.dateMergeSplit = new DateBox();
     this.dgvApartments = new System.Windows.Forms.DataGridView();
     this.selectForMergeDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.addressNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.numberDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ownerNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.fromDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.toDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.createdDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsCurrentApartments = new System.Windows.Forms.BindingSource(this.components);
     this.tsApartmentMerge = new System.Windows.Forms.ToolStrip();
     this.tsBtnSplit = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tsBtnMerge = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.dataGridView3 = new System.Windows.Forms.DataGridView();
     this.nextAddressNameDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.nextNumberDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.nextOwnerNameDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.fromDateDataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.createdDataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsNextApartments = new System.Windows.Forms.BindingSource(this.components);
     this.label2 = 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.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();
     System.Windows.Forms.Label label = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label2 = new System.Windows.Forms.Label();
     this.bsStreets.BeginInit();
     this.bsHouses.BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.dataGridView1.BeginInit();
     this.bsPrevApartments.BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.dgvApartments.BeginInit();
     this.bsCurrentApartments.BeginInit();
     this.tsApartmentMerge.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.dataGridView3.BeginInit();
     this.bsNextApartments.BeginInit();
     base.SuspendLayout();
     label.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     label.set_AutoSize(true);
     label.set_Location(new System.Drawing.Point(0x22e, 0x13));
     label.set_Name("label6");
     label.set_Size(new System.Drawing.Size(30, 13));
     label.set_TabIndex(12);
     label.set_Text("Дом");
     label2.set_AutoSize(true);
     label2.set_Location(new System.Drawing.Point(9, 0x13));
     label2.set_Name("label5");
     label2.set_Size(new System.Drawing.Size(0x27, 13));
     label2.set_TabIndex(13);
     label2.set_Text("Улица");
     this.cbStreets.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbStreets.set_DataSource(this.bsStreets);
     this.cbStreets.set_DisplayMember("Name");
     this.cbStreets.set_DropDownStyle(System.Windows.Forms.ComboBoxStyle.DropDownList);
     this.cbStreets.set_FormattingEnabled(true);
     this.cbStreets.set_Location(new System.Drawing.Point(0x3b, 0x10));
     this.cbStreets.set_Name("cbStreets");
     this.cbStreets.set_Size(new System.Drawing.Size(0x1ed, 0x15));
     this.cbStreets.set_TabIndex(10);
     this.bsStreets.set_DataSource(typeof(LocalAddress));
     this.bsStreets.add_CurrentChanged(new System.EventHandler(this.bsStreets_CurrentChanged));
     this.cbHouses.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.cbHouses.set_DataSource(this.bsHouses);
     this.cbHouses.set_DisplayMember("Name");
     this.cbHouses.set_DropDownStyle(System.Windows.Forms.ComboBoxStyle.DropDownList);
     this.cbHouses.set_FormattingEnabled(true);
     this.cbHouses.set_Location(new System.Drawing.Point(0x252, 0x10));
     this.cbHouses.set_Name("cbHouses");
     this.cbHouses.set_Size(new System.Drawing.Size(0x74, 0x15));
     this.cbHouses.set_TabIndex(11);
     this.bsHouses.set_DataSource(typeof(LocalAddress));
     this.bsHouses.add_CurrentChanged(new System.EventHandler(this.bsHouses_CurrentChanged));
     this.splitContainer1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.splitContainer1.set_Location(new System.Drawing.Point(0, 0));
     this.splitContainer1.set_Name("splitContainer1");
     this.splitContainer1.set_Orientation(System.Windows.Forms.Orientation.Horizontal);
     this.splitContainer1.Panel1.Controls.Add(this.dataGridView1);
     this.splitContainer1.Panel1.Controls.Add(this.label1);
     this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
     this.splitContainer1.set_Size(new System.Drawing.Size(0x2d2, 0x1ee));
     this.splitContainer1.set_SplitterDistance(0x69);
     this.splitContainer1.set_TabIndex(0x10);
     this.dataGridView1.set_AllowUserToAddRows(false);
     this.dataGridView1.set_AllowUserToDeleteRows(false);
     this.dataGridView1.set_AutoGenerateColumns(false);
     this.dataGridView1.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dataGridView1.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     this.dataGridView1.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.PreviousAddressName, this.PreviousNumber, this.PreviousOwnerName, this.fromDateDataGridViewTextBoxColumn1, this.createdDataGridViewTextBoxColumn1 });
     this.dataGridView1.set_DataSource(this.bsPrevApartments);
     this.dataGridView1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dataGridView1.set_Location(new System.Drawing.Point(0, 13));
     this.dataGridView1.set_Name("dataGridView1");
     this.dataGridView1.set_ReadOnly(true);
     this.dataGridView1.set_RowHeadersVisible(false);
     this.dataGridView1.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dataGridView1.set_Size(new System.Drawing.Size(0x2d2, 0x5c));
     this.dataGridView1.set_TabIndex(2);
     this.PreviousAddressName.set_DataPropertyName("PreviousAddressName");
     this.PreviousAddressName.set_HeaderText("Адрес");
     this.PreviousAddressName.set_Name("PreviousAddressName");
     this.PreviousAddressName.set_ReadOnly(true);
     this.PreviousAddressName.set_Width(0x3f);
     this.PreviousNumber.set_DataPropertyName("PreviousNumber");
     this.PreviousNumber.set_HeaderText("Ид.жилья");
     this.PreviousNumber.set_Name("PreviousNumber");
     this.PreviousNumber.set_ReadOnly(true);
     this.PreviousNumber.set_Width(0x51);
     this.PreviousOwnerName.set_DataPropertyName("PreviousOwnerName");
     this.PreviousOwnerName.set_HeaderText("Владелец");
     this.PreviousOwnerName.set_Name("PreviousOwnerName");
     this.PreviousOwnerName.set_ReadOnly(true);
     this.PreviousOwnerName.set_Width(0x51);
     this.fromDateDataGridViewTextBoxColumn1.set_DataPropertyName("FromDate");
     this.fromDateDataGridViewTextBoxColumn1.set_HeaderText("Дата слияния/разделения");
     this.fromDateDataGridViewTextBoxColumn1.set_Name("fromDateDataGridViewTextBoxColumn1");
     this.fromDateDataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.fromDateDataGridViewTextBoxColumn1.set_Width(0x99);
     this.createdDataGridViewTextBoxColumn1.set_DataPropertyName("Created");
     this.createdDataGridViewTextBoxColumn1.set_HeaderText("Дата создания");
     this.createdDataGridViewTextBoxColumn1.set_Name("createdDataGridViewTextBoxColumn1");
     this.createdDataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.bsPrevApartments.set_DataSource(typeof(ApartmentMergeHistory));
     this.label1.set_AutoSize(true);
     this.label1.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.label1.set_Location(new System.Drawing.Point(0, 0));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x9e, 13));
     this.label1.set_TabIndex(1);
     this.label1.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.Controls.Add(this.dateMergeSplit);
     this.splitContainer2.Panel1.Controls.Add(this.dgvApartments);
     this.splitContainer2.Panel1.Controls.Add(this.tsApartmentMerge);
     this.splitContainer2.Panel1.Controls.Add(this.groupBox1);
     this.splitContainer2.Panel2.Controls.Add(this.dataGridView3);
     this.splitContainer2.Panel2.Controls.Add(this.label2);
     this.splitContainer2.set_Size(new System.Drawing.Size(0x2d2, 0x181));
     this.splitContainer2.set_SplitterDistance(0xe5);
     this.splitContainer2.set_TabIndex(0);
     this.dateMergeSplit.AttachToPeriod = false;
     this.dateMergeSplit.AttachToPeriodEnd = false;
     this.dateMergeSplit.set_Location(new System.Drawing.Point(0x191, 0x2d));
     this.dateMergeSplit.set_Mask("00/00/0000");
     this.dateMergeSplit.set_Name("dateMergeSplit");
     this.dateMergeSplit.set_Size(new System.Drawing.Size(100, 20));
     this.dateMergeSplit.set_TabIndex(0x12);
     this.dgvApartments.set_AllowUserToAddRows(false);
     this.dgvApartments.set_AllowUserToDeleteRows(false);
     this.dgvApartments.set_AutoGenerateColumns(false);
     this.dgvApartments.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dgvApartments.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     this.dgvApartments.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvApartments.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.selectForMergeDataGridViewCheckBoxColumn, this.addressNameDataGridViewTextBoxColumn, this.numberDataGridViewTextBoxColumn, this.ownerNameDataGridViewTextBoxColumn, this.fromDateDataGridViewTextBoxColumn, this.toDateDataGridViewTextBoxColumn, this.createdDataGridViewTextBoxColumn });
     this.dgvApartments.set_DataSource(this.bsCurrentApartments);
     this.dgvApartments.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvApartments.set_Location(new System.Drawing.Point(0, 0x44));
     this.dgvApartments.set_Name("dgvApartments");
     this.dgvApartments.set_RowHeadersVisible(false);
     this.dgvApartments.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvApartments.set_Size(new System.Drawing.Size(0x2d2, 0xa1));
     this.dgvApartments.set_TabIndex(1);
     this.selectForMergeDataGridViewCheckBoxColumn.set_HeaderText("");
     this.selectForMergeDataGridViewCheckBoxColumn.set_Name("selectForMergeDataGridViewCheckBoxColumn");
     this.selectForMergeDataGridViewCheckBoxColumn.set_Resizable(System.Windows.Forms.DataGridViewTriState.True);
     this.selectForMergeDataGridViewCheckBoxColumn.set_SortMode(System.Windows.Forms.DataGridViewColumnSortMode.Automatic);
     this.selectForMergeDataGridViewCheckBoxColumn.set_Width(0x13);
     this.addressNameDataGridViewTextBoxColumn.set_DataPropertyName("AddressName");
     this.addressNameDataGridViewTextBoxColumn.set_HeaderText("Адрес");
     this.addressNameDataGridViewTextBoxColumn.set_Name("addressNameDataGridViewTextBoxColumn");
     this.addressNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.addressNameDataGridViewTextBoxColumn.set_Width(0x3f);
     this.numberDataGridViewTextBoxColumn.set_DataPropertyName("Number");
     this.numberDataGridViewTextBoxColumn.set_HeaderText("Ид.жилья");
     this.numberDataGridViewTextBoxColumn.set_Name("numberDataGridViewTextBoxColumn");
     this.numberDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.numberDataGridViewTextBoxColumn.set_Width(0x51);
     this.ownerNameDataGridViewTextBoxColumn.set_DataPropertyName("OwnerName");
     this.ownerNameDataGridViewTextBoxColumn.set_HeaderText("Владелец");
     this.ownerNameDataGridViewTextBoxColumn.set_Name("ownerNameDataGridViewTextBoxColumn");
     this.ownerNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.ownerNameDataGridViewTextBoxColumn.set_Width(0x51);
     this.fromDateDataGridViewTextBoxColumn.set_DataPropertyName("FromDate");
     this.fromDateDataGridViewTextBoxColumn.set_HeaderText("Дата ввода в жилой фонд");
     this.fromDateDataGridViewTextBoxColumn.set_Name("fromDateDataGridViewTextBoxColumn");
     this.fromDateDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.fromDateDataGridViewTextBoxColumn.set_Width(0x7e);
     this.toDateDataGridViewTextBoxColumn.set_DataPropertyName("ToDate");
     this.toDateDataGridViewTextBoxColumn.set_HeaderText("Дата выбытия из жилого фонда");
     this.toDateDataGridViewTextBoxColumn.set_Name("toDateDataGridViewTextBoxColumn");
     this.toDateDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.toDateDataGridViewTextBoxColumn.set_Width(150);
     this.createdDataGridViewTextBoxColumn.set_DataPropertyName("Created");
     this.createdDataGridViewTextBoxColumn.set_HeaderText("Дата создания");
     this.createdDataGridViewTextBoxColumn.set_Name("createdDataGridViewTextBoxColumn");
     this.createdDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.bsCurrentApartments.set_DataSource(typeof(Apartment));
     this.bsCurrentApartments.add_CurrentChanged(new System.EventHandler(this.bsCurrentApartments_CurrentChanged));
     this.tsApartmentMerge.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsBtnSplit, this.toolStripSeparator1, this.tsBtnMerge, this.toolStripLabel1 });
     this.tsApartmentMerge.set_Location(new System.Drawing.Point(0, 0x2b));
     this.tsApartmentMerge.set_Name("tsApartmentMerge");
     this.tsApartmentMerge.set_Size(new System.Drawing.Size(0x2d2, 0x19));
     this.tsApartmentMerge.set_TabIndex(0);
     this.tsApartmentMerge.set_Text("toolStrip1");
     this.tsBtnSplit.set_Image(Resources.SPLIT);
     this.tsBtnSplit.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnSplit.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnSplit.set_Name("tsBtnSplit");
     this.tsBtnSplit.set_Size(new System.Drawing.Size(0x87, 0x16));
     this.tsBtnSplit.set_Text("Разделить текущий");
     this.tsBtnSplit.add_Click(new System.EventHandler(this.tsBtnSplit_Click));
     this.toolStripSeparator1.set_Name("toolStripSeparator1");
     this.toolStripSeparator1.set_Size(new System.Drawing.Size(6, 0x19));
     this.tsBtnMerge.set_Image(Resources.MERGE);
     this.tsBtnMerge.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsBtnMerge.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnMerge.set_Name("tsBtnMerge");
     this.tsBtnMerge.set_Size(new System.Drawing.Size(0x81, 0x16));
     this.tsBtnMerge.set_Text("Слить выбранные");
     this.tsBtnMerge.add_Click(new System.EventHandler(this.tsBtnMerge_Click));
     this.toolStripLabel1.set_Name("toolStripLabel1");
     this.toolStripLabel1.set_Size(new System.Drawing.Size(0x91, 0x16));
     this.toolStripLabel1.set_Text("Дата создания (слияния):");
     this.groupBox1.Controls.Add(this.cbStreets);
     this.groupBox1.Controls.Add(label2);
     this.groupBox1.Controls.Add(label);
     this.groupBox1.Controls.Add(this.cbHouses);
     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(0x2d2, 0x2b));
     this.groupBox1.set_TabIndex(0x11);
     this.groupBox1.set_TabStop(false);
     this.groupBox1.set_Text("Поиск паспортов жилья");
     this.dataGridView3.set_AllowUserToAddRows(false);
     this.dataGridView3.set_AllowUserToDeleteRows(false);
     this.dataGridView3.set_AutoGenerateColumns(false);
     this.dataGridView3.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dataGridView3.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     this.dataGridView3.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dataGridView3.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.nextAddressNameDataGridViewTextBoxColumn1, this.nextNumberDataGridViewTextBoxColumn1, this.nextOwnerNameDataGridViewTextBoxColumn1, this.fromDateDataGridViewTextBoxColumn2, this.createdDataGridViewTextBoxColumn2 });
     this.dataGridView3.set_DataSource(this.bsNextApartments);
     this.dataGridView3.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dataGridView3.set_Location(new System.Drawing.Point(0, 13));
     this.dataGridView3.set_Name("dataGridView3");
     this.dataGridView3.set_ReadOnly(true);
     this.dataGridView3.set_RowHeadersVisible(false);
     this.dataGridView3.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dataGridView3.set_Size(new System.Drawing.Size(0x2d2, 0x8b));
     this.dataGridView3.set_TabIndex(3);
     this.nextAddressNameDataGridViewTextBoxColumn1.set_DataPropertyName("NextAddressName");
     this.nextAddressNameDataGridViewTextBoxColumn1.set_HeaderText("Адрес");
     this.nextAddressNameDataGridViewTextBoxColumn1.set_Name("nextAddressNameDataGridViewTextBoxColumn1");
     this.nextAddressNameDataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.nextAddressNameDataGridViewTextBoxColumn1.set_Width(0x3f);
     this.nextNumberDataGridViewTextBoxColumn1.set_DataPropertyName("NextNumber");
     this.nextNumberDataGridViewTextBoxColumn1.set_HeaderText("Ид.жилья");
     this.nextNumberDataGridViewTextBoxColumn1.set_Name("nextNumberDataGridViewTextBoxColumn1");
     this.nextNumberDataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.nextNumberDataGridViewTextBoxColumn1.set_Width(0x51);
     this.nextOwnerNameDataGridViewTextBoxColumn1.set_DataPropertyName("NextOwnerName");
     this.nextOwnerNameDataGridViewTextBoxColumn1.set_HeaderText("Владелец");
     this.nextOwnerNameDataGridViewTextBoxColumn1.set_Name("nextOwnerNameDataGridViewTextBoxColumn1");
     this.nextOwnerNameDataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.nextOwnerNameDataGridViewTextBoxColumn1.set_Width(0x51);
     this.fromDateDataGridViewTextBoxColumn2.set_DataPropertyName("FromDate");
     this.fromDateDataGridViewTextBoxColumn2.set_HeaderText("Дата слияния/разделения");
     this.fromDateDataGridViewTextBoxColumn2.set_Name("fromDateDataGridViewTextBoxColumn2");
     this.fromDateDataGridViewTextBoxColumn2.set_ReadOnly(true);
     this.fromDateDataGridViewTextBoxColumn2.set_Width(0x99);
     this.createdDataGridViewTextBoxColumn2.set_DataPropertyName("Created");
     this.createdDataGridViewTextBoxColumn2.set_HeaderText("Дата создания");
     this.createdDataGridViewTextBoxColumn2.set_Name("createdDataGridViewTextBoxColumn2");
     this.createdDataGridViewTextBoxColumn2.set_ReadOnly(true);
     this.bsNextApartments.set_DataSource(typeof(ApartmentMergeHistory));
     this.label2.set_AutoSize(true);
     this.label2.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.label2.set_Location(new System.Drawing.Point(0, 0));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0xa4, 13));
     this.label2.set_TabIndex(2);
     this.label2.set_Text("Последующие паспорта жилья");
     this.dataGridViewTextBoxColumn1.set_DataPropertyName("CurrentAddressName");
     this.dataGridViewTextBoxColumn1.set_HeaderText("Адрес");
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_Width(0x3f);
     this.dataGridViewTextBoxColumn2.set_DataPropertyName("CurrentNumber");
     this.dataGridViewTextBoxColumn2.set_HeaderText("Ид.жилья");
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.dataGridViewTextBoxColumn2.set_Width(0x51);
     this.dataGridViewTextBoxColumn3.set_DataPropertyName("CurrentOwnerName");
     this.dataGridViewTextBoxColumn3.set_HeaderText("Владелец");
     this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3");
     this.dataGridViewTextBoxColumn3.set_Width(0x51);
     this.dataGridViewTextBoxColumn4.set_DataPropertyName("FromDate");
     this.dataGridViewTextBoxColumn4.set_HeaderText("Дата слияния/разделения");
     this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4");
     this.dataGridViewTextBoxColumn4.set_Width(0x99);
     this.dataGridViewTextBoxColumn5.set_DataPropertyName("Created");
     this.dataGridViewTextBoxColumn5.set_HeaderText("Дата создания");
     this.dataGridViewTextBoxColumn5.set_Name("dataGridViewTextBoxColumn5");
     this.dataGridViewTextBoxColumn6.set_DataPropertyName("AddressName");
     this.dataGridViewTextBoxColumn6.set_HeaderText("Адрес");
     this.dataGridViewTextBoxColumn6.set_Name("dataGridViewTextBoxColumn6");
     this.dataGridViewTextBoxColumn6.set_Width(0x3f);
     this.dataGridViewTextBoxColumn7.set_DataPropertyName("Number");
     this.dataGridViewTextBoxColumn7.set_HeaderText("Ид.жилья");
     this.dataGridViewTextBoxColumn7.set_Name("dataGridViewTextBoxColumn7");
     this.dataGridViewTextBoxColumn7.set_Width(0x51);
     this.dataGridViewTextBoxColumn8.set_DataPropertyName("OwnerName");
     this.dataGridViewTextBoxColumn8.set_HeaderText("Владелец");
     this.dataGridViewTextBoxColumn8.set_Name("dataGridViewTextBoxColumn8");
     this.dataGridViewTextBoxColumn8.set_Width(0x51);
     this.dataGridViewTextBoxColumn9.set_DataPropertyName("FromDate");
     this.dataGridViewTextBoxColumn9.set_HeaderText("Дата начала");
     this.dataGridViewTextBoxColumn9.set_Name("dataGridViewTextBoxColumn9");
     this.dataGridViewTextBoxColumn9.set_Width(0x58);
     this.dataGridViewTextBoxColumn10.set_DataPropertyName("ToDate");
     this.dataGridViewTextBoxColumn10.set_HeaderText("Дата выбытия");
     this.dataGridViewTextBoxColumn10.set_Name("dataGridViewTextBoxColumn10");
     this.dataGridViewTextBoxColumn10.set_Width(0x61);
     this.dataGridViewTextBoxColumn11.set_DataPropertyName("Created");
     this.dataGridViewTextBoxColumn11.set_HeaderText("Дата создания");
     this.dataGridViewTextBoxColumn11.set_Name("dataGridViewTextBoxColumn11");
     this.dataGridViewTextBoxColumn12.set_DataPropertyName("NextAddressName");
     this.dataGridViewTextBoxColumn12.set_HeaderText("Адрес");
     this.dataGridViewTextBoxColumn12.set_Name("dataGridViewTextBoxColumn12");
     this.dataGridViewTextBoxColumn12.set_Width(0x3f);
     this.dataGridViewTextBoxColumn13.set_DataPropertyName("NextNumber");
     this.dataGridViewTextBoxColumn13.set_HeaderText("Ид.жилья");
     this.dataGridViewTextBoxColumn13.set_Name("dataGridViewTextBoxColumn13");
     this.dataGridViewTextBoxColumn13.set_Width(0x51);
     this.dataGridViewTextBoxColumn14.set_DataPropertyName("NextOwnerName");
     this.dataGridViewTextBoxColumn14.set_HeaderText("Владелец");
     this.dataGridViewTextBoxColumn14.set_Name("dataGridViewTextBoxColumn14");
     this.dataGridViewTextBoxColumn14.set_Width(0x51);
     this.dataGridViewTextBoxColumn15.set_DataPropertyName("FromDate");
     this.dataGridViewTextBoxColumn15.set_HeaderText("Дата слияния/разделения");
     this.dataGridViewTextBoxColumn15.set_Name("dataGridViewTextBoxColumn15");
     this.dataGridViewTextBoxColumn15.set_Width(0x99);
     this.dataGridViewTextBoxColumn16.set_DataPropertyName("Created");
     this.dataGridViewTextBoxColumn16.set_HeaderText("Дата создания");
     this.dataGridViewTextBoxColumn16.set_Name("dataGridViewTextBoxColumn16");
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x2d2, 0x1ee));
     base.Controls.Add(this.splitContainer1);
     base.set_Name("ApartmentMergeHistoryForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("Слияние/разделение паспортов жилья");
     base.add_Load(new System.EventHandler(this.ApartmentMergeHistoryForm_Load));
     this.bsStreets.EndInit();
     this.bsHouses.EndInit();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.dataGridView1.EndInit();
     this.bsPrevApartments.EndInit();
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel1.PerformLayout();
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.Panel2.PerformLayout();
     this.splitContainer2.ResumeLayout(false);
     this.dgvApartments.EndInit();
     this.bsCurrentApartments.EndInit();
     this.tsApartmentMerge.ResumeLayout(false);
     this.tsApartmentMerge.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.dataGridView3.EndInit();
     this.bsNextApartments.EndInit();
     base.ResumeLayout(false);
 }
Esempio n. 3
0
 private void InitializeComponent()
 {
     this.components = new Container();
     this.orgListBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.tcOrganizations = new System.Windows.Forms.TabControl();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.m_IsPaymentUseNegativeSumm = new System.Windows.Forms.CheckBox();
     this.m_IsPaymentUseNotice = new System.Windows.Forms.CheckBox();
     this.selectDistributePayment = new SelectFasetData();
     this.label13 = new System.Windows.Forms.Label();
     this.m_ChiefAccountant = new System.Windows.Forms.TextBox();
     this.m_ModeWk = new System.Windows.Forms.TextBox();
     this.m_IsContractEnded = new System.Windows.Forms.CheckBox();
     this.m_IsBankrupt = new System.Windows.Forms.CheckBox();
     this.m_Address = new System.Windows.Forms.TextBox();
     this.m_ManagerPosition = new System.Windows.Forms.TextBox();
     this.m_Manager = new System.Windows.Forms.TextBox();
     this.m_Fax = new System.Windows.Forms.TextBox();
     this.m_TelephoneEmergencyDispatchService = new System.Windows.Forms.TextBox();
     this.m_Phone = new System.Windows.Forms.TextBox();
     this.m_AddrInfo = new System.Windows.Forms.TextBox();
     this.m_Info = new System.Windows.Forms.TextBox();
     this.m_DatePeriod = new DatePeriod();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.m_isResourceProvider = new System.Windows.Forms.CheckBox();
     this.m_IsPaymentAgent = new System.Windows.Forms.CheckBox();
     this.m_IsServiceProvider = new System.Windows.Forms.CheckBox();
     this.m_IsFlatOwner = new System.Windows.Forms.CheckBox();
     this.m_IsHouseHolder = new System.Windows.Forms.CheckBox();
     this.m_IsBenefitTransferrer = new System.Windows.Forms.CheckBox();
     this.m_IsCashlessTransferrer = new System.Windows.Forms.CheckBox();
     this.cbParentOrg = new System.Windows.Forms.ComboBox();
     this.m_OGRN = new System.Windows.Forms.TextBox();
     this.m_KPP = new System.Windows.Forms.TextBox();
     this.m_INN = new System.Windows.Forms.TextBox();
     this.m_LongName = new System.Windows.Forms.TextBox();
     this.m_ShortName = new System.Windows.Forms.TextBox();
     this.m_Code = new System.Windows.Forms.TextBox();
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.orgWageBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.tabPage3 = new System.Windows.Forms.TabPage();
     this.organizationMaterialsView1 = new OrganizationMaterialsView();
     this.tbProperties = new System.Windows.Forms.TabPage();
     this.dgv = new System.Windows.Forms.DataGridView();
     this.propertyNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.propertyValueDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsOrganizarionProperties = new System.Windows.Forms.BindingSource(this.components);
     this.tsProperties = new System.Windows.Forms.ToolStrip();
     this.btnAddPropertie = new System.Windows.Forms.ToolStripButton();
     this.btnChangePropertie = new System.Windows.Forms.ToolStripButton();
     this.btnDeletePropertie = new System.Windows.Forms.ToolStripButton();
     this.orgMaterialBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.organizationWagesView1 = new OrganizationWagesView();
     System.Windows.Forms.Label label = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label2 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label3 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label4 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label5 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label6 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label7 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label8 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label9 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label10 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label11 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label12 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label13 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label14 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label15 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label16 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label17 = new System.Windows.Forms.Label();
     this.orgListBindingSource.BeginInit();
     this.tcOrganizations.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.orgWageBindingSource.BeginInit();
     this.tabPage3.SuspendLayout();
     this.tbProperties.SuspendLayout();
     this.dgv.BeginInit();
     this.bsOrganizarionProperties.BeginInit();
     this.tsProperties.SuspendLayout();
     this.orgMaterialBindingSource.BeginInit();
     base.SuspendLayout();
     label.set_AutoSize(true);
     label.set_Location(new System.Drawing.Point(2, 0x173));
     label.set_Name("label12");
     label.set_Size(new System.Drawing.Size(0x4e, 13));
     label.set_TabIndex(0x5d);
     label.set_Text("Гл. бухгалтер:");
     label2.set_AutoSize(true);
     label2.set_Location(new System.Drawing.Point(2, 0x10f));
     label2.set_Name("label10");
     label2.set_Size(new System.Drawing.Size(0x55, 13));
     label2.set_TabIndex(0x59);
     label2.set_Text("Режим работы:");
     label3.set_AutoSize(true);
     label3.set_Location(new System.Drawing.Point(2, 0x128));
     label3.set_Name("label8");
     label3.set_Size(new System.Drawing.Size(0x29, 13));
     label3.set_TabIndex(0x4e);
     label3.set_Text("Адрес:");
     label4.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     label4.set_AutoSize(true);
     label4.set_Location(new System.Drawing.Point(0x173, 0x15a));
     label4.set_Name("label6");
     label4.set_Size(new System.Drawing.Size(0x44, 13));
     label4.set_TabIndex(0x4d);
     label4.set_Text("Должность:");
     label5.set_AutoSize(true);
     label5.set_Location(new System.Drawing.Point(2, 0x15a));
     label5.set_Name("label7");
     label5.set_Size(new System.Drawing.Size(0x51, 13));
     label5.set_TabIndex(0x4b);
     label5.set_Text("Руководитель:");
     label6.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     label6.set_AutoSize(true);
     label6.set_Location(new System.Drawing.Point(0x173, 0x141));
     label6.set_Name("label5");
     label6.set_Size(new System.Drawing.Size(0x27, 13));
     label6.set_TabIndex(0x49);
     label6.set_Text("Факс:");
     label7.set_AutoSize(true);
     label7.set_Location(new System.Drawing.Point(2, 0x18c));
     label7.set_Name("label9");
     label7.set_Size(new System.Drawing.Size(0x51, 13));
     label7.set_TabIndex(70);
     label7.set_Text("Телефон АДС:");
     label8.set_AutoSize(true);
     label8.set_Location(new System.Drawing.Point(2, 0x141));
     label8.set_Name("label4");
     label8.set_Size(new System.Drawing.Size(0x37, 13));
     label8.set_TabIndex(0x47);
     label8.set_Text("Телефон:");
     label9.set_AutoSize(true);
     label9.set_Location(new System.Drawing.Point(2, 0xef));
     label9.set_Name("label3");
     label9.set_Size(new System.Drawing.Size(0x88, 13));
     label9.set_TabIndex(0x43);
     label9.set_Text("Контактная информация:");
     label10.set_AutoSize(true);
     label10.set_Location(new System.Drawing.Point(2, 0xca));
     label10.set_Name("label2");
     label10.set_Size(new System.Drawing.Size(0x4c, 13));
     label10.set_TabIndex(0x44);
     label10.set_Text("Информация:");
     label11.set_AutoSize(true);
     label11.set_Location(new System.Drawing.Point(2, 0x91));
     label11.set_Name("oGRNLabel");
     label11.set_Size(new System.Drawing.Size(0x27, 13));
     label11.set_TabIndex(0x3f);
     label11.set_Text("ОГРН:");
     label12.set_AutoSize(true);
     label12.set_Location(new System.Drawing.Point(2, 120));
     label12.set_Name("kPPLabel");
     label12.set_Size(new System.Drawing.Size(0x21, 13));
     label12.set_TabIndex(60);
     label12.set_Text("КПП:");
     label13.set_AutoSize(true);
     label13.set_Location(new System.Drawing.Point(2, 0x5f));
     label13.set_Name("iNNLabel");
     label13.set_Size(new System.Drawing.Size(0x22, 13));
     label13.set_TabIndex(0x3b);
     label13.set_Text("ИНН:");
     label14.set_AutoSize(true);
     label14.set_Location(new System.Drawing.Point(2, 70));
     label14.set_Name("longNameLabel");
     label14.set_Size(new System.Drawing.Size(0x7d, 13));
     label14.set_TabIndex(0x3a);
     label14.set_Text("Полное наименование:");
     label15.set_AutoSize(true);
     label15.set_Location(new System.Drawing.Point(2, 0x2d));
     label15.set_Name("shortNameLabel");
     label15.set_Size(new System.Drawing.Size(0x87, 13));
     label15.set_TabIndex(0x39);
     label15.set_Text("Короткое наименование:");
     label16.set_AutoSize(true);
     label16.set_Location(new System.Drawing.Point(2, 170));
     label16.set_Name("label1");
     label16.set_Size(new System.Drawing.Size(0x7a, 13));
     label16.set_TabIndex(0x37);
     label16.set_Text("Старшая организация:");
     label17.set_AutoSize(true);
     label17.set_Location(new System.Drawing.Point(2, 20));
     label17.set_Name("codeLabel");
     label17.set_Size(new System.Drawing.Size(0x1d, 13));
     label17.set_TabIndex(0x38);
     label17.set_Text("Код:");
     this.orgListBindingSource.set_DataSource(typeof(Organization));
     this.tcOrganizations.Controls.Add(this.tabPage1);
     this.tcOrganizations.Controls.Add(this.tabPage2);
     this.tcOrganizations.Controls.Add(this.tabPage3);
     this.tcOrganizations.Controls.Add(this.tbProperties);
     this.tcOrganizations.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.tcOrganizations.set_Location(new System.Drawing.Point(0, 0));
     this.tcOrganizations.set_Name("tcOrganizations");
     this.tcOrganizations.set_SelectedIndex(0);
     this.tcOrganizations.set_Size(new System.Drawing.Size(0x261, 520));
     this.tcOrganizations.set_TabIndex(0);
     this.tabPage1.Controls.Add(this.groupBox2);
     this.tabPage1.Controls.Add(this.m_ChiefAccountant);
     this.tabPage1.Controls.Add(label);
     this.tabPage1.Controls.Add(this.m_ModeWk);
     this.tabPage1.Controls.Add(label2);
     this.tabPage1.Controls.Add(this.m_IsContractEnded);
     this.tabPage1.Controls.Add(this.m_IsBankrupt);
     this.tabPage1.Controls.Add(this.m_Address);
     this.tabPage1.Controls.Add(label3);
     this.tabPage1.Controls.Add(label4);
     this.tabPage1.Controls.Add(this.m_ManagerPosition);
     this.tabPage1.Controls.Add(label5);
     this.tabPage1.Controls.Add(this.m_Manager);
     this.tabPage1.Controls.Add(label6);
     this.tabPage1.Controls.Add(this.m_Fax);
     this.tabPage1.Controls.Add(label7);
     this.tabPage1.Controls.Add(label8);
     this.tabPage1.Controls.Add(this.m_TelephoneEmergencyDispatchService);
     this.tabPage1.Controls.Add(this.m_Phone);
     this.tabPage1.Controls.Add(this.m_AddrInfo);
     this.tabPage1.Controls.Add(label9);
     this.tabPage1.Controls.Add(label10);
     this.tabPage1.Controls.Add(this.m_Info);
     this.tabPage1.Controls.Add(this.m_DatePeriod);
     this.tabPage1.Controls.Add(this.groupBox1);
     this.tabPage1.Controls.Add(this.cbParentOrg);
     this.tabPage1.Controls.Add(label11);
     this.tabPage1.Controls.Add(this.m_OGRN);
     this.tabPage1.Controls.Add(label12);
     this.tabPage1.Controls.Add(this.m_KPP);
     this.tabPage1.Controls.Add(label13);
     this.tabPage1.Controls.Add(this.m_INN);
     this.tabPage1.Controls.Add(label14);
     this.tabPage1.Controls.Add(this.m_LongName);
     this.tabPage1.Controls.Add(label15);
     this.tabPage1.Controls.Add(this.m_ShortName);
     this.tabPage1.Controls.Add(label16);
     this.tabPage1.Controls.Add(label17);
     this.tabPage1.Controls.Add(this.m_Code);
     this.tabPage1.set_Location(new System.Drawing.Point(4, 0x16));
     this.tabPage1.set_Name("tabPage1");
     this.tabPage1.set_Padding(new System.Windows.Forms.Padding(3));
     this.tabPage1.set_Size(new System.Drawing.Size(0x259, 0x1ee));
     this.tabPage1.set_TabIndex(0);
     this.tabPage1.set_Text("Организация");
     this.tabPage1.set_UseVisualStyleBackColor(true);
     this.groupBox2.Controls.Add(this.m_IsPaymentUseNegativeSumm);
     this.groupBox2.Controls.Add(this.m_IsPaymentUseNotice);
     this.groupBox2.Controls.Add(this.selectDistributePayment);
     this.groupBox2.Controls.Add(this.label13);
     this.groupBox2.set_Location(new System.Drawing.Point(3, 0x1a2));
     this.groupBox2.set_Name("groupBox2");
     this.groupBox2.set_Size(new System.Drawing.Size(0x250, 0x41));
     this.groupBox2.set_TabIndex(0x61);
     this.groupBox2.set_TabStop(false);
     this.groupBox2.set_Text("Распределение оплаты");
     this.m_IsPaymentUseNegativeSumm.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.m_IsPaymentUseNegativeSumm.set_AutoSize(true);
     this.m_IsPaymentUseNegativeSumm.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.m_IsPaymentUseNegativeSumm.set_Location(new System.Drawing.Point(0xc7, 0x13));
     this.m_IsPaymentUseNegativeSumm.set_Name("m_IsPaymentUseNegativeSumm");
     this.m_IsPaymentUseNegativeSumm.set_Size(new System.Drawing.Size(0x110, 0x11));
     this.m_IsPaymentUseNegativeSumm.set_TabIndex(0x62);
     this.m_IsPaymentUseNegativeSumm.set_Text("Распределять отрицательное сальдо на услугах");
     this.m_IsPaymentUseNegativeSumm.set_UseVisualStyleBackColor(true);
     this.m_IsPaymentUseNotice.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.m_IsPaymentUseNotice.set_AutoSize(true);
     this.m_IsPaymentUseNotice.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.m_IsPaymentUseNotice.set_Location(new System.Drawing.Point(3, 0x13));
     this.m_IsPaymentUseNotice.set_Name("m_IsPaymentUseNotice");
     this.m_IsPaymentUseNotice.set_Size(new System.Drawing.Size(0xa9, 0x11));
     this.m_IsPaymentUseNotice.set_TabIndex(0x63);
     this.m_IsPaymentUseNotice.set_Text("Распределять по квитанции");
     this.m_IsPaymentUseNotice.set_UseVisualStyleBackColor(true);
     this.selectDistributePayment.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectDistributePayment.set_FormattingEnabled(true);
     this.selectDistributePayment.set_Location(new System.Drawing.Point(0x86, 0x27));
     this.selectDistributePayment.set_Margin(new System.Windows.Forms.Padding(2));
     this.selectDistributePayment.set_Name("selectDistributePayment");
     this.selectDistributePayment.set_Size(new System.Drawing.Size(0x1c5, 0x15));
     this.selectDistributePayment.set_Sorted(true);
     this.selectDistributePayment.set_TabIndex(0x60);
     this.label13.set_AutoSize(true);
     this.label13.set_Location(new System.Drawing.Point(5, 0x2a));
     this.label13.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label13.set_Name("label13");
     this.label13.set_Size(new System.Drawing.Size(0x7d, 13));
     this.label13.set_TabIndex(0x5f);
     this.label13.set_Text("Способ распределения");
     this.m_ChiefAccountant.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_ChiefAccountant.set_Location(new System.Drawing.Point(0x89, 0x170));
     this.m_ChiefAccountant.set_Name("m_ChiefAccountant");
     this.m_ChiefAccountant.set_Size(new System.Drawing.Size(0x1cd, 20));
     this.m_ChiefAccountant.set_TabIndex(0x5e);
     this.m_ModeWk.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_ModeWk.set_Location(new System.Drawing.Point(0x89, 0x10b));
     this.m_ModeWk.set_Name("m_ModeWk");
     this.m_ModeWk.set_Size(new System.Drawing.Size(0x1cd, 20));
     this.m_ModeWk.set_TabIndex(90);
     this.m_IsContractEnded.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.m_IsContractEnded.set_AutoSize(true);
     this.m_IsContractEnded.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.m_IsContractEnded.set_Location(new System.Drawing.Point(0x120, 0x18a));
     this.m_IsContractEnded.set_Name("m_IsContractEnded");
     this.m_IsContractEnded.set_Size(new System.Drawing.Size(0xab, 0x11));
     this.m_IsContractEnded.set_TabIndex(0x58);
     this.m_IsContractEnded.set_Text("Договор закрыт/расторгнут");
     this.m_IsContractEnded.set_UseVisualStyleBackColor(true);
     this.m_IsBankrupt.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.m_IsBankrupt.set_AutoSize(true);
     this.m_IsBankrupt.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.m_IsBankrupt.set_Location(new System.Drawing.Point(0x1d1, 0x18a));
     this.m_IsBankrupt.set_Name("m_IsBankrupt");
     this.m_IsBankrupt.set_Size(new System.Drawing.Size(0x85, 0x11));
     this.m_IsBankrupt.set_TabIndex(0x57);
     this.m_IsBankrupt.set_Text("Является банкротом");
     this.m_IsBankrupt.set_UseVisualStyleBackColor(true);
     this.m_Address.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_Address.set_Location(new System.Drawing.Point(0x89, 0x124));
     this.m_Address.set_Name("m_Address");
     this.m_Address.set_Size(new System.Drawing.Size(0x1cd, 20));
     this.m_Address.set_TabIndex(0x56);
     this.m_ManagerPosition.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.m_ManagerPosition.set_Location(new System.Drawing.Point(0x1bb, 0x156));
     this.m_ManagerPosition.set_Name("m_ManagerPosition");
     this.m_ManagerPosition.set_Size(new System.Drawing.Size(0x9b, 20));
     this.m_ManagerPosition.set_TabIndex(0x55);
     this.m_Manager.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_Manager.set_Location(new System.Drawing.Point(0x89, 0x156));
     this.m_Manager.set_Name("m_Manager");
     this.m_Manager.set_Size(new System.Drawing.Size(0xe7, 20));
     this.m_Manager.set_TabIndex(0x54);
     this.m_Fax.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.m_Fax.set_Location(new System.Drawing.Point(0x1bb, 0x13d));
     this.m_Fax.set_Name("m_Fax");
     this.m_Fax.set_Size(new System.Drawing.Size(0x9b, 20));
     this.m_Fax.set_TabIndex(0x53);
     this.m_TelephoneEmergencyDispatchService.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_TelephoneEmergencyDispatchService.set_Location(new System.Drawing.Point(0x89, 0x188));
     this.m_TelephoneEmergencyDispatchService.set_Name("m_TelephoneEmergencyDispatchService");
     this.m_TelephoneEmergencyDispatchService.set_Size(new System.Drawing.Size(0x84, 20));
     this.m_TelephoneEmergencyDispatchService.set_TabIndex(0x51);
     this.m_Phone.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_Phone.set_Location(new System.Drawing.Point(0x89, 0x13d));
     this.m_Phone.set_Name("m_Phone");
     this.m_Phone.set_Size(new System.Drawing.Size(0xe7, 20));
     this.m_Phone.set_TabIndex(0x52);
     this.m_AddrInfo.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_AddrInfo.set_Location(new System.Drawing.Point(0x89, 0xe5));
     this.m_AddrInfo.set_Multiline(true);
     this.m_AddrInfo.set_Name("m_AddrInfo");
     this.m_AddrInfo.set_ScrollBars(System.Windows.Forms.ScrollBars.Both);
     this.m_AddrInfo.set_Size(new System.Drawing.Size(0x1cd, 0x21));
     this.m_AddrInfo.set_TabIndex(80);
     this.m_Info.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_Info.set_Location(new System.Drawing.Point(0x89, 0xc0));
     this.m_Info.set_Multiline(true);
     this.m_Info.set_Name("m_Info");
     this.m_Info.set_ScrollBars(System.Windows.Forms.ScrollBars.Both);
     this.m_Info.set_Size(new System.Drawing.Size(0x1cd, 0x20));
     this.m_Info.set_TabIndex(0x4f);
     this.m_DatePeriod.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.m_DatePeriod.AttachToPeriod = false;
     this.m_DatePeriod.DateBeginReadonly = false;
     this.m_DatePeriod.DateEndReadonly = false;
     this.m_DatePeriod.set_Location(new System.Drawing.Point(0x174, 0xa5));
     this.m_DatePeriod.set_Margin(new System.Windows.Forms.Padding(4));
     this.m_DatePeriod.set_Name("m_DatePeriod");
     this.m_DatePeriod.set_Size(new System.Drawing.Size(0xe2, 0x15));
     this.m_DatePeriod.set_TabIndex(0x4c);
     this.groupBox1.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.groupBox1.Controls.Add(this.m_isResourceProvider);
     this.groupBox1.Controls.Add(this.m_IsPaymentAgent);
     this.groupBox1.Controls.Add(this.m_IsServiceProvider);
     this.groupBox1.Controls.Add(this.m_IsFlatOwner);
     this.groupBox1.Controls.Add(this.m_IsHouseHolder);
     this.groupBox1.Controls.Add(this.m_IsBenefitTransferrer);
     this.groupBox1.Controls.Add(this.m_IsCashlessTransferrer);
     this.groupBox1.set_Location(new System.Drawing.Point(0x174, 3));
     this.groupBox1.set_Name("groupBox1");
     this.groupBox1.set_Size(new System.Drawing.Size(0xe2, 0x9e));
     this.groupBox1.set_TabIndex(0x4a);
     this.groupBox1.set_TabStop(false);
     this.groupBox1.set_Text("Роли организации");
     this.m_isResourceProvider.set_AutoSize(true);
     this.m_isResourceProvider.set_Location(new System.Drawing.Point(5, 130));
     this.m_isResourceProvider.set_Name("m_isResourceProvider");
     this.m_isResourceProvider.set_Size(new System.Drawing.Size(0xcb, 0x11));
     this.m_isResourceProvider.set_TabIndex(6);
     this.m_isResourceProvider.set_Text("Ресурсоснабжающая организация");
     this.m_isResourceProvider.set_UseVisualStyleBackColor(true);
     this.m_IsPaymentAgent.set_AutoSize(true);
     this.m_IsPaymentAgent.set_Location(new System.Drawing.Point(5, 0x6f));
     this.m_IsPaymentAgent.set_Name("m_IsPaymentAgent");
     this.m_IsPaymentAgent.set_Size(new System.Drawing.Size(0x74, 0x11));
     this.m_IsPaymentAgent.set_TabIndex(5);
     this.m_IsPaymentAgent.set_Text("Платёжный агент");
     this.m_IsPaymentAgent.set_UseVisualStyleBackColor(true);
     this.m_IsServiceProvider.set_AutoSize(true);
     this.m_IsServiceProvider.set_Location(new System.Drawing.Point(5, 0x10));
     this.m_IsServiceProvider.set_Name("m_IsServiceProvider");
     this.m_IsServiceProvider.set_Size(new System.Drawing.Size(0x72, 0x11));
     this.m_IsServiceProvider.set_TabIndex(0);
     this.m_IsServiceProvider.set_Text("Поставщик услуг");
     this.m_IsServiceProvider.set_UseVisualStyleBackColor(true);
     this.m_IsFlatOwner.set_AutoSize(true);
     this.m_IsFlatOwner.set_Location(new System.Drawing.Point(5, 0x5c));
     this.m_IsFlatOwner.set_Name("m_IsFlatOwner");
     this.m_IsFlatOwner.set_Size(new System.Drawing.Size(0xc7, 0x11));
     this.m_IsFlatOwner.set_TabIndex(4);
     this.m_IsFlatOwner.set_Text("Имеет квартиры в собственности");
     this.m_IsFlatOwner.set_UseVisualStyleBackColor(true);
     this.m_IsHouseHolder.set_AutoSize(true);
     this.m_IsHouseHolder.set_Location(new System.Drawing.Point(5, 0x23));
     this.m_IsHouseHolder.set_Name("m_IsHouseHolder");
     this.m_IsHouseHolder.set_Size(new System.Drawing.Size(0x7c, 0x11));
     this.m_IsHouseHolder.set_TabIndex(1);
     this.m_IsHouseHolder.set_Text("Балансодержатель");
     this.m_IsHouseHolder.set_UseVisualStyleBackColor(true);
     this.m_IsBenefitTransferrer.set_AutoSize(true);
     this.m_IsBenefitTransferrer.set_Location(new System.Drawing.Point(5, 0x49));
     this.m_IsBenefitTransferrer.set_Name("m_IsBenefitTransferrer");
     this.m_IsBenefitTransferrer.set_Size(new System.Drawing.Size(0x7a, 0x11));
     this.m_IsBenefitTransferrer.set_TabIndex(3);
     this.m_IsBenefitTransferrer.set_Text("Покрывает льготы");
     this.m_IsBenefitTransferrer.set_UseVisualStyleBackColor(true);
     this.m_IsCashlessTransferrer.set_AutoSize(true);
     this.m_IsCashlessTransferrer.set_Location(new System.Drawing.Point(5, 0x36));
     this.m_IsCashlessTransferrer.set_Name("m_IsCashlessTransferrer");
     this.m_IsCashlessTransferrer.set_Size(new System.Drawing.Size(0xa8, 0x11));
     this.m_IsCashlessTransferrer.set_TabIndex(2);
     this.m_IsCashlessTransferrer.set_Text("Безналичные перечисления");
     this.m_IsCashlessTransferrer.set_UseVisualStyleBackColor(true);
     this.cbParentOrg.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbParentOrg.set_DataSource(this.orgListBindingSource);
     this.cbParentOrg.set_DisplayMember("CodeName");
     this.cbParentOrg.set_FormattingEnabled(true);
     this.cbParentOrg.set_Location(new System.Drawing.Point(0x89, 0xa6));
     this.cbParentOrg.set_Name("cbParentOrg");
     this.cbParentOrg.set_Size(new System.Drawing.Size(230, 0x15));
     this.cbParentOrg.set_TabIndex(0x48);
     this.m_OGRN.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_OGRN.set_Location(new System.Drawing.Point(0x89, 0x8d));
     this.m_OGRN.set_Name("m_OGRN");
     this.m_OGRN.set_Size(new System.Drawing.Size(230, 20));
     this.m_OGRN.set_TabIndex(0x45);
     this.m_OGRN.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.Field_KeyDown));
     this.m_KPP.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_KPP.set_Location(new System.Drawing.Point(0x89, 0x74));
     this.m_KPP.set_Name("m_KPP");
     this.m_KPP.set_Size(new System.Drawing.Size(230, 20));
     this.m_KPP.set_TabIndex(0x42);
     this.m_KPP.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.Field_KeyDown));
     this.m_INN.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_INN.set_Location(new System.Drawing.Point(0x89, 0x5b));
     this.m_INN.set_Name("m_INN");
     this.m_INN.set_Size(new System.Drawing.Size(230, 20));
     this.m_INN.set_TabIndex(0x41);
     this.m_INN.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.Field_KeyDown));
     this.m_LongName.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_LongName.set_Location(new System.Drawing.Point(0x89, 0x42));
     this.m_LongName.set_Name("m_LongName");
     this.m_LongName.set_Size(new System.Drawing.Size(230, 20));
     this.m_LongName.set_TabIndex(0x40);
     this.m_LongName.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.Field_KeyDown));
     this.m_ShortName.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_ShortName.set_Location(new System.Drawing.Point(0x89, 0x29));
     this.m_ShortName.set_Name("m_ShortName");
     this.m_ShortName.set_Size(new System.Drawing.Size(230, 20));
     this.m_ShortName.set_TabIndex(0x3e);
     this.m_ShortName.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.Field_KeyDown));
     this.m_Code.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_Code.set_Location(new System.Drawing.Point(0x89, 0x10));
     this.m_Code.set_Name("m_Code");
     this.m_Code.set_Size(new System.Drawing.Size(230, 20));
     this.m_Code.set_TabIndex(0x3d);
     this.m_Code.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.Field_KeyDown));
     this.tabPage2.Controls.Add(this.organizationWagesView1);
     this.tabPage2.set_Location(new System.Drawing.Point(4, 0x16));
     this.tabPage2.set_Name("tabPage2");
     this.tabPage2.set_Padding(new System.Windows.Forms.Padding(3));
     this.tabPage2.set_Size(new System.Drawing.Size(0x259, 0x1ee));
     this.tabPage2.set_TabIndex(1);
     this.tabPage2.set_Text("Профессии");
     this.tabPage2.set_UseVisualStyleBackColor(true);
     this.orgWageBindingSource.set_DataSource(typeof(OrganizationWage));
     this.tabPage3.Controls.Add(this.organizationMaterialsView1);
     this.tabPage3.set_Location(new System.Drawing.Point(4, 0x16));
     this.tabPage3.set_Name("tabPage3");
     this.tabPage3.set_Padding(new System.Windows.Forms.Padding(3));
     this.tabPage3.set_Size(new System.Drawing.Size(0x259, 0x1ee));
     this.tabPage3.set_TabIndex(2);
     this.tabPage3.set_Text("Инструменты");
     this.tabPage3.set_UseVisualStyleBackColor(true);
     this.organizationMaterialsView1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.organizationMaterialsView1.set_Location(new System.Drawing.Point(3, 3));
     this.organizationMaterialsView1.set_Name("organizationMaterialsView1");
     this.organizationMaterialsView1.set_Size(new System.Drawing.Size(0x253, 0x1e8));
     this.organizationMaterialsView1.set_TabIndex(0);
     this.tbProperties.Controls.Add(this.dgv);
     this.tbProperties.Controls.Add(this.tsProperties);
     this.tbProperties.set_Location(new System.Drawing.Point(4, 0x16));
     this.tbProperties.set_Name("tbProperties");
     this.tbProperties.set_Padding(new System.Windows.Forms.Padding(3));
     this.tbProperties.set_Size(new System.Drawing.Size(0x259, 0x1ee));
     this.tbProperties.set_TabIndex(3);
     this.tbProperties.set_Text("Свойства");
     this.tbProperties.set_UseVisualStyleBackColor(true);
     this.dgv.set_AllowUserToAddRows(false);
     this.dgv.set_AllowUserToDeleteRows(false);
     this.dgv.set_AutoGenerateColumns(false);
     this.dgv.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dgv.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     this.dgv.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.propertyNameDataGridViewTextBoxColumn, this.propertyValueDataGridViewTextBoxColumn });
     this.dgv.set_DataSource(this.bsOrganizarionProperties);
     this.dgv.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgv.set_Location(new System.Drawing.Point(3, 0x1c));
     this.dgv.set_Name("dgv");
     this.dgv.set_ReadOnly(true);
     this.dgv.set_RowHeadersVisible(false);
     this.dgv.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgv.set_Size(new System.Drawing.Size(0x253, 0x1cf));
     this.dgv.set_TabIndex(6);
     this.propertyNameDataGridViewTextBoxColumn.set_DataPropertyName("PropertyName");
     this.propertyNameDataGridViewTextBoxColumn.set_HeaderText("Свойство");
     this.propertyNameDataGridViewTextBoxColumn.set_Name("propertyNameDataGridViewTextBoxColumn");
     this.propertyNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.propertyNameDataGridViewTextBoxColumn.set_Width(80);
     this.propertyValueDataGridViewTextBoxColumn.set_DataPropertyName("PropertyValue");
     this.propertyValueDataGridViewTextBoxColumn.set_HeaderText("Значение");
     this.propertyValueDataGridViewTextBoxColumn.set_Name("propertyValueDataGridViewTextBoxColumn");
     this.propertyValueDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.propertyValueDataGridViewTextBoxColumn.set_Width(80);
     this.bsOrganizarionProperties.set_DataSource(typeof(OrganizationProperties));
     this.tsProperties.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btnAddPropertie, this.btnChangePropertie, this.btnDeletePropertie });
     this.tsProperties.set_LayoutStyle(System.Windows.Forms.ToolStripLayoutStyle.Flow);
     this.tsProperties.set_Location(new System.Drawing.Point(3, 3));
     this.tsProperties.set_Name("tsProperties");
     this.tsProperties.set_Size(new System.Drawing.Size(0x253, 0x19));
     this.tsProperties.set_TabIndex(5);
     this.btnAddPropertie.set_BackColor(System.Drawing.Color.Transparent);
     this.btnAddPropertie.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.btnAddPropertie.set_Image(Resources.ADD);
     this.btnAddPropertie.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.btnAddPropertie.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.btnAddPropertie.set_Name("btnAddPropertie");
     this.btnAddPropertie.set_Size(new System.Drawing.Size(0x18, 0x16));
     this.btnAddPropertie.set_Text("Добавить");
     this.btnAddPropertie.add_Click(new System.EventHandler(this.btnAddPropertie_Click));
     this.btnChangePropertie.set_BackColor(System.Drawing.Color.Transparent);
     this.btnChangePropertie.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.btnChangePropertie.set_Image(Resources.CHANGE);
     this.btnChangePropertie.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.btnChangePropertie.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.btnChangePropertie.set_Name("btnChangePropertie");
     this.btnChangePropertie.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.btnChangePropertie.set_Text("Редактировать");
     this.btnChangePropertie.add_Click(new System.EventHandler(this.btnChangePropertie_Click));
     this.btnDeletePropertie.set_BackColor(System.Drawing.Color.Transparent);
     this.btnDeletePropertie.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.btnDeletePropertie.set_Image(Resources.DELETE);
     this.btnDeletePropertie.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.btnDeletePropertie.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.btnDeletePropertie.set_Name("btnDeletePropertie");
     this.btnDeletePropertie.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.btnDeletePropertie.set_Text("Удалить");
     this.btnDeletePropertie.add_Click(new System.EventHandler(this.btnDeletePropertie_Click));
     this.orgMaterialBindingSource.set_DataSource(typeof(OrganizationMaterial));
     this.organizationWagesView1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.organizationWagesView1.set_Location(new System.Drawing.Point(3, 3));
     this.organizationWagesView1.set_Name("organizationWagesView1");
     this.organizationWagesView1.set_Size(new System.Drawing.Size(0x253, 0x1e8));
     this.organizationWagesView1.set_TabIndex(0);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.tcOrganizations);
     base.set_Name("OrganizationView");
     base.set_Size(new System.Drawing.Size(0x261, 520));
     base.add_Load(new System.EventHandler(this.OrganizationView_Load));
     this.orgListBindingSource.EndInit();
     this.tcOrganizations.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.tabPage2.ResumeLayout(false);
     this.orgWageBindingSource.EndInit();
     this.tabPage3.ResumeLayout(false);
     this.tbProperties.ResumeLayout(false);
     this.tbProperties.PerformLayout();
     this.dgv.EndInit();
     this.bsOrganizarionProperties.EndInit();
     this.tsProperties.ResumeLayout(false);
     this.tsProperties.PerformLayout();
     this.orgMaterialBindingSource.EndInit();
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.components = new Container();
     this.m_ServicesBS = new System.Windows.Forms.BindingSource(this.components);
     this.m_StreetsBS = new System.Windows.Forms.BindingSource(this.components);
     this.m_HousesBS = new System.Windows.Forms.BindingSource(this.components);
     this.m_SettlementsBS = new System.Windows.Forms.BindingSource(this.components);
     this.m_Grid = new System.Windows.Forms.DataGridView();
     this.includeDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.flatNumberDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.apartmentNumberDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.abonentDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ownershipTypeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.fromDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.monthCountDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.chargeSummDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.m_GridBS = new System.Windows.Forms.BindingSource(this.components);
     this.m_SaveCalcButton = new System.Windows.Forms.Button();
     this.m_PreprocessMonths = new System.Windows.Forms.NumericUpDown();
     this.m_PreprocessButton = new System.Windows.Forms.Button();
     this.m_SearchButton = new System.Windows.Forms.Button();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.chbxNotChargeMunicipal = new System.Windows.Forms.CheckBox();
     this.chbxValidateNegativeSumm = new System.Windows.Forms.CheckBox();
     this.m_ExcludeAllButton = new System.Windows.Forms.Button();
     this.m_PreprocessDate = new DateBox();
     this.m_IncludeAllButton = new System.Windows.Forms.Button();
     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.selectOrganization1 = new SelectOrganization();
     this.m_FindWorker = new BackgroundWorker();
     this.m_ExecWorker = new BackgroundWorker();
     System.Windows.Forms.Label label = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label2 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label3 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label4 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label5 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label6 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label7 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label8 = new System.Windows.Forms.Label();
     System.Windows.Forms.ComboBox box = new System.Windows.Forms.ComboBox();
     System.Windows.Forms.ComboBox box2 = new System.Windows.Forms.ComboBox();
     System.Windows.Forms.ComboBox box3 = new System.Windows.Forms.ComboBox();
     System.Windows.Forms.ComboBox box4 = new System.Windows.Forms.ComboBox();
     this.m_ServicesBS.BeginInit();
     this.m_StreetsBS.BeginInit();
     this.m_HousesBS.BeginInit();
     this.m_SettlementsBS.BeginInit();
     this.m_Grid.BeginInit();
     this.m_GridBS.BeginInit();
     this.m_PreprocessMonths.BeginInit();
     this.groupBox1.SuspendLayout();
     base.SuspendLayout();
     label.set_AutoSize(true);
     label.set_Location(new System.Drawing.Point(9, 6));
     label.set_Name("label1");
     label.set_Size(new System.Drawing.Size(0x41, 13));
     label.set_TabIndex(1);
     label.set_Text("Поставщик");
     label2.set_AutoSize(true);
     label2.set_Location(new System.Drawing.Point(9, 0x20));
     label2.set_Name("label2");
     label2.set_Size(new System.Drawing.Size(0x2b, 13));
     label2.set_TabIndex(2);
     label2.set_Text("Услуга");
     label3.set_AutoSize(true);
     label3.set_Location(new System.Drawing.Point(9, 0x3b));
     label3.set_Name("label4");
     label3.set_Size(new System.Drawing.Size(70, 13));
     label3.set_TabIndex(9);
     label3.set_Text("Насел.пункт");
     label4.set_AutoSize(true);
     label4.set_Location(new System.Drawing.Point(0x11b, 0x3b));
     label4.set_Name("label5");
     label4.set_Size(new System.Drawing.Size(0x27, 13));
     label4.set_TabIndex(9);
     label4.set_Text("Улица");
     label5.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     label5.set_AutoSize(true);
     label5.set_Location(new System.Drawing.Point(0x242, 0x3b));
     label5.set_Name("label6");
     label5.set_Size(new System.Drawing.Size(30, 13));
     label5.set_TabIndex(9);
     label5.set_Text("Дом");
     label6.set_AutoSize(true);
     label6.set_Location(new System.Drawing.Point(3, 0x2f));
     label6.set_Name("label7");
     label6.set_Size(new System.Drawing.Size(0x69, 13));
     label6.set_TabIndex(12);
     label6.set_Text("Начисление с даты");
     label7.set_AutoSize(true);
     label7.set_Location(new System.Drawing.Point(220, 0x2f));
     label7.set_Name("label8");
     label7.set_Size(new System.Drawing.Size(90, 13));
     label7.set_TabIndex(12);
     label7.set_Text("с рассрочкой на");
     label8.set_AutoSize(true);
     label8.set_Location(new System.Drawing.Point(0x16d, 0x2f));
     label8.set_Name("label9");
     label8.set_Size(new System.Drawing.Size(0x33, 13));
     label8.set_TabIndex(12);
     label8.set_Text("месяцев");
     box.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     box.set_DataSource(this.m_ServicesBS);
     box.set_DisplayMember("CodeName");
     box.set_DropDownStyle(System.Windows.Forms.ComboBoxStyle.DropDownList);
     box.set_FormattingEnabled(true);
     box.set_Location(new System.Drawing.Point(0x55, 0x1d));
     box.set_Name("comboBox1");
     box.set_Size(new System.Drawing.Size(0x2b5, 0x15));
     box.set_TabIndex(3);
     this.m_ServicesBS.set_DataSource(typeof(ServiceOld));
     box2.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     box2.set_DataSource(this.m_StreetsBS);
     box2.set_DisplayMember("Name");
     box2.set_DropDownStyle(System.Windows.Forms.ComboBoxStyle.DropDownList);
     box2.set_FormattingEnabled(true);
     box2.set_Location(new System.Drawing.Point(0x148, 0x38));
     box2.set_Name("comboBox2");
     box2.set_Size(new System.Drawing.Size(0xf4, 0x15));
     box2.set_TabIndex(6);
     this.m_StreetsBS.set_DataSource(typeof(LocalAddress));
     this.m_StreetsBS.add_CurrentChanged(new System.EventHandler(this.m_StreetsBS_CurrentChanged));
     box3.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     box3.set_DataSource(this.m_HousesBS);
     box3.set_DisplayMember("Name");
     box3.set_DropDownStyle(System.Windows.Forms.ComboBoxStyle.DropDownList);
     box3.set_FormattingEnabled(true);
     box3.set_Location(new System.Drawing.Point(0x266, 0x38));
     box3.set_Name("comboBox3");
     box3.set_Size(new System.Drawing.Size(0x48, 0x15));
     box3.set_TabIndex(7);
     this.m_HousesBS.set_DataSource(typeof(LocalAddress));
     box4.set_DataSource(this.m_SettlementsBS);
     box4.set_DisplayMember("Name");
     box4.set_DropDownStyle(System.Windows.Forms.ComboBoxStyle.DropDownList);
     box4.set_FormattingEnabled(true);
     box4.set_Location(new System.Drawing.Point(0x55, 0x38));
     box4.set_Name("comboBox4");
     box4.set_Size(new System.Drawing.Size(0xc0, 0x15));
     box4.set_TabIndex(8);
     this.m_SettlementsBS.set_DataSource(typeof(LocalAddress));
     this.m_SettlementsBS.add_CurrentChanged(new System.EventHandler(this.m_SettlementsBS_CurrentChanged));
     this.m_Grid.set_AllowUserToAddRows(false);
     this.m_Grid.set_AllowUserToDeleteRows(false);
     this.m_Grid.set_AllowUserToOrderColumns(true);
     this.m_Grid.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Top);
     this.m_Grid.set_AutoGenerateColumns(false);
     this.m_Grid.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.m_Grid.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     this.m_Grid.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.m_Grid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.includeDataGridViewCheckBoxColumn, this.flatNumberDataGridViewTextBoxColumn, this.apartmentNumberDataGridViewTextBoxColumn, this.abonentDataGridViewTextBoxColumn, this.ownershipTypeDataGridViewTextBoxColumn, this.fromDateDataGridViewTextBoxColumn, this.monthCountDataGridViewTextBoxColumn, this.chargeSummDataGridViewTextBoxColumn });
     this.m_Grid.set_DataSource(this.m_GridBS);
     this.m_Grid.set_Location(new System.Drawing.Point(12, 0xa4));
     this.m_Grid.set_Name("m_Grid");
     this.m_Grid.set_RowHeadersVisible(false);
     this.m_Grid.set_Size(new System.Drawing.Size(0x2fe, 0x185));
     this.m_Grid.set_TabIndex(10);
     this.m_Grid.add_CellValidating(new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.m_Grid_CellValidating));
     this.m_Grid.add_CellPainting(new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.m_Grid_CellPainting));
     this.includeDataGridViewCheckBoxColumn.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.None);
     this.includeDataGridViewCheckBoxColumn.set_DataPropertyName("Include");
     this.includeDataGridViewCheckBoxColumn.set_HeaderText("");
     this.includeDataGridViewCheckBoxColumn.set_Name("includeDataGridViewCheckBoxColumn");
     this.includeDataGridViewCheckBoxColumn.set_Width(0x20);
     this.flatNumberDataGridViewTextBoxColumn.set_DataPropertyName("FlatNumber");
     this.flatNumberDataGridViewTextBoxColumn.set_HeaderText("Квартира");
     this.flatNumberDataGridViewTextBoxColumn.set_Name("flatNumberDataGridViewTextBoxColumn");
     this.flatNumberDataGridViewTextBoxColumn.set_Width(80);
     this.apartmentNumberDataGridViewTextBoxColumn.set_DataPropertyName("ApartmentNumber");
     this.apartmentNumberDataGridViewTextBoxColumn.set_HeaderText("Ид жилья");
     this.apartmentNumberDataGridViewTextBoxColumn.set_Name("apartmentNumberDataGridViewTextBoxColumn");
     this.apartmentNumberDataGridViewTextBoxColumn.set_Width(0x4b);
     this.abonentDataGridViewTextBoxColumn.set_DataPropertyName("Abonent");
     this.abonentDataGridViewTextBoxColumn.set_HeaderText("Абонент");
     this.abonentDataGridViewTextBoxColumn.set_Name("abonentDataGridViewTextBoxColumn");
     this.abonentDataGridViewTextBoxColumn.set_Width(0x4a);
     this.ownershipTypeDataGridViewTextBoxColumn.set_DataPropertyName("OwnershipType");
     this.ownershipTypeDataGridViewTextBoxColumn.set_HeaderText("Тип собственности");
     this.ownershipTypeDataGridViewTextBoxColumn.set_Name("ownershipTypeDataGridViewTextBoxColumn");
     this.ownershipTypeDataGridViewTextBoxColumn.set_Width(0x77);
     this.fromDateDataGridViewTextBoxColumn.set_DataPropertyName("FromDate");
     this.fromDateDataGridViewTextBoxColumn.set_HeaderText("С даты");
     this.fromDateDataGridViewTextBoxColumn.set_Name("fromDateDataGridViewTextBoxColumn");
     this.fromDateDataGridViewTextBoxColumn.set_Width(0x3e);
     this.monthCountDataGridViewTextBoxColumn.set_DataPropertyName("MonthCount");
     this.monthCountDataGridViewTextBoxColumn.set_HeaderText("Месяцев");
     this.monthCountDataGridViewTextBoxColumn.set_Name("monthCountDataGridViewTextBoxColumn");
     this.monthCountDataGridViewTextBoxColumn.set_Width(0x4d);
     this.chargeSummDataGridViewTextBoxColumn.set_DataPropertyName("ChargeSumm");
     this.chargeSummDataGridViewTextBoxColumn.set_HeaderText("Сумма начислений");
     this.chargeSummDataGridViewTextBoxColumn.set_Name("chargeSummDataGridViewTextBoxColumn");
     this.chargeSummDataGridViewTextBoxColumn.set_Width(0x75);
     this.m_GridBS.set_DataSource(typeof(FixedSummServiceView));
     this.m_SaveCalcButton.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.m_SaveCalcButton.set_Location(new System.Drawing.Point(0x2a7, 0x22f));
     this.m_SaveCalcButton.set_Name("m_SaveCalcButton");
     this.m_SaveCalcButton.set_Size(new System.Drawing.Size(0x63, 0x17));
     this.m_SaveCalcButton.set_TabIndex(15);
     this.m_SaveCalcButton.set_Text("Выполнить");
     this.m_SaveCalcButton.set_UseVisualStyleBackColor(true);
     this.m_SaveCalcButton.add_Click(new System.EventHandler(this.m_SaveCalcButton_Click));
     this.m_PreprocessMonths.set_Location(new System.Drawing.Point(0x13c, 0x2c));
     int[] numArray = new int[4];
     numArray[0] = 0x3e7;
     this.m_PreprocessMonths.set_Maximum(new decimal(numArray));
     int[] numArray2 = new int[4];
     numArray2[0] = 1;
     this.m_PreprocessMonths.set_Minimum(new decimal(numArray2));
     this.m_PreprocessMonths.set_Name("m_PreprocessMonths");
     this.m_PreprocessMonths.set_Size(new System.Drawing.Size(0x2b, 20));
     this.m_PreprocessMonths.set_TabIndex(13);
     int[] numArray3 = new int[4];
     numArray3[0] = 12;
     this.m_PreprocessMonths.set_Value(new decimal(numArray3));
     this.m_PreprocessButton.set_Image(Resources.PROCESS);
     this.m_PreprocessButton.set_ImageAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.m_PreprocessButton.set_Location(new System.Drawing.Point(0x1a6, 0x27));
     this.m_PreprocessButton.set_Name("m_PreprocessButton");
     this.m_PreprocessButton.set_Size(new System.Drawing.Size(0x69, 0x1a));
     this.m_PreprocessButton.set_TabIndex(14);
     this.m_PreprocessButton.set_Text("Подготовить");
     this.m_PreprocessButton.set_TextAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.m_PreprocessButton.set_UseVisualStyleBackColor(true);
     this.m_PreprocessButton.add_Click(new System.EventHandler(this.m_PreprocessButton_Click));
     this.m_SearchButton.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.m_SearchButton.set_Image(Resources.SEARCH);
     this.m_SearchButton.set_ImageAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.m_SearchButton.set_Location(new System.Drawing.Point(0x2b4, 0x34));
     this.m_SearchButton.set_Name("m_SearchButton");
     this.m_SearchButton.set_Size(new System.Drawing.Size(0x56, 0x1c));
     this.m_SearchButton.set_TabIndex(14);
     this.m_SearchButton.set_Text("Поиск");
     this.m_SearchButton.set_TextAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.m_SearchButton.set_UseVisualStyleBackColor(true);
     this.m_SearchButton.add_Click(new System.EventHandler(this.m_SearchButton_Click));
     this.groupBox1.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.groupBox1.Controls.Add(this.chbxNotChargeMunicipal);
     this.groupBox1.Controls.Add(label6);
     this.groupBox1.Controls.Add(this.chbxValidateNegativeSumm);
     this.groupBox1.Controls.Add(this.m_ExcludeAllButton);
     this.groupBox1.Controls.Add(this.m_PreprocessDate);
     this.groupBox1.Controls.Add(this.m_IncludeAllButton);
     this.groupBox1.Controls.Add(label7);
     this.groupBox1.Controls.Add(this.m_PreprocessButton);
     this.groupBox1.Controls.Add(label8);
     this.groupBox1.Controls.Add(this.m_PreprocessMonths);
     this.groupBox1.set_Location(new System.Drawing.Point(12, 0x56));
     this.groupBox1.set_Name("groupBox1");
     this.groupBox1.set_Size(new System.Drawing.Size(0x2fe, 0x48));
     this.groupBox1.set_TabIndex(0x10);
     this.groupBox1.set_TabStop(false);
     this.groupBox1.set_Text("Работа с результатом поиска");
     this.chbxNotChargeMunicipal.set_AutoSize(true);
     this.chbxNotChargeMunicipal.set_Checked(true);
     this.chbxNotChargeMunicipal.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.chbxNotChargeMunicipal.set_Location(new System.Drawing.Point(0xfb, 0x13));
     this.chbxNotChargeMunicipal.set_Name("chbxNotChargeMunicipal");
     this.chbxNotChargeMunicipal.set_Size(new System.Drawing.Size(0xdd, 0x11));
     this.chbxNotChargeMunicipal.set_TabIndex(0x12);
     this.chbxNotChargeMunicipal.set_Text("Не начислять муниципальному жилью");
     this.chbxNotChargeMunicipal.set_UseVisualStyleBackColor(true);
     this.chbxNotChargeMunicipal.add_CheckedChanged(new System.EventHandler(this.chbxNotChargeMunicipal_CheckedChanged));
     this.chbxValidateNegativeSumm.set_AutoSize(true);
     this.chbxValidateNegativeSumm.set_Checked(true);
     this.chbxValidateNegativeSumm.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.chbxValidateNegativeSumm.set_Location(new System.Drawing.Point(0x1de, 0x15));
     this.chbxValidateNegativeSumm.set_Name("chbxValidateNegativeSumm");
     this.chbxValidateNegativeSumm.set_Size(new System.Drawing.Size(0xf2, 0x11));
     this.chbxValidateNegativeSumm.set_TabIndex(0x10);
     this.chbxValidateNegativeSumm.set_Text("Ограничение ввода отрицательной суммы");
     this.chbxValidateNegativeSumm.set_UseVisualStyleBackColor(true);
     this.m_ExcludeAllButton.set_FlatStyle(System.Windows.Forms.FlatStyle.Popup);
     this.m_ExcludeAllButton.set_Image(Resources.CANCEL);
     this.m_ExcludeAllButton.set_ImageAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.m_ExcludeAllButton.set_Location(new System.Drawing.Point(0x72, 15));
     this.m_ExcludeAllButton.set_Name("m_ExcludeAllButton");
     this.m_ExcludeAllButton.set_Size(new System.Drawing.Size(0x83, 0x17));
     this.m_ExcludeAllButton.set_TabIndex(14);
     this.m_ExcludeAllButton.set_Text("Убрать выделение");
     this.m_ExcludeAllButton.set_TextAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.m_ExcludeAllButton.set_UseVisualStyleBackColor(true);
     this.m_ExcludeAllButton.add_Click(new System.EventHandler(this.m_ExcludeAllButton_Click));
     this.m_PreprocessDate.AttachToPeriod = false;
     this.m_PreprocessDate.AttachToPeriodEnd = false;
     this.m_PreprocessDate.set_Location(new System.Drawing.Point(0x72, 0x2c));
     this.m_PreprocessDate.set_Mask("00/00/0000");
     this.m_PreprocessDate.set_Name("m_PreprocessDate");
     this.m_PreprocessDate.set_Size(new System.Drawing.Size(100, 20));
     this.m_PreprocessDate.set_TabIndex(11);
     this.m_IncludeAllButton.set_FlatStyle(System.Windows.Forms.FlatStyle.Popup);
     this.m_IncludeAllButton.set_Image(Resources.ENABLED);
     this.m_IncludeAllButton.set_ImageAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.m_IncludeAllButton.set_Location(new System.Drawing.Point(8, 13));
     this.m_IncludeAllButton.set_Name("m_IncludeAllButton");
     this.m_IncludeAllButton.set_Size(new System.Drawing.Size(100, 0x19));
     this.m_IncludeAllButton.set_TabIndex(14);
     this.m_IncludeAllButton.set_Text("Выбрать все");
     this.m_IncludeAllButton.set_TextAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.m_IncludeAllButton.set_UseVisualStyleBackColor(true);
     this.m_IncludeAllButton.add_Click(new System.EventHandler(this.m_IncludeAllButton_Click));
     this.dataGridViewTextBoxColumn1.set_DataPropertyName("FlatNumber");
     this.dataGridViewTextBoxColumn1.set_HeaderText("Квартира");
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_Width(80);
     this.dataGridViewTextBoxColumn2.set_DataPropertyName("ApartmentNumber");
     this.dataGridViewTextBoxColumn2.set_HeaderText("Ид жилья");
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.dataGridViewTextBoxColumn2.set_Width(0x4b);
     this.dataGridViewTextBoxColumn3.set_DataPropertyName("Abonent");
     this.dataGridViewTextBoxColumn3.set_HeaderText("Абонент");
     this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3");
     this.dataGridViewTextBoxColumn3.set_Width(0x4a);
     this.dataGridViewTextBoxColumn4.set_DataPropertyName("OwnershipType");
     this.dataGridViewTextBoxColumn4.set_HeaderText("Тип собственности");
     this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4");
     this.dataGridViewTextBoxColumn4.set_Width(0x77);
     this.dataGridViewTextBoxColumn5.set_DataPropertyName("From");
     this.dataGridViewTextBoxColumn5.set_HeaderText("С даты");
     this.dataGridViewTextBoxColumn5.set_Name("dataGridViewTextBoxColumn5");
     this.dataGridViewTextBoxColumn5.set_Width(0x3e);
     this.dataGridViewTextBoxColumn6.set_DataPropertyName("MonthCount");
     this.dataGridViewTextBoxColumn6.set_HeaderText("Месяцев");
     this.dataGridViewTextBoxColumn6.set_Name("dataGridViewTextBoxColumn6");
     this.dataGridViewTextBoxColumn6.set_Width(0x4d);
     this.dataGridViewTextBoxColumn7.set_DataPropertyName("ChargeSumm");
     this.dataGridViewTextBoxColumn7.set_HeaderText("Сумма начислений");
     this.dataGridViewTextBoxColumn7.set_Name("dataGridViewTextBoxColumn7");
     this.dataGridViewTextBoxColumn7.set_Width(0x75);
     this.selectOrganization1.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectOrganization1.IsCashlessTransferrer = false;
     this.selectOrganization1.IsHouseHolder = false;
     this.selectOrganization1.IsPaymentAgent = false;
     this.selectOrganization1.IsResourceProvider = false;
     this.selectOrganization1.IsServiceProvider = false;
     this.selectOrganization1.set_Location(new System.Drawing.Point(0x55, 3));
     this.selectOrganization1.set_Name("selectOrganization1");
     this.selectOrganization1.set_Size(new System.Drawing.Size(0x2b5, 20));
     this.selectOrganization1.set_TabIndex(0);
     this.selectOrganization1.OnOrganizationSelected += new OrganizationHandler(this.selectOrganization1_OnOrganizationSelected);
     this.m_FindWorker.add_DoWork(new DoWorkEventHandler(this.m_FindWorker_DoWork));
     this.m_FindWorker.add_RunWorkerCompleted(new RunWorkerCompletedEventHandler(this.m_FindWorker_RunWorkerCompleted));
     this.m_ExecWorker.add_DoWork(new DoWorkEventHandler(this.m_ExecWorker_DoWork));
     this.m_ExecWorker.add_RunWorkerCompleted(new RunWorkerCompletedEventHandler(this.m_ExecWorker_RunWorkerCompleted));
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(790, 0x24d));
     base.Controls.Add(this.groupBox1);
     base.Controls.Add(this.m_SaveCalcButton);
     base.Controls.Add(this.m_SearchButton);
     base.Controls.Add(this.m_Grid);
     base.Controls.Add(label5);
     base.Controls.Add(label4);
     base.Controls.Add(label3);
     base.Controls.Add(box4);
     base.Controls.Add(box3);
     base.Controls.Add(box2);
     base.Controls.Add(box);
     base.Controls.Add(label2);
     base.Controls.Add(label);
     base.Controls.Add(this.selectOrganization1);
     base.set_MinimizeBox(false);
     this.set_MinimumSize(new System.Drawing.Size(0x24f, 0x156));
     base.set_Name("AddFixedSummServicesForm");
     base.set_ShowIcon(false);
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterParent);
     this.set_Text("Разовое начисление по адресам");
     base.add_Load(new System.EventHandler(this.AddFixedSummServicesForm_Load));
     this.m_ServicesBS.EndInit();
     this.m_StreetsBS.EndInit();
     this.m_HousesBS.EndInit();
     this.m_SettlementsBS.EndInit();
     this.m_Grid.EndInit();
     this.m_GridBS.EndInit();
     this.m_PreprocessMonths.EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }