| 1 | <?xml version="1.0" encoding="utf-8"?> | = | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Page Name="ButtonStyles" ScrollExtent="1024,768" Size="1024,768" Visible="false"> | 2 | <Page Name="ButtonStyles" ScrollExtent="1024,768" Size="1024,768" Visible="false"> | |
| -+ | 3 | <ButtonStyle DisabledTextColor="#D7D7D7" MouseOverSound="ui_mouseover" MouseOverTextColor="#EBDEAA" Name="tabscroll_right" NormalTextColor="#EBDEAA" PressSound="ui_pressed" ReleaseSound="ui_released" RStyleActivated="TabScrollRight.pressrect" RStyleDefault="TabScrollRight.normalrect" RStyleDisabled="TabScrollRight.disabledrect" RStyleMouseOver="TabScrollRight.overrect" RStyleMouseOverSelected="TabScrollRight.overrect" RStyleSelected="TabScrollRight.pressrect"/> | ||
| 4 | <Namespace Name="TabScrollRight"> | |||
| 5 | <ImageStyle Filter="true" Name="over"> | |||
| 6 | <ImageFrame Name="normal" Source="images/buttons_master.dds" SourceRect="224,31,243,50"/> | |||
| 7 | </ImageStyle> | |||
| 8 | <ImageStyle Filter="true" Name="press"> | |||
| 9 | <ImageFrame Name="normal" Source="images/buttons_master.dds" SourceRect="224,134,243,153"/> | |||
| 10 | </ImageStyle> | |||
| 11 | <ImageStyle Filter="true" Name="normal"> | |||
| 12 | <ImageFrame Name="normal" Source="images/buttons_master.dds" SourceRect="224,81,243,100"/> | |||
| 13 | </ImageStyle> | |||
| 14 | <ImageStyle Filter="true" Name="disabled"> | |||
| 15 | <ImageFrame Name="normal" Source="images/buttons_master.dds" SourceRect="224,188,243,207"/> | |||
| 16 | </ImageStyle> | |||
| 17 | <RectangleStyle Center="normal" CenterShrinkH="true" CenterShrinkV="true" EastShrink="true" Name="normalrect" NorthStretch="false" SouthStretch="false" WestStretch="false"/> | |||
| 18 | <RectangleStyle Center="press" CenterShrinkH="true" CenterShrinkV="true" EastShrink="true" Name="pressrect" NorthStretch="false" SouthStretch="false" WestStretch="false"/> | |||
| 19 | <RectangleStyle Center="over" CenterShrinkH="true" CenterShrinkV="true" EastShrink="true" Name="overrect" NorthStretch="false" SouthStretch="false" WestStretch="false"/> | |||
| 20 | <RectangleStyle Center="disabled" CenterShrinkH="true" CenterShrinkV="true" EastShrink="true" Name="disabledrect" NorthStretch="false" SouthStretch="false" WestStretch="false"/> | |||
| 21 | </Namespace> | |||
| 22 | <ButtonStyle DisabledTextColor="#D7D7D7" MouseOverSound="ui_mouseover" MouseOverTextColor="#EBDEAA" Name="tabscroll_left" NormalTextColor="#EBDEAA" PressSound="ui_pressed" ReleaseSound="ui_released" RStyleActivated="TabScrollLeft.pressrect" RStyleDefault="TabScrollLeft.normalrect" RStyleDisabled="TabScrollLeft.disabledrect" RStyleMouseOver="TabScrollLeft.overrect" RStyleMouseOverSelected="TabScrollLeft.overrect" RStyleSelected="TabScrollLeft.pressrect"/> | |||
| 23 | <Namespace Name="TabScrollLeft"> | |||
| 24 | <ImageStyle Filter="true" Name="over"> | |||
| 25 | <ImageFrame Name="normal" Source="images/buttons_master.dds" SourceRect="224,5,243,24"/> | |||
| 26 | </ImageStyle> | |||
| 27 | <ImageStyle Filter="true" Name="press"> | |||
| 28 | <ImageFrame Name="normal" Source="images/buttons_master.dds" SourceRect="224,108,243,127"/> | |||
| 29 | </ImageStyle> | |||
| 30 | <ImageStyle Filter="true" Name="normal"> | |||
| 31 | <ImageFrame Name="normal" Source="images/buttons_master.dds" SourceRect="224,55,243,74"/> | |||
| 32 | </ImageStyle> | |||
| 33 | <ImageStyle Filter="true" Name="disabled"> | |||
| 34 | <ImageFrame Name="normal" Source="images/buttons_master.dds" SourceRect="224,162,243,181"/> | |||
| 35 | </ImageStyle> | |||
| 36 | <RectangleStyle Center="normal" CenterShrinkH="true" CenterShrinkV="true" EastShrink="true" Name="normalrect" NorthStretch="false" SouthStretch="false" WestStretch="false"/> | |||
| 37 | <RectangleStyle Center="press" CenterShrinkH="true" CenterShrinkV="true" EastShrink="true" Name="pressrect" NorthStretch="false" SouthStretch="false" WestStretch="false"/> | |||
| 38 | <RectangleStyle Center="over" CenterShrinkH="true" CenterShrinkV="true" EastShrink="true" Name="overrect" NorthStretch="false" SouthStretch="false" WestStretch="false"/> | |||
| 39 | <RectangleStyle Center="disabled" CenterShrinkH="true" CenterShrinkV="true" EastShrink="true" Name="disabledrect" NorthStretch="false" SouthStretch="false" WestStretch="false"/> | |||
| 40 | </Namespace> | |||
| 3 | <Page Name="find" ScrollExtent="320,240" Size="320,240"> | = | 41 | <Page Name="find" ScrollExtent="320,240" Size="320,240"> |
| 4 | <ButtonStyle Name="style" RStyleActivated="activated_rect" RStyleDefault="normal_rect" RStyleMouseOver="mouseover_rect"/> | 42 | <ButtonStyle Name="style" RStyleActivated="activated_rect" RStyleDefault="normal_rect" RStyleMouseOver="mouseover_rect"/> | |
| 5 | <RectangleStyle Center="normal" CenterShrinkH="true" CenterShrinkV="true" Name="normal_rect"/> | 43 | <RectangleStyle Center="normal" CenterShrinkH="true" CenterShrinkV="true" Name="normal_rect"/> | |
| 6 | <RectangleStyle Center="mouseover" CenterShrinkH="true" CenterShrinkV="true" Name="mouseover_rect"/> | 44 | <RectangleStyle Center="mouseover" CenterShrinkH="true" CenterShrinkV="true" Name="mouseover_rect"/> | |
| 7 | <RectangleStyle Center="activated" CenterShrinkH="true" CenterShrinkV="true" Name="activated_rect"/> | 45 | <RectangleStyle Center="activated" CenterShrinkH="true" CenterShrinkV="true" Name="activated_rect"/> | |
| 8 | <ImageStyle Filter="true" Name="normal"> | 46 | <ImageStyle Filter="true" Name="normal"> | |
| 53 | </Namespace> | = | 91 | </Namespace> |
| 54 | <ButtonStyle MouseOverSound="ui_mouseover" MouseOverTextColor="#FFFF00" Name="channel_button" NormalTextColor="#E0E0E0" PressSound="ui_pressed" ReleaseSound="ui_released" RStyleActivated="ChannelButton.channel_but_pressed" RStyleDefault="ChannelButton.channel_but_normal" RStyleDisabled="ChannelButton.channel_but_disabled" RStyleMouseOver="ChannelButton.channel_but_rollover"/> | 92 | <ButtonStyle MouseOverSound="ui_mouseover" MouseOverTextColor="#FFFF00" Name="channel_button" NormalTextColor="#E0E0E0" PressSound="ui_pressed" ReleaseSound="ui_released" RStyleActivated="ChannelButton.channel_but_pressed" RStyleDefault="ChannelButton.channel_but_normal" RStyleDisabled="ChannelButton.channel_but_disabled" RStyleMouseOver="ChannelButton.channel_but_rollover"/> | |
| 55 | <Namespace Name="ChannelButton"> | 93 | <Namespace Name="ChannelButton"> | |
| 56 | <RectangleStyle Center="channel_button_pressed" CenterShrinkH="true" CenterShrinkV="true" Name="channel_but_pressed"/> | 94 | <RectangleStyle Center="channel_button_pressed" CenterShrinkH="true" CenterShrinkV="true" Name="channel_but_pressed"/> | |
| 57 | <RectangleStyle Center="channel_button_normal" CenterShrinkH="true" CenterShrinkV="true" Name="channel_but_normal"/> | 95 | <RectangleStyle Center="channel_button_normal" CenterShrinkH="true" CenterShrinkV="true" Name="channel_but_normal"/> | |
| 58 | <ImageStyle Filter="true" Name="channel_button_rollover"> | 96 | <ImageStyle Filter="true" Name="channel_button_rollover"> | |
| 59 | <ImageFrame Name="image" Source="images/widgets01.dds" SourceRect="122,202,137,217"/> | <> | 97 | <ImageFrame Name="image" Source="images/widgets01.dds" SourceRect="121,203,136,218"/> |
| 60 | </ImageStyle> | = | 98 | </ImageStyle> |
| 61 | <ImageStyle Filter="true" Name="channel_button_disabled"> | 99 | <ImageStyle Filter="true" Name="channel_button_disabled"> | |
| 62 | <ImageFrame Name="image" Source="images/widgets01.dds" SourceRect="122,202,137,217"/> | 100 | <ImageFrame Name="image" Source="images/widgets01.dds" SourceRect="122,202,137,217"/> | |
| 63 | </ImageStyle> | 101 | </ImageStyle> | |
| 64 | <RectangleStyle Center="channel_button_rollover" CenterShrinkH="true" CenterShrinkV="true" Name="channel_but_rollover"/> | 102 | <RectangleStyle Center="channel_button_rollover" CenterShrinkH="true" CenterShrinkV="true" Name="channel_but_rollover"/> | |
| 65 | <ImageStyle Filter="true" Name="channel_button_pressed"> | 103 | <ImageStyle Filter="true" Name="channel_button_pressed"> | |
| 90 | </ImageStyle> | = | 128 | </ImageStyle> |
| 91 | <ImageStyle Name="Normal"> | 129 | <ImageStyle Name="Normal"> | |
| 92 | <ImageFrame Name="img" Source="images/kw_spell_rec.dds" SourceRect="2,743,27,763"/> | 130 | <ImageFrame Name="img" Source="images/kw_spell_rec.dds" SourceRect="2,743,27,763"/> | |
| 93 | </ImageStyle> | 131 | </ImageStyle> | |
| 94 | </Namespace> | 132 | </Namespace> | |
| 95 | <Page Activated="true" Location="43,4" MaximumSize="1024,1024" MinimumSize="287,198" Name="TEST_WIN" ScrollExtent="410,501" Size="410,501" UserMovable="true" UserResizable="true"> | 133 | <Page Activated="true" Location="43,4" MaximumSize="1024,1024" MinimumSize="287,198" Name="TEST_WIN" ScrollExtent="410,501" Size="410,501" UserMovable="true" UserResizable="true"> | |
| -+ | 134 | <Button Location="293,173" Name="tabright" PackLocation="center,bottom" PackLocationProp="0088/0001,-328/0001" PackSize="fixed,fixed" PackSizeProp="0002/0003,0002/0003" ScrollExtent="15,15" Size="15,15" Style="tabscroll_right"></Button> | ||
| 135 | <Button Location="293,190" Name="tableft" PackLocation="center,bottom" PackLocationProp="0088/0001,-311/0001" PackSize="fixed,fixed" PackSizeProp="0002/0003,0002/0003" ScrollExtent="15,15" Size="15,15" Style="tabscroll_left"></Button> | |||
| 96 | <Checkbox Activated="true" BackgroundColor="#8C8C8C" BackgroundOpacity="1.000" Checked="true" Location="154,68" Name="TestCheckFlat" ScrollExtent="35,25" Size="35,25" Style="checkbox_flat" TextColor="#8C8C8C">LFG</Checkbox> | = | 136 | <Checkbox Activated="true" BackgroundColor="#8C8C8C" BackgroundOpacity="1.000" Checked="true" Location="154,68" Name="TestCheckFlat" ScrollExtent="35,25" Size="35,25" Style="checkbox_flat" TextColor="#8C8C8C">LFG</Checkbox> |
| 97 | <Button BackgroundColor="#00FF00" IsDefaultButton="true" LocalText="[DEVL]Round Flat" Location="233,383" Name="button Round Flat" PackLocation="center,bottom" PackLocationProp="0028/0001,-118/0001" PackSize="fixed,fixed" PackSizeProp="0002/0003,0002/0003" ScrollExtent="124,23" Size="124,23" Style="find.style">[DEVL]Round Flat</Button> | 137 | <Button BackgroundColor="#00FF00" IsDefaultButton="true" LocalText="[DEVL]Round Flat" Location="233,383" Name="button Round Flat" PackLocation="center,bottom" PackLocationProp="0028/0001,-118/0001" PackSize="fixed,fixed" PackSizeProp="0002/0003,0002/0003" ScrollExtent="124,23" Size="124,23" Style="find.style">[DEVL]Round Flat</Button> | |
| 98 | <Button IsDefaultButton="true" LocalText="[DEVL]Box" Location="238,228" Name="button box" PackLocation="center,bottom" PackLocationProp="0033/0001,-273/0001" PackSize="fixed,fixed" PackSizeProp="0002/0003,0002/0003" ScrollExtent="104,19" Size="104,19" Style="BoxButton">[DEVL]Box</Button> | 138 | <Button IsDefaultButton="true" LocalText="[DEVL]Box" Location="238,228" Name="button box" PackLocation="center,bottom" PackLocationProp="0033/0001,-273/0001" PackSize="fixed,fixed" PackSizeProp="0002/0003,0002/0003" ScrollExtent="104,19" Size="104,19" Style="BoxButton">[DEVL]Box</Button> | |
| 99 | <Button IsDefaultButton="true" LocalText="[DEVL]tab" Location="152,121" Name="tab button" PackLocation="center,bottom" PackLocationProp="-053/0001,-380/0001" PackSize="fixed,fixed" PackSizeProp="0002/0003,0002/0003" ScrollExtent="87,26" Size="87,26" Style="tab_style_default">[DEVL]tab</Button> | 139 | <Button IsDefaultButton="true" LocalText="[DEVL]tab" Location="152,121" Name="tab button" PackLocation="center,bottom" PackLocationProp="-053/0001,-380/0001" PackSize="fixed,fixed" PackSizeProp="0002/0003,0002/0003" ScrollExtent="87,26" Size="87,26" Style="tab_style_default">[DEVL]tab</Button> | |
| 100 | <Button IsDefaultButton="true" LocalText="[DEVL]start menu" Location="40,269" Name="button startmenu" PackLocation="center,bottom" PackLocationProp="-165/0001,-232/0001" PackSize="fixed,fixed" PackSizeProp="0002/0003,0002/0003" ScrollExtent="87,26" Size="87,26" Style="start_menu">[DEVL]start menu</Button> | 140 | <Button IsDefaultButton="true" LocalText="[DEVL]start menu" Location="40,269" Name="button startmenu" PackLocation="center,bottom" PackLocationProp="-165/0001,-232/0001" PackSize="fixed,fixed" PackSizeProp="0002/0003,0002/0003" ScrollExtent="87,26" Size="87,26" Style="start_menu">[DEVL]start menu</Button> | |
| 101 | <Button LocalTooltip="[DEVL]Close" Location="375,30" Name="WC_CloseButton" PackLocation="right,top" PackLocationProp="-035/0001,0030/0001" ScrollExtent="15,15" Size="15,15" Style="close_button" Tooltip="[DEVL]Close" UserMovable="true"></Button> | 141 | <Button LocalTooltip="[DEVL]Close" Location="375,30" Name="WC_CloseButton" PackLocation="right,top" PackLocationProp="-035/0001,0030/0001" ScrollExtent="15,15" Size="15,15" Style="close_button" Tooltip="[DEVL]Close" UserMovable="true"></Button> | |