jhvirtualkeyboard_binaries.zip
JHLib.dll
JHVirtualKeyboard.dll
JHVirtualKeyboardDemoApp.exe
jhvirtualkeyboard_source.zip
JHVirtualKeyboard
bin
Debug
Release
ClassDiagram1.cd
Images
bgGreenTexture2.jpg
TextureR40x40.png
JHLib
bin
Debug
Release
obj
Debug
DesignTimeResolveAssemblyReferencesInput.cache
TempPE
Release
DesignTimeResolveAssemblyReferencesInput.cache
TempPE
Properties
JHVirtualKeyboardDemoApp
bin
Debug
DLib.dll
DLib.pdb
DVirtualKeyboard.dll
DVirtualKeyboard.pdb
DVirtualKeyboardDemoApp.pdb
DVirtualKeyboardDemoApp.vshost.exe.manifest
FsRichTextBox.dll
FsRichTextBox.pdb
JHVirtualKeyboardDemoApp.vshost.exe
JHVirtualKeyboardDemoApp.vshost.exe.manifest
Release
JHVirtualKeyboardDemoApp.vshost.exe
JHVirtualKeyboardDemoApp.vshost.exe.manifest
DVirtualKeyboardDemoApp.suo
Images
iconKeyboard_16x9.png
TextureR40x40.png
JHVirtualKeyboardDemoApp.suo
obj
x86
Debug
build.force
DesignTimeResolveAssemblyReferences.cache
DesignTimeResolveAssemblyReferencesInput.cache
DVirtualKeyboardDemoApp_MarkupCompile.i.cache
JHVirtualKeyboardDemoApp_MarkupCompile.i.cache
TempPE
Properties.Resources.Designer.cs.dll
Release
DesignTimeResolveAssemblyReferencesInput.cache
JHVirtualKeyboardDemoApp_MarkupCompile.i.cache
TempPE
Properties.Resources.Designer.cs.dll
Properties
Settings.settings
KeyAssignmentSets
Properties
|
#pragma checksum "..\..\..\MainWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "880ABFA3A08CBA4CEAA77F955E15932C"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.1
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </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 JHVirtualKeyboardDemoApp {
/// <summary>
/// MainWindow
/// </summary>
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 7 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnVK;
#line default
#line hidden
#line 8 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnClose;
#line default
#line hidden
#line 18 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblTextBox;
#line default
#line hidden
#line 19 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox txtBox;
#line default
#line hidden
#line 20 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblRichTextBox;
#line default
#line hidden
#line 21 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.RichTextBox txtrichBox;
#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("/JHVirtualKeyboardDemoApp;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.btnVK = ((System.Windows.Controls.Button)(target));
#line 7 "..\..\..\MainWindow.xaml"
this.btnVK.Click += new System.Windows.RoutedEventHandler(this.btnVK_Click);
#line default
#line hidden
return;
case 2:
this.btnClose = ((System.Windows.Controls.Button)(target));
#line 8 "..\..\..\MainWindow.xaml"
this.btnClose.Click += new System.Windows.RoutedEventHandler(this.btnClose_Click);
#line default
#line hidden
return;
case 3:
this.lblTextBox = ((System.Windows.Controls.Label)(target));
return;
case 4:
this.txtBox = ((System.Windows.Controls.TextBox)(target));
#line 19 "..\..\..\MainWindow.xaml"
this.txtBox.GotFocus += new System.Windows.RoutedEventHandler(this.txtBox_GotFocus);
#line default
#line hidden
return;
case 5:
this.lblRichTextBox = ((System.Windows.Controls.Label)(target));
return;
case 6:
this.txtrichBox = ((System.Windows.Controls.RichTextBox)(target));
#line 21 "..\..\..\MainWindow.xaml"
this.txtrichBox.GotFocus += new System.Windows.RoutedEventHandler(this.txtrichBox_GotFocus);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}
|
By viewing downloads associated with this article you agree to the Terms of use and the article's licence.
If a file you wish to view isn't highlighted, and is a text file (not binary), please
let us know and we'll add colourisation support for it.
Professional, contract software developer. I help with projects, give training seminars and do on-site project consultations. BTW I'm available for short & long-term contracts.
San Jose, CA