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.

185 lines
9.0 KiB
C#

9 months ago
using POS.Language.Language;
namespace POSV.Bill
{
partial class AbmcsMisControl
{
/// <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.billKeyboard1 = new POSV.Bill.BillKeyboard();
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.txtAmount = new POSV.Component.NumericTextBox();
this.SuspendLayout();
//
// billKeyboard1
//
this.billKeyboard1.AllowDecimalSeparator = true;
this.billKeyboard1.Dock = System.Windows.Forms.DockStyle.Fill;
this.billKeyboard1.Location = new System.Drawing.Point(190, 43);
this.billKeyboard1.Name = "billKeyboard1";
this.billKeyboard1.Size = new System.Drawing.Size(308, 295);
this.billKeyboard1.TabIndex = 17;
this.billKeyboard1.KeyboardBefore += new POSV.Bill.BillKeyboardEventHandler(this.OnKeyboardBefore);
this.billKeyboard1.KeyboardAfter += new POSV.Bill.BillKeyboardEventHandler(this.OnKeyboardAfter);
//
// 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, 338);
this.progressSteps1.Name = "progressSteps1";
this.progressSteps1.PointerSize = 20;
this.progressSteps1.Size = new System.Drawing.Size(496, 60);
this.progressSteps1.TabIndex = 15;
//
// 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\"> 连接手持POS终端 </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, 336);
this.billSummary1.TabIndex = 16;
//
// txtAmount
//
this.txtAmount.AllowDecimalSeparator = false;
this.txtAmount.AllowNegativeSign = false;
this.txtAmount.AllowSpace = false;
this.txtAmount.BackColor = System.Drawing.Color.White;
//
//
//
this.txtAmount.Border.Class = "TextBoxBorder";
this.txtAmount.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtAmount.DisabledBackColor = System.Drawing.Color.White;
this.txtAmount.Dock = System.Windows.Forms.DockStyle.Top;
this.txtAmount.EnableSoftKeyboard = true;
this.txtAmount.Font = new System.Drawing.Font("宋体", 26.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(190, 2);
this.txtAmount.MaxDecimalDigit = 2;
this.txtAmount.MaxLength = 24;
this.txtAmount.Multiline = true;
this.txtAmount.Name = "txtAmount";
this.txtAmount.PreventEnterBeep = true;
this.txtAmount.ReadOnly = true;
this.txtAmount.Size = new System.Drawing.Size(308, 41);
this.txtAmount.TabIndex = 18;
this.txtAmount.WatermarkBehavior = DevComponents.DotNetBar.eWatermarkBehavior.HideNonEmpty;
this.txtAmount.WatermarkFont = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtAmount.WatermarkText = LangProxy.ToLang("请输入支付金额");
//
// CCBMisControl
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.billKeyboard1);
this.Controls.Add(this.txtAmount);
this.Controls.Add(this.billSummary1);
this.Controls.Add(this.progressSteps1);
this.Name = "CCBMisControl";
this.Padding = new System.Windows.Forms.Padding(2);
this.Size = new System.Drawing.Size(500, 400);
this.ResumeLayout(false);
}
#endregion
private BillKeyboard billKeyboard1;
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 txtAmount;
}
}