コード例 #1
0
 private void InitializeComponent()
 {
     this.label1 = new System.Windows.Forms.Label();
     this.selectOrgs = new SelectOrgs();
     base.SuspendLayout();
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(10, 0x2d));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x4a, 13));
     this.label1.set_TabIndex(0x15);
     this.label1.set_Text("Организации");
     this.selectOrgs.IsByUser = false;
     this.selectOrgs.set_Location(new System.Drawing.Point(90, 0x2b));
     this.selectOrgs.set_Name("selectOrgs");
     this.selectOrgs.SetFilter = null;
     this.selectOrgs.set_Size(new System.Drawing.Size(0xf2, 20));
     this.selectOrgs.set_TabIndex(0x16);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x158, 0x61));
     base.Controls.Add(this.label1);
     base.Controls.Add(this.selectOrgs);
     base.set_Name("CounterIndicationStatisticsReportForm");
     this.set_Text("Отчёт по операторам");
     base.Controls.SetChildIndex(this.selectOrgs, 0);
     base.Controls.SetChildIndex(this.label1, 0);
     base.Controls.SetChildIndex(base.m_Period, 0);
     base.ResumeLayout(false);
     base.PerformLayout();
 }
コード例 #2
0
 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();
 }
コード例 #3
0
 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();
 }
