public ProcessPaymentOtherGroupForm(ObjectList<AccountOther> account, POSView printPOS)
 {
     this.m_NumberFormat.set_NumberDecimalSeparator(".");
     this.m_NumberFormat.set_NumberDecimalDigits(2);
     this.m_AllAccounts = account;
     this.m_PrintPOS = printPOS;
     this.InitializeComponent();
 }
Пример #2
0
 public ProcessPaymentOtherForm(AccountOther account, POSView printPOS)
 {
     this.m_Account = account;
     this.m_PrintPOS = printPOS;
     this.m_NumberFormat = new System.Globalization.NumberFormatInfo();
     this.m_NumberFormat.set_NumberDecimalSeparator(".");
     this.m_NumberFormat.set_NumberDecimalDigits(2);
     this.InitializeComponent();
 }
Пример #3
0
 public ProcessPaymentForm(Account account, string packNumber, string paymentOrderNumber, System.DateTime paymentOrderDate, Organization agent, string barcode, POSView posView, CashPaymentOrderType cashPaymentOrderType, int subService, long paymentOrderPackId)
 {
     this.InitializeComponent();
     if (!User.IsMemberOf(RightsEnum.АРМКассирОплатаСчетчики))
     {
         base.Controls.Remove(this.m_Tabs);
         base.Controls.Add(this.m_processPaymentView);
     }
     base.set_Width((int) ((int) (System.Windows.Forms.Screen.PrimaryScreen.WorkingArea.get_Width() * 0.7)));
     base.set_Height((int) ((int) (System.Windows.Forms.Screen.PrimaryScreen.WorkingArea.get_Height() * 0.8)));
     this.m_Account = account;
     this.set_Text(string.Concat((string[]) new string[] { this.m_Account.Number, "; ", this.m_Account.AddressName, "; ", this.m_Account.OwnerName }));
     this.m_processPaymentView.InitialiseProcessPaymentView(account, packNumber, paymentOrderNumber, paymentOrderDate, agent, barcode, posView, cashPaymentOrderType, subService, paymentOrderPackId);
 }
