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.

414 lines
23 KiB
C#

namespace POSV.WaiMai
{
partial class DeliverySendForm
{
/// <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.doubleBufferPanelX1 = new POSV.Component.DoubleBufferPanelX();
this.lblTitle = new DevComponents.DotNetBar.LabelX();
this.controlBox1 = new POSV.Component.ControlBox();
this.labelX8 = new DevComponents.DotNetBar.LabelX();
this.line2 = new DevComponents.DotNetBar.Controls.Line();
this.lblAddress = new DevComponents.DotNetBar.LabelX();
this.lblVisitorName = new DevComponents.DotNetBar.LabelX();
this.lblVisitorTelephone = new DevComponents.DotNetBar.LabelX();
this.doubleBufferPanelX2 = new POSV.Component.DoubleBufferPanelX();
this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
this.ButtonCancel = new DevComponents.DotNetBar.ButtonX();
this.txtWorker = new POSV.Component.NormalTextBox();
this.labelX2 = new DevComponents.DotNetBar.LabelX();
this.txtMemo = new POSV.Component.NormalTextBox();
this.labelX6 = new DevComponents.DotNetBar.LabelX();
this.labelX5 = new DevComponents.DotNetBar.LabelX();
this.txtAmount = new POSV.Component.NumericTextBox();
this.doubleBufferPanelX1.SuspendLayout();
this.doubleBufferPanelX2.SuspendLayout();
this.SuspendLayout();
//
// doubleBufferPanelX1
//
this.doubleBufferPanelX1.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX1.Controls.Add(this.lblTitle);
this.doubleBufferPanelX1.Controls.Add(this.controlBox1);
this.doubleBufferPanelX1.Controls.Add(this.labelX8);
this.doubleBufferPanelX1.Controls.Add(this.line2);
this.doubleBufferPanelX1.Controls.Add(this.lblAddress);
this.doubleBufferPanelX1.Controls.Add(this.lblVisitorName);
this.doubleBufferPanelX1.Controls.Add(this.lblVisitorTelephone);
this.doubleBufferPanelX1.Controls.Add(this.doubleBufferPanelX2);
this.doubleBufferPanelX1.Controls.Add(this.txtWorker);
this.doubleBufferPanelX1.Controls.Add(this.labelX2);
this.doubleBufferPanelX1.Controls.Add(this.txtMemo);
this.doubleBufferPanelX1.Controls.Add(this.labelX6);
this.doubleBufferPanelX1.Controls.Add(this.labelX5);
this.doubleBufferPanelX1.Controls.Add(this.txtAmount);
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.Size = new System.Drawing.Size(613, 434);
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 = 0;
//
// lblTitle
//
//
//
//
this.lblTitle.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblTitle.Dock = System.Windows.Forms.DockStyle.Top;
this.lblTitle.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblTitle.ForeColor = System.Drawing.Color.Maroon;
this.lblTitle.Location = new System.Drawing.Point(0, 32);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(613, 44);
this.lblTitle.TabIndex = 0;
this.lblTitle.Tag = "订单[{0}]外送";
this.lblTitle.Text = "订单[]外送";
this.lblTitle.TextAlignment = System.Drawing.StringAlignment.Center;
//
// 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 = false;
this.controlBox1.Name = "controlBox1";
this.controlBox1.NetworkStatus = false;
this.controlBox1.NewForeColor = System.Drawing.Color.White;
this.controlBox1.SettingsBox = false;
this.controlBox1.ShowApplicationVersion = false;
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(613, 32);
this.controlBox1.TabIndex = 259;
this.controlBox1.CloseClick += new POSV.Component.ControlBox.EventHandler(this.OnCloseClick);
this.controlBox1.KeyboardClick += new POSV.Component.ControlBox.EventHandler(this.OnKeyboardClick);
//
// labelX8
//
this.labelX8.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX8.ForeColor = System.Drawing.Color.Black;
this.labelX8.Location = new System.Drawing.Point(6, 176);
this.labelX8.Name = "labelX8";
this.labelX8.Size = new System.Drawing.Size(130, 25);
this.labelX8.TabIndex = 258;
this.labelX8.Tag = "消费金额:{0}";
this.labelX8.Text = "请输入配送信息";
//
// line2
//
this.line2.BackColor = System.Drawing.Color.Transparent;
this.line2.Location = new System.Drawing.Point(3, 157);
this.line2.Name = "line2";
this.line2.Size = new System.Drawing.Size(604, 13);
this.line2.TabIndex = 257;
this.line2.Text = "line2";
//
// lblAddress
//
this.lblAddress.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.lblAddress.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblAddress.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblAddress.ForeColor = System.Drawing.Color.Black;
this.lblAddress.Location = new System.Drawing.Point(6, 119);
this.lblAddress.Name = "lblAddress";
this.lblAddress.Size = new System.Drawing.Size(602, 32);
this.lblAddress.TabIndex = 256;
this.lblAddress.Tag = "送餐地址:{0}";
this.lblAddress.Text = "送餐地址:";
this.lblAddress.WordWrap = true;
//
// lblVisitorName
//
this.lblVisitorName.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.lblVisitorName.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblVisitorName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblVisitorName.ForeColor = System.Drawing.Color.Black;
this.lblVisitorName.Location = new System.Drawing.Point(216, 88);
this.lblVisitorName.Name = "lblVisitorName";
this.lblVisitorName.Size = new System.Drawing.Size(204, 25);
this.lblVisitorName.TabIndex = 255;
this.lblVisitorName.Tag = "订餐人:{0}";
this.lblVisitorName.Text = "订餐人:";
//
// lblVisitorTelephone
//
this.lblVisitorTelephone.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.lblVisitorTelephone.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblVisitorTelephone.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblVisitorTelephone.ForeColor = System.Drawing.Color.Black;
this.lblVisitorTelephone.Location = new System.Drawing.Point(6, 88);
this.lblVisitorTelephone.Name = "lblVisitorTelephone";
this.lblVisitorTelephone.Size = new System.Drawing.Size(204, 25);
this.lblVisitorTelephone.TabIndex = 254;
this.lblVisitorTelephone.Tag = "订餐电话:{0}";
this.lblVisitorTelephone.Text = "订餐电话:";
//
// doubleBufferPanelX2
//
this.doubleBufferPanelX2.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX2.Controls.Add(this.buttonX1);
this.doubleBufferPanelX2.Controls.Add(this.ButtonCancel);
this.doubleBufferPanelX2.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.doubleBufferPanelX2.Location = new System.Drawing.Point(0, 373);
this.doubleBufferPanelX2.Name = "doubleBufferPanelX2";
this.doubleBufferPanelX2.Size = new System.Drawing.Size(613, 61);
this.doubleBufferPanelX2.Style.Alignment = System.Drawing.StringAlignment.Center;
this.doubleBufferPanelX2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
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 = 246;
//
// buttonX1
//
this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
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(142, 8);
this.buttonX1.Name = "buttonX1";
this.buttonX1.Size = new System.Drawing.Size(119, 50);
this.buttonX1.TabIndex = 35;
this.buttonX1.Text = "送出";
this.buttonX1.TextColor = System.Drawing.Color.White;
this.buttonX1.Click += new System.EventHandler(this.OnOrderSendClick);
//
// ButtonCancel
//
this.ButtonCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(92)))), ((int)(((byte)(86)))));
this.ButtonCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.ButtonCancel.Cursor = System.Windows.Forms.Cursors.Hand;
this.ButtonCancel.FadeEffect = false;
this.ButtonCancel.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ButtonCancel.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.ButtonCancel.Location = new System.Drawing.Point(309, 8);
this.ButtonCancel.Name = "ButtonCancel";
this.ButtonCancel.Size = new System.Drawing.Size(119, 50);
this.ButtonCancel.TabIndex = 34;
this.ButtonCancel.Text = "取消";
this.ButtonCancel.TextColor = System.Drawing.Color.White;
this.ButtonCancel.Click += new System.EventHandler(this.OnCancelClick);
//
// txtWorker
//
this.txtWorker.BackColor = System.Drawing.Color.White;
//
//
//
this.txtWorker.Border.BorderColor = System.Drawing.Color.DimGray;
this.txtWorker.Border.BorderColor2 = System.Drawing.Color.DimGray;
this.txtWorker.Border.Class = "TextBoxBorder";
this.txtWorker.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtWorker.ButtonCustom.Checked = true;
this.txtWorker.ButtonCustom.Text = "选择";
this.txtWorker.ButtonCustom.Visible = true;
this.txtWorker.DisabledBackColor = System.Drawing.Color.White;
this.txtWorker.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtWorker.ForeColor = System.Drawing.Color.Black;
this.txtWorker.Keyboard = POSV.KeyboardType.;
this.txtWorker.Location = new System.Drawing.Point(103, 219);
this.txtWorker.MaxLength = 128;
this.txtWorker.Multiline = true;
this.txtWorker.Name = "txtWorker";
this.txtWorker.PreventEnterBeep = true;
this.txtWorker.ReadOnly = true;
this.txtWorker.Size = new System.Drawing.Size(158, 30);
this.txtWorker.TabIndex = 245;
this.txtWorker.ButtonCustomClick += new System.EventHandler(this.OnSelectWorkerClick);
//
// labelX2
//
this.labelX2.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX2.ForeColor = System.Drawing.Color.Black;
this.labelX2.Location = new System.Drawing.Point(11, 222);
this.labelX2.Name = "labelX2";
this.labelX2.Size = new System.Drawing.Size(85, 25);
this.labelX2.TabIndex = 244;
this.labelX2.Tag = "";
this.labelX2.Text = "送餐人:";
this.labelX2.TextAlignment = System.Drawing.StringAlignment.Far;
//
// txtMemo
//
this.txtMemo.BackColor = System.Drawing.Color.White;
//
//
//
this.txtMemo.Border.BorderColor = System.Drawing.Color.DimGray;
this.txtMemo.Border.BorderColor2 = System.Drawing.Color.DimGray;
this.txtMemo.Border.Class = "TextBoxBorder";
this.txtMemo.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtMemo.DisabledBackColor = System.Drawing.Color.White;
this.txtMemo.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtMemo.ForeColor = System.Drawing.Color.Black;
this.txtMemo.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.txtMemo.Keyboard = POSV.KeyboardType.;
this.txtMemo.Location = new System.Drawing.Point(103, 275);
this.txtMemo.MaxLength = 128;
this.txtMemo.Multiline = true;
this.txtMemo.Name = "txtMemo";
this.txtMemo.PreventEnterBeep = true;
this.txtMemo.Size = new System.Drawing.Size(412, 30);
this.txtMemo.TabIndex = 243;
//
// labelX6
//
this.labelX6.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX6.ForeColor = System.Drawing.Color.Black;
this.labelX6.Location = new System.Drawing.Point(11, 278);
this.labelX6.Name = "labelX6";
this.labelX6.Size = new System.Drawing.Size(85, 25);
this.labelX6.TabIndex = 242;
this.labelX6.Tag = "";
this.labelX6.Text = "外送单注:";
this.labelX6.TextAlignment = System.Drawing.StringAlignment.Far;
//
// labelX5
//
this.labelX5.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX5.ForeColor = System.Drawing.Color.Black;
this.labelX5.Location = new System.Drawing.Point(266, 222);
this.labelX5.Name = "labelX5";
this.labelX5.Size = new System.Drawing.Size(85, 25);
this.labelX5.TabIndex = 240;
this.labelX5.Tag = "";
this.labelX5.Text = "预支金额:";
this.labelX5.TextAlignment = System.Drawing.StringAlignment.Far;
//
// txtAmount
//
this.txtAmount.AllowDecimalSeparator = true;
this.txtAmount.AllowNegativeSign = false;
this.txtAmount.AllowSpace = false;
this.txtAmount.BackColor = System.Drawing.Color.White;
//
//
//
this.txtAmount.Border.BorderColor = System.Drawing.Color.DimGray;
this.txtAmount.Border.BorderColor2 = System.Drawing.Color.DimGray;
this.txtAmount.Border.Class = "TextBoxBorder";
this.txtAmount.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtAmount.DisabledBackColor = System.Drawing.Color.White;
this.txtAmount.EnableSoftKeyboard = true;
this.txtAmount.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtAmount.ForeColor = System.Drawing.Color.Black;
this.txtAmount.Location = new System.Drawing.Point(357, 219);
this.txtAmount.MaxDecimalDigit = 2;
this.txtAmount.MaxLength = 12;
this.txtAmount.Multiline = true;
this.txtAmount.Name = "txtAmount";
this.txtAmount.PreventEnterBeep = true;
this.txtAmount.Size = new System.Drawing.Size(158, 30);
this.txtAmount.TabIndex = 241;
this.txtAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// DeliverySendForm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(613, 434);
this.Controls.Add(this.doubleBufferPanelX1);
this.Name = "DeliverySendForm";
this.Text = "DeliverySendForm";
this.doubleBufferPanelX1.ResumeLayout(false);
this.doubleBufferPanelX2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Component.DoubleBufferPanelX doubleBufferPanelX1;
private DevComponents.DotNetBar.LabelX lblTitle;
private DevComponents.DotNetBar.LabelX labelX5;
private Component.NumericTextBox txtAmount;
private Component.NormalTextBox txtMemo;
private DevComponents.DotNetBar.LabelX labelX6;
private DevComponents.DotNetBar.LabelX labelX2;
private Component.DoubleBufferPanelX doubleBufferPanelX2;
private Component.NormalTextBox txtWorker;
private DevComponents.DotNetBar.ButtonX ButtonCancel;
private DevComponents.DotNetBar.ButtonX buttonX1;
private DevComponents.DotNetBar.LabelX lblVisitorTelephone;
private DevComponents.DotNetBar.LabelX lblVisitorName;
private DevComponents.DotNetBar.LabelX lblAddress;
private DevComponents.DotNetBar.Controls.Line line2;
private DevComponents.DotNetBar.LabelX labelX8;
private Component.ControlBox controlBox1;
}
}