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.

336 lines
19 KiB
C#

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

using POS.Language.Language;
namespace POSV.Component
{
partial class SlotCardAuthorization
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label2 = new System.Windows.Forms.Label();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.enableServiceCenter = new DevComponents.DotNetBar.Controls.SwitchButton();
this.btnDele = new DevComponents.DotNetBar.ButtonX();
this.btnAdd = new DevComponents.DotNetBar.ButtonX();
this.salesListTable = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
this.gridColumn1 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn2 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.label1 = new System.Windows.Forms.Label();
this.lblCardNo = new DevComponents.DotNetBar.LabelX();
this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
this.txtPassword = new POSV.Component.NumericTextBox();
this.txtAccount = new POSV.Component.NumericTextBox();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.labelX1);
this.groupBox1.Controls.Add(this.enableServiceCenter);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(718, 140);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "刷卡授权";
//
// label2
//
this.label2.Anchor = System.Windows.Forms.AnchorStyles.None;
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.ForeColor = System.Drawing.Color.Gray;
this.label2.Location = new System.Drawing.Point(89, 70);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(540, 51);
this.label2.TabIndex = 148;
this.label2.Text = "功能介绍:使用读卡方式代替密码认证,可以使用刷卡授权设置将账号密码与卡绑定达到 [刷卡登录] \r\n和 [刷卡授权] 需求。\r\n\r\n";
//
// labelX1
//
this.labelX1.Anchor = System.Windows.Forms.AnchorStyles.None;
this.labelX1.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX1.Location = new System.Drawing.Point(92, 39);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(82, 23);
this.labelX1.TabIndex = 147;
this.labelX1.Text = "是否启用:";
//
// enableServiceCenter
//
this.enableServiceCenter.Anchor = System.Windows.Forms.AnchorStyles.None;
this.enableServiceCenter.BackColor = System.Drawing.Color.White;
//
//
//
this.enableServiceCenter.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.enableServiceCenter.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.enableServiceCenter.Location = new System.Drawing.Point(194, 33);
this.enableServiceCenter.Name = "enableServiceCenter";
this.enableServiceCenter.OffBackColor = System.Drawing.Color.Gray;
this.enableServiceCenter.OffText = "停用";
this.enableServiceCenter.OffTextColor = System.Drawing.Color.White;
this.enableServiceCenter.OnBackColor = System.Drawing.Color.Green;
this.enableServiceCenter.OnText = "启用";
this.enableServiceCenter.OnTextColor = System.Drawing.Color.White;
this.enableServiceCenter.ReadOnlyMarkerColor = System.Drawing.Color.White;
this.enableServiceCenter.Size = new System.Drawing.Size(108, 33);
this.enableServiceCenter.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.enableServiceCenter.SwitchWidth = 45;
this.enableServiceCenter.TabIndex = 146;
this.enableServiceCenter.ValueFalse = "0";
this.enableServiceCenter.ValueTrue = "1";
//
// btnDele
//
this.btnDele.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnDele.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btnDele.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnDele.Font = new System.Drawing.Font("微软雅黑", 15.75F);
this.btnDele.Location = new System.Drawing.Point(536, 366);
this.btnDele.Margin = new System.Windows.Forms.Padding(10);
this.btnDele.Name = "btnDele";
this.btnDele.Size = new System.Drawing.Size(166, 49);
this.btnDele.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.btnDele.TabIndex = 300;
this.btnDele.Text = "删除";
this.btnDele.Click += new System.EventHandler(this.btnDele_Click);
//
// btnAdd
//
this.btnAdd.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btnAdd.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnAdd.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnAdd.Location = new System.Drawing.Point(350, 366);
this.btnAdd.Margin = new System.Windows.Forms.Padding(10);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(166, 49);
this.btnAdd.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.btnAdd.TabIndex = 299;
this.btnAdd.Text = "添加";
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// salesListTable
//
this.salesListTable.BackColor = System.Drawing.Color.White;
this.salesListTable.Dock = System.Windows.Forms.DockStyle.Left;
this.salesListTable.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed;
this.salesListTable.ForeColor = System.Drawing.Color.Black;
this.salesListTable.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.salesListTable.Location = new System.Drawing.Point(0, 140);
this.salesListTable.Name = "salesListTable";
//
//
//
this.salesListTable.PrimaryGrid.AllowEdit = false;
this.salesListTable.PrimaryGrid.AutoGenerateColumns = false;
this.salesListTable.PrimaryGrid.Columns.Add(this.gridColumn1);
this.salesListTable.PrimaryGrid.Columns.Add(this.gridColumn2);
this.salesListTable.PrimaryGrid.DefaultRowHeight = 35;
this.salesListTable.PrimaryGrid.InitialSelection = DevComponents.DotNetBar.SuperGrid.RelativeSelection.Row;
this.salesListTable.PrimaryGrid.MultiSelect = false;
this.salesListTable.PrimaryGrid.RowHeaderIndexOffset = 1;
this.salesListTable.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row;
this.salesListTable.PrimaryGrid.ShowRowGridIndex = true;
this.salesListTable.Size = new System.Drawing.Size(332, 296);
this.salesListTable.TabIndex = 298;
this.salesListTable.Text = "superGridControl1";
//
// gridColumn1
//
this.gridColumn1.DataPropertyName = "CardNo";
this.gridColumn1.HeaderText = "卡面号";
this.gridColumn1.Name = "gridColumn1";
this.gridColumn1.Width = 200;
//
// gridColumn2
//
this.gridColumn2.DataPropertyName = "Account";
this.gridColumn2.HeaderText = "工号";
this.gridColumn2.Name = "gridColumn2";
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label1.AutoSize = true;
this.label1.ForeColor = System.Drawing.Color.Red;
this.label1.Location = new System.Drawing.Point(348, 193);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(293, 12);
this.label1.TabIndex = 304;
this.label1.Text = "输入正确登录账号密码,如信息错误则刷卡不会成功!";
//
// lblCardNo
//
this.lblCardNo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
//
//
//
this.lblCardNo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblCardNo.Font = new System.Drawing.Font("微软雅黑", 18F);
this.lblCardNo.ForeColor = System.Drawing.Color.Black;
this.lblCardNo.Location = new System.Drawing.Point(350, 146);
this.lblCardNo.Name = "lblCardNo";
this.lblCardNo.Size = new System.Drawing.Size(270, 35);
this.lblCardNo.TabIndex = 309;
this.lblCardNo.Text = "授权卡号...";
//
// buttonX1
//
this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.buttonX1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.buttonX1.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX1.Location = new System.Drawing.Point(633, 146);
this.buttonX1.Margin = new System.Windows.Forms.Padding(10);
this.buttonX1.Name = "buttonX1";
this.buttonX1.Size = new System.Drawing.Size(69, 35);
this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.buttonX1.TabIndex = 308;
this.buttonX1.Text = "读卡";
this.buttonX1.TextColor = System.Drawing.Color.Black;
this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click);
//
// txtPassword
//
this.txtPassword.AllowDecimalSeparator = true;
this.txtPassword.AllowNegativeSign = false;
this.txtPassword.AllowSpace = false;
this.txtPassword.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtPassword.BackColor = System.Drawing.Color.White;
//
//
//
this.txtPassword.Border.Class = "TextBoxBorder";
this.txtPassword.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtPassword.ButtonCustom.Symbol = "";
this.txtPassword.ButtonCustom.Visible = true;
this.txtPassword.DisabledBackColor = System.Drawing.Color.White;
this.txtPassword.EnableSoftKeyboard = true;
this.txtPassword.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtPassword.ForeColor = System.Drawing.Color.Black;
this.txtPassword.Location = new System.Drawing.Point(350, 269);
this.txtPassword.MaxDecimalDigit = 1;
this.txtPassword.MaxLength = 20;
this.txtPassword.Name = "txtPassword";
this.txtPassword.PasswordChar = '*';
this.txtPassword.PreventEnterBeep = true;
this.txtPassword.Size = new System.Drawing.Size(352, 35);
this.txtPassword.TabIndex = 303;
this.txtPassword.WatermarkBehavior = DevComponents.DotNetBar.eWatermarkBehavior.HideNonEmpty;
this.txtPassword.WatermarkFont = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtPassword.WatermarkText = "输入密码";
this.txtPassword.ButtonCustomClick += new System.EventHandler(this.txtPassword_ButtonCustomClick);
//
// txtAccount
//
this.txtAccount.AllowDecimalSeparator = true;
this.txtAccount.AllowNegativeSign = false;
this.txtAccount.AllowSpace = false;
this.txtAccount.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtAccount.BackColor = System.Drawing.Color.White;
//
//
//
this.txtAccount.Border.Class = "TextBoxBorder";
this.txtAccount.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtAccount.ButtonCustom.Symbol = "";
this.txtAccount.ButtonCustom.Visible = true;
this.txtAccount.DisabledBackColor = System.Drawing.Color.White;
this.txtAccount.EnableSoftKeyboard = true;
this.txtAccount.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtAccount.ForeColor = System.Drawing.Color.Black;
this.txtAccount.Location = new System.Drawing.Point(350, 217);
this.txtAccount.MaxDecimalDigit = 1;
this.txtAccount.MaxLength = 20;
this.txtAccount.Name = "txtAccount";
this.txtAccount.PreventEnterBeep = true;
this.txtAccount.Size = new System.Drawing.Size(352, 35);
this.txtAccount.TabIndex = 302;
this.txtAccount.WatermarkBehavior = DevComponents.DotNetBar.eWatermarkBehavior.HideNonEmpty;
this.txtAccount.WatermarkFont = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtAccount.WatermarkText = "输入账号";
this.txtAccount.ButtonCustomClick += new System.EventHandler(this.txtAccount_ButtonCustomClick);
//
// SlotCardAuthorization
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.White;
this.Controls.Add(this.lblCardNo);
this.Controls.Add(this.buttonX1);
this.Controls.Add(this.label1);
this.Controls.Add(this.txtPassword);
this.Controls.Add(this.txtAccount);
this.Controls.Add(this.btnDele);
this.Controls.Add(this.btnAdd);
this.Controls.Add(this.salesListTable);
this.Controls.Add(this.groupBox1);
this.Name = "SlotCardAuthorization";
this.Size = new System.Drawing.Size(718, 436);
this.Load += new System.EventHandler(this.SlotCardAuthorization_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private NumericTextBox txtPassword;
private NumericTextBox txtAccount;
private DevComponents.DotNetBar.ButtonX btnDele;
private DevComponents.DotNetBar.ButtonX btnAdd;
private DevComponents.DotNetBar.SuperGrid.SuperGridControl salesListTable;
private System.Windows.Forms.Label label2;
private DevComponents.DotNetBar.LabelX labelX1;
private DevComponents.DotNetBar.Controls.SwitchButton enableServiceCenter;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn1;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn2;
private System.Windows.Forms.Label label1;
private DevComponents.DotNetBar.LabelX lblCardNo;
private DevComponents.DotNetBar.ButtonX buttonX1;
}
}