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

正文內(nèi)容

教務(wù)管理系統(tǒng)開發(fā)文檔(編輯修改稿)

2025-06-19 05:50 本頁面
 

【文章內(nèi)容簡介】 nuItem()。 JMenuItem itemEditG=new JMenuItem()。 //建立“信息查詢”菜單組 JMenu menuSearch=new JMenu()。 JMenu itemSearchStu=new JMenu()。//學(xué)生查詢 JMenuItem itemSearchStuBySnum=new JMenuItem()。 JMenuItem itemSearchStuBySname=new JMenuItem()。 JMenuItem itemSearchStuBySsex=new JMenuItem()。 JMenuItem itemSearchStuByScollege=new JMenuItem()。 JMenuItem itemSearchStuBySmajor=new JMenuItem()。 JMenu itemSearchCor=new JMenu()。//課程查詢 JMenuItem itemSearchStuByCname=new JMenuItem()。 //JMenuItem itemSearchStuByCteacher=new JMenuItem()。 JMenu itemSearchGrd=new JMenu()。//成績查詢 JMenuItem itemSearchMutGrd=new JMenuItem()。 JMenu itemSearchCorl=new JMenu()。//教師信息 JMenuItem itemSearchStuByCteacher=new JMenuItem()。 JMenuItem itemAddT=new JMenuItem()。 JMenuItem itemEditT=new JMenuItem()。 JMenuItem itemDeleteT=new JMenuItem()。 JMenuItem itemdetail=new JMenuItem()。 //JMenu menuTeacher=new JMenu()。//授課教師變更 //設(shè)置不同的人員信息顯示窗體,供不同窗體的查詢 返回結(jié)果用 public static StuInfo stuInfo = new StuInfo()。 public static CourseInfo corInfo = new CourseInfo()。 public static GradeInfo grdInfo = new GradeInfo()。 8 /** * 程序初始化函數(shù) */ public StuMain() { enableEvents()。 //添加框 架的關(guān)閉事件處理 ()。 ()。 //設(shè)置框架的大小 (faceSize)。 //設(shè)置標(biāo)題 (教務(wù)管理系統(tǒng) )。 //程序圖標(biāo) icon = getImage()。 (icon)。 //設(shè)置程序圖標(biāo) try { Init()。 } catch(Exception e) { ()。 } } /** * 程序初始化函數(shù) */ private void Init() throws Exception { Container contentPane = ()。 (new BorderLayout())。 //添加菜單組 (系統(tǒng)管理 )。 (new Font(Dialog, 0, 12))。 (學(xué)生管理 )。 (new Font(Dialog, 0, 12))。 (課程管理 ) 。 (new Font(Dialog, 0, 12))。 (成績管理 )。 (new Font(Dialog, 0, 12))。 (信息查詢 )。 (new Font(Dialog, 0, 12))。 (教師管理 )。 9 (new Font(Dialog, 0, 12))。 //生成“系統(tǒng)管理”菜單組的選項(xiàng) (退出 )。 (new Font(Dialog,0,12))。 //生成“學(xué)生管理”菜單組的選項(xiàng) (增加 )。 (new Font(Dialog,0,12))。 (修改 )。 (new Font(Dialog,0,12))。 (刪除 )。 (new Font(Dialog,0,12))。 //(學(xué)生選課 )。 //(new Font(Dialog,0,12))。 //生成“課程管理”菜單組的選項(xiàng) (課程增加 )。 (new Font(Dialog,0,12))。 (課程修改 )。 (new Font(Dialog,0,12))。 (課程刪除 )。 (new Font(Dialog,0,12))。 //生成“成績管理”菜單組的選項(xiàng) (成績增加 )。 (new Font(Dialog,0,12))。 (成績修改 )。 (new Font(Dialog,0,12))。 //生成“信息查詢”菜單 組的選項(xiàng) (學(xué)生查詢 )。 (new Font(Dialog,0,12))。 (按學(xué)號查詢 )。 (new Font(Dialog,0,12))。 (按學(xué)姓名查詢 )。 (new Font(Dialog,0,12))。 (按性別查詢 )。 (new Font(Dialog,0,12))。 (按學(xué)院查詢 )。 (new Font(Dialog,0,12))。 (按專業(yè)查詢 )。 (new Font(Dialog,0,12))。 (課程查詢 )。 (new Font(Dialog,0,12))。 (按課程名稱查詢 )。 (new Font(Dialog,0,12))。 10 //(按授課教師查詢 )。 //(new Font(Dialog,0,12))。 (成績查詢 )。 (new Font(Dialog,0,12))。 (查詢所有科目成績 )。 (new Font(Dialog,0,12))。 //教師信息模塊 (按授課教師查詢 )。 (new Font(Dialog,0,12))。 (增加授課教師 )。 (new Font(Dialog,0,12))。 (教師信息修改 )。 (new Font(Dialog,0,12))。 (教師信息刪除 )。 (new Font(Dialog,0,12))。 (教師信息查詢 )。 (new Font(Dialog,0,12))。 //添加“系統(tǒng)管理”菜單組 (itemExit)。 //添加“學(xué)生管理”菜單組 (itemAddS)。 (itemEditS)。 (itemDeleteS)。 ()。 (itemSelectC)。 //添加“課程管理”菜單組 (itemAddC)。 (itemEditC)。 (itemDeleteC)。 //添加 “成績管理”菜單組 (itemAddG)。 (itemEditG)。 //添加“信息查詢”菜單組 (itemSearchStu)。 (itemSearchStuBySnum)。 (itemSearchStuBySname)。 (itemSearchStuBySsex)。 (itemSearchStuByScollege)。 (itemSearchStuBySmajor)。 (itemSearchCor)。 (itemSearchStuByCname)。 (itemSearchStuByCteacher)。 11 (itemSearchGrd)。 (itemSearchMutGrd)。 //添加“教師信息”菜單組 (itemSearchStuByCteacher)。 (itemAddT)。 (itemEditT)。 (itemDeleteT)。 (itemdetail)。 ()。 //添加所有的菜單組 (menuSystem)。 (menuStu)。 (menuCourse)。 (menuGrade)。 (menuSearch)。 (itemSearchCorl)。 (mainMenu)。 //添加事件偵聽 (this)。 (this)。 (this)。 (this)。 (this)。 (this)。 (this)。 (this)。 (this)。 (this)。 (this)。 (this)。 (this)。 (this)。 (this)。 (this)。 (this)。 (this)。 (this)。 (this)。 (this)。 (this)。 //關(guān)閉程序時(shí)的操作 12 ( new WindowAdapter(){ public void windowClosing(WindowEvent e){ (0)。 } } )。 } /** * 事件處理 */ public void actionPerformed(ActionEvent e) { Object obj = ()。 if (obj == itemExit) { //退出 (0)。 } else if (obj == itemAddS) { //學(xué)生信息增加 AddStuInfo asi = new AddStuInfo()。 ()。 ()。 (true)。 } else if (obj == itemEditS) { //學(xué)生信息修改 EditStuInfo esi = new EditStuInfo()。 ()。 ()。 (true)。 } else if (obj == itemDeleteS) { //學(xué)生信息刪出 DelStuInfo dsi = new DelStuInfo()。 ()。 ()。 (true)。 } else if (obj == itemSelectC) { //學(xué)生選課 SelectCourse sc = new SelectCourse()。 ()。 ()。 (true)。 } else if (obj == itemAddC) { //課程增加 AddCourseInfo aci = new AddCourseInfo()。 13 ()。 ()。 (true)。 } else if (obj == itemEditC) { //課程修改 EditCourseInfo eci = new EditCourseInfo()。
點(diǎn)擊復(fù)制文檔內(nèi)容
法律信息相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖片鄂ICP備17016276號-1