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

📄 userinfo.designer.cs

📁 一个用C#编写的能实现即时通讯的工具
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace client
{
    partial class userInfo
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(userInfo));
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.il_face = new System.Windows.Forms.ImageList(this.components);
            this.lb_name = new System.Windows.Forms.TextBox();
            this.lb_sex = new System.Windows.Forms.TextBox();
            this.lb_age = new System.Windows.Forms.TextBox();
            this.lb_group = new System.Windows.Forms.TextBox();
            this.lb_tel = new System.Windows.Forms.TextBox();
            this.lb_email = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.btn_close = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(37, 40);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(41, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "姓  名";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(37, 80);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(41, 12);
            this.label2.TabIndex = 1;
            this.label2.Text = "性  别";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(37, 120);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(41, 12);
            this.label3.TabIndex = 2;
            this.label3.Text = "年  龄";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(37, 160);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(53, 12);
            this.label4.TabIndex = 3;
            this.label4.Text = "所属部门";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(37, 200);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(41, 12);
            this.label5.TabIndex = 4;
            this.label5.Text = "电  话";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(37, 240);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(41, 12);
            this.label6.TabIndex = 5;
            this.label6.Text = "E-mail";
            // 
            // pictureBox1
            // 
            this.pictureBox1.BackColor = System.Drawing.Color.White;
            this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pictureBox1.Location = new System.Drawing.Point(260, 60);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(50, 50);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.pictureBox1.TabIndex = 7;
            this.pictureBox1.TabStop = false;
            // 
            // il_face
            // 
            this.il_face.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("il_face.ImageStream")));
            this.il_face.TransparentColor = System.Drawing.Color.Transparent;
            this.il_face.Images.SetKeyName(0, "a.bmp");
            this.il_face.Images.SetKeyName(1, "1.bmp");
            this.il_face.Images.SetKeyName(2, "2.bmp");
            this.il_face.Images.SetKeyName(3, "3.bmp");
            this.il_face.Images.SetKeyName(4, "4.bmp");
            this.il_face.Images.SetKeyName(5, "5.bmp");
            this.il_face.Images.SetKeyName(6, "6.bmp");
            this.il_face.Images.SetKeyName(7, "7.bmp");
            this.il_face.Images.SetKeyName(8, "8.bmp");
            this.il_face.Images.SetKeyName(9, "9.bmp");
            this.il_face.Images.SetKeyName(10, "10.bmp");
            this.il_face.Images.SetKeyName(11, "11.bmp");
            this.il_face.Images.SetKeyName(12, "12.bmp");
            this.il_face.Images.SetKeyName(13, "13.bmp");
            this.il_face.Images.SetKeyName(14, "14.bmp");
            this.il_face.Images.SetKeyName(15, "15.bmp");
            this.il_face.Images.SetKeyName(16, "16.bmp");
            this.il_face.Images.SetKeyName(17, "17.bmp");
            this.il_face.Images.SetKeyName(18, "18.bmp");
            this.il_face.Images.SetKeyName(19, "19.bmp");
            this.il_face.Images.SetKeyName(20, "20.bmp");
            this.il_face.Images.SetKeyName(21, "21.bmp");
            this.il_face.Images.SetKeyName(22, "22.bmp");
            this.il_face.Images.SetKeyName(23, "23.bmp");
            this.il_face.Images.SetKeyName(24, "24.bmp");
            this.il_face.Images.SetKeyName(25, "25.bmp");
            this.il_face.Images.SetKeyName(26, "26.bmp");
            this.il_face.Images.SetKeyName(27, "27.bmp");
            this.il_face.Images.SetKeyName(28, "28.bmp");
            this.il_face.Images.SetKeyName(29, "29.bmp");
            this.il_face.Images.SetKeyName(30, "30.bmp");
            this.il_face.Images.SetKeyName(31, "31.bmp");
            this.il_face.Images.SetKeyName(32, "32.bmp");
            this.il_face.Images.SetKeyName(33, "33.bmp");
            this.il_face.Images.SetKeyName(34, "34.bmp");
            this.il_face.Images.SetKeyName(35, "35.bmp");
            this.il_face.Images.SetKeyName(36, "36.bmp");
            this.il_face.Images.SetKeyName(37, "37.bmp");
            this.il_face.Images.SetKeyName(38, "38.bmp");
            this.il_face.Images.SetKeyName(39, "39.bmp");
            this.il_face.Images.SetKeyName(40, "40.bmp");
            this.il_face.Images.SetKeyName(41, "41.bmp");
            this.il_face.Images.SetKeyName(42, "42.bmp");
            this.il_face.Images.SetKeyName(43, "43.bmp");
            this.il_face.Images.SetKeyName(44, "44.bmp");
            this.il_face.Images.SetKeyName(45, "45.bmp");
            this.il_face.Images.SetKeyName(46, "46.bmp");
            this.il_face.Images.SetKeyName(47, "47.bmp");
            this.il_face.Images.SetKeyName(48, "48.bmp");
            this.il_face.Images.SetKeyName(49, "49.bmp");
            this.il_face.Images.SetKeyName(50, "50.bmp");

⌨️ 快捷键说明

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