namespace BMS_D1000H { partial class fmPassword { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; private System.Windows.Forms.MainMenu mainMenu1; /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fmPassword)); this.mainMenu1 = new System.Windows.Forms.MainMenu(); this.smartForm1 = new SmartX.SmartForm(); this.lbConfigName = new SmartX.SmartLabel(); this.kbdValue = new SmartX.SmartKeyboard(); this.tbPassword = new System.Windows.Forms.TextBox(); this.btnCancel = new SmartX.SmartButton(); this.btnOk = new SmartX.SmartButton(); this.lbSwVersion = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit(); this.SuspendLayout(); // // smartForm1 // this.smartForm1.CenterLocation = false; this.smartForm1.Dock = System.Windows.Forms.DockStyle.Fill; this.smartForm1.LCDDirection = SmartX.SmartForm.LCDDIRECTIONS.HORIZONTAL; this.smartForm1.LCDSize = SmartX.SmartForm.LCDRESOLUTION.LCD800X480; this.smartForm1.Location = new System.Drawing.Point(0, 0); this.smartForm1.MainForm = null; this.smartForm1.Mode = SmartX.SmartForm.RUNMODE.RUNTIME; this.smartForm1.MouseCursor = SmartX.SmartForm.OnOff.ON; this.smartForm1.Name = "smartForm1"; this.smartForm1.Size = new System.Drawing.Size(800, 480); this.smartForm1.SpecialFunctionClickPointSize = 100; this.smartForm1.SuspendLayoutInterval = 1; // // lbConfigName // this.lbConfigName.BackPictureBox = null; this.lbConfigName.BackPictureBox1 = null; this.lbConfigName.BackPictureBox2 = null; this.lbConfigName.BorderColor = System.Drawing.Color.Black; this.lbConfigName.BorderStyle = System.Windows.Forms.BorderStyle.None; this.lbConfigName.Font = new System.Drawing.Font("Tahoma", 20F, System.Drawing.FontStyle.Bold); this.lbConfigName.InitVisible = true; this.lbConfigName.LineSpacing = 0F; this.lbConfigName.Location = new System.Drawing.Point(3, 63); this.lbConfigName.Name = "lbConfigName"; this.lbConfigName.Size = new System.Drawing.Size(794, 48); this.lbConfigName.TabIndex = 5; this.lbConfigName.Text = "Please input password"; this.lbConfigName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.lbConfigName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; this.lbConfigName.Wordwrap = false; // // kbdValue // this.kbdValue.ControlKeyDisable = false; this.kbdValue.DesignMinimize = false; this.kbdValue.FontColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.kbdValue.HanYoungKeyDisable = false; this.kbdValue.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NUMERICAL; this.kbdValue.KeyFillColor = System.Drawing.Color.Black; this.kbdValue.KeyOutLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.kbdValue.KeyOutLineWidth = 1; this.kbdValue.KeyPressImage1 = null; this.kbdValue.KeyPressImage2 = null; this.kbdValue.KeyPressImage3 = null; this.kbdValue.KeyUpImage1 = null; this.kbdValue.KeyUpImage2 = null; this.kbdValue.KeyUpImage3 = null; this.kbdValue.LeftMargin = 5; this.kbdValue.Location = new System.Drawing.Point(275, 146); this.kbdValue.Name = "kbdValue"; this.kbdValue.PressFontColor = System.Drawing.Color.Olive; this.kbdValue.PressKeyFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.kbdValue.PressKeyOutLineColor = System.Drawing.Color.Green; this.kbdValue.RoundedCorners = true; this.kbdValue.SetBackimage = null; this.kbdValue.Size = new System.Drawing.Size(250, 250); this.kbdValue.TabIndex = 4; this.kbdValue.TABKeyDisable = false; this.kbdValue.TargetInputObject = this.tbPassword; this.kbdValue.Text = "smartKeyboard1"; this.kbdValue.ThemeStyle = SmartX.SmartKeyboard.KEYBOARDTHEMESTYLE.CUSTOMIZED_LITE; this.kbdValue.TopMargin = 5; // // tbPassword // this.tbPassword.Font = new System.Drawing.Font("Tahoma", 20F, System.Drawing.FontStyle.Regular); this.tbPassword.Location = new System.Drawing.Point(279, 102); this.tbPassword.Name = "tbPassword"; this.tbPassword.PasswordChar = '*'; this.tbPassword.Size = new System.Drawing.Size(238, 39); this.tbPassword.TabIndex = 11; this.tbPassword.GotFocus += new System.EventHandler(this.tbPassword_GotFocus); // // btnCancel // this.btnCancel.BackPictureBox = null; this.btnCancel.BackPictureBox1 = null; this.btnCancel.BackPictureBox2 = null; this.btnCancel.ButtonColor = System.Drawing.Color.Gray; this.btnCancel.ButtonImageAutoSize = true; this.btnCancel.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.btnCancel.DisableImage = null; this.btnCancel.DownImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.DownImage"))); this.btnCancel.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold); this.btnCancel.GroupID = 0; this.btnCancel.InitVisible = true; this.btnCancel.Location = new System.Drawing.Point(401, 402); this.btnCancel.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.btnCancel.Name = "btnCancel"; this.btnCancel.NestedClickEventPrevent = false; this.btnCancel.RepeatInterval = 200; this.btnCancel.SafeInterval = 200; this.btnCancel.Size = new System.Drawing.Size(135, 48); this.btnCancel.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.btnCancel.TabIndex = 7; this.btnCancel.Text = "CANCEL"; this.btnCancel.TextColor = System.Drawing.Color.Black; this.btnCancel.TextDownColor = System.Drawing.Color.White; this.btnCancel.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.btnCancel.TextLocation = new System.Drawing.Point(0, 0); this.btnCancel.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.btnCancel.UpImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.UpImage"))); this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnOk // this.btnOk.BackPictureBox = null; this.btnOk.BackPictureBox1 = null; this.btnOk.BackPictureBox2 = null; this.btnOk.ButtonColor = System.Drawing.Color.Gray; this.btnOk.ButtonImageAutoSize = true; this.btnOk.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.btnOk.DisableImage = null; this.btnOk.DownImage = ((System.Drawing.Image)(resources.GetObject("btnOk.DownImage"))); this.btnOk.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold); this.btnOk.GroupID = 0; this.btnOk.InitVisible = true; this.btnOk.Location = new System.Drawing.Point(260, 402); this.btnOk.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.btnOk.Name = "btnOk"; this.btnOk.NestedClickEventPrevent = false; this.btnOk.RepeatInterval = 200; this.btnOk.SafeInterval = 200; this.btnOk.Size = new System.Drawing.Size(135, 48); this.btnOk.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.btnOk.TabIndex = 8; this.btnOk.Text = "OK"; this.btnOk.TextColor = System.Drawing.Color.Black; this.btnOk.TextDownColor = System.Drawing.Color.White; this.btnOk.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.btnOk.TextLocation = new System.Drawing.Point(0, 0); this.btnOk.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.btnOk.UpImage = ((System.Drawing.Image)(resources.GetObject("btnOk.UpImage"))); this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // lbSwVersion // this.lbSwVersion.Location = new System.Drawing.Point(687, 440); this.lbSwVersion.Name = "lbSwVersion"; this.lbSwVersion.Size = new System.Drawing.Size(100, 20); this.lbSwVersion.Text = "Ver:"; this.lbSwVersion.TextAlign = System.Drawing.ContentAlignment.TopRight; // // fmPassword // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(800, 480); this.Controls.Add(this.lbSwVersion); this.Controls.Add(this.kbdValue); this.Controls.Add(this.tbPassword); this.Controls.Add(this.btnOk); this.Controls.Add(this.btnCancel); this.Controls.Add(this.lbConfigName); this.Controls.Add(this.smartForm1); this.Menu = this.mainMenu1; this.Name = "fmPassword"; this.Text = "fmPassword"; this.Load += new System.EventHandler(this.fmPassword_Load); this.Activated += new System.EventHandler(this.fmPassword_Activated); ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit(); this.ResumeLayout(false); } #endregion private SmartX.SmartForm smartForm1; private SmartX.SmartLabel lbConfigName; private SmartX.SmartKeyboard kbdValue; private SmartX.SmartButton btnCancel; private SmartX.SmartButton btnOk; private System.Windows.Forms.TextBox tbPassword; private System.Windows.Forms.Label lbSwVersion; } }