namespace laserPTZ { partial class FormLogin { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormLogin)); this.label2 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.btn_login = new laserPTZ.RoundButton(); this.txt_password = new System.Windows.Forms.TextBox(); this.txt_user = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(98, 193); this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(42, 21); this.label2.TabIndex = 16; this.label2.Text = "账号"; // // panel1 // this.panel1.BackColor = System.Drawing.Color.Transparent; this.panel1.BackgroundImage = global::laserPTZ.Properties.Resources.loginbak; this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.label5); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.btn_login); this.panel1.Controls.Add(this.txt_password); this.panel1.Controls.Add(this.txt_user); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Margin = new System.Windows.Forms.Padding(4); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(701, 442); this.panel1.TabIndex = 20; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(206)))), ((int)(((byte)(206))))); this.label1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(664, 0); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(32, 31); this.label1.TabIndex = 39; this.label1.Text = "×"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.label1.Click += new System.EventHandler(this.label1_Click); this.label1.MouseEnter += new System.EventHandler(this.label1_MouseEnter); this.label1.MouseLeave += new System.EventHandler(this.label1_MouseLeave); // // btn_login // this.btn_login.EnterBackColor = System.Drawing.Color.Peru; this.btn_login.EnterForeColor = System.Drawing.Color.White; this.btn_login.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.btn_login.FlatAppearance.BorderSize = 0; this.btn_login.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btn_login.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.btn_login.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_login.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btn_login.ForeColor = System.Drawing.SystemColors.Info; this.btn_login.HoverBackColor = System.Drawing.Color.SandyBrown; this.btn_login.HoverForeColor = System.Drawing.Color.White; this.btn_login.Location = new System.Drawing.Point(104, 306); this.btn_login.Margin = new System.Windows.Forms.Padding(4); this.btn_login.Name = "btn_login"; this.btn_login.PressBackColor = System.Drawing.Color.Peru; this.btn_login.PressForeColor = System.Drawing.Color.White; this.btn_login.Radius = 5; this.btn_login.Size = new System.Drawing.Size(136, 42); this.btn_login.TabIndex = 38; this.btn_login.Text = "登录"; this.btn_login.UseVisualStyleBackColor = true; this.btn_login.Click += new System.EventHandler(this.btn_login_Click_1); // // txt_password // this.txt_password.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(108)))), ((int)(((byte)(166))))); this.txt_password.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txt_password.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txt_password.ForeColor = System.Drawing.SystemColors.Info; this.txt_password.Location = new System.Drawing.Point(109, 258); this.txt_password.Margin = new System.Windows.Forms.Padding(4); this.txt_password.Name = "txt_password"; this.txt_password.Size = new System.Drawing.Size(165, 24); this.txt_password.TabIndex = 26; this.txt_password.Text = "111111"; // // txt_user // this.txt_user.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(108)))), ((int)(((byte)(166))))); this.txt_user.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txt_user.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txt_user.ForeColor = System.Drawing.SystemColors.Info; this.txt_user.Location = new System.Drawing.Point(109, 198); this.txt_user.Margin = new System.Windows.Forms.Padding(4); this.txt_user.Name = "txt_user"; this.txt_user.Size = new System.Drawing.Size(165, 24); this.txt_user.TabIndex = 24; this.txt_user.Text = "admin"; this.txt_user.WordWrap = false; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.ForeColor = System.Drawing.SystemColors.ButtonFace; this.label5.Location = new System.Drawing.Point(136, 384); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(60, 23); this.label5.TabIndex = 101; this.label5.Text = "V1.4.6"; // // FormLogin // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ControlLightLight; this.ClientSize = new System.Drawing.Size(701, 442); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.MaximizeBox = false; this.Name = "FormLogin"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "场站云台监控管理系统"; this.Load += new System.EventHandler(this.FormLogin_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label2; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.TextBox txt_user; private System.Windows.Forms.TextBox txt_password; private RoundButton btn_login; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label5; } }