프로젝트

일반

사용자정보

개정판 2c634aed

ID2c634aed27d15f7d745fbff66504f7ac05633a9d
상위 3bde451b
하위 5feff9f0, d4552deb

semi 이(가) 약 5년 전에 추가함

popup style 변경 & 프로젝트 정리

Change-Id: I708256b20df780f169e92b020919b436152a07c9

차이점 보기:

ConvertService/ServiceBase/Markus.Service.StationController/Views/ConvertAddDialog.xaml
3 3
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4 4
        xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
5 5
        xmlns:VM="clr-namespace:Markus.Service.StationController.ViewModel"
6
        Header="Convert Items Insert" Height="300" Width="500" >
6
        Header="Convert Items Insert" Height="300" Width="500" telerik:StyleManager.Theme="VisualStudio2013" >
7 7
    <telerik:RadWindow.DataContext>
8 8
        <VM:ConvertAddDialogViewModel/>
9 9
    </telerik:RadWindow.DataContext>
......
52 52
        </Grid.Resources>
53 53

  
54 54
        <Grid x:Name="LayoutRoot" Background="White">
55
            <Grid.ColumnDefinitions>
56
                <ColumnDefinition Width="128*"/>
57
                <ColumnDefinition Width="353*"/>
58
            </Grid.ColumnDefinitions>
55 59
            <Grid.RowDefinitions>
56 60
                <RowDefinition />
57 61
                <RowDefinition Height="Auto" />
58 62
                <RowDefinition Height="Auto" />
59 63
            </Grid.RowDefinitions>
60 64

  
61
            <Grid Grid.Row="0" Margin="10">
65
            <Grid Grid.Row="0" Margin="10" Grid.ColumnSpan="2">
62 66
                <Grid.ColumnDefinitions>
63 67
                    <ColumnDefinition Width="90" />
64 68
                    <ColumnDefinition Width="10" />
......
72 76
                    <RowDefinition Height="25"/>
73 77
                    <RowDefinition Height="25"/>
74 78
                </Grid.RowDefinitions>
75
                    <TextBlock Grid.Row="0" Text="Project NO" />
79
                <TextBlock Grid.Row="0" Text="Project NO" />
76 80
                <TextBlock Grid.Row="0" Grid.Column="4" Text="DOCUMENT ID" />
77 81
                <TextBlock Grid.Row="1" Grid.Column="0" Text="Document URL" />
78
 
82

  
79 83
                <TextBox Text="{Binding ConverAdd_Project_NO, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" Grid.Row="0" Grid.Column="2" />
80 84
                <TextBox Text="{Binding ConverAdd_DOCUMENT_ID, Mode=TwoWay,  UpdateSourceTrigger=PropertyChanged}" Grid.Row="0" Grid.Column="6" />
81 85
                <TextBox Text="{Binding ConverAdd_DOCUMENT_URL,  Mode=TwoWay,  UpdateSourceTrigger=PropertyChanged}" Grid.Row="1" Grid.Column="2" Grid.ColumnSpan="5"/>
82 86
            </Grid>
83
            <StackPanel Orientation="Horizontal" Grid.Row="1" HorizontalAlignment="Right" Margin="0 0 0 10">
87
            <StackPanel Orientation="Horizontal" Grid.Row="1" HorizontalAlignment="Right" Margin="0 0 0 10" Grid.Column="1">
84 88

  
85 89
                <telerik:RadButton Content=" SEND" MinWidth="50" Margin="8 0" VerticalAlignment="Center"
86 90
							   Command="{Binding ConverAdd_OKCommand , Mode=TwoWay}" />

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)