コード例 #1
0
 private void InitializeComponent()
 {
     this.panel1 = new System.Windows.Forms.Panel();
     this.btnCancel = new System.Windows.Forms.Button();
     this._groupOperationAddAccountServiceSubQualityView = new GroupOperationAddAccountServiceSubQualityView();
     this.panel1.SuspendLayout();
     base.SuspendLayout();
     this.panel1.Controls.Add(this.btnCancel);
     this.panel1.set_Dock(System.Windows.Forms.DockStyle.Bottom);
     this.panel1.set_Location(new System.Drawing.Point(0, 370));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(0x29d, 0x22));
     this.panel1.set_TabIndex(1);
     this.btnCancel.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnCancel.set_Location(new System.Drawing.Point(590, 6));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnCancel.set_TabIndex(0);
     this.btnCancel.set_Text("Отмена");
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.btnCancel.add_Click(new System.EventHandler(this.btnCancel_Click));
     this._groupOperationAddAccountServiceSubQualityView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this._groupOperationAddAccountServiceSubQualityView.set_Location(new System.Drawing.Point(0, 0));
     this._groupOperationAddAccountServiceSubQualityView.set_MinimumSize(new System.Drawing.Size(670, 370));
     this._groupOperationAddAccountServiceSubQualityView.set_Name("_groupOperationAddAccountServiceSubQualityView");
     this._groupOperationAddAccountServiceSubQualityView.set_Size(new System.Drawing.Size(670, 370));
     this._groupOperationAddAccountServiceSubQualityView.set_TabIndex(2);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x29d, 0x194));
     base.Controls.Add(this._groupOperationAddAccountServiceSubQualityView);
     base.Controls.Add(this.panel1);
     this.set_MaximumSize(new System.Drawing.Size(0x400, 440));
     this.set_MinimumSize(new System.Drawing.Size(0x2ad, 440));
     base.set_Name("AccountServiceSubQualityAddChangeForm");
     this.set_Text("Недопоставка");
     base.add_Load(new System.EventHandler(this.AccountServiceSubQualitiesAddChangeForm_Load));
     this.panel1.ResumeLayout(false);
     base.ResumeLayout(false);
 }
コード例 #2
0
ファイル: OperationGroupForm.cs プロジェクト: u4097/SQLScript
 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);
 }