コード例 #4
0
ファイル: ReportsMainForm.cs プロジェクト: u4097/SQLScript
 private void InitializeComponent()
 {
     this.components = new Container();
     Area area = new Area();
     System.Windows.Forms.DataGridViewCellStyle style = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle style6 = new System.Windows.Forms.DataGridViewCellStyle();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(ReportsMainForm));
     this.m_WorkerThread = new BackgroundWorker();
     this.timerUpdate = new System.Windows.Forms.Timer(this.components);
     this.m_SearchWorker = new BackgroundWorker();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.reportsTree = new ReportsTree();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.panelParameters = new System.Windows.Forms.Panel();
     this.panelApartmentArea = new System.Windows.Forms.Panel();
     this.numApartmentArea = new System.Windows.Forms.NumericUpDown();
     this.lbApartmentArea = new System.Windows.Forms.Label();
     this.panelReportService = new System.Windows.Forms.Panel();
     this.gbReportService = new System.Windows.Forms.GroupBox();
     this.labelRunDate = new System.Windows.Forms.Label();
     this.dbDatePlanned = new DateBox();
     this.btnShowSheduler = new System.Windows.Forms.Button();
     this.btnAddSheduler = new System.Windows.Forms.Button();
     this.btnAddReport = new System.Windows.Forms.Button();
     this.panelWithRenderParametres = new System.Windows.Forms.Panel();
     this.cbWithRenderParametres = new System.Windows.Forms.CheckBox();
     this.panelTextParameter = new System.Windows.Forms.Panel();
     this.tbTextParameter = new System.Windows.Forms.TextBox();
     this.lbTextParameter = new System.Windows.Forms.Label();
     this.panelSelectCityBorough = new System.Windows.Forms.Panel();
     this.selectCityBoroughs = new SelectFasetData();
     this.lbCityRegion = new System.Windows.Forms.Label();
     this.panelSelectAccountPropertyFaset = new System.Windows.Forms.Panel();
     this.selectAccountPropertyFaset = new SelectFasetData();
     this.lbAccountProperty = new System.Windows.Forms.Label();
     this.panelPaymentAgents = new System.Windows.Forms.Panel();
     this.selectPaymentAgents = new SelectOrgs();
     this.label1 = new System.Windows.Forms.Label();
     this.panelSelectFasetFilter = new System.Windows.Forms.Panel();
     this.selectFilterFasetItems = new SelectFasetDatas();
     this.lbFilterFaset = new System.Windows.Forms.Label();
     this.panelSelectBank = new System.Windows.Forms.Panel();
     this.selectBank = new SelectBenefitBanks();
     this.lbBank = new System.Windows.Forms.Label();
     this.panelChbxWithoutClosesApartments = new System.Windows.Forms.Panel();
     this.chbxWithoutClosesApartments = new System.Windows.Forms.CheckBox();
     this.panelChbxWithoutBankrupt = new System.Windows.Forms.Panel();
     this.chbxWithoutBankrupt = new System.Windows.Forms.CheckBox();
     this.panelNumMinSumm = new System.Windows.Forms.Panel();
     this.numMinSumm = new System.Windows.Forms.NumericUpDown();
     this.lbMinSumm = new System.Windows.Forms.Label();
     this.panelCbxTerminals = new System.Windows.Forms.Panel();
     this.cbxTerminals = new System.Windows.Forms.ComboBox();
     this.lbTerminals = new System.Windows.Forms.Label();
     this.panelSelectPaymentAgentTypes = new System.Windows.Forms.Panel();
     this.selectPaymentAgentTypes = new SelectFasetData();
     this.lbPaymentAgentTypes = new System.Windows.Forms.Label();
     this.panelHouseTypes = new System.Windows.Forms.Panel();
     this.selectHouseTypes = new SelectFasetDatas();
     this.lbHouseTypes = new System.Windows.Forms.Label();
     this.panelCbxPaymentTypes = new System.Windows.Forms.Panel();
     this.cbxPaymentTypes = new System.Windows.Forms.ComboBox();
     this.lbPaymentTypes = new System.Windows.Forms.Label();
     this.panelCbxCalcOperationGroups = new System.Windows.Forms.Panel();
     this.cbxCalcOperationGroups = new System.Windows.Forms.ComboBox();
     this.bsCalcOperationGroups = new System.Windows.Forms.BindingSource(this.components);
     this.lbCalcOperGroup = new System.Windows.Forms.Label();
     this.panelSelectRecalcReason = new System.Windows.Forms.Panel();
     this.selectRecalcReason = new SelectFasetDatas();
     this.lbRecalcReason = new System.Windows.Forms.Label();
     this.panelCbIsDebt = new System.Windows.Forms.Panel();
     this.cbIsDebt = new System.Windows.Forms.CheckBox();
     this.panelCbExistsBenefitDiff = new System.Windows.Forms.Panel();
     this.cbExistsBenefitDiff = new System.Windows.Forms.CheckBox();
     this.panelSelectBenefits = new System.Windows.Forms.Panel();
     this.lbBenefits = new System.Windows.Forms.Label();
     this.selectBenefits = new SelectBenefits();
     this.panelSelectApartmentTypes = new System.Windows.Forms.Panel();
     this.selectApartmentTypes = new SelectFasetDatas();
     this.lbApartmentTypes = new System.Windows.Forms.Label();
     this.panelSelectAddresses = new System.Windows.Forms.Panel();
     this.selectAddresses = new SelectAddresses();
     this.lbAddresses = new System.Windows.Forms.Label();
     this.panelSelectConvenienceTypes = new System.Windows.Forms.Panel();
     this.selectConvenienceTypes = new SelectFasetDatas();
     this.lbConvenienceTypes = new System.Windows.Forms.Label();
     this.panelSelectCanonicalServices = new System.Windows.Forms.Panel();
     this.selectCanonicalServices = new SelectCanonicalServices();
     this.lbCanonicalServices = new System.Windows.Forms.Label();
     this.panelSelectServices = new System.Windows.Forms.Panel();
     this.selectServices = new SelectServicesFilter();
     this.lbServices = new System.Windows.Forms.Label();
     this.panelSelectServiceTypes = new System.Windows.Forms.Panel();
     this.selectServiceTypes = new SelectServiceTypes();
     this.lbServiceTypes = new System.Windows.Forms.Label();
     this.panelSelectOrgsCashlessTransferers = new System.Windows.Forms.Panel();
     this.selectOrgsCashlessTransferers = new SelectOrgs();
     this.lbOrgsCashlessTransferers1 = new System.Windows.Forms.Label();
     this.lbOrgsCashlessTransferers2 = new System.Windows.Forms.Label();
     this.panelSelectOrgsResourceProviders = new System.Windows.Forms.Panel();
     this.selectOrgsResourceProviders = new SelectOrgs();
     this.lbOrgsResourceProviders = new System.Windows.Forms.Label();
     this.panelSelectOrgsServiceProviders = new System.Windows.Forms.Panel();
     this.selectOrgsServiceProviders = new SelectOrgs();
     this.lbOrgsServiceProviders = new System.Windows.Forms.Label();
     this.panelSelectOrgsAccountHouseHolders = new System.Windows.Forms.Panel();
     this.selectOrgsAccountHouseHolders = new SelectOrgs();
     this.lbOrgsAccountHouseHolders = new System.Windows.Forms.Label();
     this.panelSelectOrgsServiceHouseHolders = new System.Windows.Forms.Panel();
     this.lbOrgsServiceHouseHolders = new System.Windows.Forms.Label();
     this.selectOrgsServiceHouseHolders = new SelectOrgs();
     this.panelSelectOrgsHouseHolders = new System.Windows.Forms.Panel();
     this.selectOrgsHouseHolders = new SelectOrgs();
     this.lbOrgsHouseHolders = new System.Windows.Forms.Label();
     this.panelDatePeriod = new System.Windows.Forms.Panel();
     this.lbDatePeriod = new System.Windows.Forms.Label();
     this.datePeriod = new DatePeriod();
     this.panelPeriod = new System.Windows.Forms.Panel();
     this.periodsSelector = new PeriodsSelector();
     this.lbPeriod = new System.Windows.Forms.Label();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.помощьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.оСистемеToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.настройкиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.panel2 = new System.Windows.Forms.Panel();
     this.scReport = new System.Windows.Forms.SplitContainer();
     this.dgvReports = new System.Windows.Forms.DataGridView();
     this.CheckPrint = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.ReportTemplateName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.statusDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.createdDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.StartTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.FinishTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.PlannedDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsReports = new System.Windows.Forms.BindingSource(this.components);
     this.dgvReportParameters = new System.Windows.Forms.DataGridView();
     this.printNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.printValueDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsReportParameters = new System.Windows.Forms.BindingSource(this.components);
     this.panel1 = new System.Windows.Forms.Panel();
     this.tsReports = new System.Windows.Forms.ToolStrip();
     this.tsbRunReport = new System.Windows.Forms.ToolStripButton();
     this.tslbRunReportImageLoading = new System.Windows.Forms.ToolStripLabel();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbDesigner = new System.Windows.Forms.ToolStripButton();
     this.tSepar = new System.Windows.Forms.ToolStripSeparator();
     this.btnRun = new System.Windows.Forms.ToolStripButton();
     this.m_RollingImage = new System.Windows.Forms.ToolStripLabel();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.tbsStart = new System.Windows.Forms.ToolStripButton();
     this.tslStart = new System.Windows.Forms.ToolStripLabel();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbSelectAll = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbCleanAll = new System.Windows.Forms.ToolStripButton();
     this.tsbPrint = new System.Windows.Forms.ToolStripButton();
     this.m_RollingImagePrint = new System.Windows.Forms.ToolStripLabel();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbDeleteReport = new System.Windows.Forms.ToolStripButton();
     this.tsbDeleteReportsImage = new System.Windows.Forms.ToolStripLabel();
     this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
     this.tsbHorizontal = new System.Windows.Forms.ToolStripButton();
     this.tsbVertical = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
     this.dbRepresentPeriodDate = new DatePeriod();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.tsbRepresentMyReport = new System.Windows.Forms.ToolStripButton();
     this.tsbRepresentAllReport = new System.Windows.Forms.ToolStripButton();
     this.sfdDBF = new System.Windows.Forms.SaveFileDialog();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.sfdExcel = new System.Windows.Forms.SaveFileDialog();
     this.bsReportTemplates = new System.Windows.Forms.BindingSource(this.components);
     this.erValidateRoles = new System.Windows.Forms.ErrorProvider(this.components);
     this.passporterServiceForSn1 = new PassporterServiceForSn();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.panelParameters.SuspendLayout();
     this.panelApartmentArea.SuspendLayout();
     this.numApartmentArea.BeginInit();
     this.panelReportService.SuspendLayout();
     this.gbReportService.SuspendLayout();
     this.panelWithRenderParametres.SuspendLayout();
     this.panelTextParameter.SuspendLayout();
     this.panelSelectCityBorough.SuspendLayout();
     this.panelSelectAccountPropertyFaset.SuspendLayout();
     this.panelPaymentAgents.SuspendLayout();
     this.panelSelectFasetFilter.SuspendLayout();
     this.panelSelectBank.SuspendLayout();
     this.panelChbxWithoutClosesApartments.SuspendLayout();
     this.panelChbxWithoutBankrupt.SuspendLayout();
     this.panelNumMinSumm.SuspendLayout();
     this.numMinSumm.BeginInit();
     this.panelCbxTerminals.SuspendLayout();
     this.panelSelectPaymentAgentTypes.SuspendLayout();
     this.panelHouseTypes.SuspendLayout();
     this.panelCbxPaymentTypes.SuspendLayout();
     this.panelCbxCalcOperationGroups.SuspendLayout();
     this.bsCalcOperationGroups.BeginInit();
     this.panelSelectRecalcReason.SuspendLayout();
     this.panelCbIsDebt.SuspendLayout();
     this.panelCbExistsBenefitDiff.SuspendLayout();
     this.panelSelectBenefits.SuspendLayout();
     this.panelSelectApartmentTypes.SuspendLayout();
     this.panelSelectAddresses.SuspendLayout();
     this.panelSelectConvenienceTypes.SuspendLayout();
     this.panelSelectCanonicalServices.SuspendLayout();
     this.panelSelectServices.SuspendLayout();
     this.panelSelectServiceTypes.SuspendLayout();
     this.panelSelectOrgsCashlessTransferers.SuspendLayout();
     this.panelSelectOrgsResourceProviders.SuspendLayout();
     this.panelSelectOrgsServiceProviders.SuspendLayout();
     this.panelSelectOrgsAccountHouseHolders.SuspendLayout();
     this.panelSelectOrgsServiceHouseHolders.SuspendLayout();
     this.panelSelectOrgsHouseHolders.SuspendLayout();
     this.panelDatePeriod.SuspendLayout();
     this.panelPeriod.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.scReport.Panel1.SuspendLayout();
     this.scReport.Panel2.SuspendLayout();
     this.scReport.SuspendLayout();
     this.dgvReports.BeginInit();
     this.bsReports.BeginInit();
     this.dgvReportParameters.BeginInit();
     this.bsReportParameters.BeginInit();
     this.panel1.SuspendLayout();
     this.tsReports.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.bsReportTemplates.BeginInit();
     this.erValidateRoles.BeginInit();
     base.SuspendLayout();
     this.m_WorkerThread.set_WorkerReportsProgress(true);
     this.m_WorkerThread.set_WorkerSupportsCancellation(true);
     this.timerUpdate.set_Interval(0x3a98);
     this.timerUpdate.add_Tick(new System.EventHandler(this.timerUpdate_Tick));
     this.m_SearchWorker.set_WorkerSupportsCancellation(true);
     this.m_SearchWorker.add_DoWork(new DoWorkEventHandler(this.m_SearchWorker_DoWork));
     this.m_SearchWorker.add_RunWorkerCompleted(new RunWorkerCompletedEventHandler(this.m_SearchWorker_RunWorkerCompleted));
     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.Panel1.Controls.Add(this.reportsTree);
     this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
     this.splitContainer1.set_Size(new System.Drawing.Size(0x504, 0x36e));
     this.splitContainer1.set_SplitterDistance(0xe5);
     this.splitContainer1.set_TabIndex(0);
     this.reportsTree.set_BorderStyle(System.Windows.Forms.BorderStyle.FixedSingle);
     this.reportsTree.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.reportsTree.set_HideSelection(false);
     this.reportsTree.set_Location(new System.Drawing.Point(0, 0));
     this.reportsTree.set_Name("reportsTree");
     this.reportsTree.set_Size(new System.Drawing.Size(0xe5, 0x36e));
     this.reportsTree.set_TabIndex(0);
     this.reportsTree.add_BeforeCheck(new System.Windows.Forms.TreeViewCancelEventHandler(this.reportsTree_BeforeCheck));
     this.reportsTree.add_BeforeSelect(new System.Windows.Forms.TreeViewCancelEventHandler(this.reportsTree_BeforeSelect));
     this.reportsTree.add_AfterSelect(new System.Windows.Forms.TreeViewEventHandler(this.reportsTree_AfterSelect));
     this.reportsTree.add_KeyUp(new System.Windows.Forms.KeyEventHandler(this.reportsTree_KeyUp));
     this.splitContainer2.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.splitContainer2.set_Location(new System.Drawing.Point(0, 0));
     this.splitContainer2.set_Name("splitContainer2");
     this.splitContainer2.set_Orientation(System.Windows.Forms.Orientation.Horizontal);
     this.splitContainer2.Panel1.set_AutoScroll(true);
     this.splitContainer2.Panel1.Controls.Add(this.panelParameters);
     this.splitContainer2.Panel1.Controls.Add(this.menuStrip1);
     this.splitContainer2.Panel2.Controls.Add(this.panel2);
     this.splitContainer2.set_Size(new System.Drawing.Size(0x41b, 0x36e));
     this.splitContainer2.set_SplitterDistance(0x1dd);
     this.splitContainer2.set_TabIndex(0x52);
     this.panelParameters.set_AutoSize(true);
     this.panelParameters.Controls.Add(this.panelApartmentArea);
     this.panelParameters.Controls.Add(this.panelReportService);
     this.panelParameters.Controls.Add(this.panelWithRenderParametres);
     this.panelParameters.Controls.Add(this.panelTextParameter);
     this.panelParameters.Controls.Add(this.panelSelectCityBorough);
     this.panelParameters.Controls.Add(this.panelSelectAccountPropertyFaset);
     this.panelParameters.Controls.Add(this.panelPaymentAgents);
     this.panelParameters.Controls.Add(this.panelSelectFasetFilter);
     this.panelParameters.Controls.Add(this.panelSelectBank);
     this.panelParameters.Controls.Add(this.panelChbxWithoutClosesApartments);
     this.panelParameters.Controls.Add(this.panelChbxWithoutBankrupt);
     this.panelParameters.Controls.Add(this.panelNumMinSumm);
     this.panelParameters.Controls.Add(this.panelCbxTerminals);
     this.panelParameters.Controls.Add(this.panelSelectPaymentAgentTypes);
     this.panelParameters.Controls.Add(this.panelHouseTypes);
     this.panelParameters.Controls.Add(this.panelCbxPaymentTypes);
     this.panelParameters.Controls.Add(this.panelCbxCalcOperationGroups);
     this.panelParameters.Controls.Add(this.panelSelectRecalcReason);
     this.panelParameters.Controls.Add(this.panelCbIsDebt);
     this.panelParameters.Controls.Add(this.panelCbExistsBenefitDiff);
     this.panelParameters.Controls.Add(this.panelSelectBenefits);
     this.panelParameters.Controls.Add(this.panelSelectApartmentTypes);
     this.panelParameters.Controls.Add(this.panelSelectAddresses);
     this.panelParameters.Controls.Add(this.panelSelectConvenienceTypes);
     this.panelParameters.Controls.Add(this.panelSelectCanonicalServices);
     this.panelParameters.Controls.Add(this.panelSelectServices);
     this.panelParameters.Controls.Add(this.panelSelectServiceTypes);
     this.panelParameters.Controls.Add(this.panelSelectOrgsCashlessTransferers);
     this.panelParameters.Controls.Add(this.panelSelectOrgsResourceProviders);
     this.panelParameters.Controls.Add(this.panelSelectOrgsServiceProviders);
     this.panelParameters.Controls.Add(this.panelSelectOrgsAccountHouseHolders);
     this.panelParameters.Controls.Add(this.panelSelectOrgsServiceHouseHolders);
     this.panelParameters.Controls.Add(this.panelSelectOrgsHouseHolders);
     this.panelParameters.Controls.Add(this.panelDatePeriod);
     this.panelParameters.Controls.Add(this.panelPeriod);
     this.panelParameters.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelParameters.set_Location(new System.Drawing.Point(0, 0x18));
     this.panelParameters.set_Name("panelParameters");
     this.panelParameters.set_Padding(new System.Windows.Forms.Padding(0, 0, 3, 0));
     this.panelParameters.set_Size(new System.Drawing.Size(0x40a, 950));
     this.panelParameters.set_TabIndex(0x47);
     this.panelApartmentArea.Controls.Add(this.numApartmentArea);
     this.panelApartmentArea.Controls.Add(this.lbApartmentArea);
     this.panelApartmentArea.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelApartmentArea.set_Location(new System.Drawing.Point(0, 0x39c));
     this.panelApartmentArea.set_Name("panelApartmentArea");
     this.panelApartmentArea.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelApartmentArea.set_TabIndex(0x84);
     this.numApartmentArea.set_DecimalPlaces(3);
     this.numApartmentArea.set_Location(new System.Drawing.Point(0x8a, 3));
     int[] numArray = new int[4];
     numArray[0] = 0x3e8;
     this.numApartmentArea.set_Maximum(new decimal(numArray));
     this.numApartmentArea.set_Name("numApartmentArea");
     this.numApartmentArea.set_Size(new System.Drawing.Size(0x40, 20));
     this.numApartmentArea.set_TabIndex(0x5d);
     this.lbApartmentArea.set_AutoSize(true);
     this.lbApartmentArea.set_Location(new System.Drawing.Point(11, 6));
     this.lbApartmentArea.set_Name("lbApartmentArea");
     this.lbApartmentArea.set_Size(new System.Drawing.Size(0x36, 13));
     this.lbApartmentArea.set_TabIndex(0x5c);
     this.lbApartmentArea.set_Text("Площадь");
     this.panelReportService.Controls.Add(this.gbReportService);
     this.panelReportService.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelReportService.set_Location(new System.Drawing.Point(0, 0x35a));
     this.panelReportService.set_Name("panelReportService");
     this.panelReportService.set_Size(new System.Drawing.Size(0x407, 0x42));
     this.panelReportService.set_TabIndex(130);
     this.gbReportService.Controls.Add(this.labelRunDate);
     this.gbReportService.Controls.Add(this.dbDatePlanned);
     this.gbReportService.Controls.Add(this.btnShowSheduler);
     this.gbReportService.Controls.Add(this.btnAddSheduler);
     this.gbReportService.Controls.Add(this.btnAddReport);
     this.gbReportService.set_Location(new System.Drawing.Point(13, 6));
     this.gbReportService.set_Name("gbReportService");
     this.gbReportService.set_Size(new System.Drawing.Size(0x3f6, 0x2e));
     this.gbReportService.set_TabIndex(0x52);
     this.gbReportService.set_TabStop(false);
     this.gbReportService.set_Text("Для сервиса выполнения отчётов");
     this.labelRunDate.set_AutoSize(true);
     this.labelRunDate.set_Location(new System.Drawing.Point(6, 0x16));
     this.labelRunDate.set_Name("labelRunDate");
     this.labelRunDate.set_Size(new System.Drawing.Size(0x88, 13));
     this.labelRunDate.set_TabIndex(0x35);
     this.labelRunDate.set_Text("Дата начала выполнения");
     this.labelRunDate.add_Click(new System.EventHandler(this.labelRunDate_Click));
     this.dbDatePlanned.AttachToPeriod = false;
     this.dbDatePlanned.AttachToPeriodEnd = false;
     this.dbDatePlanned.set_Location(new System.Drawing.Point(0x94, 0x13));
     this.dbDatePlanned.set_Mask("00/00/0000");
     this.dbDatePlanned.set_Name("dbDatePlanned");
     this.dbDatePlanned.set_Size(new System.Drawing.Size(0x48, 20));
     this.dbDatePlanned.set_TabIndex(11);
     this.btnShowSheduler.set_AutoSize(true);
     this.btnShowSheduler.set_Location(new System.Drawing.Point(0x1fa, 0x10));
     this.btnShowSheduler.set_Name("btnShowSheduler");
     this.btnShowSheduler.set_Size(new System.Drawing.Size(0x8a, 0x19));
     this.btnShowSheduler.set_TabIndex(14);
     this.btnShowSheduler.set_Text("Показать планировщик");
     this.btnShowSheduler.set_UseVisualStyleBackColor(true);
     this.btnShowSheduler.add_Click(new System.EventHandler(this.btnShowSheduler_Click));
     this.btnAddSheduler.set_AutoSize(true);
     this.btnAddSheduler.set_Enabled(false);
     this.btnAddSheduler.set_Location(new System.Drawing.Point(0x160, 0x10));
     this.btnAddSheduler.set_Name("btnAddSheduler");
     this.btnAddSheduler.set_Size(new System.Drawing.Size(0x94, 0x19));
     this.btnAddSheduler.set_TabIndex(14);
     this.btnAddSheduler.set_Text("Добавить в планировщик");
     this.btnAddSheduler.set_UseVisualStyleBackColor(true);
     this.btnAddSheduler.add_Click(new System.EventHandler(this.btnAddSheduler_Click));
     this.btnAddReport.set_AutoSize(true);
     this.btnAddReport.set_Enabled(false);
     this.btnAddReport.set_Location(new System.Drawing.Point(0xe2, 0x10));
     this.btnAddReport.set_Name("btnAddReport");
     this.btnAddReport.set_Size(new System.Drawing.Size(120, 0x19));
     this.btnAddReport.set_TabIndex(14);
     this.btnAddReport.set_Text("Добавить в очередь");
     this.btnAddReport.set_UseVisualStyleBackColor(true);
     this.btnAddReport.add_Click(new System.EventHandler(this.btnAddReport_Click));
     this.panelWithRenderParametres.Controls.Add(this.cbWithRenderParametres);
     this.panelWithRenderParametres.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelWithRenderParametres.set_Location(new System.Drawing.Point(0, 0x340));
     this.panelWithRenderParametres.set_Name("panelWithRenderParametres");
     this.panelWithRenderParametres.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelWithRenderParametres.set_TabIndex(0x7f);
     this.cbWithRenderParametres.set_AutoSize(true);
     this.cbWithRenderParametres.set_Location(new System.Drawing.Point(14, 6));
     this.cbWithRenderParametres.set_Name("cbWithRenderParametres");
     this.cbWithRenderParametres.set_Size(new System.Drawing.Size(0xbd, 0x11));
     this.cbWithRenderParametres.set_TabIndex(0x57);
     this.cbWithRenderParametres.set_Text("С дополнительными фильтрами");
     this.cbWithRenderParametres.set_UseVisualStyleBackColor(true);
     this.panelTextParameter.Controls.Add(this.tbTextParameter);
     this.panelTextParameter.Controls.Add(this.lbTextParameter);
     this.panelTextParameter.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelTextParameter.set_Location(new System.Drawing.Point(0, 0x326));
     this.panelTextParameter.set_Name("panelTextParameter");
     this.panelTextParameter.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelTextParameter.set_TabIndex(0x83);
     this.tbTextParameter.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbTextParameter.set_Location(new System.Drawing.Point(0x8a, 3));
     this.tbTextParameter.set_Name("tbTextParameter");
     this.tbTextParameter.set_Size(new System.Drawing.Size(0x379, 20));
     this.tbTextParameter.set_TabIndex(0x5d);
     this.lbTextParameter.set_Location(new System.Drawing.Point(11, 6));
     this.lbTextParameter.set_MaximumSize(new System.Drawing.Size(120, 13));
     this.lbTextParameter.set_Name("lbTextParameter");
     this.lbTextParameter.set_Size(new System.Drawing.Size(120, 13));
     this.lbTextParameter.set_TabIndex(0x5c);
     this.lbTextParameter.set_Text("Наименование");
     this.panelSelectCityBorough.Controls.Add(this.selectCityBoroughs);
     this.panelSelectCityBorough.Controls.Add(this.lbCityRegion);
     this.panelSelectCityBorough.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelSelectCityBorough.set_Location(new System.Drawing.Point(0, 780));
     this.panelSelectCityBorough.set_Name("panelSelectCityBorough");
     this.panelSelectCityBorough.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelSelectCityBorough.set_TabIndex(0x86);
     this.selectCityBoroughs.set_FormattingEnabled(true);
     this.selectCityBoroughs.set_Location(new System.Drawing.Point(0x89, 3));
     this.selectCityBoroughs.set_Name("selectCityBoroughs");
     this.selectCityBoroughs.set_Size(new System.Drawing.Size(0x141, 0x15));
     this.selectCityBoroughs.set_Sorted(true);
     this.selectCityBoroughs.set_TabIndex(0x36);
     this.lbCityRegion.set_AutoSize(true);
     this.lbCityRegion.set_Location(new System.Drawing.Point(11, 6));
     this.lbCityRegion.set_Name("lbCityRegion");
     this.lbCityRegion.set_Size(new System.Drawing.Size(0x4c, 13));
     this.lbCityRegion.set_TabIndex(0x5c);
     this.lbCityRegion.set_Text("Район города");
     this.panelSelectAccountPropertyFaset.Controls.Add(this.selectAccountPropertyFaset);
     this.panelSelectAccountPropertyFaset.Controls.Add(this.lbAccountProperty);
     this.panelSelectAccountPropertyFaset.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelSelectAccountPropertyFaset.set_Location(new System.Drawing.Point(0, 0x2f2));
     this.panelSelectAccountPropertyFaset.set_Name("panelSelectAccountPropertyFaset");
     this.panelSelectAccountPropertyFaset.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelSelectAccountPropertyFaset.set_TabIndex(0x81);
     this.selectAccountPropertyFaset.set_FormattingEnabled(true);
     this.selectAccountPropertyFaset.set_Location(new System.Drawing.Point(0x89, 3));
     this.selectAccountPropertyFaset.set_Name("selectAccountPropertyFaset");
     this.selectAccountPropertyFaset.set_Size(new System.Drawing.Size(0x141, 0x15));
     this.selectAccountPropertyFaset.set_Sorted(true);
     this.selectAccountPropertyFaset.set_TabIndex(0x36);
     this.lbAccountProperty.set_AutoSize(true);
     this.lbAccountProperty.set_Location(new System.Drawing.Point(11, 6));
     this.lbAccountProperty.set_Name("lbAccountProperty");
     this.lbAccountProperty.set_Size(new System.Drawing.Size(0x54, 13));
     this.lbAccountProperty.set_TabIndex(0x5c);
     this.lbAccountProperty.set_Text("Параметры ЛС");
     this.panelPaymentAgents.Controls.Add(this.selectPaymentAgents);
     this.panelPaymentAgents.Controls.Add(this.label1);
     this.panelPaymentAgents.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelPaymentAgents.set_Location(new System.Drawing.Point(0, 0x2d8));
     this.panelPaymentAgents.set_Name("panelPaymentAgents");
     this.panelPaymentAgents.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelPaymentAgents.set_TabIndex(0x83);
     this.selectPaymentAgents.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectPaymentAgents.IsByUser = false;
     this.selectPaymentAgents.set_Location(new System.Drawing.Point(0x8a, 3));
     this.selectPaymentAgents.set_Name("selectPaymentAgents");
     this.selectPaymentAgents.SetFilter = null;
     this.selectPaymentAgents.set_Size(new System.Drawing.Size(890, 0x17));
     this.selectPaymentAgents.set_TabIndex(0x5e);
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(11, 6));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x61, 13));
     this.label1.set_TabIndex(0x21);
     this.label1.set_Text("Платежный агент");
     this.panelSelectFasetFilter.Controls.Add(this.selectFilterFasetItems);
     this.panelSelectFasetFilter.Controls.Add(this.lbFilterFaset);
     this.panelSelectFasetFilter.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelSelectFasetFilter.set_Location(new System.Drawing.Point(0, 0x2be));
     this.panelSelectFasetFilter.set_Name("panelSelectFasetFilter");
     this.panelSelectFasetFilter.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelSelectFasetFilter.set_TabIndex(130);
     this.selectFilterFasetItems.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectFilterFasetItems.set_Location(new System.Drawing.Point(0x89, 3));
     this.selectFilterFasetItems.set_Name("selectFilterFasetItems");
     this.selectFilterFasetItems.set_Size(new System.Drawing.Size(890, 0x17));
     this.selectFilterFasetItems.set_TabIndex(0x5d);
     this.lbFilterFaset.set_Location(new System.Drawing.Point(11, 6));
     this.lbFilterFaset.set_MaximumSize(new System.Drawing.Size(120, 13));
     this.lbFilterFaset.set_Name("lbFilterFaset");
     this.lbFilterFaset.set_Size(new System.Drawing.Size(120, 13));
     this.lbFilterFaset.set_TabIndex(0x5c);
     this.lbFilterFaset.set_Text("Фасет");
     this.panelSelectBank.Controls.Add(this.selectBank);
     this.panelSelectBank.Controls.Add(this.lbBank);
     this.panelSelectBank.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelSelectBank.set_Location(new System.Drawing.Point(0, 0x2a4));
     this.panelSelectBank.set_Name("panelSelectBank");
     this.panelSelectBank.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelSelectBank.set_TabIndex(0x80);
     this.selectBank.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectBank.IsByUser = false;
     this.selectBank.set_Location(new System.Drawing.Point(0x8a, 3));
     this.selectBank.set_Name("selectBank");
     this.selectBank.set_Size(new System.Drawing.Size(890, 0x17));
     this.selectBank.set_TabIndex(0x5b);
     this.lbBank.set_AutoSize(true);
     this.lbBank.set_Location(new System.Drawing.Point(11, 6));
     this.lbBank.set_Name("lbBank");
     this.lbBank.set_Size(new System.Drawing.Size(0x7b, 13));
     this.lbBank.set_TabIndex(90);
     this.lbBank.set_Text("Банк получателя льгот");
     this.panelChbxWithoutClosesApartments.Controls.Add(this.chbxWithoutClosesApartments);
     this.panelChbxWithoutClosesApartments.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelChbxWithoutClosesApartments.set_Location(new System.Drawing.Point(0, 650));
     this.panelChbxWithoutClosesApartments.set_Name("panelChbxWithoutClosesApartments");
     this.panelChbxWithoutClosesApartments.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelChbxWithoutClosesApartments.set_TabIndex(0x7f);
     this.chbxWithoutClosesApartments.set_AutoSize(true);
     this.chbxWithoutClosesApartments.set_Location(new System.Drawing.Point(14, 6));
     this.chbxWithoutClosesApartments.set_Name("chbxWithoutClosesApartments");
     this.chbxWithoutClosesApartments.set_Size(new System.Drawing.Size(0xea, 0x11));
     this.chbxWithoutClosesApartments.set_TabIndex(0x58);
     this.chbxWithoutClosesApartments.set_Text("Не учитывать закрытые паспорта жилья");
     this.chbxWithoutClosesApartments.set_UseVisualStyleBackColor(true);
     this.panelChbxWithoutBankrupt.Controls.Add(this.chbxWithoutBankrupt);
     this.panelChbxWithoutBankrupt.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelChbxWithoutBankrupt.set_Location(new System.Drawing.Point(0, 0x270));
     this.panelChbxWithoutBankrupt.set_Name("panelChbxWithoutBankrupt");
     this.panelChbxWithoutBankrupt.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelChbxWithoutBankrupt.set_TabIndex(0x7e);
     this.chbxWithoutBankrupt.set_AutoSize(true);
     this.chbxWithoutBankrupt.set_Location(new System.Drawing.Point(14, 6));
     this.chbxWithoutBankrupt.set_Name("chbxWithoutBankrupt");
     this.chbxWithoutBankrupt.set_Size(new System.Drawing.Size(0x97, 0x11));
     this.chbxWithoutBankrupt.set_TabIndex(0x57);
     this.chbxWithoutBankrupt.set_Text("Не учитывать банкротов");
     this.chbxWithoutBankrupt.set_UseVisualStyleBackColor(true);
     this.panelNumMinSumm.Controls.Add(this.numMinSumm);
     this.panelNumMinSumm.Controls.Add(this.lbMinSumm);
     this.panelNumMinSumm.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelNumMinSumm.set_Location(new System.Drawing.Point(0, 0x256));
     this.panelNumMinSumm.set_Name("panelNumMinSumm");
     this.panelNumMinSumm.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelNumMinSumm.set_TabIndex(0x7d);
     this.numMinSumm.set_Location(new System.Drawing.Point(0x89, 3));
     int[] numArray2 = new int[4];
     numArray2[0] = 0x540be400;
     numArray2[1] = 2;
     this.numMinSumm.set_Maximum(new decimal(numArray2));
     this.numMinSumm.set_Minimum(new decimal(new int[] { 0x540be400, 2, 0, -2147483648 }));
     this.numMinSumm.set_Name("numMinSumm");
     this.numMinSumm.set_Size(new System.Drawing.Size(0x40, 20));
     this.numMinSumm.set_TabIndex(0x40);
     int[] numArray3 = new int[4];
     numArray3[0] = 0x2710;
     this.numMinSumm.set_Value(new decimal(numArray3));
     this.lbMinSumm.set_AutoSize(true);
     this.lbMinSumm.set_Location(new System.Drawing.Point(11, 6));
     this.lbMinSumm.set_Name("lbMinSumm");
     this.lbMinSumm.set_Size(new System.Drawing.Size(0x44, 13));
     this.lbMinSumm.set_TabIndex(0x41);
     this.lbMinSumm.set_Text("Результат >");
     this.panelCbxTerminals.Controls.Add(this.cbxTerminals);
     this.panelCbxTerminals.Controls.Add(this.lbTerminals);
     this.panelCbxTerminals.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelCbxTerminals.set_Location(new System.Drawing.Point(0, 0x23c));
     this.panelCbxTerminals.set_Name("panelCbxTerminals");
     this.panelCbxTerminals.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelCbxTerminals.set_TabIndex(0x7c);
     this.cbxTerminals.set_FormattingEnabled(true);
     this.cbxTerminals.set_Location(new System.Drawing.Point(0x89, 3));
     this.cbxTerminals.set_Name("cbxTerminals");
     this.cbxTerminals.set_Size(new System.Drawing.Size(0x141, 0x15));
     this.cbxTerminals.set_TabIndex(0x48);
     this.lbTerminals.set_AutoSize(true);
     this.lbTerminals.set_Location(new System.Drawing.Point(11, 6));
     this.lbTerminals.set_Name("lbTerminals");
     this.lbTerminals.set_Size(new System.Drawing.Size(0x4c, 13));
     this.lbTerminals.set_TabIndex(0x49);
     this.lbTerminals.set_Text("Номер кассы");
     this.panelSelectPaymentAgentTypes.Controls.Add(this.selectPaymentAgentTypes);
     this.panelSelectPaymentAgentTypes.Controls.Add(this.lbPaymentAgentTypes);
     this.panelSelectPaymentAgentTypes.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelSelectPaymentAgentTypes.set_Location(new System.Drawing.Point(0, 0x222));
     this.panelSelectPaymentAgentTypes.set_Name("panelSelectPaymentAgentTypes");
     this.panelSelectPaymentAgentTypes.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelSelectPaymentAgentTypes.set_TabIndex(0x7b);
     this.selectPaymentAgentTypes.set_FormattingEnabled(true);
     this.selectPaymentAgentTypes.set_Location(new System.Drawing.Point(0x89, 2));
     this.selectPaymentAgentTypes.set_Name("selectPaymentAgentTypes");
     this.selectPaymentAgentTypes.set_Size(new System.Drawing.Size(0x141, 0x15));
     this.selectPaymentAgentTypes.set_Sorted(true);
     this.selectPaymentAgentTypes.set_TabIndex(0x47);
     this.lbPaymentAgentTypes.set_AutoSize(true);
     this.lbPaymentAgentTypes.set_Location(new System.Drawing.Point(11, 6));
     this.lbPaymentAgentTypes.set_Name("lbPaymentAgentTypes");
     this.lbPaymentAgentTypes.set_Size(new System.Drawing.Size(0x52, 13));
     this.lbPaymentAgentTypes.set_TabIndex(70);
     this.lbPaymentAgentTypes.set_Text("Режим работы");
     this.panelHouseTypes.Controls.Add(this.selectHouseTypes);
     this.panelHouseTypes.Controls.Add(this.lbHouseTypes);
     this.panelHouseTypes.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelHouseTypes.set_Location(new System.Drawing.Point(0, 520));
     this.panelHouseTypes.set_Name("panelHouseTypes");
     this.panelHouseTypes.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelHouseTypes.set_TabIndex(0x85);
     this.selectHouseTypes.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectHouseTypes.set_Location(new System.Drawing.Point(0x8a, 3));
     this.selectHouseTypes.set_Name("selectHouseTypes");
     this.selectHouseTypes.set_Size(new System.Drawing.Size(890, 0x17));
     this.selectHouseTypes.set_TabIndex(7);
     this.lbHouseTypes.set_AutoSize(true);
     this.lbHouseTypes.set_Location(new System.Drawing.Point(11, 6));
     this.lbHouseTypes.set_Name("lbHouseTypes");
     this.lbHouseTypes.set_Size(new System.Drawing.Size(0x37, 13));
     this.lbHouseTypes.set_TabIndex(0x25);
     this.lbHouseTypes.set_Text("Тип дома");
     this.panelCbxPaymentTypes.Controls.Add(this.cbxPaymentTypes);
     this.panelCbxPaymentTypes.Controls.Add(this.lbPaymentTypes);
     this.panelCbxPaymentTypes.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelCbxPaymentTypes.set_Location(new System.Drawing.Point(0, 0x1ee));
     this.panelCbxPaymentTypes.set_Name("panelCbxPaymentTypes");
     this.panelCbxPaymentTypes.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelCbxPaymentTypes.set_TabIndex(0x7a);
     this.cbxPaymentTypes.set_FormattingEnabled(true);
     this.cbxPaymentTypes.Items.AddRange((object[]) new object[] { "Наличная оплата", "Пени (наличные)", "Безналичная оплата", "Пени (безналичные)", "Вся оплата", "Пени" });
     this.cbxPaymentTypes.set_Location(new System.Drawing.Point(0x89, 2));
     this.cbxPaymentTypes.set_Name("cbxPaymentTypes");
     this.cbxPaymentTypes.set_Size(new System.Drawing.Size(0x141, 0x15));
     this.cbxPaymentTypes.set_TabIndex(0x3e);
     this.lbPaymentTypes.set_AutoSize(true);
     this.lbPaymentTypes.set_Location(new System.Drawing.Point(11, 6));
     this.lbPaymentTypes.set_Name("lbPaymentTypes");
     this.lbPaymentTypes.set_Size(new System.Drawing.Size(0x42, 13));
     this.lbPaymentTypes.set_TabIndex(0x3f);
     this.lbPaymentTypes.set_Text("Тип оплаты");
     this.panelCbxCalcOperationGroups.Controls.Add(this.cbxCalcOperationGroups);
     this.panelCbxCalcOperationGroups.Controls.Add(this.lbCalcOperGroup);
     this.panelCbxCalcOperationGroups.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelCbxCalcOperationGroups.set_Location(new System.Drawing.Point(0, 0x1d4));
     this.panelCbxCalcOperationGroups.set_Name("panelCbxCalcOperationGroups");
     this.panelCbxCalcOperationGroups.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelCbxCalcOperationGroups.set_TabIndex(0x79);
     this.cbxCalcOperationGroups.set_DataSource(this.bsCalcOperationGroups);
     this.cbxCalcOperationGroups.set_FormattingEnabled(true);
     this.cbxCalcOperationGroups.set_Location(new System.Drawing.Point(0x89, 2));
     this.cbxCalcOperationGroups.set_Name("cbxCalcOperationGroups");
     this.cbxCalcOperationGroups.set_Size(new System.Drawing.Size(0x141, 0x15));
     this.cbxCalcOperationGroups.set_TabIndex(0x44);
     this.bsCalcOperationGroups.set_DataSource(typeof(CalcOperationGroup));
     this.lbCalcOperGroup.set_AutoSize(true);
     this.lbCalcOperGroup.set_Location(new System.Drawing.Point(11, 6));
     this.lbCalcOperGroup.set_Name("lbCalcOperGroup");
     this.lbCalcOperGroup.set_Size(new System.Drawing.Size(0x4d, 13));
     this.lbCalcOperGroup.set_TabIndex(0x45);
     this.lbCalcOperGroup.set_Text("Тип операции");
     this.panelSelectRecalcReason.Controls.Add(this.selectRecalcReason);
     this.panelSelectRecalcReason.Controls.Add(this.lbRecalcReason);
     this.panelSelectRecalcReason.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelSelectRecalcReason.set_Location(new System.Drawing.Point(0, 0x1ba));
     this.panelSelectRecalcReason.set_Name("panelSelectRecalcReason");
     this.panelSelectRecalcReason.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelSelectRecalcReason.set_TabIndex(110);
     this.selectRecalcReason.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectRecalcReason.set_Location(new System.Drawing.Point(0x8a, 3));
     this.selectRecalcReason.set_Name("selectRecalcReason");
     this.selectRecalcReason.set_Size(new System.Drawing.Size(0x37b, 0x17));
     this.selectRecalcReason.set_TabIndex(0x4a);
     this.lbRecalcReason.set_AutoSize(true);
     this.lbRecalcReason.set_Location(new System.Drawing.Point(11, 6));
     this.lbRecalcReason.set_Name("lbRecalcReason");
     this.lbRecalcReason.set_Size(new System.Drawing.Size(0x75, 13));
     this.lbRecalcReason.set_TabIndex(0x4b);
     this.lbRecalcReason.set_Text("Причина перерасчёта");
     this.panelCbIsDebt.Controls.Add(this.cbIsDebt);
     this.panelCbIsDebt.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelCbIsDebt.set_Location(new System.Drawing.Point(0, 0x1a0));
     this.panelCbIsDebt.set_Name("panelCbIsDebt");
     this.panelCbIsDebt.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelCbIsDebt.set_TabIndex(0x6d);
     this.cbIsDebt.set_AutoSize(true);
     this.cbIsDebt.set_Location(new System.Drawing.Point(14, 6));
     this.cbIsDebt.set_Name("cbIsDebt");
     this.cbIsDebt.set_Size(new System.Drawing.Size(0x8e, 0x11));
     this.cbIsDebt.set_TabIndex(12);
     this.cbIsDebt.set_Text("С разделением долгов");
     this.cbIsDebt.set_UseVisualStyleBackColor(true);
     this.panelCbExistsBenefitDiff.Controls.Add(this.cbExistsBenefitDiff);
     this.panelCbExistsBenefitDiff.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelCbExistsBenefitDiff.set_Location(new System.Drawing.Point(0, 390));
     this.panelCbExistsBenefitDiff.set_Name("panelCbExistsBenefitDiff");
     this.panelCbExistsBenefitDiff.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelCbExistsBenefitDiff.set_TabIndex(0x6c);
     this.cbExistsBenefitDiff.set_AutoSize(true);
     this.cbExistsBenefitDiff.set_Location(new System.Drawing.Point(14, 6));
     this.cbExistsBenefitDiff.set_Name("cbExistsBenefitDiff");
     this.cbExistsBenefitDiff.set_Size(new System.Drawing.Size(190, 0x11));
     this.cbExistsBenefitDiff.set_TabIndex(13);
     this.cbExistsBenefitDiff.set_Text("Исключать разночтения с КСЗН");
     this.cbExistsBenefitDiff.set_UseVisualStyleBackColor(true);
     this.panelSelectBenefits.Controls.Add(this.lbBenefits);
     this.panelSelectBenefits.Controls.Add(this.selectBenefits);
     this.panelSelectBenefits.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelSelectBenefits.set_Location(new System.Drawing.Point(0, 0x16c));
     this.panelSelectBenefits.set_Name("panelSelectBenefits");
     this.panelSelectBenefits.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelSelectBenefits.set_TabIndex(0x6b);
     this.lbBenefits.set_AutoSize(true);
     this.lbBenefits.set_Location(new System.Drawing.Point(11, 6));
     this.lbBenefits.set_Name("lbBenefits");
     this.lbBenefits.set_Size(new System.Drawing.Size(0x2b, 13));
     this.lbBenefits.set_TabIndex(0x27);
     this.lbBenefits.set_Text("Льгота");
     this.selectBenefits.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectBenefits.set_Location(new System.Drawing.Point(0x8a, 3));
     this.selectBenefits.set_Name("selectBenefits");
     this.selectBenefits.set_Size(new System.Drawing.Size(890, 20));
     this.selectBenefits.set_TabIndex(9);
     this.panelSelectApartmentTypes.Controls.Add(this.selectApartmentTypes);
     this.panelSelectApartmentTypes.Controls.Add(this.lbApartmentTypes);
     this.panelSelectApartmentTypes.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelSelectApartmentTypes.set_Location(new System.Drawing.Point(0, 0x152));
     this.panelSelectApartmentTypes.set_Name("panelSelectApartmentTypes");
     this.panelSelectApartmentTypes.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelSelectApartmentTypes.set_TabIndex(0x6a);
     this.selectApartmentTypes.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectApartmentTypes.set_Location(new System.Drawing.Point(0x8a, 3));
     this.selectApartmentTypes.set_Name("selectApartmentTypes");
     this.selectApartmentTypes.set_Size(new System.Drawing.Size(890, 0x17));
     this.selectApartmentTypes.set_TabIndex(7);
     this.lbApartmentTypes.set_AutoSize(true);
     this.lbApartmentTypes.set_Location(new System.Drawing.Point(11, 6));
     this.lbApartmentTypes.set_Name("lbApartmentTypes");
     this.lbApartmentTypes.set_Size(new System.Drawing.Size(0x3d, 13));
     this.lbApartmentTypes.set_TabIndex(0x25);
     this.lbApartmentTypes.set_Text("Тип жилья");
     this.panelSelectAddresses.Controls.Add(this.selectAddresses);
     this.panelSelectAddresses.Controls.Add(this.lbAddresses);
     this.panelSelectAddresses.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelSelectAddresses.set_Location(new System.Drawing.Point(0, 0x138));
     this.panelSelectAddresses.set_Name("panelSelectAddresses");
     this.panelSelectAddresses.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelSelectAddresses.set_TabIndex(0x69);
     this.selectAddresses.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectAddresses.IsByUser = true;
     this.selectAddresses.set_Location(new System.Drawing.Point(0x8a, 3));
     this.selectAddresses.set_Name("selectAddresses");
     area.AreaGroupId = 0L;
     area.AreaGroupName = null;
     area.Id = 0L;
     area.IsDeleted = false;
     area.IsDirty = false;
     area.Name = "";
     area.ObjectWithIdType = null;
     area.StatusTemporary = 0;
     this.selectAddresses.SelectedArea = area;
     this.selectAddresses.set_Size(new System.Drawing.Size(890, 0x17));
     this.selectAddresses.set_TabIndex(8);
     this.lbAddresses.set_AutoSize(true);
     this.lbAddresses.set_Location(new System.Drawing.Point(11, 6));
     this.lbAddresses.set_Name("lbAddresses");
     this.lbAddresses.set_Size(new System.Drawing.Size(0x2c, 13));
     this.lbAddresses.set_TabIndex(0x26);
     this.lbAddresses.set_Text("Адреса");
     this.panelSelectConvenienceTypes.Controls.Add(this.selectConvenienceTypes);
     this.panelSelectConvenienceTypes.Controls.Add(this.lbConvenienceTypes);
     this.panelSelectConvenienceTypes.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelSelectConvenienceTypes.set_Location(new System.Drawing.Point(0, 0x11e));
     this.panelSelectConvenienceTypes.set_Name("panelSelectConvenienceTypes");
     this.panelSelectConvenienceTypes.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelSelectConvenienceTypes.set_TabIndex(0x68);
     this.selectConvenienceTypes.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectConvenienceTypes.set_Location(new System.Drawing.Point(0x8a, 3));
     this.selectConvenienceTypes.set_Name("selectConvenienceTypes");
     this.selectConvenienceTypes.set_Size(new System.Drawing.Size(890, 0x17));
     this.selectConvenienceTypes.set_TabIndex(0x3b);
     this.lbConvenienceTypes.set_AutoSize(true);
     this.lbConvenienceTypes.set_Location(new System.Drawing.Point(11, 6));
     this.lbConvenienceTypes.set_Name("lbConvenienceTypes");
     this.lbConvenienceTypes.set_Size(new System.Drawing.Size(0x59, 13));
     this.lbConvenienceTypes.set_TabIndex(0x3a);
     this.lbConvenienceTypes.set_Text("Тип благоуст-ва");
     this.panelSelectCanonicalServices.Controls.Add(this.selectCanonicalServices);
     this.panelSelectCanonicalServices.Controls.Add(this.lbCanonicalServices);
     this.panelSelectCanonicalServices.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelSelectCanonicalServices.set_Location(new System.Drawing.Point(0, 260));
     this.panelSelectCanonicalServices.set_Name("panelSelectCanonicalServices");
     this.panelSelectCanonicalServices.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelSelectCanonicalServices.set_TabIndex(0x67);
     this.selectCanonicalServices.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectCanonicalServices.set_Location(new System.Drawing.Point(0x8a, 3));
     this.selectCanonicalServices.set_Name("selectCanonicalServices");
     this.selectCanonicalServices.set_Size(new System.Drawing.Size(890, 0x17));
     this.selectCanonicalServices.set_TabIndex(0x39);
     this.lbCanonicalServices.set_AutoSize(true);
     this.lbCanonicalServices.set_Location(new System.Drawing.Point(11, 6));
     this.lbCanonicalServices.set_Name("lbCanonicalServices");
     this.lbCanonicalServices.set_Size(new System.Drawing.Size(0x68, 13));
     this.lbCanonicalServices.set_TabIndex(0x38);
     this.lbCanonicalServices.set_Text("Благоуст-во услуги");
     this.panelSelectServices.Controls.Add(this.selectServices);
     this.panelSelectServices.Controls.Add(this.lbServices);
     this.panelSelectServices.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelSelectServices.set_Location(new System.Drawing.Point(0, 0xea));
     this.panelSelectServices.set_Name("panelSelectServices");
     this.panelSelectServices.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelSelectServices.set_TabIndex(0x66);
     this.selectServices.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectServices.IsByUser = false;
     this.selectServices.set_Location(new System.Drawing.Point(0x8b, 3));
     this.selectServices.set_Name("selectServices");
     this.selectServices.set_Size(new System.Drawing.Size(890, 0x17));
     this.selectServices.set_TabIndex(0x25);
     this.lbServices.set_AutoSize(true);
     this.lbServices.set_Location(new System.Drawing.Point(11, 6));
     this.lbServices.set_Name("lbServices");
     this.lbServices.set_Size(new System.Drawing.Size(0x2b, 13));
     this.lbServices.set_TabIndex(0x24);
     this.lbServices.set_Text("Услуга");
     this.panelSelectServiceTypes.Controls.Add(this.selectServiceTypes);
     this.panelSelectServiceTypes.Controls.Add(this.lbServiceTypes);
     this.panelSelectServiceTypes.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelSelectServiceTypes.set_Location(new System.Drawing.Point(0, 0xd0));
     this.panelSelectServiceTypes.set_Name("panelSelectServiceTypes");
     this.panelSelectServiceTypes.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelSelectServiceTypes.set_TabIndex(0x65);
     this.selectServiceTypes.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectServiceTypes.IsByUser = true;
     this.selectServiceTypes.set_Location(new System.Drawing.Point(0x8a, 3));
     this.selectServiceTypes.set_Name("selectServiceTypes");
     this.selectServiceTypes.set_Size(new System.Drawing.Size(890, 0x17));
     this.selectServiceTypes.set_TabIndex(5);
     this.lbServiceTypes.set_AutoSize(true);
     this.lbServiceTypes.set_Location(new System.Drawing.Point(11, 6));
     this.lbServiceTypes.set_Name("lbServiceTypes");
     this.lbServiceTypes.set_Size(new System.Drawing.Size(0x38, 13));
     this.lbServiceTypes.set_TabIndex(0x23);
     this.lbServiceTypes.set_Text("Тип услуг");
     this.panelSelectOrgsCashlessTransferers.Controls.Add(this.selectOrgsCashlessTransferers);
     this.panelSelectOrgsCashlessTransferers.Controls.Add(this.lbOrgsCashlessTransferers1);
     this.panelSelectOrgsCashlessTransferers.Controls.Add(this.lbOrgsCashlessTransferers2);
     this.panelSelectOrgsCashlessTransferers.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelSelectOrgsCashlessTransferers.set_Location(new System.Drawing.Point(0, 0xb6));
     this.panelSelectOrgsCashlessTransferers.set_Name("panelSelectOrgsCashlessTransferers");
     this.panelSelectOrgsCashlessTransferers.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelSelectOrgsCashlessTransferers.set_TabIndex(100);
     this.selectOrgsCashlessTransferers.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectOrgsCashlessTransferers.IsByUser = true;
     this.selectOrgsCashlessTransferers.set_Location(new System.Drawing.Point(0x8a, 3));
     this.selectOrgsCashlessTransferers.set_Name("selectOrgsCashlessTransferers");
     this.selectOrgsCashlessTransferers.SetFilter = null;
     this.selectOrgsCashlessTransferers.set_Size(new System.Drawing.Size(890, 0x17));
     this.selectOrgsCashlessTransferers.set_TabIndex(80);
     this.lbOrgsCashlessTransferers1.set_AutoSize(true);
     this.lbOrgsCashlessTransferers1.set_Location(new System.Drawing.Point(11, 1));
     this.lbOrgsCashlessTransferers1.set_Name("lbOrgsCashlessTransferers1");
     this.lbOrgsCashlessTransferers1.set_Size(new System.Drawing.Size(0x83, 13));
     this.lbOrgsCashlessTransferers1.set_TabIndex(0x4e);
     this.lbOrgsCashlessTransferers1.set_Text("Организация по безнал.");
     this.lbOrgsCashlessTransferers2.set_AutoSize(true);
     this.lbOrgsCashlessTransferers2.set_Location(new System.Drawing.Point(10, 15));
     this.lbOrgsCashlessTransferers2.set_Name("lbOrgsCashlessTransferers2");
     this.lbOrgsCashlessTransferers2.set_Size(new System.Drawing.Size(0x56, 13));
     this.lbOrgsCashlessTransferers2.set_TabIndex(0x4f);
     this.lbOrgsCashlessTransferers2.set_Text("перечислениям");
     this.panelSelectOrgsResourceProviders.Controls.Add(this.selectOrgsResourceProviders);
     this.panelSelectOrgsResourceProviders.Controls.Add(this.lbOrgsResourceProviders);
     this.panelSelectOrgsResourceProviders.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelSelectOrgsResourceProviders.set_Location(new System.Drawing.Point(0, 0x9c));
     this.panelSelectOrgsResourceProviders.set_Name("panelSelectOrgsResourceProviders");
     this.panelSelectOrgsResourceProviders.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelSelectOrgsResourceProviders.set_TabIndex(0x63);
     this.selectOrgsResourceProviders.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectOrgsResourceProviders.IsByUser = true;
     this.selectOrgsResourceProviders.set_Location(new System.Drawing.Point(0x8a, 3));
     this.selectOrgsResourceProviders.set_Name("selectOrgsResourceProviders");
     this.selectOrgsResourceProviders.SetFilter = null;
     this.selectOrgsResourceProviders.set_Size(new System.Drawing.Size(890, 0x17));
     this.selectOrgsResourceProviders.set_TabIndex(60);
     this.lbOrgsResourceProviders.set_AutoSize(true);
     this.lbOrgsResourceProviders.set_Location(new System.Drawing.Point(11, 6));
     this.lbOrgsResourceProviders.set_Name("lbOrgsResourceProviders");
     this.lbOrgsResourceProviders.set_Size(new System.Drawing.Size(0x54, 13));
     this.lbOrgsResourceProviders.set_TabIndex(0x3d);
     this.lbOrgsResourceProviders.set_Text("Ресурсоснабж.");
     this.panelSelectOrgsServiceProviders.Controls.Add(this.selectOrgsServiceProviders);
     this.panelSelectOrgsServiceProviders.Controls.Add(this.lbOrgsServiceProviders);
     this.panelSelectOrgsServiceProviders.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelSelectOrgsServiceProviders.set_Location(new System.Drawing.Point(0, 130));
     this.panelSelectOrgsServiceProviders.set_Name("panelSelectOrgsServiceProviders");
     this.panelSelectOrgsServiceProviders.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelSelectOrgsServiceProviders.set_TabIndex(0x62);
     this.selectOrgsServiceProviders.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectOrgsServiceProviders.IsByUser = true;
     this.selectOrgsServiceProviders.set_Location(new System.Drawing.Point(0x8a, 3));
     this.selectOrgsServiceProviders.set_Name("selectOrgsServiceProviders");
     this.selectOrgsServiceProviders.SetFilter = null;
     this.selectOrgsServiceProviders.set_Size(new System.Drawing.Size(890, 0x17));
     this.selectOrgsServiceProviders.set_TabIndex(4);
     this.lbOrgsServiceProviders.set_AutoSize(true);
     this.lbOrgsServiceProviders.set_Location(new System.Drawing.Point(11, 6));
     this.lbOrgsServiceProviders.set_Name("lbOrgsServiceProviders");
     this.lbOrgsServiceProviders.set_Size(new System.Drawing.Size(0x41, 13));
     this.lbOrgsServiceProviders.set_TabIndex(0x22);
     this.lbOrgsServiceProviders.set_Text("Поставщик");
     this.panelSelectOrgsAccountHouseHolders.Controls.Add(this.selectOrgsAccountHouseHolders);
     this.panelSelectOrgsAccountHouseHolders.Controls.Add(this.lbOrgsAccountHouseHolders);
     this.panelSelectOrgsAccountHouseHolders.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelSelectOrgsAccountHouseHolders.set_Location(new System.Drawing.Point(0, 0x68));
     this.panelSelectOrgsAccountHouseHolders.set_Name("panelSelectOrgsAccountHouseHolders");
     this.panelSelectOrgsAccountHouseHolders.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelSelectOrgsAccountHouseHolders.set_TabIndex(0x61);
     this.selectOrgsAccountHouseHolders.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectOrgsAccountHouseHolders.IsByUser = true;
     this.selectOrgsAccountHouseHolders.set_Location(new System.Drawing.Point(0x8a, 3));
     this.selectOrgsAccountHouseHolders.set_Name("selectOrgsAccountHouseHolders");
     this.selectOrgsAccountHouseHolders.SetFilter = null;
     this.selectOrgsAccountHouseHolders.set_Size(new System.Drawing.Size(890, 0x17));
     this.selectOrgsAccountHouseHolders.set_TabIndex(0x4c);
     this.lbOrgsAccountHouseHolders.set_AutoSize(true);
     this.lbOrgsAccountHouseHolders.set_Location(new System.Drawing.Point(11, 6));
     this.lbOrgsAccountHouseHolders.set_Name("lbOrgsAccountHouseHolders");
     this.lbOrgsAccountHouseHolders.set_Size(new System.Drawing.Size(0x37, 13));
     this.lbOrgsAccountHouseHolders.set_TabIndex(0x4d);
     this.lbOrgsAccountHouseHolders.set_Text("УК на ЛС");
     this.panelSelectOrgsServiceHouseHolders.Controls.Add(this.lbOrgsServiceHouseHolders);
     this.panelSelectOrgsServiceHouseHolders.Controls.Add(this.selectOrgsServiceHouseHolders);
     this.panelSelectOrgsServiceHouseHolders.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelSelectOrgsServiceHouseHolders.set_Location(new System.Drawing.Point(0, 0x4e));
     this.panelSelectOrgsServiceHouseHolders.set_Name("panelSelectOrgsServiceHouseHolders");
     this.panelSelectOrgsServiceHouseHolders.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelSelectOrgsServiceHouseHolders.set_TabIndex(0x60);
     this.lbOrgsServiceHouseHolders.set_AutoSize(true);
     this.lbOrgsServiceHouseHolders.set_Location(new System.Drawing.Point(11, 6));
     this.lbOrgsServiceHouseHolders.set_Name("lbOrgsServiceHouseHolders");
     this.lbOrgsServiceHouseHolders.set_Size(new System.Drawing.Size(0x3a, 13));
     this.lbOrgsServiceHouseHolders.set_TabIndex(0x21);
     this.lbOrgsServiceHouseHolders.set_Text("УК услуги");
     this.selectOrgsServiceHouseHolders.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectOrgsServiceHouseHolders.IsByUser = true;
     this.selectOrgsServiceHouseHolders.set_Location(new System.Drawing.Point(0x8a, 3));
     this.selectOrgsServiceHouseHolders.set_Name("selectOrgsServiceHouseHolders");
     this.selectOrgsServiceHouseHolders.SetFilter = null;
     this.selectOrgsServiceHouseHolders.set_Size(new System.Drawing.Size(890, 0x17));
     this.selectOrgsServiceHouseHolders.set_TabIndex(3);
     this.panelSelectOrgsHouseHolders.Controls.Add(this.selectOrgsHouseHolders);
     this.panelSelectOrgsHouseHolders.Controls.Add(this.lbOrgsHouseHolders);
     this.panelSelectOrgsHouseHolders.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelSelectOrgsHouseHolders.set_Location(new System.Drawing.Point(0, 0x34));
     this.panelSelectOrgsHouseHolders.set_Name("panelSelectOrgsHouseHolders");
     this.panelSelectOrgsHouseHolders.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelSelectOrgsHouseHolders.set_TabIndex(0x5f);
     this.selectOrgsHouseHolders.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectOrgsHouseHolders.IsByUser = true;
     this.selectOrgsHouseHolders.set_Location(new System.Drawing.Point(0x8a, 3));
     this.selectOrgsHouseHolders.set_Name("selectOrgsHouseHolders");
     this.selectOrgsHouseHolders.SetFilter = null;
     this.selectOrgsHouseHolders.set_Size(new System.Drawing.Size(890, 0x17));
     this.selectOrgsHouseHolders.set_TabIndex(3);
     this.lbOrgsHouseHolders.set_AutoSize(true);
     this.lbOrgsHouseHolders.set_Location(new System.Drawing.Point(11, 6));
     this.lbOrgsHouseHolders.set_Name("lbOrgsHouseHolders");
     this.lbOrgsHouseHolders.set_Size(new System.Drawing.Size(0x39, 13));
     this.lbOrgsHouseHolders.set_TabIndex(0x21);
     this.lbOrgsHouseHolders.set_Text("УК жилья");
     this.panelDatePeriod.Controls.Add(this.lbDatePeriod);
     this.panelDatePeriod.Controls.Add(this.datePeriod);
     this.panelDatePeriod.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelDatePeriod.set_Location(new System.Drawing.Point(0, 0x1a));
     this.panelDatePeriod.set_Name("panelDatePeriod");
     this.panelDatePeriod.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelDatePeriod.set_TabIndex(0x5e);
     this.lbDatePeriod.set_AutoSize(true);
     this.lbDatePeriod.set_Location(new System.Drawing.Point(11, 6));
     this.lbDatePeriod.set_Name("lbDatePeriod");
     this.lbDatePeriod.set_Size(new System.Drawing.Size(0x23, 13));
     this.lbDatePeriod.set_TabIndex(0x43);
     this.lbDatePeriod.set_Text("Даты");
     this.datePeriod.AttachToPeriod = false;
     this.datePeriod.set_AutoSize(true);
     this.datePeriod.DateBeginReadonly = false;
     this.datePeriod.DateEndReadonly = false;
     this.datePeriod.set_Location(new System.Drawing.Point(0x7f, 0));
     this.datePeriod.set_Margin(new System.Windows.Forms.Padding(4));
     this.datePeriod.set_Name("datePeriod");
     this.datePeriod.set_Padding(new System.Windows.Forms.Padding(2, 0, 0, 0));
     this.datePeriod.set_Size(new System.Drawing.Size(0xe4, 0x17));
     this.datePeriod.set_TabIndex(0x42);
     this.panelPeriod.Controls.Add(this.periodsSelector);
     this.panelPeriod.Controls.Add(this.lbPeriod);
     this.panelPeriod.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panelPeriod.set_Location(new System.Drawing.Point(0, 0));
     this.panelPeriod.set_Name("panelPeriod");
     this.panelPeriod.set_Size(new System.Drawing.Size(0x407, 0x1a));
     this.panelPeriod.set_TabIndex(0x5d);
     this.periodsSelector.set_Location(new System.Drawing.Point(0x89, 3));
     this.periodsSelector.set_Name("periodsSelector");
     this.periodsSelector.set_Size(new System.Drawing.Size(0x153, 0x19));
     this.periodsSelector.set_TabIndex(0x37);
     this.lbPeriod.set_AutoSize(true);
     this.lbPeriod.set_Location(new System.Drawing.Point(11, 6));
     this.lbPeriod.set_Name("lbPeriod");
     this.lbPeriod.set_Size(new System.Drawing.Size(0x2d, 13));
     this.lbPeriod.set_TabIndex(0x1b);
     this.lbPeriod.set_Text("Период");
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.помощьToolStripMenuItem, this.настройкиToolStripMenuItem });
     this.menuStrip1.set_Location(new System.Drawing.Point(0, 0));
     this.menuStrip1.set_Name("menuStrip1");
     this.menuStrip1.set_Size(new System.Drawing.Size(0x40a, 0x18));
     this.menuStrip1.set_TabIndex(1);
     this.menuStrip1.set_Text("menuStrip1");
     this.помощьToolStripMenuItem.set_Alignment(System.Windows.Forms.ToolStripItemAlignment.Right);
     this.помощьToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.оСистемеToolStripMenuItem1 });
     this.помощьToolStripMenuItem.set_Name("помощьToolStripMenuItem");
     this.помощьToolStripMenuItem.set_Size(new System.Drawing.Size(0x3e, 20));
     this.помощьToolStripMenuItem.set_Text("Справка");
     this.оСистемеToolStripMenuItem1.set_Name("оСистемеToolStripMenuItem1");
     this.оСистемеToolStripMenuItem1.set_Size(new System.Drawing.Size(0x88, 0x16));
     this.оСистемеToolStripMenuItem1.set_Text("О системе");
     this.оСистемеToolStripMenuItem1.add_Click(new System.EventHandler(this.оСистемеToolStripMenuItem1_Click));
     this.настройкиToolStripMenuItem.set_Alignment(System.Windows.Forms.ToolStripItemAlignment.Right);
     this.настройкиToolStripMenuItem.set_Name("настройкиToolStripMenuItem");
     this.настройкиToolStripMenuItem.set_Size(new System.Drawing.Size(0x49, 20));
     this.настройкиToolStripMenuItem.set_Text("Настройки");
     this.настройкиToolStripMenuItem.add_Click(new System.EventHandler(this.настройкиToolStripMenuItem_Click));
     this.panel2.set_BorderStyle(System.Windows.Forms.BorderStyle.FixedSingle);
     this.panel2.Controls.Add(this.scReport);
     this.panel2.Controls.Add(this.panel1);
     this.panel2.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.panel2.set_Location(new System.Drawing.Point(0, 0));
     this.panel2.set_Name("panel2");
     this.panel2.set_Size(new System.Drawing.Size(0x41b, 0x18d));
     this.panel2.set_TabIndex(70);
     this.scReport.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.scReport.set_Location(new System.Drawing.Point(0, 0x30));
     this.scReport.set_Name("scReport");
     this.scReport.set_Orientation(System.Windows.Forms.Orientation.Horizontal);
     this.scReport.Panel1.Controls.Add(this.dgvReports);
     this.scReport.Panel1.set_RightToLeft(System.Windows.Forms.RightToLeft.No);
     this.scReport.Panel2.Controls.Add(this.dgvReportParameters);
     this.scReport.Panel2.set_RightToLeft(System.Windows.Forms.RightToLeft.No);
     this.scReport.set_Size(new System.Drawing.Size(0x419, 0x15b));
     this.scReport.set_SplitterDistance(0x90);
     this.scReport.set_TabIndex(0x13);
     this.dgvReports.set_AllowUserToAddRows(false);
     this.dgvReports.set_AllowUserToDeleteRows(false);
     this.dgvReports.set_AutoGenerateColumns(false);
     this.dgvReports.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCellsExceptHeader);
     this.dgvReports.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     style.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft);
     style.set_BackColor(System.Drawing.SystemColors.Control);
     style.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     style.set_ForeColor(System.Drawing.SystemColors.WindowText);
     style.set_SelectionBackColor(System.Drawing.SystemColors.Highlight);
     style.set_SelectionForeColor(System.Drawing.SystemColors.HighlightText);
     style.set_WrapMode(System.Windows.Forms.DataGridViewTriState.True);
     this.dgvReports.set_ColumnHeadersDefaultCellStyle(style);
     this.dgvReports.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvReports.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.CheckPrint, this.ReportTemplateName, this.statusDataGridViewTextBoxColumn, this.createdDataGridViewTextBoxColumn, this.UserName, this.StartTime, this.FinishTime, this.PlannedDate, this.Id });
     this.dgvReports.set_DataSource(this.bsReports);
     style2.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft);
     style2.set_BackColor(System.Drawing.SystemColors.Window);
     style2.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     style2.set_ForeColor(System.Drawing.SystemColors.ControlText);
     style2.set_SelectionBackColor(System.Drawing.SystemColors.Highlight);
     style2.set_SelectionForeColor(System.Drawing.SystemColors.HighlightText);
     style2.set_WrapMode(System.Windows.Forms.DataGridViewTriState.False);
     this.dgvReports.set_DefaultCellStyle(style2);
     this.dgvReports.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvReports.set_Location(new System.Drawing.Point(0, 0));
     this.dgvReports.set_Name("dgvReports");
     style3.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft);
     style3.set_BackColor(System.Drawing.SystemColors.Control);
     style3.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     style3.set_ForeColor(System.Drawing.SystemColors.WindowText);
     style3.set_SelectionBackColor(System.Drawing.SystemColors.Highlight);
     style3.set_SelectionForeColor(System.Drawing.SystemColors.HighlightText);
     style3.set_WrapMode(System.Windows.Forms.DataGridViewTriState.True);
     this.dgvReports.set_RowHeadersDefaultCellStyle(style3);
     this.dgvReports.set_RowHeadersVisible(false);
     this.dgvReports.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvReports.set_Size(new System.Drawing.Size(0x419, 0x90));
     this.dgvReports.set_TabIndex(0x11);
     this.dgvReports.add_CellDoubleClick(new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvReports_CellDoubleClick));
     this.CheckPrint.set_FillWeight((float) 10.43145f);
     this.CheckPrint.set_HeaderText("Выбор");
     this.CheckPrint.set_MinimumWidth(60);
     this.CheckPrint.set_Name("CheckPrint");
     this.CheckPrint.set_SortMode(System.Windows.Forms.DataGridViewColumnSortMode.Automatic);
     this.CheckPrint.set_Width(60);
     this.ReportTemplateName.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells);
     this.ReportTemplateName.set_DataPropertyName("ReportTemplateName");
     this.ReportTemplateName.set_HeaderText("Отчет");
     this.ReportTemplateName.set_MinimumWidth(0x3d);
     this.ReportTemplateName.set_Name("ReportTemplateName");
     this.ReportTemplateName.set_ReadOnly(true);
     this.ReportTemplateName.set_Width(0x3d);
     this.statusDataGridViewTextBoxColumn.set_DataPropertyName("Status");
     this.statusDataGridViewTextBoxColumn.set_FillWeight((float) 10.43145f);
     this.statusDataGridViewTextBoxColumn.set_HeaderText("Выполнено");
     this.statusDataGridViewTextBoxColumn.set_MinimumWidth(80);
     this.statusDataGridViewTextBoxColumn.set_Name("statusDataGridViewTextBoxColumn");
     this.statusDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.statusDataGridViewTextBoxColumn.set_Resizable(System.Windows.Forms.DataGridViewTriState.True);
     this.statusDataGridViewTextBoxColumn.set_SortMode(System.Windows.Forms.DataGridViewColumnSortMode.Automatic);
     this.statusDataGridViewTextBoxColumn.set_Width(80);
     this.createdDataGridViewTextBoxColumn.set_DataPropertyName("Created");
     this.createdDataGridViewTextBoxColumn.set_FillWeight((float) 10.43145f);
     this.createdDataGridViewTextBoxColumn.set_HeaderText("Создан");
     this.createdDataGridViewTextBoxColumn.set_MinimumWidth(80);
     this.createdDataGridViewTextBoxColumn.set_Name("createdDataGridViewTextBoxColumn");
     this.createdDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.createdDataGridViewTextBoxColumn.set_Width(80);
     this.UserName.set_DataPropertyName("UserName");
     this.UserName.set_FillWeight((float) 10.43145f);
     this.UserName.set_HeaderText("Пользователь");
     this.UserName.set_MinimumWidth(100);
     this.UserName.set_Name("UserName");
     this.UserName.set_ReadOnly(true);
     this.StartTime.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader);
     this.StartTime.set_DataPropertyName("StartTime");
     this.StartTime.set_HeaderText("Начато формирование");
     this.StartTime.set_MinimumWidth(100);
     this.StartTime.set_Name("StartTime");
     this.StartTime.set_ReadOnly(true);
     this.FinishTime.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader);
     this.FinishTime.set_DataPropertyName("FinishTime");
     this.FinishTime.set_HeaderText("Сформирован");
     this.FinishTime.set_MinimumWidth(100);
     this.FinishTime.set_Name("FinishTime");
     this.FinishTime.set_ReadOnly(true);
     this.PlannedDate.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader);
     this.PlannedDate.set_DataPropertyName("PlannedDate");
     this.PlannedDate.set_HeaderText("Выполнение запланированно");
     this.PlannedDate.set_MinimumWidth(100);
     this.PlannedDate.set_Name("PlannedDate");
     this.PlannedDate.set_ReadOnly(true);
     this.Id.set_DataPropertyName("Id");
     this.Id.set_HeaderText("ReportId");
     this.Id.set_Name("Id");
     this.Id.set_ReadOnly(true);
     this.Id.set_Visible(false);
     this.Id.set_Width(5);
     this.bsReports.set_DataSource(typeof(RepReport));
     this.bsReports.set_Sort("Created desc");
     this.bsReports.add_CurrentChanged(new System.EventHandler(this.bsReports_CurrentChanged));
     this.dgvReportParameters.set_AllowUserToAddRows(false);
     this.dgvReportParameters.set_AllowUserToDeleteRows(false);
     this.dgvReportParameters.set_AutoGenerateColumns(false);
     this.dgvReportParameters.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dgvReportParameters.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     style4.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft);
     style4.set_BackColor(System.Drawing.SystemColors.Control);
     style4.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     style4.set_ForeColor(System.Drawing.SystemColors.WindowText);
     style4.set_SelectionBackColor(System.Drawing.SystemColors.Highlight);
     style4.set_SelectionForeColor(System.Drawing.SystemColors.HighlightText);
     style4.set_WrapMode(System.Windows.Forms.DataGridViewTriState.True);
     this.dgvReportParameters.set_ColumnHeadersDefaultCellStyle(style4);
     this.dgvReportParameters.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvReportParameters.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.printNameDataGridViewTextBoxColumn, this.printValueDataGridViewTextBoxColumn });
     this.dgvReportParameters.set_DataSource(this.bsReportParameters);
     style5.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft);
     style5.set_BackColor(System.Drawing.SystemColors.Window);
     style5.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     style5.set_ForeColor(System.Drawing.SystemColors.ControlText);
     style5.set_SelectionBackColor(System.Drawing.SystemColors.Highlight);
     style5.set_SelectionForeColor(System.Drawing.SystemColors.HighlightText);
     style5.set_WrapMode(System.Windows.Forms.DataGridViewTriState.False);
     this.dgvReportParameters.set_DefaultCellStyle(style5);
     this.dgvReportParameters.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvReportParameters.set_Location(new System.Drawing.Point(0, 0));
     this.dgvReportParameters.set_Name("dgvReportParameters");
     this.dgvReportParameters.set_ReadOnly(true);
     style6.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft);
     style6.set_BackColor(System.Drawing.SystemColors.Control);
     style6.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc));
     style6.set_ForeColor(System.Drawing.SystemColors.WindowText);
     style6.set_SelectionBackColor(System.Drawing.SystemColors.Highlight);
     style6.set_SelectionForeColor(System.Drawing.SystemColors.HighlightText);
     style6.set_WrapMode(System.Windows.Forms.DataGridViewTriState.True);
     this.dgvReportParameters.set_RowHeadersDefaultCellStyle(style6);
     this.dgvReportParameters.set_RowHeadersVisible(false);
     this.dgvReportParameters.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvReportParameters.set_Size(new System.Drawing.Size(0x419, 0xc7));
     this.dgvReportParameters.set_TabIndex(0x12);
     this.printNameDataGridViewTextBoxColumn.set_DataPropertyName("PrintName");
     this.printNameDataGridViewTextBoxColumn.set_HeaderText("Параметр");
     this.printNameDataGridViewTextBoxColumn.set_Name("printNameDataGridViewTextBoxColumn");
     this.printNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.printNameDataGridViewTextBoxColumn.set_Width(0x53);
     this.printValueDataGridViewTextBoxColumn.set_DataPropertyName("PrintValue");
     this.printValueDataGridViewTextBoxColumn.set_HeaderText("Значение");
     this.printValueDataGridViewTextBoxColumn.set_Name("printValueDataGridViewTextBoxColumn");
     this.printValueDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.printValueDataGridViewTextBoxColumn.set_Width(80);
     this.bsReportParameters.set_DataSource(typeof(RepReportParameter));
     this.panel1.Controls.Add(this.tsReports);
     this.panel1.Controls.Add(this.dbRepresentPeriodDate);
     this.panel1.Controls.Add(this.toolStrip1);
     this.panel1.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panel1.set_Location(new System.Drawing.Point(0, 0));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(0x419, 0x30));
     this.panel1.set_TabIndex(0x31);
     this.tsReports.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsbRunReport, this.tslbRunReportImageLoading, this.toolStripSeparator4, this.tsbDesigner, this.tSepar, this.btnRun, this.m_RollingImage, this.toolStripSeparator2, this.tbsStart, this.tslStart, this.toolStripSeparator1, this.tsbSelectAll, this.toolStripSeparator5, this.tsbCleanAll, this.tsbPrint, this.m_RollingImagePrint,
         this.toolStripSeparator3, this.tsbDeleteReport, this.tsbDeleteReportsImage, this.toolStripLabel2, this.tsbHorizontal, this.tsbVertical, this.toolStripSeparator6, this.toolStripSeparator7, this.toolStripSeparator8
      });
     this.tsReports.set_Location(new System.Drawing.Point(0, 0));
     this.tsReports.set_Name("tsReports");
     this.tsReports.set_Size(new System.Drawing.Size(0x419, 0x19));
     this.tsReports.set_TabIndex(15);
     this.tsReports.set_Text("toolStrip1");
     this.tsbRunReport.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbRunReport.set_Image((System.Drawing.Image) manager.GetObject("tsbRunReport.Image"));
     this.tsbRunReport.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbRunReport.set_Name("tsbRunReport");
     this.tsbRunReport.set_Size(new System.Drawing.Size(0x43, 0x16));
     this.tsbRunReport.set_Text("Выполнить");
     this.tsbRunReport.add_Click(new System.EventHandler(this.tsbRunReport_Click));
     this.tslbRunReportImageLoading.set_AutoSize(false);
     this.tslbRunReportImageLoading.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tslbRunReportImageLoading.set_Image(Resources.WAITING);
     this.tslbRunReportImageLoading.set_ImageAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.tslbRunReportImageLoading.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tslbRunReportImageLoading.set_ImageTransparentColor(System.Drawing.Color.White);
     this.tslbRunReportImageLoading.set_Name("tslbRunReportImageLoading");
     this.tslbRunReportImageLoading.set_Size(new System.Drawing.Size(0x11, 0x16));
     this.tslbRunReportImageLoading.set_Visible(false);
     this.toolStripSeparator4.set_Name("toolStripSeparator4");
     this.toolStripSeparator4.set_Size(new System.Drawing.Size(6, 0x19));
     this.tsbDesigner.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbDesigner.set_Image((System.Drawing.Image) manager.GetObject("tsbDesigner.Image"));
     this.tsbDesigner.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbDesigner.set_Name("tsbDesigner");
     this.tsbDesigner.set_Size(new System.Drawing.Size(60, 0x16));
     this.tsbDesigner.set_Text("Дизайнер");
     this.tsbDesigner.add_Click(new System.EventHandler(this.tsbDesigner_Click));
     this.tSepar.set_Name("tSepar");
     this.tSepar.set_Size(new System.Drawing.Size(6, 0x19));
     this.btnRun.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.btnRun.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.btnRun.set_Name("btnRun");
     this.btnRun.set_Size(new System.Drawing.Size(0x3b, 0x16));
     this.btnRun.set_Text("Просмотр");
     this.btnRun.add_Click(new System.EventHandler(this.btnRun_Click));
     this.m_RollingImage.set_AutoSize(false);
     this.m_RollingImage.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.m_RollingImage.set_Image(Resources.WAITING);
     this.m_RollingImage.set_ImageAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.m_RollingImage.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.m_RollingImage.set_ImageTransparentColor(System.Drawing.Color.White);
     this.m_RollingImage.set_Name("m_RollingImage");
     this.m_RollingImage.set_Size(new System.Drawing.Size(0x11, 0x16));
     this.m_RollingImage.set_Visible(false);
     this.toolStripSeparator2.set_Name("toolStripSeparator2");
     this.toolStripSeparator2.set_Size(new System.Drawing.Size(6, 0x19));
     this.tbsStart.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tbsStart.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tbsStart.set_Name("tbsStart");
     this.tbsStart.set_Size(new System.Drawing.Size(0x62, 0x16));
     this.tbsStart.set_Text("Заполнить отчет");
     this.tbsStart.set_Visible(false);
     this.tbsStart.add_Click(new System.EventHandler(this.tbsStart_Click));
     this.tslStart.set_AutoSize(false);
     this.tslStart.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tslStart.set_Image(Resources.WAITING);
     this.tslStart.set_ImageAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.tslStart.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tslStart.set_ImageTransparentColor(System.Drawing.Color.White);
     this.tslStart.set_Name("tslStart");
     this.tslStart.set_Size(new System.Drawing.Size(0x11, 0x16));
     this.tslStart.set_Visible(false);
     this.toolStripSeparator1.set_Name("toolStripSeparator1");
     this.toolStripSeparator1.set_Size(new System.Drawing.Size(6, 0x19));
     this.toolStripSeparator1.set_Visible(false);
     this.tsbSelectAll.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbSelectAll.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbSelectAll.set_Name("tsbSelectAll");
     this.tsbSelectAll.set_Size(new System.Drawing.Size(0x4b, 0x16));
     this.tsbSelectAll.set_Text("Выбрать все");
     this.tsbSelectAll.add_Click(new System.EventHandler(this.tsbSelectAll_Click));
     this.toolStripSeparator5.set_Name("toolStripSeparator5");
     this.toolStripSeparator5.set_Size(new System.Drawing.Size(6, 0x19));
     this.tsbCleanAll.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbCleanAll.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbCleanAll.set_Name("tsbCleanAll");
     this.tsbCleanAll.set_Size(new System.Drawing.Size(0x44, 0x16));
     this.tsbCleanAll.set_Text("Убрать все");
     this.tsbCleanAll.add_Click(new System.EventHandler(this.tsbCleanAll_Click));
     this.tsbPrint.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbPrint.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbPrint.set_Name("tsbPrint");
     this.tsbPrint.set_Size(new System.Drawing.Size(0x6d, 0x16));
     this.tsbPrint.set_Text("Печать выбранных");
     this.tsbPrint.add_Click(new System.EventHandler(this.tsbPrint_Click));
     this.m_RollingImagePrint.set_AutoSize(false);
     this.m_RollingImagePrint.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.m_RollingImagePrint.set_Image(Resources.WAITING);
     this.m_RollingImagePrint.set_ImageAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.m_RollingImagePrint.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.m_RollingImagePrint.set_ImageTransparentColor(System.Drawing.Color.White);
     this.m_RollingImagePrint.set_Name("m_RollingImagePrint");
     this.m_RollingImagePrint.set_Size(new System.Drawing.Size(0x11, 0x16));
     this.m_RollingImagePrint.set_Visible(false);
     this.toolStripSeparator3.set_Name("toolStripSeparator3");
     this.toolStripSeparator3.set_Size(new System.Drawing.Size(6, 0x19));
     this.tsbDeleteReport.set_Image(Resources.DELETE);
     this.tsbDeleteReport.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsbDeleteReport.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbDeleteReport.set_Name("tsbDeleteReport");
     this.tsbDeleteReport.set_Size(new System.Drawing.Size(140, 0x16));
     this.tsbDeleteReport.set_Text("Удалить выбранные");
     this.tsbDeleteReport.add_Click(new System.EventHandler(this.tsbDeleteReport_Click_1));
     this.tsbDeleteReportsImage.set_AutoSize(false);
     this.tsbDeleteReportsImage.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Image);
     this.tsbDeleteReportsImage.set_Image(Resources.WAITING);
     this.tsbDeleteReportsImage.set_ImageAlign(System.Drawing.ContentAlignment.MiddleLeft);
     this.tsbDeleteReportsImage.set_ImageScaling(System.Windows.Forms.ToolStripItemImageScaling.None);
     this.tsbDeleteReportsImage.set_ImageTransparentColor(System.Drawing.Color.White);
     this.tsbDeleteReportsImage.set_Name("tsbDeleteReportsImage");
     this.tsbDeleteReportsImage.set_Size(new System.Drawing.Size(0x11, 0x16));
     this.tsbDeleteReportsImage.set_Visible(false);
     this.toolStripLabel2.set_Name("toolStripLabel2");
     this.toolStripLabel2.set_Size(new System.Drawing.Size(0x84, 0x16));
     this.toolStripLabel2.set_Text("Показывать параметры:");
     this.tsbHorizontal.set_Checked(true);
     this.tsbHorizontal.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.tsbHorizontal.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbHorizontal.set_Image((System.Drawing.Image) manager.GetObject("tsbHorizontal.Image"));
     this.tsbHorizontal.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbHorizontal.set_Name("tsbHorizontal");
     this.tsbHorizontal.set_Size(new System.Drawing.Size(0x57, 0x16));
     this.tsbHorizontal.set_Text("горизонтально");
     this.tsbHorizontal.add_Click(new System.EventHandler(this.tsbHorizontal_Click));
     this.tsbVertical.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbVertical.set_Image((System.Drawing.Image) manager.GetObject("tsbVertical.Image"));
     this.tsbVertical.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbVertical.set_Name("tsbVertical");
     this.tsbVertical.set_Size(new System.Drawing.Size(0x4d, 0x16));
     this.tsbVertical.set_Text("вертикально");
     this.tsbVertical.add_Click(new System.EventHandler(this.tsbVertical_Click));
     this.toolStripSeparator6.set_Name("toolStripSeparator6");
     this.toolStripSeparator6.set_Size(new System.Drawing.Size(6, 0x19));
     this.toolStripSeparator7.set_Name("toolStripSeparator7");
     this.toolStripSeparator7.set_Size(new System.Drawing.Size(6, 0x19));
     this.toolStripSeparator8.set_Name("toolStripSeparator8");
     this.toolStripSeparator8.set_Size(new System.Drawing.Size(6, 0x19));
     this.dbRepresentPeriodDate.AttachToPeriod = false;
     this.dbRepresentPeriodDate.DateBeginReadonly = false;
     this.dbRepresentPeriodDate.DateEndReadonly = false;
     this.dbRepresentPeriodDate.set_Location(new System.Drawing.Point(0x97, 0x19));
     this.dbRepresentPeriodDate.set_Margin(new System.Windows.Forms.Padding(4));
     this.dbRepresentPeriodDate.set_Name("dbRepresentPeriodDate");
     this.dbRepresentPeriodDate.set_Size(new System.Drawing.Size(0xe9, 0x17));
     this.dbRepresentPeriodDate.set_TabIndex(15);
     this.toolStrip1.set_Dock(System.Windows.Forms.DockStyle.None);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripLabel1, this.tsbRepresentMyReport, this.tsbRepresentAllReport });
     this.toolStrip1.set_Location(new System.Drawing.Point(0, 0x19));
     this.toolStrip1.set_Name("toolStrip1");
     this.toolStrip1.set_Size(new System.Drawing.Size(0x95, 0x19));
     this.toolStrip1.set_TabIndex(0x10);
     this.toolStrip1.set_Text("toolStrip1");
     this.toolStripLabel1.set_Name("toolStripLabel1");
     this.toolStripLabel1.set_Size(new System.Drawing.Size(0x4b, 0x16));
     this.toolStripLabel1.set_Text("Отображать:");
     this.tsbRepresentMyReport.set_Checked(true);
     this.tsbRepresentMyReport.set_CheckState(System.Windows.Forms.CheckState.Checked);
     this.tsbRepresentMyReport.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbRepresentMyReport.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbRepresentMyReport.set_Name("tsbRepresentMyReport");
     this.tsbRepresentMyReport.set_Size(new System.Drawing.Size(0x22, 0x16));
     this.tsbRepresentMyReport.set_Text("свои");
     this.tsbRepresentMyReport.add_Click(new System.EventHandler(this.tsbRepresentMyReport_Click_1));
     this.tsbRepresentAllReport.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbRepresentAllReport.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbRepresentAllReport.set_Name("tsbRepresentAllReport");
     this.tsbRepresentAllReport.set_Size(new System.Drawing.Size(0x1c, 0x16));
     this.tsbRepresentAllReport.set_Text("все");
     this.tsbRepresentAllReport.add_Click(new System.EventHandler(this.tsbRepresentAllReport_Click_1));
     this.sfdDBF.set_DefaultExt("dbf");
     this.dataGridViewTextBoxColumn1.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells);
     this.dataGridViewTextBoxColumn1.set_DataPropertyName("Id");
     this.dataGridViewTextBoxColumn1.set_HeaderText("Id");
     this.dataGridViewTextBoxColumn1.set_MinimumWidth(0x3d);
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn2.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader);
     this.dataGridViewTextBoxColumn2.set_DataPropertyName("ReportTemplateId");
     this.dataGridViewTextBoxColumn2.set_FillWeight((float) 10.43145f);
     this.dataGridViewTextBoxColumn2.set_HeaderText("ReportTemplateId");
     this.dataGridViewTextBoxColumn2.set_MinimumWidth(100);
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.dataGridViewTextBoxColumn2.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn3.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader);
     this.dataGridViewTextBoxColumn3.set_DataPropertyName("UserId");
     this.dataGridViewTextBoxColumn3.set_FillWeight((float) 10.43145f);
     this.dataGridViewTextBoxColumn3.set_HeaderText("UserId");
     this.dataGridViewTextBoxColumn3.set_MinimumWidth(100);
     this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3");
     this.dataGridViewTextBoxColumn3.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn4.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader);
     this.dataGridViewTextBoxColumn4.set_DataPropertyName("Created");
     this.dataGridViewTextBoxColumn4.set_FillWeight((float) 10.43145f);
     this.dataGridViewTextBoxColumn4.set_HeaderText("Created");
     this.dataGridViewTextBoxColumn4.set_MinimumWidth(100);
     this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4");
     this.dataGridViewTextBoxColumn4.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn5.set_DataPropertyName("UserName");
     this.dataGridViewTextBoxColumn5.set_FillWeight((float) 10.43145f);
     this.dataGridViewTextBoxColumn5.set_HeaderText("Пользователь");
     this.dataGridViewTextBoxColumn5.set_MinimumWidth(100);
     this.dataGridViewTextBoxColumn5.set_Name("dataGridViewTextBoxColumn5");
     this.dataGridViewTextBoxColumn5.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn6.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader);
     this.dataGridViewTextBoxColumn6.set_DataPropertyName("PlannedDate");
     this.dataGridViewTextBoxColumn6.set_HeaderText("Дата начала выполнения");
     this.dataGridViewTextBoxColumn6.set_MinimumWidth(100);
     this.dataGridViewTextBoxColumn6.set_Name("dataGridViewTextBoxColumn6");
     this.dataGridViewTextBoxColumn6.set_ReadOnly(true);
     this.sfdExcel.set_DefaultExt("xls");
     this.bsReportTemplates.set_DataSource(typeof(RepReportTemplate));
     this.erValidateRoles.set_ContainerControl(this);
     this.erValidateRoles.set_Icon((System.Drawing.Icon) manager.GetObject("erValidateRoles.Icon"));
     this.passporterServiceForSn1.Url = "http://localhost:49859/Passporter.WebService/PassporterServiceForSn.asmx";
     this.passporterServiceForSn1.UseDefaultCredentials = 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(0x504, 0x36e));
     base.Controls.Add(this.splitContainer1);
     base.set_Name("ReportsMainForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("АРМ \"Отчеты\"");
     base.set_WindowState(System.Windows.Forms.FormWindowState.Maximized);
     base.add_FormClosing(new System.Windows.Forms.FormClosingEventHandler(this.ReportsMainForm_FormClosing));
     base.add_Load(new System.EventHandler(this.ReportsMainForm_Load));
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel1.PerformLayout();
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.ResumeLayout(false);
     this.panelParameters.ResumeLayout(false);
     this.panelApartmentArea.ResumeLayout(false);
     this.panelApartmentArea.PerformLayout();
     this.numApartmentArea.EndInit();
     this.panelReportService.ResumeLayout(false);
     this.gbReportService.ResumeLayout(false);
     this.gbReportService.PerformLayout();
     this.panelWithRenderParametres.ResumeLayout(false);
     this.panelWithRenderParametres.PerformLayout();
     this.panelTextParameter.ResumeLayout(false);
     this.panelTextParameter.PerformLayout();
     this.panelSelectCityBorough.ResumeLayout(false);
     this.panelSelectCityBorough.PerformLayout();
     this.panelSelectAccountPropertyFaset.ResumeLayout(false);
     this.panelSelectAccountPropertyFaset.PerformLayout();
     this.panelPaymentAgents.ResumeLayout(false);
     this.panelPaymentAgents.PerformLayout();
     this.panelSelectFasetFilter.ResumeLayout(false);
     this.panelSelectBank.ResumeLayout(false);
     this.panelSelectBank.PerformLayout();
     this.panelChbxWithoutClosesApartments.ResumeLayout(false);
     this.panelChbxWithoutClosesApartments.PerformLayout();
     this.panelChbxWithoutBankrupt.ResumeLayout(false);
     this.panelChbxWithoutBankrupt.PerformLayout();
     this.panelNumMinSumm.ResumeLayout(false);
     this.panelNumMinSumm.PerformLayout();
     this.numMinSumm.EndInit();
     this.panelCbxTerminals.ResumeLayout(false);
     this.panelCbxTerminals.PerformLayout();
     this.panelSelectPaymentAgentTypes.ResumeLayout(false);
     this.panelSelectPaymentAgentTypes.PerformLayout();
     this.panelHouseTypes.ResumeLayout(false);
     this.panelHouseTypes.PerformLayout();
     this.panelCbxPaymentTypes.ResumeLayout(false);
     this.panelCbxPaymentTypes.PerformLayout();
     this.panelCbxCalcOperationGroups.ResumeLayout(false);
     this.panelCbxCalcOperationGroups.PerformLayout();
     this.bsCalcOperationGroups.EndInit();
     this.panelSelectRecalcReason.ResumeLayout(false);
     this.panelSelectRecalcReason.PerformLayout();
     this.panelCbIsDebt.ResumeLayout(false);
     this.panelCbIsDebt.PerformLayout();
     this.panelCbExistsBenefitDiff.ResumeLayout(false);
     this.panelCbExistsBenefitDiff.PerformLayout();
     this.panelSelectBenefits.ResumeLayout(false);
     this.panelSelectBenefits.PerformLayout();
     this.panelSelectApartmentTypes.ResumeLayout(false);
     this.panelSelectApartmentTypes.PerformLayout();
     this.panelSelectAddresses.ResumeLayout(false);
     this.panelSelectAddresses.PerformLayout();
     this.panelSelectConvenienceTypes.ResumeLayout(false);
     this.panelSelectConvenienceTypes.PerformLayout();
     this.panelSelectCanonicalServices.ResumeLayout(false);
     this.panelSelectCanonicalServices.PerformLayout();
     this.panelSelectServices.ResumeLayout(false);
     this.panelSelectServices.PerformLayout();
     this.panelSelectServiceTypes.ResumeLayout(false);
     this.panelSelectServiceTypes.PerformLayout();
     this.panelSelectOrgsCashlessTransferers.ResumeLayout(false);
     this.panelSelectOrgsCashlessTransferers.PerformLayout();
     this.panelSelectOrgsResourceProviders.ResumeLayout(false);
     this.panelSelectOrgsResourceProviders.PerformLayout();
     this.panelSelectOrgsServiceProviders.ResumeLayout(false);
     this.panelSelectOrgsServiceProviders.PerformLayout();
     this.panelSelectOrgsAccountHouseHolders.ResumeLayout(false);
     this.panelSelectOrgsAccountHouseHolders.PerformLayout();
     this.panelSelectOrgsServiceHouseHolders.ResumeLayout(false);
     this.panelSelectOrgsServiceHouseHolders.PerformLayout();
     this.panelSelectOrgsHouseHolders.ResumeLayout(false);
     this.panelSelectOrgsHouseHolders.PerformLayout();
     this.panelDatePeriod.ResumeLayout(false);
     this.panelDatePeriod.PerformLayout();
     this.panelPeriod.ResumeLayout(false);
     this.panelPeriod.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.scReport.Panel1.ResumeLayout(false);
     this.scReport.Panel2.ResumeLayout(false);
     this.scReport.ResumeLayout(false);
     this.dgvReports.EndInit();
     this.bsReports.EndInit();
     this.dgvReportParameters.EndInit();
     this.bsReportParameters.EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.tsReports.ResumeLayout(false);
     this.tsReports.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.bsReportTemplates.EndInit();
     this.erValidateRoles.EndInit();
     base.ResumeLayout(false);
 }
