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.

724 lines
41 KiB
C#

namespace POSV.Member
{
partial class CardMessageForm
{
/// <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.txtCardNo = new POSV.Component.NumericTextBox();
this.buttonX3 = new DevComponents.DotNetBar.ButtonX();
this.doubleBufferPanelX2 = new POSV.Component.DoubleBufferPanelX();
this.doubleBufferPanelX3 = new POSV.Component.DoubleBufferPanelX();
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.gridColumn2 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn23 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.couponPanel = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
this.gridColumn1 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn6 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn3 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn5 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.bottomPanel = new POSV.Component.DoubleBufferPanelX();
this.buttonX2 = new DevComponents.DotNetBar.ButtonX();
this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
this.ButtonCancel = new DevComponents.DotNetBar.ButtonX();
this.lblInfo = new DevComponents.DotNetBar.LabelX();
this.doubleBufferTableLayoutPanel1 = new POSV1.Component.DoubleBufferTableLayoutPanel();
this.labelX9 = new DevComponents.DotNetBar.LabelX();
this.labelX15 = new DevComponents.DotNetBar.LabelX();
this.labelX8 = new DevComponents.DotNetBar.LabelX();
this.labelX10 = new DevComponents.DotNetBar.LabelX();
this.labelX11 = new DevComponents.DotNetBar.LabelX();
this.labelX13 = new DevComponents.DotNetBar.LabelX();
this.lblMemerName = new DevComponents.DotNetBar.LabelX();
this.lblLinkPhone = new DevComponents.DotNetBar.LabelX();
this.lblMemeberMobile = new DevComponents.DotNetBar.LabelX();
this.lblSex = new DevComponents.DotNetBar.LabelX();
this.lblBirthday = new DevComponents.DotNetBar.LabelX();
this.lblDescription = new DevComponents.DotNetBar.LabelX();
this.txtInput = new POSV.Component.NumericTextBox();
this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
this.doubleBufferPanelX2.SuspendLayout();
this.doubleBufferPanelX3.SuspendLayout();
this.bottomPanel.SuspendLayout();
this.doubleBufferTableLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// controlBox
//
this.controlBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(175)))), ((int)(((byte)(167)))));
this.controlBox.CloseBox = true;
this.controlBox.Dock = System.Windows.Forms.DockStyle.Top;
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(650, 36);
this.controlBox.TabIndex = 11;
this.controlBox.CloseClick += new POSV.Component.ControlBox.EventHandler(this.OnCloseTouchClick);
this.controlBox.KeyboardClick += new POSV.Component.ControlBox.EventHandler(this.OnControlBoxKeyboardClick);
//
// txtCardNo
//
this.txtCardNo.AllowDecimalSeparator = true;
this.txtCardNo.AllowNegativeSign = false;
this.txtCardNo.AllowSpace = false;
this.txtCardNo.BackColor = System.Drawing.Color.White;
//
//
//
this.txtCardNo.Border.Class = "TextBoxBorder";
this.txtCardNo.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtCardNo.DisabledBackColor = System.Drawing.Color.White;
this.txtCardNo.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtCardNo.ForeColor = System.Drawing.Color.Black;
this.txtCardNo.Location = new System.Drawing.Point(0, 81);
this.txtCardNo.MaxDecimalDigit = 2;
this.txtCardNo.MaxLength = 20;
this.txtCardNo.Multiline = true;
this.txtCardNo.Name = "txtCardNo";
this.txtCardNo.PreventEnterBeep = true;
this.txtCardNo.Size = new System.Drawing.Size(320, 35);
this.txtCardNo.TabIndex = 193;
this.txtCardNo.WatermarkFont = new System.Drawing.Font("宋体", 18F);
this.txtCardNo.WatermarkText = "请刷会员卡";
//
// buttonX3
//
this.buttonX3.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.buttonX3.BackColor = System.Drawing.Color.Chocolate;
this.buttonX3.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX3.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX3.DialogResult = System.Windows.Forms.DialogResult.Cancel;
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(326, 81);
this.buttonX3.Name = "buttonX3";
this.buttonX3.Size = new System.Drawing.Size(77, 35);
this.buttonX3.TabIndex = 192;
this.buttonX3.Text = "查询";
this.buttonX3.TextColor = System.Drawing.Color.White;
//
// 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(650, 544);
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 = 237;
//
// 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.cardListTable);
this.doubleBufferPanelX3.Controls.Add(this.couponPanel);
this.doubleBufferPanelX3.Controls.Add(this.bottomPanel);
this.doubleBufferPanelX3.Controls.Add(this.doubleBufferTableLayoutPanel1);
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(646, 499);
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;
//
// cardListTable
//
this.cardListTable.BackColor = System.Drawing.Color.White;
this.cardListTable.Dock = System.Windows.Forms.DockStyle.Fill;
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(0, 100);
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.gridColumn2);
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(646, 177);
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 = "AvailableAmount";
this.gridColumn22.HeaderText = "可用余额";
this.gridColumn22.Name = "availableAmount";
this.gridColumn22.Width = 70;
//
// gridColumn2
//
this.gridColumn2.DataPropertyName = "BaseAmount";
this.gridColumn2.HeaderText = "保底金额";
this.gridColumn2.Name = "baseAmount";
this.gridColumn2.Width = 70;
//
// gridColumn23
//
this.gridColumn23.DataPropertyName = "TotalPoint";
this.gridColumn23.HeaderText = "总积分";
this.gridColumn23.Name = "totalPoint";
this.gridColumn23.Width = 70;
//
// couponPanel
//
this.couponPanel.BackColor = System.Drawing.Color.White;
this.couponPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
this.couponPanel.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed;
this.couponPanel.ForeColor = System.Drawing.Color.Black;
this.couponPanel.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.couponPanel.Location = new System.Drawing.Point(0, 277);
this.couponPanel.Name = "couponPanel";
//
//
//
this.couponPanel.PrimaryGrid.AllowEdit = false;
this.couponPanel.PrimaryGrid.AutoGenerateColumns = false;
this.couponPanel.PrimaryGrid.Columns.Add(this.gridColumn1);
this.couponPanel.PrimaryGrid.Columns.Add(this.gridColumn6);
this.couponPanel.PrimaryGrid.Columns.Add(this.gridColumn3);
this.couponPanel.PrimaryGrid.Columns.Add(this.gridColumn5);
this.couponPanel.PrimaryGrid.DefaultRowHeight = 35;
this.couponPanel.PrimaryGrid.RowHeaderIndexOffset = 1;
this.couponPanel.PrimaryGrid.ShowRowGridIndex = true;
this.couponPanel.Size = new System.Drawing.Size(646, 167);
this.couponPanel.TabIndex = 283;
this.couponPanel.Text = "superGridControl2";
//
// gridColumn1
//
this.gridColumn1.DataPropertyName = "couponType";
this.gridColumn1.HeaderText = "券类型";
this.gridColumn1.Name = "couponType";
this.gridColumn1.Width = 80;
//
// gridColumn6
//
this.gridColumn6.DataPropertyName = "title";
this.gridColumn6.HeaderText = "券标题";
this.gridColumn6.Name = "title";
this.gridColumn6.Width = 120;
//
// gridColumn3
//
this.gridColumn3.DataPropertyName = "discount";
this.gridColumn3.HeaderText = "优惠";
this.gridColumn3.Name = "discount";
this.gridColumn3.Width = 80;
//
// gridColumn5
//
this.gridColumn5.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
this.gridColumn5.DataPropertyName = "validDate";
this.gridColumn5.HeaderText = "有效期";
this.gridColumn5.Name = "validDate";
this.gridColumn5.Width = 200;
//
// 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.buttonX4);
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, 444);
this.bottomPanel.Name = "bottomPanel";
this.bottomPanel.Padding = new System.Windows.Forms.Padding(2);
this.bottomPanel.Size = new System.Drawing.Size(646, 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.ForestGreen;
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(418, 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.BtnBindWmember);
//
// buttonX4
//
this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.buttonX4.BackColor = System.Drawing.Color.DodgerBlue;
this.buttonX4.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX4.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX4.FadeEffect = false;
this.buttonX4.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX4.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX4.Location = new System.Drawing.Point(302, 1);
this.buttonX4.Name = "buttonX4";
this.buttonX4.Size = new System.Drawing.Size(115, 54);
this.buttonX4.TabIndex = 32;
this.buttonX4.Text = "挂失/解挂";
this.buttonX4.TextColor = System.Drawing.Color.White;
this.buttonX4.Click += new System.EventHandler(this.BtnMiss);
//
// ButtonCancel
//
this.ButtonCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonCancel.BackColor = System.Drawing.Color.Maroon;
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(546, 1);
this.ButtonCancel.Name = "ButtonCancel";
this.ButtonCancel.Size = new System.Drawing.Size(97, 57);
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(225, 51);
this.lblInfo.TabIndex = 27;
this.lblInfo.Text = "请输入卡号或手机号";
this.lblInfo.WordWrap = true;
//
// doubleBufferTableLayoutPanel1
//
this.doubleBufferTableLayoutPanel1.ColumnCount = 4;
this.doubleBufferTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15F));
this.doubleBufferTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 35F));
this.doubleBufferTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15F));
this.doubleBufferTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 35F));
this.doubleBufferTableLayoutPanel1.Controls.Add(this.labelX9, 0, 1);
this.doubleBufferTableLayoutPanel1.Controls.Add(this.labelX15, 0, 2);
this.doubleBufferTableLayoutPanel1.Controls.Add(this.labelX8, 0, 0);
this.doubleBufferTableLayoutPanel1.Controls.Add(this.labelX10, 2, 0);
this.doubleBufferTableLayoutPanel1.Controls.Add(this.labelX11, 2, 1);
this.doubleBufferTableLayoutPanel1.Controls.Add(this.labelX13, 2, 2);
this.doubleBufferTableLayoutPanel1.Controls.Add(this.lblMemerName, 1, 0);
this.doubleBufferTableLayoutPanel1.Controls.Add(this.lblLinkPhone, 1, 1);
this.doubleBufferTableLayoutPanel1.Controls.Add(this.lblMemeberMobile, 3, 0);
this.doubleBufferTableLayoutPanel1.Controls.Add(this.lblSex, 3, 1);
this.doubleBufferTableLayoutPanel1.Controls.Add(this.lblBirthday, 1, 2);
this.doubleBufferTableLayoutPanel1.Controls.Add(this.lblDescription, 3, 2);
this.doubleBufferTableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
this.doubleBufferTableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.doubleBufferTableLayoutPanel1.Name = "doubleBufferTableLayoutPanel1";
this.doubleBufferTableLayoutPanel1.RowCount = 3;
this.doubleBufferTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33F));
this.doubleBufferTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33F));
this.doubleBufferTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.34F));
this.doubleBufferTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.doubleBufferTableLayoutPanel1.Size = new System.Drawing.Size(646, 100);
this.doubleBufferTableLayoutPanel1.TabIndex = 229;
//
// labelX9
//
//
//
//
this.labelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX9.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelX9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX9.ForeColor = System.Drawing.Color.Black;
this.labelX9.Location = new System.Drawing.Point(4, 38);
this.labelX9.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.labelX9.Name = "labelX9";
this.labelX9.Size = new System.Drawing.Size(88, 23);
this.labelX9.TabIndex = 36;
this.labelX9.Text = "联系电话:";
//
// labelX15
//
//
//
//
this.labelX15.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX15.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelX15.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX15.ForeColor = System.Drawing.Color.Black;
this.labelX15.Location = new System.Drawing.Point(4, 71);
this.labelX15.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.labelX15.Name = "labelX15";
this.labelX15.Size = new System.Drawing.Size(88, 24);
this.labelX15.TabIndex = 37;
this.labelX15.Text = " 生日:";
//
// 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.ForeColor = System.Drawing.Color.Black;
this.labelX8.Location = new System.Drawing.Point(4, 5);
this.labelX8.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.labelX8.Name = "labelX8";
this.labelX8.Size = new System.Drawing.Size(80, 23);
this.labelX8.TabIndex = 35;
this.labelX8.Text = " 姓名:";
//
// labelX10
//
//
//
//
this.labelX10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX10.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelX10.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX10.ForeColor = System.Drawing.Color.Black;
this.labelX10.Location = new System.Drawing.Point(326, 5);
this.labelX10.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.labelX10.Name = "labelX10";
this.labelX10.Size = new System.Drawing.Size(88, 23);
this.labelX10.TabIndex = 38;
this.labelX10.Text = " 手机号:";
//
// labelX11
//
//
//
//
this.labelX11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX11.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelX11.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX11.ForeColor = System.Drawing.Color.Black;
this.labelX11.Location = new System.Drawing.Point(326, 38);
this.labelX11.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.labelX11.Name = "labelX11";
this.labelX11.Size = new System.Drawing.Size(88, 23);
this.labelX11.TabIndex = 39;
this.labelX11.Text = " 性别:";
//
// labelX13
//
//
//
//
this.labelX13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX13.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelX13.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX13.ForeColor = System.Drawing.Color.Black;
this.labelX13.Location = new System.Drawing.Point(326, 71);
this.labelX13.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.labelX13.Name = "labelX13";
this.labelX13.Size = new System.Drawing.Size(88, 24);
this.labelX13.TabIndex = 40;
this.labelX13.Text = " 备注:";
//
// lblMemerName
//
//
//
//
this.lblMemerName.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblMemerName.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblMemerName.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblMemerName.ForeColor = System.Drawing.Color.Black;
this.lblMemerName.Location = new System.Drawing.Point(100, 5);
this.lblMemerName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.lblMemerName.Name = "lblMemerName";
this.lblMemerName.Size = new System.Drawing.Size(218, 23);
this.lblMemerName.TabIndex = 43;
//
// lblLinkPhone
//
//
//
//
this.lblLinkPhone.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblLinkPhone.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblLinkPhone.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblLinkPhone.ForeColor = System.Drawing.Color.Black;
this.lblLinkPhone.Location = new System.Drawing.Point(100, 38);
this.lblLinkPhone.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.lblLinkPhone.Name = "lblLinkPhone";
this.lblLinkPhone.Size = new System.Drawing.Size(218, 23);
this.lblLinkPhone.TabIndex = 42;
//
// lblMemeberMobile
//
//
//
//
this.lblMemeberMobile.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblMemeberMobile.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblMemeberMobile.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblMemeberMobile.ForeColor = System.Drawing.Color.Black;
this.lblMemeberMobile.Location = new System.Drawing.Point(422, 5);
this.lblMemeberMobile.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.lblMemeberMobile.Name = "lblMemeberMobile";
this.lblMemeberMobile.Size = new System.Drawing.Size(220, 23);
this.lblMemeberMobile.TabIndex = 44;
//
// lblSex
//
//
//
//
this.lblSex.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblSex.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblSex.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblSex.ForeColor = System.Drawing.Color.Black;
this.lblSex.Location = new System.Drawing.Point(422, 38);
this.lblSex.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.lblSex.Name = "lblSex";
this.lblSex.Size = new System.Drawing.Size(220, 23);
this.lblSex.TabIndex = 45;
//
// lblBirthday
//
//
//
//
this.lblBirthday.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblBirthday.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblBirthday.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblBirthday.ForeColor = System.Drawing.Color.Black;
this.lblBirthday.Location = new System.Drawing.Point(100, 71);
this.lblBirthday.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.lblBirthday.Name = "lblBirthday";
this.lblBirthday.Size = new System.Drawing.Size(218, 24);
this.lblBirthday.TabIndex = 46;
//
// lblDescription
//
//
//
//
this.lblDescription.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblDescription.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblDescription.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblDescription.ForeColor = System.Drawing.Color.Black;
this.lblDescription.Location = new System.Drawing.Point(422, 71);
this.lblDescription.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.lblDescription.Name = "lblDescription";
this.lblDescription.Size = new System.Drawing.Size(220, 24);
this.lblDescription.TabIndex = 41;
//
// txtInput
//
this.txtInput.AllowDecimalSeparator = true;
this.txtInput.AllowNegativeSign = false;
this.txtInput.AllowSpace = false;
this.txtInput.BackColor = System.Drawing.Color.White;
//
//
//
this.txtInput.Border.Class = "TextBoxBorder";
this.txtInput.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtInput.ButtonCustom.Text = "读卡";
this.txtInput.ButtonCustom.Visible = true;
this.txtInput.DisabledBackColor = System.Drawing.Color.White;
this.txtInput.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtInput.ForeColor = System.Drawing.Color.Black;
this.txtInput.Location = new System.Drawing.Point(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(532, 35);
this.txtInput.TabIndex = 1;
this.txtInput.WatermarkBehavior = DevComponents.DotNetBar.eWatermarkBehavior.HideNonEmpty;
this.txtInput.WatermarkFont = new System.Drawing.Font("宋体", 18F);
this.txtInput.WatermarkText = "手机号\\扫码\\卡号";
this.txtInput.OnEnterClick += new POSV.Component.NumericTextBox.EventHandler(this.OnFinishedClick);
this.txtInput.ButtonCustomClick += new System.EventHandler(this.OnReadCardClick);
//
// buttonX1
//
this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.buttonX1.BackColor = System.Drawing.Color.Chocolate;
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(541, 5);
this.buttonX1.Name = "buttonX1";
this.buttonX1.Size = new System.Drawing.Size(105, 35);
this.buttonX1.TabIndex = 37;
this.buttonX1.Text = "查询";
this.buttonX1.TextColor = System.Drawing.Color.White;
this.buttonX1.Click += new System.EventHandler(this.OnFinishedClick);
//
// CardMessageForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(650, 580);
this.Controls.Add(this.doubleBufferPanelX2);
this.Controls.Add(this.txtCardNo);
this.Controls.Add(this.buttonX3);
this.Controls.Add(this.controlBox);
this.Name = "CardMessageForm";
this.Text = "CardMessageForm";
this.doubleBufferPanelX2.ResumeLayout(false);
this.doubleBufferPanelX3.ResumeLayout(false);
this.bottomPanel.ResumeLayout(false);
this.doubleBufferTableLayoutPanel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Component.ControlBox controlBox;
private Component.NumericTextBox txtCardNo;
private DevComponents.DotNetBar.ButtonX buttonX3;
private Component.DoubleBufferPanelX doubleBufferPanelX2;
private Component.DoubleBufferPanelX doubleBufferPanelX3;
private POSV1.Component.DoubleBufferTableLayoutPanel doubleBufferTableLayoutPanel1;
private DevComponents.DotNetBar.LabelX labelX9;
private DevComponents.DotNetBar.LabelX labelX15;
private DevComponents.DotNetBar.LabelX labelX8;
private DevComponents.DotNetBar.LabelX labelX10;
private DevComponents.DotNetBar.LabelX labelX11;
private DevComponents.DotNetBar.LabelX labelX13;
private DevComponents.DotNetBar.LabelX lblMemerName;
private DevComponents.DotNetBar.LabelX lblLinkPhone;
private DevComponents.DotNetBar.LabelX lblMemeberMobile;
private DevComponents.DotNetBar.LabelX lblSex;
private DevComponents.DotNetBar.LabelX lblBirthday;
private DevComponents.DotNetBar.LabelX lblDescription;
private Component.NumericTextBox txtInput;
private DevComponents.DotNetBar.ButtonX buttonX1;
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 DevComponents.DotNetBar.SuperGrid.SuperGridControl couponPanel;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn1;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn3;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn5;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn6;
private DevComponents.DotNetBar.ButtonX buttonX4;
private DevComponents.DotNetBar.ButtonX buttonX2;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn2;
}
}