markus / KCOM / MainWindow.xaml @ 68302e9d
이력 | 보기 | 이력해설 | 다운로드 (1.28 KB)
1 | 68302e9d | taeseongkim | <cWin:CustomWindow x:Class="KCOM.MainWindow" |
---|---|---|---|
2 | 787a4489 | KangIngu | 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:KCOM" xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" |
||
7 | xmlns:control="clr-namespace:KCOM.Controls" |
||
8 | xmlns:view="clr-namespace:KCOM.Views" |
||
9 | d33ef543 | taeseongkim | mc:Ignorable="d" WindowStartupLocation="CenterScreen" |
10 | Style="{StaticResource VS2012WindowStyle}" |
||
11 | 68302e9d | taeseongkim | xmlns:cWin="clr-namespace:KCOM.Controls.CustomizedWindow" |
12 | xmlns:i="clr-namespace:System.Windows.Interactivity;assembly=System.Windows.Interactivity" |
||
13 | af177ca1 | djkim | Background="{DynamicResource KCOMColor_TopMenubackgroundBrush}" |
14 | 91e84544 | taeseongkim | telerik:TabNavigationExtensions.IsTabStop="False" |
15 | 2184f659 | humkyung | Title="MARKUS" > |
16 | d33ef543 | taeseongkim | <Grid>
|
17 | 787a4489 | KangIngu | <Grid.RowDefinitions>
|
18 | <RowDefinition Height="Auto"/> |
||
19 | <RowDefinition Height="*"/> |
||
20 | </Grid.RowDefinitions>
|
||
21 | d33ef543 | taeseongkim | <view:TopMenu x:Name="dzTopMenu" VerticalAlignment="Top"/> |
22 | <view:MainMenu x:Name="dzMainMenu" Grid.Row="1" VerticalAlignment="Stretch"/> |
||
23 | 787a4489 | KangIngu | </Grid>
|
24 | 68302e9d | taeseongkim | </cWin:CustomWindow> |