17 lines
No EOL
679 B
Text
17 lines
No EOL
679 B
Text
<Project>
|
|
<Project.ExportOptions Namespace="Sledgemapper.UI" Class="CampaignWindow" OutputPath="C:\dev\Map\Sledgemapper\UI" />
|
|
<VerticalStackPanel Spacing="16" HorizontalAlignment="Center" VerticalAlignment="Center" Width="300" Padding="10">
|
|
|
|
<Grid ColumnSpacing="25" RowSpacing="10">
|
|
<Grid.ColumnsProportions>
|
|
<Proportion Type="Pixels" Value="60" />
|
|
<Proportion Type="Fill" />
|
|
</Grid.ColumnsProportions>
|
|
<Label Text="Campaign" />
|
|
|
|
<TextBox GridColumn="1" Id="TxtCampaign" />
|
|
|
|
</Grid>
|
|
<TextButton Text="New" Padding="10, 5" HorizontalAlignment="Center" Id="BtnNewCampaign" />
|
|
</VerticalStackPanel>
|
|
</Project> |