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

正文內容

工資管理系統(tǒng)課程設計報告-資料下載頁

2025-08-03 03:58本頁面
  

【正文】 ){ String CY=(String)()。 int year=(CY)。 int g=year。 if(g%4==0||g%400==0){ C_year=1。 }else{ C_year=0。 } (C_year)。 }else if (()==txt_attendtime_month){ String CM=(String)()。 int month=(CM)。 if(month==2){ if(C_year==1){ ()。 for(int i=0。i。i++){ (day_29[i])。 } }else if(C_year==0){ ()。 for(int i=0。i。i++){ (day_28[i])。 } } }else if(month==1||month==3||month==5||month==7||month==8||month==10||month==12){ ()。 for(int i=0。i。i++){ (day[i])。 } }else{ ()。 for(int i=0。i。i++){ (day_30[i])。 } } }else if (()==btn_insert){ String b1=(String)()。 String b2=(String)()。 String b3=(String)()。 String a1=(String)()。 String a2=(String)()。 String a3=(String)()。 String Eno=().trim()。 String x=().trim()。 String y=().trim()。 if(()==0){ x=員工。 } if(()==0){ y=無。 } if(()0 amp。amp。()0amp。amp。()0amp。amp。()0 amp。amp。()0amp。amp。()0){ String birth=b1+/+b2+/+b3。 String attendtime=a1+/+a2+/+a3。 if(()==8){ (this, ().trim(), ().trim(), (String)(), birth, attendtime, (String)(), x, y, (String)(), (String)())。 }else{ (this, 輸入的員工編號必須為8位數(shù)字)。 } }else{ (this, @請選擇年月日@)。 } } } public static void main(String[]args){ EmpInsert landfrm=new EmpInsert()。 }}/*員工信息修改界面類*/package WageMangement。import .*。import .*。import .*。public class EmpUpdate extends JFrame implements ActionListener{ private WageDao dao= new WageDao()。 private JTextField txt_input =new JTextField()。 private JLabel lbl_eno=new JLabel(員工編號)。 private JLabel lbl_name=new JLabel(姓名)。 private JLabel lbl_sex =new JLabel(性別)。 private JLabel lbl_birth =new JLabel(生日)。 private JLabel lbl_attendtime =new JLabel(參加工作時間)。 private JLabel lbl_dept =new JLabel(部門)。 private JLabel lbl_post =new JLabel(職務)。 private JLabel lbl_TechnicalTitle =new JLabel(職稱)。 private JLabel lbl_politicalstatus =new JLabel(政治面貌)。 private JLabel lbl_wedlock =new JLabel(婚姻狀況)。 private String[] str_sex ={,男,女}。 private JComboBox cmbsex= new JComboBox(str_sex)。 private String[] str_pol ={,群眾,團員,黨員}。 private JComboBox cmbpol= new JComboBox(str_pol)。 private String[] str_wedlock ={,未婚,已婚}。 private JComboBox cmbwedlock= new JComboBox(str_wedlock)。 private JButton btn_update=new JButton(更新)。 private JButton btn_back=new JButton(返回)。 private JButton btn_query=new JButton(查詢)。 private JLabel lbl_empty=new JLabel()。 private JLabel lbl_empty_1=new JLabel()。 private JTextField txt_eno=new JTextField()。 private JTextField txt_eno_old=new JTextField()。 private JTextField txt_name=new JTextField()。 private JTextField txt_name_old=new JTextField()。 private JTextField txt_sex_old=new JTextField()。 private JTextField txt_birth_old =new JTextField()。 private JComboBox txt_birth_year。 private JComboBox txt_birth_month。 private JComboBox txt_birth_day。 private JTextField txt_attendtime_old =new JTextField()。 private JComboBox txt_attendtime_year。 private JComboBox txt_attendtime_month。 private JComboBox txt_attendtime_day。 private JTextField txt_dept_old=new JTextField()。 private JComboBox cmb_dept= new JComboBox()。 private JTextField txt_post_old =new JTextField()。 private JTextField txt_post =new JTextField()。 private JTextField txt_TechnicalTitle =new JTextField()。 private JTextField txt_TechnicalTitle_old =new JTextField()。 private JTextField txt_pol_old =new JTextField()。 private JTextField txt_wedlock_old =new JTextField()。 private JComboBox cmb_eno= new JComboBox()。 private JLabel lbl_query=new JLabel(查詢員工相關信息(編號))。 private JLabel lbl_old=new JLabel(原員工信息)。 private JLabel lbl_new=new JLabel(新員工信息)。 private String[] day=new String[32]。 private String[] month=new String[13]。 private String[] birth_year=new String[32]。 private String[] attendtime_year=new String[32]。 private String[] day_28=new String[29]。 private String[] day_29=new String[30]。 private String[] day_30=new String[31]。 private int c_year=0。private int C_year=0。 public void setItem(){ (cmb_eno)。 (cmb_dept)。 day[0]=。 month[0]=。 birth_year[0]=。 attendtime_year[0]=。 for (int i=1。i32。i++){ day[i]=+i。 } for (int i=1。i13。i++){ month[i]=+i。 } for (int i=1。i32。i++){ int x=1980+i。birth_year[i]=+x。 } for (int i=1。i32。i++){ int x=1996+i。attendtime_year[i]=+x。 } txt_birth_year=new JComboBox(birth_year)。 txt_birth_month=new JComboBox(month)。 txt_birth_day=new JComboBox(day)。 txt_attendtime_year=new JComboBox(attendtime_year)。 txt_attendtime_month=new JComboBox(month)。 txt_attendtime_day=new JComboBox(day)。 } EmpUpdate(){ JPanel jp =(JPanel)()。 (new BorderLayout())。 ((更新員工信息))。 ()。 JPanel jp1=new JPanel(new GridLayout(12,3,5,5))。 JPanel jp2=new JPanel(new GridLayout(1,3,5,5))。 JPanel jp3=new JPanel(new GridLayout(1,3,5,5))。 JPanel jp4=new JPanel(new GridLayout(1,2,10,20))。 (btn_update)。(btn_back)。 (txt_birth_year)。(txt_birth_month)。(txt_birth_day)。 (txt_attendtime_year)。(txt_attendtime_month)。(txt_attendtime_day)。 (lbl_query)。(cmb_eno)。(btn_query)。 (lbl_empty)。(lbl_old)。(lbl_new)。 (lbl_eno)。(txt_eno_old)。(txt_eno)。 (lbl_name)。(txt_name_old)。(txt_name)。 (lbl_sex)。(txt_sex_old)。(cmbsex)。 (lbl_birth)。(txt_birth_old)。(jp3)。 (lbl_attendtime)。(txt_attendtime_old)。(jp2)。 (lbl_dept)。(txt_dept_old)。(cmb_dept)。 (lbl_post)。(txt_post_old)。(txt_post)。 (lbl_TechnicalTitle)。(txt_TechnicalTitle_old)。(txt_TechnicalTitle)。 (lbl_politicalstatus)。(txt_pol_old)。(cmbpol)。 (lbl_wedlock)。(txt_wedlock_old)。(cmbwedlock)。 (jp1,)。(jp4,)。 (false)。(false)。 (false)。 (false)。 (false)。 (false)。 (false)。 (false)。 (false)。 (false)。 (false)。 (500, 500)。 (true)。 (360, 150)。 (工資管理系統(tǒng))。 (false)。 (this)。 (this)。 (this)。 (this)。 (this)。 (this)。 (this)。 ()。 day_28[0]=。 day_29[0]=。 day_30[
點擊復制文檔內容
環(huán)評公示相關推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1