Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 2501 → Rev 2502

/MKLiveView/v1.0/Source/MKLiveView/KeyPad/.vs/KeyPad/v14/.suo
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/MKLiveView/KeyPad/KeyPad.csproj
0,0 → 1,122
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.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.5.2</TargetFrameworkVersion>
<TargetFrameworkProfile>
</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>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<StartupObject />
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
</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/MKLiveView/KeyPad/KeyPad.csproj.user
0,0 → 1,9
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<EnableUnmanagedDebugging>true</EnableUnmanagedDebugging>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<EnableUnmanagedDebugging>true</EnableUnmanagedDebugging>
</PropertyGroup>
</Project>
/MKLiveView/v1.0/Source/MKLiveView/KeyPad/KeyPad.sln
0,0 → 1,22

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KeyPad", "KeyPad.csproj", "{3ADBFF38-915C-4115-9CDD-81C0CAD9733A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3ADBFF38-915C-4115-9CDD-81C0CAD9733A}.Debug|x86.ActiveCfg = Debug|x86
{3ADBFF38-915C-4115-9CDD-81C0CAD9733A}.Debug|x86.Build.0 = Debug|x86
{3ADBFF38-915C-4115-9CDD-81C0CAD9733A}.Release|x86.ActiveCfg = Release|x86
{3ADBFF38-915C-4115-9CDD-81C0CAD9733A}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
/MKLiveView/v1.0/Source/MKLiveView/KeyPad/Keypad.xaml
0,0 → 1,201
<Window x:Class="KeyPad.Keypad"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:KeyPad"
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"
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"
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"
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" 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"
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"
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"
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"
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"
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"
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"
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"
CommandParameter="NUMPAD0" Click="button_Click" Content="0" />
</Grid>
<Grid x:Name="gDecimal" Grid.Column="2" Grid.Row="4">
<Border Style="{StaticResource buttonBorder}" Background="Black" CornerRadius="4" />
<Button x:Name="button19" Background="WhiteSmoke"
CommandParameter="DECIMAL" Click="button_Click" Content="," />
</Grid>
<Grid Grid.ColumnSpan="3">
<Border Style="{StaticResource buttonBorder}" Background="Black" CornerRadius="0" >
<!--<TextBox x:Name="textBox" HorizontalAlignment="Left" Height="49" Text="{Binding Result}" VerticalAlignment="Top" Width="212" AllowDrop="False" IsUndoEnabled="False" IsReadOnly="True"/>-->
</Border>
<Label Content="{Binding Result}" HorizontalContentAlignment="Right" Background="WhiteSmoke" Margin="4" Visibility="Hidden"/>
<TextBox x:Name="textBox" HorizontalAlignment="Left" Height="49" Margin="4,4,0,0" Text="{Binding Result}" VerticalAlignment="Top" Width="212" FontSize="24" MaxLines="1" KeyDown="OnKeyDown" TextChanged="OnTextChanged"/>
 
</Grid>
<Grid Grid.Column="3" >
<Border Style="{StaticResource buttonBorder}" Background="Black" CornerRadius="4" />
<Button x:Name="buttonClear" Grid.Row="0"
CommandParameter="Clear" Click="button_Click" Content="C"/>
<!--<Button x:Name="buttonEsc" Grid.Row="0"
Command="{Binding PressAndRelease}" CommandParameter="ESC" Click="button_Click" Content="Esc"/>-->
</Grid>
 
