Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 2356 → Rev 2357

/MKLiveView/v1.0/Source/KeyPad/KeyPad.csproj
0,0 → 1,99
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{3ADBFF38-915C-4115-9CDD-81C0CAD9733A}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>KeyPad</RootNamespace>
<AssemblyName>KeyPad</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<StartupObject />
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Xaml">
<RequiredTargetFramework>4.0</RequiredTargetFramework>
</Reference>
<Reference Include="WindowsBase" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
</ItemGroup>
<ItemGroup>
<Page Include="Keypad.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Compile Include="Keypad.xaml.cs">
<DependentUpon>Keypad.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<None Include="app.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<AppDesigner Include="Properties\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
/MKLiveView/v1.0/Source/KeyPad/Keypad.xaml
0,0 → 1,194
<Window x:Class="KeyPad.Keypad"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="MainWindow" Height="313" Width="299" ShowInTaskbar="False" WindowStartupLocation="CenterScreen" ResizeMode="NoResize" >
<Window.Resources>
<DropShadowEffect x:Key="DropShadowEffect"
ShadowDepth="1"
Direction="-90"
BlurRadius="5"
/>
<Style TargetType="Label">
<Setter Property="FontSize" Value="22"/>
</Style>
<LinearGradientBrush x:Key="IPhoneSteelBackground" EndPoint="0.5,1.272" StartPoint="0.5,0">
<GradientStop Color="#FF9097A3" Offset="0"/>
<GradientStop Color="#FF444D5B" Offset="1"/>
</LinearGradientBrush>
<!--<Storyboard x:Key="sbdShowNum">-->
<!--<ObjectAnimationUsingKeyFrames Storyboard.TargetName="NumKeyboard" Storyboard.TargetProperty="(UIElement.Visibility)">
<ObjectAnimationUsingKeyFrames.KeyFrames>
<DiscreteObjectKeyFrame KeyTime="00:00:0.001">
<DiscreteObjectKeyFrame.Value>
<Visibility>Visible</Visibility>
</DiscreteObjectKeyFrame.Value>
</DiscreteObjectKeyFrame>
</ObjectAnimationUsingKeyFrames.KeyFrames>
</ObjectAnimationUsingKeyFrames>-->
<!--<DoubleAnimation
Storyboard.TargetName="NumKeyboard"
Storyboard.TargetProperty="Opacity"
From="0"
To="1"
Duration="0:0:0.5"
/>
<DoubleAnimation
Storyboard.TargetName="AlfaKeyboard"
Storyboard.TargetProperty="Opacity"
From="1"
To="0"
Duration="0:0:0.5"
/>-->
<!--</Storyboard>
<Storyboard x:Key="sbdShowAlfa">-->
<!--<ObjectAnimationUsingKeyFrames Storyboard.TargetName="NumKeyboard" Storyboard.TargetProperty="(UIElement.Visibility)">
<ObjectAnimationUsingKeyFrames.KeyFrames>
<DiscreteObjectKeyFrame KeyTime="00:00:0.001">
<DiscreteObjectKeyFrame.Value>
<Visibility>Collapsed</Visibility>
</DiscreteObjectKeyFrame.Value>
</DiscreteObjectKeyFrame>
</ObjectAnimationUsingKeyFrames.KeyFrames>
</ObjectAnimationUsingKeyFrames>-->
<!--<DoubleAnimation
Storyboard.TargetName="AlfaKeyboard"
Storyboard.TargetProperty="Opacity"
From="0"
To="1"
Duration="0:0:0.5"
/>
<DoubleAnimation
Storyboard.TargetName="NumKeyboard"
Storyboard.TargetProperty="Opacity"
From="1"
To="0"
Duration="0:0:0.5"
/>-->
<!--</Storyboard>
 
<Storyboard x:Key="sbFlashBigKey">-->
<!--briefly display and hide (flash) a large label with the name of the just pressed key-->
 
