namespace POSV.Business { partial class CashDialogForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.totalPanel = new POSV.Component.DoubleBufferPanelX(); this.line2 = new DevComponents.DotNetBar.Controls.Line(); this.line1 = new DevComponents.DotNetBar.Controls.Line(); this.lblChangeAmount = new DevComponents.DotNetBar.LabelX(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.lblReceivableAmount = new DevComponents.DotNetBar.LabelX(); this.lblInputAmount = new DevComponents.DotNetBar.LabelX(); this.labelX5 = new DevComponents.DotNetBar.LabelX(); this.labelX6 = new DevComponents.DotNetBar.LabelX(); this.txtCash = new POSV.Component.NumericTextBox(); this.keyboardExt1 = new POSV.Component.KeyboardExt(); this.totalPanel.SuspendLayout(); this.SuspendLayout(); // // totalPanel // this.totalPanel.CanvasColor = System.Drawing.SystemColors.Control; this.totalPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.totalPanel.Controls.Add(this.line2); this.totalPanel.Controls.Add(this.line1); this.totalPanel.Controls.Add(this.lblChangeAmount); this.totalPanel.Controls.Add(this.labelX1); this.totalPanel.Controls.Add(this.lblReceivableAmount); this.totalPanel.Controls.Add(this.lblInputAmount); this.totalPanel.Controls.Add(this.labelX5); this.totalPanel.Controls.Add(this.labelX6); this.totalPanel.DisabledBackColor = System.Drawing.Color.Empty; this.totalPanel.Dock = System.Windows.Forms.DockStyle.Top; this.totalPanel.Location = new System.Drawing.Point(1, 1); this.totalPanel.Name = "totalPanel"; this.totalPanel.Padding = new System.Windows.Forms.Padding(3, 10, 3, 10); this.totalPanel.Size = new System.Drawing.Size(483, 79); this.totalPanel.Style.Alignment = System.Drawing.StringAlignment.Center; this.totalPanel.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(254)))), ((int)(((byte)(255))))); this.totalPanel.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(254)))), ((int)(((byte)(255))))); this.totalPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.totalPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.totalPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.totalPanel.Style.GradientAngle = 90; this.totalPanel.TabIndex = 69; // // line2 // this.line2.BackColor = System.Drawing.Color.Transparent; this.line2.ForeColor = System.Drawing.Color.DarkGray; this.line2.Location = new System.Drawing.Point(312, 3); this.line2.Name = "line2"; this.line2.Size = new System.Drawing.Size(10, 70); this.line2.TabIndex = 237; this.line2.Text = "line2"; this.line2.VerticalLine = true; // // line1 // this.line1.BackColor = System.Drawing.Color.Transparent; this.line1.ForeColor = System.Drawing.Color.DarkGray; this.line1.Location = new System.Drawing.Point(152, 4); this.line1.Name = "line1"; this.line1.Size = new System.Drawing.Size(10, 70); this.line1.TabIndex = 236; this.line1.Text = "line1"; this.line1.VerticalLine = true; // // lblChangeAmount // this.lblChangeAmount.BackColor = System.Drawing.Color.Transparent; // // // this.lblChangeAmount.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblChangeAmount.Font = new System.Drawing.Font("微软雅黑", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblChangeAmount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(91)))), ((int)(((byte)(99))))); this.lblChangeAmount.Location = new System.Drawing.Point(328, 36); this.lblChangeAmount.Name = "lblChangeAmount"; this.lblChangeAmount.Size = new System.Drawing.Size(152, 34); this.lblChangeAmount.TabIndex = 235; this.lblChangeAmount.Tag = "¥{0}"; this.lblChangeAmount.Text = "¥{0}"; this.lblChangeAmount.TextAlignment = System.Drawing.StringAlignment.Center; // // labelX1 // this.labelX1.BackColor = System.Drawing.Color.Transparent; // // // this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelX1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102))))); this.labelX1.Location = new System.Drawing.Point(328, 3); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(152, 22); this.labelX1.TabIndex = 234; this.labelX1.Text = "找零"; this.labelX1.TextAlignment = System.Drawing.StringAlignment.Center; // // lblReceivableAmount // this.lblReceivableAmount.BackColor = System.Drawing.Color.Transparent; // // // this.lblReceivableAmount.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblReceivableAmount.Font = new System.Drawing.Font("微软雅黑", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblReceivableAmount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(91)))), ((int)(((byte)(99))))); this.lblReceivableAmount.Location = new System.Drawing.Point(0, 37); this.lblReceivableAmount.Name = "lblReceivableAmount"; this.lblReceivableAmount.Size = new System.Drawing.Size(147, 34); this.lblReceivableAmount.TabIndex = 231; this.lblReceivableAmount.Tag = "¥{0}"; this.lblReceivableAmount.Text = "¥{0}"; this.lblReceivableAmount.TextAlignment = System.Drawing.StringAlignment.Center; // // lblInputAmount // this.lblInputAmount.BackColor = System.Drawing.Color.Transparent; // // // this.lblInputAmount.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblInputAmount.Font = new System.Drawing.Font("微软雅黑", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblInputAmount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(91)))), ((int)(((byte)(99))))); this.lblInputAmount.Location = new System.Drawing.Point(168, 37); this.lblInputAmount.Name = "lblInputAmount"; this.lblInputAmount.Size = new System.Drawing.Size(138, 34); this.lblInputAmount.TabIndex = 233; this.lblInputAmount.Tag = "¥{0}"; this.lblInputAmount.Text = "¥{0}"; this.lblInputAmount.TextAlignment = System.Drawing.StringAlignment.Center; // // labelX5 // this.labelX5.BackColor = System.Drawing.Color.Transparent; // // // this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX5.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelX5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102))))); this.labelX5.Location = new System.Drawing.Point(168, 4); this.labelX5.Name = "labelX5"; this.labelX5.Size = new System.Drawing.Size(138, 22); this.labelX5.TabIndex = 232; this.labelX5.Text = "实收"; this.labelX5.TextAlignment = System.Drawing.StringAlignment.Center; // // labelX6 // this.labelX6.BackColor = System.Drawing.Color.Transparent; // // // this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX6.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelX6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102))))); this.labelX6.Location = new System.Drawing.Point(0, 3); this.labelX6.Name = "labelX6"; this.labelX6.Size = new System.Drawing.Size(146, 22); this.labelX6.TabIndex = 230; this.labelX6.Text = "应收"; this.labelX6.TextAlignment = System.Drawing.StringAlignment.Center; // // 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.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(13, 86); 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(460, 41); this.txtCash.TabIndex = 73; this.txtCash.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtCash.OnValueChanged += new POSV.Component.NumericTextBox.EventHandler(this.OnInputValueChanged); // // keyboardExt1 // this.keyboardExt1.AllowDecimalSeparator = true; this.keyboardExt1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(217)))), ((int)(((byte)(222))))); this.keyboardExt1.Location = new System.Drawing.Point(13, 133); this.keyboardExt1.Name = "keyboardExt1"; this.keyboardExt1.Size = new System.Drawing.Size(460, 314); this.keyboardExt1.TabIndex = 0; this.keyboardExt1.KeyboardAfter += new POSV.Component.KeyboardExtEventHandler(this.OnKeyBoardTouchAfter); // // CashDialogForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(217)))), ((int)(((byte)(222))))); this.ClientSize = new System.Drawing.Size(485, 457); this.Controls.Add(this.txtCash); this.Controls.Add(this.totalPanel); this.Controls.Add(this.keyboardExt1); this.Name = "CashDialogForm"; this.Padding = new System.Windows.Forms.Padding(1, 1, 1, 10); this.Text = "CashDialogForm"; this.totalPanel.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Component.KeyboardExt keyboardExt1; private Component.DoubleBufferPanelX totalPanel; private Component.NumericTextBox txtCash; private DevComponents.DotNetBar.Controls.Line line2; private DevComponents.DotNetBar.Controls.Line line1; private DevComponents.DotNetBar.LabelX lblChangeAmount; private DevComponents.DotNetBar.LabelX labelX1; private DevComponents.DotNetBar.LabelX lblReceivableAmount; private DevComponents.DotNetBar.LabelX lblInputAmount; private DevComponents.DotNetBar.LabelX labelX5; private DevComponents.DotNetBar.LabelX labelX6; } }