namespace POSV.Business { partial class MPayDialogForm { /// /// 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.lblTips = new DevComponents.DotNetBar.LabelX(); this.txtPayCode = new POSV.Component.NumericTextBox(); this.touchButtonX4 = new POSV.Component.TouchButtonX(); this.billKeyboard1 = new POSV.Component.KeyboardExt(); this.doubleBufferPanelX1 = new POSV.Component.DoubleBufferPanelX(); this.labelMessage = new DevComponents.DotNetBar.LabelX(); this.totalPanel.SuspendLayout(); this.doubleBufferPanelX1.SuspendLayout(); this.SuspendLayout(); // // totalPanel // this.totalPanel.CanvasColor = System.Drawing.SystemColors.Control; this.totalPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.totalPanel.Controls.Add(this.lblTips); this.totalPanel.DisabledBackColor = System.Drawing.Color.Empty; this.totalPanel.Dock = System.Windows.Forms.DockStyle.Top; this.totalPanel.Location = new System.Drawing.Point(10, 10); this.totalPanel.Name = "totalPanel"; this.totalPanel.Padding = new System.Windows.Forms.Padding(3, 10, 3, 10); this.totalPanel.Size = new System.Drawing.Size(496, 50); this.totalPanel.Style.Alignment = System.Drawing.StringAlignment.Center; this.totalPanel.Style.BackColor1.Alpha = ((byte)(50)); this.totalPanel.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(125)))), ((int)(((byte)(29))))); this.totalPanel.Style.BackColor2.Alpha = ((byte)(50)); this.totalPanel.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(125)))), ((int)(((byte)(29))))); 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 = 73; // // lblTips // // // // this.lblTips.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblTips.Dock = System.Windows.Forms.DockStyle.Fill; this.lblTips.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblTips.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(125)))), ((int)(((byte)(29))))); this.lblTips.Location = new System.Drawing.Point(3, 10); this.lblTips.Name = "lblTips"; this.lblTips.Size = new System.Drawing.Size(490, 30); this.lblTips.TabIndex = 39; this.lblTips.Tag = "微信或支付宝支付{0}元"; this.lblTips.Text = "微信或支付宝支付{0}元"; // // 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.DisabledBackColor = System.Drawing.Color.White; this.txtPayCode.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtPayCode.ForeColor = System.Drawing.Color.Black; this.txtPayCode.Location = new System.Drawing.Point(10, 64); this.txtPayCode.MaxDecimalDigit = 0; this.txtPayCode.MaxLength = 20; this.txtPayCode.Multiline = true; this.txtPayCode.Name = "txtPayCode"; this.txtPayCode.PreventEnterBeep = true; this.txtPayCode.Size = new System.Drawing.Size(341, 41); this.txtPayCode.TabIndex = 74; this.txtPayCode.WatermarkBehavior = DevComponents.DotNetBar.eWatermarkBehavior.HideNonEmpty; this.txtPayCode.WatermarkFont = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtPayCode.WatermarkText = "请提示顾客出示付款码"; this.txtPayCode.OnEnterClick += new POSV.Component.NumericTextBox.EventHandler(this.OnPayCodeEnterClick); this.txtPayCode.OnValueChanged += new POSV.Component.NumericTextBox.EventHandler(this.OnPayCodeValueChanged); // // touchButtonX4 // this.touchButtonX4.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(248))))); this.touchButtonX4.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(248))))); this.touchButtonX4.CanvasColor = System.Drawing.SystemColors.Control; this.touchButtonX4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.touchButtonX4.Cursor = System.Windows.Forms.Cursors.Hand; this.touchButtonX4.DisabledBackColor = System.Drawing.Color.Empty; this.touchButtonX4.EnableFlyout = false; this.touchButtonX4.FlyoutContent = null; this.touchButtonX4.FlyoutSide = DevComponents.DotNetBar.Controls.ePointerSide.Left; this.touchButtonX4.Font = new System.Drawing.Font("微软雅黑", 13.75F); this.touchButtonX4.KeyCode = "close"; this.touchButtonX4.Location = new System.Drawing.Point(352, 65); this.touchButtonX4.Lock = false; this.touchButtonX4.LockSize = new System.Drawing.Size(26, 26); this.touchButtonX4.Margin = new System.Windows.Forms.Padding(1); this.touchButtonX4.Name = "touchButtonX4"; this.touchButtonX4.Notify = false; this.touchButtonX4.NotifyColor = System.Drawing.Color.Red; this.touchButtonX4.NotifySize = new System.Drawing.Size(30, 16); this.touchButtonX4.NotifyText = "99+"; this.touchButtonX4.PermissionCode = ""; this.touchButtonX4.Size = new System.Drawing.Size(88, 39); this.touchButtonX4.Style.Alignment = System.Drawing.StringAlignment.Center; this.touchButtonX4.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(248))))); this.touchButtonX4.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(248))))); this.touchButtonX4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.touchButtonX4.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.touchButtonX4.Style.Font = new System.Drawing.Font("微软雅黑", 13.75F); this.touchButtonX4.Style.ForeColor.Color = System.Drawing.Color.Black; this.touchButtonX4.Style.GradientAngle = 90; this.touchButtonX4.SymbolColor = System.Drawing.SystemColors.ControlDarkDark; this.touchButtonX4.SymbolSize = 0F; this.touchButtonX4.TabIndex = 79; this.touchButtonX4.Text = "手工核销"; this.touchButtonX4.TouchClick += new POSV.Component.TouchButtonX.EventHandler(this.OnPayCodeCheckClick); // // billKeyboard1 // this.billKeyboard1.AllowDecimalSeparator = true; this.billKeyboard1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(217)))), ((int)(((byte)(222))))); this.billKeyboard1.Location = new System.Drawing.Point(10, 107); this.billKeyboard1.Name = "billKeyboard1"; this.billKeyboard1.Size = new System.Drawing.Size(430, 330); this.billKeyboard1.TabIndex = 75; this.billKeyboard1.KeyboardBefore += new POSV.Component.KeyboardExtEventHandler(this.OnKeyboardBefore); this.billKeyboard1.KeyboardAfter += new POSV.Component.KeyboardExtEventHandler(this.OnKeyBoardTouchAfter); // // doubleBufferPanelX1 // this.doubleBufferPanelX1.CanvasColor = System.Drawing.SystemColors.Control; this.doubleBufferPanelX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.doubleBufferPanelX1.Controls.Add(this.labelMessage); this.doubleBufferPanelX1.DisabledBackColor = System.Drawing.Color.Empty; this.doubleBufferPanelX1.Dock = System.Windows.Forms.DockStyle.Bottom; this.doubleBufferPanelX1.Location = new System.Drawing.Point(10, 452); this.doubleBufferPanelX1.Name = "doubleBufferPanelX1"; this.doubleBufferPanelX1.Padding = new System.Windows.Forms.Padding(3, 10, 3, 10); this.doubleBufferPanelX1.Size = new System.Drawing.Size(496, 50); this.doubleBufferPanelX1.Style.Alignment = System.Drawing.StringAlignment.Center; this.doubleBufferPanelX1.Style.BackColor1.Alpha = ((byte)(50)); this.doubleBufferPanelX1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(125)))), ((int)(((byte)(29))))); this.doubleBufferPanelX1.Style.BackColor2.Alpha = ((byte)(50)); this.doubleBufferPanelX1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(125)))), ((int)(((byte)(29))))); this.doubleBufferPanelX1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; 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 = 89; // // labelMessage // // // // this.labelMessage.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelMessage.Dock = System.Windows.Forms.DockStyle.Fill; this.labelMessage.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelMessage.ForeColor = System.Drawing.Color.LightCoral; this.labelMessage.Location = new System.Drawing.Point(3, 10); this.labelMessage.Name = "labelMessage"; this.labelMessage.Size = new System.Drawing.Size(490, 30); this.labelMessage.TabIndex = 39; this.labelMessage.Tag = "微信或支付宝支付{0}元"; this.labelMessage.Text = "请扫码..."; // // MPayDialogForm // 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(516, 512); this.Controls.Add(this.doubleBufferPanelX1); this.Controls.Add(this.touchButtonX4); this.Controls.Add(this.billKeyboard1); this.Controls.Add(this.txtPayCode); this.Controls.Add(this.totalPanel); this.Name = "MPayDialogForm"; this.Padding = new System.Windows.Forms.Padding(10); this.Text = "MPayDialogForm"; this.totalPanel.ResumeLayout(false); this.doubleBufferPanelX1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Component.DoubleBufferPanelX totalPanel; private DevComponents.DotNetBar.LabelX lblTips; private Component.NumericTextBox txtPayCode; private Component.KeyboardExt billKeyboard1; private Component.TouchButtonX touchButtonX4; private Component.DoubleBufferPanelX doubleBufferPanelX1; private DevComponents.DotNetBar.LabelX labelMessage; } }