namespace POSV.Tabs { partial class TableMenuItem { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.tablePanel = new POSV.Component.DoubleBufferPanelX(); this.tableX = new POSV.Component.TableX(); this.tableAreaPanel = new POSV.Component.DoubleBufferPanelX(); this.tableArea = new POSV.Component.TableAreaX(); this.tableAttributeX = new POSV.Component.TableAttributeX(); this.leftPanel = new POSV.Component.DoubleBufferPanelX(); this.doubleBufferPanelX3 = new POSV.Component.DoubleBufferPanelX(); this.buttonX2 = new DevComponents.DotNetBar.ButtonX(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.doubleBufferPanelX2 = new POSV.Component.DoubleBufferPanelX(); this.lblOpenTableTime = new DevComponents.DotNetBar.LabelX(); this.lblOrderNo = new DevComponents.DotNetBar.LabelX(); this.lblTableNO = new DevComponents.DotNetBar.LabelX(); this.tablePanel.SuspendLayout(); this.tableAreaPanel.SuspendLayout(); this.leftPanel.SuspendLayout(); this.doubleBufferPanelX3.SuspendLayout(); this.doubleBufferPanelX2.SuspendLayout(); this.SuspendLayout(); // // tablePanel // this.tablePanel.CanvasColor = System.Drawing.SystemColors.Control; this.tablePanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.tablePanel.Controls.Add(this.tableX); this.tablePanel.DisabledBackColor = System.Drawing.Color.Empty; this.tablePanel.Dock = System.Windows.Forms.DockStyle.Fill; this.tablePanel.Location = new System.Drawing.Point(0, 98); this.tablePanel.Name = "tablePanel"; this.tablePanel.Padding = new System.Windows.Forms.Padding(5); this.tablePanel.Size = new System.Drawing.Size(667, 431); this.tablePanel.Style.Alignment = System.Drawing.StringAlignment.Center; this.tablePanel.Style.BackColor1.Color = System.Drawing.Color.Transparent; this.tablePanel.Style.BackColor2.Color = System.Drawing.Color.Transparent; this.tablePanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.tablePanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.tablePanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.tablePanel.Style.GradientAngle = 90; this.tablePanel.TabIndex = 36; // // tableX // this.tableX.BackColor = System.Drawing.Color.Transparent; this.tableX.BackColor0 = "Green"; this.tableX.BackColor1 = "DimGray"; this.tableX.Columns = 8; this.tableX.Dock = System.Windows.Forms.DockStyle.Fill; this.tableX.FontSize = POSV.SystemFont.正常; this.tableX.ItemHeight = 70; this.tableX.ItemWidth = 90; this.tableX.Location = new System.Drawing.Point(5, 5); this.tableX.Name = "tableX"; this.tableX.PageNumber = 0; this.tableX.PagerColor = "DimGray"; this.tableX.Size = new System.Drawing.Size(657, 421); this.tableX.TabIndex = 0; this.tableX.TextColor0 = "Black"; this.tableX.TextColor1 = "Blue"; // // tableAreaPanel // this.tableAreaPanel.AutoSize = true; this.tableAreaPanel.CanvasColor = System.Drawing.SystemColors.Control; this.tableAreaPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.tableAreaPanel.Controls.Add(this.tableArea); this.tableAreaPanel.Controls.Add(this.tableAttributeX); this.tableAreaPanel.DisabledBackColor = System.Drawing.Color.Empty; this.tableAreaPanel.Dock = System.Windows.Forms.DockStyle.Top; this.tableAreaPanel.Location = new System.Drawing.Point(0, 0); this.tableAreaPanel.Name = "tableAreaPanel"; this.tableAreaPanel.Padding = new System.Windows.Forms.Padding(5, 2, 5, 2); this.tableAreaPanel.Size = new System.Drawing.Size(667, 98); this.tableAreaPanel.Style.Alignment = System.Drawing.StringAlignment.Center; this.tableAreaPanel.Style.BackColor1.Color = System.Drawing.Color.Transparent; this.tableAreaPanel.Style.BackColor2.Color = System.Drawing.Color.Transparent; this.tableAreaPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.tableAreaPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.tableAreaPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.tableAreaPanel.Style.GradientAngle = 90; this.tableAreaPanel.TabIndex = 26; // // tableArea // this.tableArea.BackColor = System.Drawing.Color.Transparent; this.tableArea.BackColor1 = "Transparent"; this.tableArea.BackColor2 = "DimGray"; this.tableArea.Dock = System.Windows.Forms.DockStyle.Top; this.tableArea.FontSize = POSV.SystemFont.正常; this.tableArea.Location = new System.Drawing.Point(5, 48); this.tableArea.Name = "tableArea"; this.tableArea.Padding = new System.Windows.Forms.Padding(1); this.tableArea.PageNumber = 0; this.tableArea.Size = new System.Drawing.Size(657, 48); this.tableArea.TabIndex = 4; this.tableArea.TableAreaCornerType = POSV.Bean.CornerType.圆角; this.tableArea.TextColor1 = "Black"; this.tableArea.TextColor2 = "White"; // // tableAttributeX // this.tableAttributeX.BackColor = System.Drawing.Color.Transparent; this.tableAttributeX.BackColor1 = "Transparent"; this.tableAttributeX.BackColor2 = "DimGray"; this.tableAttributeX.Dock = System.Windows.Forms.DockStyle.Top; this.tableAttributeX.FontSize = POSV.SystemFont.正常; this.tableAttributeX.Location = new System.Drawing.Point(5, 2); this.tableAttributeX.Name = "tableAttributeX"; this.tableAttributeX.Padding = new System.Windows.Forms.Padding(1); this.tableAttributeX.PageNumber = 0; this.tableAttributeX.Size = new System.Drawing.Size(657, 46); this.tableAttributeX.TabIndex = 3; this.tableAttributeX.TextColor1 = "Black"; this.tableAttributeX.TextColor2 = "White"; // // leftPanel // this.leftPanel.CanvasColor = System.Drawing.SystemColors.Control; this.leftPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.leftPanel.Controls.Add(this.doubleBufferPanelX3); this.leftPanel.Controls.Add(this.doubleBufferPanelX2); this.leftPanel.DisabledBackColor = System.Drawing.Color.Empty; this.leftPanel.Dock = System.Windows.Forms.DockStyle.Right; this.leftPanel.Location = new System.Drawing.Point(667, 0); this.leftPanel.Name = "leftPanel"; this.leftPanel.Padding = new System.Windows.Forms.Padding(1); this.leftPanel.Size = new System.Drawing.Size(193, 529); 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.Border = DevComponents.DotNetBar.eBorderType.SingleLine; 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 = 9; // // doubleBufferPanelX3 // this.doubleBufferPanelX3.CanvasColor = System.Drawing.SystemColors.Control; this.doubleBufferPanelX3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.doubleBufferPanelX3.Controls.Add(this.buttonX2); this.doubleBufferPanelX3.Controls.Add(this.buttonX1); this.doubleBufferPanelX3.DisabledBackColor = System.Drawing.Color.Empty; this.doubleBufferPanelX3.Dock = System.Windows.Forms.DockStyle.Bottom; this.doubleBufferPanelX3.Location = new System.Drawing.Point(1, 394); this.doubleBufferPanelX3.Name = "doubleBufferPanelX3"; this.doubleBufferPanelX3.Padding = new System.Windows.Forms.Padding(1); this.doubleBufferPanelX3.Size = new System.Drawing.Size(191, 134); this.doubleBufferPanelX3.Style.Alignment = System.Drawing.StringAlignment.Center; this.doubleBufferPanelX3.Style.BackColor1.Color = System.Drawing.Color.Transparent; this.doubleBufferPanelX3.Style.BackColor2.Color = System.Drawing.Color.Transparent; this.doubleBufferPanelX3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.doubleBufferPanelX3.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.doubleBufferPanelX3.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.doubleBufferPanelX3.Style.GradientAngle = 90; this.doubleBufferPanelX3.TabIndex = 24; // // buttonX2 // this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX2.Location = new System.Drawing.Point(96, 5); this.buttonX2.Name = "buttonX2"; this.buttonX2.Size = new System.Drawing.Size(75, 35); this.buttonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX2.TabIndex = 1; this.buttonX2.Text = "点单"; // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX1.Location = new System.Drawing.Point(5, 5); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(75, 35); this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX1.TabIndex = 0; this.buttonX1.Text = "开台"; // // doubleBufferPanelX2 // this.doubleBufferPanelX2.CanvasColor = System.Drawing.SystemColors.Control; this.doubleBufferPanelX2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.doubleBufferPanelX2.Controls.Add(this.lblOpenTableTime); this.doubleBufferPanelX2.Controls.Add(this.lblOrderNo); this.doubleBufferPanelX2.Controls.Add(this.lblTableNO); this.doubleBufferPanelX2.DisabledBackColor = System.Drawing.Color.Empty; this.doubleBufferPanelX2.Dock = System.Windows.Forms.DockStyle.Top; this.doubleBufferPanelX2.Location = new System.Drawing.Point(1, 1); this.doubleBufferPanelX2.Name = "doubleBufferPanelX2"; this.doubleBufferPanelX2.Padding = new System.Windows.Forms.Padding(1); this.doubleBufferPanelX2.Size = new System.Drawing.Size(191, 91); this.doubleBufferPanelX2.Style.Alignment = System.Drawing.StringAlignment.Center; this.doubleBufferPanelX2.Style.BackColor1.Color = System.Drawing.Color.Transparent; this.doubleBufferPanelX2.Style.BackColor2.Color = System.Drawing.Color.Transparent; this.doubleBufferPanelX2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.doubleBufferPanelX2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.doubleBufferPanelX2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.doubleBufferPanelX2.Style.GradientAngle = 90; this.doubleBufferPanelX2.TabIndex = 20; // // lblOpenTableTime // // // // this.lblOpenTableTime.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblOpenTableTime.Location = new System.Drawing.Point(4, 63); this.lblOpenTableTime.Name = "lblOpenTableTime"; this.lblOpenTableTime.Size = new System.Drawing.Size(220, 23); this.lblOpenTableTime.TabIndex = 2; this.lblOpenTableTime.Tag = "开台时间:{0}"; this.lblOpenTableTime.Text = "开台时间:{0}"; // // lblOrderNo // // // // this.lblOrderNo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblOrderNo.Location = new System.Drawing.Point(2, 34); this.lblOrderNo.Name = "lblOrderNo"; this.lblOrderNo.Size = new System.Drawing.Size(220, 23); this.lblOrderNo.TabIndex = 1; this.lblOrderNo.Tag = "单号:{0}"; this.lblOrderNo.Text = "单号:{0}"; // // lblTableNO // // // // this.lblTableNO.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblTableNO.Location = new System.Drawing.Point(4, 5); this.lblTableNO.Name = "lblTableNO"; this.lblTableNO.Size = new System.Drawing.Size(220, 23); this.lblTableNO.TabIndex = 0; this.lblTableNO.Tag = "桌号:{0}"; this.lblTableNO.Text = "桌号:{0}"; // // TableMenuItem // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.SystemColors.ControlLight; this.Controls.Add(this.tablePanel); this.Controls.Add(this.tableAreaPanel); this.Controls.Add(this.leftPanel); this.Name = "TableMenuItem"; this.Size = new System.Drawing.Size(860, 529); this.tablePanel.ResumeLayout(false); this.tableAreaPanel.ResumeLayout(false); this.leftPanel.ResumeLayout(false); this.doubleBufferPanelX3.ResumeLayout(false); this.doubleBufferPanelX2.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Component.DoubleBufferPanelX leftPanel; private Component.DoubleBufferPanelX doubleBufferPanelX2; private DevComponents.DotNetBar.LabelX lblOpenTableTime; private DevComponents.DotNetBar.LabelX lblOrderNo; private DevComponents.DotNetBar.LabelX lblTableNO; private Component.DoubleBufferPanelX doubleBufferPanelX3; private DevComponents.DotNetBar.ButtonX buttonX2; private DevComponents.DotNetBar.ButtonX buttonX1; private Component.DoubleBufferPanelX tableAreaPanel; private Component.DoubleBufferPanelX tablePanel; private Component.TableX tableX; private Component.TableAreaX tableArea; private Component.TableAttributeX tableAttributeX; } }