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.

621 lines
35 KiB
C#

9 months ago
namespace POSV.Member
{
partial class GiftCardFormTicket
{
/// <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.payListTable = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
this.gridColumn35 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn36 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn39 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn37 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn29 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.doubleBufferPanelX1 = new POSV.Component.DoubleBufferPanelX();
this.txtInput = new POSV.Component.NumericTextBox();
this.txtTradeNo = new POSV.Component.NumericTextBox();
this.endPicker = new POSV.Component.DatePicker();
this.startPicker = new POSV.Component.DatePicker();
this.ButtonOk = new DevComponents.DotNetBar.ButtonX();
this.buttonX10 = new DevComponents.DotNetBar.ButtonX();
this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
this.buttonX9 = new DevComponents.DotNetBar.ButtonX();
this.buttonX2 = new DevComponents.DotNetBar.ButtonX();
this.buttonX8 = new DevComponents.DotNetBar.ButtonX();
this.buttonX3 = new DevComponents.DotNetBar.ButtonX();
this.buttonX7 = new DevComponents.DotNetBar.ButtonX();
this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
this.buttonX6 = new DevComponents.DotNetBar.ButtonX();
this.buttonX5 = new DevComponents.DotNetBar.ButtonX();
this.CardSaleTable = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
this.gridColumn1 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn3 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn4 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn5 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn6 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn7 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn8 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn9 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn17 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn18 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.controlBox1 = new POSV.Component.ControlBox();
this.doubleBufferPanelX1.SuspendLayout();
this.SuspendLayout();
//
// 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, 353);
this.payListTable.Name = "payListTable";
//
//
//
this.payListTable.PrimaryGrid.AllowEdit = false;
this.payListTable.PrimaryGrid.AutoGenerateColumns = false;
this.payListTable.PrimaryGrid.Columns.Add(this.gridColumn35);
this.payListTable.PrimaryGrid.Columns.Add(this.gridColumn36);
this.payListTable.PrimaryGrid.Columns.Add(this.gridColumn39);
this.payListTable.PrimaryGrid.Columns.Add(this.gridColumn37);
this.payListTable.PrimaryGrid.Columns.Add(this.gridColumn29);
this.payListTable.PrimaryGrid.DefaultRowHeight = 35;
this.payListTable.PrimaryGrid.RowHeaderIndexOffset = 1;
this.payListTable.PrimaryGrid.ShowRowGridIndex = true;
this.payListTable.Size = new System.Drawing.Size(1024, 415);
this.payListTable.TabIndex = 246;
this.payListTable.Text = "superGridControl4";
//
// gridColumn35
//
this.gridColumn35.DataPropertyName = "PayNo";
this.gridColumn35.HeaderText = "支付方式编码";
this.gridColumn35.Name = "payNo";
//
// gridColumn36
//
this.gridColumn36.DataPropertyName = "PayName";
this.gridColumn36.HeaderText = "支付名称";
this.gridColumn36.Name = "payName";
this.gridColumn36.Width = 80;
//
// gridColumn39
//
this.gridColumn39.DataPropertyName = "Amount";
this.gridColumn39.HeaderText = "付款金额";
this.gridColumn39.Name = "amount";
this.gridColumn39.Width = 80;
//
// gridColumn37
//
this.gridColumn37.DataPropertyName = "VoucherNo";
this.gridColumn37.HeaderText = "支付凭证号";
this.gridColumn37.Name = "voucherNo";
this.gridColumn37.Width = 200;
//
// gridColumn29
//
this.gridColumn29.DataPropertyName = "CreateDate";
this.gridColumn29.HeaderText = "支付日期";
this.gridColumn29.Name = "createDate";
this.gridColumn29.Width = 150;
//
// doubleBufferPanelX1
//
this.doubleBufferPanelX1.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX1.Controls.Add(this.txtInput);
this.doubleBufferPanelX1.Controls.Add(this.txtTradeNo);
this.doubleBufferPanelX1.Controls.Add(this.endPicker);
this.doubleBufferPanelX1.Controls.Add(this.startPicker);
this.doubleBufferPanelX1.Controls.Add(this.ButtonOk);
this.doubleBufferPanelX1.Controls.Add(this.buttonX10);
this.doubleBufferPanelX1.Controls.Add(this.buttonX1);
this.doubleBufferPanelX1.Controls.Add(this.buttonX9);
this.doubleBufferPanelX1.Controls.Add(this.buttonX2);
this.doubleBufferPanelX1.Controls.Add(this.buttonX8);
this.doubleBufferPanelX1.Controls.Add(this.buttonX3);
this.doubleBufferPanelX1.Controls.Add(this.buttonX7);
this.doubleBufferPanelX1.Controls.Add(this.buttonX4);
this.doubleBufferPanelX1.Controls.Add(this.buttonX6);
this.doubleBufferPanelX1.Controls.Add(this.buttonX5);
this.doubleBufferPanelX1.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX1.Dock = System.Windows.Forms.DockStyle.Top;
this.doubleBufferPanelX1.Location = new System.Drawing.Point(0, 32);
this.doubleBufferPanelX1.Name = "doubleBufferPanelX1";
this.doubleBufferPanelX1.Size = new System.Drawing.Size(1024, 100);
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 = 241;
//
// txtInput
//
this.txtInput.AllowDecimalSeparator = true;
this.txtInput.AllowNegativeSign = false;
this.txtInput.AllowSpace = false;
this.txtInput.BackColor = System.Drawing.Color.White;
//
//
//
this.txtInput.Border.Class = "TextBoxBorder";
this.txtInput.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtInput.ButtonCustom.Text = "读卡";
this.txtInput.ButtonCustom.Visible = true;
this.txtInput.DisabledBackColor = System.Drawing.Color.White;
this.txtInput.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtInput.ForeColor = System.Drawing.Color.Black;
this.txtInput.Location = new System.Drawing.Point(606, 6);
this.txtInput.MaxDecimalDigit = 1;
this.txtInput.MaxLength = 20;
this.txtInput.Name = "txtInput";
this.txtInput.PreventEnterBeep = true;
this.txtInput.Size = new System.Drawing.Size(324, 35);
this.txtInput.TabIndex = 303;
this.txtInput.WatermarkBehavior = DevComponents.DotNetBar.eWatermarkBehavior.HideNonEmpty;
this.txtInput.WatermarkFont = new System.Drawing.Font("宋体", 18F);
this.txtInput.WatermarkText = "卡号";
this.txtInput.OnEnterClick += new POSV.Component.NumericTextBox.EventHandler(this.OnFinishedClick);
this.txtInput.ButtonCustomClick += new System.EventHandler(this.OnReadCardClick);
//
// txtTradeNo
//
this.txtTradeNo.AllowDecimalSeparator = true;
this.txtTradeNo.AllowNegativeSign = false;
this.txtTradeNo.AllowSpace = false;
this.txtTradeNo.BackColor = System.Drawing.Color.White;
//
//
//
this.txtTradeNo.Border.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.txtTradeNo.Border.BorderBottomWidth = 1;
this.txtTradeNo.Border.BorderColor = System.Drawing.Color.DimGray;
this.txtTradeNo.Border.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.txtTradeNo.Border.BorderLeftWidth = 1;
this.txtTradeNo.Border.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.txtTradeNo.Border.BorderRightWidth = 1;
this.txtTradeNo.Border.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.txtTradeNo.Border.BorderTopWidth = 1;
this.txtTradeNo.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtTradeNo.DisabledBackColor = System.Drawing.Color.White;
this.txtTradeNo.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtTradeNo.ForeColor = System.Drawing.Color.Black;
this.txtTradeNo.Location = new System.Drawing.Point(397, 7);
this.txtTradeNo.MaxDecimalDigit = 0;
this.txtTradeNo.MaxLength = 32;
this.txtTradeNo.Name = "txtTradeNo";
this.txtTradeNo.PreventEnterBeep = true;
this.txtTradeNo.Size = new System.Drawing.Size(203, 31);
this.txtTradeNo.TabIndex = 302;
this.txtTradeNo.WatermarkBehavior = DevComponents.DotNetBar.eWatermarkBehavior.HideNonEmpty;
this.txtTradeNo.WatermarkFont = new System.Drawing.Font("宋体", 18F);
this.txtTradeNo.WatermarkText = "销售单号";
//
// endPicker
//
this.endPicker.CustomFormat = "yyyy-MM-dd HH:mm:ss";
this.endPicker.Font = new System.Drawing.Font("宋体", 12F);
this.endPicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.endPicker.HeaderColor = System.Drawing.Color.Empty;
this.endPicker.Location = new System.Drawing.Point(198, 9);
this.endPicker.Name = "endPicker";
this.endPicker.Size = new System.Drawing.Size(190, 26);
this.endPicker.TabIndex = 0;
//
// startPicker
//
this.startPicker.CustomFormat = "yyyy-MM-dd HH:mm:ss";
this.startPicker.Font = new System.Drawing.Font("宋体", 12F);
this.startPicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.startPicker.HeaderColor = System.Drawing.Color.Empty;
this.startPicker.Location = new System.Drawing.Point(0, 9);
this.startPicker.Name = "startPicker";
this.startPicker.Size = new System.Drawing.Size(190, 26);
this.startPicker.TabIndex = 237;
//
// ButtonOk
//
this.ButtonOk.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.ButtonOk.BackColor = System.Drawing.Color.DodgerBlue;
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(936, 3);
this.ButtonOk.Name = "ButtonOk";
this.ButtonOk.Size = new System.Drawing.Size(85, 45);
this.ButtonOk.TabIndex = 226;
this.ButtonOk.Text = "查询";
this.ButtonOk.TextColor = System.Drawing.Color.White;
this.ButtonOk.Click += new System.EventHandler(this.BtnQueryClick);
//
// buttonX10
//
this.buttonX10.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX10.BackColor = System.Drawing.Color.Red;
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(937, 50);
this.buttonX10.Name = "buttonX10";
this.buttonX10.Size = new System.Drawing.Size(85, 45);
this.buttonX10.TabIndex = 236;
this.buttonX10.Text = "退出";
this.buttonX10.TextColor = System.Drawing.Color.White;
this.buttonX10.Click += new System.EventHandler(this.BtnExitClick);
//
// buttonX1
//
this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX1.BackColor = System.Drawing.Color.SkyBlue;
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(2, 50);
this.buttonX1.Name = "buttonX1";
this.buttonX1.Size = new System.Drawing.Size(85, 45);
this.buttonX1.TabIndex = 227;
this.buttonX1.Tag = "今天";
this.buttonX1.Text = "今天";
this.buttonX1.TextColor = System.Drawing.Color.White;
this.buttonX1.Click += new System.EventHandler(this.BtnTimeClick);
//
// buttonX9
//
this.buttonX9.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX9.BackColor = System.Drawing.Color.Maroon;
this.buttonX9.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX9.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX9.FadeEffect = false;
this.buttonX9.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX9.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX9.Location = new System.Drawing.Point(174, 50);
this.buttonX9.Name = "buttonX9";
this.buttonX9.Size = new System.Drawing.Size(85, 45);
this.buttonX9.TabIndex = 235;
this.buttonX9.Tag = "前一天";
this.buttonX9.Text = "前一天";
this.buttonX9.TextColor = System.Drawing.Color.White;
this.buttonX9.Click += new System.EventHandler(this.BtnTimeClick);
//
// buttonX2
//
this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX2.BackColor = System.Drawing.Color.Gray;
this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX2.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX2.FadeEffect = false;
this.buttonX2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX2.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX2.Location = new System.Drawing.Point(88, 50);
this.buttonX2.Name = "buttonX2";
this.buttonX2.Size = new System.Drawing.Size(85, 45);
this.buttonX2.TabIndex = 228;
this.buttonX2.Tag = "昨天";
this.buttonX2.Text = "昨天";
this.buttonX2.TextColor = System.Drawing.Color.White;
this.buttonX2.Click += new System.EventHandler(this.BtnTimeClick);
//
// buttonX8
//
this.buttonX8.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX8.BackColor = System.Drawing.Color.DarkOliveGreen;
this.buttonX8.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX8.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX8.FadeEffect = false;
this.buttonX8.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX8.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX8.Location = new System.Drawing.Point(850, 50);
this.buttonX8.Name = "buttonX8";
this.buttonX8.Size = new System.Drawing.Size(85, 45);
this.buttonX8.TabIndex = 234;
this.buttonX8.Text = "补打";
this.buttonX8.TextColor = System.Drawing.Color.White;
this.buttonX8.Click += new System.EventHandler(this.BtnPrintClick);
//
// buttonX3
//
this.buttonX3.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX3.BackColor = System.Drawing.Color.DodgerBlue;
this.buttonX3.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX3.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX3.FadeEffect = false;
this.buttonX3.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX3.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX3.Location = new System.Drawing.Point(260, 50);
this.buttonX3.Name = "buttonX3";
this.buttonX3.Size = new System.Drawing.Size(85, 45);
this.buttonX3.TabIndex = 229;
this.buttonX3.Tag = "本周";
this.buttonX3.Text = "本周";
this.buttonX3.TextColor = System.Drawing.Color.White;
this.buttonX3.Click += new System.EventHandler(this.BtnTimeClick);
//
// buttonX7
//
this.buttonX7.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX7.BackColor = System.Drawing.Color.Red;
this.buttonX7.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX7.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX7.FadeEffect = false;
this.buttonX7.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX7.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX7.Location = new System.Drawing.Point(764, 50);
this.buttonX7.Name = "buttonX7";
this.buttonX7.Size = new System.Drawing.Size(85, 45);
this.buttonX7.TabIndex = 233;
this.buttonX7.Text = "退单";
this.buttonX7.TextColor = System.Drawing.Color.White;
this.buttonX7.Click += new System.EventHandler(this.BtnBackTicketClick);
//
// buttonX4
//
this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX4.BackColor = System.Drawing.Color.SkyBlue;
this.buttonX4.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX4.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX4.FadeEffect = false;
this.buttonX4.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX4.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX4.Location = new System.Drawing.Point(346, 50);
this.buttonX4.Name = "buttonX4";
this.buttonX4.Size = new System.Drawing.Size(85, 45);
this.buttonX4.TabIndex = 230;
this.buttonX4.Tag = "上周";
this.buttonX4.Text = "上周";
this.buttonX4.TextColor = System.Drawing.Color.White;
this.buttonX4.Click += new System.EventHandler(this.BtnTimeClick);
//
// buttonX6
//
this.buttonX6.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX6.BackColor = System.Drawing.Color.SkyBlue;
this.buttonX6.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX6.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX6.FadeEffect = false;
this.buttonX6.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX6.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX6.Location = new System.Drawing.Point(518, 50);
this.buttonX6.Name = "buttonX6";
this.buttonX6.Size = new System.Drawing.Size(85, 45);
this.buttonX6.TabIndex = 232;
this.buttonX6.Tag = "上月";
this.buttonX6.Text = "上月";
this.buttonX6.TextColor = System.Drawing.Color.White;
this.buttonX6.Click += new System.EventHandler(this.BtnTimeClick);
//
// buttonX5
//
this.buttonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX5.BackColor = System.Drawing.Color.DodgerBlue;
this.buttonX5.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX5.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX5.FadeEffect = false;
this.buttonX5.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX5.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX5.Location = new System.Drawing.Point(432, 50);
this.buttonX5.Name = "buttonX5";
this.buttonX5.Size = new System.Drawing.Size(85, 45);
this.buttonX5.TabIndex = 231;
this.buttonX5.Tag = "本月";
this.buttonX5.Text = "本月";
this.buttonX5.TextColor = System.Drawing.Color.White;
this.buttonX5.Click += new System.EventHandler(this.BtnTimeClick);
//
// CardSaleTable
//
this.CardSaleTable.BackColor = System.Drawing.Color.White;
this.CardSaleTable.Dock = System.Windows.Forms.DockStyle.Top;
this.CardSaleTable.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed;
this.CardSaleTable.ForeColor = System.Drawing.Color.Black;
this.CardSaleTable.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.CardSaleTable.Location = new System.Drawing.Point(0, 132);
this.CardSaleTable.Name = "CardSaleTable";
//
//
//
this.CardSaleTable.PrimaryGrid.AllowEdit = false;
this.CardSaleTable.PrimaryGrid.AutoGenerateColumns = false;
this.CardSaleTable.PrimaryGrid.Columns.Add(this.gridColumn1);
this.CardSaleTable.PrimaryGrid.Columns.Add(this.gridColumn3);
this.CardSaleTable.PrimaryGrid.Columns.Add(this.gridColumn4);
this.CardSaleTable.PrimaryGrid.Columns.Add(this.gridColumn5);
this.CardSaleTable.PrimaryGrid.Columns.Add(this.gridColumn6);
this.CardSaleTable.PrimaryGrid.Columns.Add(this.gridColumn7);
this.CardSaleTable.PrimaryGrid.Columns.Add(this.gridColumn8);
this.CardSaleTable.PrimaryGrid.Columns.Add(this.gridColumn9);
this.CardSaleTable.PrimaryGrid.Columns.Add(this.gridColumn17);
this.CardSaleTable.PrimaryGrid.Columns.Add(this.gridColumn18);
this.CardSaleTable.PrimaryGrid.DefaultRowHeight = 35;
this.CardSaleTable.PrimaryGrid.InitialSelection = DevComponents.DotNetBar.SuperGrid.RelativeSelection.Row;
this.CardSaleTable.PrimaryGrid.MultiSelect = false;
this.CardSaleTable.PrimaryGrid.RowHeaderIndexOffset = 1;
this.CardSaleTable.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row;
this.CardSaleTable.PrimaryGrid.ShowRowGridIndex = true;
this.CardSaleTable.Size = new System.Drawing.Size(1024, 221);
this.CardSaleTable.TabIndex = 254;
this.CardSaleTable.Text = "superGridControl4";
this.CardSaleTable.DataBindingComplete += new System.EventHandler<DevComponents.DotNetBar.SuperGrid.GridDataBindingCompleteEventArgs>(this.OnBind);
this.CardSaleTable.RowActivated += new System.EventHandler<DevComponents.DotNetBar.SuperGrid.GridRowActivatedEventArgs>(this.OnTicketRowActivated);
//
// gridColumn1
//
this.gridColumn1.DataPropertyName = "Id";
this.gridColumn1.Name = "id";
this.gridColumn1.Visible = false;
//
// gridColumn3
//
this.gridColumn3.DataPropertyName = "BusNo";
this.gridColumn3.HeaderText = "销售单号";
this.gridColumn3.Name = "busNo";
this.gridColumn3.Width = 120;
//
// gridColumn4
//
this.gridColumn4.DataPropertyName = "CardNo";
this.gridColumn4.HeaderText = "卡号";
this.gridColumn4.Name = "cardNo";
this.gridColumn4.Width = 120;
//
// gridColumn5
//
this.gridColumn5.DataPropertyName = "Money";
this.gridColumn5.HeaderText = "销售金额";
this.gridColumn5.Name = "money";
this.gridColumn5.Width = 80;
//
// gridColumn6
//
this.gridColumn6.DataPropertyName = "RealAmount";
this.gridColumn6.HeaderText = "卡内金额";
this.gridColumn6.Name = "realAmount";
this.gridColumn6.Width = 80;
//
// gridColumn7
//
this.gridColumn7.DataPropertyName = "RetailPrice";
this.gridColumn7.HeaderText = "建议零售价";
this.gridColumn7.Name = "retailPrice";
this.gridColumn7.Width = 80;
//
// gridColumn8
//
this.gridColumn8.DataPropertyName = "StatusDesc";
this.gridColumn8.HeaderText = "状态";
this.gridColumn8.Name = "statusDesc";
//
// gridColumn9
//
this.gridColumn9.DataPropertyName = "PlanName";
this.gridColumn9.HeaderText = "礼品卡方案";
this.gridColumn9.Name = "planName";
this.gridColumn9.Width = 120;
//
// gridColumn17
//
this.gridColumn17.DataPropertyName = "WorkerNo";
this.gridColumn17.HeaderText = "收银员";
this.gridColumn17.Name = "workerNo";
//
// gridColumn18
//
this.gridColumn18.DataPropertyName = "CreateDate";
this.gridColumn18.HeaderText = "创建时间";
this.gridColumn18.Name = "createDate";
this.gridColumn18.Width = 140;
//
// controlBox1
//
this.controlBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(175)))), ((int)(((byte)(167)))));
this.controlBox1.CloseBox = true;
this.controlBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.controlBox1.ForeColor = System.Drawing.Color.White;
this.controlBox1.Location = new System.Drawing.Point(0, 0);
this.controlBox1.Margin = new System.Windows.Forms.Padding(0);
this.controlBox1.MessageCenterStatus = false;
this.controlBox1.MinimizeBox = false;
this.controlBox1.Name = "controlBox1";
this.controlBox1.NetworkStatus = false;
this.controlBox1.NewForeColor = System.Drawing.Color.White;
this.controlBox1.SettingsBox = false;
this.controlBox1.ShowApplicationVersion = true;
this.controlBox1.ShowKeyboard = false;
this.controlBox1.ShowLockScreen = false;
this.controlBox1.ShowMessageCenter = false;
this.controlBox1.ShowNetworkStatus = false;
this.controlBox1.ShowQrCode = false;
this.controlBox1.Size = new System.Drawing.Size(1024, 32);
this.controlBox1.TabIndex = 2;
this.controlBox1.CloseClick += new POSV.Component.ControlBox.EventHandler(this.OnControlBoxCloseClick);
this.controlBox1.MinimizedClick += new POSV.Component.ControlBox.EventHandler(this.OnControlBoxMinClick);
//
// GiftCardFormTicket
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(1024, 768);
this.Controls.Add(this.payListTable);
this.Controls.Add(this.CardSaleTable);
this.Controls.Add(this.doubleBufferPanelX1);
this.Controls.Add(this.controlBox1);
this.Name = "GiftCardFormTicket";
this.Text = "GiftCardFormTicket";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.doubleBufferPanelX1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Component.ControlBox controlBox1;
private Component.DoubleBufferPanelX doubleBufferPanelX1;
private Component.NumericTextBox txtTradeNo;
private Component.DatePicker endPicker;
private Component.DatePicker startPicker;
private DevComponents.DotNetBar.ButtonX ButtonOk;
private DevComponents.DotNetBar.ButtonX buttonX10;
private DevComponents.DotNetBar.ButtonX buttonX1;
private DevComponents.DotNetBar.ButtonX buttonX9;
private DevComponents.DotNetBar.ButtonX buttonX2;
private DevComponents.DotNetBar.ButtonX buttonX8;
private DevComponents.DotNetBar.ButtonX buttonX3;
private DevComponents.DotNetBar.ButtonX buttonX7;
private DevComponents.DotNetBar.ButtonX buttonX4;
private DevComponents.DotNetBar.ButtonX buttonX6;
private DevComponents.DotNetBar.ButtonX buttonX5;
private DevComponents.DotNetBar.SuperGrid.SuperGridControl payListTable;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn35;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn36;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn39;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn29;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn37;
private Component.NumericTextBox txtInput;
private DevComponents.DotNetBar.SuperGrid.SuperGridControl CardSaleTable;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn3;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn4;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn5;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn6;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn7;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn8;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn9;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn17;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn18;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn1;
}
}