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

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

?? formqueryemployee.cs

?? 藍山人事管理系統
?? CS
字號:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data ;

namespace BlueHill.BlueHillWindows.SalaryManagement
{
	/// <summary>
	/// FormQueryEmployee 的摘要說明。
	/// </summary>
	public class FormQueryEmployee : System.Windows.Forms.Form
	{
		private DataTable dt;
		public DataTable table
		{
			get
			{ 
				return dt;
			}
		}
		Salary sm=new Salary ();

       private System.Windows.Forms.Button btnQuery;
		private System.Windows.Forms.Button btnCancel;
		private System.Windows.Forms.TextBox txtEmail;
		private System.Windows.Forms.TextBox txtName;
		private System.Windows.Forms.ComboBox CbDepartment;
		private System.Windows.Forms.Label laName;
		private System.Windows.Forms.Label laEmail;
		private System.Windows.Forms.Label laDepartment;
		private System.Windows.Forms.PictureBox pictureBox1;
		private System.Windows.Forms.PictureBox pictureBox2;
		private System.Windows.Forms.PictureBox pictureBox3;
		private System.Windows.Forms.Label label1;
		
		/// 必需的設計器變量。
		
		private System.ComponentModel.Container components = null;

		public FormQueryEmployee()
		{
			
			InitializeComponent();

		
		}

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

		#region Windows 窗體設計器生成的代碼
	
