markus / ConvertService / ServiceBase / ServiceTestApp / MainWindow.xaml @ 8c7d1ea1
이력 | 보기 | 이력해설 | 다운로드 (5.79 KB)
1 | 53c9637d | taeseongkim | <Window x:Class="ServiceTestApp.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:ServiceTestApp" |
||
7 | mc:Ignorable="d" |
||
8 | Title="MainWindow" Height="450" Width="800"> |
||
9 | <Grid>
|
||
10 | <Grid.RowDefinitions>
|
||
11 | <RowDefinition Height="0.3*"/> |
||
12 | <RowDefinition Height="0.7*"/> |
||
13 | <RowDefinition Height="Auto"/> |
||
14 | f22054ff | taeseongkim | <RowDefinition Height="Auto"/> |
15 | 53c9637d | taeseongkim | </Grid.RowDefinitions>
|
16 | <ScrollViewer>
|
||
17 | <TextBlock x:Name="Log"/> |
||
18 | </ScrollViewer>
|
||
19 | <DataGrid AutoGenerateColumns="True" Grid.Row="1" x:Name="datagrid"/> |
||
20 | <Grid Grid.Row="2"> |
||
21 | <Grid.ColumnDefinitions>
|
||
22 | <ColumnDefinition/> |
||
23 | <ColumnDefinition/> |
||
24 | </Grid.ColumnDefinitions>
|
||
25 | <Grid > |
||
26 | <Grid.RowDefinitions>
|
||
27 | <RowDefinition Height="Auto"/> |
||
28 | <RowDefinition Height="Auto"/> |
||
29 | <RowDefinition Height="Auto"/> |
||
30 | <RowDefinition Height="Auto"/> |
||
31 | <RowDefinition Height="Auto"/> |
||
32 | <RowDefinition Height="Auto"/> |
||
33 | <RowDefinition Height="Auto"/> |
||
34 | <RowDefinition Height="Auto"/> |
||
35 | <RowDefinition Height="Auto"/> |
||
36 | <RowDefinition Height="Auto"/> |
||
37 | <RowDefinition Height="Auto"/> |
||
38 | <RowDefinition Height="Auto"/> |
||
39 | <RowDefinition Height="Auto"/> |
||
40 | </Grid.RowDefinitions>
|
||
41 | <Button Click="Button_Click" Content="Service Open"/> |
||
42 | <Button Click="ServiceInstall_Click" Content="Service Install Test" Grid.Row="1"/> |
||
43 | <Button Click="LibInstall_Click" Content="Pthreaad.dll Install Test" Grid.Row="2"/> |
||
44 | <Button Click="StationServiceCall_Click" Content="Station Service Call" Grid.Row="3"/> |
||
45 | <Button Click="ServiceCall_Click" Content="Convert Service Call" Grid.Row="4"/> |
||
46 | <Button Click="ItemAdd_Click" Content="database ConvertItem Add(Directory)" Grid.Row="5"/> |
||
47 | <Button Click="ItemAddFile_Click" Content="database ConvertItem Add(File)" Grid.Row="6"/> |
||
48 | <Button Click="AliveList_Click" Content="Alive List" Grid.Row="7"/> |
||
49 | <Button Click="WaitList_Click" Content="Wait List" Grid.Row="8"/> |
||
50 | <Button Click="ProcessKill_Click" Content="ProcessKill" Grid.Row="9"/> |
||
51 | <Button Click="DeadLockProcessList_Click" Content="Dead Lock Process List" Grid.Row="10"/> |
||
52 | <Button Click="RemoteFileList_Click" Content="원격파일 테스트" Grid.Row="11"/> |
||
53 | <Button Click="wcfTest_Click" Content="WCF OPEN" Grid.Row="12"/> |
||
54 | </Grid>
|
||
55 | <Grid Grid.Column="1"> |
||
56 | <Grid.RowDefinitions>
|
||
57 | <RowDefinition Height="Auto"/> |
||
58 | <RowDefinition Height="Auto"/> |
||
59 | 06f13e11 | taeseongkim | <RowDefinition Height="Auto"/> |
60 | <RowDefinition Height="Auto"/> |
||
61 | 60723dc9 | taeseongkim | <RowDefinition Height="Auto"/> |
62 | 65fbe3cb | taeseongkim | <RowDefinition Height="Auto"/> |
63 | <RowDefinition Height="Auto"/> |
||
64 | f363a40e | taeseongkim | <RowDefinition Height="Auto"/> |
65 | f22054ff | taeseongkim | <RowDefinition Height="Auto"/> |
66 | <RowDefinition Height="Auto"/> |
||
67 | 53c9637d | taeseongkim | </Grid.RowDefinitions>
|
68 | <StackPanel Orientation="Horizontal"> |
||
69 | <TextBlock Text="Process Count : " VerticalAlignment="Center"/> |
||
70 | <TextBox x:Name="txtProcessCount" Text="4" MinWidth="40" TextAlignment="Right" Margin="4"/> |
||
71 | <Button Content="Set Proecss" Click="Button_Click_1"/> |
||
72 | </StackPanel>
|
||
73 | <Button Grid.Row="1" Content="Doc Info Delete Test" Click="Button_Click_2"/> |
||
74 | <Button Grid.Row="2" Content="Web Service Test" Click="WebServiceTest_click"/> |
||
75 | 06f13e11 | taeseongkim | <Button Grid.Row="3" Content="Convert Web Service Test" Click="ConvertWebServiceTest_click"/> |
76 | 60723dc9 | taeseongkim | <Button Grid.Row="4" Content="FileDownload Test" Click="DownLoadTest_click"/> |
77 | 65fbe3cb | taeseongkim | <Button Grid.Row="5" Content="ServiceCall Test" Click="ServiceCallTest_click"/> |
78 | f363a40e | taeseongkim | <Button Grid.Row="6" Content="Get Confing Section Test" Click="ConfingSectionTest_click"/> |
79 | <Button Grid.Row="7" Content="PEMSS PlugIn Test" Click="PemssPluginTest_click"/> |
||
80 | f22054ff | taeseongkim | <Button Grid.Row="8" Content="Monitor Service Test" Click="MonitorTest_Click"/> |
81 | 53c9637d | taeseongkim | </Grid>
|
82 | </Grid>
|
||
83 | f22054ff | taeseongkim | <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>
|
||
100 | 53c9637d | taeseongkim | </Grid>
|
101 | </Window> |