<!--<DoubleAnimation
Storyboard.TargetName="AlfaKeyboard"
Storyboard.TargetProperty="Opacity"
From="1"
To="0"
Duration="0:0:0.2"
/>
<DoubleAnimation
Storyboard.TargetName="AlfaKeyboard"
Storyboard.TargetProperty="Opacity"
From="0"
To="1"
Duration="0:0:0.2"
/>-->
<!--</Storyboard>-->
<Style x:Key="buttonBorder" TargetType="Border" >
<Setter Property="Button.Effect" Value="{StaticResource DropShadowEffect}"/>
<Setter Property="Margin" Value="4"/>
</Style>
<Style TargetType="Button">
<!--<Setter Property="ClickMode" Value="Press"/>-->
<Setter Property="Margin" Value="4"/>
<!--<Setter Property="Button.Effect" Value="{StaticResource DropShadowEffect}"/>-->
<Setter Property="FontSize" Value="24"/>
</Style>
</Window.Resources>
 
 
<Grid Background="{DynamicResource IPhoneSteelBackground}">
<Grid.RowDefinitions>
<RowDefinition />
<RowDefinition />
<RowDefinition />
<RowDefinition />
<RowDefinition />
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition />
<ColumnDefinition />
<ColumnDefinition />
<ColumnDefinition />
</Grid.ColumnDefinitions>
<Grid Grid.Row="1">
<Border Style="{StaticResource buttonBorder}" Background="Black" CornerRadius="4" />
<Button Name="button5" Background="WhiteSmoke" BorderThickness="1"
Command="{Binding Path=PressAndRelease}" CommandParameter="NUMPAD7" Click="button_Click">7</Button>
</Grid>
<Grid Grid.Column="1" Grid.Row="1">
<Border Style="{StaticResource buttonBorder}" Background="Black" CornerRadius="4" />
<Button x:Name="button6" Background="WhiteSmoke"
Command="{Binding PressAndRelease}" CommandParameter="NUMPAD8" Click="button_Click" BorderThickness="1" Content="8" />
</Grid>
<Grid Grid.Column="2" Grid.Row="1">
<Border Style="{StaticResource buttonBorder}" Background="Black" CornerRadius="4" />
<Button x:Name="button7" Background="WhiteSmoke"
Command="{Binding PressAndRelease}" CommandParameter="NUMPAD9" Click="button_Click" Content="9" />
</Grid>
<Grid Grid.Column="3" Grid.Row="1">
<Border Style="{StaticResource buttonBorder}" Background="Black" CornerRadius="4" />
<Button x:Name="button8" Command="{Binding PressAndRelease}" CommandParameter="BACK" Click="button_Click">
<Path Stretch="Fill" Width="36" Height="24" Data="F1M555.0371,274.4893L552.7871,276.7383L549.9861,273.9373L547.1991,276.7243L545.1131,274.6393L547.9001,271.8523L545.0101,268.9603L547.2601,266.7113L550.1501,269.6023L552.8921,266.8613L554.9761,268.9463L552.2361,271.6883z M555.3751,264.0003L544.8751,264.0003C543.1251,264.1253,535.0001,270.7503,535.0001,272.2503C535.0001,273.7503,543.1251,279.3753,544.8751,279.5003L555.3751,279.5003C558.8751,279.5003,559.3751,277.7093,559.3751,275.5003L559.3751,268.0003C559.3751,265.7913,558.7501,264.0003,555.3751,264.0003" Fill="#FF333333"/>
</Button>
</Grid>
<Grid Grid.Row="2">
<Border Style="{StaticResource buttonBorder}" Background="Black" CornerRadius="4" />
<Button x:Name="button9" Background="WhiteSmoke"
Command="{Binding PressAndRelease}" CommandParameter="NUMPAD4" Click="button_Click" Content="4"/>
</Grid>
<Grid Grid.Column="1" Grid.Row="2">
<Border Style="{StaticResource buttonBorder}" Background="Black" CornerRadius="4" />
<Button x:Name="button10" Background="WhiteSmoke"
Command="{Binding PressAndRelease}" CommandParameter="NUMPAD5" Click="button_Click" Content="5" />
</Grid>
<Grid Grid.Column="2" Grid.Row="2">
<Border Style="{StaticResource buttonBorder}" Background="Black" CornerRadius="4" />
<Button x:Name="button11" Background="WhiteSmoke"
Command="{Binding PressAndRelease}" CommandParameter="NUMPAD6" Click="button_Click" Content="6" />
</Grid>
<Grid Grid.Row="3">
<Border Style="{StaticResource buttonBorder}" Background="Black" CornerRadius="4" />
<Button x:Name="button13" Background="WhiteSmoke"
Command="{Binding PressAndRelease}" CommandParameter="NUMPAD1" Click="button_Click" Content="1"/>
</Grid>
<Grid Grid.Column="1" Grid.Row="3">
<Border Style="{StaticResource buttonBorder}" Background="Black" CornerRadius="4" />
<Button x:Name="button14" Background="WhiteSmoke"
Command="{Binding PressAndRelease}" CommandParameter="NUMPAD2" Click="button_Click" Content="2"/>
</Grid>
<Grid Grid.Column="2" Grid.Row="3">
<Border Style="{StaticResource buttonBorder}" Background="Black" CornerRadius="4" />
<Button x:Name="button15" Background="WhiteSmoke"
Command="{Binding PressAndRelease}" CommandParameter="NUMPAD3" Click="button_Click" Content="3" />
</Grid>
<Grid Grid.Column="3" Grid.Row="2" Grid.RowSpan="3">
<Border Style="{StaticResource buttonBorder}" Background="Black" CornerRadius="4" />
<Button x:Name="button16"
Command="{Binding PressAndRelease}" CommandParameter="RETURN" Click="button_Click" Content="Enter"/>
</Grid>
<Grid Grid.ColumnSpan="2" Grid.Row="4">
<Border Style="{StaticResource buttonBorder}" Background="Black" CornerRadius="4" />
<Button x:Name="button17" Background="WhiteSmoke"
Command="{Binding PressAndRelease}" CommandParameter="NUMPAD0" Click="button_Click" Content="0" />
</Grid>
<Grid Grid.Column="2" Grid.Row="4">
<Border Style="{StaticResource buttonBorder}" Background="Black" CornerRadius="4" />
<Button x:Name="button19" Background="WhiteSmoke"
Command="{Binding PressAndRelease}" CommandParameter="DECIMAL" Click="button_Click" Content="." />
</Grid>
<Grid Grid.ColumnSpan="3">
<Border Style="{StaticResource buttonBorder}" Background="Black" CornerRadius="0" />
<Label Content="{Binding Result}" HorizontalContentAlignment="Right" Background="WhiteSmoke" Margin="4"/>
</Grid>
<Grid Grid.Column="3" >
<Border Style="{StaticResource buttonBorder}" Background="Black" CornerRadius="4" />
<Button x:Name="buttonEsc" Grid.Row="0"
Command="{Binding PressAndRelease}" CommandParameter="ESC" Click="button_Click" Content="Esc"/>
</Grid>
 
