namespace POSV.Member { partial class GiftCardSaomaForm { /// /// 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.billKeyboard1 = new POSV.Bill.BillKeyboard(); this.txtPayCode = new POSV.Component.NumericTextBox(); this.controlBox = new POSV.Component.ControlBox(); this.bottomPanel = new POSV.Component.DoubleBufferPanelX(); this.lblInfo = new DevComponents.DotNetBar.LabelX(); this.ButtonCancel = new DevComponents.DotNetBar.ButtonX(); 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.doubleBufferPanelX1 = new POSV.Component.DoubleBufferPanelX(); this.doubleBufferPanelX3 = new POSV.Component.DoubleBufferPanelX(); this.doubleBufferPanelX2 = new POSV.Component.DoubleBufferPanelX(); this.bottomPanel.SuspendLayout(); this.doubleBufferPanelX1.SuspendLayout(); this.SuspendLayout(); // // billKeyboard1 // this.billKeyboard1.AllowDecimalSeparator = true; this.billKeyboard1.Dock = System.Windows.Forms.DockStyle.Top; this.billKeyboard1.Location = new System.Drawing.Point(0, 83); this.billKeyboard1.Name = "billKeyboard1"; this.billKeyboard1.Size = new System.Drawing.Size(501, 250); this.billKeyboard1.TabIndex = 35; this.billKeyboard1.KeyboardBefore += new POSV.Bill.BillKeyboardEventHandler(this.OnKeyboardBefore); this.billKeyboard1.KeyboardAfter += new POSV.Bill.BillKeyboardEventHandler(this.OnKeyboardAfter); // // 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.ButtonCustom.Text = "手工核销"; this.txtPayCode.ButtonCustom.Visible = true; this.txtPayCode.DisabledBackColor = System.Drawing.Color.White; this.txtPayCode.Dock = System.Windows.Forms.DockStyle.Top; this.txtPayCode.Font = new System.Drawing.Font("宋体", 24F); this.txtPayCode.ForeColor = System.Drawing.Color.Black; this.txtPayCode.Location = new System.Drawing.Point(0, 36); this.txtPayCode.MaxDecimalDigit = 0; this.txtPayCode.MaxLength = 36; this.txtPayCode.Multiline = true; this.txtPayCode.Name = "txtPayCode"; this.txtPayCode.PreventEnterBeep = true; this.txtPayCode.Size = new System.Drawing.Size(501, 47); this.txtPayCode.TabIndex = 33; this.txtPayCode.WatermarkBehavior = DevComponents.DotNetBar.eWatermarkBehavior.HideNonEmpty; this.txtPayCode.WatermarkText = "请扫描付款码"; this.txtPayCode.OnEnterClick += new POSV.Component.NumericTextBox.EventHandler(this.OnPayCodeEnterClick); this.txtPayCode.OnValueChanged += new POSV.Component.NumericTextBox.EventHandler(this.OnPayCodeValueChanged); this.txtPayCode.ButtonCustomClick += new System.EventHandler(this.OnSaomaPayClick); // // controlBox // this.controlBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(175)))), ((int)(((byte)(167))))); this.controlBox.CloseBox = true; this.controlBox.Dock = System.Windows.Forms.DockStyle.Top; this.controlBox.ForeColor = System.Drawing.Color.White; this.controlBox.Location = new System.Drawing.Point(0, 0); this.controlBox.Margin = new System.Windows.Forms.Padding(0); this.controlBox.MessageCenterStatus = false; this.controlBox.MinimizeBox = false; this.controlBox.Name = "controlBox"; this.controlBox.NetworkStatus = false; this.controlBox.NewForeColor = System.Drawing.Color.White; this.controlBox.SettingsBox = false; this.controlBox.ShowApplicationVersion = false; this.controlBox.ShowKeyboard = false; this.controlBox.ShowLockScreen = false; this.controlBox.ShowMessageCenter = false; this.controlBox.ShowNetworkStatus = false; this.controlBox.ShowQrCode = false; this.controlBox.Size = new System.Drawing.Size(501, 36); this.controlBox.TabIndex = 32; this.controlBox.CloseClick += new POSV.Component.ControlBox.EventHandler(this.OnCloseTouchClick); // // bottomPanel // this.bottomPanel.CanvasColor = System.Drawing.SystemColors.Control; this.bottomPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.bottomPanel.Controls.Add(this.lblInfo); this.bottomPanel.Controls.Add(this.ButtonCancel); this.bottomPanel.DisabledBackColor = System.Drawing.Color.Empty; this.bottomPanel.Dock = System.Windows.Forms.DockStyle.Bottom; this.bottomPanel.Location = new System.Drawing.Point(0, 482); this.bottomPanel.Name = "bottomPanel"; this.bottomPanel.Padding = new System.Windows.Forms.Padding(2); this.bottomPanel.Size = new System.Drawing.Size(501, 60); this.bottomPanel.Style.Alignment = System.Drawing.StringAlignment.Center; this.bottomPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.bottomPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.bottomPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.bottomPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.bottomPanel.Style.GradientAngle = 90; this.bottomPanel.TabIndex = 37; // // lblInfo // // // // this.lblInfo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblInfo.Dock = System.Windows.Forms.DockStyle.Left; this.lblInfo.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblInfo.Location = new System.Drawing.Point(2, 2); this.lblInfo.Name = "lblInfo"; this.lblInfo.Size = new System.Drawing.Size(295, 56); this.lblInfo.TabIndex = 27; this.lblInfo.Text = "请扫码"; this.lblInfo.WordWrap = true; // // ButtonCancel // this.ButtonCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.ButtonCancel.BackColor = System.Drawing.Color.Maroon; this.ButtonCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.ButtonCancel.FadeEffect = false; this.ButtonCancel.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ButtonCancel.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.ButtonCancel.Location = new System.Drawing.Point(365, 2); this.ButtonCancel.Name = "ButtonCancel"; this.ButtonCancel.Size = new System.Drawing.Size(136, 53); this.ButtonCancel.TabIndex = 38; this.ButtonCancel.Text = "取消"; this.ButtonCancel.TextColor = System.Drawing.Color.White; this.ButtonCancel.Click += new System.EventHandler(this.BtnClose); // // 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.Top; 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(0, 333); this.progressSteps1.Name = "progressSteps1"; this.progressSteps1.PointerSize = 20; this.progressSteps1.Size = new System.Drawing.Size(501, 60); this.progressSteps1.TabIndex = 41; // // 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 = " 等待扫描
请扫描付款码"; 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 = "发起扣款
发起扣款请求"; 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 = 40; this.PayStep3.MinimumSize = new System.Drawing.Size(400, 60); this.PayStep3.Name = "PayStep3"; this.PayStep3.Stretch = true; this.PayStep3.SymbolSize = 13F; this.PayStep3.Text = "确认结果
确认扣款结果"; this.PayStep3.TextAlignment = DevComponents.DotNetBar.eButtonTextAlignment.Center; // // doubleBufferPanelX1 // this.doubleBufferPanelX1.CanvasColor = System.Drawing.SystemColors.Control; this.doubleBufferPanelX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.doubleBufferPanelX1.Controls.Add(this.doubleBufferPanelX3); this.doubleBufferPanelX1.Controls.Add(this.doubleBufferPanelX2); this.doubleBufferPanelX1.DisabledBackColor = System.Drawing.Color.Empty; this.doubleBufferPanelX1.Dock = System.Windows.Forms.DockStyle.Top; this.doubleBufferPanelX1.Location = new System.Drawing.Point(0, 393); this.doubleBufferPanelX1.Name = "doubleBufferPanelX1"; this.doubleBufferPanelX1.Padding = new System.Windows.Forms.Padding(2); this.doubleBufferPanelX1.Size = new System.Drawing.Size(501, 90); this.doubleBufferPanelX1.Style.Alignment = System.Drawing.StringAlignment.Center; this.doubleBufferPanelX1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; 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 = 45; // // doubleBufferPanelX3 // this.doubleBufferPanelX3.CanvasColor = System.Drawing.SystemColors.Control; this.doubleBufferPanelX3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.doubleBufferPanelX3.DisabledBackColor = System.Drawing.Color.Empty; this.doubleBufferPanelX3.Dock = System.Windows.Forms.DockStyle.Left; this.doubleBufferPanelX3.Location = new System.Drawing.Point(160, 2); this.doubleBufferPanelX3.Name = "doubleBufferPanelX3"; this.doubleBufferPanelX3.Size = new System.Drawing.Size(166, 86); this.doubleBufferPanelX3.Style.Alignment = System.Drawing.StringAlignment.Center; this.doubleBufferPanelX3.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.doubleBufferPanelX3.Style.BackgroundImage = global::POSV.Properties.Resources.alipay; this.doubleBufferPanelX3.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.doubleBufferPanelX3.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.doubleBufferPanelX3.Style.GradientAngle = 90; this.doubleBufferPanelX3.TabIndex = 7; // // doubleBufferPanelX2 // this.doubleBufferPanelX2.CanvasColor = System.Drawing.SystemColors.Control; this.doubleBufferPanelX2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.doubleBufferPanelX2.DisabledBackColor = System.Drawing.Color.Empty; this.doubleBufferPanelX2.Dock = System.Windows.Forms.DockStyle.Left; this.doubleBufferPanelX2.Location = new System.Drawing.Point(2, 2); this.doubleBufferPanelX2.Name = "doubleBufferPanelX2"; this.doubleBufferPanelX2.Size = new System.Drawing.Size(158, 86); this.doubleBufferPanelX2.Style.Alignment = System.Drawing.StringAlignment.Center; this.doubleBufferPanelX2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.doubleBufferPanelX2.Style.BackgroundImage = global::POSV.Properties.Resources.wxpay; this.doubleBufferPanelX2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.doubleBufferPanelX2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.doubleBufferPanelX2.Style.GradientAngle = 90; this.doubleBufferPanelX2.TabIndex = 0; // // GiftCardSaomaForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(501, 542); this.Controls.Add(this.doubleBufferPanelX1); this.Controls.Add(this.progressSteps1); this.Controls.Add(this.billKeyboard1); this.Controls.Add(this.txtPayCode); this.Controls.Add(this.controlBox); this.Controls.Add(this.bottomPanel); this.Name = "GiftCardSaomaForm"; this.Text = "GiftCardSaomaForm"; this.bottomPanel.ResumeLayout(false); this.doubleBufferPanelX1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Bill.BillKeyboard billKeyboard1; private Component.NumericTextBox txtPayCode; private Component.ControlBox controlBox; private Component.DoubleBufferPanelX bottomPanel; private DevComponents.DotNetBar.LabelX lblInfo; private DevComponents.DotNetBar.ButtonX ButtonCancel; private DevComponents.DotNetBar.ProgressSteps progressSteps1; private DevComponents.DotNetBar.StepItem PayStep1; private DevComponents.DotNetBar.StepItem PayStep2; private DevComponents.DotNetBar.StepItem PayStep3; private Component.DoubleBufferPanelX doubleBufferPanelX1; private Component.DoubleBufferPanelX doubleBufferPanelX3; private Component.DoubleBufferPanelX doubleBufferPanelX2; } }