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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? fromdepartmentdetails.cs

?? 藍(lán)山人事管理系統(tǒng)
?? CS
字號(hào):
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.IO ;

namespace BlueHill.BlueHillWindows.DepartmentManagement
{
	/// <summary>
	/// FromDepartmentDetails 的摘要說明。
	/// </summary>
	public class FromDepartmentDetails : System.Windows.Forms.Form
	{
		private System.Windows.Forms.Button btnOK;
		private System.Windows.Forms.GroupBox groupBox2;
		private System.Windows.Forms.TextBox txtEmail;
		private System.Windows.Forms.TextBox txtLoginName;
		private System.Windows.Forms.TextBox txtName;
		private System.Windows.Forms.Label txtEmailLb;
		private System.Windows.Forms.Label txtLoginNameLb;
		private System.Windows.Forms.Label txtNameLb;
		private System.Windows.Forms.PictureBox EmployeePic;
		private System.Windows.Forms.GroupBox groupBox1;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.DataGrid grdEmployee;
		/// <summary>
		/// 必需的設(shè)計(jì)器變量。
		/// </summary>
		private System.ComponentModel.Container components = null;		
		private string deptName;
		DepartDetail dept = null;

		public FromDepartmentDetails(string nodetext)
		{
			//
			// Windows 窗體設(shè)計(jì)器支持所必需的
			//
			InitializeComponent();
            deptName=nodetext;
			//
			// TODO: 在 InitializeComponent 調(diào)用后添加任何構(gòu)造函數(shù)代碼
			//
		}

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

