• 大小: 30.5MB
    文件类型: .rar
    金币: 2
    下载: 2 次
    发布日期: 2023-07-11
  • 语言: 其他
  • 标签: ERP  C#源码  

资源简介

ErpCore是一套强大的云计算ERP开发框架,集数据库设计、软件建模、模型自动生成、界面可视化设计、业务流可自定义、全自动生成用户所需系统于一体。在此框架上扩展出所有行业的业务系统,它让软件工程师从“建模——写代码——测试”所有繁琐重复的工作变为全自动化生成,大大简化了企业软件的开发时间和成本;同时,使用该框架扩展的所有业务子系统能够无缝连接进行数据共享,这也是云计算ERP的实现基础,杜绝了传统ERP的子系统信息孤岛的弊端,真正实现无缝整合企业的所有资源进行管理. 灵活的自定义对象功能解决了传统ERP由软件厂商定死业务规则的弊端,业务流规则将变成企业自己自定义,满足国内不同企业存在不同

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;

using System.Text;
using System.Windows.Forms;
using ErpCoreModel;
using ErpCoreModel.base;
using ErpCoreModel.framework;
using ErpCoreModel.SubSystem;
using ErpCoreModel.UI;
using ErpCore.Database.Diagram;
using ErpCore.Window.Designer;
using ErpCore.Window;
using ErpCoreModel.Report;
using ErpCoreModel.Workflow;
using ErpCore.Common;

namespace ErpCore
{
    public partial class AdminForm : Form
    {
        ErpCore.Window.WindowPanel windowPanel = new ErpCore.Window.WindowPanel();
        ErpCore.View.ViewPanel viewPanel = new ErpCore.View.ViewPanel();
        ErpCore.FormF.FormPanel formPanel = new ErpCore.FormF.FormPanel();
        ErpCore.Security.Org.OrgPanel orgPanel = new ErpCore.Security.Org.OrgPanel();
        ErpCore.Security.Role.RolePanel rolePanel = new ErpCore.Security.Role.RolePanel();
        ErpCore.Security.Access.AccessPanel accessPanel = new ErpCore.Security.Access.AccessPanel();        
        ErpCore.Security.User.UserPanel userPanel = new ErpCore.Security.User.UserPanel();
        ErpCore.Database.Diagram.DiagramPanel diagramPanel = new ErpCore.Database.Diagram.DiagramPanel();
        ErpCore.Database.Table.TablePanel tablePanel = new ErpCore.Database.Table.TablePanel();
        ErpCore.SubSystem.SubSystemPanel subSystemPanel = new ErpCore.SubSystem.SubSystemPanel();
        ErpCore.Report.ReportPanel reportPanel = new ErpCore.Report.ReportPanel();
        ErpCore.Workflow.WorkflowDefPanel workflowDefPanel = new ErpCore.Workflow.WorkflowDefPanel();
        ErpCore.Menu.MenuPanel menuPanel = new ErpCore.Menu.MenuPanel();

        public Desktop.DesktopPanel m_frmDesktopPanel = null;//桌面
        public AdminForm()
        {
            InitializeComponent();
        }

