();
22 | if (CheckPurview(objCredentials, EModules.PurviewMng, EFunctions.UserMng, EActions.Vie) != 1)
23 | throw new Exception(String.Format("Service Method:{0} Access Error", base.GetActionName()));
24 | DataTable rltDt = this.BLLProvider.UserRoleBLL.GetList(objCredentials.UserId, objCredentials.UserName, systemId, userId);
25 | return ZipHelper.CompressDataTable(rltDt);
26 | }
27 | }
28 | }
29 |
--------------------------------------------------------------------------------
/BPMS.Services/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Runtime.CompilerServices;
3 | using System.Runtime.InteropServices;
4 |
5 | // 有关程序集的常规信息通过以下
6 | // 特性集控制。更改这些特性值可修改
7 | // 与程序集关联的信息。
8 | [assembly: AssemblyTitle("BPMS.Services")]
9 | [assembly: AssemblyDescription("")]
10 | [assembly: AssemblyConfiguration("")]
11 | [assembly: AssemblyCompany("")]
12 | [assembly: AssemblyProduct("BPMS.Services")]
13 | [assembly: AssemblyCopyright("Copyright © 2014")]
14 | [assembly: AssemblyTrademark("")]
15 | [assembly: AssemblyCulture("")]
16 |
17 | // 将 ComVisible 设置为 false 使此程序集中的类型
18 | // 对 COM 组件不可见。 如果需要从 COM 访问此程序集中的类型,
19 | // 则将该类型上的 ComVisible 特性设置为 true。
20 | [assembly: ComVisible(false)]
21 |
22 | // 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
23 | [assembly: Guid("ec9c3666-d156-4c2a-ac3a-d5d6e020009f")]
24 |
25 | // 程序集的版本信息由下面四个值组成:
26 | //
27 | // 主版本
28 | // 次版本
29 | // 生成号
30 | // 修订号
31 | //
32 | // 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
33 | // 方法是按如下所示使用“*”:
34 | // [assembly: AssemblyVersion("1.0.*")]
35 | [assembly: AssemblyVersion("1.0.0.0")]
36 | [assembly: AssemblyFileVersion("1.0.0.0")]
37 |
--------------------------------------------------------------------------------
/BPMS.ViewModels.UnitTest/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Runtime.CompilerServices;
3 | using System.Runtime.InteropServices;
4 |
5 | // 有关程序集的常规信息通过以下特性集
6 | // 控制。更改这些特性值可修改
7 | // 与程序集关联的信息。
8 | [assembly: AssemblyTitle("BPMS.ViewModels.UnitTest")]
9 | [assembly: AssemblyDescription("")]
10 | [assembly: AssemblyConfiguration("")]
11 | [assembly: AssemblyCompany("")]
12 | [assembly: AssemblyProduct("BPMS.ViewModels.UnitTest")]
13 | [assembly: AssemblyCopyright("Copyright © 2014")]
14 | [assembly: AssemblyTrademark("")]
15 | [assembly: AssemblyCulture("")]
16 |
17 | // 将 ComVisible 设置为 false 会使此程序集中的类型
18 | // 对 COM 组件不可见。 如果需要从 COM 访问此程序集中的类型,
19 | // 请将该类型上的 ComVisible 特性设置为 true。
20 | [assembly: ComVisible(false)]
21 |
22 | // 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
23 | [assembly: Guid("6829b356-882a-47f8-b05f-b0bfacdc3bd9")]
24 |
25 | // 程序集的版本信息由以下四个值组成:
26 | //
27 | // 主版本
28 | // 次版本
29 | // 生成号
30 | // 修订号
31 | //
32 | // 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
33 | // 方法是按如下所示使用“*”:
34 | // [assembly: AssemblyVersion("1.0.*")]
35 | [assembly: AssemblyVersion("1.0.0.0")]
36 | [assembly: AssemblyFileVersion("1.0.0.0")]
37 |
--------------------------------------------------------------------------------
/BPMS.ViewModels.UnitTest/UnitTest1.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using Microsoft.VisualStudio.TestTools.UnitTesting;
3 |
4 | namespace BPMS.ViewModels.UnitTest
5 | {
6 | [TestClass]
7 | public class UnitTest1
8 | {
9 | [TestMethod]
10 | public void TestMethod1()
11 | {
12 | }
13 | }
14 | }
15 |
--------------------------------------------------------------------------------
/BPMS.ViewModels/Delegates.cs:
--------------------------------------------------------------------------------
1 | using BPMS.Model;
2 | using System;
3 | using System.Collections.Generic;
4 | using System.Linq;
5 | using System.Runtime.InteropServices;
6 | using System.Text;
7 |
8 | namespace BPMS.ViewModels
9 | {
10 | #region 返回结果委托
11 | ///
12 | /// 返回结果委托
13 | ///
14 | ///
15 | [Serializable]
16 | [ComVisible(true)]
17 | public delegate void GetResultEventHandle(Result rlt);
18 | #endregion
19 | }
20 |
--------------------------------------------------------------------------------
/BPMS.ViewModels/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Runtime.CompilerServices;
3 | using System.Runtime.InteropServices;
4 |
5 | // 有关程序集的常规信息通过以下
6 | // 特性集控制。更改这些特性值可修改
7 | // 与程序集关联的信息。
8 | [assembly: AssemblyTitle("BPMS.ViewModels")]
9 | [assembly: AssemblyDescription("")]
10 | [assembly: AssemblyConfiguration("")]
11 | [assembly: AssemblyCompany("")]
12 | [assembly: AssemblyProduct("BPMS.ViewModels")]
13 | [assembly: AssemblyCopyright("Copyright © 2014")]
14 | [assembly: AssemblyTrademark("")]
15 | [assembly: AssemblyCulture("")]
16 |
17 | // 将 ComVisible 设置为 false 使此程序集中的类型
18 | // 对 COM 组件不可见。 如果需要从 COM 访问此程序集中的类型,
19 | // 则将该类型上的 ComVisible 特性设置为 true。
20 | [assembly: ComVisible(false)]
21 |
22 | // 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
23 | [assembly: Guid("8b0b7869-66f9-4f80-b089-2ac489dd4a32")]
24 |
25 | // 程序集的版本信息由下面四个值组成:
26 | //
27 | // 主版本
28 | // 次版本
29 | // 生成号
30 | // 修订号
31 | //
32 | // 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
33 | // 方法是按如下所示使用“*”:
34 | // [assembly: AssemblyVersion("1.0.*")]
35 | [assembly: AssemblyVersion("1.0.0.0")]
36 | [assembly: AssemblyFileVersion("1.0.0.0")]
37 |
--------------------------------------------------------------------------------
/BPMS.Views.Default/App.xaml:
--------------------------------------------------------------------------------
1 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/BPMS.Views.Default/Common/Consts.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Text;
5 |
6 | namespace BPMS.Views.Default
7 | {
8 | ///
9 | /// 常量集合
10 | ///
11 | public class Consts
12 | {
13 |
14 |
15 |
16 | }
17 | }
18 |
--------------------------------------------------------------------------------
/BPMS.Views.Default/Core/AppUpdaterHelper.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Diagnostics;
4 | using System.IO;
5 | using System.Linq;
6 | using System.Text;
7 |
8 | namespace BPMS.Views.Default
9 | {
10 | public class AppUpdaterHelper
11 | {
12 | public static int CheckNewFiles(string appUpdaterPath, string endPointAddress)
13 | {
14 | return RunUpdater(appUpdaterPath, String.Format("1 \"{0}\"", endPointAddress), true);
15 | }
16 |
17 | public static void RunUpdater(string appUpdaterPath, string endPointAddress, int threadNum, long bufferSize, int delayMillisecond, string executablePath)
18 | {
19 | RunUpdater(appUpdaterPath, String.Format("0 \"{0}\" \"{1}\" \"{2}\" \"{3}\" \"{4}\"",
20 | endPointAddress, executablePath, threadNum, bufferSize, delayMillisecond), false);
21 | }
22 |
23 | private static int RunUpdater(string appUpdaterPath, string arguments, bool waitForExit)
24 | {
25 | int exitCode = 0;
26 | FileInfo info = new FileInfo(appUpdaterPath);
27 | if (!info.Exists)
28 | return 0;
29 | ProcessStartInfo info2 = new ProcessStartInfo();
30 | info2.FileName = info.FullName;
31 | info2.WorkingDirectory = info.Directory.FullName;
32 | info2.Arguments = arguments;
33 | Process process = new Process();
34 | process.StartInfo = info2;
35 | process.Start();
36 | if (waitForExit)
37 | {
38 | process.WaitForExit();
39 | exitCode = process.ExitCode;
40 | }
41 | else
42 | {
43 | //process.WaitForExit(1000);
44 | exitCode = 0;
45 | }
46 | process.Close();
47 | return exitCode;
48 | }
49 | }
50 | }
51 |
--------------------------------------------------------------------------------
/BPMS.Views.Default/Images/16/arrow_out.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/Images/16/arrow_out.gif
--------------------------------------------------------------------------------
/BPMS.Views.Default/Images/16/arrow_refresh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/Images/16/arrow_refresh.png
--------------------------------------------------------------------------------
/BPMS.Views.Default/Images/32/20131012030416621.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/Images/32/20131012030416621.png
--------------------------------------------------------------------------------
/BPMS.Views.Default/Images/32/424.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/Images/32/424.png
--------------------------------------------------------------------------------
/BPMS.Views.Default/Images/32/4963_home.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/Images/32/4963_home.png
--------------------------------------------------------------------------------
/BPMS.Views.Default/Images/32/5026_settings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/Images/32/5026_settings.png
--------------------------------------------------------------------------------
/BPMS.Views.Default/Images/32/eye.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/Images/32/eye.png
--------------------------------------------------------------------------------
/BPMS.Views.Default/Images/32/loading.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/Images/32/loading.gif
--------------------------------------------------------------------------------
/BPMS.Views.Default/Images/32/n1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/Images/32/n1.png
--------------------------------------------------------------------------------
/BPMS.Views.Default/Images/32/n2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/Images/32/n2.png
--------------------------------------------------------------------------------
/BPMS.Views.Default/Images/32/n3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/Images/32/n3.png
--------------------------------------------------------------------------------
/BPMS.Views.Default/Images/32/n4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/Images/32/n4.png
--------------------------------------------------------------------------------
/BPMS.Views.Default/Images/32/people.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/Images/32/people.png
--------------------------------------------------------------------------------
/BPMS.Views.Default/Images/32/settings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/Images/32/settings.png
--------------------------------------------------------------------------------
/BPMS.Views.Default/Images/32/sitemap.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/Images/32/sitemap.png
--------------------------------------------------------------------------------
/BPMS.Views.Default/Login.xaml:
--------------------------------------------------------------------------------
1 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/BPMS.Views.Default/Login.xaml.cs:
--------------------------------------------------------------------------------
1 | using BPMS.Common;
2 | using BPMS.Model;
3 | using BPMS.ViewModels;
4 | using DevExpress.Xpf.Core;
5 | using System;
6 | using System.Configuration;
7 | using System.Windows;
8 |
9 | namespace BPMS.Views.Default
10 | {
11 | ///
12 | /// Interaction logic for Login.xaml
13 | ///
14 | public partial class Login : DXWindow
15 | {
16 | LoginViewModel vm = null;
17 | public Login()
18 | {
19 | InitializeComponent();
20 | vm = new LoginViewModel();
21 | this.DataContext = vm;
22 | vm.GetResult += vm_GetResult;
23 | this.btnLogin.Click += btnLogin_Click;
24 | }
25 |
26 | void btnLogin_Click(object sender, RoutedEventArgs e)
27 | {
28 | vm.IP = ConfigurationManager.AppSettings["IP"];
29 | vm.ServicePort = Convert.ToInt32(ConfigurationManager.AppSettings["ServicePort"]);
30 | vm.UpdatePort = Convert.ToInt32(ConfigurationManager.AppSettings["UpdatePort"]);
31 | vm.Binding = (EBinding)Enum.Parse(typeof(EBinding), ConfigurationManager.AppSettings["Binding"]);
32 | }
33 |
34 | void vm_GetResult(BPMS.Model.Result rlt)
35 | {
36 | this.Dispatcher.Invoke(new Action(() =>
37 | {
38 | if (rlt.IsSuccess)
39 | {
40 | if (User.Current.IsMultiRole)
41 | {
42 | LoginSelectRoleWindow selRole = new LoginSelectRoleWindow();
43 | selRole.ShowDialog();
44 | }
45 | else
46 | {
47 | MainWindow main = new MainWindow();
48 | main.Show();
49 | }
50 | this.Close();
51 | }
52 | else
53 | {
54 | MessageDxUtil.ShowWarning(rlt.Message);
55 | }
56 | }));
57 | }
58 | }
59 | }
60 |
--------------------------------------------------------------------------------
/BPMS.Views.Default/LoginSelectRoleWindow.xaml:
--------------------------------------------------------------------------------
1 |
13 |
14 |
15 |
16 |
17 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
--------------------------------------------------------------------------------
/BPMS.Views.Default/LoginSelectRoleWindow.xaml.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Text;
5 | using System.Windows;
6 | using System.Windows.Controls;
7 | using System.Windows.Data;
8 | using System.Windows.Documents;
9 | using System.Windows.Input;
10 | using System.Windows.Media;
11 | using System.Windows.Media.Imaging;
12 | using System.Windows.Shapes;
13 | using DevExpress.Xpf.Core;
14 | using BPMS.ViewModels;
15 |
16 |
17 | namespace BPMS.Views.Default
18 | {
19 | ///
20 | /// Interaction logic for LoginSelectRoleWindow.xaml
21 | ///
22 | public partial class LoginSelectRoleWindow : DXWindow
23 | {
24 | LoginViewModel vm = null;
25 | public LoginSelectRoleWindow()
26 | {
27 | InitializeComponent();
28 | vm = new LoginViewModel();
29 | this.DataContext = vm;
30 | vm.GetResult += vm_GetResult;
31 | }
32 |
33 | void vm_GetResult(Model.Result rlt)
34 | {
35 |
36 | }
37 | }
38 | }
39 |
--------------------------------------------------------------------------------
/BPMS.Views.Default/Pages/Setting.xaml.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Text;
5 | using System.Windows;
6 | using System.Windows.Controls;
7 | using System.Windows.Data;
8 | using System.Windows.Documents;
9 | using System.Windows.Input;
10 | using System.Windows.Media;
11 | using System.Windows.Media.Imaging;
12 | using System.Windows.Navigation;
13 | using System.Windows.Shapes;
14 |
15 | namespace BPMS.Views.Default
16 | {
17 | ///
18 | /// Interaction logic for Setting.xaml
19 | ///
20 | public partial class Setting : UserControl
21 | {
22 | public Setting()
23 | {
24 | InitializeComponent();
25 | }
26 | }
27 | }
28 |
--------------------------------------------------------------------------------
/BPMS.Views.Default/Properties/Licenses.licx:
--------------------------------------------------------------------------------
1 | DevExpress.Patch.InMemoryPatch, DevExpress.Patch.Common, Version=6.1.0.0, Culture=neutral, PublicKeyToken=7fc7bfca2443de66
2 | DevExpress.Xpf.Carousel.CarouselPanel, DevExpress.Xpf.Carousel.v13.2, Version=13.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
3 | DevExpress.Xpf.WindowsUI.PageAdornerControl, DevExpress.Xpf.Controls.v13.2, Version=13.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
4 | DevExpress.Xpf.Editors.TextEdit, DevExpress.Xpf.Core.v13.2, Version=13.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
5 | DevExpress.Xpf.Editors.PasswordBoxEdit, DevExpress.Xpf.Core.v13.2, Version=13.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
6 | DevExpress.Xpf.Editors.ButtonEdit, DevExpress.Xpf.Core.v13.2, Version=13.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
7 | DevExpress.Xpf.Editors.ComboBoxEdit, DevExpress.Xpf.Core.v13.2, Version=13.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
8 | DevExpress.Xpf.Core.DXTabControl, DevExpress.Xpf.Core.v13.2, Version=13.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
9 | DevExpress.Xpf.Editors.ListBoxEdit, DevExpress.Xpf.Core.v13.2, Version=13.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
10 |
--------------------------------------------------------------------------------
/BPMS.Views.Default/Properties/Settings.Designer.cs:
--------------------------------------------------------------------------------
1 | //------------------------------------------------------------------------------
2 | //
3 | // 此代码由工具生成。
4 | // 运行时版本:4.0.30319.18408
5 | //
6 | // 对此文件的更改可能会导致不正确的行为,并且如果
7 | // 重新生成代码,这些更改将会丢失。
8 | //
9 | //------------------------------------------------------------------------------
10 |
11 | namespace BPMS.Views.Default.Properties {
12 |
13 |
14 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
15 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")]
16 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
17 |
18 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
19 |
20 | public static Settings Default {
21 | get {
22 | return defaultInstance;
23 | }
24 | }
25 | }
26 | }
27 |
--------------------------------------------------------------------------------
/BPMS.Views.Default/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/BPMS.Views.Default/Themes/BaseStyle.xaml:
--------------------------------------------------------------------------------
1 |
9 |
10 |
11 |
16 |
17 |
18 |
21 |
22 |
28 |
--------------------------------------------------------------------------------
/BPMS.Views.Default/UserControls/MaskControl.xaml:
--------------------------------------------------------------------------------
1 |
10 |
11 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
--------------------------------------------------------------------------------
/BPMS.Views.Default/UserControls/TitleControl.xaml:
--------------------------------------------------------------------------------
1 |
8 |
9 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
--------------------------------------------------------------------------------
/BPMS.Views.Default/UserControls/TitleControl.xaml.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.ComponentModel;
4 | using System.Linq;
5 | using System.Text;
6 | using System.Windows;
7 | using System.Windows.Controls;
8 | using System.Windows.Data;
9 | using System.Windows.Documents;
10 | using System.Windows.Input;
11 | using System.Windows.Media;
12 | using System.Windows.Media.Imaging;
13 | using System.Windows.Navigation;
14 | using System.Windows.Shapes;
15 |
16 | namespace BPMS.Views.Default
17 | {
18 | ///
19 | /// TitleControl.xaml 的交互逻辑
20 | ///
21 | public partial class TitleControl : UserControl
22 | {
23 | ///
24 | /// 设置自定义的属性依赖
25 | /// 注:这里一定要设置 PropertyMetadata
26 | ///
27 | public static readonly DependencyProperty TitleProperty = DependencyProperty.Register("Title", typeof(string), typeof(TitleControl), new PropertyMetadata(new PropertyChangedCallback(valuePropertyChangedCallback)));
28 |
29 |
30 | public TitleControl()
31 | {
32 | InitializeComponent();
33 | }
34 |
35 | ///
36 | /// 显示内容
37 | ///
38 | [Description("显示内容"), Category("ExProperty")]
39 | public string Title
40 | {
41 | get { return (string)GetValue(TitleProperty); }
42 | set { SetValue(TitleProperty, value); }
43 | }
44 |
45 | static void valuePropertyChangedCallback(DependencyObject sender, DependencyPropertyChangedEventArgs e)
46 | {
47 | TitleControl ptb = (sender as TitleControl);
48 | if (ptb != null)
49 | ptb.txtTitle.Text = e.NewValue.ToString();
50 | }
51 |
52 | }
53 | }
54 |
--------------------------------------------------------------------------------
/BPMS.Views.Default/Window1.xaml:
--------------------------------------------------------------------------------
1 |
14 |
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/BPMS.Views.Default/Window1.xaml.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Text;
5 | using System.Windows;
6 | using System.Windows.Controls;
7 | using System.Windows.Data;
8 | using System.Windows.Documents;
9 | using System.Windows.Input;
10 | using System.Windows.Media;
11 | using System.Windows.Media.Imaging;
12 | using System.Windows.Navigation;
13 | using System.Windows.Shapes;
14 | using DevExpress.Xpf.Core;
15 | using System.Threading;
16 |
17 | namespace BPMS.Views.Default
18 | {
19 | ///
20 | /// Interaction logic for MainWindow.xaml
21 | ///
22 | public partial class Window1 : DXWindow
23 | {
24 | public Window1()
25 | {
26 | InitializeComponent();
27 |
28 | }
29 |
30 | void MainWindow_Loaded(object sender, RoutedEventArgs e)
31 | {
32 | //maskControl.Inf_text = "系统提交,请稍候...";
33 | maskControl.Show();
34 | }
35 | }
36 | }
37 |
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/acom:
--------------------------------------------------------------------------------
1 | BAIDU_DUP2_define('request!u1265868_0',[],{deps:['nova/painter/inlayFixed1392089005'],data:{"id" : "u1265868","_isMlt" : 4,"sw" : 336,"sh" : 280,"_html" : {"adn":"3", "at":"6", "aurl":"", "cad":"1", "ccd":"32", "cec":"UTF-8", "cfv":"11", "ch":"0", "col":"zh-CN", "conOP":"0", "cpa":"1", "dai":"1", "dis":"0", "ltr":"https://www.google.com.hk/", "ltu":"http://www.verydemo.com/demo_c293_i12681.html", "lunum":"6", "n":"12002089_cpr", "pcs":"1280x651", "pis":"10000x10000", "ps":"202x139", "psr":"1280x800", "pss":"1280x202", "qn":"ad491448eee7098c", "rad":"", "rsi0":"336", "rsi1":"280", "rsi5":"4", "rss0":"#FFFFFF", "rss1":"#FFFFFF", "rss2":"#0000FF", "rss3":"#444444", "rss4":"#008000", "rss5":"", "rss6":"#e10900", "rss7":"", "scale":"", "skin":"", "td_id":"1265868", "tn":"text_default_336_280", "tpr":"1410362258835", "ts":"1", "xuanting":"0"},"_html_old" : "cpro_client=12002089_cpr|cpro_template=text_default_336_280|cpro_h=280|cpro_w=336|cpro_at=image|cpro_cbd=#FFFFFF|cpro_cbg=#FFFFFF|cpro_ctitle=#0000FF|cpro_cdesc=#444444|cpro_curl=#008000|cpro_cflush=#e10900|cpro_161=3|cpro_flush=4|cpro_cad=1|cpro_lunum=6","qn" : "ad491448eee7098c","_qid" : "ad491448eee7098c"}});
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/acom(1):
--------------------------------------------------------------------------------
1 | BAIDU_DUP2_define('request!u1265868_1',[],{deps:['nova/painter/inlayFixed1392089005'],data:{"id" : "u1265868","_isMlt" : 4,"sw" : 336,"sh" : 280,"_html" : {"adn":"3", "at":"6", "aurl":"", "cad":"1", "ccd":"32", "cec":"UTF-8", "cfv":"11", "ch":"0", "col":"zh-CN", "conOP":"0", "cpa":"1", "dai":"2", "dis":"0", "ltr":"https://www.google.com.hk/", "ltu":"http://www.verydemo.com/demo_c293_i12681.html", "lunum":"6", "n":"12002089_cpr", "pcs":"1280x651", "pis":"10000x10000", "ps":"202x825", "psr":"1280x800", "pss":"1280x488", "qn":"91d9258f43a030cd", "rad":"", "rsi0":"336", "rsi1":"280", "rsi5":"4", "rss0":"#FFFFFF", "rss1":"#FFFFFF", "rss2":"#0000FF", "rss3":"#444444", "rss4":"#008000", "rss5":"", "rss6":"#e10900", "rss7":"", "scale":"", "skin":"", "td_id":"1265868", "tn":"text_default_336_280", "tpr":"1410362258835", "ts":"1", "xuanting":"0"},"_html_old" : "cpro_client=12002089_cpr|cpro_template=text_default_336_280|cpro_h=280|cpro_w=336|cpro_at=image|cpro_cbd=#FFFFFF|cpro_cbg=#FFFFFF|cpro_ctitle=#0000FF|cpro_cdesc=#444444|cpro_curl=#008000|cpro_cflush=#e10900|cpro_161=3|cpro_flush=4|cpro_cad=1|cpro_lunum=6","qn" : "91d9258f43a030cd","_qid" : "91d9258f43a030cd"}});
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/acom(2):
--------------------------------------------------------------------------------
1 | BAIDU_DUP2_define('request!u1343196_0',[],{deps:['nova/painter/inlayFixed1392089005'],data:{"id" : "u1343196","_isMlt" : 4,"sw" : 686,"sh" : 400,"_html" : {"adn":"0", "at":"103", "aurl":"", "cad":"1", "ccd":"32", "cec":"UTF-8", "cfv":"11", "ch":"0", "col":"zh-CN", "conOP":"0", "cpa":"1", "dai":"3", "dis":"0", "ltr":"https://www.google.com.hk/", "ltu":"http://www.verydemo.com/demo_c293_i12681.html", "lunum":"6", "n":"12002089_cpr", "pcs":"1263x651", "pis":"10000x10000", "ps":"2258x131", "psr":"1280x800", "pss":"1263x2258", "qn":"fc11e901c604c242", "rad":"", "rsi0":"686", "rsi1":"400", "rsi5":"4", "rss0":"", "rss1":"", "rss2":"", "rss3":"", "rss4":"", "rss5":"", "rss6":"", "rss7":"", "scale":"", "skin":"tabcloud_skin_2", "stid":"5", "td_id":"1343196", "tn":"baiduCustSTagLinkUnit", "tpr":"1410362258835", "ts":"1", "xuanting":"0"},"_html_old" : "cpro_client=12002089_cpr|cpro_template=baiduCustSTagLinkUnit|cpro_skin=tabcloud_skin_2|cpro_stid=5|cpro_h=400|cpro_w=686|cpro_cad=1","qn" : "fc11e901c604c242","_qid" : "fc11e901c604c242"}});
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/acom(3):
--------------------------------------------------------------------------------
1 | BAIDU_DUP2_define('request!u1265864_0',[],{deps:['nova/painter/inlayFixed1392089005'],data:{"id" : "u1265864","_isMlt" : 4,"sw" : 300,"sh" : 250,"_html" : {"adn":"4", "at":"6", "aurl":"", "cad":"1", "ccd":"32", "cec":"UTF-8", "cfv":"11", "ch":"0", "col":"zh-CN", "conOP":"0", "cpa":"1", "dai":"4", "dis":"0", "ltr":"https://www.google.com.hk/", "ltu":"http://www.verydemo.com/demo_c293_i12681.html", "lunum":"6", "n":"12002089_cpr", "pcs":"1263x651", "pis":"10000x10000", "ps":"655x830", "psr":"1280x800", "pss":"1263x2737", "qn":"b96cc1d3551d5a76", "rad":"", "rsi0":"300", "rsi1":"250", "rsi5":"4", "rss0":"#FFFFFF", "rss1":"#FFFFFF", "rss2":"#0000FF", "rss3":"#444444", "rss4":"#008000", "rss5":"", "rss6":"#e10900", "rss7":"", "scale":"", "skin":"", "td_id":"1265864", "tn":"text_default_300_250", "tpr":"1410362258835", "ts":"1", "xuanting":"0"},"_html_old" : "cpro_client=12002089_cpr|cpro_template=text_default_300_250|cpro_h=250|cpro_w=300|cpro_at=image|cpro_cbd=#FFFFFF|cpro_cbg=#FFFFFF|cpro_ctitle=#0000FF|cpro_cdesc=#444444|cpro_curl=#008000|cpro_cflush=#e10900|cpro_161=4|cpro_flush=4|cpro_cad=1|cpro_lunum=6","qn" : "b96cc1d3551d5a76","_qid" : "b96cc1d3551d5a76"}});
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/acom(4):
--------------------------------------------------------------------------------
1 | BAIDU_DUP2_define('request!u1265864_1',[],{deps:['nova/painter/xuanting1392089005'],data:{"id" : "u1265864","_isMlt" : 4,"sw" : 300,"sh" : 250,"_html" : {"adn":"4", "at":"6", "aurl":"", "c01":"1", "cad":"1", "ccd":"32", "cec":"UTF-8", "cfv":"11", "ch":"0", "col":"zh-CN", "conOP":"0", "cpa":"1", "dai":"5", "dis":"0", "ltr":"https://www.google.com.hk/", "ltu":"http://www.verydemo.com/demo_c293_i12681.html", "lunum":"6", "n":"12002089_cpr", "pcs":"1263x651", "pis":"10000x10000", "ps":"1621x830", "psr":"1280x800", "pss":"1263x2737", "qn":"f42ca05ab74af664", "rad":"", "rsi0":"300", "rsi1":"250", "rsi5":"4", "rss0":"#FFFFFF", "rss1":"#FFFFFF", "rss2":"#0000FF", "rss3":"#444444", "rss4":"#008000", "rss5":"", "rss6":"#e10900", "rss7":"", "scale":"", "skin":"", "td_id":"1265864", "tn":"text_default_300_250", "tpr":"1410362258835", "ts":"1", "xuanting":"1"},"_html_old" : "cpro_client=12002089_cpr|cpro_template=text_default_300_250|cpro_h=250|cpro_w=300|cpro_at=image|cpro_cbd=#FFFFFF|cpro_cbg=#FFFFFF|cpro_ctitle=#0000FF|cpro_cdesc=#444444|cpro_curl=#008000|cpro_cflush=#e10900|cpro_161=4|cpro_flush=4|cpro_cad=1|cpro_lunum=6","qn" : "f42ca05ab74af664","_qid" : "f42ca05ab74af664"}});
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/acom(5):
--------------------------------------------------------------------------------
1 | BAIDU_DUP2_define('request!u1264833_0',[],{deps:['union/floatad'],data:{"id" : "u1264833","_isMlt" : 4,"sw" : 120,"sh" : 270,"_html" : {"adn":"1", "at":"6", "aurl":"", "cad":"1", "ccd":"32", "ccw":"1024", "cec":"UTF-8", "cfv":"11", "ch":"0", "col":"zh-CN", "conOP":"0", "cpa":"1", "ct":"1", "dai":"6", "dis":"0", "fa":"1", "flw":"1", "ls":"3", "ltr":"https://www.google.com.hk/", "ltu":"http://www.verydemo.com/demo_c293_i12681.html", "lunum":"0", "n":"12002089_cpr", "pcs":"1263x651", "pis":"10000x10000", "ps":"2849x0", "psr":"1280x800", "pss":"1263x2849", "pt":"1", "qn":"9134e7b1c879059d", "rad":"", "rsi0":"120", "rsi1":"270", "rsi5":"4", "rsi6":"-1", "rsi7":"0", "rss0":"", "rss1":"", "rss2":"", "rss3":"", "rss4":"", "rss5":"", "rss6":"", "rss7":"", "scale":"", "skin":"", "td_id":"1264833", "tn":"float_xuanfusld_120_270", "tpr":"1410362258835", "ts":"1", "ww":"0", "xuanting":"0"},"_html_old" : "cpro_client=12002089_cpr|cpro_float=1|cpro_template=float_xuanfusld_120_270|cpro_lunum=0|cpro_contw=1024|cpro_h=270|cpro_w=120|cpro_location=3|cpro_position=1|cpro_follow=1|cpro_close=1|cpro_clientw=0|cpro_cad=1","qn" : "9134e7b1c879059d","_qid" : "9134e7b1c879059d"}});
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/adx(1).php:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/adx(1).php
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/adx(2).php:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/adx(2).php
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/adx(3).php:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/adx(3).php
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/adx(4).php:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/adx(4).php
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/adx(5).php:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/adx(5).php
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/adx(6).php:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/adx(6).php
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/adx.php:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/adx.php
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/comments.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/comments.gif
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/demo_bottom_double.js:
--------------------------------------------------------------------------------
1 | document.writeln('');
2 | document.writeln('');
3 | document.writeln('');
4 | document.writeln('
');
5 |
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/demo_dui_lian_and_pop.js:
--------------------------------------------------------------------------------
1 | document.writeln('');
2 | document.writeln('');
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/demo_right_300x250_1.js:
--------------------------------------------------------------------------------
1 | document.writeln('');
2 | document.writeln('');
3 | document.writeln('');
4 | document.writeln('
');
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/demo_right_300x250_4.js:
--------------------------------------------------------------------------------
1 | document.writeln('');
2 | document.writeln('');
3 | document.writeln('');
4 | document.writeln('
');
5 |
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/duface.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/duface.png
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/kaixin001.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/kaixin001.png
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/l5.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/l5.gif
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/logo.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/logo.gif
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/nova_fp.htm:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/o.htm:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/pixel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/pixel.png
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/qq.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/qq.png
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/renren.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/renren.png
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/saved_resource:
--------------------------------------------------------------------------------
1 | (function () {UJIAN.siteid=3049588;UJIAN.terms="";var a="";if(a && UJIAN.hookobj.length>0){for(var k in UJIAN.hookobj){if(UJIAN.hookobj[k].innerHTML.length<300){UJIAN.hookobj[k].innerHTML=a;}}UJIAN.log();}var b="";if(b && UJIAN.uyanobj.length>0){for(var k in UJIAN.uyanobj){if(UJIAN.uyanobj[k].innerHTML.length<300){UJIAN.uyanobj[k].innerHTML=b;}}UJIAN.log();}var ud=document.getElementById("ujian-debug");if(ud){ud.innerHTML+="docExist:0;ip:222.248.70.208;ad_query:0;art_query:1;jt_query:0;art_index:0";}})();
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/saved_resource(2):
--------------------------------------------------------------------------------
1 | (function () {UJIAN.siteid=3049588;UJIAN.terms="";var a="";if(a && UJIAN.hookobj.length>0){for(var k in UJIAN.hookobj){if(UJIAN.hookobj[k].innerHTML.length<300){UJIAN.hookobj[k].innerHTML=a;}}UJIAN.log();}var ud=document.getElementById("ujian-debug");if(ud){ud.innerHTML+="docExist:0;ip:222.248.70.208;ad_query:1;art_query:1;jt_query:0;art_index:0";}})();
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/sync_pos.htm:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/t163.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/t163.png
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/test(1).jsp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/test(1).jsp
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/test(2).jsp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/test(2).jsp
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/test(3).jsp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/test(3).jsp
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/test.jsp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/test.jsp
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/thumb (1).gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/thumb (1).gif
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/thumb (2).gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/thumb (2).gif
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/thumb (3).gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/thumb (3).gif
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/thumb (4).gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/thumb (4).gif
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/thumb.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/thumb.gif
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/tqq.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/tqq.png
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/tsina.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/tsina.png
--------------------------------------------------------------------------------
/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/tsohu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.Views.Default/资料/解决多线程窗体与主风格不一致问题/项目开发总结:解决多线程窗体与主风格不一致问题_files/tsohu.png
--------------------------------------------------------------------------------
/BPMS.WCFServices/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Runtime.CompilerServices;
3 | using System.Runtime.InteropServices;
4 |
5 | // 有关程序集的常规信息通过下列特性集
6 | // 控制。更改这些特性值可修改
7 | // 与程序集关联的信息。
8 | [assembly: AssemblyTitle("BPMS.WCFServices")]
9 | [assembly: AssemblyDescription("")]
10 | [assembly: AssemblyConfiguration("")]
11 | [assembly: AssemblyCompany("")]
12 | [assembly: AssemblyProduct("BPMS.WCFServices")]
13 | [assembly: AssemblyCopyright("Copyright © 2014")]
14 | [assembly: AssemblyTrademark("")]
15 | [assembly: AssemblyCulture("")]
16 |
17 | // 将 ComVisible 设置为 False 使此程序集中的类型
18 | // 对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型,
19 | // 则将该类型上的 ComVisible 特性设置为 True。
20 | [assembly: ComVisible(false)]
21 |
22 | // 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
23 | [assembly: Guid("d3ebffd5-3f55-4c60-9128-9959293f57e6")]
24 |
25 | // 程序集的版本信息由下列四个值组成:
26 | //
27 | // 主版本
28 | // 次版本
29 | // 生成号
30 | // 修订号
31 | //
32 | // 您可以指定所有值,也可以通过使用“*”来使用
33 | //“生成号”和“修订号”的默认值:
34 | // [assembly: AssemblyVersion("1.0.*")]
35 | [assembly: AssemblyVersion("1.0.0.0")]
36 | [assembly: AssemblyFileVersion("1.0.0.0")]
37 |
--------------------------------------------------------------------------------
/BPMS.WCFServices/Service.svc:
--------------------------------------------------------------------------------
1 | <%@ ServiceHost Language="C#" Debug="true" Service="BPMS.Services.Service" %>
2 |
--------------------------------------------------------------------------------
/BPMS.WCFServices/UpdateService.svc:
--------------------------------------------------------------------------------
1 | <%@ ServiceHost Language="C#" Debug="true" Service="BPMS.Services.AppUpdateService" %>
2 |
--------------------------------------------------------------------------------
/BPMS.WCFServices/Web.Debug.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
17 |
18 |
30 |
31 |
--------------------------------------------------------------------------------
/BPMS.WCFServices/Web.Release.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
17 |
18 |
19 |
31 |
32 |
--------------------------------------------------------------------------------
/BPMS.WCFServices/qqwry.dat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/BPMS.WCFServices/qqwry.dat
--------------------------------------------------------------------------------
/BPMS.WinService/Program.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.ServiceProcess;
5 | using System.Text;
6 |
7 | namespace BPMS.WinService
8 | {
9 | static class Program
10 | {
11 | ///
12 | /// 应用程序的主入口点。
13 | ///
14 | static void Main()
15 | {
16 | ServiceBase[] ServicesToRun;
17 | ServicesToRun = new ServiceBase[]
18 | {
19 | new Service1()
20 | };
21 | ServiceBase.Run(ServicesToRun);
22 | }
23 | }
24 | }
25 |
--------------------------------------------------------------------------------
/BPMS.WinService/ProjectInstaller.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections;
3 | using System.Collections.Generic;
4 | using System.ComponentModel;
5 | using System.Configuration.Install;
6 | using System.Linq;
7 |
8 | namespace BPMS.WinService
9 | {
10 | [RunInstaller(true)]
11 | public partial class ProjectInstaller : System.Configuration.Install.Installer
12 | {
13 | public ProjectInstaller()
14 | {
15 | InitializeComponent();
16 | }
17 | }
18 | }
19 |
--------------------------------------------------------------------------------
/BPMS.WinService/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Runtime.CompilerServices;
3 | using System.Runtime.InteropServices;
4 |
5 | // 有关程序集的常规信息通过以下
6 | // 特性集控制。更改这些特性值可修改
7 | // 与程序集关联的信息。
8 | [assembly: AssemblyTitle("BPMS.WinService")]
9 | [assembly: AssemblyDescription("")]
10 | [assembly: AssemblyConfiguration("")]
11 | [assembly: AssemblyCompany("")]
12 | [assembly: AssemblyProduct("BPMS.WinService")]
13 | [assembly: AssemblyCopyright("Copyright © 2014")]
14 | [assembly: AssemblyTrademark("")]
15 | [assembly: AssemblyCulture("")]
16 |
17 | // 将 ComVisible 设置为 false 使此程序集中的类型
18 | // 对 COM 组件不可见。 如果需要从 COM 访问此程序集中的类型,
19 | // 则将该类型上的 ComVisible 特性设置为 true。
20 | [assembly: ComVisible(false)]
21 |
22 | // 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
23 | [assembly: Guid("f6c27798-fe2d-4165-a9b8-544b7d07b269")]
24 |
25 | // 程序集的版本信息由下面四个值组成:
26 | //
27 | // 主版本
28 | // 次版本
29 | // 生成号
30 | // 修订号
31 | //
32 | // 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
33 | // 方法是按如下所示使用“*”:
34 | // [assembly: AssemblyVersion("1.0.*")]
35 | [assembly: AssemblyVersion("1.0.0.0")]
36 | [assembly: AssemblyFileVersion("1.0.0.0")]
37 |
--------------------------------------------------------------------------------
/BPMS.WinService/Service1.Designer.cs:
--------------------------------------------------------------------------------
1 | namespace BPMS.WinService
2 | {
3 | partial class Service1
4 | {
5 | ///
6 | /// 必需的设计器变量。
7 | ///
8 | private System.ComponentModel.IContainer components = null;
9 |
10 | ///
11 | /// 清理所有正在使用的资源。
12 | ///
13 | /// 如果应释放托管资源,为 true;否则为 false。
14 | protected override void Dispose(bool disposing)
15 | {
16 | if (disposing && (components != null))
17 | {
18 | components.Dispose();
19 | }
20 | base.Dispose(disposing);
21 | }
22 |
23 | #region 组件设计器生成的代码
24 |
25 | ///
26 | /// 设计器支持所需的方法 - 不要
27 | /// 使用代码编辑器修改此方法的内容。
28 | ///
29 | private void InitializeComponent()
30 | {
31 | components = new System.ComponentModel.Container();
32 | this.ServiceName = "Service1";
33 | }
34 |
35 | #endregion
36 | }
37 | }
38 |
--------------------------------------------------------------------------------
/BPMS.WinService/ServicesHelper.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Text;
5 |
6 | namespace BPMS.WinService
7 | {
8 | class ServicesHelper
9 | {
10 | }
11 | }
12 |
--------------------------------------------------------------------------------
/CommonLibrary/Apache.NMS.ActiveMQ.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/CommonLibrary/Apache.NMS.ActiveMQ.dll
--------------------------------------------------------------------------------
/CommonLibrary/Apache.NMS.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/CommonLibrary/Apache.NMS.dll
--------------------------------------------------------------------------------
/CommonLibrary/lib/Microsoft.Practices.EnterpriseLibrary.Caching.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/CommonLibrary/lib/Microsoft.Practices.EnterpriseLibrary.Caching.dll
--------------------------------------------------------------------------------
/CommonLibrary/lib/Microsoft.Practices.EnterpriseLibrary.Common.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/CommonLibrary/lib/Microsoft.Practices.EnterpriseLibrary.Common.dll
--------------------------------------------------------------------------------
/CommonLibrary/lib/Microsoft.Practices.EnterpriseLibrary.Logging.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/CommonLibrary/lib/Microsoft.Practices.EnterpriseLibrary.Logging.dll
--------------------------------------------------------------------------------
/CommonLibrary/lib/Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/CommonLibrary/lib/Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.dll
--------------------------------------------------------------------------------
/CommonLibrary/lib/Microsoft.Practices.ServiceLocation.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/CommonLibrary/lib/Microsoft.Practices.ServiceLocation.dll
--------------------------------------------------------------------------------
/CommonLibrary/lib/Microsoft.Practices.Unity.Interception.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/CommonLibrary/lib/Microsoft.Practices.Unity.Interception.dll
--------------------------------------------------------------------------------
/CommonLibrary/lib/Microsoft.Practices.Unity.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/CommonLibrary/lib/Microsoft.Practices.Unity.dll
--------------------------------------------------------------------------------
/CommonLibrary/lib/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/CommonLibrary/lib/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/Index.dat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/Index.dat
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | BPMS
2 | ====
3 |
4 | 权限管理系统 采用 WPF MVVM模式
5 |
--------------------------------------------------------------------------------
/ReadMe.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/ReadMe.txt
--------------------------------------------------------------------------------
/Storage.dat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/Storage.dat
--------------------------------------------------------------------------------
/github资料.txt:
--------------------------------------------------------------------------------
1 | http://www.admin10000.com/document/4004.html
2 |
3 | http://blog.miniasp.com/post/2013/11/09/How-to-Add-Solution-to-GitHub-through-Git-extension-in-Visual-Studio-2013.aspx
4 |
5 | http://blog.sina.com.cn/s/blog_836b86790100ylnl.html
6 |
7 |
8 | 123
--------------------------------------------------------------------------------
/packages/EntityFramework.5.0.0/Content/App.config.transform:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/packages/EntityFramework.5.0.0/Content/Web.config.transform:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/packages/EntityFramework.5.0.0/EntityFramework.5.0.0.nupkg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/packages/EntityFramework.5.0.0/EntityFramework.5.0.0.nupkg
--------------------------------------------------------------------------------
/packages/EntityFramework.5.0.0/lib/net40/EntityFramework.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/packages/EntityFramework.5.0.0/lib/net40/EntityFramework.dll
--------------------------------------------------------------------------------
/packages/EntityFramework.5.0.0/lib/net40/zh-Hans/EntityFramework.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/packages/EntityFramework.5.0.0/lib/net40/zh-Hans/EntityFramework.resources.dll
--------------------------------------------------------------------------------
/packages/EntityFramework.5.0.0/lib/net45/EntityFramework.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/packages/EntityFramework.5.0.0/lib/net45/EntityFramework.dll
--------------------------------------------------------------------------------
/packages/EntityFramework.5.0.0/lib/net45/zh-Hans/EntityFramework.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/packages/EntityFramework.5.0.0/lib/net45/zh-Hans/EntityFramework.resources.dll
--------------------------------------------------------------------------------
/packages/EntityFramework.5.0.0/tools/EntityFramework.PS3.psd1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/packages/EntityFramework.5.0.0/tools/EntityFramework.PS3.psd1
--------------------------------------------------------------------------------
/packages/EntityFramework.5.0.0/tools/EntityFramework.PowerShell.Utility.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/packages/EntityFramework.5.0.0/tools/EntityFramework.PowerShell.Utility.dll
--------------------------------------------------------------------------------
/packages/EntityFramework.5.0.0/tools/EntityFramework.PowerShell.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/packages/EntityFramework.5.0.0/tools/EntityFramework.PowerShell.dll
--------------------------------------------------------------------------------
/packages/EntityFramework.5.0.0/tools/EntityFramework.psd1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/packages/EntityFramework.5.0.0/tools/EntityFramework.psd1
--------------------------------------------------------------------------------
/packages/EntityFramework.5.0.0/tools/Redirect.VS11.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
9 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/packages/EntityFramework.5.0.0/tools/Redirect.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
9 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/packages/EntityFramework.5.0.0/tools/about_EntityFramework.help.txt:
--------------------------------------------------------------------------------
1 | TOPIC
2 | about_EntityFramework
3 |
4 | SHORT DESCRIPTION
5 | Provides information about Entity Framework commands.
6 |
7 | LONG DESCRIPTION
8 | This topic describes the Entity Framework commands. Entity Framework is
9 | Microsoft's recommended data access technology for new applications.
10 |
11 |
12 | The following Entity Framework cmdlets are included.
13 |
14 | Cmdlet Description
15 | ----------------- ---------------------------------------------------
16 | Enable-Migrations Enables Code First Migrations in a project.
17 |
18 | Add-Migration Scaffolds a migration script for any pending model
19 | changes.
20 |
21 | Update-Database Applies any pending migrations to the database.
22 |
23 | Get-Migrations Displays the migrations that have been applied to
24 | the target database.
25 |
26 | SEE ALSO
27 | Enable-Migrations
28 | Add-Migration
29 | Update-Database
30 | Get-Migrations
31 |
--------------------------------------------------------------------------------
/packages/EntityFramework.5.0.0/tools/migrate.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/packages/EntityFramework.5.0.0/tools/migrate.exe
--------------------------------------------------------------------------------
/packages/EntityFramework.6.0.0/Content/App.config.transform:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/packages/EntityFramework.6.0.0/Content/Web.config.transform:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/packages/EntityFramework.6.0.0/EntityFramework.6.0.0.nupkg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/packages/EntityFramework.6.0.0/EntityFramework.6.0.0.nupkg
--------------------------------------------------------------------------------
/packages/EntityFramework.6.0.0/lib/net40/EntityFramework.SqlServer.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/packages/EntityFramework.6.0.0/lib/net40/EntityFramework.SqlServer.dll
--------------------------------------------------------------------------------
/packages/EntityFramework.6.0.0/lib/net40/EntityFramework.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/packages/EntityFramework.6.0.0/lib/net40/EntityFramework.dll
--------------------------------------------------------------------------------
/packages/EntityFramework.6.0.0/lib/net40/zh-Hans/EntityFramework.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/packages/EntityFramework.6.0.0/lib/net40/zh-Hans/EntityFramework.resources.dll
--------------------------------------------------------------------------------
/packages/EntityFramework.6.0.0/lib/net45/EntityFramework.SqlServer.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/packages/EntityFramework.6.0.0/lib/net45/EntityFramework.SqlServer.dll
--------------------------------------------------------------------------------
/packages/EntityFramework.6.0.0/lib/net45/EntityFramework.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/packages/EntityFramework.6.0.0/lib/net45/EntityFramework.dll
--------------------------------------------------------------------------------
/packages/EntityFramework.6.0.0/lib/net45/zh-Hans/EntityFramework.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/packages/EntityFramework.6.0.0/lib/net45/zh-Hans/EntityFramework.resources.dll
--------------------------------------------------------------------------------
/packages/EntityFramework.6.0.0/tools/EntityFramework.PowerShell.Utility.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/packages/EntityFramework.6.0.0/tools/EntityFramework.PowerShell.Utility.dll
--------------------------------------------------------------------------------
/packages/EntityFramework.6.0.0/tools/EntityFramework.PowerShell.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/packages/EntityFramework.6.0.0/tools/EntityFramework.PowerShell.dll
--------------------------------------------------------------------------------
/packages/EntityFramework.6.0.0/tools/EntityFramework.psd1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/packages/EntityFramework.6.0.0/tools/EntityFramework.psd1
--------------------------------------------------------------------------------
/packages/EntityFramework.6.0.0/tools/about_EntityFramework.help.txt:
--------------------------------------------------------------------------------
1 | TOPIC
2 | about_EntityFramework
3 |
4 | SHORT DESCRIPTION
5 | Provides information about Entity Framework commands.
6 |
7 | LONG DESCRIPTION
8 | This topic describes the Entity Framework commands. Entity Framework is
9 | Microsoft's recommended data access technology for new applications.
10 |
11 | The following Entity Framework cmdlets are used with Entity Framework
12 | Migrations.
13 |
14 | Cmdlet Description
15 | ----------------- ---------------------------------------------------
16 | Enable-Migrations Enables Code First Migrations in a project.
17 |
18 | Add-Migration Scaffolds a migration script for any pending model
19 | changes.
20 |
21 | Update-Database Applies any pending migrations to the database.
22 |
23 | Get-Migrations Displays the migrations that have been applied to
24 | the target database.
25 |
26 | The following Entity Framework cmdlets are used by NuGet packages that
27 | install Entity Framework providers. These commands are not usually used as
28 | part of normal application development.
29 |
30 | Cmdlet Description
31 | ------------------------------ ---------------------------------------
32 | Add-EFProvider Adds or updates an Entity Framework
33 | provider entry in the project config
34 | file.
35 |
36 | Add-EFDefaultConnectionFactory Adds or updates an Entity Framework
37 | default connection factory in the
38 | project config file.
39 |
40 | Initialize-EFConfiguration Initializes the Entity Framework
41 | section in the project config file and
42 | sets defaults.
43 |
44 | SEE ALSO
45 | Enable-Migrations
46 | Add-Migration
47 | Update-Database
48 | Get-Migrations
49 |
--------------------------------------------------------------------------------
/packages/EntityFramework.6.0.0/tools/migrate.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/packages/EntityFramework.6.0.0/tools/migrate.exe
--------------------------------------------------------------------------------
/packages/EntityFramework.zh-Hans.5.0.0/EntityFramework.zh-Hans.5.0.0.nupkg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/packages/EntityFramework.zh-Hans.5.0.0/EntityFramework.zh-Hans.5.0.0.nupkg
--------------------------------------------------------------------------------
/packages/EntityFramework.zh-Hans.5.0.0/lib/net40/zh-Hans/EntityFramework.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/packages/EntityFramework.zh-Hans.5.0.0/lib/net40/zh-Hans/EntityFramework.resources.dll
--------------------------------------------------------------------------------
/packages/EntityFramework.zh-Hans.5.0.0/lib/net45/zh-Hans/EntityFramework.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/packages/EntityFramework.zh-Hans.5.0.0/lib/net45/zh-Hans/EntityFramework.resources.dll
--------------------------------------------------------------------------------
/packages/EntityFramework.zh-Hans.6.0.0/EntityFramework.zh-Hans.6.0.0.nupkg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/packages/EntityFramework.zh-Hans.6.0.0/EntityFramework.zh-Hans.6.0.0.nupkg
--------------------------------------------------------------------------------
/packages/EntityFramework.zh-Hans.6.0.0/lib/net40/zh-Hans/EntityFramework.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/packages/EntityFramework.zh-Hans.6.0.0/lib/net40/zh-Hans/EntityFramework.resources.dll
--------------------------------------------------------------------------------
/packages/EntityFramework.zh-Hans.6.0.0/lib/net45/zh-Hans/EntityFramework.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/packages/EntityFramework.zh-Hans.6.0.0/lib/net45/zh-Hans/EntityFramework.resources.dll
--------------------------------------------------------------------------------
/packages/repositories.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/文档管理/SQL/GetNewID.sql:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/SQL/GetNewID.sql
--------------------------------------------------------------------------------
/文档管理/SQL/Init.sql:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/SQL/Init.sql
--------------------------------------------------------------------------------
/文档管理/SQL/SP_GetUserMenu.sql:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/SQL/SP_GetUserMenu.sql
--------------------------------------------------------------------------------
/文档管理/SQL/SP_GetUserPurview.sql:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/SQL/SP_GetUserPurview.sql
--------------------------------------------------------------------------------
/文档管理/原型/参考/ReadMe.txt:
--------------------------------------------------------------------------------
1 | http://www.cnblogs.com/LRBPMS/p/3425997.html
2 | http://223.86.105.239:801/Frame/MainTouch.aspx
--------------------------------------------------------------------------------
/文档管理/原型/参考/个性设置.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/个性设置.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/字典管理.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/字典管理.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/字典管理1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/字典管理1.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/字典管理2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/字典管理2.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/接口管理.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/接口管理.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/接口管理1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/接口管理1.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/接口管理2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/接口管理2.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/控制面板.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/控制面板.PNG
--------------------------------------------------------------------------------
/文档管理/原型/参考/控制面板1.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/控制面板1.PNG
--------------------------------------------------------------------------------
/文档管理/原型/参考/操作日志管理-详细信息.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/操作日志管理-详细信息.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/操作日志管理-详细信息1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/操作日志管理-详细信息1.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/操作日志管理-详细信息2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/操作日志管理-详细信息2.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/操作日志管理-详细信息3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/操作日志管理-详细信息3.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/操作日志管理.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/操作日志管理.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/数据库管理-定时备份.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/数据库管理-定时备份.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/数据库管理.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/数据库管理.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/数据库管理1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/数据库管理1.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/用户权限控制.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/用户权限控制.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/用户权限控制1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/用户权限控制1.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/用户权限控制2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/用户权限控制2.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/用户管理-分配角色.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/用户管理-分配角色.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/用户管理-查看详细.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/用户管理-查看详细.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/用户管理-查看详细1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/用户管理-查看详细1.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/用户管理-查看详细2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/用户管理-查看详细2.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/用户管理.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/用户管理.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/用户管理添加.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/用户管理添加.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/登录日志.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/登录日志.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/系统信息.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/系统信息.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/系统参数设置.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/系统参数设置.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/系统异常情况.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/系统异常情况.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/系统访问控制.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/系统访问控制.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/系统访问控制1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/系统访问控制1.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/组织机构.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/组织机构.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/组织机构1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/组织机构1.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/组织机构添加.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/组织机构添加.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/职员信息添加.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/职员信息添加.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/职员信息添加1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/职员信息添加1.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/职员信息添加2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/职员信息添加2.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/职员管理.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/职员管理.jpg
--------------------------------------------------------------------------------
/文档管理/原型/参考/菜单1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/菜单1.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/菜单2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/菜单2.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/菜单3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/菜单3.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/菜单管理.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/菜单管理.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/角色权限控制.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/角色权限控制.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/角色权限控制1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/角色权限控制1.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/角色权限控制2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/角色权限控制2.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/角色权限控制3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/角色权限控制3.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/角色权限控制4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/角色权限控制4.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/角色权限控制5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/角色权限控制5.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/角色管理.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/角色管理.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/角色管理添加.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/角色管理添加.png
--------------------------------------------------------------------------------
/文档管理/原型/参考/首页.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/首页.jpg
--------------------------------------------------------------------------------
/文档管理/原型/参考/首页1.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/首页1.PNG
--------------------------------------------------------------------------------
/文档管理/原型/参考/首页2.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/参考/首页2.PNG
--------------------------------------------------------------------------------
/文档管理/原型/权限设计.rp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/原型/权限设计.rp
--------------------------------------------------------------------------------
/文档管理/想法.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/想法.txt
--------------------------------------------------------------------------------
/文档管理/系统原则.docx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/系统原则.docx
--------------------------------------------------------------------------------
/文档管理/计划.mpp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/计划.mpp
--------------------------------------------------------------------------------
/文档管理/需求文档/软件需求规格说明书_模版.docx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/RobinGitHub/BPMS/e7de9bbae8ffa524405191917af445826b341dfd/文档管理/需求文档/软件需求规格说明书_模版.docx
--------------------------------------------------------------------------------