namespace POSV.Bill { partial class SharedControl { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.billKeyboard1 = new POSV.Bill.BillKeyboard(); this.txtAmount = new POSV.Component.NumericTextBox(); this.billGrid1 = new POSV.Bill.BillGrid(); this.billSummary1 = new POSV.Bill.BillSummary(); 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, 271); this.billKeyboard1.TabIndex = 8; this.billKeyboard1.KeyboardBefore += new POSV.Bill.BillKeyboardEventHandler(this.OnKeyboardBefore); this.billKeyboard1.KeyboardAfter += new POSV.Bill.BillKeyboardEventHandler(this.OnKeyboardAfter); // // txtAmount // this.txtAmount.AllowDecimalSeparator = true; 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.ButtonCustom.Symbol = ""; this.txtAmount.ButtonCustom.SymbolColor = System.Drawing.Color.DimGray; 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 = 12; this.txtAmount.Multiline = true; this.txtAmount.Name = "txtAmount"; this.txtAmount.PreventEnterBeep = true; this.txtAmount.Size = new System.Drawing.Size(308, 41); this.txtAmount.TabIndex = 7; // // billGrid1 // this.billGrid1.Dock = System.Windows.Forms.DockStyle.Bottom; this.billGrid1.Location = new System.Drawing.Point(2, 314); this.billGrid1.Name = "billGrid1"; this.billGrid1.Size = new System.Drawing.Size(496, 150); this.billGrid1.TabIndex = 5; this.billGrid1.PaymentRowDeleteClick += new POSV.Bill.PaymentRowDeleteClickEventHandler(this.OnPaymentRowDeleteClick); // // 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, 312); this.billSummary1.TabIndex = 6; // // SharedControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); 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.billGrid1); this.Name = "SharedControl"; this.Padding = new System.Windows.Forms.Padding(2); this.Size = new System.Drawing.Size(500, 466); this.ResumeLayout(false); } #endregion private BillGrid billGrid1; private Component.NumericTextBox txtAmount; private BillKeyboard billKeyboard1; private BillSummary billSummary1; } }