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

  • 大小: 1.05MB
    文件類型: .rar
    金幣: 2
    下載: 1 次
    發布日期: 2023-10-30
  • 語言: C#
  • 標簽: C#??

資源簡介

系統按3部分來組織檔案。 第一部分,檔案盒管理。在用于錄入檔案盒信息,如檔案盒的名稱、存放位置、所包括的檔案清單??筛鶕n案盒的信息進行查詢。 第二部分,檔案清單。用于向一個已經建立的檔案盒中加入或刪除一份檔案。在檔案清單可查詢某個客戶的檔案。 第三部分,發票管理。用于實現發票的領用、開出情況的查詢。

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;

namespace?DocManager
{
????public?partial?class?Account?:?Form
????{
????????DBOperator.DBShell?dbShell;
????????public?Account()
????????{
????????????InitializeComponent();
????????????dbShell?=?new?DBOperator.DBShell(CommMember.g_strConSQL?CommMember.g_strConORA);
????????}

????????private?void?btnConfirm_Click(object?sender?EventArgs?e)
????????{
????????????string?account?=?““;
????????????string?password?=?““;
????????????string?smd?=?““;
????????????if?(NewAccount.Text.ToString()?==?““)
????????????{
????????????????System.Windows.Forms.MessageBox.Show(“帳號不能為空!“);
????????????????return;
????????????}
????????????if?(NewPassword.Text?==?RepeatPassword.Text)
????????????{
????????????????account?=?NewAccount.Text;
????????????????password?=?NewPassword.Text;

????????????????string?strAccount?=?dbShell.GetValueSQL(“select?UserAccount?from?sysUser?where?useraccount=‘“?+?NewAccount.Text?+?“‘“);
????????????????if?(strAccount?!=?““?&&?strAccount?!=?CommMember.g_strCurrentAccount)
????????????????{
????????????????????MessageBox.Show(“系統中已經存在你所設定的帳號!請設定其它帳號!“?“提示“);
????????????????????return;
????????????????}
????????????????smd?=?“update?SYSUser?set“;
????????????????smd?+=?“?UserAccount=‘“?+?account?+?“‘“;
????????????????smd?+=?“UserPWD=‘“?+?password?+?“‘“;
????????????????smd?+=?“?where?UserAccount=‘“?+?CommMember.g_strCurrentAccount?+?“‘“;
????????????????dbShell.ExecuteCmdSQL(smd);
????????????????CommMember.g_strCurrentAccount?=?account;
????????????????MessageBox.Show(“修改帳號密碼成功“?“提示“);
????????????????this.DialogResult?=?DialogResult.OK;
????????????}
????????????else
????????????{
????????????????NewPassword.Text?=?““;
????????????????RepeatPassword.Text?=?““;
????????????????MessageBox.Show(“兩次輸入的密碼不一致請重新輸入“?“提示“);
????????????????return;
????????????}
????????????this.Close();
????????}

????????private?void?btnCancel_Click(object?sender?EventArgs?e)
????????{
????????????this.Close();
????????}

????????private?void?label1_Click(object?sender?EventArgs?e)
????????{

????????}

????????private?void?NewAccount_TextChanged(object?sender?EventArgs?e)
????????{

????????}
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件??????37888??2010-04-09?19:42??這是一個用C#寫的檔案管理系統\20081027數據庫管理系統開發學習綱要.doc

?????文件???????2435??2009-09-04?21:23??這是一個用C#寫的檔案管理系統\Account.cs

?????文件???????6221??2009-09-04?21:23??這是一個用C#寫的檔案管理系統\Account.Designer.cs

?????文件???????5814??2009-09-04?21:23??這是一個用C#寫的檔案管理系統\Account.resx

?????文件???????2435??2009-09-04?21:23??這是一個用C#寫的檔案管理系統\Backup\Account.cs

?????文件???????6221??2009-09-04?21:23??這是一個用C#寫的檔案管理系統\Backup\Account.Designer.cs

?????文件???????5814??2009-09-04?21:23??這是一個用C#寫的檔案管理系統\Backup\Account.resx

?????文件???????3188??2009-09-04?18:40??這是一個用C#寫的檔案管理系統\Backup\CommMember.cs

?????文件???????4846??2008-06-25?09:37??這是一個用C#寫的檔案管理系統\Backup\CrystalReport1.cs

?????文件??????16384??2008-06-25?09:37??這是一個用C#寫的檔案管理系統\Backup\CrystalReport1.rpt

?????文件???????4846??2008-08-18?08:54??這是一個用C#寫的檔案管理系統\Backup\CrystalReport2.cs

?????文件??????16384??2008-08-18?08:54??這是一個用C#寫的檔案管理系統\Backup\CrystalReport2.rpt

?????文件?????????76??2008-06-16?09:02??這是一個用C#寫的檔案管理系統\Backup\DataSet2.cs

?????文件??????73110??2008-06-16?09:02??這是一個用C#寫的檔案管理系統\Backup\DataSet2.Designer.cs

?????文件????????381??2008-06-16?09:02??這是一個用C#寫的檔案管理系統\Backup\DataSet2.xsc

?????文件???????9535??2008-06-16?09:02??這是一個用C#寫的檔案管理系統\Backup\DataSet2.xsd

?????文件???????1066??2008-06-16?09:02??這是一個用C#寫的檔案管理系統\Backup\DataSet2.xss

?????文件??????21416??2010-04-20?20:38??這是一個用C#寫的檔案管理系統\Backup\DocBox.cs

?????文件??????28815??2010-04-09?20:13??這是一個用C#寫的檔案管理系統\Backup\DocBox.Designer.cs

?????文件???????6205??2010-04-09?20:13??這是一個用C#寫的檔案管理系統\Backup\DocBox.resx

?????文件???????9715??2008-06-23?19:03??這是一個用C#寫的檔案管理系統\Backup\DocList.cs

?????文件??????15368??2008-06-02?18:02??這是一個用C#寫的檔案管理系統\Backup\DocList.Designer.cs

?????文件???????6186??2008-06-02?18:02??這是一個用C#寫的檔案管理系統\Backup\DocList.resx

?????文件???????9816??2010-04-09?19:15??這是一個用C#寫的檔案管理系統\Backup\DocManager.csproj

?????文件????????264??2008-11-10?18:20??這是一個用C#寫的檔案管理系統\Backup\DocManager.csproj.user

?????文件????????908??2009-07-23?08:31??這是一個用C#寫的檔案管理系統\Backup\DocManager.sln

????..A..H.?????98304??2010-10-23?18:01??這是一個用C#寫的檔案管理系統\Backup\DocManager.suo

?????文件??????18895??2009-10-18?15:43??這是一個用C#寫的檔案管理系統\Backup\MainForm.cs

?????文件??????13754??2009-09-16?15:27??這是一個用C#寫的檔案管理系統\Backup\MainForm.Designer.cs

?????文件???????6218??2009-09-16?15:27??這是一個用C#寫的檔案管理系統\Backup\MainForm.resx

............此處省略130個文件信息

評論

共有 條評論