namespace CompressorXN { partial class FrmShowPwd { /// /// 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.panelEx1 = new CompressorXN_ControlLib.PanelEx(); this.btn_Confirm = new System.Windows.Forms.Button(); this.lbl_UserPwd = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)(this.panelEx1)).BeginInit(); this.panelEx1.SuspendLayout(); this.SuspendLayout(); // // panelEx1 // this.panelEx1.Appearance.BackColor = System.Drawing.Color.Transparent; this.panelEx1.Appearance.Options.UseBackColor = true; this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(79)))), ((int)(((byte)(150))))); this.panelEx1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelEx1.BorderWidth = 1; this.panelEx1.BottomGap = 1; this.panelEx1.Controls.Add(this.btn_Confirm); this.panelEx1.Controls.Add(this.lbl_UserPwd); this.panelEx1.Controls.Add(this.labelControl1); this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx1.LeftGap = 1; this.panelEx1.Location = new System.Drawing.Point(0, 0); this.panelEx1.Name = "panelEx1"; this.panelEx1.RightGap = 1; this.panelEx1.Size = new System.Drawing.Size(450, 220); this.panelEx1.TabIndex = 0; this.panelEx1.TopGap = 1; // // btn_Confirm // this.btn_Confirm.Font = new System.Drawing.Font("微软雅黑", 12F); this.btn_Confirm.ForeColor = System.Drawing.Color.Black; this.btn_Confirm.Location = new System.Drawing.Point(163, 158); this.btn_Confirm.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btn_Confirm.Name = "btn_Confirm"; this.btn_Confirm.Size = new System.Drawing.Size(105, 32); this.btn_Confirm.TabIndex = 6; this.btn_Confirm.Text = "确定"; this.btn_Confirm.UseVisualStyleBackColor = false; this.btn_Confirm.Click += new System.EventHandler(this.btn_Confirm_Click); // // lbl_UserPwd // this.lbl_UserPwd.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.lbl_UserPwd.Appearance.ForeColor = System.Drawing.Color.Black; this.lbl_UserPwd.Appearance.Options.UseFont = true; this.lbl_UserPwd.Appearance.Options.UseForeColor = true; this.lbl_UserPwd.Appearance.Options.UseTextOptions = true; this.lbl_UserPwd.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.lbl_UserPwd.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.lbl_UserPwd.Location = new System.Drawing.Point(91, 68); this.lbl_UserPwd.Name = "lbl_UserPwd"; this.lbl_UserPwd.Size = new System.Drawing.Size(258, 53); this.lbl_UserPwd.TabIndex = 1; // // labelControl1 // this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl1.Appearance.Options.UseFont = true; this.labelControl1.Appearance.Options.UseForeColor = true; this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.labelControl1.Dock = System.Windows.Forms.DockStyle.Top; this.labelControl1.Location = new System.Drawing.Point(0, 0); this.labelControl1.Name = "labelControl1"; this.labelControl1.Padding = new System.Windows.Forms.Padding(20, 0, 0, 0); this.labelControl1.Size = new System.Drawing.Size(450, 34); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "查看密码"; // // FrmShowPwd // this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(450, 220); this.Controls.Add(this.panelEx1); this.DoubleBuffered = true; this.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "FrmShowPwd"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "FrmShowPwd"; ((System.ComponentModel.ISupportInitialize)(this.panelEx1)).EndInit(); this.panelEx1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private CompressorXN_ControlLib.PanelEx panelEx1; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.LabelControl lbl_UserPwd; private System.Windows.Forms.Button btn_Confirm; } }