</Grid>
</Window>
/MKLiveView/v1.0/Source/KeyPad/Keypad.xaml.cs
0,0 → 1,92

 
/*
* Copyright (c) 2008, Andrzej Rusztowicz (ekus.net)
* All rights reserved.
 
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
 
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
 
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
 
* Neither the name of ekus.net nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
 
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
/*
* Added by Michele Cattafesta (mesta-automation.com) 29/2/2011
* The code has been totally rewritten to create a control that can be modified more easy even without knowing the MVVM pattern.
* If you need to check the original source code you can download it here: http://wosk.codeplex.com/
*/
using System;
using System.Windows;
using System.Windows.Controls;
using System.ComponentModel;
 
namespace KeyPad
{
/// <summary>
/// Logica di interazione per MainWindow.xaml
/// </summary>
public partial class Keypad : Window,INotifyPropertyChanged
{
#region Public Properties
 
private string _result;
public string Result
{
get { return _result; }
set { _result = value; this.OnPropertyChanged("Result"); }
}
 
#endregion
public Keypad(Window owner)
{
InitializeComponent();
this.Owner = owner;
this.DataContext = this;
}
 
private void button_Click(object sender, RoutedEventArgs e)
{
Button button = sender as Button;
switch (button.CommandParameter.ToString())
{
case "ESC":
this.DialogResult = false;
break;
 
case "RETURN":
this.DialogResult = true;
break;
 
case "BACK":
if (Result.Length > 0)
Result = Result.Remove(Result.Length - 1);
break;
 
default:
Result += button.Content.ToString();
break;
}
}
 
#region INotifyPropertyChanged members
 
public event PropertyChangedEventHandler PropertyChanged;
private void OnPropertyChanged(String info)
{
if (PropertyChanged != null)
{
PropertyChanged(this, new PropertyChangedEventArgs(info));
}
}
 
#endregion
 
}
}
/MKLiveView/v1.0/Source/KeyPad/Properties/AssemblyInfo.cs
0,0 → 1,55
using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;
 