</Grid>
</Window>
/MKLiveView/v1.0/Source/MKLiveView/KeyPad/Keypad.xaml.cs
0,0 → 1,201

 
/*
* 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;
using System.Windows.Input;
 
namespace KeyPad
{
/// <summary>
/// Logica di interazione per MainWindow.xaml
/// </summary>
public partial class Keypad : Window,INotifyPropertyChanged
{
 
private string _result;
int length = 0;
double min = 0, max = 0;
bool bDec = true;
#region Public Properties
public double MIN
{
get { return min; }
set { min = value; }
}
public double MAX
{
get { return max; }
set { max = value; }
}
public int LENGTH
{
get { return length; }
set { length = value; }
}
public string Result
{
get { return _result; }
set { _result = value; this.OnPropertyChanged("Result"); }
}
public void disableDecimal()
{
gDecimal.Visibility = Visibility.Hidden;
bDec = false;
}
#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 "Clear":
Result = "";
break;
 
case "ESC":
this.DialogResult = false;
break;
 
case "RETURN":
double result1;
Result = LeaveOnlyNumbers(Result);
if (Double.TryParse(Result, out result1))
if (result1 <= max && result1 >= min && Result.Length <= length)
this.DialogResult = true;
break;
 
case "BACK":
if (Result.Length > 0)
Result = Result.Remove(Result.Length - 1);
break;
 
default:
string tmp = Result + button.Content.ToString();
if(checkValid(tmp))
Result += button.Content.ToString();
break;
}
}
 
private string LeaveOnlyNumbers(String inString)
{
string pattern;
if (bDec)
pattern = @"(0(?![0-9])|([1-9]\d*))+(\,\d+)?";
else
pattern = @"(0(?![0-9])|([1-9]\d*))+";
string tmp;
tmp = System.Text.RegularExpressions.Regex.Match(inString, pattern).Value;
return tmp;
}
 
 
#region INotifyPropertyChanged members
 
public event PropertyChangedEventHandler PropertyChanged;
 
 
private void OnPropertyChanged(String info)
{
if (PropertyChanged != null)
{
PropertyChanged(this, new PropertyChangedEventArgs(info));
}
}
#endregion
private bool IsNumberKey(Key inKey)
{
if ((inKey < Key.D0 || inKey > Key.D9) & (inKey != Key.Decimal && inKey != Key.OemComma))
{
if ((inKey < Key.NumPad0 || inKey > Key.NumPad9) & (inKey != Key.Decimal && inKey != Key.OemComma))
{
return false;
}
}
if ((inKey == Key.Decimal || inKey == Key.OemComma) & (textBox.Text.Contains(",")||!bDec))
return false;
 
return true;
}
 
private bool IsDelOrBackspaceOrTabKey(Key inKey)
{
return inKey == Key.Delete || inKey == Key.Back;
}
 
bool checkValid(string tmp)
{
double result;
if (Double.TryParse(tmp, out result))
{
if (result <= max && tmp.Length <= length)
return true;
}
 
return false;
}
#region Event Functions
protected void OnKeyDown(object sender, KeyEventArgs e)
{
if (e.Key == System.Windows.Input.Key.Return)
button_Click(button16, null);
else
{
if (!IsNumberKey(e.Key) && !IsDelOrBackspaceOrTabKey(e.Key))
e.Handled = true;
else
{
if ((e.Key != Key.Decimal && e.Key != Key.OemComma))
{
string tmp = e.Key.ToString().Replace("NumPad", "");
tmp = tmp.Replace("D", "");
tmp = ((TextBox)sender).Text + tmp;
if (checkValid(tmp))
e.Handled = false;
else
e.Handled = true;
}
}
}
}
 
protected void OnTextChanged(object sender, TextChangedEventArgs e)
{
Result = ((TextBox)sender).Text;
}
 
#endregion
 
 
 
}
}
/MKLiveView/v1.0/Source/MKLiveView/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/MKLiveView/KeyPad/Properties/Resources.Designer.cs
0,0 → 1,63
//------------------------------------------------------------------------------
// <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>
//------------------------------------------------------------------------------
 
namespace KeyPad.Properties {
using System;
/// <summary>
/// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
/// </summary>
// Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert
// -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert.
// Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen
// mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu.
[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>
/// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("KeyPad.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
/// Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
/// </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/MKLiveView/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/MKLiveView/KeyPad/Properties/Settings.Designer.cs
0,0 → 1,26
//------------------------------------------------------------------------------
// <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>
//------------------------------------------------------------------------------
 
namespace KeyPad.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.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/MKLiveView/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/MKLiveView/KeyPad/app.config
0,0 → 1,3
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/></startup></configuration>
/MKLiveView/v1.0/Source/MKLiveView/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/MKLiveView/KeyPad/bin/Debug/KeyPad.dll.config
0,0 → 1,3
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/></startup></configuration>
/MKLiveView/v1.0/Source/MKLiveView/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/MKLiveView/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/MKLiveView/KeyPad/bin/Debug/KeyPad.vshost.exe.config
0,0 → 1,3
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
</configuration>
/MKLiveView/v1.0/Source/MKLiveView/KeyPad/bin/Release/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/MKLiveView/KeyPad/bin/Release/KeyPad.dll.config
0,0 → 1,3
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/></startup></configuration>
/MKLiveView/v1.0/Source/MKLiveView/KeyPad/bin/Release/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/MKLiveView/KeyPad/bin/x64/Release/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/MKLiveView/KeyPad/bin/x64/Release/KeyPad.dll.config
0,0 → 1,3
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
</configuration>
/MKLiveView/v1.0/Source/MKLiveView/KeyPad/bin/x64/Release/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/MKLiveView/KeyPad/obj/x64/Release/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/MKLiveView/KeyPad/obj/x64/Release/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/MKLiveView/KeyPad/obj/x64/Release/KeyPad.csproj.FileListAbsolute.txt
0,0 → 1,12
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\bin\x64\Release\KeyPad.dll.config
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\bin\x64\Release\KeyPad.dll
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\bin\x64\Release\KeyPad.pdb
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\obj\x64\Release\Keypad.g.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\obj\x64\Release\KeyPad_MarkupCompile.cache
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\obj\x64\Release\KeyPad_MarkupCompile.lref
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\obj\x64\Release\Keypad.baml
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\obj\x64\Release\KeyPad.g.resources
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\obj\x64\Release\KeyPad.Properties.Resources.resources
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\obj\x64\Release\KeyPad.csproj.GenerateResource.Cache
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\obj\x64\Release\KeyPad.dll
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\obj\x64\Release\KeyPad.pdb
/MKLiveView/v1.0/Source/MKLiveView/KeyPad/obj/x64/Release/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/MKLiveView/KeyPad/obj/x64/Release/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/MKLiveView/KeyPad/obj/x64/Release/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/MKLiveView/KeyPad/obj/x64/Release/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/MKLiveView/KeyPad/obj/x64/Release/KeyPad_MarkupCompile.cache
0,0 → 1,20
KeyPad
 
 
library
C#
.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\obj\x64\Release\
KeyPad
none
false
DEBUG;TRACE
 
11274475397
 
4-1603083723
12-1381780322
Keypad.xaml;
 
False
 
/MKLiveView/v1.0/Source/MKLiveView/KeyPad/obj/x64/Release/KeyPad_MarkupCompile.i.cache
0,0 → 1,20
KeyPad
 
 
library
C#
.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\obj\x64\Release\
KeyPad
none
false
DEBUG;TRACE
 
11274475397
 
5-425624737
12-1381780322
Keypad.xaml;
 
False
 
/MKLiveView/v1.0/Source/MKLiveView/KeyPad/obj/x64/Release/KeyPad_MarkupCompile.lref
0,0 → 1,4

 
FE:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\Keypad.xaml;;
 
/MKLiveView/v1.0/Source/MKLiveView/KeyPad/obj/x64/Release/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/MKLiveView/KeyPad/obj/x64/Release/Keypad.g.cs
0,0 → 1,350
#pragma checksum "..\..\..\Keypad.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "B7DF6A30F4EDDAA7F28536C6B93B72FF"
//------------------------------------------------------------------------------
// <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 KeyPad;
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 120 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button5;
#line default
#line hidden
#line 125 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button6;
#line default
#line hidden
#line 130 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button7;
#line default
#line hidden
#line 135 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button8;
#line default
#line hidden
#line 141 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button9;
#line default
#line hidden
#line 146 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button10;
#line default
#line hidden
#line 151 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button11;
#line default
#line hidden
#line 156 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button13;
#line default
#line hidden
#line 161 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button14;
#line default
#line hidden
#line 166 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button15;
#line default
#line hidden
#line 171 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button16;
#line default
#line hidden
#line 176 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button17;
#line default
#line hidden
#line 179 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid gDecimal;
#line default
#line hidden
#line 181 "..\..\..\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.TextBox textBox;
#line default
#line hidden
#line 194 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonClear;
#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 121 "..\..\..\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 126 "..\..\..\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 131 "..\..\..\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 135 "..\..\..\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 142 "..\..\..\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 147 "..\..\..\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 152 "..\..\..\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 157 "..\..\..\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 162 "..\..\..\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 167 "..\..\..\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 172 "..\..\..\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 177 "..\..\..\Keypad.xaml"
this.button17.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 13:
this.gDecimal = ((System.Windows.Controls.Grid)(target));
return;
case 14:
this.button19 = ((System.Windows.Controls.Button)(target));
#line 182 "..\..\..\Keypad.xaml"
this.button19.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 15:
this.textBox = ((System.Windows.Controls.TextBox)(target));
#line 189 "..\..\..\Keypad.xaml"
this.textBox.KeyDown += new System.Windows.Input.KeyEventHandler(this.OnKeyDown);
#line default
#line hidden
#line 189 "..\..\..\Keypad.xaml"
this.textBox.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.OnTextChanged);
#line default
#line hidden
return;
case 16:
this.buttonClear = ((System.Windows.Controls.Button)(target));
#line 195 "..\..\..\Keypad.xaml"
this.buttonClear.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/MKLiveView/KeyPad/obj/x64/Release/Keypad.g.i.cs
0,0 → 1,350
#pragma checksum "..\..\..\Keypad.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "B7DF6A30F4EDDAA7F28536C6B93B72FF"
//------------------------------------------------------------------------------
// <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 KeyPad;
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 120 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button5;
#line default
#line hidden
#line 125 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button6;
#line default
#line hidden
#line 130 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button7;
#line default
#line hidden
#line 135 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button8;
#line default
#line hidden
#line 141 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button9;
#line default
#line hidden
#line 146 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button10;
#line default
#line hidden
#line 151 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button11;
#line default
#line hidden
#line 156 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button13;
#line default
#line hidden
#line 161 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button14;
#line default
#line hidden
#line 166 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button15;
#line default
#line hidden
#line 171 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button16;
#line default
#line hidden
#line 176 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button17;
#line default
#line hidden
#line 179 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid gDecimal;
#line default
#line hidden
#line 181 "..\..\..\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.TextBox textBox;
#line default
#line hidden
#line 194 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonClear;
#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 121 "..\..\..\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 126 "..\..\..\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 131 "..\..\..\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 135 "..\..\..\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 142 "..\..\..\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 147 "..\..\..\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 152 "..\..\..\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 157 "..\..\..\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 162 "..\..\..\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 167 "..\..\..\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 172 "..\..\..\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 177 "..\..\..\Keypad.xaml"
this.button17.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 13:
this.gDecimal = ((System.Windows.Controls.Grid)(target));
return;
case 14:
this.button19 = ((System.Windows.Controls.Button)(target));
#line 182 "..\..\..\Keypad.xaml"
this.button19.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 15:
this.textBox = ((System.Windows.Controls.TextBox)(target));
#line 189 "..\..\..\Keypad.xaml"
this.textBox.KeyDown += new System.Windows.Input.KeyEventHandler(this.OnKeyDown);
#line default
#line hidden
#line 189 "..\..\..\Keypad.xaml"
this.textBox.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.OnTextChanged);
#line default
#line hidden
return;
case 16:
this.buttonClear = ((System.Windows.Controls.Button)(target));
#line 195 "..\..\..\Keypad.xaml"
this.buttonClear.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/MKLiveView/KeyPad/obj/x64/Release/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/MKLiveView/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/MKLiveView/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/MKLiveView/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/MKLiveView/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/MKLiveView/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/MKLiveView/KeyPad/obj/x86/Debug/GeneratedInternalTypeHelper.g.i.cs
0,0 → 1,62
//------------------------------------------------------------------------------
// <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>
//------------------------------------------------------------------------------
 
namespace XamlGeneratedNamespace {
/// <summary>
/// GeneratedInternalTypeHelper
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public sealed class GeneratedInternalTypeHelper : System.Windows.Markup.InternalTypeHelper {
/// <summary>
/// CreateInstance
/// </summary>
protected override object CreateInstance(System.Type type, System.Globalization.CultureInfo culture) {
return System.Activator.CreateInstance(type, ((System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.NonPublic)
| (System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.CreateInstance)), null, null, culture);
}
/// <summary>
/// GetPropertyValue
/// </summary>
protected override object GetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, System.Globalization.CultureInfo culture) {
return propertyInfo.GetValue(target, System.Reflection.BindingFlags.Default, null, null, culture);
}
/// <summary>
/// SetPropertyValue
/// </summary>
protected override void SetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, object value, System.Globalization.CultureInfo culture) {
propertyInfo.SetValue(target, value, System.Reflection.BindingFlags.Default, null, null, culture);
}
/// <summary>
/// CreateDelegate
/// </summary>
protected override System.Delegate CreateDelegate(System.Type delegateType, object target, string handler) {
return ((System.Delegate)(target.GetType().InvokeMember("_CreateDelegate", (System.Reflection.BindingFlags.InvokeMethod
| (System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance)), null, target, new object[] {
delegateType,
handler}, null)));
}
/// <summary>
/// AddEventHandler
/// </summary>
protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) {
eventInfo.AddEventHandler(target, handler);
}
}
}
 
/MKLiveView/v1.0/Source/MKLiveView/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/MKLiveView/KeyPad/obj/x86/Debug/KeyPad.csproj.FileListAbsolute.txt
0,0 → 1,54
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
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\bin\Debug\KeyPad.dll.config
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\bin\Debug\KeyPad.dll
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\bin\Debug\KeyPad.pdb
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\obj\x86\Debug\Keypad.g.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\obj\x86\Debug\KeyPad_MarkupCompile.cache
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\obj\x86\Debug\KeyPad_MarkupCompile.lref
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\obj\x86\Debug\Keypad.baml
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\obj\x86\Debug\KeyPad.g.resources
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\obj\x86\Debug\KeyPad.Properties.Resources.resources
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\obj\x86\Debug\KeyPad.csproj.GenerateResource.Cache
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\obj\x86\Debug\KeyPad.dll
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\obj\x86\Debug\KeyPad.pdb
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\obj\x86\Debug\KeyPad.csprojResolveAssemblyReference.cache
/MKLiveView/v1.0/Source/MKLiveView/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/MKLiveView/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/MKLiveView/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/MKLiveView/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/MKLiveView/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/MKLiveView/KeyPad/obj/x86/Debug/KeyPad_MarkupCompile.cache
0,0 → 1,20
KeyPad
 
 
library
C#
.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\obj\x86\Debug\
KeyPad
none
false
DEBUG;TRACE
 
11274475397
 
4-1603083723
12197553524
Keypad.xaml;
 
False
 
/MKLiveView/v1.0/Source/MKLiveView/KeyPad/obj/x86/Debug/KeyPad_MarkupCompile.i.cache
0,0 → 1,20
KeyPad
 
 
library
C#
.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\obj\x86\Debug\
KeyPad
none
false
DEBUG;TRACE
 
11274475397
 
8-1756693457
12197553524
Keypad.xaml;
 
False
 
/MKLiveView/v1.0/Source/MKLiveView/KeyPad/obj/x86/Debug/KeyPad_MarkupCompile.lref
0,0 → 1,4

 
FE:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\Keypad.xaml;;
 
/MKLiveView/v1.0/Source/MKLiveView/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/MKLiveView/KeyPad/obj/x86/Debug/Keypad.g.cs
0,0 → 1,350
#pragma checksum "..\..\..\Keypad.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "B7DF6A30F4EDDAA7F28536C6B93B72FF"
//------------------------------------------------------------------------------
// <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 KeyPad;
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 120 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button5;
#line default
#line hidden
#line 125 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button6;
#line default
#line hidden
#line 130 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button7;
#line default
#line hidden
#line 135 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button8;
#line default
#line hidden
#line 141 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button9;
#line default
#line hidden
#line 146 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button10;
#line default
#line hidden
#line 151 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button11;
#line default
#line hidden
#line 156 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button13;
#line default
#line hidden
#line 161 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button14;
#line default
#line hidden
#line 166 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button15;
#line default
#line hidden
#line 171 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button16;
#line default
#line hidden
#line 176 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button17;
#line default
#line hidden
#line 179 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid gDecimal;
#line default
#line hidden
#line 181 "..\..\..\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.TextBox textBox;
#line default
#line hidden
#line 194 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonClear;
#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 121 "..\..\..\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 126 "..\..\..\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 131 "..\..\..\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 135 "..\..\..\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 142 "..\..\..\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 147 "..\..\..\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 152 "..\..\..\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 157 "..\..\..\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 162 "..\..\..\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 167 "..\..\..\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 172 "..\..\..\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 177 "..\..\..\Keypad.xaml"
this.button17.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 13:
this.gDecimal = ((System.Windows.Controls.Grid)(target));
return;
case 14:
this.button19 = ((System.Windows.Controls.Button)(target));
#line 182 "..\..\..\Keypad.xaml"
this.button19.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 15:
this.textBox = ((System.Windows.Controls.TextBox)(target));
#line 189 "..\..\..\Keypad.xaml"
this.textBox.KeyDown += new System.Windows.Input.KeyEventHandler(this.OnKeyDown);
#line default
#line hidden
#line 189 "..\..\..\Keypad.xaml"
this.textBox.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.OnTextChanged);
#line default
#line hidden
return;
case 16:
this.buttonClear = ((System.Windows.Controls.Button)(target));
#line 195 "..\..\..\Keypad.xaml"
this.buttonClear.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/MKLiveView/KeyPad/obj/x86/Debug/Keypad.g.i.cs
0,0 → 1,350
#pragma checksum "..\..\..\Keypad.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "B7DF6A30F4EDDAA7F28536C6B93B72FF"
//------------------------------------------------------------------------------
// <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 KeyPad;
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 120 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button5;
#line default
#line hidden
#line 125 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button6;
#line default
#line hidden
#line 130 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button7;
#line default
#line hidden
#line 135 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button8;
#line default
#line hidden
#line 141 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button9;
#line default
#line hidden
#line 146 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button10;
#line default
#line hidden
#line 151 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button11;
#line default
#line hidden
#line 156 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button13;
#line default
#line hidden
#line 161 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button14;
#line default
#line hidden
#line 166 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button15;
#line default
#line hidden
#line 171 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button16;
#line default
#line hidden
#line 176 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button17;
#line default
#line hidden
#line 179 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid gDecimal;
#line default
#line hidden
#line 181 "..\..\..\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.TextBox textBox;
#line default
#line hidden
#line 194 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonClear;
#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 121 "..\..\..\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 126 "..\..\..\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 131 "..\..\..\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 135 "..\..\..\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 142 "..\..\..\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 147 "..\..\..\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 152 "..\..\..\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 157 "..\..\..\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 162 "..\..\..\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 167 "..\..\..\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 172 "..\..\..\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 177 "..\..\..\Keypad.xaml"
this.button17.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 13:
this.gDecimal = ((System.Windows.Controls.Grid)(target));
return;
case 14:
this.button19 = ((System.Windows.Controls.Button)(target));
#line 182 "..\..\..\Keypad.xaml"
this.button19.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 15:
this.textBox = ((System.Windows.Controls.TextBox)(target));
#line 189 "..\..\..\Keypad.xaml"
this.textBox.KeyDown += new System.Windows.Input.KeyEventHandler(this.OnKeyDown);
#line default
#line hidden
#line 189 "..\..\..\Keypad.xaml"
this.textBox.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.OnTextChanged);
#line default
#line hidden
return;
case 16:
this.buttonClear = ((System.Windows.Controls.Button)(target));
#line 195 "..\..\..\Keypad.xaml"
this.buttonClear.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/MKLiveView/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/MKLiveView/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/MKLiveView/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/MKLiveView/KeyPad/obj/x86/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
/MKLiveView/v1.0/Source/MKLiveView/KeyPad/obj/x86/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--- obj/x86/Debug/UserControl1.g.i.cs (nonexistent)
+++ obj/x86/Debug/UserControl1.g.i.cs (revision 2502)
@@ -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/MKLiveView/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;
}
}
}
 
/MKLiveView/v1.0/Source/MKLiveView/KeyPad/obj/x86/Release/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/MKLiveView/KeyPad/obj/x86/Release/GeneratedInternalTypeHelper.g.i.cs
0,0 → 1,62
//------------------------------------------------------------------------------
// <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>
//------------------------------------------------------------------------------
 
namespace XamlGeneratedNamespace {
/// <summary>
/// GeneratedInternalTypeHelper
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public sealed class GeneratedInternalTypeHelper : System.Windows.Markup.InternalTypeHelper {
/// <summary>
/// CreateInstance
/// </summary>
protected override object CreateInstance(System.Type type, System.Globalization.CultureInfo culture) {
return System.Activator.CreateInstance(type, ((System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.NonPublic)
| (System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.CreateInstance)), null, null, culture);
}
/// <summary>
/// GetPropertyValue
/// </summary>
protected override object GetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, System.Globalization.CultureInfo culture) {
return propertyInfo.GetValue(target, System.Reflection.BindingFlags.Default, null, null, culture);
}
/// <summary>
/// SetPropertyValue
/// </summary>
protected override void SetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, object value, System.Globalization.CultureInfo culture) {
propertyInfo.SetValue(target, value, System.Reflection.BindingFlags.Default, null, null, culture);
}
/// <summary>
/// CreateDelegate
/// </summary>
protected override System.Delegate CreateDelegate(System.Type delegateType, object target, string handler) {
return ((System.Delegate)(target.GetType().InvokeMember("_CreateDelegate", (System.Reflection.BindingFlags.InvokeMethod
| (System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance)), null, target, new object[] {
delegateType,
handler}, null)));
}
/// <summary>
/// AddEventHandler
/// </summary>
protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) {
eventInfo.AddEventHandler(target, handler);
}
}
}
 
/MKLiveView/v1.0/Source/MKLiveView/KeyPad/obj/x86/Release/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/MKLiveView/KeyPad/obj/x86/Release/KeyPad.csproj.FileListAbsolute.txt
0,0 → 1,12
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\bin\Release\KeyPad.dll.config
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\bin\Release\KeyPad.dll
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\bin\Release\KeyPad.pdb
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\obj\x86\Release\Keypad.g.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\obj\x86\Release\KeyPad_MarkupCompile.cache
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\obj\x86\Release\KeyPad_MarkupCompile.lref
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\obj\x86\Release\Keypad.baml
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\obj\x86\Release\KeyPad.g.resources
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\obj\x86\Release\KeyPad.Properties.Resources.resources
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\obj\x86\Release\KeyPad.csproj.GenerateResource.Cache
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\obj\x86\Release\KeyPad.dll
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\obj\x86\Release\KeyPad.pdb
/MKLiveView/v1.0/Source/MKLiveView/KeyPad/obj/x86/Release/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/MKLiveView/KeyPad/obj/x86/Release/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/MKLiveView/KeyPad/obj/x86/Release/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/MKLiveView/KeyPad/obj/x86/Release/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/MKLiveView/KeyPad/obj/x86/Release/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/MKLiveView/KeyPad/obj/x86/Release/KeyPad_MarkupCompile.cache
0,0 → 1,20
KeyPad
 
 
library
C#
.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\obj\x86\Release\
KeyPad
none
false
DEBUG;TRACE
 
11274475397
 
4-1603083723
12197553524
Keypad.xaml;
 
False
 
/MKLiveView/v1.0/Source/MKLiveView/KeyPad/obj/x86/Release/KeyPad_MarkupCompile.i.cache
0,0 → 1,20
KeyPad
 
 
library
C#
.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\obj\x86\Release\
KeyPad
none
false
DEBUG;TRACE
 
11274475397
 
8-1450884764
12197553524
Keypad.xaml;
 
False
 
/MKLiveView/v1.0/Source/MKLiveView/KeyPad/obj/x86/Release/KeyPad_MarkupCompile.lref
0,0 → 1,4

 
FE:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\KeyPad\Keypad.xaml;;
 
/MKLiveView/v1.0/Source/MKLiveView/KeyPad/obj/x86/Release/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/MKLiveView/KeyPad/obj/x86/Release/Keypad.g.cs
0,0 → 1,350
#pragma checksum "..\..\..\Keypad.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "B7DF6A30F4EDDAA7F28536C6B93B72FF"
//------------------------------------------------------------------------------
// <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 KeyPad;
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 120 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button5;
#line default
#line hidden
#line 125 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button6;
#line default
#line hidden
#line 130 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button7;
#line default
#line hidden
#line 135 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button8;
#line default
#line hidden
#line 141 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button9;
#line default
#line hidden
#line 146 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button10;
#line default
#line hidden
#line 151 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button11;
#line default
#line hidden
#line 156 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button13;
#line default
#line hidden
#line 161 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button14;
#line default
#line hidden
#line 166 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button15;
#line default
#line hidden
#line 171 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button16;
#line default
#line hidden
#line 176 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button17;
#line default
#line hidden
#line 179 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid gDecimal;
#line default
#line hidden
#line 181 "..\..\..\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.TextBox textBox;
#line default
#line hidden
#line 194 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonClear;
#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 121 "..\..\..\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 126 "..\..\..\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 131 "..\..\..\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 135 "..\..\..\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 142 "..\..\..\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 147 "..\..\..\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 152 "..\..\..\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 157 "..\..\..\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 162 "..\..\..\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 167 "..\..\..\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 172 "..\..\..\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 177 "..\..\..\Keypad.xaml"
this.button17.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 13:
this.gDecimal = ((System.Windows.Controls.Grid)(target));
return;
case 14:
this.button19 = ((System.Windows.Controls.Button)(target));
#line 182 "..\..\..\Keypad.xaml"
this.button19.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 15:
this.textBox = ((System.Windows.Controls.TextBox)(target));
#line 189 "..\..\..\Keypad.xaml"
this.textBox.KeyDown += new System.Windows.Input.KeyEventHandler(this.OnKeyDown);
#line default
#line hidden
#line 189 "..\..\..\Keypad.xaml"
this.textBox.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.OnTextChanged);
#line default
#line hidden
return;
case 16:
this.buttonClear = ((System.Windows.Controls.Button)(target));
#line 195 "..\..\..\Keypad.xaml"
this.buttonClear.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/MKLiveView/KeyPad/obj/x86/Release/Keypad.g.i.cs
0,0 → 1,350
#pragma checksum "..\..\..\Keypad.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "B7DF6A30F4EDDAA7F28536C6B93B72FF"
//------------------------------------------------------------------------------
// <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 KeyPad;
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 120 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button5;
#line default
#line hidden
#line 125 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button6;
#line default
#line hidden
#line 130 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button7;
#line default
#line hidden
#line 135 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button8;
#line default
#line hidden
#line 141 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button9;
#line default
#line hidden
#line 146 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button10;
#line default
#line hidden
#line 151 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button11;
#line default
#line hidden
#line 156 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button13;
#line default
#line hidden
#line 161 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button14;
#line default
#line hidden
#line 166 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button15;
#line default
#line hidden
#line 171 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button16;
#line default
#line hidden
#line 176 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button17;
#line default
#line hidden
#line 179 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid gDecimal;
#line default
#line hidden
#line 181 "..\..\..\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.TextBox textBox;
#line default
#line hidden
#line 194 "..\..\..\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonClear;
#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 121 "..\..\..\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 126 "..\..\..\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 131 "..\..\..\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 135 "..\..\..\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 142 "..\..\..\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 147 "..\..\..\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 152 "..\..\..\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 157 "..\..\..\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 162 "..\..\..\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 167 "..\..\..\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 172 "..\..\..\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 177 "..\..\..\Keypad.xaml"
this.button17.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 13:
this.gDecimal = ((System.Windows.Controls.Grid)(target));
return;
case 14:
this.button19 = ((System.Windows.Controls.Button)(target));
#line 182 "..\..\..\Keypad.xaml"
this.button19.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 15:
this.textBox = ((System.Windows.Controls.TextBox)(target));
#line 189 "..\..\..\Keypad.xaml"
this.textBox.KeyDown += new System.Windows.Input.KeyEventHandler(this.OnKeyDown);
#line default
#line hidden
#line 189 "..\..\..\Keypad.xaml"
this.textBox.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.OnTextChanged);
#line default
#line hidden
return;
case 16:
this.buttonClear = ((System.Windows.Controls.Button)(target));
#line 195 "..\..\..\Keypad.xaml"
this.buttonClear.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/MKLiveView/KeyPad/obj/x86/Release/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/MKLiveView/KeyPad/obj/x86/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
/MKLiveView/v1.0/Source/MKLiveView/KeyPad/obj/x86/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs