Esempio n. 1
0
 private void InitializeComponent()
 {
     House house = new House();
     this.tabPasportHouse = new System.Windows.Forms.TabPage();
     this.btnSave = new System.Windows.Forms.Button();
     this.housePassportView = new HouseInfoView();
     this.tabEquipments = new System.Windows.Forms.TabPage();
     this.btnSave2 = new System.Windows.Forms.Button();
     this.houseIngenerTableView = new HouseIngenerTableView();
     this.tsApartmentNumberAddress = new System.Windows.Forms.ToolStrip();
     this.tslAddress = new System.Windows.Forms.ToolStripLabel();
     this.tstbApartmentAddress = new System.Windows.Forms.ToolStripTextBox();
     this.tabPageCollectionCounters = new System.Windows.Forms.TabPage();
     this.houseCountersView = new HouseCountersView();
     this.tabSesonals = new System.Windows.Forms.TabPage();
     this.houseServiceSeasonsView = new HouseServiceSeasonsView();
     this.tabPageNonresidentialApartments = new System.Windows.Forms.TabPage();
     this.nonresidentialApartmentsView = new NonresidentialApartmentsView();
     this.tabPageOrganizatios = new System.Windows.Forms.TabPage();
     this.houseOrganizationsView = new HouseOrganizationsView();
     this.tab = new System.Windows.Forms.TabControl();
     this.tabHouseAreas = new System.Windows.Forms.TabPage();
     this.historyHouseAreasView1 = new HistoryHouseAreasView();
     this.tabPageHouseTreatyCommitment = new System.Windows.Forms.TabPage();
     this.houseTreatyCommitmentView = new HouseTreatyCommitmentView();
     this.tabPageHouseServiceNorms = new System.Windows.Forms.TabPage();
     this.houseServiceNormsView = new HouseServiceNormsView();
     this.tabPageHouseServiceTariffs = new System.Windows.Forms.TabPage();
     this.houseServiceTariffsView = new HouseServiceTariffsView();
     this.tabPageHouseBindingServices = new System.Windows.Forms.TabPage();
     this.housesBindingServicesView = new HousesBindingServicesView();
     this.panel1 = new System.Windows.Forms.Panel();
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.addressTreeView = new HouseTree();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tabPasportHouse.SuspendLayout();
     this.tabEquipments.SuspendLayout();
     this.tsApartmentNumberAddress.SuspendLayout();
     this.tabPageCollectionCounters.SuspendLayout();
     this.tabSesonals.SuspendLayout();
     this.tabPageNonresidentialApartments.SuspendLayout();
     this.tabPageOrganizatios.SuspendLayout();
     this.tab.SuspendLayout();
     this.tabHouseAreas.SuspendLayout();
     this.tabPageHouseTreatyCommitment.SuspendLayout();
     this.tabPageHouseServiceNorms.SuspendLayout();
     this.tabPageHouseServiceTariffs.SuspendLayout();
     this.tabPageHouseBindingServices.SuspendLayout();
     this.panel1.SuspendLayout();
     base.SuspendLayout();
     this.tabPasportHouse.Controls.Add(this.btnSave);
     this.tabPasportHouse.Controls.Add(this.housePassportView);
     this.tabPasportHouse.set_Location(new System.Drawing.Point(4, 0x16));
     this.tabPasportHouse.set_Margin(new System.Windows.Forms.Padding(2));
     this.tabPasportHouse.set_Name("tabPasportHouse");
     this.tabPasportHouse.set_Padding(new System.Windows.Forms.Padding(2));
     this.tabPasportHouse.set_Size(new System.Drawing.Size(0x2f4, 610));
     this.tabPasportHouse.set_TabIndex(0);
     this.tabPasportHouse.set_Text("Паспортные данные");
     this.tabPasportHouse.set_UseVisualStyleBackColor(true);
     this.btnSave.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnSave.set_Location(new System.Drawing.Point(0x293, 0x239));
     this.btnSave.set_Margin(new System.Windows.Forms.Padding(2));
     this.btnSave.set_Name("btnSave");
     this.btnSave.set_Size(new System.Drawing.Size(80, 0x19));
     this.btnSave.set_TabIndex(6);
     this.btnSave.set_Text("Сохранить");
     this.btnSave.set_UseVisualStyleBackColor(true);
     this.btnSave.set_Visible(false);
     this.btnSave.add_Click(new System.EventHandler(this.btnSave_Click));
     this.housePassportView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.housePassportView.set_Location(new System.Drawing.Point(2, 2));
     this.housePassportView.set_Name("housePassportView");
     this.housePassportView.set_Size(new System.Drawing.Size(0x2f0, 0x25e));
     this.housePassportView.set_TabIndex(2);
     this.tabEquipments.Controls.Add(this.btnSave2);
     this.tabEquipments.Controls.Add(this.houseIngenerTableView);
     this.tabEquipments.set_Location(new System.Drawing.Point(4, 0x16));
     this.tabEquipments.set_Margin(new System.Windows.Forms.Padding(2));
     this.tabEquipments.set_Name("tabEquipments");
     this.tabEquipments.set_Padding(new System.Windows.Forms.Padding(2));
     this.tabEquipments.set_Size(new System.Drawing.Size(0x2f4, 610));
     this.tabEquipments.set_TabIndex(1);
     this.tabEquipments.set_Text("Инженерное оборудование");
     this.tabEquipments.set_UseVisualStyleBackColor(true);
     this.btnSave2.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnSave2.set_Location(new System.Drawing.Point(0x293, 0x239));
     this.btnSave2.set_Margin(new System.Windows.Forms.Padding(2));
     this.btnSave2.set_Name("btnSave2");
     this.btnSave2.set_Size(new System.Drawing.Size(80, 0x19));
     this.btnSave2.set_TabIndex(7);
     this.btnSave2.set_Text("Сохранить");
     this.btnSave2.set_UseVisualStyleBackColor(true);
     this.btnSave2.set_Visible(false);
     this.btnSave2.add_Click(new System.EventHandler(this.btnSave_Click));
     this.houseIngenerTableView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.houseIngenerTableView.set_Location(new System.Drawing.Point(2, 2));
     this.houseIngenerTableView.set_Name("houseIngenerTableView");
     this.houseIngenerTableView.set_Size(new System.Drawing.Size(0x2f0, 0x25e));
     this.houseIngenerTableView.set_TabIndex(0);
     this.tsApartmentNumberAddress.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tslAddress, this.tstbApartmentAddress });
     this.tsApartmentNumberAddress.set_Location(new System.Drawing.Point(0, 0));
     this.tsApartmentNumberAddress.set_Name("tsApartmentNumberAddress");
     this.tsApartmentNumberAddress.set_Size(new System.Drawing.Size(0x2fc, 0x19));
     this.tsApartmentNumberAddress.set_TabIndex(6);
     this.tsApartmentNumberAddress.set_Text("toolStrip1");
     this.tslAddress.set_Font(new System.Drawing.Font("Tahoma", 9.75f, System.Drawing.FontStyle.Bold));
     this.tslAddress.set_Name("tslAddress");
     this.tslAddress.set_Size(new System.Drawing.Size(0x38, 0x16));
     this.tslAddress.set_Text("АДРЕС:");
     this.tstbApartmentAddress.set_Font(new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0xcc));
     this.tstbApartmentAddress.set_Name("tstbApartmentAddress");
     this.tstbApartmentAddress.set_ReadOnly(true);
     this.tstbApartmentAddress.set_Size(new System.Drawing.Size(300, 0x19));
     this.tabPageCollectionCounters.Controls.Add(this.houseCountersView);
     this.tabPageCollectionCounters.set_Location(new System.Drawing.Point(4, 0x16));
     this.tabPageCollectionCounters.set_Margin(new System.Windows.Forms.Padding(2));
     this.tabPageCollectionCounters.set_Name("tabPageCollectionCounters");
     this.tabPageCollectionCounters.set_Padding(new System.Windows.Forms.Padding(2));
     this.tabPageCollectionCounters.set_Size(new System.Drawing.Size(0x2f4, 610));
     this.tabPageCollectionCounters.set_TabIndex(2);
     this.tabPageCollectionCounters.set_Text("Коллективные приборы учета");
     this.tabPageCollectionCounters.set_UseVisualStyleBackColor(true);
     this.houseCountersView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.houseCountersView.set_Location(new System.Drawing.Point(2, 2));
     this.houseCountersView.set_Name("houseCountersView");
     this.houseCountersView.set_Size(new System.Drawing.Size(0x2f0, 0x25e));
     this.houseCountersView.set_TabIndex(0);
     this.tabSesonals.Controls.Add(this.houseServiceSeasonsView);
     this.tabSesonals.set_Location(new System.Drawing.Point(4, 0x16));
     this.tabSesonals.set_Name("tabSesonals");
     this.tabSesonals.set_Padding(new System.Windows.Forms.Padding(3));
     this.tabSesonals.set_Size(new System.Drawing.Size(0x2f4, 610));
     this.tabSesonals.set_TabIndex(3);
     this.tabSesonals.set_Text("Сезоны включения услуг");
     this.tabSesonals.set_UseVisualStyleBackColor(true);
     this.houseServiceSeasonsView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.houseServiceSeasonsView.set_Font(new System.Drawing.Font("Tahoma", 9.75f));
     this.houseServiceSeasonsView.set_Location(new System.Drawing.Point(3, 3));
     this.houseServiceSeasonsView.set_Margin(new System.Windows.Forms.Padding(3, 4, 3, 4));
     this.houseServiceSeasonsView.set_Name("houseServiceSeasonsView");
     this.houseServiceSeasonsView.set_Size(new System.Drawing.Size(750, 0x25c));
     this.houseServiceSeasonsView.set_TabIndex(0);
     this.tabPageNonresidentialApartments.Controls.Add(this.nonresidentialApartmentsView);
     this.tabPageNonresidentialApartments.set_Location(new System.Drawing.Point(4, 0x16));
     this.tabPageNonresidentialApartments.set_Name("tabPageNonresidentialApartments");
     this.tabPageNonresidentialApartments.set_Size(new System.Drawing.Size(0x2f4, 610));
     this.tabPageNonresidentialApartments.set_TabIndex(4);
     this.tabPageNonresidentialApartments.set_Text("Нежилые помещения");
     this.tabPageNonresidentialApartments.set_UseVisualStyleBackColor(true);
     this.nonresidentialApartmentsView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.nonresidentialApartmentsView.set_Location(new System.Drawing.Point(0, 0));
     this.nonresidentialApartmentsView.set_Name("nonresidentialApartmentsView");
     this.nonresidentialApartmentsView.set_Size(new System.Drawing.Size(0x2f4, 610));
     this.nonresidentialApartmentsView.set_TabIndex(0);
     this.tabPageOrganizatios.set_BackColor(System.Drawing.Color.Transparent);
     this.tabPageOrganizatios.Controls.Add(this.houseOrganizationsView);
     this.tabPageOrganizatios.set_Location(new System.Drawing.Point(4, 0x16));
     this.tabPageOrganizatios.set_Name("tabPageOrganizatios");
     this.tabPageOrganizatios.set_Padding(new System.Windows.Forms.Padding(3));
     this.tabPageOrganizatios.set_Size(new System.Drawing.Size(0x2f4, 610));
     this.tabPageOrganizatios.set_TabIndex(6);
     this.tabPageOrganizatios.set_Text("Обслуживание");
     this.houseOrganizationsView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.houseOrganizationsView.set_Location(new System.Drawing.Point(3, 3));
     this.houseOrganizationsView.set_Name("houseOrganizationsView");
     this.houseOrganizationsView.set_Size(new System.Drawing.Size(750, 0x25c));
     this.houseOrganizationsView.set_TabIndex(0);
     this.tab.Controls.Add(this.tabPasportHouse);
     this.tab.Controls.Add(this.tabHouseAreas);
     this.tab.Controls.Add(this.tabEquipments);
     this.tab.Controls.Add(this.tabPageCollectionCounters);
     this.tab.Controls.Add(this.tabSesonals);
     this.tab.Controls.Add(this.tabPageNonresidentialApartments);
     this.tab.Controls.Add(this.tabPageHouseTreatyCommitment);
     this.tab.Controls.Add(this.tabPageOrganizatios);
     this.tab.Controls.Add(this.tabPageHouseServiceNorms);
     this.tab.Controls.Add(this.tabPageHouseServiceTariffs);
     this.tab.Controls.Add(this.tabPageHouseBindingServices);
     this.tab.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.tab.set_Location(new System.Drawing.Point(0, 0x19));
     this.tab.set_Margin(new System.Windows.Forms.Padding(2));
     this.tab.set_Name("tab");
     this.tab.set_SelectedIndex(0);
     this.tab.set_Size(new System.Drawing.Size(0x2fc, 0x27c));
     this.tab.set_TabIndex(4);
     this.tab.add_SelectedIndexChanged(new System.EventHandler(this.tab_SelectedIndexChanged));
     this.tab.add_Selected(new System.Windows.Forms.TabControlEventHandler(this.tabControl1_Selected));
     this.tabHouseAreas.Controls.Add(this.historyHouseAreasView1);
     this.tabHouseAreas.set_Location(new System.Drawing.Point(4, 0x16));
     this.tabHouseAreas.set_Name("tabHouseAreas");
     this.tabHouseAreas.set_Padding(new System.Windows.Forms.Padding(3));
     this.tabHouseAreas.set_Size(new System.Drawing.Size(0x2f4, 610));
     this.tabHouseAreas.set_TabIndex(9);
     this.tabHouseAreas.set_Text("Площадь дома");
     this.tabHouseAreas.set_UseVisualStyleBackColor(true);
     this.historyHouseAreasView1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     house.AdrId = 0L;
     house.AdrName = null;
     int[] numArray = new int[4];
     house.AnotherSquare = new decimal(numArray);
     house.BoroughId = 0;
     house.BoroughName = null;
     house.CanonicalTypeId = 0;
     house.CanonicalTypeName = null;
     house.CargoLift = 0;
     house.Created = new System.DateTime(0L);
     house.DomKom = false;
     house.DomKomTarif = 0.0;
     house.Entrance = 0;
     house.ExternalKey = 0L;
     house.FireAlarmType = 0;
     house.FireAlarmTypeName = null;
     int[] numArray2 = new int[4];
     house.FiredArea = new decimal(numArray2);
     house.FiveRoom = 0;
     house.Flat = 0;
     house.FlatWithGarbageChute = 0;
     house.Floor = 0;
     int[] numArray3 = new int[4];
     house.FloorArea = new decimal(numArray3);
     house.FormControl = 0;
     house.FormControlTypeName = null;
     house.FoundationType = 0;
     house.FoundationTypeName = null;
     house.FourRoom = 0;
     house.GvsType = 0;
     house.GvsTypeName = null;
     house.HeatingType = 0;
     house.HeatingTypeName = null;
     house.HouseChief = null;
     house.HvsType = 0;
     house.HvsTypeName = null;
     house.Id = 0L;
     house.IsDeleted = false;
     house.IsDirty = true;
     house.KapRemontYear = 0;
     int[] numArray4 = new int[4];
     house.KitchensSquare = new decimal(numArray4);
     house.Lift = 0;
     int[] numArray5 = new int[4];
     house.LivingSquare = new decimal(numArray5);
     house.LocalBroadcastingType = 0;
     house.LocalBroadcastingTypeName = null;
     house.MusorCount = 0;
     house.ObjectWithIdType = null;
     house.OnDate = new System.DateTime(0L);
     house.OneRoom = 0;
     house.OverflowType = 0;
     house.OverFlowTypeName = null;
     house.OverlapType = 0;
     house.OverlapTypeName = null;
     house.OwnershipType = 0;
     house.OwnerShipTypeName = null;
     house.PassLift = 0;
     house.PassportNum = 0;
     house.PercentWear = 0;
     house.PrintServices = 1;
     house.RaionSud = null;
     house.RoofType = 0;
     house.RoofTypeName = null;
     house.Series = 0;
     house.SewerType = 0;
     house.SewerTypeName = null;
     house.StoveType = 0;
     house.StoveTypeName = null;
     house.SubProvider = null;
     house.Sud = 0;
     house.SudUc = null;
     house.TerritorialManagement = 0;
     house.TerritorialManagementName = null;
     house.ThreeRoom = 0;
     int[] numArray6 = new int[4];
     house.ToiletsSquare = new decimal(numArray6);
     int[] numArray7 = new int[4];
     house.TotalArea = new decimal(numArray7);
     int[] numArray8 = new int[4];
     house.TotalAreaLivingNonLivingMkd = new decimal(numArray8);
     int[] numArray9 = new int[4];
     house.TotalAreaMkd = new decimal(numArray9);
     int[] numArray10 = new int[4];
     house.TotalAreaOi = new decimal(numArray10);
     int[] numArray11 = new int[4];
     house.TotalStructureVolume = new decimal(numArray11);
     house.Tvenquipmenttype = 0;
     house.Tvenquipmenttypename = null;
     house.TwoRoom = 0;
     house.Type = 0;
     house.TypeName = null;
     house.UtilizationType = 0;
     house.UtilizationTypeName = null;
     house.WallType = 0;
     house.WallTypeName = null;
     house.YearBegin = 0;
     house.YearPassport = 0;
     this.historyHouseAreasView1.House = house;
     this.historyHouseAreasView1.set_Location(new System.Drawing.Point(3, 3));
     this.historyHouseAreasView1.set_Name("historyHouseAreasView1");
     this.historyHouseAreasView1.set_Size(new System.Drawing.Size(750, 0x25c));
     this.historyHouseAreasView1.set_TabIndex(0);
     this.tabPageHouseTreatyCommitment.Controls.Add(this.houseTreatyCommitmentView);
     this.tabPageHouseTreatyCommitment.set_Location(new System.Drawing.Point(4, 0x16));
     this.tabPageHouseTreatyCommitment.set_Name("tabPageHouseTreatyCommitment");
     this.tabPageHouseTreatyCommitment.set_Padding(new System.Windows.Forms.Padding(3));
     this.tabPageHouseTreatyCommitment.set_Size(new System.Drawing.Size(0x2f4, 610));
     this.tabPageHouseTreatyCommitment.set_TabIndex(5);
     this.tabPageHouseTreatyCommitment.set_Text("Договорные обязательства");
     this.tabPageHouseTreatyCommitment.set_UseVisualStyleBackColor(true);
     this.houseTreatyCommitmentView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.houseTreatyCommitmentView.set_Font(new System.Drawing.Font("Tahoma", 9.75f));
     this.houseTreatyCommitmentView.set_Location(new System.Drawing.Point(3, 3));
     this.houseTreatyCommitmentView.set_Margin(new System.Windows.Forms.Padding(3, 4, 3, 4));
     this.houseTreatyCommitmentView.set_Name("houseTreatyCommitmentView");
     this.houseTreatyCommitmentView.set_Size(new System.Drawing.Size(750, 0x25c));
     this.houseTreatyCommitmentView.set_TabIndex(0);
     this.tabPageHouseServiceNorms.Controls.Add(this.houseServiceNormsView);
     this.tabPageHouseServiceNorms.set_Location(new System.Drawing.Point(4, 0x16));
     this.tabPageHouseServiceNorms.set_Name("tabPageHouseServiceNorms");
     this.tabPageHouseServiceNorms.set_Size(new System.Drawing.Size(0x2f4, 610));
     this.tabPageHouseServiceNorms.set_TabIndex(7);
     this.tabPageHouseServiceNorms.set_Text("Нормативы");
     this.tabPageHouseServiceNorms.set_UseVisualStyleBackColor(true);
     this.houseServiceNormsView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.houseServiceNormsView.set_Location(new System.Drawing.Point(0, 0));
     this.houseServiceNormsView.set_Name("houseServiceNormsView");
     this.houseServiceNormsView.set_Size(new System.Drawing.Size(0x2f4, 610));
     this.houseServiceNormsView.set_TabIndex(0);
     this.tabPageHouseServiceTariffs.Controls.Add(this.houseServiceTariffsView);
     this.tabPageHouseServiceTariffs.set_Location(new System.Drawing.Point(4, 0x16));
     this.tabPageHouseServiceTariffs.set_Name("tabPageHouseServiceTariffs");
     this.tabPageHouseServiceTariffs.set_Padding(new System.Windows.Forms.Padding(3));
     this.tabPageHouseServiceTariffs.set_Size(new System.Drawing.Size(0x2f4, 610));
     this.tabPageHouseServiceTariffs.set_TabIndex(8);
     this.tabPageHouseServiceTariffs.set_Text("Тарифы");
     this.tabPageHouseServiceTariffs.set_UseVisualStyleBackColor(true);
     this.houseServiceTariffsView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.houseServiceTariffsView.set_Font(new System.Drawing.Font("Tahoma", 9.75f));
     this.houseServiceTariffsView.House = null;
     this.houseServiceTariffsView.set_Location(new System.Drawing.Point(3, 3));
     this.houseServiceTariffsView.set_Margin(new System.Windows.Forms.Padding(3, 4, 3, 4));
     this.houseServiceTariffsView.set_Name("houseServiceTariffsView");
     this.houseServiceTariffsView.set_Size(new System.Drawing.Size(750, 0x25c));
     this.houseServiceTariffsView.set_TabIndex(0);
     this.tabPageHouseBindingServices.Controls.Add(this.housesBindingServicesView);
     this.tabPageHouseBindingServices.set_Location(new System.Drawing.Point(4, 0x16));
     this.tabPageHouseBindingServices.set_Name("tabPageHouseBindingServices");
     this.tabPageHouseBindingServices.set_Padding(new System.Windows.Forms.Padding(3));
     this.tabPageHouseBindingServices.set_Size(new System.Drawing.Size(0x2f4, 610));
     this.tabPageHouseBindingServices.set_TabIndex(10);
     this.tabPageHouseBindingServices.set_Text("Привязка услуги к ИПУ");
     this.tabPageHouseBindingServices.set_UseVisualStyleBackColor(true);
     this.housesBindingServicesView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.housesBindingServicesView.set_Location(new System.Drawing.Point(3, 3));
     this.housesBindingServicesView.set_Name("housesBindingServicesView");
     this.housesBindingServicesView.set_Size(new System.Drawing.Size(750, 0x25c));
     this.housesBindingServicesView.set_TabIndex(0);
     this.panel1.Controls.Add(this.tab);
     this.panel1.Controls.Add(this.tsApartmentNumberAddress);
     this.panel1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.panel1.set_Location(new System.Drawing.Point(0xdd, 0));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(0x2fc, 0x295));
     this.panel1.set_TabIndex(12);
     this.splitter1.set_Location(new System.Drawing.Point(0xda, 0));
     this.splitter1.set_Name("splitter1");
     this.splitter1.set_Size(new System.Drawing.Size(3, 0x295));
     this.splitter1.set_TabIndex(10);
     this.splitter1.set_TabStop(false);
     this.addressTreeView.DenyEditing = false;
     this.addressTreeView.set_Dock(System.Windows.Forms.DockStyle.Left);
     this.addressTreeView.set_HideSelection(false);
     this.addressTreeView.set_Location(new System.Drawing.Point(0, 0));
     this.addressTreeView.set_Name("addressTreeView");
     this.addressTreeView.SelectedAddress = null;
     this.addressTreeView.set_ShowNodeToolTips(true);
     this.addressTreeView.set_Size(new System.Drawing.Size(0xda, 0x295));
     this.addressTreeView.set_TabIndex(11);
     this.addressTreeView.add_BeforeExpand(new System.Windows.Forms.TreeViewCancelEventHandler(this.addressTreeView_BeforeExpand));
     this.addressTreeView.add_AfterSelect(new System.Windows.Forms.TreeViewEventHandler(this.addressTreeView_AfterSelect));
     this.dataGridViewTextBoxColumn1.set_DataPropertyName("ServiceProviderCode");
     this.dataGridViewTextBoxColumn1.set_HeaderText("Код ПУ");
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_Width(0x33);
     this.dataGridViewTextBoxColumn6.set_DataPropertyName("ToDate");
     this.dataGridViewTextBoxColumn6.set_HeaderText("Дата окончания");
     this.dataGridViewTextBoxColumn6.set_Name("dataGridViewTextBoxColumn6");
     this.dataGridViewTextBoxColumn6.set_Width(0x69);
     this.dataGridViewTextBoxColumn2.set_DataPropertyName("ServiceProviderName");
     this.dataGridViewTextBoxColumn2.set_HeaderText("ПУ");
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.dataGridViewTextBoxColumn2.set_Width(0x30);
     this.dataGridViewTextBoxColumn5.set_DataPropertyName("FromDate");
     this.dataGridViewTextBoxColumn5.set_HeaderText("Дата начала");
     this.dataGridViewTextBoxColumn5.set_Name("dataGridViewTextBoxColumn5");
     this.dataGridViewTextBoxColumn5.set_Width(0x58);
     this.dataGridViewTextBoxColumn4.set_DataPropertyName("ServiceTypeName");
     this.dataGridViewTextBoxColumn4.set_HeaderText("Тип услуг");
     this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4");
     this.dataGridViewTextBoxColumn4.set_Width(0x4b);
     this.dataGridViewTextBoxColumn3.set_DataPropertyName("ServiceTypeCode");
     this.dataGridViewTextBoxColumn3.set_HeaderText("Код типа услуг");
     this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3");
     this.dataGridViewTextBoxColumn3.set_Width(0x62);
     this.dataGridViewTextBoxColumn7.set_DataPropertyName("Created");
     this.dataGridViewTextBoxColumn7.set_HeaderText("Дата создания");
     this.dataGridViewTextBoxColumn7.set_Name("dataGridViewTextBoxColumn7");
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.panel1);
     base.Controls.Add(this.splitter1);
     base.Controls.Add(this.addressTreeView);
     base.set_Name("HousesView");
     base.set_Size(new System.Drawing.Size(0x3d9, 0x295));
     base.add_Load(new System.EventHandler(this.HousesView_Load));
     this.tabPasportHouse.ResumeLayout(false);
     this.tabEquipments.ResumeLayout(false);
     this.tsApartmentNumberAddress.ResumeLayout(false);
     this.tsApartmentNumberAddress.PerformLayout();
     this.tabPageCollectionCounters.ResumeLayout(false);
     this.tabSesonals.ResumeLayout(false);
     this.tabPageNonresidentialApartments.ResumeLayout(false);
     this.tabPageOrganizatios.ResumeLayout(false);
     this.tab.ResumeLayout(false);
     this.tabHouseAreas.ResumeLayout(false);
     this.tabPageHouseTreatyCommitment.ResumeLayout(false);
     this.tabPageHouseServiceNorms.ResumeLayout(false);
     this.tabPageHouseServiceTariffs.ResumeLayout(false);
     this.tabPageHouseBindingServices.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     base.ResumeLayout(false);
 }
