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.

555 lines
32 KiB
C#

namespace POSV.Member
{
partial class CardUpdateFrom
{
/// <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.doubleBufferPanelX2 = new POSV.Component.DoubleBufferPanelX();
this.doubleBufferPanelX3 = new POSV.Component.DoubleBufferPanelX();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.doubleBufferPanelX1 = new POSV.Component.DoubleBufferPanelX();
this.txtBirthday = new POSV.Component.DatePicker();
this.labelX8 = new DevComponents.DotNetBar.LabelX();
this.labelX7 = new DevComponents.DotNetBar.LabelX();
this.checkBoxX2 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.checkBoxX1 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.labelX4 = new DevComponents.DotNetBar.LabelX();
this.txtMobile = new POSV.Component.NumericTextBox();
this.labelX2 = new DevComponents.DotNetBar.LabelX();
this.txtMemberName = new POSV.Component.NormalTextBox();
this.cardListTable = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
this.gridColumn18 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn19 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn21 = 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.bottomPanel = new POSV.Component.DoubleBufferPanelX();
this.buttonX2 = new DevComponents.DotNetBar.ButtonX();
this.ButtonCancel = new DevComponents.DotNetBar.ButtonX();
this.lblInfo = new DevComponents.DotNetBar.LabelX();
this.txtInput = new POSV.Component.NumericTextBox();
this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
this.doubleBufferPanelX2.SuspendLayout();
this.doubleBufferPanelX3.SuspendLayout();
this.doubleBufferPanelX1.SuspendLayout();
this.bottomPanel.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(591, 36);
this.controlBox.TabIndex = 2;
this.controlBox.CloseClick += new POSV.Component.ControlBox.EventHandler(this.OnCloseTouchClick);
this.controlBox.KeyboardClick += new POSV.Component.ControlBox.EventHandler(this.OnControlBoxKeyboardClick);
//
// doubleBufferPanelX2
//
this.doubleBufferPanelX2.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX2.Controls.Add(this.doubleBufferPanelX3);
this.doubleBufferPanelX2.Controls.Add(this.txtInput);
this.doubleBufferPanelX2.Controls.Add(this.buttonX1);
this.doubleBufferPanelX2.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX2.Dock = System.Windows.Forms.DockStyle.Fill;
this.doubleBufferPanelX2.Location = new System.Drawing.Point(0, 36);
this.doubleBufferPanelX2.Name = "doubleBufferPanelX2";
this.doubleBufferPanelX2.Size = new System.Drawing.Size(591, 447);
this.doubleBufferPanelX2.Style.Alignment = System.Drawing.StringAlignment.Center;
this.doubleBufferPanelX2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.doubleBufferPanelX2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.doubleBufferPanelX2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.doubleBufferPanelX2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.doubleBufferPanelX2.Style.GradientAngle = 90;
this.doubleBufferPanelX2.TabIndex = 241;
//
// doubleBufferPanelX3
//
this.doubleBufferPanelX3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.doubleBufferPanelX3.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX3.Controls.Add(this.labelX1);
this.doubleBufferPanelX3.Controls.Add(this.doubleBufferPanelX1);
this.doubleBufferPanelX3.Controls.Add(this.cardListTable);
this.doubleBufferPanelX3.Controls.Add(this.bottomPanel);
this.doubleBufferPanelX3.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX3.Location = new System.Drawing.Point(4, 42);
this.doubleBufferPanelX3.Name = "doubleBufferPanelX3";
this.doubleBufferPanelX3.Size = new System.Drawing.Size(587, 402);
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 = 233;
//
// labelX1
//
//
//
//
this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX1.ForeColor = System.Drawing.Color.Red;
this.labelX1.Location = new System.Drawing.Point(3, 296);
this.labelX1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(571, 35);
this.labelX1.TabIndex = 294;
this.labelX1.Text = "温馨提示:此功能,只能用于下线会员使用!";
this.labelX1.WordWrap = true;
//
// doubleBufferPanelX1
//
this.doubleBufferPanelX1.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX1.Controls.Add(this.txtBirthday);
this.doubleBufferPanelX1.Controls.Add(this.labelX8);
this.doubleBufferPanelX1.Controls.Add(this.labelX7);
this.doubleBufferPanelX1.Controls.Add(this.checkBoxX2);
this.doubleBufferPanelX1.Controls.Add(this.checkBoxX1);
this.doubleBufferPanelX1.Controls.Add(this.labelX4);
this.doubleBufferPanelX1.Controls.Add(this.txtMobile);
this.doubleBufferPanelX1.Controls.Add(this.labelX2);
this.doubleBufferPanelX1.Controls.Add(this.txtMemberName);
this.doubleBufferPanelX1.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX1.Location = new System.Drawing.Point(3, 156);
this.doubleBufferPanelX1.Name = "doubleBufferPanelX1";
this.doubleBufferPanelX1.Size = new System.Drawing.Size(580, 132);
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 = 287;
//
// txtBirthday
//
this.txtBirthday.CalendarFont = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtBirthday.CustomFormat = "yyyy-MM-dd";
this.txtBirthday.Font = new System.Drawing.Font("微软雅黑", 14.25F);
this.txtBirthday.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.txtBirthday.HeaderColor = System.Drawing.Color.Empty;
this.txtBirthday.Location = new System.Drawing.Point(358, 48);
this.txtBirthday.MaxDate = new System.DateTime(2200, 12, 31, 0, 0, 0, 0);
this.txtBirthday.MinDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
this.txtBirthday.Name = "txtBirthday";
this.txtBirthday.Size = new System.Drawing.Size(209, 33);
this.txtBirthday.TabIndex = 242;
this.txtBirthday.Value = new System.DateTime(1990, 3, 1, 0, 0, 0, 0);
//
// labelX8
//
//
//
//
this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX8.Location = new System.Drawing.Point(272, 50);
this.labelX8.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.labelX8.Name = "labelX8";
this.labelX8.Size = new System.Drawing.Size(80, 28);
this.labelX8.TabIndex = 241;
this.labelX8.Text = "会员生日:";
//
// labelX7
//
//
//
//
this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX7.Location = new System.Drawing.Point(6, 50);
this.labelX7.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.labelX7.Name = "labelX7";
this.labelX7.Size = new System.Drawing.Size(80, 28);
this.labelX7.TabIndex = 238;
this.labelX7.Text = "会员性别:";
//
// checkBoxX2
//
//
//
//
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(101, 53);
this.checkBoxX2.Name = "checkBoxX2";
this.checkBoxX2.Size = new System.Drawing.Size(67, 23);
this.checkBoxX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.checkBoxX2.TabIndex = 240;
this.checkBoxX2.Text = "女士";
//
// checkBoxX1
//
//
//
//
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(188, 53);
this.checkBoxX1.Name = "checkBoxX1";
this.checkBoxX1.Size = new System.Drawing.Size(67, 23);
this.checkBoxX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.checkBoxX1.TabIndex = 239;
this.checkBoxX1.Text = "先生";
//
// labelX4
//
//
//
//
this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX4.ForeColor = System.Drawing.SystemColors.ControlText;
this.labelX4.Location = new System.Drawing.Point(7, 6);
this.labelX4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.labelX4.Name = "labelX4";
this.labelX4.Size = new System.Drawing.Size(80, 28);
this.labelX4.TabIndex = 230;
this.labelX4.Text = "会员姓名:";
//
// txtMobile
//
this.txtMobile.AllowDecimalSeparator = true;
this.txtMobile.AllowNegativeSign = false;
this.txtMobile.AllowSpace = false;
this.txtMobile.BackColor = System.Drawing.Color.White;
//
//
//
this.txtMobile.Border.Class = "TextBoxBorder";
this.txtMobile.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtMobile.DisabledBackColor = System.Drawing.Color.White;
this.txtMobile.EnableSoftKeyboard = true;
this.txtMobile.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtMobile.ForeColor = System.Drawing.Color.Black;
this.txtMobile.Location = new System.Drawing.Point(358, 3);
this.txtMobile.MaxDecimalDigit = 2;
this.txtMobile.MaxLength = 11;
this.txtMobile.Multiline = true;
this.txtMobile.Name = "txtMobile";
this.txtMobile.PreventEnterBeep = true;
this.txtMobile.Size = new System.Drawing.Size(209, 35);
this.txtMobile.TabIndex = 232;
this.txtMobile.WatermarkFont = new System.Drawing.Font("宋体", 18F);
//
// labelX2
//
//
//
//
this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX2.ForeColor = System.Drawing.SystemColors.ControlText;
this.labelX2.Location = new System.Drawing.Point(272, 6);
this.labelX2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.labelX2.Name = "labelX2";
this.labelX2.Size = new System.Drawing.Size(80, 28);
this.labelX2.TabIndex = 229;
this.labelX2.Text = "手机号码:";
//
// txtMemberName
//
this.txtMemberName.BackColor = System.Drawing.Color.White;
//
//
//
this.txtMemberName.Border.Class = "TextBoxBorder";
this.txtMemberName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtMemberName.DisabledBackColor = System.Drawing.Color.White;
this.txtMemberName.Font = new System.Drawing.Font("宋体", 18F);
this.txtMemberName.ForeColor = System.Drawing.Color.Black;
this.txtMemberName.ImeMode = System.Windows.Forms.ImeMode.On;
this.txtMemberName.Keyboard = POSV.KeyboardType.;
this.txtMemberName.Location = new System.Drawing.Point(94, 3);
this.txtMemberName.Name = "txtMemberName";
this.txtMemberName.PreventEnterBeep = true;
this.txtMemberName.Size = new System.Drawing.Size(161, 35);
this.txtMemberName.TabIndex = 231;
//
// cardListTable
//
this.cardListTable.BackColor = System.Drawing.Color.White;
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(-4, 0);
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.gridColumn19);
this.cardListTable.PrimaryGrid.Columns.Add(this.gridColumn21);
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.RowHeaderIndexOffset = 1;
this.cardListTable.PrimaryGrid.ShowRowGridIndex = true;
this.cardListTable.Size = new System.Drawing.Size(587, 150);
this.cardListTable.TabIndex = 279;
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;
//
// gridColumn19
//
this.gridColumn19.DataPropertyName = "CardStatus";
this.gridColumn19.HeaderText = "状态";
this.gridColumn19.Name = "cardStatus";
this.gridColumn19.Width = 80;
//
// gridColumn21
//
this.gridColumn21.DataPropertyName = "FaceNo";
this.gridColumn21.HeaderText = "卡面号";
this.gridColumn21.Name = "faceNo";
//
// 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;
//
// bottomPanel
//
this.bottomPanel.CanvasColor = System.Drawing.SystemColors.Control;
this.bottomPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.bottomPanel.Controls.Add(this.buttonX2);
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(0, 347);
this.bottomPanel.Name = "bottomPanel";
this.bottomPanel.Padding = new System.Windows.Forms.Padding(2);
this.bottomPanel.Size = new System.Drawing.Size(587, 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 = 275;
//
// buttonX2
//
this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
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("微软雅黑", 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(340, 1);
this.buttonX2.Name = "buttonX2";
this.buttonX2.Size = new System.Drawing.Size(127, 54);
this.buttonX2.TabIndex = 33;
this.buttonX2.Text = "确定";
this.buttonX2.TextColor = System.Drawing.Color.White;
this.buttonX2.Click += new System.EventHandler(this.BtnOKClick);
//
// 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(469, 1);
this.ButtonCancel.Name = "ButtonCancel";
this.ButtonCancel.Size = new System.Drawing.Size(115, 57);
this.ButtonCancel.TabIndex = 31;
this.ButtonCancel.Text = "取消";
this.ButtonCancel.TextColor = System.Drawing.Color.White;
this.ButtonCancel.Click += new System.EventHandler(this.BtnExitClick);
//
// 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(332, 51);
this.lblInfo.TabIndex = 27;
this.lblInfo.Text = "请输入卡号或手机号";
this.lblInfo.WordWrap = true;
//
// 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("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtInput.ForeColor = System.Drawing.Color.Black;
this.txtInput.Location = new System.Drawing.Point(3, 5);
this.txtInput.MaxDecimalDigit = 1;
this.txtInput.MaxLength = 20;
this.txtInput.Name = "txtInput";
this.txtInput.PreventEnterBeep = true;
this.txtInput.Size = new System.Drawing.Size(502, 35);
this.txtInput.TabIndex = 1;
this.txtInput.WatermarkBehavior = DevComponents.DotNetBar.eWatermarkBehavior.HideNonEmpty;
this.txtInput.WatermarkFont = new System.Drawing.Font("微软雅黑", 15.75F);
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("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX1.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX1.Location = new System.Drawing.Point(511, 5);
this.buttonX1.Name = "buttonX1";
this.buttonX1.Size = new System.Drawing.Size(77, 35);
this.buttonX1.TabIndex = 37;
this.buttonX1.Text = "查询";
this.buttonX1.TextColor = System.Drawing.Color.White;
this.buttonX1.Click += new System.EventHandler(this.OnFinishedClick);
//
// CardUpdateFrom
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(190)))), ((int)(((byte)(182)))));
this.ClientSize = new System.Drawing.Size(591, 483);
this.Controls.Add(this.doubleBufferPanelX2);
this.Controls.Add(this.controlBox);
this.Name = "CardUpdateFrom";
this.Text = "CardUpdateFrom";
this.doubleBufferPanelX2.ResumeLayout(false);
this.doubleBufferPanelX3.ResumeLayout(false);
this.doubleBufferPanelX1.ResumeLayout(false);
this.bottomPanel.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Component.ControlBox controlBox;
private Component.DoubleBufferPanelX doubleBufferPanelX2;
private Component.DoubleBufferPanelX doubleBufferPanelX3;
private DevComponents.DotNetBar.SuperGrid.SuperGridControl cardListTable;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn18;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn19;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn21;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn20;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn22;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn23;
private Component.DoubleBufferPanelX bottomPanel;
private DevComponents.DotNetBar.ButtonX ButtonCancel;
private DevComponents.DotNetBar.LabelX lblInfo;
private Component.NumericTextBox txtInput;
private DevComponents.DotNetBar.ButtonX buttonX1;
private Component.DoubleBufferPanelX doubleBufferPanelX1;
private DevComponents.DotNetBar.LabelX labelX4;
private Component.NumericTextBox txtMobile;
private DevComponents.DotNetBar.LabelX labelX2;
private Component.NormalTextBox txtMemberName;
private Component.DatePicker txtBirthday;
private DevComponents.DotNetBar.LabelX labelX8;
private DevComponents.DotNetBar.LabelX labelX7;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX2;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX1;
private DevComponents.DotNetBar.ButtonX buttonX2;
private DevComponents.DotNetBar.LabelX labelX1;
}
}