namespace POSV { partial class CreditCardAuthorization { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.touchButtonX2 = new POSV.Component.TouchButtonX(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.lblInfo = new DevComponents.DotNetBar.LabelX(); this.lbltitle = new DevComponents.DotNetBar.LabelX(); this.SuspendLayout(); // // labelX1 // this.labelX1.Anchor = System.Windows.Forms.AnchorStyles.None; // // // this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Font = new System.Drawing.Font("微软雅黑", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelX1.ForeColor = System.Drawing.Color.DimGray; this.labelX1.Location = new System.Drawing.Point(98, 115); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(218, 63); this.labelX1.TabIndex = 0; this.labelX1.Text = "请刷卡登录..."; // // touchButtonX2 // this.touchButtonX2.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.touchButtonX2.BackColor1 = System.Drawing.Color.White; this.touchButtonX2.BackColor2 = System.Drawing.Color.White; this.touchButtonX2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.touchButtonX2.Cursor = System.Windows.Forms.Cursors.Hand; this.touchButtonX2.DisabledBackColor = System.Drawing.Color.Empty; this.touchButtonX2.EnableFlyout = false; this.touchButtonX2.FlyoutContent = null; this.touchButtonX2.FlyoutSide = DevComponents.DotNetBar.Controls.ePointerSide.Left; this.touchButtonX2.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.touchButtonX2.KeyCode = ""; this.touchButtonX2.Location = new System.Drawing.Point(61, 271); this.touchButtonX2.Lock = false; this.touchButtonX2.LockSize = new System.Drawing.Size(26, 26); this.touchButtonX2.Name = "touchButtonX2"; this.touchButtonX2.Notify = false; this.touchButtonX2.NotifyColor = System.Drawing.Color.Red; this.touchButtonX2.NotifySize = new System.Drawing.Size(30, 16); this.touchButtonX2.NotifyText = "99+"; this.touchButtonX2.PermissionCode = ""; this.touchButtonX2.Size = new System.Drawing.Size(292, 54); this.touchButtonX2.Style.Alignment = System.Drawing.StringAlignment.Center; this.touchButtonX2.Style.BackColor1.Color = System.Drawing.Color.White; this.touchButtonX2.Style.BackColor2.Color = System.Drawing.Color.White; this.touchButtonX2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.touchButtonX2.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(91)))), ((int)(((byte)(99))))); this.touchButtonX2.Style.CornerDiameter = 26; this.touchButtonX2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.touchButtonX2.Style.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.touchButtonX2.Style.ForeColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(91)))), ((int)(((byte)(99))))); this.touchButtonX2.Style.GradientAngle = 90; this.touchButtonX2.SymbolColor = System.Drawing.Color.White; this.touchButtonX2.SymbolSize = 0F; this.touchButtonX2.TabIndex = 217; this.touchButtonX2.Text = "使用密码登录"; this.touchButtonX2.Click += new System.EventHandler(this.touchButtonX2_Click); // // lblInfo // this.lblInfo.Anchor = System.Windows.Forms.AnchorStyles.None; // // // this.lblInfo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblInfo.Font = new System.Drawing.Font("微软雅黑", 14F); this.lblInfo.ForeColor = System.Drawing.Color.IndianRed; this.lblInfo.Location = new System.Drawing.Point(105, 184); this.lblInfo.Name = "lblInfo"; this.lblInfo.Size = new System.Drawing.Size(783, 23); this.lblInfo.TabIndex = 218; this.lblInfo.Text = "提示信息"; this.lblInfo.Visible = false; // // lbltitle // // // // this.lbltitle.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lbltitle.Dock = System.Windows.Forms.DockStyle.Top; this.lbltitle.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbltitle.FontBold = true; this.lbltitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.lbltitle.Location = new System.Drawing.Point(0, 0); this.lbltitle.Name = "lbltitle"; this.lbltitle.PaddingBottom = -3; this.lbltitle.Size = new System.Drawing.Size(414, 39); this.lbltitle.TabIndex = 226; this.lbltitle.Tag = "[{0}]授权"; this.lbltitle.Text = "授权"; this.lbltitle.TextAlignment = System.Drawing.StringAlignment.Center; this.lbltitle.Visible = false; // // CreditCardAuthorization // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.White; this.Controls.Add(this.lbltitle); this.Controls.Add(this.lblInfo); this.Controls.Add(this.touchButtonX2); this.Controls.Add(this.labelX1); this.Name = "CreditCardAuthorization"; this.Size = new System.Drawing.Size(414, 329); this.ResumeLayout(false); } #endregion private DevComponents.DotNetBar.LabelX labelX1; private Component.TouchButtonX touchButtonX2; private System.Windows.Forms.Timer timer1; public DevComponents.DotNetBar.LabelX lblInfo; public DevComponents.DotNetBar.LabelX lbltitle; } }