⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 formlogin.designer.cs

📁 kuiMsg是一款用.net C# 开发的即时消息开源软件,适合.net即时消息软件开发者用。 主要功能: 支持文件传输(p2p); 支持GIF动画表情( 彻底消除闪屏 :) );
💻 CS
字号:
namespace LanMsg
{
    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.labelX1 = new DevComponents.DotNetBar.LabelX();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
            this.textUserID = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.checkBoxAoutLogin = new DevComponents.DotNetBar.Controls.CheckBoxX();
            this.textPassword = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.labelX2 = new DevComponents.DotNetBar.LabelX();
            this.butLogin = new DevComponents.DotNetBar.ButtonX();
            this.balloonTip1 = new DevComponents.DotNetBar.BalloonTip();
            this.butCancel = new DevComponents.DotNetBar.ButtonX();
            this.Update1 = new LanMsg.AppUpdate();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.panelEx1.SuspendLayout();
            this.SuspendLayout();
            // 
            // labelX1
            // 
            this.labelX1.AutoSize = true;
            this.labelX1.Location = new System.Drawing.Point(28, 55);
            this.labelX1.Name = "labelX1";
            this.labelX1.Size = new System.Drawing.Size(37, 16);
            this.labelX1.TabIndex = 0;
            this.labelX1.Text = "用户:";
            // 
            // pictureBox1
            // 
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location = new System.Drawing.Point(3, 3);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(245, 35);
            this.pictureBox1.TabIndex = 2;
            this.pictureBox1.TabStop = false;
            // 
            // panelEx1
            // 
            this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
            this.panelEx1.Controls.Add(this.textUserID);
            this.panelEx1.Controls.Add(this.checkBoxAoutLogin);
            this.panelEx1.Controls.Add(this.textPassword);
            this.panelEx1.Controls.Add(this.labelX2);
            this.panelEx1.Controls.Add(this.pictureBox1);
            this.panelEx1.Controls.Add(this.labelX1);
            this.panelEx1.Location = new System.Drawing.Point(6, 3);
            this.panelEx1.Name = "panelEx1";
            this.panelEx1.Size = new System.Drawing.Size(251, 133);
            this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.panelEx1.Style.BackColor1.Color = System.Drawing.Color.MintCream;
            this.panelEx1.Style.BackColor2.Color = System.Drawing.Color.WhiteSmoke;
            this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.panelEx1.Style.BorderColor.Color = System.Drawing.Color.DarkTurquoise;
            this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.panelEx1.Style.GradientAngle = 90;
            this.panelEx1.TabIndex = 3;
            this.panelEx1.Text = "panelEx1";
            // 
            // textUserID
            // 
            this.textUserID.DisplayMember = "Text";
            this.textUserID.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.textUserID.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
            this.textUserID.FormattingEnabled = true;
            this.textUserID.Location = new System.Drawing.Point(85, 50);
            this.textUserID.Name = "textUserID";
            this.textUserID.Size = new System.Drawing.Size(130, 22);
            this.textUserID.TabIndex = 0;
            this.textUserID.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textUserID_KeyDown);
            // 
            // checkBoxAoutLogin
            // 
            this.checkBoxAoutLogin.Location = new System.Drawing.Point(114, 109);
            this.checkBoxAoutLogin.Name = "checkBoxAoutLogin";
            this.checkBoxAoutLogin.Size = new System.Drawing.Size(101, 21);
            this.checkBoxAoutLogin.TabIndex = 2;
            this.checkBoxAoutLogin.Text = "自动登录";
            // 
            // textPassword
            // 
            // 
            // 
            // 
            this.textPassword.Border.Class = "TextBoxBorder";
            this.textPassword.Location = new System.Drawing.Point(85, 84);
            this.textPassword.Name = "textPassword";
            this.textPassword.PasswordChar = '*';
            this.textPassword.Size = new System.Drawing.Size(130, 21);
            this.textPassword.TabIndex = 1;
            this.textPassword.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textPassword_KeyDown);
            // 
            // labelX2
            // 
            this.labelX2.AutoSize = true;
            this.labelX2.Location = new System.Drawing.Point(28, 88);
            this.labelX2.Name = "labelX2";
            this.labelX2.Size = new System.Drawing.Size(37, 16);
            this.labelX2.TabIndex = 2;
            this.labelX2.Text = "密码:";
            // 
            // butLogin
            // 
            this.butLogin.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.butLogin.Location = new System.Drawing.Point(172, 141);
            this.butLogin.Name = "butLogin";
            this.butLogin.Size = new System.Drawing.Size(79, 23);
            this.butLogin.TabIndex = 3;
            this.butLogin.Text = "登录";
            this.butLogin.Click += new System.EventHandler(this.butLogin_Click);
            // 
            // balloonTip1
            // 
            this.balloonTip1.CaptionIcon = ((System.Drawing.Icon)(resources.GetObject("balloonTip1.CaptionIcon")));
            this.balloonTip1.DefaultBalloonWidth = 512;
            this.balloonTip1.ShowCloseButton = false;
            // 
            // butCancel
            // 
            this.butCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.butCancel.Location = new System.Drawing.Point(12, 141);
            this.butCancel.Name = "butCancel";
            this.butCancel.Size = new System.Drawing.Size(79, 23);
            this.butCancel.TabIndex = 4;
            this.butCancel.TabStop = false;
            this.butCancel.Text = "取消";
            this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
            // 
            // Update1
            // 
            this.Update1.BackColor = System.Drawing.Color.Transparent;
            this.Update1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.Update1.Location = new System.Drawing.Point(6, 47);
            this.Update1.Name = "Update1";
            this.Update1.Size = new System.Drawing.Size(251, 117);
            this.Update1.TabIndex = 6;
            this.Update1.UseWaitCursor = true;
            // 
            // FormLogin
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.WhiteSmoke;
            this.ClientSize = new System.Drawing.Size(263, 170);
            this.Controls.Add(this.Update1);
            this.Controls.Add(this.butCancel);
            this.Controls.Add(this.butLogin);
            this.Controls.Add(this.panelEx1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "FormLogin";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "用户登录";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormLogin_FormClosing);
            this.Load += new System.EventHandler(this.FormLogin_Load);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.panelEx1.ResumeLayout(false);
            this.panelEx1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private DevComponents.DotNetBar.LabelX labelX1;
        private System.Windows.Forms.PictureBox pictureBox1;
        private DevComponents.DotNetBar.PanelEx panelEx1;
        private DevComponents.DotNetBar.LabelX labelX2;
        private DevComponents.DotNetBar.ButtonX butLogin;
        private DevComponents.DotNetBar.BalloonTip balloonTip1;
        public DevComponents.DotNetBar.Controls.TextBoxX textPassword;
        public DevComponents.DotNetBar.Controls.CheckBoxX checkBoxAoutLogin;
        private DevComponents.DotNetBar.ButtonX butCancel;
        public DevComponents.DotNetBar.Controls.ComboBoxEx textUserID;
        public AppUpdate Update1;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -