456f465dd1
- primo rilascio.
277 lines
12 KiB
VB.net
277 lines
12 KiB
VB.net
#ExternalChecksum("..\..\..\NumericKeyboardWD.xaml","{406ea660-64cf-4c82-b6f0-42d48172a799}","05C0DCF18B92B6F4BF55081AF0EF8E23")
|
|
'------------------------------------------------------------------------------
|
|
' <auto-generated>
|
|
' This code was generated by a tool.
|
|
' Runtime Version:4.0.30319.34209
|
|
'
|
|
' Changes to this file may cause incorrect behavior and will be lost if
|
|
' the code is regenerated.
|
|
' </auto-generated>
|
|
'------------------------------------------------------------------------------
|
|
|
|
Option Strict Off
|
|
Option Explicit On
|
|
|
|
Imports System
|
|
Imports System.Diagnostics
|
|
Imports System.Windows
|
|
Imports System.Windows.Automation
|
|
Imports System.Windows.Controls
|
|
Imports System.Windows.Controls.Primitives
|
|
Imports System.Windows.Data
|
|
Imports System.Windows.Documents
|
|
Imports System.Windows.Forms.Integration
|
|
Imports System.Windows.Ink
|
|
Imports System.Windows.Input
|
|
Imports System.Windows.Markup
|
|
Imports System.Windows.Media
|
|
Imports System.Windows.Media.Animation
|
|
Imports System.Windows.Media.Effects
|
|
Imports System.Windows.Media.Imaging
|
|
Imports System.Windows.Media.Media3D
|
|
Imports System.Windows.Media.TextFormatting
|
|
Imports System.Windows.Navigation
|
|
Imports System.Windows.Shapes
|
|
Imports System.Windows.Shell
|
|
|
|
|
|
'''<summary>
|
|
'''NumericKeyboardWD
|
|
'''</summary>
|
|
<Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Public Class NumericKeyboardWD
|
|
Inherits System.Windows.Window
|
|
Implements System.Windows.Markup.IComponentConnector
|
|
|
|
|
|
#ExternalSource("..\..\..\NumericKeyboardWD.xaml",44)
|
|
<System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")> _
|
|
Friend WithEvents NumericKeyboardWDTitle As System.Windows.Controls.TextBlock
|
|
|
|
#End ExternalSource
|
|
|
|
|
|
#ExternalSource("..\..\..\NumericKeyboardWD.xaml",46)
|
|
<System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")> _
|
|
Friend WithEvents NumericKeyboardWDTextBox As System.Windows.Controls.TextBox
|
|
|
|
#End ExternalSource
|
|
|
|
Private _contentLoaded As Boolean
|
|
|
|
'''<summary>
|
|
'''InitializeComponent
|
|
'''</summary>
|
|
<System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")> _
|
|
Public Sub InitializeComponent() Implements System.Windows.Markup.IComponentConnector.InitializeComponent
|
|
If _contentLoaded Then
|
|
Return
|
|
End If
|
|
_contentLoaded = true
|
|
Dim resourceLocater As System.Uri = New System.Uri("/OmagCUT;component/numerickeyboardwd.xaml", System.UriKind.Relative)
|
|
|
|
#ExternalSource("..\..\..\NumericKeyboardWD.xaml",1)
|
|
System.Windows.Application.LoadComponent(Me, resourceLocater)
|
|
|
|
#End ExternalSource
|
|
End Sub
|
|
|
|
<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")> _
|
|
Sub System_Windows_Markup_IComponentConnector_Connect(ByVal connectionId As Integer, ByVal target As Object) Implements System.Windows.Markup.IComponentConnector.Connect
|
|
If (connectionId = 1) Then
|
|
|
|
#ExternalSource("..\..\..\NumericKeyboardWD.xaml",4)
|
|
AddHandler CType(target,NumericKeyboardWD).Unloaded, New System.Windows.RoutedEventHandler(AddressOf Me.NumericKeyboardWD_Unloaded)
|
|
|
|
#End ExternalSource
|
|
|
|
#ExternalSource("..\..\..\NumericKeyboardWD.xaml",4)
|
|
AddHandler CType(target,NumericKeyboardWD).KeyDown, New System.Windows.Input.KeyEventHandler(AddressOf Me.NumericKeyboardWD_KeyDown)
|
|
|
|
#End ExternalSource
|
|
|
|
#ExternalSource("..\..\..\NumericKeyboardWD.xaml",4)
|
|
AddHandler CType(target,NumericKeyboardWD).IsVisibleChanged, New System.Windows.DependencyPropertyChangedEventHandler(AddressOf Me.NumericKeyboardWD_IsVisibleChanged)
|
|
|
|
#End ExternalSource
|
|
Return
|
|
End If
|
|
If (connectionId = 2) Then
|
|
Me.NumericKeyboardWDTitle = CType(target,System.Windows.Controls.TextBlock)
|
|
Return
|
|
End If
|
|
If (connectionId = 3) Then
|
|
Me.NumericKeyboardWDTextBox = CType(target,System.Windows.Controls.TextBox)
|
|
Return
|
|
End If
|
|
If (connectionId = 4) Then
|
|
|
|
#ExternalSource("..\..\..\NumericKeyboardWD.xaml",48)
|
|
AddHandler CType(target,System.Windows.Controls.Button).Click, New System.Windows.RoutedEventHandler(AddressOf Me.Btn7WD_Click)
|
|
|
|
#End ExternalSource
|
|
Return
|
|
End If
|
|
If (connectionId = 5) Then
|
|
|
|
#ExternalSource("..\..\..\NumericKeyboardWD.xaml",49)
|
|
AddHandler CType(target,System.Windows.Controls.Button).Click, New System.Windows.RoutedEventHandler(AddressOf Me.Btn8WD_Click)
|
|
|
|
#End ExternalSource
|
|
Return
|
|
End If
|
|
If (connectionId = 6) Then
|
|
|
|
#ExternalSource("..\..\..\NumericKeyboardWD.xaml",50)
|
|
AddHandler CType(target,System.Windows.Controls.Button).Click, New System.Windows.RoutedEventHandler(AddressOf Me.Btn9WD_Click)
|
|
|
|
#End ExternalSource
|
|
Return
|
|
End If
|
|
If (connectionId = 7) Then
|
|
|
|
#ExternalSource("..\..\..\NumericKeyboardWD.xaml",51)
|
|
AddHandler CType(target,System.Windows.Controls.Button).Click, New System.Windows.RoutedEventHandler(AddressOf Me.BtnPlusWD_Click)
|
|
|
|
#End ExternalSource
|
|
Return
|
|
End If
|
|
If (connectionId = 8) Then
|
|
|
|
#ExternalSource("..\..\..\NumericKeyboardWD.xaml",52)
|
|
AddHandler CType(target,System.Windows.Controls.Button).Click, New System.Windows.RoutedEventHandler(AddressOf Me.BtnDeleteWD_Click)
|
|
|
|
#End ExternalSource
|
|
Return
|
|
End If
|
|
If (connectionId = 9) Then
|
|
|
|
#ExternalSource("..\..\..\NumericKeyboardWD.xaml",53)
|
|
AddHandler CType(target,System.Windows.Controls.Button).Click, New System.Windows.RoutedEventHandler(AddressOf Me.Btn4WD_Click)
|
|
|
|
#End ExternalSource
|
|
Return
|
|
End If
|
|
If (connectionId = 10) Then
|
|
|
|
#ExternalSource("..\..\..\NumericKeyboardWD.xaml",54)
|
|
AddHandler CType(target,System.Windows.Controls.Button).Click, New System.Windows.RoutedEventHandler(AddressOf Me.Btn5WD_Click)
|
|
|
|
#End ExternalSource
|
|
Return
|
|
End If
|
|
If (connectionId = 11) Then
|
|
|
|
#ExternalSource("..\..\..\NumericKeyboardWD.xaml",55)
|
|
AddHandler CType(target,System.Windows.Controls.Button).Click, New System.Windows.RoutedEventHandler(AddressOf Me.Btn6WD_Click)
|
|
|
|
#End ExternalSource
|
|
Return
|
|
End If
|
|
If (connectionId = 12) Then
|
|
|
|
#ExternalSource("..\..\..\NumericKeyboardWD.xaml",56)
|
|
AddHandler CType(target,System.Windows.Controls.Button).Click, New System.Windows.RoutedEventHandler(AddressOf Me.BtnMinusWD_Click)
|
|
|
|
#End ExternalSource
|
|
Return
|
|
End If
|
|
If (connectionId = 13) Then
|
|
|
|
#ExternalSource("..\..\..\NumericKeyboardWD.xaml",57)
|
|
AddHandler CType(target,System.Windows.Controls.Button).Click, New System.Windows.RoutedEventHandler(AddressOf Me.BtnCancelWD_Click)
|
|
|
|
#End ExternalSource
|
|
Return
|
|
End If
|
|
If (connectionId = 14) Then
|
|
|
|
#ExternalSource("..\..\..\NumericKeyboardWD.xaml",58)
|
|
AddHandler CType(target,System.Windows.Controls.Button).Click, New System.Windows.RoutedEventHandler(AddressOf Me.Btn1WD_Click)
|
|
|
|
#End ExternalSource
|
|
Return
|
|
End If
|
|
If (connectionId = 15) Then
|
|
|
|
#ExternalSource("..\..\..\NumericKeyboardWD.xaml",59)
|
|
AddHandler CType(target,System.Windows.Controls.Button).Click, New System.Windows.RoutedEventHandler(AddressOf Me.Btn2WD_Click)
|
|
|
|
#End ExternalSource
|
|
Return
|
|
End If
|
|
If (connectionId = 16) Then
|
|
|
|
#ExternalSource("..\..\..\NumericKeyboardWD.xaml",60)
|
|
AddHandler CType(target,System.Windows.Controls.Button).Click, New System.Windows.RoutedEventHandler(AddressOf Me.Btn3WD_Click)
|
|
|
|
#End ExternalSource
|
|
Return
|
|
End If
|
|
If (connectionId = 17) Then
|
|
|
|
#ExternalSource("..\..\..\NumericKeyboardWD.xaml",61)
|
|
AddHandler CType(target,System.Windows.Controls.Button).Click, New System.Windows.RoutedEventHandler(AddressOf Me.BtnMultiplicationWD_Click)
|
|
|
|
#End ExternalSource
|
|
Return
|
|
End If
|
|
If (connectionId = 18) Then
|
|
|
|
#ExternalSource("..\..\..\NumericKeyboardWD.xaml",62)
|
|
AddHandler CType(target,System.Windows.Controls.Button).Click, New System.Windows.RoutedEventHandler(AddressOf Me.BtnExitWD_Click)
|
|
|
|
#End ExternalSource
|
|
Return
|
|
End If
|
|
If (connectionId = 19) Then
|
|
|
|
#ExternalSource("..\..\..\NumericKeyboardWD.xaml",63)
|
|
AddHandler CType(target,System.Windows.Controls.Button).Click, New System.Windows.RoutedEventHandler(AddressOf Me.Btn0WD_Click)
|
|
|
|
#End ExternalSource
|
|
Return
|
|
End If
|
|
If (connectionId = 20) Then
|
|
|
|
#ExternalSource("..\..\..\NumericKeyboardWD.xaml",64)
|
|
AddHandler CType(target,System.Windows.Controls.Button).Click, New System.Windows.RoutedEventHandler(AddressOf Me.BtnDotWD_Click)
|
|
|
|
#End ExternalSource
|
|
Return
|
|
End If
|
|
If (connectionId = 21) Then
|
|
|
|
#ExternalSource("..\..\..\NumericKeyboardWD.xaml",65)
|
|
AddHandler CType(target,System.Windows.Controls.Button).Click, New System.Windows.RoutedEventHandler(AddressOf Me.BtnEvaluateWD_Click)
|
|
|
|
#End ExternalSource
|
|
Return
|
|
End If
|
|
If (connectionId = 22) Then
|
|
|
|
#ExternalSource("..\..\..\NumericKeyboardWD.xaml",66)
|
|
AddHandler CType(target,System.Windows.Controls.Button).Click, New System.Windows.RoutedEventHandler(AddressOf Me.BtnDivisionWD_Click)
|
|
|
|
#End ExternalSource
|
|
Return
|
|
End If
|
|
If (connectionId = 23) Then
|
|
|
|
#ExternalSource("..\..\..\NumericKeyboardWD.xaml",67)
|
|
AddHandler CType(target,System.Windows.Controls.Button).Click, New System.Windows.RoutedEventHandler(AddressOf Me.BtnApplyWD_Click)
|
|
|
|
#End ExternalSource
|
|
Return
|
|
End If
|
|
Me._contentLoaded = true
|
|
End Sub
|
|
End Class
|
|
|