using POS.Language.Language; namespace POSV.Bill { partial class AllinPayControl { /// /// 必需的设计器变量。 /// 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.doubleBufferPanelX1 = new POSV.Component.DoubleBufferPanelX(); this.doubleBufferPanelX2 = new POSV.Component.DoubleBufferPanelX(); 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.billSummary1 = new POSV.Bill.BillSummary(); this.txtPayCode = new POSV.Component.NumericTextBox(); this.billKeyboard1 = new POSV.Bill.BillKeyboard(); this.doubleBufferPanelX3 = new POSV.Component.DoubleBufferPanelX(); this.doubleBufferPanelX1.SuspendLayout(); this.SuspendLayout(); // // 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.Bottom; this.doubleBufferPanelX1.Location = new System.Drawing.Point(2, 326); 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.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.doubleBufferPanelX1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.doubleBufferPanelX1.Style.GradientAngle = 90; this.doubleBufferPanelX1.TabIndex = 0; // // 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.Bottom; this.doubleBufferPanelX2.Location = new System.Drawing.Point(2, 27); this.doubleBufferPanelX2.Name = "doubleBufferPanelX2"; this.doubleBufferPanelX2.Size = new System.Drawing.Size(497, 61); this.doubleBufferPanelX2.Style.Alignment = System.Drawing.StringAlignment.Center; this.doubleBufferPanelX2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.doubleBufferPanelX2.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2; this.doubleBufferPanelX2.Style.BackgroundImage = global::POSV.Properties.Resources.三种支付方式; this.doubleBufferPanelX2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.doubleBufferPanelX2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder; this.doubleBufferPanelX2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.doubleBufferPanelX2.Style.GradientAngle = 90; this.doubleBufferPanelX2.StyleMouseDown.Alignment = System.Drawing.StringAlignment.Center; this.doubleBufferPanelX2.StyleMouseDown.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground; this.doubleBufferPanelX2.StyleMouseDown.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground2; this.doubleBufferPanelX2.StyleMouseDown.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBorder; this.doubleBufferPanelX2.StyleMouseDown.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedText; this.doubleBufferPanelX2.StyleMouseOver.Alignment = System.Drawing.StringAlignment.Center; this.doubleBufferPanelX2.StyleMouseOver.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemHotBackground; this.doubleBufferPanelX2.StyleMouseOver.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemHotBackground2; this.doubleBufferPanelX2.StyleMouseOver.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemHotBorder; this.doubleBufferPanelX2.StyleMouseOver.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemHotText; this.doubleBufferPanelX2.TabIndex = 0; // // 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.Bottom; 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(2, 266); this.progressSteps1.Name = "progressSteps1"; this.progressSteps1.PointerSize = 20; this.progressSteps1.Size = new System.Drawing.Size(501, 60); this.progressSteps1.TabIndex = 4; // // 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 = 70; 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; // // 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, 264); this.billSummary1.TabIndex = 7; // // 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.EnableSoftKeyboard = true; this.txtPayCode.Font = new System.Drawing.Font("宋体", 18F); this.txtPayCode.ForeColor = System.Drawing.Color.Black; this.txtPayCode.Location = new System.Drawing.Point(190, 2); this.txtPayCode.MaxDecimalDigit = 0; this.txtPayCode.MaxLength = 36; this.txtPayCode.Name = "txtPayCode"; this.txtPayCode.PreventEnterBeep = true; this.txtPayCode.Size = new System.Drawing.Size(313, 35); this.txtPayCode.TabIndex = 0; this.txtPayCode.WatermarkBehavior = DevComponents.DotNetBar.eWatermarkBehavior.HideNonEmpty; this.txtPayCode.WatermarkText = "请扫描付款码"; this.txtPayCode.WordWrap = false; 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.OnPayCodeCheckClick); // // 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, 37); this.billKeyboard1.Name = "billKeyboard1"; this.billKeyboard1.Size = new System.Drawing.Size(313, 229); this.billKeyboard1.TabIndex = 9; this.billKeyboard1.KeyboardBefore += new POSV.Bill.BillKeyboardEventHandler(this.OnKeyboardBefore); this.billKeyboard1.KeyboardAfter += new POSV.Bill.BillKeyboardEventHandler(this.OnKeyboardAfter); // // 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.Top; this.doubleBufferPanelX3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.doubleBufferPanelX3.Location = new System.Drawing.Point(2, 2); this.doubleBufferPanelX3.Name = "doubleBufferPanelX3"; this.doubleBufferPanelX3.Size = new System.Drawing.Size(497, 26); this.doubleBufferPanelX3.Style.Alignment = System.Drawing.StringAlignment.Center; this.doubleBufferPanelX3.Style.BackColor1.Color = System.Drawing.Color.White; this.doubleBufferPanelX3.Style.BackColor2.Color = System.Drawing.Color.White; this.doubleBufferPanelX3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.doubleBufferPanelX3.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder; this.doubleBufferPanelX3.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.doubleBufferPanelX3.Style.GradientAngle = 90; this.doubleBufferPanelX3.StyleMouseDown.Alignment = System.Drawing.StringAlignment.Center; this.doubleBufferPanelX3.StyleMouseDown.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground; this.doubleBufferPanelX3.StyleMouseDown.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground2; this.doubleBufferPanelX3.StyleMouseDown.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBorder; this.doubleBufferPanelX3.StyleMouseDown.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedText; this.doubleBufferPanelX3.StyleMouseOver.Alignment = System.Drawing.StringAlignment.Center; this.doubleBufferPanelX3.StyleMouseOver.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemHotBackground; this.doubleBufferPanelX3.StyleMouseOver.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemHotBackground2; this.doubleBufferPanelX3.StyleMouseOver.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemHotBorder; this.doubleBufferPanelX3.StyleMouseOver.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemHotText; this.doubleBufferPanelX3.TabIndex = 7; this.doubleBufferPanelX3.Text = "通联支付,可用于"; // // AllinPayControl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.Controls.Add(this.billKeyboard1); this.Controls.Add(this.txtPayCode); this.Controls.Add(this.billSummary1); this.Controls.Add(this.progressSteps1); this.Controls.Add(this.doubleBufferPanelX1); this.Name = "AllinPayControl"; this.Padding = new System.Windows.Forms.Padding(2); this.Size = new System.Drawing.Size(505, 418); this.doubleBufferPanelX1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Component.DoubleBufferPanelX doubleBufferPanelX1; private DevComponents.DotNetBar.ProgressSteps progressSteps1; private DevComponents.DotNetBar.StepItem PayStep1; private DevComponents.DotNetBar.StepItem PayStep2; private DevComponents.DotNetBar.StepItem PayStep3; private BillSummary billSummary1; private Component.NumericTextBox txtPayCode; private BillKeyboard billKeyboard1; private Component.DoubleBufferPanelX doubleBufferPanelX2; private Component.DoubleBufferPanelX doubleBufferPanelX3; } }