电脑桌面
添加小米粒文库到电脑桌面
安装后可以在桌面快捷访问

工厂销售管理系统源程序清单VIP免费

工厂销售管理系统源程序清单_第1页
1/100
工厂销售管理系统源程序清单_第2页
2/100
工厂销售管理系统源程序清单_第3页
3/100
工厂销售管理系统源程序清单课题名:工厂销售管理系统课题号:第15组小组组长:柳超小组成员:张玉进,高方,吴攀,李泉,何晶晶武汉科技大学电子技术学电子系058503班软件工程实践课题主控模块:org.chaolaoban.mainpackageorg.chaolaoban.main;/***@authorchaolaoban**创建标识:071213*修改标识:071214*/importjava.awt.Color;importjava.awt.Font;importjava.awt.event.ActionEvent;importjava.awt.event.ActionListener;importjavax.swing.JButton;importjavax.swing.JFrame;importjavax.swing.JLabel;importjavax.swing.JOptionPane;importjavax.swing.JPasswordField;importjavax.swing.JTextField;publicclassFsmsMsextendsJFrame{privatestaticfinallongserialVersionUID=-4634690259142971856L;privateJPasswordFieldPasswordField;privateJTextFieldtextField;/***Launchtheapplication*@paramargs*/publicstaticvoidmain(Stringargs[]){try{FsmsMsframe=newFsmsMs();frame.setVisible(true);frame.setSize(500,375);frame.setResizable(false);}catch(Exceptione){e.printStackTrace();}}/***Createtheframe*/publicFsmsMs(){super();getContentPane().setBackground(newColor(250,235,215));getContentPane().setLayout(null);setTitle("登陆工厂销售管理系统");setBounds(450,200,500,375);setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);finalJLabellabel=newJLabel();label.setFont(newFont("",Font.BOLD,16));label.setBounds(138,91,58,52);getContentPane().add(label);label.setText("用户名");finalJLabellabel_1=newJLabel();label_1.setFont(newFont("",Font.BOLD,16));label_1.setBounds(138,174,58,24);label_1.setText("密码");getContentPane().add(label_1);textField=newJTextField();textField.setBounds(225,107,147,24);getContentPane().add(textField);PasswordField=newJPasswordField();PasswordField.setBounds(225,176,147,24);getContentPane().add(PasswordField);finalJButtonbutton=newJButton();button.addActionListener(newActionListener(){publicvoidactionPerformed(ActionEvente){Stringuname=textField.getText();Stringpsw=newString(PasswordField.getPassword());intifexit=0;//if(uname="chaolaoban")if(uname.equals("chaolaoban")&psw.equals("008814")){FsmsMainFs=newFsmsMain();Fs.setVisible(true);Fs.setSize(500,375);cancel();}elseifexit=JOptionPane.showConfirmDialog(null,"输入的用户名或密码不正确,请重新输入!");if(ifexit==JOptionPane.YES_OPTION){return;}else{dispose();}}privatevoidcancel(){dispose();//TODO自动生成方法存根}});button.setText("确定");button.setBounds(122,245,99,23);getContentPane().add(button);finalJButtonbutton_1=newJButton();button_1.addActionListener(newActionListener(){publicvoidactionPerformed(ActionEvente){intifdel=JOptionPane.showConfirmDialog(null,"真的要退出吗?");if(ifdel==JOptionPane.YES_OPTION){dispose();}else{return;}}});button_1.setText("退出");button_1.setBounds(313,245,99,23);getContentPane().add(button_1);finalJLabellabel_2=newJLabel();label_2.setFont(newFont("",Font.BOLD,22));label_2.setText("工厂销售管理系统");label_2.setBounds(157,35,195,31);getContentPane().add(label_2);}}packageorg.chaolaoban.main;/***@author超老板*创建标识:071209*修改标识:071210*修改标识:071214*修改标识:071217*/importjava.awt.event.ActionEvent;importjava.awt.event.ActionListener;importjavax.swing.BoxLayout;importjavax.swing.JFrame;importjavax.swing.JMenu;importjavax.swing.JMenuBar;importjavax.swing.JMenuItem;importorg.chaolaoban.contract.*;importorg.chaolaoban.count.*;importorg.chaolaoban.customer.*;importorg.chaolaoban.product.*;importorg.chaolaoban.search.*;/***@authorchaolaoban*工厂销...

1、当您付费下载文档后,您只拥有了使用权限,并不意味着购买了版权,文档只能用于自身使用,不得用于其他商业用途(如 [转卖]进行直接盈利或[编辑后售卖]进行间接盈利)。
2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。
3、如文档内容存在违规,或者侵犯商业秘密、侵犯著作权等,请点击“违规举报”。

碎片内容

工厂销售管理系统源程序清单

确认删除?
VIP
微信客服
  • 扫码咨询
会员Q群
  • 会员专属群点击这里加入QQ群
客服邮箱
回到顶部