You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

298 lines
16 KiB
C#

using POS.Language.Language;
namespace POSV.Bill
{
partial class AllinPayCheckForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.controlBox = new POSV.Component.ControlBox();
this.doubleBufferPanelX1 = new POSV.Component.DoubleBufferPanelX();
this.txtReChargeNo = new POSV.Component.NormalTextBox();
this.lblInfo = new DevComponents.DotNetBar.LabelX();
this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
this.buttonX10 = new DevComponents.DotNetBar.ButtonX();
this.ButtonOk = new DevComponents.DotNetBar.ButtonX();
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.doubleBufferPanelX1.SuspendLayout();
this.SuspendLayout();
//
// controlBox
//
this.controlBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(162)))), ((int)(((byte)(84)))));
this.controlBox.CloseBox = true;
this.controlBox.Dock = System.Windows.Forms.DockStyle.Top;
this.controlBox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
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(699, 36);
this.controlBox.TabIndex = 14;
this.controlBox.CloseClick += new POSV.Component.ControlBox.EventHandler(this.OnCloseTouchClick);
//
// 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.lblInfo);
this.doubleBufferPanelX1.Controls.Add(this.buttonX1);
this.doubleBufferPanelX1.Controls.Add(this.buttonX10);
this.doubleBufferPanelX1.Controls.Add(this.ButtonOk);
this.doubleBufferPanelX1.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX1.Dock = System.Windows.Forms.DockStyle.Top;
this.doubleBufferPanelX1.Location = new System.Drawing.Point(0, 36);
this.doubleBufferPanelX1.Name = "doubleBufferPanelX1";
this.doubleBufferPanelX1.Size = new System.Drawing.Size(699, 97);
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 = 249;
//
// txtReChargeNo
//
this.txtReChargeNo.BackColor = System.Drawing.Color.White;
//
//
//
this.txtReChargeNo.Border.Class = "TextBoxBorder";
this.txtReChargeNo.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtReChargeNo.DisabledBackColor = System.Drawing.Color.White;
this.txtReChargeNo.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
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(12, 7);
this.txtReChargeNo.MaxLength = 128;
this.txtReChargeNo.Name = "txtReChargeNo";
this.txtReChargeNo.PreventEnterBeep = true;
this.txtReChargeNo.Size = new System.Drawing.Size(360, 35);
this.txtReChargeNo.TabIndex = 333;
this.txtReChargeNo.WatermarkFont = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtReChargeNo.WatermarkText = "商户单号";
this.txtReChargeNo.OnEnterClick += new POSV.Component.NormalTextBox.EventHandler(this.OnEnterClick);
//
// lblInfo
//
//
//
//
this.lblInfo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblInfo.ForeColor = System.Drawing.Color.Red;
this.lblInfo.Location = new System.Drawing.Point(12, 45);
this.lblInfo.Name = "lblInfo";
this.lblInfo.Size = new System.Drawing.Size(684, 47);
this.lblInfo.TabIndex = 330;
this.lblInfo.Text = "核销说明:正常发起支付,但是没有查询到扫码支付成功状态,可以使用此功能进行支付核销!";
this.lblInfo.WordWrap = true;
//
// buttonX1
//
this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX1.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX1.FadeEffect = false;
this.buttonX1.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX1.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX1.Location = new System.Drawing.Point(524, 3);
this.buttonX1.Name = "buttonX1";
this.buttonX1.Size = new System.Drawing.Size(85, 42);
this.buttonX1.TabIndex = 239;
this.buttonX1.Text = "核销";
this.buttonX1.TextColor = System.Drawing.Color.White;
this.buttonX1.Click += new System.EventHandler(this.BtnCheck);
//
// buttonX10
//
this.buttonX10.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(92)))), ((int)(((byte)(86)))));
this.buttonX10.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX10.Cursor = System.Windows.Forms.Cursors.Hand;
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.Location = new System.Drawing.Point(611, 3);
this.buttonX10.Name = "buttonX10";
this.buttonX10.Size = new System.Drawing.Size(85, 42);
this.buttonX10.TabIndex = 238;
this.buttonX10.Text = "退出";
this.buttonX10.TextColor = System.Drawing.Color.White;
this.buttonX10.Click += new System.EventHandler(this.BtnClose);
//
// ButtonOk
//
this.ButtonOk.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.ButtonOk.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
this.ButtonOk.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.ButtonOk.Cursor = System.Windows.Forms.Cursors.Hand;
this.ButtonOk.FadeEffect = false;
this.ButtonOk.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ButtonOk.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.ButtonOk.Location = new System.Drawing.Point(374, 3);
this.ButtonOk.Name = "ButtonOk";
this.ButtonOk.Size = new System.Drawing.Size(85, 42);
this.ButtonOk.TabIndex = 226;
this.ButtonOk.Text = "查询";
this.ButtonOk.TextColor = System.Drawing.Color.White;
this.ButtonOk.Click += new System.EventHandler(this.BtnQuery);
//
// 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, 133);
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(699, 461);
this.payListTable.TabIndex = 253;
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";
//
// AllinPayCheckForm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(699, 594);
this.Controls.Add(this.payListTable);
this.Controls.Add(this.doubleBufferPanelX1);
this.Controls.Add(this.controlBox);
this.Name = "AllinPayCheckForm";
this.Text = "AllinPayCheckForm";
this.doubleBufferPanelX1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Component.ControlBox controlBox;
private Component.DoubleBufferPanelX doubleBufferPanelX1;
private DevComponents.DotNetBar.LabelX lblInfo;
private DevComponents.DotNetBar.ButtonX buttonX1;
private DevComponents.DotNetBar.ButtonX buttonX10;
private DevComponents.DotNetBar.ButtonX ButtonOk;
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 gridColumn4;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn5;
private Component.NormalTextBox txtReChargeNo;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn6;
}
}