Пример #4
0
 private void InitializeComponent()
 {
     this.components = new Container();
     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(CashierMainForm));
     this.menuStrip = new System.Windows.Forms.MenuStrip();
     this.выпискаToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.платежиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.оПрограммеToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.настройкиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.m_CashierModeStatus = new System.Windows.Forms.ToolStripMenuItem();
     this.tbControlPayment = new System.Windows.Forms.TabControl();
     this.tabPageLocal = new System.Windows.Forms.TabPage();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.m_AccountsGrid = new System.Windows.Forms.DataGridView();
     this.bsAccounts = new System.Windows.Forms.BindingSource(this.components);
     this.tabPageOther = new System.Windows.Forms.TabPage();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.m_AccountsOtherGrid = new System.Windows.Forms.DataGridView();
     this.bsAccountsOther = new System.Windows.Forms.BindingSource(this.components);
     this.tsAccountReportMenu = new System.Windows.Forms.ToolStripSplitButton();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     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.POSView = new AIS.SN.UI.Cashier.PointOfSale.POSView();
     this.m_SearchControl = new AccountSearchControl();
     this.ApartmentNumberDataGridViewTextColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.AddressNameDataGridViewTextColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NumberDataGridViewTextColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.OwnerNameDataGridViewTextColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.m_accountSearchOtherPaymentControl = new AccountSearchControlOtherPayment();
     this.dataGridViewTextBoxColumn26 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ServiceName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn27 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ProviderName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Phone = 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.tsbOpen = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.menuStrip.SuspendLayout();
     this.tbControlPayment.SuspendLayout();
     this.tabPageLocal.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.m_AccountsGrid.BeginInit();
     this.bsAccounts.BeginInit();
     this.tabPageOther.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.m_AccountsOtherGrid.BeginInit();
     this.bsAccountsOther.BeginInit();
     this.toolStrip1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     base.SuspendLayout();
     this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.выпискаToolStripMenuItem, this.платежиToolStripMenuItem, this.оПрограммеToolStripMenuItem, this.настройкиToolStripMenuItem, this.m_CashierModeStatus });
     this.menuStrip.set_Location(new System.Drawing.Point(0, 0));
     this.menuStrip.set_Name("menuStrip");
     this.menuStrip.set_Size(new System.Drawing.Size(0x3d1, 0x18));
     this.menuStrip.set_TabIndex(0);
     this.menuStrip.set_Text("menuCash");
     this.выпискаToolStripMenuItem.set_Name("выпискаToolStripMenuItem");
     this.выпискаToolStripMenuItem.set_Size(new System.Drawing.Size(0x43, 20));
     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(0x44, 20));
     this.платежиToolStripMenuItem.set_Text("Платежи");
     this.платежиToolStripMenuItem.add_Click(new System.EventHandler(this.платежиToolStripMenuItem_Click));
     this.оПрограммеToolStripMenuItem.set_Alignment(System.Windows.Forms.ToolStripItemAlignment.Right);
     this.оПрограммеToolStripMenuItem.set_Name("оПрограммеToolStripMenuItem");
     this.оПрограммеToolStripMenuItem.set_Size(new System.Drawing.Size(0x4c, 20));
     this.оПрограммеToolStripMenuItem.set_Text("О системе");
     this.оПрограммеToolStripMenuItem.set_TextDirection(System.Windows.Forms.ToolStripTextDirection.Horizontal);
     this.оПрограммеToolStripMenuItem.add_Click(new System.EventHandler(this.оСистемеToolStripMenuItem_Click));
     this.настройкиToolStripMenuItem.set_Alignment(System.Windows.Forms.ToolStripItemAlignment.Right);
     this.настройкиToolStripMenuItem.set_Name("настройкиToolStripMenuItem");
     this.настройкиToolStripMenuItem.set_Size(new System.Drawing.Size(0x4f, 20));
     this.настройкиToolStripMenuItem.set_Text("Настройки");
     this.настройкиToolStripMenuItem.add_Click(new System.EventHandler(this.настройкиToolStripMenuItem_Click));
     this.m_CashierModeStatus.set_Name("m_CashierModeStatus");
     this.m_CashierModeStatus.set_Size(new System.Drawing.Size(0x65, 20));
     this.m_CashierModeStatus.set_Text("Режим работы");
     this.tbControlPayment.Controls.Add(this.tabPageLocal);
     this.tbControlPayment.Controls.Add(this.tabPageOther);
     this.tbControlPayment.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.tbControlPayment.set_Location(new System.Drawing.Point(0, 0x18));
     this.tbControlPayment.set_Name("tbControlPayment");
     this.tbControlPayment.set_SelectedIndex(0);
     this.tbControlPayment.set_Size(new System.Drawing.Size(0x3d1, 0x2ce));
     this.tbControlPayment.set_TabIndex(5);
     this.tbControlPayment.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.tbControlPayment_KeyDown));
     this.tbControlPayment.add_KeyUp(new System.Windows.Forms.KeyEventHandler(this.tbControlPayment_KeyUp));
     this.tabPageLocal.Controls.Add(this.splitContainer1);
     this.tabPageLocal.set_Location(new System.Drawing.Point(4, 0x16));
     this.tabPageLocal.set_Name("tabPageLocal");
     this.tabPageLocal.set_Padding(new System.Windows.Forms.Padding(3));
     this.tabPageLocal.set_Size(new System.Drawing.Size(0x3c9, 0x2b4));
     this.tabPageLocal.set_TabIndex(0);
     this.tabPageLocal.set_Text("Локальные платежи");
     this.tabPageLocal.set_UseVisualStyleBackColor(true);
     this.splitContainer1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.splitContainer1.set_Location(new System.Drawing.Point(3, 3));
     this.splitContainer1.set_Name("splitContainer1");
     this.splitContainer1.Panel1.Controls.Add(this.m_SearchControl);
     this.splitContainer1.Panel2.Controls.Add(this.tableLayoutPanel1);
     this.splitContainer1.set_Size(new System.Drawing.Size(0x3c3, 0x2ae));
     this.splitContainer1.set_SplitterDistance(0xe7);
     this.splitContainer1.set_TabIndex(5);
     this.m_AccountsGrid.set_AllowUserToAddRows(false);
     this.m_AccountsGrid.set_AllowUserToDeleteRows(false);
     this.m_AccountsGrid.set_AllowUserToOrderColumns(true);
     this.m_AccountsGrid.set_AutoGenerateColumns(false);
     this.m_AccountsGrid.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.m_AccountsGrid.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.m_AccountsGrid.set_ColumnHeadersDefaultCellStyle(style);
     this.m_AccountsGrid.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.m_AccountsGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ApartmentNumberDataGridViewTextColumn, this.AddressNameDataGridViewTextColumn, this.NumberDataGridViewTextColumn, this.OwnerNameDataGridViewTextColumn });
     this.m_AccountsGrid.set_DataSource(this.bsAccounts);
     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.m_AccountsGrid.set_DefaultCellStyle(style2);
     this.m_AccountsGrid.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.m_AccountsGrid.set_GridColor(System.Drawing.SystemColors.ControlLight);
     this.m_AccountsGrid.set_Location(new System.Drawing.Point(0, 0x17));
     this.m_AccountsGrid.set_Margin(new System.Windows.Forms.Padding(0));
     this.m_AccountsGrid.set_MultiSelect(false);
     this.m_AccountsGrid.set_Name("m_AccountsGrid");
     this.m_AccountsGrid.set_ReadOnly(true);
     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.m_AccountsGrid.set_RowHeadersDefaultCellStyle(style3);
     this.m_AccountsGrid.set_RowHeadersVisible(false);
     this.m_AccountsGrid.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.m_AccountsGrid.set_Size(new System.Drawing.Size(0x2d8, 0x297));
     this.m_AccountsGrid.set_TabIndex(2);
     this.m_AccountsGrid.add_CellDoubleClick(new System.Windows.Forms.DataGridViewCellEventHandler(this.m_AccountsGrid_CellDoubleClick));
     this.m_AccountsGrid.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.m_AccountsGrid_KeyDown));
     this.bsAccounts.set_DataSource(typeof(Account));
     this.tabPageOther.Controls.Add(this.splitContainer2);
     this.tabPageOther.set_Location(new System.Drawing.Point(4, 0x16));
     this.tabPageOther.set_Name("tabPageOther");
     this.tabPageOther.set_Padding(new System.Windows.Forms.Padding(3));
     this.tabPageOther.set_Size(new System.Drawing.Size(0x3c9, 0x2b4));
     this.tabPageOther.set_TabIndex(1);
     this.tabPageOther.set_Text("Прочие платежи");
     this.tabPageOther.set_UseVisualStyleBackColor(true);
     this.splitContainer2.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.splitContainer2.set_Location(new System.Drawing.Point(3, 3));
     this.splitContainer2.set_Name("splitContainer2");
     this.splitContainer2.Panel1.Controls.Add(this.m_accountSearchOtherPaymentControl);
     this.splitContainer2.Panel2.Controls.Add(this.m_AccountsOtherGrid);
     this.splitContainer2.set_Size(new System.Drawing.Size(0x3c3, 0x2ae));
     this.splitContainer2.set_SplitterDistance(0xde);
     this.splitContainer2.set_TabIndex(6);
     this.m_AccountsOtherGrid.set_AllowUserToAddRows(false);
     this.m_AccountsOtherGrid.set_AllowUserToDeleteRows(false);
     this.m_AccountsOtherGrid.set_AllowUserToOrderColumns(true);
     this.m_AccountsOtherGrid.set_AutoGenerateColumns(false);
     this.m_AccountsOtherGrid.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.m_AccountsOtherGrid.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.m_AccountsOtherGrid.set_ColumnHeadersDefaultCellStyle(style4);
     this.m_AccountsOtherGrid.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.m_AccountsOtherGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn26, this.ServiceName, this.dataGridViewTextBoxColumn27, this.dataGridViewTextBoxColumn25, this.ProviderName, this.Phone });
     this.m_AccountsOtherGrid.set_DataSource(this.bsAccountsOther);
     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.m_AccountsOtherGrid.set_DefaultCellStyle(style5);
     this.m_AccountsOtherGrid.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.m_AccountsOtherGrid.set_GridColor(System.Drawing.SystemColors.ControlLight);
     this.m_AccountsOtherGrid.set_Location(new System.Drawing.Point(0, 0));
     this.m_AccountsOtherGrid.set_MultiSelect(false);
     this.m_AccountsOtherGrid.set_Name("m_AccountsOtherGrid");
     this.m_AccountsOtherGrid.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.m_AccountsOtherGrid.set_RowHeadersDefaultCellStyle(style6);
     this.m_AccountsOtherGrid.set_RowHeadersVisible(false);
     this.m_AccountsOtherGrid.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.m_AccountsOtherGrid.set_Size(new System.Drawing.Size(0x2e1, 0x2ae));
     this.m_AccountsOtherGrid.set_TabIndex(2);
     this.m_AccountsOtherGrid.add_CellDoubleClick(new System.Windows.Forms.DataGridViewCellEventHandler(this.m_AccountsOtherGrid_CellDoubleClick));
     this.m_AccountsOtherGrid.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.m_AccountsOtherGrid_KeyDown));
     this.bsAccountsOther.set_DataSource(typeof(AccountOther));
     this.bsAccountsOther.set_Sort("AddressName");
     this.tsAccountReportMenu.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsAccountReportMenu.set_Image((System.Drawing.Image) manager.GetObject("tsAccountReportMenu.Image"));
     this.tsAccountReportMenu.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsAccountReportMenu.set_Name("tsAccountReportMenu");
     this.tsAccountReportMenu.set_Size(new System.Drawing.Size(70, 20));
     this.tsAccountReportMenu.set_Text("Справки");
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbOpen, this.toolStripSeparator1, this.tsAccountReportMenu });
     this.toolStrip1.set_Location(new System.Drawing.Point(0, 0));
     this.toolStrip1.set_Name("toolStrip1");
     this.toolStrip1.set_Size(new System.Drawing.Size(0x2d8, 0x17));
     this.toolStrip1.set_TabIndex(3);
     this.toolStrip1.set_Text("toolStrip1");
     this.tableLayoutPanel1.set_ColumnCount(1);
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100f));
     this.tableLayoutPanel1.Controls.Add(this.m_AccountsGrid, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.toolStrip1, 0, 0);
     this.tableLayoutPanel1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.tableLayoutPanel1.set_Location(new System.Drawing.Point(0, 0));
     this.tableLayoutPanel1.set_Name("tableLayoutPanel1");
     this.tableLayoutPanel1.set_RowCount(2);
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 23f));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100f));
     this.tableLayoutPanel1.set_Size(new System.Drawing.Size(0x2d8, 0x2ae));
     this.tableLayoutPanel1.set_TabIndex(5);
     this.dataGridViewTextBoxColumn1.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.dataGridViewTextBoxColumn1.set_DataPropertyName("OwnerId");
     this.dataGridViewTextBoxColumn1.set_HeaderText("OwnerId");
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn1.set_Width(0x86);
     this.dataGridViewTextBoxColumn2.set_AutoSizeMode(System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells);
     this.dataGridViewTextBoxColumn2.set_DataPropertyName("Id");
     this.dataGridViewTextBoxColumn2.set_HeaderText("Id");
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.dataGridViewTextBoxColumn2.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn2.set_Width(0x3f);
     this.dataGridViewTextBoxColumn3.set_DataPropertyName("AddressLevel");
     this.dataGridViewTextBoxColumn3.set_HeaderText("AddressLevel");
     this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3");
     this.dataGridViewTextBoxColumn3.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn3.set_Width(0x5b);
     this.dataGridViewTextBoxColumn4.set_DataPropertyName("OrgDocumentView");
     this.dataGridViewTextBoxColumn4.set_HeaderText("OrgDocumentView");
     this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4");
     this.dataGridViewTextBoxColumn4.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn4.set_Width(0x4f);
     this.dataGridViewTextBoxColumn5.set_DataPropertyName("ObjectWithIdType");
     this.dataGridViewTextBoxColumn5.set_HeaderText("ObjectWithIdType");
     this.dataGridViewTextBoxColumn5.set_Name("dataGridViewTextBoxColumn5");
     this.dataGridViewTextBoxColumn5.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn5.set_Width(0x65);
     this.dataGridViewTextBoxColumn6.set_DataPropertyName("Created");
     this.dataGridViewTextBoxColumn6.set_HeaderText("Created");
     this.dataGridViewTextBoxColumn6.set_Name("dataGridViewTextBoxColumn6");
     this.dataGridViewTextBoxColumn6.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn6.set_Width(0x44);
     this.dataGridViewTextBoxColumn7.set_DataPropertyName("ParentAddrId");
     this.dataGridViewTextBoxColumn7.set_HeaderText("ParentAddrId");
     this.dataGridViewTextBoxColumn7.set_Name("dataGridViewTextBoxColumn7");
     this.dataGridViewTextBoxColumn7.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn7.set_Width(0x51);
     this.dataGridViewTextBoxColumn8.set_DataPropertyName("AdrId");
     this.dataGridViewTextBoxColumn8.set_HeaderText("AdrId");
     this.dataGridViewTextBoxColumn8.set_Name("dataGridViewTextBoxColumn8");
     this.dataGridViewTextBoxColumn8.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn8.set_Width(0x3f);
     this.dataGridViewTextBoxColumn9.set_DataPropertyName("RoomsCount");
     this.dataGridViewTextBoxColumn9.set_HeaderText("RoomsCount");
     this.dataGridViewTextBoxColumn9.set_Name("dataGridViewTextBoxColumn9");
     this.dataGridViewTextBoxColumn9.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn9.set_Width(90);
     this.dataGridViewTextBoxColumn10.set_DataPropertyName("ToDate");
     this.dataGridViewTextBoxColumn10.set_HeaderText("ToDate");
     this.dataGridViewTextBoxColumn10.set_Name("dataGridViewTextBoxColumn10");
     this.dataGridViewTextBoxColumn10.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn10.set_Width(0x4d);
     this.POSView.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.POSView.set_Location(new System.Drawing.Point(0x2a1, 0x19));
     this.POSView.set_Name("POSView");
     this.POSView.set_Size(new System.Drawing.Size(0x129, 0x12));
     this.POSView.set_TabIndex(6);
     this.m_SearchControl.BarcodeParseAlgorithm = null;
     this.m_SearchControl.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.m_SearchControl.set_Location(new System.Drawing.Point(0, 0));
     this.m_SearchControl.set_Name("m_SearchControl");
     this.m_SearchControl.PosView = this.POSView;
     this.m_SearchControl.set_Size(new System.Drawing.Size(0xe7, 0x2ae));
     this.m_SearchControl.set_TabIndex(3);
     this.m_SearchControl.SearchCompleted += new System.EventHandler(this.m_SearchControl_SearchCompleted);
     this.ApartmentNumberDataGridViewTextColumn.set_DataPropertyName("ApartmentNumber");
     this.ApartmentNumberDataGridViewTextColumn.set_HeaderText("Идентификатор жилья");
     this.ApartmentNumberDataGridViewTextColumn.set_Name("ApartmentNumberDataGridViewTextColumn");
     this.ApartmentNumberDataGridViewTextColumn.set_ReadOnly(true);
     this.ApartmentNumberDataGridViewTextColumn.set_Width(0x86);
     this.AddressNameDataGridViewTextColumn.set_DataPropertyName("AddressName");
     this.AddressNameDataGridViewTextColumn.set_HeaderText("Адрес");
     this.AddressNameDataGridViewTextColumn.set_Name("AddressNameDataGridViewTextColumn");
     this.AddressNameDataGridViewTextColumn.set_ReadOnly(true);
     this.AddressNameDataGridViewTextColumn.set_Width(0x3f);
     this.NumberDataGridViewTextColumn.set_DataPropertyName("Number");
     this.NumberDataGridViewTextColumn.set_HeaderText("Лицевой счет");
     this.NumberDataGridViewTextColumn.set_Name("NumberDataGridViewTextColumn");
     this.NumberDataGridViewTextColumn.set_ReadOnly(true);
     this.NumberDataGridViewTextColumn.set_Width(0x5d);
     this.OwnerNameDataGridViewTextColumn.set_DataPropertyName("OwnerName");
     this.OwnerNameDataGridViewTextColumn.set_HeaderText("Владелец");
     this.OwnerNameDataGridViewTextColumn.set_Name("OwnerNameDataGridViewTextColumn");
     this.OwnerNameDataGridViewTextColumn.set_ReadOnly(true);
     this.OwnerNameDataGridViewTextColumn.set_Width(0x51);
     this.m_accountSearchOtherPaymentControl.set_AutoSize(true);
     this.m_accountSearchOtherPaymentControl.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.m_accountSearchOtherPaymentControl.set_Location(new System.Drawing.Point(0, 0));
     this.m_accountSearchOtherPaymentControl.set_Name("m_accountSearchOtherPaymentControl");
     this.m_accountSearchOtherPaymentControl.set_Size(new System.Drawing.Size(0xde, 0x2ae));
     this.m_accountSearchOtherPaymentControl.set_TabIndex(3);
     this.m_accountSearchOtherPaymentControl.SearchCompleted += new System.EventHandler(this.accountSearchOtherPaymentControl_SearchCompleted);
     this.dataGridViewTextBoxColumn26.set_DataPropertyName("Number");
     this.dataGridViewTextBoxColumn26.set_HeaderText("Лицевой счет");
     this.dataGridViewTextBoxColumn26.set_Name("dataGridViewTextBoxColumn26");
     this.dataGridViewTextBoxColumn26.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn26.set_Width(0x65);
     this.ServiceName.set_DataPropertyName("ServiceName");
     this.ServiceName.set_HeaderText("Услуга");
     this.ServiceName.set_Name("ServiceName");
     this.ServiceName.set_ReadOnly(true);
     this.ServiceName.set_Width(0x44);
     this.dataGridViewTextBoxColumn27.set_DataPropertyName("OwnerName");
     this.dataGridViewTextBoxColumn27.set_HeaderText("Владелец");
     this.dataGridViewTextBoxColumn27.set_Name("dataGridViewTextBoxColumn27");
     this.dataGridViewTextBoxColumn27.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn27.set_Width(0x51);
     this.dataGridViewTextBoxColumn25.set_DataPropertyName("AddressName");
     this.dataGridViewTextBoxColumn25.set_HeaderText("Адрес");
     this.dataGridViewTextBoxColumn25.set_Name("dataGridViewTextBoxColumn25");
     this.dataGridViewTextBoxColumn25.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn25.set_Width(0x3f);
     this.ProviderName.set_DataPropertyName("ProviderName");
     this.ProviderName.set_HeaderText("Поставщик");
     this.ProviderName.set_Name("ProviderName");
     this.ProviderName.set_ReadOnly(true);
     this.ProviderName.set_Width(90);
     this.Phone.set_DataPropertyName("Phone");
     this.Phone.set_HeaderText("Телефон");
     this.Phone.set_Name("Phone");
     this.Phone.set_ReadOnly(true);
     this.Phone.set_Width(0x4d);
     this.dataGridViewTextBoxColumn11.set_DataPropertyName("EnergoAccount");
     this.dataGridViewTextBoxColumn11.set_HeaderText("EnergoAccount");
     this.dataGridViewTextBoxColumn11.set_Name("dataGridViewTextBoxColumn11");
     this.dataGridViewTextBoxColumn11.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn12.set_DataPropertyName("OwnerName");
     this.dataGridViewTextBoxColumn12.set_HeaderText("OwnerName");
     this.dataGridViewTextBoxColumn12.set_Name("dataGridViewTextBoxColumn12");
     this.dataGridViewTextBoxColumn12.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn13.set_DataPropertyName("OrgDocument");
     this.dataGridViewTextBoxColumn13.set_HeaderText("OrgDocument");
     this.dataGridViewTextBoxColumn13.set_Name("dataGridViewTextBoxColumn13");
     this.dataGridViewTextBoxColumn13.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn14.set_DataPropertyName("Number");
     this.dataGridViewTextBoxColumn14.set_HeaderText("Number");
     this.dataGridViewTextBoxColumn14.set_Name("dataGridViewTextBoxColumn14");
     this.dataGridViewTextBoxColumn14.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn15.set_DataPropertyName("AccountNumber");
     this.dataGridViewTextBoxColumn15.set_HeaderText("AccountNumber");
     this.dataGridViewTextBoxColumn15.set_Name("dataGridViewTextBoxColumn15");
     this.dataGridViewTextBoxColumn15.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn16.set_DataPropertyName("OrgDocumentId");
     this.dataGridViewTextBoxColumn16.set_HeaderText("OrgDocumentId");
     this.dataGridViewTextBoxColumn16.set_Name("dataGridViewTextBoxColumn16");
     this.dataGridViewTextBoxColumn16.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn17.set_DataPropertyName("DoorWay");
     this.dataGridViewTextBoxColumn17.set_HeaderText("DoorWay");
     this.dataGridViewTextBoxColumn17.set_Name("dataGridViewTextBoxColumn17");
     this.dataGridViewTextBoxColumn17.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn18.set_DataPropertyName("FloorHouse");
     this.dataGridViewTextBoxColumn18.set_HeaderText("FloorHouse");
     this.dataGridViewTextBoxColumn18.set_Name("dataGridViewTextBoxColumn18");
     this.dataGridViewTextBoxColumn18.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn19.set_DataPropertyName("AddressName");
     this.dataGridViewTextBoxColumn19.set_HeaderText("AddressName");
     this.dataGridViewTextBoxColumn19.set_Name("dataGridViewTextBoxColumn19");
     this.dataGridViewTextBoxColumn19.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn20.set_DataPropertyName("FromDate");
     this.dataGridViewTextBoxColumn20.set_HeaderText("FromDate");
     this.dataGridViewTextBoxColumn20.set_Name("dataGridViewTextBoxColumn20");
     this.dataGridViewTextBoxColumn20.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn21.set_DataPropertyName("Datee");
     this.dataGridViewTextBoxColumn21.set_HeaderText("Datee");
     this.dataGridViewTextBoxColumn21.set_Name("dataGridViewTextBoxColumn21");
     this.dataGridViewTextBoxColumn21.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn22.set_DataPropertyName("Dateb");
     this.dataGridViewTextBoxColumn22.set_HeaderText("Dateb");
     this.dataGridViewTextBoxColumn22.set_Name("dataGridViewTextBoxColumn22");
     this.dataGridViewTextBoxColumn22.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn23.set_DataPropertyName("Datec");
     this.dataGridViewTextBoxColumn23.set_HeaderText("Datec");
     this.dataGridViewTextBoxColumn23.set_Name("dataGridViewTextBoxColumn23");
     this.dataGridViewTextBoxColumn23.set_ReadOnly(true);
     this.tsbOpen.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.tsbOpen.set_Image((System.Drawing.Image) manager.GetObject("tsbOpen.Image"));
     this.tsbOpen.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.tsbOpen.set_Name("tsbOpen");
     this.tsbOpen.set_Size(new System.Drawing.Size(0xb0, 20));
     this.tsbOpen.set_Text("Открыть выбранный лицевой");
     this.tsbOpen.add_Click(new System.EventHandler(this.tsbOpen_Click));
     this.toolStripSeparator1.set_Name("toolStripSeparator1");
     this.toolStripSeparator1.set_Size(new System.Drawing.Size(6, 0x17));
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x3d1, 0x2e6));
     base.Controls.Add(this.POSView);
     base.Controls.Add(this.tbControlPayment);
     base.Controls.Add(this.menuStrip);
     base.set_MainMenuStrip(this.menuStrip);
     base.set_Name("CashierMainForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("АРМ \"Кассир\"");
     base.set_WindowState(System.Windows.Forms.FormWindowState.Maximized);
     base.add_Load(new System.EventHandler(this.CashMainForm_Load));
     this.menuStrip.ResumeLayout(false);
     this.menuStrip.PerformLayout();
     this.tbControlPayment.ResumeLayout(false);
     this.tabPageLocal.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.m_AccountsGrid.EndInit();
     this.bsAccounts.EndInit();
     this.tabPageOther.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel1.PerformLayout();
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.ResumeLayout(false);
     this.m_AccountsOtherGrid.EndInit();
     this.bsAccountsOther.EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Пример #5
