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

📄 frmregister.designer.cs

📁 一个简单的旅 游管理系统
💻 CS
字号:
namespace Database.v4
{
    partial class frmRegister
    {
        /// <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.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.label7 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.txtUsername = new System.Windows.Forms.TextBox();
            this.txtUserpassword = new System.Windows.Forms.TextBox();
            this.txtUsertruename = new System.Windows.Forms.TextBox();
            this.txtUseraddress = new System.Windows.Forms.TextBox();
            this.txtUserphone = new System.Windows.Forms.TextBox();
            this.txtUserstus = new System.Windows.Forms.TextBox();
            this.txtusere_mail = new System.Windows.Forms.TextBox();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.txtUsersex = new System.Windows.Forms.TextBox();
            this.txtUserage = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.Location = new System.Drawing.Point(127, 9);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(114, 20);
            this.label1.TabIndex = 0;
            this.label1.Text = "新用户注册";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(29, 78);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(113, 12);
            this.label2.TabIndex = 1;
            this.label2.Text = "请输入注册用户名:";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(101, 153);
            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(101, 348);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(41, 12);
            this.label4.TabIndex = 3;
            this.label4.Text = "简介:";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(101, 275);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(41, 12);
            this.label5.TabIndex = 4;
            this.label5.Text = "地址:";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(101, 187);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(41, 12);
            this.label7.TabIndex = 6;
            this.label7.Text = "年龄:";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(41, 111);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(101, 12);
            this.label8.TabIndex = 7;
            this.label8.Text = "请输入用户密码:";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(77, 235);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(65, 12);
            this.label9.TabIndex = 8;
            this.label9.Text = "真实姓名:";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(77, 311);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(65, 12);
            this.label10.TabIndex = 9;
            this.label10.Text = "联系电话:";
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(101, 394);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(41, 12);
            this.label11.TabIndex = 12;
            this.label11.Text = "邮箱:";
            // 
            // txtUsername
            // 
            this.txtUsername.Location = new System.Drawing.Point(151, 75);
            this.txtUsername.Name = "txtUsername";
            this.txtUsername.Size = new System.Drawing.Size(113, 21);
            this.txtUsername.TabIndex = 13;
            // 
            // txtUserpassword
            // 
            this.txtUserpassword.Location = new System.Drawing.Point(151, 108);
            this.txtUserpassword.Name = "txtUserpassword";
            this.txtUserpassword.Size = new System.Drawing.Size(113, 21);
            this.txtUserpassword.TabIndex = 14;
            this.txtUserpassword.UseSystemPasswordChar = true;
            // 
            // txtUsertruename
            // 
            this.txtUsertruename.Location = new System.Drawing.Point(151, 232);
            this.txtUsertruename.Name = "txtUsertruename";
            this.txtUsertruename.Size = new System.Drawing.Size(113, 21);
            this.txtUsertruename.TabIndex = 16;
            // 
            // txtUseraddress
            // 
            this.txtUseraddress.Location = new System.Drawing.Point(151, 272);
            this.txtUseraddress.Name = "txtUseraddress";
            this.txtUseraddress.Size = new System.Drawing.Size(113, 21);
            this.txtUseraddress.TabIndex = 17;
            // 
            // txtUserphone
            // 
            this.txtUserphone.Location = new System.Drawing.Point(151, 308);
            this.txtUserphone.Name = "txtUserphone";
            this.txtUserphone.Size = new System.Drawing.Size(113, 21);
            this.txtUserphone.TabIndex = 18;
            // 
            // txtUserstus
            // 
            this.txtUserstus.Location = new System.Drawing.Point(151, 348);
            this.txtUserstus.Name = "txtUserstus";
            this.txtUserstus.Size = new System.Drawing.Size(113, 21);
            this.txtUserstus.TabIndex = 20;
            // 
            // txtusere_mail
            // 
            this.txtusere_mail.Location = new System.Drawing.Point(151, 391);
            this.txtusere_mail.Name = "txtusere_mail";
            this.txtusere_mail.Size = new System.Drawing.Size(113, 21);
            this.txtusere_mail.TabIndex = 21;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(56, 454);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 22;
            this.button1.Text = "提交";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(241, 454);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(115, 23);
            this.button2.TabIndex = 23;
            this.button2.Text = "返回上一个窗口";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // txtUsersex
            // 
            this.txtUsersex.Location = new System.Drawing.Point(151, 150);
            this.txtUsersex.Name = "txtUsersex";
            this.txtUsersex.Size = new System.Drawing.Size(113, 21);
            this.txtUsersex.TabIndex = 24;
            // 
            // txtUserage
            // 
            this.txtUserage.Location = new System.Drawing.Point(151, 187);
            this.txtUserage.Name = "txtUserage";
            this.txtUserage.Size = new System.Drawing.Size(113, 21);
            this.txtUserage.TabIndex = 25;
            // 
            // frmRegister
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(368, 503);
            this.Controls.Add(this.txtUserage);
            this.Controls.Add(this.txtUsersex);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.txtusere_mail);
            this.Controls.Add(this.txtUserstus);
            this.Controls.Add(this.txtUserphone);
            this.Controls.Add(this.txtUseraddress);
            this.Controls.Add(this.txtUsertruename);
            this.Controls.Add(this.txtUserpassword);
            this.Controls.Add(this.txtUsername);
            this.Controls.Add(this.label11);
            this.Controls.Add(this.label10);
            this.Controls.Add(this.label9);
            this.Controls.Add(this.label8);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Name = "frmRegister";
            this.Text = "(旅游管理系统)新用户注册";
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.TextBox txtUsername;
        private System.Windows.Forms.TextBox txtUserpassword;
        private System.Windows.Forms.TextBox txtUsertruename;
        private System.Windows.Forms.TextBox txtUseraddress;
        private System.Windows.Forms.TextBox txtUserphone;
        private System.Windows.Forms.TextBox txtUserstus;
        private System.Windows.Forms.TextBox txtusere_mail;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.TextBox txtUsersex;
        private System.Windows.Forms.TextBox txtUserage;
    }
}

⌨️ 快捷键说明

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