コード例 #5
0
 private void InitializeComponent()
 {
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.selectServiceTypes = new SelectServiceTypes();
     this.selectServices = new AIS.SN.UI.Controls.ReportSelectors.SelectServices();
     this.label2 = new System.Windows.Forms.Label();
     this.selectProviders = new SelectOrgs();
     base.SuspendLayout();
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(6, 0x35));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x2b, 13));
     this.label4.set_TabIndex(13);
     this.label4.set_Text("Услуги");
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(6, 0x1d));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x40, 13));
     this.label3.set_TabIndex(12);
     this.label3.set_Text("Типы услуг");
     this.selectServiceTypes.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectServiceTypes.IsByUser = false;
     this.selectServiceTypes.set_Location(new System.Drawing.Point(110, 0x1d));
     this.selectServiceTypes.set_Name("selectServiceTypes");
     this.selectServiceTypes.set_Size(new System.Drawing.Size(0x1b9, 20));
     this.selectServiceTypes.set_TabIndex(11);
     this.selectServiceTypes.OnServiceTypesSelected += new ServiceTypesHandler(this.selectServiceTypes_OnServiceTypesSelected);
     this.selectServices.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectServices.IsByUser = false;
     this.selectServices.set_Location(new System.Drawing.Point(110, 0x35));
     this.selectServices.set_Name("selectServices");
     this.selectServices.set_Size(new System.Drawing.Size(0x1b9, 20));
     this.selectServices.set_TabIndex(10);
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(5, 3));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x65, 13));
     this.label2.set_TabIndex(9);
     this.label2.set_Text("Поставщики услуг");
     this.selectProviders.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectProviders.IsByUser = false;
     this.selectProviders.set_Location(new System.Drawing.Point(110, 3));
     this.selectProviders.set_Name("selectProviders");
     this.selectProviders.SetFilter = null;
     this.selectProviders.set_Size(new System.Drawing.Size(0x1b9, 20));
     this.selectProviders.set_TabIndex(8);
     this.selectProviders.OnOrganizationsSelected += new OrganizationsHandler(this.selectProviders_OnOrganizationsSelected);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.label4);
     base.Controls.Add(this.label3);
     base.Controls.Add(this.selectServiceTypes);
     base.Controls.Add(this.selectServices);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.selectProviders);
     base.set_Name("SelectProvidersTypesServices");
     base.set_Size(new System.Drawing.Size(0x22a, 0x4f));
     base.add_Load(new System.EventHandler(this.SelectProvidersTypesServices_Load));
     base.ResumeLayout(false);
     base.PerformLayout();
 }
