123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905 |
- <Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
- <ScrollViewer HorizontalScrollBarVisibility="Auto" VerticalScrollBarVisibility="Auto">
- <Grid HorizontalAlignment="left" VerticalAlignment="top">
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="Auto"/>
- </Grid.ColumnDefinitions>
- <Grid.RowDefinitions>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- </Grid.RowDefinitions>
- <StackPanel Orientation="Horizontal" Grid.Row="0" HorizontalAlignment="left" VerticalAlignment="Top" Margin="20">
- <Border VerticalAlignment="Center">
- <Line Stroke="#98b954" X2="28" StrokeThickness="2"/>
- </Border>
- <TextBlock Margin="3">Menu Control Number</TextBlock>
- </StackPanel>
- <Border Grid.Row="0" Margin = "4" TextBlock.FontSize="14" VerticalAlignment="Center" HorizontalAlignment="Center" BorderBrush="gray" BorderThickness="1">
- <StackPanel>
- <TextBlock Foreground='green' FontSize="25" TextAlignment="Center">Menu</TextBlock>
- <Grid>
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="Auto"/>
- <ColumnDefinition Width="Auto"/>
- <ColumnDefinition Width="Auto"/>
- </Grid.ColumnDefinitions>
- <Grid.RowDefinitions>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- </Grid.RowDefinitions>
- <StackPanel>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="1000"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="500"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="100"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="90"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="80"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="70"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="60"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="50"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="40"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="30"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="20"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="10"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="0"/></Border>
- </StackPanel>
- <StackPanel Grid.Row="1" Grid.Column="1" Orientation="Horizontal">
- <Border Width="50" Height="36">
- <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
- <Hyperlink Foreground="#98b954" Tag="uiDesignLink">IDM_Media_Homepage</Hyperlink>
- </TextBlock>
- </Border>
- <Border Width="50" Height="36">
- <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,0" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
- <Hyperlink Foreground="Blue" Tag="uiDesignLink">IDM_Thumbnail</Hyperlink>
- </TextBlock>
- </Border>
- <Border Width="50" Height="36">
- <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
- <Hyperlink Foreground="#98b954" Tag="uiDesignLink">IDM_Photo_Info</Hyperlink>
- </TextBlock>
- </Border>
- <Border Width="50" Height="36">
- <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,0" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
- <Hyperlink Foreground="Blue" Tag="uiDesignLink">IDM_Photo_Hint</Hyperlink>
- </TextBlock>
- </Border>
- <Border Width="50" Height="36">
- <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
- <Hyperlink Foreground="#98b954" Tag="uiDesignLink">IDM_Photo_Setup</Hyperlink>
- </TextBlock>
- </Border>
- <Border Width="50" Height="36">
- <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,0" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
- <Hyperlink Foreground="Blue" Tag="uiDesignLink">IDM_Photo_ZoomView</Hyperlink>
- </TextBlock>
- </Border>
- <Border Width="50" Height="36">
- <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
- <Hyperlink Foreground="#98b954" Tag="uiDesignLink">IDM_Photo_ZoomControl</Hyperlink>
- </TextBlock>
- </Border>
- <Border Width="50" Height="36">
- <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,0" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
- <Hyperlink Foreground="Blue" Tag="uiDesignLink">IDM_Music_Player</Hyperlink>
- </TextBlock>
- </Border>
- <Border Width="50" Height="36">
- <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
- <Hyperlink Foreground="#98b954" Tag="uiDesignLink">IDM_Music_Source</Hyperlink>
- </TextBlock>
- </Border>
- <Border Width="50" Height="36">
- <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,0" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
- <Hyperlink Foreground="Blue" Tag="uiDesignLink">IDM_Movie_Setup</Hyperlink>
- </TextBlock>
- </Border>
- </StackPanel>
- <Canvas Grid.Row="0" Grid.Column="1" Margin="-2, 13, 0, 0" >
- <Line Canvas.Top="0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="22.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="44.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="66.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="88.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="110.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="132.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="154.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="176.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="198.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="220.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="242.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="264.0" X2="506" Stroke="Gray"></Line>
- </Canvas>
- <Canvas Grid.Row="0" Grid.Column="1">
- <Line Y1 ="13" Y2="281.0" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="0" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="50" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="100" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="150" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="200" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="250" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="300" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="350" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="400" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="450" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="500" Y2="5" Stroke="Gray"></Line>
- </Canvas>
- <Canvas Grid.Row="0" Grid.Column="1" Margin="0, 13, 0, 0">
- <Rectangle Canvas.Left="5" Canvas.Top="247.0" Fill="#98b954" Width="23" Height="17"/>
- <TextBlock Canvas.Left="5" Canvas.Top="227.0" Width="35" Height="50" Text="8"/>
- <Rectangle Canvas.Left="55" Canvas.Top="99.0" Fill="#98b954" Width="23" Height="165"/>
- <TextBlock Canvas.Left="55" Canvas.Top="99.0" Width="35" Height="50" Text="75"/>
- <Rectangle Canvas.Left="105" Canvas.Top="240.0" Fill="#98b954" Width="23" Height="24"/>
- <TextBlock Canvas.Left="105" Canvas.Top="240.0" Width="35" Height="50" Text="11"/>
- <Rectangle Canvas.Left="155" Canvas.Top="225.0" Fill="#98b954" Width="23" Height="39"/>
- <TextBlock Canvas.Left="155" Canvas.Top="225.0" Width="35" Height="50" Text="18"/>
- <Rectangle Canvas.Left="205" Canvas.Top="212.0" Fill="#98b954" Width="23" Height="52"/>
- <TextBlock Canvas.Left="205" Canvas.Top="212.0" Width="35" Height="50" Text="24"/>
- <Rectangle Canvas.Left="255" Canvas.Top="240.0" Fill="#98b954" Width="23" Height="24"/>
- <TextBlock Canvas.Left="255" Canvas.Top="240.0" Width="35" Height="50" Text="11"/>
- <Rectangle Canvas.Left="305" Canvas.Top="238.0" Fill="#98b954" Width="23" Height="26"/>
- <TextBlock Canvas.Left="305" Canvas.Top="238.0" Width="35" Height="50" Text="12"/>
- <Rectangle Canvas.Left="355" Canvas.Top="95.0" Fill="#98b954" Width="23" Height="169"/>
- <TextBlock Canvas.Left="355" Canvas.Top="95.0" Width="35" Height="50" Text="77"/>
- <Rectangle Canvas.Left="405" Canvas.Top="209.0" Fill="#98b954" Width="23" Height="55"/>
- <TextBlock Canvas.Left="405" Canvas.Top="209.0" Width="35" Height="50" Text="25"/>
- <Rectangle Canvas.Left="455" Canvas.Top="196.0" Fill="#98b954" Width="23" Height="68"/>
- <TextBlock Canvas.Left="455" Canvas.Top="196.0" Width="35" Height="50" Text="31"/>
- </Canvas>
- </Grid>
- </StackPanel>
- </Border>
- <StackPanel Orientation="Horizontal" Grid.Row="1" HorizontalAlignment="left" VerticalAlignment="Top" Margin="20">
- <Border VerticalAlignment="Center">
- <Line Stroke="#98b954" X2="28" StrokeThickness="2"/>
- </Border>
- <TextBlock Margin="3">Menu Control Number</TextBlock>
- </StackPanel>
- <Border Grid.Row="1" Margin = "4" TextBlock.FontSize="14" VerticalAlignment="Center" HorizontalAlignment="Center" BorderBrush="gray" BorderThickness="1">
- <StackPanel>
- <TextBlock Foreground='green' FontSize="25" TextAlignment="Center">Menu</TextBlock>
- <Grid>
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="Auto"/>
- <ColumnDefinition Width="Auto"/>
- <ColumnDefinition Width="Auto"/>
- </Grid.ColumnDefinitions>
- <Grid.RowDefinitions>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- </Grid.RowDefinitions>
- <StackPanel>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="1000"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="500"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="100"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="90"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="80"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="70"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="60"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="50"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="40"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="30"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="20"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="10"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="0"/></Border>
- </StackPanel>
- <StackPanel Grid.Row="1" Grid.Column="1" Orientation="Horizontal">
- <Border Width="50" Height="36">
- <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
- <Hyperlink Foreground="#98b954" Tag="uiDesignLink">IDM_Movie_ProgramList</Hyperlink>
- </TextBlock>
- </Border>
- <Border Width="50" Height="36">
- <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,0" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
- <Hyperlink Foreground="Blue" Tag="uiDesignLink">IDM_Movie_Info</Hyperlink>
- </TextBlock>
- </Border>
- <Border Width="50" Height="36">
- <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
- <Hyperlink Foreground="#98b954" Tag="uiDesignLink">IDM_Movie_Time</Hyperlink>
- </TextBlock>
- </Border>
- <Border Width="50" Height="36">
- <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,0" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
- <Hyperlink Foreground="Blue" Tag="uiDesignLink">IDM_Movie_Hint</Hyperlink>
- </TextBlock>
- </Border>
- <Border Width="50" Height="36">
- <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
- <Hyperlink Foreground="#98b954" Tag="uiDesignLink">IDM_Movie_Goto</Hyperlink>
- </TextBlock>
- </Border>
- <Border Width="50" Height="36">
- <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,0" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
- <Hyperlink Foreground="Blue" Tag="uiDesignLink">IDM_eBook_Bookmark</Hyperlink>
- </TextBlock>
- </Border>
- <Border Width="50" Height="36">
- <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
- <Hyperlink Foreground="#98b954" Tag="uiDesignLink">IDM_Media_PlayState</Hyperlink>
- </TextBlock>
- </Border>
- <Border Width="50" Height="36">
- <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,0" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
- <Hyperlink Foreground="Blue" Tag="uiDesignLink">IDM_Media_Adjust</Hyperlink>
- </TextBlock>
- </Border>
- <Border Width="50" Height="36">
- <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
- <Hyperlink Foreground="#98b954" Tag="uiDesignLink">IDM_Media_AmplifierVolume</Hyperlink>
- </TextBlock>
- </Border>
- <Border Width="50" Height="36">
- <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,0" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
- <Hyperlink Foreground="Blue" Tag="uiDesignLink">IDM_Media_CommonBanner</Hyperlink>
- </TextBlock>
- </Border>
- </StackPanel>
- <Canvas Grid.Row="0" Grid.Column="1" Margin="-2, 13, 0, 0" >
- <Line Canvas.Top="0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="22.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="44.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="66.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="88.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="110.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="132.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="154.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="176.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="198.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="220.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="242.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="264.0" X2="506" Stroke="Gray"></Line>
- </Canvas>
- <Canvas Grid.Row="0" Grid.Column="1">
- <Line Y1 ="13" Y2="281.0" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="0" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="50" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="100" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="150" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="200" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="250" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="300" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="350" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="400" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="450" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="500" Y2="5" Stroke="Gray"></Line>
- </Canvas>
- <Canvas Grid.Row="0" Grid.Column="1" Margin="0, 13, 0, 0">
- <Rectangle Canvas.Left="5" Canvas.Top="256.0" Fill="#98b954" Width="23" Height="8"/>
- <TextBlock Canvas.Left="5" Canvas.Top="236.0" Width="35" Height="50" Text="4"/>
- <Rectangle Canvas.Left="55" Canvas.Top="236.0" Fill="#98b954" Width="23" Height="28"/>
- <TextBlock Canvas.Left="55" Canvas.Top="236.0" Width="35" Height="50" Text="13"/>
- <Rectangle Canvas.Left="105" Canvas.Top="258.0" Fill="#98b954" Width="23" Height="6"/>
- <TextBlock Canvas.Left="105" Canvas.Top="238.0" Width="35" Height="50" Text="3"/>
- <Rectangle Canvas.Left="155" Canvas.Top="207.0" Fill="#98b954" Width="23" Height="57"/>
- <TextBlock Canvas.Left="155" Canvas.Top="207.0" Width="35" Height="50" Text="26"/>
- <Rectangle Canvas.Left="205" Canvas.Top="262.0" Fill="#98b954" Width="23" Height="2"/>
- <TextBlock Canvas.Left="205" Canvas.Top="242.0" Width="35" Height="50" Text="1"/>
- <Rectangle Canvas.Left="255" Canvas.Top="256.0" Fill="#98b954" Width="23" Height="8"/>
- <TextBlock Canvas.Left="255" Canvas.Top="236.0" Width="35" Height="50" Text="4"/>
- <Rectangle Canvas.Left="305" Canvas.Top="247.0" Fill="#98b954" Width="23" Height="17"/>
- <TextBlock Canvas.Left="305" Canvas.Top="227.0" Width="35" Height="50" Text="8"/>
- <Rectangle Canvas.Left="355" Canvas.Top="256.0" Fill="#98b954" Width="23" Height="8"/>
- <TextBlock Canvas.Left="355" Canvas.Top="236.0" Width="35" Height="50" Text="4"/>
- <Rectangle Canvas.Left="405" Canvas.Top="247.0" Fill="#98b954" Width="23" Height="17"/>
- <TextBlock Canvas.Left="405" Canvas.Top="227.0" Width="35" Height="50" Text="8"/>
- <Rectangle Canvas.Left="455" Canvas.Top="260.0" Fill="#98b954" Width="23" Height="4"/>
- <TextBlock Canvas.Left="455" Canvas.Top="240.0" Width="35" Height="50" Text="2"/>
- </Canvas>
- </Grid>
- </StackPanel>
- </Border>
- <StackPanel Orientation="Horizontal" Grid.Row="2" HorizontalAlignment="left" VerticalAlignment="Top" Margin="20">
- <Border VerticalAlignment="Center">
- <Line Stroke="#98b954" X2="28" StrokeThickness="2"/>
- </Border>
- <TextBlock Margin="3">Menu Control Number</TextBlock>
- </StackPanel>
- <Border Grid.Row="2" Margin = "4" TextBlock.FontSize="14" VerticalAlignment="Center" HorizontalAlignment="Center" BorderBrush="gray" BorderThickness="1">
- <StackPanel>
- <TextBlock Foreground='green' FontSize="25" TextAlignment="Center">Menu</TextBlock>
- <Grid>
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="Auto"/>
- <ColumnDefinition Width="Auto"/>
- <ColumnDefinition Width="Auto"/>
- </Grid.ColumnDefinitions>
- <Grid.RowDefinitions>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- </Grid.RowDefinitions>
- <StackPanel>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="1000"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="500"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="100"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="90"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="80"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="70"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="60"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="50"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="40"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="30"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="20"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="10"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="0"/></Border>
- </StackPanel>
- <StackPanel Grid.Row="1" Grid.Column="1" Orientation="Horizontal">
- <Border Width="50" Height="36">
- <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
- <Hyperlink Foreground="#98b954" Tag="uiDesignLink">IDM_Media_Popmsg</Hyperlink>
- </TextBlock>
- </Border>
- <Border Width="50" Height="36">
- <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,0" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
- <Hyperlink Foreground="Blue" Tag="uiDesignLink">IDM_Media_Popmsg_Confirm</Hyperlink>
- </TextBlock>
- </Border>
- <Border Width="50" Height="36">
- <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
- <Hyperlink Foreground="#98b954" Tag="uiDesignLink">IDM_Media_PlayList</Hyperlink>
- </TextBlock>
- </Border>
- <Border Width="50" Height="36">
- <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,0" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
- <Hyperlink Foreground="Blue" Tag="uiDesignLink">IDM_Music_Goto</Hyperlink>
- </TextBlock>
- </Border>
- <Border Width="50" Height="36">
- <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
- <Hyperlink Foreground="#98b954" Tag="uiDesignLink">IDM_PopMsg_PWD_HD</Hyperlink>
- </TextBlock>
- </Border>
- <Border Width="50" Height="36">
- <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,0" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
- <Hyperlink Foreground="Blue" Tag="uiDesignLink">IDM_CEC_Device_Insert</Hyperlink>
- </TextBlock>
- </Border>
- <Border Width="50" Height="36">
- <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
- <Hyperlink Foreground="#98b954" Tag="uiDesignLink">IDM_eBook</Hyperlink>
- </TextBlock>
- </Border>
- <Border Width="50" Height="36">
- <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,0" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
- <Hyperlink Foreground="Blue" Tag="uiDesignLink">IDM_eBook_content</Hyperlink>
- </TextBlock>
- </Border>
- <Border Width="50" Height="36">
- <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
- <Hyperlink Foreground="#98b954" Tag="uiDesignLink">IDM_eBook_QuickMenu</Hyperlink>
- </TextBlock>
- </Border>
- <Border Width="50" Height="36">
- <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,0" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
- <Hyperlink Foreground="Blue" Tag="uiDesignLink">IDM_Music_Playback</Hyperlink>
- </TextBlock>
- </Border>
- </StackPanel>
- <Canvas Grid.Row="0" Grid.Column="1" Margin="-2, 13, 0, 0" >
- <Line Canvas.Top="0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="22.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="44.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="66.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="88.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="110.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="132.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="154.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="176.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="198.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="220.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="242.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="264.0" X2="506" Stroke="Gray"></Line>
- </Canvas>
- <Canvas Grid.Row="0" Grid.Column="1">
- <Line Y1 ="13" Y2="281.0" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="0" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="50" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="100" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="150" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="200" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="250" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="300" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="350" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="400" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="450" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="500" Y2="5" Stroke="Gray"></Line>
- </Canvas>
- <Canvas Grid.Row="0" Grid.Column="1" Margin="0, 13, 0, 0">
- <Rectangle Canvas.Left="5" Canvas.Top="260.0" Fill="#98b954" Width="23" Height="4"/>
- <TextBlock Canvas.Left="5" Canvas.Top="240.0" Width="35" Height="50" Text="2"/>
- <Rectangle Canvas.Left="55" Canvas.Top="256.0" Fill="#98b954" Width="23" Height="8"/>
- <TextBlock Canvas.Left="55" Canvas.Top="236.0" Width="35" Height="50" Text="4"/>
- <Rectangle Canvas.Left="105" Canvas.Top="227.0" Fill="#98b954" Width="23" Height="37"/>
- <TextBlock Canvas.Left="105" Canvas.Top="227.0" Width="35" Height="50" Text="17"/>
- <Rectangle Canvas.Left="155" Canvas.Top="262.0" Fill="#98b954" Width="23" Height="2"/>
- <TextBlock Canvas.Left="155" Canvas.Top="242.0" Width="35" Height="50" Text="1"/>
- <Rectangle Canvas.Left="205" Canvas.Top="234.0" Fill="#98b954" Width="23" Height="30"/>
- <TextBlock Canvas.Left="205" Canvas.Top="234.0" Width="35" Height="50" Text="14"/>
- <Rectangle Canvas.Left="255" Canvas.Top="260.0" Fill="#98b954" Width="23" Height="4"/>
- <TextBlock Canvas.Left="255" Canvas.Top="240.0" Width="35" Height="50" Text="2"/>
- <Rectangle Canvas.Left="305" Canvas.Top="212.0" Fill="#98b954" Width="23" Height="52"/>
- <TextBlock Canvas.Left="305" Canvas.Top="212.0" Width="35" Height="50" Text="24"/>
- <Rectangle Canvas.Left="355" Canvas.Top="236.0" Fill="#98b954" Width="23" Height="28"/>
- <TextBlock Canvas.Left="355" Canvas.Top="236.0" Width="35" Height="50" Text="13"/>
- <Rectangle Canvas.Left="405" Canvas.Top="229.0" Fill="#98b954" Width="23" Height="35"/>
- <TextBlock Canvas.Left="405" Canvas.Top="229.0" Width="35" Height="50" Text="16"/>
- <Rectangle Canvas.Left="455" Canvas.Top="236.0" Fill="#98b954" Width="23" Height="28"/>
- <TextBlock Canvas.Left="455" Canvas.Top="236.0" Width="35" Height="50" Text="13"/>
- </Canvas>
- </Grid>
- </StackPanel>
- </Border>
- <StackPanel Orientation="Horizontal" Grid.Row="3" HorizontalAlignment="left" VerticalAlignment="Top" Margin="20">
- <Border VerticalAlignment="Center">
- <Line Stroke="#98b954" X2="28" StrokeThickness="2"/>
- </Border>
- <TextBlock Margin="3">Menu Control Number</TextBlock>
- </StackPanel>
- <Border Grid.Row="3" Margin = "4" TextBlock.FontSize="14" VerticalAlignment="Center" HorizontalAlignment="Center" BorderBrush="gray" BorderThickness="1">
- <StackPanel>
- <TextBlock Foreground='green' FontSize="25" TextAlignment="Center">Menu</TextBlock>
- <Grid>
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="Auto"/>
- <ColumnDefinition Width="Auto"/>
- <ColumnDefinition Width="Auto"/>
- </Grid.ColumnDefinitions>
- <Grid.RowDefinitions>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- </Grid.RowDefinitions>
- <StackPanel>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="1000"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="500"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="100"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="90"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="80"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="70"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="60"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="50"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="40"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="30"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="20"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="10"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="0"/></Border>
- </StackPanel>
- <StackPanel Grid.Row="1" Grid.Column="1" Orientation="Horizontal">
- <Border Width="126" Height="36">
- <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
- <Hyperlink Foreground="#98b954" Tag="uiDesignLink">IDM_Media_Popmsg_DivX</Hyperlink>
- </TextBlock>
- </Border>
- <Border Width="126" Height="36">
- <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,0" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
- <Hyperlink Foreground="Blue" Tag="uiDesignLink">IDM_FileBrowser</Hyperlink>
- </TextBlock>
- </Border>
- <Border Width="126" Height="36">
- <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
- <Hyperlink Foreground="#98b954" Tag="uiDesignLink">IDM_KeypadMenu</Hyperlink>
- </TextBlock>
- </Border>
- <Border Width="126" Height="36">
- <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,0" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
- <Hyperlink Foreground="Blue" Tag="uiDesignLink">IDM_Notice</Hyperlink>
- </TextBlock>
- </Border>
- </StackPanel>
- <Canvas Grid.Row="0" Grid.Column="1" Margin="-2, 13, 0, 0" >
- <Line Canvas.Top="0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="22.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="44.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="66.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="88.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="110.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="132.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="154.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="176.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="198.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="220.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="242.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="264.0" X2="506" Stroke="Gray"></Line>
- </Canvas>
- <Canvas Grid.Row="0" Grid.Column="1">
- <Line Y1 ="13" Y2="281.0" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="0" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="126" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="252" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="378" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="504" Y2="5" Stroke="Gray"></Line>
- </Canvas>
- <Canvas Grid.Row="0" Grid.Column="1" Margin="0, 13, 0, 0">
- <Rectangle Canvas.Left="5" Canvas.Top="249.0" Fill="#98b954" Width="23" Height="15"/>
- <TextBlock Canvas.Left="5" Canvas.Top="229.0" Width="35" Height="50" Text="7"/>
- <Rectangle Canvas.Left="131" Canvas.Top="152.0" Fill="#98b954" Width="23" Height="112"/>
- <TextBlock Canvas.Left="131" Canvas.Top="152.0" Width="35" Height="50" Text="51"/>
- <Rectangle Canvas.Left="257" Canvas.Top="260.0" Fill="#98b954" Width="23" Height="4"/>
- <TextBlock Canvas.Left="257" Canvas.Top="240.0" Width="35" Height="50" Text="2"/>
- <Rectangle Canvas.Left="383" Canvas.Top="256.0" Fill="#98b954" Width="23" Height="8"/>
- <TextBlock Canvas.Left="383" Canvas.Top="236.0" Width="35" Height="50" Text="4"/>
- </Canvas>
- </Grid>
- </StackPanel>
- </Border>
- <StackPanel Orientation="Horizontal" Grid.Row="4" HorizontalAlignment="left" VerticalAlignment="Top" Margin="20">
- <Border VerticalAlignment="Center">
- <Line Stroke="#98b954" X2="28" StrokeThickness="2"/>
- </Border>
- <TextBlock Margin="3">Control Number</TextBlock>
- </StackPanel>
- <Border Grid.Row="4" Margin = "4" TextBlock.FontSize="14" VerticalAlignment="Center" HorizontalAlignment="Center" BorderBrush="gray" BorderThickness="1">
- <StackPanel>
- <TextBlock Foreground='green' FontSize="25" TextAlignment="Center">Control</TextBlock>
- <Grid>
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="Auto"/>
- <ColumnDefinition Width="Auto"/>
- <ColumnDefinition Width="Auto"/>
- </Grid.ColumnDefinitions>
- <Grid.RowDefinitions>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- </Grid.RowDefinitions>
- <StackPanel>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="1000"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="500"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="100"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="90"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="80"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="70"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="60"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="50"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="40"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="30"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="20"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="10"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="0"/></Border>
- </StackPanel>
- <StackPanel Grid.Row="1" Grid.Column="1" Orientation="Horizontal">
- <Border Width="72" Height="36">
- <TextBlock Foreground="#98b954" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left" Text="SPHE8600 Background"/></Border>
- <Border Width="72" Height="36">
- <TextBlock Foreground="Blue" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left" Text="SPHE8600 Button"/></Border>
- <Border Width="72" Height="36">
- <TextBlock Foreground="#98b954" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left" Text="SPHE8600 Progressbar"/></Border>
- <Border Width="72" Height="36">
- <TextBlock Foreground="Blue" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left" Text="SPHE8600 Scrollbar"/></Border>
- <Border Width="72" Height="36">
- <TextBlock Foreground="#98b954" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left" Text="SPHE8600 ComboBox"/></Border>
- <Border Width="72" Height="36">
- <TextBlock Foreground="Blue" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left" Text="SPHE8600 GroupButton"/></Border>
- <Border Width="72" Height="36">
- <TextBlock Foreground="#98b954" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left" Text="SPHE8600 ListView"/></Border>
- </StackPanel>
- <Canvas Grid.Row="0" Grid.Column="1" Margin="-2, 13, 0, 0" >
- <Line Canvas.Top="0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="22.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="44.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="66.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="88.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="110.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="132.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="154.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="176.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="198.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="220.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="242.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="264.0" X2="506" Stroke="Gray"></Line>
- </Canvas>
- <Canvas Grid.Row="0" Grid.Column="1">
- <Line Y1 ="13" Y2="281.0" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="0" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="72" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="144" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="216" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="288" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="360" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="432" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="504" Y2="5" Stroke="Gray"></Line>
- </Canvas>
- <Canvas Grid.Row="0" Grid.Column="1" Margin="0, 13, 0, 0">
- <Rectangle Canvas.Left="5" Canvas.Top="44.0" Fill="#98b954" Width="23" Height="220"/>
- <TextBlock Canvas.Left="5" Canvas.Top="44.0" Width="35" Height="50" Text="106"/>
- <Rectangle Canvas.Left="77" Canvas.Top="168.0" Fill="#98b954" Width="23" Height="96"/>
- <TextBlock Canvas.Left="77" Canvas.Top="168.0" Width="35" Height="50" Text="44"/>
- <Rectangle Canvas.Left="149" Canvas.Top="249.0" Fill="#98b954" Width="23" Height="15"/>
- <TextBlock Canvas.Left="149" Canvas.Top="229.0" Width="35" Height="50" Text="7"/>
- <Rectangle Canvas.Left="221" Canvas.Top="247.0" Fill="#98b954" Width="23" Height="17"/>
- <TextBlock Canvas.Left="221" Canvas.Top="227.0" Width="35" Height="50" Text="8"/>
- <Rectangle Canvas.Left="293" Canvas.Top="229.0" Fill="#98b954" Width="23" Height="35"/>
- <TextBlock Canvas.Left="293" Canvas.Top="229.0" Width="35" Height="50" Text="16"/>
- <Rectangle Canvas.Left="365" Canvas.Top="256.0" Fill="#98b954" Width="23" Height="8"/>
- <TextBlock Canvas.Left="365" Canvas.Top="236.0" Width="35" Height="50" Text="4"/>
- <Rectangle Canvas.Left="437" Canvas.Top="245.0" Fill="#98b954" Width="23" Height="19"/>
- <TextBlock Canvas.Left="437" Canvas.Top="225.0" Width="35" Height="50" Text="9"/>
- </Canvas>
- </Grid>
- </StackPanel>
- </Border>
- <StackPanel Orientation="Horizontal" Grid.Row="5" HorizontalAlignment="left" VerticalAlignment="Top" Margin="20">
- <Border VerticalAlignment="Center">
- <Line Stroke="#98b954" X2="28" StrokeThickness="2"/>
- </Border>
- <TextBlock Margin="3">Control Number</TextBlock>
- </StackPanel>
- <Border Grid.Row="5" Margin = "4" TextBlock.FontSize="14" VerticalAlignment="Center" HorizontalAlignment="Center" BorderBrush="gray" BorderThickness="1">
- <StackPanel>
- <TextBlock Foreground='green' FontSize="25" TextAlignment="Center">Control</TextBlock>
- <Grid>
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="Auto"/>
- <ColumnDefinition Width="Auto"/>
- <ColumnDefinition Width="Auto"/>
- </Grid.ColumnDefinitions>
- <Grid.RowDefinitions>
- <RowDefinition Height="Auto"/>
- <RowDefinition Height="Auto"/>
- </Grid.RowDefinitions>
- <StackPanel>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="1000"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="500"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="100"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="90"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="80"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="70"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="60"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="50"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="40"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="30"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="20"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="10"/></Border>
- <Border Width="55" Height="22.0">
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="0"/></Border>
- </StackPanel>
- <StackPanel Grid.Row="1" Grid.Column="1" Orientation="Horizontal">
- <Border Width="84" Height="36">
- <TextBlock Foreground="#98b954" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left" Text="SPHE8600 EditBox"/></Border>
- <Border Width="84" Height="36">
- <TextBlock Foreground="Blue" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left" Text="SPHE8600 TextBox"/></Border>
- <Border Width="84" Height="36">
- <TextBlock Foreground="#98b954" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left" Text="SPHE8600 Animation"/></Border>
- <Border Width="84" Height="36">
- <TextBlock Foreground="Blue" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left" Text="SPHE8600 Marquee"/></Border>
- <Border Width="84" Height="36">
- <TextBlock Foreground="#98b954" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left" Text="SPHE8600 Icon"/></Border>
- <Border Width="84" Height="36">
- <TextBlock Foreground="Blue" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left" Text="SPHE8600 Border"/></Border>
- </StackPanel>
- <Canvas Grid.Row="0" Grid.Column="1" Margin="-2, 13, 0, 0" >
- <Line Canvas.Top="0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="22.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="44.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="66.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="88.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="110.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="132.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="154.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="176.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="198.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="220.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="242.0" X2="506" Stroke="Gray"></Line>
- <Line Canvas.Top="264.0" X2="506" Stroke="Gray"></Line>
- </Canvas>
- <Canvas Grid.Row="0" Grid.Column="1">
- <Line Y1 ="13" Y2="281.0" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="0" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="84" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="168" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="252" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="336" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="420" Y2="5" Stroke="Gray"></Line>
- <Line Canvas.Top="278.0" Canvas.Left ="504" Y2="5" Stroke="Gray"></Line>
- </Canvas>
- <Canvas Grid.Row="0" Grid.Column="1" Margin="0, 13, 0, 0">
- <Rectangle Canvas.Left="5" Canvas.Top="258.0" Fill="#98b954" Width="23" Height="6"/>
- <TextBlock Canvas.Left="5" Canvas.Top="238.0" Width="35" Height="50" Text="3"/>
- <Rectangle Canvas.Left="89" Canvas.Top="42.0" Fill="#98b954" Width="23" Height="222"/>
- <TextBlock Canvas.Left="89" Canvas.Top="42.0" Width="35" Height="50" Text="138"/>
- <Rectangle Canvas.Left="173" Canvas.Top="264.0" Fill="#98b954" Width="23" Height="0"/>
- <TextBlock Canvas.Left="173" Canvas.Top="244.0" Width="35" Height="50" Text="0"/>
- <Rectangle Canvas.Left="257" Canvas.Top="264.0" Fill="#98b954" Width="23" Height="0"/>
- <TextBlock Canvas.Left="257" Canvas.Top="244.0" Width="35" Height="50" Text="0"/>
- <Rectangle Canvas.Left="341" Canvas.Top="40.0" Fill="#98b954" Width="23" Height="224"/>
- <TextBlock Canvas.Left="341" Canvas.Top="40.0" Width="35" Height="50" Text="174"/>
- <Rectangle Canvas.Left="425" Canvas.Top="152.0" Fill="#98b954" Width="23" Height="112"/>
- <TextBlock Canvas.Left="425" Canvas.Top="152.0" Width="35" Height="50" Text="51"/>
- </Canvas>
- </Grid>
- </StackPanel>
- </Border>
- </Grid>
- </ScrollViewer>
- </Page>
|