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.

234 lines
14 KiB
C#

9 months ago
namespace POSV.WaiMai
{
partial class TelephoneNotifyPanelEx
{
/// <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.lblTelephone = new DevComponents.DotNetBar.LabelX();
this.leftPanel = new POSV.Component.DoubleBufferPanelX();
this.ButtonWaimaiClose = new POSV.Component.TouchButtonX();
this.ButtonWaimaiOrder = new POSV.Component.TouchButtonX();
this.doubleBufferPanelX1 = new POSV.Component.DoubleBufferPanelX();
this.lblAddress = new DevComponents.DotNetBar.LabelX();
this.lblCustomer = new DevComponents.DotNetBar.LabelX();
this.leftPanel.SuspendLayout();
this.doubleBufferPanelX1.SuspendLayout();
this.SuspendLayout();
//
// lblTelephone
//
this.lblTelephone.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.lblTelephone.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblTelephone.Dock = System.Windows.Forms.DockStyle.Top;
this.lblTelephone.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblTelephone.FontBold = true;
this.lblTelephone.ForeColor = System.Drawing.Color.DodgerBlue;
this.lblTelephone.Location = new System.Drawing.Point(5, 5);
this.lblTelephone.Name = "lblTelephone";
this.lblTelephone.Size = new System.Drawing.Size(244, 33);
this.lblTelephone.TabIndex = 61;
this.lblTelephone.Tag = "电话:{0}";
this.lblTelephone.Text = "电话:13733827212";
//
// leftPanel
//
this.leftPanel.CanvasColor = System.Drawing.SystemColors.Control;
this.leftPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.leftPanel.Controls.Add(this.ButtonWaimaiClose);
this.leftPanel.Controls.Add(this.ButtonWaimaiOrder);
this.leftPanel.DisabledBackColor = System.Drawing.Color.Empty;
this.leftPanel.Dock = System.Windows.Forms.DockStyle.Right;
this.leftPanel.Location = new System.Drawing.Point(254, 0);
this.leftPanel.Name = "leftPanel";
this.leftPanel.Padding = new System.Windows.Forms.Padding(5);
this.leftPanel.Size = new System.Drawing.Size(97, 142);
this.leftPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
this.leftPanel.Style.BackColor1.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 = 301;
//
// ButtonWaimaiClose
//
this.ButtonWaimaiClose.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(92)))), ((int)(((byte)(86)))));
this.ButtonWaimaiClose.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(92)))), ((int)(((byte)(86)))));
this.ButtonWaimaiClose.CanvasColor = System.Drawing.SystemColors.Control;
this.ButtonWaimaiClose.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.ButtonWaimaiClose.Cursor = System.Windows.Forms.Cursors.Hand;
this.ButtonWaimaiClose.DisabledBackColor = System.Drawing.Color.Empty;
this.ButtonWaimaiClose.EnableFlyout = false;
this.ButtonWaimaiClose.FlyoutContent = null;
this.ButtonWaimaiClose.FlyoutSide = DevComponents.DotNetBar.Controls.ePointerSide.Left;
this.ButtonWaimaiClose.KeyCode = "";
this.ButtonWaimaiClose.Location = new System.Drawing.Point(2, 96);
this.ButtonWaimaiClose.Lock = false;
this.ButtonWaimaiClose.LockSize = new System.Drawing.Size(26, 26);
this.ButtonWaimaiClose.Name = "ButtonWaimaiClose";
this.ButtonWaimaiClose.Notify = false;
this.ButtonWaimaiClose.NotifyColor = System.Drawing.Color.White;
this.ButtonWaimaiClose.NotifySize = new System.Drawing.Size(30, 16);
this.ButtonWaimaiClose.NotifyText = "99+";
this.ButtonWaimaiClose.PermissionCode = "";
this.ButtonWaimaiClose.Size = new System.Drawing.Size(87, 38);
this.ButtonWaimaiClose.Style.Alignment = System.Drawing.StringAlignment.Center;
this.ButtonWaimaiClose.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(92)))), ((int)(((byte)(86)))));
this.ButtonWaimaiClose.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(92)))), ((int)(((byte)(86)))));
this.ButtonWaimaiClose.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.ButtonWaimaiClose.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.ButtonWaimaiClose.Style.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ButtonWaimaiClose.Style.ForeColor.Color = System.Drawing.Color.White;
this.ButtonWaimaiClose.Style.GradientAngle = 90;
this.ButtonWaimaiClose.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
this.ButtonWaimaiClose.SymbolSize = 0F;
this.ButtonWaimaiClose.TabIndex = 66;
this.ButtonWaimaiClose.Text = "取消";
this.ButtonWaimaiClose.Click += new System.EventHandler(this.touchButtonX1_Click);
//
// ButtonWaimaiOrder
//
this.ButtonWaimaiOrder.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
this.ButtonWaimaiOrder.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
this.ButtonWaimaiOrder.CanvasColor = System.Drawing.SystemColors.Control;
this.ButtonWaimaiOrder.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.ButtonWaimaiOrder.Cursor = System.Windows.Forms.Cursors.Hand;
this.ButtonWaimaiOrder.DisabledBackColor = System.Drawing.Color.Empty;
this.ButtonWaimaiOrder.EnableFlyout = false;
this.ButtonWaimaiOrder.FlyoutContent = null;
this.ButtonWaimaiOrder.FlyoutSide = DevComponents.DotNetBar.Controls.ePointerSide.Left;
this.ButtonWaimaiOrder.KeyCode = "";
this.ButtonWaimaiOrder.Location = new System.Drawing.Point(2, 8);
this.ButtonWaimaiOrder.Lock = false;
this.ButtonWaimaiOrder.LockSize = new System.Drawing.Size(26, 26);
this.ButtonWaimaiOrder.Name = "ButtonWaimaiOrder";
this.ButtonWaimaiOrder.Notify = false;
this.ButtonWaimaiOrder.NotifyColor = System.Drawing.Color.White;
this.ButtonWaimaiOrder.NotifySize = new System.Drawing.Size(30, 16);
this.ButtonWaimaiOrder.NotifyText = "99+";
this.ButtonWaimaiOrder.PermissionCode = "";
this.ButtonWaimaiOrder.Size = new System.Drawing.Size(87, 38);
this.ButtonWaimaiOrder.Style.Alignment = System.Drawing.StringAlignment.Center;
this.ButtonWaimaiOrder.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
this.ButtonWaimaiOrder.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
this.ButtonWaimaiOrder.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.ButtonWaimaiOrder.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.ButtonWaimaiOrder.Style.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ButtonWaimaiOrder.Style.ForeColor.Color = System.Drawing.Color.White;
this.ButtonWaimaiOrder.Style.GradientAngle = 90;
this.ButtonWaimaiOrder.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
this.ButtonWaimaiOrder.SymbolSize = 0F;
this.ButtonWaimaiOrder.TabIndex = 73;
this.ButtonWaimaiOrder.Text = "门店外送";
this.ButtonWaimaiOrder.Click += new System.EventHandler(this.ButtonWaimaiOrder_Click);
//
// doubleBufferPanelX1
//
this.doubleBufferPanelX1.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX1.Controls.Add(this.lblAddress);
this.doubleBufferPanelX1.Controls.Add(this.lblCustomer);
this.doubleBufferPanelX1.Controls.Add(this.lblTelephone);
this.doubleBufferPanelX1.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX1.Dock = System.Windows.Forms.DockStyle.Fill;
this.doubleBufferPanelX1.Location = new System.Drawing.Point(0, 0);
this.doubleBufferPanelX1.Name = "doubleBufferPanelX1";
this.doubleBufferPanelX1.Padding = new System.Windows.Forms.Padding(5);
this.doubleBufferPanelX1.Size = new System.Drawing.Size(254, 142);
this.doubleBufferPanelX1.Style.Alignment = System.Drawing.StringAlignment.Center;
this.doubleBufferPanelX1.Style.BackColor1.Color = System.Drawing.Color.Transparent;
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 = 308;
//
// lblAddress
//
this.lblAddress.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.lblAddress.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblAddress.BackgroundStyle.WordWrap = true;
this.lblAddress.Dock = System.Windows.Forms.DockStyle.Top;
this.lblAddress.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblAddress.FontBold = true;
this.lblAddress.Location = new System.Drawing.Point(5, 73);
this.lblAddress.Name = "lblAddress";
this.lblAddress.Size = new System.Drawing.Size(244, 66);
this.lblAddress.TabIndex = 65;
this.lblAddress.Tag = "地址:{0}";
this.lblAddress.Text = "地址:国贸酒店公寓2号楼1单元1411室国贸酒店公寓2号楼1单元1411室";
this.lblAddress.TextLineAlignment = System.Drawing.StringAlignment.Near;
this.lblAddress.WordWrap = true;
//
// lblCustomer
//
this.lblCustomer.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.lblCustomer.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblCustomer.Dock = System.Windows.Forms.DockStyle.Top;
this.lblCustomer.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblCustomer.FontBold = true;
this.lblCustomer.Location = new System.Drawing.Point(5, 38);
this.lblCustomer.Name = "lblCustomer";
this.lblCustomer.Size = new System.Drawing.Size(244, 35);
this.lblCustomer.TabIndex = 64;
this.lblCustomer.Tag = "姓名:{0}";
this.lblCustomer.Text = "姓名:张莹";
//
// TelephoneNotifyPanelEx
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.doubleBufferPanelX1);
this.Controls.Add(this.leftPanel);
this.Name = "TelephoneNotifyPanelEx";
this.Size = new System.Drawing.Size(351, 142);
this.leftPanel.ResumeLayout(false);
this.doubleBufferPanelX1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevComponents.DotNetBar.LabelX lblTelephone;
private Component.DoubleBufferPanelX leftPanel;
private Component.DoubleBufferPanelX doubleBufferPanelX1;
private DevComponents.DotNetBar.LabelX lblAddress;
private DevComponents.DotNetBar.LabelX lblCustomer;
private Component.TouchButtonX ButtonWaimaiClose;
private Component.TouchButtonX ButtonWaimaiOrder;
}
}