コード例 #6
0
ファイル: DebitorsView.cs プロジェクト: u4097/SQLScript
 private void InitializeComponent()
 {
     ComponentResourceManager manager = new ComponentResourceManager(typeof(DebitorsView));
     Area area = new Area();
     this.m_WorkerGetAccounts = new BackgroundWorker();
     this.m_WorkerGetAccountServices = new BackgroundWorker();
     this.m_WorkerGetReports = new BackgroundWorker();
     this.m_WorkerGetNotices = new BackgroundWorker();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.dgvDebtors = new System.Windows.Forms.DataGridView();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.tsBtnShow = new System.Windows.Forms.ToolStripDropDownButton();
     this.поЛицевымСчетамToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tsBtnShowReports = new System.Windows.Forms.ToolStripDropDownButton();
     this.извещенияToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.поЛицевымСчетамToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.отчетыПоЛицевымСчетамБезГруппировкиПоТипуЖильяToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.отчетПоПериодамЗадолженностиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
     this.уведомленияToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tsbtnSaveDebtAccounts = new System.Windows.Forms.ToolStripButton();
     this.tsBtnSelectAll = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.dgvAccountServices = new System.Windows.Forms.DataGridView();
     this.toolStrip2 = new System.Windows.Forms.ToolStrip();
     this.tsLabelAccountServices = new System.Windows.Forms.ToolStripLabel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label9 = new System.Windows.Forms.Label();
     this.selectOrganizationForDocument = new SelectOrganization();
     this.labelSaveDate = new System.Windows.Forms.Label();
     this.dbxSaveDate = new DateBox();
     this.selectOrgDocument1 = new SelectOrgDocument();
     this.label1 = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.selectAccountHolders = new SelectOrgs();
     this.label13 = new System.Windows.Forms.Label();
     this.selectAccountPropertyFaset = new SelectFasetData();
     this.lbAccountProperty = new System.Windows.Forms.Label();
     this.selectCityBoroughs = new SelectFasetData();
     this.lcityBorounght = new System.Windows.Forms.Label();
     this.cbPaymentPeriod = new System.Windows.Forms.CheckBox();
     this.m_PeriodPayment = new DatePeriodSelector();
     this.label11 = new System.Windows.Forms.Label();
     this.selectApartmentTypeFaset = new SelectFasetData();
     this.selectHolders = new SelectOrgs();
     this.label12 = new System.Windows.Forms.Label();
     this.selectors = new SelectProvidersTypesServices();
     this.label10 = new System.Windows.Forms.Label();
     this.selectAddresses2 = new SelectAddresses();
     this.label3 = new System.Windows.Forms.Label();
     this.numMaxMonth = new System.Windows.Forms.NumericUpDown();
     this.label2 = new System.Windows.Forms.Label();
     this.numMaxSumm = new System.Windows.Forms.NumericUpDown();
     this.label7 = new System.Windows.Forms.Label();
     this.m_Period = new DatePeriodSelector();
     this.label6 = new System.Windows.Forms.Label();
     this.dbxLastTermDate = new DateBox();
     this.numMinMonth = new System.Windows.Forms.NumericUpDown();
     this.label5 = new System.Windows.Forms.Label();
     this.numMinSumm = new System.Windows.Forms.NumericUpDown();
     this.chbxWithSelectedAccounts = new System.Windows.Forms.CheckBox();
     this.label4 = new System.Windows.Forms.Label();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.dgvDebtors.BeginInit();
     this.toolStrip1.SuspendLayout();
     this.dgvAccountServices.BeginInit();
     this.toolStrip2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.numMaxMonth.BeginInit();
     this.numMaxSumm.BeginInit();
     this.numMinMonth.BeginInit();
     this.numMinSumm.BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     base.SuspendLayout();
     this.m_WorkerGetAccounts.add_DoWork(new DoWorkEventHandler(this.m_WorkerGetAccounts_DoWork));
     this.m_WorkerGetAccounts.add_RunWorkerCompleted(new RunWorkerCompletedEventHandler(this.m_WorkerGetAccounts_RunWorkerCompleted));
     this.m_WorkerGetAccountServices.add_DoWork(new DoWorkEventHandler(this.m_WorkerGetAccountServices_DoWork));
     this.m_WorkerGetAccountServices.add_RunWorkerCompleted(new RunWorkerCompletedEventHandler(this.m_WorkerGetAccountServices_RunWorkerCompleted));
     this.m_WorkerGetReports.add_DoWork(new DoWorkEventHandler(this.m_WorkerGetReports_DoWork));
     this.m_WorkerGetReports.add_RunWorkerCompleted(new RunWorkerCompletedEventHandler(this.m_WorkerGetReports_RunWorkerCompleted));
     this.m_WorkerGetNotices.add_DoWork(new DoWorkEventHandler(this.m_WorkerGetNotices_DoWork));
     this.m_WorkerGetNotices.add_RunWorkerCompleted(new RunWorkerCompletedEventHandler(this.m_WorkerGetNotices_RunWorkerCompleted));
     this.splitContainer1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.splitContainer1.set_Location(new System.Drawing.Point(0, 0));
     this.splitContainer1.set_Name("splitContainer1");
     this.splitContainer1.set_Orientation(System.Windows.Forms.Orientation.Horizontal);
     this.splitContainer1.Panel1.Controls.Add(this.dgvDebtors);
     this.splitContainer1.Panel1.Controls.Add(this.toolStrip1);
     this.splitContainer1.Panel2.Controls.Add(this.dgvAccountServices);
     this.splitContainer1.Panel2.Controls.Add(this.toolStrip2);
     this.splitContainer1.set_Size(new System.Drawing.Size(0x33d, 0xad));
     this.splitContainer1.set_SplitterDistance(0x52);
     this.splitContainer1.set_TabIndex(4);
     this.dgvDebtors.set_AllowUserToAddRows(false);
     this.dgvDebtors.set_AllowUserToDeleteRows(false);
     this.dgvDebtors.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dgvDebtors.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     this.dgvDebtors.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvDebtors.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvDebtors.set_Location(new System.Drawing.Point(0, 0x19));
     this.dgvDebtors.set_Name("dgvDebtors");
     this.dgvDebtors.set_RowHeadersVisible(false);
     this.dgvDebtors.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvDebtors.set_Size(new System.Drawing.Size(0x33d, 0x39));
     this.dgvDebtors.set_TabIndex(1);
     this.dgvDebtors.add_RowEnter(new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDebtors_RowEnter));
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsBtnShow, this.tsBtnShowReports, this.tsbtnSaveDebtAccounts, this.tsBtnSelectAll, this.toolStripSeparator1 });
     this.toolStrip1.set_Location(new System.Drawing.Point(0, 0));
     this.toolStrip1.set_Name("toolStrip1");
     this.toolStrip1.set_Size(new System.Drawing.Size(0x33d, 0x19));
     this.toolStrip1.set_TabIndex(2);
     this.toolStrip1.set_Text("toolStrip1");
     this.tsBtnShow.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.поЛицевымСчетамToolStripMenuItem });
     this.tsBtnShow.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnShow.set_Name("tsBtnShow");
     this.tsBtnShow.set_Size(new System.Drawing.Size(0x44, 0x16));
     this.tsBtnShow.set_Text("Показать");
     this.tsBtnShow.set_TextImageRelation(System.Windows.Forms.TextImageRelation.TextBeforeImage);
     this.поЛицевымСчетамToolStripMenuItem.set_Name("поЛицевымСчетамToolStripMenuItem");
     this.поЛицевымСчетамToolStripMenuItem.set_Size(new System.Drawing.Size(0xfe, 0x16));
     this.поЛицевымСчетамToolStripMenuItem.set_Text("Задолженность по лицевым счетам");
     this.поЛицевымСчетамToolStripMenuItem.add_Click(new System.EventHandler(this.поЛицевымСчетамToolStripMenuItem_Click));
     this.tsBtnShowReports.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.извещенияToolStripMenuItem, this.поЛицевымСчетамToolStripMenuItem1, this.отчетыПоЛицевымСчетамБезГруппировкиПоТипуЖильяToolStripMenuItem, this.отчетПоПериодамЗадолженностиToolStripMenuItem, this.toolStripMenuItem1, this.уведомленияToolStripMenuItem });
     this.tsBtnShowReports.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnShowReports.set_Name("tsBtnShowReports");
     this.tsBtnShowReports.set_Size(new System.Drawing.Size(0x75, 0x16));
     this.tsBtnShowReports.set_Text("Вывести на печать");
     this.извещенияToolStripMenuItem.set_Name("извещенияToolStripMenuItem");
     this.извещенияToolStripMenuItem.set_Size(new System.Drawing.Size(0x17b, 0x16));
     this.извещенияToolStripMenuItem.set_Text("Извещения");
     this.извещенияToolStripMenuItem.add_Click(new System.EventHandler(this.извещенияToolStripMenuItem_Click));
     this.поЛицевымСчетамToolStripMenuItem1.set_Name("поЛицевымСчетамToolStripMenuItem1");
     this.поЛицевымСчетамToolStripMenuItem1.set_Size(new System.Drawing.Size(0x17b, 0x16));
     this.поЛицевымСчетамToolStripMenuItem1.set_Text("Отчеты по лицевым счетам с группировкой по типу жилья");
     this.поЛицевымСчетамToolStripMenuItem1.add_Click(new System.EventHandler(this.ОтчетПоЛицевымСчетамToolStripMenuItem1_Click));
     this.отчетыПоЛицевымСчетамБезГруппировкиПоТипуЖильяToolStripMenuItem.set_Name("отчетыПоЛицевымСчетамБезГруппировкиПоТипуЖильяToolStripMenuItem");
     this.отчетыПоЛицевымСчетамБезГруппировкиПоТипуЖильяToolStripMenuItem.set_Size(new System.Drawing.Size(0x17b, 0x16));
     this.отчетыПоЛицевымСчетамБезГруппировкиПоТипуЖильяToolStripMenuItem.set_Text("Отчеты по лицевым счетам без группировки по типу жилья");
     this.отчетыПоЛицевымСчетамБезГруппировкиПоТипуЖильяToolStripMenuItem.add_Click(new System.EventHandler(this.отчетыПоЛицевымСчетамБезГруппировкиПоТипуЖильяToolStripMenuItem_Click));
     this.отчетПоПериодамЗадолженностиToolStripMenuItem.set_Name("отчетПоПериодамЗадолженностиToolStripMenuItem");
     this.отчетПоПериодамЗадолженностиToolStripMenuItem.set_Size(new System.Drawing.Size(0x17b, 0x16));
     this.отчетПоПериодамЗадолженностиToolStripMenuItem.set_Text("Отчет по периодам задолженности");
     this.отчетПоПериодамЗадолженностиToolStripMenuItem.add_Click(new System.EventHandler(this.отчетПоПериодамЗадолженностиToolStripMenuItem_Click));
     this.toolStripMenuItem1.set_Name("toolStripMenuItem1");
     this.toolStripMenuItem1.set_Size(new System.Drawing.Size(0x178, 6));
     this.уведомленияToolStripMenuItem.set_Name("уведомленияToolStripMenuItem");
     this.уведомленияToolStripMenuItem.set_Size(new System.Drawing.Size(0x17b, 0x16));
     this.уведомленияToolStripMenuItem.set_Text("Уведомления");
     this.уведомленияToolStripMenuItem.add_Click(new System.EventHandler(this.уведомленияToolStripMenuItem_Click));
     this.tsbtnSaveDebtAccounts.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbtnSaveDebtAccounts.set_Image((System.Drawing.Image) manager.GetObject("tsbtnSaveDebtAccounts.Image"));
     this.tsbtnSaveDebtAccounts.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbtnSaveDebtAccounts.set_Name("tsbtnSaveDebtAccounts");
     this.tsbtnSaveDebtAccounts.set_Size(new System.Drawing.Size(0x36, 0x16));
     this.tsbtnSaveDebtAccounts.set_Text("Создать");
     this.tsbtnSaveDebtAccounts.add_Click(new System.EventHandler(this.tsbtnSaveDebtAccounts_Click));
     this.tsBtnSelectAll.set_Image(Resources.ENABLED);
     this.tsBtnSelectAll.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsBtnSelectAll.set_Name("tsBtnSelectAll");
     this.tsBtnSelectAll.set_Size(new System.Drawing.Size(0x62, 0x16));
     this.tsBtnSelectAll.set_Text("Выделить все");
     this.tsBtnSelectAll.set_Visible(false);
     this.tsBtnSelectAll.add_Click(new System.EventHandler(this.tsBtnSelectAll_Click));
     this.toolStripSeparator1.set_Name("toolStripSeparator1");
     this.toolStripSeparator1.set_Size(new System.Drawing.Size(6, 0x19));
     this.dgvAccountServices.set_AllowUserToAddRows(false);
     this.dgvAccountServices.set_AllowUserToDeleteRows(false);
     this.dgvAccountServices.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dgvAccountServices.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     this.dgvAccountServices.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvAccountServices.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvAccountServices.set_Location(new System.Drawing.Point(0, 0x19));
     this.dgvAccountServices.set_Name("dgvAccountServices");
     this.dgvAccountServices.set_ReadOnly(true);
     this.dgvAccountServices.set_RowHeadersVisible(false);
     this.dgvAccountServices.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.dgvAccountServices.set_Size(new System.Drawing.Size(0x33d, 0x3e));
     this.dgvAccountServices.set_TabIndex(2);
     this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsLabelAccountServices });
     this.toolStrip2.set_Location(new System.Drawing.Point(0, 0));
     this.toolStrip2.set_Name("toolStrip2");
     this.toolStrip2.set_Size(new System.Drawing.Size(0x33d, 0x19));
     this.toolStrip2.set_TabIndex(3);
     this.toolStrip2.set_Text("toolStrip2");
     this.tsLabelAccountServices.set_Font(new System.Drawing.Font("Tahoma", 9.75f, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0xcc));
     this.tsLabelAccountServices.set_Name("tsLabelAccountServices");
     this.tsLabelAccountServices.set_Size(new System.Drawing.Size(0xa3, 0x16));
     this.tsLabelAccountServices.set_Text("Услуги лицевого счета");
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.selectOrganizationForDocument);
     this.groupBox1.Controls.Add(this.labelSaveDate);
     this.groupBox1.Controls.Add(this.dbxSaveDate);
     this.groupBox1.Controls.Add(this.selectOrgDocument1);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.groupBox1.set_Location(new System.Drawing.Point(0, 0x146));
     this.groupBox1.set_Name("groupBox1");
     this.groupBox1.set_Size(new System.Drawing.Size(0x32d, 0x67));
     this.groupBox1.set_TabIndex(12);
     this.groupBox1.set_TabStop(false);
     this.groupBox1.set_Text("Параметры сохранения списка должников");
     this.label9.set_AutoSize(true);
     this.label9.set_Location(new System.Drawing.Point(9, 0x15));
     this.label9.set_Name("label9");
     this.label9.set_Size(new System.Drawing.Size(0xf2, 13));
     this.label9.set_TabIndex(0x16);
     this.label9.set_Text("Организация по договору (УК или поставщик)");
     this.selectOrganizationForDocument.IsCashlessTransferrer = false;
     this.selectOrganizationForDocument.IsHouseHolder = false;
     this.selectOrganizationForDocument.IsPaymentAgent = false;
     this.selectOrganizationForDocument.IsResourceProvider = false;
     this.selectOrganizationForDocument.IsServiceProvider = false;
     this.selectOrganizationForDocument.set_Location(new System.Drawing.Point(280, 0x13));
     this.selectOrganizationForDocument.set_Name("selectOrganizationForDocument");
     this.selectOrganizationForDocument.set_Size(new System.Drawing.Size(0x13d, 20));
     this.selectOrganizationForDocument.set_TabIndex(0x15);
     this.labelSaveDate.set_AutoSize(true);
     this.labelSaveDate.set_Location(new System.Drawing.Point(10, 0x4d));
     this.labelSaveDate.set_Name("labelSaveDate");
     this.labelSaveDate.set_Size(new System.Drawing.Size(0x2e, 13));
     this.labelSaveDate.set_TabIndex(20);
     this.labelSaveDate.set_Text("На дату");
     this.labelSaveDate.set_Visible(false);
     this.dbxSaveDate.AttachToPeriod = false;
     this.dbxSaveDate.AttachToPeriodEnd = false;
     this.dbxSaveDate.set_Location(new System.Drawing.Point(0x6a, 70));
     this.dbxSaveDate.set_Mask("00/00/0000");
     this.dbxSaveDate.set_Name("dbxSaveDate");
     this.dbxSaveDate.set_Size(new System.Drawing.Size(0x7c, 20));
     this.dbxSaveDate.set_TabIndex(0x13);
     this.dbxSaveDate.set_Visible(false);
     this.selectOrgDocument1.set_Location(new System.Drawing.Point(0x6a, 0x2f));
     this.selectOrgDocument1.set_Name("selectOrgDocument1");
     this.selectOrgDocument1.set_Size(new System.Drawing.Size(0x1eb, 20));
     this.selectOrgDocument1.set_TabIndex(0x11);
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(9, 0x36));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x3a, 13));
     this.label1.set_TabIndex(0x12);
     this.label1.set_Text("Документ");
     this.groupBox2.Controls.Add(this.selectAccountHolders);
     this.groupBox2.Controls.Add(this.label13);
     this.groupBox2.Controls.Add(this.selectAccountPropertyFaset);
     this.groupBox2.Controls.Add(this.lbAccountProperty);
     this.groupBox2.Controls.Add(this.selectCityBoroughs);
     this.groupBox2.Controls.Add(this.lcityBorounght);
     this.groupBox2.Controls.Add(this.cbPaymentPeriod);
     this.groupBox2.Controls.Add(this.m_PeriodPayment);
     this.groupBox2.Controls.Add(this.label11);
     this.groupBox2.Controls.Add(this.selectApartmentTypeFaset);
     this.groupBox2.Controls.Add(this.selectHolders);
     this.groupBox2.Controls.Add(this.label12);
     this.groupBox2.Controls.Add(this.selectors);
     this.groupBox2.Controls.Add(this.label10);
     this.groupBox2.Controls.Add(this.selectAddresses2);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.numMaxMonth);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.numMaxSumm);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Controls.Add(this.m_Period);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.dbxLastTermDate);
     this.groupBox2.Controls.Add(this.numMinMonth);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.numMinSumm);
     this.groupBox2.Controls.Add(this.chbxWithSelectedAccounts);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.groupBox2.set_Location(new System.Drawing.Point(0, 0));
     this.groupBox2.set_Name("groupBox2");
     this.groupBox2.set_Size(new System.Drawing.Size(0x32d, 0x146));
     this.groupBox2.set_TabIndex(5);
     this.groupBox2.set_TabStop(false);
     this.groupBox2.set_Text("Получение данных");
     this.selectAccountHolders.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectAccountHolders.IsByUser = true;
     this.selectAccountHolders.set_Location(new System.Drawing.Point(0x75, 0x9b));
     this.selectAccountHolders.set_Name("selectAccountHolders");
     this.selectAccountHolders.SetFilter = null;
     this.selectAccountHolders.set_Size(new System.Drawing.Size(0x2ae, 20));
     this.selectAccountHolders.set_TabIndex(0x60);
     this.label13.set_AutoSize(true);
     this.label13.set_Location(new System.Drawing.Point(12, 0x9f));
     this.label13.set_Name("label13");
     this.label13.set_Size(new System.Drawing.Size(0x37, 13));
     this.label13.set_TabIndex(0x61);
     this.label13.set_Text("УК на ЛС");
     this.selectAccountPropertyFaset.set_FormattingEnabled(true);
     this.selectAccountPropertyFaset.set_Location(new System.Drawing.Point(0x73, 0xc1));
     this.selectAccountPropertyFaset.set_Name("selectAccountPropertyFaset");
     this.selectAccountPropertyFaset.set_Size(new System.Drawing.Size(0x141, 0x15));
     this.selectAccountPropertyFaset.set_Sorted(true);
     this.selectAccountPropertyFaset.set_TabIndex(0x5e);
     this.lbAccountProperty.set_AutoSize(true);
     this.lbAccountProperty.set_Location(new System.Drawing.Point(12, 0xc4));
     this.lbAccountProperty.set_Name("lbAccountProperty");
     this.lbAccountProperty.set_Size(new System.Drawing.Size(0x54, 13));
     this.lbAccountProperty.set_TabIndex(0x5f);
     this.lbAccountProperty.set_Text("Параметры ЛС");
     this.selectCityBoroughs.set_FormattingEnabled(true);
     this.selectCityBoroughs.set_Location(new System.Drawing.Point(0x182, 0xde));
     this.selectCityBoroughs.set_Name("selectCityBoroughs");
     this.selectCityBoroughs.set_Size(new System.Drawing.Size(0xbb, 0x15));
     this.selectCityBoroughs.set_Sorted(true);
     this.selectCityBoroughs.set_TabIndex(0x5d);
     this.lcityBorounght.set_AutoSize(true);
     this.lcityBorounght.set_Location(new System.Drawing.Point(0x12f, 0xe2));
     this.lcityBorounght.set_Name("lcityBorounght");
     this.lcityBorounght.set_Size(new System.Drawing.Size(0x4d, 13));
     this.lcityBorounght.set_TabIndex(0x22);
     this.lcityBorounght.set_Text("Район Города");
     this.cbPaymentPeriod.set_AutoSize(true);
     this.cbPaymentPeriod.set_Location(new System.Drawing.Point(15, 0x116));
     this.cbPaymentPeriod.set_Name("cbPaymentPeriod");
     this.cbPaymentPeriod.set_Size(new System.Drawing.Size(0x4e, 0x11));
     this.cbPaymentPeriod.set_TabIndex(0x20);
     this.cbPaymentPeriod.set_Text("Оплата до");
     this.cbPaymentPeriod.set_UseVisualStyleBackColor(true);
     this.cbPaymentPeriod.add_CheckedChanged(new System.EventHandler(this.cbPaymentPeriod_CheckedChanged));
     this.m_PeriodPayment.set_Enabled(false);
     this.m_PeriodPayment.set_Location(new System.Drawing.Point(0x73, 0x115));
     this.m_PeriodPayment.set_Name("m_PeriodPayment");
     this.m_PeriodPayment.set_Size(new System.Drawing.Size(0x7c, 0x15));
     this.m_PeriodPayment.set_TabIndex(7);
     this.label11.set_AutoSize(true);
     this.label11.set_Location(new System.Drawing.Point(11, 0xe2));
     this.label11.set_Name("label11");
     this.label11.set_Size(new System.Drawing.Size(0x45, 13));
     this.label11.set_TabIndex(0x1d);
     this.label11.set_Text("Типы жилья");
     this.selectApartmentTypeFaset.set_FormattingEnabled(true);
     this.selectApartmentTypeFaset.set_Location(new System.Drawing.Point(0x73, 0xdf));
     this.selectApartmentTypeFaset.set_Name("selectApartmentTypeFaset");
     this.selectApartmentTypeFaset.set_Size(new System.Drawing.Size(0xb6, 0x15));
     this.selectApartmentTypeFaset.set_Sorted(true);
     this.selectApartmentTypeFaset.set_TabIndex(4);
     this.selectHolders.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectHolders.IsByUser = true;
     this.selectHolders.set_Location(new System.Drawing.Point(0x73, 0x81));
     this.selectHolders.set_Name("selectHolders");
     this.selectHolders.SetFilter = null;
     this.selectHolders.set_Size(new System.Drawing.Size(0x2b0, 20));
     this.selectHolders.set_TabIndex(3);
     this.label12.set_AutoSize(true);
     this.label12.set_Location(new System.Drawing.Point(10, 0x85));
     this.label12.set_Name("label12");
     this.label12.set_Size(new System.Drawing.Size(0x3a, 13));
     this.label12.set_TabIndex(0x1a);
     this.label12.set_Text("УК услуги");
     this.selectors.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectors.IsByUser = true;
     this.selectors.set_Location(new System.Drawing.Point(6, 0x2d));
     this.selectors.set_Name("selectors");
     this.selectors.set_Size(new System.Drawing.Size(800, 0x4d));
     this.selectors.set_TabIndex(2);
     this.label10.set_AutoSize(true);
     this.label10.set_Location(new System.Drawing.Point(12, 0x13));
     this.label10.set_Name("label10");
     this.label10.set_Size(new System.Drawing.Size(0x2c, 13));
     this.label10.set_TabIndex(0x18);
     this.label10.set_Text("Адреса");
     this.selectAddresses2.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectAddresses2.IsByUser = false;
     this.selectAddresses2.set_Location(new System.Drawing.Point(0x75, 0x13));
     this.selectAddresses2.set_Name("selectAddresses2");
     area.AreaGroupId = 0L;
     area.AreaGroupName = null;
     area.Id = 0L;
     area.IsDeleted = false;
     area.IsDirty = false;
     area.Name = "";
     area.ObjectWithIdType = null;
     area.StatusTemporary = 0;
     this.selectAddresses2.SelectedArea = area;
     this.selectAddresses2.set_Size(new System.Drawing.Size(0x2ac, 20));
     this.selectAddresses2.set_TabIndex(1);
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(0x1ce, 0x11d));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x2f, 13));
     this.label3.set_TabIndex(0x16);
     this.label3.set_Text("меньше");
     this.numMaxMonth.set_Location(new System.Drawing.Point(0x203, 280));
     int[] numArray = new int[4];
     numArray[0] = 0x3e8;
     this.numMaxMonth.set_Maximum(new decimal(numArray));
     this.numMaxMonth.set_Name("numMaxMonth");
     this.numMaxMonth.set_Size(new System.Drawing.Size(0x3a, 20));
     this.numMaxMonth.set_TabIndex(11);
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(0x1ce, 0x100));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x2f, 13));
     this.label2.set_TabIndex(20);
     this.label2.set_Text("меньше");
     this.numMaxSumm.set_Location(new System.Drawing.Point(0x203, 0xfe));
     int[] numArray2 = new int[4];
     numArray2[0] = -727379968;
     numArray2[1] = 0xe8;
     this.numMaxSumm.set_Maximum(new decimal(numArray2));
     this.numMaxSumm.set_Name("numMaxSumm");
     this.numMaxSumm.set_Size(new System.Drawing.Size(0x3a, 20));
     this.numMaxSumm.set_TabIndex(9);
     this.label7.set_AutoSize(true);
     this.label7.set_Location(new System.Drawing.Point(12, 0x100));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(0x57, 13));
     this.label7.set_TabIndex(0x10);
     this.label7.set_Text("Долг на период");
     this.m_Period.set_Location(new System.Drawing.Point(0x73, 250));
     this.m_Period.set_Name("m_Period");
     this.m_Period.set_Size(new System.Drawing.Size(0x7c, 0x15));
     this.m_Period.set_TabIndex(6);
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(0x243, 0xe2));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(90, 13));
     this.label6.set_TabIndex(14);
     this.label6.set_Text("Срок погашения");
     this.dbxLastTermDate.AttachToPeriod = false;
     this.dbxLastTermDate.AttachToPeriodEnd = false;
     this.dbxLastTermDate.set_Location(new System.Drawing.Point(0x2a3, 0xdf));
     this.dbxLastTermDate.set_Mask("00/00/0000");
     this.dbxLastTermDate.set_Name("dbxLastTermDate");
     this.dbxLastTermDate.set_Size(new System.Drawing.Size(0x7c, 20));
     this.dbxLastTermDate.set_TabIndex(5);
     this.numMinMonth.set_Location(new System.Drawing.Point(0x182, 280));
     int[] numArray3 = new int[4];
     numArray3[0] = 0x3e8;
     this.numMinMonth.set_Maximum(new decimal(numArray3));
     this.numMinMonth.set_Name("numMinMonth");
     this.numMinMonth.set_Size(new System.Drawing.Size(0x3e, 20));
     this.numMinMonth.set_TabIndex(10);
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(0x11f, 0x11d));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x5d, 13));
     this.label5.set_TabIndex(4);
     this.label5.set_Text("Кол. мес.больше");
     this.numMinSumm.set_Location(new System.Drawing.Point(0x182, 0xfe));
     int[] numArray4 = new int[4];
     numArray4[0] = -727379968;
     numArray4[1] = 0xe8;
     this.numMinSumm.set_Maximum(new decimal(numArray4));
     this.numMinSumm.set_Name("numMinSumm");
     this.numMinSumm.set_Size(new System.Drawing.Size(0x3e, 20));
     this.numMinSumm.set_TabIndex(8);
     this.chbxWithSelectedAccounts.set_AutoSize(true);
     this.chbxWithSelectedAccounts.set_Location(new System.Drawing.Point(0x10, 0x12d));
     this.chbxWithSelectedAccounts.set_Name("chbxWithSelectedAccounts");
     this.chbxWithSelectedAccounts.set_Size(new System.Drawing.Size(320, 0x11));
     this.chbxWithSelectedAccounts.set_TabIndex(0);
     this.chbxWithSelectedAccounts.set_Text("Выводить результат с учетом выбранных лицевых счетов");
     this.chbxWithSelectedAccounts.set_UseVisualStyleBackColor(true);
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(0x10a, 0x100));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x72, 13));
     this.label4.set_TabIndex(2);
     this.label4.set_Text("Сумма долга больше");
     this.splitContainer2.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.splitContainer2.set_Location(new System.Drawing.Point(0, 0));
     this.splitContainer2.set_Name("splitContainer2");
     this.splitContainer2.set_Orientation(System.Windows.Forms.Orientation.Horizontal);
     this.splitContainer2.Panel1.set_AutoScroll(true);
     this.splitContainer2.Panel1.Controls.Add(this.groupBox1);
     this.splitContainer2.Panel1.Controls.Add(this.groupBox2);
     this.splitContainer2.Panel2.Controls.Add(this.splitContainer1);
     this.splitContainer2.set_Size(new System.Drawing.Size(0x33d, 0x21e));
     this.splitContainer2.set_SplitterDistance(0x16d);
     this.splitContainer2.set_TabIndex(5);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.splitContainer2);
     base.set_Name("DebitorsView");
     base.set_Size(new System.Drawing.Size(0x33d, 0x21e));
     base.add_Load(new System.EventHandler(this.DebitorsView_Load));
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     this.splitContainer1.ResumeLayout(false);
     this.dgvDebtors.EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.dgvAccountServices.EndInit();
     this.toolStrip2.ResumeLayout(false);
     this.toolStrip2.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.numMaxMonth.EndInit();
     this.numMaxSumm.EndInit();
     this.numMinMonth.EndInit();
     this.numMinSumm.EndInit();
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.ResumeLayout(false);
     base.ResumeLayout(false);
 }
