private void InitializeComponent()
 {
     this.label1 = new System.Windows.Forms.Label();
     this.groupAdressesView = new GroupOperationAdressView();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.selectServiceTypes1 = new SelectServiceTypes();
     this.selectOrgs1 = new SelectOrgs();
     this.chbxByHouse = new System.Windows.Forms.CheckBox();
     base.SuspendLayout();
     base.m_Period.set_Location(new System.Drawing.Point(0x40, 13));
     base.m_Period.set_Size(new System.Drawing.Size(270, 0x17));
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(1, 13));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x2d, 13));
     this.label1.set_TabIndex(0x2e);
     this.label1.set_Text("Период");
     this.groupAdressesView.set_Font(new System.Drawing.Font("Tahoma", 9.75f));
     this.groupAdressesView.set_Location(new System.Drawing.Point(4, 0x77));
     this.groupAdressesView.set_Margin(new System.Windows.Forms.Padding(3, 4, 3, 4));
     this.groupAdressesView.set_Name("groupAdressesView");
     this.groupAdressesView.set_Size(new System.Drawing.Size(0x23c, 0x114));
     this.groupAdressesView.set_TabIndex(0x2f);
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(1, 0x2b));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x41, 13));
     this.label3.set_TabIndex(0x30);
     this.label3.set_Text("Поставщик");
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(1, 0x45));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x3e, 13));
     this.label4.set_TabIndex(0x33);
     this.label4.set_Text("Тип услуги");
     this.selectServiceTypes1.IsByUser = false;
     this.selectServiceTypes1.set_Location(new System.Drawing.Point(0x40, 0x45));
     this.selectServiceTypes1.set_Name("selectServiceTypes1");
     this.selectServiceTypes1.set_Size(new System.Drawing.Size(0x1f3, 20));
     this.selectServiceTypes1.set_TabIndex(0x34);
     this.selectOrgs1.IsByUser = false;
     this.selectOrgs1.set_Location(new System.Drawing.Point(0x40, 0x2b));
     this.selectOrgs1.set_Name("selectOrgs1");
     this.selectOrgs1.SetFilter = null;
     this.selectOrgs1.set_Size(new System.Drawing.Size(0x1f3, 20));
     this.selectOrgs1.set_TabIndex(0x35);
     this.chbxByHouse.set_AutoSize(true);
     this.chbxByHouse.set_Location(new System.Drawing.Point(4, 0x5f));
     this.chbxByHouse.set_Name("chbxByHouse");
     this.chbxByHouse.set_Size(new System.Drawing.Size(0x94, 0x11));
     this.chbxByHouse.set_TabIndex(0x36);
     this.chbxByHouse.set_Text("Группировать по домам");
     this.chbxByHouse.set_UseVisualStyleBackColor(true);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x23d, 0x1a5));
     base.Controls.Add(this.chbxByHouse);
     base.Controls.Add(this.selectOrgs1);
     base.Controls.Add(this.selectServiceTypes1);
     base.Controls.Add(this.label4);
     base.Controls.Add(this.label3);
     base.Controls.Add(this.groupAdressesView);
     base.Controls.Add(this.label1);
     base.set_Name("ReportByChargeVacationsForm");
     this.set_Text("Отчет по начислению по временно отсутсвующим");
     base.add_Load(new System.EventHandler(this.ReportByChargeVacationsForm_Load));
     base.Controls.SetChildIndex(base.m_Period, 0);
     base.Controls.SetChildIndex(this.label1, 0);
     base.Controls.SetChildIndex(this.groupAdressesView, 0);
     base.Controls.SetChildIndex(this.label3, 0);
     base.Controls.SetChildIndex(this.label4, 0);
     base.Controls.SetChildIndex(this.selectServiceTypes1, 0);
     base.Controls.SetChildIndex(this.selectOrgs1, 0);
     base.Controls.SetChildIndex(this.chbxByHouse, 0);
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Exemplo n.º 2
0
 private void InitializeComponent()
 {
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.m_TabGroupOperation = new System.Windows.Forms.TabControl();
     this.tpJnOperations = new System.Windows.Forms.TabPage();
     this.jnOperationsView = new JnOperationsView();
     this.tbOpenOperation = new System.Windows.Forms.TabPage();
     this.openOperationView1 = new OpenOperationView();
     this.tpCloseOperation = new System.Windows.Forms.TabPage();
     this.closeOperationView1 = new CloseOperationView();
     this.tpChangeOperation = new System.Windows.Forms.TabPage();
     this.changeOperationView1 = new ChangeOperationView();
     this.tpChangeServicesFromDateToDate = new System.Windows.Forms.TabPage();
     this.changeServicesFromDateToDateView1 = new ChangeServicesFromDateToDateView();
     this.tpRecalcGroup = new System.Windows.Forms.TabPage();
     this.groupReсalculationView = new GroupReсalculationView();
     this.tpSuspensionTime = new System.Windows.Forms.TabPage();
     this.suspensionTimeView = new SuspensionTimeView();
     this.tpSuspensionPercent = new System.Windows.Forms.TabPage();
     this._groupOperationAddAccountServiceSubQualityView = new GroupOperationAddAccountServiceSubQualityView();
     this.tpHouseHolder = new System.Windows.Forms.TabPage();
     this.houseHolderChangeView = new HouseHolderChangeView();
     this.tpvAccountChangeHouseHolder = new System.Windows.Forms.TabPage();
     this.accountHouseHolderChangeView1 = new AccountHouseHolderChangeView();
     this.tpAlignmentRemaintByServices = new System.Windows.Forms.TabPage();
     this.alignmentRemaintView = new AlignmentRemaintView();
     this.tpAlignmentRemaintByServiceTypes = new System.Windows.Forms.TabPage();
     this.aligmentRemaintByServiceTypes = new AligmentRemaintByServiceTypes();
     this.tpAddServices = new System.Windows.Forms.TabPage();
     this.servicesAddView = new ServicesAddView();
     this.tpSuspensionPenalties = new System.Windows.Forms.TabPage();
     this.penaltiesRemissionView = new PenaltiesRemissionView();
     this.tpCashlessPayment = new System.Windows.Forms.TabPage();
     this.cashlessPaymentView1 = new CashlessPaymentView();
     this.tpGroupReplaceAccountServices = new System.Windows.Forms.TabPage();
     this.groupReplaceAccountServicesView1 = new GroupReplaceAccountServicesView();
     this.tpHouseCountersRecalcView = new System.Windows.Forms.TabPage();
     this.houseCountersGroupRecalculationView = new HouseCountersGroupRecalculationView();
     this.tbBalanceCancellation = new System.Windows.Forms.TabPage();
     this.viewBalanceCancellation = new BalanceCancellationView();
     this.tbServiceHouses = new System.Windows.Forms.TabPage();
     this.serviceHousesView = new GroupCareHousesView();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.tbCalcMonthlyStat = new System.Windows.Forms.TabPage();
     this.calcAvgMonthIndicationView1 = new CalcAvgMonthIndicationView();
     this.groupOperationAdressView = new GroupOperationAdressView();
     this.label1 = new System.Windows.Forms.Label();
     this.groupBindingServiceTypeBenefitView1 = new GroupBindingServiceTypeBenefitView();
     this.splitContainer1.BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.m_TabGroupOperation.SuspendLayout();
     this.tpJnOperations.SuspendLayout();
     this.tbOpenOperation.SuspendLayout();
     this.tpCloseOperation.SuspendLayout();
     this.tpChangeOperation.SuspendLayout();
     this.tpChangeServicesFromDateToDate.SuspendLayout();
     this.tpRecalcGroup.SuspendLayout();
     this.tpSuspensionTime.SuspendLayout();
     this.tpSuspensionPercent.SuspendLayout();
     this.tpHouseHolder.SuspendLayout();
     this.tpvAccountChangeHouseHolder.SuspendLayout();
     this.tpAlignmentRemaintByServices.SuspendLayout();
     this.tpAlignmentRemaintByServiceTypes.SuspendLayout();
     this.tpAddServices.SuspendLayout();
     this.tpSuspensionPenalties.SuspendLayout();
     this.tpCashlessPayment.SuspendLayout();
     this.tpGroupReplaceAccountServices.SuspendLayout();
     this.tpHouseCountersRecalcView.SuspendLayout();
     this.tbBalanceCancellation.SuspendLayout();
     this.tbServiceHouses.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tbCalcMonthlyStat.SuspendLayout();
     base.SuspendLayout();
     this.splitContainer1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.splitContainer1.set_Location(new System.Drawing.Point(0, 0));
     this.splitContainer1.set_Name("splitContainer1");
     this.splitContainer1.set_Orientation(System.Windows.Forms.Orientation.Horizontal);
     this.splitContainer1.Panel1.set_AutoScroll(true);
     this.splitContainer1.Panel1.Controls.Add(this.m_TabGroupOperation);
     this.splitContainer1.Panel2.Controls.Add(this.groupOperationAdressView);
     this.splitContainer1.Panel2.Controls.Add(this.label1);
     this.splitContainer1.set_Size(new System.Drawing.Size(0x329, 0x23e));
     this.splitContainer1.set_SplitterDistance(0x215);
     this.splitContainer1.set_TabIndex(6);
     this.m_TabGroupOperation.Controls.Add(this.tpJnOperations);
     this.m_TabGroupOperation.Controls.Add(this.tbOpenOperation);
     this.m_TabGroupOperation.Controls.Add(this.tpCloseOperation);
     this.m_TabGroupOperation.Controls.Add(this.tpChangeOperation);
     this.m_TabGroupOperation.Controls.Add(this.tpChangeServicesFromDateToDate);
     this.m_TabGroupOperation.Controls.Add(this.tpRecalcGroup);
     this.m_TabGroupOperation.Controls.Add(this.tpSuspensionTime);
     this.m_TabGroupOperation.Controls.Add(this.tpSuspensionPercent);
     this.m_TabGroupOperation.Controls.Add(this.tpHouseHolder);
     this.m_TabGroupOperation.Controls.Add(this.tpvAccountChangeHouseHolder);
     this.m_TabGroupOperation.Controls.Add(this.tpAlignmentRemaintByServices);
     this.m_TabGroupOperation.Controls.Add(this.tpAlignmentRemaintByServiceTypes);
     this.m_TabGroupOperation.Controls.Add(this.tpAddServices);
     this.m_TabGroupOperation.Controls.Add(this.tpSuspensionPenalties);
     this.m_TabGroupOperation.Controls.Add(this.tpCashlessPayment);
     this.m_TabGroupOperation.Controls.Add(this.tpGroupReplaceAccountServices);
     this.m_TabGroupOperation.Controls.Add(this.tpHouseCountersRecalcView);
     this.m_TabGroupOperation.Controls.Add(this.tbBalanceCancellation);
     this.m_TabGroupOperation.Controls.Add(this.tbServiceHouses);
     this.m_TabGroupOperation.Controls.Add(this.tabPage1);
     this.m_TabGroupOperation.Controls.Add(this.tbCalcMonthlyStat);
     this.m_TabGroupOperation.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.m_TabGroupOperation.set_Location(new System.Drawing.Point(0, 0));
     this.m_TabGroupOperation.set_Multiline(true);
     this.m_TabGroupOperation.set_Name("m_TabGroupOperation");
     this.m_TabGroupOperation.set_SelectedIndex(0);
     this.m_TabGroupOperation.set_Size(new System.Drawing.Size(0x329, 0x215));
     this.m_TabGroupOperation.set_TabIndex(5);
     this.m_TabGroupOperation.add_SelectedIndexChanged(new System.EventHandler(this.tabGroupOperation_SelectedIndexChanged));
     this.tpJnOperations.Controls.Add(this.jnOperationsView);
     this.tpJnOperations.set_Location(new System.Drawing.Point(4, 0x4c));
     this.tpJnOperations.set_Name("tpJnOperations");
     this.tpJnOperations.set_Size(new System.Drawing.Size(0x321, 0x1c5));
     this.tpJnOperations.set_TabIndex(7);
     this.tpJnOperations.set_Text("Журнал операций");
     this.tpJnOperations.set_UseVisualStyleBackColor(true);
     this.jnOperationsView.set_AutoScroll(true);
     this.jnOperationsView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.jnOperationsView.set_Location(new System.Drawing.Point(0, 0));
     this.jnOperationsView.set_Margin(new System.Windows.Forms.Padding(3, 4, 3, 4));
     this.jnOperationsView.set_Name("jnOperationsView");
     this.jnOperationsView.set_Size(new System.Drawing.Size(0x321, 0x1c5));
     this.jnOperationsView.set_TabIndex(0);
     this.tbOpenOperation.Controls.Add(this.openOperationView1);
     this.tbOpenOperation.set_Location(new System.Drawing.Point(4, 0x4c));
     this.tbOpenOperation.set_Name("tbOpenOperation");
     this.tbOpenOperation.set_Size(new System.Drawing.Size(0x321, 0x1c5));
     this.tbOpenOperation.set_TabIndex(0x10);
     this.tbOpenOperation.set_Text("Открытие услуг");
     this.tbOpenOperation.set_UseVisualStyleBackColor(true);
     this.openOperationView1.set_AutoScroll(true);
     this.openOperationView1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.openOperationView1.set_Location(new System.Drawing.Point(0, 0));
     this.openOperationView1.set_Margin(new System.Windows.Forms.Padding(3, 4, 3, 4));
     this.openOperationView1.set_Name("openOperationView1");
     this.openOperationView1.ObjectWithId = null;
     this.openOperationView1.set_Size(new System.Drawing.Size(0x321, 0x1c5));
     this.openOperationView1.set_TabIndex(0);
     this.tpCloseOperation.Controls.Add(this.closeOperationView1);
     this.tpCloseOperation.set_Location(new System.Drawing.Point(4, 0x4c));
     this.tpCloseOperation.set_Name("tpCloseOperation");
     this.tpCloseOperation.set_Size(new System.Drawing.Size(0x321, 0x1c5));
     this.tpCloseOperation.set_TabIndex(15);
     this.tpCloseOperation.set_Text("Закрытие услуг");
     this.tpCloseOperation.set_UseVisualStyleBackColor(true);
     this.closeOperationView1.set_AutoScroll(true);
     this.closeOperationView1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.closeOperationView1.set_Location(new System.Drawing.Point(0, 0));
     this.closeOperationView1.set_Margin(new System.Windows.Forms.Padding(3, 4, 3, 4));
     this.closeOperationView1.set_Name("closeOperationView1");
     this.closeOperationView1.ObjectWithId = null;
     this.closeOperationView1.set_Size(new System.Drawing.Size(0x321, 0x1c5));
     this.closeOperationView1.set_TabIndex(0);
     this.tpChangeOperation.Controls.Add(this.changeOperationView1);
     this.tpChangeOperation.set_Location(new System.Drawing.Point(4, 0x4c));
     this.tpChangeOperation.set_Name("tpChangeOperation");
     this.tpChangeOperation.set_Size(new System.Drawing.Size(0x321, 0x1c5));
     this.tpChangeOperation.set_TabIndex(0x11);
     this.tpChangeOperation.set_Text("Смена услуг");
     this.tpChangeOperation.set_UseVisualStyleBackColor(true);
     this.changeOperationView1.set_AutoScroll(true);
     this.changeOperationView1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.changeOperationView1.set_Location(new System.Drawing.Point(0, 0));
     this.changeOperationView1.set_Margin(new System.Windows.Forms.Padding(3, 4, 3, 4));
     this.changeOperationView1.set_Name("changeOperationView1");
     this.changeOperationView1.ObjectWithId = null;
     this.changeOperationView1.set_Size(new System.Drawing.Size(0x321, 0x1c5));
     this.changeOperationView1.set_TabIndex(0);
     this.tpChangeServicesFromDateToDate.Controls.Add(this.changeServicesFromDateToDateView1);
     this.tpChangeServicesFromDateToDate.set_Location(new System.Drawing.Point(4, 0x4c));
     this.tpChangeServicesFromDateToDate.set_Name("tpChangeServicesFromDateToDate");
     this.tpChangeServicesFromDateToDate.set_Padding(new System.Windows.Forms.Padding(3));
     this.tpChangeServicesFromDateToDate.set_Size(new System.Drawing.Size(0x321, 0x1c5));
     this.tpChangeServicesFromDateToDate.set_TabIndex(9);
     this.tpChangeServicesFromDateToDate.set_Text("Изменение диапазона действия услуг");
     this.tpChangeServicesFromDateToDate.set_UseVisualStyleBackColor(true);
     this.changeServicesFromDateToDateView1.set_AutoScroll(true);
     this.changeServicesFromDateToDateView1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.changeServicesFromDateToDateView1.set_Location(new System.Drawing.Point(3, 3));
     this.changeServicesFromDateToDateView1.set_Margin(new System.Windows.Forms.Padding(3, 4, 3, 4));
     this.changeServicesFromDateToDateView1.set_Name("changeServicesFromDateToDateView1");
     this.changeServicesFromDateToDateView1.set_Size(new System.Drawing.Size(0x31b, 0x1bf));
     this.changeServicesFromDateToDateView1.set_TabIndex(0);
     this.tpRecalcGroup.Controls.Add(this.groupReсalculationView);
     this.tpRecalcGroup.set_Location(new System.Drawing.Point(4, 0x4c));
     this.tpRecalcGroup.set_Name("tpRecalcGroup");
     this.tpRecalcGroup.set_Padding(new System.Windows.Forms.Padding(3));
     this.tpRecalcGroup.set_Size(new System.Drawing.Size(0x321, 0x1c5));
     this.tpRecalcGroup.set_TabIndex(1);
     this.tpRecalcGroup.set_Text("Групповой перерасчет");
     this.tpRecalcGroup.set_UseVisualStyleBackColor(true);
     this.groupReсalculationView.set_AutoScroll(true);
     this.groupReсalculationView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.groupReсalculationView.set_Location(new System.Drawing.Point(3, 3));
     this.groupReсalculationView.set_Margin(new System.Windows.Forms.Padding(3, 4, 3, 4));
     this.groupReсalculationView.set_Name("groupReсalculationView");
     this.groupReсalculationView.ObjectWithId = null;
     this.groupReсalculationView.set_Size(new System.Drawing.Size(0x31b, 0x1bf));
     this.groupReсalculationView.set_TabIndex(0);
     this.tpSuspensionTime.Controls.Add(this.suspensionTimeView);
     this.tpSuspensionTime.set_Location(new System.Drawing.Point(4, 0x4c));
     this.tpSuspensionTime.set_Name("tpSuspensionTime");
     this.tpSuspensionTime.set_Size(new System.Drawing.Size(0x321, 0x1c5));
     this.tpSuspensionTime.set_TabIndex(2);
     this.tpSuspensionTime.set_Text("Временное отключение");
     this.tpSuspensionTime.set_UseVisualStyleBackColor(true);
     this.suspensionTimeView.set_AutoScroll(true);
     this.suspensionTimeView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.suspensionTimeView.set_Location(new System.Drawing.Point(0, 0));
     this.suspensionTimeView.set_Margin(new System.Windows.Forms.Padding(3, 4, 3, 4));
     this.suspensionTimeView.set_Name("suspensionTimeView");
     this.suspensionTimeView.ObjectWithId = null;
     this.suspensionTimeView.set_Size(new System.Drawing.Size(0x321, 0x1c5));
     this.suspensionTimeView.set_TabIndex(0);
     this.tpSuspensionPercent.Controls.Add(this._groupOperationAddAccountServiceSubQualityView);
     this.tpSuspensionPercent.set_Location(new System.Drawing.Point(4, 0x4c));
     this.tpSuspensionPercent.set_Name("tpSuspensionPercent");
     this.tpSuspensionPercent.set_Size(new System.Drawing.Size(0x321, 0x1c5));
     this.tpSuspensionPercent.set_TabIndex(11);
     this.tpSuspensionPercent.set_Text("Недопоставка");
     this.tpSuspensionPercent.set_UseVisualStyleBackColor(true);
     this._groupOperationAddAccountServiceSubQualityView.set_AutoScroll(true);
     this._groupOperationAddAccountServiceSubQualityView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this._groupOperationAddAccountServiceSubQualityView.set_Location(new System.Drawing.Point(0, 0));
     this._groupOperationAddAccountServiceSubQualityView.set_Margin(new System.Windows.Forms.Padding(3, 4, 3, 4));
     this._groupOperationAddAccountServiceSubQualityView.set_Name("_groupOperationAddAccountServiceSubQualityView");
     this._groupOperationAddAccountServiceSubQualityView.set_Size(new System.Drawing.Size(0x321, 0x1c5));
     this._groupOperationAddAccountServiceSubQualityView.set_TabIndex(0);
     this.tpHouseHolder.Controls.Add(this.houseHolderChangeView);
     this.tpHouseHolder.set_Location(new System.Drawing.Point(4, 0x4c));
     this.tpHouseHolder.set_Name("tpHouseHolder");
     this.tpHouseHolder.set_Size(new System.Drawing.Size(0x321, 0x1c5));
     this.tpHouseHolder.set_TabIndex(3);
     this.tpHouseHolder.set_Text("Смена балансосодержателя");
     this.tpHouseHolder.set_UseVisualStyleBackColor(true);
     this.houseHolderChangeView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.houseHolderChangeView.set_Location(new System.Drawing.Point(0, 0));
     this.houseHolderChangeView.set_Margin(new System.Windows.Forms.Padding(3, 4, 3, 4));
     this.houseHolderChangeView.set_Name("houseHolderChangeView");
     this.houseHolderChangeView.ObjectWithId = null;
     this.houseHolderChangeView.set_Size(new System.Drawing.Size(0x321, 0x1c5));
     this.houseHolderChangeView.set_TabIndex(0);
     this.tpvAccountChangeHouseHolder.Controls.Add(this.accountHouseHolderChangeView1);
     this.tpvAccountChangeHouseHolder.set_Location(new System.Drawing.Point(4, 0x4c));
     this.tpvAccountChangeHouseHolder.set_Name("tpvAccountChangeHouseHolder");
     this.tpvAccountChangeHouseHolder.set_Padding(new System.Windows.Forms.Padding(3));
     this.tpvAccountChangeHouseHolder.set_Size(new System.Drawing.Size(0x321, 0x1c5));
     this.tpvAccountChangeHouseHolder.set_TabIndex(10);
     this.tpvAccountChangeHouseHolder.set_Text("Смена балансодержателя услуг ЛС");
     this.tpvAccountChangeHouseHolder.set_UseVisualStyleBackColor(true);
     this.accountHouseHolderChangeView1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.accountHouseHolderChangeView1.set_Location(new System.Drawing.Point(3, 3));
     this.accountHouseHolderChangeView1.set_MinimumSize(new System.Drawing.Size(300, 300));
     this.accountHouseHolderChangeView1.set_Name("accountHouseHolderChangeView1");
     this.accountHouseHolderChangeView1.ObjectWithId = null;
     this.accountHouseHolderChangeView1.set_Size(new System.Drawing.Size(0x31b, 0x1bf));
     this.accountHouseHolderChangeView1.set_TabIndex(0);
     this.tpAlignmentRemaintByServices.Controls.Add(this.alignmentRemaintView);
     this.tpAlignmentRemaintByServices.set_Location(new System.Drawing.Point(4, 0x4c));
     this.tpAlignmentRemaintByServices.set_Name("tpAlignmentRemaintByServices");
     this.tpAlignmentRemaintByServices.set_Size(new System.Drawing.Size(0x321, 0x1c5));
     this.tpAlignmentRemaintByServices.set_TabIndex(4);
     this.tpAlignmentRemaintByServices.set_Text("Выравнивание средств по услугам");
     this.tpAlignmentRemaintByServices.set_UseVisualStyleBackColor(true);
     this.alignmentRemaintView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.alignmentRemaintView.set_Location(new System.Drawing.Point(0, 0));
     this.alignmentRemaintView.set_Margin(new System.Windows.Forms.Padding(3, 4, 3, 4));
     this.alignmentRemaintView.set_Name("alignmentRemaintView");
     this.alignmentRemaintView.ObjectWithId = null;
     this.alignmentRemaintView.set_Size(new System.Drawing.Size(0xc0, 0));
     this.alignmentRemaintView.set_TabIndex(0);
     this.tpAlignmentRemaintByServiceTypes.Controls.Add(this.aligmentRemaintByServiceTypes);
     this.tpAlignmentRemaintByServiceTypes.set_Location(new System.Drawing.Point(4, 0x4c));
     this.tpAlignmentRemaintByServiceTypes.set_Name("tpAlignmentRemaintByServiceTypes");
     this.tpAlignmentRemaintByServiceTypes.set_Size(new System.Drawing.Size(0x321, 0x1c5));
     this.tpAlignmentRemaintByServiceTypes.set_TabIndex(12);
     this.tpAlignmentRemaintByServiceTypes.set_Text("Выравнивание средств по типу услуг");
     this.tpAlignmentRemaintByServiceTypes.set_UseVisualStyleBackColor(true);
     this.aligmentRemaintByServiceTypes.set_AutoScroll(true);
     this.aligmentRemaintByServiceTypes.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.aligmentRemaintByServiceTypes.set_Location(new System.Drawing.Point(0, 0));
     this.aligmentRemaintByServiceTypes.set_Margin(new System.Windows.Forms.Padding(3, 4, 3, 4));
     this.aligmentRemaintByServiceTypes.set_Name("aligmentRemaintByServiceTypes");
     this.aligmentRemaintByServiceTypes.set_Size(new System.Drawing.Size(0x321, 0x1c5));
     this.aligmentRemaintByServiceTypes.set_TabIndex(0);
     this.tpAddServices.Controls.Add(this.servicesAddView);
     this.tpAddServices.set_Location(new System.Drawing.Point(4, 0x4c));
     this.tpAddServices.set_Name("tpAddServices");
     this.tpAddServices.set_Size(new System.Drawing.Size(0x321, 0x1c5));
     this.tpAddServices.set_TabIndex(5);
     this.tpAddServices.set_Text("Добавление услуг");
     this.tpAddServices.set_UseVisualStyleBackColor(true);
     this.servicesAddView.set_AutoScroll(true);
     this.servicesAddView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.servicesAddView.set_Location(new System.Drawing.Point(0, 0));
     this.servicesAddView.set_Margin(new System.Windows.Forms.Padding(3, 4, 3, 4));
     this.servicesAddView.set_Name("servicesAddView");
     this.servicesAddView.ObjectWithId = null;
     this.servicesAddView.set_Size(new System.Drawing.Size(0x321, 0x1c5));
     this.servicesAddView.set_TabIndex(0);
     this.tpSuspensionPenalties.Controls.Add(this.penaltiesRemissionView);
     this.tpSuspensionPenalties.set_Location(new System.Drawing.Point(4, 0x4c));
     this.tpSuspensionPenalties.set_Name("tpSuspensionPenalties");
     this.tpSuspensionPenalties.set_Size(new System.Drawing.Size(0x321, 0x1c5));
     this.tpSuspensionPenalties.set_TabIndex(6);
     this.tpSuspensionPenalties.set_Text("Отключение пеней");
     this.tpSuspensionPenalties.set_UseVisualStyleBackColor(true);
     this.penaltiesRemissionView.set_AutoScroll(true);
     this.penaltiesRemissionView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.penaltiesRemissionView.set_Location(new System.Drawing.Point(0, 0));
     this.penaltiesRemissionView.set_Margin(new System.Windows.Forms.Padding(3, 4, 3, 4));
     this.penaltiesRemissionView.set_Name("penaltiesRemissionView");
     this.penaltiesRemissionView.ObjectWithId = null;
     this.penaltiesRemissionView.set_Size(new System.Drawing.Size(0x321, 0x1c5));
     this.penaltiesRemissionView.set_TabIndex(0);
     this.tpCashlessPayment.Controls.Add(this.cashlessPaymentView1);
     this.tpCashlessPayment.set_Location(new System.Drawing.Point(4, 0x4c));
     this.tpCashlessPayment.set_Name("tpCashlessPayment");
     this.tpCashlessPayment.set_Size(new System.Drawing.Size(0x321, 0x1c5));
     this.tpCashlessPayment.set_TabIndex(8);
     this.tpCashlessPayment.set_Text("Безналичная оплата");
     this.tpCashlessPayment.set_UseVisualStyleBackColor(true);
     this.cashlessPaymentView1.set_AutoScroll(true);
     this.cashlessPaymentView1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.cashlessPaymentView1.set_Location(new System.Drawing.Point(0, 0));
     this.cashlessPaymentView1.set_Margin(new System.Windows.Forms.Padding(3, 4, 3, 4));
     this.cashlessPaymentView1.set_Name("cashlessPaymentView1");
     this.cashlessPaymentView1.set_Size(new System.Drawing.Size(0x321, 0x1c5));
     this.cashlessPaymentView1.set_TabIndex(0);
     this.tpGroupReplaceAccountServices.Controls.Add(this.groupReplaceAccountServicesView1);
     this.tpGroupReplaceAccountServices.set_Location(new System.Drawing.Point(4, 0x4c));
     this.tpGroupReplaceAccountServices.set_Name("tpGroupReplaceAccountServices");
     this.tpGroupReplaceAccountServices.set_Padding(new System.Windows.Forms.Padding(3));
     this.tpGroupReplaceAccountServices.set_Size(new System.Drawing.Size(0x321, 0x1c5));
     this.tpGroupReplaceAccountServices.set_TabIndex(13);
     this.tpGroupReplaceAccountServices.set_Text("Замена услуги");
     this.tpGroupReplaceAccountServices.set_UseVisualStyleBackColor(true);
     this.groupReplaceAccountServicesView1.set_AutoScroll(true);
     this.groupReplaceAccountServicesView1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.groupReplaceAccountServicesView1.set_Location(new System.Drawing.Point(3, 3));
     this.groupReplaceAccountServicesView1.set_Margin(new System.Windows.Forms.Padding(3, 4, 3, 4));
     this.groupReplaceAccountServicesView1.set_Name("groupReplaceAccountServicesView1");
     this.groupReplaceAccountServicesView1.set_Size(new System.Drawing.Size(0x31b, 0x1bf));
     this.groupReplaceAccountServicesView1.set_TabIndex(0);
     this.tpHouseCountersRecalcView.Controls.Add(this.houseCountersGroupRecalculationView);
     this.tpHouseCountersRecalcView.set_Location(new System.Drawing.Point(4, 0x4c));
     this.tpHouseCountersRecalcView.set_Name("tpHouseCountersRecalcView");
     this.tpHouseCountersRecalcView.set_Padding(new System.Windows.Forms.Padding(3));
     this.tpHouseCountersRecalcView.set_Size(new System.Drawing.Size(0x321, 0x1c5));
     this.tpHouseCountersRecalcView.set_TabIndex(14);
     this.tpHouseCountersRecalcView.set_Text("Групповой перерасчет по КПУ");
     this.tpHouseCountersRecalcView.set_UseVisualStyleBackColor(true);
     this.houseCountersGroupRecalculationView.set_AutoScroll(true);
     this.houseCountersGroupRecalculationView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.houseCountersGroupRecalculationView.set_Location(new System.Drawing.Point(3, 3));
     this.houseCountersGroupRecalculationView.set_Margin(new System.Windows.Forms.Padding(3, 4, 3, 4));
     this.houseCountersGroupRecalculationView.set_Name("houseCountersGroupRecalculationView");
     this.houseCountersGroupRecalculationView.set_Size(new System.Drawing.Size(0x31b, 0x1bf));
     this.houseCountersGroupRecalculationView.set_TabIndex(0);
     this.tbBalanceCancellation.Controls.Add(this.viewBalanceCancellation);
     this.tbBalanceCancellation.set_Location(new System.Drawing.Point(4, 0x4c));
     this.tbBalanceCancellation.set_Name("tbBalanceCancellation");
     this.tbBalanceCancellation.set_Padding(new System.Windows.Forms.Padding(3));
     this.tbBalanceCancellation.set_Size(new System.Drawing.Size(0x321, 0x1c5));
     this.tbBalanceCancellation.set_TabIndex(0x12);
     this.tbBalanceCancellation.set_Text("Списание баланса");
     this.tbBalanceCancellation.set_UseVisualStyleBackColor(true);
     this.viewBalanceCancellation.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.viewBalanceCancellation.set_Location(new System.Drawing.Point(3, 3));
     this.viewBalanceCancellation.set_Name("viewBalanceCancellation");
     this.viewBalanceCancellation.ObjectWithId = null;
     this.viewBalanceCancellation.set_Size(new System.Drawing.Size(0x31b, 0x1bf));
     this.viewBalanceCancellation.set_TabIndex(0);
     this.tbServiceHouses.Controls.Add(this.serviceHousesView);
     this.tbServiceHouses.set_Location(new System.Drawing.Point(4, 0x4c));
     this.tbServiceHouses.set_Name("tbServiceHouses");
     this.tbServiceHouses.set_Padding(new System.Windows.Forms.Padding(3));
     this.tbServiceHouses.set_Size(new System.Drawing.Size(0x321, 0x1c5));
     this.tbServiceHouses.set_TabIndex(0x13);
     this.tbServiceHouses.set_Text("Обслуживание домов");
     this.tbServiceHouses.set_UseVisualStyleBackColor(true);
     this.serviceHousesView.set_AutoScroll(true);
     this.serviceHousesView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.serviceHousesView.set_Location(new System.Drawing.Point(3, 3));
     this.serviceHousesView.set_Name("serviceHousesView");
     this.serviceHousesView.set_Size(new System.Drawing.Size(0x31b, 0x1bf));
     this.serviceHousesView.set_TabIndex(1);
     this.tabPage1.Controls.Add(this.groupBindingServiceTypeBenefitView1);
     this.tabPage1.set_Location(new System.Drawing.Point(4, 0x4c));
     this.tabPage1.set_Name("tabPage1");
     this.tabPage1.set_Size(new System.Drawing.Size(0x321, 0x1c5));
     this.tabPage1.set_TabIndex(0);
     this.tabPage1.set_Text("Привязка льгот к услугам");
     this.tabPage1.set_UseVisualStyleBackColor(true);
     this.tbCalcMonthlyStat.Controls.Add(this.calcAvgMonthIndicationView1);
     this.tbCalcMonthlyStat.set_Location(new System.Drawing.Point(4, 0x4c));
     this.tbCalcMonthlyStat.set_Name("tbCalcMonthlyStat");
     this.tbCalcMonthlyStat.set_Padding(new System.Windows.Forms.Padding(3));
     this.tbCalcMonthlyStat.set_Size(new System.Drawing.Size(0x321, 0x1c5));
     this.tbCalcMonthlyStat.set_TabIndex(20);
     this.tbCalcMonthlyStat.set_Text("Расчет среднемесячных показаний");
     this.tbCalcMonthlyStat.set_UseVisualStyleBackColor(true);
     this.calcAvgMonthIndicationView1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.calcAvgMonthIndicationView1.set_Location(new System.Drawing.Point(3, 3));
     this.calcAvgMonthIndicationView1.set_Name("calcAvgMonthIndicationView1");
     this.calcAvgMonthIndicationView1.set_Size(new System.Drawing.Size(0x31b, 0x1bf));
     this.calcAvgMonthIndicationView1.set_TabIndex(0);
     this.groupOperationAdressView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.groupOperationAdressView.set_Font(new System.Drawing.Font("Tahoma", 9.75f));
     this.groupOperationAdressView.set_Location(new System.Drawing.Point(0, 13));
     this.groupOperationAdressView.set_Margin(new System.Windows.Forms.Padding(3, 4, 3, 4));
     this.groupOperationAdressView.set_Name("groupOperationAdressView");
     this.groupOperationAdressView.set_Size(new System.Drawing.Size(0x329, 0x18));
     this.groupOperationAdressView.set_TabIndex(4);
     this.groupOperationAdressView.AddressSelected += new GroupOperationAddressesEventHandler(this.groupOperationAdressView_AddressSelected);
     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(0x91, 13));
     this.label1.set_TabIndex(5);
     this.label1.set_Text("С учетом списка объектов:");
     this.groupBindingServiceTypeBenefitView1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.groupBindingServiceTypeBenefitView1.set_Location(new System.Drawing.Point(0, 0));
     this.groupBindingServiceTypeBenefitView1.set_Name("groupBindingServiceTypeBenefitView1");
     this.groupBindingServiceTypeBenefitView1.set_Size(new System.Drawing.Size(0x321, 0x1c5));
     this.groupBindingServiceTypeBenefitView1.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(0x329, 0x23e));
     base.Controls.Add(this.splitContainer1);
     base.set_Name("OperationGroupForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("Групповые операции");
     base.set_WindowState(System.Windows.Forms.FormWindowState.Maximized);
     base.add_Load(new System.EventHandler(this.OperationGroupForm_Load));
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     this.splitContainer1.EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.m_TabGroupOperation.ResumeLayout(false);
     this.tpJnOperations.ResumeLayout(false);
     this.tbOpenOperation.ResumeLayout(false);
     this.tpCloseOperation.ResumeLayout(false);
     this.tpChangeOperation.ResumeLayout(false);
     this.tpChangeServicesFromDateToDate.ResumeLayout(false);
     this.tpRecalcGroup.ResumeLayout(false);
     this.tpSuspensionTime.ResumeLayout(false);
     this.tpSuspensionPercent.ResumeLayout(false);
     this.tpHouseHolder.ResumeLayout(false);
     this.tpvAccountChangeHouseHolder.ResumeLayout(false);
     this.tpAlignmentRemaintByServices.ResumeLayout(false);
     this.tpAlignmentRemaintByServiceTypes.ResumeLayout(false);
     this.tpAddServices.ResumeLayout(false);
     this.tpSuspensionPenalties.ResumeLayout(false);
     this.tpCashlessPayment.ResumeLayout(false);
     this.tpGroupReplaceAccountServices.ResumeLayout(false);
     this.tpHouseCountersRecalcView.ResumeLayout(false);
     this.tbBalanceCancellation.ResumeLayout(false);
     this.tbServiceHouses.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tbCalcMonthlyStat.ResumeLayout(false);
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.groupAdressesView = new GroupOperationAdressView();
     this.selectHolders = new SelectOrgs();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.selectVacationTypes = new SelectFasetData();
     base.SuspendLayout();
     base.m_Period.set_Location(new System.Drawing.Point(0x72, 7));
     this.groupAdressesView.set_Font(new System.Drawing.Font("Tahoma", 9.75f));
     this.groupAdressesView.set_Location(new System.Drawing.Point(0, 0x65));
     this.groupAdressesView.set_Margin(new System.Windows.Forms.Padding(3, 4, 3, 4));
     this.groupAdressesView.set_Name("groupAdressesView");
     this.groupAdressesView.set_Size(new System.Drawing.Size(0x1f8, 0x152));
     this.groupAdressesView.set_TabIndex(40);
     this.selectHolders.set_Location(new System.Drawing.Point(0x8b, 0x2b));
     this.selectHolders.set_Name("selectHolders");
     this.selectHolders.SetFilter = null;
     this.selectHolders.set_Size(new System.Drawing.Size(0x162, 0x1b));
     this.selectHolders.set_TabIndex(0x29);
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(0, 13));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x6b, 13));
     this.label1.set_TabIndex(0x2a);
     this.label1.set_Text("Период отсутствия:");
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(0, 0x2d));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x85, 13));
     this.label2.set_TabIndex(0x2b);
     this.label2.set_Text("Управляющая компания");
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(0, 0x4f));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x55, 13));
     this.label3.set_TabIndex(0x2c);
     this.label3.set_Text("Тип отсутствия");
     this.selectVacationTypes.set_FormattingEnabled(true);
     this.selectVacationTypes.set_Location(new System.Drawing.Point(0x8b, 0x49));
     this.selectVacationTypes.set_Name("selectVacationTypes");
     this.selectVacationTypes.set_Size(new System.Drawing.Size(0x162, 0x15));
     this.selectVacationTypes.set_Sorted(true);
     this.selectVacationTypes.set_TabIndex(0x2d);
     this.selectVacationTypes.add_SelectedIndexChanged(new System.EventHandler(this.selectVacationTypes_SelectedIndexChanged));
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_ClientSize(new System.Drawing.Size(500, 0x1d4));
     base.Controls.Add(this.selectVacationTypes);
     base.Controls.Add(this.label3);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.selectHolders);
     base.Controls.Add(this.groupAdressesView);
     base.set_Name("ResidentVacationsReportForm");
     this.set_Text("Отчет по временному отсутствию");
     base.add_Load(new System.EventHandler(this.ResidentVacationsReportForm_Load));
     base.Controls.SetChildIndex(base.m_Period, 0);
     base.Controls.SetChildIndex(this.groupAdressesView, 0);
     base.Controls.SetChildIndex(this.selectHolders, 0);
     base.Controls.SetChildIndex(this.label1, 0);
     base.Controls.SetChildIndex(this.label2, 0);
     base.Controls.SetChildIndex(this.label3, 0);
     base.Controls.SetChildIndex(this.selectVacationTypes, 0);
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Exemplo n.º 4
0
 private void InitializeComponent()
 {
     this.components = new Container();
     this.datePeriod = new DatePeriod();
     this.label1 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.comboBox4 = new System.Windows.Forms.ComboBox();
     this.bsServiceTypes = new System.Windows.Forms.BindingSource(this.components);
     this.comboBox3 = new System.Windows.Forms.ComboBox();
     this.bsServices = new System.Windows.Forms.BindingSource(this.components);
     this.label2 = new System.Windows.Forms.Label();
     this.selectOrgDocRecalc = new SelectOrgDocument();
     this.label8 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.selectServiceProvider = new SelectOrganization();
     this.selectHouseHolder = new SelectOrganization();
     this.groupAdressesView = new GroupOperationAdressView();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.bsTypeRecalc = new System.Windows.Forms.BindingSource(this.components);
     this.chbWithAddresses = new System.Windows.Forms.CheckBox();
     this.bsServiceTypes.BeginInit();
     this.bsServices.BeginInit();
     this.bsTypeRecalc.BeginInit();
     base.SuspendLayout();
     base.m_Period.set_Location(new System.Drawing.Point(0x1a, 0x17));
     this.datePeriod.AttachToPeriod = false;
     this.datePeriod.DateBeginReadonly = false;
     this.datePeriod.DateEndReadonly = false;
     this.datePeriod.set_Location(new System.Drawing.Point(0x1a, 0x42));
     this.datePeriod.set_Margin(new System.Windows.Forms.Padding(4));
     this.datePeriod.set_Name("datePeriod");
     this.datePeriod.set_Size(new System.Drawing.Size(0xea, 0x17));
     this.datePeriod.set_TabIndex(20);
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(-3, 0x33));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x100, 13));
     this.label1.set_TabIndex(0x13);
     this.label1.set_Text("Период за который был произведен перерасчет:");
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(4, 0x5f));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(120, 13));
     this.label5.set_TabIndex(0x1d);
     this.label5.set_Text("Причина перерасчета:");
     this.comboBox4.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.comboBox4.set_DataSource(this.bsServiceTypes);
     this.comboBox4.set_DisplayMember("ShortName");
     this.comboBox4.set_FormattingEnabled(true);
     this.comboBox4.set_Location(new System.Drawing.Point(0x10a, 0x44));
     this.comboBox4.set_Name("comboBox4");
     this.comboBox4.set_Size(new System.Drawing.Size(0x117, 0x15));
     this.comboBox4.set_TabIndex(0x19);
     this.bsServiceTypes.set_DataSource(typeof(ServiceTypeOld));
     this.bsServiceTypes.add_CurrentChanged(new System.EventHandler(this.bsServiceTypes_CurrentChanged));
     this.comboBox3.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.comboBox3.set_DataSource(this.bsServices);
     this.comboBox3.set_DisplayMember("CodeName");
     this.comboBox3.set_FormattingEnabled(true);
     this.comboBox3.set_Location(new System.Drawing.Point(0x10a, 0x6d));
     this.comboBox3.set_Name("comboBox3");
     this.comboBox3.set_Size(new System.Drawing.Size(0x117, 0x15));
     this.comboBox3.set_TabIndex(0x18);
     this.bsServices.set_DataSource(typeof(ServiceOld));
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(4, 8));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0xa6, 13));
     this.label2.set_TabIndex(0x15);
     this.label2.set_Text("Дата проведения перерасчета:");
     this.selectOrgDocRecalc.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectOrgDocRecalc.set_Location(new System.Drawing.Point(0x10a, 0x9a));
     this.selectOrgDocRecalc.set_Name("selectOrgDocRecalc");
     this.selectOrgDocRecalc.set_Size(new System.Drawing.Size(0x117, 20));
     this.selectOrgDocRecalc.set_TabIndex(0x22);
     this.label8.set_AutoSize(true);
     this.label8.set_Location(new System.Drawing.Point(0x107, 7));
     this.label8.set_Name("label8");
     this.label8.set_Size(new System.Drawing.Size(0x44, 13));
     this.label8.set_TabIndex(0x20);
     this.label8.set_Text("Поставщик:");
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(4, 0x85));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x6c, 13));
     this.label4.set_TabIndex(0x1c);
     this.label4.set_Text("Балансодержатель:");
     this.label7.set_AutoSize(true);
     this.label7.set_Location(new System.Drawing.Point(0x107, 0x34));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(0x41, 13));
     this.label7.set_TabIndex(0x1f);
     this.label7.set_Text("Тип услуги:");
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(0x107, 0x5b));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(0x2e, 13));
     this.label6.set_TabIndex(30);
     this.label6.set_Text("Услуга:");
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(0x107, 0x85));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x76, 13));
     this.label3.set_TabIndex(0x23);
     this.label3.set_Text("Документ основание:");
     this.selectServiceProvider.IsCashlessTransferrer = false;
     this.selectServiceProvider.IsHouseHolder = false;
     this.selectServiceProvider.IsServiceProvider = false;
     this.selectServiceProvider.set_Location(new System.Drawing.Point(0x10a, 0x17));
     this.selectServiceProvider.set_Name("selectServiceProvider");
     this.selectServiceProvider.set_Size(new System.Drawing.Size(0x119, 20));
     this.selectServiceProvider.set_TabIndex(0x25);
     this.selectServiceProvider.OnOrganizationSelected += new OrganizationHandler(this.selectProviderService_OnOrganizationSelected);
     this.selectHouseHolder.IsCashlessTransferrer = false;
     this.selectHouseHolder.IsHouseHolder = false;
     this.selectHouseHolder.IsServiceProvider = false;
     this.selectHouseHolder.set_Location(new System.Drawing.Point(7, 0x99));
     this.selectHouseHolder.set_Name("selectHouseHolder");
     this.selectHouseHolder.set_Size(new System.Drawing.Size(0xf3, 20));
     this.selectHouseHolder.set_TabIndex(0x26);
     this.groupAdressesView.set_Font(new System.Drawing.Font("Tahoma", 9.75f));
     this.groupAdressesView.set_Location(new System.Drawing.Point(0, 0xd7));
     this.groupAdressesView.set_Margin(new System.Windows.Forms.Padding(3, 4, 3, 4));
     this.groupAdressesView.set_Name("groupAdressesView");
     this.groupAdressesView.set_Size(new System.Drawing.Size(0x22d, 0x16b));
     this.groupAdressesView.set_TabIndex(0x27);
     this.groupAdressesView.add_Load(new System.EventHandler(this.groupAdressesView_Load));
     this.comboBox1.set_DataSource(this.bsTypeRecalc);
     this.comboBox1.set_FormattingEnabled(true);
     this.comboBox1.set_Location(new System.Drawing.Point(5, 0x6d));
     this.comboBox1.set_Name("comboBox1");
     this.comboBox1.set_Size(new System.Drawing.Size(0xf5, 0x15));
     this.comboBox1.set_TabIndex(40);
     this.bsTypeRecalc.set_DataSource(typeof(FasetItem));
     this.chbWithAddresses.set_AutoSize(true);
     this.chbWithAddresses.set_Checked(true);
     this.chbWithAddresses.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.chbWithAddresses.set_Enabled(false);
     this.chbWithAddresses.set_Location(new System.Drawing.Point(380, 0xbf));
     this.chbWithAddresses.set_Name("chbWithAddresses");
     this.chbWithAddresses.set_Size(new System.Drawing.Size(0xb1, 0x11));
     this.chbWithAddresses.set_TabIndex(0x29);
     this.chbWithAddresses.set_Text("С расшифровкой по адресам:");
     this.chbWithAddresses.set_UseVisualStyleBackColor(true);
     this.chbWithAddresses.set_Visible(false);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x22d, 0x25e));
     base.Controls.Add(this.chbWithAddresses);
     base.Controls.Add(this.comboBox1);
     base.Controls.Add(this.groupAdressesView);
     base.Controls.Add(this.selectHouseHolder);
     base.Controls.Add(this.selectServiceProvider);
     base.Controls.Add(this.label3);
     base.Controls.Add(this.selectOrgDocRecalc);
     base.Controls.Add(this.label6);
     base.Controls.Add(this.label7);
     base.Controls.Add(this.label4);
     base.Controls.Add(this.label8);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.comboBox3);
     base.Controls.Add(this.comboBox4);
     base.Controls.Add(this.label5);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.datePeriod);
     base.set_Name("RecalcReportForm");
     this.set_Text("Отчет по перерасчетам");
     base.add_Load(new System.EventHandler(this.RecalReportForm_Load));
     base.Controls.SetChildIndex(this.datePeriod, 0);
     base.Controls.SetChildIndex(this.label1, 0);
     base.Controls.SetChildIndex(this.label5, 0);
     base.Controls.SetChildIndex(this.comboBox4, 0);
     base.Controls.SetChildIndex(this.comboBox3, 0);
     base.Controls.SetChildIndex(this.label2, 0);
     base.Controls.SetChildIndex(this.label8, 0);
     base.Controls.SetChildIndex(this.label4, 0);
     base.Controls.SetChildIndex(this.label7, 0);
     base.Controls.SetChildIndex(this.label6, 0);
     base.Controls.SetChildIndex(this.selectOrgDocRecalc, 0);
     base.Controls.SetChildIndex(base.m_Period, 0);
     base.Controls.SetChildIndex(this.label3, 0);
     base.Controls.SetChildIndex(this.selectServiceProvider, 0);
     base.Controls.SetChildIndex(this.selectHouseHolder, 0);
     base.Controls.SetChildIndex(this.groupAdressesView, 0);
     base.Controls.SetChildIndex(this.comboBox1, 0);
     base.Controls.SetChildIndex(this.chbWithAddresses, 0);
     this.bsServiceTypes.EndInit();
     this.bsServices.EndInit();
     this.bsTypeRecalc.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }