개정판 5622deac
issue #00000 dig appcast 추가
Change-Id: I96b46b734bcae1a2df07e5fd5e705284cb18770d
FinalService/KCOM_FinalService/UploadTest/MainWindow.xaml | ||
---|---|---|
1 |
<Window x:Class="UploadTest.MainWindow" |
|
2 |
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
|
3 |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
4 |
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
|
5 |
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
|
6 |
xmlns:local="clr-namespace:UploadTest" |
|
7 |
mc:Ignorable="d" |
|
8 |
Title="MainWindow" Height="450" Width="800"> |
|
1 |
<Window |
|
2 |
x:Class="UploadTest.MainWindow" |
|
3 |
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
|
4 |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
5 |
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
|
6 |
xmlns:local="clr-namespace:UploadTest" |
|
7 |
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
|
8 |
Title="MainWindow" |
|
9 |
Width="800" |
|
10 |
Height="450" |
|
11 |
mc:Ignorable="d"> |
|
9 | 12 |
<Grid> |
10 | 13 |
<Grid.RowDefinitions> |
11 |
<RowDefinition Height="Auto"/> |
|
12 |
<RowDefinition Height="Auto"/> |
|
13 |
<RowDefinition Height="Auto"/> |
|
14 |
<RowDefinition Height="*"/> |
|
14 |
<RowDefinition Height="Auto" /> |
|
15 |
<RowDefinition Height="Auto" /> |
|
16 |
<RowDefinition Height="Auto" /> |
|
17 |
<RowDefinition Height="*" /> |
|
18 |
<RowDefinition Height="Auto" /> |
|
15 | 19 |
</Grid.RowDefinitions> |
16 |
<StackPanel Orientation="Horizontal" HorizontalAlignment="Left" Margin="2"> |
|
17 |
<TextBlock Width="100" TextAlignment="Right" Text="FinalPDF ID"/> |
|
18 |
<TextBlock Width="10" Text=" : "/> |
|
19 |
<TextBox MinWidth="200" Name="tbFinalPDFID"/> |
|
20 |
<Button Content="Call" HorizontalAlignment="Right" Width="100" Margin="2" Click="Button_Click"/> |
|
20 |
<StackPanel |
|
21 |
Margin="2" |
|
22 |
HorizontalAlignment="Left" |
|
23 |
Orientation="Horizontal"> |
|
24 |
<TextBlock |
|
25 |
Width="100" |
|
26 |
Text="FinalPDF ID" |
|
27 |
TextAlignment="Right" /> |
|
28 |
<TextBlock Width="10" Text=" : " /> |
|
29 |
<TextBox Name="tbFinalPDFID" MinWidth="200" /> |
|
30 |
<Button |
|
31 |
Width="100" |
|
32 |
Margin="2" |
|
33 |
HorizontalAlignment="Right" |
|
34 |
Click="Button_Click" |
|
35 |
Content="Call" /> |
|
21 | 36 |
</StackPanel> |
22 |
<StackPanel Orientation="Horizontal" HorizontalAlignment="Left" Margin="2" Grid.Row="1"> |
|
23 |
<TextBlock Width="100" TextAlignment="Right" Text="Remote File Path"/> |
|
24 |
<TextBlock Width="10" Text=" : "/> |
|
25 |
<TextBox MinWidth="200" Name="tbRemoteFilePath"/> |
|
37 |
<StackPanel |
|
38 |
Grid.Row="1" |
|
39 |
Margin="2" |
|
40 |
HorizontalAlignment="Left" |
|
41 |
Orientation="Horizontal"> |
|
42 |
<TextBlock |
|
43 |
Width="100" |
|
44 |
Text="Remote File Path" |
|
45 |
TextAlignment="Right" /> |
|
46 |
<TextBlock Width="10" Text=" : " /> |
|
47 |
<TextBox Name="tbRemoteFilePath" MinWidth="200" /> |
|
26 | 48 |
</StackPanel> |
27 |
<StackPanel Orientation="Horizontal" HorizontalAlignment="Left" Margin="2" Grid.Row="2"> |
|
28 |
<TextBlock Width="100" TextAlignment="Right" Text="Upload Service Url"/> |
|
29 |
<TextBlock Width="10" Text=" : "/> |
|
30 |
<TextBox MinWidth="200" Name="tbServiceUri"/> |
|
49 |
<StackPanel |
|
50 |
Grid.Row="2" |
|
51 |
Margin="2" |
|
52 |
HorizontalAlignment="Left" |
|
53 |
Orientation="Horizontal"> |
|
54 |
<TextBlock |
|
55 |
Width="100" |
|
56 |
Text="Upload Service Url" |
|
57 |
TextAlignment="Right" /> |
|
58 |
<TextBlock Width="10" Text=" : " /> |
|
59 |
<TextBox Name="tbServiceUri" MinWidth="200" /> |
|
31 | 60 |
</StackPanel> |
32 |
<TextBox Grid.Row="3" Name="tbLog" AcceptsReturn="True"/> |
|
61 |
<TextBox |
|
62 |
Name="tbLog" |
|
63 |
Grid.Row="3" |
|
64 |
AcceptsReturn="True" /> |
|
65 |
<Button |
|
66 |
Grid.Row="4" |
|
67 |
Click="btnStamp_Click" |
|
68 |
Content="Stamp" /> |
|
33 | 69 |
</Grid> |
34 | 70 |
</Window> |
내보내기 Unified diff