        private void AdminForm_Load(object sender EventArgs e)
        {
            LoadPanel();
            LoadTree();

            treeLeft.ExpandAll();
        }
        void LoadPanel()
        {
            this.windowPanel.Visible = false;
            this.viewPanel.Visible = false;
            this.formPanel.Visible = false;
            this.orgPanel.Visible = false;
            this.rolePanel.Visible = false;
            this.accessPanel.Visible = false;
            this.userPanel.Visible = false;
            this.diagramPanel.Visible = false;
            this.tablePanel.Visible = false;
            this.subSystemPanel.Visible = false;
            this.reportPanel.Visible = false;
            this.workflowDefPanel.Visible = false;
            this.menuPanel.Visible = false;
            this.splitContainer1.Panel2.Controls.Add(this.windowPanel);
            this.splitContainer1.Panel2.Controls.Add(this.viewPanel);
            this.splitContainer1.Panel2.Controls.Add(this.formPanel);
            this.splitContainer1.Panel2.Controls.Add(this.orgPanel);
           

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     220672  2016-02-22 18:21  ErpCoreModel.Invoicing\bin\Debug\ErpCoreModel.dll

     文件      55808  2016-02-22 18:21  ErpCoreModel.Invoicing\bin\Debug\ErpCoreModel.Invoicing.dll

     文件     267776  2016-02-22 18:21  ErpCoreModel.Invoicing\bin\Debug\ErpCoreModel.Invoicing.pdb

     文件     962048  2016-02-22 18:21  ErpCoreModel.Invoicing\bin\Debug\ErpCoreModel.pdb

     文件      39424  2016-02-22 18:21  ErpCoreModel.Invoicing\bin\Debug\ErpCoreModel.Store.dll

     文件     192000  2016-02-22 18:21  ErpCoreModel.Invoicing\bin\Debug\ErpCoreModel.Store.pdb

     文件     266240  2007-08-22 11:30  ErpCoreModel.Invoicing\bin\Debug\MySql.Data.dll

     文件     904704  2010-04-18 13:58  ErpCoreModel.Invoicing\bin\Debug\System.Data.SQLite.dll

     文件     184765  2010-04-18 13:34  ErpCoreModel.Invoicing\bin\Debug\System.Data.SQLite.xml

     文件     199168  2013-08-29 12:23  ErpCoreModel.Invoicing\bin\Release\ErpCoreModel.dll

     文件      49152  2013-08-29 12:26  ErpCoreModel.Invoicing\bin\Release\ErpCoreModel.Invoicing.dll

     文件     202240  2013-08-29 12:26  ErpCoreModel.Invoicing\bin\Release\ErpCoreModel.Invoicing.pdb

     文件      39424  2013-08-29 12:25  ErpCoreModel.Invoicing\bin\Release\ErpCoreModel.Store.dll

     文件     904704  2010-04-18 13:58  ErpCoreModel.Invoicing\bin\Release\System.Data.SQLite.dll

     文件     199168  2013-09-25 16:14  ErpCoreModel.Invoicing\bin\x64\Debug\ErpCoreModel.dll

     文件      54784  2013-09-25 16:14  ErpCoreModel.Invoicing\bin\x64\Debug\ErpCoreModel.Invoicing.dll

     文件     265728  2013-09-25 16:14  ErpCoreModel.Invoicing\bin\x64\Debug\ErpCoreModel.Invoicing.pdb

     文件     804352  2013-09-25 16:14  ErpCoreModel.Invoicing\bin\x64\Debug\ErpCoreModel.pdb

     文件      38912  2013-09-25 16:14  ErpCoreModel.Invoicing\bin\x64\Debug\ErpCoreModel.Store.dll

     文件     192000  2013-09-25 16:14  ErpCoreModel.Invoicing\bin\x64\Debug\ErpCoreModel.Store.pdb

     文件    1102336  2010-04-18 13:32  ErpCoreModel.Invoicing\bin\x64\Debug\System.Data.SQLite.dll

     文件     175616  2013-09-25 16:54  ErpCoreModel.Invoicing\bin\x64\Release\ErpCoreModel.dll

     文件      48640  2013-09-25 16:57  ErpCoreModel.Invoicing\bin\x64\Release\ErpCoreModel.Invoicing.dll

     文件     204288  2013-09-25 16:57  ErpCoreModel.Invoicing\bin\x64\Release\ErpCoreModel.Invoicing.pdb

     文件     830976  2013-09-25 16:54  ErpCoreModel.Invoicing\bin\x64\Release\ErpCoreModel.pdb

     文件      34816  2013-09-25 16:57  ErpCoreModel.Invoicing\bin\x64\Release\ErpCoreModel.Store.dll

     文件     148992  2013-09-25 16:57  ErpCoreModel.Invoicing\bin\x64\Release\ErpCoreModel.Store.pdb

     文件    1102336  2010-04-18 13:32  ErpCoreModel.Invoicing\bin\x64\Release\System.Data.SQLite.dll

     文件     247808  2017-03-03 21:59  ErpCoreModel.Invoicing\bin\x86\Debug\ErpCoreModel.dll

     文件      55808  2017-03-03 22:00  ErpCoreModel.Invoicing\bin\x86\Debug\ErpCoreModel.Invoicing.dll

............此处省略2880个文件信息

评论

共有 条评论