|
9 | 9 |
|
10 | 10 | <Grid x:Name="PageSkull"> |
11 | 11 | <Label x:Name="lblTitle" Style="{StaticResource lblFont1}" FontSize="30" Content="ItemMeta(Skull) de [I]" HorizontalAlignment="Center" VerticalAlignment="Top"/> |
12 | | - <Label x:Name="lblType" ToolTip="PLAYER = Joueur dynamique (Celui qui complète le challenge p.exemple)
//!!\\ NE PAS METTRE 'PLAYER' SI C'EST POUR UN ITEM REQUIS //!!\\
PSEUDO = Pseudo de joueur fixe (Luca008 p.exemple)
MCHEADS = Une tête customisée du site minecraft-heads.com (Tête en question->Tout en bas->Value)" Content="Type :" Style="{StaticResource ResourceKey=lblFont1}" FontSize="25" HorizontalAlignment="Left" Margin="65,144,0,0" VerticalAlignment="Top" VerticalContentAlignment="Center" Height="38" Width="118"/> |
13 | | - <ComboBox x:Name="cbxType" SelectedIndex="0" VerticalContentAlignment="Center" HorizontalAlignment="Left" Margin="188,150,0,0" Style="{StaticResource lblFont1}" FontSize="20" VerticalAlignment="Top" Width="100" Height="28" SelectionChanged="cbxType_SelecChanged"> |
| 12 | + <Label x:Name="lblType" ToolTip="PLAYER = Joueur dynamique (Celui qui complète le challenge p.exemple)
//!!\\ NE PAS METTRE 'PLAYER' SI C'EST POUR UN ITEM REQUIS //!!\\
PSEUDO = Pseudo de joueur fixe (Luca008 p.exemple)
MCHEADS = Une tête customisée du site minecraft-heads.com (Tête en question->Tout en bas->Value)" Content="Type :" Style="{StaticResource ResourceKey=lblFont1}" FontSize="25" HorizontalAlignment="Left" Margin="65,144,0,0" VerticalAlignment="Top" VerticalContentAlignment="Center" Height="38" Width="200"/> |
| 13 | + <ComboBox x:Name="cbxType" SelectedIndex="0" VerticalContentAlignment="Center" HorizontalAlignment="Left" Margin="270,150,0,0" Style="{StaticResource lblFont1}" FontSize="20" VerticalAlignment="Top" Width="100" Height="28" SelectionChanged="cbxType_SelecChanged"> |
14 | 14 | <ComboBoxItem Content="PLAYER"/> |
15 | 15 | <ComboBoxItem Content="PSEUDO"/> |
16 | 16 | <ComboBoxItem Content="MCHEADS"/> |
17 | 17 | </ComboBox> |
18 | | - <Label x:Name="lblValue" Content="Valeur :" Style="{StaticResource ResourceKey=lblFont1}" FontSize="25" HorizontalAlignment="Left" Margin="65,226,0,0" VerticalAlignment="Top" VerticalContentAlignment="Center" Height="38" Width="118"/> |
19 | | - <TextBox x:Name="tbxValue" IsEnabled="False" HorizontalAlignment="Left" VerticalContentAlignment="Center" Style="{StaticResource lblFont1}" FontSize="20" Margin="188,232,0,0" TextWrapping="Wrap" Text="" VerticalAlignment="Top" Width="190" Height="25"/> |
| 18 | + <Label x:Name="lblValue" Content="Valeur :" Style="{StaticResource ResourceKey=lblFont1}" FontSize="25" HorizontalAlignment="Left" Margin="65,226,0,0" VerticalAlignment="Top" VerticalContentAlignment="Center" Height="38" Width="200"/> |
| 19 | + <TextBox x:Name="tbxValue" IsEnabled="False" HorizontalAlignment="Left" VerticalContentAlignment="Center" Style="{StaticResource lblFont1}" FontSize="20" Margin="270,232,0,0" TextWrapping="Wrap" Text="" VerticalAlignment="Top" Width="190" Height="25"/> |
| 20 | + <Canvas x:Name="cvCache" Visibility="Hidden"> |
| 21 | + <Canvas x:Name="cvCacheError" Visibility="Hidden"> |
| 22 | + <Label Content="Le texte entré n'est pas un entier entre 0 et 2'419'200 (1 semaine)." HorizontalAlignment="Left" VerticalAlignment="Top" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Style="{StaticResource ResourceKey=lblFont1}" FontSize="15" Width="366" Height="25" Margin="65,340,0,0" Foreground="Red"/> |
| 23 | + <Label Content="⚠️ Il sera remplacé par 3600 lors de la sauvegarde sur le serveur. ⚠️" HorizontalAlignment="Left" VerticalAlignment="Top" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Style="{StaticResource ResourceKey=lblFont1}" FontSize="15" Width="400" Height="25" Margin="65,360,0,0" Foreground="Red"/> |
| 24 | + </Canvas> |
| 25 | + <Label x:Name="lblCache" Content="Cache (secondes) :" ToolTip="Combien de temps la texture du skin reste en mémoire avant que le plugin renvoie une requête aux serveurs Mojang. (Mettre 0 pour désactiver le caching)" Style="{StaticResource ResourceKey=lblFont1}" FontSize="25" HorizontalAlignment="Left" Margin="65,308,0,0" VerticalAlignment="Top" VerticalContentAlignment="Center" Height="38" Width="200"/> |
| 26 | + <TextBox x:Name="tbxCache" HorizontalAlignment="Left" VerticalContentAlignment="Center" Text="3600" Style="{StaticResource lblFont1}" FontSize="20" Margin="270,314,0,0" TextWrapping="Wrap" VerticalAlignment="Top" Width="100" Height="25" TextChanged="tbxCache_TextChanged"/> |
| 27 | + </Canvas> |
20 | 28 | <Polygon x:Name="btnBack" Cursor="Hand" Points="40,0 40,40 0,20" Stroke="Black" Fill="Black" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="21,10,0,0" Width="40" Height="40" MouseEnter="btnBack_MouseEnter" MouseLeave="btnBack_MouseLeave" MouseUp="btnBack_Click"> |
21 | 29 | <Polygon.RenderTransform> |
22 | 30 | <ScaleTransform ScaleX="1" ScaleY="1"/> |
|
0 commit comments