-
大小: 868KB文件類型: .zip金幣: 2下載: 0 次發(fā)布日期: 2021-05-22
- 語言: 其他
- 標簽: Document??Management??
資源簡介
The purpose of this system is to store documents in electronic format in a single repository and automate the processes of their execution and consideration. In these processes documents pass through determined routes. They pass on from one person to another. At each point of such a route a person makes a decision or executes the document.

代碼片段和文件信息
//**********************************************************************************
//EVPO?Document?Circulation?Copyright??2007?Evgeny?Pokhilko?
//?
//
//This?file?is?part?of?EVPO?Document?Circulation
//
//EVPO?Document?Circulation?is?free?software:?you?can?redistribute?it?and/or?modify
//it?under?the?terms?of?the?GNU?General?Public?License?as?published?by
//the?Free?Software?Foundation?either?version?2?of?the?License?or
//(at?your?option)?any?later?version.
//
//EVPO?Document?Circulation?is?distributed?in?the?hope?that?it?will?be?useful
//but?WITHOUT?ANY?WARRANTY;?without?even?the?implied?warranty?of
//MERCHANTABILITY?or?FITNESS?FOR?A?PARTICULAR?PURPOSE.??See?the
//GNU?General?Public?License?for?more?details.
//
//You?should?have?received?a?copy?of?the?GNU?General?Public?License
//along?with?EVPO?Document?Circulation.??If?not?see? .
//**********************************************************************************
using?System;
using?System.Data;
using?System.Configuration;
using?System.Collections;
using?System.Web;
using?System.Web.Security;
using?System.Web.UI;
using?System.Web.UI.WebControls;
using?System.Web.UI.WebControls.WebParts;
using?System.Web.UI.HtmlControls;
using?Evpo.DocCirc.Common;
using?System.Resources;
public?partial?class?About?:?System.Web.UI.UserControl
{
????#region?Resources
????private?const?string?_controlName?=?“About.ascx“;
????public?struct?ResKeys
????{
????????public?const?string?ApplicationName?=?“ApplicationName“;
????????public?const?string?VersionLabel?=?“VersionLabel“;
????????public?const?string?ContactInformationLabel?=?“ContactInformationLabel“;
????????public?const?string?AuthorLabel?=?“AuthorLabel“;
????????public?const?string?Author?=?“Author“;
????????public?const?string?WebSiteLabel?=?“WebSiteLabel“;
????????public?const?string?LicenseTypeLabel?=?“LicenseTypeLabel“;
????????public?const?string?GnuLicense?=?“GnuLicense“;
????}
????protected?ResourceManager?_rm;
????#endregion
????protected?void?Page_Init(object?sender?EventArgs?e)
????{
????????_rm?=?ResourceHelper.Current.GetResourceManagerForPage(_controlName);
????}
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????????uiVersion.Text?=?(new?AssemblyInfo()).GetVersion();
????????this.DataBind();
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????19794??2008-11-16?15:52??COPYING.txt
?????文件?????????530??2008-11-16?21:19??CreateSetupArchive.cmd
?????目錄???????????0??2008-11-26?22:56??Docs\
?????文件???????28160??2008-11-16?15:52??Docs\DataStructure.xls
?????目錄???????????0??2009-04-28?11:26??EDCWeb\
?????文件????????2830??2008-11-16?15:52??EDCWeb\About.ascx
?????文件????????2400??2008-11-16?15:52??EDCWeb\About.ascx.cs
?????文件?????????814??2008-11-16?15:52??EDCWeb\AccessDenied.aspx
?????文件????????2035??2008-11-16?15:52??EDCWeb\AccessDenied.aspx.cs
?????文件????????4552??2008-11-16?15:52??EDCWeb\AppSettingMgmt.ascx
?????文件????????9133??2008-11-16?15:52??EDCWeb\AppSettingMgmt.ascx.cs
?????目錄???????????0??2008-11-26?22:56??EDCWeb\App_Code\
?????文件????????3003??2008-11-16?15:52??EDCWeb\App_Code\AssemblyInfo.cs
?????文件????????8191??2008-11-16?15:52??EDCWeb\App_Code\Global.asax.cs
?????目錄???????????0??2008-11-26?22:56??EDCWeb\App_Data\
?????文件?????????447??2008-11-16?15:52??EDCWeb\Attachment.aspx
?????文件????????3954??2008-11-16?15:52??EDCWeb\Attachment.aspx.cs
?????目錄???????????0??2009-04-28?11:27??EDCWeb\Bin\
?????文件???????54272??2009-04-28?11:27??EDCWeb\Bin\Evpo.DocCirc.Common.dll
?????文件??????214528??2009-04-28?11:27??EDCWeb\Bin\Evpo.DocCirc.Common.pdb
?????文件???????23040??2009-04-28?11:27??EDCWeb\Bin\Evpo.DocCirc.Messaging.dll
?????文件???????42496??2009-04-28?11:27??EDCWeb\Bin\Evpo.DocCirc.Messaging.pdb
?????文件???????43008??2009-04-28?11:27??EDCWeb\Bin\Evpo.DocCirc.Resources.dll
?????文件????????7680??2009-04-28?11:27??EDCWeb\Bin\Evpo.DocCirc.Resources.pdb
?????目錄???????????0??2009-04-28?11:27??EDCWeb\Bin\ru-RU\
?????文件???????53760??2009-04-28?11:27??EDCWeb\Bin\ru-RU\Evpo.DocCirc.Resources.dll
?????文件????????7680??2009-04-28?11:27??EDCWeb\Bin\ru-RU\Evpo.DocCirc.Resources.pdb
?????文件????????1931??2008-11-16?15:52??EDCWeb\ChangePassword.ascx
?????文件????????3210??2008-11-16?15:52??EDCWeb\ChangePassword.ascx.cs
?????文件????????4370??2008-11-16?15:52??EDCWeb\CustomQuery.ascx
?????文件???????18189??2008-11-26?00:14??EDCWeb\CustomQuery.ascx.cs
............此處省略491個文件信息
評論
共有 條評論