개정판 eaafc1eb
daelim debug 프로젝트 추가
Change-Id: Ib22a8145905cee7587946fa49a9f54679ea546ee
FinalService/KCOM_FinalService/FinalPDFClient/MainWindow.xaml | ||
---|---|---|
21 | 21 |
</Grid.ColumnDefinitions> |
22 | 22 |
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right"> |
23 | 23 |
<TextBlock Text="User Id : "/> |
24 |
<TextBox Name="txtUserId" Width="120"/> |
|
24 |
<TextBox Name="txtUserId" Width="120" Text="doftech"/>
|
|
25 | 25 |
</StackPanel> |
26 | 26 |
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" Grid.Row="1"> |
27 | 27 |
<TextBlock Text="Project NO : "/> |
28 |
<TextBox Name="txtProject" Width="120"/> |
|
28 |
<TextBox Name="txtProject" Width="120" Text="000000"/>
|
|
29 | 29 |
</StackPanel> |
30 | 30 |
<StackPanel Orientation="Horizontal" Grid.Row="2" HorizontalAlignment="Right"> |
31 | 31 |
<TextBlock Text="Document ID : "/> |
32 |
<TextBox Name="txtDocId" Width="120"/> |
|
32 |
<TextBox Name="txtDocId" Width="120" Text="30000165"/>
|
|
33 | 33 |
</StackPanel> |
34 | 34 |
<Button Grid.Row="3" Content="Merged PDF" Margin="2" Width="100" Click="Button_Click"/> |
35 | 35 |
</Grid> |
내보내기 Unified diff