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.

116 lines
5.3 KiB
C#

9 months ago
namespace POSV.Bill
{
partial class CashControl
{
/// <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.billGrid1 = new POSV.Bill.BillGrid();
this.billSummary1 = new POSV.Bill.BillSummary();
this.txtCash = new POSV.Component.NumericTextBox();
this.billKeyboard1 = new POSV.Bill.BillKeyboard();
this.SuspendLayout();
//
// billGrid1
//
this.billGrid1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.billGrid1.Location = new System.Drawing.Point(2, 274);
this.billGrid1.Name = "billGrid1";
this.billGrid1.Size = new System.Drawing.Size(492, 150);
this.billGrid1.TabIndex = 4;
this.billGrid1.PaymentRowDeleteClick += new POSV.Bill.PaymentRowDeleteClickEventHandler(this.OnPaymentRowDeleteClick);
//
// billSummary1
//
this.billSummary1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(246)))));
this.billSummary1.Dock = System.Windows.Forms.DockStyle.Left;
this.billSummary1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
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, 272);
this.billSummary1.TabIndex = 5;
//
// txtCash
//
this.txtCash.AllowDecimalSeparator = true;
this.txtCash.AllowNegativeSign = false;
this.txtCash.AllowSpace = false;
this.txtCash.BackColor = System.Drawing.Color.White;
//
//
//
this.txtCash.Border.Class = "TextBoxBorder";
this.txtCash.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtCash.DisabledBackColor = System.Drawing.Color.White;
this.txtCash.Dock = System.Windows.Forms.DockStyle.Top;
this.txtCash.EnableSoftKeyboard = true;
this.txtCash.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtCash.ForeColor = System.Drawing.Color.Black;
this.txtCash.Location = new System.Drawing.Point(190, 2);
this.txtCash.MaxDecimalDigit = 2;
this.txtCash.MaxLength = 12;
this.txtCash.Multiline = true;
this.txtCash.Name = "txtCash";
this.txtCash.PreventEnterBeep = true;
this.txtCash.Size = new System.Drawing.Size(304, 41);
this.txtCash.TabIndex = 0;
this.txtCash.OnEnterClick += new POSV.Component.NumericTextBox.EventHandler(this.OnCashEnterClick);
//
// billKeyboard1
//
this.billKeyboard1.AllowDecimalSeparator = true;
this.billKeyboard1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(190)))), ((int)(((byte)(182)))));
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(304, 231);
this.billKeyboard1.TabIndex = 7;
this.billKeyboard1.KeyboardBefore += new POSV.Bill.BillKeyboardEventHandler(this.OnKeyboardBefore);
this.billKeyboard1.KeyboardAfter += new POSV.Bill.BillKeyboardEventHandler(this.OnKeyboardAfter);
//
// CashControl
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.billKeyboard1);
this.Controls.Add(this.txtCash);
this.Controls.Add(this.billSummary1);
this.Controls.Add(this.billGrid1);
this.Name = "CashControl";
this.Padding = new System.Windows.Forms.Padding(2);
this.Size = new System.Drawing.Size(496, 426);
this.ResumeLayout(false);
}
#endregion
private BillGrid billGrid1;
private BillSummary billSummary1;
private Component.NumericTextBox txtCash;
private BillKeyboard billKeyboard1;
}
}