EgtPHOTOLib :
- completamento precedente commit.
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 16
|
||||
VisualStudioVersion = 16.0.30406.217
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "EgtPHOTOLib", "EgtPHOTOLib.vbproj", "{2FC41E14-D703-43A1-8AF1-4954AD02A703}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|x86 = Debug|x86
|
||||
Release|x86 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{2FC41E14-D703-43A1-8AF1-4954AD02A703}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{2FC41E14-D703-43A1-8AF1-4954AD02A703}.Debug|x86.Build.0 = Debug|x86
|
||||
{2FC41E14-D703-43A1-8AF1-4954AD02A703}.Release|x86.ActiveCfg = Release|x86
|
||||
{2FC41E14-D703-43A1-8AF1-4954AD02A703}.Release|x86.Build.0 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {B33F2673-CA04-4F8A-9041-955D483A1A7B}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
@@ -0,0 +1,223 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
|
||||
<RootNamespace>EgtPHOTOLib</RootNamespace>
|
||||
<AssemblyName>EgtPHOTOLib</AssemblyName>
|
||||
<OutputType>Library</OutputType>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<MyType>Custom</MyType>
|
||||
<ProjectGuid>{2FC41E14-D703-43A1-8AF1-4954AD02A703}</ProjectGuid>
|
||||
<TargetFrameworkProfile />
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<DefineDebug>true</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<IncrementalBuild>true</IncrementalBuild>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DocumentationFile>EgtPHOTOLib.xml</DocumentationFile>
|
||||
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036,42314</NoWarn>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<DebugSymbols>false</DebugSymbols>
|
||||
<DefineDebug>false</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<IncrementalBuild>false</IncrementalBuild>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DocumentationFile>EgtPHOTOLib.xml</DocumentationFile>
|
||||
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036,42314</NoWarn>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionExplicit>On</OptionExplicit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionCompare>Binary</OptionCompare>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionStrict>Off</OptionStrict>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionInfer>On</OptionInfer>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DefineDebug>true</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<OutputPath>bin\x86\Debug\</OutputPath>
|
||||
<DocumentationFile>EgtPHOTOLib.xml</DocumentationFile>
|
||||
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036,42314</NoWarn>
|
||||
<DebugType>full</DebugType>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
||||
<DefineTrace>false</DefineTrace>
|
||||
<OutputPath>bin\x86\Release\</OutputPath>
|
||||
<DocumentationFile>EgtPHOTOLib.xml</DocumentationFile>
|
||||
<Optimize>true</Optimize>
|
||||
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036,42314</NoWarn>
|
||||
<DebugType>none</DebugType>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="EgtUILib">
|
||||
<HintPath>..\..\EgtProg\DllD32\EgtUILib.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="EgtWPFLib5">
|
||||
<HintPath>..\..\EgtProg\DllD32\EgtWPFLib5.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Data.SQLite">
|
||||
<HintPath>..\..\EgtProg\DllD32\System.Data.SQLite.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="System.Xaml">
|
||||
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
||||
</Reference>
|
||||
<Reference Include="WindowsBase" />
|
||||
<Reference Include="PresentationCore" />
|
||||
<Reference Include="PresentationFramework" />
|
||||
<Reference Include="WindowsFormsIntegration" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="InstrumentPanelSlab\InstrumentPanelSlabV.xaml.vb">
|
||||
<DependentUpon>InstrumentPanelSlabV.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="InstrumentPanelSlab\MyInstrumentPanelSlabVM.vb" />
|
||||
<Compile Include="ProjectSlab\DetailPage\DetailPageSlabV.xaml.vb">
|
||||
<DependentUpon>DetailPageSlabV.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="ProjectSlab\DetailPage\DetailPageSlabVM.vb" />
|
||||
<Compile Include="ProjectSlab\ListPage\ListPageSlabV.xaml.vb">
|
||||
<DependentUpon>ListPageSlabV.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="ProjectSlab\ListPage\ListPageSlabVM.vb" />
|
||||
<Compile Include="ProjectSlab\ProjectSlabV.xaml.vb">
|
||||
<DependentUpon>ProjectSlabV.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="ProjectSlab\ProjectSlabVM.vb" />
|
||||
<Compile Include="ProjectSlab\Slab.vb" />
|
||||
<Compile Include="SearchPanelSlab\SearchPanelSlabV.xaml.vb">
|
||||
<DependentUpon>SearchPanelSlabV.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="SearchPanelSlab\SearchPanelSlabVM.vb" />
|
||||
<Compile Include="UtilitySlab\MainData.vb" />
|
||||
<Compile Include="SceneHostSlab\MySceneHostSlabVM.vb" />
|
||||
<Compile Include="OptionPanelSlab\OptionPaneSlabV.xaml.vb">
|
||||
<DependentUpon>OptionPaneSlabV.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="OptionPanelSlab\OptionPanelSlabVM.vb" />
|
||||
<Compile Include="SceneHostSlab\SceneHostSlabV.xaml.vb">
|
||||
<DependentUpon>SceneHostSlabV.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="UtilitySlab\Camera.vb" />
|
||||
<Compile Include="UtilitySlab\Dictionary.xaml.vb">
|
||||
<DependentUpon>Dictionary.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="UtilitySlab\ManageDb.vb" />
|
||||
<Compile Include="UtilitySlab\SlabMap.vb" />
|
||||
<Compile Include="UtilitySlab\VirtualizingTilePanel.vb" />
|
||||
<Page Include="InstrumentPanelSlab\InstrumentPanelSlabV.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
<Page Include="OptionPanelSlab\OptionPaneSlabV.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
<Page Include="ProjectSlab\DetailPage\DetailPageSlabV.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
<Page Include="ProjectSlab\ListPage\ListPageSlabV.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
<Page Include="ProjectSlab\ProjectSlabV.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
<Page Include="SceneHostSlab\SceneHostSlabV.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
<Compile Include="AttachedBehaviour\ScrollToTopOnItemsSourceChange.vb" />
|
||||
<Compile Include="ConstantsSlab\ConstGenSlab.vb" />
|
||||
<Compile Include="ConstantsSlab\ConstIniSlab.vb" />
|
||||
<Compile Include="ConstantsSlab\ConstMsgSlab.vb" />
|
||||
<Page Include="SearchPanelSlab\SearchPanelSlabV.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
<Page Include="UtilitySlab\Dictionary.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Import Include="System.Threading.Tasks" />
|
||||
<Import Include="System.Linq" />
|
||||
<Import Include="System.Xml.Linq" />
|
||||
<Import Include="Microsoft.VisualBasic" />
|
||||
<Import Include="System" />
|
||||
<Import Include="System.Collections" />
|
||||
<Import Include="System.Collections.Generic" />
|
||||
<Import Include="System.Diagnostics" />
|
||||
<Import Include="System.Windows" />
|
||||
<Import Include="System.Windows.Controls" />
|
||||
<Import Include="System.Windows.Data" />
|
||||
<Import Include="System.Windows.Documents" />
|
||||
<Import Include="System.Windows.Input" />
|
||||
<Import Include="System.Windows.Shapes" />
|
||||
<Import Include="System.Windows.Media" />
|
||||
<Import Include="System.Windows.Media.Imaging" />
|
||||
<Import Include="System.Windows.Navigation" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="My Project\AssemblyInfo.vb">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Compile Include="My Project\Resources.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="My Project\Settings.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Settings.settings</DependentUpon>
|
||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||
</Compile>
|
||||
<EmbeddedResource Include="My Project\Resources.resx">
|
||||
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
|
||||
<CustomToolNamespace>My.Resources</CustomToolNamespace>
|
||||
</EmbeddedResource>
|
||||
<None Include="My Project\Settings.settings">
|
||||
<Generator>SettingsSingleFileGenerator</Generator>
|
||||
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
|
||||
</None>
|
||||
<AppDesigner Include="My Project\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<Resource Include="Resources\InstrumentPanel\GetDist.png" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent>IF "$(ConfigurationName)" == "Release" copy $(TargetPath) c:\EgtProg\Dll32\EgtPHOTOLib.dll
|
||||
IF "$(ConfigurationName)" == "Debug" copy $(TargetPath) c:\EgtProg\DllD32\EgtPHOTOLib.dll</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 331 B |
@@ -0,0 +1,115 @@
|
||||
Imports EgtWPFLib5
|
||||
|
||||
Public Module PhotoMap
|
||||
|
||||
Private m_refSearchPanelVM As SearchPanelSlabVM
|
||||
Private m_refProjectVM As ProjectSlabVM
|
||||
Private m_refOptionPanelVM As OptionPanelSlabVM
|
||||
Private m_refListPageVM As ListPageSlabVM
|
||||
Private m_refDetailPageVM As DetailPageSlabVM
|
||||
|
||||
Friend m_ContinueApplication As Boolean = True
|
||||
Public ReadOnly Property ContninueApplication As Boolean
|
||||
Get
|
||||
Return m_ContinueApplication
|
||||
End Get
|
||||
End Property
|
||||
|
||||
#Region "Get"
|
||||
Public ReadOnly Property refSearchPanelVM As SearchPanelSlabVM
|
||||
Get
|
||||
Return m_refSearchPanelVM
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Public ReadOnly Property refStatusBarVM As StatusBarVM
|
||||
Get
|
||||
Return LibMap.refStatusBarVM
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Public ReadOnly Property refProjectVM As ProjectSlabVM
|
||||
Get
|
||||
Return m_refProjectVM
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Public ReadOnly Property refSceneHostVM As SceneHostVM
|
||||
Get
|
||||
Return LibMap.refSceneHostVM
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Public ReadOnly Property refOptionPanelVM As OptionPanelSlabVM
|
||||
Get
|
||||
Return m_refOptionPanelVM
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Public ReadOnly Property refListPageVM As ListPageSlabVM
|
||||
Get
|
||||
Return m_refListPageVM
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Public ReadOnly Property refDetailPageVM As DetailPageSlabVM
|
||||
Get
|
||||
Return m_refDetailPageVM
|
||||
End Get
|
||||
End Property
|
||||
|
||||
#End Region ' Get
|
||||
|
||||
#Region "Set"
|
||||
|
||||
Friend Function SetRefStatusBarVM(StatusBarVM As StatusBarVM) As Boolean
|
||||
LibMap.SetRefStatusBarVM(StatusBarVM)
|
||||
Return Not IsNothing(LibMap.refStatusBarVM)
|
||||
End Function
|
||||
|
||||
Friend Function SetRefProjectVM(ProjectVM As ProjectSlabVM) As Boolean
|
||||
m_refProjectVM = ProjectVM
|
||||
Return Not IsNothing(m_refProjectVM)
|
||||
End Function
|
||||
|
||||
Friend Function SetRefSceneHostVM(SceneHostVM As SceneHostVM) As Boolean
|
||||
LibMap.SetRefSceneHostVM(SceneHostVM)
|
||||
Return Not IsNothing(LibMap.refSceneHostVM)
|
||||
End Function
|
||||
|
||||
Friend Function SetRefOptionPanelVM(OptionPanelVM As OptionPanelSlabVM) As Boolean
|
||||
m_refOptionPanelVM = OptionPanelVM
|
||||
Return Not IsNothing(m_refOptionPanelVM)
|
||||
End Function
|
||||
|
||||
Friend Function SetRefListPageVM(ListPageVM As ListPageSlabVM) As Boolean
|
||||
m_refListPageVM = ListPageVM
|
||||
Return Not IsNothing(m_refListPageVM)
|
||||
End Function
|
||||
|
||||
Friend Function SetRefDetailPageVM(DetailPageVM As DetailPageSlabVM) As Boolean
|
||||
m_refDetailPageVM = DetailPageVM
|
||||
Return Not IsNothing(m_refDetailPageVM)
|
||||
End Function
|
||||
|
||||
Friend Function SetRefSearchPanelVM(SearchPanelVM As SearchPanelSlabVM) As Boolean
|
||||
m_refSearchPanelVM = SearchPanelVM
|
||||
Return Not IsNothing(m_refSearchPanelVM)
|
||||
End Function
|
||||
|
||||
#End Region ' Set
|
||||
|
||||
#Region "Init"
|
||||
|
||||
Friend Function EndInit() As Boolean
|
||||
' Verifico se tutti i pezzi necessari sono stati caricati
|
||||
Return Not IsNothing(m_refProjectVM) AndAlso
|
||||
Not IsNothing(LibMap.refSceneHostVM) AndAlso Not IsNothing(LibMap.refStatusBarVM) AndAlso
|
||||
Not IsNothing(m_refOptionPanelVM) AndAlso Not IsNothing(m_refListPageVM) AndAlso
|
||||
Not IsNothing(m_refDetailPageVM) AndAlso Not IsNothing(m_refSearchPanelVM) AndAlso
|
||||
LibMap.EndInit
|
||||
End Function
|
||||
|
||||
#End Region ' Init
|
||||
|
||||
End Module
|
||||
Reference in New Issue
Block a user