1+ <Controls : MetroWindow x : Name =" MetroWindowHelpCommandLine" x : Class =" NETworkManager.Views.Others.HelpCommandLineWindow"
2+ xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3+ xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
4+ xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
5+ xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
6+ xmlns : Controls =" clr-namespace:MahApps.Metro.Controls;assembly=MahApps.Metro"
7+ mc : Ignorable =" d"
8+ Title =" NETworkManager | Help" Topmost =" True" Style =" {DynamicResource DefaultWindow}" Height =" 450" Width =" 550" ResizeMode =" NoResize" WindowStartupLocation =" CenterOwner" IsMinButtonEnabled =" False" IsMaxRestoreButtonEnabled =" False" ShowInTaskbar =" False" >
9+ <Controls : MetroWindow .WindowButtonCommands>
10+ <Controls : WindowButtonCommands Template =" {DynamicResource MahApps.Metro.Templates.WindowButtonCommands.Win10}" />
11+ </Controls : MetroWindow .WindowButtonCommands>
12+ <Grid Margin =" 10" >
13+ <Grid .RowDefinitions>
14+ <RowDefinition Height =" Auto" />
15+ <RowDefinition Height =" *" />
16+ <RowDefinition Height =" Auto" />
17+ <RowDefinition Height =" Auto" />
18+ </Grid .RowDefinitions>
19+ <TextBlock Grid.Row=" 0" Text =" Command Line Arguments" Style =" {StaticResource HeaderTextBlock}" />
20+ <Grid Grid.Row=" 1" Margin =" 0,0,0,10" >
21+ <Grid .Resources>
22+ <Style TargetType =" {x:Type TextBlock}" BasedOn =" {StaticResource DefaultTextBlock}" />
23+ <Style TargetType =" {x:Type TextBox}" BasedOn =" {StaticResource TextBlockAsTextBox}" >
24+ <Setter Property =" ContextMenu" Value =" {StaticResource CopyContextMenu}" />
25+ </Style >
26+ </Grid .Resources>
27+ <Grid .ColumnDefinitions>
28+ <ColumnDefinition Width =" 1*" />
29+ <ColumnDefinition Width =" 2*" />
30+ </Grid .ColumnDefinitions>
31+ <Grid .RowDefinitions>
32+ <RowDefinition Height =" Auto" />
33+ <RowDefinition Height =" 10" />
34+ <RowDefinition Height =" Auto" />
35+ </Grid .RowDefinitions>
36+ <TextBox Grid.Column=" 0" Grid.Row=" 0" Text =" --help" />
37+ <TextBlock Grid.Column=" 1" Grid.Row=" 0" Text =" Displays this dialog." />
38+ <TextBox Grid.Column=" 0" Grid.Row=" 2" Text =" --reset-settings" />
39+ <TextBlock Grid.Column=" 1" Grid.Row=" 2" Text =" Reset all settings." />
40+ </Grid >
41+ <TextBlock Grid.Row=" 2" Text =" The application can be started normally without parameters!" Foreground =" {DynamicResource AccentColorBrush}" Style =" {StaticResource DefaultTextBlock}" Margin =" 0,0,0,10" />
42+ <Button Grid.Row=" 3" Content =" {DynamicResource String_Button_OK}" Click =" Button_Click" HorizontalAlignment =" Right" Style =" {StaticResource DefaultButton}" />
43+ </Grid >
44+ </Controls : MetroWindow >
0 commit comments