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

📄 frmadduserredeploy.designer.cs

📁 随着我国市场经济的快速发展
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.label9.Text = "调动日期:";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(12, 228);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(65, 12);
            this.label10.TabIndex = 10;
            this.label10.Text = "调动说明:";
            // 
            // txtname
            // 
            this.txtname.Enabled = false;
            this.txtname.Location = new System.Drawing.Point(292, 34);
            this.txtname.Name = "txtname";
            this.txtname.Size = new System.Drawing.Size(121, 21);
            this.txtname.TabIndex = 12;
            // 
            // txtpay1
            // 
            this.txtpay1.Enabled = false;
            this.txtpay1.Location = new System.Drawing.Point(74, 150);
            this.txtpay1.Name = "txtpay1";
            this.txtpay1.Size = new System.Drawing.Size(120, 21);
            this.txtpay1.TabIndex = 17;
            // 
            // txtexplain
            // 
            this.txtexplain.Location = new System.Drawing.Point(74, 228);
            this.txtexplain.Multiline = true;
            this.txtexplain.Name = "txtexplain";
            this.txtexplain.Size = new System.Drawing.Size(353, 116);
            this.txtexplain.TabIndex = 20;
            // 
            // cbbnum
            // 
            this.cbbnum.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbbnum.FormattingEnabled = true;
            this.cbbnum.Location = new System.Drawing.Point(74, 34);
            this.cbbnum.Name = "cbbnum";
            this.cbbnum.Size = new System.Drawing.Size(121, 20);
            this.cbbnum.TabIndex = 21;
            this.cbbnum.SelectedIndexChanged += new System.EventHandler(this.cbbnum_SelectedIndexChanged);
            // 
            // cbbdep2
            // 
            this.cbbdep2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbbdep2.FormattingEnabled = true;
            this.cbbdep2.Location = new System.Drawing.Point(292, 70);
            this.cbbdep2.Name = "cbbdep2";
            this.cbbdep2.Size = new System.Drawing.Size(121, 20);
            this.cbbdep2.TabIndex = 23;
            // 
            // cbbjob2
            // 
            this.cbbjob2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbbjob2.FormattingEnabled = true;
            this.cbbjob2.Location = new System.Drawing.Point(292, 113);
            this.cbbjob2.Name = "cbbjob2";
            this.cbbjob2.Size = new System.Drawing.Size(121, 20);
            this.cbbjob2.TabIndex = 25;
            // 
            // txtdep1
            // 
            this.txtdep1.Enabled = false;
            this.txtdep1.Location = new System.Drawing.Point(73, 69);
            this.txtdep1.Name = "txtdep1";
            this.txtdep1.Size = new System.Drawing.Size(121, 21);
            this.txtdep1.TabIndex = 26;
            // 
            // txtjob1
            // 
            this.txtjob1.Enabled = false;
            this.txtjob1.Location = new System.Drawing.Point(73, 110);
            this.txtjob1.Name = "txtjob1";
            this.txtjob1.Size = new System.Drawing.Size(121, 21);
            this.txtjob1.TabIndex = 27;
            // 
            // txtdate
            // 
            this.txtdate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.txtdate.Location = new System.Drawing.Point(74, 185);
            this.txtdate.Name = "txtdate";
            this.txtdate.Size = new System.Drawing.Size(121, 21);
            this.txtdate.TabIndex = 31;
            // 
            // txtNewPay
            // 
            this.txtNewPay.Location = new System.Drawing.Point(292, 150);
            this.txtNewPay.Name = "txtNewPay";
            this.txtNewPay.Size = new System.Drawing.Size(121, 21);
            this.txtNewPay.TabIndex = 32;
            this.txtNewPay.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtNewPay_KeyPress_1);
            // 
            // frmAddUserRedeploy
            // 
            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(437, 356);
            this.Controls.Add(this.txtNewPay);
            this.Controls.Add(this.txtdate);
            this.Controls.Add(this.txtjob1);
            this.Controls.Add(this.txtdep1);
            this.Controls.Add(this.cbbjob2);
            this.Controls.Add(this.cbbdep2);
            this.Controls.Add(this.cbbnum);
            this.Controls.Add(this.txtexplain);
            this.Controls.Add(this.txtpay1);
            this.Controls.Add(this.txtname);
            this.Controls.Add(this.label10);
            this.Controls.Add(this.label9);
            this.Controls.Add(this.label8);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.label6);
            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.Controls.Add(this.menuStrip1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.menuStrip1;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "frmAddUserRedeploy";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "增加人员调动信息";
            this.Load += new System.EventHandler(this.frmAddUserRedeploy_Load);
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.MenuStrip menuStrip1;
        private System.Windows.Forms.ToolStripMenuItem 增加ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem;
        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 label6;
        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.TextBox txtname;
        private System.Windows.Forms.TextBox txtpay1;
        private System.Windows.Forms.TextBox txtexplain;
        private System.Windows.Forms.ComboBox cbbnum;
        private System.Windows.Forms.ComboBox cbbdep2;
        private System.Windows.Forms.ComboBox cbbjob2;
        private System.Windows.Forms.TextBox txtdep1;
        private System.Windows.Forms.TextBox txtjob1;
        private System.Windows.Forms.DateTimePicker txtdate;
        private System.Windows.Forms.TextBox txtNewPay;
    }
}

⌨️ 快捷键说明

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