freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

學(xué)生宿舍信息管理系統(tǒng)(msi)-資料下載頁(yè)

2025-01-13 21:53本頁(yè)面
  

【正文】 false。 杭州科技職業(yè)技術(shù)學(xué)院信息 工程學(xué)院 畢業(yè) 設(shè)計(jì)(論文) 26 = 。 = 。 = 。 = 。 = 。 = new (Verdana, 9F, , , (()(0)))。 = 。 = 。 = 。 = 。 = 。 = 。 = 。 = 。 = new (8, 88)。 = dataGrid1。 = 。 = 。 = true。 = 。 = 。 = new (528, 192)。 = 27。 // // btClose // = 。 = 。 = new (400, 291)。 = btClose。 = 7。 = 取消 。 += new ()。 // // btDel // = 。 = 。 = new (232, 291)。 = btDel。 = 6。 = 退宿 。 += new ()。 // // groupBox1 // ()。 ()。 ()。 ()。 ()。 ()。 ()。 = new (楷體 _GB2312, , , , (()(134)))。 = 。 = new (8, 10)。 = groupBox1。 = new (528, 70)。 = 0。 = false。 杭州科技職業(yè)技術(shù)學(xué)院信息 工程學(xué)院 畢業(yè) 設(shè)計(jì)(論文) 27 = 學(xué)生查詢 。 // // textName // = 。 = new (宋體 , 9F, , , (()(134)))。 = new (208, 32)。 = textName。 = new (80, 21)。 = 2。 = 。 // // label3 // = new (宋體 , 9F, , , (()(134)))。 = new (168, 32)。 = label3。 = new (48, 16)。 = 5。 = 姓 名 。 // // textSID // = 。 = new (宋體 , 9F, , , (()(134)))。 = new (72, 32)。 = textSID。 = new (80, 21)。 = 1。 = 。 // // label2 // = new (宋體 , 9F, , , (()(134)))。 = new (32, 32)。 = label2。 = new (48, 16)。 = 3。 = 學(xué) 號(hào) 。 // // btQuery // = 。 = new (宋體 , 9F, , , (()(134)))。 = 。 = new (440, 32)。 = btQuery。 = 4。 = 查詢 。 += new ()。 // // textDormID // = 。 = new (宋體 , 9F, , , (()(134)))。 = new (344, 32)。 杭州科技職業(yè)技術(shù)學(xué)院信息 工程學(xué)院 畢業(yè) 設(shè)計(jì)(論文) 28 = textDormID。 = new (80, 21)。 = 3。 = 。 // // label1 // = new (宋體 , 9F, , , (()(134)))。 = new (304, 32)。 = label1。 = new (48, 16)。 = 0。 = 宿舍號(hào) 。 // // btAdd // = 。 = 。 = new (68, 291)。 = btAdd。 = 5。 = 修改 。 += new ()。 // // Student // = new (6, 14)。 = 。 = new (552, 326)。 ()。 ()。 ()。 ()。 ()。 = Student。 = 學(xué)生查詢 。 (()()).EndInit()。 (false)。 (false)。 } endregion DataSet ds。 private void btQuery_Click(object sender, e) { ()。 string sql=select SID as 學(xué)號(hào) ,SName as 姓名 ,SSex as 性別 ,class as 班級(jí) ,dormID as 宿舍號(hào) from student。 if (()==amp。amp。()==amp。amp。()==) sql=sql。 else { if (()!=) sql=sql+ where SID=39。+()+39。 else if (()!=) sql=sql+ where SName=39。+()+39。 else sql=sql+ where dormID=39。+()+39。 } OleDbDataAdapter adp = new OleDbDataAdapter(sql,oleConnection1)。 杭州科技職業(yè)技術(shù)學(xué)院信息 工程學(xué)院 畢業(yè) 設(shè)計(jì)(論文) 29 ds = new DataSet()。 ()。 (ds,student)。 = [0].DefaultView。 = 共有 +[0].+條記錄 。 ()。 } StudentModify studentModify。 private void btAdd_Click(object sender, e) { if (!=nullamp。amp。=0amp。amp。dataGrid1[]!=null) { studentModify = new StudentModify()。 =[0].Rows[][0].ToString().Trim()。 =[0].Rows[][1].ToString().Trim()。 =[0].Rows[][2].ToString().Trim()。 =[0].Rows[][3].ToString().Trim()。 =[0].Rows[][4].ToString().Trim()。 ()。 } } private void btDel_Click(object sender, e) { if (!=nullamp。amp。=0amp。amp。dataGrid1[]!=null) { ()。 string sql=delete * from student where SID=39。+[0].Rows[][0].ToString().Trim()+39。 OleDbCommand cmd = new OleDbCommand(sql,oleConnection1)。 ()。 (刪除39。+[0].Rows[][1].ToString().Trim()+39。同學(xué)成功 ,提示 )。 ()。 } } private void btClose_Click(object sender, e) { ()。 } } } 學(xué)生查詢 源代碼 using System。 using 。 杭州科技職業(yè)技術(shù)學(xué)院信息 工程學(xué)院 畢業(yè) 設(shè)計(jì)(論文) 30 using 。 using 。 using 。 using 。 namespace DormMIS { /// summary /// StudentModify 的摘要說(shuō)明。 /// /summary public class StudentModify : { private groupBox1。 public boSex。 public textName。 private label7。 public textClass。 private label4。 public textDormID。 public textSID。 private label3。 private label2。 private label1。 private btClose。 private btSure。 /// summary /// 必需的設(shè)計(jì)器變量。 /// /summary private ponents = null。 private OleDbConnection oleConnection1 = null。 public StudentModify() { // // Windows 窗體設(shè)計(jì)器支持所必需的 // InitializeComponent()。 = new OleDbConnection()。 // // TODO: 在 InitializeComponent 調(diào)用后添加任何構(gòu)造函數(shù)代碼 // } /// summary /// 清理所有正在使用的 資源。 /// /summary protected override void Dispose( bool disposing ) { if( disposing ) { if(ponents != null) { ()。 } } ( disposing )。 } region Windows 窗體設(shè)計(jì)器生成的代碼 /// summary /// 設(shè)計(jì)器支持所需的方法 不要使用代碼編輯器修改 杭州科技職業(yè)技術(shù)學(xué)院信息 工程學(xué)院 畢業(yè) 設(shè)計(jì)(論文) 31 /// 此方法的內(nèi)容。 /// /summary private void InitializeComponent() { = new ()。 = new ()。 = new ()。 = new ()。 = new ()。 = new ()。 = new ()。 = new ()。 = new ()。 = new ()。 = new ()。 = new ()。 = new ()。 ()。 ()。 // // groupBox1 // ()。 ()。 ()。 ()。 ()。 ()。 ()。 ()。 ()。 ()。 = new (楷體 _GB2312, , , , (()(134)))。 = 。 = new (8, 12)。 = groupBox1。 = new (344, 160)。 = 0。 = false。 = 學(xué)生信息 。 // // boSex // = new (宋體 , 9F, , , (()(134)))。 (new object[] { 男
點(diǎn)擊復(fù)制文檔內(nèi)容
環(huán)評(píng)公示相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1