프로젝트

일반

사용자정보

개정판 8c128693

ID8c1286939e920e90cb67de1bd472ad8f4fd25f38
상위 73cb17e3
하위 1b4709fe, 9cc9da49

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

AliveItems MarkusLink And 원본파일 수정

Change-Id: I9a870479dc15f572e3576394ededee3a45a7c94a

차이점 보기:

ConvertService/ServiceBase/Markus.Service.StationController/Views/ConvertAddDialog.xaml
7 7
    <telerik:RadWindow.DataContext>
8 8
        <VM:ConvertAddDialogViewModel/>
9 9
    </telerik:RadWindow.DataContext>
10
    <Grid>
10
    <Grid Height="200" Width="400">
11 11
        <Grid.Resources>
12 12
            <ResourceDictionary>
13 13

  
......
77 77
                <TextBox Text="{Binding ConverAdd_Project_NO, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" Grid.Row="0" Grid.Column="2" />
78 78
                <TextBox Text="{Binding ConverAdd_DOCUMENT_ID, Mode=TwoWay,  UpdateSourceTrigger=PropertyChanged}" Grid.Row="1" Grid.Column="2" />
79 79
                <TextBox Text="{Binding ConverAdd_DOCUMENT_URL,  Mode=TwoWay,  UpdateSourceTrigger=PropertyChanged}" Grid.Row="2" Grid.Column="2" />
80
                <StackPanel Orientation="Horizontal"  Grid.Row="2" Grid.Column="2" Height="30">
81
                    <TextBox Text="{Binding ConverAdd_DOCUMENT_URL, Mode=TwoWay}" Width="270" />
82
                    <telerik:RadButton  Command="{Binding ConverAdd_Select_FoldCommand , Mode=TwoWay}" Width="90" >
83
                        <TextBox Text="Select Folder" Style="{StaticResource InfoStyle}"/>
84
                    </telerik:RadButton>
85
                </StackPanel>
86
                <!--<telerik:RadButton Grid.Row="2" Grid.Column="2" Click="SelectFolderClick" Width="207" Height="20"/>-->
87
                <!--<telerik:RadFilePathPicker Text="{Binding ConverAdd_DOCUMENT_URL, Mode=OneWayToSource}" ShowDialogButtonContent="&#xe11f;" Grid.Row="2" Grid.Column="2" ClearButtonContent="&#xe11d;" />-->
88 80

  
89 81
            </Grid>
90 82
            <StackPanel Orientation="Horizontal" Grid.Row="1" HorizontalAlignment="Right" Margin="0 0 0 10">
......
92 84
                <telerik:RadButton Content=" SEND" MinWidth="50" Margin="8 0" VerticalAlignment="Center"
93 85
							   Command="{Binding ConverAdd_OKCommand , Mode=TwoWay}" />
94 86

  
95
                <telerik:RadButton Content="CANCEL" MinWidth="80" Margin="0 0 10 0" VerticalAlignment="Center"
96
							   IsCancel="True" />
87
                <telerik:RadButton Content="CANCEL" MinWidth="80" Margin="0 0 10 0" VerticalAlignment="Center" IsCancel="True" Name="Close" />
97 88
            </StackPanel>
98 89

  
99 90
        </Grid>

내보내기 Unified diff

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