		#region Windows 窗體設(shè)計(jì)器生成的代碼
		/// <summary>
		/// 設(shè)計(jì)器支持所需的方法 - 不要使用代碼編輯器修改
		/// 此方法的內(nèi)容。
		/// </summary>
		private void InitializeComponent()
		{
			this.btnOK = new System.Windows.Forms.Button();
			this.grdEmployee = new System.Windows.Forms.DataGrid();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.txtEmail = new System.Windows.Forms.TextBox();
			this.txtLoginName = new System.Windows.Forms.TextBox();
			this.txtName = new System.Windows.Forms.TextBox();
			this.txtEmailLb = new System.Windows.Forms.Label();
			this.txtLoginNameLb = new System.Windows.Forms.Label();
			this.txtNameLb = new System.Windows.Forms.Label();
			this.EmployeePic = new System.Windows.Forms.PictureBox();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.label2 = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			((System.ComponentModel.ISupportInitialize)(this.grdEmployee)).BeginInit();
			this.groupBox2.SuspendLayout();
			this.groupBox1.SuspendLayout();
			this.SuspendLayout();
			// 
			// btnOK
			// 
			this.btnOK.Location = new System.Drawing.Point(288, 400);
			this.btnOK.Name = "btnOK";
			this.btnOK.TabIndex = 7;
			this.btnOK.Text = "確定";
			this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
			// 
			// grdEmployee
			// 
			this.grdEmployee.DataMember = "";
			this.grdEmployee.HeaderForeColor = System.Drawing.SystemColors.ControlText;
			this.grdEmployee.Location = new System.Drawing.Point(16, 264);
			this.grdEmployee.Name = "grdEmployee";
			this.grdEmployee.Size = new System.Drawing.Size(376, 120);
			this.grdEmployee.TabIndex = 6;
			this.grdEmployee.CurrentCellChanged += new System.EventHandler(this.grdEmployee_CurrentCellChanged);
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.txtEmail);
			this.groupBox2.Controls.Add(this.txtLoginName);
			this.groupBox2.Controls.Add(this.txtName);
			this.groupBox2.Controls.Add(this.txtEmailLb);
			this.groupBox2.Controls.Add(this.txtLoginNameLb);
			this.groupBox2.Controls.Add(this.txtNameLb);
			this.groupBox2.Controls.Add(this.EmployeePic);
			this.groupBox2.Location = new System.Drawing.Point(16, 112);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(368, 144);
			this.groupBox2.TabIndex = 5;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "員工";
			// 
			// txtEmail
			// 
			this.txtEmail.Location = new System.Drawing.Point(240, 104);
			this.txtEmail.Name = "txtEmail";
			this.txtEmail.ReadOnly = true;
			this.txtEmail.Size = new System.Drawing.Size(120, 21);
			this.txtEmail.TabIndex = 6;
			this.txtEmail.Text = "";
			// 
			// txtLoginName
			// 
			this.txtLoginName.Location = new System.Drawing.Point(240, 72);
			this.txtLoginName.Name = "txtLoginName";
			this.txtLoginName.ReadOnly = true;
			this.txtLoginName.Size = new System.Drawing.Size(120, 21);
			this.txtLoginName.TabIndex = 5;
			this.txtLoginName.Text = "";
			// 
			// txtName
			// 
			this.txtName.Location = new System.Drawing.Point(240, 40);
			this.txtName.Name = "txtName";
			this.txtName.ReadOnly = true;
			this.txtName.Size = new System.Drawing.Size(120, 21);
			this.txtName.TabIndex = 4;
			this.txtName.Text = "";
			// 
			// txtEmailLb
			// 
			this.txtEmailLb.Location = new System.Drawing.Point(168, 104);
			this.txtEmailLb.Name = "txtEmailLb";
			this.txtEmailLb.Size = new System.Drawing.Size(56, 16);
			this.txtEmailLb.TabIndex = 3;
			this.txtEmailLb.Text = "電子郵件";
			this.txtEmailLb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// txtLoginNameLb
			// 
			this.txtLoginNameLb.Location = new System.Drawing.Point(168, 72);
			this.txtLoginNameLb.Name = "txtLoginNameLb";
			this.txtLoginNameLb.Size = new System.Drawing.Size(56, 16);
			this.txtLoginNameLb.TabIndex = 2;
			this.txtLoginNameLb.Text = "登錄名";
			this.txtLoginNameLb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// txtNameLb
			// 
			this.txtNameLb.Location = new System.Drawing.Point(168, 40);
			this.txtNameLb.Name = "txtNameLb";
			this.txtNameLb.Size = new System.Drawing.Size(56, 16);
			this.txtNameLb.TabIndex = 1;
			this.txtNameLb.Text = "姓名";
			this.txtNameLb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// EmployeePic
			// 
			this.EmployeePic.Location = new System.Drawing.Point(16, 24);
			this.EmployeePic.Name = "EmployeePic";
			this.EmployeePic.Size = new System.Drawing.Size(112, 112);
			this.EmployeePic.TabIndex = 0;
			this.EmployeePic.TabStop = false;
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.label2);
			this.groupBox1.Controls.Add(this.label1);
			this.groupBox1.Location = new System.Drawing.Point(16, 16);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(312, 80);
			this.groupBox1.TabIndex = 4;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "部門";
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(168, 32);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(120, 32);
			this.label2.TabIndex = 1;
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(24, 32);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(104, 32);
			this.label1.TabIndex = 0;
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// FromDepartmentDetails
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
			this.ClientSize = new System.Drawing.Size(408, 429);
			this.Controls.Add(this.btnOK);
			this.Controls.Add(this.grdEmployee);
			this.Controls.Add(this.groupBox2);
			this.Controls.Add(this.groupBox1);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.Name = "FromDepartmentDetails";
			this.Text = "部門明細(xì)";
			this.Load += new System.EventHandler(this.FromDepartmentDetails_Load);
			((System.ComponentModel.ISupportInitialize)(this.grdEmployee)).EndInit();
			this.groupBox2.ResumeLayout(false);
			this.groupBox1.ResumeLayout(false);
			this.ResumeLayout(false);

		}
		#endregion

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

		private void FromDepartmentDetails_Load(object sender, System.EventArgs e)
		{
			this.label1.Text=deptName;
			dept = new DepartDetail();
			dept.deptname=this.label1.Text;
			this.grdEmployee.DataSource = dept.displayemployee().Tables[0];
			this.label2.Text = dept.ds.Tables[0].Rows.Count.ToString()+"人";
		}

		private void grdEmployee_CurrentCellChanged(object sender, System.EventArgs e)
		{
			this.txtName.Text=dept.ds.Tables[0].Rows[this.grdEmployee.CurrentRowIndex] ["Name"].ToString();
			this.txtLoginName .Text=dept.ds.Tables[0].Rows[this.grdEmployee.CurrentRowIndex] ["LoginName"].ToString();
			this.txtEmail.Text=dept.ds.Tables[0].Rows[this.grdEmployee.CurrentRowIndex] ["Email"].ToString();
			//this.empicture.Image=dept.ds.Tables[0].Rows[this.grdEmployee.CurrentRowIndex] ["PhotoImage"];
			if (!(grdEmployee[grdEmployee.CurrentRowIndex,13] is Byte[]))
			{
				MessageBox.Show("沒有此員工的照片!");
			}
			else
			{
				byte[] imgb=(byte[])grdEmployee[grdEmployee.CurrentRowIndex,13];
				MemoryStream ms=new MemoryStream(imgb);
				EmployeePic.Image=Image.FromStream(ms);
			}
		}
	}
}

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产日本欧美一区二区| 欧美一级日韩免费不卡| 国产精品水嫩水嫩| 成人av免费观看| 亚洲精品欧美激情| 欧美日韩中文字幕一区| 人人狠狠综合久久亚洲| www国产精品av| 成人免费黄色大片| 一区二区欧美视频| 日韩视频免费观看高清在线视频| 久久成人精品无人区| 中文字幕免费一区| 欧美日免费三级在线| 激情av综合网| 亚洲激情网站免费观看| 6080日韩午夜伦伦午夜伦| 国产一区二区三区av电影 | 日韩中文字幕1| 精品国产乱码久久久久久久| 成人综合婷婷国产精品久久蜜臀| 亚洲精品日韩一| 精品国产免费久久| 91视频国产资源| 捆绑调教一区二区三区| 国产精品黄色在线观看| 欧美久久一区二区| a在线欧美一区| 伦理电影国产精品| 亚洲人123区| 久久免费的精品国产v∧| 欧美日韩一二三区| 成人在线一区二区三区| 蜜桃久久精品一区二区| 国产精品久久精品日日| 精品国精品国产| 欧美午夜寂寞影院| 成人美女视频在线看| 美女mm1313爽爽久久久蜜臀| 亚洲女同ⅹxx女同tv| 精品国产乱码久久久久久浪潮| 欧亚一区二区三区| 成人黄色777网| 韩国精品久久久| 秋霞午夜av一区二区三区 | 亚洲一二三区视频在线观看| 欧美精品一区二区三区高清aⅴ| 色天使久久综合网天天| 成人午夜电影小说| 国产一区二区视频在线| 亚洲va国产va欧美va观看| 亚洲天堂久久久久久久| 久久久久国产一区二区三区四区| 欧美女孩性生活视频| 欧美综合一区二区三区| av在线播放一区二区三区| 国产一区二区福利视频| 蜜乳av一区二区三区| 天天综合天天综合色| 一区二区国产盗摄色噜噜| 国产精品久久久久影院老司| 久久九九全国免费| 久久久久国产免费免费 | 成人国产亚洲欧美成人综合网| 久久国产夜色精品鲁鲁99| 午夜成人免费视频| 爽爽淫人综合网网站| 亚洲成在人线在线播放| 亚洲第一会所有码转帖| 亚洲成人久久影院| 天天射综合影视| 日本成人在线电影网| 青草av.久久免费一区| 爽爽淫人综合网网站| 日韩二区三区在线观看| 日韩av中文在线观看| 免费人成精品欧美精品| 久久国产精品99久久人人澡| 久久99精品一区二区三区| 国内精品国产成人| 国产a区久久久| av中文字幕在线不卡| 91浏览器入口在线观看| 欧美午夜寂寞影院| 欧美一激情一区二区三区| 日韩欧美的一区| 久久综合九色欧美综合狠狠| 欧美激情一区二区三区| 亚洲视频免费在线观看| 亚洲综合偷拍欧美一区色| 午夜亚洲福利老司机| 精品中文字幕一区二区| 成人午夜在线免费| 在线欧美一区二区| 日韩视频免费直播| 中文字幕乱码亚洲精品一区| 亚洲黄色在线视频| 人妖欧美一区二区| 国产91综合一区在线观看| 色综合久久九月婷婷色综合| 欧美日韩美少妇| www国产精品av| 亚洲精品视频自拍| 麻豆精品久久精品色综合| 国产成人三级在线观看| 欧美亚洲一区二区三区四区| 日韩欧美色综合网站| 亚洲欧洲美洲综合色网| 奇米777欧美一区二区| 国产精品一区二区免费不卡 | 高清在线不卡av| 色噜噜狠狠成人中文综合| 欧美一区国产二区| 国产精品福利一区| 午夜精品久久久久久| 成人免费的视频| 日韩一区二区免费高清| 亚洲男人的天堂在线观看| 极品少妇xxxx精品少妇偷拍| 91麻豆福利精品推荐| 精品国产亚洲一区二区三区在线观看| 亚洲美女视频在线观看| 精品一区二区影视| 欧美亚洲综合色| 国产精品无人区| 免费观看一级特黄欧美大片| 91色综合久久久久婷婷| 久久女同性恋中文字幕| 午夜精品一区二区三区三上悠亚| 国产69精品一区二区亚洲孕妇| 3d成人动漫网站| 亚洲美女视频一区| 风间由美性色一区二区三区| 欧美一级片在线| 伊人开心综合网| 成人一区二区三区视频在线观看| 91精品国产综合久久精品| 亚洲欧洲综合另类在线| 国产91丝袜在线播放0| 日韩精品一区二区三区在线观看 | 欧美日韩高清不卡| 亚洲欧美偷拍另类a∨色屁股| 国产一二三精品| 日韩午夜av电影| 舔着乳尖日韩一区| 精品婷婷伊人一区三区三| 亚洲欧美综合色| 成人av影院在线| 国产欧美一区二区精品性色超碰 | 制服丝袜国产精品| 亚洲国产欧美另类丝袜| 91日韩一区二区三区| 国产精品久久久久久久久搜平片 | 欧美极品aⅴ影院| 精品一区二区三区在线播放 | 国产精品欧美经典| 国产成人在线网站| 国产日韩欧美精品一区| 国产乱码字幕精品高清av| 精品国产伦一区二区三区免费| 蜜臀久久99精品久久久久宅男| 欧美美女视频在线观看| 午夜欧美视频在线观看| 欧美日韩精品一区视频| 视频在线观看一区| 日韩欧美高清一区| 韩国欧美国产一区| 国产亚洲精品超碰| 国产成人av一区二区三区在线| 精品国产一二三区| 国产激情偷乱视频一区二区三区| 久久久夜色精品亚洲| 成人精品国产一区二区4080| 国产精品久久久久9999吃药| 91同城在线观看| 亚洲最大成人网4388xx| 欧美日韩aaaaaa| 麻豆成人av在线| 国产视频一区二区在线| 北岛玲一区二区三区四区| 亚洲视频一二三区| 欧美精品视频www在线观看| 日本sm残虐另类| 久久久蜜桃精品| 91丝袜国产在线播放| 五月天一区二区三区| 精品久久国产97色综合| 国产**成人网毛片九色| 亚洲综合免费观看高清完整版在线| 精品视频一区三区九区| 久久精品久久综合| 日韩美女视频一区二区| 欧美精品电影在线播放| 国内久久婷婷综合| 亚洲三级理论片| 日韩你懂的在线播放| 成人激情小说网站| 日日骚欧美日韩| 国产精品欧美极品| 4438成人网|