コード例 #7
0
 private void InitializeComponent()
 {
     this.ch_autoRendering = new System.Windows.Forms.CheckBox();
     this.ch_isOpenByAccountDates = new System.Windows.Forms.CheckBox();
     this.ch_isOpenByServiceDatesOrExistChargeSumm = new System.Windows.Forms.CheckBox();
     this.ch_isOpenByServiceDatesOrExistChargeSummOrExistToPaySumm = new System.Windows.Forms.CheckBox();
     this.ch_isExistChargeSummOrExistToPaySumm = new System.Windows.Forms.CheckBox();
     this.ch_isOpenByServiceDatesOrExistAnySumm = new System.Windows.Forms.CheckBox();
     this.ch_isExistBeginDebit = new System.Windows.Forms.CheckBox();
     this.ch_isExistBeginCredit = new System.Windows.Forms.CheckBox();
     this.ch_showNoticeInformation = new System.Windows.Forms.CheckBox();
     this.ch_excludeServiceOldHouseHolder = new System.Windows.Forms.CheckBox();
     this.ch_excludeServiceProviderBankrupt = new System.Windows.Forms.CheckBox();
     this.label2 = new System.Windows.Forms.Label();
     this.b_ok = new System.Windows.Forms.Button();
     this.b_chancel = new System.Windows.Forms.Button();
     this.panel1 = new System.Windows.Forms.Panel();
     this.label3 = new System.Windows.Forms.Label();
     this.tbName = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.ch_isLkActive = new System.Windows.Forms.CheckBox();
     this.soHouseHolder = new SelectOrganization();
     this.s_providers = new SelectOrgs();
     this.panel1.SuspendLayout();
     base.SuspendLayout();
     this.ch_autoRendering.set_Location(new System.Drawing.Point(0x153, 5));
     this.ch_autoRendering.set_Margin(new System.Windows.Forms.Padding(3, 3, 3, 5));
     this.ch_autoRendering.set_Name("ch_autoRendering");
     this.ch_autoRendering.set_Size(new System.Drawing.Size(0x11c, 0x16));
     this.ch_autoRendering.set_TabIndex(0);
     this.ch_autoRendering.set_Text("Предварительно сохранять извещение по этому шиблону при фоновом формировании");
     this.ch_autoRendering.set_UseVisualStyleBackColor(true);
     this.ch_autoRendering.set_Visible(false);
     this.ch_isOpenByAccountDates.set_Location(new System.Drawing.Point(10, 0x23));
     this.ch_isOpenByAccountDates.set_Margin(new System.Windows.Forms.Padding(3, 3, 3, 5));
     this.ch_isOpenByAccountDates.set_Name("ch_isOpenByAccountDates");
     this.ch_isOpenByAccountDates.set_Size(new System.Drawing.Size(0x265, 0x16));
     this.ch_isOpenByAccountDates.set_TabIndex(1);
     this.ch_isOpenByAccountDates.set_Text("Печатать, если открыт лицевой счет");
     this.ch_isOpenByAccountDates.set_UseVisualStyleBackColor(true);
     this.ch_isOpenByServiceDatesOrExistChargeSumm.set_Location(new System.Drawing.Point(10, 0x39));
     this.ch_isOpenByServiceDatesOrExistChargeSumm.set_Margin(new System.Windows.Forms.Padding(3, 3, 3, 5));
     this.ch_isOpenByServiceDatesOrExistChargeSumm.set_Name("ch_isOpenByServiceDatesOrExistChargeSumm");
     this.ch_isOpenByServiceDatesOrExistChargeSumm.set_Size(new System.Drawing.Size(0x265, 0x16));
     this.ch_isOpenByServiceDatesOrExistChargeSumm.set_TabIndex(2);
     this.ch_isOpenByServiceDatesOrExistChargeSumm.set_Text("Печатать, если открыта хотя бы 1 услуга или были суммы начислений/перерасчетов");
     this.ch_isOpenByServiceDatesOrExistChargeSumm.set_UseVisualStyleBackColor(true);
     this.ch_isOpenByServiceDatesOrExistChargeSummOrExistToPaySumm.set_Location(new System.Drawing.Point(10, 0x4f));
     this.ch_isOpenByServiceDatesOrExistChargeSummOrExistToPaySumm.set_Margin(new System.Windows.Forms.Padding(3, 3, 3, 5));
     this.ch_isOpenByServiceDatesOrExistChargeSummOrExistToPaySumm.set_Name("ch_isOpenByServiceDatesOrExistChargeSummOrExistToPaySumm");
     this.ch_isOpenByServiceDatesOrExistChargeSummOrExistToPaySumm.set_Size(new System.Drawing.Size(0x265, 0x16));
     this.ch_isOpenByServiceDatesOrExistChargeSummOrExistToPaySumm.set_TabIndex(3);
     this.ch_isOpenByServiceDatesOrExistChargeSummOrExistToPaySumm.set_Text("Печатать, если открыта хотя бы 1 услуга или были суммы начислений/перерасчетов или есть сумма к оплате");
     this.ch_isOpenByServiceDatesOrExistChargeSummOrExistToPaySumm.set_UseVisualStyleBackColor(true);
     this.ch_isExistChargeSummOrExistToPaySumm.set_Location(new System.Drawing.Point(10, 0x65));
     this.ch_isExistChargeSummOrExistToPaySumm.set_Margin(new System.Windows.Forms.Padding(3, 3, 3, 5));
     this.ch_isExistChargeSummOrExistToPaySumm.set_Name("ch_isExistChargeSummOrExistToPaySumm");
     this.ch_isExistChargeSummOrExistToPaySumm.set_Size(new System.Drawing.Size(0x265, 0x16));
     this.ch_isExistChargeSummOrExistToPaySumm.set_TabIndex(4);
     this.ch_isExistChargeSummOrExistToPaySumm.set_Text("Печатать, если были суммы начислений/перерасчетов или есть сумма к оплате");
     this.ch_isExistChargeSummOrExistToPaySumm.set_UseVisualStyleBackColor(true);
     this.ch_isOpenByServiceDatesOrExistAnySumm.set_Location(new System.Drawing.Point(10, 0x7b));
     this.ch_isOpenByServiceDatesOrExistAnySumm.set_Margin(new System.Windows.Forms.Padding(3, 3, 3, 5));
     this.ch_isOpenByServiceDatesOrExistAnySumm.set_Name("ch_isOpenByServiceDatesOrExistAnySumm");
     this.ch_isOpenByServiceDatesOrExistAnySumm.set_Size(new System.Drawing.Size(0x265, 0x16));
     this.ch_isOpenByServiceDatesOrExistAnySumm.set_TabIndex(5);
     this.ch_isOpenByServiceDatesOrExistAnySumm.set_Text("Печатать, если открыта хотя бы 1 услуга или есть какая либо сумма (по умолчанию включено)");
     this.ch_isOpenByServiceDatesOrExistAnySumm.set_UseVisualStyleBackColor(true);
     this.ch_isExistBeginDebit.set_Location(new System.Drawing.Point(10, 0x91));
     this.ch_isExistBeginDebit.set_Margin(new System.Windows.Forms.Padding(3, 3, 3, 5));
     this.ch_isExistBeginDebit.set_Name("ch_isExistBeginDebit");
     this.ch_isExistBeginDebit.set_Size(new System.Drawing.Size(0x265, 0x16));
     this.ch_isExistBeginDebit.set_TabIndex(6);
     this.ch_isExistBeginDebit.set_Text("Печатать, если есть долг на начало месяца (сальдо на начало с оплатой > 0)");
     this.ch_isExistBeginDebit.set_UseVisualStyleBackColor(true);
     this.ch_isExistBeginCredit.set_Location(new System.Drawing.Point(10, 0xa7));
     this.ch_isExistBeginCredit.set_Margin(new System.Windows.Forms.Padding(3, 3, 3, 5));
     this.ch_isExistBeginCredit.set_Name("ch_isExistBeginCredit");
     this.ch_isExistBeginCredit.set_Size(new System.Drawing.Size(0x265, 0x16));
     this.ch_isExistBeginCredit.set_TabIndex(7);
     this.ch_isExistBeginCredit.set_Text("Печатать, если нет долга на начало месяца (сальдо на начало с оплатой < 0)");
     this.ch_isExistBeginCredit.set_UseVisualStyleBackColor(true);
     this.ch_showNoticeInformation.set_Location(new System.Drawing.Point(10, 0xbd));
     this.ch_showNoticeInformation.set_Margin(new System.Windows.Forms.Padding(3, 3, 3, 5));
     this.ch_showNoticeInformation.set_Name("ch_showNoticeInformation");
     this.ch_showNoticeInformation.set_Size(new System.Drawing.Size(0x265, 0x16));
     this.ch_showNoticeInformation.set_TabIndex(8);
     this.ch_showNoticeInformation.set_Text("Включать в справку печать сообщений");
     this.ch_showNoticeInformation.set_UseVisualStyleBackColor(true);
     this.ch_excludeServiceOldHouseHolder.set_Location(new System.Drawing.Point(10, 0xd3));
     this.ch_excludeServiceOldHouseHolder.set_Margin(new System.Windows.Forms.Padding(3, 3, 3, 5));
     this.ch_excludeServiceOldHouseHolder.set_Name("ch_excludeServiceOldHouseHolder");
     this.ch_excludeServiceOldHouseHolder.set_Size(new System.Drawing.Size(0x265, 0x16));
     this.ch_excludeServiceOldHouseHolder.set_TabIndex(9);
     this.ch_excludeServiceOldHouseHolder.set_Text("Исключить услуги предыдущих управляющих компаний");
     this.ch_excludeServiceOldHouseHolder.set_UseVisualStyleBackColor(true);
     this.ch_excludeServiceProviderBankrupt.set_Location(new System.Drawing.Point(10, 0xe9));
     this.ch_excludeServiceProviderBankrupt.set_Margin(new System.Windows.Forms.Padding(3, 3, 3, 5));
     this.ch_excludeServiceProviderBankrupt.set_Name("ch_excludeServiceProviderBankrupt");
     this.ch_excludeServiceProviderBankrupt.set_Size(new System.Drawing.Size(0x265, 0x16));
     this.ch_excludeServiceProviderBankrupt.set_TabIndex(10);
     this.ch_excludeServiceProviderBankrupt.set_Text("Исключить услуги поставщиков банкротов");
     this.ch_excludeServiceProviderBankrupt.set_UseVisualStyleBackColor(true);
     this.label2.set_Location(new System.Drawing.Point(0x15, 0x12d));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x241, 0x17));
     this.label2.set_TabIndex(0x10);
     this.label2.set_Text("Отображать услуги только выбранных поставщиков:");
     this.b_ok.set_Location(new System.Drawing.Point(0x1b0, 3));
     this.b_ok.set_Margin(new System.Windows.Forms.Padding(3, 3, 10, 3));
     this.b_ok.set_Name("b_ok");
     this.b_ok.set_Size(new System.Drawing.Size(0x4b, 0x1c));
     this.b_ok.set_TabIndex(0x11);
     this.b_ok.set_Text("ОК");
     this.b_ok.set_UseVisualStyleBackColor(true);
     this.b_ok.add_Click(new System.EventHandler(this.b_ok_Click));
     this.b_chancel.set_Location(new System.Drawing.Point(520, 3));
     this.b_chancel.set_Name("b_chancel");
     this.b_chancel.set_Size(new System.Drawing.Size(0x4b, 0x1c));
     this.b_chancel.set_TabIndex(0x12);
     this.b_chancel.set_Text("Отмена");
     this.b_chancel.set_UseVisualStyleBackColor(true);
     this.b_chancel.add_Click(new System.EventHandler(this.b_chancel_Click));
     this.panel1.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom);
     this.panel1.Controls.Add(this.b_ok);
     this.panel1.Controls.Add(this.b_chancel);
     this.panel1.set_Location(new System.Drawing.Point(3, 0x1a2));
     this.panel1.set_Margin(new System.Windows.Forms.Padding(10));
     this.panel1.set_Name("panel1");
     this.panel1.set_Padding(new System.Windows.Forms.Padding(0, 0, 10, 0));
     this.panel1.set_Size(new System.Drawing.Size(0x256, 0x26));
     this.panel1.set_TabIndex(0x13);
     this.label3.set_Location(new System.Drawing.Point(0x15, 0x161));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x241, 0x17));
     this.label3.set_TabIndex(0x10);
     this.label3.set_Text("Вместо реквизитов УК выводить указанную организацию:");
     this.tbName.set_Location(new System.Drawing.Point(10, 11));
     this.tbName.set_Name("tbName");
     this.tbName.set_Size(new System.Drawing.Size(0x11f, 20));
     this.tbName.set_TabIndex(0x16);
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(0x12f, 0x10));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x39, 13));
     this.label1.set_TabIndex(0x17);
     this.label1.set_Text("Название");
     this.ch_isLkActive.set_AutoSize(true);
     this.ch_isLkActive.set_Location(new System.Drawing.Point(10, 0x103));
     this.ch_isLkActive.set_Name("ch_isLkActive");
     this.ch_isLkActive.set_Size(new System.Drawing.Size(0x9f, 0x11));
     this.ch_isLkActive.set_TabIndex(0x18);
     this.ch_isLkActive.set_Text("Доступен личный кабинет");
     this.ch_isLkActive.set_UseVisualStyleBackColor(true);
     this.soHouseHolder.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.soHouseHolder.IsCashlessTransferrer = false;
     this.soHouseHolder.IsHouseHolder = false;
     this.soHouseHolder.IsPaymentAgent = false;
     this.soHouseHolder.IsResourceProvider = false;
     this.soHouseHolder.IsServiceProvider = false;
     this.soHouseHolder.set_Location(new System.Drawing.Point(3, 0x17b));
     this.soHouseHolder.set_Name("soHouseHolder");
     this.soHouseHolder.set_Size(new System.Drawing.Size(0x253, 20));
     this.soHouseHolder.set_TabIndex(0x15);
     this.s_providers.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.s_providers.IsByUser = false;
     this.s_providers.set_Location(new System.Drawing.Point(3, 0x141));
     this.s_providers.set_Name("s_providers");
     this.s_providers.SetFilter = null;
     this.s_providers.set_Size(new System.Drawing.Size(0x256, 0x1d));
     this.s_providers.set_TabIndex(15);
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.None);
     base.set_ClientSize(new System.Drawing.Size(0x26a, 0x1d2));
     base.Controls.Add(this.ch_isLkActive);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.tbName);
     base.Controls.Add(this.soHouseHolder);
     base.Controls.Add(this.panel1);
     base.Controls.Add(this.s_providers);
     base.Controls.Add(this.label3);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.ch_excludeServiceProviderBankrupt);
     base.Controls.Add(this.ch_excludeServiceOldHouseHolder);
     base.Controls.Add(this.ch_showNoticeInformation);
     base.Controls.Add(this.ch_isExistBeginCredit);
     base.Controls.Add(this.ch_isExistBeginDebit);
     base.Controls.Add(this.ch_isOpenByServiceDatesOrExistAnySumm);
     base.Controls.Add(this.ch_isExistChargeSummOrExistToPaySumm);
     base.Controls.Add(this.ch_isOpenByServiceDatesOrExistChargeSummOrExistToPaySumm);
     base.Controls.Add(this.ch_isOpenByServiceDatesOrExistChargeSumm);
     base.Controls.Add(this.ch_isOpenByAccountDates);
     base.Controls.Add(this.ch_autoRendering);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedDialog);
     base.set_MaximizeBox(false);
     base.set_Name("NoticeTemplatesForm");
     base.set_Padding(new System.Windows.Forms.Padding(10, 10, 10, 0));
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("Настройки шаблона ");
     this.panel1.ResumeLayout(false);
     base.ResumeLayout(false);
     base.PerformLayout();
 }
