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.

231 lines
12 KiB
C#

9 months ago
using POS.Language.Language;
namespace POSV.Bill
{
partial class MPayControl
{
/// <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.doubleBufferPanelX1 = new POSV.Component.DoubleBufferPanelX();
this.doubleBufferPanelX2 = new POSV.Component.DoubleBufferPanelX();
this.progressSteps1 = new DevComponents.DotNetBar.ProgressSteps();
this.PayStep1 = new DevComponents.DotNetBar.StepItem();
this.PayStep2 = new DevComponents.DotNetBar.StepItem();
this.PayStep3 = new DevComponents.DotNetBar.StepItem();
this.billSummary1 = new POSV.Bill.BillSummary();
this.txtPayCode = new POSV.Component.NumericTextBox();
this.billKeyboard1 = new POSV.Bill.BillKeyboard();
this.doubleBufferPanelX1.SuspendLayout();
this.SuspendLayout();
//
// doubleBufferPanelX1
//
this.doubleBufferPanelX1.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX1.Controls.Add(this.doubleBufferPanelX2);
this.doubleBufferPanelX1.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.doubleBufferPanelX1.Location = new System.Drawing.Point(2, 326);
this.doubleBufferPanelX1.Name = "doubleBufferPanelX1";
this.doubleBufferPanelX1.Padding = new System.Windows.Forms.Padding(2);
this.doubleBufferPanelX1.Size = new System.Drawing.Size(501, 90);
this.doubleBufferPanelX1.Style.Alignment = System.Drawing.StringAlignment.Center;
this.doubleBufferPanelX1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
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;
//
// doubleBufferPanelX2
//
this.doubleBufferPanelX2.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX2.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX2.Dock = System.Windows.Forms.DockStyle.Fill;
this.doubleBufferPanelX2.Location = new System.Drawing.Point(2, 2);
this.doubleBufferPanelX2.Name = "doubleBufferPanelX2";
this.doubleBufferPanelX2.Size = new System.Drawing.Size(497, 86);
this.doubleBufferPanelX2.Style.Alignment = System.Drawing.StringAlignment.Center;
this.doubleBufferPanelX2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.doubleBufferPanelX2.Style.BackgroundImage = global::POSV.Properties.Resources.;
this.doubleBufferPanelX2.Style.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Center;
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 = 0;
//
// progressSteps1
//
//
//
//
this.progressSteps1.BackgroundStyle.BackColor = System.Drawing.Color.Tan;
this.progressSteps1.BackgroundStyle.BackColor2 = System.Drawing.Color.Tan;
this.progressSteps1.BackgroundStyle.Class = "MetroTileGroupTitle";
this.progressSteps1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.progressSteps1.BackgroundStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.progressSteps1.BackgroundStyle.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
this.progressSteps1.ContainerControlProcessDialogKey = true;
this.progressSteps1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.progressSteps1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.progressSteps1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.PayStep1,
this.PayStep2,
this.PayStep3});
this.progressSteps1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.progressSteps1.Location = new System.Drawing.Point(2, 266);
this.progressSteps1.Name = "progressSteps1";
this.progressSteps1.PointerSize = 20;
this.progressSteps1.Size = new System.Drawing.Size(501, 60);
this.progressSteps1.TabIndex = 4;
//
// PayStep1
//
this.PayStep1.BackColors = new System.Drawing.Color[] {
System.Drawing.Color.Moccasin,
System.Drawing.Color.Moccasin};
this.PayStep1.ImageTextSpacing = 8;
this.PayStep1.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Center;
this.PayStep1.Maximum = 180;
this.PayStep1.MinimumSize = new System.Drawing.Size(180, 60);
this.PayStep1.Name = "PayStep1";
this.PayStep1.Stretch = true;
this.PayStep1.SymbolSize = 13F;
this.PayStep1.Text = "<font size=\"+3\"><b> 等待扫描 </b></font><br/><font size=\"-1\"> 请扫描付款码 </font>";
this.PayStep1.TextAlignment = DevComponents.DotNetBar.eButtonTextAlignment.Center;
//
// PayStep2
//
this.PayStep2.BackColors = new System.Drawing.Color[] {
System.Drawing.Color.Moccasin,
System.Drawing.Color.Moccasin};
this.PayStep2.ImageTextSpacing = 8;
this.PayStep2.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Center;
this.PayStep2.MinimumSize = new System.Drawing.Size(180, 60);
this.PayStep2.Name = "PayStep2";
this.PayStep2.Stretch = true;
this.PayStep2.SymbolSize = 13F;
this.PayStep2.Text = "<font size=\"+3\"><b>发起扣款 </b></font><br/><font size=\"-1\">发起扣款请求 </font>";
this.PayStep2.TextAlignment = DevComponents.DotNetBar.eButtonTextAlignment.Center;
//
// PayStep3
//
this.PayStep3.BackColors = new System.Drawing.Color[] {
System.Drawing.Color.Moccasin,
System.Drawing.Color.Moccasin};
this.PayStep3.ImageTextSpacing = 8;
this.PayStep3.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Center;
this.PayStep3.Maximum = 70;
this.PayStep3.MinimumSize = new System.Drawing.Size(400, 60);
this.PayStep3.Name = "PayStep3";
this.PayStep3.Stretch = true;
this.PayStep3.SymbolSize = 13F;
this.PayStep3.Text = "<font size=\"+3\"><b>确认结果 </b></font><br/><font size=\"-1\">确认扣款结果 </font>";
this.PayStep3.TextAlignment = DevComponents.DotNetBar.eButtonTextAlignment.Center;
//
// billSummary1
//
this.billSummary1.Dock = System.Windows.Forms.DockStyle.Left;
this.billSummary1.Location = new System.Drawing.Point(2, 2);
this.billSummary1.Name = "billSummary1";
this.billSummary1.Padding = new System.Windows.Forms.Padding(1);
this.billSummary1.Size = new System.Drawing.Size(188, 264);
this.billSummary1.TabIndex = 7;
//
// txtPayCode
//
this.txtPayCode.AllowDecimalSeparator = false;
this.txtPayCode.AllowNegativeSign = false;
this.txtPayCode.AllowSpace = false;
this.txtPayCode.BackColor = System.Drawing.Color.White;
//
//
//
this.txtPayCode.Border.Class = "TextBoxBorder";
this.txtPayCode.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtPayCode.ButtonCustom.Text = "核销";
this.txtPayCode.ButtonCustom.Visible = true;
this.txtPayCode.DisabledBackColor = System.Drawing.Color.White;
this.txtPayCode.Dock = System.Windows.Forms.DockStyle.Top;
this.txtPayCode.EnableSoftKeyboard = true;
this.txtPayCode.Font = new System.Drawing.Font("宋体", 18F);
this.txtPayCode.ForeColor = System.Drawing.Color.Black;
this.txtPayCode.Location = new System.Drawing.Point(190, 2);
this.txtPayCode.MaxDecimalDigit = 0;
this.txtPayCode.MaxLength = 36;
this.txtPayCode.Name = "txtPayCode";
this.txtPayCode.PreventEnterBeep = true;
this.txtPayCode.Size = new System.Drawing.Size(313, 35);
this.txtPayCode.TabIndex = 0;
this.txtPayCode.WatermarkBehavior = DevComponents.DotNetBar.eWatermarkBehavior.HideNonEmpty;
this.txtPayCode.WatermarkText = "请扫描付款码";
this.txtPayCode.WordWrap = false;
this.txtPayCode.OnEnterClick += new POSV.Component.NumericTextBox.EventHandler(this.OnPayCodeEnterClick);
this.txtPayCode.OnValueChanged += new POSV.Component.NumericTextBox.EventHandler(this.OnPayCodeValueChanged);
this.txtPayCode.ButtonCustomClick += new System.EventHandler(this.OnPayCodeCheckClick);
//
// billKeyboard1
//
this.billKeyboard1.AllowDecimalSeparator = true;
this.billKeyboard1.Dock = System.Windows.Forms.DockStyle.Fill;
this.billKeyboard1.Location = new System.Drawing.Point(190, 37);
this.billKeyboard1.Name = "billKeyboard1";
this.billKeyboard1.Size = new System.Drawing.Size(313, 229);
this.billKeyboard1.TabIndex = 9;
this.billKeyboard1.KeyboardBefore += new POSV.Bill.BillKeyboardEventHandler(this.OnKeyboardBefore);
this.billKeyboard1.KeyboardAfter += new POSV.Bill.BillKeyboardEventHandler(this.OnKeyboardAfter);
//
// MPayControl
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.billKeyboard1);
this.Controls.Add(this.txtPayCode);
this.Controls.Add(this.billSummary1);
this.Controls.Add(this.progressSteps1);
this.Controls.Add(this.doubleBufferPanelX1);
this.Name = "MPayControl";
this.Padding = new System.Windows.Forms.Padding(2);
this.Size = new System.Drawing.Size(505, 418);
this.doubleBufferPanelX1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Component.DoubleBufferPanelX doubleBufferPanelX1;
private DevComponents.DotNetBar.ProgressSteps progressSteps1;
private DevComponents.DotNetBar.StepItem PayStep1;
private DevComponents.DotNetBar.StepItem PayStep2;
private DevComponents.DotNetBar.StepItem PayStep3;
private BillSummary billSummary1;
private Component.NumericTextBox txtPayCode;
private BillKeyboard billKeyboard1;
private Component.DoubleBufferPanelX doubleBufferPanelX2;
}
}