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

📄 saler.cs

📁 软件工程的课程作业
💻 CS
📖 第 1 页 / 共 2 页
字号:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;

namespace PSMS
{
	/// <summary>
	/// saler 的摘要说明。
	/// </summary>
	public class saler : System.Windows.Forms.Form
	{
		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.Label label11;
		private System.Windows.Forms.Label label12;
		private System.Windows.Forms.Label label13;
		private System.Windows.Forms.Label label14;
		private System.Windows.Forms.Label label15;
		private System.Windows.Forms.Label label16;
		public System.Windows.Forms.TextBox SalerID;
		public System.Windows.Forms.TextBox SalerName;
		public System.Windows.Forms.TextBox SalerBirthday;
		public System.Windows.Forms.TextBox SalerAcount;
		public System.Windows.Forms.TextBox SalerPwd;
		public System.Windows.Forms.TextBox SWorkPhone;
		public System.Windows.Forms.TextBox SCellPhone;
		public System.Windows.Forms.TextBox SHomePhone;
		public System.Windows.Forms.TextBox SOtherPhone;
		public System.Windows.Forms.TextBox SEmail;
		public System.Windows.Forms.TextBox OnDuty;
		public System.Windows.Forms.TextBox OffDuty;
		public System.Windows.Forms.TextBox SNote;
		public System.Windows.Forms.Button ssubmit;
		public System.Windows.Forms.Button sreset;
		public System.Windows.Forms.ComboBox SalerSex;
		public System.Windows.Forms.ComboBox SalerDuty;
		public System.Windows.Forms.ComboBox SalerLevel;
		private System.Windows.Forms.Label label18;
		private System.Windows.Forms.Label label19;
		private System.Windows.Forms.Label label20;
		private System.Windows.Forms.Label label21;
		/// <summary>
		/// 必需的设计器变量。
		/// </summary>
		private System.ComponentModel.Container components = null;

		public saler()
		{
			//
			// Windows 窗体设计器支持所必需的
			//
			InitializeComponent();

			//
			// TODO: 在 InitializeComponent 调用后添加任何构造函数代码
			//
		}

		/// <summary>
		/// 清理所有正在使用的资源。
		/// </summary>
		protected override void Dispose( bool disposing )
		{
			if( disposing )
			{
				if(components != null)
				{
					components.Dispose();
				}
			}
			base.Dispose( disposing );
		}

