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

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

?? staffquery.cs

?? 工資結算系統 擁有權限控制 臨時工資表 自動導入導出Excel 以及郵件群發功能
?? CS
?? 第 1 頁 / 共 2 頁
字號:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Data.OleDb;
using HrSalary.util;
using HrSalary.salary;

namespace HrSalary.employee
{
	/// <summary>
	/// EmployeeQuery 的摘要說明。
	/// </summary>
	public class StaffQuery : System.Windows.Forms.Form
	{
		private System.Windows.Forms.GroupBox groupBox1;
		private System.Windows.Forms.DataGrid dataGrid1;
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.TextBox totalNumber;
		private System.Windows.Forms.TextBox empid;
		private System.Windows.Forms.TextBox empname;
		/// <summary>
		/// 必需的設計器變量。
		/// </summary>
		private System.ComponentModel.Container components = null;
		private System.Windows.Forms.DataGridTableStyle dataGridTableStyle1;
		private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn1;
		private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn2;
		private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn3;
		private System.Windows.Forms.DataGridTextBoxColumn dataGridTextBoxColumn4;
		private OleDbConnection dbCon = null;
		private OleDbDataAdapter dbAdapter = null;
		private System.Windows.Forms.Button button1;
		private System.Windows.Forms.CheckBox idCheck;
		private System.Windows.Forms.CheckBox nameCheck;
		private System.Windows.Forms.ContextMenu contextMenu1;
		private System.Windows.Forms.MenuItem menuItem1;
		private System.Windows.Forms.MenuItem menuItem2;
		private System.Windows.Forms.MenuItem menuItem3;
		private System.Windows.Forms.MenuItem menuItem4;
		private System.Windows.Forms.Button button3;
		private System.Windows.Forms.TextBox bankcard;
		private System.Windows.Forms.CheckBox bankcardcheck;
		private System.Windows.Forms.TextBox email;
		private System.Windows.Forms.CheckBox emailcheck;
		private System.Windows.Forms.GroupBox groupBox2;
		private System.Windows.Forms.Button Excel_button8;
		private DataSet ds = null;