		/// 設計器支持所需的方法 - 不要使用代碼編輯器修改
		/// 此方法的內容。
	
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FormQueryEmployee));
			this.btnQuery = new System.Windows.Forms.Button();
			this.btnCancel = new System.Windows.Forms.Button();
			this.txtEmail = new System.Windows.Forms.TextBox();
			this.txtName = new System.Windows.Forms.TextBox();
			this.CbDepartment = new System.Windows.Forms.ComboBox();
			this.laName = new System.Windows.Forms.Label();
			this.laEmail = new System.Windows.Forms.Label();
			this.laDepartment = new System.Windows.Forms.Label();
			this.pictureBox1 = new System.Windows.Forms.PictureBox();
			this.pictureBox2 = new System.Windows.Forms.PictureBox();
			this.pictureBox3 = new System.Windows.Forms.PictureBox();
			this.label1 = new System.Windows.Forms.Label();
			this.SuspendLayout();
			// 
			// btnQuery
			// 
			this.btnQuery.Location = new System.Drawing.Point(40, 248);
			this.btnQuery.Name = "btnQuery";
			this.btnQuery.TabIndex = 0;
			this.btnQuery.Text = "查詢";
			this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
			// 
			// btnCancel
			// 
			this.btnCancel.Location = new System.Drawing.Point(208, 248);
			this.btnCancel.Name = "btnCancel";
			this.btnCancel.TabIndex = 1;
			this.btnCancel.Text = "取消";
			this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
			// 
			// txtEmail
			// 
			this.txtEmail.Location = new System.Drawing.Point(160, 96);
			this.txtEmail.Name = "txtEmail";
			this.txtEmail.Size = new System.Drawing.Size(176, 21);
			this.txtEmail.TabIndex = 2;
			this.txtEmail.Text = "";
			// 
			// txtName
			// 
			this.txtName.Location = new System.Drawing.Point(160, 40);
			this.txtName.Name = "txtName";
			this.txtName.Size = new System.Drawing.Size(176, 21);
			this.txtName.TabIndex = 3;
			this.txtName.Text = "";
			// 
			// CbDepartment
			// 
			this.CbDepartment.Items.AddRange(new object[] {
															  "人事部  ",
															  "財務部   ",
															  "行政部  ",
															  "銷售部    ",
															  "研發部   ",
															  "娛樂部   ",
															  "信息部      ",
															  "23432243  "});
			this.CbDepartment.Location = new System.Drawing.Point(160, 144);
			this.CbDepartment.Name = "CbDepartment";
			this.CbDepartment.Size = new System.Drawing.Size(176, 20);
			this.CbDepartment.TabIndex = 4;
			// 
			// laName
			// 
			this.laName.Location = new System.Drawing.Point(88, 40);
			this.laName.Name = "laName";
			this.laName.Size = new System.Drawing.Size(56, 24);
			this.laName.TabIndex = 5;
			this.laName.Text = "姓名";
			// 
			// laEmail
			// 
			this.laEmail.Location = new System.Drawing.Point(88, 96);
			this.laEmail.Name = "laEmail";
			this.laEmail.Size = new System.Drawing.Size(56, 24);
			this.laEmail.TabIndex = 6;
			this.laEmail.Text = "電子郵件";
			// 
			// laDepartment
			// 
			this.laDepartment.Location = new System.Drawing.Point(88, 144);
			this.laDepartment.Name = "laDepartment";
			this.laDepartment.Size = new System.Drawing.Size(56, 24);
			this.laDepartment.TabIndex = 7;
			this.laDepartment.Text = "所屬部門";
			// 
			// pictureBox1
			// 
			this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
			this.pictureBox1.Location = new System.Drawing.Point(32, 32);
			this.pictureBox1.Name = "pictureBox1";
			this.pictureBox1.Size = new System.Drawing.Size(24, 32);
			this.pictureBox1.TabIndex = 8;
			this.pictureBox1.TabStop = false;
			// 
			// pictureBox2
			// 
			this.pictureBox2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox2.BackgroundImage")));
			this.pictureBox2.Location = new System.Drawing.Point(24, 88);
			this.pictureBox2.Name = "pictureBox2";
			this.pictureBox2.Size = new System.Drawing.Size(32, 24);
			this.pictureBox2.TabIndex = 9;
			this.pictureBox2.TabStop = false;
			// 
			// pictureBox3
			// 
			this.pictureBox3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox3.BackgroundImage")));
			this.pictureBox3.Location = new System.Drawing.Point(24, 136);
			this.pictureBox3.Name = "pictureBox3";
			this.pictureBox3.Size = new System.Drawing.Size(40, 32);
			this.pictureBox3.TabIndex = 10;
			this.pictureBox3.TabStop = false;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(0, 192);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(352, 23);
			this.label1.TabIndex = 11;
			this.label1.Text = "__________________________________________________________";
			// 
			// FormQueryEmployee
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
			this.ClientSize = new System.Drawing.Size(352, 277);
			this.ControlBox = false;
			this.Controls.Add(this.label1);
			this.Controls.Add(this.pictureBox3);
			this.Controls.Add(this.pictureBox2);
			this.Controls.Add(this.pictureBox1);
			this.Controls.Add(this.laDepartment);
			this.Controls.Add(this.laEmail);
			this.Controls.Add(this.laName);
			this.Controls.Add(this.CbDepartment);
			this.Controls.Add(this.txtName);
			this.Controls.Add(this.txtEmail);
			this.Controls.Add(this.btnCancel);
			this.Controls.Add(this.btnQuery);
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormQueryEmployee";
			this.Text = "員工查詢";
			this.ResumeLayout(false);

		}
		#endregion

		private void btnCancel_Click(object sender, System.EventArgs e)
		{
			this.Close ();
		}

		private void btnQuery_Click(object sender, System.EventArgs e)
		{
			string name=this.txtName .Text ;
			string email=this.txtEmail.Text ;
			string deptName=CbDepartment.Text;
			dt=sm.SearchEmployee(name,email,deptName);

			btnQuery.DialogResult =DialogResult.OK ;;
		}

	
	}
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩一区二区电影网| 国产成人精品一区二区三区网站观看| 久久久久久久久久美女| 欧美一区二区在线看| 911精品产国品一二三产区| 在线视频你懂得一区| 91久久精品一区二区三| 欧美日韩国产小视频| 欧美日韩国产高清一区二区三区| 在线电影国产精品| 日韩欧美国产综合| 久久影院视频免费| 国产精品国产自产拍高清av | 欧美三级电影网站| 欧洲亚洲精品在线| 日韩视频免费观看高清完整版| 欧美一二三四区在线| 久久久精品综合| 亚洲视频一区二区免费在线观看| 亚洲男人的天堂在线观看| 亚洲一区二区三区三| 日韩高清不卡在线| 国产aⅴ综合色| 91浏览器打开| 日韩视频一区二区| 国产精品卡一卡二| 日本成人在线网站| 东方aⅴ免费观看久久av| 色诱视频网站一区| 精品黑人一区二区三区久久| 国产精品精品国产色婷婷| 污片在线观看一区二区| 国产一区不卡在线| 欧美日韩精品专区| 国产欧美一区二区精品婷婷 | 久久99国产精品麻豆| 成人免费精品视频| 欧美区视频在线观看| 精品99999| 亚洲va欧美va国产va天堂影院| 国产一区二区不卡在线| 欧美体内she精高潮| 国产女人18水真多18精品一级做| 亚洲一级二级在线| 国产成人精品免费| 精品国产伦理网| 亚洲成av人影院在线观看网| 国产69精品一区二区亚洲孕妇| 欧美日韩一区 二区 三区 久久精品| 久久久亚洲精品一区二区三区 | 久久久精品黄色| 婷婷久久综合九色国产成人| 91原创在线视频| 久久久精品综合| 久久er99精品| 91精品婷婷国产综合久久竹菊| 国产精品九色蝌蚪自拍| 国产一区二区不卡| 精品国产污网站| 日本不卡不码高清免费观看| 欧美私人免费视频| 亚洲人成7777| 色综合天天性综合| 中文av一区特黄| 国产99久久久精品| 久久青草欧美一区二区三区| 秋霞影院一区二区| 日韩精品在线一区二区| 日韩国产在线观看一区| 精品污污网站免费看| 亚洲国产日韩综合久久精品| 色综合久久综合网欧美综合网| 久久久久久久久99精品| 国产在线乱码一区二区三区| 精品少妇一区二区三区免费观看| 日本不卡的三区四区五区| 欧美一区二区美女| 麻豆一区二区三| 久久综合五月天婷婷伊人| 国产麻豆视频一区| 中文字幕av一区二区三区免费看 | 免费高清在线视频一区·| 欧美日韩精品专区| 奇米影视在线99精品| 欧美刺激午夜性久久久久久久 | 亚洲免费av高清| 欧美三片在线视频观看| 日韩成人伦理电影在线观看| 欧美成人性福生活免费看| 国产一区日韩二区欧美三区| 日本一区二区免费在线| 99r精品视频| 视频一区欧美日韩| 欧美videofree性高清杂交| 国产a精品视频| 亚洲综合男人的天堂| 日韩一区二区免费视频| 国产成人午夜视频| 一区二区三区 在线观看视频| 欧美一级xxx| 波多野结衣的一区二区三区| 亚洲成人综合网站| 久久综合狠狠综合久久综合88| 91在线码无精品| 美女网站在线免费欧美精品| 亚洲欧洲日韩一区二区三区| 欧美丰满一区二区免费视频| 激情五月婷婷综合网| 亚洲美女少妇撒尿| 337p粉嫩大胆色噜噜噜噜亚洲| 99精品久久久久久| 久久99精品国产麻豆婷婷洗澡| 综合欧美亚洲日本| 欧美成人免费网站| 一本久道久久综合中文字幕| 另类小说色综合网站| 亚洲免费在线电影| 久久久777精品电影网影网| 欧美日韩在线三区| 大尺度一区二区| 美女性感视频久久| 亚洲一区二区三区免费视频| 国产精品天干天干在线综合| 91精品国产色综合久久| 色呦呦一区二区三区| 国产成人亚洲综合a∨婷婷图片| 肉肉av福利一精品导航| 亚洲欧美中日韩| 久久精品一二三| 日韩欧美一级在线播放| 欧美色区777第一页| 99久久精品国产毛片| 国产成人在线网站| 九九精品一区二区| 美腿丝袜在线亚洲一区| 偷拍日韩校园综合在线| 亚洲精品乱码久久久久| 中文字幕一区av| 国产午夜久久久久| 欧美成人福利视频| 日韩一级片网站| 3d动漫精品啪啪1区2区免费| 欧美色偷偷大香| 精品视频999| 91.com在线观看| 91精品国产综合久久精品app| 欧洲激情一区二区| 色偷偷久久一区二区三区| 99re免费视频精品全部| 不卡视频一二三四| 成a人片国产精品| 91丝袜美女网| 91国在线观看| 欧美日韩在线亚洲一区蜜芽| 欧美裸体bbwbbwbbw| 在线播放国产精品二区一二区四区| 在线看一区二区| 欧美高清激情brazzers| 欧美一区二区播放| 精品999在线播放| 国产欧美一区二区精品性| 国产精品电影一区二区三区| 中文字幕一区二区视频| 亚洲乱码国产乱码精品精可以看 | 91精品麻豆日日躁夜夜躁| 在线播放/欧美激情| 欧美tk丨vk视频| 久久影院视频免费| 中文字幕综合网| 亚洲1区2区3区视频| 久久99精品一区二区三区三区| 极品美女销魂一区二区三区| 成人成人成人在线视频| 在线观看日韩国产| 欧美一区二区三区在线观看| 久久免费的精品国产v∧| 中文字幕一区二区三区色视频 | 久久综合久色欧美综合狠狠| 国产欧美视频一区二区三区| 一区二区三区四区不卡视频| 日本亚洲视频在线| 成人av高清在线| 777xxx欧美| 国产精品美女久久福利网站| 午夜视频在线观看一区| 国产成人亚洲精品狼色在线| 欧美伊人久久久久久久久影院 | 亚洲h精品动漫在线观看| 激情欧美一区二区| 欧美中文字幕亚洲一区二区va在线 | 欧美精品tushy高清| 国产婷婷色一区二区三区在线| 亚洲欧美日韩精品久久久久| 日韩精品电影一区亚洲| 成人av网站在线| 日韩欧美综合一区| 一区二区三区在线看| 国产一区二区三区四区在线观看| 91麻豆6部合集magnet| 久久午夜国产精品|