92 lines
No EOL
4.6 KiB
Text
92 lines
No EOL
4.6 KiB
Text
<Project>
|
|
<Project.ExportOptions Namespace="Sledgemapper.UI" Class="MainWidget" OutputPath="C:\dev\Map\Sledgemapper\UI" />
|
|
<VerticalStackPanel>
|
|
<VerticalStackPanel.Proportions>
|
|
<Proportion Type="Auto" />
|
|
<Proportion Type="Auto" />
|
|
<Proportion Type="Fill" />
|
|
</VerticalStackPanel.Proportions>
|
|
<HorizontalMenu Id="_mainMenu">
|
|
<MenuItem Text="&File" Id="MenuFile">
|
|
<MenuItem Text="&Load" ShortcutText="Ctrl+L" Id="MenuFileLoad" />
|
|
<MenuItem Text="&Save" ShortcutText="Ctrl+S" Id="MenuFileSave" />
|
|
<MenuSeparator />
|
|
<MenuItem Text="S&ettings" ShortcutText="Ctrl+E" Id="MenuFileSettings" />
|
|
<MenuSeparator />
|
|
<MenuItem Text="&Quit" ShortcutText="Ctrl+Q" Id="MenuFileQuit" />
|
|
</MenuItem>
|
|
<MenuItem Text="&Connect">
|
|
<MenuItem Text="L&ogin" ShortcutText="Ctrl+O" Id="MenuConnectLogin" />
|
|
<MenuSeparator />
|
|
<MenuItem Text="&New" ShortcutText="Ctrl+N" Id="MenuConnectNew" />
|
|
<MenuItem Text="&Join" ShortcutText="Ctrl+J" Id="MenuConnectJoin" />
|
|
<MenuItem Text="S&ync" ShortcutText="Ctrl+Y" Id="MenuConnectSync" />
|
|
<MenuItem Text="&Upload" ShortcutText="Ctrl+U" Id="MenuConnectUpload" />
|
|
</MenuItem>
|
|
<MenuItem Text="C&ampaign">
|
|
<MenuItem Text="&New" ShortcutText="Ctrl+N" Id="MenuCampaingNew" />
|
|
<MenuItem Text="&Open" ShortcutText="Ctrl+O" Id="MenuCampaignOpen" />
|
|
<MenuSeparator />
|
|
<MenuItem Text="&Players" ShortcutText="CtrI+P" Id="MenuCampaignPlayers" />
|
|
</MenuItem>
|
|
<MenuItem Text="&Map" ShortcutText="Ctrl+M">
|
|
<MenuItem Text="&New" ShortcutText="Ctrl+N" Id="MenuMapNew" />
|
|
<MenuItem Text="&Open" ShortcutText="Ctrl+O" Id="MenuMapOpen" />
|
|
</MenuItem>
|
|
<MenuItem Text="&View">
|
|
<MenuItem Text="N&otes" ShortcutText="Ctrl+O" Id="MenuViewShowNotes" />
|
|
<MenuItem Text="S&how cell numbers" ShortcutText="Ctrl+H" Id="MenuViewShowCellNUmbers" />
|
|
<MenuItem Text="C&enter on selection" ShortcutText="Ctrl+E" Id="MenuViewCenterOnSelection" />
|
|
</MenuItem>
|
|
<MenuItem Text="&Help">
|
|
<MenuItem Text="&About" Id="MenuHelpAbout" />
|
|
</MenuItem>
|
|
</HorizontalMenu>
|
|
<HorizontalStackPanel Spacing="12" VerticalAlignment="Center" Height="51" Padding="4, 0, 0, 0" Background="#404040FF" Id="Toolbar">
|
|
<HorizontalStackPanel.Proportions>
|
|
<Proportion Type="Auto" />
|
|
</HorizontalStackPanel.Proportions>
|
|
<ImageTextButton Text=" C" Width="40" Height="40" BorderThickness="2" VerticalAlignment="Center" Id="BtnToolbarLine" />
|
|
<ImageTextButton Text=" R" Width="40" Height="40" BorderThickness="2" VerticalAlignment="Center" Id="BtnToolbarRoom" />
|
|
<ImageTextButton Text=" D" Width="40" Height="40" BorderThickness="2" VerticalAlignment="Center" Id="BtnToolbarDelete" />
|
|
</HorizontalStackPanel>
|
|
<VerticalSplitPane Width="200" Background="#A1A1A1FF">
|
|
<VerticalStackPanel>
|
|
<VerticalStackPanel.Proportions>
|
|
<Proportion Type="Fill" />
|
|
</VerticalStackPanel.Proportions>
|
|
<ScrollViewer>
|
|
<Grid ColumnSpacing="8" RowSpacing="8" Id="GridWalls">
|
|
<Grid.DefaultColumnProportion Type="Pixels" Value="40" />
|
|
<Grid.DefaultRowProportion Type="Pixels" Value="40" />
|
|
</Grid>
|
|
</ScrollViewer>
|
|
</VerticalStackPanel>
|
|
<VerticalStackPanel>
|
|
<VerticalStackPanel.Proportions>
|
|
<Proportion Type="Fill" />
|
|
</VerticalStackPanel.Proportions>
|
|
<ScrollViewer Id="ScrOverlay">
|
|
<Grid ColumnSpacing="8" RowSpacing="8" Id="GridOverlays">
|
|
<Grid.DefaultColumnProportion Type="Pixels" Value="40" />
|
|
<Grid.DefaultRowProportion Type="Pixels" Value="40" />
|
|
</Grid>
|
|
</ScrollViewer>
|
|
<TextBox Height="40" Margin="0, 4" Id="TxtOverlaySearch" />
|
|
</VerticalStackPanel>
|
|
</VerticalSplitPane>
|
|
<HorizontalStackPanel Spacing="10" Height="25" Background="#333333FF">
|
|
<HorizontalStackPanel.Proportions>
|
|
<Proportion Type="Auto" />
|
|
</HorizontalStackPanel.Proportions>
|
|
<Label Text="Connection status:" />
|
|
<Label Text="Disconnected" MinWidth="100" Id="lblConnectionStatus" />
|
|
<VerticalSeparator />
|
|
<Label Text="Username:" />
|
|
<Label Text="n/a" MinWidth="100" Id="lblUsername" />
|
|
<VerticalSeparator />
|
|
<Label Text="Session name:" />
|
|
<Label Text="n/a" MinWidth="100" Id="lblSessionName" />
|
|
</HorizontalStackPanel>
|
|
</VerticalStackPanel>
|
|
</Project> |