private void InitializeComponent() { GroupOperation operation = new GroupOperation(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.panel1 = new System.Windows.Forms.Panel(); this.chbxLoadSumm = new System.Windows.Forms.CheckBox(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.btnSelect = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.m_Tabs = new System.Windows.Forms.TabControl(); this.tpAccountServicesJn = new System.Windows.Forms.TabPage(); this.m_WorkerFind = new BackgroundWorker(); this.groupOperationsView = new GroupOperationsView(); this.dateTimePeriod = new DateTimePeriod(); this.selAccount = new SelectAccount(); this.selectAgentType = new SelectFasetData(); this.selTypeRecalc = new SelectFasetData(); this.selTypeOperations = new SelectFasetData(); this.accountServiceJournalView = new AccountServiceJournalView(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn24 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn25 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn26 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.panel1.SuspendLayout(); this.m_Tabs.SuspendLayout(); this.tpAccountServicesJn.SuspendLayout(); base.SuspendLayout(); this.splitContainer1.set_Dock(System.Windows.Forms.DockStyle.Fill); this.splitContainer1.set_Location(new System.Drawing.Point(0, 0)); this.splitContainer1.set_Name("splitContainer1"); this.splitContainer1.set_Orientation(System.Windows.Forms.Orientation.Horizontal); this.splitContainer1.Panel1.set_AutoScroll(true); this.splitContainer1.Panel1.Controls.Add(this.groupOperationsView); this.splitContainer1.Panel1.Controls.Add(this.panel1); this.splitContainer1.Panel2.Controls.Add(this.m_Tabs); this.splitContainer1.set_Size(new System.Drawing.Size(0x399, 0x1e5)); this.splitContainer1.set_SplitterDistance(0xdf); this.splitContainer1.set_TabIndex(0); this.panel1.Controls.Add(this.chbxLoadSumm); this.panel1.Controls.Add(this.dateTimePeriod); this.panel1.Controls.Add(this.selAccount); this.panel1.Controls.Add(this.label5); this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.selectAgentType); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.selTypeRecalc); this.panel1.Controls.Add(this.selTypeOperations); this.panel1.Controls.Add(this.btnSelect); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.label2); 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(0x399, 0x49)); this.panel1.set_TabIndex(0); this.chbxLoadSumm.set_AutoSize(true); this.chbxLoadSumm.set_Location(new System.Drawing.Point(0x298, 0x26)); this.chbxLoadSumm.set_Name("chbxLoadSumm"); this.chbxLoadSumm.set_Size(new System.Drawing.Size(0x76, 0x11)); this.chbxLoadSumm.set_TabIndex(11); this.chbxLoadSumm.set_Text("Загружать суммы"); this.chbxLoadSumm.set_UseVisualStyleBackColor(true); this.label5.set_AutoSize(true); this.label5.set_Location(new System.Drawing.Point(4, 0x25)); this.label5.set_Name("label5"); this.label5.set_Size(new System.Drawing.Size(0x4c, 13)); this.label5.set_TabIndex(8); this.label5.set_Text("Лицевой счет"); this.label4.set_AutoSize(true); this.label4.set_Location(new System.Drawing.Point(0x181, 0x25)); this.label4.set_Name("label4"); this.label4.set_Size(new System.Drawing.Size(130, 13)); this.label4.set_TabIndex(7); this.label4.set_Text("Тип агента (для оплаты)"); this.label1.set_AutoSize(true); this.label1.set_Location(new System.Drawing.Point(0x295, 11)); this.label1.set_Name("label1"); this.label1.set_Size(new System.Drawing.Size(50, 13)); this.label1.set_TabIndex(5); this.label1.set_Text("Причина"); this.btnSelect.set_ImageAlign(System.Drawing.ContentAlignment.MiddleRight); this.btnSelect.set_Location(new System.Drawing.Point(850, 6)); this.btnSelect.set_Name("btnSelect"); this.btnSelect.set_Size(new System.Drawing.Size(0x40, 0x17)); this.btnSelect.set_TabIndex(3); this.btnSelect.set_Text("Выбрать"); this.btnSelect.set_TextAlign(System.Drawing.ContentAlignment.MiddleLeft); this.btnSelect.set_UseVisualStyleBackColor(true); this.btnSelect.add_Click(new System.EventHandler(this.btnSelect_Click)); this.label3.set_AutoSize(true); this.label3.set_Location(new System.Drawing.Point(3, 10)); this.label3.set_Name("label3"); this.label3.set_Size(new System.Drawing.Size(0x2d, 13)); this.label3.set_TabIndex(3); this.label3.set_Text("Период"); this.label2.set_AutoSize(true); this.label2.set_Location(new System.Drawing.Point(0x183, 11)); this.label2.set_Name("label2"); this.label2.set_Size(new System.Drawing.Size(0x4d, 13)); this.label2.set_TabIndex(1); this.label2.set_Text("Вид операции"); this.m_Tabs.Controls.Add(this.tpAccountServicesJn); this.m_Tabs.set_Dock(System.Windows.Forms.DockStyle.Fill); this.m_Tabs.set_Location(new System.Drawing.Point(0, 0)); this.m_Tabs.set_Name("m_Tabs"); this.m_Tabs.set_SelectedIndex(0); this.m_Tabs.set_Size(new System.Drawing.Size(0x399, 0x102)); this.m_Tabs.set_TabIndex(2); this.m_Tabs.add_SelectedIndexChanged(new System.EventHandler(this.m_Tabs_SelectedIndexChanged)); this.tpAccountServicesJn.Controls.Add(this.accountServiceJournalView); this.tpAccountServicesJn.set_Location(new System.Drawing.Point(4, 0x16)); this.tpAccountServicesJn.set_Name("tpAccountServicesJn"); this.tpAccountServicesJn.set_Padding(new System.Windows.Forms.Padding(3)); this.tpAccountServicesJn.set_Size(new System.Drawing.Size(0x391, 0xe8)); this.tpAccountServicesJn.set_TabIndex(0); this.tpAccountServicesJn.set_Text("Журнал операций по услугам ЛС"); this.tpAccountServicesJn.set_UseVisualStyleBackColor(true); this.m_WorkerFind.add_DoWork(new DoWorkEventHandler(this.m_WorkerFind_DoWork)); this.m_WorkerFind.add_RunWorkerCompleted(new RunWorkerCompletedEventHandler(this.m_WorkerFind_RunWorkerCompleted)); this.groupOperationsView.set_Dock(System.Windows.Forms.DockStyle.Fill); this.groupOperationsView.set_Location(new System.Drawing.Point(0, 0x49)); this.groupOperationsView.set_Margin(new System.Windows.Forms.Padding(3, 4, 3, 4)); this.groupOperationsView.set_Name("groupOperationsView"); this.groupOperationsView.set_Size(new System.Drawing.Size(0x399, 150)); this.groupOperationsView.set_TabIndex(1); this.dateTimePeriod.set_Location(new System.Drawing.Point(0x37, 4)); this.dateTimePeriod.set_Margin(new System.Windows.Forms.Padding(4)); this.dateTimePeriod.set_MaximumSize(new System.Drawing.Size(400, 0x1c)); this.dateTimePeriod.set_MinimumSize(new System.Drawing.Size(0x144, 0x18)); this.dateTimePeriod.set_Name("dateTimePeriod"); this.dateTimePeriod.set_Size(new System.Drawing.Size(0x144, 0x18)); this.dateTimePeriod.set_TabIndex(10); this.dateTimePeriod.TimeBeginReadOnly = false; this.dateTimePeriod.TimeEndReadonly = false; this.selAccount.set_Location(new System.Drawing.Point(0x52, 0x22)); this.selAccount.set_Name("selAccount"); this.selAccount.set_Size(new System.Drawing.Size(0x129, 20)); this.selAccount.set_TabIndex(9); this.selectAgentType.set_AutoCompleteMode(System.Windows.Forms.AutoCompleteMode.SuggestAppend); this.selectAgentType.set_AutoCompleteSource(System.Windows.Forms.AutoCompleteSource.ListItems); this.selectAgentType.set_FormattingEnabled(true); this.selectAgentType.set_Location(new System.Drawing.Point(0x20b, 0x22)); this.selectAgentType.set_Name("selectAgentType"); this.selectAgentType.set_Size(new System.Drawing.Size(0x84, 0x15)); this.selectAgentType.set_Sorted(true); this.selectAgentType.set_TabIndex(6); this.selTypeRecalc.set_AutoCompleteMode(System.Windows.Forms.AutoCompleteMode.SuggestAppend); this.selTypeRecalc.set_AutoCompleteSource(System.Windows.Forms.AutoCompleteSource.ListItems); this.selTypeRecalc.set_FormattingEnabled(true); this.selTypeRecalc.set_Location(new System.Drawing.Point(0x2c8, 8)); this.selTypeRecalc.set_Name("selTypeRecalc"); this.selTypeRecalc.set_Size(new System.Drawing.Size(0x84, 0x15)); this.selTypeRecalc.set_Sorted(true); this.selTypeRecalc.set_TabIndex(4); this.selTypeOperations.set_FormattingEnabled(true); this.selTypeOperations.set_Location(new System.Drawing.Point(0x20b, 8)); this.selTypeOperations.set_Name("selTypeOperations"); this.selTypeOperations.set_Size(new System.Drawing.Size(130, 0x15)); this.selTypeOperations.set_Sorted(true); this.selTypeOperations.set_TabIndex(2); this.selTypeOperations.add_SelectedIndexChanged(new System.EventHandler(this.selTypeOperations_SelectedIndexChanged)); this.accountServiceJournalView.set_Dock(System.Windows.Forms.DockStyle.Fill); this.accountServiceJournalView.set_Font(new System.Drawing.Font("Tahoma", 9.75f)); operation.AccountId = 0L; operation.AccountsCount = 0; operation.CalcId = 0L; operation.Comment = null; operation.Created = new System.DateTime(0L); operation.Dateb = new System.DateTime(0L); operation.Datec = new System.DateTime(0L); operation.Datee = new System.DateTime(0L); operation.DocDate = new System.DateTime(0L); operation.DocId = 0L; operation.DocName = null; operation.DocNumber = null; operation.FromDate = new System.DateTime(0L); operation.Id = 0L; operation.IncomingTransferDate = new System.DateTime(0L); operation.IncomingTransferNumber = null; operation.IncomingTransferPack = null; operation.IsDeleted = false; operation.IsDirty = true; operation.LoginName = null; operation.ObjectWithIdType = null; operation.OldId = 0L; operation.OperatorName = null; operation.OrgCode = 0; operation.OrgDocument = null; operation.OrgDocumentId = 0L; operation.OrgDocumentView = null; operation.OrgName = null; operation.PaymentAgentId = 0L; operation.PaymentAgentName = null; int[] numArray = new int[4]; operation.PaymentSumm = new decimal(numArray); operation.ReesterDate = new System.DateTime(0L); operation.ReesterNumber = ""; operation.SubTypeId = 0; operation.SubTypeName = null; int[] numArray2 = new int[4]; operation.Summ = new decimal(numArray2); operation.Terminal = null; operation.ToDate = new System.DateTime(0L); operation.TransactionDate = new System.DateTime(0L); operation.TransactionNumber = 0L; operation.TypeDocName = null; operation.TypeId = 0; operation.TypeName = null; operation.UserId = 0L; operation.UserName = null; this.accountServiceJournalView.GroupOperation = operation; this.accountServiceJournalView.IsVisiblePanel = true; this.accountServiceJournalView.set_Location(new System.Drawing.Point(3, 3)); this.accountServiceJournalView.set_Name("accountServiceJournalView"); this.accountServiceJournalView.set_Size(new System.Drawing.Size(0x38b, 0xe2)); this.accountServiceJournalView.set_TabIndex(0); this.dataGridViewTextBoxColumn1.set_DataPropertyName("Created"); this.dataGridViewTextBoxColumn1.set_HeaderText("Created"); this.dataGridViewTextBoxColumn1.set_MinimumWidth(80); this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1"); this.dataGridViewTextBoxColumn1.set_ReadOnly(true); this.dataGridViewTextBoxColumn1.set_Width(80); this.dataGridViewTextBoxColumn2.set_DataPropertyName("UserName"); this.dataGridViewTextBoxColumn2.set_HeaderText("UserName"); this.dataGridViewTextBoxColumn2.set_MinimumWidth(100); this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2"); this.dataGridViewTextBoxColumn2.set_ReadOnly(true); this.dataGridViewTextBoxColumn3.set_DataPropertyName("FromDate"); this.dataGridViewTextBoxColumn3.set_HeaderText("FromDate"); this.dataGridViewTextBoxColumn3.set_MinimumWidth(80); this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3"); this.dataGridViewTextBoxColumn3.set_ReadOnly(true); this.dataGridViewTextBoxColumn3.set_Width(80); this.dataGridViewTextBoxColumn4.set_DataPropertyName("ToDate"); this.dataGridViewTextBoxColumn4.set_HeaderText("ToDate"); this.dataGridViewTextBoxColumn4.set_MinimumWidth(80); this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4"); this.dataGridViewTextBoxColumn4.set_ReadOnly(true); this.dataGridViewTextBoxColumn4.set_Width(80); this.dataGridViewTextBoxColumn5.set_DataPropertyName("TypeName"); this.dataGridViewTextBoxColumn5.set_HeaderText("TypeName"); this.dataGridViewTextBoxColumn5.set_MinimumWidth(80); this.dataGridViewTextBoxColumn5.set_Name("dataGridViewTextBoxColumn5"); this.dataGridViewTextBoxColumn5.set_ReadOnly(true); this.dataGridViewTextBoxColumn5.set_Width(80); this.dataGridViewTextBoxColumn6.set_DataPropertyName("SubTypeName"); this.dataGridViewTextBoxColumn6.set_HeaderText("SubTypeName"); this.dataGridViewTextBoxColumn6.set_MinimumWidth(80); this.dataGridViewTextBoxColumn6.set_Name("dataGridViewTextBoxColumn6"); this.dataGridViewTextBoxColumn6.set_ReadOnly(true); this.dataGridViewTextBoxColumn6.set_Width(80); this.dataGridViewTextBoxColumn7.set_DataPropertyName("Comment"); this.dataGridViewTextBoxColumn7.set_HeaderText("Comment"); this.dataGridViewTextBoxColumn7.set_MinimumWidth(80); this.dataGridViewTextBoxColumn7.set_Name("dataGridViewTextBoxColumn7"); this.dataGridViewTextBoxColumn7.set_ReadOnly(true); this.dataGridViewTextBoxColumn7.set_Width(80); this.dataGridViewTextBoxColumn8.set_DataPropertyName("DocNumber"); this.dataGridViewTextBoxColumn8.set_HeaderText("DocNumber"); this.dataGridViewTextBoxColumn8.set_MinimumWidth(80); this.dataGridViewTextBoxColumn8.set_Name("dataGridViewTextBoxColumn8"); this.dataGridViewTextBoxColumn8.set_ReadOnly(true); this.dataGridViewTextBoxColumn8.set_Width(80); this.dataGridViewTextBoxColumn9.set_DataPropertyName("DocDate"); this.dataGridViewTextBoxColumn9.set_HeaderText("DocDate"); this.dataGridViewTextBoxColumn9.set_MinimumWidth(80); this.dataGridViewTextBoxColumn9.set_Name("dataGridViewTextBoxColumn9"); this.dataGridViewTextBoxColumn9.set_ReadOnly(true); this.dataGridViewTextBoxColumn9.set_Width(80); this.dataGridViewTextBoxColumn10.set_DataPropertyName("Id"); this.dataGridViewTextBoxColumn10.set_HeaderText("Id"); this.dataGridViewTextBoxColumn10.set_MinimumWidth(80); this.dataGridViewTextBoxColumn10.set_Name("dataGridViewTextBoxColumn10"); this.dataGridViewTextBoxColumn10.set_ReadOnly(true); this.dataGridViewTextBoxColumn10.set_Width(80); this.dataGridViewTextBoxColumn11.set_DataPropertyName("ObjectWithIdType"); this.dataGridViewTextBoxColumn11.set_HeaderText("ObjectWithIdType"); this.dataGridViewTextBoxColumn11.set_MinimumWidth(80); this.dataGridViewTextBoxColumn11.set_Name("dataGridViewTextBoxColumn11"); this.dataGridViewTextBoxColumn11.set_ReadOnly(true); this.dataGridViewTextBoxColumn11.set_Width(80); this.dataGridViewTextBoxColumn12.set_DataPropertyName("OriginalSumm"); this.dataGridViewTextBoxColumn12.set_HeaderText("OriginalSumm"); this.dataGridViewTextBoxColumn12.set_MinimumWidth(80); this.dataGridViewTextBoxColumn12.set_Name("dataGridViewTextBoxColumn12"); this.dataGridViewTextBoxColumn12.set_ReadOnly(true); this.dataGridViewTextBoxColumn12.set_Width(80); this.dataGridViewTextBoxColumn13.set_DataPropertyName("Period"); this.dataGridViewTextBoxColumn13.set_HeaderText("Period"); this.dataGridViewTextBoxColumn13.set_MinimumWidth(80); this.dataGridViewTextBoxColumn13.set_Name("dataGridViewTextBoxColumn13"); this.dataGridViewTextBoxColumn13.set_ReadOnly(true); this.dataGridViewTextBoxColumn13.set_Width(80); this.dataGridViewTextBoxColumn14.set_DataPropertyName("Date"); this.dataGridViewTextBoxColumn14.set_HeaderText("Date"); this.dataGridViewTextBoxColumn14.set_MinimumWidth(80); this.dataGridViewTextBoxColumn14.set_Name("dataGridViewTextBoxColumn14"); this.dataGridViewTextBoxColumn14.set_ReadOnly(true); this.dataGridViewTextBoxColumn14.set_Width(80); this.dataGridViewTextBoxColumn15.set_DataPropertyName("Datee"); this.dataGridViewTextBoxColumn15.set_HeaderText("Datee"); this.dataGridViewTextBoxColumn15.set_Name("dataGridViewTextBoxColumn15"); this.dataGridViewTextBoxColumn16.set_DataPropertyName("Dateb"); this.dataGridViewTextBoxColumn16.set_HeaderText("Dateb"); this.dataGridViewTextBoxColumn16.set_Name("dataGridViewTextBoxColumn16"); this.dataGridViewTextBoxColumn17.set_DataPropertyName("Datec"); this.dataGridViewTextBoxColumn17.set_HeaderText("Datec"); this.dataGridViewTextBoxColumn17.set_Name("dataGridViewTextBoxColumn17"); this.dataGridViewTextBoxColumn18.set_DataPropertyName("FromDate"); this.dataGridViewTextBoxColumn18.set_HeaderText("FromDate"); this.dataGridViewTextBoxColumn18.set_Name("dataGridViewTextBoxColumn18"); this.dataGridViewTextBoxColumn19.set_DataPropertyName("ToDate"); this.dataGridViewTextBoxColumn19.set_HeaderText("ToDate"); this.dataGridViewTextBoxColumn19.set_Name("dataGridViewTextBoxColumn19"); this.dataGridViewTextBoxColumn20.set_DataPropertyName("OrgDocument"); this.dataGridViewTextBoxColumn20.set_HeaderText("OrgDocument"); this.dataGridViewTextBoxColumn20.set_Name("dataGridViewTextBoxColumn20"); this.dataGridViewTextBoxColumn21.set_DataPropertyName("Created"); this.dataGridViewTextBoxColumn21.set_HeaderText("Created"); this.dataGridViewTextBoxColumn21.set_Name("dataGridViewTextBoxColumn21"); this.dataGridViewTextBoxColumn22.set_DataPropertyName("OrgDocumentId"); this.dataGridViewTextBoxColumn22.set_HeaderText("OrgDocumentId"); this.dataGridViewTextBoxColumn22.set_Name("dataGridViewTextBoxColumn22"); this.dataGridViewTextBoxColumn23.set_DataPropertyName("Num"); this.dataGridViewTextBoxColumn23.set_HeaderText("Num"); this.dataGridViewTextBoxColumn23.set_Name("dataGridViewTextBoxColumn23"); this.dataGridViewTextBoxColumn24.set_DataPropertyName("OperId"); this.dataGridViewTextBoxColumn24.set_HeaderText("OperId"); this.dataGridViewTextBoxColumn24.set_Name("dataGridViewTextBoxColumn24"); this.dataGridViewTextBoxColumn25.set_DataPropertyName("OperName"); this.dataGridViewTextBoxColumn25.set_HeaderText("OperName"); this.dataGridViewTextBoxColumn25.set_Name("dataGridViewTextBoxColumn25"); this.dataGridViewTextBoxColumn26.set_DataPropertyName("OrgDocumentView"); this.dataGridViewTextBoxColumn26.set_HeaderText("OrgDocumentView"); this.dataGridViewTextBoxColumn26.set_Name("dataGridViewTextBoxColumn26"); base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f)); base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font); base.Controls.Add(this.splitContainer1); base.set_Name("JnOperationsView"); base.set_Size(new System.Drawing.Size(0x399, 0x1e5)); base.add_Load(new System.EventHandler(this.JnOperationsView_Load)); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.m_Tabs.ResumeLayout(false); this.tpAccountServicesJn.ResumeLayout(false); base.ResumeLayout(false); }
private void InitializeComponent() { this.components = new Container(); ComponentResourceManager manager = new ComponentResourceManager(typeof(CashTransferForm)); 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(); this.btnCancel = new System.Windows.Forms.Button(); this.btnTransfer = new System.Windows.Forms.Button(); this.scServices = new System.Windows.Forms.SplitContainer(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); this.tsShowSourceBalance = new System.Windows.Forms.ToolStripButton(); this.label1 = new System.Windows.Forms.Label(); this.lblSourceGroupOperationSumm = new System.Windows.Forms.Label(); this.dgvGroupOperationServices = new System.Windows.Forms.DataGridView(); this.serviceTypeNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.providerNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.SourceSumm = new DataGridViewNumericColumn(); this.calcOperNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.jnBalance = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.bsGroupOperationServices = new System.Windows.Forms.BindingSource(this.components); this.toolStrip2 = new System.Windows.Forms.ToolStrip(); this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel(); this.tsShowDestBalance = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.tsbTargetSummClear = new System.Windows.Forms.ToolStripButton(); this.lblDeltaSumm = new System.Windows.Forms.Label(); this.lblTargetSumm = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.dgvTargetAccountServices = new System.Windows.Forms.DataGridView(); this.ServiceTypeId = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn36 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.OrgName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.FromDate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ToDate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Balance = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Summ = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.bsTargetAccountServices = new System.Windows.Forms.BindingSource(this.components); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.epRights = new System.Windows.Forms.ErrorProvider(this.components); this.dataGridViewNumericColumn1 = new DataGridViewNumericColumn(); this.dataGridViewNumericColumn2 = new DataGridViewNumericColumn(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewNumericColumn3 = new DataGridViewNumericColumn(); 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.dataGridViewNumericColumn4 = new DataGridViewNumericColumn(); this.selectTargetAccount = new SelectAccount(); this.selectOrgDocument = new SelectOrgDocument(); this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn24 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn25 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn26 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn27 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn28 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn29 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn30 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn31 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn32 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn33 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn34 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.chbxIsPartPayment = new System.Windows.Forms.CheckBox(); this.lbWarning = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.chbReturnDate = new System.Windows.Forms.CheckBox(); this.dbReturnDate = new DateBox(); this.label6 = new System.Windows.Forms.Label(); this.scServices.BeginInit(); this.scServices.Panel1.SuspendLayout(); this.scServices.Panel2.SuspendLayout(); this.scServices.SuspendLayout(); this.toolStrip1.SuspendLayout(); this.dgvGroupOperationServices.BeginInit(); this.bsGroupOperationServices.BeginInit(); this.toolStrip2.SuspendLayout(); this.dgvTargetAccountServices.BeginInit(); this.bsTargetAccountServices.BeginInit(); this.epRights.BeginInit(); base.SuspendLayout(); this.btnCancel.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom); this.btnCancel.set_Location(new System.Drawing.Point(0x31d, 0x1e1)); this.btnCancel.set_Name("btnCancel"); this.btnCancel.set_Size(new System.Drawing.Size(0x58, 0x1f)); this.btnCancel.set_TabIndex(5); this.btnCancel.set_Text("Отмена"); this.btnCancel.set_UseVisualStyleBackColor(true); this.btnCancel.add_Click(new System.EventHandler(this.btnCancel_Click)); this.btnTransfer.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom); this.btnTransfer.set_Enabled(false); this.btnTransfer.set_Image(Resources.TRANSFERRING); this.btnTransfer.set_ImageAlign(System.Drawing.ContentAlignment.MiddleRight); this.btnTransfer.set_Location(new System.Drawing.Point(0x2b9, 0x1e1)); this.btnTransfer.set_Name("btnTransfer"); this.btnTransfer.set_Size(new System.Drawing.Size(0x5e, 0x1f)); this.btnTransfer.set_TabIndex(30); this.btnTransfer.set_Text("Перенести"); this.btnTransfer.set_TextAlign(System.Drawing.ContentAlignment.MiddleLeft); this.btnTransfer.set_UseVisualStyleBackColor(true); this.btnTransfer.add_Click(new System.EventHandler(this.btnTransfer_Click)); this.scServices.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Top); this.scServices.set_Location(new System.Drawing.Point(12, 0x5b)); this.scServices.set_Name("scServices"); this.scServices.Panel1.Controls.Add(this.toolStrip1); this.scServices.Panel1.Controls.Add(this.label1); this.scServices.Panel1.Controls.Add(this.lblSourceGroupOperationSumm); this.scServices.Panel1.Controls.Add(this.dgvGroupOperationServices); this.scServices.Panel2.Controls.Add(this.toolStrip2); this.scServices.Panel2.Controls.Add(this.lblDeltaSumm); this.scServices.Panel2.Controls.Add(this.lblTargetSumm); this.scServices.Panel2.Controls.Add(this.label7); this.scServices.Panel2.Controls.Add(this.label5); this.scServices.Panel2.Controls.Add(this.dgvTargetAccountServices); this.scServices.set_Size(new System.Drawing.Size(0x369, 0x180)); this.scServices.set_SplitterDistance(0x19d); this.scServices.set_TabIndex(0x22); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripLabel1, this.tsShowSourceBalance }); this.toolStrip1.set_Location(new System.Drawing.Point(0, 0)); this.toolStrip1.set_Name("toolStrip1"); this.toolStrip1.set_Size(new System.Drawing.Size(0x19d, 0x19)); this.toolStrip1.set_TabIndex(0x27); this.toolStrip1.set_Text("toolStrip1"); this.toolStripLabel1.set_Font(new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Bold)); this.toolStripLabel1.set_Name("toolStripLabel1"); this.toolStripLabel1.set_Size(new System.Drawing.Size(0xad, 0x16)); this.toolStripLabel1.set_Text("Услуги переносимой оплаты"); this.tsShowSourceBalance.set_Alignment(System.Windows.Forms.ToolStripItemAlignment.Right); this.tsShowSourceBalance.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text); this.tsShowSourceBalance.set_Image((System.Drawing.Image) manager.GetObject("tsShowSourceBalance.Image")); this.tsShowSourceBalance.set_ImageTransparentColor(System.Drawing.Color.Magenta); this.tsShowSourceBalance.set_Name("tsShowSourceBalance"); this.tsShowSourceBalance.set_Size(new System.Drawing.Size(0x62, 0x16)); this.tsShowSourceBalance.set_Text("Показать сальдо"); this.tsShowSourceBalance.add_Click(new System.EventHandler(this.tsShowSourceBalance_Click)); this.label1.set_Anchor(System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom); this.label1.set_AutoSize(true); this.label1.set_Location(new System.Drawing.Point(3, 0x149)); this.label1.set_Name("label1"); this.label1.set_Size(new System.Drawing.Size(0x62, 13)); this.label1.set_TabIndex(0x26); this.label1.set_Text("Сумма переноса: "); this.label1.set_TextAlign(System.Drawing.ContentAlignment.MiddleRight); this.lblSourceGroupOperationSumm.set_Anchor(System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom); this.lblSourceGroupOperationSumm.set_AutoSize(true); this.lblSourceGroupOperationSumm.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0xcc)); this.lblSourceGroupOperationSumm.set_Location(new System.Drawing.Point(0x88, 0x149)); this.lblSourceGroupOperationSumm.set_Name("lblSourceGroupOperationSumm"); this.lblSourceGroupOperationSumm.set_Size(new System.Drawing.Size(0x20, 13)); this.lblSourceGroupOperationSumm.set_TabIndex(2); this.lblSourceGroupOperationSumm.set_Text("0.00"); this.lblSourceGroupOperationSumm.set_TextAlign(System.Drawing.ContentAlignment.MiddleRight); this.dgvGroupOperationServices.set_AllowUserToAddRows(false); this.dgvGroupOperationServices.set_AllowUserToDeleteRows(false); this.dgvGroupOperationServices.set_AllowUserToOrderColumns(true); this.dgvGroupOperationServices.set_AllowUserToResizeRows(false); this.dgvGroupOperationServices.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Top); this.dgvGroupOperationServices.set_AutoGenerateColumns(false); this.dgvGroupOperationServices.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells); this.dgvGroupOperationServices.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells); style.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter); 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.dgvGroupOperationServices.set_ColumnHeadersDefaultCellStyle(style); this.dgvGroupOperationServices.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize); this.dgvGroupOperationServices.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.serviceTypeNameDataGridViewTextBoxColumn, this.providerNameDataGridViewTextBoxColumn, this.SourceSumm, this.calcOperNameDataGridViewTextBoxColumn, this.jnBalance }); this.dgvGroupOperationServices.set_DataSource(this.bsGroupOperationServices); this.dgvGroupOperationServices.set_EditMode(System.Windows.Forms.DataGridViewEditMode.EditOnEnter); this.dgvGroupOperationServices.set_Location(new System.Drawing.Point(0, 0x1c)); this.dgvGroupOperationServices.set_MultiSelect(false); this.dgvGroupOperationServices.set_Name("dgvGroupOperationServices"); this.dgvGroupOperationServices.set_RowHeadersVisible(false); this.dgvGroupOperationServices.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.CellSelect); this.dgvGroupOperationServices.set_Size(new System.Drawing.Size(0x19b, 0x129)); this.dgvGroupOperationServices.set_TabIndex(0); this.dgvGroupOperationServices.add_CellEndEdit(new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGroupOperationServices_CellEndEdit)); this.serviceTypeNameDataGridViewTextBoxColumn.set_DataPropertyName("ServiceTypeName"); this.serviceTypeNameDataGridViewTextBoxColumn.set_HeaderText("Тип услуги"); this.serviceTypeNameDataGridViewTextBoxColumn.set_Name("serviceTypeNameDataGridViewTextBoxColumn"); this.serviceTypeNameDataGridViewTextBoxColumn.set_ReadOnly(true); this.serviceTypeNameDataGridViewTextBoxColumn.set_Width(0x57); this.providerNameDataGridViewTextBoxColumn.set_DataPropertyName("ProviderName"); this.providerNameDataGridViewTextBoxColumn.set_HeaderText("Поставщик"); this.providerNameDataGridViewTextBoxColumn.set_Name("providerNameDataGridViewTextBoxColumn"); this.providerNameDataGridViewTextBoxColumn.set_ReadOnly(true); this.providerNameDataGridViewTextBoxColumn.set_Width(90); this.SourceSumm.set_DataPropertyName("OriginalSumm"); this.SourceSumm.DecimalPlaces = 0; int[] numArray = new int[4]; this.SourceSumm.DefaultValue = new decimal(numArray); this.SourceSumm.set_HeaderText("Сумма"); int[] numArray2 = new int[4]; numArray2[0] = 100; this.SourceSumm.Maximum = new decimal(numArray2); int[] numArray3 = new int[4]; this.SourceSumm.Minimum = new decimal(numArray3); this.SourceSumm.set_Name("SourceSumm"); this.SourceSumm.set_ReadOnly(true); this.SourceSumm.set_Resizable(System.Windows.Forms.DataGridViewTriState.True); this.SourceSumm.set_SortMode(System.Windows.Forms.DataGridViewColumnSortMode.Automatic); this.SourceSumm.set_Width(0x42); this.calcOperNameDataGridViewTextBoxColumn.set_DataPropertyName("CalcOperName"); this.calcOperNameDataGridViewTextBoxColumn.set_HeaderText("Операция"); this.calcOperNameDataGridViewTextBoxColumn.set_Name("calcOperNameDataGridViewTextBoxColumn"); this.calcOperNameDataGridViewTextBoxColumn.set_ReadOnly(true); this.calcOperNameDataGridViewTextBoxColumn.set_Width(0x52); this.jnBalance.set_DataPropertyName("AccountServiceBalance"); this.jnBalance.set_HeaderText("Сальдо"); this.jnBalance.set_Name("jnBalance"); this.jnBalance.set_ReadOnly(true); this.jnBalance.set_Visible(false); this.jnBalance.set_Width(0x45); this.bsGroupOperationServices.set_DataSource(typeof(Jn)); this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripLabel2, this.tsShowDestBalance, this.toolStripSeparator1, this.tsbTargetSummClear }); this.toolStrip2.set_Location(new System.Drawing.Point(0, 0)); this.toolStrip2.set_Name("toolStrip2"); this.toolStrip2.set_Size(new System.Drawing.Size(0x1c8, 0x19)); this.toolStrip2.set_TabIndex(8); this.toolStrip2.set_Text("toolStrip2"); this.toolStripLabel2.set_Font(new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Bold)); this.toolStripLabel2.set_Name("toolStripLabel2"); this.toolStripLabel2.set_Size(new System.Drawing.Size(0xd5, 0x16)); this.toolStripLabel2.set_Text("Услуги лицевого счета назначения"); this.tsShowDestBalance.set_Alignment(System.Windows.Forms.ToolStripItemAlignment.Right); this.tsShowDestBalance.set_ImageTransparentColor(System.Drawing.Color.Magenta); this.tsShowDestBalance.set_Name("tsShowDestBalance"); this.tsShowDestBalance.set_Size(new System.Drawing.Size(0x62, 0x16)); this.tsShowDestBalance.set_Text("Показать сальдо"); this.tsShowDestBalance.add_Click(new System.EventHandler(this.btnShowBalance_Click)); this.toolStripSeparator1.set_Alignment(System.Windows.Forms.ToolStripItemAlignment.Right); this.toolStripSeparator1.set_Name("toolStripSeparator1"); this.toolStripSeparator1.set_Size(new System.Drawing.Size(6, 0x19)); this.tsbTargetSummClear.set_Alignment(System.Windows.Forms.ToolStripItemAlignment.Right); this.tsbTargetSummClear.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text); this.tsbTargetSummClear.set_Image((System.Drawing.Image) manager.GetObject("tsbTargetSummClear.Image")); this.tsbTargetSummClear.set_ImageTransparentColor(System.Drawing.Color.Magenta); this.tsbTargetSummClear.set_Name("tsbTargetSummClear"); this.tsbTargetSummClear.set_Size(new System.Drawing.Size(0x5e, 0x16)); this.tsbTargetSummClear.set_Text("Очистить суммы"); this.tsbTargetSummClear.add_Click(new System.EventHandler(this.tsbTargetSummClear_Click)); this.lblDeltaSumm.set_Anchor(System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom); this.lblDeltaSumm.set_AutoSize(true); this.lblDeltaSumm.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0xcc)); this.lblDeltaSumm.set_ForeColor(System.Drawing.Color.Green); this.lblDeltaSumm.set_Location(new System.Drawing.Point(0xb8, 350)); this.lblDeltaSumm.set_Name("lblDeltaSumm"); this.lblDeltaSumm.set_Size(new System.Drawing.Size(0x20, 13)); this.lblDeltaSumm.set_TabIndex(7); this.lblDeltaSumm.set_Text("0.00"); this.lblTargetSumm.set_Anchor(System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom); this.lblTargetSumm.set_AutoSize(true); this.lblTargetSumm.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0xcc)); this.lblTargetSumm.set_ForeColor(System.Drawing.Color.Red); this.lblTargetSumm.set_Location(new System.Drawing.Point(0xb8, 0x149)); this.lblTargetSumm.set_Name("lblTargetSumm"); this.lblTargetSumm.set_Size(new System.Drawing.Size(0x20, 13)); this.lblTargetSumm.set_TabIndex(4); this.lblTargetSumm.set_Text("0.00"); this.label7.set_Anchor(System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom); this.label7.set_AutoSize(true); this.label7.set_Location(new System.Drawing.Point(3, 350)); this.label7.set_Name("label7"); this.label7.set_Size(new System.Drawing.Size(0x53, 13)); this.label7.set_TabIndex(6); this.label7.set_Text("Разница сумм:"); this.label7.set_TextAlign(System.Drawing.ContentAlignment.MiddleRight); this.label5.set_Anchor(System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom); this.label5.set_AutoSize(true); this.label5.set_Location(new System.Drawing.Point(3, 0x149)); this.label5.set_Name("label5"); this.label5.set_Size(new System.Drawing.Size(130, 13)); this.label5.set_TabIndex(3); this.label5.set_Text("Сопоставленная сумма:"); this.label5.set_TextAlign(System.Drawing.ContentAlignment.MiddleRight); this.dgvTargetAccountServices.set_AllowUserToAddRows(false); this.dgvTargetAccountServices.set_AllowUserToDeleteRows(false); this.dgvTargetAccountServices.set_AllowUserToOrderColumns(true); this.dgvTargetAccountServices.set_AllowUserToResizeRows(false); this.dgvTargetAccountServices.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Top); this.dgvTargetAccountServices.set_AutoGenerateColumns(false); this.dgvTargetAccountServices.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells); this.dgvTargetAccountServices.set_AutoSizeRowsMode(System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells); style2.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter); style2.set_BackColor(System.Drawing.SystemColors.Control); 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.WindowText); style2.set_SelectionBackColor(System.Drawing.SystemColors.Highlight); style2.set_SelectionForeColor(System.Drawing.SystemColors.HighlightText); style2.set_WrapMode(System.Windows.Forms.DataGridViewTriState.True); this.dgvTargetAccountServices.set_ColumnHeadersDefaultCellStyle(style2); this.dgvTargetAccountServices.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize); this.dgvTargetAccountServices.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ServiceTypeId, this.Id, this.dataGridViewTextBoxColumn36, this.OrgName, this.FromDate, this.ToDate, this.Balance, this.Summ }); this.dgvTargetAccountServices.set_DataSource(this.bsTargetAccountServices); this.dgvTargetAccountServices.set_EditMode(System.Windows.Forms.DataGridViewEditMode.EditOnEnter); this.dgvTargetAccountServices.set_Location(new System.Drawing.Point(0, 0x1c)); this.dgvTargetAccountServices.set_MultiSelect(false); this.dgvTargetAccountServices.set_Name("dgvTargetAccountServices"); style3.set_Alignment(System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter); 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.dgvTargetAccountServices.set_RowHeadersDefaultCellStyle(style3); this.dgvTargetAccountServices.set_RowHeadersVisible(false); this.dgvTargetAccountServices.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.CellSelect); this.dgvTargetAccountServices.set_Size(new System.Drawing.Size(0x1c8, 0x129)); this.dgvTargetAccountServices.set_TabIndex(3); this.dgvTargetAccountServices.add_CellEndEdit(new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvTargetAccountServices_CellEndEdit)); this.dgvTargetAccountServices.add_CellValidated(new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvTargetAccountServices_CellValidated)); this.dgvTargetAccountServices.add_CellValidating(new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvTargetAccountServices_CellValidating)); this.ServiceTypeId.set_DataPropertyName("ServiceTypeId"); this.ServiceTypeId.set_HeaderText("ServiceTypeId"); this.ServiceTypeId.set_Name("ServiceTypeId"); this.ServiceTypeId.set_ReadOnly(true); this.ServiceTypeId.set_Visible(false); this.ServiceTypeId.set_Width(0x52); this.Id.set_DataPropertyName("Id"); this.Id.set_HeaderText("Id"); this.Id.set_Name("Id"); this.Id.set_ReadOnly(true); this.Id.set_Visible(false); this.Id.set_Width(0x16); this.dataGridViewTextBoxColumn36.set_DataPropertyName("ServiceTypeName"); this.dataGridViewTextBoxColumn36.set_HeaderText("Тип услуги"); this.dataGridViewTextBoxColumn36.set_Name("dataGridViewTextBoxColumn36"); this.dataGridViewTextBoxColumn36.set_ReadOnly(true); this.dataGridViewTextBoxColumn36.set_Width(80); this.OrgName.set_DataPropertyName("OrgName"); this.OrgName.set_HeaderText("Поставщик"); this.OrgName.set_Name("OrgName"); this.OrgName.set_ReadOnly(true); this.OrgName.set_Width(90); this.FromDate.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.None); this.FromDate.set_DataPropertyName("FromDate"); this.FromDate.set_HeaderText("Дата открытия"); this.FromDate.set_Name("FromDate"); this.FromDate.set_ReadOnly(true); this.FromDate.set_Width(0x4b); this.ToDate.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.None); this.ToDate.set_DataPropertyName("ToDate"); this.ToDate.set_HeaderText("Дата закрытия"); this.ToDate.set_Name("ToDate"); this.ToDate.set_ReadOnly(true); this.ToDate.set_Width(0x4b); this.Balance.set_DataPropertyName("Balance"); this.Balance.set_HeaderText("Сальдо"); this.Balance.set_Name("Balance"); this.Balance.set_ReadOnly(true); this.Balance.set_Visible(false); this.Balance.set_Width(0x45); this.Summ.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.None); this.Summ.set_DataPropertyName("PaidSumm"); this.Summ.set_HeaderText("Сумма"); this.Summ.set_Name("Summ"); this.Summ.set_Resizable(System.Windows.Forms.DataGridViewTriState.True); this.Summ.set_Width(70); this.bsTargetAccountServices.set_DataSource(typeof(AccountService)); this.bsTargetAccountServices.set_Sort("ServiceTypeName asc, FromDate desc, ToDate desc"); this.label3.set_AutoSize(true); this.label3.set_Location(new System.Drawing.Point(12, 40)); this.label3.set_Name("label3"); this.label3.set_Size(new System.Drawing.Size(0xc4, 13)); this.label3.set_TabIndex(0x23); this.label3.set_Text("Документ - основание для переноса:"); this.label4.set_AutoSize(true); this.label4.set_Location(new System.Drawing.Point(12, 14)); this.label4.set_Name("label4"); this.label4.set_Size(new System.Drawing.Size(0x8d, 13)); this.label4.set_TabIndex(0x24); this.label4.set_Text("Лицевой счёт назначения:"); this.epRights.set_BlinkStyle(System.Windows.Forms.ErrorBlinkStyle.NeverBlink); this.epRights.set_ContainerControl(this); this.epRights.set_Icon((System.Drawing.Icon) manager.GetObject("epRights.Icon")); this.dataGridViewNumericColumn1.set_DataPropertyName("OriginalSumm"); this.dataGridViewNumericColumn1.DecimalPlaces = 0; int[] numArray4 = new int[4]; this.dataGridViewNumericColumn1.DefaultValue = new decimal(numArray4); this.dataGridViewNumericColumn1.set_HeaderText("Сумма"); int[] numArray5 = new int[4]; numArray5[0] = 100; this.dataGridViewNumericColumn1.Maximum = new decimal(numArray5); int[] numArray6 = new int[4]; this.dataGridViewNumericColumn1.Minimum = new decimal(numArray6); this.dataGridViewNumericColumn1.set_Name("dataGridViewNumericColumn1"); this.dataGridViewNumericColumn1.set_ReadOnly(true); this.dataGridViewNumericColumn1.set_Resizable(System.Windows.Forms.DataGridViewTriState.True); this.dataGridViewNumericColumn1.set_SortMode(System.Windows.Forms.DataGridViewColumnSortMode.Automatic); this.dataGridViewNumericColumn1.set_Width(0x42); this.dataGridViewNumericColumn2.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.None); this.dataGridViewNumericColumn2.DecimalPlaces = 0; int[] numArray7 = new int[4]; this.dataGridViewNumericColumn2.DefaultValue = new decimal(numArray7); this.dataGridViewNumericColumn2.set_HeaderText("Сумма"); int[] numArray8 = new int[4]; numArray8[0] = 100; this.dataGridViewNumericColumn2.Maximum = new decimal(numArray8); int[] numArray9 = new int[4]; this.dataGridViewNumericColumn2.Minimum = new decimal(numArray9); this.dataGridViewNumericColumn2.set_Name("dataGridViewNumericColumn2"); this.dataGridViewNumericColumn2.set_Width(70); this.dataGridViewTextBoxColumn1.set_DataPropertyName("ProviderId"); this.dataGridViewTextBoxColumn1.set_HeaderText("ProviderId"); this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1"); this.dataGridViewTextBoxColumn1.set_ReadOnly(true); this.dataGridViewTextBoxColumn1.set_Width(80); this.dataGridViewTextBoxColumn2.set_DataPropertyName("ProviderCode"); this.dataGridViewTextBoxColumn2.set_HeaderText("ProviderCode"); this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2"); this.dataGridViewTextBoxColumn2.set_ReadOnly(true); this.dataGridViewTextBoxColumn2.set_Width(0x44); this.dataGridViewNumericColumn3.set_DataPropertyName("OriginalSumm"); this.dataGridViewNumericColumn3.DecimalPlaces = 0; int[] numArray10 = new int[4]; this.dataGridViewNumericColumn3.DefaultValue = new decimal(numArray10); this.dataGridViewNumericColumn3.set_HeaderText("Сумма"); int[] numArray11 = new int[4]; numArray11[0] = 100; this.dataGridViewNumericColumn3.Maximum = new decimal(numArray11); int[] numArray12 = new int[4]; this.dataGridViewNumericColumn3.Minimum = new decimal(numArray12); this.dataGridViewNumericColumn3.set_Name("dataGridViewNumericColumn3"); this.dataGridViewNumericColumn3.set_ReadOnly(true); this.dataGridViewNumericColumn3.set_Resizable(System.Windows.Forms.DataGridViewTriState.True); this.dataGridViewNumericColumn3.set_SortMode(System.Windows.Forms.DataGridViewColumnSortMode.Automatic); this.dataGridViewNumericColumn3.set_Width(0x42); this.dataGridViewTextBoxColumn3.set_DataPropertyName("ProviderName"); this.dataGridViewTextBoxColumn3.set_HeaderText("ProviderName"); this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3"); this.dataGridViewTextBoxColumn3.set_ReadOnly(true); this.dataGridViewTextBoxColumn3.set_Width(90); this.dataGridViewTextBoxColumn4.set_DataPropertyName("ServiceTypeId"); this.dataGridViewTextBoxColumn4.set_HeaderText("ServiceTypeId"); this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4"); this.dataGridViewTextBoxColumn4.set_ReadOnly(true); this.dataGridViewTextBoxColumn4.set_Visible(false); this.dataGridViewTextBoxColumn4.set_Width(0x65); this.dataGridViewTextBoxColumn5.set_DataPropertyName("ServiceTypeName"); this.dataGridViewTextBoxColumn5.set_HeaderText("ServiceTypeName"); this.dataGridViewTextBoxColumn5.set_Name("dataGridViewTextBoxColumn5"); this.dataGridViewTextBoxColumn5.set_ReadOnly(true); this.dataGridViewTextBoxColumn5.set_Visible(false); this.dataGridViewTextBoxColumn5.set_Width(0x42); this.dataGridViewTextBoxColumn6.set_DataPropertyName("ServiceId"); this.dataGridViewTextBoxColumn6.set_HeaderText("ServiceId"); this.dataGridViewTextBoxColumn6.set_Name("dataGridViewTextBoxColumn6"); this.dataGridViewTextBoxColumn6.set_ReadOnly(true); this.dataGridViewTextBoxColumn6.set_Visible(false); this.dataGridViewTextBoxColumn6.set_Width(0x29); this.dataGridViewTextBoxColumn7.set_DataPropertyName("ServiceCode"); this.dataGridViewTextBoxColumn7.set_HeaderText("ServiceCode"); this.dataGridViewTextBoxColumn7.set_Name("dataGridViewTextBoxColumn7"); this.dataGridViewTextBoxColumn7.set_ReadOnly(true); this.dataGridViewTextBoxColumn7.set_Visible(false); this.dataGridViewTextBoxColumn7.set_Width(0x6d); this.dataGridViewTextBoxColumn8.set_DataPropertyName("ServiceName"); this.dataGridViewTextBoxColumn8.set_HeaderText("ServiceName"); this.dataGridViewTextBoxColumn8.set_Name("dataGridViewTextBoxColumn8"); this.dataGridViewTextBoxColumn8.set_ReadOnly(true); this.dataGridViewTextBoxColumn8.set_Width(0x68); this.dataGridViewTextBoxColumn9.set_DataPropertyName("ServiceCodeName"); this.dataGridViewTextBoxColumn9.set_HeaderText("ServiceCodeName"); this.dataGridViewTextBoxColumn9.set_Name("dataGridViewTextBoxColumn9"); this.dataGridViewTextBoxColumn9.set_ReadOnly(true); this.dataGridViewTextBoxColumn9.set_Width(0x65); this.dataGridViewTextBoxColumn10.set_DataPropertyName("AccountServiceId"); this.dataGridViewTextBoxColumn10.set_HeaderText("AccountServiceId"); this.dataGridViewTextBoxColumn10.set_Name("dataGridViewTextBoxColumn10"); this.dataGridViewTextBoxColumn10.set_ReadOnly(true); this.dataGridViewTextBoxColumn10.set_Visible(false); this.dataGridViewTextBoxColumn10.set_Width(0x65); this.dataGridViewNumericColumn4.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.None); this.dataGridViewNumericColumn4.DecimalPlaces = 0; int[] numArray13 = new int[4]; this.dataGridViewNumericColumn4.DefaultValue = new decimal(numArray13); this.dataGridViewNumericColumn4.set_HeaderText("Сумма"); int[] numArray14 = new int[4]; numArray14[0] = 100; this.dataGridViewNumericColumn4.Maximum = new decimal(numArray14); int[] numArray15 = new int[4]; this.dataGridViewNumericColumn4.Minimum = new decimal(numArray15); this.dataGridViewNumericColumn4.set_Name("dataGridViewNumericColumn4"); this.dataGridViewNumericColumn4.set_Width(70); this.selectTargetAccount.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top); this.selectTargetAccount.set_Location(new System.Drawing.Point(0xda, 12)); this.selectTargetAccount.set_Name("selectTargetAccount"); this.selectTargetAccount.set_Size(new System.Drawing.Size(0x29b, 20)); this.selectTargetAccount.set_TabIndex(3); this.selectTargetAccount.OnAccountSelected += new AccountHandler(this.selectTargetAccount_OnAccountSelected); this.selectOrgDocument.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top); this.selectOrgDocument.set_Location(new System.Drawing.Point(0xda, 0x26)); this.selectOrgDocument.set_Name("selectOrgDocument"); this.selectOrgDocument.set_Size(new System.Drawing.Size(0x29b, 0x18)); this.selectOrgDocument.set_TabIndex(0x20); this.dataGridViewTextBoxColumn11.set_DataPropertyName("AccountServiceFromDate"); this.dataGridViewTextBoxColumn11.set_HeaderText("AccountServiceFromDate"); this.dataGridViewTextBoxColumn11.set_Name("dataGridViewTextBoxColumn11"); this.dataGridViewTextBoxColumn11.set_ReadOnly(true); this.dataGridViewTextBoxColumn11.set_Visible(false); this.dataGridViewTextBoxColumn11.set_Width(0x45); this.dataGridViewTextBoxColumn12.set_DataPropertyName("AccountServiceToDate"); this.dataGridViewTextBoxColumn12.set_HeaderText("AccountServiceToDate"); this.dataGridViewTextBoxColumn12.set_Name("dataGridViewTextBoxColumn12"); this.dataGridViewTextBoxColumn13.set_DataPropertyName("AccountId"); this.dataGridViewTextBoxColumn13.set_HeaderText("AccountId"); this.dataGridViewTextBoxColumn13.set_Name("dataGridViewTextBoxColumn13"); this.dataGridViewTextBoxColumn14.set_DataPropertyName("AccountNumber"); this.dataGridViewTextBoxColumn14.set_HeaderText("AccountNumber"); this.dataGridViewTextBoxColumn14.set_Name("dataGridViewTextBoxColumn14"); this.dataGridViewTextBoxColumn15.set_DataPropertyName("AccountOwnerId"); this.dataGridViewTextBoxColumn15.set_HeaderText("AccountOwnerId"); this.dataGridViewTextBoxColumn15.set_Name("dataGridViewTextBoxColumn15"); this.dataGridViewTextBoxColumn16.set_DataPropertyName("AccountOwnerName"); this.dataGridViewTextBoxColumn16.set_HeaderText("AccountOwnerName"); this.dataGridViewTextBoxColumn16.set_Name("dataGridViewTextBoxColumn16"); this.dataGridViewTextBoxColumn17.set_DataPropertyName("ApartmentId"); this.dataGridViewTextBoxColumn17.set_HeaderText("ApartmentId"); this.dataGridViewTextBoxColumn17.set_Name("dataGridViewTextBoxColumn17"); this.dataGridViewTextBoxColumn18.set_DataPropertyName("ApartmentNumber"); this.dataGridViewTextBoxColumn18.set_HeaderText("ApartmentNumber"); this.dataGridViewTextBoxColumn18.set_Name("dataGridViewTextBoxColumn18"); this.dataGridViewTextBoxColumn19.set_DataPropertyName("ApartmentAddrId"); this.dataGridViewTextBoxColumn19.set_HeaderText("ApartmentAddrId"); this.dataGridViewTextBoxColumn19.set_Name("dataGridViewTextBoxColumn19"); this.dataGridViewTextBoxColumn20.set_DataPropertyName("ApartmentAddrName"); this.dataGridViewTextBoxColumn20.set_HeaderText("ApartmentAddrName"); this.dataGridViewTextBoxColumn20.set_Name("dataGridViewTextBoxColumn20"); this.dataGridViewTextBoxColumn21.set_DataPropertyName("ApartmentParentAddrId"); this.dataGridViewTextBoxColumn21.set_HeaderText("ApartmentParentAddrId"); this.dataGridViewTextBoxColumn21.set_Name("dataGridViewTextBoxColumn21"); this.dataGridViewTextBoxColumn22.set_DataPropertyName("HouseHolderId"); this.dataGridViewTextBoxColumn22.set_HeaderText("HouseHolderId"); this.dataGridViewTextBoxColumn22.set_Name("dataGridViewTextBoxColumn22"); this.dataGridViewTextBoxColumn23.set_DataPropertyName("HouseHolderCode"); this.dataGridViewTextBoxColumn23.set_HeaderText("HouseHolderCode"); this.dataGridViewTextBoxColumn23.set_Name("dataGridViewTextBoxColumn23"); this.dataGridViewTextBoxColumn24.set_DataPropertyName("HouseHolderName"); this.dataGridViewTextBoxColumn24.set_HeaderText("HouseHolderName"); this.dataGridViewTextBoxColumn24.set_Name("dataGridViewTextBoxColumn24"); this.dataGridViewTextBoxColumn25.set_DataPropertyName("CalcOperId"); this.dataGridViewTextBoxColumn25.set_HeaderText("CalcOperId"); this.dataGridViewTextBoxColumn25.set_Name("dataGridViewTextBoxColumn25"); this.dataGridViewTextBoxColumn26.set_DataPropertyName("CalcOperName"); this.dataGridViewTextBoxColumn26.set_HeaderText("CalcOperName"); this.dataGridViewTextBoxColumn26.set_Name("dataGridViewTextBoxColumn26"); this.dataGridViewTextBoxColumn27.set_DataPropertyName("Created"); this.dataGridViewTextBoxColumn27.set_HeaderText("Created"); this.dataGridViewTextBoxColumn27.set_Name("dataGridViewTextBoxColumn27"); this.dataGridViewTextBoxColumn28.set_DataPropertyName("Period"); this.dataGridViewTextBoxColumn28.set_HeaderText("Period"); this.dataGridViewTextBoxColumn28.set_Name("dataGridViewTextBoxColumn28"); this.dataGridViewTextBoxColumn29.set_DataPropertyName("OriginalSumm"); this.dataGridViewTextBoxColumn29.set_HeaderText("OriginalSumm"); this.dataGridViewTextBoxColumn29.set_Name("dataGridViewTextBoxColumn29"); this.dataGridViewTextBoxColumn30.set_DataPropertyName("Summ"); this.dataGridViewTextBoxColumn30.set_HeaderText("Summ"); this.dataGridViewTextBoxColumn30.set_Name("dataGridViewTextBoxColumn30"); this.dataGridViewTextBoxColumn31.set_DataPropertyName("GroupOperId"); this.dataGridViewTextBoxColumn31.set_HeaderText("GroupOperId"); this.dataGridViewTextBoxColumn31.set_Name("dataGridViewTextBoxColumn31"); this.dataGridViewTextBoxColumn32.set_DataPropertyName("OldId"); this.dataGridViewTextBoxColumn32.set_HeaderText("OldId"); this.dataGridViewTextBoxColumn32.set_Name("dataGridViewTextBoxColumn32"); this.dataGridViewTextBoxColumn33.set_DataPropertyName("ObjectWithIdType"); this.dataGridViewTextBoxColumn33.set_HeaderText("ObjectWithIdType"); this.dataGridViewTextBoxColumn33.set_Name("dataGridViewTextBoxColumn33"); this.dataGridViewTextBoxColumn34.set_DataPropertyName("Id"); this.dataGridViewTextBoxColumn34.set_HeaderText("Id"); this.dataGridViewTextBoxColumn34.set_Name("dataGridViewTextBoxColumn34"); this.chbxIsPartPayment.set_Anchor(System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom); this.chbxIsPartPayment.set_AutoSize(true); this.chbxIsPartPayment.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight); this.chbxIsPartPayment.set_Location(new System.Drawing.Point(12, 500)); this.chbxIsPartPayment.set_Name("chbxIsPartPayment"); this.chbxIsPartPayment.set_Size(new System.Drawing.Size(0x81, 0x11)); this.chbxIsPartPayment.set_TabIndex(0x25); this.chbxIsPartPayment.set_Text("Перенести частично"); this.chbxIsPartPayment.set_UseVisualStyleBackColor(true); this.chbxIsPartPayment.add_CheckedChanged(new System.EventHandler(this.chbxIsPartPayment_CheckedChanged)); this.lbWarning.set_Anchor(System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom); this.lbWarning.set_AutoSize(true); this.lbWarning.set_Font(new System.Drawing.Font("Microsoft Sans Serif", 8.25f, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0xcc)); this.lbWarning.set_ForeColor(System.Drawing.Color.IndianRed); this.lbWarning.set_Location(new System.Drawing.Point(0x94, 0x1f6)); this.lbWarning.set_Name("lbWarning"); this.lbWarning.set_Size(new System.Drawing.Size(0x16b, 13)); this.lbWarning.set_TabIndex(0x26); this.lbWarning.set_Text("Внимание! Оплата пени не подлежит частичному переносу."); this.label2.set_AutoSize(true); this.label2.set_Location(new System.Drawing.Point(0x157, 0x44)); this.label2.set_Name("label2"); this.label2.set_Size(new System.Drawing.Size(0x115, 13)); this.label2.set_TabIndex(0x2f); this.label2.set_Text("*по умолчанию перенос проводится текущим числом"); this.chbReturnDate.set_AutoSize(true); this.chbReturnDate.set_Location(new System.Drawing.Point(0xda, 0x44)); this.chbReturnDate.set_Name("chbReturnDate"); this.chbReturnDate.set_Size(new System.Drawing.Size(15, 14)); this.chbReturnDate.set_TabIndex(0x2e); this.chbReturnDate.set_UseVisualStyleBackColor(true); this.chbReturnDate.add_CheckedChanged(new System.EventHandler(this.chbReturnDate_CheckedChanged)); this.dbReturnDate.AttachToPeriod = false; this.dbReturnDate.AttachToPeriodEnd = false; this.dbReturnDate.set_Enabled(false); this.dbReturnDate.set_Location(new System.Drawing.Point(0xef, 0x41)); this.dbReturnDate.set_Mask("00/00/0000"); this.dbReturnDate.set_Name("dbReturnDate"); this.dbReturnDate.set_Size(new System.Drawing.Size(0x62, 20)); this.dbReturnDate.set_TabIndex(0x2d); this.label6.set_AutoSize(true); this.label6.set_Location(new System.Drawing.Point(12, 0x44)); this.label6.set_Name("label6"); this.label6.set_Size(new System.Drawing.Size(0x54, 13)); this.label6.set_TabIndex(0x2c); this.label6.set_Text("Дата переноса"); base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f)); base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font); base.set_ClientSize(new System.Drawing.Size(0x381, 0x20c)); base.Controls.Add(this.label2); base.Controls.Add(this.chbReturnDate); base.Controls.Add(this.dbReturnDate); base.Controls.Add(this.label6); base.Controls.Add(this.lbWarning); base.Controls.Add(this.chbxIsPartPayment); base.Controls.Add(this.btnCancel); base.Controls.Add(this.btnTransfer); base.Controls.Add(this.label4); base.Controls.Add(this.selectTargetAccount); base.Controls.Add(this.label3); base.Controls.Add(this.selectOrgDocument); base.Controls.Add(this.scServices); base.set_MinimizeBox(false); this.set_MinimumSize(new System.Drawing.Size(500, 400)); base.set_Name("CashTransferForm"); base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen); this.set_Text("Перенос оплаты между лицевыми счетами"); base.add_Load(new System.EventHandler(this.CashTransferForm_Load)); this.scServices.Panel1.ResumeLayout(false); this.scServices.Panel1.PerformLayout(); this.scServices.Panel2.ResumeLayout(false); this.scServices.Panel2.PerformLayout(); this.scServices.EndInit(); this.scServices.ResumeLayout(false); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.dgvGroupOperationServices.EndInit(); this.bsGroupOperationServices.EndInit(); this.toolStrip2.ResumeLayout(false); this.toolStrip2.PerformLayout(); this.dgvTargetAccountServices.EndInit(); this.bsTargetAccountServices.EndInit(); this.epRights.EndInit(); base.ResumeLayout(false); base.PerformLayout(); }