개정판 f22054ff
Markus Monitor Service 추가
Change-Id: I384e98ba411d84c908a21d9afac31f936abf7670
ConvertService/ServiceBase/ServiceTestApp/MainWindow.xaml | ||
---|---|---|
11 | 11 |
<RowDefinition Height="0.3*"/> |
12 | 12 |
<RowDefinition Height="0.7*"/> |
13 | 13 |
<RowDefinition Height="Auto"/> |
14 |
<RowDefinition Height="Auto"/> |
|
14 | 15 |
</Grid.RowDefinitions> |
15 | 16 |
<ScrollViewer> |
16 | 17 |
<TextBlock x:Name="Log"/> |
... | ... | |
61 | 62 |
<RowDefinition Height="Auto"/> |
62 | 63 |
<RowDefinition Height="Auto"/> |
63 | 64 |
<RowDefinition Height="Auto"/> |
65 |
<RowDefinition Height="Auto"/> |
|
66 |
<RowDefinition Height="Auto"/> |
|
64 | 67 |
</Grid.RowDefinitions> |
65 | 68 |
<StackPanel Orientation="Horizontal"> |
66 | 69 |
<TextBlock Text="Process Count : " VerticalAlignment="Center"/> |
... | ... | |
74 | 77 |
<Button Grid.Row="5" Content="ServiceCall Test" Click="ServiceCallTest_click"/> |
75 | 78 |
<Button Grid.Row="6" Content="Get Confing Section Test" Click="ConfingSectionTest_click"/> |
76 | 79 |
<Button Grid.Row="7" Content="PEMSS PlugIn Test" Click="PemssPluginTest_click"/> |
80 |
<Button Grid.Row="8" Content="Monitor Service Test" Click="MonitorTest_Click"/> |
|
77 | 81 |
</Grid> |
78 | 82 |
</Grid> |
83 |
<Grid Grid.Row="3" Margin="0,10"> |
|
84 |
<StackPanel> |
|
85 |
<StackPanel Orientation="Horizontal"> |
|
86 |
<TextBlock Text="Download File(Uri Encode)" VerticalAlignment="Center"/> |
|
87 |
<TextBox x:Name="txtEncodeDownloadFile" Height="24" BorderBrush="Gray" BorderThickness="1" Margin="2" MinWidth="500"/> |
|
88 |
</StackPanel> |
|
89 |
<StackPanel Orientation="Horizontal"> |
|
90 |
<TextBlock Text="Download File(Uri Decode)" VerticalAlignment="Center"/> |
|
91 |
<TextBox x:Name="txtDecodeDownloadFile" Height="24" BorderBrush="Gray" BorderThickness="1" Margin="2" MinWidth="500"/> |
|
92 |
</StackPanel> |
|
93 |
<StackPanel Orientation="Horizontal"> |
|
94 |
<TextBlock Text="Save Path" VerticalAlignment="Center"/> |
|
95 |
<TextBox x:Name="txtSavePath" Height="24" Text="C:\Temp\FileDownloadTest" BorderBrush="Gray" BorderThickness="1" Margin="2" MinWidth="500"/> |
|
96 |
</StackPanel> |
|
97 |
<Button Content="File Download Test" Width="140" Click="FileDownloadTest_Click"/> |
|
98 |
</StackPanel> |
|
99 |
</Grid> |
|
79 | 100 |
</Grid> |
80 | 101 |
</Window> |
내보내기 Unified diff