namespace LargeSquareOne { partial class FrmLogin { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmLogin)); this.txt_LoginPwd = new System.Windows.Forms.TextBox(); this.txt_LoginName = new System.Windows.Forms.TextBox(); this.btn_Login = new AntdUI.Button(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.pictureBox3 = new System.Windows.Forms.PictureBox(); this.SwitchLanguage = new AntdUI.Dropdown(); this.pageHeader1 = new AntdUI.PageHeader(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); this.pageHeader1.SuspendLayout(); this.SuspendLayout(); // // txt_LoginPwd // this.txt_LoginPwd.BackColor = System.Drawing.Color.White; this.txt_LoginPwd.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txt_LoginPwd.Font = new System.Drawing.Font("Microsoft JhengHei UI", 24F); this.txt_LoginPwd.ForeColor = System.Drawing.Color.Black; this.txt_LoginPwd.Location = new System.Drawing.Point(515, 281); this.txt_LoginPwd.Name = "txt_LoginPwd"; this.txt_LoginPwd.PasswordChar = '*'; this.txt_LoginPwd.Size = new System.Drawing.Size(276, 41); this.txt_LoginPwd.TabIndex = 1; // // txt_LoginName // this.txt_LoginName.BackColor = System.Drawing.Color.White; this.txt_LoginName.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txt_LoginName.Font = new System.Drawing.Font("Microsoft JhengHei UI", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txt_LoginName.ForeColor = System.Drawing.Color.Black; this.txt_LoginName.Location = new System.Drawing.Point(515, 207); this.txt_LoginName.Name = "txt_LoginName"; this.txt_LoginName.Size = new System.Drawing.Size(276, 41); this.txt_LoginName.TabIndex = 0; this.txt_LoginName.Text = "Admin"; this.txt_LoginName.DoubleClick += new System.EventHandler(this.txt_LoginName_DoubleClick); this.txt_LoginName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_LoginName_KeyDown); // // btn_Login // this.btn_Login.DefaultBack = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(85))))); this.btn_Login.DefaultBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(85))))); this.btn_Login.Font = new System.Drawing.Font("Microsoft JhengHei UI", 24F); this.btn_Login.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(251)))), ((int)(((byte)(251))))); this.btn_Login.Location = new System.Drawing.Point(441, 392); this.btn_Login.Name = "btn_Login"; this.btn_Login.Size = new System.Drawing.Size(380, 68); this.btn_Login.TabIndex = 15; this.btn_Login.Text = "登录"; this.btn_Login.Click += new System.EventHandler(this.btn_Login_Click); // // pictureBox1 // this.pictureBox1.BackColor = System.Drawing.Color.Transparent; this.pictureBox1.Image = global::LargeSquareOne.Properties.Resources.用户; this.pictureBox1.Location = new System.Drawing.Point(441, 198); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(49, 50); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 8; this.pictureBox1.TabStop = false; // // pictureBox2 // this.pictureBox2.BackColor = System.Drawing.Color.Transparent; this.pictureBox2.Image = global::LargeSquareOne.Properties.Resources._25_密码; this.pictureBox2.Location = new System.Drawing.Point(441, 277); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(49, 50); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox2.TabIndex = 9; this.pictureBox2.TabStop = false; // // pictureBox3 // this.pictureBox3.BackColor = System.Drawing.Color.Transparent; this.pictureBox3.Dock = System.Windows.Forms.DockStyle.Left; this.pictureBox3.Image = global::LargeSquareOne.Properties.Resources.yiweidongli; this.pictureBox3.Location = new System.Drawing.Point(0, 0); this.pictureBox3.Name = "pictureBox3"; this.pictureBox3.Size = new System.Drawing.Size(153, 38); this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox3.TabIndex = 10; this.pictureBox3.TabStop = false; // // SwitchLanguage // this.SwitchLanguage.BackActive = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(198)))), ((int)(((byte)(202))))); this.SwitchLanguage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(89)))), ((int)(((byte)(197))))); this.SwitchLanguage.BackHover = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(200)))), ((int)(((byte)(205))))); this.SwitchLanguage.Dock = System.Windows.Forms.DockStyle.Right; this.SwitchLanguage.Font = new System.Drawing.Font("Microsoft YaHei UI", 22F); this.SwitchLanguage.Ghost = true; this.SwitchLanguage.IconSvg = resources.GetString("SwitchLanguage.IconSvg"); this.SwitchLanguage.Items.AddRange(new object[] { "中文", "英文", "匈牙利语"}); this.SwitchLanguage.Location = new System.Drawing.Point(855, 0); this.SwitchLanguage.Name = "SwitchLanguage"; this.SwitchLanguage.Size = new System.Drawing.Size(41, 38); this.SwitchLanguage.TabIndex = 11; this.SwitchLanguage.Type = AntdUI.TTypeMini.Primary; this.SwitchLanguage.SelectedValueChanged += new AntdUI.ObjectNEventHandler(this.SwitchLanguage_SelectedValueChanged); // // pageHeader1 // this.pageHeader1.BackColor = System.Drawing.Color.Transparent; this.pageHeader1.Controls.Add(this.SwitchLanguage); this.pageHeader1.Controls.Add(this.pictureBox3); this.pageHeader1.Dock = System.Windows.Forms.DockStyle.Top; this.pageHeader1.Font = new System.Drawing.Font("Microsoft YaHei UI", 22F); this.pageHeader1.Location = new System.Drawing.Point(0, 0); this.pageHeader1.MaximizeBox = false; this.pageHeader1.MinimizeBox = false; this.pageHeader1.Name = "pageHeader1"; this.pageHeader1.ShowButton = true; this.pageHeader1.Size = new System.Drawing.Size(936, 38); this.pageHeader1.TabIndex = 14; this.pageHeader1.Text = " "; // // FrmLogin // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = global::LargeSquareOne.Properties.Resources.Login11; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(936, 534); this.Controls.Add(this.btn_Login); this.Controls.Add(this.pageHeader1); this.Controls.Add(this.pictureBox2); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.txt_LoginPwd); this.Controls.Add(this.txt_LoginName); 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.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "FrmLogin"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "登录系统"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmLogin_FormClosing); this.Load += new System.EventHandler(this.FrmLogin_Load); this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Form_MouseDown); this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Form_MouseMove); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); this.pageHeader1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txt_LoginPwd; private System.Windows.Forms.TextBox txt_LoginName; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.PictureBox pictureBox3; private AntdUI.Dropdown SwitchLanguage; private AntdUI.PageHeader pageHeader1; private AntdUI.Button btn_Login; } }