コード例 #8
0
 private void InitializeComponent()
 {
     this.components = new Container();
     this.label1 = new System.Windows.Forms.Label();
     this.dgvServices = new System.Windows.Forms.DataGridView();
     this.panel1 = new System.Windows.Forms.Panel();
     this.btnOk = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.bsServices = new System.Windows.Forms.BindingSource(this.components);
     this.selectHolders = new SelectOrgs();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.houseHolderDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.serviceProviderDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ShortName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CurrentRateFromDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CurrentRate = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ServiceNormFromDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ServiceNormRate = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgvServices.BeginInit();
     this.panel1.SuspendLayout();
     this.bsServices.BeginInit();
     base.SuspendLayout();
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(7, 14));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x85, 13));
     this.label1.set_TabIndex(1);
     this.label1.set_Text("Управляющая компания");
     this.dgvServices.set_AllowUserToAddRows(false);
     this.dgvServices.set_AllowUserToDeleteRows(false);
     this.dgvServices.set_AutoGenerateColumns(false);
     this.dgvServices.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.dgvServices.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells);
     this.dgvServices.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.dgvServices.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.houseHolderDataGridViewTextBoxColumn, this.serviceProviderDataGridViewTextBoxColumn, this.ShortName, this.CurrentRateFromDate, this.CurrentRate, this.ServiceNormFromDate, this.ServiceNormRate });
     this.dgvServices.set_DataSource(this.bsServices);
     this.dgvServices.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.dgvServices.set_Location(new System.Drawing.Point(0, 0x31));
     this.dgvServices.set_Name("dgvServices");
     this.dgvServices.set_RowHeadersVisible(false);
     this.dgvServices.set_Size(new System.Drawing.Size(0x273, 0x152));
     this.dgvServices.set_TabIndex(2);
     this.dgvServices.add_CellBeginEdit(new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvServices_CellBeginEdit));
     this.dgvServices.add_CellValidating(new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvServices_CellValidating));
     this.panel1.Controls.Add(this.btnOk);
     this.panel1.Controls.Add(this.btnCancel);
     this.panel1.Controls.Add(this.selectHolders);
     this.panel1.Controls.Add(this.label1);
     this.panel1.set_Dock(System.Windows.Forms.DockStyle.Top);
     this.panel1.set_Location(new System.Drawing.Point(0, 0));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(0x273, 0x31));
     this.panel1.set_TabIndex(3);
     this.btnOk.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnOk.set_DialogResult(System.Windows.Forms.DialogResult.Yes);
     this.btnOk.set_Location(new System.Drawing.Point(0x1d4, 10));
     this.btnOk.set_Name("btnOk");
     this.btnOk.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnOk.set_TabIndex(2);
     this.btnOk.set_Text("Принять");
     this.btnOk.set_UseVisualStyleBackColor(true);
     this.btnOk.add_Click(new System.EventHandler(this.btnOk_Click));
     this.btnCancel.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.btnCancel.set_Location(new System.Drawing.Point(0x225, 10));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnCancel.set_TabIndex(4);
     this.btnCancel.set_Text("Отменить");
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.btnCancel.add_Click(new System.EventHandler(this.btnCancel_Click));
     this.bsServices.set_DataSource(typeof(ServiceOld));
     this.selectHolders.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectHolders.set_Location(new System.Drawing.Point(150, 12));
     this.selectHolders.set_Name("selectHolders");
     this.selectHolders.SetFilter = null;
     this.selectHolders.set_Size(new System.Drawing.Size(310, 20));
     this.selectHolders.set_TabIndex(0);
     this.dataGridViewTextBoxColumn1.set_DataPropertyName("HouseHolder");
     this.dataGridViewTextBoxColumn1.set_HeaderText("HouseHolder");
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn1.set_Width(0x55);
     this.dataGridViewTextBoxColumn2.set_DataPropertyName("Code");
     this.dataGridViewTextBoxColumn2.set_HeaderText("Code");
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.dataGridViewTextBoxColumn2.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn2.set_Width(0x87);
     this.dataGridViewTextBoxColumn3.set_DataPropertyName("ShortName");
     this.dataGridViewTextBoxColumn3.set_HeaderText("ShortName");
     this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3");
     this.dataGridViewTextBoxColumn3.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn3.set_Width(0x59);
     this.dataGridViewTextBoxColumn4.set_DataPropertyName("ServiceType");
     this.dataGridViewTextBoxColumn4.set_HeaderText("ServiceType");
     this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4");
     this.dataGridViewTextBoxColumn4.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn4.set_Width(0x8b);
     this.dataGridViewTextBoxColumn5.set_DataPropertyName("ServiceProvider");
     this.dataGridViewTextBoxColumn5.set_HeaderText("ServiceProvider");
     this.dataGridViewTextBoxColumn5.set_Name("dataGridViewTextBoxColumn5");
     this.dataGridViewTextBoxColumn5.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn5.set_Width(0x74);
     this.dataGridViewTextBoxColumn6.set_DataPropertyName("CanonicalService");
     this.dataGridViewTextBoxColumn6.set_HeaderText("CanonicalService");
     this.dataGridViewTextBoxColumn6.set_Name("dataGridViewTextBoxColumn6");
     this.dataGridViewTextBoxColumn6.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn6.set_Width(0x5e);
     this.dataGridViewTextBoxColumn7.set_DataPropertyName("SeasonalCount");
     this.dataGridViewTextBoxColumn7.set_HeaderText("SeasonalCount");
     this.dataGridViewTextBoxColumn7.set_Name("dataGridViewTextBoxColumn7");
     this.dataGridViewTextBoxColumn7.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn7.set_Width(0x5c);
     this.dataGridViewTextBoxColumn8.set_DataPropertyName("Adr");
     this.dataGridViewTextBoxColumn8.set_HeaderText("Adr");
     this.dataGridViewTextBoxColumn8.set_Name("dataGridViewTextBoxColumn8");
     this.dataGridViewTextBoxColumn8.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn8.set_Width(0x6b);
     this.dataGridViewTextBoxColumn9.set_DataPropertyName("ResourceProvider");
     this.dataGridViewTextBoxColumn9.set_HeaderText("ResourceProvider");
     this.dataGridViewTextBoxColumn9.set_Name("dataGridViewTextBoxColumn9");
     this.dataGridViewTextBoxColumn9.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn9.set_Width(0x73);
     this.dataGridViewTextBoxColumn10.set_DataPropertyName("CalcAlgorithm");
     this.dataGridViewTextBoxColumn10.set_HeaderText("CalcAlgorithm");
     this.dataGridViewTextBoxColumn10.set_Name("dataGridViewTextBoxColumn10");
     this.dataGridViewTextBoxColumn10.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn10.set_Width(0x68);
     this.dataGridViewTextBoxColumn11.set_DataPropertyName("Adr");
     this.dataGridViewTextBoxColumn11.set_HeaderText("Adr");
     this.dataGridViewTextBoxColumn11.set_Name("dataGridViewTextBoxColumn11");
     this.dataGridViewTextBoxColumn11.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn11.set_Width(0x30);
     this.dataGridViewTextBoxColumn12.set_DataPropertyName("ResourceProvider");
     this.dataGridViewTextBoxColumn12.set_HeaderText("ResourceProvider");
     this.dataGridViewTextBoxColumn12.set_Name("dataGridViewTextBoxColumn12");
     this.dataGridViewTextBoxColumn12.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn12.set_Width(0x75);
     this.dataGridViewTextBoxColumn13.set_DataPropertyName("CalcAlgorithm");
     this.dataGridViewTextBoxColumn13.set_HeaderText("CalcAlgorithm");
     this.dataGridViewTextBoxColumn13.set_Name("dataGridViewTextBoxColumn13");
     this.dataGridViewTextBoxColumn13.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn13.set_Width(0x60);
     this.houseHolderDataGridViewTextBoxColumn.set_DataPropertyName("HouseHolder");
     this.houseHolderDataGridViewTextBoxColumn.set_HeaderText("Балансодержатель");
     this.houseHolderDataGridViewTextBoxColumn.set_Name("houseHolderDataGridViewTextBoxColumn");
     this.houseHolderDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.houseHolderDataGridViewTextBoxColumn.set_Width(130);
     this.serviceProviderDataGridViewTextBoxColumn.set_DataPropertyName("ServiceProvider");
     this.serviceProviderDataGridViewTextBoxColumn.set_HeaderText("Поставщик");
     this.serviceProviderDataGridViewTextBoxColumn.set_Name("serviceProviderDataGridViewTextBoxColumn");
     this.serviceProviderDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.serviceProviderDataGridViewTextBoxColumn.set_Width(90);
     this.ShortName.set_DataPropertyName("ShortName");
     this.ShortName.set_HeaderText("Услуга");
     this.ShortName.set_Name("ShortName");
     this.ShortName.set_ReadOnly(true);
     this.ShortName.set_Width(0x44);
     this.CurrentRateFromDate.set_DataPropertyName("LastRateFromDate");
     this.CurrentRateFromDate.set_HeaderText("Дата тарифа");
     this.CurrentRateFromDate.set_Name("CurrentRateFromDate");
     this.CurrentRateFromDate.set_Width(0x62);
     this.CurrentRate.set_DataPropertyName("LastRate");
     this.CurrentRate.set_HeaderText("Тариф");
     this.CurrentRate.set_Name("CurrentRate");
     this.CurrentRate.set_Width(0x41);
     this.ServiceNormFromDate.set_DataPropertyName("ServiceNormFromDate");
     this.ServiceNormFromDate.set_HeaderText("Дата нормы");
     this.ServiceNormFromDate.set_Name("ServiceNormFromDate");
     this.ServiceNormFromDate.set_Width(0x5f);
     this.ServiceNormRate.set_DataPropertyName("ServiceNormRate");
     this.ServiceNormRate.set_HeaderText("Норма");
     this.ServiceNormRate.set_Name("ServiceNormRate");
     this.ServiceNormRate.set_Width(0x42);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x273, 0x183));
     base.Controls.Add(this.dgvServices);
     base.Controls.Add(this.panel1);
     base.set_Name("ServiceCopyByHouseHolderForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("Копирование услуг по балансодержателям");
     base.add_Load(new System.EventHandler(this.ServiceCopyByHouseHolderForm_Load));
     this.dgvServices.EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.bsServices.EndInit();
     base.ResumeLayout(false);
 }
