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

正文內(nèi)容

超市管理信息系統(tǒng)_畢業(yè)論文-資料下載頁

2025-04-03 00:39本頁面
  

【正文】 .《實用軟件工程與實訓(xùn)》 , 清華大學(xué) 出版社, 2021 [12]平震宇 .臧武軍 .《網(wǎng)絡(luò)數(shù)據(jù)庫 SQL Server 2021 教程 》 , 中國電力 出版社 , 2021 25 附錄 本軟件安裝非常簡單,只需找到超市管理信息系統(tǒng) .sln 文件,就可運(yùn)行。獲得用戶名和密碼登錄主界面,進(jìn)入主界面后可進(jìn)行相關(guān)操作。部分代碼( 登錄界面代碼 ) 如下: namespace 超市管理信息系統(tǒng) { /// summary /// Login 的摘要說明。 /// /summary public class Login : { private Exitlogin。 private loginbutt。 private groupBox1。 private PwdTxt。 private label3。 private UserNameTxt。 private label2。 public static bool CanLogin = false。 //記錄能否檢驗通過 public static string strUser = 。 //記錄用戶名 public static string strUserRole = 。 //記錄用戶權(quán)限 public static string strUserId = 。 //記錄用戶編號 private string connectionString = workstation id=localhost。Integrated Security=SSPI。database=MarketMagSys。 //與數(shù)據(jù)庫的連接 private SqlConnection myConnection。 private SqlDataAdapter da。 private DataSet ds = new DataSet()。 private DataTable LogTable。 private DataRow LogRow。 private string StrSQL = SELECT * from SyUser。 private Label label1。 /// summary /// 必需的設(shè)計器變量。 /// /summary private ponents = null。 public Login() { 26 // // Windows 窗體設(shè)計器支持所必需的 // InitializeComponent()。 // // TODO: 在 InitializeComponent 調(diào)用后添加任何構(gòu)造函數(shù)代碼 // = new SqlConnection(connectionString)。 = new SqlDataAdapter(,)。 ()。 (ds,SyUser)。 = [0]。 } /// summary /// 清理所有正在使用的資源。 /// /summary protected override void Dispose( bool disposing ) { if( disposing ) { if(ponents != null) { ()。 } } ( disposing )。 } region Windows 窗體設(shè)計器生成的代碼 /// summary /// 設(shè)計器支持所需的方法 不要使用代碼編輯器修改 /// 此方法的內(nèi)容。 /// /summary private void InitializeComponent() { = new ()。 = new ()。 = new ()。 = new ()。 = new ()。 = new ()。 27 = new ()。 = new ()。 ()。 ()。 // // Exitlogin // = new (160, 171)。 = Exitlogin。 = new (88, 24)。 = 12。 = 退出 。 += new ()。 // // loginbutt // = new (48, 170)。 = loginbutt。 = new (88, 24)。 = 11。 = 登錄 。 += new ()。 // // groupBox1 // ()。 ()。 ()。 ()。 = new (40, 68)。 = groupBox1。 = new (208, 100)。 = 10。 = false。 = 用戶信息輸入 。 // // PwdTxt // = new (88, 56)。 = PwdTxt。 = 39。*39。 = new (104, 21)。 28 = 4。 // // label3 // = new (8, 64)。 = label3。 = new (72, 16)。 = 3。 = *用戶密碼: 。 // // UserNameTxt // = new (88, 32)。 = UserNameTxt。 = new (104, 21)。 = 2。 // // label2 // = new (8, 40)。 = label2。 = new (72, 16)。 = 1。 = *用戶姓名: 。 // // label1 // = true。 = new (宋體 , , , , ((byte)(134)))。 = new (27, 19)。 = label1。 = new (253, 29)。 = 13。 = 超市管理信息系統(tǒng) 。 // // Login // = new (6, 14)。 = 。 = new (292, 245)。 ()。 ()。 29 ()。 ()。 = Login。 = 。 = 用戶登錄 。 += new ()。 (false)。 ()。 (false)。 ()。 } endregion private void loginbutt_Click(object sender, e) { for (int i=0。i。i++) { = [i]。 //只有當(dāng)輸入的用戶名和密碼同時對應(yīng)上數(shù)據(jù)庫中記錄時,才能通過校驗 if (LogRow[1].ToString().Trim()==().Trim() amp。amp。 LogRow[2].ToString().Trim()==().Trim()) { CanLogin = true。 strUser = LogRow[1].ToString().Trim()。//保存用戶名 strUserRole = LogRow[3].ToString().Trim()。//保存用戶權(quán)限 strUserId=LogRow[0].ToString().Trim()。//保存用戶權(quán)限 ()。//關(guān)閉窗體 return。 } } ( 您輸入的用戶號或密碼不正確 !)。 return。 } private void Exitlogin_Click(object sender, e) { CanLogin = false。 ()。 } 30 private void Login_Load(object sender, EventArgs e) { } } }
點擊復(fù)制文檔內(nèi)容
試題試卷相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1