|
@@ -0,0 +1,508 @@
|
|
|
|
|
+namespace RestaurantApp
|
|
|
|
|
+{
|
|
|
|
|
+ partial class ReportForm
|
|
|
|
|
+ {
|
|
|
|
|
+ private System.ComponentModel.IContainer components = null;
|
|
|
|
|
+
|
|
|
|
|
+ protected override void Dispose(bool disposing)
|
|
|
|
|
+ {
|
|
|
|
|
+ if (disposing && (components != null))
|
|
|
|
|
+ {
|
|
|
|
|
+ components.Dispose();
|
|
|
|
|
+ }
|
|
|
|
|
+ base.Dispose(disposing);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ private void InitializeComponent()
|
|
|
|
|
+ {
|
|
|
|
|
+ this.tabControl = new System.Windows.Forms.TabControl();
|
|
|
|
|
+ this.tabRevenue = new System.Windows.Forms.TabPage();
|
|
|
|
|
+ this.dgvRevenue = new System.Windows.Forms.DataGridView();
|
|
|
|
|
+ this.panelRevenue = new System.Windows.Forms.Panel();
|
|
|
|
|
+ this.btnRevenueShow = new System.Windows.Forms.Button();
|
|
|
|
|
+ this.dtpRevenueTo = new System.Windows.Forms.DateTimePicker();
|
|
|
|
|
+ this.lblRevenueTo = new System.Windows.Forms.Label();
|
|
|
|
|
+ this.dtpRevenueFrom = new System.Windows.Forms.DateTimePicker();
|
|
|
|
|
+ this.lblRevenueFrom = new System.Windows.Forms.Label();
|
|
|
|
|
+ this.tabDishSales = new System.Windows.Forms.TabPage();
|
|
|
|
|
+ this.dgvDishSales = new System.Windows.Forms.DataGridView();
|
|
|
|
|
+ this.panelDishSales = new System.Windows.Forms.Panel();
|
|
|
|
|
+ this.btnDishSalesShow = new System.Windows.Forms.Button();
|
|
|
|
|
+ this.dtpDishSalesTo = new System.Windows.Forms.DateTimePicker();
|
|
|
|
|
+ this.lblDishSalesTo = new System.Windows.Forms.Label();
|
|
|
|
|
+ this.dtpDishSalesFrom = new System.Windows.Forms.DateTimePicker();
|
|
|
|
|
+ this.lblDishSalesFrom = new System.Windows.Forms.Label();
|
|
|
|
|
+ this.tabWaiterStats = new System.Windows.Forms.TabPage();
|
|
|
|
|
+ this.dgvWaiterStats = new System.Windows.Forms.DataGridView();
|
|
|
|
|
+ this.panelWaiterStats = new System.Windows.Forms.Panel();
|
|
|
|
|
+ this.btnWaiterStatsShow = new System.Windows.Forms.Button();
|
|
|
|
|
+ this.dtpWaiterStatsTo = new System.Windows.Forms.DateTimePicker();
|
|
|
|
|
+ this.lblWaiterStatsTo = new System.Windows.Forms.Label();
|
|
|
|
|
+ this.dtpWaiterStatsFrom = new System.Windows.Forms.DateTimePicker();
|
|
|
|
|
+ this.lblWaiterStatsFrom = new System.Windows.Forms.Label();
|
|
|
|
|
+ this.tabPaymentMethods = new System.Windows.Forms.TabPage();
|
|
|
|
|
+ this.dgvPaymentMethods = new System.Windows.Forms.DataGridView();
|
|
|
|
|
+ this.panelPaymentMethods = new System.Windows.Forms.Panel();
|
|
|
|
|
+ this.btnPaymentMethodsShow = new System.Windows.Forms.Button();
|
|
|
|
|
+ this.dtpPaymentMethodsTo = new System.Windows.Forms.DateTimePicker();
|
|
|
|
|
+ this.lblPaymentMethodsTo = new System.Windows.Forms.Label();
|
|
|
|
|
+ this.dtpPaymentMethodsFrom = new System.Windows.Forms.DateTimePicker();
|
|
|
|
|
+ this.lblPaymentMethodsFrom = new System.Windows.Forms.Label();
|
|
|
|
|
+ this.tabLowStock = new System.Windows.Forms.TabPage();
|
|
|
|
|
+ this.dgvLowStock = new System.Windows.Forms.DataGridView();
|
|
|
|
|
+ this.btnLowStockRefresh = new System.Windows.Forms.Button();
|
|
|
|
|
+ this.tabControl.SuspendLayout();
|
|
|
|
|
+ this.tabRevenue.SuspendLayout();
|
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dgvRevenue)).BeginInit();
|
|
|
|
|
+ this.panelRevenue.SuspendLayout();
|
|
|
|
|
+ this.tabDishSales.SuspendLayout();
|
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dgvDishSales)).BeginInit();
|
|
|
|
|
+ this.panelDishSales.SuspendLayout();
|
|
|
|
|
+ this.tabWaiterStats.SuspendLayout();
|
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dgvWaiterStats)).BeginInit();
|
|
|
|
|
+ this.panelWaiterStats.SuspendLayout();
|
|
|
|
|
+ this.tabPaymentMethods.SuspendLayout();
|
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dgvPaymentMethods)).BeginInit();
|
|
|
|
|
+ this.panelPaymentMethods.SuspendLayout();
|
|
|
|
|
+ this.tabLowStock.SuspendLayout();
|
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dgvLowStock)).BeginInit();
|
|
|
|
|
+ this.SuspendLayout();
|
|
|
|
|
+ //
|
|
|
|
|
+ // tabControl
|
|
|
|
|
+ //
|
|
|
|
|
+ this.tabControl.Controls.Add(this.tabRevenue);
|
|
|
|
|
+ this.tabControl.Controls.Add(this.tabDishSales);
|
|
|
|
|
+ this.tabControl.Controls.Add(this.tabWaiterStats);
|
|
|
|
|
+ this.tabControl.Controls.Add(this.tabPaymentMethods);
|
|
|
|
|
+ this.tabControl.Controls.Add(this.tabLowStock);
|
|
|
|
|
+ this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
+ this.tabControl.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
+ this.tabControl.Name = "tabControl";
|
|
|
|
|
+ this.tabControl.SelectedIndex = 0;
|
|
|
|
|
+ this.tabControl.Size = new System.Drawing.Size(1000, 600);
|
|
|
|
|
+ this.tabControl.TabIndex = 0;
|
|
|
|
|
+ //
|
|
|
|
|
+ // tabRevenue
|
|
|
|
|
+ //
|
|
|
|
|
+ this.tabRevenue.Controls.Add(this.dgvRevenue);
|
|
|
|
|
+ this.tabRevenue.Controls.Add(this.panelRevenue);
|
|
|
|
|
+ this.tabRevenue.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
+ this.tabRevenue.Name = "tabRevenue";
|
|
|
|
|
+ this.tabRevenue.Padding = new System.Windows.Forms.Padding(3);
|
|
|
|
|
+ this.tabRevenue.Size = new System.Drawing.Size(992, 574);
|
|
|
|
|
+ this.tabRevenue.TabIndex = 0;
|
|
|
|
|
+ this.tabRevenue.Text = "Выручка";
|
|
|
|
|
+ this.tabRevenue.UseVisualStyleBackColor = true;
|
|
|
|
|
+ //
|
|
|
|
|
+ // dgvRevenue
|
|
|
|
|
+ //
|
|
|
|
|
+ this.dgvRevenue.AllowUserToAddRows = false;
|
|
|
|
|
+ this.dgvRevenue.AllowUserToDeleteRows = false;
|
|
|
|
|
+ this.dgvRevenue.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
|
|
|
+ this.dgvRevenue.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
+ this.dgvRevenue.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
+ this.dgvRevenue.Location = new System.Drawing.Point(3, 45);
|
|
|
|
|
+ this.dgvRevenue.Name = "dgvRevenue";
|
|
|
|
|
+ this.dgvRevenue.ReadOnly = true;
|
|
|
|
|
+ this.dgvRevenue.Size = new System.Drawing.Size(986, 526);
|
|
|
|
|
+ this.dgvRevenue.TabIndex = 1;
|
|
|
|
|
+ //
|
|
|
|
|
+ // panelRevenue
|
|
|
|
|
+ //
|
|
|
|
|
+ this.panelRevenue.Controls.Add(this.btnRevenueShow);
|
|
|
|
|
+ this.panelRevenue.Controls.Add(this.dtpRevenueTo);
|
|
|
|
|
+ this.panelRevenue.Controls.Add(this.lblRevenueTo);
|
|
|
|
|
+ this.panelRevenue.Controls.Add(this.dtpRevenueFrom);
|
|
|
|
|
+ this.panelRevenue.Controls.Add(this.lblRevenueFrom);
|
|
|
|
|
+ this.panelRevenue.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
|
+ this.panelRevenue.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
+ this.panelRevenue.Name = "panelRevenue";
|
|
|
|
|
+ this.panelRevenue.Size = new System.Drawing.Size(986, 42);
|
|
|
|
|
+ this.panelRevenue.TabIndex = 0;
|
|
|
|
|
+ //
|
|
|
|
|
+ // btnRevenueShow
|
|
|
|
|
+ //
|
|
|
|
|
+ this.btnRevenueShow.Location = new System.Drawing.Point(370, 10);
|
|
|
|
|
+ this.btnRevenueShow.Name = "btnRevenueShow";
|
|
|
|
|
+ this.btnRevenueShow.Size = new System.Drawing.Size(100, 23);
|
|
|
|
|
+ this.btnRevenueShow.TabIndex = 4;
|
|
|
|
|
+ this.btnRevenueShow.Text = "Показать";
|
|
|
|
|
+ this.btnRevenueShow.UseVisualStyleBackColor = true;
|
|
|
|
|
+ //
|
|
|
|
|
+ // dtpRevenueTo
|
|
|
|
|
+ //
|
|
|
|
|
+ this.dtpRevenueTo.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
|
|
|
|
+ this.dtpRevenueTo.Location = new System.Drawing.Point(250, 12);
|
|
|
|
|
+ this.dtpRevenueTo.Name = "dtpRevenueTo";
|
|
|
|
|
+ this.dtpRevenueTo.Size = new System.Drawing.Size(100, 20);
|
|
|
|
|
+ this.dtpRevenueTo.TabIndex = 3;
|
|
|
|
|
+ //
|
|
|
|
|
+ // lblRevenueTo
|
|
|
|
|
+ //
|
|
|
|
|
+ this.lblRevenueTo.AutoSize = true;
|
|
|
|
|
+ this.lblRevenueTo.Location = new System.Drawing.Point(220, 15);
|
|
|
|
|
+ this.lblRevenueTo.Name = "lblRevenueTo";
|
|
|
|
|
+ this.lblRevenueTo.Size = new System.Drawing.Size(22, 13);
|
|
|
|
|
+ this.lblRevenueTo.TabIndex = 2;
|
|
|
|
|
+ this.lblRevenueTo.Text = "по:";
|
|
|
|
|
+ //
|
|
|
|
|
+ // dtpRevenueFrom
|
|
|
|
|
+ //
|
|
|
|
|
+ this.dtpRevenueFrom.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
|
|
|
|
+ this.dtpRevenueFrom.Location = new System.Drawing.Point(100, 12);
|
|
|
|
|
+ this.dtpRevenueFrom.Name = "dtpRevenueFrom";
|
|
|
|
|
+ this.dtpRevenueFrom.Size = new System.Drawing.Size(100, 20);
|
|
|
|
|
+ this.dtpRevenueFrom.TabIndex = 1;
|
|
|
|
|
+ //
|
|
|
|
|
+ // lblRevenueFrom
|
|
|
|
|
+ //
|
|
|
|
|
+ this.lblRevenueFrom.AutoSize = true;
|
|
|
|
|
+ this.lblRevenueFrom.Location = new System.Drawing.Point(20, 15);
|
|
|
|
|
+ this.lblRevenueFrom.Name = "lblRevenueFrom";
|
|
|
|
|
+ this.lblRevenueFrom.Size = new System.Drawing.Size(66, 13);
|
|
|
|
|
+ this.lblRevenueFrom.TabIndex = 0;
|
|
|
|
|
+ this.lblRevenueFrom.Text = "Период с:";
|
|
|
|
|
+ //
|
|
|
|
|
+ // tabDishSales
|
|
|
|
|
+ //
|
|
|
|
|
+ this.tabDishSales.Controls.Add(this.dgvDishSales);
|
|
|
|
|
+ this.tabDishSales.Controls.Add(this.panelDishSales);
|
|
|
|
|
+ this.tabDishSales.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
+ this.tabDishSales.Name = "tabDishSales";
|
|
|
|
|
+ this.tabDishSales.Padding = new System.Windows.Forms.Padding(3);
|
|
|
|
|
+ this.tabDishSales.Size = new System.Drawing.Size(992, 574);
|
|
|
|
|
+ this.tabDishSales.TabIndex = 1;
|
|
|
|
|
+ this.tabDishSales.Text = "Продажи блюд";
|
|
|
|
|
+ this.tabDishSales.UseVisualStyleBackColor = true;
|
|
|
|
|
+ //
|
|
|
|
|
+ // dgvDishSales
|
|
|
|
|
+ //
|
|
|
|
|
+ this.dgvDishSales.AllowUserToAddRows = false;
|
|
|
|
|
+ this.dgvDishSales.AllowUserToDeleteRows = false;
|
|
|
|
|
+ this.dgvDishSales.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
|
|
|
+ this.dgvDishSales.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
+ this.dgvDishSales.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
+ this.dgvDishSales.Location = new System.Drawing.Point(3, 45);
|
|
|
|
|
+ this.dgvDishSales.Name = "dgvDishSales";
|
|
|
|
|
+ this.dgvDishSales.ReadOnly = true;
|
|
|
|
|
+ this.dgvDishSales.Size = new System.Drawing.Size(986, 526);
|
|
|
|
|
+ this.dgvDishSales.TabIndex = 1;
|
|
|
|
|
+ //
|
|
|
|
|
+ // panelDishSales
|
|
|
|
|
+ //
|
|
|
|
|
+ this.panelDishSales.Controls.Add(this.btnDishSalesShow);
|
|
|
|
|
+ this.panelDishSales.Controls.Add(this.dtpDishSalesTo);
|
|
|
|
|
+ this.panelDishSales.Controls.Add(this.lblDishSalesTo);
|
|
|
|
|
+ this.panelDishSales.Controls.Add(this.dtpDishSalesFrom);
|
|
|
|
|
+ this.panelDishSales.Controls.Add(this.lblDishSalesFrom);
|
|
|
|
|
+ this.panelDishSales.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
|
+ this.panelDishSales.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
+ this.panelDishSales.Name = "panelDishSales";
|
|
|
|
|
+ this.panelDishSales.Size = new System.Drawing.Size(986, 42);
|
|
|
|
|
+ this.panelDishSales.TabIndex = 0;
|
|
|
|
|
+ //
|
|
|
|
|
+ // btnDishSalesShow
|
|
|
|
|
+ //
|
|
|
|
|
+ this.btnDishSalesShow.Location = new System.Drawing.Point(370, 10);
|
|
|
|
|
+ this.btnDishSalesShow.Name = "btnDishSalesShow";
|
|
|
|
|
+ this.btnDishSalesShow.Size = new System.Drawing.Size(100, 23);
|
|
|
|
|
+ this.btnDishSalesShow.TabIndex = 4;
|
|
|
|
|
+ this.btnDishSalesShow.Text = "Показать";
|
|
|
|
|
+ this.btnDishSalesShow.UseVisualStyleBackColor = true;
|
|
|
|
|
+ //
|
|
|
|
|
+ // dtpDishSalesTo
|
|
|
|
|
+ //
|
|
|
|
|
+ this.dtpDishSalesTo.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
|
|
|
|
+ this.dtpDishSalesTo.Location = new System.Drawing.Point(250, 12);
|
|
|
|
|
+ this.dtpDishSalesTo.Name = "dtpDishSalesTo";
|
|
|
|
|
+ this.dtpDishSalesTo.Size = new System.Drawing.Size(100, 20);
|
|
|
|
|
+ this.dtpDishSalesTo.TabIndex = 3;
|
|
|
|
|
+ //
|
|
|
|
|
+ // lblDishSalesTo
|
|
|
|
|
+ //
|
|
|
|
|
+ this.lblDishSalesTo.AutoSize = true;
|
|
|
|
|
+ this.lblDishSalesTo.Location = new System.Drawing.Point(220, 15);
|
|
|
|
|
+ this.lblDishSalesTo.Name = "lblDishSalesTo";
|
|
|
|
|
+ this.lblDishSalesTo.Size = new System.Drawing.Size(22, 13);
|
|
|
|
|
+ this.lblDishSalesTo.TabIndex = 2;
|
|
|
|
|
+ this.lblDishSalesTo.Text = "по:";
|
|
|
|
|
+ //
|
|
|
|
|
+ // dtpDishSalesFrom
|
|
|
|
|
+ //
|
|
|
|
|
+ this.dtpDishSalesFrom.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
|
|
|
|
+ this.dtpDishSalesFrom.Location = new System.Drawing.Point(100, 12);
|
|
|
|
|
+ this.dtpDishSalesFrom.Name = "dtpDishSalesFrom";
|
|
|
|
|
+ this.dtpDishSalesFrom.Size = new System.Drawing.Size(100, 20);
|
|
|
|
|
+ this.dtpDishSalesFrom.TabIndex = 1;
|
|
|
|
|
+ //
|
|
|
|
|
+ // lblDishSalesFrom
|
|
|
|
|
+ //
|
|
|
|
|
+ this.lblDishSalesFrom.AutoSize = true;
|
|
|
|
|
+ this.lblDishSalesFrom.Location = new System.Drawing.Point(20, 15);
|
|
|
|
|
+ this.lblDishSalesFrom.Name = "lblDishSalesFrom";
|
|
|
|
|
+ this.lblDishSalesFrom.Size = new System.Drawing.Size(66, 13);
|
|
|
|
|
+ this.lblDishSalesFrom.TabIndex = 0;
|
|
|
|
|
+ this.lblDishSalesFrom.Text = "Период с:";
|
|
|
|
|
+ //
|
|
|
|
|
+ // tabWaiterStats
|
|
|
|
|
+ //
|
|
|
|
|
+ this.tabWaiterStats.Controls.Add(this.dgvWaiterStats);
|
|
|
|
|
+ this.tabWaiterStats.Controls.Add(this.panelWaiterStats);
|
|
|
|
|
+ this.tabWaiterStats.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
+ this.tabWaiterStats.Name = "tabWaiterStats";
|
|
|
|
|
+ this.tabWaiterStats.Size = new System.Drawing.Size(992, 574);
|
|
|
|
|
+ this.tabWaiterStats.TabIndex = 2;
|
|
|
|
|
+ this.tabWaiterStats.Text = "Официанты";
|
|
|
|
|
+ this.tabWaiterStats.UseVisualStyleBackColor = true;
|
|
|
|
|
+ //
|
|
|
|
|
+ // dgvWaiterStats
|
|
|
|
|
+ //
|
|
|
|
|
+ this.dgvWaiterStats.AllowUserToAddRows = false;
|
|
|
|
|
+ this.dgvWaiterStats.AllowUserToDeleteRows = false;
|
|
|
|
|
+ this.dgvWaiterStats.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
|
|
|
+ this.dgvWaiterStats.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
+ this.dgvWaiterStats.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
+ this.dgvWaiterStats.Location = new System.Drawing.Point(0, 45);
|
|
|
|
|
+ this.dgvWaiterStats.Name = "dgvWaiterStats";
|
|
|
|
|
+ this.dgvWaiterStats.ReadOnly = true;
|
|
|
|
|
+ this.dgvWaiterStats.Size = new System.Drawing.Size(992, 529);
|
|
|
|
|
+ this.dgvWaiterStats.TabIndex = 1;
|
|
|
|
|
+ //
|
|
|
|
|
+ // panelWaiterStats
|
|
|
|
|
+ //
|
|
|
|
|
+ this.panelWaiterStats.Controls.Add(this.btnWaiterStatsShow);
|
|
|
|
|
+ this.panelWaiterStats.Controls.Add(this.dtpWaiterStatsTo);
|
|
|
|
|
+ this.panelWaiterStats.Controls.Add(this.lblWaiterStatsTo);
|
|
|
|
|
+ this.panelWaiterStats.Controls.Add(this.dtpWaiterStatsFrom);
|
|
|
|
|
+ this.panelWaiterStats.Controls.Add(this.lblWaiterStatsFrom);
|
|
|
|
|
+ this.panelWaiterStats.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
|
+ this.panelWaiterStats.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
+ this.panelWaiterStats.Name = "panelWaiterStats";
|
|
|
|
|
+ this.panelWaiterStats.Size = new System.Drawing.Size(992, 45);
|
|
|
|
|
+ this.panelWaiterStats.TabIndex = 0;
|
|
|
|
|
+ //
|
|
|
|
|
+ // btnWaiterStatsShow
|
|
|
|
|
+ //
|
|
|
|
|
+ this.btnWaiterStatsShow.Location = new System.Drawing.Point(370, 10);
|
|
|
|
|
+ this.btnWaiterStatsShow.Name = "btnWaiterStatsShow";
|
|
|
|
|
+ this.btnWaiterStatsShow.Size = new System.Drawing.Size(100, 23);
|
|
|
|
|
+ this.btnWaiterStatsShow.TabIndex = 4;
|
|
|
|
|
+ this.btnWaiterStatsShow.Text = "Показать";
|
|
|
|
|
+ this.btnWaiterStatsShow.UseVisualStyleBackColor = true;
|
|
|
|
|
+ //
|
|
|
|
|
+ // dtpWaiterStatsTo
|
|
|
|
|
+ //
|
|
|
|
|
+ this.dtpWaiterStatsTo.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
|
|
|
|
+ this.dtpWaiterStatsTo.Location = new System.Drawing.Point(250, 12);
|
|
|
|
|
+ this.dtpWaiterStatsTo.Name = "dtpWaiterStatsTo";
|
|
|
|
|
+ this.dtpWaiterStatsTo.Size = new System.Drawing.Size(100, 20);
|
|
|
|
|
+ this.dtpWaiterStatsTo.TabIndex = 3;
|
|
|
|
|
+ //
|
|
|
|
|
+ // lblWaiterStatsTo
|
|
|
|
|
+ //
|
|
|
|
|
+ this.lblWaiterStatsTo.AutoSize = true;
|
|
|
|
|
+ this.lblWaiterStatsTo.Location = new System.Drawing.Point(220, 15);
|
|
|
|
|
+ this.lblWaiterStatsTo.Name = "lblWaiterStatsTo";
|
|
|
|
|
+ this.lblWaiterStatsTo.Size = new System.Drawing.Size(22, 13);
|
|
|
|
|
+ this.lblWaiterStatsTo.TabIndex = 2;
|
|
|
|
|
+ this.lblWaiterStatsTo.Text = "по:";
|
|
|
|
|
+ //
|
|
|
|
|
+ // dtpWaiterStatsFrom
|
|
|
|
|
+ //
|
|
|
|
|
+ this.dtpWaiterStatsFrom.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
|
|
|
|
+ this.dtpWaiterStatsFrom.Location = new System.Drawing.Point(100, 12);
|
|
|
|
|
+ this.dtpWaiterStatsFrom.Name = "dtpWaiterStatsFrom";
|
|
|
|
|
+ this.dtpWaiterStatsFrom.Size = new System.Drawing.Size(100, 20);
|
|
|
|
|
+ this.dtpWaiterStatsFrom.TabIndex = 1;
|
|
|
|
|
+ //
|
|
|
|
|
+ // lblWaiterStatsFrom
|
|
|
|
|
+ //
|
|
|
|
|
+ this.lblWaiterStatsFrom.AutoSize = true;
|
|
|
|
|
+ this.lblWaiterStatsFrom.Location = new System.Drawing.Point(20, 15);
|
|
|
|
|
+ this.lblWaiterStatsFrom.Name = "lblWaiterStatsFrom";
|
|
|
|
|
+ this.lblWaiterStatsFrom.Size = new System.Drawing.Size(66, 13);
|
|
|
|
|
+ this.lblWaiterStatsFrom.TabIndex = 0;
|
|
|
|
|
+ this.lblWaiterStatsFrom.Text = "Период с:";
|
|
|
|
|
+ //
|
|
|
|
|
+ // tabPaymentMethods
|
|
|
|
|
+ //
|
|
|
|
|
+ this.tabPaymentMethods.Controls.Add(this.dgvPaymentMethods);
|
|
|
|
|
+ this.tabPaymentMethods.Controls.Add(this.panelPaymentMethods);
|
|
|
|
|
+ this.tabPaymentMethods.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
+ this.tabPaymentMethods.Name = "tabPaymentMethods";
|
|
|
|
|
+ this.tabPaymentMethods.Size = new System.Drawing.Size(992, 574);
|
|
|
|
|
+ this.tabPaymentMethods.TabIndex = 3;
|
|
|
|
|
+ this.tabPaymentMethods.Text = "Способы оплаты";
|
|
|
|
|
+ this.tabPaymentMethods.UseVisualStyleBackColor = true;
|
|
|
|
|
+ //
|
|
|
|
|
+ // dgvPaymentMethods
|
|
|
|
|
+ //
|
|
|
|
|
+ this.dgvPaymentMethods.AllowUserToAddRows = false;
|
|
|
|
|
+ this.dgvPaymentMethods.AllowUserToDeleteRows = false;
|
|
|
|
|
+ this.dgvPaymentMethods.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
|
|
|
+ this.dgvPaymentMethods.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
+ this.dgvPaymentMethods.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
+ this.dgvPaymentMethods.Location = new System.Drawing.Point(0, 45);
|
|
|
|
|
+ this.dgvPaymentMethods.Name = "dgvPaymentMethods";
|
|
|
|
|
+ this.dgvPaymentMethods.ReadOnly = true;
|
|
|
|
|
+ this.dgvPaymentMethods.Size = new System.Drawing.Size(992, 529);
|
|
|
|
|
+ this.dgvPaymentMethods.TabIndex = 1;
|
|
|
|
|
+ //
|
|
|
|
|
+ // panelPaymentMethods
|
|
|
|
|
+ //
|
|
|
|
|
+ this.panelPaymentMethods.Controls.Add(this.btnPaymentMethodsShow);
|
|
|
|
|
+ this.panelPaymentMethods.Controls.Add(this.dtpPaymentMethodsTo);
|
|
|
|
|
+ this.panelPaymentMethods.Controls.Add(this.lblPaymentMethodsTo);
|
|
|
|
|
+ this.panelPaymentMethods.Controls.Add(this.dtpPaymentMethodsFrom);
|
|
|
|
|
+ this.panelPaymentMethods.Controls.Add(this.lblPaymentMethodsFrom);
|
|
|
|
|
+ this.panelPaymentMethods.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
|
+ this.panelPaymentMethods.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
+ this.panelPaymentMethods.Name = "panelPaymentMethods";
|
|
|
|
|
+ this.panelPaymentMethods.Size = new System.Drawing.Size(992, 45);
|
|
|
|
|
+ this.panelPaymentMethods.TabIndex = 0;
|
|
|
|
|
+ //
|
|
|
|
|
+ // btnPaymentMethodsShow
|
|
|
|
|
+ //
|
|
|
|
|
+ this.btnPaymentMethodsShow.Location = new System.Drawing.Point(370, 10);
|
|
|
|
|
+ this.btnPaymentMethodsShow.Name = "btnPaymentMethodsShow";
|
|
|
|
|
+ this.btnPaymentMethodsShow.Size = new System.Drawing.Size(100, 23);
|
|
|
|
|
+ this.btnPaymentMethodsShow.TabIndex = 4;
|
|
|
|
|
+ this.btnPaymentMethodsShow.Text = "Показать";
|
|
|
|
|
+ this.btnPaymentMethodsShow.UseVisualStyleBackColor = true;
|
|
|
|
|
+ //
|
|
|
|
|
+ // dtpPaymentMethodsTo
|
|
|
|
|
+ //
|
|
|
|
|
+ this.dtpPaymentMethodsTo.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
|
|
|
|
+ this.dtpPaymentMethodsTo.Location = new System.Drawing.Point(250, 12);
|
|
|
|
|
+ this.dtpPaymentMethodsTo.Name = "dtpPaymentMethodsTo";
|
|
|
|
|
+ this.dtpPaymentMethodsTo.Size = new System.Drawing.Size(100, 20);
|
|
|
|
|
+ this.dtpPaymentMethodsTo.TabIndex = 3;
|
|
|
|
|
+ //
|
|
|
|
|
+ // lblPaymentMethodsTo
|
|
|
|
|
+ //
|
|
|
|
|
+ this.lblPaymentMethodsTo.AutoSize = true;
|
|
|
|
|
+ this.lblPaymentMethodsTo.Location = new System.Drawing.Point(220, 15);
|
|
|
|
|
+ this.lblPaymentMethodsTo.Name = "lblPaymentMethodsTo";
|
|
|
|
|
+ this.lblPaymentMethodsTo.Size = new System.Drawing.Size(22, 13);
|
|
|
|
|
+ this.lblPaymentMethodsTo.TabIndex = 2;
|
|
|
|
|
+ this.lblPaymentMethodsTo.Text = "по:";
|
|
|
|
|
+ //
|
|
|
|
|
+ // dtpPaymentMethodsFrom
|
|
|
|
|
+ //
|
|
|
|
|
+ this.dtpPaymentMethodsFrom.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
|
|
|
|
+ this.dtpPaymentMethodsFrom.Location = new System.Drawing.Point(100, 12);
|
|
|
|
|
+ this.dtpPaymentMethodsFrom.Name = "dtpPaymentMethodsFrom";
|
|
|
|
|
+ this.dtpPaymentMethodsFrom.Size = new System.Drawing.Size(100, 20);
|
|
|
|
|
+ this.dtpPaymentMethodsFrom.TabIndex = 1;
|
|
|
|
|
+ //
|
|
|
|
|
+ // lblPaymentMethodsFrom
|
|
|
|
|
+ //
|
|
|
|
|
+ this.lblPaymentMethodsFrom.AutoSize = true;
|
|
|
|
|
+ this.lblPaymentMethodsFrom.Location = new System.Drawing.Point(20, 15);
|
|
|
|
|
+ this.lblPaymentMethodsFrom.Name = "lblPaymentMethodsFrom";
|
|
|
|
|
+ this.lblPaymentMethodsFrom.Size = new System.Drawing.Size(66, 13);
|
|
|
|
|
+ this.lblPaymentMethodsFrom.TabIndex = 0;
|
|
|
|
|
+ this.lblPaymentMethodsFrom.Text = "Период с:";
|
|
|
|
|
+ //
|
|
|
|
|
+ // tabLowStock
|
|
|
|
|
+ //
|
|
|
|
|
+ this.tabLowStock.Controls.Add(this.dgvLowStock);
|
|
|
|
|
+ this.tabLowStock.Controls.Add(this.btnLowStockRefresh);
|
|
|
|
|
+ this.tabLowStock.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
+ this.tabLowStock.Name = "tabLowStock";
|
|
|
|
|
+ this.tabLowStock.Size = new System.Drawing.Size(992, 574);
|
|
|
|
|
+ this.tabLowStock.TabIndex = 4;
|
|
|
|
|
+ this.tabLowStock.Text = "Остатки";
|
|
|
|
|
+ this.tabLowStock.UseVisualStyleBackColor = true;
|
|
|
|
|
+ //
|
|
|
|
|
+ // dgvLowStock
|
|
|
|
|
+ //
|
|
|
|
|
+ this.dgvLowStock.AllowUserToAddRows = false;
|
|
|
|
|
+ this.dgvLowStock.AllowUserToDeleteRows = false;
|
|
|
|
|
+ this.dgvLowStock.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
|
|
|
+ this.dgvLowStock.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
+ this.dgvLowStock.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
+ this.dgvLowStock.Location = new System.Drawing.Point(0, 45);
|
|
|
|
|
+ this.dgvLowStock.Name = "dgvLowStock";
|
|
|
|
|
+ this.dgvLowStock.ReadOnly = true;
|
|
|
|
|
+ this.dgvLowStock.Size = new System.Drawing.Size(992, 529);
|
|
|
|
|
+ this.dgvLowStock.TabIndex = 1;
|
|
|
|
|
+ //
|
|
|
|
|
+ // btnLowStockRefresh
|
|
|
|
|
+ //
|
|
|
|
|
+ this.btnLowStockRefresh.Location = new System.Drawing.Point(20, 12);
|
|
|
|
|
+ this.btnLowStockRefresh.Name = "btnLowStockRefresh";
|
|
|
|
|
+ this.btnLowStockRefresh.Size = new System.Drawing.Size(100, 23);
|
|
|
|
|
+ this.btnLowStockRefresh.TabIndex = 0;
|
|
|
|
|
+ this.btnLowStockRefresh.Text = "Обновить";
|
|
|
|
|
+ this.btnLowStockRefresh.UseVisualStyleBackColor = true;
|
|
|
|
|
+ //
|
|
|
|
|
+ // ReportForm
|
|
|
|
|
+ //
|
|
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
+ this.ClientSize = new System.Drawing.Size(1000, 600);
|
|
|
|
|
+ this.Controls.Add(this.tabControl);
|
|
|
|
|
+ this.Name = "ReportForm";
|
|
|
|
|
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
|
|
+ this.Text = "Отчёты";
|
|
|
|
|
+ this.tabControl.ResumeLayout(false);
|
|
|
|
|
+ this.tabRevenue.ResumeLayout(false);
|
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dgvRevenue)).EndInit();
|
|
|
|
|
+ this.panelRevenue.ResumeLayout(false);
|
|
|
|
|
+ this.panelRevenue.PerformLayout();
|
|
|
|
|
+ this.tabDishSales.ResumeLayout(false);
|
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dgvDishSales)).EndInit();
|
|
|
|
|
+ this.panelDishSales.ResumeLayout(false);
|
|
|
|
|
+ this.panelDishSales.PerformLayout();
|
|
|
|
|
+ this.tabWaiterStats.ResumeLayout(false);
|
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dgvWaiterStats)).EndInit();
|
|
|
|
|
+ this.panelWaiterStats.ResumeLayout(false);
|
|
|
|
|
+ this.panelWaiterStats.PerformLayout();
|
|
|
|
|
+ this.tabPaymentMethods.ResumeLayout(false);
|
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dgvPaymentMethods)).EndInit();
|
|
|
|
|
+ this.panelPaymentMethods.ResumeLayout(false);
|
|
|
|
|
+ this.panelPaymentMethods.PerformLayout();
|
|
|
|
|
+ this.tabLowStock.ResumeLayout(false);
|
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dgvLowStock)).EndInit();
|
|
|
|
|
+ this.ResumeLayout(false);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ private System.Windows.Forms.TabControl tabControl;
|
|
|
|
|
+ private System.Windows.Forms.TabPage tabRevenue;
|
|
|
|
|
+ private System.Windows.Forms.TabPage tabDishSales;
|
|
|
|
|
+ private System.Windows.Forms.TabPage tabWaiterStats;
|
|
|
|
|
+ private System.Windows.Forms.TabPage tabPaymentMethods;
|
|
|
|
|
+ private System.Windows.Forms.TabPage tabLowStock;
|
|
|
|
|
+ private System.Windows.Forms.Panel panelRevenue;
|
|
|
|
|
+ private System.Windows.Forms.DateTimePicker dtpRevenueFrom;
|
|
|
|
|
+ private System.Windows.Forms.Label lblRevenueFrom;
|
|
|
|
|
+ private System.Windows.Forms.DateTimePicker dtpRevenueTo;
|
|
|
|
|
+ private System.Windows.Forms.Label lblRevenueTo;
|
|
|
|
|
+ private System.Windows.Forms.Button btnRevenueShow;
|
|
|
|
|
+ private System.Windows.Forms.DataGridView dgvRevenue;
|
|
|
|
|
+ private System.Windows.Forms.Panel panelDishSales;
|
|
|
|
|
+ private System.Windows.Forms.Button btnDishSalesShow;
|
|
|
|
|
+ private System.Windows.Forms.DateTimePicker dtpDishSalesTo;
|
|
|
|
|
+ private System.Windows.Forms.Label lblDishSalesTo;
|
|
|
|
|
+ private System.Windows.Forms.DateTimePicker dtpDishSalesFrom;
|
|
|
|
|
+ private System.Windows.Forms.Label lblDishSalesFrom;
|
|
|
|
|
+ private System.Windows.Forms.DataGridView dgvDishSales;
|
|
|
|
|
+ private System.Windows.Forms.Panel panelWaiterStats;
|
|
|
|
|
+ private System.Windows.Forms.Button btnWaiterStatsShow;
|
|
|
|
|
+ private System.Windows.Forms.DateTimePicker dtpWaiterStatsTo;
|
|
|
|
|
+ private System.Windows.Forms.Label lblWaiterStatsTo;
|
|
|
|
|
+ private System.Windows.Forms.DateTimePicker dtpWaiterStatsFrom;
|
|
|
|
|
+ private System.Windows.Forms.Label lblWaiterStatsFrom;
|
|
|
|
|
+ private System.Windows.Forms.DataGridView dgvWaiterStats;
|
|
|
|
|
+ private System.Windows.Forms.Panel panelPaymentMethods;
|
|
|
|
|
+ private System.Windows.Forms.Button btnPaymentMethodsShow;
|
|
|
|
|
+ private System.Windows.Forms.DateTimePicker dtpPaymentMethodsTo;
|
|
|
|
|
+ private System.Windows.Forms.Label lblPaymentMethodsTo;
|
|
|
|
|
+ private System.Windows.Forms.DateTimePicker dtpPaymentMethodsFrom;
|
|
|
|
|
+ private System.Windows.Forms.Label lblPaymentMethodsFrom;
|
|
|
|
|
+ private System.Windows.Forms.DataGridView dgvPaymentMethods;
|
|
|
|
|
+ private System.Windows.Forms.DataGridView dgvLowStock;
|
|
|
|
|
+ private System.Windows.Forms.Button btnLowStockRefresh;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|