コード例 #9
0
 private void InitializeComponent()
 {
     this.label5 = new System.Windows.Forms.Label();
     this.gbHouseHolders = new System.Windows.Forms.GroupBox();
     this.label7 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.gbServiceProviders = new System.Windows.Forms.GroupBox();
     this.label2 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.bSave = new System.Windows.Forms.Button();
     this.panel1 = new System.Windows.Forms.Panel();
     this.dbToDateHH = new DateBox();
     this.dbFromDateHH = new DateBox();
     this.selectOrgsHouseHolder = new SelectOrgs();
     this.dbToDateSP = new DateBox();
     this.selectOrganizationServiceProviders = new SelectOrganization();
     this.dbFromDateSP = new DateBox();
     this.selectServiceTypesServiceProviders = new SelectServiceTypes();
     this.dbToDateRP = new DateBox();
     this.selectOrganizationResourceProvider = new SelectOrganization();
     this.dbFromDateRP = new DateBox();
     this.selectServiceTypesResourceProvider = new SelectServiceTypes();
     this.gbHouseHolders.SuspendLayout();
     this.gbServiceProviders.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.panel1.SuspendLayout();
     base.SuspendLayout();
     this.label5.set_AutoSize(true);
     this.label5.set_Location(new System.Drawing.Point(6, 0x2a));
     this.label5.set_Name("label5");
     this.label5.set_Size(new System.Drawing.Size(0x38, 13));
     this.label5.set_TabIndex(8);
     this.label5.set_Text("Тип услуг");
     this.gbHouseHolders.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.gbHouseHolders.Controls.Add(this.dbToDateHH);
     this.gbHouseHolders.Controls.Add(this.dbFromDateHH);
     this.gbHouseHolders.Controls.Add(this.selectOrgsHouseHolder);
     this.gbHouseHolders.Controls.Add(this.label7);
     this.gbHouseHolders.Controls.Add(this.label1);
     this.gbHouseHolders.set_Location(new System.Drawing.Point(3, 3));
     this.gbHouseHolders.set_Name("gbHouseHolders");
     this.gbHouseHolders.set_Size(new System.Drawing.Size(0x34c, 0x57));
     this.gbHouseHolders.set_TabIndex(12);
     this.gbHouseHolders.set_TabStop(false);
     this.gbHouseHolders.set_Text("Управляющие компании");
     this.label7.set_AutoSize(true);
     this.label7.set_Location(new System.Drawing.Point(0xa9, 0x39));
     this.label7.set_Name("label7");
     this.label7.set_Size(new System.Drawing.Size(0x5c, 13));
     this.label7.set_TabIndex(5);
     this.label7.set_Text("Дата окончания:");
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(6, 0x39));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x4a, 13));
     this.label1.set_TabIndex(0);
     this.label1.set_Text("Дата начала:");
     this.gbServiceProviders.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.gbServiceProviders.Controls.Add(this.dbToDateSP);
     this.gbServiceProviders.Controls.Add(this.selectOrganizationServiceProviders);
     this.gbServiceProviders.Controls.Add(this.dbFromDateSP);
     this.gbServiceProviders.Controls.Add(this.label2);
     this.gbServiceProviders.Controls.Add(this.selectServiceTypesServiceProviders);
     this.gbServiceProviders.Controls.Add(this.label8);
     this.gbServiceProviders.Controls.Add(this.label5);
     this.gbServiceProviders.set_Location(new System.Drawing.Point(3, 0x60));
     this.gbServiceProviders.set_Name("gbServiceProviders");
     this.gbServiceProviders.set_Size(new System.Drawing.Size(0x34c, 0x7c));
     this.gbServiceProviders.set_TabIndex(0x11);
     this.gbServiceProviders.set_TabStop(false);
     this.gbServiceProviders.set_Text("Поставщики услуг");
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(0xa9, 0x5e));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x5c, 13));
     this.label2.set_TabIndex(5);
     this.label2.set_Text("Дата окончания:");
     this.label8.set_AutoSize(true);
     this.label8.set_Location(new System.Drawing.Point(6, 0x5e));
     this.label8.set_Name("label8");
     this.label8.set_Size(new System.Drawing.Size(0x4a, 13));
     this.label8.set_TabIndex(0);
     this.label8.set_Text("Дата начала:");
     this.groupBox2.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.groupBox2.Controls.Add(this.dbToDateRP);
     this.groupBox2.Controls.Add(this.selectOrganizationResourceProvider);
     this.groupBox2.Controls.Add(this.dbFromDateRP);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.selectServiceTypesResourceProvider);
     this.groupBox2.Controls.Add(this.label9);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.set_Location(new System.Drawing.Point(3, 0xe2));
     this.groupBox2.set_Name("groupBox2");
     this.groupBox2.set_Size(new System.Drawing.Size(0x34c, 0x7a));
     this.groupBox2.set_TabIndex(0x12);
     this.groupBox2.set_TabStop(false);
     this.groupBox2.set_Text("Ресурсоснабжающие организации");
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(0xac, 0x5c));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x5c, 13));
     this.label3.set_TabIndex(5);
     this.label3.set_Text("Дата окончания:");
     this.label9.set_AutoSize(true);
     this.label9.set_Location(new System.Drawing.Point(9, 0x5c));
     this.label9.set_Name("label9");
     this.label9.set_Size(new System.Drawing.Size(0x4a, 13));
     this.label9.set_TabIndex(0);
     this.label9.set_Text("Дата начала:");
     this.label6.set_AutoSize(true);
     this.label6.set_Location(new System.Drawing.Point(6, 0x2a));
     this.label6.set_Name("label6");
     this.label6.set_Size(new System.Drawing.Size(0x38, 13));
     this.label6.set_TabIndex(11);
     this.label6.set_Text("Тип услуг");
     this.bSave.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.bSave.set_Location(new System.Drawing.Point(0x2e7, 0x16d));
     this.bSave.set_Name("bSave");
     this.bSave.set_Size(new System.Drawing.Size(0x65, 0x1a));
     this.bSave.set_TabIndex(0x13);
     this.bSave.set_Text("Сохранить");
     this.bSave.set_UseVisualStyleBackColor(true);
     this.bSave.add_Click(new System.EventHandler(this.bSave_Click));
     this.panel1.set_AutoScroll(true);
     this.panel1.Controls.Add(this.bSave);
     this.panel1.Controls.Add(this.gbHouseHolders);
     this.panel1.Controls.Add(this.gbServiceProviders);
     this.panel1.Controls.Add(this.groupBox2);
     this.panel1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.panel1.set_Location(new System.Drawing.Point(0, 0));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(850, 0x198));
     this.panel1.set_TabIndex(20);
     this.dbToDateHH.AttachToPeriod = false;
     this.dbToDateHH.AttachToPeriodEnd = false;
     this.dbToDateHH.set_Location(new System.Drawing.Point(0x10b, 0x36));
     this.dbToDateHH.set_Mask("00/00/0000");
     this.dbToDateHH.set_Name("dbToDateHH");
     this.dbToDateHH.set_Size(new System.Drawing.Size(0x43, 20));
     this.dbToDateHH.set_TabIndex(6);
     this.dbFromDateHH.AttachToPeriod = false;
     this.dbFromDateHH.AttachToPeriodEnd = false;
     this.dbFromDateHH.set_Location(new System.Drawing.Point(0x56, 0x36));
     this.dbFromDateHH.set_Mask("00/00/0000");
     this.dbFromDateHH.set_Name("dbFromDateHH");
     this.dbFromDateHH.set_Size(new System.Drawing.Size(0x43, 20));
     this.dbFromDateHH.set_TabIndex(4);
     this.selectOrgsHouseHolder.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectOrgsHouseHolder.IsByUser = false;
     this.selectOrgsHouseHolder.set_Location(new System.Drawing.Point(6, 0x13));
     this.selectOrgsHouseHolder.set_Name("selectOrgsHouseHolder");
     this.selectOrgsHouseHolder.SetFilter = null;
     this.selectOrgsHouseHolder.set_Size(new System.Drawing.Size(0x340, 20));
     this.selectOrgsHouseHolder.set_TabIndex(1);
     this.dbToDateSP.AttachToPeriod = false;
     this.dbToDateSP.AttachToPeriodEnd = false;
     this.dbToDateSP.set_Location(new System.Drawing.Point(0x10b, 0x5b));
     this.dbToDateSP.set_Mask("00/00/0000");
     this.dbToDateSP.set_Name("dbToDateSP");
     this.dbToDateSP.set_Size(new System.Drawing.Size(0x43, 20));
     this.dbToDateSP.set_TabIndex(6);
     this.selectOrganizationServiceProviders.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectOrganizationServiceProviders.IsCashlessTransferrer = false;
     this.selectOrganizationServiceProviders.IsHouseHolder = false;
     this.selectOrganizationServiceProviders.IsPaymentAgent = false;
     this.selectOrganizationServiceProviders.IsResourceProvider = false;
     this.selectOrganizationServiceProviders.IsServiceProvider = true;
     this.selectOrganizationServiceProviders.set_Location(new System.Drawing.Point(6, 0x13));
     this.selectOrganizationServiceProviders.set_Name("selectOrganizationServiceProviders");
     this.selectOrganizationServiceProviders.set_Size(new System.Drawing.Size(0x340, 20));
     this.selectOrganizationServiceProviders.set_TabIndex(0x12);
     this.selectOrganizationServiceProviders.OnOrganizationSelected += new OrganizationHandler(this.selectOrganizationServiceProviders_OnOrganizationSelected);
     this.dbFromDateSP.AttachToPeriod = false;
     this.dbFromDateSP.AttachToPeriodEnd = false;
     this.dbFromDateSP.set_Location(new System.Drawing.Point(0x56, 0x5b));
     this.dbFromDateSP.set_Mask("00/00/0000");
     this.dbFromDateSP.set_Name("dbFromDateSP");
     this.dbFromDateSP.set_Size(new System.Drawing.Size(0x43, 20));
     this.dbFromDateSP.set_TabIndex(4);
     this.selectServiceTypesServiceProviders.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectServiceTypesServiceProviders.IsByUser = false;
     this.selectServiceTypesServiceProviders.set_Location(new System.Drawing.Point(6, 0x3a));
     this.selectServiceTypesServiceProviders.set_Name("selectServiceTypesServiceProviders");
     this.selectServiceTypesServiceProviders.set_Size(new System.Drawing.Size(0x340, 20));
     this.selectServiceTypesServiceProviders.set_TabIndex(0x10);
     this.dbToDateRP.AttachToPeriod = false;
     this.dbToDateRP.AttachToPeriodEnd = false;
     this.dbToDateRP.set_Location(new System.Drawing.Point(270, 0x59));
     this.dbToDateRP.set_Mask("00/00/0000");
     this.dbToDateRP.set_Name("dbToDateRP");
     this.dbToDateRP.set_Size(new System.Drawing.Size(0x43, 20));
     this.dbToDateRP.set_TabIndex(6);
     this.selectOrganizationResourceProvider.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectOrganizationResourceProvider.IsCashlessTransferrer = false;
     this.selectOrganizationResourceProvider.IsHouseHolder = false;
     this.selectOrganizationResourceProvider.IsPaymentAgent = false;
     this.selectOrganizationResourceProvider.IsResourceProvider = true;
     this.selectOrganizationResourceProvider.IsServiceProvider = false;
     this.selectOrganizationResourceProvider.set_Location(new System.Drawing.Point(6, 0x13));
     this.selectOrganizationResourceProvider.set_Name("selectOrganizationResourceProvider");
     this.selectOrganizationResourceProvider.set_Size(new System.Drawing.Size(0x340, 20));
     this.selectOrganizationResourceProvider.set_TabIndex(7);
     this.selectOrganizationResourceProvider.OnOrganizationSelected += new OrganizationHandler(this.selectOrganizationResourceProvider_OnOrganizationSelected);
     this.dbFromDateRP.AttachToPeriod = false;
     this.dbFromDateRP.AttachToPeriodEnd = false;
     this.dbFromDateRP.set_Location(new System.Drawing.Point(0x59, 0x59));
     this.dbFromDateRP.set_Mask("00/00/0000");
     this.dbFromDateRP.set_Name("dbFromDateRP");
     this.dbFromDateRP.set_Size(new System.Drawing.Size(0x43, 20));
     this.dbFromDateRP.set_TabIndex(4);
     this.selectServiceTypesResourceProvider.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectServiceTypesResourceProvider.IsByUser = false;
     this.selectServiceTypesResourceProvider.set_Location(new System.Drawing.Point(6, 0x3a));
     this.selectServiceTypesResourceProvider.set_Name("selectServiceTypesResourceProvider");
     this.selectServiceTypesResourceProvider.set_Size(new System.Drawing.Size(0x340, 20));
     this.selectServiceTypesResourceProvider.set_TabIndex(0x11);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     this.set_AutoScroll(true);
     base.Controls.Add(this.panel1);
     base.set_Name("ServiceHousesView");
     base.set_Size(new System.Drawing.Size(850, 0x198));
     base.add_Load(new System.EventHandler(this.ServiceHousesView_Load));
     this.gbHouseHolders.ResumeLayout(false);
     this.gbHouseHolders.PerformLayout();
     this.gbServiceProviders.ResumeLayout(false);
     this.gbServiceProviders.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.panel1.ResumeLayout(false);
     base.ResumeLayout(false);
 }