namespace POSV.Business { partial class FastMPayChckForm { /// /// 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.doubleBufferPanelX1 = new POSV.Component.DoubleBufferPanelX(); this.txtReChargeNo = new POSV.Component.NormalTextBox(); this.ButtonOK = new POSV.Component.TouchButtonX(); this.ButtonClose = new POSV.Component.TouchButtonX(); this.lblInfo = new DevComponents.DotNetBar.LabelX(); this.payListTable = new DevComponents.DotNetBar.SuperGrid.SuperGridControl(); this.gridColumn43 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn2 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn3 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn1 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn6 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn4 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn5 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.doubleBufferPanelX2 = new POSV.Component.DoubleBufferPanelX(); this.doubleBufferPanelX3 = new POSV.Component.DoubleBufferPanelX(); this.buttonX10 = new DevComponents.DotNetBar.ButtonX(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.doubleBufferPanelX1.SuspendLayout(); this.doubleBufferPanelX2.SuspendLayout(); this.doubleBufferPanelX3.SuspendLayout(); this.SuspendLayout(); // // doubleBufferPanelX1 // this.doubleBufferPanelX1.CanvasColor = System.Drawing.SystemColors.Control; this.doubleBufferPanelX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.doubleBufferPanelX1.Controls.Add(this.txtReChargeNo); this.doubleBufferPanelX1.Controls.Add(this.ButtonOK); this.doubleBufferPanelX1.Controls.Add(this.ButtonClose); this.doubleBufferPanelX1.Controls.Add(this.lblInfo); this.doubleBufferPanelX1.DisabledBackColor = System.Drawing.Color.Empty; this.doubleBufferPanelX1.Dock = System.Windows.Forms.DockStyle.Top; this.doubleBufferPanelX1.Location = new System.Drawing.Point(0, 49); this.doubleBufferPanelX1.Name = "doubleBufferPanelX1"; this.doubleBufferPanelX1.Size = new System.Drawing.Size(606, 132); this.doubleBufferPanelX1.Style.Alignment = System.Drawing.StringAlignment.Center; this.doubleBufferPanelX1.Style.BackColor1.Alpha = ((byte)(50)); this.doubleBufferPanelX1.Style.BackColor1.Color = System.Drawing.Color.Transparent; this.doubleBufferPanelX1.Style.BackColor2.Alpha = ((byte)(50)); this.doubleBufferPanelX1.Style.BackColor2.Color = System.Drawing.Color.White; 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 = 253; // // txtReChargeNo // this.txtReChargeNo.BackColor = System.Drawing.Color.White; // // // this.txtReChargeNo.Border.BackColor = System.Drawing.Color.White; this.txtReChargeNo.Border.Class = "TextBoxBorder"; this.txtReChargeNo.Border.CornerDiameter = 15; this.txtReChargeNo.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.txtReChargeNo.DisabledBackColor = System.Drawing.Color.White; this.txtReChargeNo.Font = new System.Drawing.Font("宋体", 14F); this.txtReChargeNo.ForeColor = System.Drawing.Color.Black; this.txtReChargeNo.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtReChargeNo.Keyboard = POSV.KeyboardType.数字; this.txtReChargeNo.Location = new System.Drawing.Point(7, 18); this.txtReChargeNo.MaxLength = 128; this.txtReChargeNo.Name = "txtReChargeNo"; this.txtReChargeNo.PreventEnterBeep = true; this.txtReChargeNo.Size = new System.Drawing.Size(333, 43); this.txtReChargeNo.TabIndex = 335; this.txtReChargeNo.WatermarkText = "商户单号"; this.txtReChargeNo.OnEnterClick += new POSV.Component.NormalTextBox.EventHandler(this.OnEnterClick); // // ButtonOK // this.ButtonOK.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(202)))), ((int)(((byte)(190))))); this.ButtonOK.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(202)))), ((int)(((byte)(190))))); this.ButtonOK.CanvasColor = System.Drawing.SystemColors.Control; this.ButtonOK.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ButtonOK.Cursor = System.Windows.Forms.Cursors.Hand; this.ButtonOK.DisabledBackColor = System.Drawing.Color.Empty; this.ButtonOK.EnableFlyout = false; this.ButtonOK.FlyoutContent = null; this.ButtonOK.FlyoutSide = DevComponents.DotNetBar.Controls.ePointerSide.Left; this.ButtonOK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ButtonOK.KeyCode = ""; this.ButtonOK.Location = new System.Drawing.Point(351, 17); this.ButtonOK.Lock = false; this.ButtonOK.LockSize = new System.Drawing.Size(26, 26); this.ButtonOK.Name = "ButtonOK"; this.ButtonOK.Notify = false; this.ButtonOK.NotifyColor = System.Drawing.Color.Red; this.ButtonOK.NotifySize = new System.Drawing.Size(30, 16); this.ButtonOK.NotifyText = "99+"; this.ButtonOK.PermissionCode = ""; this.ButtonOK.Size = new System.Drawing.Size(122, 46); this.ButtonOK.Style.Alignment = System.Drawing.StringAlignment.Center; this.ButtonOK.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(202)))), ((int)(((byte)(190))))); this.ButtonOK.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(202)))), ((int)(((byte)(190))))); this.ButtonOK.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.ButtonOK.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(199)))), ((int)(((byte)(186))))); this.ButtonOK.Style.CornerDiameter = 25; this.ButtonOK.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.ButtonOK.Style.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ButtonOK.Style.ForeColor.Color = System.Drawing.Color.White; this.ButtonOK.Style.GradientAngle = 90; this.ButtonOK.SymbolColor = System.Drawing.SystemColors.ControlDarkDark; this.ButtonOK.SymbolSize = 0F; this.ButtonOK.TabIndex = 246; this.ButtonOK.Text = "查询"; this.ButtonOK.TouchClick += new POSV.Component.TouchButtonX.EventHandler(this.BtnTouchQuery); // // ButtonClose // this.ButtonClose.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(91)))), ((int)(((byte)(99))))); this.ButtonClose.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(202)))), ((int)(((byte)(190))))); this.ButtonClose.CanvasColor = System.Drawing.SystemColors.Control; this.ButtonClose.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.ButtonClose.Cursor = System.Windows.Forms.Cursors.Hand; this.ButtonClose.DisabledBackColor = System.Drawing.Color.Empty; this.ButtonClose.EnableFlyout = false; this.ButtonClose.FlyoutContent = null; this.ButtonClose.FlyoutSide = DevComponents.DotNetBar.Controls.ePointerSide.Left; this.ButtonClose.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ButtonClose.KeyCode = ""; this.ButtonClose.Location = new System.Drawing.Point(476, 17); this.ButtonClose.Lock = false; this.ButtonClose.LockSize = new System.Drawing.Size(26, 26); this.ButtonClose.Name = "ButtonClose"; this.ButtonClose.Notify = false; this.ButtonClose.NotifyColor = System.Drawing.Color.Red; this.ButtonClose.NotifySize = new System.Drawing.Size(30, 16); this.ButtonClose.NotifyText = "99+"; this.ButtonClose.PermissionCode = ""; this.ButtonClose.Size = new System.Drawing.Size(122, 46); this.ButtonClose.Style.Alignment = System.Drawing.StringAlignment.Center; this.ButtonClose.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(91)))), ((int)(((byte)(99))))); this.ButtonClose.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(91)))), ((int)(((byte)(99))))); this.ButtonClose.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.ButtonClose.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(91)))), ((int)(((byte)(99))))); this.ButtonClose.Style.CornerDiameter = 25; this.ButtonClose.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.ButtonClose.Style.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ButtonClose.Style.ForeColor.Color = System.Drawing.Color.White; this.ButtonClose.Style.GradientAngle = 90; this.ButtonClose.SymbolColor = System.Drawing.SystemColors.ControlDarkDark; this.ButtonClose.SymbolSize = 0F; this.ButtonClose.TabIndex = 247; this.ButtonClose.Text = "核销"; this.ButtonClose.TouchClick += new POSV.Component.TouchButtonX.EventHandler(this.BtnTouchCheck); // // lblInfo // // // // this.lblInfo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblInfo.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold); this.lblInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(91)))), ((int)(((byte)(99))))); this.lblInfo.Location = new System.Drawing.Point(4, 81); this.lblInfo.Name = "lblInfo"; this.lblInfo.Size = new System.Drawing.Size(602, 27); this.lblInfo.Symbol = ""; this.lblInfo.SymbolSize = 12F; this.lblInfo.TabIndex = 330; this.lblInfo.Text = "核销说明:正常发起支付,但是没有查询到扫码支付成功状态,可以使用此功能进行支付核销。"; this.lblInfo.WordWrap = true; // // payListTable // this.payListTable.BackColor = System.Drawing.Color.White; this.payListTable.Dock = System.Windows.Forms.DockStyle.Fill; this.payListTable.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed; this.payListTable.ForeColor = System.Drawing.Color.Black; this.payListTable.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; this.payListTable.Location = new System.Drawing.Point(0, 181); this.payListTable.Name = "payListTable"; // // // this.payListTable.PrimaryGrid.AllowEdit = false; this.payListTable.PrimaryGrid.AutoGenerateColumns = false; this.payListTable.PrimaryGrid.Columns.Add(this.gridColumn43); this.payListTable.PrimaryGrid.Columns.Add(this.gridColumn2); this.payListTable.PrimaryGrid.Columns.Add(this.gridColumn3); this.payListTable.PrimaryGrid.Columns.Add(this.gridColumn1); this.payListTable.PrimaryGrid.Columns.Add(this.gridColumn6); this.payListTable.PrimaryGrid.Columns.Add(this.gridColumn4); this.payListTable.PrimaryGrid.Columns.Add(this.gridColumn5); this.payListTable.PrimaryGrid.DefaultRowHeight = 35; this.payListTable.PrimaryGrid.InitialSelection = DevComponents.DotNetBar.SuperGrid.RelativeSelection.Row; this.payListTable.PrimaryGrid.MultiSelect = false; this.payListTable.PrimaryGrid.RowHeaderIndexOffset = 1; this.payListTable.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row; this.payListTable.PrimaryGrid.ShowRowGridIndex = true; this.payListTable.Size = new System.Drawing.Size(606, 319); this.payListTable.TabIndex = 254; this.payListTable.Text = "superGridControl1"; // // gridColumn43 // this.gridColumn43.DataPropertyName = "OrderNo"; this.gridColumn43.HeaderText = "销售订单号"; this.gridColumn43.Name = "orderNo"; this.gridColumn43.Width = 200; // // gridColumn2 // this.gridColumn2.DataPropertyName = "Money"; this.gridColumn2.HeaderText = "金额"; this.gridColumn2.Name = "money"; // // gridColumn3 // this.gridColumn3.DataPropertyName = "CreateDate"; this.gridColumn3.HeaderText = "时间"; this.gridColumn3.Name = "createDate"; this.gridColumn3.Width = 160; // // gridColumn1 // this.gridColumn1.DataPropertyName = "SerialNo"; this.gridColumn1.HeaderText = "交易单号"; this.gridColumn1.Name = "serialNo"; this.gridColumn1.Visible = false; this.gridColumn1.Width = 200; // // gridColumn6 // this.gridColumn6.DataPropertyName = "PayTime"; this.gridColumn6.HeaderText = "支付时间"; this.gridColumn6.Name = "payTime"; this.gridColumn6.Visible = false; // // gridColumn4 // this.gridColumn4.DataPropertyName = "AuthCode"; this.gridColumn4.Name = "authCode"; this.gridColumn4.Visible = false; // // gridColumn5 // this.gridColumn5.DataPropertyName = "OrderStatus"; this.gridColumn5.HeaderText = "核销状态"; this.gridColumn5.Name = "orderStatus"; // // doubleBufferPanelX2 // this.doubleBufferPanelX2.CanvasColor = System.Drawing.SystemColors.Control; this.doubleBufferPanelX2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.doubleBufferPanelX2.Controls.Add(this.payListTable); this.doubleBufferPanelX2.Controls.Add(this.doubleBufferPanelX1); this.doubleBufferPanelX2.Controls.Add(this.doubleBufferPanelX3); this.doubleBufferPanelX2.DisabledBackColor = System.Drawing.Color.Empty; this.doubleBufferPanelX2.Dock = System.Windows.Forms.DockStyle.Fill; this.doubleBufferPanelX2.Location = new System.Drawing.Point(0, 0); this.doubleBufferPanelX2.Name = "doubleBufferPanelX2"; this.doubleBufferPanelX2.Size = new System.Drawing.Size(606, 500); this.doubleBufferPanelX2.Style.Alignment = System.Drawing.StringAlignment.Center; this.doubleBufferPanelX2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.doubleBufferPanelX2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.doubleBufferPanelX2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.doubleBufferPanelX2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.doubleBufferPanelX2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.doubleBufferPanelX2.Style.GradientAngle = 90; this.doubleBufferPanelX2.TabIndex = 261; // // doubleBufferPanelX3 // this.doubleBufferPanelX3.CanvasColor = System.Drawing.SystemColors.Control; this.doubleBufferPanelX3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.doubleBufferPanelX3.Controls.Add(this.buttonX10); this.doubleBufferPanelX3.Controls.Add(this.labelX1); this.doubleBufferPanelX3.DisabledBackColor = System.Drawing.Color.Empty; this.doubleBufferPanelX3.Dock = System.Windows.Forms.DockStyle.Top; this.doubleBufferPanelX3.Location = new System.Drawing.Point(0, 0); this.doubleBufferPanelX3.Name = "doubleBufferPanelX3"; this.doubleBufferPanelX3.Size = new System.Drawing.Size(606, 49); this.doubleBufferPanelX3.Style.Alignment = System.Drawing.StringAlignment.Center; this.doubleBufferPanelX3.Style.BackColor1.Color = System.Drawing.Color.Transparent; this.doubleBufferPanelX3.Style.BackColor2.Color = System.Drawing.Color.White; this.doubleBufferPanelX3.Style.Border = DevComponents.DotNetBar.eBorderType.DoubleLine; 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 = 261; // // buttonX10 // this.buttonX10.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton; this.buttonX10.BackColor = System.Drawing.Color.Transparent; this.buttonX10.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.buttonX10.Cursor = System.Windows.Forms.Cursors.Hand; this.buttonX10.Dock = System.Windows.Forms.DockStyle.Right; this.buttonX10.FadeEffect = false; this.buttonX10.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.buttonX10.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.buttonX10.Image = global::POSV.Properties.Resources.X; this.buttonX10.Location = new System.Drawing.Point(557, 0); this.buttonX10.Name = "buttonX10"; this.buttonX10.Size = new System.Drawing.Size(49, 49); this.buttonX10.TabIndex = 239; this.buttonX10.TextColor = System.Drawing.Color.White; this.buttonX10.Click += new System.EventHandler(this.BtnClose); // // labelX1 // // // // this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Dock = System.Windows.Forms.DockStyle.Left; this.labelX1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelX1.Location = new System.Drawing.Point(0, 0); this.labelX1.Name = "labelX1"; this.labelX1.PaddingLeft = 10; this.labelX1.Size = new System.Drawing.Size(303, 49); this.labelX1.TabIndex = 0; this.labelX1.Text = "扫码支付核销"; // // FastMPayChckForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(606, 500); this.Controls.Add(this.doubleBufferPanelX2); this.Name = "FastMPayChckForm"; this.Text = "FastMPayChckForm"; this.doubleBufferPanelX1.ResumeLayout(false); this.doubleBufferPanelX2.ResumeLayout(false); this.doubleBufferPanelX3.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Component.DoubleBufferPanelX doubleBufferPanelX1; private DevComponents.DotNetBar.LabelX lblInfo; private DevComponents.DotNetBar.SuperGrid.SuperGridControl payListTable; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn43; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn2; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn3; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn1; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn6; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn4; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn5; private Component.TouchButtonX ButtonClose; private Component.TouchButtonX ButtonOK; private Component.NormalTextBox txtReChargeNo; private Component.DoubleBufferPanelX doubleBufferPanelX2; private Component.DoubleBufferPanelX doubleBufferPanelX3; private DevComponents.DotNetBar.LabelX labelX1; private DevComponents.DotNetBar.ButtonX buttonX10; } }