개정판 077fb153
- FinalPDFClient : local finalPDF 생성
Change-Id: Icea9dfc5ccbcbffb0af5b25f08e9d336456d3720
FinalService/KCOM_FinalService/FinalPDFClient/MainWindow.xaml | ||
---|---|---|
7 | 7 |
mc:Ignorable="d" |
8 | 8 |
Title="MainWindow" Height="450" Width="800"> |
9 | 9 |
<Grid> |
10 |
<Grid.RowDefinitions> |
|
11 |
<RowDefinition/> |
|
12 |
<RowDefinition/> |
|
13 |
<RowDefinition/> |
|
14 |
</Grid.RowDefinitions> |
|
15 |
<Grid.ColumnDefinitions> |
|
16 |
<ColumnDefinition/> |
|
17 |
<ColumnDefinition/> |
|
18 |
<ColumnDefinition/> |
|
19 |
</Grid.ColumnDefinitions> |
|
10 |
<Grid> |
|
11 |
<Grid.RowDefinitions> |
|
12 |
<RowDefinition Height="Auto"/> |
|
13 |
<RowDefinition Height="Auto"/> |
|
14 |
<RowDefinition Height="Auto"/> |
|
15 |
<RowDefinition Height="Auto"/> |
|
16 |
</Grid.RowDefinitions> |
|
17 |
<Grid.ColumnDefinitions> |
|
18 |
<ColumnDefinition Width="Auto"/> |
|
19 |
<ColumnDefinition/> |
|
20 |
<ColumnDefinition/> |
|
21 |
</Grid.ColumnDefinitions> |
|
22 |
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right"> |
|
23 |
<TextBlock Text="User Id : "/> |
|
24 |
<TextBox Name="txtUserId" Width="120"/> |
|
25 |
</StackPanel> |
|
26 |
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" Grid.Row="1"> |
|
27 |
<TextBlock Text="Project NO : "/> |
|
28 |
<TextBox Name="txtProject" Width="120"/> |
|
29 |
</StackPanel> |
|
30 |
<StackPanel Orientation="Horizontal" Grid.Row="2" HorizontalAlignment="Right"> |
|
31 |
<TextBlock Text="Document ID : "/> |
|
32 |
<TextBox Name="txtDocId" Width="120"/> |
|
33 |
</StackPanel> |
|
34 |
<Button Grid.Row="3" Content="Merged PDF" Margin="2" Width="100" Click="Button_Click"/> |
|
35 |
</Grid> |
|
20 | 36 |
</Grid> |
21 | 37 |
</Window> |
내보내기 Unified diff