namespace Lskj.Main.Control { partial class AwaitScreenControl { /// /// 必需的设计器变量。 /// 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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AwaitScreenControl)); this.tipsPanel = new System.Windows.Forms.Panel(); this.passWordPanel = new System.Windows.Forms.Panel(); this.PasswordEdit = new DevExpress.XtraEditors.TextEdit(); this.UnlockBtn = new DevExpress.XtraEditors.SimpleButton(); this.userName = new System.Windows.Forms.Label(); this.toolTipController = new DevExpress.Utils.ToolTipController(this.components); this.tipsPanel.SuspendLayout(); this.passWordPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.PasswordEdit.Properties)).BeginInit(); this.SuspendLayout(); // // tipsPanel // this.tipsPanel.Controls.Add(this.passWordPanel); this.tipsPanel.Controls.Add(this.userName); this.tipsPanel.Location = new System.Drawing.Point(251, 228); this.tipsPanel.Name = "tipsPanel"; this.tipsPanel.Size = new System.Drawing.Size(300, 86); this.tipsPanel.TabIndex = 1; // // passWordPanel // this.passWordPanel.Controls.Add(this.PasswordEdit); this.passWordPanel.Controls.Add(this.UnlockBtn); this.passWordPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.passWordPanel.Location = new System.Drawing.Point(0, 50); this.passWordPanel.Name = "passWordPanel"; this.passWordPanel.Size = new System.Drawing.Size(300, 36); this.passWordPanel.TabIndex = 1; // // PasswordEdit // this.PasswordEdit.Dock = System.Windows.Forms.DockStyle.Fill; this.PasswordEdit.EditValue = ""; this.PasswordEdit.Location = new System.Drawing.Point(0, 0); this.PasswordEdit.Name = "PasswordEdit"; this.PasswordEdit.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False; this.PasswordEdit.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.PasswordEdit.Properties.Appearance.Options.UseFont = true; this.PasswordEdit.Properties.Appearance.Options.UseTextOptions = true; this.PasswordEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.PasswordEdit.Properties.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.PasswordEdit.Properties.AutoHeight = false; this.PasswordEdit.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.PasswordEdit.Properties.NullValuePrompt = "程序已被锁定,请输入密码"; this.PasswordEdit.Properties.NullValuePromptShowForEmptyValue = true; this.PasswordEdit.Properties.PasswordChar = '●'; this.PasswordEdit.Properties.ShowNullValuePromptWhenFocused = true; this.PasswordEdit.Size = new System.Drawing.Size(264, 36); this.PasswordEdit.TabIndex = 0; // // UnlockBtn // this.UnlockBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.UnlockBtn.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.UnlockBtn.Dock = System.Windows.Forms.DockStyle.Right; this.UnlockBtn.Image = ((System.Drawing.Image)(resources.GetObject("UnlockBtn.Image"))); this.UnlockBtn.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter; this.UnlockBtn.Location = new System.Drawing.Point(264, 0); this.UnlockBtn.Name = "UnlockBtn"; this.UnlockBtn.Size = new System.Drawing.Size(36, 36); this.UnlockBtn.TabIndex = 8; // // userName // this.userName.Dock = System.Windows.Forms.DockStyle.Top; this.userName.Font = new System.Drawing.Font("微软雅黑", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.userName.Location = new System.Drawing.Point(0, 0); this.userName.Name = "userName"; this.userName.Size = new System.Drawing.Size(300, 50); this.userName.TabIndex = 0; this.userName.Text = "UserName"; this.userName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // toolTipController // this.toolTipController.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.toolTipController.Appearance.Options.UseFont = true; // // AwaitScreenControl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.Controls.Add(this.tipsPanel); this.Name = "AwaitScreenControl"; this.Size = new System.Drawing.Size(803, 542); this.tipsPanel.ResumeLayout(false); this.passWordPanel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.PasswordEdit.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel tipsPanel; private System.Windows.Forms.Panel passWordPanel; private DevExpress.XtraEditors.TextEdit PasswordEdit; private DevExpress.XtraEditors.SimpleButton UnlockBtn; private System.Windows.Forms.Label userName; private DevExpress.Utils.ToolTipController toolTipController; } }