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.

676 lines
41 KiB
C#

namespace POSV.Member
{
partial class CardAmountChangeForm
{
/// <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.panelReadCardType = new POSV.Component.DoubleBufferPanelX();
this.bottomPanel = new POSV.Component.DoubleBufferPanelX();
this.ButtonCancel = new DevComponents.DotNetBar.ButtonX();
this.lblInfo = new DevComponents.DotNetBar.LabelX();
this.cardListTable = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
this.gridColumn18 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn21 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn19 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn20 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn22 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn23 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.doubleBufferPanelX3 = new POSV.Component.DoubleBufferPanelX();
this.txtInput = new POSV.Component.NumericTextBox();
this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
this.doubleBufferPanelX1 = new POSV.Component.DoubleBufferPanelX();
this.historyListTable = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
this.gridColumn1 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn2 = 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.pagerControl1 = new POSV.Component.PagerControl();
this.doubleBufferPanelX4 = new POSV.Component.DoubleBufferPanelX();
this.endPicker = new POSV.Component.DatePicker();
this.startPicker = new POSV.Component.DatePicker();
this.ButtonOk = new DevComponents.DotNetBar.ButtonX();
this.buttonX2 = new DevComponents.DotNetBar.ButtonX();
this.buttonX9 = new DevComponents.DotNetBar.ButtonX();
this.buttonX3 = new DevComponents.DotNetBar.ButtonX();
this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
this.buttonX5 = new DevComponents.DotNetBar.ButtonX();
this.buttonX6 = new DevComponents.DotNetBar.ButtonX();
this.buttonX11 = new DevComponents.DotNetBar.ButtonX();
this.panelReadCardType.SuspendLayout();
this.bottomPanel.SuspendLayout();
this.doubleBufferPanelX3.SuspendLayout();
this.doubleBufferPanelX1.SuspendLayout();
this.doubleBufferPanelX4.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 = 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 = 14;
this.controlBox.CloseClick += new POSV.Component.ControlBox.EventHandler(this.OnCloseTouchClick);
this.controlBox.KeyboardClick += new POSV.Component.ControlBox.EventHandler(this.OnControlBoxKeyboardClick);
//
// panelReadCardType
//
this.panelReadCardType.CanvasColor = System.Drawing.SystemColors.Control;
this.panelReadCardType.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.panelReadCardType.Controls.Add(this.bottomPanel);
this.panelReadCardType.Controls.Add(this.cardListTable);
this.panelReadCardType.Controls.Add(this.doubleBufferPanelX3);
this.panelReadCardType.DisabledBackColor = System.Drawing.Color.Empty;
this.panelReadCardType.Dock = System.Windows.Forms.DockStyle.Left;
this.panelReadCardType.Location = new System.Drawing.Point(0, 36);
this.panelReadCardType.Name = "panelReadCardType";
this.panelReadCardType.Padding = new System.Windows.Forms.Padding(1);
this.panelReadCardType.Size = new System.Drawing.Size(339, 732);
this.panelReadCardType.Style.Alignment = System.Drawing.StringAlignment.Center;
this.panelReadCardType.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.panelReadCardType.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.panelReadCardType.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.panelReadCardType.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.panelReadCardType.Style.GradientAngle = 90;
this.panelReadCardType.TabIndex = 200;
//
// bottomPanel
//
this.bottomPanel.CanvasColor = System.Drawing.SystemColors.Control;
this.bottomPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.bottomPanel.Controls.Add(this.ButtonCancel);
this.bottomPanel.Controls.Add(this.lblInfo);
this.bottomPanel.DisabledBackColor = System.Drawing.Color.Empty;
this.bottomPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
this.bottomPanel.Location = new System.Drawing.Point(1, 676);
this.bottomPanel.Name = "bottomPanel";
this.bottomPanel.Padding = new System.Windows.Forms.Padding(2);
this.bottomPanel.Size = new System.Drawing.Size(337, 55);
this.bottomPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
this.bottomPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.bottomPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.bottomPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.bottomPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.bottomPanel.Style.GradientAngle = 90;
this.bottomPanel.TabIndex = 302;
//
// ButtonCancel
//
this.ButtonCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(92)))), ((int)(((byte)(86)))));
this.ButtonCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.ButtonCancel.Cursor = System.Windows.Forms.Cursors.Hand;
this.ButtonCancel.FadeEffect = false;
this.ButtonCancel.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ButtonCancel.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.ButtonCancel.Location = new System.Drawing.Point(240, 5);
this.ButtonCancel.Name = "ButtonCancel";
this.ButtonCancel.Size = new System.Drawing.Size(97, 50);
this.ButtonCancel.TabIndex = 31;
this.ButtonCancel.Text = "取消";
this.ButtonCancel.TextColor = System.Drawing.Color.White;
this.ButtonCancel.Click += new System.EventHandler(this.btn_exit_Click);
//
// lblInfo
//
//
//
//
this.lblInfo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblInfo.Dock = System.Windows.Forms.DockStyle.Left;
this.lblInfo.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblInfo.Location = new System.Drawing.Point(2, 2);
this.lblInfo.Name = "lblInfo";
this.lblInfo.Size = new System.Drawing.Size(335, 51);
this.lblInfo.TabIndex = 27;
this.lblInfo.Text = "请选择要操作的卡";
this.lblInfo.WordWrap = true;
//
// cardListTable
//
this.cardListTable.BackColor = System.Drawing.Color.White;
this.cardListTable.Dock = System.Windows.Forms.DockStyle.Top;
this.cardListTable.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed;
this.cardListTable.ForeColor = System.Drawing.Color.Black;
this.cardListTable.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.cardListTable.Location = new System.Drawing.Point(1, 46);
this.cardListTable.Name = "cardListTable";
//
//
//
this.cardListTable.PrimaryGrid.AllowEdit = false;
this.cardListTable.PrimaryGrid.AutoGenerateColumns = false;
this.cardListTable.PrimaryGrid.Columns.Add(this.gridColumn18);
this.cardListTable.PrimaryGrid.Columns.Add(this.gridColumn21);
this.cardListTable.PrimaryGrid.Columns.Add(this.gridColumn19);
this.cardListTable.PrimaryGrid.Columns.Add(this.gridColumn20);
this.cardListTable.PrimaryGrid.Columns.Add(this.gridColumn22);
this.cardListTable.PrimaryGrid.Columns.Add(this.gridColumn23);
this.cardListTable.PrimaryGrid.DefaultRowHeight = 35;
this.cardListTable.PrimaryGrid.InitialSelection = DevComponents.DotNetBar.SuperGrid.RelativeSelection.Row;
this.cardListTable.PrimaryGrid.MultiSelect = false;
this.cardListTable.PrimaryGrid.RowHeaderIndexOffset = 1;
this.cardListTable.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row;
this.cardListTable.PrimaryGrid.ShowRowGridIndex = true;
this.cardListTable.Size = new System.Drawing.Size(337, 258);
this.cardListTable.TabIndex = 292;
this.cardListTable.Text = "superGridControl2";
this.cardListTable.RowActivated += new System.EventHandler<DevComponents.DotNetBar.SuperGrid.GridRowActivatedEventArgs>(this.OnTicketRowActivated);
//
// gridColumn18
//
this.gridColumn18.DataPropertyName = "CardNo";
this.gridColumn18.HeaderText = "卡号";
this.gridColumn18.Name = "cardNo";
this.gridColumn18.Width = 130;
//
// gridColumn21
//
this.gridColumn21.DataPropertyName = "FaceNo";
this.gridColumn21.HeaderText = "卡面号";
this.gridColumn21.Name = "faceNo";
//
// gridColumn19
//
this.gridColumn19.DataPropertyName = "CardStatus";
this.gridColumn19.HeaderText = "状态";
this.gridColumn19.Name = "cardStatus";
this.gridColumn19.Width = 80;
//
// gridColumn20
//
this.gridColumn20.DataPropertyName = "CardTypeName";
this.gridColumn20.HeaderText = "卡类型名称";
this.gridColumn20.Name = "cardTypeName";
//
// gridColumn22
//
this.gridColumn22.DataPropertyName = "TotalAmount";
this.gridColumn22.HeaderText = "总余额";
this.gridColumn22.Name = "totalAmount";
this.gridColumn22.Width = 70;
//
// gridColumn23
//
this.gridColumn23.DataPropertyName = "TotalPoint";
this.gridColumn23.HeaderText = "总积分";
this.gridColumn23.Name = "totalPoint";
this.gridColumn23.Width = 70;
//
// doubleBufferPanelX3
//
this.doubleBufferPanelX3.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX3.Controls.Add(this.txtInput);
this.doubleBufferPanelX3.Controls.Add(this.buttonX1);
this.doubleBufferPanelX3.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX3.Dock = System.Windows.Forms.DockStyle.Top;
this.doubleBufferPanelX3.Location = new System.Drawing.Point(1, 1);
this.doubleBufferPanelX3.Name = "doubleBufferPanelX3";
this.doubleBufferPanelX3.Size = new System.Drawing.Size(337, 45);
this.doubleBufferPanelX3.Style.Alignment = System.Drawing.StringAlignment.Center;
this.doubleBufferPanelX3.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.doubleBufferPanelX3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
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 = 291;
//
// 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("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtInput.ForeColor = System.Drawing.Color.Black;
this.txtInput.Location = new System.Drawing.Point(4, 6);
this.txtInput.MaxDecimalDigit = 1;
this.txtInput.MaxLength = 20;
this.txtInput.Name = "txtInput";
this.txtInput.PreventEnterBeep = true;
this.txtInput.Size = new System.Drawing.Size(245, 33);
this.txtInput.TabIndex = 38;
this.txtInput.WatermarkBehavior = DevComponents.DotNetBar.eWatermarkBehavior.HideNonEmpty;
this.txtInput.WatermarkFont = new System.Drawing.Font("微软雅黑", 14.25F);
this.txtInput.WatermarkText = "手机号\\扫码\\卡号";
this.txtInput.OnEnterClick += new POSV.Component.NumericTextBox.EventHandler(this.OnFinishedClick);
this.txtInput.ButtonCustomClick += new System.EventHandler(this.OnReadCardClick);
//
// buttonX1
//
this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
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.DialogResult = System.Windows.Forms.DialogResult.Cancel;
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(255, 4);
this.buttonX1.Name = "buttonX1";
this.buttonX1.Size = new System.Drawing.Size(77, 35);
this.buttonX1.TabIndex = 39;
this.buttonX1.Text = "查询";
this.buttonX1.TextColor = System.Drawing.Color.White;
this.buttonX1.Click += new System.EventHandler(this.OnFinishedClick);
//
// doubleBufferPanelX1
//
this.doubleBufferPanelX1.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX1.Controls.Add(this.historyListTable);
this.doubleBufferPanelX1.Controls.Add(this.pagerControl1);
this.doubleBufferPanelX1.Controls.Add(this.doubleBufferPanelX4);
this.doubleBufferPanelX1.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX1.Dock = System.Windows.Forms.DockStyle.Fill;
this.doubleBufferPanelX1.Location = new System.Drawing.Point(339, 36);
this.doubleBufferPanelX1.Name = "doubleBufferPanelX1";
this.doubleBufferPanelX1.Padding = new System.Windows.Forms.Padding(1);
this.doubleBufferPanelX1.Size = new System.Drawing.Size(685, 732);
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 = 298;
//
// 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.ForeColor = System.Drawing.Color.Black;
this.historyListTable.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.historyListTable.Location = new System.Drawing.Point(1, 124);
this.historyListTable.Name = "historyListTable";
//
//
//
this.historyListTable.PrimaryGrid.AllowEdit = false;
this.historyListTable.PrimaryGrid.AutoGenerateColumns = false;
this.historyListTable.PrimaryGrid.Columns.Add(this.gridColumn1);
this.historyListTable.PrimaryGrid.Columns.Add(this.gridColumn2);
this.historyListTable.PrimaryGrid.Columns.Add(this.gridColumn3);
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.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(683, 607);
this.historyListTable.TabIndex = 293;
this.historyListTable.Text = "superGridControl2";
//
// gridColumn1
//
this.gridColumn1.DataPropertyName = "CardNo";
this.gridColumn1.HeaderText = "卡号";
this.gridColumn1.Name = "cardNo";
this.gridColumn1.Width = 120;
//
// gridColumn2
//
this.gridColumn2.DataPropertyName = "TypeCn";
this.gridColumn2.HeaderText = "业务类型";
this.gridColumn2.Name = "typeCn";
//
// gridColumn3
//
this.gridColumn3.DataPropertyName = "PreTotalAmount";
this.gridColumn3.HeaderText = "变动前金额";
this.gridColumn3.Name = "preTotalAmount";
//
// gridColumn4
//
this.gridColumn4.DataPropertyName = "TotalAmount";
this.gridColumn4.HeaderText = "发生额";
this.gridColumn4.Name = "totalAmount";
//
// gridColumn5
//
this.gridColumn5.DataPropertyName = "AftTotalAmount";
this.gridColumn5.HeaderText = "变动后金额";
this.gridColumn5.Name = "aftTotalAmount";
//
// gridColumn6
//
this.gridColumn6.DataPropertyName = "OperateTime";
this.gridColumn6.HeaderText = "操作时间";
this.gridColumn6.Name = "operateTime";
this.gridColumn6.Width = 120;
//
// gridColumn7
//
this.gridColumn7.DataPropertyName = "Description";
this.gridColumn7.HeaderText = "备注";
this.gridColumn7.Name = "description";
this.gridColumn7.Width = 200;
//
// pagerControl1
//
this.pagerControl1.BackColor = System.Drawing.Color.Transparent;
this.pagerControl1.CurrentPage = 1;
this.pagerControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.pagerControl1.ForeColor = System.Drawing.Color.Black;
this.pagerControl1.ForeFont = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.pagerControl1.Location = new System.Drawing.Point(1, 84);
this.pagerControl1.Name = "pagerControl1";
this.pagerControl1.RecordCount = 0;
this.pagerControl1.RowsPerPage = 30;
this.pagerControl1.Size = new System.Drawing.Size(683, 40);
this.pagerControl1.TabIndex = 297;
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.endPicker);
this.doubleBufferPanelX4.Controls.Add(this.startPicker);
this.doubleBufferPanelX4.Controls.Add(this.ButtonOk);
this.doubleBufferPanelX4.Controls.Add(this.buttonX2);
this.doubleBufferPanelX4.Controls.Add(this.buttonX9);
this.doubleBufferPanelX4.Controls.Add(this.buttonX3);
this.doubleBufferPanelX4.Controls.Add(this.buttonX4);
this.doubleBufferPanelX4.Controls.Add(this.buttonX5);
this.doubleBufferPanelX4.Controls.Add(this.buttonX6);
this.doubleBufferPanelX4.Controls.Add(this.buttonX11);
this.doubleBufferPanelX4.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX4.Dock = System.Windows.Forms.DockStyle.Top;
this.doubleBufferPanelX4.Location = new System.Drawing.Point(1, 1);
this.doubleBufferPanelX4.Name = "doubleBufferPanelX4";
this.doubleBufferPanelX4.Size = new System.Drawing.Size(683, 83);
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 = 241;
//
// endPicker
//
this.endPicker.CalendarFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
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(214, 9);
this.endPicker.Name = "endPicker";
this.endPicker.Size = new System.Drawing.Size(197, 29);
this.endPicker.TabIndex = 0;
//
// startPicker
//
this.startPicker.CalendarFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
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(5, 9);
this.startPicker.Name = "startPicker";
this.startPicker.Size = new System.Drawing.Size(201, 29);
this.startPicker.TabIndex = 237;
//
// 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("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ButtonOk.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.ButtonOk.Location = new System.Drawing.Point(517, 1);
this.ButtonOk.Name = "ButtonOk";
this.ButtonOk.Size = new System.Drawing.Size(85, 39);
this.ButtonOk.TabIndex = 226;
this.ButtonOk.Text = "查询";
this.ButtonOk.TextColor = System.Drawing.Color.White;
this.ButtonOk.Click += new System.EventHandler(this.btn_query_Click);
//
// 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("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX2.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX2.Location = new System.Drawing.Point(1, 43);
this.buttonX2.Name = "buttonX2";
this.buttonX2.Size = new System.Drawing.Size(85, 37);
this.buttonX2.TabIndex = 227;
this.buttonX2.Tag = "today";
this.buttonX2.Text = "今天";
this.buttonX2.TextColor = System.Drawing.Color.White;
this.buttonX2.Click += new System.EventHandler(this.btn_time_Click);
//
// 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("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX9.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX9.Location = new System.Drawing.Point(173, 43);
this.buttonX9.Name = "buttonX9";
this.buttonX9.Size = new System.Drawing.Size(85, 37);
this.buttonX9.TabIndex = 235;
this.buttonX9.Tag = "lastDay";
this.buttonX9.Text = "前一天";
this.buttonX9.TextColor = System.Drawing.Color.White;
this.buttonX9.Click += new System.EventHandler(this.btn_time_Click);
//
// 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("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX3.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX3.Location = new System.Drawing.Point(87, 43);
this.buttonX3.Name = "buttonX3";
this.buttonX3.Size = new System.Drawing.Size(85, 37);
this.buttonX3.TabIndex = 228;
this.buttonX3.Tag = "yesterday";
this.buttonX3.Text = "昨天";
this.buttonX3.TextColor = System.Drawing.Color.White;
this.buttonX3.Click += new System.EventHandler(this.btn_time_Click);
//
// 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("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX4.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX4.Location = new System.Drawing.Point(259, 43);
this.buttonX4.Name = "buttonX4";
this.buttonX4.Size = new System.Drawing.Size(85, 37);
this.buttonX4.TabIndex = 229;
this.buttonX4.Tag = "curWeek";
this.buttonX4.Text = "本周";
this.buttonX4.TextColor = System.Drawing.Color.White;
this.buttonX4.Click += new System.EventHandler(this.btn_time_Click);
//
// 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("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX5.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX5.Location = new System.Drawing.Point(345, 43);
this.buttonX5.Name = "buttonX5";
this.buttonX5.Size = new System.Drawing.Size(85, 37);
this.buttonX5.TabIndex = 230;
this.buttonX5.Tag = "lastWeek";
this.buttonX5.Text = "上周";
this.buttonX5.TextColor = System.Drawing.Color.White;
this.buttonX5.Click += new System.EventHandler(this.btn_time_Click);
//
// 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("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX6.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX6.Location = new System.Drawing.Point(517, 43);
this.buttonX6.Name = "buttonX6";
this.buttonX6.Size = new System.Drawing.Size(85, 37);
this.buttonX6.TabIndex = 232;
this.buttonX6.Tag = "lastMonth";
this.buttonX6.Text = "上月";
this.buttonX6.TextColor = System.Drawing.Color.White;
this.buttonX6.Click += new System.EventHandler(this.btn_time_Click);
//
// buttonX11
//
this.buttonX11.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
this.buttonX11.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX11.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX11.FadeEffect = false;
this.buttonX11.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX11.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX11.Location = new System.Drawing.Point(431, 43);
this.buttonX11.Name = "buttonX11";
this.buttonX11.Size = new System.Drawing.Size(85, 37);
this.buttonX11.TabIndex = 231;
this.buttonX11.Tag = "curMonth";
this.buttonX11.Text = "本月";
this.buttonX11.TextColor = System.Drawing.Color.White;
this.buttonX11.Click += new System.EventHandler(this.btn_time_Click);
//
// CardAmountChangeForm
//
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.doubleBufferPanelX1);
this.Controls.Add(this.panelReadCardType);
this.Controls.Add(this.controlBox);
this.Name = "CardAmountChangeForm";
this.Text = "CardAmountChangeForm";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.panelReadCardType.ResumeLayout(false);
this.bottomPanel.ResumeLayout(false);
this.doubleBufferPanelX3.ResumeLayout(false);
this.doubleBufferPanelX1.ResumeLayout(false);
this.doubleBufferPanelX4.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Component.ControlBox controlBox;
private Component.DoubleBufferPanelX panelReadCardType;
private Component.DoubleBufferPanelX bottomPanel;
private DevComponents.DotNetBar.ButtonX ButtonCancel;
private DevComponents.DotNetBar.LabelX lblInfo;
private DevComponents.DotNetBar.SuperGrid.SuperGridControl cardListTable;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn18;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn19;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn20;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn21;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn22;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn23;
private Component.DoubleBufferPanelX doubleBufferPanelX3;
private Component.NumericTextBox txtInput;
private DevComponents.DotNetBar.ButtonX buttonX1;
private Component.DoubleBufferPanelX doubleBufferPanelX1;
private DevComponents.DotNetBar.SuperGrid.SuperGridControl historyListTable;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn1;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn2;
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 Component.PagerControl pagerControl1;
private Component.DoubleBufferPanelX doubleBufferPanelX4;
private Component.DatePicker endPicker;
private Component.DatePicker startPicker;
private DevComponents.DotNetBar.ButtonX ButtonOk;
private DevComponents.DotNetBar.ButtonX buttonX2;
private DevComponents.DotNetBar.ButtonX buttonX9;
private DevComponents.DotNetBar.ButtonX buttonX3;
private DevComponents.DotNetBar.ButtonX buttonX4;
private DevComponents.DotNetBar.ButtonX buttonX5;
private DevComponents.DotNetBar.ButtonX buttonX6;
private DevComponents.DotNetBar.ButtonX buttonX11;
}
}