• 大小: 868KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 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个文件信息

评论

共有 条评论