From 4f84215aeeff8a4e6634778a1431f6de17fe77c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szab=C3=B3=20Iv=C3=A1n?= Date: Sun, 26 Jul 2020 18:32:32 +0200 Subject: [PATCH] =?UTF-8?q?Debranet=20GL=20projekt=20hozz=C3=A1ad=C3=A1sa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- JUSTWIN.sln | 46 +- .../BusinessObjects/NewCustomersFrom.cs | 19 +- .../Model.DesignedDiffs.Localization.en.xafml | 2 + .../Model.DesignedDiffs.Localization.hu.xafml | 8 + .../Model.DesignedDiffs.xafml | 7 +- .../Nuvolar.Module.Win.CSharp.csproj | 8 + .../Properties/licenses.licx | 1 + Nuvolar.WIN.Debranet.GL/ExpressApp.ico | Bin 0 -> 15086 bytes Nuvolar.WIN.Debranet.GL/Model.xafml | 1043 +++++++++++++++++ Nuvolar.WIN.Debranet.GL/Model_en.xafml | 8 + Nuvolar.WIN.Debranet.GL/Model_hu.xafml | 408 +++++++ .../My Project/Application.Designer.vb | 13 + .../My Project/Application.myapp | 10 + .../My Project/AssemblyInfo.vb | 32 + ...rvice.GetCurrenciesResponseBody.datasource | 10 + ...ce.GetCurrencyUnitsResponseBody.datasource | 10 + ...urrentExchangeRatesResponseBody.datasource | 10 + ...ice.GetDateIntervalResponseBody.datasource | 10 + ...ce.GetExchangeRatesResponseBody.datasource | 10 + ...lyamService.GetInfoResponseBody.datasource | 10 + .../My Project/Resources.Designer.vb | 63 + .../My Project/Resources.resx | 117 ++ .../My Project/Settings.Designer.vb | 73 ++ .../My Project/Settings.settings | 7 + .../My Project/app.manifest | 48 + .../My Project/licenses.licx | 1 + .../My Project/licenses.licx.bak | 1 + .../Nuvolar.WIN.Debranet.GL.vbproj | 537 +++++++++ .../Nuvolar.WIN.Debranet.GL.vbproj.bak | 520 ++++++++ Nuvolar.WIN.Debranet.GL/Nuvolar.ico | Bin 0 -> 165214 bytes Nuvolar.WIN.Debranet.GL/Program.vb | 115 ++ ...rvice.GetCurrenciesResponseBody.datasource | 10 + ...ce.GetCurrencyUnitsResponseBody.datasource | 10 + ...urrentExchangeRatesResponseBody.datasource | 10 + ...ice.GetDateIntervalResponseBody.datasource | 10 + ...ce.GetExchangeRatesResponseBody.datasource | 10 + ...lyamService.GetInfoResponseBody.datasource | 10 + .../MNBArfolyamService/Reference.svcmap | 34 + .../MNBArfolyamService/Reference.vb | 919 +++++++++++++++ .../MNBArfolyamService/arfolyamok.disco | 4 + .../MNBArfolyamService/arfolyamok.wsdl | 85 ++ .../MNBArfolyamService/arfolyamok.xsd | 141 +++ .../MNBArfolyamService/arfolyamok1.wsdl | 95 ++ .../MNBArfolyamService/arfolyamok1.xsd | 42 + .../MNBArfolyamService/configuration.svcinfo | 10 + .../configuration91.svcinfo | 201 ++++ Nuvolar.WIN.Debranet.GL/UnusableNodes.xml | 17 + .../WinApplication.Designer.vb | 236 ++++ Nuvolar.WIN.Debranet.GL/WinApplication.resx | 120 ++ Nuvolar.WIN.Debranet.GL/WinApplication.vb | 116 ++ Nuvolar.WIN.Debranet.GL/WinApplication_DB.vb | 138 +++ .../XMLUserStore/UserStore.vb | 93 ++ Nuvolar.WIN.Debranet.GL/app.config | 66 ++ Nuvolar.WIN.Debranet.GL/app.config.bak | 63 + Nuvolar.WIN.Debranet.GL/favicon.ico | Bin 0 -> 32038 bytes Nuvolar.WIN.Debranet.GL/packages.config | 4 + Nuvolar.Win.Lite/Program.vb | 1 + Nuvolar.Win.Lite/WinApplication.vb | 7 +- Nuvolar.Win.Lite/WinApplication_DB.vb | 6 +- Nuvolar.Win.Lite/app.config | 2 +- 60 files changed, 5590 insertions(+), 17 deletions(-) create mode 100644 Nuvolar.Module.Win.CSharp/Model.DesignedDiffs.Localization.en.xafml create mode 100644 Nuvolar.Module.Win.CSharp/Model.DesignedDiffs.Localization.hu.xafml create mode 100644 Nuvolar.WIN.Debranet.GL/ExpressApp.ico create mode 100644 Nuvolar.WIN.Debranet.GL/Model.xafml create mode 100644 Nuvolar.WIN.Debranet.GL/Model_en.xafml create mode 100644 Nuvolar.WIN.Debranet.GL/Model_hu.xafml create mode 100644 Nuvolar.WIN.Debranet.GL/My Project/Application.Designer.vb create mode 100644 Nuvolar.WIN.Debranet.GL/My Project/Application.myapp create mode 100644 Nuvolar.WIN.Debranet.GL/My Project/AssemblyInfo.vb create mode 100644 Nuvolar.WIN.Debranet.GL/My Project/DataSources/SISBusiness.Module.MNBArfolyamService.GetCurrenciesResponseBody.datasource create mode 100644 Nuvolar.WIN.Debranet.GL/My Project/DataSources/SISBusiness.Module.MNBArfolyamService.GetCurrencyUnitsResponseBody.datasource create mode 100644 Nuvolar.WIN.Debranet.GL/My Project/DataSources/SISBusiness.Module.MNBArfolyamService.GetCurrentExchangeRatesResponseBody.datasource create mode 100644 Nuvolar.WIN.Debranet.GL/My Project/DataSources/SISBusiness.Module.MNBArfolyamService.GetDateIntervalResponseBody.datasource create mode 100644 Nuvolar.WIN.Debranet.GL/My Project/DataSources/SISBusiness.Module.MNBArfolyamService.GetExchangeRatesResponseBody.datasource create mode 100644 Nuvolar.WIN.Debranet.GL/My Project/DataSources/SISBusiness.Module.MNBArfolyamService.GetInfoResponseBody.datasource create mode 100644 Nuvolar.WIN.Debranet.GL/My Project/Resources.Designer.vb create mode 100644 Nuvolar.WIN.Debranet.GL/My Project/Resources.resx create mode 100644 Nuvolar.WIN.Debranet.GL/My Project/Settings.Designer.vb create mode 100644 Nuvolar.WIN.Debranet.GL/My Project/Settings.settings create mode 100644 Nuvolar.WIN.Debranet.GL/My Project/app.manifest create mode 100644 Nuvolar.WIN.Debranet.GL/My Project/licenses.licx create mode 100644 Nuvolar.WIN.Debranet.GL/My Project/licenses.licx.bak create mode 100644 Nuvolar.WIN.Debranet.GL/Nuvolar.WIN.Debranet.GL.vbproj create mode 100644 Nuvolar.WIN.Debranet.GL/Nuvolar.WIN.Debranet.GL.vbproj.bak create mode 100644 Nuvolar.WIN.Debranet.GL/Nuvolar.ico create mode 100644 Nuvolar.WIN.Debranet.GL/Program.vb create mode 100644 Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/Nuvolar.Win.MNBArfolyamService.GetCurrenciesResponseBody.datasource create mode 100644 Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/Nuvolar.Win.MNBArfolyamService.GetCurrencyUnitsResponseBody.datasource create mode 100644 Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/Nuvolar.Win.MNBArfolyamService.GetCurrentExchangeRatesResponseBody.datasource create mode 100644 Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/Nuvolar.Win.MNBArfolyamService.GetDateIntervalResponseBody.datasource create mode 100644 Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/Nuvolar.Win.MNBArfolyamService.GetExchangeRatesResponseBody.datasource create mode 100644 Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/Nuvolar.Win.MNBArfolyamService.GetInfoResponseBody.datasource create mode 100644 Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/Reference.svcmap create mode 100644 Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/Reference.vb create mode 100644 Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/arfolyamok.disco create mode 100644 Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/arfolyamok.wsdl create mode 100644 Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/arfolyamok.xsd create mode 100644 Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/arfolyamok1.wsdl create mode 100644 Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/arfolyamok1.xsd create mode 100644 Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/configuration.svcinfo create mode 100644 Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/configuration91.svcinfo create mode 100644 Nuvolar.WIN.Debranet.GL/UnusableNodes.xml create mode 100644 Nuvolar.WIN.Debranet.GL/WinApplication.Designer.vb create mode 100644 Nuvolar.WIN.Debranet.GL/WinApplication.resx create mode 100644 Nuvolar.WIN.Debranet.GL/WinApplication.vb create mode 100644 Nuvolar.WIN.Debranet.GL/WinApplication_DB.vb create mode 100644 Nuvolar.WIN.Debranet.GL/XMLUserStore/UserStore.vb create mode 100644 Nuvolar.WIN.Debranet.GL/app.config create mode 100644 Nuvolar.WIN.Debranet.GL/app.config.bak create mode 100644 Nuvolar.WIN.Debranet.GL/favicon.ico create mode 100644 Nuvolar.WIN.Debranet.GL/packages.config diff --git a/JUSTWIN.sln b/JUSTWIN.sln index 5c05e78..7c4f0fc 100644 --- a/JUSTWIN.sln +++ b/JUSTWIN.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.7 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30320.27 MinimumVisualStudioVersion = 10.0.40219.1 Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Nuvolar.Module", "Nuvolar.Module\Nuvolar.Module.vbproj", "{60BF693F-7DEA-4CF6-85BD-EA96829D79DD}" EndProject @@ -19,6 +19,8 @@ Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "momoERP.Win", "momoERP.Win. EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nuvolar.Base", "Nuvolar.Base\Nuvolar.Base.csproj", "{C30AB16A-036D-4237-8725-853B44F3767D}" EndProject +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Nuvolar.WIN.Debranet.GL", "Nuvolar.WIN.Debranet.GL\Nuvolar.WIN.Debranet.GL.vbproj", "{9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -347,6 +349,46 @@ Global {C30AB16A-036D-4237-8725-853B44F3767D}.Release|x64.Build.0 = Release|Any CPU {C30AB16A-036D-4237-8725-853B44F3767D}.Release|x86.ActiveCfg = Release|Any CPU {C30AB16A-036D-4237-8725-853B44F3767D}.Release|x86.Build.0 = Release|Any CPU + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.Debug|x64.ActiveCfg = Debug|x64 + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.Debug|x64.Build.0 = Debug|x64 + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.Debug|x86.ActiveCfg = Debug|Any CPU + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.Debug|x86.Build.0 = Debug|Any CPU + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.EasyTest|Any CPU.ActiveCfg = EasyTest|Any CPU + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.EasyTest|Any CPU.Build.0 = EasyTest|Any CPU + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.EasyTest|Mixed Platforms.ActiveCfg = EasyTest|Any CPU + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.EasyTest|Mixed Platforms.Build.0 = EasyTest|Any CPU + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.EasyTest|x64.ActiveCfg = EasyTest|x64 + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.EasyTest|x64.Build.0 = EasyTest|x64 + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.EasyTest|x86.ActiveCfg = EasyTest|Any CPU + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.EasyTest|x86.Build.0 = EasyTest|Any CPU + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.R64|Any CPU.ActiveCfg = Release 64bit|Any CPU + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.R64|Any CPU.Build.0 = Release 64bit|Any CPU + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.R64|Mixed Platforms.ActiveCfg = Release 64bit|Any CPU + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.R64|Mixed Platforms.Build.0 = Release 64bit|Any CPU + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.R64|x64.ActiveCfg = Release 64bit|x64 + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.R64|x64.Build.0 = Release 64bit|x64 + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.R64|x86.ActiveCfg = Release 64bit|Any CPU + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.R64|x86.Build.0 = Release 64bit|Any CPU + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.Release 64bit|Any CPU.ActiveCfg = Release 64bit|Any CPU + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.Release 64bit|Any CPU.Build.0 = Release 64bit|Any CPU + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.Release 64bit|Mixed Platforms.ActiveCfg = Release 64bit|Any CPU + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.Release 64bit|Mixed Platforms.Build.0 = Release 64bit|Any CPU + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.Release 64bit|x64.ActiveCfg = Release 64bit|x64 + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.Release 64bit|x64.Build.0 = Release 64bit|x64 + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.Release 64bit|x86.ActiveCfg = Release 64bit|Any CPU + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.Release 64bit|x86.Build.0 = Release 64bit|Any CPU + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.Release|Any CPU.Build.0 = Release|Any CPU + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.Release|x64.ActiveCfg = Release|x64 + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.Release|x64.Build.0 = Release|x64 + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.Release|x86.ActiveCfg = Release|Any CPU + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/Nuvolar.Module.CSharp/BusinessObjects/NewCustomersFrom.cs b/Nuvolar.Module.CSharp/BusinessObjects/NewCustomersFrom.cs index 7377adf..190a921 100644 --- a/Nuvolar.Module.CSharp/BusinessObjects/NewCustomersFrom.cs +++ b/Nuvolar.Module.CSharp/BusinessObjects/NewCustomersFrom.cs @@ -383,15 +383,16 @@ namespace Nuvolar.Module.BusinessObjects GenerateReportsV2(); // 11. GenerateBankCassaCompensation(); // 12. GenerateInvoiceType(); // 13. - GenerateStorage(); // 14. - GenerateOfferOut(); // 15. - GenerateDeliveryNoteOut(); //18. - GenerateDeliveryNoteIn(); // 17. - GenerateOrderIn(); //16. - GeretatePaymentOptions(); // 19. - GeneratePDAParameters(); - GenerateWorkSheet(); - GenerateHRPerson(); + + //GenerateStorage(); // 14. + //GenerateOfferOut(); // 15. + //GenerateDeliveryNoteOut(); //18. + //GenerateDeliveryNoteIn(); // 17. + //GenerateOrderIn(); //16. + //GeretatePaymentOptions(); // 19. + //GeneratePDAParameters(); + //GenerateWorkSheet(); + //GenerateHRPerson(); ////---------------- DEMO adatok készítése ------ diff --git a/Nuvolar.Module.Win.CSharp/Model.DesignedDiffs.Localization.en.xafml b/Nuvolar.Module.Win.CSharp/Model.DesignedDiffs.Localization.en.xafml new file mode 100644 index 0000000..e316070 --- /dev/null +++ b/Nuvolar.Module.Win.CSharp/Model.DesignedDiffs.Localization.en.xafml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/Nuvolar.Module.Win.CSharp/Model.DesignedDiffs.Localization.hu.xafml b/Nuvolar.Module.Win.CSharp/Model.DesignedDiffs.Localization.hu.xafml new file mode 100644 index 0000000..9cf4fb7 --- /dev/null +++ b/Nuvolar.Module.Win.CSharp/Model.DesignedDiffs.Localization.hu.xafml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/Nuvolar.Module.Win.CSharp/Model.DesignedDiffs.xafml b/Nuvolar.Module.Win.CSharp/Model.DesignedDiffs.xafml index 57346d4..6f3c848 100644 --- a/Nuvolar.Module.Win.CSharp/Model.DesignedDiffs.xafml +++ b/Nuvolar.Module.Win.CSharp/Model.DesignedDiffs.xafml @@ -3,9 +3,14 @@ + - + + + + + \ No newline at end of file diff --git a/Nuvolar.Module.Win.CSharp/Nuvolar.Module.Win.CSharp.csproj b/Nuvolar.Module.Win.CSharp/Nuvolar.Module.Win.CSharp.csproj index f774d62..4871164 100644 --- a/Nuvolar.Module.Win.CSharp/Nuvolar.Module.Win.CSharp.csproj +++ b/Nuvolar.Module.Win.CSharp/Nuvolar.Module.Win.CSharp.csproj @@ -242,6 +242,14 @@ + + Model.DesignedDiffs.xafml + Designer + + + Model.DesignedDiffs.xafml + Designer + diff --git a/Nuvolar.Module.Win.CSharp/Properties/licenses.licx b/Nuvolar.Module.Win.CSharp/Properties/licenses.licx index e69de29..4e61be8 100644 --- a/Nuvolar.Module.Win.CSharp/Properties/licenses.licx +++ b/Nuvolar.Module.Win.CSharp/Properties/licenses.licx @@ -0,0 +1 @@ +DevExpress.ExpressApp.SystemModule.SystemModule, DevExpress.ExpressApp.v20.1, Version=20.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a \ No newline at end of file diff --git a/Nuvolar.WIN.Debranet.GL/ExpressApp.ico b/Nuvolar.WIN.Debranet.GL/ExpressApp.ico new file mode 100644 index 0000000000000000000000000000000000000000..d4c7fc78c08d6975708e5bfd8eeb2d097c2294a5 GIT binary patch literal 15086 zcmeHOd3cmXns3M5W!BvtAVB&E0d~+C#S2AUJZ1!S@ES+gW1W3wJRU}8yk-U&N5BA` z3j^eUKu8FuoU%kgQ4~-x2q>sT?n@x|(MhMTuaB>fuit%t)v4s8>2yHWhkv%7r&3?n zS5@!tJ?gEh_p2BTml!TJ^yy>Za){xDe=rzsF&GR(hQxla;rb<9H+*=MHjG=h9EM`O|XmYoqf$bg<4x zznSZyKP+`mm+umlstLZZjIs{UEn!=+jLixalA{r zBEuDVafRn4j4`H2Ilf@Kp8{%#K06wqWxM>0TP0QP${1tG=U!U7$4B*Te%eswrJHhG zcJ#k7$K!l%nV0J9K?;RJA_s#(l6mMPH*GrL7vq5+#TTHW&0ZS9az+1)_5Spy7I{}Z zwOH}hw}&Vk4iowyW4!#2ec~D8dHpK-Y7Z2<_m5wz{0jYL`mb_j^Tc=kqCdt!mUu80 z`fuD9pj&c10=MiZ%exAcQ*Z53DH4f@EXR;|FxKvqDqS_jTD8oBRU5#Piuvm9EeBxL;V|eFI|*&2X#l?+Z~h8WsI9hRo=Xv9=rv zp1~K!Fu&%Cp#QT=eM`o^<)d9E!<7ADfSy|HqYe9lonv6EBaI&Yb##H3 zc6=A6duMxz#}l$j)HYGw-zx%l-!e_HU!SeGN8~Eb*DL(DC2EH{^-dz>=_7~?mz)iyJR_$Txv6hX^SeC`a3KxK=^uM%H6FfWg`W;I2k1NYKgj!={B+MMFZIc8+-+bx zx)2h{`kJOS4d|2E;C%X{Ao+Yga=BdObUMlH@zC=h`>D6Jv0;GKmehumjo;I|0lBu} zeY2XPlRgiTTk&?%w>uS@v^_|DtPP>myq2H#G){N#`{lL0+&9;@J0;IPwtsG`Ilf)L zH`|`#HdIm-B1KU;>ATz>D*h(O`fs6>H*I6$`#~pcno6=jz*c znyt}P5}^M14&rt-OlwKXO#3}(pEBM4tCU>Z0lZ&zI7D8rm)vf5XI_3#CDR-q_04Rm z>NBnN7w7|7FkNfktj4doULBC{B-Y<41KSba>r=m(?M1Nb>sM-2@~uW=H-#vDu0kve zKVv!0rPn-9rH9^&P*oGJIZWTfdItuSd+Po4;QFw@&^xoy1021r4X*w(+UeG1K6?4n zAYJuVg!)alGjA#GwCa#bH?0Vfk!A6lbwOIZPo<;HUTS3FYF%}knvmA0ncuh#rwxq zs%XrAZGS}TNb(Zphxm2a!Zq(?oJuwFC1#Vic30VzZtkG93B$|XfX`5*OCR7J^nbZF zM*niA^=&H&o521J@_`O+Tov2vKnAb{h5gjdx*$EcE=&UoUDP+bd3)-#md<^Wq%TY3 z9REa9X~2KwTN)i`>ym?{51uFNh|>C#Q3{4NVGrORw()UIlzz_rfD`^1`Cv;>*j)cY zSAgg7LP;lCX)N&{zJ6tdjLNsi#O6*sU zB%`T+$3AZVZEGTQ%0(hc`g#m{`Vs@?F7$$SkO?rHu!rd8@~4`A5K`^2>QA!6TNpPJ`Nx;9x#gTLi{ zMLT@Kq@7W+`8o*eiiHQGbPL<(>udw;3WYvE8(6Gt``7Rs1WwRLu6BlbZbo>o5~6-@ zw$==o?zkfn@0POAYv%HhdIjTOc7*j8))Cb`!oGkHc}HWHT{u*t8`$<=+#0Ksa)H09 zbA^Q;7Z|3u*$2$DKPEAxmj{Nj-(O@|5TOU((`Zk#l&+4b?(xZuQ9&CrIPPR!Ft0of zX#Dml4Oy&Ft*1*Sz#wtBnW0&GBlNQ+Vd^*25#aT7(oYIqDVF)+H`ACl`1!axIc>nG zvyMJG8WiDkm&?iD0

