Add AutoLobby tab
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
xmlns:GTAOnlineCasinoHelper="clr-namespace:GTAOnlineCasinoHelper">
|
||||
|
||||
<UserControl.Resources>
|
||||
<Thickness x:Key="ControlMargin">0 5 0 0</Thickness>
|
||||
<Thickness x:Key="ControlMargin">5</Thickness>
|
||||
</UserControl.Resources>
|
||||
|
||||
<Grid>
|
||||
@@ -20,46 +20,40 @@
|
||||
</Grid.ColumnDefinitions>
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="Auto" />
|
||||
<RowDefinition />
|
||||
</Grid.RowDefinitions>
|
||||
|
||||
<StackPanel Grid.Column="0"
|
||||
Grid.Row="0"
|
||||
HorizontalAlignment="Center">
|
||||
<CheckBox x:Name="CheckBox_UseTextBoxTimeStamp"
|
||||
Content="Use Custom TimeStamp"
|
||||
Margin="5"
|
||||
Content="Use Custom Timestamp"
|
||||
IsChecked="False"
|
||||
Checked="CheckBox_UseTextBoxTimeStamp_Checked"
|
||||
Unchecked="CheckBox_UseTextBoxTimeStamp_Unchecked" />
|
||||
<TextBox x:Name="TextBox_TimeStamp"
|
||||
Margin="5"
|
||||
Visibility="Collapsed"/>
|
||||
<Button Content="Add TimeStamp"
|
||||
<Button Margin="5"
|
||||
Content="Add Timestamp"
|
||||
Click="Button_AddTimeStamp"/>
|
||||
</StackPanel>
|
||||
|
||||
<StackPanel Grid.Column="0"
|
||||
Grid.Row="1"
|
||||
HorizontalAlignment="Center">
|
||||
<TextBlock x:Name="TextBlock_TimeStampTextBlock"
|
||||
Margin="5"
|
||||
TextAlignment="Center" />
|
||||
</StackPanel>
|
||||
|
||||
|
||||
<StackPanel Grid.Column="1"
|
||||
Grid.Row="0"
|
||||
HorizontalAlignment="Center">
|
||||
<TextBlock Text="Lucky Wheel Countdown" />
|
||||
</StackPanel>
|
||||
|
||||
<StackPanel Grid.Column="1"
|
||||
Grid.Row="1"
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center">
|
||||
<TextBlock Text="Lucky Wheel Countdown"
|
||||
Margin="5" />
|
||||
<TextBlock x:Name="TextBlock_TimerTextBlock"
|
||||
Margin="5"
|
||||
TextAlignment="Center"
|
||||
Text="Text"
|
||||
FontSize="32"/>
|
||||
</StackPanel>
|
||||
|
||||
|
||||
</Grid>
|
||||
|
||||
</UserControl>
|
||||
|
||||
Reference in New Issue
Block a user