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.

697 lines
41 KiB
C#

namespace POSV.Member
{
partial class MemberHistoryForm
{
/// <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.historyListTable = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
this.gridColumn3 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn9 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn1 = 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.storeName = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn2 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.pagerControl1 = new POSV.Component.PagerControl();
this.doubleBufferPanelX4 = new POSV.Component.DoubleBufferPanelX();
this.buttonX7 = new DevComponents.DotNetBar.ButtonX();
this.checkBoxX8 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.buttonX10 = new DevComponents.DotNetBar.ButtonX();
this.checkBoxX1 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.StoreNameLabelX = new DevComponents.DotNetBar.LabelX();
this.checkBoxX7 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.checkBoxX6 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.checkBoxX5 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.checkBoxX4 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.checkBoxX3 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.checkBoxX2 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
this.buttonX9 = new DevComponents.DotNetBar.ButtonX();
this.buttonX2 = new DevComponents.DotNetBar.ButtonX();
this.buttonX3 = new DevComponents.DotNetBar.ButtonX();
this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
this.buttonX6 = new DevComponents.DotNetBar.ButtonX();
this.buttonX5 = new DevComponents.DotNetBar.ButtonX();
this.endPicker = new POSV.Component.DatePicker();
this.startPicker = new POSV.Component.DatePicker();
this.txtInput = new POSV.Component.NumericTextBox();
this.ButtonOk = new DevComponents.DotNetBar.ButtonX();
this.controlBox = new POSV.Component.ControlBox();
this.doubleBufferPanelX4.SuspendLayout();
this.SuspendLayout();
//
// historyListTable
//
this.historyListTable.BackColor = System.Drawing.Color.White;
this.historyListTable.Dock = System.Windows.Forms.DockStyle.Fill;
this.historyListTable.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed;
this.historyListTable.Font = new System.Drawing.Font("宋体", 14.5F);
this.historyListTable.ForeColor = System.Drawing.Color.Black;
this.historyListTable.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.historyListTable.Location = new System.Drawing.Point(0, 190);
this.historyListTable.Name = "historyListTable";
//
//
//
this.historyListTable.PrimaryGrid.AllowEdit = false;
this.historyListTable.PrimaryGrid.AutoGenerateColumns = false;
this.historyListTable.PrimaryGrid.Columns.Add(this.gridColumn3);
this.historyListTable.PrimaryGrid.Columns.Add(this.gridColumn9);
this.historyListTable.PrimaryGrid.Columns.Add(this.gridColumn1);
this.historyListTable.PrimaryGrid.Columns.Add(this.gridColumn4);
this.historyListTable.PrimaryGrid.Columns.Add(this.gridColumn5);
this.historyListTable.PrimaryGrid.Columns.Add(this.gridColumn6);
this.historyListTable.PrimaryGrid.Columns.Add(this.gridColumn7);
this.historyListTable.PrimaryGrid.Columns.Add(this.storeName);
this.historyListTable.PrimaryGrid.Columns.Add(this.gridColumn2);
this.historyListTable.PrimaryGrid.DefaultRowHeight = 35;
this.historyListTable.PrimaryGrid.InitialSelection = DevComponents.DotNetBar.SuperGrid.RelativeSelection.Row;
this.historyListTable.PrimaryGrid.MultiSelect = false;
this.historyListTable.PrimaryGrid.RowHeaderIndexOffset = 1;
this.historyListTable.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row;
this.historyListTable.PrimaryGrid.ShowRowGridIndex = true;
this.historyListTable.Size = new System.Drawing.Size(1024, 578);
this.historyListTable.TabIndex = 300;
this.historyListTable.Text = "superGridControl2";
//
// gridColumn3
//
this.gridColumn3.DataPropertyName = "CardNo";
this.gridColumn3.HeaderText = "卡号";
this.gridColumn3.Name = "cardNo";
this.gridColumn3.Width = 140;
//
// gridColumn9
//
this.gridColumn9.DataPropertyName = "Mobile";
this.gridColumn9.HeaderText = "手机号码";
this.gridColumn9.Name = "mobile";
this.gridColumn9.Width = 140;
//
// gridColumn1
//
this.gridColumn1.DataPropertyName = "CardFaceNo";
this.gridColumn1.HeaderText = "卡面号";
this.gridColumn1.Name = "cardFaceNo";
//
// gridColumn4
//
this.gridColumn4.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
this.gridColumn4.DataPropertyName = "TicketNo";
this.gridColumn4.HeaderText = "业务单号";
this.gridColumn4.Name = "ticketNo";
this.gridColumn4.Width = 140;
//
// gridColumn5
//
this.gridColumn5.DataPropertyName = "TypeCn";
this.gridColumn5.HeaderText = "业务类型";
this.gridColumn5.Name = "typeCn";
this.gridColumn5.Width = 80;
//
// gridColumn6
//
this.gridColumn6.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
this.gridColumn6.DataPropertyName = "Description";
this.gridColumn6.HeaderText = "说明";
this.gridColumn6.Name = "description";
this.gridColumn6.Width = 200;
//
// gridColumn7
//
this.gridColumn7.DataPropertyName = "OperateTime";
this.gridColumn7.HeaderText = "操作时间";
this.gridColumn7.Name = "operateTime";
this.gridColumn7.Width = 140;
//
// storeName
//
this.storeName.DataPropertyName = "ShopName";
this.storeName.FillWeight = 150;
this.storeName.HeaderText = "门店名称";
this.storeName.MinimumWidth = 100;
this.storeName.Name = "storeName";
this.storeName.Width = 150;
//
// gridColumn2
//
this.gridColumn2.DataPropertyName = "WorkerNo";
this.gridColumn2.HeaderText = "操作员";
this.gridColumn2.Name = "workerNo";
this.gridColumn2.Width = 140;
//
// pagerControl1
//
this.pagerControl1.BackColor = System.Drawing.SystemColors.InactiveCaption;
this.pagerControl1.CurrentPage = 1;
this.pagerControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.pagerControl1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.pagerControl1.ForeColor = System.Drawing.Color.Black;
this.pagerControl1.ForeFont = new System.Drawing.Font("宋体", 14.5F);
this.pagerControl1.Location = new System.Drawing.Point(0, 156);
this.pagerControl1.Name = "pagerControl1";
this.pagerControl1.RecordCount = 0;
this.pagerControl1.RowsPerPage = 100;
this.pagerControl1.Size = new System.Drawing.Size(1024, 34);
this.pagerControl1.TabIndex = 299;
this.pagerControl1.TotalPage = 0;
this.pagerControl1.PageChangeWithObject += new System.Action<object>(this.OnQueryPageChangeWithObject);
//
// doubleBufferPanelX4
//
this.doubleBufferPanelX4.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX4.Controls.Add(this.buttonX7);
this.doubleBufferPanelX4.Controls.Add(this.checkBoxX8);
this.doubleBufferPanelX4.Controls.Add(this.buttonX10);
this.doubleBufferPanelX4.Controls.Add(this.checkBoxX1);
this.doubleBufferPanelX4.Controls.Add(this.StoreNameLabelX);
this.doubleBufferPanelX4.Controls.Add(this.checkBoxX7);
this.doubleBufferPanelX4.Controls.Add(this.checkBoxX6);
this.doubleBufferPanelX4.Controls.Add(this.checkBoxX5);
this.doubleBufferPanelX4.Controls.Add(this.checkBoxX4);
this.doubleBufferPanelX4.Controls.Add(this.checkBoxX3);
this.doubleBufferPanelX4.Controls.Add(this.checkBoxX2);
this.doubleBufferPanelX4.Controls.Add(this.buttonX1);
this.doubleBufferPanelX4.Controls.Add(this.buttonX9);
this.doubleBufferPanelX4.Controls.Add(this.buttonX2);
this.doubleBufferPanelX4.Controls.Add(this.buttonX3);
this.doubleBufferPanelX4.Controls.Add(this.buttonX4);
this.doubleBufferPanelX4.Controls.Add(this.buttonX6);
this.doubleBufferPanelX4.Controls.Add(this.buttonX5);
this.doubleBufferPanelX4.Controls.Add(this.endPicker);
this.doubleBufferPanelX4.Controls.Add(this.startPicker);
this.doubleBufferPanelX4.Controls.Add(this.txtInput);
this.doubleBufferPanelX4.Controls.Add(this.ButtonOk);
this.doubleBufferPanelX4.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX4.Dock = System.Windows.Forms.DockStyle.Top;
this.doubleBufferPanelX4.Location = new System.Drawing.Point(0, 36);
this.doubleBufferPanelX4.Name = "doubleBufferPanelX4";
this.doubleBufferPanelX4.Size = new System.Drawing.Size(1024, 120);
this.doubleBufferPanelX4.Style.Alignment = System.Drawing.StringAlignment.Center;
this.doubleBufferPanelX4.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.doubleBufferPanelX4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.doubleBufferPanelX4.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.doubleBufferPanelX4.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.doubleBufferPanelX4.Style.GradientAngle = 90;
this.doubleBufferPanelX4.TabIndex = 249;
this.doubleBufferPanelX4.Click += new System.EventHandler(this.BtnTimeClick);
//
// buttonX7
//
this.buttonX7.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
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("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX7.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX7.Location = new System.Drawing.Point(785, 2);
this.buttonX7.Name = "buttonX7";
this.buttonX7.Size = new System.Drawing.Size(118, 38);
this.buttonX7.TabIndex = 330;
this.buttonX7.Text = "查询全部门店";
this.buttonX7.TextColor = System.Drawing.Color.White;
this.buttonX7.Click += new System.EventHandler(this.BtnQueryAllClick);
//
// checkBoxX8
//
this.checkBoxX8.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.checkBoxX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.checkBoxX8.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
this.checkBoxX8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBoxX8.Location = new System.Drawing.Point(697, 43);
this.checkBoxX8.Name = "checkBoxX8";
this.checkBoxX8.Size = new System.Drawing.Size(123, 30);
this.checkBoxX8.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
this.checkBoxX8.TabIndex = 329;
this.checkBoxX8.Tag = "资料变更";
this.checkBoxX8.Text = "资料变更";
this.checkBoxX8.Click += new System.EventHandler(this.CbChangeClick);
//
// 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("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX10.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX10.Location = new System.Drawing.Point(936, 75);
this.buttonX10.Name = "buttonX10";
this.buttonX10.Size = new System.Drawing.Size(85, 45);
this.buttonX10.TabIndex = 328;
this.buttonX10.Text = "退出";
this.buttonX10.TextColor = System.Drawing.Color.White;
this.buttonX10.Click += new System.EventHandler(this.BtnExitClick);
//
// checkBoxX1
//
this.checkBoxX1.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.checkBoxX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.checkBoxX1.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
this.checkBoxX1.Checked = true;
this.checkBoxX1.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBoxX1.CheckValue = "Y";
this.checkBoxX1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBoxX1.Location = new System.Drawing.Point(106, 43);
this.checkBoxX1.Name = "checkBoxX1";
this.checkBoxX1.Size = new System.Drawing.Size(64, 30);
this.checkBoxX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
this.checkBoxX1.TabIndex = 327;
this.checkBoxX1.Tag = "全部";
this.checkBoxX1.Text = "全部";
this.checkBoxX1.Click += new System.EventHandler(this.CbChangeClick);
//
// StoreNameLabelX
//
//
//
//
this.StoreNameLabelX.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.StoreNameLabelX.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.StoreNameLabelX.Location = new System.Drawing.Point(1, 43);
this.StoreNameLabelX.Name = "StoreNameLabelX";
this.StoreNameLabelX.Size = new System.Drawing.Size(102, 30);
this.StoreNameLabelX.TabIndex = 326;
this.StoreNameLabelX.Text = "操作类型:";
this.StoreNameLabelX.WordWrap = true;
//
// checkBoxX7
//
this.checkBoxX7.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.checkBoxX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.checkBoxX7.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
this.checkBoxX7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBoxX7.Location = new System.Drawing.Point(568, 43);
this.checkBoxX7.Name = "checkBoxX7";
this.checkBoxX7.Size = new System.Drawing.Size(123, 30);
this.checkBoxX7.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
this.checkBoxX7.TabIndex = 324;
this.checkBoxX7.Tag = "挂失*解挂";
this.checkBoxX7.Text = "挂失*解挂";
this.checkBoxX7.Click += new System.EventHandler(this.CbChangeClick);
//
// checkBoxX6
//
this.checkBoxX6.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.checkBoxX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.checkBoxX6.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
this.checkBoxX6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBoxX6.Location = new System.Drawing.Point(458, 43);
this.checkBoxX6.Name = "checkBoxX6";
this.checkBoxX6.Size = new System.Drawing.Size(104, 30);
this.checkBoxX6.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
this.checkBoxX6.TabIndex = 323;
this.checkBoxX6.Tag = "修改密码";
this.checkBoxX6.Text = "修改密码";
this.checkBoxX6.Click += new System.EventHandler(this.CbChangeClick);
//
// checkBoxX5
//
this.checkBoxX5.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.checkBoxX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.checkBoxX5.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
this.checkBoxX5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBoxX5.Location = new System.Drawing.Point(384, 43);
this.checkBoxX5.Name = "checkBoxX5";
this.checkBoxX5.Size = new System.Drawing.Size(68, 30);
this.checkBoxX5.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
this.checkBoxX5.TabIndex = 322;
this.checkBoxX5.Tag = "退卡";
this.checkBoxX5.Text = "退卡";
this.checkBoxX5.Click += new System.EventHandler(this.CbChangeClick);
//
// checkBoxX4
//
this.checkBoxX4.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.checkBoxX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.checkBoxX4.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
this.checkBoxX4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBoxX4.Location = new System.Drawing.Point(315, 43);
this.checkBoxX4.Name = "checkBoxX4";
this.checkBoxX4.Size = new System.Drawing.Size(63, 30);
this.checkBoxX4.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
this.checkBoxX4.TabIndex = 321;
this.checkBoxX4.Tag = "消费";
this.checkBoxX4.Text = "消费";
this.checkBoxX4.Click += new System.EventHandler(this.CbChangeClick);
//
// checkBoxX3
//
this.checkBoxX3.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.checkBoxX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.checkBoxX3.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
this.checkBoxX3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBoxX3.Location = new System.Drawing.Point(246, 43);
this.checkBoxX3.Name = "checkBoxX3";
this.checkBoxX3.Size = new System.Drawing.Size(63, 30);
this.checkBoxX3.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
this.checkBoxX3.TabIndex = 320;
this.checkBoxX3.Tag = "充值";
this.checkBoxX3.Text = "充值";
this.checkBoxX3.Click += new System.EventHandler(this.CbChangeClick);
//
// checkBoxX2
//
this.checkBoxX2.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.checkBoxX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.checkBoxX2.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
this.checkBoxX2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBoxX2.Location = new System.Drawing.Point(181, 43);
this.checkBoxX2.Name = "checkBoxX2";
this.checkBoxX2.Size = new System.Drawing.Size(64, 30);
this.checkBoxX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
this.checkBoxX2.TabIndex = 319;
this.checkBoxX2.Tag = "开户";
this.checkBoxX2.Text = "开户";
this.checkBoxX2.Click += new System.EventHandler(this.CbChangeClick);
//
// 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("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX1.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX1.Location = new System.Drawing.Point(3, 77);
this.buttonX1.Name = "buttonX1";
this.buttonX1.Size = new System.Drawing.Size(85, 45);
this.buttonX1.TabIndex = 312;
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.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
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("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX9.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX9.Location = new System.Drawing.Point(175, 77);
this.buttonX9.Name = "buttonX9";
this.buttonX9.Size = new System.Drawing.Size(85, 45);
this.buttonX9.TabIndex = 318;
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.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
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("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX2.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX2.Location = new System.Drawing.Point(89, 77);
this.buttonX2.Name = "buttonX2";
this.buttonX2.Size = new System.Drawing.Size(85, 45);
this.buttonX2.TabIndex = 313;
this.buttonX2.Tag = "昨天";
this.buttonX2.Text = "昨天";
this.buttonX2.TextColor = System.Drawing.Color.White;
this.buttonX2.Click += new System.EventHandler(this.BtnTimeClick);
//
// buttonX3
//
this.buttonX3.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
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("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX3.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX3.Location = new System.Drawing.Point(261, 77);
this.buttonX3.Name = "buttonX3";
this.buttonX3.Size = new System.Drawing.Size(85, 45);
this.buttonX3.TabIndex = 314;
this.buttonX3.Tag = "本周";
this.buttonX3.Text = "本周";
this.buttonX3.TextColor = System.Drawing.Color.White;
this.buttonX3.Click += new System.EventHandler(this.BtnTimeClick);
//
// buttonX4
//
this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
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("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX4.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX4.Location = new System.Drawing.Point(347, 77);
this.buttonX4.Name = "buttonX4";
this.buttonX4.Size = new System.Drawing.Size(85, 45);
this.buttonX4.TabIndex = 315;
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.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
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("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX6.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX6.Location = new System.Drawing.Point(519, 77);
this.buttonX6.Name = "buttonX6";
this.buttonX6.Size = new System.Drawing.Size(85, 45);
this.buttonX6.TabIndex = 317;
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.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
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("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX5.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX5.Location = new System.Drawing.Point(433, 77);
this.buttonX5.Name = "buttonX5";
this.buttonX5.Size = new System.Drawing.Size(85, 45);
this.buttonX5.TabIndex = 316;
this.buttonX5.Tag = "本月";
this.buttonX5.Text = "本月";
this.buttonX5.TextColor = System.Drawing.Color.White;
this.buttonX5.Click += new System.EventHandler(this.BtnTimeClick);
//
// endPicker
//
this.endPicker.CustomFormat = "yyyy-MM-dd HH:mm:ss";
this.endPicker.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.endPicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.endPicker.HeaderColor = System.Drawing.Color.Empty;
this.endPicker.Location = new System.Drawing.Point(209, 8);
this.endPicker.Name = "endPicker";
this.endPicker.Size = new System.Drawing.Size(194, 29);
this.endPicker.TabIndex = 306;
//
// startPicker
//
this.startPicker.CustomFormat = "yyyy-MM-dd HH:mm:ss";
this.startPicker.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.startPicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.startPicker.HeaderColor = System.Drawing.Color.Empty;
this.startPicker.Location = new System.Drawing.Point(3, 8);
this.startPicker.Name = "startPicker";
this.startPicker.Size = new System.Drawing.Size(194, 29);
this.startPicker.TabIndex = 307;
//
// 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.EnableSoftKeyboard = true;
this.txtInput.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtInput.ForeColor = System.Drawing.Color.Black;
this.txtInput.Location = new System.Drawing.Point(410, 8);
this.txtInput.MaxDecimalDigit = 1;
this.txtInput.MaxLength = 20;
this.txtInput.Name = "txtInput";
this.txtInput.PreventEnterBeep = true;
this.txtInput.Size = new System.Drawing.Size(245, 29);
this.txtInput.TabIndex = 38;
this.txtInput.WatermarkBehavior = DevComponents.DotNetBar.eWatermarkBehavior.HideNonEmpty;
this.txtInput.WatermarkFont = new System.Drawing.Font("宋体", 14.5F);
this.txtInput.WatermarkText = "手机号\\卡号";
this.txtInput.OnEnterClick += new POSV.Component.NumericTextBox.EventHandler(this.OnFinishedClick);
this.txtInput.ButtonCustomClick += new System.EventHandler(this.OnReadCardClick);
//
// 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("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ButtonOk.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.ButtonOk.Location = new System.Drawing.Point(661, 2);
this.ButtonOk.Name = "ButtonOk";
this.ButtonOk.Size = new System.Drawing.Size(118, 38);
this.ButtonOk.TabIndex = 226;
this.ButtonOk.Text = "查询本门店";
this.ButtonOk.TextColor = System.Drawing.Color.White;
this.ButtonOk.Click += new System.EventHandler(this.BtnQueryClick);
//
// 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 = true;
this.controlBox.ShowLockScreen = false;
this.controlBox.ShowMessageCenter = false;
this.controlBox.ShowNetworkStatus = false;
this.controlBox.ShowQrCode = false;
this.controlBox.Size = new System.Drawing.Size(1024, 36);
this.controlBox.TabIndex = 16;
this.controlBox.CloseClick += new POSV.Component.ControlBox.EventHandler(this.OnCloseTouchClick);
this.controlBox.KeyboardClick += new POSV.Component.ControlBox.EventHandler(this.OnControlBoxKeyboardClick);
//
// MemberHistoryForm
//
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.historyListTable);
this.Controls.Add(this.pagerControl1);
this.Controls.Add(this.doubleBufferPanelX4);
this.Controls.Add(this.controlBox);
this.Name = "MemberHistoryForm";
this.Text = "MemberHistoryForm";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.doubleBufferPanelX4.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Component.ControlBox controlBox;
private Component.DoubleBufferPanelX doubleBufferPanelX4;
private Component.NumericTextBox txtInput;
private DevComponents.DotNetBar.ButtonX ButtonOk;
private Component.PagerControl pagerControl1;
private DevComponents.DotNetBar.SuperGrid.SuperGridControl historyListTable;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn9;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn3;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn2;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn4;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn5;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn7;
private Component.DatePicker endPicker;
private Component.DatePicker startPicker;
private DevComponents.DotNetBar.LabelX StoreNameLabelX;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX7;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX6;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX5;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX4;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX3;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX2;
private DevComponents.DotNetBar.ButtonX buttonX1;
private DevComponents.DotNetBar.ButtonX buttonX9;
private DevComponents.DotNetBar.ButtonX buttonX2;
private DevComponents.DotNetBar.ButtonX buttonX3;
private DevComponents.DotNetBar.ButtonX buttonX4;
private DevComponents.DotNetBar.ButtonX buttonX6;
private DevComponents.DotNetBar.ButtonX buttonX5;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX1;
private DevComponents.DotNetBar.ButtonX buttonX10;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn1;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn6;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX8;
private DevComponents.DotNetBar.ButtonX buttonX7;
private DevComponents.DotNetBar.SuperGrid.GridColumn storeName;
}
}