cJrG0(l(6-%?}dqEe^2^u7Vy0 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Nuvolar.WIN.Debranet.GL/Model_en.xafml b/Nuvolar.WIN.Debranet.GL/Model_en.xafml new file mode 100644 index 0000000..5d50b0e --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/Model_en.xafml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/Nuvolar.WIN.Debranet.GL/Model_hu.xafml b/Nuvolar.WIN.Debranet.GL/Model_hu.xafml new file mode 100644 index 0000000..17a7372 --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/Model_hu.xafml @@ -0,0 +1,408 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Nuvolar.WIN.Debranet.GL/My Project/Application.Designer.vb b/Nuvolar.WIN.Debranet.GL/My Project/Application.Designer.vb new file mode 100644 index 0000000..88dd01c --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/My Project/Application.Designer.vb @@ -0,0 +1,13 @@ +'------------------------------------------------------------------------------ +' +' This code was generated by a tool. +' Runtime Version:4.0.30319.42000 +' +' Changes to this file may cause incorrect behavior and will be lost if +' the code is regenerated. +' +'------------------------------------------------------------------------------ + +Option Strict On +Option Explicit On + diff --git a/Nuvolar.WIN.Debranet.GL/My Project/Application.myapp b/Nuvolar.WIN.Debranet.GL/My Project/Application.myapp new file mode 100644 index 0000000..e32a102 --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/My Project/Application.myapp @@ -0,0 +1,10 @@ + + + false + Form1 + false + 0 + true + 0 + true + diff --git a/Nuvolar.WIN.Debranet.GL/My Project/AssemblyInfo.vb b/Nuvolar.WIN.Debranet.GL/My Project/AssemblyInfo.vb new file mode 100644 index 0000000..b27a12c --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/My Project/AssemblyInfo.vb @@ -0,0 +1,32 @@ +Imports System +Imports System.Reflection +Imports System.Runtime.InteropServices + +' General Information about an assembly is controlled through the following +' set of attributes. Change these attribute values to modify the information +' associated with an assembly. + +' Review the values of the assembly attributes + + + + + + + + + + +' Version information for an assembly consists of the following four values: +' +' Major Version +' Minor Version +' Build Number +' Revision +' +' You can specify all the values or you can default the Build and Revision Numbers +' by using the '*' as shown below: +' + + + diff --git a/Nuvolar.WIN.Debranet.GL/My Project/DataSources/SISBusiness.Module.MNBArfolyamService.GetCurrenciesResponseBody.datasource b/Nuvolar.WIN.Debranet.GL/My Project/DataSources/SISBusiness.Module.MNBArfolyamService.GetCurrenciesResponseBody.datasource new file mode 100644 index 0000000..db4fc3d --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/My Project/DataSources/SISBusiness.Module.MNBArfolyamService.GetCurrenciesResponseBody.datasource @@ -0,0 +1,10 @@ + + + + Nuvolar.Module.MNBArfolyamService.GetCurrenciesResponseBody, Nuvolar.Module, Version=14.1.9.1001, Culture=neutral, PublicKeyToken=null + \ No newline at end of file diff --git a/Nuvolar.WIN.Debranet.GL/My Project/DataSources/SISBusiness.Module.MNBArfolyamService.GetCurrencyUnitsResponseBody.datasource b/Nuvolar.WIN.Debranet.GL/My Project/DataSources/SISBusiness.Module.MNBArfolyamService.GetCurrencyUnitsResponseBody.datasource new file mode 100644 index 0000000..164692d --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/My Project/DataSources/SISBusiness.Module.MNBArfolyamService.GetCurrencyUnitsResponseBody.datasource @@ -0,0 +1,10 @@ + + + + Nuvolar.Module.MNBArfolyamService.GetCurrencyUnitsResponseBody, Nuvolar.Module, Version=14.1.9.1001, Culture=neutral, PublicKeyToken=null + \ No newline at end of file diff --git a/Nuvolar.WIN.Debranet.GL/My Project/DataSources/SISBusiness.Module.MNBArfolyamService.GetCurrentExchangeRatesResponseBody.datasource b/Nuvolar.WIN.Debranet.GL/My Project/DataSources/SISBusiness.Module.MNBArfolyamService.GetCurrentExchangeRatesResponseBody.datasource new file mode 100644 index 0000000..9b702fb --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/My Project/DataSources/SISBusiness.Module.MNBArfolyamService.GetCurrentExchangeRatesResponseBody.datasource @@ -0,0 +1,10 @@ + + + + Nuvolar.Module.MNBArfolyamService.GetCurrentExchangeRatesResponseBody, Nuvolar.Module, Version=14.1.9.1001, Culture=neutral, PublicKeyToken=null + \ No newline at end of file diff --git a/Nuvolar.WIN.Debranet.GL/My Project/DataSources/SISBusiness.Module.MNBArfolyamService.GetDateIntervalResponseBody.datasource b/Nuvolar.WIN.Debranet.GL/My Project/DataSources/SISBusiness.Module.MNBArfolyamService.GetDateIntervalResponseBody.datasource new file mode 100644 index 0000000..c572ca4 --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/My Project/DataSources/SISBusiness.Module.MNBArfolyamService.GetDateIntervalResponseBody.datasource @@ -0,0 +1,10 @@ + + + + Nuvolar.Module.MNBArfolyamService.GetDateIntervalResponseBody, Nuvolar.Module, Version=14.1.9.1001, Culture=neutral, PublicKeyToken=null + \ No newline at end of file diff --git a/Nuvolar.WIN.Debranet.GL/My Project/DataSources/SISBusiness.Module.MNBArfolyamService.GetExchangeRatesResponseBody.datasource b/Nuvolar.WIN.Debranet.GL/My Project/DataSources/SISBusiness.Module.MNBArfolyamService.GetExchangeRatesResponseBody.datasource new file mode 100644 index 0000000..617fa42 --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/My Project/DataSources/SISBusiness.Module.MNBArfolyamService.GetExchangeRatesResponseBody.datasource @@ -0,0 +1,10 @@ + + + + Nuvolar.Module.MNBArfolyamService.GetExchangeRatesResponseBody, Nuvolar.Module, Version=14.1.9.1001, Culture=neutral, PublicKeyToken=null + \ No newline at end of file diff --git a/Nuvolar.WIN.Debranet.GL/My Project/DataSources/SISBusiness.Module.MNBArfolyamService.GetInfoResponseBody.datasource b/Nuvolar.WIN.Debranet.GL/My Project/DataSources/SISBusiness.Module.MNBArfolyamService.GetInfoResponseBody.datasource new file mode 100644 index 0000000..d8d4efd --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/My Project/DataSources/SISBusiness.Module.MNBArfolyamService.GetInfoResponseBody.datasource @@ -0,0 +1,10 @@ + + + + Nuvolar.Module.MNBArfolyamService.GetInfoResponseBody, Nuvolar.Module, Version=14.1.9.1001, Culture=neutral, PublicKeyToken=null + \ No newline at end of file diff --git a/Nuvolar.WIN.Debranet.GL/My Project/Resources.Designer.vb b/Nuvolar.WIN.Debranet.GL/My Project/Resources.Designer.vb new file mode 100644 index 0000000..7c2f1f7 --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/My Project/Resources.Designer.vb @@ -0,0 +1,63 @@ +'------------------------------------------------------------------------------ +' +' This code was generated by a tool. +' Runtime Version:4.0.30319.42000 +' +' Changes to this file may cause incorrect behavior and will be lost if +' the code is regenerated. +' +'------------------------------------------------------------------------------ + +Option Strict On +Option Explicit On + +Imports System + +Namespace My.Resources + + 'This class was auto-generated by the StronglyTypedResourceBuilder + 'class via a tool like ResGen or Visual Studio. + 'To add or remove a member, edit your .ResX file then rerun ResGen + 'with the /str option, or rebuild your VS project. + '''

+ ''' A strongly-typed resource class, for looking up localized strings, etc. + ''' + _ + Friend Module Resources + + Private resourceMan As Global.System.Resources.ResourceManager + + Private resourceCulture As Global.System.Globalization.CultureInfo + + ''' + ''' Returns the cached ResourceManager instance used by this class. + ''' + _ + Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager + Get + If Object.ReferenceEquals(resourceMan, Nothing) Then + Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("Nuvolar.Win.Resources", GetType(Resources).Assembly) + resourceMan = temp + End If + Return resourceMan + End Get + End Property + + ''' + ''' Overrides the current thread's CurrentUICulture property for all + ''' resource lookups using this strongly typed resource class. + ''' + _ + Friend Property Culture() As Global.System.Globalization.CultureInfo + Get + Return resourceCulture + End Get + Set + resourceCulture = value + End Set + End Property + End Module +End Namespace diff --git a/Nuvolar.WIN.Debranet.GL/My Project/Resources.resx b/Nuvolar.WIN.Debranet.GL/My Project/Resources.resx new file mode 100644 index 0000000..d0d99d6 --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/My Project/Resources.resx @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + diff --git a/Nuvolar.WIN.Debranet.GL/My Project/Settings.Designer.vb b/Nuvolar.WIN.Debranet.GL/My Project/Settings.Designer.vb new file mode 100644 index 0000000..4c877f4 --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/My Project/Settings.Designer.vb @@ -0,0 +1,73 @@ +'------------------------------------------------------------------------------ +' +' This code was generated by a tool. +' Runtime Version:4.0.30319.42000 +' +' Changes to this file may cause incorrect behavior and will be lost if +' the code is regenerated. +' +'------------------------------------------------------------------------------ + +Option Strict On +Option Explicit On + + +Namespace My + + _ + Partial Friend NotInheritable Class MySettings + Inherits Global.System.Configuration.ApplicationSettingsBase + + Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings) + +#Region "My.Settings Auto-Save Functionality" +#If _MyType = "WindowsForms" Then + Private Shared addedHandler As Boolean + + Private Shared addedHandlerLockObject As New Object + + _ + Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs) + If My.Application.SaveMySettingsOnExit Then + My.Settings.Save() + End If + End Sub +#End If +#End Region + + Public Shared ReadOnly Property [Default]() As MySettings + Get + +#If _MyType = "WindowsForms" Then + If Not addedHandler Then + SyncLock addedHandlerLockObject + If Not addedHandler Then + AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings + addedHandler = True + End If + End SyncLock + End If +#End If + Return defaultInstance + End Get + End Property + End Class +End Namespace + +Namespace My + + _ + Friend Module MySettingsProperty + + _ + Friend ReadOnly Property Settings() As Global.Nuvolar.Win.My.MySettings + Get + Return Global.Nuvolar.Win.My.MySettings.Default + End Get + End Property + End Module +End Namespace diff --git a/Nuvolar.WIN.Debranet.GL/My Project/Settings.settings b/Nuvolar.WIN.Debranet.GL/My Project/Settings.settings new file mode 100644 index 0000000..85b890b --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/My Project/Settings.settings @@ -0,0 +1,7 @@ + + + + + + + diff --git a/Nuvolar.WIN.Debranet.GL/My Project/app.manifest b/Nuvolar.WIN.Debranet.GL/My Project/app.manifest new file mode 100644 index 0000000..f5ca617 --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/My Project/app.manifest @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Nuvolar.WIN.Debranet.GL/My Project/licenses.licx b/Nuvolar.WIN.Debranet.GL/My Project/licenses.licx new file mode 100644 index 0000000..4e61be8 --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/My Project/licenses.licx @@ -0,0 +1 @@ +DevExpress.ExpressApp.SystemModule.SystemModule, DevExpress.ExpressApp.v20.1, Version=20.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a \ No newline at end of file diff --git a/Nuvolar.WIN.Debranet.GL/My Project/licenses.licx.bak b/Nuvolar.WIN.Debranet.GL/My Project/licenses.licx.bak new file mode 100644 index 0000000..45113cf --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/My Project/licenses.licx.bak @@ -0,0 +1 @@ +DevExpress.ExpressApp.SystemModule.SystemModule, DevExpress.ExpressApp.v16.2, Version=16.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a diff --git a/Nuvolar.WIN.Debranet.GL/Nuvolar.WIN.Debranet.GL.vbproj b/Nuvolar.WIN.Debranet.GL/Nuvolar.WIN.Debranet.GL.vbproj new file mode 100644 index 0000000..3291723 --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/Nuvolar.WIN.Debranet.GL.vbproj @@ -0,0 +1,537 @@ + + + + Debug + AnyCPU + 9.0.30729 + 2.0 + {9BCEF052-E920-42F6-B2AE-7D4E5D7F2C44} + WinExe + Sub Main + Nuvolar.Win + Nuvolar.Win.Lite + WindowsFormsWithCustomSubMain + favicon.ico + On + Binary + Off + On + SAK + SAK + SAK + SAK + v4.5.2 + + + 4.0 + + true + + + http://localhost/SISBusiness.Win/ + true + Web + true + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + true + + + true + full + true + true + bin\Debug\ + + + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355 + AllRules.ruleset + x86 + true + false + + + None + false + true + true + bin\Release\ + + + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355 + AllRules.ruleset + x86 + false + false + + + true + true + true + bin\EasyTest\ + + + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355 + full + AnyCPU + EASYTEST + AllRules.ruleset + false + + + My Project\app.manifest + + + true + bin\Release 64bit\ + + + true + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355 + pdbonly + AnyCPU + bin\Release\SISBusiness.Win.exe.CodeAnalysisLog.xml + true + GlobalSuppressions.vb + AllRules.ruleset + ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets + true + ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules + true + false + + + true + true + true + bin\x64\Debug\ + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355 + full + x64 + AllRules.ruleset + false + + + true + bin\x64\Release\ + true + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355 + None + x64 + false + AllRules.ruleset + false + + + true + true + true + bin\x64\EasyTest\ + EASYTEST + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355 + full + x64 + AllRules.ruleset + false + + + true + bin\x64\Release 64bit\ + true + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355 + pdbonly + x64 + AllRules.ruleset + false + + + + False + True + + + + + + + + + + + False + True + + + False + True + + + False + True + + + False + True + + + True + + + + + True + + + True + + + False + True + + + True + + + True + + + + True + + + True + + + + + True + + + True + + + True + + + True + + + True + + + True + + + False + True + + + False + True + + + False + True + + + False + True + + + False + True + + + False + True + + + False + True + + + False + True + + + True + + + False + True + + + False + True + + + False + True + + + + + + False + True + + + False + True + + + False + True + + + + + + + False + True + + + False + True + + + False + True + + + False + True + + + False + True + + + + + + + + + + + + + + + False + + + False + + + False + + + False + + + + False + + + + + + False + + + False + + + + + + + + + + + + + + + + True + True + Reference.svcmap + + + Component + + + + True + Application.myapp + + + + True + True + Resources.resx + + + True + Settings.settings + True + + + WinApplication.vb + + + Component + + + + + + + VbMyResourcesResXFileCodeGenerator + Resources.Designer.vb + My.Resources + Designer + + + WinApplication.vb + Designer + + + + + Model.xafml + Designer + + + + + + + + + + + Designer + + + + Designer + + + + + Reference.svcmap + + + Reference.svcmap + + + Reference.svcmap + + + Reference.svcmap + + + Reference.svcmap + + + Reference.svcmap + + + WCF Proxy Generator + Reference.vb + + + + + + Always + Designer + + + Model.xafml + Always + Designer + + + Model.xafml + Always + Designer + + + + SettingsSingleFileGenerator + My + Settings.Designer.vb + + + + + + + MyApplicationCodeGenerator + Application.Designer.vb + + + + + False + .NET Framework 3.5 SP1 Client Profile + false + + + False + .NET Framework 3.5 SP1 + true + + + False + Windows Installer 3.1 + true + + + + + {b9ef03ff-d05b-4fd4-a8e9-f90d819cb1dc} + Nuvolar.Module.CSharp + + + {fb66bbc7-4035-4288-b0f0-23afbcbeec5b} + Nuvolar.Module.Win.CSharp + + + {98539DCF-BF11-4158-AEC0-4B008A404A0E} + Nuvolar.Module.Win + + + {60bf693f-7dea-4cf6-85bd-ea96829d79dd} + Nuvolar.Module + + + + + + + + + + + \ No newline at end of file diff --git a/Nuvolar.WIN.Debranet.GL/Nuvolar.WIN.Debranet.GL.vbproj.bak b/Nuvolar.WIN.Debranet.GL/Nuvolar.WIN.Debranet.GL.vbproj.bak new file mode 100644 index 0000000..87c250f --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/Nuvolar.WIN.Debranet.GL.vbproj.bak @@ -0,0 +1,520 @@ + + + + Debug + AnyCPU + 9.0.30729 + 2.0 + {DCE46BBC-DD26-439E-8930-BC17892656DE} + WinExe + Sub Main + Nuvolar.Win + Nuvolar.Win.Lite + WindowsFormsWithCustomSubMain + Nuvolar.ico + On + Binary + Off + On + SAK + SAK + SAK + SAK + v4.0 + + + 4.0 + + true + + + http://localhost/SISBusiness.Win/ + true + Web + true + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + true + + + true + full + true + true + bin\Debug\ + + + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355 + AllRules.ruleset + x86 + true + false + + + None + false + true + true + bin\Release\ + + + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355 + AllRules.ruleset + x86 + false + false + + + true + true + true + bin\EasyTest\ + + + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355 + full + AnyCPU + EASYTEST + AllRules.ruleset + false + + + My Project\app.manifest + + + true + bin\Release 64bit\ + + + true + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355 + pdbonly + AnyCPU + bin\Release\SISBusiness.Win.exe.CodeAnalysisLog.xml + true + GlobalSuppressions.vb + AllRules.ruleset + ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets + true + ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules + true + false + + + true + true + true + bin\x64\Debug\ + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355 + full + x64 + AllRules.ruleset + + + true + bin\x64\Release\ + true + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355 + None + x64 + false + AllRules.ruleset + + + true + true + true + bin\x64\EasyTest\ + EASYTEST + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355 + full + x64 + AllRules.ruleset + + + true + bin\x64\Release 64bit\ + true + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355 + pdbonly + x64 + AllRules.ruleset + + + + False + True + + + + + + + + + + + False + True + + + False + True + + + False + True + + + True + + + + + True + + + True + + + False + True + + + True + + + True + + + + True + + + True + + + + + True + + + True + + + True + + + True + + + True + + + True + + + False + True + + + False + True + + + False + True + + + False + True + + + False + True + + + False + True + + + False + True + + + True + + + False + True + + + False + True + + + False + True + + + + + + False + True + + + False + True + + + + + + + False + True + + + False + True + + + False + True + + + False + True + + + False + True + + + + + + + + + + + + + + + False + + + False + + + False + + + False + + + + False + + + + + + False + + + False + + + + + + + + + + + + + + + + True + True + Reference.svcmap + + + Component + + + + True + Application.myapp + + + + True + True + Resources.resx + + + True + Settings.settings + True + + + WinApplication.vb + + + Component + + + + + + + VbMyResourcesResXFileCodeGenerator + Resources.Designer.vb + My.Resources + Designer + + + WinApplication.vb + Designer + + + + + Model.xafml + Designer + + + + + + + + + + + Designer + + + + Designer + + + + + Reference.svcmap + + + Reference.svcmap + + + Reference.svcmap + + + Reference.svcmap + + + Reference.svcmap + + + Reference.svcmap + + + WCF Proxy Generator + Reference.vb + + + + + Always + Designer + + + Model.xafml + Always + Designer + + + Model.xafml + Always + Designer + + + + SettingsSingleFileGenerator + My + Settings.Designer.vb + + + + + + + MyApplicationCodeGenerator + Application.Designer.vb + + + + + False + .NET Framework 3.5 SP1 Client Profile + false + + + False + .NET Framework 3.5 SP1 + true + + + False + Windows Installer 3.1 + true + + + + + {b9ef03ff-d05b-4fd4-a8e9-f90d819cb1dc} + Nuvolar.Module.CSharp + + + {fb66bbc7-4035-4288-b0f0-23afbcbeec5b} + Nuvolar.Module.Win.CSharp + + + {98539DCF-BF11-4158-AEC0-4B008A404A0E} + Nuvolar.Module.Win + + + {60bf693f-7dea-4cf6-85bd-ea96829d79dd} + Nuvolar.Module + + + + + + + + + + + \ No newline at end of file diff --git a/Nuvolar.WIN.Debranet.GL/Nuvolar.ico b/Nuvolar.WIN.Debranet.GL/Nuvolar.ico new file mode 100644 index 0000000000000000000000000000000000000000..96f2e8d706af0fb3cf8e9d090c61926ed31c1189 GIT binary patch literal 165214 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 _ + Public Shared Sub Main(ByVal arguments() As String) +#If EASYTEST Then + DevExpress.ExpressApp.EasyTest.WinAdapter.RemotingRegistration.Register(4100) +#End If + + Application.EnableVisualStyles() + Application.SetCompatibleTextRenderingDefault(False) + EditModelPermission.AlwaysGranted = System.Diagnostics.Debugger.IsAttached + + '-- Eredeti kód + 'Dim _application As NuvolarWindowsFormsApplication_DB = New NuvolarWindowsFormsApplication_DB() + + 'If (Not ConfigurationManager.ConnectionStrings.Item("ConnectionString") Is Nothing) Then + ' _application.ConnectionString = ConfigurationManager.ConnectionStrings.Item("ConnectionString").ConnectionString + 'End If + 'If System.Diagnostics.Debugger.IsAttached Then + ' _application.DatabaseUpdateMode = DatabaseUpdateMode.UpdateDatabaseAlways + 'End If + 'Try + ' Dim timeStampStrategy As IAuditTimestampStrategy = New Nuvolar.Module.TimeStamp + ' AuditTrailService.Instance.TimestampStrategy = timeStampStrategy + + ' _application.Setup() + ' _application.Start() + 'Catch e As Exception + ' _application.HandleException(e) + 'End Try + + '-- Új kód + Do + Dim winApplication As NuvolarWindowsFormsDebranetGL + If LogOnDB.NewApplication Is Nothing Then + winApplication = NuvolarWindowsFormsDebranetGL.CreateApplication() + Else + winApplication = CType(LogOnDB.NewApplication, NuvolarWindowsFormsDebranetGL) + LogOnDB.NewApplication = Nothing + End If + Try + AddHandler AuditTrailService.Instance.SaveAuditTrailData, AddressOf Instance_SaveAuditTrailData + AddHandler winApplication.CreateCustomUserModelDifferenceStore, AddressOf winApplication_CreateCustomUserModelDifferenceStore + AddHandler winApplication.LastLogonParametersWriting, AddressOf winApplication_LastLogonParametersWriting + AddHandler winApplication.CustomHandleException, AddressOf winApplication_CustomHandleException + winApplication.DelayedViewItemsInitialization = True + winApplication.SplashScreen = New DevExpress.ExpressApp.Win.Utils.DXSplashScreen + winApplication.DatabaseUpdateMode = DatabaseUpdateMode.UpdateOldDatabase + + AuditTrailService.Instance.ObjectAuditingMode = ObjectAuditingMode.CreationOnly + + winApplication.Setup() + winApplication.Start() + If WinChangeDatabaseHelper.AuthenticatedUserLogonFailed Then + WinChangeDatabaseHelper.SkipLogonDialog = False + winApplication.Start() + End If + Catch e As Exception + winApplication.HandleException(e) + End Try + winApplication.Dispose() + Loop While LogOnDB.NewApplication IsNot Nothing + '-- Új kód vége + End Sub + Shared Sub winApplication_CreateCustomUserModelDifferenceStore(ByVal sender As Object, ByVal e As CreateCustomModelDifferenceStoreEventArgs) + Dim userDiffs As New UserStore(CType(sender, WinApplication)) + e.Store = userDiffs + e.Handled = True + End Sub + + Private Shared Sub Instance_SaveAuditTrailData(sender As Object, e As SaveAuditTrailDataEventArgs) + ' TESZT MIATT !!! + e.Handled = True + 'If GLOBAL_HAS_Audit = False Then + 'e.Handled = True + 'End If + End Sub + Shared Sub winApplication_LastLogonParametersWriting(ByVal sender As Object, ByVal e As LastLogonParametersWritingEventArgs) + 'If (CType(e.LogonObject, AuthenticationStandardLogonParameters)).UserName <> "SysAdmin" Then + e.SettingsStorage.SaveOption("", "UserName", (CType(e.LogonObject, AuthenticationStandardLogonParameters)).UserName) + e.SettingsStorage.SaveOption("", "DBConnection", GLOBAL_SQLDatabase) + e.SettingsStorage.SaveOption("", "SQLServer", GLOBAL_SQLServer) + Select Case GLOBAL_SQLType + Case eSQLType.MSSQL + e.SettingsStorage.SaveOption("", "SQLType", "MSSQL") + Case eSQLType.MySQL + e.SettingsStorage.SaveOption("", "SQLType", "MySQL") + Case eSQLType.PostgreSQL + e.SettingsStorage.SaveOption("", "SQLType", "PostgreSQL") + End Select + + e.Handled = True + End Sub + + Private Shared Sub winApplication_CustomHandleException(sender As Object, e As CustomHandleExceptionEventArgs) + '// Egyéni hiba kezelés !!! + End Sub + +End Class + + + diff --git a/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/Nuvolar.Win.MNBArfolyamService.GetCurrenciesResponseBody.datasource b/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/Nuvolar.Win.MNBArfolyamService.GetCurrenciesResponseBody.datasource new file mode 100644 index 0000000..060ac56 --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/Nuvolar.Win.MNBArfolyamService.GetCurrenciesResponseBody.datasource @@ -0,0 +1,10 @@ + + + + Nuvolar.Win.MNBArfolyamService.GetCurrenciesResponseBody, Service References.MNBArfolyamService.Reference.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + \ No newline at end of file diff --git a/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/Nuvolar.Win.MNBArfolyamService.GetCurrencyUnitsResponseBody.datasource b/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/Nuvolar.Win.MNBArfolyamService.GetCurrencyUnitsResponseBody.datasource new file mode 100644 index 0000000..b8df448 --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/Nuvolar.Win.MNBArfolyamService.GetCurrencyUnitsResponseBody.datasource @@ -0,0 +1,10 @@ + + + + Nuvolar.Win.MNBArfolyamService.GetCurrencyUnitsResponseBody, Service References.MNBArfolyamService.Reference.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + \ No newline at end of file diff --git a/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/Nuvolar.Win.MNBArfolyamService.GetCurrentExchangeRatesResponseBody.datasource b/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/Nuvolar.Win.MNBArfolyamService.GetCurrentExchangeRatesResponseBody.datasource new file mode 100644 index 0000000..394fa7f --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/Nuvolar.Win.MNBArfolyamService.GetCurrentExchangeRatesResponseBody.datasource @@ -0,0 +1,10 @@ + + + + Nuvolar.Win.MNBArfolyamService.GetCurrentExchangeRatesResponseBody, Service References.MNBArfolyamService.Reference.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + \ No newline at end of file diff --git a/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/Nuvolar.Win.MNBArfolyamService.GetDateIntervalResponseBody.datasource b/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/Nuvolar.Win.MNBArfolyamService.GetDateIntervalResponseBody.datasource new file mode 100644 index 0000000..5202369 --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/Nuvolar.Win.MNBArfolyamService.GetDateIntervalResponseBody.datasource @@ -0,0 +1,10 @@ + + + + Nuvolar.Win.MNBArfolyamService.GetDateIntervalResponseBody, Service References.MNBArfolyamService.Reference.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + \ No newline at end of file diff --git a/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/Nuvolar.Win.MNBArfolyamService.GetExchangeRatesResponseBody.datasource b/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/Nuvolar.Win.MNBArfolyamService.GetExchangeRatesResponseBody.datasource new file mode 100644 index 0000000..901b9c2 --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/Nuvolar.Win.MNBArfolyamService.GetExchangeRatesResponseBody.datasource @@ -0,0 +1,10 @@ + + + + Nuvolar.Win.MNBArfolyamService.GetExchangeRatesResponseBody, Service References.MNBArfolyamService.Reference.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + \ No newline at end of file diff --git a/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/Nuvolar.Win.MNBArfolyamService.GetInfoResponseBody.datasource b/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/Nuvolar.Win.MNBArfolyamService.GetInfoResponseBody.datasource new file mode 100644 index 0000000..715b2e5 --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/Nuvolar.Win.MNBArfolyamService.GetInfoResponseBody.datasource @@ -0,0 +1,10 @@ + + + + Nuvolar.Win.MNBArfolyamService.GetInfoResponseBody, Service References.MNBArfolyamService.Reference.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + \ No newline at end of file diff --git a/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/Reference.svcmap b/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/Reference.svcmap new file mode 100644 index 0000000..039d62f --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/Reference.svcmap @@ -0,0 +1,34 @@ + + + + false + true + + false + false + false + + + true + Auto + true + true + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/Reference.vb b/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/Reference.vb new file mode 100644 index 0000000..ca4e3c9 --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/Reference.vb @@ -0,0 +1,919 @@ +'------------------------------------------------------------------------------ +' +' This code was generated by a tool. +' Runtime Version:4.0.30319.42000 +' +' Changes to this file may cause incorrect behavior and will be lost if +' the code is regenerated. +' +'------------------------------------------------------------------------------ + +Option Strict On +Option Explicit On + +Imports System +Imports System.Runtime.Serialization + +Namespace MNBArfolyamService + + _ + Partial Public Class GetCurrenciesRequestBody + Inherits Object + Implements System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged + + _ + Private extensionDataField As System.Runtime.Serialization.ExtensionDataObject + + _ + Public Property ExtensionData() As System.Runtime.Serialization.ExtensionDataObject Implements System.Runtime.Serialization.IExtensibleDataObject.ExtensionData + Get + Return Me.extensionDataField + End Get + Set + Me.extensionDataField = value + End Set + End Property + + Public Event PropertyChanged As System.ComponentModel.PropertyChangedEventHandler Implements System.ComponentModel.INotifyPropertyChanged.PropertyChanged + + Protected Sub RaisePropertyChanged(ByVal propertyName As String) + Dim propertyChanged As System.ComponentModel.PropertyChangedEventHandler = Me.PropertyChangedEvent + If (Not (propertyChanged) Is Nothing) Then + propertyChanged(Me, New System.ComponentModel.PropertyChangedEventArgs(propertyName)) + End If + End Sub + End Class + + _ + Partial Public Class GetCurrenciesResponseBody + Inherits Object + Implements System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged + + _ + Private extensionDataField As System.Runtime.Serialization.ExtensionDataObject + + _ + Private GetCurrenciesResultField As String + + _ + Public Property ExtensionData() As System.Runtime.Serialization.ExtensionDataObject Implements System.Runtime.Serialization.IExtensibleDataObject.ExtensionData + Get + Return Me.extensionDataField + End Get + Set + Me.extensionDataField = value + End Set + End Property + + _ + Public Property GetCurrenciesResult() As String + Get + Return Me.GetCurrenciesResultField + End Get + Set + If (Object.ReferenceEquals(Me.GetCurrenciesResultField, value) <> true) Then + Me.GetCurrenciesResultField = value + Me.RaisePropertyChanged("GetCurrenciesResult") + End If + End Set + End Property + + Public Event PropertyChanged As System.ComponentModel.PropertyChangedEventHandler Implements System.ComponentModel.INotifyPropertyChanged.PropertyChanged + + Protected Sub RaisePropertyChanged(ByVal propertyName As String) + Dim propertyChanged As System.ComponentModel.PropertyChangedEventHandler = Me.PropertyChangedEvent + If (Not (propertyChanged) Is Nothing) Then + propertyChanged(Me, New System.ComponentModel.PropertyChangedEventArgs(propertyName)) + End If + End Sub + End Class + + _ + Partial Public Class GetCurrencyUnitsRequestBody + Inherits Object + Implements System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged + + _ + Private extensionDataField As System.Runtime.Serialization.ExtensionDataObject + + _ + Private currencyNamesField As String + + _ + Public Property ExtensionData() As System.Runtime.Serialization.ExtensionDataObject Implements System.Runtime.Serialization.IExtensibleDataObject.ExtensionData + Get + Return Me.extensionDataField + End Get + Set + Me.extensionDataField = value + End Set + End Property + + _ + Public Property currencyNames() As String + Get + Return Me.currencyNamesField + End Get + Set + If (Object.ReferenceEquals(Me.currencyNamesField, value) <> true) Then + Me.currencyNamesField = value + Me.RaisePropertyChanged("currencyNames") + End If + End Set + End Property + + Public Event PropertyChanged As System.ComponentModel.PropertyChangedEventHandler Implements System.ComponentModel.INotifyPropertyChanged.PropertyChanged + + Protected Sub RaisePropertyChanged(ByVal propertyName As String) + Dim propertyChanged As System.ComponentModel.PropertyChangedEventHandler = Me.PropertyChangedEvent + If (Not (propertyChanged) Is Nothing) Then + propertyChanged(Me, New System.ComponentModel.PropertyChangedEventArgs(propertyName)) + End If + End Sub + End Class + + _ + Partial Public Class GetCurrencyUnitsResponseBody + Inherits Object + Implements System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged + + _ + Private extensionDataField As System.Runtime.Serialization.ExtensionDataObject + + _ + Private GetCurrencyUnitsResultField As String + + _ + Public Property ExtensionData() As System.Runtime.Serialization.ExtensionDataObject Implements System.Runtime.Serialization.IExtensibleDataObject.ExtensionData + Get + Return Me.extensionDataField + End Get + Set + Me.extensionDataField = value + End Set + End Property + + _ + Public Property GetCurrencyUnitsResult() As String + Get + Return Me.GetCurrencyUnitsResultField + End Get + Set + If (Object.ReferenceEquals(Me.GetCurrencyUnitsResultField, value) <> true) Then + Me.GetCurrencyUnitsResultField = value + Me.RaisePropertyChanged("GetCurrencyUnitsResult") + End If + End Set + End Property + + Public Event PropertyChanged As System.ComponentModel.PropertyChangedEventHandler Implements System.ComponentModel.INotifyPropertyChanged.PropertyChanged + + Protected Sub RaisePropertyChanged(ByVal propertyName As String) + Dim propertyChanged As System.ComponentModel.PropertyChangedEventHandler = Me.PropertyChangedEvent + If (Not (propertyChanged) Is Nothing) Then + propertyChanged(Me, New System.ComponentModel.PropertyChangedEventArgs(propertyName)) + End If + End Sub + End Class + + _ + Partial Public Class GetCurrentExchangeRatesRequestBody + Inherits Object + Implements System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged + + _ + Private extensionDataField As System.Runtime.Serialization.ExtensionDataObject + + _ + Public Property ExtensionData() As System.Runtime.Serialization.ExtensionDataObject Implements System.Runtime.Serialization.IExtensibleDataObject.ExtensionData + Get + Return Me.extensionDataField + End Get + Set + Me.extensionDataField = value + End Set + End Property + + Public Event PropertyChanged As System.ComponentModel.PropertyChangedEventHandler Implements System.ComponentModel.INotifyPropertyChanged.PropertyChanged + + Protected Sub RaisePropertyChanged(ByVal propertyName As String) + Dim propertyChanged As System.ComponentModel.PropertyChangedEventHandler = Me.PropertyChangedEvent + If (Not (propertyChanged) Is Nothing) Then + propertyChanged(Me, New System.ComponentModel.PropertyChangedEventArgs(propertyName)) + End If + End Sub + End Class + + _ + Partial Public Class GetCurrentExchangeRatesResponseBody + Inherits Object + Implements System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged + + _ + Private extensionDataField As System.Runtime.Serialization.ExtensionDataObject + + _ + Private GetCurrentExchangeRatesResultField As String + + _ + Public Property ExtensionData() As System.Runtime.Serialization.ExtensionDataObject Implements System.Runtime.Serialization.IExtensibleDataObject.ExtensionData + Get + Return Me.extensionDataField + End Get + Set + Me.extensionDataField = value + End Set + End Property + + _ + Public Property GetCurrentExchangeRatesResult() As String + Get + Return Me.GetCurrentExchangeRatesResultField + End Get + Set + If (Object.ReferenceEquals(Me.GetCurrentExchangeRatesResultField, value) <> true) Then + Me.GetCurrentExchangeRatesResultField = value + Me.RaisePropertyChanged("GetCurrentExchangeRatesResult") + End If + End Set + End Property + + Public Event PropertyChanged As System.ComponentModel.PropertyChangedEventHandler Implements System.ComponentModel.INotifyPropertyChanged.PropertyChanged + + Protected Sub RaisePropertyChanged(ByVal propertyName As String) + Dim propertyChanged As System.ComponentModel.PropertyChangedEventHandler = Me.PropertyChangedEvent + If (Not (propertyChanged) Is Nothing) Then + propertyChanged(Me, New System.ComponentModel.PropertyChangedEventArgs(propertyName)) + End If + End Sub + End Class + + _ + Partial Public Class GetDateIntervalRequestBody + Inherits Object + Implements System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged + + _ + Private extensionDataField As System.Runtime.Serialization.ExtensionDataObject + + _ + Public Property ExtensionData() As System.Runtime.Serialization.ExtensionDataObject Implements System.Runtime.Serialization.IExtensibleDataObject.ExtensionData + Get + Return Me.extensionDataField + End Get + Set + Me.extensionDataField = value + End Set + End Property + + Public Event PropertyChanged As System.ComponentModel.PropertyChangedEventHandler Implements System.ComponentModel.INotifyPropertyChanged.PropertyChanged + + Protected Sub RaisePropertyChanged(ByVal propertyName As String) + Dim propertyChanged As System.ComponentModel.PropertyChangedEventHandler = Me.PropertyChangedEvent + If (Not (propertyChanged) Is Nothing) Then + propertyChanged(Me, New System.ComponentModel.PropertyChangedEventArgs(propertyName)) + End If + End Sub + End Class + + _ + Partial Public Class GetDateIntervalResponseBody + Inherits Object + Implements System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged + + _ + Private extensionDataField As System.Runtime.Serialization.ExtensionDataObject + + _ + Private GetDateIntervalResultField As String + + _ + Public Property ExtensionData() As System.Runtime.Serialization.ExtensionDataObject Implements System.Runtime.Serialization.IExtensibleDataObject.ExtensionData + Get + Return Me.extensionDataField + End Get + Set + Me.extensionDataField = value + End Set + End Property + + _ + Public Property GetDateIntervalResult() As String + Get + Return Me.GetDateIntervalResultField + End Get + Set + If (Object.ReferenceEquals(Me.GetDateIntervalResultField, value) <> true) Then + Me.GetDateIntervalResultField = value + Me.RaisePropertyChanged("GetDateIntervalResult") + End If + End Set + End Property + + Public Event PropertyChanged As System.ComponentModel.PropertyChangedEventHandler Implements System.ComponentModel.INotifyPropertyChanged.PropertyChanged + + Protected Sub RaisePropertyChanged(ByVal propertyName As String) + Dim propertyChanged As System.ComponentModel.PropertyChangedEventHandler = Me.PropertyChangedEvent + If (Not (propertyChanged) Is Nothing) Then + propertyChanged(Me, New System.ComponentModel.PropertyChangedEventArgs(propertyName)) + End If + End Sub + End Class + + _ + Partial Public Class GetExchangeRatesRequestBody + Inherits Object + Implements System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged + + _ + Private extensionDataField As System.Runtime.Serialization.ExtensionDataObject + + _ + Private startDateField As String + + _ + Private endDateField As String + + _ + Private currencyNamesField As String + + _ + Public Property ExtensionData() As System.Runtime.Serialization.ExtensionDataObject Implements System.Runtime.Serialization.IExtensibleDataObject.ExtensionData + Get + Return Me.extensionDataField + End Get + Set + Me.extensionDataField = value + End Set + End Property + + _ + Public Property startDate() As String + Get + Return Me.startDateField + End Get + Set + If (Object.ReferenceEquals(Me.startDateField, value) <> true) Then + Me.startDateField = value + Me.RaisePropertyChanged("startDate") + End If + End Set + End Property + + _ + Public Property endDate() As String + Get + Return Me.endDateField + End Get + Set + If (Object.ReferenceEquals(Me.endDateField, value) <> true) Then + Me.endDateField = value + Me.RaisePropertyChanged("endDate") + End If + End Set + End Property + + _ + Public Property currencyNames() As String + Get + Return Me.currencyNamesField + End Get + Set + If (Object.ReferenceEquals(Me.currencyNamesField, value) <> true) Then + Me.currencyNamesField = value + Me.RaisePropertyChanged("currencyNames") + End If + End Set + End Property + + Public Event PropertyChanged As System.ComponentModel.PropertyChangedEventHandler Implements System.ComponentModel.INotifyPropertyChanged.PropertyChanged + + Protected Sub RaisePropertyChanged(ByVal propertyName As String) + Dim propertyChanged As System.ComponentModel.PropertyChangedEventHandler = Me.PropertyChangedEvent + If (Not (propertyChanged) Is Nothing) Then + propertyChanged(Me, New System.ComponentModel.PropertyChangedEventArgs(propertyName)) + End If + End Sub + End Class + + _ + Partial Public Class GetExchangeRatesResponseBody + Inherits Object + Implements System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged + + _ + Private extensionDataField As System.Runtime.Serialization.ExtensionDataObject + + _ + Private GetExchangeRatesResultField As String + + _ + Public Property ExtensionData() As System.Runtime.Serialization.ExtensionDataObject Implements System.Runtime.Serialization.IExtensibleDataObject.ExtensionData + Get + Return Me.extensionDataField + End Get + Set + Me.extensionDataField = value + End Set + End Property + + _ + Public Property GetExchangeRatesResult() As String + Get + Return Me.GetExchangeRatesResultField + End Get + Set + If (Object.ReferenceEquals(Me.GetExchangeRatesResultField, value) <> true) Then + Me.GetExchangeRatesResultField = value + Me.RaisePropertyChanged("GetExchangeRatesResult") + End If + End Set + End Property + + Public Event PropertyChanged As System.ComponentModel.PropertyChangedEventHandler Implements System.ComponentModel.INotifyPropertyChanged.PropertyChanged + + Protected Sub RaisePropertyChanged(ByVal propertyName As String) + Dim propertyChanged As System.ComponentModel.PropertyChangedEventHandler = Me.PropertyChangedEvent + If (Not (propertyChanged) Is Nothing) Then + propertyChanged(Me, New System.ComponentModel.PropertyChangedEventArgs(propertyName)) + End If + End Sub + End Class + + _ + Partial Public Class GetInfoRequestBody + Inherits Object + Implements System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged + + _ + Private extensionDataField As System.Runtime.Serialization.ExtensionDataObject + + _ + Public Property ExtensionData() As System.Runtime.Serialization.ExtensionDataObject Implements System.Runtime.Serialization.IExtensibleDataObject.ExtensionData + Get + Return Me.extensionDataField + End Get + Set + Me.extensionDataField = value + End Set + End Property + + Public Event PropertyChanged As System.ComponentModel.PropertyChangedEventHandler Implements System.ComponentModel.INotifyPropertyChanged.PropertyChanged + + Protected Sub RaisePropertyChanged(ByVal propertyName As String) + Dim propertyChanged As System.ComponentModel.PropertyChangedEventHandler = Me.PropertyChangedEvent + If (Not (propertyChanged) Is Nothing) Then + propertyChanged(Me, New System.ComponentModel.PropertyChangedEventArgs(propertyName)) + End If + End Sub + End Class + + _ + Partial Public Class GetInfoResponseBody + Inherits Object + Implements System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged + + _ + Private extensionDataField As System.Runtime.Serialization.ExtensionDataObject + + _ + Private GetInfoResultField As String + + _ + Public Property ExtensionData() As System.Runtime.Serialization.ExtensionDataObject Implements System.Runtime.Serialization.IExtensibleDataObject.ExtensionData + Get + Return Me.extensionDataField + End Get + Set + Me.extensionDataField = value + End Set + End Property + + _ + Public Property GetInfoResult() As String + Get + Return Me.GetInfoResultField + End Get + Set + If (Object.ReferenceEquals(Me.GetInfoResultField, value) <> true) Then + Me.GetInfoResultField = value + Me.RaisePropertyChanged("GetInfoResult") + End If + End Set + End Property + + Public Event PropertyChanged As System.ComponentModel.PropertyChangedEventHandler Implements System.ComponentModel.INotifyPropertyChanged.PropertyChanged + + Protected Sub RaisePropertyChanged(ByVal propertyName As String) + Dim propertyChanged As System.ComponentModel.PropertyChangedEventHandler = Me.PropertyChangedEvent + If (Not (propertyChanged) Is Nothing) Then + propertyChanged(Me, New System.ComponentModel.PropertyChangedEventArgs(propertyName)) + End If + End Sub + End Class + + _ + Public Interface MNBArfolyamServiceSoap + + 'CODEGEN: Generating message contract since the operation GetCurrencies is neither RPC nor document wrapped. + _ + Function GetCurrencies(ByVal request As MNBArfolyamService.GetCurrenciesRequest) As MNBArfolyamService.GetCurrenciesResponse + + 'CODEGEN: Generating message contract since the operation GetCurrencyUnits is neither RPC nor document wrapped. + _ + Function GetCurrencyUnits(ByVal request As MNBArfolyamService.GetCurrencyUnitsRequest) As MNBArfolyamService.GetCurrencyUnitsResponse + + 'CODEGEN: Generating message contract since the operation GetCurrentExchangeRates is neither RPC nor document wrapped. + _ + Function GetCurrentExchangeRates(ByVal request As MNBArfolyamService.GetCurrentExchangeRatesRequest) As MNBArfolyamService.GetCurrentExchangeRatesResponse + + 'CODEGEN: Generating message contract since the operation GetDateInterval is neither RPC nor document wrapped. + _ + Function GetDateInterval(ByVal request As MNBArfolyamService.GetDateIntervalRequest) As MNBArfolyamService.GetDateIntervalResponse + + 'CODEGEN: Generating message contract since the operation GetExchangeRates is neither RPC nor document wrapped. + _ + Function GetExchangeRates(ByVal request As MNBArfolyamService.GetExchangeRatesRequest) As MNBArfolyamService.GetExchangeRatesResponse + + 'CODEGEN: Generating message contract since the operation GetInfo is neither RPC nor document wrapped. + _ + Function GetInfo(ByVal request As MNBArfolyamService.GetInfoRequest) As MNBArfolyamService.GetInfoResponse + End Interface + + _ + Partial Public Class GetCurrenciesRequest + + _ + Public GetCurrencies As MNBArfolyamService.GetCurrenciesRequestBody + + Public Sub New() + MyBase.New + End Sub + + Public Sub New(ByVal GetCurrencies As MNBArfolyamService.GetCurrenciesRequestBody) + MyBase.New + Me.GetCurrencies = GetCurrencies + End Sub + End Class + + _ + Partial Public Class GetCurrenciesResponse + + _ + Public GetCurrenciesResponse1 As MNBArfolyamService.GetCurrenciesResponseBody + + Public Sub New() + MyBase.New + End Sub + + Public Sub New(ByVal GetCurrenciesResponse1 As MNBArfolyamService.GetCurrenciesResponseBody) + MyBase.New + Me.GetCurrenciesResponse1 = GetCurrenciesResponse1 + End Sub + End Class + + _ + Partial Public Class GetCurrencyUnitsRequest + + _ + Public GetCurrencyUnits As MNBArfolyamService.GetCurrencyUnitsRequestBody + + Public Sub New() + MyBase.New + End Sub + + Public Sub New(ByVal GetCurrencyUnits As MNBArfolyamService.GetCurrencyUnitsRequestBody) + MyBase.New + Me.GetCurrencyUnits = GetCurrencyUnits + End Sub + End Class + + _ + Partial Public Class GetCurrencyUnitsResponse + + _ + Public GetCurrencyUnitsResponse1 As MNBArfolyamService.GetCurrencyUnitsResponseBody + + Public Sub New() + MyBase.New + End Sub + + Public Sub New(ByVal GetCurrencyUnitsResponse1 As MNBArfolyamService.GetCurrencyUnitsResponseBody) + MyBase.New + Me.GetCurrencyUnitsResponse1 = GetCurrencyUnitsResponse1 + End Sub + End Class + + _ + Partial Public Class GetCurrentExchangeRatesRequest + + _ + Public GetCurrentExchangeRates As MNBArfolyamService.GetCurrentExchangeRatesRequestBody + + Public Sub New() + MyBase.New + End Sub + + Public Sub New(ByVal GetCurrentExchangeRates As MNBArfolyamService.GetCurrentExchangeRatesRequestBody) + MyBase.New + Me.GetCurrentExchangeRates = GetCurrentExchangeRates + End Sub + End Class + + _ + Partial Public Class GetCurrentExchangeRatesResponse + + _ + Public GetCurrentExchangeRatesResponse1 As MNBArfolyamService.GetCurrentExchangeRatesResponseBody + + Public Sub New() + MyBase.New + End Sub + + Public Sub New(ByVal GetCurrentExchangeRatesResponse1 As MNBArfolyamService.GetCurrentExchangeRatesResponseBody) + MyBase.New + Me.GetCurrentExchangeRatesResponse1 = GetCurrentExchangeRatesResponse1 + End Sub + End Class + + _ + Partial Public Class GetDateIntervalRequest + + _ + Public GetDateInterval As MNBArfolyamService.GetDateIntervalRequestBody + + Public Sub New() + MyBase.New + End Sub + + Public Sub New(ByVal GetDateInterval As MNBArfolyamService.GetDateIntervalRequestBody) + MyBase.New + Me.GetDateInterval = GetDateInterval + End Sub + End Class + + _ + Partial Public Class GetDateIntervalResponse + + _ + Public GetDateIntervalResponse1 As MNBArfolyamService.GetDateIntervalResponseBody + + Public Sub New() + MyBase.New + End Sub + + Public Sub New(ByVal GetDateIntervalResponse1 As MNBArfolyamService.GetDateIntervalResponseBody) + MyBase.New + Me.GetDateIntervalResponse1 = GetDateIntervalResponse1 + End Sub + End Class + + _ + Partial Public Class GetExchangeRatesRequest + + _ + Public GetExchangeRates As MNBArfolyamService.GetExchangeRatesRequestBody + + Public Sub New() + MyBase.New + End Sub + + Public Sub New(ByVal GetExchangeRates As MNBArfolyamService.GetExchangeRatesRequestBody) + MyBase.New + Me.GetExchangeRates = GetExchangeRates + End Sub + End Class + + _ + Partial Public Class GetExchangeRatesResponse + + _ + Public GetExchangeRatesResponse1 As MNBArfolyamService.GetExchangeRatesResponseBody + + Public Sub New() + MyBase.New + End Sub + + Public Sub New(ByVal GetExchangeRatesResponse1 As MNBArfolyamService.GetExchangeRatesResponseBody) + MyBase.New + Me.GetExchangeRatesResponse1 = GetExchangeRatesResponse1 + End Sub + End Class + + _ + Partial Public Class GetInfoRequest + + _ + Public GetInfo As MNBArfolyamService.GetInfoRequestBody + + Public Sub New() + MyBase.New + End Sub + + Public Sub New(ByVal GetInfo As MNBArfolyamService.GetInfoRequestBody) + MyBase.New + Me.GetInfo = GetInfo + End Sub + End Class + + _ + Partial Public Class GetInfoResponse + + _ + Public GetInfoResponse1 As MNBArfolyamService.GetInfoResponseBody + + Public Sub New() + MyBase.New + End Sub + + Public Sub New(ByVal GetInfoResponse1 As MNBArfolyamService.GetInfoResponseBody) + MyBase.New + Me.GetInfoResponse1 = GetInfoResponse1 + End Sub + End Class + + _ + Public Interface MNBArfolyamServiceSoapChannel + Inherits MNBArfolyamService.MNBArfolyamServiceSoap, System.ServiceModel.IClientChannel + End Interface + + _ + Partial Public Class MNBArfolyamServiceSoapClient + Inherits System.ServiceModel.ClientBase(Of MNBArfolyamService.MNBArfolyamServiceSoap) + Implements MNBArfolyamService.MNBArfolyamServiceSoap + + Public Sub New() + MyBase.New + End Sub + + Public Sub New(ByVal endpointConfigurationName As String) + MyBase.New(endpointConfigurationName) + End Sub + + Public Sub New(ByVal endpointConfigurationName As String, ByVal remoteAddress As String) + MyBase.New(endpointConfigurationName, remoteAddress) + End Sub + + Public Sub New(ByVal endpointConfigurationName As String, ByVal remoteAddress As System.ServiceModel.EndpointAddress) + MyBase.New(endpointConfigurationName, remoteAddress) + End Sub + + Public Sub New(ByVal binding As System.ServiceModel.Channels.Binding, ByVal remoteAddress As System.ServiceModel.EndpointAddress) + MyBase.New(binding, remoteAddress) + End Sub + + _ + Function MNBArfolyamService_MNBArfolyamServiceSoap_GetCurrencies(ByVal request As MNBArfolyamService.GetCurrenciesRequest) As MNBArfolyamService.GetCurrenciesResponse Implements MNBArfolyamService.MNBArfolyamServiceSoap.GetCurrencies + Return MyBase.Channel.GetCurrencies(request) + End Function + + Public Function GetCurrencies(ByVal GetCurrencies1 As MNBArfolyamService.GetCurrenciesRequestBody) As MNBArfolyamService.GetCurrenciesResponseBody + Dim inValue As MNBArfolyamService.GetCurrenciesRequest = New MNBArfolyamService.GetCurrenciesRequest() + inValue.GetCurrencies = GetCurrencies1 + Dim retVal As MNBArfolyamService.GetCurrenciesResponse = CType(Me,MNBArfolyamService.MNBArfolyamServiceSoap).GetCurrencies(inValue) + Return retVal.GetCurrenciesResponse1 + End Function + + _ + Function MNBArfolyamService_MNBArfolyamServiceSoap_GetCurrencyUnits(ByVal request As MNBArfolyamService.GetCurrencyUnitsRequest) As MNBArfolyamService.GetCurrencyUnitsResponse Implements MNBArfolyamService.MNBArfolyamServiceSoap.GetCurrencyUnits + Return MyBase.Channel.GetCurrencyUnits(request) + End Function + + Public Function GetCurrencyUnits(ByVal GetCurrencyUnits1 As MNBArfolyamService.GetCurrencyUnitsRequestBody) As MNBArfolyamService.GetCurrencyUnitsResponseBody + Dim inValue As MNBArfolyamService.GetCurrencyUnitsRequest = New MNBArfolyamService.GetCurrencyUnitsRequest() + inValue.GetCurrencyUnits = GetCurrencyUnits1 + Dim retVal As MNBArfolyamService.GetCurrencyUnitsResponse = CType(Me,MNBArfolyamService.MNBArfolyamServiceSoap).GetCurrencyUnits(inValue) + Return retVal.GetCurrencyUnitsResponse1 + End Function + + _ + Function MNBArfolyamService_MNBArfolyamServiceSoap_GetCurrentExchangeRates(ByVal request As MNBArfolyamService.GetCurrentExchangeRatesRequest) As MNBArfolyamService.GetCurrentExchangeRatesResponse Implements MNBArfolyamService.MNBArfolyamServiceSoap.GetCurrentExchangeRates + Return MyBase.Channel.GetCurrentExchangeRates(request) + End Function + + Public Function GetCurrentExchangeRates(ByVal GetCurrentExchangeRates1 As MNBArfolyamService.GetCurrentExchangeRatesRequestBody) As MNBArfolyamService.GetCurrentExchangeRatesResponseBody + Dim inValue As MNBArfolyamService.GetCurrentExchangeRatesRequest = New MNBArfolyamService.GetCurrentExchangeRatesRequest() + inValue.GetCurrentExchangeRates = GetCurrentExchangeRates1 + Dim retVal As MNBArfolyamService.GetCurrentExchangeRatesResponse = CType(Me,MNBArfolyamService.MNBArfolyamServiceSoap).GetCurrentExchangeRates(inValue) + Return retVal.GetCurrentExchangeRatesResponse1 + End Function + + _ + Function MNBArfolyamService_MNBArfolyamServiceSoap_GetDateInterval(ByVal request As MNBArfolyamService.GetDateIntervalRequest) As MNBArfolyamService.GetDateIntervalResponse Implements MNBArfolyamService.MNBArfolyamServiceSoap.GetDateInterval + Return MyBase.Channel.GetDateInterval(request) + End Function + + Public Function GetDateInterval(ByVal GetDateInterval1 As MNBArfolyamService.GetDateIntervalRequestBody) As MNBArfolyamService.GetDateIntervalResponseBody + Dim inValue As MNBArfolyamService.GetDateIntervalRequest = New MNBArfolyamService.GetDateIntervalRequest() + inValue.GetDateInterval = GetDateInterval1 + Dim retVal As MNBArfolyamService.GetDateIntervalResponse = CType(Me,MNBArfolyamService.MNBArfolyamServiceSoap).GetDateInterval(inValue) + Return retVal.GetDateIntervalResponse1 + End Function + + _ + Function MNBArfolyamService_MNBArfolyamServiceSoap_GetExchangeRates(ByVal request As MNBArfolyamService.GetExchangeRatesRequest) As MNBArfolyamService.GetExchangeRatesResponse Implements MNBArfolyamService.MNBArfolyamServiceSoap.GetExchangeRates + Return MyBase.Channel.GetExchangeRates(request) + End Function + + Public Function GetExchangeRates(ByVal GetExchangeRates1 As MNBArfolyamService.GetExchangeRatesRequestBody) As MNBArfolyamService.GetExchangeRatesResponseBody + Dim inValue As MNBArfolyamService.GetExchangeRatesRequest = New MNBArfolyamService.GetExchangeRatesRequest() + inValue.GetExchangeRates = GetExchangeRates1 + Dim retVal As MNBArfolyamService.GetExchangeRatesResponse = CType(Me,MNBArfolyamService.MNBArfolyamServiceSoap).GetExchangeRates(inValue) + Return retVal.GetExchangeRatesResponse1 + End Function + + _ + Function MNBArfolyamService_MNBArfolyamServiceSoap_GetInfo(ByVal request As MNBArfolyamService.GetInfoRequest) As MNBArfolyamService.GetInfoResponse Implements MNBArfolyamService.MNBArfolyamServiceSoap.GetInfo + Return MyBase.Channel.GetInfo(request) + End Function + + Public Function GetInfo(ByVal GetInfo1 As MNBArfolyamService.GetInfoRequestBody) As MNBArfolyamService.GetInfoResponseBody + Dim inValue As MNBArfolyamService.GetInfoRequest = New MNBArfolyamService.GetInfoRequest() + inValue.GetInfo = GetInfo1 + Dim retVal As MNBArfolyamService.GetInfoResponse = CType(Me,MNBArfolyamService.MNBArfolyamServiceSoap).GetInfo(inValue) + Return retVal.GetInfoResponse1 + End Function + End Class +End Namespace diff --git a/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/arfolyamok.disco b/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/arfolyamok.disco new file mode 100644 index 0000000..50b6aa3 --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/arfolyamok.disco @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/arfolyamok.wsdl b/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/arfolyamok.wsdl new file mode 100644 index 0000000..322018c --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/arfolyamok.wsdl @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/arfolyamok.xsd b/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/arfolyamok.xsd new file mode 100644 index 0000000..d54837d --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/arfolyamok.xsd @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/arfolyamok1.wsdl b/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/arfolyamok1.wsdl new file mode 100644 index 0000000..f4639bc --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/arfolyamok1.wsdl @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/arfolyamok1.xsd b/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/arfolyamok1.xsd new file mode 100644 index 0000000..d58e7f3 --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/arfolyamok1.xsd @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/configuration.svcinfo b/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/configuration.svcinfo new file mode 100644 index 0000000..7882ddd --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/configuration.svcinfo @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/configuration91.svcinfo b/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/configuration91.svcinfo new file mode 100644 index 0000000..9c8c368 --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/Service References/MNBArfolyamService/configuration91.svcinfo @@ -0,0 +1,201 @@ + + + + + + + BasicHttpBinding_MNBArfolyamServiceSoap + + + + + + + + + + + + + + + + + + + + + StrongWildcard + + + + + + 65536 + + + + + + + + + System.ServiceModel.Configuration.XmlDictionaryReaderQuotasElement + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + System.Text.UTF8Encoding + + + Buffered + + + + + + Text + + + System.ServiceModel.Configuration.BasicHttpSecurityElement + + + None + + + System.ServiceModel.Configuration.HttpTransportSecurityElement + + + None + + + None + + + System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement + + + Never + + + TransportSelected + + + (Collection) + + + + + + System.ServiceModel.Configuration.BasicHttpMessageSecurityElement + + + UserName + + + Default + + + + + + + + + http://www.mnb.hu/arfolyamok.asmx + + + + + + basicHttpBinding + + + BasicHttpBinding_MNBArfolyamServiceSoap + + + MNBArfolyamService.MNBArfolyamServiceSoap + + + System.ServiceModel.Configuration.AddressHeaderCollectionElement + + + <Header /> + + + System.ServiceModel.Configuration.IdentityElement + + + System.ServiceModel.Configuration.UserPrincipalNameElement + + + + + + System.ServiceModel.Configuration.ServicePrincipalNameElement + + + + + + System.ServiceModel.Configuration.DnsElement + + + + + + System.ServiceModel.Configuration.RsaElement + + + + + + System.ServiceModel.Configuration.CertificateElement + + + + + + System.ServiceModel.Configuration.CertificateReferenceElement + + + My + + + LocalMachine + + + FindBySubjectDistinguishedName + + + + + + False + + + BasicHttpBinding_MNBArfolyamServiceSoap + + + + + + + + + + + \ No newline at end of file diff --git a/Nuvolar.WIN.Debranet.GL/UnusableNodes.xml b/Nuvolar.WIN.Debranet.GL/UnusableNodes.xml new file mode 100644 index 0000000..aab7e88 --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/UnusableNodes.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Nuvolar.WIN.Debranet.GL/WinApplication.Designer.vb b/Nuvolar.WIN.Debranet.GL/WinApplication.Designer.vb new file mode 100644 index 0000000..24ca01f --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/WinApplication.Designer.vb @@ -0,0 +1,236 @@ +Imports Microsoft.VisualBasic +Imports System +Imports DevExpress.ExpressApp.Security + +Partial Public Class NuvolarWindowsFormsDebranetGL + ''' + ''' Required designer variable. + ''' + Private components As System.ComponentModel.IContainer = Nothing + + ''' + ''' Clean up any resources being used. + ''' + ''' true if managed resources should be disposed; otherwise, false. + Protected Overrides Sub Dispose(ByVal disposing As Boolean) + If disposing AndAlso (Not components Is Nothing) Then + components.Dispose() + End If + MyBase.Dispose(disposing) + End Sub + +#Region "Component Designer generated code" + + ''' + ''' Required method for Designer support - do not modify + ''' the contents of this method with the code editor. + ''' + Private Sub InitializeComponent() + Me.module1 = New DevExpress.ExpressApp.SystemModule.SystemModule() + Me.module2 = New DevExpress.ExpressApp.Win.SystemModule.SystemWindowsFormsModule() + Me.module3 = New Nuvolar.[Module].NuvolarModule() + Me.module4 = New Nuvolar.[Module].Win.NuvolarWindowsFormsModule() + Me.module5 = New DevExpress.ExpressApp.Validation.ValidationModule() + Me.module6 = New DevExpress.ExpressApp.Objects.BusinessClassLibraryCustomizationModule() + Me.module7 = New DevExpress.ExpressApp.Validation.Win.ValidationWindowsFormsModule() + Me.securityModule1 = New DevExpress.ExpressApp.Security.SecurityModule() + Me.sqlConnection1 = New System.Data.SqlClient.SqlConnection() + Me.CloneObjectModule1 = New DevExpress.ExpressApp.CloneObject.CloneObjectModule() + Me.ConditionalAppearanceModule1 = New DevExpress.ExpressApp.ConditionalAppearance.ConditionalAppearanceModule() + Me.ViewVariantsModule1 = New DevExpress.ExpressApp.ViewVariantsModule.ViewVariantsModule() + Me.SecurityComplex1 = New DevExpress.ExpressApp.Security.SecurityComplex() + Me.AuthenticationStandard1 = New DevExpress.ExpressApp.Security.AuthenticationStandard() + Me.FileAttachmentsWindowsFormsModule1 = New DevExpress.ExpressApp.FileAttachments.Win.FileAttachmentsWindowsFormsModule() + Me.HtmlPropertyEditorWindowsFormsModule1 = New DevExpress.ExpressApp.HtmlPropertyEditor.Win.HtmlPropertyEditorWindowsFormsModule() + Me.PivotChartModuleBase1 = New DevExpress.ExpressApp.PivotChart.PivotChartModuleBase() + Me.PivotChartWindowsFormsModule1 = New DevExpress.ExpressApp.PivotChart.Win.PivotChartWindowsFormsModule() + Me.AuditTrailModule2 = New DevExpress.ExpressApp.AuditTrail.AuditTrailModule() + Me.TreeListEditorsWindowsFormsModule1 = New DevExpress.ExpressApp.TreeListEditors.Win.TreeListEditorsWindowsFormsModule() + Me.TreeListEditorsModuleBase1 = New DevExpress.ExpressApp.TreeListEditors.TreeListEditorsModuleBase() + Me.ReportsWindowsFormsModule1 = New DevExpress.ExpressApp.Reports.Win.ReportsWindowsFormsModule() + Me.ReportsModule1 = New DevExpress.ExpressApp.Reports.ReportsModule() + Me.SchedulerWindowsFormsModule1 = New DevExpress.ExpressApp.Scheduler.Win.SchedulerWindowsFormsModule() + Me.SchedulerModuleBase1 = New DevExpress.ExpressApp.Scheduler.SchedulerModuleBase() + Me.KpiModule1 = New DevExpress.ExpressApp.Kpi.KpiModule() + Me.ChartModule1 = New DevExpress.ExpressApp.Chart.ChartModule() + Me.ChartWindowsFormsModule1 = New DevExpress.ExpressApp.Chart.Win.ChartWindowsFormsModule() + Me.PivotGridModule1 = New DevExpress.ExpressApp.PivotGrid.PivotGridModule() + Me.PivotGridWindowsFormsModule1 = New DevExpress.ExpressApp.PivotGrid.Win.PivotGridWindowsFormsModule() + Me.NotificationsModule1 = New DevExpress.ExpressApp.Notifications.NotificationsModule() + Me.NotificationsWindowsFormsModule1 = New DevExpress.ExpressApp.Notifications.Win.NotificationsWindowsFormsModule() + Me.CSharpModule1 = New Nuvolar.[Module].CSharp.CSharpModule() + Me.NuvolarModule1 = New Nuvolar.[Module].NuvolarModule() + Me.NuvolarWindowsFormsModule1 = New Nuvolar.[Module].Win.NuvolarWindowsFormsModule() + Me.WinCSharpModule1 = New Nuvolar.[Module].Win.CSharp.WinCSharpModule() + Me.NuvolarModule2 = New Nuvolar.[Module].NuvolarModule() + Me.ReportsModuleV21 = New DevExpress.ExpressApp.ReportsV2.ReportsModuleV2() + Me.ReportsWindowsFormsModuleV21 = New DevExpress.ExpressApp.ReportsV2.Win.ReportsWindowsFormsModuleV2() + Me.DashboardsWindowsFormsModule1 = New DevExpress.ExpressApp.Dashboards.Win.DashboardsWindowsFormsModule() + Me.DashboardsModule1 = New DevExpress.ExpressApp.Dashboards.DashboardsModule() + CType(Me, System.ComponentModel.ISupportInitialize).BeginInit() + ' + 'module5 + ' + Me.module5.AllowValidationDetailsAccess = True + Me.module5.IgnoreWarningAndInformationRules = False + ' + 'sqlConnection1 + ' + Me.sqlConnection1.ConnectionString = "Data Source=(local);Initial Catalog=Nuvolar;Integrated Security=SSPI;Pooling=fals" & + "e" + Me.sqlConnection1.FireInfoMessageEventOnUserErrors = False + ' + 'SecurityComplex1 + ' + Me.SecurityComplex1.Authentication = Me.AuthenticationStandard1 + Me.SecurityComplex1.RoleType = GetType(DevExpress.Persistent.BaseImpl.Role) + Me.SecurityComplex1.UserType = GetType(DevExpress.Persistent.BaseImpl.User) + ' + 'AuthenticationStandard1 + ' + Me.AuthenticationStandard1.LogonParametersType = GetType(DevExpress.ExpressApp.Security.AuthenticationStandardLogonParameters) + ' + 'PivotChartModuleBase1 + ' + Me.PivotChartModuleBase1.DataAccessMode = DevExpress.ExpressApp.CollectionSourceDataAccessMode.Client + Me.PivotChartModuleBase1.ShowAdditionalNavigation = False + ' + 'AuditTrailModule2 + ' + Me.AuditTrailModule2.AuditDataItemPersistentType = GetType(DevExpress.Persistent.BaseImpl.AuditDataItemPersistent) + ' + 'ReportsModule1 + ' + Me.ReportsModule1.EnableInplaceReports = True + Me.ReportsModule1.ReportDataType = GetType(DevExpress.Persistent.BaseImpl.ReportData) + ' + 'NotificationsModule1 + ' + Me.NotificationsModule1.CanAccessPostponedItems = False + Me.NotificationsModule1.NotificationsRefreshInterval = System.TimeSpan.Parse("00:05:00") + Me.NotificationsModule1.NotificationsStartDelay = System.TimeSpan.Parse("00:00:05") + Me.NotificationsModule1.ShowDismissAllAction = False + Me.NotificationsModule1.ShowNotificationsWindow = True + Me.NotificationsModule1.ShowRefreshAction = False + ' + 'ReportsModuleV21 + ' + Me.ReportsModuleV21.EnableInplaceReports = True + Me.ReportsModuleV21.ReportDataType = GetType(DevExpress.Persistent.BaseImpl.ReportDataV2) + ' + 'DashboardsModule1 + ' + Me.DashboardsModule1.DashboardDataType = GetType(DevExpress.Persistent.BaseImpl.DashboardData) + ' + 'NuvolarWindowsFormsApplication + ' + Me.ApplicationName = "Nuvolar" + Me.Connection = Me.sqlConnection1 + Me.Modules.Add(Me.module1) + Me.Modules.Add(Me.module2) + Me.Modules.Add(Me.module6) + Me.Modules.Add(Me.CloneObjectModule1) + Me.Modules.Add(Me.ConditionalAppearanceModule1) + Me.Modules.Add(Me.module5) + Me.Modules.Add(Me.ViewVariantsModule1) + Me.Modules.Add(Me.securityModule1) + Me.Modules.Add(Me.AuditTrailModule2) + Me.Modules.Add(Me.KpiModule1) + Me.Modules.Add(Me.NotificationsModule1) + Me.Modules.Add(Me.module3) + Me.Modules.Add(Me.FileAttachmentsWindowsFormsModule1) + Me.Modules.Add(Me.HtmlPropertyEditorWindowsFormsModule1) + Me.Modules.Add(Me.PivotChartModuleBase1) + Me.Modules.Add(Me.PivotChartWindowsFormsModule1) + Me.Modules.Add(Me.module7) + Me.Modules.Add(Me.ReportsModule1) + Me.Modules.Add(Me.ReportsWindowsFormsModule1) + Me.Modules.Add(Me.TreeListEditorsModuleBase1) + Me.Modules.Add(Me.TreeListEditorsWindowsFormsModule1) + Me.Modules.Add(Me.ChartModule1) + Me.Modules.Add(Me.ChartWindowsFormsModule1) + Me.Modules.Add(Me.PivotGridModule1) + Me.Modules.Add(Me.PivotGridWindowsFormsModule1) + Me.Modules.Add(Me.SchedulerModuleBase1) + Me.Modules.Add(Me.SchedulerWindowsFormsModule1) + Me.Modules.Add(Me.NotificationsWindowsFormsModule1) + Me.Modules.Add(Me.module4) + Me.Modules.Add(Me.ReportsModuleV21) + Me.Modules.Add(Me.CSharpModule1) + Me.Modules.Add(Me.WinCSharpModule1) + Me.Modules.Add(Me.ReportsWindowsFormsModuleV21) + Me.Modules.Add(Me.DashboardsWindowsFormsModule1) + Me.Modules.Add(Me.DashboardsModule1) + Me.ResourcesExportedToModel.Add(GetType(DevExpress.ExpressApp.Win.Localization.NavBarControlLocalizer)) + Me.ResourcesExportedToModel.Add(GetType(DevExpress.ExpressApp.Win.Localization.LayoutControlLocalizer)) + Me.ResourcesExportedToModel.Add(GetType(DevExpress.ExpressApp.Win.Localization.GridControlLocalizer)) + Me.ResourcesExportedToModel.Add(GetType(DevExpress.ExpressApp.Localization.PreviewControlLocalizer)) + Me.ResourcesExportedToModel.Add(GetType(DevExpress.ExpressApp.Win.Localization.BarControlLocalizer)) + Me.ResourcesExportedToModel.Add(GetType(DevExpress.ExpressApp.Security.ServerDataLogLocalizer)) + Me.ResourcesExportedToModel.Add(GetType(DevExpress.ExpressApp.Win.Localization.RichEditControlLocalizer)) + Me.ResourcesExportedToModel.Add(GetType(DevExpress.ExpressApp.Win.Localization.TreeListControlLocalizer)) + Me.ResourcesExportedToModel.Add(GetType(DevExpress.ExpressApp.Win.Localization.VerticalGridControlLocalizer)) + Me.ResourcesExportedToModel.Add(GetType(DevExpress.ExpressApp.Win.Localization.XtraEditorsLocalizer)) + Me.ResourcesExportedToModel.Add(GetType(DevExpress.ExpressApp.Win.Localization.LargeStringEditFindFormLocalizer)) + Me.ResourcesExportedToModel.Add(GetType(DevExpress.ExpressApp.Win.Templates.MainFormTemplateLocalizer)) + Me.ResourcesExportedToModel.Add(GetType(DevExpress.ExpressApp.Win.Templates.DetailViewFormTemplateLocalizer)) + Me.ResourcesExportedToModel.Add(GetType(DevExpress.ExpressApp.Win.Templates.NestedFrameTemplateLocalizer)) + Me.ResourcesExportedToModel.Add(GetType(DevExpress.ExpressApp.Win.Templates.LookupControlTemplateLocalizer)) + Me.ResourcesExportedToModel.Add(GetType(DevExpress.ExpressApp.Win.Templates.PopupFormTemplateLocalizer)) + Me.ResourcesExportedToModel.Add(GetType(DevExpress.ExpressApp.HtmlPropertyEditor.Win.HtmlEditorControlLocalizer)) + Me.ResourcesExportedToModel.Add(GetType(DevExpress.ExpressApp.PivotChart.PivotGridLocalizer)) + Me.ResourcesExportedToModel.Add(GetType(DevExpress.ExpressApp.PivotChart.ChartLocalizer)) + Me.ResourcesExportedToModel.Add(GetType(DevExpress.ExpressApp.PivotChart.AnalysisControlLocalizer)) + Me.ResourcesExportedToModel.Add(GetType(DevExpress.ExpressApp.Reports.Win.ReportControlLocalizer)) + Me.ResourcesExportedToModel.Add(GetType(DevExpress.ExpressApp.Scheduler.SchedulerModuleBaseLocalizer)) + Me.ResourcesExportedToModel.Add(GetType(DevExpress.ExpressApp.Scheduler.Win.SchedulerControlLocalizer)) + Me.Security = Me.SecurityComplex1 + CType(Me, System.ComponentModel.ISupportInitialize).EndInit() + + End Sub + +#End Region + + Private module1 As DevExpress.ExpressApp.SystemModule.SystemModule + Private module2 As DevExpress.ExpressApp.Win.SystemModule.SystemWindowsFormsModule + Private module3 As Global.Nuvolar.Module.NuvolarModule + Private module4 As Global.Nuvolar.Module.Win.NuvolarWindowsFormsModule + Private module5 As DevExpress.ExpressApp.Validation.ValidationModule + Private module6 As DevExpress.ExpressApp.Objects.BusinessClassLibraryCustomizationModule + Private module7 As DevExpress.ExpressApp.Validation.Win.ValidationWindowsFormsModule + Private securityModule1 As DevExpress.ExpressApp.Security.SecurityModule + + Private sqlConnection1 As System.Data.SqlClient.SqlConnection + Friend WithEvents CloneObjectModule1 As DevExpress.ExpressApp.CloneObject.CloneObjectModule + Friend WithEvents ConditionalAppearanceModule1 As DevExpress.ExpressApp.ConditionalAppearance.ConditionalAppearanceModule + Friend WithEvents ViewVariantsModule1 As DevExpress.ExpressApp.ViewVariantsModule.ViewVariantsModule + Friend WithEvents SecurityComplex1 As DevExpress.ExpressApp.Security.SecurityComplex + Friend WithEvents AuthenticationStandard1 As DevExpress.ExpressApp.Security.AuthenticationStandard + Friend WithEvents FileAttachmentsWindowsFormsModule1 As DevExpress.ExpressApp.FileAttachments.Win.FileAttachmentsWindowsFormsModule + Friend WithEvents HtmlPropertyEditorWindowsFormsModule1 As DevExpress.ExpressApp.HtmlPropertyEditor.Win.HtmlPropertyEditorWindowsFormsModule + Friend WithEvents PivotChartModuleBase1 As DevExpress.ExpressApp.PivotChart.PivotChartModuleBase + Friend WithEvents PivotChartWindowsFormsModule1 As DevExpress.ExpressApp.PivotChart.Win.PivotChartWindowsFormsModule + Friend WithEvents AuditTrailModule2 As DevExpress.ExpressApp.AuditTrail.AuditTrailModule + Friend WithEvents TreeListEditorsWindowsFormsModule1 As DevExpress.ExpressApp.TreeListEditors.Win.TreeListEditorsWindowsFormsModule + Friend WithEvents TreeListEditorsModuleBase1 As DevExpress.ExpressApp.TreeListEditors.TreeListEditorsModuleBase + Friend WithEvents ReportsWindowsFormsModule1 As DevExpress.ExpressApp.Reports.Win.ReportsWindowsFormsModule + Friend WithEvents ReportsModule1 As DevExpress.ExpressApp.Reports.ReportsModule + Friend WithEvents SchedulerWindowsFormsModule1 As DevExpress.ExpressApp.Scheduler.Win.SchedulerWindowsFormsModule + Friend WithEvents SchedulerModuleBase1 As DevExpress.ExpressApp.Scheduler.SchedulerModuleBase + Friend WithEvents KpiModule1 As DevExpress.ExpressApp.Kpi.KpiModule + Friend WithEvents ChartModule1 As DevExpress.ExpressApp.Chart.ChartModule + Friend WithEvents ChartWindowsFormsModule1 As DevExpress.ExpressApp.Chart.Win.ChartWindowsFormsModule + Friend WithEvents PivotGridModule1 As DevExpress.ExpressApp.PivotGrid.PivotGridModule + Friend WithEvents PivotGridWindowsFormsModule1 As DevExpress.ExpressApp.PivotGrid.Win.PivotGridWindowsFormsModule + Friend WithEvents NotificationsModule1 As DevExpress.ExpressApp.Notifications.NotificationsModule + Friend WithEvents NotificationsWindowsFormsModule1 As DevExpress.ExpressApp.Notifications.Win.NotificationsWindowsFormsModule + Friend WithEvents CSharpModule1 As Nuvolar.Module.CSharp.CSharpModule + Friend WithEvents NuvolarModule1 As Nuvolar.Module.NuvolarModule + Friend WithEvents NuvolarWindowsFormsModule1 As Nuvolar.Module.Win.NuvolarWindowsFormsModule + Friend WithEvents WinCSharpModule1 As [Module].Win.CSharp.WinCSharpModule + Friend WithEvents NuvolarModule2 As [Module].NuvolarModule + Friend WithEvents ReportsModuleV21 As DevExpress.ExpressApp.ReportsV2.ReportsModuleV2 + Friend WithEvents ReportsWindowsFormsModuleV21 As DevExpress.ExpressApp.ReportsV2.Win.ReportsWindowsFormsModuleV2 + Friend WithEvents DashboardsWindowsFormsModule1 As DevExpress.ExpressApp.Dashboards.Win.DashboardsWindowsFormsModule + Friend WithEvents DashboardsModule1 As DevExpress.ExpressApp.Dashboards.DashboardsModule +End Class diff --git a/Nuvolar.WIN.Debranet.GL/WinApplication.resx b/Nuvolar.WIN.Debranet.GL/WinApplication.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/WinApplication.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/Nuvolar.WIN.Debranet.GL/WinApplication.vb b/Nuvolar.WIN.Debranet.GL/WinApplication.vb new file mode 100644 index 0000000..370cfd6 --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/WinApplication.vb @@ -0,0 +1,116 @@ +Imports Microsoft.VisualBasic +Imports System +Imports System.Collections.Generic +Imports System.ComponentModel +Imports DevExpress.ExpressApp.Win +Imports Nuvolar.Module.Win +Imports DevExpress.ExpressApp +Imports DevExpress.Xpo +Imports DevExpress.Data.Filtering +Imports DevExpress.XtraBars.Alerter +Imports DevExpress.ExpressApp.Utils +Imports DevExpress.ExpressApp.Xpo +Imports Nuvolar.Module.GeneralFunction +Imports System.Data.SqlClient + +Partial Public Class NuvolarWindowsFormsDebranetGL + Inherits WinApplication + Public Sub New() + InitializeComponent() + InitializeDefaults() + End Sub + Private Sub InitializeDefaults() + LinkNewObjectToParentImmediately = True + UseLightStyle = True + ExecuteStartupLogicBeforeClosingLogonWindow = True + End Sub + Private Sub NuvolarWindowsFormsApplication_DatabaseVersionMismatch(ByVal sender As Object, ByVal e As DevExpress.ExpressApp.DatabaseVersionMismatchEventArgs) Handles MyBase.DatabaseVersionMismatch + + e.Updater.Update() + e.Handled = True + + End Sub + Protected Overrides Function GetTraceLogDirectory() As String + Return MyBase.GetTraceLogDirectory() + End Function + Protected Overrides Function CreateLogonWindowControllers() As System.Collections.Generic.List(Of DevExpress.ExpressApp.Controller) + Dim _result As System.Collections.Generic.List(Of DevExpress.ExpressApp.Controller) + Dim _CreateLogonWindowsControllerVC As New CreateLogonWindowsControllerVC + _result = MyBase.CreateLogonWindowControllers() + _result.Add(_CreateLogonWindowsControllerVC) + Return _result + End Function + Protected Overrides Sub CreateDefaultObjectSpaceProvider(args As CreateCustomObjectSpaceProviderEventArgs) + args.ObjectSpaceProvider = New XPObjectSpaceProvider(args.ConnectionString, args.Connection, True) + End Sub + Protected Overrides Sub OnLoggedOn(args As DevExpress.ExpressApp.LogonEventArgs) + MyBase.OnLoggedOn(args) + Dim _onew As Xpo.XPObjectSpace = Me.ObjectSpaceProvider.CreateObjectSpace() + Dim _uow As New UnitOfWork(_onew.Session.DataLayer) + Dim _User As DevExpress.Persistent.BaseImpl.User = _onew.FindObject(Of DevExpress.Persistent.BaseImpl.User)(CriteriaOperator.Parse("Oid=?", SecuritySystem.CurrentUserId)) + Nuvolar.Module.LockingModule.ReleaseAllLocking(_uow, _User) + + Dim cnn As New Object + + Dim sql As String = "" + Select Case GLOBAL_SQLType + Case [Module].eSQLType.MSSQL + sql = "BEGIN TRANSACTION ROUNDQTT" + vbNewLine + + sql += "UPDATE StorageComputed SET QTTFree=ROUND(QTTFree,4) WHERE QTTFree<>ROUND(QTTFree,4)" + vbNewLine + sql += "UPDATE StorageInRows SET QTT=ROUND(QTT,4) WHERE QTT<>ROUND(QTT,4)" + vbNewLine + sql += "UPDATE StorageInRows SET QTT_Out=ROUND(QTT_Out,4) WHERE QTT_Out<>ROUND(QTT_Out,4)" + vbNewLine + sql += "UPDATE StorageOutRows SET QTT=ROUND(QTT,4) WHERE QTT<>ROUND(QTT,4)" + vbNewLine + sql += "UPDATE StorageOutRows SET QTT_To_DeliveryOut=ROUND(QTT_To_DeliveryOut,4) WHERE QTT_To_DeliveryOut<>ROUND(QTT_To_DeliveryOut,4)" + vbNewLine + sql += "UPDATE DeliveryNoteInRows SET QTT=ROUND(QTT,4) WHERE QTT<>ROUND(QTT,4)" + vbNewLine + sql += "UPDATE DeliveryNoteOutRows SET QTT=ROUND(QTT,4) WHERE QTT<>ROUND(QTT,4)" + vbNewLine + sql += "UPDATE DeliveryNoteOutRows SET QTT_Invoiced=ROUND(QTT_Invoiced,4) WHERE QTT_Invoiced<>ROUND(QTT_Invoiced,4)" + vbNewLine + + sql += "COMMIT TRANSACTION ROUNDQTT;" + + + Case [Module].eSQLType.MySQL + sql = "START TRANSACTION;" + vbNewLine + + sql += "UPDATE StorageComputed SET QTTFree=ROUND(QTTFree,4) WHERE QTTFree<>ROUND(QTTFree,4);" + vbNewLine + sql += "UPDATE StorageInRows SET QTT=ROUND(QTT,4) WHERE QTT<>ROUND(QTT,4);" + vbNewLine + sql += "UPDATE StorageInRows SET QTT_Out=ROUND(QTT_Out,4) WHERE QTT_Out<>ROUND(QTT_Out,4);" + vbNewLine + sql += "UPDATE StorageOutRows SET QTT=ROUND(QTT,4) WHERE QTT<>ROUND(QTT,4);" + vbNewLine + sql += "UPDATE StorageOutRows SET QTT_To_DeliveryOut=ROUND(QTT_To_DeliveryOut,4) WHERE QTT_To_DeliveryOut<>ROUND(QTT_To_DeliveryOut,4);" + vbNewLine + sql += "UPDATE DeliveryNoteInRows SET QTT=ROUND(QTT,4) WHERE QTT<>ROUND(QTT,4);" + vbNewLine + sql += "UPDATE DeliveryNoteOutRows SET QTT=ROUND(QTT,4) WHERE QTT<>ROUND(QTT,4);" + vbNewLine + sql += "UPDATE DeliveryNoteOutRows SET QTT_Invoiced=ROUND(QTT_Invoiced,4) WHERE QTT_Invoiced<>ROUND(QTT_Invoiced,4);" + vbNewLine + + sql += "COMMIT;" + + + Case [Module].eSQLType.PostgreSQL + sql = "BEGIN;" + vbNewLine + + sql += "UPDATE ""StorageComputed"" SET ""QTTFree""=ROUND(""QTTFree"",4)"" WHERE ""QTTFree""<>ROUND(""QTTFree"",4);" + vbNewLine + sql += "UPDATE ""StorageInRows"" SET ""QTT""=ROUND(""QTT"",4)"" WHERE ""QTT""<>ROUND(""QTT"",4);" + vbNewLine + sql += "UPDATE ""StorageInRows"" SET ""QTT_Out""=ROUND(""QTT_Out"",4)"" WHERE ""QTT_Out""<>ROUND(""QTT_Out"",4);" + vbNewLine + sql += "UPDATE ""StorageOutRows"" SET ""QTT""=ROUND(""QTT"",4)"" WHERE ""QTT""<>ROUND(""QTT"",4);" + vbNewLine + sql += "UPDATE ""StorageOutRows"" SET ""QTT_To_DeliveryOut""=ROUND(""QTT_To_DeliveryOut"",4)"" WHERE ""QTT_To_DeliveryOut""<>ROUND(""QTT_To_DeliveryOut"",4);" + vbNewLine + sql += "UPDATE ""DeliveryNoteInRows"" SET ""QTT""=ROUND(""QTT"",4)"" WHERE ""QTT""<>ROUND(""QTT"",4);" + vbNewLine + sql += "UPDATE ""DeliveryNoteOutRows"" SET ""QTT""=ROUND(""QTT"",4)"" WHERE ""QTT""<>ROUND(""QTT"",4);" + vbNewLine + sql += "UPDATE ""DeliveryNoteOutRows"" SET ""QTT_Invoiced""=ROUND(""QTT_Invoiced"",4)"" WHERE ""QTT_Invoiced""<>ROUND(""QTT_Invoiced"",4);" + vbNewLine + + sql += "COMMIT;" + End Select + Try + Dim _row As Integer = _onew.Session.ExecuteNonQuery(sql) + Catch ex As Exception + + End Try + + + End Sub + Protected Overrides Sub OnLoggingOff(args As DevExpress.ExpressApp.LoggingOffEventArgs) + MyBase.OnLoggingOff(args) + Dim _onew As Xpo.XPObjectSpace = Me.ObjectSpaceProvider.CreateObjectSpace() + Dim _uow As New UnitOfWork(_onew.Session.DataLayer) + Dim _User As DevExpress.Persistent.BaseImpl.User = _onew.FindObject(Of DevExpress.Persistent.BaseImpl.User)(CriteriaOperator.Parse("Oid=?", SecuritySystem.CurrentUserId)) + Nuvolar.Module.LockingModule.ReleaseAllLocking(_uow, _User) + End Sub +End Class diff --git a/Nuvolar.WIN.Debranet.GL/WinApplication_DB.vb b/Nuvolar.WIN.Debranet.GL/WinApplication_DB.vb new file mode 100644 index 0000000..c9857bd --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/WinApplication_DB.vb @@ -0,0 +1,138 @@ +Imports DevExpress.ExpressApp.Win +Imports DevExpress.ExpressApp +Imports DevExpress.ExpressApp.Security +Imports Nuvolar.Module +Imports Nuvolar.Module.Win +Imports Nuvolar.Module.StaticClass +Imports DevExpress.ExpressApp.Xpo + +Partial Public Class NuvolarWindowsFormsDebranetGL + Inherits WinApplication + Implements IApplicationFactory + Friend WithEvents SystemModule1 As DevExpress.ExpressApp.SystemModule.SystemModule + Protected Overrides Sub ReadLastLogonParametersCore(ByVal storage As DevExpress.ExpressApp.Utils.SettingsStorage, ByVal logonObject As Object) + Dim standardLogonParameters As AuthenticationStandardLogonParameters = TryCast(logonObject, AuthenticationStandardLogonParameters) + If (standardLogonParameters IsNot Nothing) AndAlso String.IsNullOrEmpty(standardLogonParameters.UserName) Then + MyBase.ReadLastLogonParametersCore(storage, logonObject) + Try + TryCast(logonObject, ChangeLogon).DBConnection = TryCast(storage, DevExpress.ExpressApp.Utils.SettingsStorageOnString).Values("\DBConnection") + TryCast(logonObject, ChangeLogon).SQLServer = TryCast(storage, DevExpress.ExpressApp.Utils.SettingsStorageOnString).Values("\SQLServer") + Select Case TryCast(storage, DevExpress.ExpressApp.Utils.SettingsStorageOnString).Values("\SQLType") + Case "MSSQL" + TryCast(logonObject, ChangeLogon).SQLType = eSQLType.MSSQL + Case "PostgreSQL" + TryCast(logonObject, ChangeLogon).SQLType = eSQLType.PostgreSQL + Case "MySQL" + TryCast(logonObject, ChangeLogon).SQLType = eSQLType.MySQL + End Select + Catch + End Try + End If + End Sub + Protected Overrides Sub OnLoggingOn(ByVal args As LogonEventArgs) + MyBase.OnLoggingOn(args) + + Dim _connectionString As String + Dim _ChangeLogon As ChangeLogon + Dim _plattform As String = "" + + _ChangeLogon = TryCast(args.LogonParameters, ChangeLogon) + + GLOBAL_SQLType = _ChangeLogon.SQLType + GLOBAL_SQLServer = _ChangeLogon.SQLServer + GLOBAL_SQLDatabase = _ChangeLogon.DBConnection + + + Select Case _ChangeLogon.SQLType + Case eSQLType.MSSQL + Select Case _ChangeLogon.SQLServer + Case "192.168.1.75" + _connectionString = " User ID=sa; " + _connectionString &= String.Format(" Application Name=Nuvolar Framework ({0});", UCase(_ChangeLogon.UserName)) + _connectionString &= " Password=M1cr0s0ft!;" + _connectionString &= " Pooling=false;" + _connectionString &= String.Format(" Data Source={0};", _ChangeLogon.SQLServer) + _connectionString &= " Initial Catalog=" & _ChangeLogon.DBConnection + _plattform = "MS SQL" + GLOBAL_SQLUser = "sa" + GLOBAL_SQLPassword = "M1cr0s0ft!" + Case Else + _connectionString = " User ID=sa; " + _connectionString &= String.Format(" Application Name=Nuvolar Framework ({0});", UCase(_ChangeLogon.UserName)) + _connectionString &= " Password=pcl718;" + _connectionString &= " Pooling=false;" + _connectionString &= String.Format(" Data Source={0};", _ChangeLogon.SQLServer) + _connectionString &= " Initial Catalog=" & _ChangeLogon.DBConnection + _plattform = "MS SQL" + GLOBAL_SQLUser = "sa" + GLOBAL_SQLPassword = "pcl718" + End Select + + Case eSQLType.MySQL + Select Case _ChangeLogon.SQLServer + Case "eu-cdbr-azure-north-e.cloudapp.net" + _connectionString = DevExpress.Xpo.DB.MySqlConnectionProvider.GetConnectionString(_ChangeLogon.SQLServer, "bf614abf4c83ef", "edbc0ac0", "trevor") + Case "84.1.95.74" + _connectionString = DevExpress.Xpo.DB.MySqlConnectionProvider.GetConnectionString(_ChangeLogon.SQLServer, "root", "malomko10", _ChangeLogon.DBConnection) + Case "192.168.100.182" + _connectionString = DevExpress.Xpo.DB.MySqlConnectionProvider.GetConnectionString(_ChangeLogon.SQLServer, "root", "M1cr0s0ft!12345", _ChangeLogon.DBConnection) + Case "81.183.209.96" + _connectionString = DevExpress.Xpo.DB.MySqlConnectionProvider.GetConnectionString(_ChangeLogon.SQLServer, "root", "M1cr0s0ft!", _ChangeLogon.DBConnection) + Case "192.168.0.200" + _connectionString = DevExpress.Xpo.DB.MySqlConnectionProvider.GetConnectionString(_ChangeLogon.SQLServer, "root", "M1cr0s0ft!", _ChangeLogon.DBConnection) + Case "192.168.1.31", "192.168.0.159", "84.1.150.148", "nuvolar.northeurope.cloudapp.azure.com", "192.168.1.75" + _connectionString = DevExpress.Xpo.DB.MySqlConnectionProvider.GetConnectionString(_ChangeLogon.SQLServer, "root", "M1cr0s0ft!12345", _ChangeLogon.DBConnection) + Case Else + _connectionString = DevExpress.Xpo.DB.MySqlConnectionProvider.GetConnectionString(_ChangeLogon.SQLServer, "root", "root", _ChangeLogon.DBConnection) + + End Select + _plattform = "MySQL" + GLOBAL_SQLUser = "root" + GLOBAL_SQLPassword = "pcl718" + Case eSQLType.PostgreSQL + _connectionString = DevExpress.Xpo.DB.PostgreSqlConnectionProvider.GetConnectionString(_ChangeLogon.SQLServer, "root", "pcl718", _ChangeLogon.DBConnection) + _plattform = "postgreSQL" + Case Else + _connectionString = " User ID=sa; " + _connectionString &= " Password=pcl718;" + _connectionString &= " Pooling=false;" + _connectionString &= String.Format(" Data Source={0};", _ChangeLogon.SQLServer) + _connectionString &= " Initial Catalog=" & _ChangeLogon.DBConnection + GLOBAL_SQLUser = "sa" + GLOBAL_SQLPassword = "pcl718" + End Select + + Dim anm As System.Reflection.AssemblyName = System.Reflection.AssemblyName.GetAssemblyName(Application.StartupPath & "\Nuvolar.Module.dll") + + Me.ConnectionString = _connectionString + + GLOBAL_MainModuleVersion = anm.Version.ToString + GLOBAL_ConnectionString = _connectionString + GLOBAL_WINFormCaption = String.Format("Nuvolar Framework version: {0} [{1}]", Application.ProductVersion, anm.Version) + GLOBAL_WINFormCaption += String.Format(", ({0}) Server: {1}, Database: {2}", _plattform, UCase(_ChangeLogon.SQLServer), UCase(_ChangeLogon.DBConnection)) + GLOBAL_ApplicationStartupPath = Application.StartupPath & "\" + + Dim _ocur As IObjectSpace = CreateObjectSpace() + RestAPI.Init(TryCast(_ocur, XPObjectSpace)) + + End Sub + Protected Overrides Function OnLogonFailed(ByVal logonParameters As Object, ByVal e As Exception) As Boolean + If WinChangeDatabaseHelper.SkipLogonDialog Then + Return True + End If + Return MyBase.OnLogonFailed(logonParameters, e) + End Function + Public Shared Function CreateApplication() As NuvolarWindowsFormsDebranetGL + Dim winApplication As New NuvolarWindowsFormsDebranetGL + + CType(winApplication.Security, SecurityBase).Authentication = New WinChangeDatabaseStandardAuthentication() + Return winApplication + End Function + Private Function IApplicationFactory_CreateApplication() As WinApplication Implements IApplicationFactory.CreateApplication + Return CreateApplication() + End Function + Protected Overrides Function GetModelAssemblyFilePath() As String + Return Nothing + End Function +End Class + diff --git a/Nuvolar.WIN.Debranet.GL/XMLUserStore/UserStore.vb b/Nuvolar.WIN.Debranet.GL/XMLUserStore/UserStore.vb new file mode 100644 index 0000000..ee6c049 --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/XMLUserStore/UserStore.vb @@ -0,0 +1,93 @@ +Imports System +Imports System.Configuration +Imports System.Windows.Forms + +Imports DevExpress.Persistent.Base +Imports DevExpress.ExpressApp +Imports DevExpress.ExpressApp.Security +Imports DevExpress.ExpressApp.Win + +Imports Nuvolar.Module.Win +Imports DevExpress.Persistent.AuditTrail +Imports Microsoft.VisualBasic + +Imports DevExpress.Xpo +Imports DevExpress.Data.Filtering +Imports DevExpress.Persistent.BaseImpl + +Imports DevExpress.ExpressApp.Model.Core +Imports DevExpress.ExpressApp.Model +Imports Nuvolar.Module + +Public Class UserStore + Inherits ModelDifferenceStore + Private Shared ReadOnly xmlHeader As String = "" & System.Environment.NewLine + Private application As WinApplication + + Public Overrides ReadOnly Property Name() As String + Get + Return "UserStore" + End Get + End Property + + Public Sub New(ByVal winApplication As WinApplication) + application = winApplication + End Sub + + Private Function FindStoreByAspect(ByVal stores As XPCollection(Of XmlStore), ByVal aspect As String) As XmlStore + For Each store As XmlStore In stores + If store.Aspect = aspect Then + Return store + End If + Next store + Return Nothing + End Function + + Private Function FindXmlUserByCurrentUser() As XmlUser + Dim objectSpace As IObjectSpace = application.CreateObjectSpace() + Dim currentUser As DevExpress.Persistent.BaseImpl.User = objectSpace.GetObject(CType(SecuritySystem.CurrentUser, DevExpress.Persistent.BaseImpl.User)) + Dim user As XmlUser = Nothing + Try + user = objectSpace.FindObject(Of XmlUser)(CriteriaOperator.Parse("User=?", currentUser), True) + Catch + End Try + Return user + End Function + + Public Overrides Sub Load(ByVal model As ModelApplicationBase) + Dim xmlReader As New ModelXmlReader() + Dim user As XmlUser = FindXmlUserByCurrentUser() + If user IsNot Nothing Then + For Each store As XmlStore In user.Aspects + xmlReader.ReadFromString(model, store.Aspect, store.XmlData) + Next store + End If + End Sub + + Public Overrides Sub SaveDifference(ByVal model As ModelApplicationBase) + Dim objectSpace As IObjectSpace = application.CreateObjectSpace() + Dim user As XmlUser = objectSpace.GetObject(FindXmlUserByCurrentUser()) + If user Is Nothing Then + user = New XmlUser(TryCast(objectSpace, Xpo.XPObjectSpace).Session) + user.User = objectSpace.GetObject(CType(SecuritySystem.CurrentUser, DevExpress.Persistent.BaseImpl.User)) + End If + For i As Integer = 0 To model.AspectCount - 1 + Dim xmlWriter As New ModelXmlWriter() + Dim aspect As String = model.GetAspect(i) + Dim xmlContent As String = xmlWriter.WriteToString(model, i) + If (Not String.IsNullOrEmpty(xmlContent)) Then + Dim store As XmlStore = FindStoreByAspect(user.Aspects, aspect) + If store Is Nothing Then + store = New XmlStore(TryCast(objectSpace, Xpo.XPObjectSpace).Session) + End If + store.User = user + store.Aspect = aspect + store.XmlData = xmlHeader & xmlContent + End If + Next i + objectSpace.CommitChanges() + End Sub + + +End Class + diff --git a/Nuvolar.WIN.Debranet.GL/app.config b/Nuvolar.WIN.Debranet.GL/app.config new file mode 100644 index 0000000..0b7bad1 --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/app.config @@ -0,0 +1,66 @@ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Nuvolar.WIN.Debranet.GL/app.config.bak b/Nuvolar.WIN.Debranet.GL/app.config.bak new file mode 100644 index 0000000..c3c2973 --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/app.config.bak @@ -0,0 +1,63 @@ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Nuvolar.WIN.Debranet.GL/favicon.ico b/Nuvolar.WIN.Debranet.GL/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..d58aa48a50470cedf811cfdd69e98f08dc06d5fd GIT binary patch literal 32038 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 literal 0 HcmV?d00001 diff --git a/Nuvolar.WIN.Debranet.GL/packages.config b/Nuvolar.WIN.Debranet.GL/packages.config new file mode 100644 index 0000000..743798b --- /dev/null +++ b/Nuvolar.WIN.Debranet.GL/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Nuvolar.Win.Lite/Program.vb b/Nuvolar.Win.Lite/Program.vb index 3283ab1..237f4ce 100644 --- a/Nuvolar.Win.Lite/Program.vb +++ b/Nuvolar.Win.Lite/Program.vb @@ -58,6 +58,7 @@ Friend NotInheritable Class Program AddHandler winApplication.CustomHandleException, AddressOf winApplication_CustomHandleException winApplication.DelayedViewItemsInitialization = True winApplication.SplashScreen = New DevExpress.ExpressApp.Win.Utils.DXSplashScreen + winApplication.DatabaseUpdateMode = DatabaseUpdateMode.UpdateOldDatabase AuditTrailService.Instance.ObjectAuditingMode = ObjectAuditingMode.CreationOnly diff --git a/Nuvolar.Win.Lite/WinApplication.vb b/Nuvolar.Win.Lite/WinApplication.vb index 5916201..6d2c69d 100644 --- a/Nuvolar.Win.Lite/WinApplication.vb +++ b/Nuvolar.Win.Lite/WinApplication.vb @@ -17,8 +17,13 @@ Partial Public Class NuvolarWindowsFormsApplication Inherits WinApplication Public Sub New() InitializeComponent() + InitializeDefaults() + End Sub + Private Sub InitializeDefaults() + LinkNewObjectToParentImmediately = True + UseLightStyle = True + ExecuteStartupLogicBeforeClosingLogonWindow = True End Sub - Private Sub NuvolarWindowsFormsApplication_DatabaseVersionMismatch(ByVal sender As Object, ByVal e As DevExpress.ExpressApp.DatabaseVersionMismatchEventArgs) Handles MyBase.DatabaseVersionMismatch e.Updater.Update() diff --git a/Nuvolar.Win.Lite/WinApplication_DB.vb b/Nuvolar.Win.Lite/WinApplication_DB.vb index 0dbb9db..87270ef 100644 --- a/Nuvolar.Win.Lite/WinApplication_DB.vb +++ b/Nuvolar.Win.Lite/WinApplication_DB.vb @@ -74,16 +74,16 @@ Partial Public Class NuvolarWindowsFormsApplication _connectionString = DevExpress.Xpo.DB.MySqlConnectionProvider.GetConnectionString(_ChangeLogon.SQLServer, "bf614abf4c83ef", "edbc0ac0", "trevor") Case "84.1.95.74" _connectionString = DevExpress.Xpo.DB.MySqlConnectionProvider.GetConnectionString(_ChangeLogon.SQLServer, "root", "malomko10", _ChangeLogon.DBConnection) - Case "192.168.100.182", "localhost" + Case "192.168.100.182" _connectionString = DevExpress.Xpo.DB.MySqlConnectionProvider.GetConnectionString(_ChangeLogon.SQLServer, "root", "M1cr0s0ft!12345", _ChangeLogon.DBConnection) Case "81.183.209.96" _connectionString = DevExpress.Xpo.DB.MySqlConnectionProvider.GetConnectionString(_ChangeLogon.SQLServer, "root", "M1cr0s0ft!", _ChangeLogon.DBConnection) - Case "localhost", "192.168.0.200" + Case "192.168.0.200" _connectionString = DevExpress.Xpo.DB.MySqlConnectionProvider.GetConnectionString(_ChangeLogon.SQLServer, "root", "M1cr0s0ft!", _ChangeLogon.DBConnection) Case "192.168.1.31", "192.168.0.159", "84.1.150.148", "nuvolar.northeurope.cloudapp.azure.com", "192.168.1.75" _connectionString = DevExpress.Xpo.DB.MySqlConnectionProvider.GetConnectionString(_ChangeLogon.SQLServer, "root", "M1cr0s0ft!12345", _ChangeLogon.DBConnection) Case Else - _connectionString = DevExpress.Xpo.DB.MySqlConnectionProvider.GetConnectionString(_ChangeLogon.SQLServer, "root", "pcl718", _ChangeLogon.DBConnection) + _connectionString = DevExpress.Xpo.DB.MySqlConnectionProvider.GetConnectionString(_ChangeLogon.SQLServer, "root", "root", _ChangeLogon.DBConnection) End Select _plattform = "MySQL" diff --git a/Nuvolar.Win.Lite/app.config b/Nuvolar.Win.Lite/app.config index 343c1d1..0b7bad1 100644 --- a/Nuvolar.Win.Lite/app.config +++ b/Nuvolar.Win.Lite/app.config @@ -7,7 +7,7 @@ - +