#ExternalChecksum("..\..\..\MainWindow.xaml","{406ea660-64cf-4c82-b6f0-42d48172a799}","E5073DB6CC28CBA7046A3DF6DE3DBB4C") '------------------------------------------------------------------------------ ' ' 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. ' '------------------------------------------------------------------------------ Option Strict Off Option Explicit On Imports OmagCUT 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 ''' '''MainWindow ''' _ Partial Public Class MainWindow Inherits System.Windows.Window Implements System.Windows.Markup.IComponentConnector #ExternalSource("..\..\..\MainWindow.xaml",12) _ Friend WithEvents MainGrid As System.Windows.Controls.Grid #End ExternalSource #ExternalSource("..\..\..\MainWindow.xaml",46) _ Friend WithEvents TabControl As System.Windows.Controls.TabControl #End ExternalSource #ExternalSource("..\..\..\MainWindow.xaml",50) _ Friend WithEvents TabLavoroInCorso As System.Windows.Controls.TabItem #End ExternalSource #ExternalSource("..\..\..\MainWindow.xaml",67) _ Friend WithEvents LavoroInCorsoUC As OmagCUT.LavoroInCorsoUC #End ExternalSource #ExternalSource("..\..\..\MainWindow.xaml",74) _ Friend WithEvents TabTagliDiretti As System.Windows.Controls.TabItem #End ExternalSource #ExternalSource("..\..\..\MainWindow.xaml",91) _ Friend WithEvents TagliDirettiUC As OmagCUT.TagliDirettiUC #End ExternalSource #ExternalSource("..\..\..\MainWindow.xaml",98) _ Friend WithEvents TabTagliCad As System.Windows.Controls.TabItem #End ExternalSource #ExternalSource("..\..\..\MainWindow.xaml",115) _ Friend WithEvents TagliCadContent As System.Windows.Controls.ContentPresenter #End ExternalSource #ExternalSource("..\..\..\MainWindow.xaml",122) _ Friend WithEvents TabLavorazioneCornici As System.Windows.Controls.TabItem #End ExternalSource #ExternalSource("..\..\..\MainWindow.xaml",139) _ Friend WithEvents CorniciUC As OmagCUT.CorniciUC #End ExternalSource #ExternalSource("..\..\..\MainWindow.xaml",146) _ Friend WithEvents TabComandiMacchina As System.Windows.Controls.TabItem #End ExternalSource #ExternalSource("..\..\..\MainWindow.xaml",171) _ Friend WithEvents TabAllarmi As System.Windows.Controls.TabItem #End ExternalSource #ExternalSource("..\..\..\MainWindow.xaml",196) _ Friend WithEvents TabComandiConfigurazione As System.Windows.Controls.TabItem #End ExternalSource Private _contentLoaded As Boolean ''' '''InitializeComponent ''' _ 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/mainwindow.xaml", System.UriKind.Relative) #ExternalSource("..\..\..\MainWindow.xaml",1) System.Windows.Application.LoadComponent(Me, resourceLocater) #End ExternalSource End Sub _ 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("..\..\..\MainWindow.xaml",5) AddHandler CType(target,MainWindow).Loaded, New System.Windows.RoutedEventHandler(AddressOf Me.Window_Loaded) #End ExternalSource #ExternalSource("..\..\..\MainWindow.xaml",5) AddHandler CType(target,MainWindow).Initialized, New System.EventHandler(AddressOf Me.Window_Initialized) #End ExternalSource #ExternalSource("..\..\..\MainWindow.xaml",5) AddHandler CType(target,MainWindow).PreviewMouseDown, New System.Windows.Input.MouseButtonEventHandler(AddressOf Me.MainWindow_PreviewMouseDown) #End ExternalSource #ExternalSource("..\..\..\MainWindow.xaml",5) AddHandler CType(target,MainWindow).KeyDown, New System.Windows.Input.KeyEventHandler(AddressOf Me.MainWindow_KeyDown) #End ExternalSource Return End If If (connectionId = 2) Then Me.MainGrid = CType(target,System.Windows.Controls.Grid) Return End If If (connectionId = 3) Then #ExternalSource("..\..\..\MainWindow.xaml",37) AddHandler CType(target,System.Windows.Controls.Button).Click, New System.Windows.RoutedEventHandler(AddressOf Me.ExitBtnMW_Click) #End ExternalSource Return End If If (connectionId = 4) Then Me.TabControl = CType(target,System.Windows.Controls.TabControl) #ExternalSource("..\..\..\MainWindow.xaml",47) AddHandler Me.TabControl.SelectionChanged, New System.Windows.Controls.SelectionChangedEventHandler(AddressOf Me.TabControl_SelectionChanged) #End ExternalSource Return End If If (connectionId = 5) Then Me.TabLavoroInCorso = CType(target,System.Windows.Controls.TabItem) Return End If If (connectionId = 6) Then Me.LavoroInCorsoUC = CType(target,OmagCUT.LavoroInCorsoUC) Return End If If (connectionId = 7) Then Me.TabTagliDiretti = CType(target,System.Windows.Controls.TabItem) Return End If If (connectionId = 8) Then Me.TagliDirettiUC = CType(target,OmagCUT.TagliDirettiUC) Return End If If (connectionId = 9) Then Me.TabTagliCad = CType(target,System.Windows.Controls.TabItem) Return End If If (connectionId = 10) Then Me.TagliCadContent = CType(target,System.Windows.Controls.ContentPresenter) Return End If If (connectionId = 11) Then Me.TabLavorazioneCornici = CType(target,System.Windows.Controls.TabItem) Return End If If (connectionId = 12) Then Me.CorniciUC = CType(target,OmagCUT.CorniciUC) Return End If If (connectionId = 13) Then Me.TabComandiMacchina = CType(target,System.Windows.Controls.TabItem) Return End If If (connectionId = 14) Then Me.TabAllarmi = CType(target,System.Windows.Controls.TabItem) Return End If If (connectionId = 15) Then Me.TabComandiConfigurazione = CType(target,System.Windows.Controls.TabItem) Return End If Me._contentLoaded = true End Sub End Class