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

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

?? form2.designer.cs

?? vs2008 組織部信息系統(tǒng)
?? CS
?? 第 1 頁(yè) / 共 5 頁(yè)
字號(hào):
            this.textBox1.Location = new System.Drawing.Point(113, 52);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(100, 23);
            this.textBox1.TabIndex = 0;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.Snow;
            this.label1.Location = new System.Drawing.Point(48, 56);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(70, 14);
            this.label1.TabIndex = 2;
            this.label1.Text = "輸   入:";
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToOrderColumns = true;
            this.dataGridView1.AutoGenerateColumns = false;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.學(xué)號(hào)DataGridViewTextBoxColumn,
            this.姓名,
            this.學(xué)院DataGridViewTextBoxColumn,
            this.班級(jí)DataGridViewTextBoxColumn,
            this.所屬部門(mén),
            this.擔(dān)任職務(wù),
            this.手機(jī)號(hào)碼DataGridViewTextBoxColumn});
            this.dataGridView1.DataSource = this.tuanweigebuinfBindingSource;
            this.dataGridView1.Location = new System.Drawing.Point(27, 132);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(509, 214);
            this.dataGridView1.TabIndex = 5;
            // 
            // 學(xué)號(hào)DataGridViewTextBoxColumn
            // 
            this.學(xué)號(hào)DataGridViewTextBoxColumn.DataPropertyName = "學(xué)號(hào)";
            this.學(xué)號(hào)DataGridViewTextBoxColumn.HeaderText = "學(xué)號(hào)";
            this.學(xué)號(hào)DataGridViewTextBoxColumn.Name = "學(xué)號(hào)DataGridViewTextBoxColumn";
            // 
            // 姓名
            // 
            this.姓名.DataPropertyName = "姓名";
            this.姓名.HeaderText = "姓名";
            this.姓名.Name = "姓名";
            // 
            // 學(xué)院DataGridViewTextBoxColumn
            // 
            this.學(xué)院DataGridViewTextBoxColumn.DataPropertyName = "學(xué)院";
            this.學(xué)院DataGridViewTextBoxColumn.HeaderText = "學(xué)院";
            this.學(xué)院DataGridViewTextBoxColumn.Name = "學(xué)院DataGridViewTextBoxColumn";
            // 
            // 班級(jí)DataGridViewTextBoxColumn
            // 
            this.班級(jí)DataGridViewTextBoxColumn.DataPropertyName = "班級(jí)";
            this.班級(jí)DataGridViewTextBoxColumn.HeaderText = "班級(jí)";
            this.班級(jí)DataGridViewTextBoxColumn.Name = "班級(jí)DataGridViewTextBoxColumn";
            // 
            // 所屬部門(mén)
            // 
            this.所屬部門(mén).DataPropertyName = "所屬部門(mén)";
            this.所屬部門(mén).HeaderText = "所屬部門(mén)";
            this.所屬部門(mén).Name = "所屬部門(mén)";
            // 
            // 擔(dān)任職務(wù)
            // 
            this.擔(dān)任職務(wù).DataPropertyName = "擔(dān)任職務(wù)";
            this.擔(dān)任職務(wù).HeaderText = "擔(dān)任職務(wù)";
            this.擔(dān)任職務(wù).Name = "擔(dān)任職務(wù)";
            // 
            // 手機(jī)號(hào)碼DataGridViewTextBoxColumn
            // 
            this.手機(jī)號(hào)碼DataGridViewTextBoxColumn.DataPropertyName = "手機(jī)號(hào)碼";
            this.手機(jī)號(hào)碼DataGridViewTextBoxColumn.HeaderText = "手機(jī)號(hào)碼";
            this.手機(jī)號(hào)碼DataGridViewTextBoxColumn.Name = "手機(jī)號(hào)碼DataGridViewTextBoxColumn";
            // 
            // tuanweigebuinfBindingSource
            // 
            this.tuanweigebuinfBindingSource.DataMember = "tuanweigebu_inf";
            this.tuanweigebuinfBindingSource.DataSource = this.tuanweizuzhibu_infDataSet;
            // 
            // groupBox2
            // 
            this.groupBox2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("groupBox2.BackgroundImage")));
            this.groupBox2.Controls.Add(this.dataGridView3);
            this.groupBox2.Controls.Add(this.comboBox3);
            this.groupBox2.Controls.Add(this.button3);
            this.groupBox2.Controls.Add(this.label4);
            this.groupBox2.Font = new System.Drawing.Font("新宋體", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox2.ForeColor = System.Drawing.Color.Maroon;
            this.groupBox2.Location = new System.Drawing.Point(12, 34);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(562, 418);
            this.groupBox2.TabIndex = 2;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "二級(jí)學(xué)院部長(zhǎng)信息查詢";
            this.groupBox2.Enter += new System.EventHandler(this.groupBox2_Enter);
            // 
            // dataGridView3
            // 
            this.dataGridView3.AutoGenerateColumns = false;
            this.dataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView3.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.nameDataGridViewTextBoxColumn,
            this.Colleage,
            this.phoneNumDataGridViewTextBoxColumn});
            this.dataGridView3.DataSource = this.erjibuzhanginfBindingSource2;
            this.dataGridView3.Location = new System.Drawing.Point(96, 141);
            this.dataGridView3.Name = "dataGridView3";
            this.dataGridView3.RowTemplate.Height = 23;
            this.dataGridView3.Size = new System.Drawing.Size(343, 192);
            this.dataGridView3.TabIndex = 6;
            this.dataGridView3.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView3_CellContentClick);
            // 
            // nameDataGridViewTextBoxColumn
            // 
            this.nameDataGridViewTextBoxColumn.DataPropertyName = "Name";
            this.nameDataGridViewTextBoxColumn.HeaderText = "Name";
            this.nameDataGridViewTextBoxColumn.Name = "nameDataGridViewTextBoxColumn";
            // 
            // Colleage
            // 
            this.Colleage.DataPropertyName = "Colleage";
            this.Colleage.HeaderText = "Colleage";
            this.Colleage.Name = "Colleage";
            // 
            // phoneNumDataGridViewTextBoxColumn
            // 
            this.phoneNumDataGridViewTextBoxColumn.DataPropertyName = "PhoneNum";
            this.phoneNumDataGridViewTextBoxColumn.HeaderText = "PhoneNum";
            this.phoneNumDataGridViewTextBoxColumn.Name = "phoneNumDataGridViewTextBoxColumn";
            // 
            // erjibuzhanginfBindingSource2
            // 
            this.erjibuzhanginfBindingSource2.DataMember = "erjibuzhang_inf";
            this.erjibuzhanginfBindingSource2.DataSource = this.tuanweizuzhibu_infDataSet;
            // 
            // comboBox3
            // 
            this.comboBox3.FormattingEnabled = true;
            this.comboBox3.Items.AddRange(new object[] {
            "電自",
            "能環(huán)",
            "管文",
            "計(jì)信",
            "外語(yǔ)",
            "數(shù)理",
            "國(guó)交"});
            this.comboBox3.Location = new System.Drawing.Point(189, 65);
            this.comboBox3.Name = "comboBox3";
            this.comboBox3.Size = new System.Drawing.Size(121, 22);
            this.comboBox3.TabIndex = 4;
            this.comboBox3.SelectedIndexChanged += new System.EventHandler(this.comboBox3_SelectedIndexChanged);
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(345, 65);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(45, 23);
            this.button3.TabIndex = 3;
            this.button3.Text = "查詢";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.BackColor = System.Drawing.Color.Snow;
            this.label4.Location = new System.Drawing.Point(93, 69);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(105, 14);
            this.label4.TabIndex = 5;
            this.label4.Text = "選擇所屬學(xué)院:";
            this.label4.Click += new System.EventHandler(this.label4_Click);
            // 
            // groupBox5
            // 
            this.groupBox5.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("groupBox5.BackgroundImage")));
            this.groupBox5.Controls.Add(this.button4);
            this.groupBox5.Controls.Add(this.comboBox4);
            this.groupBox5.Controls.Add(this.comboBox1);
            this.groupBox5.Controls.Add(this.work_infDataGridView);
            this.groupBox5.Controls.Add(monthsLabel);
            this.groupBox5.Controls.Add(yearLabel);
            this.groupBox5.Font = new System.Drawing.Font("新宋體", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox5.ForeColor = System.Drawing.Color.Maroon;
            this.groupBox5.Location = new System.Drawing.Point(6, 34);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(568, 418);
            this.groupBox5.TabIndex = 0;
            this.groupBox5.TabStop = false;
            this.groupBox5.Text = "事務(wù)一覽";
            this.groupBox5.Enter += new System.EventHandler(this.groupBox5_Enter);
            // 
            // button4
            // 
            this.button4.Location = new System.Drawing.Point(402, 51);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(45, 23);
            this.button4.TabIndex = 9;
            this.button4.Text = "查詢";
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Click += new System.EventHandler(this.button4_Click);
            // 
            // comboBox4
            // 
            this.comboBox4.FormattingEnabled = true;
            this.comboBox4.Items.AddRange(new object[] {
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12"});
            this.comboBox4.Location = new System.Drawing.Point(254, 53);
            this.comboBox4.Name = "comboBox4";
            this.comboBox4.Size = new System.Drawing.Size(121, 22);
            this.comboBox4.TabIndex = 8;
            this.comboBox4.SelectedIndexChanged += new System.EventHandler(this.comboBox4_SelectedIndexChanged);
            // 
            // comboBox1

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产亚洲欧美激情| 中文字幕一区二区日韩精品绯色| 欧美在线看片a免费观看| 精品国产91乱码一区二区三区| 久久精品无码一区二区三区| 蜜臀av亚洲一区中文字幕| 欧美午夜精品一区二区蜜桃| 夜夜嗨av一区二区三区| 暴力调教一区二区三区| 国产精品萝li| 99r精品视频| 亚洲综合在线视频| 日本一区二区高清| 精品一区二区三区免费观看| 99视频在线观看一区三区| 免费高清在线一区| 久久综合九色综合欧美98| 波多野结衣欧美| 国产精品一区二区91| 欧美国产一区二区在线观看| 欧美成人免费网站| 亚洲成人免费电影| 在线成人av网站| 另类调教123区| 国产精品久久久久影视| 欧美综合一区二区三区| 99久久伊人网影院| 成人午夜精品在线| 一区二区三区中文字幕在线观看| 欧美日本不卡视频| 国产成人综合自拍| 亚洲成年人影院| 亚洲精品第一国产综合野| 4438x成人网最大色成网站| 亚洲高清免费视频| 久久亚洲春色中文字幕久久久| 99热精品一区二区| 高清在线成人网| 香蕉加勒比综合久久| 久久久亚洲精品一区二区三区| 日韩国产一二三区| 欧美精品日韩精品| 日韩一区二区麻豆国产| 成人福利视频在线看| 婷婷一区二区三区| 亚洲视频一区在线| 久久久久久久久久久久久夜| 欧美精品一区二区三区在线| av一区二区三区| 99精品久久只有精品| 激情综合色播五月| 日韩理论电影院| 亚洲裸体在线观看| 久久久久国产精品麻豆ai换脸| 色综合亚洲欧洲| 久久精品国产99久久6| 九色porny丨国产精品| 国内不卡的二区三区中文字幕 | 久久综合五月天婷婷伊人| 欧美日韩国产精品成人| 日韩免费看的电影| 在线视频一区二区免费| 欧美精品在线观看播放| 欧美一区二区三区小说| 欧美日韩日日夜夜| 99精品热视频| 欧美日韩精品高清| 欧美xingq一区二区| 国产女同互慰高潮91漫画| 日韩三级视频在线看| 国产人妖乱国产精品人妖| 亚洲另类在线一区| 看片的网站亚洲| 成人午夜电影网站| 欧美日韩一级大片网址| 欧美va亚洲va| 亚洲色图第一区| 免费观看一级欧美片| 福利一区二区在线观看| 色综合激情五月| 一本久久a久久精品亚洲| 欧美日韩成人综合在线一区二区| 欧美在线你懂得| www国产精品av| 一区二区三区中文字幕精品精品| 一区二区中文字幕在线| 香蕉影视欧美成人| 成人美女在线视频| 成人性生交大片| 欧美电影在哪看比较好| 欧美二区三区的天堂| 国产精品三级av在线播放| 香蕉影视欧美成人| 轻轻草成人在线| 99re8在线精品视频免费播放| 成人精品亚洲人成在线| 欧美美女黄视频| 日韩毛片精品高清免费| 亚洲精品成a人| 国产专区欧美精品| 欧美色网一区二区| **性色生活片久久毛片| 蜜臀91精品一区二区三区| 91影院在线免费观看| 91国产免费观看| 欧美一区二区视频网站| 欧美二区三区91| 亚洲精品videosex极品| 国产a精品视频| 欧美成人乱码一区二区三区| 亚洲一区视频在线观看视频| 日本伊人精品一区二区三区观看方式| 五月婷婷综合激情| 972aa.com艺术欧美| 精品入口麻豆88视频| 午夜国产不卡在线观看视频| 美女脱光内衣内裤视频久久网站| 国产精一区二区三区| 欧美一区二区福利在线| 国产目拍亚洲精品99久久精品| 综合欧美一区二区三区| 国产v日产∨综合v精品视频| 久久一区二区视频| 精品一区二区三区蜜桃| 日韩免费性生活视频播放| 蜜臀av性久久久久蜜臀aⅴ| 成人午夜av在线| 国产欧美综合在线观看第十页 | 99国产精品视频免费观看| 极品少妇一区二区| 欧美a级一区二区| 欧美色偷偷大香| 亚洲精品视频在线观看网站| 国产激情一区二区三区四区 | 91香蕉视频黄| 国产欧美日韩综合精品一区二区 | 粉嫩一区二区三区在线看| 色婷婷av一区二区三区软件| 欧美亚洲综合色| 欧美精品三级在线观看| 一区二区三区**美女毛片| 91亚洲精华国产精华精华液| 欧美在线啊v一区| 亚洲欧美另类在线| 久久精品国产精品青草| 国产成人日日夜夜| 久久久久久久久久久99999| 九九九精品视频| 欧美α欧美αv大片| 天天爽夜夜爽夜夜爽精品视频| 福利一区二区在线观看| 久久久99免费| 国产美女精品人人做人人爽| 欧美韩日一区二区三区| 欧美午夜片在线观看| 成人福利在线看| 丁香激情综合国产| 天堂影院一区二区| 久久国产视频网| 国产一区二区伦理片| 日韩专区一卡二卡| 中国色在线观看另类| 中文一区二区在线观看| 国产乱码字幕精品高清av| 久久综合狠狠综合| 91在线观看污| 亚洲综合色网站| 欧美日韩国产123区| 美女爽到高潮91| 欧美日韩一区国产| 日本一区二区视频在线| 日韩和欧美一区二区| 日韩欧美电影一区| 国产麻豆精品视频| 国产精品久久久久9999吃药| 日本高清不卡在线观看| 国产精品欧美久久久久无广告| 日本一不卡视频| 欧美无人高清视频在线观看| 亚洲国产精品久久一线不卡| 在线观看亚洲精品视频| 日本亚洲免费观看| 欧美美女黄视频| 91一区二区三区在线播放| 欧美片在线播放| 极品少妇xxxx精品少妇| 精品视频在线看| 蜜桃一区二区三区四区| 17c精品麻豆一区二区免费| 欧美男男青年gay1069videost | 国产精品一二三四区| 日本一二三四高清不卡| 欧美午夜一区二区三区 | 91丨porny丨最新| 久久久久久久久99精品| 色88888久久久久久影院野外 | 性欧美大战久久久久久久久| 日韩免费观看2025年上映的电影| 日韩专区欧美专区| 国产日产亚洲精品系列|