3 Imports System
.Windows
.Controls
4 Imports System
.Windows
.Documents
5 Imports System
.Windows
.Navigation
6 Imports System
.Windows
.Input
7 Imports System
.Windows
.Media
12 Partial
Public Class DockPanel2
18 Public Sub colWidest(ByVal Sender
As Object, ByVal e
As RoutedEventArgs
)
22 Public Sub colMore(ByVal Sender
As Object, ByVal e
As RoutedEventArgs
)
26 Public Sub colAverage(ByVal Sender
As Object, ByVal e
As RoutedEventArgs
)
30 Public Sub colFewer(ByVal Sender
As Object, ByVal e
As RoutedEventArgs
)
34 Public Sub colLeast(ByVal Sender
As Object, ByVal e
As RoutedEventArgs
)
39 Public Sub textLargest(ByVal Sender
As Object, ByVal e
As RoutedEventArgs
)
43 Public Sub textLarge(ByVal Sender
As Object, ByVal e
As RoutedEventArgs
)
47 Public Sub textAverage(ByVal Sender
As Object, ByVal e
As RoutedEventArgs
)
51 Public Sub textSmall(ByVal Sender
As Object, ByVal e
As RoutedEventArgs
)
55 Public Sub textSmallest(ByVal Sender
As Object, ByVal e
As RoutedEventArgs
)