mirror of
https://github.com/Stone-Red-Code/StoneRed.LogicSimulator.git
synced 2026-09-04 09:06:29 +02:00
21 lines
823 B
Plaintext
21 lines
823 B
Plaintext
<Project StylesheetPath="stylesheet/default_ui_skin.xmms">
|
|
<Project.ExportOptions />
|
|
<Grid>
|
|
<Grid.ColumnsProportions>
|
|
<Proportion Type="Part" />
|
|
<Proportion Type="Part" Value="3" />
|
|
<Proportion Type="Part" />
|
|
</Grid.ColumnsProportions>
|
|
<VerticalStackPanel Id="info">
|
|
<Label Text="FPS:" TextColor="#CF56BFFF" Id="fps" />
|
|
<Label Text="FRQ: " TextColor="#CF56BFFF" Id="ups" />
|
|
</VerticalStackPanel>
|
|
<Panel GridColumn="2" Background="#4BD961FF">
|
|
<VerticalStackPanel Id="settings">
|
|
<Label Text="Frequency:" />
|
|
<SpinButton Maximum="1E+09" Minimum="1" HorizontalAlignment="Stretch" Value="100" Integer="True" Id="frequency" />
|
|
<CheckBox Text="High Performance" Id="highPerformance" />
|
|
</VerticalStackPanel>
|
|
</Panel>
|
|
</Grid>
|
|
</Project> |