0
 public void InitialiseProcessPaymentView(Account account, string packNumber, string paymentOrderNumber, System.DateTime paymentOrderDate, Organization agent, string barcode, POSView posView, CashPaymentOrderType cashPaymentOrderType, int subService, long paymentOrderPackId)
 {
     this.m_BarcodeInfo = new AIS.SN.Model.DomainObjects.BarcodeInfo();
     this.m_Account = account;
     this.m_PackNumber = packNumber;
     this.m_OrderNumber = paymentOrderNumber;
     this.m_OrderDate = paymentOrderDate;
     this.m_Agent = agent;
     this.m_CashPaymentOrderType = (int) cashPaymentOrderType;
     this.m_subService = subService;
     this.m_PaymentOrderPackId = paymentOrderPackId;
     if (this.m_Agent == Organization.Null)
     {
         User currentUser = User.GetCurrentUser();
         if (currentUser.OrgId != Organization.Null.Id)
         {
             Organization org = currentUser.GetOrg();
             if (org.ParentId != Organization.Null.Id)
             {
                 this.m_Agent = org.GetParent();
             }
             else
             {
                 this.m_Agent = org;
             }
         }
     }
     this.m_BarCode = barcode;
     this.m_posView = posView;
 }
Пример #6
0
 private void InitializeComponent()
 {
     this.components = new Container();
     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();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(PaymentsByTerminalView));
     this.m_PaymentsGrid = new System.Windows.Forms.DataGridView();
     this.confirmedAtDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.AddressName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.accountNumberDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ownerNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.paidSummDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.terminalDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.operatorDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.requestTypeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.externalTransactionIdDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.statusDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CashFlowType = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.AgentName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.PaymentOrderNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.PaymentOrderDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.PackNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.m_PaymentsSource = new System.Windows.Forms.BindingSource(this.components);
     this.m_PaySumm = new System.Windows.Forms.ToolStripLabel();
     this.m_ReverseSumm = new System.Windows.Forms.ToolStripLabel();
     this.m_TotalSumm = new System.Windows.Forms.ToolStripLabel();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.m_ShowReceipt = new System.Windows.Forms.ToolStripButton();
     this.m_ReversePayment = new System.Windows.Forms.ToolStripButton();
     this.ddbPayments = new System.Windows.Forms.ToolStripDropDownButton();
     this.операторуToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.кассеToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.пунктуПриемаToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.m_ShowDayReport = new System.Windows.Forms.ToolStripButton();
     this.toolStripSplitButton1 = new System.Windows.Forms.ToolStripSplitButton();
     this.отчётВРазрезеПачекToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.отчётПоОперациямВРазрезеКассировToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.отчетПоВсемОперациямВРазрезеПоставщиковToolStripMenuItem = 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.XReportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.ZReportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.внестиВКассуToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.инкасацияToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
     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.datePeriodRequests = new DatePeriod();
     this.label1 = new System.Windows.Forms.Label();
     this.POSView = new AIS.SN.UI.Cashier.PointOfSale.POSView();
     this.toolStripComm = new System.Windows.Forms.ToolStrip();
     this.m_PaySummComm = new System.Windows.Forms.ToolStripLabel();
     this.m_ReverseSummComm = new System.Windows.Forms.ToolStripLabel();
     this.m_TotalSummComm = new System.Windows.Forms.ToolStripLabel();
     System.Windows.Forms.ToolStripSeparator separator = new System.Windows.Forms.ToolStripSeparator();
     System.Windows.Forms.ToolStripSeparator separator2 = new System.Windows.Forms.ToolStripSeparator();
     System.Windows.Forms.ToolStripSeparator separator3 = new System.Windows.Forms.ToolStripSeparator();
     System.Windows.Forms.ToolStripSeparator separator4 = new System.Windows.Forms.ToolStripSeparator();
     System.Windows.Forms.ToolStripSeparator separator5 = new System.Windows.Forms.ToolStripSeparator();
     System.Windows.Forms.ToolStripLabel label = new System.Windows.Forms.ToolStripLabel();
     System.Windows.Forms.ToolStripSeparator separator6 = new System.Windows.Forms.ToolStripSeparator();
     System.Windows.Forms.ToolStripLabel label2 = new System.Windows.Forms.ToolStripLabel();
     System.Windows.Forms.ToolStripSeparator separator7 = new System.Windows.Forms.ToolStripSeparator();
     System.Windows.Forms.ToolStripLabel label3 = new System.Windows.Forms.ToolStripLabel();
     System.Windows.Forms.ToolStripSeparator separator8 = new System.Windows.Forms.ToolStripSeparator();
     System.Windows.Forms.ToolStripLabel label4 = new System.Windows.Forms.ToolStripLabel();
     System.Windows.Forms.ToolStripSeparator separator9 = new System.Windows.Forms.ToolStripSeparator();
     System.Windows.Forms.ToolStripLabel label5 = new System.Windows.Forms.ToolStripLabel();
     System.Windows.Forms.ToolStripSeparator separator10 = new System.Windows.Forms.ToolStripSeparator();
     System.Windows.Forms.ToolStripLabel label6 = new System.Windows.Forms.ToolStripLabel();
     System.Windows.Forms.ToolStripSeparator separator11 = new System.Windows.Forms.ToolStripSeparator();
     System.Windows.Forms.ToolStripLabel label7 = new System.Windows.Forms.ToolStripLabel();
     this.m_PaymentsGrid.BeginInit();
     this.m_PaymentsSource.BeginInit();
     this.toolStrip1.SuspendLayout();
     this.toolStripComm.SuspendLayout();
     base.SuspendLayout();
     separator.set_Name("toolStripSeparator1");
     separator.set_Size(new System.Drawing.Size(6, 0x19));
     separator2.set_Name("toolStripSeparator10");
     separator2.set_Size(new System.Drawing.Size(6, 0x19));
     separator3.set_Name("toolStripSeparator9");
     separator3.set_Size(new System.Drawing.Size(6, 0x19));
     separator4.set_Name("toolStripSeparator2");
     separator4.set_Size(new System.Drawing.Size(6, 0x19));
     separator5.set_Name("toolStripSeparator3");
     separator5.set_Size(new System.Drawing.Size(6, 0x19));
     label.set_Name("toolStripLabel1");
     label.set_Size(new System.Drawing.Size(0x38, 0x16));
     label.set_Text("Платежи:");
     separator6.set_Name("toolStripSeparator5");
     separator6.set_Size(new System.Drawing.Size(6, 0x19));
     label2.set_Name("toolStripLabel3");
     label2.set_Size(new System.Drawing.Size(60, 0x16));
     label2.set_Text("Возвраты:");
     separator7.set_Name("toolStripSeparator6");
     separator7.set_Size(new System.Drawing.Size(6, 0x19));
     label3.set_Name("toolStripLabel5");
     label3.set_Size(new System.Drawing.Size(0x29, 0x16));
     label3.set_Text("Итого:");
     separator8.set_Name("toolStripSeparator8");
     separator8.set_Size(new System.Drawing.Size(6, 0x19));
     label4.set_Name("toolStripLabel4");
     label4.set_Size(new System.Drawing.Size(0x38, 0x16));
     label4.set_Text("Платежи:");
     separator9.set_Name("toolStripSeparator4");
     separator9.set_Size(new System.Drawing.Size(6, 0x19));
     label5.set_Name("toolStripLabel7");
     label5.set_Size(new System.Drawing.Size(60, 0x16));
     label5.set_Text("Возвраты:");
     separator10.set_Name("toolStripSeparator11");
     separator10.set_Size(new System.Drawing.Size(6, 0x19));
     label6.set_Name("toolStripLabel9");
     label6.set_Size(new System.Drawing.Size(0x29, 0x16));
     label6.set_Text("Итого:");
     separator11.set_Name("toolStripSeparator12");
     separator11.set_Size(new System.Drawing.Size(6, 0x19));
     label7.set_Name("toolStripLabel2");
     label7.set_Size(new System.Drawing.Size(0x49, 0x16));
     label7.set_Text("С комиссией:");
     this.m_PaymentsGrid.set_AllowUserToAddRows(false);
     this.m_PaymentsGrid.set_AllowUserToDeleteRows(false);
     this.m_PaymentsGrid.set_AllowUserToOrderColumns(true);
     this.m_PaymentsGrid.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Top);
     this.m_PaymentsGrid.set_AutoGenerateColumns(false);
     this.m_PaymentsGrid.set_AutoSizeColumnsMode(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells);
     this.m_PaymentsGrid.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.m_PaymentsGrid.set_ColumnHeadersDefaultCellStyle(style);
     this.m_PaymentsGrid.set_ColumnHeadersHeightSizeMode(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize);
     this.m_PaymentsGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.confirmedAtDataGridViewTextBoxColumn, this.AddressName, this.accountNumberDataGridViewTextBoxColumn, this.ownerNameDataGridViewTextBoxColumn, this.paidSummDataGridViewTextBoxColumn, this.terminalDataGridViewTextBoxColumn, this.operatorDataGridViewTextBoxColumn, this.requestTypeDataGridViewTextBoxColumn, this.externalTransactionIdDataGridViewTextBoxColumn, this.statusDataGridViewTextBoxColumn, this.CashFlowType, this.AgentName, this.PaymentOrderNumber, this.PaymentOrderDate, this.PackNumber });
     this.m_PaymentsGrid.set_DataSource(this.m_PaymentsSource);
     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.m_PaymentsGrid.set_DefaultCellStyle(style2);
     this.m_PaymentsGrid.set_Location(new System.Drawing.Point(0, 0x34));
     this.m_PaymentsGrid.set_Name("m_PaymentsGrid");
     this.m_PaymentsGrid.set_ReadOnly(true);
     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.m_PaymentsGrid.set_RowHeadersDefaultCellStyle(style3);
     this.m_PaymentsGrid.set_SelectionMode(System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect);
     this.m_PaymentsGrid.set_Size(new System.Drawing.Size(0x47f, 0x19e));
     this.m_PaymentsGrid.set_TabIndex(0);
     this.m_PaymentsGrid.add_CellFormatting(new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.m_PaymentsGrid_CellFormatting));
     this.confirmedAtDataGridViewTextBoxColumn.set_DataPropertyName("ConfirmedAt");
     this.confirmedAtDataGridViewTextBoxColumn.set_HeaderText("Дата операции");
     this.confirmedAtDataGridViewTextBoxColumn.set_Name("confirmedAtDataGridViewTextBoxColumn");
     this.confirmedAtDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.AddressName.set_DataPropertyName("AddressName");
     this.AddressName.set_HeaderText("Адрес");
     this.AddressName.set_Name("AddressName");
     this.AddressName.set_ReadOnly(true);
     this.AddressName.set_Width(0x3f);
     this.accountNumberDataGridViewTextBoxColumn.set_DataPropertyName("AccountNumber");
     this.accountNumberDataGridViewTextBoxColumn.set_HeaderText("Лицевой счет");
     this.accountNumberDataGridViewTextBoxColumn.set_Name("accountNumberDataGridViewTextBoxColumn");
     this.accountNumberDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.accountNumberDataGridViewTextBoxColumn.set_Width(0x5d);
     this.ownerNameDataGridViewTextBoxColumn.set_DataPropertyName("OwnerName");
     this.ownerNameDataGridViewTextBoxColumn.set_HeaderText("Владелец");
     this.ownerNameDataGridViewTextBoxColumn.set_Name("ownerNameDataGridViewTextBoxColumn");
     this.ownerNameDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.ownerNameDataGridViewTextBoxColumn.set_Width(0x51);
     this.paidSummDataGridViewTextBoxColumn.set_DataPropertyName("PaidSumm");
     this.paidSummDataGridViewTextBoxColumn.set_HeaderText("Сумма");
     this.paidSummDataGridViewTextBoxColumn.set_Name("paidSummDataGridViewTextBoxColumn");
     this.paidSummDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.paidSummDataGridViewTextBoxColumn.set_Width(0x42);
     this.terminalDataGridViewTextBoxColumn.set_DataPropertyName("Terminal");
     this.terminalDataGridViewTextBoxColumn.set_HeaderText("Касса");
     this.terminalDataGridViewTextBoxColumn.set_Name("terminalDataGridViewTextBoxColumn");
     this.terminalDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.terminalDataGridViewTextBoxColumn.set_Width(0x3f);
     this.operatorDataGridViewTextBoxColumn.set_DataPropertyName("Operator");
     this.operatorDataGridViewTextBoxColumn.set_HeaderText("Оператор");
     this.operatorDataGridViewTextBoxColumn.set_Name("operatorDataGridViewTextBoxColumn");
     this.operatorDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.operatorDataGridViewTextBoxColumn.set_Width(0x51);
     this.requestTypeDataGridViewTextBoxColumn.set_DataPropertyName("RequestType");
     this.requestTypeDataGridViewTextBoxColumn.set_HeaderText("Тип операции");
     this.requestTypeDataGridViewTextBoxColumn.set_Name("requestTypeDataGridViewTextBoxColumn");
     this.requestTypeDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.requestTypeDataGridViewTextBoxColumn.set_Width(0x5e);
     this.externalTransactionIdDataGridViewTextBoxColumn.set_DataPropertyName("ExternalTransactionId");
     this.externalTransactionIdDataGridViewTextBoxColumn.set_HeaderText("Номер операции");
     this.externalTransactionIdDataGridViewTextBoxColumn.set_Name("externalTransactionIdDataGridViewTextBoxColumn");
     this.externalTransactionIdDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.externalTransactionIdDataGridViewTextBoxColumn.set_Width(0x6b);
     this.statusDataGridViewTextBoxColumn.set_DataPropertyName("Status");
     this.statusDataGridViewTextBoxColumn.set_HeaderText("Статус операции");
     this.statusDataGridViewTextBoxColumn.set_Name("statusDataGridViewTextBoxColumn");
     this.statusDataGridViewTextBoxColumn.set_ReadOnly(true);
     this.statusDataGridViewTextBoxColumn.set_Width(0x6b);
     this.CashFlowType.set_DataPropertyName("CashFlowType");
     this.CashFlowType.set_HeaderText("Режим работы");
     this.CashFlowType.set_Name("CashFlowType");
     this.CashFlowType.set_ReadOnly(true);
     this.CashFlowType.set_Width(0x62);
     this.AgentName.set_DataPropertyName("AgentName");
     this.AgentName.set_HeaderText("Агент");
     this.AgentName.set_Name("AgentName");
     this.AgentName.set_ReadOnly(true);
     this.AgentName.set_Width(0x3d);
     this.PaymentOrderNumber.set_DataPropertyName("PaymentOrderNumber");
     this.PaymentOrderNumber.set_HeaderText("Номер плат. поручения");
     this.PaymentOrderNumber.set_Name("PaymentOrderNumber");
     this.PaymentOrderNumber.set_ReadOnly(true);
     this.PaymentOrderNumber.set_Width(0x89);
     this.PaymentOrderDate.set_DataPropertyName("PaymentOrderDate");
     this.PaymentOrderDate.set_HeaderText("Дата плат. поручения");
     this.PaymentOrderDate.set_Name("PaymentOrderDate");
     this.PaymentOrderDate.set_ReadOnly(true);
     this.PaymentOrderDate.set_Width(130);
     this.PackNumber.set_DataPropertyName("PackNumber");
     this.PackNumber.set_HeaderText("Номер пачки");
     this.PackNumber.set_Name("PackNumber");
     this.PackNumber.set_ReadOnly(true);
     this.PackNumber.set_Width(90);
     this.m_PaymentsSource.set_DataSource(typeof(PayRequest));
     this.m_PaySumm.set_ForeColor(System.Drawing.Color.MediumBlue);
     this.m_PaySumm.set_Name("m_PaySumm");
     this.m_PaySumm.set_Size(new System.Drawing.Size(0x1d, 0x16));
     this.m_PaySumm.set_Text("0.00");
     this.m_ReverseSumm.set_ForeColor(System.Drawing.Color.MediumBlue);
     this.m_ReverseSumm.set_Name("m_ReverseSumm");
     this.m_ReverseSumm.set_Size(new System.Drawing.Size(0x1d, 0x16));
     this.m_ReverseSumm.set_Text("0.00");
     this.m_TotalSumm.set_ForeColor(System.Drawing.Color.MediumBlue);
     this.m_TotalSumm.set_Name("m_TotalSumm");
     this.m_TotalSumm.set_Size(new System.Drawing.Size(0x1d, 0x16));
     this.m_TotalSumm.set_Text("0.00");
     this.toolStrip1.set_GripStyle(System.Windows.Forms.ToolStripGripStyle.Hidden);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.m_ShowReceipt, separator, this.m_ReversePayment, separator2, separator3, this.ddbPayments, separator4, this.m_ShowDayReport, separator5, this.toolStripSplitButton1, this.toolStripSeparator7, label, this.m_PaySumm, separator6, label2, this.m_ReverseSumm,
         separator7, label3, this.m_TotalSumm, separator8
      });
     this.toolStrip1.set_Location(new System.Drawing.Point(0, 0));
     this.toolStrip1.set_Name("toolStrip1");
     this.toolStrip1.set_Size(new System.Drawing.Size(0x47f, 0x19));
     this.toolStrip1.set_TabIndex(1);
     this.toolStrip1.set_Text("toolStrip1");
     this.m_ShowReceipt.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.m_ShowReceipt.set_Image((System.Drawing.Image) manager.GetObject("m_ShowReceipt.Image"));
     this.m_ShowReceipt.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.m_ShowReceipt.set_Name("m_ShowReceipt");
     this.m_ShowReceipt.set_Size(new System.Drawing.Size(0x42, 0x16));
     this.m_ShowReceipt.set_Text("Квитанция");
     this.m_ShowReceipt.add_Click(new System.EventHandler(this.m_ShowReceipt_Click));
     this.m_ReversePayment.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.m_ReversePayment.set_Image((System.Drawing.Image) manager.GetObject("m_ReversePayment.Image"));
     this.m_ReversePayment.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.m_ReversePayment.set_Name("m_ReversePayment");
     this.m_ReversePayment.set_Size(new System.Drawing.Size(0x63, 0x16));
     this.m_ReversePayment.set_Text("Возврат платежа");
     this.m_ReversePayment.add_Click(new System.EventHandler(this.m_ReversePayment_Click));
     this.ddbPayments.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.ddbPayments.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.операторуToolStripMenuItem, this.кассеToolStripMenuItem, this.пунктуПриемаToolStripMenuItem });
     this.ddbPayments.set_Image((System.Drawing.Image) manager.GetObject("ddbPayments.Image"));
     this.ddbPayments.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.ddbPayments.set_Name("ddbPayments");
     this.ddbPayments.set_Size(new System.Drawing.Size(0x5c, 0x16));
     this.ddbPayments.set_Text("Платежи по...");
     this.операторуToolStripMenuItem.set_Name("операторуToolStripMenuItem");
     this.операторуToolStripMenuItem.set_Size(new System.Drawing.Size(0xaf, 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(0xaf, 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(0xaf, 0x16));
     this.пунктуПриемаToolStripMenuItem.set_Text("по пункту приема");
     this.пунктуПриемаToolStripMenuItem.add_Click(new System.EventHandler(this.пунктуПриемаToolStripMenuItem_Click));
     this.m_ShowDayReport.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.m_ShowDayReport.set_Image((System.Drawing.Image) manager.GetObject("m_ShowDayReport.Image"));
     this.m_ShowDayReport.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.m_ShowDayReport.set_Name("m_ShowDayReport");
     this.m_ShowDayReport.set_Size(new System.Drawing.Size(0x73, 0x16));
     this.m_ShowDayReport.set_Text("Отчет по операциям");
     this.m_ShowDayReport.add_Click(new System.EventHandler(this.m_ShowDayReport_Click));
     this.toolStripSplitButton1.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.toolStripSplitButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.отчётВРазрезеПачекToolStripMenuItem, this.отчётПоОперациямВРазрезеКассировToolStripMenuItem, this.отчетПоВсемОперациямВРазрезеПоставщиковToolStripMenuItem, this.отчетПоОперациямВРазрезеРежимаРаботыПользователияизЖурналаToolStripMenuItem, this.отчётПоПоставщикамToolStripMenuItem, this.toolStripMenuItem1, this.XReportToolStripMenuItem, this.ZReportToolStripMenuItem, this.внестиВКассуToolStripMenuItem, this.инкасацияToolStripMenuItem });
     this.toolStripSplitButton1.set_Image((System.Drawing.Image) manager.GetObject("toolStripSplitButton1.Image"));
     this.toolStripSplitButton1.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.toolStripSplitButton1.set_Name("toolStripSplitButton1");
     this.toolStripSplitButton1.set_Size(new System.Drawing.Size(60, 0x16));
     this.toolStripSplitButton1.set_Text("Прочие");
     this.отчётВРазрезеПачекToolStripMenuItem.set_Name("отчётВРазрезеПачекToolStripMenuItem");
     this.отчётВРазрезеПачекToolStripMenuItem.set_Size(new System.Drawing.Size(0x1dc, 0x16));
     this.отчётВРазрезеПачекToolStripMenuItem.set_Text("Отчёт в разрезе пачек");
     this.отчётВРазрезеПачекToolStripMenuItem.add_Click(new System.EventHandler(this.m_ShowReportByParameters_Click));
     this.отчётПоОперациямВРазрезеКассировToolStripMenuItem.set_Name("отчётПоОперациямВРазрезеКассировToolStripMenuItem");
     this.отчётПоОперациямВРазрезеКассировToolStripMenuItem.set_Size(new System.Drawing.Size(0x1dc, 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(0x1dc, 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(0x1dc, 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(0x1dc, 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(0x1d9, 6));
     this.XReportToolStripMenuItem.set_Name("XReportToolStripMenuItem");
     this.XReportToolStripMenuItem.set_Size(new System.Drawing.Size(0x1dc, 0x16));
     this.XReportToolStripMenuItem.set_Text("X-Отчет");
     this.XReportToolStripMenuItem.add_Click(new System.EventHandler(this.XReportToolStripMenuItem_Click));
     this.ZReportToolStripMenuItem.set_Name("ZReportToolStripMenuItem");
     this.ZReportToolStripMenuItem.set_Size(new System.Drawing.Size(0x1dc, 0x16));
     this.ZReportToolStripMenuItem.set_Text("Закрытие смены");
     this.ZReportToolStripMenuItem.add_Click(new System.EventHandler(this.ZReportToolStripMenuItem_Click));
     this.внестиВКассуToolStripMenuItem.set_Name("внестиВКассуToolStripMenuItem");
     this.внестиВКассуToolStripMenuItem.set_Size(new System.Drawing.Size(0x1dc, 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(0x1dc, 0x16));
     this.инкасацияToolStripMenuItem.set_Text("Инкасация");
     this.инкасацияToolStripMenuItem.add_Click(new System.EventHandler(this.инкасацияToolStripMenuItem_Click));
     this.toolStripSeparator7.set_Name("toolStripSeparator7");
     this.toolStripSeparator7.set_Size(new System.Drawing.Size(6, 0x19));
     this.dataGridViewTextBoxColumn1.set_DataPropertyName("Terminal");
     this.dataGridViewTextBoxColumn1.set_HeaderText("Касса");
     this.dataGridViewTextBoxColumn1.set_Name("dataGridViewTextBoxColumn1");
     this.dataGridViewTextBoxColumn1.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn1.set_Width(0x3f);
     this.dataGridViewTextBoxColumn2.set_DataPropertyName("Operator");
     this.dataGridViewTextBoxColumn2.set_HeaderText("Оператор");
     this.dataGridViewTextBoxColumn2.set_Name("dataGridViewTextBoxColumn2");
     this.dataGridViewTextBoxColumn2.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn2.set_Width(0x51);
     this.dataGridViewTextBoxColumn3.set_DataPropertyName("RequestType");
     this.dataGridViewTextBoxColumn3.set_HeaderText("Тип платежа");
     this.dataGridViewTextBoxColumn3.set_Name("dataGridViewTextBoxColumn3");
     this.dataGridViewTextBoxColumn3.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn3.set_Width(0x59);
     this.dataGridViewTextBoxColumn4.set_DataPropertyName("ExternalTransactionId");
     this.dataGridViewTextBoxColumn4.set_HeaderText("Номер операции");
     this.dataGridViewTextBoxColumn4.set_Name("dataGridViewTextBoxColumn4");
     this.dataGridViewTextBoxColumn4.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn4.set_Width(0x6b);
     this.dataGridViewTextBoxColumn5.set_DataPropertyName("ConfirmedAt");
     this.dataGridViewTextBoxColumn5.set_HeaderText("Дата операции");
     this.dataGridViewTextBoxColumn5.set_Name("dataGridViewTextBoxColumn5");
     this.dataGridViewTextBoxColumn5.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn5.set_Width(0x6b);
     this.dataGridViewTextBoxColumn6.set_DataPropertyName("AccountNumber");
     this.dataGridViewTextBoxColumn6.set_HeaderText("Лицевой счет");
     this.dataGridViewTextBoxColumn6.set_Name("dataGridViewTextBoxColumn6");
     this.dataGridViewTextBoxColumn6.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn6.set_Width(0x5d);
     this.dataGridViewTextBoxColumn7.set_DataPropertyName("AddressName");
     this.dataGridViewTextBoxColumn7.set_HeaderText("Адрес");
     this.dataGridViewTextBoxColumn7.set_Name("dataGridViewTextBoxColumn7");
     this.dataGridViewTextBoxColumn7.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn7.set_Width(0x3f);
     this.dataGridViewTextBoxColumn8.set_DataPropertyName("OwnerName");
     this.dataGridViewTextBoxColumn8.set_HeaderText("Владелец");
     this.dataGridViewTextBoxColumn8.set_Name("dataGridViewTextBoxColumn8");
     this.dataGridViewTextBoxColumn8.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn8.set_Width(0x51);
     this.dataGridViewTextBoxColumn9.set_DataPropertyName("PaidSumm");
     this.dataGridViewTextBoxColumn9.set_HeaderText("Сумма оплаты");
     this.dataGridViewTextBoxColumn9.set_Name("dataGridViewTextBoxColumn9");
     this.dataGridViewTextBoxColumn9.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn9.set_Width(0x61);
     this.dataGridViewTextBoxColumn10.set_DataPropertyName("ReverseStatus");
     this.dataGridViewTextBoxColumn10.set_HeaderText("Тип операции");
     this.dataGridViewTextBoxColumn10.set_Name("dataGridViewTextBoxColumn10");
     this.dataGridViewTextBoxColumn10.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn10.set_Width(0x5e);
     this.dataGridViewTextBoxColumn11.set_DataPropertyName("Status");
     this.dataGridViewTextBoxColumn11.set_HeaderText("Статус операции");
     this.dataGridViewTextBoxColumn11.set_Name("dataGridViewTextBoxColumn11");
     this.dataGridViewTextBoxColumn11.set_ReadOnly(true);
     this.dataGridViewTextBoxColumn11.set_Visible(false);
     this.dataGridViewTextBoxColumn11.set_Width(0x6b);
     this.datePeriodRequests.AttachToPeriod = false;
     this.datePeriodRequests.DateBeginReadonly = false;
     this.datePeriodRequests.DateEndReadonly = false;
     this.datePeriodRequests.set_Location(new System.Drawing.Point(0x38, 0x1a));
     this.datePeriodRequests.set_Margin(new System.Windows.Forms.Padding(4));
     this.datePeriodRequests.set_Name("datePeriodRequests");
     this.datePeriodRequests.set_Size(new System.Drawing.Size(0xe9, 0x17));
     this.datePeriodRequests.set_TabIndex(2);
     this.datePeriodRequests.OnEndBeginPeriodChangeHandler += new DateEndPeriodChangeHandler(this.datePeriodRequests_OnDateChangeHandler);
     this.datePeriodRequests.OnDateBeginPeriodChangeHandler += new DateBeginPeriodChangeHandler(this.datePeriodRequests_OnDateChangeHandler);
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(3, 30));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x34, 13));
     this.label1.set_TabIndex(3);
     this.label1.set_Text("Платежи");
     this.POSView.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     this.POSView.set_Location(new System.Drawing.Point(0x353, 0x1c));
     this.POSView.set_Name("POSView");
     this.POSView.set_Size(new System.Drawing.Size(0x129, 0x12));
     this.POSView.set_TabIndex(7);
     this.toolStripComm.set_Dock(System.Windows.Forms.DockStyle.None);
     this.toolStripComm.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { label7, separator11, label4, this.m_PaySummComm, separator9, label5, this.m_ReverseSummComm, separator10, label6, this.m_TotalSummComm });
     this.toolStripComm.set_Location(new System.Drawing.Point(0x125, 0x19));
     this.toolStripComm.set_Name("toolStripComm");
     this.toolStripComm.set_Size(new System.Drawing.Size(0x159, 0x19));
     this.toolStripComm.set_TabIndex(8);
     this.toolStripComm.set_Text("toolStrip2");
     this.toolStripComm.set_Visible(false);
     this.m_PaySummComm.set_ForeColor(System.Drawing.Color.MediumBlue);
     this.m_PaySummComm.set_Name("m_PaySummComm");
     this.m_PaySummComm.set_Size(new System.Drawing.Size(0x1d, 0x16));
     this.m_PaySummComm.set_Text("0.00");
     this.m_ReverseSummComm.set_ForeColor(System.Drawing.Color.MediumBlue);
     this.m_ReverseSummComm.set_Name("m_ReverseSummComm");
     this.m_ReverseSummComm.set_Size(new System.Drawing.Size(0x1d, 0x16));
     this.m_ReverseSummComm.set_Text("0.00");
     this.m_TotalSummComm.set_ForeColor(System.Drawing.Color.MediumBlue);
     this.m_TotalSummComm.set_Name("m_TotalSummComm");
     this.m_TotalSummComm.set_Size(new System.Drawing.Size(0x1d, 0x16));
     this.m_TotalSummComm.set_Text("0.00");
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.Controls.Add(this.toolStripComm);
     base.Controls.Add(this.POSView);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.datePeriodRequests);
     base.Controls.Add(this.m_PaymentsGrid);
     base.Controls.Add(this.toolStrip1);
     base.set_Name("PaymentsByTerminalView");
     base.set_Size(new System.Drawing.Size(0x47f, 0x1d2));
     base.add_Load(new System.EventHandler(this.PaymentsListView_Load));
     this.m_PaymentsGrid.EndInit();
     this.m_PaymentsSource.EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.toolStripComm.ResumeLayout(false);
     this.toolStripComm.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Пример #7
0
 public PaymentsByAccountForm(Account account, POSView posView)
     : this(account)
 {
     this.posView = posView;
 }