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

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

?? query.cs

?? 為湖北省教委、湖北省就業(yè)指導(dǎo)中心訂做的學(xué)歷查詢系統(tǒng)
?? CS
?? 第 1 頁 / 共 2 頁
字號(hào):
using System;
using System.Collections;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Windows.Forms;
using www.kcgx.com.Database;

namespace WindowsApplication3
{
	/// <summary>
	/// Query 的摘要說明。
	/// </summary>
	public class Query : System.Windows.Forms.UserControl
	{
		public static bool btnYN = false;//
		
		private System.Windows.Forms.Label label3;
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.ListView lv;
		private System.Windows.Forms.ColumnHeader 入學(xué)時(shí)間;
		private System.Windows.Forms.ColumnHeader 畢業(yè)時(shí)間;
		private System.Windows.Forms.ColumnHeader 證書編號(hào);
		private System.Windows.Forms.ColumnHeader 畢結(jié)業(yè)結(jié)論;
		private System.Windows.Forms.ColumnHeader 姓名;
		private System.Windows.Forms.ColumnHeader 性別;
		private System.Windows.Forms.ColumnHeader 出身年月;
		private System.Windows.Forms.ColumnHeader 層次;
		private System.Windows.Forms.ColumnHeader 學(xué)歷類型;
		private System.Windows.Forms.ColumnHeader 學(xué)制;
		private System.Windows.Forms.ColumnHeader 院校名稱;
		private System.Windows.Forms.ColumnHeader 專業(yè)名稱;
		private System.Windows.Forms.GroupBox groupBox1;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.Label label4;
		private System.Windows.Forms.TextBox txtOldname;
		private System.Windows.Forms.ComboBox cbOlddiploma;
		private System.Windows.Forms.ComboBox cbOldgraduation;
		private System.Windows.Forms.TextBox txtOlddiplomaid;
		private System.Windows.Forms.ToolTip QueryTip;
		private System.ComponentModel.IContainer components;
		private System.Windows.Forms.PictureBox pictureBox1;
		private System.Windows.Forms.FolderBrowserDialog fbd;
		private System.Windows.Forms.Label label5;
		private System.Windows.Forms.Label label6;
		private DBAgent db ;

		public Query()
		{
			// 該調(diào)用是 Windows.Forms 窗體設(shè)計(jì)器所必需的。
			InitializeComponent();

			// TODO: 在 InitializeComponent 調(diào)用后添加任何初始化

		}

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