		#region Windows 窗体设计器生成的代码
		/// <summary>
		/// 设计器支持所需的方法 - 不要使用代码编辑器修改
		/// 此方法的内容。
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(saler));
			this.label1 = new System.Windows.Forms.Label();
			this.SalerID = new System.Windows.Forms.TextBox();
			this.label2 = new System.Windows.Forms.Label();
			this.SalerName = new System.Windows.Forms.TextBox();
			this.label3 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.SalerBirthday = new System.Windows.Forms.TextBox();
			this.label5 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.label7 = new System.Windows.Forms.Label();
			this.SalerAcount = new System.Windows.Forms.TextBox();
			this.label8 = new System.Windows.Forms.Label();
			this.SalerPwd = new System.Windows.Forms.TextBox();
			this.label9 = new System.Windows.Forms.Label();
			this.SWorkPhone = new System.Windows.Forms.TextBox();
			this.label10 = new System.Windows.Forms.Label();
			this.SCellPhone = new System.Windows.Forms.TextBox();
			this.label11 = new System.Windows.Forms.Label();
			this.SHomePhone = new System.Windows.Forms.TextBox();
			this.label12 = new System.Windows.Forms.Label();
			this.SOtherPhone = new System.Windows.Forms.TextBox();
			this.label13 = new System.Windows.Forms.Label();
			this.SEmail = new System.Windows.Forms.TextBox();
			this.label14 = new System.Windows.Forms.Label();
			this.OnDuty = new System.Windows.Forms.TextBox();
			this.label15 = new System.Windows.Forms.Label();
			this.OffDuty = new System.Windows.Forms.TextBox();
			this.label16 = new System.Windows.Forms.Label();
			this.SNote = new System.Windows.Forms.TextBox();
			this.ssubmit = new System.Windows.Forms.Button();
			this.sreset = new System.Windows.Forms.Button();
			this.SalerSex = new System.Windows.Forms.ComboBox();
			this.SalerDuty = new System.Windows.Forms.ComboBox();
			this.SalerLevel = new System.Windows.Forms.ComboBox();
			this.label18 = new System.Windows.Forms.Label();
			this.label19 = new System.Windows.Forms.Label();
			this.label20 = new System.Windows.Forms.Label();
			this.label21 = new System.Windows.Forms.Label();
			this.SuspendLayout();
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(16, 16);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(48, 16);
			this.label1.TabIndex = 0;
			this.label1.Text = "ID:";
			// 
			// SalerID
			// 
			this.SalerID.Location = new System.Drawing.Point(56, 16);
			this.SalerID.Name = "SalerID";
			this.SalerID.Size = new System.Drawing.Size(72, 21);
			this.SalerID.TabIndex = 1;
			this.SalerID.Text = "";
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(152, 16);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(48, 16);
			this.label2.TabIndex = 2;
			this.label2.Text = "姓名:";
			// 
			// SalerName
			// 
			this.SalerName.Location = new System.Drawing.Point(200, 16);
			this.SalerName.Name = "SalerName";
			this.SalerName.Size = new System.Drawing.Size(80, 21);
			this.SalerName.TabIndex = 3;
			this.SalerName.Text = "";
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(16, 56);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(48, 16);
			this.label3.TabIndex = 4;
			this.label3.Text = "性别:";
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(152, 56);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(48, 16);
			this.label4.TabIndex = 6;
			this.label4.Text = "生日:";
			// 
			// SalerBirthday
			// 
			this.SalerBirthday.Location = new System.Drawing.Point(200, 56);
			this.SalerBirthday.Name = "SalerBirthday";
			this.SalerBirthday.Size = new System.Drawing.Size(104, 21);
			this.SalerBirthday.TabIndex = 7;
			this.SalerBirthday.Text = "";
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(16, 96);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(48, 16);
			this.label5.TabIndex = 8;
			this.label5.Text = "职位:";
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(152, 96);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(48, 16);
			this.label6.TabIndex = 10;
			this.label6.Text = "学历:";
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(16, 136);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(48, 16);
			this.label7.TabIndex = 12;
			this.label7.Text = "帐号:";
			// 
			// SalerAcount
			// 
			this.SalerAcount.Location = new System.Drawing.Point(56, 136);
			this.SalerAcount.Name = "SalerAcount";
			this.SalerAcount.Size = new System.Drawing.Size(72, 21);
			this.SalerAcount.TabIndex = 13;
			this.SalerAcount.Text = "";
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(152, 136);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(48, 16);
			this.label8.TabIndex = 14;
			this.label8.Text = "密码:";
			// 
			// SalerPwd
			// 
			this.SalerPwd.Location = new System.Drawing.Point(200, 136);
			this.SalerPwd.Name = "SalerPwd";
			this.SalerPwd.Size = new System.Drawing.Size(80, 21);
			this.SalerPwd.TabIndex = 15;
			this.SalerPwd.Text = "";
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(0, 176);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(64, 16);
			this.label9.TabIndex = 16;
			this.label9.Text = "办公电话:";
			// 
			// SWorkPhone
			// 
			this.SWorkPhone.Location = new System.Drawing.Point(56, 176);
			this.SWorkPhone.Name = "SWorkPhone";
			this.SWorkPhone.Size = new System.Drawing.Size(80, 21);
			this.SWorkPhone.TabIndex = 17;
			this.SWorkPhone.Text = "";
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(152, 176);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(48, 16);
			this.label10.TabIndex = 18;
			this.label10.Text = "手机:";
			// 
			// SCellPhone
			// 
			this.SCellPhone.Location = new System.Drawing.Point(200, 176);
			this.SCellPhone.Name = "SCellPhone";
			this.SCellPhone.Size = new System.Drawing.Size(88, 21);
			this.SCellPhone.TabIndex = 19;
			this.SCellPhone.Text = "";
			// 
			// label11
			// 
			this.label11.Location = new System.Drawing.Point(0, 216);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(72, 16);
			this.label11.TabIndex = 20;

⌨️ 快捷键说明

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