Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .cr/personal/FavoritesList/List.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Root Type="DevExpress.CodeRush.Foundation.CodePlaces.Options.FavoritesListContainer">
<Options Language="Neutral">
<Groups />
</Options>
</Root>
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Thumbs.db
Thumbs.db
*.obj
*.exe
*.pdb
Expand Down Expand Up @@ -26,4 +26,6 @@ obj/
_ReSharper*/
[Tt]est[Rr]esult*
*.vssscc
$tf*/
$tf*/
/.vs/Codematic/v15/Server/sqlite3
Binaries/
Binary file not shown.
Empty file.
30 changes: 30 additions & 0 deletions Binaries/DbSetting.config
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,34 @@
<ReplacedOldStr />
<ReplacedNewStr />
</DBServer>
<DBServer>
<DbType>SQL2012</DbType>
<Server>10.1.9.118</Server>
<ConnectStr>User Id=sa;Password=mindray@2017!;Database=EAWP_HR;Server=10.1.9.118</ConnectStr>
<DbName>EAWP_HR</DbName>
<ConnectSimple>True</ConnectSimple>
<TabLoadtype>1</TabLoadtype>
<ProcPrefix />
<ProjectName />
<Namepace>Maticsoft</Namepace>
<Folder />
<AppFrame>s3</AppFrame>
<DALType />
<BLLType />
<WebType />
<EditFont>新宋体</EditFont>
<EditFontSize>9</EditFontSize>
<DbHelperName>DbHelperSQL</DbHelperName>
<ModelPrefix />
<ModelSuffix />
<BLLPrefix />
<BLLSuffix />
<DALPrefix />
<DALSuffix />
<TabNameRule>same</TabNameRule>
<WebTemplatePath />
<ReplacedOldStr />
<ReplacedNewStr />
<TabLoadKeyword>hrc_</TabLoadKeyword>
</DBServer>
</NewDataSet>
Binary file modified Binaries/LTP.ConvertCS2VB.dll
Binary file not shown.
Binary file modified Binaries/LTP.TextEditor.dll
Binary file not shown.
Binary file modified Binaries/LTPTextEditor.dll
Binary file not shown.
Binary file modified Binaries/Maticsoft.AddInManager.dll
Binary file not shown.
Binary file modified Binaries/Maticsoft.BuilderBLLComm.dll
Binary file not shown.
Binary file modified Binaries/Maticsoft.BuilderDALELParam.dll
Binary file not shown.
Binary file modified Binaries/Maticsoft.BuilderDALELProc.dll
Binary file not shown.
Binary file modified Binaries/Maticsoft.BuilderDALELSQL.dll
Binary file not shown.
Binary file modified Binaries/Maticsoft.BuilderDALIBatisNet.dll
Binary file not shown.
Binary file modified Binaries/Maticsoft.BuilderDALIBatisNetMapXML.dll
Binary file not shown.
Binary file modified Binaries/Maticsoft.BuilderDALParam.dll
Binary file not shown.
Binary file modified Binaries/Maticsoft.BuilderDALProc.dll
Binary file not shown.
Binary file modified Binaries/Maticsoft.BuilderDALSQL.dll
Binary file not shown.
Binary file modified Binaries/Maticsoft.BuilderDALTranMParam.dll
Binary file not shown.
Binary file modified Binaries/Maticsoft.BuilderDALTranParam.dll
Binary file not shown.
Binary file modified Binaries/Maticsoft.BuilderIDAL.dll
Binary file not shown.
Binary file modified Binaries/Maticsoft.BuilderModel.dll
Binary file not shown.
Binary file modified Binaries/Maticsoft.BuilderWeb.dll
Binary file not shown.
Binary file modified Binaries/Maticsoft.CmConfig.dll
Binary file not shown.
Binary file modified Binaries/Maticsoft.CodeBuild.dll
Binary file not shown.
Binary file modified Binaries/Maticsoft.CodeHelper.dll
Binary file not shown.
Binary file modified Binaries/Maticsoft.DBFactory.dll
Binary file not shown.
Binary file modified Binaries/Maticsoft.DbObjects.dll
Binary file not shown.
Binary file modified Binaries/Maticsoft.Engine.dll
Binary file not shown.
Binary file modified Binaries/Maticsoft.IBuilder.dll
Binary file not shown.
Binary file modified Binaries/Maticsoft.IDBO.dll
Binary file not shown.
Binary file modified Binaries/Maticsoft.Utility.dll
Binary file not shown.
Binary file modified Binaries/de/Codematic.resources.dll
Binary file not shown.
Binary file modified Binaries/uninstall.dll
Binary file not shown.
225 changes: 112 additions & 113 deletions Codematic/MainForm.resx

Large diffs are not rendered by default.

Binary file modified Codematic/Tool/DbToWord.cs
Binary file not shown.
3 changes: 2 additions & 1 deletion MagicLibrary/MagicLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>MagicLibrary</RootNamespace>
<AssemblyName>MagicLibrary</AssemblyName>
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down