|
64 | 64 | <local:Server_Template_Selector x:Key="Server_Template_Selector" />
|
65 | 65 | </Page.Resources>
|
66 | 66 | <Grid>
|
67 |
| - |
| 67 | + |
68 | 68 | <Image Source="/Resources/Icons/Main_UI/server-icon-download-icons-17.png" Margin="640,174,-180,-174" Opacity="0.05" IsHitTestVisible="False"/>
|
69 | 69 | <Label Content="{x:Static properties:Language.Page_Server_ConfigureImportAndExportDedicatedServerAndClientSettings}" Margin="50,0,0,573" VerticalContentAlignment="Stretch" HorizontalContentAlignment="Stretch" UseLayoutRounding="True" Padding="0,0,0,0" Height="16" VerticalAlignment="Bottom" HorizontalAlignment="Left" Width="410"/>
|
70 | 70 | <Label Content="{x:Static properties:Language.Page_Server_SERVER}" Margin="50,0,357,594" VerticalContentAlignment="Stretch" HorizontalContentAlignment="Stretch" UseLayoutRounding="True" Padding="0,0,0,0" Background="{x:Null}" Foreground="White" FontSize="22" FontWeight="Bold" Height="28" VerticalAlignment="Bottom"/>
|
71 | 71 | <ScrollViewer x:Name="Scoller" Margin="50,120,50,30" PanningMode="VerticalOnly" VerticalScrollBarVisibility="Visible" BorderBrush="White" Foreground="White">
|
72 | 72 | <hc:SimpleStackPanel Margin="10,10,10,10" Height="1735" ScrollViewer.HorizontalScrollBarVisibility="Hidden" >
|
73 | 73 |
|
74 | 74 |
|
75 |
| - <Grid Visibility="Visible"> |
76 |
| - <Button x:Name="Launch_Northstar_Advanced" Height="40" Margin="50,175,0,0" VerticalAlignment="Top" BorderBrush="White" Background="#FF085F36" Width="370" Content="{x:Static properties:Language.Page_Server_LaunchNorthstarClient}" Click="Launch_Northstar_Advanced_Click" /> |
77 |
| - <hc:TextBox x:Name="Arg_Box" Height="82" TextWrapping="Wrap" VerticalAlignment="Top" Margin="50,84,0,0" Width="370" HorizontalAlignment="Left" KeyDown="OnKeyDownHandler_Nrml_Arg" LostFocus="Arg_Box_LostFocus" BorderBrush="{x:Null}" /> |
| 75 | + <Grid Visibility="Visible" Height="268"> |
| 76 | + <Button x:Name="Load_Files" Height="40" Width="370" Margin="83,206,0,0" VerticalAlignment="Top" Content="{x:Static properties:Language.Page_Server_LoadFiles}" BorderBrush="#FF39F1FF" Click="Load_Files_Click" Background="#FF383838" /> |
| 77 | + |
| 78 | + <Button x:Name="Import_Server_Config" Height="40" Margin="561,206,83,0" VerticalAlignment="Top" Content="{x:Static properties:Language.Page_Server_ImportServerConfig}" BorderBrush="{x:Null}" Click="Import_Server_Config_Click" Background="#FF383838" HorizontalContentAlignment="Center" HorizontalAlignment="Stretch" /> |
| 79 | + |
| 80 | + <Button x:Name="Launch_Northstar_Advanced" Height="40" Margin="83,152,0,0" VerticalAlignment="Top" BorderBrush="White" Background="#FF085F36" Width="370" Content="{x:Static properties:Language.Page_Server_LaunchNorthstarClient}" Click="Launch_Northstar_Advanced_Click" /> |
| 81 | + <hc:TextBox x:Name="Arg_Box" Height="36" TextWrapping="Wrap" VerticalAlignment="Top" Margin="60,98,0,0" Width="417" HorizontalAlignment="Left" KeyDown="OnKeyDownHandler_Nrml_Arg" LostFocus="Arg_Box_LostFocus" BorderBrush="{x:Null}" /> |
78 | 82 | <Popup x:Name="autoListPopup"
|
79 | 83 | Visibility="Collapsed"
|
80 | 84 | Height="100"
|
|
88 | 92 | />
|
89 | 93 | </Popup>
|
90 | 94 |
|
91 |
| - <Button x:Name="Dedicated_Btn" Height="40" Margin="594,175,50,0" BorderBrush="White" Background="#FF282C50" VerticalAlignment="Top" HorizontalAlignment="Stretch" Content="{x:Static properties:Language.Page_Server_LaunchNorthstarDedicatedServer}" Click="Dedicated_Btn_Click" /> |
92 |
| - <hc:TextBox x:Name="Arg_Box_Dedi" Height="86" TextWrapping="Wrap" VerticalAlignment="Top" Margin="594,82,50,0" KeyDown="OnKeyDownHandler_Dedi_Arg" LostFocus="Arg_Box_Dedi_LostFocus" BorderBrush="{x:Null}"/> |
93 |
| - <Label Height="35" BorderBrush="{x:Null}" Background="{x:Null}" Margin="594,44,50,0" VerticalAlignment="Top" Content="{x:Static properties:Language.Page_Server_StartupArgumentsNorthstarDedicatedClient}" FontSize="14" HorizontalContentAlignment="Center" Padding="0,0,0,0" VerticalContentAlignment="Center"/> |
94 |
| - <Label Height="35" Margin="32,44,0,0" VerticalAlignment="Top" BorderBrush="{x:Null}" Background="{x:Null}" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Content="{x:Static properties:Language.Page_Server_StartupArgumentsNorthstarClient}" FontSize="14" HorizontalAlignment="Left" Width="406"/> |
| 95 | + <Button x:Name="Dedicated_Btn" Height="40" Margin="561,152,83,0" BorderBrush="White" Background="#FF282C50" VerticalAlignment="Top" HorizontalAlignment="Stretch" Content="{x:Static properties:Language.Page_Server_LaunchNorthstarDedicatedServer}" Click="Dedicated_Btn_Click" /> |
| 96 | + <hc:TextBox x:Name="Arg_Box_Dedi" Height="36" TextWrapping="Wrap" VerticalAlignment="Top" Margin="538,98,60,0" KeyDown="OnKeyDownHandler_Dedi_Arg" LostFocus="Arg_Box_Dedi_LostFocus" BorderBrush="{x:Null}" Width="417"/> |
| 97 | + <Label Height="35" BorderBrush="{x:Null}" Background="{x:Null}" Margin="561,44,83,0" VerticalAlignment="Top" Content="{x:Static properties:Language.Page_Server_StartupArgumentsNorthstarDedicatedClient}" FontSize="14" HorizontalContentAlignment="Center" Padding="0,0,0,0" VerticalContentAlignment="Center"/> |
| 98 | + <Label Height="34" Margin="70,62,0,0" VerticalAlignment="Top" BorderBrush="{x:Null}" Background="{x:Null}" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Content="{x:Static properties:Language.Page_Server_StartupArgumentsNorthstarClient}" FontSize="14" HorizontalAlignment="Left" Width="406"/> |
95 | 99 |
|
96 | 100 | </Grid>
|
97 |
| - <Button x:Name="Load_Files" Height="46" Width="916" Margin="0,23,0,0" VerticalAlignment="Top" Content="{x:Static properties:Language.Page_Server_LoadFiles}" BorderBrush="#FF39F1FF" HorizontalAlignment="Center" Click="Load_Files_Click" Background="#FF383838" /> |
98 |
| - |
99 |
| - <Button x:Name="Import_Server_Config" Height="40" Width="546" Margin="0,8,0,0" VerticalAlignment="Top" Content="{x:Static properties:Language.Page_Server_ImportServerConfig}" BorderBrush="{x:Null}" HorizontalAlignment="Center" Click="Import_Server_Config_Click" Background="#FF383838" /> |
100 | 101 |
|
101 | 102 | <Label Height="58" Width="375" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="0,36,0,0" FontSize="36" FontFamily="Bahnschrift SemiLight" Background="{x:Null}" BorderBrush="{x:Null}" Content="STARTUP ARGUMENTS" HorizontalContentAlignment="Left" VerticalContentAlignment="Center" />
|
102 |
| - <ListBox x:Name="Startup_Arguments_UI_List" ItemTemplateSelector="{StaticResource Server_Template_Selector}" Margin="0,-4,0,-322" Background="#FF101010" BorderBrush="{x:Null}" ScrollViewer.HorizontalScrollBarVisibility="Disabled" ScrollViewer.VerticalScrollBarVisibility="Disabled" ScrollViewer.CanContentScroll="False" Height="500" PreviewMouseWheel="S" VirtualizingPanel.ScrollUnit="Pixel"> |
| 103 | + <ListBox x:Name="Startup_Arguments_UI_List" BorderThickness="1" ItemTemplateSelector="{StaticResource Server_Template_Selector}" Margin="0,-4,0,-322" Background="#FF444444" BorderBrush="#19FFFFFF" ScrollViewer.HorizontalScrollBarVisibility="Disabled" ScrollViewer.VerticalScrollBarVisibility="Disabled" ScrollViewer.CanContentScroll="False" Height="500" PreviewMouseWheel="S" VirtualizingPanel.ScrollUnit="Pixel"> |
103 | 104 | </ListBox>
|
104 | 105 | <Label Height="58" Width="375" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="0,387,0,0" FontSize="36" FontFamily="Bahnschrift SemiLight" Background="{x:Null}" BorderBrush="{x:Null}" Content="CONVAR ARGUMENTS" HorizontalContentAlignment="Left" VerticalContentAlignment="Center" />
|
105 | 106 |
|
106 |
| - <ListBox x:Name="Convar_Arguments_UI_List" Background="#FF101010" BorderBrush="{x:Null}" Height="500" VerticalAlignment="Top" ScrollViewer.CanContentScroll="False" ScrollViewer.HorizontalScrollBarVisibility="Disabled" ScrollViewer.VerticalScrollBarVisibility="Visible" Margin="0,-4,0,0" ItemTemplateSelector="{StaticResource Server_Template_Selector}" PreviewMouseWheel="Convar_Arguments_UI_List_PreviewMouseWheel" VirtualizingPanel.ScrollUnit="Pixel"/> |
| 107 | + <ListBox x:Name="Convar_Arguments_UI_List" BorderThickness="1" Background="#FF848484" BorderBrush="#19FFFFFF" Height="500" VerticalAlignment="Top" ScrollViewer.CanContentScroll="False" ScrollViewer.HorizontalScrollBarVisibility="Disabled" ScrollViewer.VerticalScrollBarVisibility="Visible" Margin="0,-4,0,0" ItemTemplateSelector="{StaticResource Server_Template_Selector}" PreviewMouseWheel="Convar_Arguments_UI_List_PreviewMouseWheel" VirtualizingPanel.ScrollUnit="Pixel"/> |
107 | 108 |
|
108 | 109 | <Button x:Name="Launch_Northstar_Dedicated" Height="51" Width="764" BorderBrush="White" Margin="0,30,0,0" VerticalAlignment="Top" HorizontalAlignment="Center" Content="{x:Static properties:Language.Page_Server_LaunchNorthstarDedicatedClient}" Click="Launch_Northstar_Dedicated_Click" Background="#FF383838" />
|
109 | 110 |
|
|
0 commit comments