using Tanshu.Common.KeyboardControl; namespace Tanshu.Accounts.PointOfSale { partial class MsrLoginForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.btnLogin = new UnselectableButton(); this.SuspendLayout(); // // btnLogin // this.btnLogin.Dock = System.Windows.Forms.DockStyle.Fill; this.btnLogin.Location = new System.Drawing.Point(0, 0); this.btnLogin.Name = "btnLogin"; this.btnLogin.Size = new System.Drawing.Size(290, 97); this.btnLogin.TabIndex = 0; this.btnLogin.Text = "Login"; this.btnLogin.UseVisualStyleBackColor = true; this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click); // // MsrLoginForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(290, 97); this.Controls.Add(this.btnLogin); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.KeyPreview = true; this.Name = "MsrLoginForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Login"; this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.MsrLoginForm_KeyPress); this.ResumeLayout(false); } #endregion private UnselectableButton btnLogin; } }