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.

297 lines
18 KiB
C#

9 months ago
namespace POSV.Component
{
partial class TableAttributeX
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.leftPanel = new POSV.Component.DoubleBufferPanelX();
this.touchLabelX1 = new POSV.Component.TouchLabelX();
this.touchLabelX4 = new POSV.Component.TouchLabelX();
this.touchLabelX3 = new POSV.Component.TouchLabelX();
this.touchLabelX2 = new POSV.Component.TouchLabelX();
this.itemPanel = new DevComponents.DotNetBar.ItemPanel();
this.metroTileItem1 = new DevComponents.DotNetBar.Metro.MetroTileItem();
this.metroTileItem4 = new DevComponents.DotNetBar.Metro.MetroTileItem();
this.metroTileItem5 = new DevComponents.DotNetBar.Metro.MetroTileItem();
this.leftPanel.SuspendLayout();
this.SuspendLayout();
//
// leftPanel
//
this.leftPanel.CanvasColor = System.Drawing.SystemColors.Control;
this.leftPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.leftPanel.Controls.Add(this.touchLabelX1);
this.leftPanel.Controls.Add(this.touchLabelX4);
this.leftPanel.Controls.Add(this.touchLabelX3);
this.leftPanel.Controls.Add(this.touchLabelX2);
this.leftPanel.DisabledBackColor = System.Drawing.Color.Empty;
this.leftPanel.Dock = System.Windows.Forms.DockStyle.Right;
this.leftPanel.Location = new System.Drawing.Point(470, 1);
this.leftPanel.Name = "leftPanel";
this.leftPanel.Padding = new System.Windows.Forms.Padding(1);
this.leftPanel.Size = new System.Drawing.Size(229, 44);
this.leftPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
this.leftPanel.Style.BackColor1.Color = System.Drawing.Color.Transparent;
this.leftPanel.Style.BackColor2.Color = System.Drawing.Color.Transparent;
this.leftPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.leftPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.leftPanel.Style.GradientAngle = 90;
this.leftPanel.TabIndex = 20;
//
// touchLabelX1
//
this.touchLabelX1.BackColor = System.Drawing.Color.Transparent;
this.touchLabelX1.BackColor1 = System.Drawing.Color.Transparent;
this.touchLabelX1.BackColor2 = System.Drawing.Color.Tan;
//
//
//
this.touchLabelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.touchLabelX1.BackgroundStyle.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchLabelX1.Dock = System.Windows.Forms.DockStyle.Right;
this.touchLabelX1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchLabelX1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.touchLabelX1.Location = new System.Drawing.Point(8, 1);
this.touchLabelX1.Name = "touchLabelX1";
this.touchLabelX1.Size = new System.Drawing.Size(55, 42);
this.touchLabelX1.Symbol = "";
this.touchLabelX1.SymbolColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.touchLabelX1.SymbolSize = 10F;
this.touchLabelX1.TabIndex = 4;
this.touchLabelX1.Tag = "-1";
this.touchLabelX1.Text = "全部";
this.touchLabelX1.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
this.touchLabelX1.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.touchLabelX1.TouchClick += new POSV.Component.TouchLabelX.EventHandler(this.OnTableStatusTouchClick);
//
// touchLabelX4
//
this.touchLabelX4.BackColor = System.Drawing.Color.Transparent;
this.touchLabelX4.BackColor1 = System.Drawing.Color.Transparent;
this.touchLabelX4.BackColor2 = System.Drawing.Color.Tan;
//
//
//
this.touchLabelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.touchLabelX4.BackgroundStyle.Font = new System.Drawing.Font("宋体", 10.5F);
this.touchLabelX4.BackgroundStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.touchLabelX4.Dock = System.Windows.Forms.DockStyle.Right;
this.touchLabelX4.Font = new System.Drawing.Font("宋体", 10.5F);
this.touchLabelX4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.touchLabelX4.Location = new System.Drawing.Point(63, 1);
this.touchLabelX4.Name = "touchLabelX4";
this.touchLabelX4.Size = new System.Drawing.Size(55, 42);
this.touchLabelX4.Symbol = "";
this.touchLabelX4.SymbolColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.touchLabelX4.SymbolSize = 10F;
this.touchLabelX4.TabIndex = 3;
this.touchLabelX4.Tag = "0";
this.touchLabelX4.Text = "空闲";
this.touchLabelX4.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.touchLabelX4.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.touchLabelX4.TouchClick += new POSV.Component.TouchLabelX.EventHandler(this.OnTableStatusTouchClick);
//
// touchLabelX3
//
this.touchLabelX3.BackColor = System.Drawing.Color.Transparent;
this.touchLabelX3.BackColor1 = System.Drawing.Color.Transparent;
this.touchLabelX3.BackColor2 = System.Drawing.Color.Tan;
//
//
//
this.touchLabelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.touchLabelX3.BackgroundStyle.Font = new System.Drawing.Font("宋体", 10.5F);
this.touchLabelX3.BackgroundStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.touchLabelX3.Dock = System.Windows.Forms.DockStyle.Right;
this.touchLabelX3.Font = new System.Drawing.Font("宋体", 10.5F);
this.touchLabelX3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.touchLabelX3.Location = new System.Drawing.Point(118, 1);
this.touchLabelX3.Name = "touchLabelX3";
this.touchLabelX3.Size = new System.Drawing.Size(55, 42);
this.touchLabelX3.Symbol = "";
this.touchLabelX3.SymbolColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.touchLabelX3.SymbolSize = 10F;
this.touchLabelX3.TabIndex = 2;
this.touchLabelX3.Text = "在用";
this.touchLabelX3.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.touchLabelX3.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.touchLabelX3.TouchClick += new POSV.Component.TouchLabelX.EventHandler(this.OnTableStatusTouchClick);
//
// touchLabelX2
//
this.touchLabelX2.BackColor = System.Drawing.Color.Transparent;
this.touchLabelX2.BackColor1 = System.Drawing.Color.Transparent;
this.touchLabelX2.BackColor2 = System.Drawing.Color.Tan;
//
//
//
this.touchLabelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.touchLabelX2.BackgroundStyle.Font = new System.Drawing.Font("宋体", 10.5F);
this.touchLabelX2.BackgroundStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.touchLabelX2.Dock = System.Windows.Forms.DockStyle.Right;
this.touchLabelX2.Font = new System.Drawing.Font("宋体", 10.5F);
this.touchLabelX2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.touchLabelX2.Location = new System.Drawing.Point(173, 1);
this.touchLabelX2.Name = "touchLabelX2";
this.touchLabelX2.Size = new System.Drawing.Size(55, 42);
this.touchLabelX2.Symbol = "";
this.touchLabelX2.SymbolColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.touchLabelX2.SymbolSize = 10F;
this.touchLabelX2.TabIndex = 1;
this.touchLabelX2.Text = "预订";
this.touchLabelX2.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.touchLabelX2.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.touchLabelX2.TouchClick += new POSV.Component.TouchLabelX.EventHandler(this.OnTableStatusTouchClick);
//
// itemPanel
//
//
//
//
this.itemPanel.BackgroundStyle.BorderColor = System.Drawing.Color.Transparent;
this.itemPanel.BackgroundStyle.BorderColor2 = System.Drawing.Color.Transparent;
this.itemPanel.BackgroundStyle.Class = "MetroTileGroupTitle";
this.itemPanel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.itemPanel.ContainerControlProcessDialogKey = true;
this.itemPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.itemPanel.DragDropSupport = true;
this.itemPanel.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.metroTileItem1,
this.metroTileItem4,
this.metroTileItem5});
this.itemPanel.ItemSpacing = 0;
this.itemPanel.KeyboardNavigationEnabled = false;
this.itemPanel.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.itemPanel.Location = new System.Drawing.Point(1, 1);
this.itemPanel.Margin = new System.Windows.Forms.Padding(0);
this.itemPanel.MouseClientScrollEnabled = false;
this.itemPanel.Name = "itemPanel";
this.itemPanel.Padding = new System.Windows.Forms.Padding(1);
this.itemPanel.ReserveLeftSpace = false;
this.itemPanel.ResizeItemsToFit = false;
this.itemPanel.Size = new System.Drawing.Size(469, 44);
this.itemPanel.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
this.itemPanel.TabIndex = 24;
//
// metroTileItem1
//
this.metroTileItem1.CanCustomize = false;
this.metroTileItem1.CheckBehavior = DevComponents.DotNetBar.Metro.eMetroTileCheckBehavior.None;
this.metroTileItem1.Name = "metroTileItem1";
this.metroTileItem1.OptionGroup = "AA";
this.metroTileItem1.SymbolColor = System.Drawing.Color.Empty;
this.metroTileItem1.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.Default;
this.metroTileItem1.TileSize = new System.Drawing.Size(90, 45);
//
//
//
this.metroTileItem1.TileStyle.BackColor = System.Drawing.Color.DimGray;
this.metroTileItem1.TileStyle.BackColor2 = System.Drawing.Color.DimGray;
this.metroTileItem1.TileStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.metroTileItem1.TileStyle.BorderBottomWidth = 2;
this.metroTileItem1.TileStyle.BorderColor = System.Drawing.Color.DimGray;
this.metroTileItem1.TileStyle.BorderColor2 = System.Drawing.Color.DimGray;
this.metroTileItem1.TileStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.metroTileItem1.TileStyle.BorderLeftWidth = 2;
this.metroTileItem1.TileStyle.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.metroTileItem1.TileStyle.BorderRightWidth = 2;
this.metroTileItem1.TileStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.metroTileItem1.TileStyle.BorderTopWidth = 2;
this.metroTileItem1.TileStyle.Class = "MetroTileGroupTitle";
this.metroTileItem1.TileStyle.CornerDiameter = 5;
this.metroTileItem1.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.metroTileItem1.TitleText = "全部";
this.metroTileItem1.TitleTextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.metroTileItem1.TitleTextFont = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
//
// metroTileItem4
//
this.metroTileItem4.Name = "metroTileItem4";
this.metroTileItem4.SymbolColor = System.Drawing.Color.Empty;
this.metroTileItem4.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.Default;
this.metroTileItem4.TileSize = new System.Drawing.Size(90, 45);
//
//
//
this.metroTileItem4.TileStyle.BackColor = System.Drawing.Color.Transparent;
this.metroTileItem4.TileStyle.BackColor2 = System.Drawing.Color.Transparent;
this.metroTileItem4.TileStyle.BorderColor = System.Drawing.Color.Transparent;
this.metroTileItem4.TileStyle.CornerDiameter = 4;
this.metroTileItem4.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.metroTileItem4.TileStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.metroTileItem4.TileStyle.TextColor = System.Drawing.SystemColors.ActiveCaptionText;
this.metroTileItem4.TitleText = "4人桌";
this.metroTileItem4.TitleTextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.metroTileItem4.TitleTextFont = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
//
// metroTileItem5
//
this.metroTileItem5.Name = "metroTileItem5";
this.metroTileItem5.SymbolColor = System.Drawing.Color.Empty;
this.metroTileItem5.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.Default;
this.metroTileItem5.TileSize = new System.Drawing.Size(90, 45);
//
//
//
this.metroTileItem5.TileStyle.BackColor = System.Drawing.Color.Transparent;
this.metroTileItem5.TileStyle.BackColor2 = System.Drawing.Color.Transparent;
this.metroTileItem5.TileStyle.BorderColor = System.Drawing.Color.Transparent;
this.metroTileItem5.TileStyle.CornerDiameter = 4;
this.metroTileItem5.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.metroTileItem5.TileStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.metroTileItem5.TileStyle.TextColor = System.Drawing.SystemColors.ActiveCaptionText;
this.metroTileItem5.TitleText = "6人桌";
this.metroTileItem5.TitleTextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.metroTileItem5.TitleTextFont = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
//
// TableAttributeX
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.itemPanel);
this.Controls.Add(this.leftPanel);
this.Name = "TableAttributeX";
this.Padding = new System.Windows.Forms.Padding(1);
this.Size = new System.Drawing.Size(700, 46);
this.leftPanel.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DoubleBufferPanelX leftPanel;
private DevComponents.DotNetBar.ItemPanel itemPanel;
private DevComponents.DotNetBar.Metro.MetroTileItem metroTileItem1;
private DevComponents.DotNetBar.Metro.MetroTileItem metroTileItem4;
private DevComponents.DotNetBar.Metro.MetroTileItem metroTileItem5;
private TouchLabelX touchLabelX1;
private TouchLabelX touchLabelX4;
private TouchLabelX touchLabelX3;
private TouchLabelX touchLabelX2;
}
}