namespace CompressorXN { partial class FrmUnlock { /// /// 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.txt_Pwd = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.btn_cancel = new System.Windows.Forms.Button(); this.btn_Sure = new System.Windows.Forms.Button(); this.lbl_Title = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)(this.panelEx1)).BeginInit(); this.SuspendLayout(); // // panelEx1 // this.panelEx1.BorderColor = System.Drawing.Color.Silver; this.panelEx1.BorderWidth = 1; this.panelEx1.BottomGap = 1; this.panelEx1.Controls.Add(this.txt_Pwd); this.panelEx1.Controls.Add(this.label1); this.panelEx1.Controls.Add(this.btn_cancel); this.panelEx1.Controls.Add(this.btn_Sure); this.panelEx1.Controls.Add(this.lbl_Title); 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(427, 286); this.panelEx1.TabIndex = 7; this.panelEx1.TopGap = 1; // // txt_Pwd // this.txt_Pwd.Font = new System.Drawing.Font("微软雅黑", 12F); this.txt_Pwd.Location = new System.Drawing.Point(107, 98); this.txt_Pwd.Name = "txt_Pwd"; this.txt_Pwd.PasswordChar = '*'; this.txt_Pwd.Size = new System.Drawing.Size(251, 29); this.txt_Pwd.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 12F); this.label1.Location = new System.Drawing.Point(58, 102); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(42, 21); this.label1.TabIndex = 8; this.label1.Text = "密码"; // // btn_cancel // this.btn_cancel.Font = new System.Drawing.Font("微软雅黑", 12F); this.btn_cancel.ForeColor = System.Drawing.Color.Black; this.btn_cancel.Location = new System.Drawing.Point(233, 203); this.btn_cancel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btn_cancel.Name = "btn_cancel"; this.btn_cancel.Size = new System.Drawing.Size(125, 45); this.btn_cancel.TabIndex = 4; this.btn_cancel.Text = "取消"; this.btn_cancel.UseVisualStyleBackColor = false; this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click); // // btn_Sure // this.btn_Sure.Font = new System.Drawing.Font("微软雅黑", 12F); this.btn_Sure.ForeColor = System.Drawing.Color.Black; this.btn_Sure.Location = new System.Drawing.Point(62, 203); this.btn_Sure.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btn_Sure.Name = "btn_Sure"; this.btn_Sure.Size = new System.Drawing.Size(125, 45); this.btn_Sure.TabIndex = 3; this.btn_Sure.Text = "确定"; this.btn_Sure.UseVisualStyleBackColor = false; this.btn_Sure.Click += new System.EventHandler(this.btn_Sure_Click); // // lbl_Title // this.lbl_Title.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.lbl_Title.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.lbl_Title.Appearance.ForeColor = System.Drawing.Color.Black; this.lbl_Title.Appearance.Options.UseBackColor = true; this.lbl_Title.Appearance.Options.UseFont = true; this.lbl_Title.Appearance.Options.UseForeColor = true; this.lbl_Title.Appearance.Options.UseTextOptions = true; this.lbl_Title.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.lbl_Title.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.lbl_Title.Dock = System.Windows.Forms.DockStyle.Top; this.lbl_Title.Location = new System.Drawing.Point(2, 2); this.lbl_Title.Name = "lbl_Title"; this.lbl_Title.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0); this.lbl_Title.Size = new System.Drawing.Size(423, 35); this.lbl_Title.TabIndex = 2; this.lbl_Title.Text = "解锁"; // // FrmUnlock // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(427, 286); this.Controls.Add(this.panelEx1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FrmUnlock"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FrmUnlock"; ((System.ComponentModel.ISupportInitialize)(this.panelEx1)).EndInit(); this.ResumeLayout(false); } #endregion private CompressorXN_ControlLib.PanelEx panelEx1; private System.Windows.Forms.Button btn_cancel; private System.Windows.Forms.Button btn_Sure; private DevExpress.XtraEditors.LabelControl lbl_Title; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txt_Pwd; } }