// Le informazioni generali relative a un assembly sono controllate dal seguente
// set di attributi. Per modificare le informazioni associate a un assembly
// occorre quindi modificare i valori di questi attributi.
[assembly: AssemblyTitle("KeyPad")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("KeyPad")]
[assembly: AssemblyCopyright("Copyright © 2012")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
 
// Se si imposta ComVisible su false, i tipi in questo assembly non saranno visibili
// ai componenti COM. Se è necessario accedere a un tipo in questo assembly da
// COM, impostare su true l'attributo ComVisible per tale tipo.
[assembly: ComVisible(false)]
 
//Per iniziare la compilazione delle applicazioni localizzabili, impostare
//<UICulture>CultureYouAreCodingWith</UICulture> nel file .csproj
//all'interno di un <PropertyGroup>. Ad esempio, se si utilizza l'inglese (Stati Uniti)
//nei file di origine, impostare <UICulture> su en-US. Rimuovere quindi il commento dall'attributo
//NeutralResourceLanguage riportato di seguito. Aggiornare "en-US" nella
//riga sottostante in modo che corrisponda all'impostazione UICulture nel file di progetto.
 
//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
 
 
[assembly: ThemeInfo(
ResourceDictionaryLocation.None, //dove si trovano i dizionari delle risorse specifiche del tema
//(in uso se non è possibile trovare una risorsa nella pagina
// oppure nei dizionari delle risorse dell'applicazione)
ResourceDictionaryLocation.SourceAssembly //dove si trova il dizionario delle risorse generiche
//(in uso se non è possibile trovare una risorsa nella pagina,
// nell'applicazione o nei dizionari delle risorse specifiche del tema)
)]
 
 
// Le informazioni sulla versione di un assembly sono costituite dai seguenti quattro valori:
//
// Numero di versione principale
// Numero di versione secondario
// Numero build
// Revisione
//
// È possibile specificare tutti i valori oppure impostare valori predefiniti per i numeri relativi alla revisione e alla build
// utilizzando l'asterisco (*) come descritto di seguito:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
/MKLiveView/v1.0/Source/KeyPad/Properties/Resources.Designer.cs
0,0 → 1,71
//------------------------------------------------------------------------------
// <auto-generated>
// Codice generato da uno strumento.
// Versione runtime:4.0.30319.239
//
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse
// se il codice viene rigenerato.
// </auto-generated>
//------------------------------------------------------------------------------
 
namespace KeyPad.Properties
{
 
 
/// <summary>
/// Classe di risorse fortemente tipizzata per la ricerca di stringhe localizzate e così via.
/// </summary>
// Questa classe è stata generata automaticamente dalla classe StronglyTypedResourceBuilder
// tramite uno strumento quale ResGen o Visual Studio.
// Per aggiungere o rimuovere un membro, modificare il file con estensione .ResX, quindi eseguire di nuovo ResGen
// con l'opzione /str oppure ricompilare il progetto VS.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources
{
 
private static global::System.Resources.ResourceManager resourceMan;
 
private static global::System.Globalization.CultureInfo resourceCulture;
 
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources()
{
}
 
/// <summary>
/// Restituisce l'istanza di ResourceManager nella cache utilizzata da questa classe.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager
{
get
{
if ((resourceMan == null))
{
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("KeyPad.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
 
/// <summary>
/// Esegue l'override della proprietà CurrentUICulture del thread corrente per tutte
/// le ricerche di risorse che utilizzano questa classe di risorse fortemente tipizzata.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture
{
get
{
return resourceCulture;
}
set
{
resourceCulture = value;
}
}
}
}
/MKLiveView/v1.0/Source/KeyPad/Properties/Resources.resx
0,0 → 1,117
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
 
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>
/MKLiveView/v1.0/Source/KeyPad/Properties/Settings.Designer.cs
0,0 → 1,30
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.239
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
 
namespace KeyPad.Properties
{
 
 
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
{
 
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
 
public static Settings Default
{
get
{
return defaultInstance;
}
}
}
}
/MKLiveView/v1.0/Source/KeyPad/Properties/Settings.settings
0,0 → 1,7
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="uri:settings" CurrentProfile="(Default)">
<Profiles>
<Profile Name="(Default)" />
</Profiles>
<Settings />
</SettingsFile>
/MKLiveView/v1.0/Source/KeyPad/app.config
0,0 → 1,3
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
</configuration>
/MKLiveView/v1.0/Source/KeyPad/bin/Debug/KeyPad.dll
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/KeyPad/bin/Debug/KeyPad.dll.config
0,0 → 1,3
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
</configuration>
/MKLiveView/v1.0/Source/KeyPad/bin/Debug/KeyPad.pdb
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/KeyPad/bin/Debug/KeyPad.vshost.exe
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/KeyPad/bin/Debug/KeyPad.vshost.exe.config
0,0 → 1,3
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
</configuration>
/MKLiveView/v1.0/Source/KeyPad/obj/x86/Debug/App.g.i.cs
0,0 → 1,54
#pragma checksum "..\..\..\App.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "010EEB9368DA917FD803F2A4E29B6D17"
//------------------------------------------------------------------------------
// <auto-generated>
// Il codice è stato generato da uno strumento.
// Versione runtime:4.0.30319.239
//
// Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
// il codice viene rigenerato.
// </auto-generated>
//------------------------------------------------------------------------------
 
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace KeyPad {
/// <summary>
/// App
/// </summary>
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public partial class App : System.Windows.Application {
/// <summary>
/// Application Entry Point.
/// </summary>
[System.STAThreadAttribute()]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public static void Main() {
KeyPad.App app = new KeyPad.App();
app.Run();
}
}
}
 
/MKLiveView/v1.0/Source/KeyPad/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/KeyPad/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/KeyPad/obj/x86/Debug/GenerateResource.read.1.tlog
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/KeyPad/obj/x86/Debug/GenerateResource.write.1.tlog
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/KeyPad/obj/x86/Debug/KeyPad.Properties.Resources.resources
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/KeyPad/obj/x86/Debug/KeyPad.csproj.FileListAbsolute.txt
0,0 → 1,41
c:\users\michele\documents\visual studio 2010\Projects\KeyPad\KeyPad\bin\Debug\KeyPad.exe
c:\users\michele\documents\visual studio 2010\Projects\KeyPad\KeyPad\bin\Debug\KeyPad.pdb
c:\users\michele\documents\visual studio 2010\Projects\KeyPad\KeyPad\obj\x86\Debug\ResolveAssemblyReference.cache
c:\users\michele\documents\visual studio 2010\Projects\KeyPad\KeyPad\obj\x86\Debug\App.g.cs
c:\users\michele\documents\visual studio 2010\Projects\KeyPad\KeyPad\obj\x86\Debug\KeyPad_MarkupCompile.cache
c:\users\michele\documents\visual studio 2010\Projects\KeyPad\KeyPad\obj\x86\Debug\KeyPad.g.resources
c:\users\michele\documents\visual studio 2010\Projects\KeyPad\KeyPad\obj\x86\Debug\KeyPad.Properties.Resources.resources
c:\users\michele\documents\visual studio 2010\Projects\KeyPad\KeyPad\obj\x86\Debug\GenerateResource.read.1.tlog
c:\users\michele\documents\visual studio 2010\Projects\KeyPad\KeyPad\obj\x86\Debug\GenerateResource.write.1.tlog
c:\users\michele\documents\visual studio 2010\Projects\KeyPad\KeyPad\obj\x86\Debug\KeyPad.exe
c:\users\michele\documents\visual studio 2010\Projects\KeyPad\KeyPad\obj\x86\Debug\KeyPad.pdb
C:\Users\Michele\documents\visual studio 2010\Projects\KeyPad\KeyPad\obj\x86\Debug\Window1.baml
C:\Users\Michele\documents\visual studio 2010\Projects\KeyPad\KeyPad\obj\x86\Debug\Window1.g.cs
C:\Users\Michele\documents\visual studio 2010\Projects\KeyPad\KeyPad\obj\x86\Debug\Keypad.baml
C:\Users\Michele\documents\visual studio 2010\Projects\KeyPad\KeyPad\obj\x86\Debug\Keypad.g.cs
C:\Users\Michele\documents\visual studio 2010\Projects\KeyPad\KeyPad\bin\Debug\KeyPad.exe.config
C:\Users\mesta\Desktop\KeyPad\KeyPad\obj\x86\Debug\KeyPad.pdb
C:\Users\mesta\Desktop\KeyPad\KeyPad\bin\Debug\KeyPad.pdb
C:\Users\mesta\Desktop\KeyPad\KeyPad\obj\x86\Debug\ResolveAssemblyReference.cache
C:\Users\mesta\Desktop\KeyPad\KeyPad\obj\x86\Debug\Keypad.baml
C:\Users\mesta\Desktop\KeyPad\KeyPad\obj\x86\Debug\Keypad.g.cs
C:\Users\mesta\Desktop\KeyPad\KeyPad\obj\x86\Debug\KeyPad_MarkupCompile.cache
C:\Users\mesta\Desktop\KeyPad\KeyPad\obj\x86\Debug\KeyPad.g.resources
C:\Users\mesta\Desktop\KeyPad\KeyPad\obj\x86\Debug\KeyPad.Properties.Resources.resources
C:\Users\mesta\Desktop\KeyPad\KeyPad\obj\x86\Debug\GenerateResource.read.1.tlog
C:\Users\mesta\Desktop\KeyPad\KeyPad\obj\x86\Debug\GenerateResource.write.1.tlog
C:\Users\mesta\Desktop\KeyPad\KeyPad\bin\Debug\KeyPad.dll.config
C:\Users\mesta\Desktop\KeyPad\KeyPad\bin\Debug\KeyPad.dll
C:\Users\mesta\Desktop\KeyPad\KeyPad\obj\x86\Debug\KeyPad.dll
E:\VS Projekts\WPF\KeyPad\KeyPad\bin\Debug\KeyPad.dll.config
E:\VS Projekts\WPF\KeyPad\KeyPad\bin\Debug\KeyPad.dll
E:\VS Projekts\WPF\KeyPad\KeyPad\bin\Debug\KeyPad.pdb
E:\VS Projekts\WPF\KeyPad\KeyPad\obj\x86\Debug\KeyPad.csprojResolveAssemblyReference.cache
E:\VS Projekts\WPF\KeyPad\KeyPad\obj\x86\Debug\Keypad.baml
E:\VS Projekts\WPF\KeyPad\KeyPad\obj\x86\Debug\Keypad.g.cs
E:\VS Projekts\WPF\KeyPad\KeyPad\obj\x86\Debug\KeyPad_MarkupCompile.cache
E:\VS Projekts\WPF\KeyPad\KeyPad\obj\x86\Debug\KeyPad.g.resources
E:\VS Projekts\WPF\KeyPad\KeyPad\obj\x86\Debug\KeyPad.Properties.Resources.resources
E:\VS Projekts\WPF\KeyPad\KeyPad\obj\x86\Debug\KeyPad.csproj.GenerateResource.Cache
E:\VS Projekts\WPF\KeyPad\KeyPad\obj\x86\Debug\KeyPad.dll
E:\VS Projekts\WPF\KeyPad\KeyPad\obj\x86\Debug\KeyPad.pdb
/MKLiveView/v1.0/Source/KeyPad/obj/x86/Debug/KeyPad.csproj.GenerateResource.Cache
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/KeyPad/obj/x86/Debug/KeyPad.csprojResolveAssemblyReference.cache
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/KeyPad/obj/x86/Debug/KeyPad.dll
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/KeyPad/obj/x86/Debug/KeyPad.g.resources
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/KeyPad/obj/x86/Debug/KeyPad.pdb
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/KeyPad/obj/x86/Debug/KeyPad_MarkupCompile.cache
0,0 → 1,20
KeyPad
 
 
library
C#
.cs
E:\VS Projekts\WPF\KeyPad\KeyPad\obj\x86\Debug\
KeyPad
none
false
DEBUG;TRACE
 
11274475397
 
4-1603083723
12-1381780322
Keypad.xaml;
 
False
 
/MKLiveView/v1.0/Source/KeyPad/obj/x86/Debug/KeyPad_MarkupCompile.i.cache
0,0 → 1,20
KeyPad
 
 
library
C#
.cs
E:\VS Projekts\WPF\KeyPad\KeyPad\obj\x86\Debug\
KeyPad
none
false
DEBUG;TRACE
 
11274475397
 
51883802014
12-1381780322
Keypad.xaml;
 
False
 
/MKLiveView/v1.0/Source/KeyPad/obj/x86/Debug/Keypad.baml
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/KeyPad/obj/x86/Debug/Keypad.g.cs
0,0 → 1,315
#pragma checksum "..\..\..\Keypad.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "38201DB62792096EB728AD419DFA8166"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace KeyPad {
/// <summary>
/// Keypad
/// </summary>
public partial class Keypad : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 119 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button5;
#line default
#line hidden
#line 124 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button6;
#line default
#line hidden
#line 129 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button7;
#line default
#line hidden
#line 134 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button8;
#line default
#line hidden
#line 140 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button9;
#line default
#line hidden
#line 145 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button10;
#line default
#line hidden
#line 150 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button11;
#line default
#line hidden
#line 155 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button13;
#line default
#line hidden
#line 160 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button14;
#line default
#line hidden
#line 165 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button15;
#line default
#line hidden
#line 170 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button16;
#line default
#line hidden
#line 175 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button17;
#line default
#line hidden
#line 180 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button19;
#line default
#line hidden
#line 189 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonEsc;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/KeyPad;component/keypad.xaml", System.UriKind.Relative);
#line 1 "..\..\..\Keypad.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.button5 = ((System.Windows.Controls.Button)(target));
#line 120 "..\..\..\Keypad.xaml"
this.button5.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 2:
this.button6 = ((System.Windows.Controls.Button)(target));
#line 125 "..\..\..\Keypad.xaml"
this.button6.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 3:
this.button7 = ((System.Windows.Controls.Button)(target));
#line 130 "..\..\..\Keypad.xaml"
this.button7.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 4:
this.button8 = ((System.Windows.Controls.Button)(target));
#line 134 "..\..\..\Keypad.xaml"
this.button8.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 5:
this.button9 = ((System.Windows.Controls.Button)(target));
#line 141 "..\..\..\Keypad.xaml"
this.button9.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 6:
this.button10 = ((System.Windows.Controls.Button)(target));
#line 146 "..\..\..\Keypad.xaml"
this.button10.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 7:
this.button11 = ((System.Windows.Controls.Button)(target));
#line 151 "..\..\..\Keypad.xaml"
this.button11.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 8:
this.button13 = ((System.Windows.Controls.Button)(target));
#line 156 "..\..\..\Keypad.xaml"
this.button13.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 9:
this.button14 = ((System.Windows.Controls.Button)(target));
#line 161 "..\..\..\Keypad.xaml"
this.button14.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 10:
this.button15 = ((System.Windows.Controls.Button)(target));
#line 166 "..\..\..\Keypad.xaml"
this.button15.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 11:
this.button16 = ((System.Windows.Controls.Button)(target));
#line 171 "..\..\..\Keypad.xaml"
this.button16.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 12:
this.button17 = ((System.Windows.Controls.Button)(target));
#line 176 "..\..\..\Keypad.xaml"
this.button17.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 13:
this.button19 = ((System.Windows.Controls.Button)(target));
#line 181 "..\..\..\Keypad.xaml"
this.button19.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 14:
this.buttonEsc = ((System.Windows.Controls.Button)(target));
#line 190 "..\..\..\Keypad.xaml"
this.buttonEsc.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/KeyPad/obj/x86/Debug/Keypad.g.i.cs
0,0 → 1,315
#pragma checksum "..\..\..\Keypad.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "38201DB62792096EB728AD419DFA8166"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace KeyPad {
/// <summary>
/// Keypad
/// </summary>
public partial class Keypad : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 119 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button5;
#line default
#line hidden
#line 124 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button6;
#line default
#line hidden
#line 129 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button7;
#line default
#line hidden
#line 134 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button8;
#line default
#line hidden
#line 140 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button9;
#line default
#line hidden
#line 145 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button10;
#line default
#line hidden
#line 150 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button11;
#line default
#line hidden
#line 155 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button13;
#line default
#line hidden
#line 160 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button14;
#line default
#line hidden
#line 165 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button15;
#line default
#line hidden
#line 170 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button16;
#line default
#line hidden
#line 175 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button17;
#line default
#line hidden
#line 180 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button19;
#line default
#line hidden
#line 189 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonEsc;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/KeyPad;component/keypad.xaml", System.UriKind.Relative);
#line 1 "..\..\..\Keypad.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.button5 = ((System.Windows.Controls.Button)(target));
#line 120 "..\..\..\Keypad.xaml"
this.button5.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 2:
this.button6 = ((System.Windows.Controls.Button)(target));
#line 125 "..\..\..\Keypad.xaml"
this.button6.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 3:
this.button7 = ((System.Windows.Controls.Button)(target));
#line 130 "..\..\..\Keypad.xaml"
this.button7.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 4:
this.button8 = ((System.Windows.Controls.Button)(target));
#line 134 "..\..\..\Keypad.xaml"
this.button8.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 5:
this.button9 = ((System.Windows.Controls.Button)(target));
#line 141 "..\..\..\Keypad.xaml"
this.button9.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 6:
this.button10 = ((System.Windows.Controls.Button)(target));
#line 146 "..\..\..\Keypad.xaml"
this.button10.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 7:
this.button11 = ((System.Windows.Controls.Button)(target));
#line 151 "..\..\..\Keypad.xaml"
this.button11.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 8:
this.button13 = ((System.Windows.Controls.Button)(target));
#line 156 "..\..\..\Keypad.xaml"
this.button13.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 9:
this.button14 = ((System.Windows.Controls.Button)(target));
#line 161 "..\..\..\Keypad.xaml"
this.button14.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 10:
this.button15 = ((System.Windows.Controls.Button)(target));
#line 166 "..\..\..\Keypad.xaml"
this.button15.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 11:
this.button16 = ((System.Windows.Controls.Button)(target));
#line 171 "..\..\..\Keypad.xaml"
this.button16.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 12:
this.button17 = ((System.Windows.Controls.Button)(target));
#line 176 "..\..\..\Keypad.xaml"
this.button17.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 13:
this.button19 = ((System.Windows.Controls.Button)(target));
#line 181 "..\..\..\Keypad.xaml"
this.button19.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 14:
this.buttonEsc = ((System.Windows.Controls.Button)(target));
#line 190 "..\..\..\Keypad.xaml"
this.buttonEsc.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/KeyPad/obj/x86/Debug/Keypad1.g.i.cs
0,0 → 1,73
#pragma checksum "..\..\..\Keypad1.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "EA2CED786C6AE1A4B75F5BE51A862F88"
//------------------------------------------------------------------------------
// <auto-generated>
// Il codice è stato generato da uno strumento.
// Versione runtime:4.0.30319.239
//
// Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
// il codice viene rigenerato.
// </auto-generated>
//------------------------------------------------------------------------------
 
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace KeyPad {
/// <summary>
/// Keypad1
/// </summary>
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public partial class Keypad1 : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/KeyPad;component/keypad1.xaml", System.UriKind.Relative);
#line 1 "..\..\..\Keypad1.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/KeyPad/obj/x86/Debug/MainWindow.g.i.cs
0,0 → 1,308
#pragma checksum "..\..\..\MainWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "323D617304D7E67F306321287F4F99BC"
//------------------------------------------------------------------------------
// <auto-generated>
// Il codice è stato generato da uno strumento.
// Versione runtime:4.0.30319.239
//
// Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
// il codice viene rigenerato.
// </auto-generated>
//------------------------------------------------------------------------------
 
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace KeyPad {
/// <summary>
/// MainWindow
/// </summary>
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 140 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button5;
#line default
#line hidden
#line 142 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button6;
#line default
#line hidden
#line 144 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button7;
#line default
#line hidden
#line 146 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button8;
#line default
#line hidden
#line 149 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button9;
#line default
#line hidden
#line 151 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button10;
#line default
#line hidden
#line 153 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button11;
#line default
#line hidden
#line 155 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button13;
#line default
#line hidden
#line 157 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button14;
#line default
#line hidden
#line 159 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button15;
#line default
#line hidden
#line 161 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button16;
#line default
#line hidden
#line 163 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button17;
#line default
#line hidden
#line 165 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button19;
#line default
#line hidden
#line 168 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonEsc;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/KeyPad;component/mainwindow.xaml", System.UriKind.Relative);
#line 1 "..\..\..\MainWindow.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.button5 = ((System.Windows.Controls.Button)(target));
#line 141 "..\..\..\MainWindow.xaml"
this.button5.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 2:
this.button6 = ((System.Windows.Controls.Button)(target));
#line 143 "..\..\..\MainWindow.xaml"
this.button6.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 3:
this.button7 = ((System.Windows.Controls.Button)(target));
#line 145 "..\..\..\MainWindow.xaml"
this.button7.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 4:
this.button8 = ((System.Windows.Controls.Button)(target));
return;
case 5:
this.button9 = ((System.Windows.Controls.Button)(target));
#line 150 "..\..\..\MainWindow.xaml"
this.button9.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 6:
this.button10 = ((System.Windows.Controls.Button)(target));
#line 152 "..\..\..\MainWindow.xaml"
this.button10.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 7:
this.button11 = ((System.Windows.Controls.Button)(target));
#line 154 "..\..\..\MainWindow.xaml"
this.button11.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 8:
this.button13 = ((System.Windows.Controls.Button)(target));
#line 156 "..\..\..\MainWindow.xaml"
this.button13.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 9:
this.button14 = ((System.Windows.Controls.Button)(target));
#line 158 "..\..\..\MainWindow.xaml"
this.button14.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 10:
this.button15 = ((System.Windows.Controls.Button)(target));
#line 160 "..\..\..\MainWindow.xaml"
this.button15.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 11:
this.button16 = ((System.Windows.Controls.Button)(target));
#line 162 "..\..\..\MainWindow.xaml"
this.button16.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 12:
this.button17 = ((System.Windows.Controls.Button)(target));
#line 164 "..\..\..\MainWindow.xaml"
this.button17.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 13:
this.button19 = ((System.Windows.Controls.Button)(target));
#line 166 "..\..\..\MainWindow.xaml"
this.button19.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 14:
this.buttonEsc = ((System.Windows.Controls.Button)(target));
#line 169 "..\..\..\MainWindow.xaml"
this.buttonEsc.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/KeyPad/obj/x86/Debug/TempPE/Properties.Resources.Designer.cs.dll
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/KeyPad/obj/x86/Debug/UserControl1.g.i.cs
0,0 → 1,73
#pragma checksum "..\..\..\UserControl1.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "3BA2EDE7F876882C4E427F3DC6C1D4FB"
//------------------------------------------------------------------------------
// <auto-generated>
// Il codice è stato generato da uno strumento.
// Versione runtime:4.0.30319.239
//
// Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
// il codice viene rigenerato.
// </auto-generated>
//------------------------------------------------------------------------------
 
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace KeyPad {
/// <summary>
/// UserControl1
/// </summary>
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public partial class UserControl1 : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/KeyPad;component/usercontrol1.xaml", System.UriKind.Relative);
#line 1 "..\..\..\UserControl1.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/KeyPad/obj/x86/Debug/Window1.g.i.cs
0,0 → 1,93
#pragma checksum "..\..\..\Window1.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "9979CCB478F200F00FB3718482D9DFBB"
//------------------------------------------------------------------------------
// <auto-generated>
// Il codice è stato generato da uno strumento.
// Versione runtime:4.0.30319.239
//
// Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
// il codice viene rigenerato.
// </auto-generated>
//------------------------------------------------------------------------------
 
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace KeyPad {
/// <summary>
/// Window1
/// </summary>
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public partial class Window1 : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 6 "..\..\..\Window1.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBox1;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/KeyPad;component/window1.xaml", System.UriKind.Relative);
#line 1 "..\..\..\Window1.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.textBox1 = ((System.Windows.Controls.TextBox)(target));
#line 6 "..\..\..\Window1.xaml"
this.textBox1.PreviewMouseUp += new System.Windows.Input.MouseButtonEventHandler(this.textBox1_PreviewMouseUp);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}