프로젝트

일반

사용자정보

개정판 68302e9d

ID68302e9def9bd00b98ec63a09be4c70d776e4982
상위 67994a4d
하위 b643fcca

김태성이(가) 4년 이상 전에 추가함

- main window 수정

Change-Id: I825e1cdfb1cdb1929cb5984eb848518eea111e43

차이점 보기:

KCOM/MainWindow.xaml
1
<Window x:Class="KCOM.MainWindow"
1
<cWin:CustomWindow x:Class="KCOM.MainWindow"
2 2
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3 3
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4 4
        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
......
8 8
        xmlns:view="clr-namespace:KCOM.Views"
9 9
        mc:Ignorable="d" WindowStartupLocation="CenterScreen"
10 10
        Style="{StaticResource VS2012WindowStyle}"
11
        xmlns:cWin="clr-namespace:KCOM.Controls.CustomizedWindow"
12
        xmlns:i="clr-namespace:System.Windows.Interactivity;assembly=System.Windows.Interactivity" 
11 13
        Background="{DynamicResource KCOMColor_TopMenubackgroundBrush}"
12 14
        telerik:TabNavigationExtensions.IsTabStop="False"
13 15
        Title="MARKUS" >
......
19 21
        <view:TopMenu x:Name="dzTopMenu" VerticalAlignment="Top"/>
20 22
        <view:MainMenu x:Name="dzMainMenu" Grid.Row="1" VerticalAlignment="Stretch"/>
21 23
    </Grid>
22
</Window>
24
</cWin:CustomWindow>

내보내기 Unified diff

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