diff --git a/CSE.sln b/CSE.sln index c65c84504b5a0d0a00fbbc5c54e98804fc9d6e26..9bfab49f5f32950b261d1a477183e0272e010a24 100644 --- a/CSE.sln +++ b/CSE.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 -Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CSE", "CSE2.01\CSE.vbproj", "{6845E24A-D1E7-4B28-92E7-2EBF850F044B}" +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CSE", "CSE\CSE.vbproj", "{6845E24A-D1E7-4B28-92E7-2EBF850F044B}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/CSE2.01/App.config b/CSE/App.config similarity index 100% rename from CSE2.01/App.config rename to CSE/App.config diff --git a/CSE2.01/CSE.vbproj b/CSE/CSE.vbproj similarity index 100% rename from CSE2.01/CSE.vbproj rename to CSE/CSE.vbproj diff --git a/CSE2.01/CSE_Globals.vb b/CSE/CSE_Globals.vb similarity index 100% rename from CSE2.01/CSE_Globals.vb rename to CSE/CSE_Globals.vb diff --git a/CSE2.01/CSE_Types.vb b/CSE/CSE_Types.vb similarity index 100% rename from CSE2.01/CSE_Types.vb rename to CSE/CSE_Types.vb diff --git a/CSE2.01/Calculation/Minor_routines_calculate.vb b/CSE/Calculation/Minor_routines_calculate.vb similarity index 100% rename from CSE2.01/Calculation/Minor_routines_calculate.vb rename to CSE/Calculation/Minor_routines_calculate.vb diff --git a/CSE2.01/Calculation/Signal_identification.vb b/CSE/Calculation/Signal_identification.vb similarity index 100% rename from CSE2.01/Calculation/Signal_identification.vb rename to CSE/Calculation/Signal_identification.vb diff --git a/CSE2.01/Calculation/main_calculation_call.vb b/CSE/Calculation/main_calculation_call.vb similarity index 100% rename from CSE2.01/Calculation/main_calculation_call.vb rename to CSE/Calculation/main_calculation_call.vb diff --git a/CSE2.01/Calculation/sub_linear_regression.vb b/CSE/Calculation/sub_linear_regression.vb similarity index 100% rename from CSE2.01/Calculation/sub_linear_regression.vb rename to CSE/Calculation/sub_linear_regression.vb diff --git a/CSE2.01/Classes/CResult.vb b/CSE/Classes/CResult.vb similarity index 100% rename from CSE2.01/Classes/CResult.vb rename to CSE/Classes/CResult.vb diff --git a/CSE2.01/Classes/cGenShp.vb b/CSE/Classes/cGenShp.vb similarity index 100% rename from CSE2.01/Classes/cGenShp.vb rename to CSE/Classes/cGenShp.vb diff --git a/CSE2.01/Classes/cMSC.vb b/CSE/Classes/cMSC.vb similarity index 100% rename from CSE2.01/Classes/cMSC.vb rename to CSE/Classes/cMSC.vb diff --git a/CSE2.01/Classes/cUTMCoord.vb b/CSE/Classes/cUTMCoord.vb similarity index 100% rename from CSE2.01/Classes/cUTMCoord.vb rename to CSE/Classes/cUTMCoord.vb diff --git a/CSE2.01/Classes/cValidSec.vb b/CSE/Classes/cValidSec.vb similarity index 100% rename from CSE2.01/Classes/cValidSec.vb rename to CSE/Classes/cValidSec.vb diff --git a/CSE2.01/Classes/cVehicle.vb b/CSE/Classes/cVehicle.vb similarity index 100% rename from CSE2.01/Classes/cVehicle.vb rename to CSE/Classes/cVehicle.vb diff --git a/CSE2.01/Classes/cVirtMSC.vb b/CSE/Classes/cVirtMSC.vb similarity index 100% rename from CSE2.01/Classes/cVirtMSC.vb rename to CSE/Classes/cVirtMSC.vb diff --git a/CSE2.01/Classes/csKey.vb b/CSE/Classes/csKey.vb similarity index 100% rename from CSE2.01/Classes/csKey.vb rename to CSE/Classes/csKey.vb diff --git a/CSE2.01/Export/Minor_routines_output.vb b/CSE/Export/Minor_routines_output.vb similarity index 100% rename from CSE2.01/Export/Minor_routines_output.vb rename to CSE/Export/Minor_routines_output.vb diff --git a/CSE2.01/Export/OutputTest.vb b/CSE/Export/OutputTest.vb similarity index 100% rename from CSE2.01/Export/OutputTest.vb rename to CSE/Export/OutputTest.vb diff --git a/CSE2.01/Export/output.vb b/CSE/Export/output.vb similarity index 100% rename from CSE2.01/Export/output.vb rename to CSE/Export/output.vb diff --git a/CSE2.01/GUI/CSEMain.Designer.vb b/CSE/GUI/CSEMain.Designer.vb similarity index 100% rename from CSE2.01/GUI/CSEMain.Designer.vb rename to CSE/GUI/CSEMain.Designer.vb diff --git a/CSE2.01/GUI/CSEMain.resx b/CSE/GUI/CSEMain.resx similarity index 100% rename from CSE2.01/GUI/CSEMain.resx rename to CSE/GUI/CSEMain.resx diff --git a/CSE2.01/GUI/CSEMain.vb b/CSE/GUI/CSEMain.vb similarity index 100% rename from CSE2.01/GUI/CSEMain.vb rename to CSE/GUI/CSEMain.vb diff --git a/CSE2.01/GUI/CSE_Config.designer.vb b/CSE/GUI/CSE_Config.designer.vb similarity index 100% rename from CSE2.01/GUI/CSE_Config.designer.vb rename to CSE/GUI/CSE_Config.designer.vb diff --git a/CSE2.01/GUI/CSE_Config.resx b/CSE/GUI/CSE_Config.resx similarity index 100% rename from CSE2.01/GUI/CSE_Config.resx rename to CSE/GUI/CSE_Config.resx diff --git a/CSE2.01/GUI/CSE_Config.vb b/CSE/GUI/CSE_Config.vb similarity index 100% rename from CSE2.01/GUI/CSE_Config.vb rename to CSE/GUI/CSE_Config.vb diff --git a/CSE2.01/GUI/CSE_Info.Designer.vb b/CSE/GUI/CSE_Info.Designer.vb similarity index 100% rename from CSE2.01/GUI/CSE_Info.Designer.vb rename to CSE/GUI/CSE_Info.Designer.vb diff --git a/CSE2.01/GUI/CSE_Info.resx b/CSE/GUI/CSE_Info.resx similarity index 100% rename from CSE2.01/GUI/CSE_Info.resx rename to CSE/GUI/CSE_Info.resx diff --git a/CSE2.01/GUI/CSE_Info.vb b/CSE/GUI/CSE_Info.vb similarity index 100% rename from CSE2.01/GUI/CSE_Info.vb rename to CSE/GUI/CSE_Info.vb diff --git a/CSE2.01/GUI/Export_GUI.vb b/CSE/GUI/Export_GUI.vb similarity index 100% rename from CSE2.01/GUI/Export_GUI.vb rename to CSE/GUI/Export_GUI.vb diff --git a/CSE2.01/GUI/FB_Dialog.Designer.vb b/CSE/GUI/FB_Dialog.Designer.vb similarity index 100% rename from CSE2.01/GUI/FB_Dialog.Designer.vb rename to CSE/GUI/FB_Dialog.Designer.vb diff --git a/CSE2.01/GUI/FB_Dialog.resx b/CSE/GUI/FB_Dialog.resx similarity index 100% rename from CSE2.01/GUI/FB_Dialog.resx rename to CSE/GUI/FB_Dialog.resx diff --git a/CSE2.01/GUI/FB_Dialog.vb b/CSE/GUI/FB_Dialog.vb similarity index 100% rename from CSE2.01/GUI/FB_Dialog.vb rename to CSE/GUI/FB_Dialog.vb diff --git a/CSE2.01/GUI/FB_FavDlog.Designer.vb b/CSE/GUI/FB_FavDlog.Designer.vb similarity index 100% rename from CSE2.01/GUI/FB_FavDlog.Designer.vb rename to CSE/GUI/FB_FavDlog.Designer.vb diff --git a/CSE2.01/GUI/FB_FavDlog.resx b/CSE/GUI/FB_FavDlog.resx similarity index 100% rename from CSE2.01/GUI/FB_FavDlog.resx rename to CSE/GUI/FB_FavDlog.resx diff --git a/CSE2.01/GUI/FB_FavDlog.vb b/CSE/GUI/FB_FavDlog.vb similarity index 100% rename from CSE2.01/GUI/FB_FavDlog.vb rename to CSE/GUI/FB_FavDlog.vb diff --git a/CSE2.01/GUI/cFileBrowser.vb b/CSE/GUI/cFileBrowser.vb similarity index 100% rename from CSE2.01/GUI/cFileBrowser.vb rename to CSE/GUI/cFileBrowser.vb diff --git a/CSE2.01/GUI/minor_routines_GUI.vb b/CSE/GUI/minor_routines_GUI.vb similarity index 100% rename from CSE2.01/GUI/minor_routines_GUI.vb rename to CSE/GUI/minor_routines_GUI.vb diff --git a/CSE2.01/Import/read_input.vb b/CSE/Import/read_input.vb similarity index 100% rename from CSE2.01/Import/read_input.vb rename to CSE/Import/read_input.vb diff --git a/CSE2.01/My Project/Application.Designer.vb b/CSE/My Project/Application.Designer.vb similarity index 100% rename from CSE2.01/My Project/Application.Designer.vb rename to CSE/My Project/Application.Designer.vb diff --git a/CSE2.01/My Project/Application.myapp b/CSE/My Project/Application.myapp similarity index 100% rename from CSE2.01/My Project/Application.myapp rename to CSE/My Project/Application.myapp diff --git a/CSE2.01/My Project/AssemblyInfo.vb b/CSE/My Project/AssemblyInfo.vb similarity index 100% rename from CSE2.01/My Project/AssemblyInfo.vb rename to CSE/My Project/AssemblyInfo.vb diff --git a/CSE2.01/My Project/Resources.Designer.vb b/CSE/My Project/Resources.Designer.vb similarity index 100% rename from CSE2.01/My Project/Resources.Designer.vb rename to CSE/My Project/Resources.Designer.vb diff --git a/CSE2.01/My Project/Resources.resx b/CSE/My Project/Resources.resx similarity index 100% rename from CSE2.01/My Project/Resources.resx rename to CSE/My Project/Resources.resx diff --git a/CSE2.01/My Project/Settings.Designer.vb b/CSE/My Project/Settings.Designer.vb similarity index 100% rename from CSE2.01/My Project/Settings.Designer.vb rename to CSE/My Project/Settings.Designer.vb diff --git a/CSE2.01/My Project/Settings.settings b/CSE/My Project/Settings.settings similarity index 100% rename from CSE2.01/My Project/Settings.settings rename to CSE/My Project/Settings.settings diff --git a/CSE2.01/Resources/Beenden.png b/CSE/Resources/Beenden.png similarity index 100% rename from CSE2.01/Resources/Beenden.png rename to CSE/Resources/Beenden.png diff --git a/CSE2.01/Resources/CSE.ico b/CSE/Resources/CSE.ico similarity index 100% rename from CSE2.01/Resources/CSE.ico rename to CSE/Resources/CSE.ico diff --git a/CSE2.01/Resources/FVT_91x39.png b/CSE/Resources/FVT_91x39.png similarity index 100% rename from CSE2.01/Resources/FVT_91x39.png rename to CSE/Resources/FVT_91x39.png diff --git a/CSE2.01/Resources/Help.png b/CSE/Resources/Help.png similarity index 100% rename from CSE2.01/Resources/Help.png rename to CSE/Resources/Help.png diff --git a/CSE2.01/Resources/IVT_About.png b/CSE/Resources/IVT_About.png similarity index 100% rename from CSE2.01/Resources/IVT_About.png rename to CSE/Resources/IVT_About.png diff --git a/CSE2.01/Resources/Icon.ico b/CSE/Resources/Icon.ico similarity index 100% rename from CSE2.01/Resources/Icon.ico rename to CSE/Resources/Icon.ico diff --git a/CSE2.01/Resources/Info.png b/CSE/Resources/Info.png similarity index 100% rename from CSE2.01/Resources/Info.png rename to CSE/Resources/Info.png diff --git a/CSE2.01/Resources/JRC-About.png b/CSE/Resources/JRC-About.png similarity index 100% rename from CSE2.01/Resources/JRC-About.png rename to CSE/Resources/JRC-About.png diff --git a/CSE2.01/Resources/Licencefile.png b/CSE/Resources/Licencefile.png similarity index 100% rename from CSE2.01/Resources/Licencefile.png rename to CSE/Resources/Licencefile.png diff --git a/CSE2.01/Resources/Log-File.png b/CSE/Resources/Log-File.png similarity index 100% rename from CSE2.01/Resources/Log-File.png rename to CSE/Resources/Log-File.png diff --git a/CSE2.01/Resources/Neu.png b/CSE/Resources/Neu.png similarity index 100% rename from CSE2.01/Resources/Neu.png rename to CSE/Resources/Neu.png diff --git a/CSE2.01/Resources/Optionen.png b/CSE/Resources/Optionen.png similarity index 100% rename from CSE2.01/Resources/Optionen.png rename to CSE/Resources/Optionen.png diff --git a/CSE2.01/Resources/Speichern.png b/CSE/Resources/Speichern.png similarity index 100% rename from CSE2.01/Resources/Speichern.png rename to CSE/Resources/Speichern.png diff --git a/CSE2.01/Resources/Speichern_unter.png b/CSE/Resources/Speichern_unter.png similarity index 100% rename from CSE2.01/Resources/Speichern_unter.png rename to CSE/Resources/Speichern_unter.png diff --git a/CSE2.01/Resources/TUG_91x34.png b/CSE/Resources/TUG_91x34.png similarity index 100% rename from CSE2.01/Resources/TUG_91x34.png rename to CSE/Resources/TUG_91x34.png diff --git a/CSE2.01/Resources/VECTO-About.png b/CSE/Resources/VECTO-About.png similarity index 100% rename from CSE2.01/Resources/VECTO-About.png rename to CSE/Resources/VECTO-About.png diff --git a/CSE2.01/Resources/VECTO_LOGO.png b/CSE/Resources/VECTO_LOGO.png similarity index 100% rename from CSE2.01/Resources/VECTO_LOGO.png rename to CSE/Resources/VECTO_LOGO.png diff --git a/CSE2.01/Resources/export_excel.png b/CSE/Resources/export_excel.png similarity index 100% rename from CSE2.01/Resources/export_excel.png rename to CSE/Resources/export_excel.png diff --git a/CSE2.01/Resources/minus-circle-icon.png b/CSE/Resources/minus-circle-icon.png similarity index 100% rename from CSE2.01/Resources/minus-circle-icon.png rename to CSE/Resources/minus-circle-icon.png diff --git a/CSE2.01/Resources/plus-circle-icon.png b/CSE/Resources/plus-circle-icon.png similarity index 100% rename from CSE2.01/Resources/plus-circle-icon.png rename to CSE/Resources/plus-circle-icon.png diff --git "a/CSE2.01/Resources/\303\226ffnen.png" "b/CSE/Resources/\303\226ffnen.png" similarity index 100% rename from "CSE2.01/Resources/\303\226ffnen.png" rename to "CSE/Resources/\303\226ffnen.png" diff --git a/CSE2.01/Tools/ApplicationEvents.vb b/CSE/Tools/ApplicationEvents.vb similarity index 100% rename from CSE2.01/Tools/ApplicationEvents.vb rename to CSE/Tools/ApplicationEvents.vb diff --git a/CSE2.01/Tools/Minor_routines.vb b/CSE/Tools/Minor_routines.vb similarity index 100% rename from CSE2.01/Tools/Minor_routines.vb rename to CSE/Tools/Minor_routines.vb diff --git a/CSE2.01/Tools/cFile_v3.vb b/CSE/Tools/cFile_v3.vb similarity index 100% rename from CSE2.01/Tools/cFile_v3.vb rename to CSE/Tools/cFile_v3.vb diff --git a/CSE2.01/declaration_public.vb b/CSE/declaration_public.vb similarity index 99% rename from CSE2.01/declaration_public.vb rename to CSE/declaration_public.vb index 6513a09d9d2e9253ea0a9bdccef708b3735a4ab1..215a00a9601bf71d71ff8b3ffceab09418293123 100644 --- a/CSE2.01/declaration_public.vb +++ b/CSE/declaration_public.vb @@ -2,7 +2,7 @@ ' Description of the form Public Const AppName As String = "VECTO-CSE" ' Name of the programm - Public Const AppVers As String = "2.01" ' Version of the Programm + Public Const AppVers As String = "2.0.1" ' Version of the Programm Public AppDate As String ' Date of the compilation of the programm ' Control variables