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

📄 updataworker.designer.cs

📁 人事管理系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace 人事管理
{
    partial class updataworker
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(updataworker));
            this.outbtn = new System.Windows.Forms.Button();
            this.updatabtn = new System.Windows.Forms.Button();
            this.label13 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.updownphotobtn = new System.Windows.Forms.Button();
            this.photobox = new System.Windows.Forms.PictureBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.branchtxt = new System.Windows.Forms.ComboBox();
            this.levelbox = new System.Windows.Forms.DomainUpDown();
            this.phonetxt = new System.Windows.Forms.TextBox();
            this.positiontxt = new System.Windows.Forms.TextBox();
            this.moneytxt = new System.Windows.Forms.TextBox();
            this.emailtxt = new System.Windows.Forms.TextBox();
            this.birthdaytxt = new System.Windows.Forms.TextBox();
            this.repasswordtxt = new System.Windows.Forms.TextBox();
            this.passwordtxt = new System.Windows.Forms.TextBox();
            this.loginnametxt = new System.Windows.Forms.TextBox();
            this.workernametxt = new System.Windows.Forms.TextBox();
            this.label12 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.photobox)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // outbtn
            // 
            this.outbtn.Location = new System.Drawing.Point(427, 316);
            this.outbtn.Name = "outbtn";
            this.outbtn.Size = new System.Drawing.Size(75, 23);
            this.outbtn.TabIndex = 24;
            this.outbtn.Text = "取消";
            this.outbtn.UseVisualStyleBackColor = true;
            this.outbtn.Click += new System.EventHandler(this.outbtn_Click);
            // 
            // updatabtn
            // 
            this.updatabtn.Location = new System.Drawing.Point(312, 316);
            this.updatabtn.Name = "updatabtn";
            this.updatabtn.Size = new System.Drawing.Size(75, 23);
            this.updatabtn.TabIndex = 22;
            this.updatabtn.Text = "修改";
            this.updatabtn.UseVisualStyleBackColor = true;
            this.updatabtn.Click += new System.EventHandler(this.updatabtn_Click);
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(514, 64);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(0, 12);
            this.label13.TabIndex = 20;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.updownphotobtn);
            this.groupBox2.Controls.Add(this.photobox);
            this.groupBox2.Location = new System.Drawing.Point(302, 3);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(200, 250);
            this.groupBox2.TabIndex = 19;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "照片";
            // 
            // updownphotobtn
            // 
            this.updownphotobtn.Location = new System.Drawing.Point(60, 219);
            this.updownphotobtn.Name = "updownphotobtn";
            this.updownphotobtn.Size = new System.Drawing.Size(75, 23);
            this.updownphotobtn.TabIndex = 1;
            this.updownphotobtn.Text = "上传照片";
            this.updownphotobtn.UseVisualStyleBackColor = true;
            this.updownphotobtn.Click += new System.EventHandler(this.updownphotobtn_Click);
            // 
            // photobox
            // 
            this.photobox.Image = ((System.Drawing.Image)(resources.GetObject("photobox.Image")));
            this.photobox.Location = new System.Drawing.Point(10, 25);
            this.photobox.Name = "photobox";
            this.photobox.Size = new System.Drawing.Size(180, 180);
            this.photobox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.photobox.TabIndex = 0;
            this.photobox.TabStop = false;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.branchtxt);
            this.groupBox1.Controls.Add(this.levelbox);
            this.groupBox1.Controls.Add(this.phonetxt);
            this.groupBox1.Controls.Add(this.positiontxt);
            this.groupBox1.Controls.Add(this.moneytxt);
            this.groupBox1.Controls.Add(this.emailtxt);
            this.groupBox1.Controls.Add(this.birthdaytxt);
            this.groupBox1.Controls.Add(this.repasswordtxt);
            this.groupBox1.Controls.Add(this.passwordtxt);
            this.groupBox1.Controls.Add(this.loginnametxt);
            this.groupBox1.Controls.Add(this.workernametxt);
            this.groupBox1.Controls.Add(this.label12);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.label11);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label10);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Location = new System.Drawing.Point(24, 3);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(263, 360);
            this.groupBox1.TabIndex = 18;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "注册信息";
            // 
            // branchtxt
            // 
            this.branchtxt.FormattingEnabled = true;
            this.branchtxt.Location = new System.Drawing.Point(79, 191);
            this.branchtxt.Name = "branchtxt";
            this.branchtxt.Size = new System.Drawing.Size(121, 20);
            this.branchtxt.TabIndex = 25;
            // 
            // levelbox
            // 
            this.levelbox.Items.Add("1");
            this.levelbox.Items.Add("2");
            this.levelbox.Items.Add("3");
            this.levelbox.Items.Add("4");
            this.levelbox.Items.Add("5");
            this.levelbox.Items.Add("6");
            this.levelbox.Items.Add("7");
            this.levelbox.Items.Add("8");
            this.levelbox.Items.Add("9");
            this.levelbox.Items.Add("10");
            this.levelbox.Location = new System.Drawing.Point(79, 316);
            this.levelbox.Name = "levelbox";
            this.levelbox.Size = new System.Drawing.Size(120, 21);
            this.levelbox.TabIndex = 24;
            // 
            // phonetxt
            // 
            this.phonetxt.Location = new System.Drawing.Point(79, 281);
            this.phonetxt.Name = "phonetxt";
            this.phonetxt.Size = new System.Drawing.Size(160, 21);
            this.phonetxt.TabIndex = 22;
            // 
            // positiontxt
            // 
            this.positiontxt.Location = new System.Drawing.Point(79, 251);
            this.positiontxt.Name = "positiontxt";
            this.positiontxt.Size = new System.Drawing.Size(160, 21);
            this.positiontxt.TabIndex = 21;
            // 
            // moneytxt
            // 
            this.moneytxt.Location = new System.Drawing.Point(79, 221);
            this.moneytxt.Name = "moneytxt";
            this.moneytxt.Size = new System.Drawing.Size(160, 21);
            this.moneytxt.TabIndex = 19;
            // 
            // emailtxt

⌨️ 快捷键说明

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