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.

726 lines
41 KiB
C#

9 months ago
using POS.Language.Language;
using POSV.Component;
namespace POSV.Member
{
partial class CardOpenForm
{
/// <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.mainContainer = new POSV.Component.DoubleBufferPanelX();
this.txtBirthday = new POSV.Component.DatePicker();
this.lblCardNo = new DevComponents.DotNetBar.LabelX();
this.labelX3 = new DevComponents.DotNetBar.LabelX();
this.txtCardNo = new POSV.Component.NumericTextBox();
this.txtCardPasswd = new POSV.Component.NumericTextBox();
this.ButtonReadCard = new POSV.Component.TouchButtonX();
this.ButtonWeixinOpen = new POSV.Component.TouchButtonX();
this.line7 = new DevComponents.DotNetBar.Controls.Line();
this.txtCreNo = new POSV.Component.NormalTextBox();
this.labelX4 = new DevComponents.DotNetBar.LabelX();
this.txtMobile = new POSV.Component.NumericTextBox();
this.labelX2 = new DevComponents.DotNetBar.LabelX();
this.labelX8 = new DevComponents.DotNetBar.LabelX();
this.txtMemberName = new POSV.Component.NormalTextBox();
this.cmbCreType = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.labelX6 = new DevComponents.DotNetBar.LabelX();
this.txtDescription = new DevComponents.DotNetBar.Controls.RichTextBoxEx();
this.labelX5 = new DevComponents.DotNetBar.LabelX();
this.labelX9 = 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.panelReadCardType = new POSV.Component.DoubleBufferPanelX();
this.radioButtonMobile = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.radioButtonCardNo = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.bottomPanel = new POSV.Component.DoubleBufferPanelX();
this.ButtonAccept = new DevComponents.DotNetBar.ButtonX();
this.ButtonCancel = new DevComponents.DotNetBar.ButtonX();
this.lblInfo = new DevComponents.DotNetBar.LabelX();
this.controlBox = new POSV.Component.ControlBox();
this.mainContainer.SuspendLayout();
this.panelReadCardType.SuspendLayout();
this.bottomPanel.SuspendLayout();
this.SuspendLayout();
//
// mainContainer
//
this.mainContainer.CanvasColor = System.Drawing.SystemColors.Control;
this.mainContainer.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.mainContainer.Controls.Add(this.txtBirthday);
this.mainContainer.Controls.Add(this.lblCardNo);
this.mainContainer.Controls.Add(this.labelX3);
this.mainContainer.Controls.Add(this.txtCardNo);
this.mainContainer.Controls.Add(this.txtCardPasswd);
this.mainContainer.Controls.Add(this.ButtonReadCard);
this.mainContainer.Controls.Add(this.ButtonWeixinOpen);
this.mainContainer.Controls.Add(this.line7);
this.mainContainer.Controls.Add(this.txtCreNo);
this.mainContainer.Controls.Add(this.labelX4);
this.mainContainer.Controls.Add(this.txtMobile);
this.mainContainer.Controls.Add(this.labelX2);
this.mainContainer.Controls.Add(this.labelX8);
this.mainContainer.Controls.Add(this.txtMemberName);
this.mainContainer.Controls.Add(this.cmbCreType);
this.mainContainer.Controls.Add(this.labelX6);
this.mainContainer.Controls.Add(this.txtDescription);
this.mainContainer.Controls.Add(this.labelX5);
this.mainContainer.Controls.Add(this.labelX9);
this.mainContainer.Controls.Add(this.labelX7);
this.mainContainer.Controls.Add(this.checkBoxX2);
this.mainContainer.Controls.Add(this.checkBoxX1);
this.mainContainer.DisabledBackColor = System.Drawing.Color.Empty;
this.mainContainer.Dock = System.Windows.Forms.DockStyle.Fill;
this.mainContainer.Location = new System.Drawing.Point(0, 82);
this.mainContainer.Name = "mainContainer";
this.mainContainer.Padding = new System.Windows.Forms.Padding(10, 10, 10, 2);
this.mainContainer.Size = new System.Drawing.Size(650, 355);
this.mainContainer.Style.Alignment = System.Drawing.StringAlignment.Center;
this.mainContainer.Style.BackColor1.Color = System.Drawing.Color.Transparent;
this.mainContainer.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.mainContainer.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.mainContainer.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.mainContainer.Style.GradientAngle = 90;
this.mainContainer.TabIndex = 245;
//
// txtBirthday
//
this.txtBirthday.CustomFormat = "yyyy-MM-dd";
this.txtBirthday.Font = new System.Drawing.Font("宋体", 18F);
this.txtBirthday.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.txtBirthday.HeaderColor = System.Drawing.Color.Empty;
this.txtBirthday.Location = new System.Drawing.Point(395, 160);
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, 35);
this.txtBirthday.TabIndex = 237;
this.txtBirthday.Value = new System.DateTime(1990, 3, 1, 0, 0, 0, 0);
//
// lblCardNo
//
//
//
//
this.lblCardNo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblCardNo.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblCardNo.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblCardNo.Location = new System.Drawing.Point(44, 15);
this.lblCardNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.lblCardNo.Name = "lblCardNo";
this.lblCardNo.Size = new System.Drawing.Size(80, 28);
this.lblCardNo.TabIndex = 170;
this.lblCardNo.Text = "会员卡号:";
//
// labelX3
//
//
//
//
this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX3.ForeColor = System.Drawing.SystemColors.ControlText;
this.labelX3.Location = new System.Drawing.Point(44, 67);
this.labelX3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.labelX3.Name = "labelX3";
this.labelX3.Size = new System.Drawing.Size(80, 28);
this.labelX3.TabIndex = 172;
this.labelX3.Text = "支付密码:";
//
// 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.EnableSoftKeyboard = true;
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(131, 12);
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(272, 35);
this.txtCardNo.TabIndex = 175;
this.txtCardNo.WatermarkFont = new System.Drawing.Font("宋体", 18F);
this.txtCardNo.WatermarkText = "请刷卡或者输入卡号";
this.txtCardNo.OnEnterClick += new POSV.Component.NumericTextBox.EventHandler(this.OnCardNoEnterClick);
this.txtCardNo.OnValueChanged += new POSV.Component.NumericTextBox.EventHandler(this.OnCardNoValueChanged);
//
// txtCardPasswd
//
this.txtCardPasswd.AllowDecimalSeparator = true;
this.txtCardPasswd.AllowNegativeSign = false;
this.txtCardPasswd.AllowSpace = false;
this.txtCardPasswd.BackColor = System.Drawing.Color.White;
//
//
//
this.txtCardPasswd.Border.Class = "TextBoxBorder";
this.txtCardPasswd.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtCardPasswd.DisabledBackColor = System.Drawing.Color.White;
this.txtCardPasswd.EnableSoftKeyboard = true;
this.txtCardPasswd.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtCardPasswd.ForeColor = System.Drawing.Color.Black;
this.txtCardPasswd.Location = new System.Drawing.Point(131, 64);
this.txtCardPasswd.MaxDecimalDigit = 2;
this.txtCardPasswd.MaxLength = 20;
this.txtCardPasswd.Name = "txtCardPasswd";
this.txtCardPasswd.PasswordChar = '*';
this.txtCardPasswd.PreventEnterBeep = true;
this.txtCardPasswd.Size = new System.Drawing.Size(272, 35);
this.txtCardPasswd.TabIndex = 176;
this.txtCardPasswd.WatermarkFont = new System.Drawing.Font("宋体", 18F);
this.txtCardPasswd.WatermarkText = "请输入6位支付密码";
this.txtCardPasswd.WordWrap = false;
this.txtCardPasswd.OnEnterClick += new POSV.Component.NumericTextBox.EventHandler(this.OnOrgPayPwdEnterClick);
//
// ButtonReadCard
//
this.ButtonReadCard.BackColor1 = System.Drawing.Color.Chocolate;
this.ButtonReadCard.BackColor2 = System.Drawing.Color.Tan;
this.ButtonReadCard.CanvasColor = System.Drawing.SystemColors.Control;
this.ButtonReadCard.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.ButtonReadCard.Cursor = System.Windows.Forms.Cursors.Hand;
this.ButtonReadCard.DisabledBackColor = System.Drawing.Color.Empty;
this.ButtonReadCard.EnableFlyout = false;
this.ButtonReadCard.FlyoutContent = null;
this.ButtonReadCard.FlyoutSide = DevComponents.DotNetBar.Controls.ePointerSide.Left;
this.ButtonReadCard.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ButtonReadCard.KeyCode = "";
this.ButtonReadCard.Location = new System.Drawing.Point(409, 12);
this.ButtonReadCard.Lock = false;
this.ButtonReadCard.LockSize = new System.Drawing.Size(26, 26);
this.ButtonReadCard.Name = "ButtonReadCard";
this.ButtonReadCard.Notify = false;
this.ButtonReadCard.NotifyColor = System.Drawing.Color.Red;
this.ButtonReadCard.NotifySize = new System.Drawing.Size(30, 16);
this.ButtonReadCard.NotifyText = "99+";
this.ButtonReadCard.PermissionCode = "";
this.ButtonReadCard.Size = new System.Drawing.Size(87, 87);
this.ButtonReadCard.Style.Alignment = System.Drawing.StringAlignment.Center;
this.ButtonReadCard.Style.BackColor1.Color = System.Drawing.Color.Chocolate;
this.ButtonReadCard.Style.BackColor2.Color = System.Drawing.Color.Chocolate;
this.ButtonReadCard.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.ButtonReadCard.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.ButtonReadCard.Style.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ButtonReadCard.Style.ForeColor.Color = System.Drawing.Color.Transparent;
this.ButtonReadCard.Style.GradientAngle = 90;
this.ButtonReadCard.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
this.ButtonReadCard.SymbolSize = 0F;
this.ButtonReadCard.TabIndex = 181;
this.ButtonReadCard.Text = "读卡";
this.ButtonReadCard.TouchClick += new POSV.Component.TouchButtonX.EventHandler(this.OnReadCardTouchClick);
//
// ButtonWeixinOpen
//
this.ButtonWeixinOpen.BackColor1 = System.Drawing.Color.Chocolate;
this.ButtonWeixinOpen.BackColor2 = System.Drawing.Color.Tan;
this.ButtonWeixinOpen.CanvasColor = System.Drawing.SystemColors.Control;
this.ButtonWeixinOpen.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.ButtonWeixinOpen.Cursor = System.Windows.Forms.Cursors.Hand;
this.ButtonWeixinOpen.DisabledBackColor = System.Drawing.Color.Empty;
this.ButtonWeixinOpen.Enabled = false;
this.ButtonWeixinOpen.EnableFlyout = false;
this.ButtonWeixinOpen.FlyoutContent = null;
this.ButtonWeixinOpen.FlyoutSide = DevComponents.DotNetBar.Controls.ePointerSide.Left;
this.ButtonWeixinOpen.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ButtonWeixinOpen.KeyCode = "";
this.ButtonWeixinOpen.Location = new System.Drawing.Point(502, 12);
this.ButtonWeixinOpen.Lock = false;
this.ButtonWeixinOpen.LockSize = new System.Drawing.Size(26, 26);
this.ButtonWeixinOpen.Name = "ButtonWeixinOpen";
this.ButtonWeixinOpen.Notify = false;
this.ButtonWeixinOpen.NotifyColor = System.Drawing.Color.Red;
this.ButtonWeixinOpen.NotifySize = new System.Drawing.Size(30, 16);
this.ButtonWeixinOpen.NotifyText = "99+";
this.ButtonWeixinOpen.PermissionCode = "";
this.ButtonWeixinOpen.Size = new System.Drawing.Size(102, 87);
this.ButtonWeixinOpen.Style.Alignment = System.Drawing.StringAlignment.Center;
this.ButtonWeixinOpen.Style.BackColor1.Color = System.Drawing.Color.Chocolate;
this.ButtonWeixinOpen.Style.BackColor2.Color = System.Drawing.Color.Chocolate;
this.ButtonWeixinOpen.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.ButtonWeixinOpen.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.ButtonWeixinOpen.Style.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ButtonWeixinOpen.Style.ForeColor.Color = System.Drawing.Color.Transparent;
this.ButtonWeixinOpen.Style.GradientAngle = 90;
this.ButtonWeixinOpen.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
this.ButtonWeixinOpen.SymbolSize = 0F;
this.ButtonWeixinOpen.TabIndex = 204;
this.ButtonWeixinOpen.Text = "微信\r\n开户";
//
// line7
//
this.line7.BackColor = System.Drawing.Color.Transparent;
this.line7.DashStyle = System.Drawing.Drawing2D.DashStyle.Dot;
this.line7.Location = new System.Drawing.Point(26, 103);
this.line7.Name = "line7";
this.line7.Size = new System.Drawing.Size(601, 12);
this.line7.TabIndex = 174;
this.line7.Text = "line7";
//
// txtCreNo
//
this.txtCreNo.BackColor = System.Drawing.Color.White;
//
//
//
this.txtCreNo.Border.Class = "TextBoxBorder";
this.txtCreNo.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtCreNo.DisabledBackColor = System.Drawing.Color.White;
this.txtCreNo.Font = new System.Drawing.Font("宋体", 18F);
this.txtCreNo.ForeColor = System.Drawing.Color.Black;
this.txtCreNo.Keyboard = POSV.KeyboardType.;
this.txtCreNo.Location = new System.Drawing.Point(395, 205);
this.txtCreNo.Name = "txtCreNo";
this.txtCreNo.PreventEnterBeep = true;
this.txtCreNo.Size = new System.Drawing.Size(209, 35);
this.txtCreNo.TabIndex = 229;
//
// 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(44, 119);
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 = 173;
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(395, 116);
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 = 228;
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(309, 119);
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 = 171;
this.labelX2.Text = "手机号码:";
//
// labelX8
//
//
//
//
this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX8.Font = new System.Drawing.Font("宋体", 12F);
this.labelX8.Location = new System.Drawing.Point(309, 162);
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 = 227;
this.labelX8.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(131, 116);
this.txtMemberName.Name = "txtMemberName";
this.txtMemberName.PreventEnterBeep = true;
this.txtMemberName.Size = new System.Drawing.Size(161, 35);
this.txtMemberName.TabIndex = 218;
this.txtMemberName.WatermarkText = "默认开户人";
//
// cmbCreType
//
this.cmbCreType.DisplayMember = "Text";
this.cmbCreType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.cmbCreType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbCreType.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbCreType.ForeColor = System.Drawing.Color.Black;
this.cmbCreType.FormattingEnabled = true;
this.cmbCreType.ItemHeight = 25;
this.cmbCreType.Location = new System.Drawing.Point(131, 207);
this.cmbCreType.Name = "cmbCreType";
this.cmbCreType.Size = new System.Drawing.Size(161, 31);
this.cmbCreType.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.cmbCreType.TabIndex = 226;
//
// labelX6
//
//
//
//
this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX6.Font = new System.Drawing.Font("宋体", 12F);
this.labelX6.Location = new System.Drawing.Point(309, 208);
this.labelX6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.labelX6.Name = "labelX6";
this.labelX6.Size = new System.Drawing.Size(80, 28);
this.labelX6.TabIndex = 219;
this.labelX6.Text = "证件号码:";
//
// txtDescription
//
//
//
//
this.txtDescription.BackgroundStyle.Class = "RichTextBoxBorder";
this.txtDescription.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtDescription.Font = new System.Drawing.Font("宋体", 18F);
this.txtDescription.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtDescription.Location = new System.Drawing.Point(131, 254);
this.txtDescription.MaxLength = 32;
this.txtDescription.Name = "txtDescription";
this.txtDescription.Rtf = "{\\rtf1\\ansi\\ansicpg936\\deff0\\deflang1033\\deflangfe2052{\\fonttbl{\\f0\\fnil\\fcharset" +
"134 \\\'cb\\\'ce\\\'cc\\\'e5;}}\r\n\\viewkind4\\uc1\\pard\\lang2052\\f0\\fs36\\par\r\n}\r\n";
this.txtDescription.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
this.txtDescription.Size = new System.Drawing.Size(473, 67);
this.txtDescription.TabIndex = 225;
//
// labelX5
//
//
//
//
this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX5.Font = new System.Drawing.Font("宋体", 12F);
this.labelX5.Location = new System.Drawing.Point(43, 208);
this.labelX5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.labelX5.Name = "labelX5";
this.labelX5.Size = new System.Drawing.Size(80, 28);
this.labelX5.TabIndex = 220;
this.labelX5.Text = "证件类型:";
//
// labelX9
//
//
//
//
this.labelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX9.Font = new System.Drawing.Font("宋体", 12F);
this.labelX9.Location = new System.Drawing.Point(43, 254);
this.labelX9.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.labelX9.Name = "labelX9";
this.labelX9.Size = new System.Drawing.Size(80, 28);
this.labelX9.TabIndex = 224;
this.labelX9.Text = "备注说明:";
//
// labelX7
//
//
//
//
this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX7.Font = new System.Drawing.Font("宋体", 12F);
this.labelX7.Location = new System.Drawing.Point(43, 162);
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 = 221;
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("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBoxX2.Location = new System.Drawing.Point(138, 165);
this.checkBoxX2.Name = "checkBoxX2";
this.checkBoxX2.Size = new System.Drawing.Size(67, 23);
this.checkBoxX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.checkBoxX2.TabIndex = 223;
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("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBoxX1.Location = new System.Drawing.Point(225, 165);
this.checkBoxX1.Name = "checkBoxX1";
this.checkBoxX1.Size = new System.Drawing.Size(67, 23);
this.checkBoxX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.checkBoxX1.TabIndex = 222;
this.checkBoxX1.Text = "先生";
//
// panelReadCardType
//
this.panelReadCardType.CanvasColor = System.Drawing.SystemColors.Control;
this.panelReadCardType.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.panelReadCardType.Controls.Add(this.radioButtonMobile);
this.panelReadCardType.Controls.Add(this.radioButtonCardNo);
this.panelReadCardType.DisabledBackColor = System.Drawing.Color.Empty;
this.panelReadCardType.Dock = System.Windows.Forms.DockStyle.Top;
this.panelReadCardType.Location = new System.Drawing.Point(0, 36);
this.panelReadCardType.Name = "panelReadCardType";
this.panelReadCardType.Padding = new System.Windows.Forms.Padding(20, 10, 10, 2);
this.panelReadCardType.Size = new System.Drawing.Size(650, 46);
this.panelReadCardType.Style.Alignment = System.Drawing.StringAlignment.Center;
this.panelReadCardType.Style.BackColor1.Color = System.Drawing.Color.Transparent;
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 = 191;
//
// radioButtonMobile
//
//
//
//
this.radioButtonMobile.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.radioButtonMobile.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
this.radioButtonMobile.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.radioButtonMobile.Location = new System.Drawing.Point(358, 10);
this.radioButtonMobile.Name = "radioButtonMobile";
this.radioButtonMobile.Size = new System.Drawing.Size(200, 31);
this.radioButtonMobile.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.radioButtonMobile.TabIndex = 22;
this.radioButtonMobile.Tag = "手机号码";
this.radioButtonMobile.Text = "手机号码开户";
this.radioButtonMobile.CheckedChanged += new System.EventHandler(this.OnSelectTypeCheckedChanged);
//
// radioButtonCardNo
//
//
//
//
this.radioButtonCardNo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.radioButtonCardNo.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
this.radioButtonCardNo.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.radioButtonCardNo.Location = new System.Drawing.Point(126, 10);
this.radioButtonCardNo.Name = "radioButtonCardNo";
this.radioButtonCardNo.Size = new System.Drawing.Size(206, 31);
this.radioButtonCardNo.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.radioButtonCardNo.TabIndex = 21;
this.radioButtonCardNo.Tag = "磁条卡或IC卡";
this.radioButtonCardNo.Text = "读卡方式开户";
this.radioButtonCardNo.CheckedChanged += new System.EventHandler(this.OnSelectTypeCheckedChanged);
//
// bottomPanel
//
this.bottomPanel.CanvasColor = System.Drawing.SystemColors.Control;
this.bottomPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.bottomPanel.Controls.Add(this.ButtonAccept);
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, 437);
this.bottomPanel.Name = "bottomPanel";
this.bottomPanel.Padding = new System.Windows.Forms.Padding(2);
this.bottomPanel.Size = new System.Drawing.Size(650, 43);
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 = 5;
//
// ButtonAccept
//
this.ButtonAccept.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonAccept.BackColor = System.Drawing.Color.Chocolate;
this.ButtonAccept.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.ButtonAccept.Cursor = System.Windows.Forms.Cursors.Hand;
this.ButtonAccept.Dock = System.Windows.Forms.DockStyle.Right;
this.ButtonAccept.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ButtonAccept.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.ButtonAccept.Location = new System.Drawing.Point(505, 2);
this.ButtonAccept.Name = "ButtonAccept";
this.ButtonAccept.Size = new System.Drawing.Size(143, 39);
this.ButtonAccept.TabIndex = 32;
this.ButtonAccept.Text = "立即开户";
this.ButtonAccept.TextColor = System.Drawing.Color.White;
this.ButtonAccept.Click += new System.EventHandler(this.OnFinishedClick);
//
// 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.Dock = System.Windows.Forms.DockStyle.Left;
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(356, 2);
this.ButtonCancel.Name = "ButtonCancel";
this.ButtonCancel.Size = new System.Drawing.Size(97, 39);
this.ButtonCancel.TabIndex = 31;
this.ButtonCancel.Text = "取消";
this.ButtonCancel.TextColor = System.Drawing.Color.White;
this.ButtonCancel.Click += new System.EventHandler(this.OnEscapeClick);
//
// 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(354, 39);
this.lblInfo.TabIndex = 27;
this.lblInfo.Text = "请选择支付方式";
this.lblInfo.WordWrap = true;
//
// 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(650, 36);
this.controlBox.TabIndex = 1;
this.controlBox.CloseClick += new POSV.Component.ControlBox.EventHandler(this.OnControlBoxCloseClick);
this.controlBox.KeyboardClick += new POSV.Component.ControlBox.EventHandler(this.OnControlBoxKeyboardClick);
//
// CardOpenForm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.SystemColors.Control;
this.ClientSize = new System.Drawing.Size(650, 480);
this.Controls.Add(this.mainContainer);
this.Controls.Add(this.panelReadCardType);
this.Controls.Add(this.bottomPanel);
this.Controls.Add(this.controlBox);
this.Name = "CardOpenForm";
this.Text = "CardOpenForm";
this.mainContainer.ResumeLayout(false);
this.panelReadCardType.ResumeLayout(false);
this.bottomPanel.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Component.ControlBox controlBox;
private Component.DoubleBufferPanelX bottomPanel;
private DevComponents.DotNetBar.ButtonX ButtonAccept;
private DevComponents.DotNetBar.ButtonX ButtonCancel;
private DevComponents.DotNetBar.LabelX lblInfo;
private DevComponents.DotNetBar.LabelX labelX4;
private DevComponents.DotNetBar.LabelX labelX3;
private DevComponents.DotNetBar.LabelX labelX2;
private DevComponents.DotNetBar.LabelX lblCardNo;
private Component.NumericTextBox txtCardNo;
private Component.NumericTextBox txtCardPasswd;
private Component.TouchButtonX ButtonReadCard;
private Component.DoubleBufferPanelX panelReadCardType;
private DevComponents.DotNetBar.Controls.CheckBoxX radioButtonMobile;
private DevComponents.DotNetBar.Controls.CheckBoxX radioButtonCardNo;
private Component.TouchButtonX ButtonWeixinOpen;
private NormalTextBox txtMemberName;
private DevComponents.DotNetBar.Controls.ComboBoxEx cmbCreType;
private DevComponents.DotNetBar.Controls.RichTextBoxEx txtDescription;
private DevComponents.DotNetBar.LabelX labelX9;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX2;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX1;
private DevComponents.DotNetBar.LabelX labelX7;
private DevComponents.DotNetBar.LabelX labelX5;
private DevComponents.DotNetBar.LabelX labelX6;
private DevComponents.DotNetBar.LabelX labelX8;
private Component.NumericTextBox txtMobile;
private NormalTextBox txtCreNo;
private Component.DoubleBufferPanelX mainContainer;
private DevComponents.DotNetBar.Controls.Line line7;
private DatePicker txtBirthday;
}
}