|
| 1 | +<Window x:Class="Qosmetics_QSaber_Fix.MainWindow" |
| 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:local="clr-namespace:Qosmetics_QSaber_Fix" |
| 7 | + mc:Ignorable="d" |
| 8 | + ResizeMode="CanMinimize" |
| 9 | + WindowStyle="None" |
| 10 | + MouseMove="Drag" |
| 11 | + Title="Quest Song Exporter" Height="235" Width="300" Background="#FF282828" > |
| 12 | + <Grid> |
| 13 | + <Grid.Background> |
| 14 | + <ImageBrush ImageSource="App2.png" Stretch="UniformToFill"/> |
| 15 | + </Grid.Background> |
| 16 | + |
| 17 | + <AccessText MouseEnter="noDrag" MouseLeave="doDrag" Opacity="0.8" HorizontalAlignment="Left" Height="24.6" VerticalAlignment="Top" Width="175.333" RenderTransformOrigin="0.5,0.5" Text="Qosmetics QSaber Replacer" FontSize="14" Foreground="Black" Margin="40.2,3.843,0,0"/> |
| 18 | + <Button MouseEnter="noDrag" MouseLeave="doDrag" Click="Close" Content="X" HorizontalAlignment="Left" Margin="260,4,0,0" VerticalAlignment="Top" Width="31" Background="#00000000" BorderBrush="#FFCBCBCB"/> |
| 19 | + <Button MouseEnter="noDrag" MouseLeave="doDrag" Click="Mini" Content="|" HorizontalAlignment="Left" Margin="230,-1.533,0,0" VerticalAlignment="Top" Width="19.534" Background="#00000000" BorderBrush="#FFCBCBCB" RenderTransformOrigin="0.5,0.5" Height="31" Foreground="Black"> |
| 20 | + <Button.RenderTransform> |
| 21 | + <TransformGroup> |
| 22 | + <ScaleTransform/> |
| 23 | + <SkewTransform/> |
| 24 | + <RotateTransform Angle="90"/> |
| 25 | + <TranslateTransform/> |
| 26 | + </TransformGroup> |
| 27 | + </Button.RenderTransform> |
| 28 | + </Button> |
| 29 | + <Button Click="Choose" FontFamily="lucida console" Opacity="0.9" MouseEnter="noDrag" MouseLeave="doDrag" Content="Choose QSaber" HorizontalAlignment="Left" Margin="11,200.6,0,0" VerticalAlignment="Top" Width="280" Background="#FF005654" Foreground="#FFF3F3F3" BorderBrush="#FFB94747" Height="24"/> |
| 30 | + <TextBox MouseEnter="noDrag" MouseLeave="doDrag" FontFamily="lucida console" Opacity="0.8" IsReadOnly="True" x:Name="txtbox" HorizontalAlignment="Left" Height="133.157" Margin="11,33.443,0,0" TextWrapping="Wrap" Text="Output:" VerticalAlignment="Top" Width="279" Background="#FF494949" Foreground="#FFA6A6A6" BorderBrush="#FFD30000"/> |
| 31 | + <Button Click="Start_Update" FontFamily="lucida console" MouseEnter="noDrag" MouseLeave="doDrag" x:Name="UpdateB" Content="Update" HorizontalAlignment="Left" Margin="10,171.6,0,0" VerticalAlignment="Top" Width="280" Background="#FFFF3636" Foreground="#FFE7E7E7" FontWeight="Bold" Height="24"/> |
| 32 | + </Grid> |
| 33 | +</Window> |
0 commit comments