Esempio n. 2
0
 private void InitializeComponent()
 {
     GroupOperation operation = new GroupOperation();
     this.tpAccountService = new System.Windows.Forms.TabControl();
     this.tbJournal = new System.Windows.Forms.TabPage();
     this.accountServiceJournalView = new AccountServiceJournalView();
     this.tbCounters = new System.Windows.Forms.TabPage();
     this.accountServiceCountersView = new AccountServiceCountersView();
     this.tbEquipments = new System.Windows.Forms.TabPage();
     this.accountServiceEquipmentsView = new AccountServiceEquipmentsView();
     this.tbAccountServiceSuspension = new System.Windows.Forms.TabPage();
     this.accountServiceSuspensionView = new AccountServiceSuspensionView();
     this.tbAccountServiceSubQualities = new System.Windows.Forms.TabPage();
     this._accountServiceSubQualityView = new AccountServiceSubQualityView();
     this.tbPenaltyRemission = new System.Windows.Forms.TabPage();
     this.accountServicePenaltyRemissionView = new AccountServicePenaltyRemissionView();
     this.tbAccountServiceRelations = new System.Windows.Forms.TabPage();
     this.accountServiceRelationsView = new AccountServiceRelationsView();
     this.tbAccountServiceTarrifs = new System.Windows.Forms.TabPage();
     this.accountServiceTarrifsView = new AccountServiceTarrifsView();
     this.tbAccountServiceNotms = new System.Windows.Forms.TabPage();
     this.accountServiceNormsView = new AccountServiceNormsView();
     this.tbBenefitDebts = new System.Windows.Forms.TabPage();
     this.benefitDebtsView = new BenefitDebtsView();
     this.tcAccountServiceAndServiceProvider = new System.Windows.Forms.TabControl();
     this.tpAccountServices = new System.Windows.Forms.TabPage();
     this.tpServiceProvider = new System.Windows.Forms.TabPage();
     this.tcServiceProvider = new System.Windows.Forms.TabControl();
     this.tpTarrifs = new System.Windows.Forms.TabPage();
     this.serviceTariffCollectionView = new ServiceTariffCollectionView();
     this.tpNorms = new System.Windows.Forms.TabPage();
     this.serviceNormCollectionView = new ServiceNormCollectionView();
     this.tpSeason = new System.Windows.Forms.TabPage();
     this.houseServiceSeasonsView = new HouseServiceSeasonsView();
     this.tpAccountService.SuspendLayout();
     this.tbJournal.SuspendLayout();
     this.tbCounters.SuspendLayout();
     this.tbEquipments.SuspendLayout();
     this.tbAccountServiceSuspension.SuspendLayout();
     this.tbAccountServiceSubQualities.SuspendLayout();
     this.tbPenaltyRemission.SuspendLayout();
     this.tbAccountServiceRelations.SuspendLayout();
     this.tbAccountServiceTarrifs.SuspendLayout();
     this.tbAccountServiceNotms.SuspendLayout();
     this.tbBenefitDebts.SuspendLayout();
     this.tcAccountServiceAndServiceProvider.SuspendLayout();
     this.tpAccountServices.SuspendLayout();
     this.tpServiceProvider.SuspendLayout();
     this.tcServiceProvider.SuspendLayout();
     this.tpTarrifs.SuspendLayout();
     this.tpNorms.SuspendLayout();
     this.tpSeason.SuspendLayout();
     base.SuspendLayout();
     this.tpAccountService.Controls.Add(this.tbJournal);
     this.tpAccountService.Controls.Add(this.tbCounters);
     this.tpAccountService.Controls.Add(this.tbEquipments);
     this.tpAccountService.Controls.Add(this.tbAccountServiceSuspension);
     this.tpAccountService.Controls.Add(this.tbAccountServiceSubQualities);
     this.tpAccountService.Controls.Add(this.tbPenaltyRemission);
     this.tpAccountService.Controls.Add(this.tbAccountServiceRelations);
     this.tpAccountService.Controls.Add(this.tbAccountServiceTarrifs);
     this.tpAccountService.Controls.Add(this.tbAccountServiceNotms);
     this.tpAccountService.Controls.Add(this.tbBenefitDebts);
     this.tpAccountService.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.tpAccountService.set_Location(new System.Drawing.Point(3, 3));
     this.tpAccountService.set_Name("tpAccountService");
     this.tpAccountService.set_SelectedIndex(0);
     this.tpAccountService.set_Size(new System.Drawing.Size(860, 0x254));
     this.tpAccountService.set_TabIndex(0);
     this.tpAccountService.add_SelectedIndexChanged(new System.EventHandler(this.tbAccountService_SelectedIndexChanged));
     this.tbJournal.Controls.Add(this.accountServiceJournalView);
     this.tbJournal.set_Location(new System.Drawing.Point(4, 0x16));
     this.tbJournal.set_Name("tbJournal");
     this.tbJournal.set_Padding(new System.Windows.Forms.Padding(3));
     this.tbJournal.set_Size(new System.Drawing.Size(0x354, 570));
     this.tbJournal.set_TabIndex(0);
     this.tbJournal.set_Text("Журнал");
     this.tbJournal.set_UseVisualStyleBackColor(true);
     this.accountServiceJournalView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.accountServiceJournalView.set_Font(new System.Drawing.Font("Tahoma", 9.75f));
     operation.AccountId = 0L;
     operation.AccountsCount = 0;
     operation.CalcId = 0L;
     operation.Comment = null;
     operation.Created = new System.DateTime(0L);
     operation.Dateb = new System.DateTime(0L);
     operation.Datec = new System.DateTime(0L);
     operation.Datee = new System.DateTime(0L);
     operation.DocDate = new System.DateTime(0L);
     operation.DocId = 0L;
     operation.DocName = null;
     operation.DocNumber = null;
     operation.FromDate = new System.DateTime(0L);
     operation.Id = 0L;
     operation.IncomingTransferDate = new System.DateTime(0L);
     operation.IncomingTransferNumber = null;
     operation.IncomingTransferPack = null;
     operation.IsDeleted = false;
     operation.IsDirty = true;
     operation.LoginName = null;
     operation.ObjectWithIdType = null;
     operation.OldId = 0L;
     operation.OperatorName = null;
     operation.OrgCode = 0;
     operation.OrgDocument = null;
     operation.OrgDocumentId = 0L;
     operation.OrgDocumentView = null;
     operation.OrgName = null;
     operation.PaymentAgentId = 0L;
     operation.PaymentAgentName = null;
     int[] numArray = new int[4];
     operation.PaymentSumm = new decimal(numArray);
     operation.ReesterDate = new System.DateTime(0L);
     operation.ReesterNumber = "";
     operation.SubTypeId = 0;
     operation.SubTypeName = null;
     int[] numArray2 = new int[4];
     operation.Summ = new decimal(numArray2);
     operation.Terminal = null;
     operation.ToDate = new System.DateTime(0L);
     operation.TransactionDate = new System.DateTime(0L);
     operation.TransactionNumber = 0L;
     operation.TypeDocName = null;
     operation.TypeId = 0;
     operation.TypeName = null;
     operation.UserId = 0L;
     operation.UserName = null;
     this.accountServiceJournalView.GroupOperation = operation;
     this.accountServiceJournalView.IsVisiblePanel = false;
     this.accountServiceJournalView.set_Location(new System.Drawing.Point(3, 3));
     this.accountServiceJournalView.set_Name("accountServiceJournalView");
     this.accountServiceJournalView.set_Size(new System.Drawing.Size(0x34e, 0x234));
     this.accountServiceJournalView.set_TabIndex(0);
     this.tbCounters.Controls.Add(this.accountServiceCountersView);
     this.tbCounters.set_Location(new System.Drawing.Point(4, 0x16));
     this.tbCounters.set_Name("tbCounters");
     this.tbCounters.set_Padding(new System.Windows.Forms.Padding(3));
     this.tbCounters.set_Size(new System.Drawing.Size(0x354, 570));
     this.tbCounters.set_TabIndex(1);
     this.tbCounters.set_Text("Приборы учета");
     this.tbCounters.set_UseVisualStyleBackColor(true);
     this.accountServiceCountersView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.accountServiceCountersView.IsUpdate = false;
     this.accountServiceCountersView.set_Location(new System.Drawing.Point(3, 3));
     this.accountServiceCountersView.set_Name("accountServiceCountersView");
     this.accountServiceCountersView.set_Size(new System.Drawing.Size(0x34e, 0x234));
     this.accountServiceCountersView.set_TabIndex(0);
     this.tbEquipments.Controls.Add(this.accountServiceEquipmentsView);
     this.tbEquipments.set_Location(new System.Drawing.Point(4, 0x16));
     this.tbEquipments.set_Name("tbEquipments");
     this.tbEquipments.set_Padding(new System.Windows.Forms.Padding(3));
     this.tbEquipments.set_Size(new System.Drawing.Size(0x354, 570));
     this.tbEquipments.set_TabIndex(2);
     this.tbEquipments.set_Text("Оборудование");
     this.tbEquipments.set_UseVisualStyleBackColor(true);
     this.accountServiceEquipmentsView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.accountServiceEquipmentsView.IsUpdate = false;
     this.accountServiceEquipmentsView.set_Location(new System.Drawing.Point(3, 3));
     this.accountServiceEquipmentsView.set_Margin(new System.Windows.Forms.Padding(3, 4, 3, 4));
     this.accountServiceEquipmentsView.set_Name("accountServiceEquipmentsView");
     this.accountServiceEquipmentsView.set_Size(new System.Drawing.Size(0x34e, 0x234));
     this.accountServiceEquipmentsView.set_TabIndex(0);
     this.tbAccountServiceSuspension.Controls.Add(this.accountServiceSuspensionView);
     this.tbAccountServiceSuspension.set_Location(new System.Drawing.Point(4, 0x16));
     this.tbAccountServiceSuspension.set_Name("tbAccountServiceSuspension");
     this.tbAccountServiceSuspension.set_Padding(new System.Windows.Forms.Padding(3));
     this.tbAccountServiceSuspension.set_Size(new System.Drawing.Size(0x354, 570));
     this.tbAccountServiceSuspension.set_TabIndex(3);
     this.tbAccountServiceSuspension.set_Text("Отключение услуги");
     this.tbAccountServiceSuspension.set_UseVisualStyleBackColor(true);
     this.accountServiceSuspensionView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.accountServiceSuspensionView.set_Location(new System.Drawing.Point(3, 3));
     this.accountServiceSuspensionView.set_Name("accountServiceSuspensionView");
     this.accountServiceSuspensionView.set_Size(new System.Drawing.Size(0x34e, 0x234));
     this.accountServiceSuspensionView.set_TabIndex(0);
     this.tbAccountServiceSubQualities.Controls.Add(this._accountServiceSubQualityView);
     this.tbAccountServiceSubQualities.set_Location(new System.Drawing.Point(4, 0x16));
     this.tbAccountServiceSubQualities.set_Name("tbAccountServiceSubQualities");
     this.tbAccountServiceSubQualities.set_Size(new System.Drawing.Size(0x354, 570));
     this.tbAccountServiceSubQualities.set_TabIndex(6);
     this.tbAccountServiceSubQualities.set_Text("Недопоставка");
     this.tbAccountServiceSubQualities.set_UseVisualStyleBackColor(true);
     this._accountServiceSubQualityView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this._accountServiceSubQualityView.set_Location(new System.Drawing.Point(0, 0));
     this._accountServiceSubQualityView.set_Name("_accountServiceSubQualityView");
     this._accountServiceSubQualityView.set_Size(new System.Drawing.Size(0x354, 570));
     this._accountServiceSubQualityView.set_TabIndex(0);
     this.tbPenaltyRemission.Controls.Add(this.accountServicePenaltyRemissionView);
     this.tbPenaltyRemission.set_Location(new System.Drawing.Point(4, 0x16));
     this.tbPenaltyRemission.set_Name("tbPenaltyRemission");
     this.tbPenaltyRemission.set_Padding(new System.Windows.Forms.Padding(3));
     this.tbPenaltyRemission.set_Size(new System.Drawing.Size(0x354, 570));
     this.tbPenaltyRemission.set_TabIndex(4);
     this.tbPenaltyRemission.set_Text("Отключение пеней");
     this.tbPenaltyRemission.set_UseVisualStyleBackColor(true);
     this.accountServicePenaltyRemissionView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.accountServicePenaltyRemissionView.set_Font(new System.Drawing.Font("Tahoma", 9.75f));
     this.accountServicePenaltyRemissionView.set_Location(new System.Drawing.Point(3, 3));
     this.accountServicePenaltyRemissionView.set_Margin(new System.Windows.Forms.Padding(3, 4, 3, 4));
     this.accountServicePenaltyRemissionView.set_Name("accountServicePenaltyRemissionView");
     this.accountServicePenaltyRemissionView.set_Size(new System.Drawing.Size(0x34e, 0x234));
     this.accountServicePenaltyRemissionView.set_TabIndex(0);
     this.tbAccountServiceRelations.Controls.Add(this.accountServiceRelationsView);
     this.tbAccountServiceRelations.set_Location(new System.Drawing.Point(4, 0x16));
     this.tbAccountServiceRelations.set_Name("tbAccountServiceRelations");
     this.tbAccountServiceRelations.set_Padding(new System.Windows.Forms.Padding(3));
     this.tbAccountServiceRelations.set_Size(new System.Drawing.Size(0x354, 570));
     this.tbAccountServiceRelations.set_TabIndex(5);
     this.tbAccountServiceRelations.set_Text("Связь с услугами ЛС");
     this.tbAccountServiceRelations.set_UseVisualStyleBackColor(true);
     this.accountServiceRelationsView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.accountServiceRelationsView.set_Font(new System.Drawing.Font("Tahoma", 9.75f));
     this.accountServiceRelationsView.set_Location(new System.Drawing.Point(3, 3));
     this.accountServiceRelationsView.set_Margin(new System.Windows.Forms.Padding(3, 4, 3, 4));
     this.accountServiceRelationsView.set_Name("accountServiceRelationsView");
     this.accountServiceRelationsView.set_Size(new System.Drawing.Size(0x34e, 0x234));
     this.accountServiceRelationsView.set_TabIndex(0);
     this.tbAccountServiceTarrifs.Controls.Add(this.accountServiceTarrifsView);
     this.tbAccountServiceTarrifs.set_Location(new System.Drawing.Point(4, 0x16));
     this.tbAccountServiceTarrifs.set_Name("tbAccountServiceTarrifs");
     this.tbAccountServiceTarrifs.set_Size(new System.Drawing.Size(0x354, 570));
     this.tbAccountServiceTarrifs.set_TabIndex(7);
     this.tbAccountServiceTarrifs.set_Text("Индивидуальный тариф");
     this.tbAccountServiceTarrifs.set_UseVisualStyleBackColor(true);
     this.accountServiceTarrifsView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.accountServiceTarrifsView.set_Location(new System.Drawing.Point(0, 0));
     this.accountServiceTarrifsView.set_Name("accountServiceTarrifsView");
     this.accountServiceTarrifsView.set_Size(new System.Drawing.Size(0x354, 570));
     this.accountServiceTarrifsView.set_TabIndex(0);
     this.tbAccountServiceNotms.Controls.Add(this.accountServiceNormsView);
     this.tbAccountServiceNotms.set_Location(new System.Drawing.Point(4, 0x16));
     this.tbAccountServiceNotms.set_Name("tbAccountServiceNotms");
     this.tbAccountServiceNotms.set_Padding(new System.Windows.Forms.Padding(3));
     this.tbAccountServiceNotms.set_Size(new System.Drawing.Size(0x354, 570));
     this.tbAccountServiceNotms.set_TabIndex(9);
     this.tbAccountServiceNotms.set_Text("Индивидуальный норматив");
     this.tbAccountServiceNotms.set_UseVisualStyleBackColor(true);
     this.accountServiceNormsView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.accountServiceNormsView.set_Location(new System.Drawing.Point(3, 3));
     this.accountServiceNormsView.set_Name("accountServiceNormsView");
     this.accountServiceNormsView.set_Size(new System.Drawing.Size(0x34e, 0x234));
     this.accountServiceNormsView.set_TabIndex(0);
     this.tbBenefitDebts.Controls.Add(this.benefitDebtsView);
     this.tbBenefitDebts.set_Location(new System.Drawing.Point(4, 0x16));
     this.tbBenefitDebts.set_Name("tbBenefitDebts");
     this.tbBenefitDebts.set_Padding(new System.Windows.Forms.Padding(3));
     this.tbBenefitDebts.set_Size(new System.Drawing.Size(0x354, 570));
     this.tbBenefitDebts.set_TabIndex(8);
     this.tbBenefitDebts.set_Text("Задолженность по льготам");
     this.tbBenefitDebts.set_UseVisualStyleBackColor(true);
     this.benefitDebtsView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.benefitDebtsView.set_Location(new System.Drawing.Point(3, 3));
     this.benefitDebtsView.set_Name("benefitDebtsView");
     this.benefitDebtsView.set_Size(new System.Drawing.Size(0x34e, 0x234));
     this.benefitDebtsView.set_TabIndex(0);
     this.tcAccountServiceAndServiceProvider.Controls.Add(this.tpAccountServices);
     this.tcAccountServiceAndServiceProvider.Controls.Add(this.tpServiceProvider);
     this.tcAccountServiceAndServiceProvider.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.tcAccountServiceAndServiceProvider.set_Location(new System.Drawing.Point(0, 0));
     this.tcAccountServiceAndServiceProvider.set_Name("tcAccountServiceAndServiceProvider");
     this.tcAccountServiceAndServiceProvider.set_SelectedIndex(0);
     this.tcAccountServiceAndServiceProvider.set_Size(new System.Drawing.Size(0x36a, 0x274));
     this.tcAccountServiceAndServiceProvider.set_TabIndex(1);
     this.tcAccountServiceAndServiceProvider.add_SelectedIndexChanged(new System.EventHandler(this.tcAccountServiceAndServiceProvider_SelectedIndexChanged));
     this.tpAccountServices.Controls.Add(this.tpAccountService);
     this.tpAccountServices.set_Location(new System.Drawing.Point(4, 0x16));
     this.tpAccountServices.set_Name("tpAccountServices");
     this.tpAccountServices.set_Padding(new System.Windows.Forms.Padding(3));
     this.tpAccountServices.set_Size(new System.Drawing.Size(0x362, 0x25a));
     this.tpAccountServices.set_TabIndex(0);
     this.tpAccountServices.set_Text("Услуга ЛС");
     this.tpAccountServices.set_UseVisualStyleBackColor(true);
     this.tpServiceProvider.Controls.Add(this.tcServiceProvider);
     this.tpServiceProvider.set_Location(new System.Drawing.Point(4, 0x16));
     this.tpServiceProvider.set_Name("tpServiceProvider");
     this.tpServiceProvider.set_Padding(new System.Windows.Forms.Padding(3));
     this.tpServiceProvider.set_Size(new System.Drawing.Size(0x362, 0x25a));
     this.tpServiceProvider.set_TabIndex(1);
     this.tpServiceProvider.set_Text("Услуга ПУ");
     this.tpServiceProvider.set_UseVisualStyleBackColor(true);
     this.tcServiceProvider.Controls.Add(this.tpTarrifs);
     this.tcServiceProvider.Controls.Add(this.tpNorms);
     this.tcServiceProvider.Controls.Add(this.tpSeason);
     this.tcServiceProvider.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.tcServiceProvider.set_Location(new System.Drawing.Point(3, 3));
     this.tcServiceProvider.set_Name("tcServiceProvider");
     this.tcServiceProvider.set_SelectedIndex(0);
     this.tcServiceProvider.set_Size(new System.Drawing.Size(860, 0x254));
     this.tcServiceProvider.set_TabIndex(0);
     this.tcServiceProvider.add_SelectedIndexChanged(new System.EventHandler(this.tcServiceProvider_SelectedIndexChanged));
     this.tpTarrifs.Controls.Add(this.serviceTariffCollectionView);
     this.tpTarrifs.set_Location(new System.Drawing.Point(4, 0x16));
     this.tpTarrifs.set_Name("tpTarrifs");
     this.tpTarrifs.set_Padding(new System.Windows.Forms.Padding(3));
     this.tpTarrifs.set_Size(new System.Drawing.Size(0x354, 570));
     this.tpTarrifs.set_TabIndex(1);
     this.tpTarrifs.set_Text("Тарифы");
     this.tpTarrifs.set_UseVisualStyleBackColor(true);
     this.serviceTariffCollectionView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.serviceTariffCollectionView.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 9.75f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     this.serviceTariffCollectionView.IsReadOnly = false;
     this.serviceTariffCollectionView.set_Location(new System.Drawing.Point(3, 3));
     this.serviceTariffCollectionView.set_Margin(new System.Windows.Forms.Padding(2));
     this.serviceTariffCollectionView.set_Name("serviceTariffCollectionView");
     this.serviceTariffCollectionView.ObjectWithId = null;
     this.serviceTariffCollectionView.set_Size(new System.Drawing.Size(0x34e, 0x234));
     this.serviceTariffCollectionView.set_TabIndex(0);
     this.tpNorms.Controls.Add(this.serviceNormCollectionView);
     this.tpNorms.set_Location(new System.Drawing.Point(4, 0x16));
     this.tpNorms.set_Name("tpNorms");
     this.tpNorms.set_Size(new System.Drawing.Size(0x354, 570));
     this.tpNorms.set_TabIndex(2);
     this.tpNorms.set_Text("Нормативы");
     this.tpNorms.set_UseVisualStyleBackColor(true);
     this.serviceNormCollectionView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.serviceNormCollectionView.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 9.75f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     this.serviceNormCollectionView.IsReadOnly = false;
     this.serviceNormCollectionView.set_Location(new System.Drawing.Point(0, 0));
     this.serviceNormCollectionView.set_Margin(new System.Windows.Forms.Padding(4));
     this.serviceNormCollectionView.set_Name("serviceNormCollectionView");
     this.serviceNormCollectionView.ObjectWithId = null;
     this.serviceNormCollectionView.set_Size(new System.Drawing.Size(0x354, 570));
     this.serviceNormCollectionView.set_TabIndex(0);
     this.tpSeason.Controls.Add(this.houseServiceSeasonsView);
     this.tpSeason.set_Location(new System.Drawing.Point(4, 0x16));
     this.tpSeason.set_Name("tpSeason");
     this.tpSeason.set_Padding(new System.Windows.Forms.Padding(3));
     this.tpSeason.set_Size(new System.Drawing.Size(0x354, 570));
     this.tpSeason.set_TabIndex(0);
     this.tpSeason.set_Text("Сезонное включение услуги");
     this.tpSeason.set_UseVisualStyleBackColor(true);
     this.houseServiceSeasonsView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.houseServiceSeasonsView.set_Font(new System.Drawing.Font("Tahoma", 9.75f));
     this.houseServiceSeasonsView.set_Location(new System.Drawing.Point(3, 3));
     this.houseServiceSeasonsView.set_Margin(new System.Windows.Forms.Padding(3, 4, 3, 4));
     this.houseServiceSeasonsView.set_Name("houseServiceSeasonsView");
     this.houseServiceSeasonsView.set_Size(new System.Drawing.Size(0x34e, 0x234));
     this.houseServiceSeasonsView.set_TabIndex(0);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x36a, 0x274));
     base.Controls.Add(this.tcAccountServiceAndServiceProvider);
     base.set_Name("AccountServiceForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("Услуга лицевого счета");
     base.add_FormClosed(new System.Windows.Forms.FormClosedEventHandler(this.AccountServicesForm_FormClosed));
     this.tpAccountService.ResumeLayout(false);
     this.tbJournal.ResumeLayout(false);
     this.tbCounters.ResumeLayout(false);
     this.tbEquipments.ResumeLayout(false);
     this.tbAccountServiceSuspension.ResumeLayout(false);
     this.tbAccountServiceSubQualities.ResumeLayout(false);
     this.tbPenaltyRemission.ResumeLayout(false);
     this.tbAccountServiceRelations.ResumeLayout(false);
     this.tbAccountServiceTarrifs.ResumeLayout(false);
     this.tbAccountServiceNotms.ResumeLayout(false);
     this.tbBenefitDebts.ResumeLayout(false);
     this.tcAccountServiceAndServiceProvider.ResumeLayout(false);
     this.tpAccountServices.ResumeLayout(false);
     this.tpServiceProvider.ResumeLayout(false);
     this.tcServiceProvider.ResumeLayout(false);
     this.tpTarrifs.ResumeLayout(false);
     this.tpNorms.ResumeLayout(false);
     this.tpSeason.ResumeLayout(false);
     base.ResumeLayout(false);
 }