		#region 組件設(shè)計(jì)器生成的代碼
		/// <summary> 
		/// 設(shè)計(jì)器支持所需的方法 - 不要使用代碼編輯器 
		/// 修改此方法的內(nèi)容。
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Query));
			this.入學(xué)時(shí)間 = new System.Windows.Forms.ColumnHeader();
			this.畢業(yè)時(shí)間 = new System.Windows.Forms.ColumnHeader();
			this.證書編號(hào) = new System.Windows.Forms.ColumnHeader();
			this.label3 = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			this.畢結(jié)業(yè)結(jié)論 = new System.Windows.Forms.ColumnHeader();
			this.姓名 = new System.Windows.Forms.ColumnHeader();
			this.lv = new System.Windows.Forms.ListView();
			this.性別 = new System.Windows.Forms.ColumnHeader();
			this.出身年月 = new System.Windows.Forms.ColumnHeader();
			this.層次 = new System.Windows.Forms.ColumnHeader();
			this.學(xué)歷類型 = new System.Windows.Forms.ColumnHeader();
			this.學(xué)制 = new System.Windows.Forms.ColumnHeader();
			this.院校名稱 = new System.Windows.Forms.ColumnHeader();
			this.專業(yè)名稱 = new System.Windows.Forms.ColumnHeader();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.label6 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.pictureBox1 = new System.Windows.Forms.PictureBox();
			this.txtOlddiplomaid = new System.Windows.Forms.TextBox();
			this.cbOldgraduation = new System.Windows.Forms.ComboBox();
			this.cbOlddiploma = new System.Windows.Forms.ComboBox();
			this.txtOldname = new System.Windows.Forms.TextBox();
			this.label4 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.QueryTip = new System.Windows.Forms.ToolTip(this.components);
			this.fbd = new System.Windows.Forms.FolderBrowserDialog();
			this.groupBox1.SuspendLayout();
			this.SuspendLayout();
			// 
			// 入學(xué)時(shí)間
			// 
			this.入學(xué)時(shí)間.Text = "入學(xué)時(shí)間";
			// 
			// 畢業(yè)時(shí)間
			// 
			this.畢業(yè)時(shí)間.Text = "畢業(yè)時(shí)間";
			// 
			// 證書編號(hào)
			// 
			this.證書編號(hào).Text = "證書編號(hào)";
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(16, 48);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(64, 16);
			this.label3.TabIndex = 19;
			this.label3.Text = "姓  名:";
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(368, 93);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(64, 16);
			this.label1.TabIndex = 18;
			this.label1.Text = "證書編號(hào):";
			// 
			// 畢結(jié)業(yè)結(jié)論
			// 
			this.畢結(jié)業(yè)結(jié)論.Text = "畢結(jié)業(yè)結(jié)論";
			// 
			// 姓名
			// 
			this.姓名.Text = "姓名";
			// 
			// lv
			// 
			this.lv.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
				| System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.lv.BackColor = System.Drawing.SystemColors.HighlightText;
			this.lv.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
																				 this.姓名,
																				 this.性別,
																				 this.出身年月,
																				 this.層次,
																				 this.學(xué)歷類型,
																				 this.學(xué)制,
																				 this.院校名稱,
																				 this.專業(yè)名稱,
																				 this.畢結(jié)業(yè)結(jié)論,
																				 this.入學(xué)時(shí)間,
																				 this.畢業(yè)時(shí)間,
																				 this.證書編號(hào)});
			this.lv.FullRowSelect = true;
			this.lv.Location = new System.Drawing.Point(8, 184);
			this.lv.Name = "lv";
			this.lv.Size = new System.Drawing.Size(576, 312);
			this.lv.TabIndex = 14;
			this.lv.View = System.Windows.Forms.View.Details;
			this.lv.DoubleClick += new System.EventHandler(this.lv_DoubleClick);
			this.lv.SelectedIndexChanged += new System.EventHandler(this.lv_SelectedIndexChanged);
			// 
			// 性別
			// 
			this.性別.Text = "性別";
			this.性別.Width = 30;
			// 
			// 出身年月
			// 
			this.出身年月.Text = "出生年月";
			// 
			// 層次
			// 
			this.層次.Text = "層次";
			// 
			// 學(xué)歷類型
			// 
			this.學(xué)歷類型.Text = "學(xué)歷類型";
			// 
			// 學(xué)制
			// 
			this.學(xué)制.Text = "學(xué)制";
			// 
			// 院校名稱
			// 
			this.院校名稱.Text = "院校名稱";
			// 
			// 專業(yè)名稱
			// 
			this.專業(yè)名稱.Text = "專業(yè)名稱";
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.label6);
			this.groupBox1.Controls.Add(this.label5);
			this.groupBox1.Controls.Add(this.pictureBox1);
			this.groupBox1.Controls.Add(this.txtOlddiplomaid);
			this.groupBox1.Controls.Add(this.cbOldgraduation);
			this.groupBox1.Controls.Add(this.cbOlddiploma);
			this.groupBox1.Controls.Add(this.txtOldname);
			this.groupBox1.Controls.Add(this.label4);
			this.groupBox1.Controls.Add(this.label2);
			this.groupBox1.Controls.Add(this.label1);
			this.groupBox1.Controls.Add(this.label3);
			this.groupBox1.Location = new System.Drawing.Point(8, 8);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(584, 168);
			this.groupBox1.TabIndex = 23;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "舊庫查詢";
			// 
			// label6
			// 
			this.label6.ForeColor = System.Drawing.Color.Red;
			this.label6.Location = new System.Drawing.Point(208, 91);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(8, 16);
			this.label6.TabIndex = 29;
			this.label6.Text = "*";
			// 
			// label5
			// 
			this.label5.ForeColor = System.Drawing.Color.Red;
			this.label5.Location = new System.Drawing.Point(560, 48);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(8, 16);
			this.label5.TabIndex = 28;
			this.label5.Text = "*";
			// 
			// pictureBox1
			// 
			this.pictureBox1.Cursor = System.Windows.Forms.Cursors.Hand;
			this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
			this.pictureBox1.Location = new System.Drawing.Point(496, 128);
			this.pictureBox1.Name = "pictureBox1";
			this.pictureBox1.Size = new System.Drawing.Size(56, 26);
			this.pictureBox1.TabIndex = 27;
			this.pictureBox1.TabStop = false;
			this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
			this.pictureBox1.MouseEnter += new System.EventHandler(this.pictureBox1_MouseEnter);
			this.pictureBox1.MouseLeave += new System.EventHandler(this.pictureBox1_MouseLeave);
			// 
			// txtOlddiplomaid
			// 
			this.txtOlddiplomaid.Location = new System.Drawing.Point(432, 88);
			this.txtOlddiplomaid.Name = "txtOlddiplomaid";
			this.txtOlddiplomaid.Size = new System.Drawing.Size(120, 21);
			this.txtOlddiplomaid.TabIndex = 4;
			this.txtOlddiplomaid.Tag = "";
			this.txtOlddiplomaid.Text = "";
			this.QueryTip.SetToolTip(this.txtOlddiplomaid, "姓名或證書編號(hào)任填一項(xiàng)");
			this.txtOlddiplomaid.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtOlddiplomaid_KeyPress);
			// 
			// cbOldgraduation
			// 
			this.cbOldgraduation.Items.AddRange(new object[] {
																 "2004",
																 "2003",
																 "2002",
																 "2001",
																 "2000"});
			this.cbOldgraduation.Location = new System.Drawing.Point(80, 89);
			this.cbOldgraduation.Name = "cbOldgraduation";
			this.cbOldgraduation.Size = new System.Drawing.Size(121, 20);
			this.cbOldgraduation.TabIndex = 3;

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久热成人在线视频| 亚洲男人电影天堂| 国产乱一区二区| 国产女人18水真多18精品一级做| 国产激情一区二区三区四区 | 日韩精品电影一区亚洲| 欧美精品丝袜中出| 国产一区二区在线视频| 日本一二三四高清不卡| 一本一道久久a久久精品综合蜜臀| 一级特黄大欧美久久久| 91精品国产91久久久久久一区二区 | 亚洲成人一区在线| 日韩美女一区二区三区| 成人伦理片在线| 午夜精品影院在线观看| 欧美变态tickle挠乳网站| 国产精品99久久久久久有的能看| 国产精品污网站| 欧美这里有精品| 精东粉嫩av免费一区二区三区| 欧美国产激情二区三区| 欧美日韩在线综合| 国产老肥熟一区二区三区| 亚洲欧美另类在线| 精品美女在线播放| 欧美性猛交xxxxxxxx| 国产精品亚洲专一区二区三区| 亚洲情趣在线观看| 久久久综合激的五月天| 欧美综合一区二区| 国产传媒久久文化传媒| 视频在线观看91| 国产精品二三区| 精品国免费一区二区三区| 色偷偷久久人人79超碰人人澡| 久99久精品视频免费观看| 一区二区在线观看不卡| 26uuu成人网一区二区三区| 在线影院国内精品| 国产福利91精品一区二区三区| 午夜私人影院久久久久| 亚洲国产精品成人综合| 欧美一区二区三区啪啪| 欧洲在线/亚洲| 97se亚洲国产综合自在线| 久久成人免费网| 亚洲成人精品影院| 亚洲黄色录像片| 国产精品网曝门| 国产网站一区二区三区| 日韩三级中文字幕| 欧美日韩中文字幕一区| 日本韩国一区二区| 成人avav影音| 国产91在线观看| 久久99国产精品尤物| 日本不卡一区二区三区| 亚洲高清视频在线| 亚洲综合激情网| 亚洲精品欧美激情| 亚洲女厕所小便bbb| 亚洲天堂免费在线观看视频| 国产日产欧美一区| 久久久www成人免费毛片麻豆| 欧美tk—视频vk| 日韩亚洲欧美高清| 欧美精品黑人性xxxx| 欧美日韩视频不卡| 欧美久久久影院| 欧美日韩在线播放| 777色狠狠一区二区三区| 欧美午夜精品一区二区蜜桃 | 欧美亚洲日本国产| 91久久精品一区二区三区| 99久精品国产| 在线观看www91| 欧美日韩一级二级| 欧美一级久久久久久久大片| 日韩视频免费观看高清完整版在线观看| 欧美男人的天堂一二区| 欧美久久久久久久久中文字幕| 欧美色电影在线| 欧美一级艳片视频免费观看| 91 com成人网| 日韩欧美卡一卡二| 国产日产欧产精品推荐色| 中文天堂在线一区| 亚洲自拍与偷拍| 日韩精品五月天| 国产在线视频精品一区| av色综合久久天堂av综合| 色综合激情久久| 欧美一区二区在线免费观看| 精品福利在线导航| 国产精品免费免费| 亚洲一区二区三区国产| 美女高潮久久久| 国产成人免费网站| 欧美性做爰猛烈叫床潮| 精品奇米国产一区二区三区| 欧美国产1区2区| 亚洲成人在线网站| 国产精品综合av一区二区国产馆| 不卡视频免费播放| 欧美日韩国产综合视频在线观看| 日韩欧美一级二级| 1024国产精品| 奇米精品一区二区三区在线观看一| 国产伦理精品不卡| 色欧美片视频在线观看| 日韩精品一区二区三区四区视频| 国产欧美日韩在线视频| 亚洲观看高清完整版在线观看| 精品一区免费av| 91久久精品一区二区三| 精品久久国产字幕高潮| 亚洲桃色在线一区| 狠狠色综合播放一区二区| 欧洲国产伦久久久久久久| 久久伊人蜜桃av一区二区| 亚洲一区影音先锋| 成人黄色小视频| 欧美大片顶级少妇| 亚洲电影欧美电影有声小说| 成人精品亚洲人成在线| 欧美一区二区在线视频| 亚洲免费观看高清完整版在线| 韩国三级在线一区| 欧美老人xxxx18| 亚洲桃色在线一区| 粉嫩欧美一区二区三区高清影视| 欧美日韩国产免费| 亚洲欧美日韩久久精品| 国精产品一区一区三区mba视频| 欧美日韩中字一区| 亚洲另类在线制服丝袜| 国产91露脸合集magnet| 精品捆绑美女sm三区| 日韩av成人高清| 欧美色精品天天在线观看视频| 亚洲欧美自拍偷拍色图| 精品亚洲porn| 欧美电影免费提供在线观看| 亚洲国产一区在线观看| 91污在线观看| 国产精品色婷婷久久58| 国产美女在线观看一区| 精品国产一区久久| 蜜桃视频第一区免费观看| 欧美日韩国产精品成人| 夜夜嗨av一区二区三区| 97aⅴ精品视频一二三区| 国产精品色一区二区三区| 成人黄页毛片网站| 国产精品女人毛片| 成人av网在线| 亚洲女爱视频在线| 色狠狠色狠狠综合| 亚洲一区二区三区自拍| 色美美综合视频| 一区二区三区四区不卡视频| 色综合亚洲欧洲| 亚洲另类在线一区| 欧美日韩在线三区| 午夜激情一区二区| 67194成人在线观看| 日韩成人精品在线观看| 911精品产国品一二三产区| 日韩av午夜在线观看| 欧美xxxxxxxxx| 国产一区二区三区四区在线观看| 久久青草国产手机看片福利盒子| 国产精品亚洲专一区二区三区| 国产午夜一区二区三区| 波多野结衣在线一区| 亚洲激情在线播放| 欧美色男人天堂| 九九**精品视频免费播放| 精品99一区二区| 成人性生交大片| 一区二区三区在线不卡| 欧美日韩国产小视频| 精品午夜一区二区三区在线观看| 国产天堂亚洲国产碰碰| 97超碰欧美中文字幕| 午夜影院在线观看欧美| 日韩精品一区二区三区四区 | 久久久蜜桃精品| 97久久久精品综合88久久| 亚洲一区二区视频在线观看| 欧美一级生活片| 粉嫩aⅴ一区二区三区四区| 亚洲综合精品自拍| 欧美r级电影在线观看| 粗大黑人巨茎大战欧美成人| 亚洲免费高清视频在线| 日韩欧美综合在线| av亚洲精华国产精华精华| 午夜精品久久久久久不卡8050 |