91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 785KB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2021-05-28
  • 語言: 其他
  • 標(biāo)簽:

資源簡(jiǎn)介

江蘇科技大學(xué)計(jì)算機(jī)軟件專業(yè)課程設(shè)計(jì) 人事管理系統(tǒng)

資源截圖

代碼片段和文件信息

using?System;
using?System.Drawing;
using?System.Collections;
using?System.ComponentModel;
using?System.Windows.Forms;
using?System.Data;
using?System.Data.SqlClient;

namespace?人力資源管理系統(tǒng)
{
///?
///?AmendStafferInfo?的摘要說明。
///?

public?class?AmendStafferInfo?:?System.Windows.Forms.Form
{
private?DataTable?tempTable?=?new?DataTable();
private?CurrencyManager?cmAmend;

private?string?strSQL?=?““;
private?SqlConnection?tempConnection?=?new?SqlConnection(“workstation?id=localhost;database=hrmbook;Connect?Timeout=30;Trusted_Connection=yes“)?;
private?SqlDataAdapter?da;
private?DataTable?tblDataSource?=?new?DataTable();

private?System.Windows.Forms.DataGrid?dataGrid1;
private?System.Windows.Forms.GroupBox?groupBox1;
private?System.Windows.Forms.Label?label1;
private?System.Windows.Forms.Label?label2;
private?System.Windows.Forms.Label?label3;
private?System.Windows.Forms.Label?label4;
private?System.Windows.Forms.Label?label5;
private?System.Windows.Forms.Label?label6;
private?System.Windows.Forms.Label?label7;
private?System.Windows.Forms.Label?label8;
private?System.Windows.Forms.Label?label9;
private?System.Windows.Forms.Label?label10;
private?System.Windows.Forms.Label?label11;
private?System.Windows.Forms.Label?label12;
private?System.Windows.Forms.Label?label13;
private?System.Windows.Forms.Label?label14;
private?System.Windows.Forms.Label?label15;
private?System.Windows.Forms.Label?label16;
private?System.Windows.Forms.Label?label17;
private?System.Windows.Forms.Label?label18;
private?System.Windows.Forms.Label?label19;
private?System.Windows.Forms.Label?label21;
private?System.Windows.Forms.TextBox?txt1;
private?System.Windows.Forms.TextBox?txt2;
private?System.Windows.Forms.TextBox?txt3;
private?System.Windows.Forms.ComboBox?cmb1;
private?System.Windows.Forms.ComboBox?cmb3;
private?System.Windows.Forms.ComboBox?cmb2;
private?System.Windows.Forms.ComboBox?cmb4;
private?System.Windows.Forms.TextBox?txt6;
private?System.Windows.Forms.TextBox?txt5;
private?System.Windows.Forms.TextBox?txt8;
private?System.Windows.Forms.TextBox?txt4;
private?System.Windows.Forms.TextBox?txt7;
private?System.Windows.Forms.TextBox?txt10;
private?System.Windows.Forms.TextBox?txt9;
private?System.Windows.Forms.TextBox?txt12;
private?System.Windows.Forms.TextBox?txt11;
private?System.Windows.Forms.TextBox?txt15;
private?System.Windows.Forms.TextBox?txt13;
private?System.Windows.Forms.TextBox?txt16;
private?System.Windows.Forms.TextBox?txt14;
private?System.Windows.Forms.ToolBar?toolBar1;
private?System.Windows.Forms.ToolBarButton?tbarBtnDelete;
private?System.Data.SqlClient.SqlDataAdapter?sqlDataAdapter1;
private?System.Windows.Forms.ToolBarButton?tbarBtnNew;
private?System.Windows.Forms.ImageList?imageList1;
private?System.Windows.Forms.ToolBarButton?toolBarPre;
privat

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2009-07-06?11:18??人事管理系統(tǒng)代碼\Chap2\
?????目錄???????????0??2009-07-06?11:05??人事管理系統(tǒng)代碼\Chap2\Icon\
?????文件????????1078??2004-10-26?14:15??人事管理系統(tǒng)代碼\Chap2\Icon\hrm.ico
?????文件???????16384??2009-07-06?11:10??人事管理系統(tǒng)代碼\Chap2\Icon\Thumbs.db
?????文件?????????246??2004-10-26?14:15??人事管理系統(tǒng)代碼\Chap2\Icon\保存.bmp
?????文件?????????246??2004-10-26?14:15??人事管理系統(tǒng)代碼\Chap2\Icon\查詢選擇.bmp
?????文件?????????246??2004-10-26?14:15??人事管理系統(tǒng)代碼\Chap2\Icon\計(jì)算.bmp
?????文件?????????246??2004-10-26?14:15??人事管理系統(tǒng)代碼\Chap2\Icon\取消.bmp
?????文件?????????246??2004-10-26?14:15??人事管理系統(tǒng)代碼\Chap2\Icon\刪除.bmp
?????文件?????????246??2004-10-26?14:15??人事管理系統(tǒng)代碼\Chap2\Icon\上記錄.bmp
?????文件?????????246??2004-10-26?14:15??人事管理系統(tǒng)代碼\Chap2\Icon\首記錄.bmp
?????文件?????????246??2004-10-26?14:15??人事管理系統(tǒng)代碼\Chap2\Icon\搜索.bmp
?????文件?????????246??2004-10-26?14:15??人事管理系統(tǒng)代碼\Chap2\Icon\尾記錄.bmp
?????文件?????????246??2004-10-26?14:15??人事管理系統(tǒng)代碼\Chap2\Icon\下記錄.bmp
?????文件?????????246??2004-10-26?14:15??人事管理系統(tǒng)代碼\Chap2\Icon\新增.bmp
?????文件?????????246??2004-10-26?14:15??人事管理系統(tǒng)代碼\Chap2\Icon\修改.bmp
?????目錄???????????0??2009-07-06?11:09??人事管理系統(tǒng)代碼\Chap2\代碼\
?????文件???????57933??2004-10-26?14:15??人事管理系統(tǒng)代碼\Chap2\代碼\AmendStafferInfo.cs
?????文件???????47727??2004-10-26?14:15??人事管理系統(tǒng)代碼\Chap2\代碼\AmendStafferInfo.resx
?????文件????????1859??2004-10-26?14:15??人事管理系統(tǒng)代碼\Chap2\代碼\AssemblyInfo.cs
?????目錄???????????0??2009-07-06?11:05??人事管理系統(tǒng)代碼\Chap2\代碼\bin\
?????目錄???????????0??2009-07-06?11:07??人事管理系統(tǒng)代碼\Chap2\代碼\bin\Debug\
?????文件??????458752??2004-10-26?14:15??人事管理系統(tǒng)代碼\Chap2\代碼\bin\Debug\人事管理系統(tǒng).exe
?????文件??????536064??2004-10-26?14:15??人事管理系統(tǒng)代碼\Chap2\代碼\bin\Debug\人事管理系統(tǒng).pdb
?????文件?????????602??2004-10-26?14:15??人事管理系統(tǒng)代碼\Chap2\代碼\DataGridNoActiveCellColumn.cs
?????文件????????1733??2004-10-26?14:15??人事管理系統(tǒng)代碼\Chap2\代碼\DataGridNoActiveCellColumn.resx
?????文件??????156076??2004-10-26?14:15??人事管理系統(tǒng)代碼\Chap2\代碼\DataSet1.cs
?????文件????????8608??2004-10-26?14:15??人事管理系統(tǒng)代碼\Chap2\代碼\DataSet1.xsd
?????文件????????1067??2004-10-26?14:15??人事管理系統(tǒng)代碼\Chap2\代碼\DataSet1.xsx
?????文件???????40051??2004-10-26?14:15??人事管理系統(tǒng)代碼\Chap2\代碼\DataSet11.cs
?????文件????????2574??2004-10-26?14:15??人事管理系統(tǒng)代碼\Chap2\代碼\DataSet11.xsd
............此處省略30個(gè)文件信息

評(píng)論

共有 條評(píng)論

相關(guān)資源