整理控件库
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<AduSkin:AduWindow
|
||||
<Window
|
||||
x:Class="ShrlAlgo.Addin.Test.ActionWindow"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
@@ -43,36 +43,33 @@
|
||||
<DataGridTextColumn Binding="{Binding City}" Header="城市" />
|
||||
</AduSkin:AduDataGrid.Columns>
|
||||
</AduSkin:AduDataGrid>-->
|
||||
<AduSkin:MetroTextBox
|
||||
<TextBox
|
||||
Margin="5"
|
||||
VerticalAlignment="Center"
|
||||
InputHint="前缀"
|
||||
Text="{Binding Prex, UpdateSourceTrigger=PropertyChanged}" />
|
||||
<AduSkin:MetroTextBox
|
||||
<TextBox
|
||||
Margin="5"
|
||||
VerticalAlignment="Center"
|
||||
InputHint="中间0的数量"
|
||||
Text="{Binding Count, UpdateSourceTrigger=PropertyChanged}" />
|
||||
<AduSkin:MetroTextBox
|
||||
<TextBox
|
||||
Margin="5"
|
||||
VerticalAlignment="Center"
|
||||
InputHint="当前序号"
|
||||
Text="{Binding Code, UpdateSourceTrigger=PropertyChanged}" />
|
||||
<AduSkin:MetroButton
|
||||
<Button
|
||||
Margin="5"
|
||||
VerticalAlignment="Center"
|
||||
Click="Button_Click"
|
||||
Content="添加" />
|
||||
<AduSkin:MetroButton
|
||||
<Button
|
||||
Margin="5"
|
||||
VerticalAlignment="Center"
|
||||
Command="{Binding BrowserExcelFileCommand}"
|
||||
Content="一键赋予" />
|
||||
<AduSkin:MetroButton
|
||||
<Button
|
||||
Margin="5"
|
||||
VerticalAlignment="Center"
|
||||
Command="{Binding ExportExcelFileCommand}"
|
||||
Content="导出" />
|
||||
</UniformGrid>
|
||||
</Grid>
|
||||
</AduSkin:AduWindow>
|
||||
</Window>
|
||||
|
||||
Reference in New Issue
Block a user