naar notebook

This commit is contained in:
Luc Vandenbroucke 2019-02-08 14:58:28 +01:00
parent 44f4acfbde
commit 7221608c43
5 changed files with 4 additions and 40 deletions

View file

@ -6,7 +6,7 @@
</sectionGroup>
</configSections>
<connectionStrings>
<add name="eDosStation.Properties.Settings.RemoteSQL" connectionString="Data Source=sqlsrv3;Initial Catalog=HPH_REMS_new;Integrated Security=True"
<add name="eDosStation.Properties.Settings.RemoteSQL" connectionString="Data Source=sqlsrv3.sck.be;Initial Catalog=HPH_REMS_new;Integrated Security=True"
providerName="System.Data.SqlClient" />
</connectionStrings>
<startup>

View file

@ -38,7 +38,7 @@ namespace eDosStation.Properties {
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)]
[global::System.Configuration.DefaultSettingValueAttribute("Data Source=sqlsrv3;Initial Catalog=HPH_REMS_new;Integrated Security=True")]
[global::System.Configuration.DefaultSettingValueAttribute("Data Source=sqlsrv3.sck.be;Initial Catalog=HPH_REMS_new;Integrated Security=True")]
public string RemoteSQL {
get {
return ((string)(this["RemoteSQL"]));

View file

@ -8,10 +8,10 @@
<Setting Name="RemoteSQL" Type="(Connection string)" Scope="Application">
<DesignTimeValue Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
&lt;SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
&lt;ConnectionString&gt;Data Source=sqlsrv3;Initial Catalog=HPH_REMS_new;Integrated Security=True&lt;/ConnectionString&gt;
&lt;ConnectionString&gt;Data Source=sqlsrv3.sck.be;Initial Catalog=HPH_REMS_new;Integrated Security=True&lt;/ConnectionString&gt;
&lt;ProviderName&gt;System.Data.SqlClient&lt;/ProviderName&gt;
&lt;/SerializableConnectionString&gt;</DesignTimeValue>
<Value Profile="(Default)">Data Source=sqlsrv3;Initial Catalog=HPH_REMS_new;Integrated Security=True</Value>
<Value Profile="(Default)">Data Source=sqlsrv3.sck.be;Initial Catalog=HPH_REMS_new;Integrated Security=True</Value>
</Setting>
</Settings>
</SettingsFile>

View file

@ -1,8 +0,0 @@
<Application
x:Class="eDosStationApp.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:eDosStationApp">
</Application>

View file

@ -1,28 +0,0 @@
<Page
x:Class="eDosStationApp.DirectXPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:eDosStationApp"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
<SwapChainPanel x:ConnectionId='2' x:Name="swapChainPanel">
<TextBlock Text="Hello from XAML!"
HorizontalAlignment="Right"
VerticalAlignment="Top"
FontSize="30" />
</SwapChainPanel>
<Page.BottomAppBar>
<AppBar x:ConnectionId='3' x:Name="bottomAppBar" Padding="10,0,10,0">
<StackPanel Orientation="Horizontal" HorizontalAlignment="Left">
<AppBarButton x:ConnectionId='4' AutomationProperties.Name="Sample Button"
AutomationProperties.AutomationId="SampleAppBarButton"
/>
</StackPanel>
</AppBar>
</Page.BottomAppBar>
</Page>