		public StaffQuery()
		{
			//
			// 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()
		{
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.bankcard = new System.Windows.Forms.TextBox();
			this.bankcardcheck = new System.Windows.Forms.CheckBox();
			this.email = new System.Windows.Forms.TextBox();
			this.emailcheck = new System.Windows.Forms.CheckBox();
			this.button3 = new System.Windows.Forms.Button();
			this.button1 = new System.Windows.Forms.Button();
			this.empname = new System.Windows.Forms.TextBox();
			this.nameCheck = new System.Windows.Forms.CheckBox();
			this.empid = new System.Windows.Forms.TextBox();
			this.idCheck = new System.Windows.Forms.CheckBox();
			this.dataGrid1 = new System.Windows.Forms.DataGrid();
			this.contextMenu1 = new System.Windows.Forms.ContextMenu();
			this.menuItem1 = new System.Windows.Forms.MenuItem();
			this.menuItem2 = new System.Windows.Forms.MenuItem();
			this.menuItem4 = new System.Windows.Forms.MenuItem();
			this.dataGridTableStyle1 = new System.Windows.Forms.DataGridTableStyle();
			this.dataGridTextBoxColumn1 = new System.Windows.Forms.DataGridTextBoxColumn();
			this.dataGridTextBoxColumn2 = new System.Windows.Forms.DataGridTextBoxColumn();
			this.dataGridTextBoxColumn3 = new System.Windows.Forms.DataGridTextBoxColumn();
			this.dataGridTextBoxColumn4 = new System.Windows.Forms.DataGridTextBoxColumn();
			this.menuItem3 = new System.Windows.Forms.MenuItem();
			this.label1 = new System.Windows.Forms.Label();
			this.totalNumber = new System.Windows.Forms.TextBox();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.Excel_button8 = new System.Windows.Forms.Button();
			this.groupBox1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
			this.groupBox2.SuspendLayout();
			this.SuspendLayout();
			// 
			// groupBox1
			// 
			this.groupBox1.BackColor = System.Drawing.Color.AliceBlue;
			this.groupBox1.Controls.Add(this.bankcard);
			this.groupBox1.Controls.Add(this.bankcardcheck);
			this.groupBox1.Controls.Add(this.email);
			this.groupBox1.Controls.Add(this.emailcheck);
			this.groupBox1.Controls.Add(this.button3);
			this.groupBox1.Controls.Add(this.button1);
			this.groupBox1.Controls.Add(this.empname);
			this.groupBox1.Controls.Add(this.nameCheck);
			this.groupBox1.Controls.Add(this.empid);
			this.groupBox1.Controls.Add(this.idCheck);
			this.groupBox1.Location = new System.Drawing.Point(8, 0);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(688, 80);
			this.groupBox1.TabIndex = 0;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "員工信息查詢";
			// 
			// bankcard
			// 
			this.bankcard.Location = new System.Drawing.Point(368, 48);
			this.bankcard.Name = "bankcard";
			this.bankcard.Size = new System.Drawing.Size(136, 21);
			this.bankcard.TabIndex = 12;
			this.bankcard.Text = "";
			// 
			// bankcardcheck
			// 
			this.bankcardcheck.Location = new System.Drawing.Point(296, 48);
			this.bankcardcheck.Name = "bankcardcheck";
			this.bankcardcheck.Size = new System.Drawing.Size(80, 24);
			this.bankcardcheck.TabIndex = 11;
			this.bankcardcheck.Text = "銀行卡號";
			// 
			// email
			// 
			this.email.Location = new System.Drawing.Point(112, 48);
			this.email.Name = "email";
			this.email.Size = new System.Drawing.Size(136, 21);
			this.email.TabIndex = 10;
			this.email.Text = "";
			// 
			// emailcheck
			// 
			this.emailcheck.Location = new System.Drawing.Point(48, 48);
			this.emailcheck.Name = "emailcheck";
			this.emailcheck.Size = new System.Drawing.Size(80, 24);
			this.emailcheck.TabIndex = 9;
			this.emailcheck.Text = "email";
			// 
			// button3
			// 
			this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
			this.button3.Location = new System.Drawing.Point(544, 16);
			this.button3.Name = "button3";
			this.button3.Size = new System.Drawing.Size(104, 24);
			this.button3.TabIndex = 8;
			this.button3.Text = "查詢已刪除信息";
			this.button3.Click += new System.EventHandler(this.button3_Click);
			// 
			// button1
			// 
			this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
			this.button1.Location = new System.Drawing.Point(544, 48);
			this.button1.Name = "button1";
			this.button1.Size = new System.Drawing.Size(104, 24);
			this.button1.TabIndex = 7;
			this.button1.Text = "查詢員工信息";
			this.button1.Click += new System.EventHandler(this.button1_Click);
			// 
			// empname
			// 
			this.empname.Location = new System.Drawing.Point(368, 16);
			this.empname.Name = "empname";
			this.empname.Size = new System.Drawing.Size(136, 21);
			this.empname.TabIndex = 4;
			this.empname.Text = "";
			// 
			// nameCheck
			// 
			this.nameCheck.Location = new System.Drawing.Point(296, 16);
			this.nameCheck.Name = "nameCheck";
			this.nameCheck.Size = new System.Drawing.Size(80, 24);
			this.nameCheck.TabIndex = 3;
			this.nameCheck.Text = "姓名";
			// 
			// empid
			// 
			this.empid.Location = new System.Drawing.Point(112, 16);
			this.empid.Name = "empid";
			this.empid.Size = new System.Drawing.Size(136, 21);
			this.empid.TabIndex = 2;
			this.empid.Text = "";
			// 
			// idCheck
			// 
			this.idCheck.Location = new System.Drawing.Point(48, 16);
			this.idCheck.Name = "idCheck";
			this.idCheck.Size = new System.Drawing.Size(80, 24);
			this.idCheck.TabIndex = 1;
			this.idCheck.Text = "編號";
			// 
			// dataGrid1
			// 
			this.dataGrid1.BackgroundColor = System.Drawing.SystemColors.ActiveCaptionText;
			this.dataGrid1.CaptionVisible = false;
			this.dataGrid1.ContextMenu = this.contextMenu1;
			this.dataGrid1.DataMember = "";
			this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
			this.dataGrid1.Location = new System.Drawing.Point(48, 88);
			this.dataGrid1.Name = "dataGrid1";
			this.dataGrid1.ReadOnly = true;
			this.dataGrid1.Size = new System.Drawing.Size(608, 280);
			this.dataGrid1.TabIndex = 1;
			this.dataGrid1.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
																								  this.dataGridTableStyle1});
			this.dataGrid1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.dataGrid1_MouseUp);
			// 
			// contextMenu1
			// 
			this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																						 this.menuItem1,
																						 this.menuItem2,
																						 this.menuItem4});
			// 
			// menuItem1
			// 
			this.menuItem1.Index = 0;
			this.menuItem1.Text = "修改選擇員工信息";
			this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click);
			// 
			// menuItem2
			// 
			this.menuItem2.Index = 1;
			this.menuItem2.Text = "刪除該條信息";
			this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click);
			// 
			// menuItem4
			// 
			this.menuItem4.Index = 2;
			this.menuItem4.Text = "恢復該條信息";
			this.menuItem4.Click += new System.EventHandler(this.menuItem4_Click);
			// 
			// dataGridTableStyle1
			// 
			this.dataGridTableStyle1.DataGrid = this.dataGrid1;
			this.dataGridTableStyle1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
																												  this.dataGridTextBoxColumn1,
																												  this.dataGridTextBoxColumn2,
																												  this.dataGridTextBoxColumn3,
																												  this.dataGridTextBoxColumn4});
			this.dataGridTableStyle1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
			this.dataGridTableStyle1.MappingName = "employee";
			// 
			// dataGridTextBoxColumn1
			// 
			this.dataGridTextBoxColumn1.Format = "";
			this.dataGridTextBoxColumn1.FormatInfo = null;
			this.dataGridTextBoxColumn1.HeaderText = "編號";
			this.dataGridTextBoxColumn1.MappingName = "編號";
			this.dataGridTextBoxColumn1.Width = 45;
			// 
			// dataGridTextBoxColumn2
			// 
			this.dataGridTextBoxColumn2.Format = "";
			this.dataGridTextBoxColumn2.FormatInfo = null;
			this.dataGridTextBoxColumn2.HeaderText = "姓名";
			this.dataGridTextBoxColumn2.MappingName = "姓名";
			this.dataGridTextBoxColumn2.Width = 105;
			// 
			// dataGridTextBoxColumn3
			// 
			this.dataGridTextBoxColumn3.Format = "";
			this.dataGridTextBoxColumn3.FormatInfo = null;
			this.dataGridTextBoxColumn3.HeaderText = "Email";
			this.dataGridTextBoxColumn3.MappingName = "Email";
			this.dataGridTextBoxColumn3.Width = 205;
			// 
			// dataGridTextBoxColumn4
			// 
			this.dataGridTextBoxColumn4.Format = "";
			this.dataGridTextBoxColumn4.FormatInfo = null;
			this.dataGridTextBoxColumn4.HeaderText = "銀行卡號";
			this.dataGridTextBoxColumn4.MappingName = "銀行卡號";
			this.dataGridTextBoxColumn4.Width = 175;
			// 
			// menuItem3
			// 
			this.menuItem3.Index = -1;
			this.menuItem3.Text = "";
			// 
			// label1
			// 
			this.label1.AutoSize = true;
			this.label1.Location = new System.Drawing.Point(264, 312);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(66, 17);
			this.label1.TabIndex = 2;
			this.label1.Text = "共有人數:";
			// 
			// totalNumber
			// 

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产美女一区二区三区| 亚洲二区视频在线| av激情综合网| 国产日韩欧美亚洲| 9色porny自拍视频一区二区| 日韩毛片在线免费观看| 在线观看国产91| 午夜影院久久久| 欧美一区二区三区婷婷月色| 美女视频黄免费的久久| 亚洲精品一区二区三区四区高清| 久久爱www久久做| 欧美激情一区三区| 色国产精品一区在线观看| 天天av天天翘天天综合网| 日韩欧美专区在线| 国产高清成人在线| 亚洲与欧洲av电影| 日韩欧美一级片| 高清beeg欧美| 亚洲电影一级黄| 久久蜜桃av一区精品变态类天堂| 99久久精品免费| 日韩精品每日更新| 国产精品拍天天在线| 欧美午夜一区二区三区免费大片| 蜜臀av性久久久久av蜜臀妖精| 国产午夜亚洲精品不卡| 欧洲av在线精品| 国产米奇在线777精品观看| 亚洲猫色日本管| 精品欧美乱码久久久久久 | 久久综合精品国产一区二区三区| 高清在线不卡av| 天天综合网 天天综合色| 国产欧美日韩三区| 欧美精品免费视频| www.亚洲色图.com| 久久99精品国产91久久来源| 亚洲免费高清视频在线| 久久久久久日产精品| 欧美日韩精品二区第二页| 成人h动漫精品一区二区| 视频一区二区三区中文字幕| 国产精品丝袜91| 精品日韩av一区二区| 欧美日韩国产美女| jlzzjlzz亚洲女人18| 美女任你摸久久 | 99久久久精品| 精品写真视频在线观看| 一区二区三区欧美日| 久久精品欧美日韩| 日韩一级欧美一级| 欧美撒尿777hd撒尿| av在线播放成人| 国产成人免费视频网站 | 欧美成人一区二区三区片免费| 99久久婷婷国产| 国产精品资源在线| 免费成人在线网站| 天天色天天爱天天射综合| 一区二区三区不卡视频| 中文字幕中文字幕一区| 久久精品视频免费观看| 欧美tk—视频vk| 日韩欧美一区二区不卡| 3d动漫精品啪啪一区二区竹菊| 在线视频综合导航| 91成人在线观看喷潮| 91麻豆精东视频| 色先锋资源久久综合| 一本色道久久综合亚洲aⅴ蜜桃| 成人少妇影院yyyy| 国产98色在线|日韩| 国产成人精品免费网站| 成人夜色视频网站在线观看| 国产精品一区2区| 国产精品一色哟哟哟| 国产精品91xxx| 国产一区二区三区久久久 | 亚洲福利国产精品| 亚洲国产日产av| 日韩精品电影一区亚洲| 日日夜夜精品视频天天综合网| 五月综合激情网| 爽好久久久欧美精品| 首页国产欧美久久| 久久99精品一区二区三区| 国模冰冰炮一区二区| 国产成人aaaa| 成人av电影观看| 色哟哟亚洲精品| 欧美日韩久久一区二区| 欧美视频一区二区三区在线观看| 欧美日韩国产欧美日美国产精品| 91精品综合久久久久久| 欧美变态凌虐bdsm| 国产视频一区二区在线| 亚洲人成亚洲人成在线观看图片| 亚洲女爱视频在线| 亚洲bdsm女犯bdsm网站| 毛片一区二区三区| 国产成人丝袜美腿| 欧美专区亚洲专区| 日韩精品中文字幕在线一区| 中文字幕精品在线不卡| 一级特黄大欧美久久久| 日韩国产欧美视频| 国产福利一区二区三区视频在线| 91性感美女视频| 日韩午夜激情av| 国产精品久久毛片a| 午夜视频在线观看一区| 国产精品一区二区在线观看不卡| 91麻豆国产福利在线观看| 欧美一区二区二区| 国产精品麻豆99久久久久久| 亚洲午夜激情网页| 国产高清在线观看免费不卡| 欧美亚洲一区二区在线| 久久久亚洲午夜电影| 亚洲成人精品影院| 国产成人丝袜美腿| 欧美乱熟臀69xxxxxx| 国产精品美女一区二区在线观看| 性做久久久久久| 成人h动漫精品一区二区| 91麻豆精品国产91久久久久久| 久久久精品人体av艺术| 五月婷婷另类国产| 91免费观看国产| 久久久蜜桃精品| 日本成人超碰在线观看| av不卡在线观看| 精品国产乱码久久久久久浪潮| 一区二区三区日韩精品| 大桥未久av一区二区三区中文| 5月丁香婷婷综合| 亚洲欧美韩国综合色| 国产麻豆午夜三级精品| 欧美一区二区三区在线观看| 亚洲私人影院在线观看| 国产精品综合视频| 日韩三级精品电影久久久| 一区二区三区蜜桃| 99久久久国产精品| 中文字幕第一区二区| 国内精品写真在线观看| 在线播放一区二区三区| 亚洲精品中文字幕乱码三区| 国产盗摄视频一区二区三区| 欧美成人精精品一区二区频| 图片区小说区国产精品视频| 日本韩国欧美一区| 国产精品高潮呻吟久久| 国产福利一区在线| 久久综合九色欧美综合狠狠| 麻豆国产精品官网| 日韩亚洲国产中文字幕欧美| 无吗不卡中文字幕| 欧美日本国产视频| 日韩福利电影在线观看| 欧美日韩国产影片| 亚洲国产精品久久一线不卡| 在线影视一区二区三区| 亚洲精品视频观看| 91免费视频观看| 亚洲欧美一区二区久久| 91蜜桃在线免费视频| 综合激情成人伊人| 色哟哟国产精品免费观看| 亚洲精品乱码久久久久久黑人| 成人av手机在线观看| ●精品国产综合乱码久久久久| 99热精品国产| 亚洲色图制服丝袜| 在线中文字幕一区| 天堂午夜影视日韩欧美一区二区| 欧美军同video69gay| 污片在线观看一区二区| 日韩欧美国产成人一区二区| 韩国v欧美v日本v亚洲v| 久久久久久久综合| 不卡欧美aaaaa| 亚洲摸摸操操av| 欧美专区亚洲专区| 麻豆国产欧美日韩综合精品二区| 精品噜噜噜噜久久久久久久久试看| 九色porny丨国产精品| 日本一区二区三区四区| 91香蕉视频黄| 午夜不卡在线视频| 2021国产精品久久精品| 国产超碰在线一区| 亚洲一区二区三区四区五区黄 | 91在线丨porny丨国产| 亚洲精品久久嫩草网站秘色| 欧美精品一二三| 国产成人精品免费在线|