You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

654 lines
39 KiB
C#

namespace POSV.Report
{
partial class DesktopReport
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.desktopTable = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
this.gridColumn34 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn1 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn36 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.doubleBufferPanelX1 = new POSV.Component.DoubleBufferPanelX();
this.txtDishName = new POSV.Component.NormalTextBox();
this.txtTableName = new POSV.Component.NormalTextBox();
this.StoreNameLabelX = new DevComponents.DotNetBar.LabelX();
this.checkBoxX8 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.checkBoxX7 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.checkBoxX6 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.checkBoxX5 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.checkBoxX4 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.checkBoxX3 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.checkBoxX2 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.checkBoxX1 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.endPicker = new POSV.Component.DatePicker();
this.startPicker = new POSV.Component.DatePicker();
this.ButtonOk = new DevComponents.DotNetBar.ButtonX();
this.buttonX10 = new DevComponents.DotNetBar.ButtonX();
this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
this.buttonX9 = new DevComponents.DotNetBar.ButtonX();
this.buttonX2 = new DevComponents.DotNetBar.ButtonX();
this.buttonX8 = new DevComponents.DotNetBar.ButtonX();
this.buttonX3 = new DevComponents.DotNetBar.ButtonX();
this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
this.buttonX6 = new DevComponents.DotNetBar.ButtonX();
this.buttonX5 = new DevComponents.DotNetBar.ButtonX();
this.controlBox1 = new POSV.Component.ControlBox();
this.buttonX7 = new DevComponents.DotNetBar.ButtonX();
this.doubleBufferPanelX1.SuspendLayout();
this.SuspendLayout();
//
// desktopTable
//
this.desktopTable.BackColor = System.Drawing.Color.White;
this.desktopTable.Dock = System.Windows.Forms.DockStyle.Fill;
this.desktopTable.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed;
this.desktopTable.ForeColor = System.Drawing.Color.Black;
this.desktopTable.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.desktopTable.Location = new System.Drawing.Point(0, 170);
this.desktopTable.Name = "desktopTable";
//
//
//
this.desktopTable.PrimaryGrid.AllowEdit = false;
this.desktopTable.PrimaryGrid.AutoGenerateColumns = false;
this.desktopTable.PrimaryGrid.Columns.Add(this.gridColumn34);
this.desktopTable.PrimaryGrid.Columns.Add(this.gridColumn1);
this.desktopTable.PrimaryGrid.Columns.Add(this.gridColumn36);
this.desktopTable.PrimaryGrid.DefaultRowHeight = 35;
this.desktopTable.PrimaryGrid.RowHeaderIndexOffset = 1;
this.desktopTable.PrimaryGrid.ShowRowGridIndex = true;
this.desktopTable.Size = new System.Drawing.Size(1027, 280);
this.desktopTable.TabIndex = 257;
this.desktopTable.Text = "superGridControl4";
//
// gridColumn34
//
this.gridColumn34.CellMergeMode = DevComponents.DotNetBar.SuperGrid.CellMergeMode.Vertical;
this.gridColumn34.DataPropertyName = "TableName";
this.gridColumn34.HeaderText = "餐桌";
this.gridColumn34.Name = "tableName";
this.gridColumn34.Width = 180;
//
// gridColumn1
//
this.gridColumn1.DataPropertyName = "DisplayName";
this.gridColumn1.FillWeight = 180;
this.gridColumn1.HeaderText = "菜品";
this.gridColumn1.Name = "displayName";
this.gridColumn1.Width = 180;
//
// gridColumn36
//
this.gridColumn36.DataPropertyName = "TotalQuantity";
this.gridColumn36.HeaderText = "数量";
this.gridColumn36.Name = "totalQuantity";
this.gridColumn36.Width = 120;
//
// doubleBufferPanelX1
//
this.doubleBufferPanelX1.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX1.Controls.Add(this.buttonX7);
this.doubleBufferPanelX1.Controls.Add(this.txtDishName);
this.doubleBufferPanelX1.Controls.Add(this.txtTableName);
this.doubleBufferPanelX1.Controls.Add(this.StoreNameLabelX);
this.doubleBufferPanelX1.Controls.Add(this.checkBoxX8);
this.doubleBufferPanelX1.Controls.Add(this.checkBoxX7);
this.doubleBufferPanelX1.Controls.Add(this.checkBoxX6);
this.doubleBufferPanelX1.Controls.Add(this.checkBoxX5);
this.doubleBufferPanelX1.Controls.Add(this.checkBoxX4);
this.doubleBufferPanelX1.Controls.Add(this.checkBoxX3);
this.doubleBufferPanelX1.Controls.Add(this.checkBoxX2);
this.doubleBufferPanelX1.Controls.Add(this.checkBoxX1);
this.doubleBufferPanelX1.Controls.Add(this.endPicker);
this.doubleBufferPanelX1.Controls.Add(this.startPicker);
this.doubleBufferPanelX1.Controls.Add(this.ButtonOk);
this.doubleBufferPanelX1.Controls.Add(this.buttonX10);
this.doubleBufferPanelX1.Controls.Add(this.buttonX1);
this.doubleBufferPanelX1.Controls.Add(this.buttonX9);
this.doubleBufferPanelX1.Controls.Add(this.buttonX2);
this.doubleBufferPanelX1.Controls.Add(this.buttonX8);
this.doubleBufferPanelX1.Controls.Add(this.buttonX3);
this.doubleBufferPanelX1.Controls.Add(this.buttonX4);
this.doubleBufferPanelX1.Controls.Add(this.buttonX6);
this.doubleBufferPanelX1.Controls.Add(this.buttonX5);
this.doubleBufferPanelX1.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX1.Dock = System.Windows.Forms.DockStyle.Top;
this.doubleBufferPanelX1.Location = new System.Drawing.Point(0, 32);
this.doubleBufferPanelX1.Name = "doubleBufferPanelX1";
this.doubleBufferPanelX1.Size = new System.Drawing.Size(1027, 138);
this.doubleBufferPanelX1.Style.Alignment = System.Drawing.StringAlignment.Center;
this.doubleBufferPanelX1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.doubleBufferPanelX1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.doubleBufferPanelX1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.doubleBufferPanelX1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.doubleBufferPanelX1.Style.GradientAngle = 90;
this.doubleBufferPanelX1.TabIndex = 256;
//
// txtDishName
//
this.txtDishName.BackColor = System.Drawing.Color.White;
//
//
//
this.txtDishName.Border.BorderColor = System.Drawing.Color.DimGray;
this.txtDishName.Border.BorderColor2 = System.Drawing.Color.DimGray;
this.txtDishName.Border.Class = "TextBoxBorder";
this.txtDishName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtDishName.DisabledBackColor = System.Drawing.Color.White;
this.txtDishName.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtDishName.ForeColor = System.Drawing.Color.Black;
this.txtDishName.ImeMode = System.Windows.Forms.ImeMode.On;
this.txtDishName.Keyboard = POSV.KeyboardType.;
this.txtDishName.Location = new System.Drawing.Point(600, 8);
this.txtDishName.MaxLength = 128;
this.txtDishName.Name = "txtDishName";
this.txtDishName.PreventEnterBeep = true;
this.txtDishName.Size = new System.Drawing.Size(158, 33);
this.txtDishName.TabIndex = 315;
this.txtDishName.WatermarkText = "菜品名称";
//
// txtTableName
//
this.txtTableName.BackColor = System.Drawing.Color.White;
//
//
//
this.txtTableName.Border.BorderColor = System.Drawing.Color.DimGray;
this.txtTableName.Border.BorderColor2 = System.Drawing.Color.DimGray;
this.txtTableName.Border.Class = "TextBoxBorder";
this.txtTableName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtTableName.ButtonCustom.Checked = true;
this.txtTableName.ButtonCustom.Text = "选择";
this.txtTableName.ButtonCustom.Visible = true;
this.txtTableName.DisabledBackColor = System.Drawing.Color.White;
this.txtTableName.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtTableName.ForeColor = System.Drawing.Color.Black;
this.txtTableName.ImeMode = System.Windows.Forms.ImeMode.On;
this.txtTableName.Keyboard = POSV.KeyboardType.;
this.txtTableName.Location = new System.Drawing.Point(436, 8);
this.txtTableName.MaxLength = 128;
this.txtTableName.Name = "txtTableName";
this.txtTableName.PreventEnterBeep = true;
this.txtTableName.Size = new System.Drawing.Size(158, 33);
this.txtTableName.TabIndex = 314;
this.txtTableName.WatermarkText = "餐桌";
this.txtTableName.ButtonCustomClick += new System.EventHandler(this.OnQueryTableNameClick);
//
// StoreNameLabelX
//
//
//
//
this.StoreNameLabelX.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.StoreNameLabelX.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.StoreNameLabelX.Location = new System.Drawing.Point(0, 50);
this.StoreNameLabelX.Name = "StoreNameLabelX";
this.StoreNameLabelX.Size = new System.Drawing.Size(102, 30);
this.StoreNameLabelX.TabIndex = 311;
this.StoreNameLabelX.Text = "营业模式:";
this.StoreNameLabelX.WordWrap = true;
//
// checkBoxX8
//
this.checkBoxX8.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.checkBoxX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.checkBoxX8.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
this.checkBoxX8.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBoxX8.Location = new System.Drawing.Point(630, 50);
this.checkBoxX8.Name = "checkBoxX8";
this.checkBoxX8.Size = new System.Drawing.Size(104, 30);
this.checkBoxX8.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
this.checkBoxX8.TabIndex = 310;
this.checkBoxX8.Tag = "微信点餐";
this.checkBoxX8.Text = "微信点餐";
this.checkBoxX8.Click += new System.EventHandler(this.cb_change_click);
//
// checkBoxX7
//
this.checkBoxX7.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.checkBoxX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.checkBoxX7.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
this.checkBoxX7.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBoxX7.Location = new System.Drawing.Point(745, 50);
this.checkBoxX7.Name = "checkBoxX7";
this.checkBoxX7.Size = new System.Drawing.Size(104, 30);
this.checkBoxX7.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
this.checkBoxX7.TabIndex = 309;
this.checkBoxX7.Tag = "百度外卖";
this.checkBoxX7.Text = "百度外卖";
this.checkBoxX7.Visible = false;
this.checkBoxX7.Click += new System.EventHandler(this.cb_change_click);
//
// checkBoxX6
//
this.checkBoxX6.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.checkBoxX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.checkBoxX6.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
this.checkBoxX6.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBoxX6.Location = new System.Drawing.Point(534, 50);
this.checkBoxX6.Name = "checkBoxX6";
this.checkBoxX6.Size = new System.Drawing.Size(90, 30);
this.checkBoxX6.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
this.checkBoxX6.TabIndex = 308;
this.checkBoxX6.Tag = "饿了么";
this.checkBoxX6.Text = "饿了么";
this.checkBoxX6.Click += new System.EventHandler(this.cb_change_click);
//
// checkBoxX5
//
this.checkBoxX5.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.checkBoxX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.checkBoxX5.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
this.checkBoxX5.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBoxX5.Location = new System.Drawing.Point(424, 50);
this.checkBoxX5.Name = "checkBoxX5";
this.checkBoxX5.Size = new System.Drawing.Size(104, 30);
this.checkBoxX5.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
this.checkBoxX5.TabIndex = 307;
this.checkBoxX5.Tag = "美团外卖";
this.checkBoxX5.Text = "美团外卖";
this.checkBoxX5.Click += new System.EventHandler(this.cb_change_click);
//
// checkBoxX4
//
this.checkBoxX4.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.checkBoxX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.checkBoxX4.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
this.checkBoxX4.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBoxX4.Location = new System.Drawing.Point(314, 50);
this.checkBoxX4.Name = "checkBoxX4";
this.checkBoxX4.Size = new System.Drawing.Size(104, 30);
this.checkBoxX4.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
this.checkBoxX4.TabIndex = 306;
this.checkBoxX4.Tag = "电话外卖";
this.checkBoxX4.Text = "电话外卖";
this.checkBoxX4.Click += new System.EventHandler(this.cb_change_click);
//
// checkBoxX3
//
this.checkBoxX3.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.checkBoxX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.checkBoxX3.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
this.checkBoxX3.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBoxX3.Location = new System.Drawing.Point(245, 50);
this.checkBoxX3.Name = "checkBoxX3";
this.checkBoxX3.Size = new System.Drawing.Size(63, 30);
this.checkBoxX3.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
this.checkBoxX3.TabIndex = 305;
this.checkBoxX3.Tag = "外带";
this.checkBoxX3.Text = "外带";
this.checkBoxX3.Click += new System.EventHandler(this.cb_change_click);
//
// checkBoxX2
//
this.checkBoxX2.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.checkBoxX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.checkBoxX2.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
this.checkBoxX2.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBoxX2.Location = new System.Drawing.Point(175, 50);
this.checkBoxX2.Name = "checkBoxX2";
this.checkBoxX2.Size = new System.Drawing.Size(64, 30);
this.checkBoxX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
this.checkBoxX2.TabIndex = 304;
this.checkBoxX2.Tag = "堂食";
this.checkBoxX2.Text = "堂食";
this.checkBoxX2.Click += new System.EventHandler(this.cb_change_click);
//
// checkBoxX1
//
this.checkBoxX1.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.checkBoxX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.checkBoxX1.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
this.checkBoxX1.Checked = true;
this.checkBoxX1.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBoxX1.CheckValue = "Y";
this.checkBoxX1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBoxX1.Location = new System.Drawing.Point(105, 50);
this.checkBoxX1.Name = "checkBoxX1";
this.checkBoxX1.Size = new System.Drawing.Size(64, 30);
this.checkBoxX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
this.checkBoxX1.TabIndex = 303;
this.checkBoxX1.Tag = "全部";
this.checkBoxX1.Text = "全部";
this.checkBoxX1.Click += new System.EventHandler(this.cb_change_click);
//
// endPicker
//
this.endPicker.CustomFormat = "yyyy-MM-dd HH:mm:ss";
this.endPicker.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.endPicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.endPicker.HeaderColor = System.Drawing.Color.Empty;
this.endPicker.Location = new System.Drawing.Point(219, 9);
this.endPicker.Name = "endPicker";
this.endPicker.Size = new System.Drawing.Size(212, 29);
this.endPicker.TabIndex = 0;
//
// startPicker
//
this.startPicker.CustomFormat = "yyyy-MM-dd HH:mm:ss";
this.startPicker.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.startPicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.startPicker.HeaderColor = System.Drawing.Color.Empty;
this.startPicker.Location = new System.Drawing.Point(0, 9);
this.startPicker.Name = "startPicker";
this.startPicker.Size = new System.Drawing.Size(213, 29);
this.startPicker.TabIndex = 237;
//
// ButtonOk
//
this.ButtonOk.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.ButtonOk.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
this.ButtonOk.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.ButtonOk.Cursor = System.Windows.Forms.Cursors.Hand;
this.ButtonOk.FadeEffect = false;
this.ButtonOk.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ButtonOk.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.ButtonOk.Location = new System.Drawing.Point(771, 8);
this.ButtonOk.Name = "ButtonOk";
this.ButtonOk.Size = new System.Drawing.Size(85, 30);
this.ButtonOk.TabIndex = 226;
this.ButtonOk.Text = "查询";
this.ButtonOk.TextColor = System.Drawing.Color.White;
this.ButtonOk.Click += new System.EventHandler(this.btn_query_Click);
//
// buttonX10
//
this.buttonX10.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(92)))), ((int)(((byte)(86)))));
this.buttonX10.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX10.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX10.FadeEffect = false;
this.buttonX10.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX10.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX10.Location = new System.Drawing.Point(937, 84);
this.buttonX10.Name = "buttonX10";
this.buttonX10.Size = new System.Drawing.Size(85, 45);
this.buttonX10.TabIndex = 236;
this.buttonX10.Text = "退出";
this.buttonX10.TextColor = System.Drawing.Color.White;
this.buttonX10.Click += new System.EventHandler(this.btn_exit_Click);
//
// buttonX1
//
this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX1.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX1.FadeEffect = false;
this.buttonX1.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX1.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX1.Location = new System.Drawing.Point(2, 84);
this.buttonX1.Name = "buttonX1";
this.buttonX1.Size = new System.Drawing.Size(85, 45);
this.buttonX1.TabIndex = 227;
this.buttonX1.Tag = "今天";
this.buttonX1.Text = "今天";
this.buttonX1.TextColor = System.Drawing.Color.White;
this.buttonX1.Click += new System.EventHandler(this.btn_time_Click);
//
// buttonX9
//
this.buttonX9.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
this.buttonX9.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX9.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX9.FadeEffect = false;
this.buttonX9.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX9.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX9.Location = new System.Drawing.Point(174, 84);
this.buttonX9.Name = "buttonX9";
this.buttonX9.Size = new System.Drawing.Size(85, 45);
this.buttonX9.TabIndex = 235;
this.buttonX9.Tag = "前一天";
this.buttonX9.Text = "前一天";
this.buttonX9.TextColor = System.Drawing.Color.White;
this.buttonX9.Click += new System.EventHandler(this.btn_time_Click);
//
// buttonX2
//
this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX2.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX2.FadeEffect = false;
this.buttonX2.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX2.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX2.Location = new System.Drawing.Point(88, 84);
this.buttonX2.Name = "buttonX2";
this.buttonX2.Size = new System.Drawing.Size(85, 45);
this.buttonX2.TabIndex = 228;
this.buttonX2.Tag = "昨天";
this.buttonX2.Text = "昨天";
this.buttonX2.TextColor = System.Drawing.Color.White;
this.buttonX2.Click += new System.EventHandler(this.btn_time_Click);
//
// buttonX8
//
this.buttonX8.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
this.buttonX8.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX8.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX8.FadeEffect = false;
this.buttonX8.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX8.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX8.Location = new System.Drawing.Point(810, 84);
this.buttonX8.Name = "buttonX8";
this.buttonX8.Size = new System.Drawing.Size(123, 45);
this.buttonX8.TabIndex = 234;
this.buttonX8.Text = "按桌打印";
this.buttonX8.TextColor = System.Drawing.Color.White;
this.buttonX8.Click += new System.EventHandler(this.btn_print_Click);
//
// buttonX3
//
this.buttonX3.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
this.buttonX3.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX3.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX3.FadeEffect = false;
this.buttonX3.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX3.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX3.Location = new System.Drawing.Point(260, 84);
this.buttonX3.Name = "buttonX3";
this.buttonX3.Size = new System.Drawing.Size(85, 45);
this.buttonX3.TabIndex = 229;
this.buttonX3.Tag = "本周";
this.buttonX3.Text = "本周";
this.buttonX3.TextColor = System.Drawing.Color.White;
this.buttonX3.Click += new System.EventHandler(this.btn_time_Click);
//
// buttonX4
//
this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
this.buttonX4.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX4.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX4.FadeEffect = false;
this.buttonX4.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX4.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX4.Location = new System.Drawing.Point(346, 84);
this.buttonX4.Name = "buttonX4";
this.buttonX4.Size = new System.Drawing.Size(85, 45);
this.buttonX4.TabIndex = 230;
this.buttonX4.Tag = "上周";
this.buttonX4.Text = "上周";
this.buttonX4.TextColor = System.Drawing.Color.White;
this.buttonX4.Click += new System.EventHandler(this.btn_time_Click);
//
// buttonX6
//
this.buttonX6.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
this.buttonX6.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX6.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX6.FadeEffect = false;
this.buttonX6.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX6.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX6.Location = new System.Drawing.Point(518, 84);
this.buttonX6.Name = "buttonX6";
this.buttonX6.Size = new System.Drawing.Size(85, 45);
this.buttonX6.TabIndex = 232;
this.buttonX6.Tag = "上月";
this.buttonX6.Text = "上月";
this.buttonX6.TextColor = System.Drawing.Color.White;
this.buttonX6.Click += new System.EventHandler(this.btn_time_Click);
//
// buttonX5
//
this.buttonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
this.buttonX5.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX5.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX5.FadeEffect = false;
this.buttonX5.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX5.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX5.Location = new System.Drawing.Point(432, 84);
this.buttonX5.Name = "buttonX5";
this.buttonX5.Size = new System.Drawing.Size(85, 45);
this.buttonX5.TabIndex = 231;
this.buttonX5.Tag = "本月";
this.buttonX5.Text = "本月";
this.buttonX5.TextColor = System.Drawing.Color.White;
this.buttonX5.Click += new System.EventHandler(this.btn_time_Click);
//
// controlBox1
//
this.controlBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(162)))), ((int)(((byte)(84)))));
this.controlBox1.CloseBox = true;
this.controlBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.controlBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.controlBox1.ForeColor = System.Drawing.Color.White;
this.controlBox1.Location = new System.Drawing.Point(0, 0);
this.controlBox1.Margin = new System.Windows.Forms.Padding(0);
this.controlBox1.MessageCenterStatus = false;
this.controlBox1.MinimizeBox = true;
this.controlBox1.Name = "controlBox1";
this.controlBox1.NetworkStatus = false;
this.controlBox1.NewForeColor = System.Drawing.Color.White;
this.controlBox1.SettingsBox = false;
this.controlBox1.ShowApplicationVersion = true;
this.controlBox1.ShowKeyboard = true;
this.controlBox1.ShowLockScreen = false;
this.controlBox1.ShowMessageCenter = false;
this.controlBox1.ShowNetworkStatus = false;
this.controlBox1.ShowQrCode = false;
this.controlBox1.Size = new System.Drawing.Size(1027, 32);
this.controlBox1.TabIndex = 3;
this.controlBox1.CloseClick += new POSV.Component.ControlBox.EventHandler(this.OnControlBoxCloseClick);
this.controlBox1.KeyboardClick += new POSV.Component.ControlBox.EventHandler(this.OnControlBoxKeyboardClick);
//
// buttonX7
//
this.buttonX7.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
this.buttonX7.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX7.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX7.FadeEffect = false;
this.buttonX7.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX7.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX7.Location = new System.Drawing.Point(683, 84);
this.buttonX7.Name = "buttonX7";
this.buttonX7.Size = new System.Drawing.Size(123, 45);
this.buttonX7.TabIndex = 316;
this.buttonX7.Text = "汇总打印";
this.buttonX7.TextColor = System.Drawing.Color.White;
this.buttonX7.Click += new System.EventHandler(this.btn_print_all_Click);
//
// DesktopReport
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1027, 450);
this.Controls.Add(this.desktopTable);
this.Controls.Add(this.doubleBufferPanelX1);
this.Controls.Add(this.controlBox1);
this.Name = "DesktopReport";
this.Text = "DesktopReport";
this.doubleBufferPanelX1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Component.ControlBox controlBox1;
private Component.DoubleBufferPanelX doubleBufferPanelX1;
private DevComponents.DotNetBar.LabelX StoreNameLabelX;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX8;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX7;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX6;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX5;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX4;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX3;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX2;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX1;
private Component.DatePicker endPicker;
private Component.DatePicker startPicker;
private DevComponents.DotNetBar.ButtonX ButtonOk;
private DevComponents.DotNetBar.ButtonX buttonX10;
private DevComponents.DotNetBar.ButtonX buttonX1;
private DevComponents.DotNetBar.ButtonX buttonX9;
private DevComponents.DotNetBar.ButtonX buttonX2;
private DevComponents.DotNetBar.ButtonX buttonX8;
private DevComponents.DotNetBar.ButtonX buttonX3;
private DevComponents.DotNetBar.ButtonX buttonX4;
private DevComponents.DotNetBar.ButtonX buttonX6;
private DevComponents.DotNetBar.ButtonX buttonX5;
private DevComponents.DotNetBar.SuperGrid.SuperGridControl desktopTable;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn34;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn36;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn1;
private Component.NormalTextBox txtTableName;
private Component.NormalTextBox txtDishName;
private DevComponents.DotNetBar.ButtonX buttonX7;
}
}