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

正文內(nèi)容

工廠銷(xiāo)售管理系統(tǒng)源程序清單(已修改)

2025-09-24 00:06 本頁(yè)面
 

【正文】 工廠銷(xiāo)售管理系統(tǒng) 源程序清單 課題名 :工廠銷(xiāo)售管理系統(tǒng) 課題號(hào) :第 15組 小組組長(zhǎng) :柳超 小組成員 :張玉進(jìn),高方,吳攀,李泉,何晶晶 武漢科技大學(xué)電子技術(shù)學(xué)電子系 058503 班軟件工程實(shí)踐課題 2 主控模塊: package 。 /** * @author chaolaoban * * 創(chuàng)建標(biāo)識(shí) :071213 * 修改標(biāo)識(shí) :071214 */ import 。 import 。 import 。 import 。 import 。 import 。 import 。 import 。 import 。 import 。 public class FsmsMs extends JFrame { private static final long serialVersionUID = 4634690259142971856L。 private JPasswordField PasswordField。 private JTextField textField。 /** * Launch the application * @param args */ public static void main(String args[]) { try { FsmsMs frame = new FsmsMs()。 (true)。 (500, 375)。 (false)。 } catch (Exception e) { ()。 } } /** * Create the frame */ public FsmsMs() { super()。 getContentPane().setBackground(new Color(250, 235, 215))。 3 getContentPane().setLayout(null)。 setTitle(登陸工廠銷(xiāo)售管理系統(tǒng) )。 setBounds(450, 200, 500, 375)。 setDefaultCloseOperation()。 final JLabel label = new JLabel()。 (new Font(, , 16))。 (138, 91, 58, 52)。 getContentPane().add(label)。 (用 戶(hù)名 )。 final JLabel label_1 = new JLabel()。 (new Font(, , 16))。 (138, 174, 58, 24)。 (密 碼 )。 getContentPane().add(label_1)。 textField = new JTextField()。 (225, 107, 147, 24)。 getContentPane().add(textField)。 PasswordField = new JPasswordField()。 (225, 176, 147, 24)。 getContentPane().add(PasswordField)。 final JButton button = new JButton()。 (new ActionListener() { public void actionPerformed(ActionEvent e) { String uname = ()。 String psw = new String(())。 int ifexit = 0。 //if(uname = chaolaoban) if((chaolaoban)amp。(008814)) { FsmsMain Fs = new FsmsMain()。 (true)。 (500,375)。 cancel()。 } else ifexit = (null,輸入的用戶(hù)名或密碼不正確 ,請(qǐng)重新輸入 !)。 if(ifexit == ){ 4 return。 } else { dispose()。 } } private void cancel() { dispose() 。 // TODO 自動(dòng)生成方法存根 } })。 (確 定 )。 (122, 245, 99, 23)。 getContentPane().add(button)。 final JButton button_1 = new JButton()。 (new ActionListener() { public void actionPerformed(ActionEvent e) { int ifdel = (null, 真的要退出嗎 ?)。 if(ifdel == ){ dispose()。 } else { return。 } } })。 (退 出 )。 (313, 245, 99, 23)。 getContentPane().add(button_1)。 final JLabel label_2 = new JLabel()。 (new Font(, , 22))。 (工廠銷(xiāo)售管理系統(tǒng) )。 (157, 35, 195, 31)。 getContentPane().add(label_2)。 } } package 。 /** * @author 超老板 * 創(chuàng)建標(biāo)識(shí) :071209 * 修改標(biāo)識(shí) :071210 5 * 修改標(biāo)識(shí) :071214 * 修改標(biāo)識(shí) :071217 */ import 。 import 。 import 。 import 。 import 。 import 。 import 。 import .*。 import .*。 import .*。 import .*。 import .*。 /** * @author chaolaoban * 工廠銷(xiāo)售管理系統(tǒng)運(yùn)行主界面 */ public class FsmsMain extends JFrame implements ActionListener{ private static final long serialVersionUID = 104369173311173400L。 /** * Launch the application * @param args */ //建立一個(gè)菜單欄 final JMenuBar menuBar = new JMenuBar()。 //建立 合同管理 菜單欄 final JMenu menucontract = new JMenu()。 final JMenuItem itemAddContract = new JMenuItem()。 final JMenuItem itemEditContract = new JMenuItem()。 final JMenuItem itemDelContract = new JMenuItem()。 //建立 打印子 菜單欄 final JMenu print = new JMenu()。 final JMenuItem itemContractPrint = new JMenuItem()。 final JMenuItem itemNumberPrint = new JMenuItem()。 //建立 成品庫(kù)管理 菜單欄 final JMenu menuproduct = new JMenu()。 final JMenuItem itemInProduct = new JMenuItem()。 final JMenuItem itemOutProduct = new JMenuItem()。 final JMenuItem itemInConMoney = new JMenuItem()。 final JMenuItem itemEditProIndex = new JMenuItem()。 final JMenuItem itemQuitProduct = new JMenuItem()。 6 final JMenuItem itemEditProduct = new JMenuItem()。 final JMenuItem itemSearchProIndex = new JMenuItem()。 //建立 隨機(jī)查詢(xún) 菜單欄 final JMenu menusearch = new JMenu()。 final JMenuItem itemContractSearch = new JMenuItem()。 final JMenuItem itemCustomerSearch = new JMenuItem()。 final JMenuItem itemPaySearch = new JMenuItem()。 final JMenuItem itemProductSearch = new JMenuItem()。 final JMenuItem itemContExecuteSearch = new JMenuItem()。 final JMenuItem itemDeliverySearch = new JMenuItem()。 //建立 打印及統(tǒng)計(jì)報(bào)表 菜單欄 final JMenu menucount = new JMenu()。 final JMenuItem itemYearCount = new JMenuItem()。 final JMenuItem itemProductCount = new JMenuItem()。 //建立 客戶(hù)管理 菜單欄 final JMenu menucustomer = new JMenu()。 final JMenuItem itemCustomerSearch_1 = new JMenuItem()。 final JMenuItem itemCustomerPrint = new JMenuItem()。 final JMenuItem itemOweSearch = new JMenuItem()。 final JMenuItem itemLevelSearch = new JMenuItem()。 /* public static void main(String args[]) { try { FsmsMain frame = new FsmsMain()。 (true)。 (false)。 (500, 375)。 } catch (Exception e) { ()。 } } */ /** * Create the frame */ public FsmsMain() { super()。 //enableEvents()。 setTitle(工廠銷(xiāo)售管理系統(tǒng) )。 setBounds(450, 200, 500, 375)。 setDefaultCloseOperation()。 7 getContentPane().setLayout(new BoxLayout(getContentPane(), ))。 setJMenuBar(menuBar)。 (合同管理 )。 (menucontract)。 (itemAddContract)。 (合同輸入 )。 (合同修改 )。 (itemEditContract)。 (合同刪除 )。 (itemDelContract)。 (打印 )。 (print)。 (合同執(zhí)行情況清單 )。 (itemC
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
公安備案圖鄂ICP備17016276號(hào)-1