프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / FinalService / KCOM_FinalService / FinalPDFClient / MainWindow.xaml @ ab590000

이력 | 보기 | 이력해설 | 다운로드 (2.02 KB)

1 8e6884a5 taeseongkim
<Window x:Class="FinalPDFClient.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:FinalPDFClient"
7
        mc:Ignorable="d"
8
        Title="MainWindow" Height="450" Width="800">
9
    <Grid>
10 077fb153 taeseongkim
        <Grid>
11
            <Grid.RowDefinitions>
12
                <RowDefinition Height="Auto"/>
13
                <RowDefinition Height="Auto"/>
14
                <RowDefinition Height="Auto"/>
15 ab590000 taeseongkim
                <RowDefinition Height="*"/>
16 077fb153 taeseongkim
                <RowDefinition Height="Auto"/>
17
            </Grid.RowDefinitions>
18
            <Grid.ColumnDefinitions>
19
                <ColumnDefinition Width="Auto"/>
20
                <ColumnDefinition/>
21
                <ColumnDefinition/>
22
            </Grid.ColumnDefinitions>
23
            <StackPanel Orientation="Horizontal" HorizontalAlignment="Right">
24
                <TextBlock Text="User Id : "/>
25 eaafc1eb taeseongkim
                <TextBox Name="txtUserId" Width="120" Text="doftech"/>
26 077fb153 taeseongkim
            </StackPanel>
27
            <StackPanel Orientation="Horizontal" HorizontalAlignment="Right" Grid.Row="1">
28
                <TextBlock Text="Project NO : "/>
29 eaafc1eb taeseongkim
                <TextBox Name="txtProject" Width="120"  Text="000000"/>
30 077fb153 taeseongkim
            </StackPanel>
31
            <StackPanel Orientation="Horizontal" Grid.Row="2" HorizontalAlignment="Right">
32
                <TextBlock Text="Document ID : "/>
33 eaafc1eb taeseongkim
                <TextBox Name="txtDocId" Width="120" Text="30000165"/>
34 077fb153 taeseongkim
            </StackPanel>
35 ab590000 taeseongkim
            <StackPanel Orientation="Horizontal" Grid.Row="3" Grid.ColumnSpan="3" HorizontalAlignment="Left">
36
                <TextBlock Text="Output : "/>
37
                <TextBox Name="txtOutput" Width="300" Text=""/>
38
            </StackPanel>
39
            <Button Grid.Row="4" Content="Merged PDF" Margin="2" Width="100" Click="Button_Click"/>
40 077fb153 taeseongkim
        </Grid>
41 8e6884a5 taeseongkim
    </Grid>
42
</Window>
클립보드 이미지 추가 (최대 크기: 500 MB)