亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? 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 + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩 欧美一区二区三区| 国产精品系列在线| 亚洲成av人片| 欧美乱妇一区二区三区不卡视频| 亚洲福利视频导航| 欧美变态tickling挠脚心| 精久久久久久久久久久| 久久精品一级爱片| 91蝌蚪国产九色| 午夜欧美视频在线观看 | 综合色天天鬼久久鬼色| jlzzjlzz欧美大全| 亚洲主播在线播放| 精品少妇一区二区三区在线播放| 国产精品99久久久久久似苏梦涵 | 色婷婷综合久久久久中文一区二区 | www国产成人免费观看视频 深夜成人网| 美女视频网站久久| 国产精品美女久久久久久久久| 91高清视频免费看| 国产乱子伦一区二区三区国色天香| 国产视频亚洲色图| 欧美午夜电影网| 精品一区二区免费在线观看| 亚洲视频一区在线观看| 日韩午夜在线观看| 大白屁股一区二区视频| 午夜精品久久久久久久99水蜜桃 | 91精品国产综合久久福利| 国产乱码字幕精品高清av| 亚洲激情自拍视频| www国产成人免费观看视频 深夜成人网| 99麻豆久久久国产精品免费优播| 秋霞电影网一区二区| 国产精品乱人伦中文| 5566中文字幕一区二区电影| www.在线欧美| 婷婷一区二区三区| 亚洲女同一区二区| 国产日韩欧美精品一区| 欧洲中文字幕精品| 成人久久久精品乱码一区二区三区| 五月天一区二区三区| 中文字幕中文字幕一区| 精品99999| 欧美日韩国产123区| 91在线观看地址| 色综合天天综合在线视频| 国产福利一区二区三区在线视频| 午夜久久福利影院| 一区二区三区91| 中文字幕成人在线观看| 精品国偷自产国产一区| 欧美日本高清视频在线观看| 色美美综合视频| 福利一区福利二区| 国产美女av一区二区三区| 奇米在线7777在线精品| 亚洲成人黄色影院| 亚洲精品高清在线| 亚洲免费成人av| 中文字幕在线不卡| ㊣最新国产の精品bt伙计久久| 久久综合成人精品亚洲另类欧美| 欧美一区2区视频在线观看| 欧美三级韩国三级日本一级| 一本一道久久a久久精品综合蜜臀| 成人激情综合网站| 成人动漫av在线| av亚洲精华国产精华精华| 成人免费视频免费观看| 成人av在线电影| 不卡一区在线观看| 99久久综合狠狠综合久久| 99久久精品国产毛片| 91同城在线观看| 色婷婷综合久色| 欧美午夜宅男影院| 欧美久久一区二区| 日韩欧美中文一区| 日韩欧美国产综合| 国产日产欧美一区二区视频| 久久久久国产精品麻豆| 国产色产综合产在线视频| 国产午夜精品一区二区三区视频| 久久婷婷色综合| 国产欧美日韩麻豆91| 国产精品乱人伦中文| 蜜臀99久久精品久久久久久软件| 美女一区二区视频| 国产福利91精品一区二区三区| 成人一级视频在线观看| 91麻豆自制传媒国产之光| 欧美在线观看一区| 日韩欧美二区三区| 国产欧美视频一区二区| 亚洲欧美日韩人成在线播放| 亚洲成人一区在线| 国产一区二区三区在线观看免费视频 | 亚洲欧美国产77777| 亚洲尤物在线视频观看| 男人的j进女人的j一区| 国产麻豆9l精品三级站| av影院午夜一区| 欧美日本在线视频| 精品久久人人做人人爽| 国产精品免费av| 亚洲国产精品一区二区www | 午夜视频在线观看一区二区 | 美脚の诱脚舐め脚责91| 国产精品一二三| 欧洲人成人精品| 精品av久久707| 亚洲日本va午夜在线电影| 天天综合网天天综合色| 国产99久久久国产精品免费看| 91成人免费在线视频| 精品国产乱子伦一区| 综合亚洲深深色噜噜狠狠网站| 美女被吸乳得到大胸91| 91在线精品秘密一区二区| 欧美电视剧在线看免费| 亚洲另类色综合网站| 黑人巨大精品欧美黑白配亚洲| 成人av影视在线观看| 精品国内片67194| 亚洲成人手机在线| 成人免费视频网站在线观看| 日韩一级在线观看| 综合婷婷亚洲小说| 国产成人日日夜夜| 欧美丰满少妇xxxxx高潮对白| 日本一区二区动态图| 日本不卡一区二区| 色婷婷综合久久| 国产精品蜜臀在线观看| 另类小说图片综合网| 久久久精品国产99久久精品芒果| 亚洲一区二区三区四区在线免费观看 | 色噜噜狠狠色综合中国| 精品国产a毛片| 婷婷久久综合九色综合伊人色| 波多野结衣亚洲| 久久婷婷国产综合精品青草 | 精品国产区一区| 亚洲午夜激情网站| 91麻豆精品一区二区三区| 国产拍欧美日韩视频二区| 精品亚洲porn| 91精品国产黑色紧身裤美女| 亚洲高清免费观看高清完整版在线观看| 粉嫩aⅴ一区二区三区四区 | 国产精品久久综合| 国产高清在线精品| 久久综合一区二区| 久久99精品一区二区三区三区| 欧美日韩五月天| 亚洲国产精品久久一线不卡| 色天使色偷偷av一区二区| 亚洲品质自拍视频网站| 91美女福利视频| 亚洲激情图片小说视频| 色婷婷精品久久二区二区蜜臂av | 国产成人在线视频播放| 欧美精品一区二区三区在线播放| 奇米精品一区二区三区在线观看| 91精品久久久久久蜜臀| 免费成人在线影院| 日韩欧美123| 国产一区二区不卡在线| 久久免费视频色| 国产91清纯白嫩初高中在线观看 | 日韩欧美一级二级三级久久久| 蜜臀av性久久久久蜜臀aⅴ四虎| 欧美一区二区视频免费观看| 日韩福利视频网| 欧美草草影院在线视频| 国产精品一区专区| 国产精品视频免费| 91国偷自产一区二区三区成为亚洲经典| 亚洲免费伊人电影| 欧美精品v日韩精品v韩国精品v| 日本不卡一区二区| 欧美精品一区二区三区蜜桃视频| 国产精品资源在线看| 中文字幕在线不卡国产视频| 欧美在线观看视频一区二区| 丝袜美腿成人在线| 久久夜色精品一区| 91性感美女视频| 亚洲成人激情av| 久久久噜噜噜久久人人看 | 国产一区二区三区综合| 国产精品狼人久久影院观看方式| 色婷婷精品大在线视频| 日韩不卡免费视频| 久久精品男人的天堂| 91久久一区二区| 韩国理伦片一区二区三区在线播放| 国产精品久线在线观看|