개정판 68302e9d
- 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