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.

280 lines
15 KiB
C#

namespace POSV.Member
{
partial class CardMissForm
{
/// <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.labelX9 = new DevComponents.DotNetBar.LabelX();
this.cardNolabelX = new DevComponents.DotNetBar.LabelX();
this.labelX5 = new DevComponents.DotNetBar.LabelX();
this.bottomPanel = new POSV.Component.DoubleBufferPanelX();
this.lblInfo = new DevComponents.DotNetBar.LabelX();
this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
this.ButtonCancel = new DevComponents.DotNetBar.ButtonX();
this.doubleBufferPanelX2 = new POSV.Component.DoubleBufferPanelX();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.numericTextBox1 = new POSV.Component.NumericTextBox();
this.bottomPanel.SuspendLayout();
this.doubleBufferPanelX2.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 = false;
this.controlBox.ShowLockScreen = false;
this.controlBox.ShowMessageCenter = false;
this.controlBox.ShowNetworkStatus = false;
this.controlBox.ShowQrCode = false;
this.controlBox.Size = new System.Drawing.Size(447, 36);
this.controlBox.TabIndex = 13;
this.controlBox.CloseClick += new POSV.Component.ControlBox.EventHandler(this.OnCloseTouchClick);
//
// labelX9
//
//
//
//
this.labelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
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(104, 41);
this.labelX9.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.labelX9.Name = "labelX9";
this.labelX9.Size = new System.Drawing.Size(256, 28);
this.labelX9.TabIndex = 253;
this.labelX9.Text = "-----------卡信息-----------";
//
// cardNolabelX
//
//
//
//
this.cardNolabelX.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.cardNolabelX.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cardNolabelX.ForeColor = System.Drawing.Color.Black;
this.cardNolabelX.Location = new System.Drawing.Point(136, 69);
this.cardNolabelX.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.cardNolabelX.Name = "cardNolabelX";
this.cardNolabelX.Size = new System.Drawing.Size(307, 28);
this.cardNolabelX.TabIndex = 257;
this.cardNolabelX.Text = "XXX";
//
// labelX5
//
//
//
//
this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX5.ForeColor = System.Drawing.Color.Black;
this.labelX5.Location = new System.Drawing.Point(66, 69);
this.labelX5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.labelX5.Name = "labelX5";
this.labelX5.Size = new System.Drawing.Size(56, 28);
this.labelX5.TabIndex = 256;
this.labelX5.Text = "卡号:";
//
// bottomPanel
//
this.bottomPanel.CanvasColor = System.Drawing.Color.Transparent;
this.bottomPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.bottomPanel.Controls.Add(this.lblInfo);
this.bottomPanel.Controls.Add(this.buttonX1);
this.bottomPanel.Controls.Add(this.ButtonCancel);
this.bottomPanel.DisabledBackColor = System.Drawing.Color.Empty;
this.bottomPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
this.bottomPanel.Location = new System.Drawing.Point(0, 182);
this.bottomPanel.Name = "bottomPanel";
this.bottomPanel.Padding = new System.Windows.Forms.Padding(2);
this.bottomPanel.Size = new System.Drawing.Size(447, 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 = 284;
//
// 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(191, 51);
this.lblInfo.TabIndex = 34;
this.lblInfo.Text = "请选择要操作的卡";
this.lblInfo.WordWrap = true;
//
// buttonX1
//
this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.buttonX1.BackColor = System.Drawing.Color.Maroon;
this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX1.FadeEffect = false;
this.buttonX1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX1.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX1.Location = new System.Drawing.Point(221, 2);
this.buttonX1.Name = "buttonX1";
this.buttonX1.Size = new System.Drawing.Size(110, 53);
this.buttonX1.TabIndex = 33;
this.buttonX1.Text = "挂失";
this.buttonX1.TextColor = System.Drawing.Color.White;
this.buttonX1.Click += new System.EventHandler(this.BtnMissConfirm);
//
// ButtonCancel
//
this.ButtonCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonCancel.BackColor = System.Drawing.Color.DarkOrange;
this.ButtonCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
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(333, 2);
this.ButtonCancel.Name = "ButtonCancel";
this.ButtonCancel.Size = new System.Drawing.Size(110, 53);
this.ButtonCancel.TabIndex = 32;
this.ButtonCancel.Text = "解除挂失";
this.ButtonCancel.TextColor = System.Drawing.Color.White;
this.ButtonCancel.Click += new System.EventHandler(this.BtnMissRelease);
//
// doubleBufferPanelX2
//
this.doubleBufferPanelX2.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX2.Controls.Add(this.labelX1);
this.doubleBufferPanelX2.Controls.Add(this.numericTextBox1);
this.doubleBufferPanelX2.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX2.Location = new System.Drawing.Point(2, 97);
this.doubleBufferPanelX2.Name = "doubleBufferPanelX2";
this.doubleBufferPanelX2.Padding = new System.Windows.Forms.Padding(20, 10, 10, 10);
this.doubleBufferPanelX2.Size = new System.Drawing.Size(441, 45);
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 = 312;
//
// 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.Location = new System.Drawing.Point(37, 6);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(84, 35);
this.labelX1.TabIndex = 294;
this.labelX1.Text = "卡密码:";
this.labelX1.WordWrap = true;
//
// numericTextBox1
//
this.numericTextBox1.AllowDecimalSeparator = true;
this.numericTextBox1.AllowNegativeSign = false;
this.numericTextBox1.AllowSpace = false;
this.numericTextBox1.BackColor = System.Drawing.Color.White;
//
//
//
this.numericTextBox1.Border.Class = "TextBoxBorder";
this.numericTextBox1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.numericTextBox1.ButtonCustom.Symbol = "";
this.numericTextBox1.ButtonCustom.Visible = true;
this.numericTextBox1.DisabledBackColor = System.Drawing.Color.White;
this.numericTextBox1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.numericTextBox1.ForeColor = System.Drawing.Color.Black;
this.numericTextBox1.Location = new System.Drawing.Point(135, 6);
this.numericTextBox1.MaxDecimalDigit = 1;
this.numericTextBox1.MaxLength = 20;
this.numericTextBox1.Name = "numericTextBox1";
this.numericTextBox1.PasswordChar = '*';
this.numericTextBox1.PreventEnterBeep = true;
this.numericTextBox1.Size = new System.Drawing.Size(237, 35);
this.numericTextBox1.TabIndex = 293;
this.numericTextBox1.WatermarkBehavior = DevComponents.DotNetBar.eWatermarkBehavior.HideNonEmpty;
this.numericTextBox1.WatermarkFont = new System.Drawing.Font("宋体", 18F);
this.numericTextBox1.WatermarkText = "输入密码";
this.numericTextBox1.OnEnterClick += new POSV.Component.NumericTextBox.EventHandler(this.OnPwdEnter);
this.numericTextBox1.ButtonCustomClick += new System.EventHandler(this.OnBtnCustomClick);
//
// CardMissForm
//
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(447, 237);
this.Controls.Add(this.doubleBufferPanelX2);
this.Controls.Add(this.bottomPanel);
this.Controls.Add(this.cardNolabelX);
this.Controls.Add(this.labelX5);
this.Controls.Add(this.labelX9);
this.Controls.Add(this.controlBox);
this.Name = "CardMissForm";
this.Text = "CardMissForm";
this.bottomPanel.ResumeLayout(false);
this.doubleBufferPanelX2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Component.ControlBox controlBox;
private DevComponents.DotNetBar.LabelX labelX9;
private DevComponents.DotNetBar.LabelX cardNolabelX;
private DevComponents.DotNetBar.LabelX labelX5;
private Component.DoubleBufferPanelX bottomPanel;
private DevComponents.DotNetBar.ButtonX buttonX1;
private DevComponents.DotNetBar.ButtonX ButtonCancel;
private Component.DoubleBufferPanelX doubleBufferPanelX2;
private DevComponents.DotNetBar.LabelX labelX1;
private Component.NumericTextBox numericTextBox1;
private DevComponents.DotNetBar.LabelX lblInfo;
}
}