Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020 00021 00022 00023 00024 00025 00026 00027 00028 00029 00030 00031 00032 00033 00034 00035 00036 00037 00038 00039 00040 00041 00042 00043 00044 00045 00046 00047 00048 00049 00050 00051 00052 00053 00054 00055 00056 00057 00058 00059 00060 00061 00062 00063 00064 00065 00066 00067 00068 00069 00070 00071 00072 00073 00074 00075 00076 00077 00078 00079 00080 00081 00082 00083 00084 00085 |
//----------------------------------------------------------- // //----------------------------------------------------------- class ROUT2K4BotInfoPage extends UT2K4BotInfoPage; function InitComponent(GUIController MyController, GUIComponent MyOwner) { Super.Initcomponent(MyController, MyOwner); /*myStyleName = "ROTitleBar"; t_WindowTitle.StyleName = myStyleName; t_WindowTitle.Style = MyController.GetStyle(myStyleName,t_WindowTitle.FontScale);*/ class'ROInterfaceUtil'.static.SetROStyle(MyController, Controls); } defaultproperties { Begin Object Class=GUIImage Name=imgBotPic ImageStyle=ISTY_Scaled ImageRenderStyle=MSTY_Normal WinTop=0.097923 WinLeft=0.079861 WinWidth=0.246875 WinHeight=0.866809 RenderWeight=1.010000 End Object i_Portrait=GUIImage'ROInterface.ROUT2K4BotInfoPage.imgBotPic' Begin Object Class=GUIScrollTextBox Name=DecoDescription CharDelay=0.002500 EOLDelay=0.500000 OnCreateComponent=DecoDescription.InternalOnCreateComponent WinTop=0.613447 WinLeft=0.353008 WinWidth=0.570936 WinHeight=0.269553 bNeverFocus=True End Object lb_Deco=GUIScrollTextBox'ROInterface.ROUT2K4BotInfoPage.DecoDescription' Begin Object Class=GUISectionBackground Name=PicBK WinTop=0.057558 WinLeft=0.026150 WinWidth=0.290820 WinHeight=0.661731 OnPreDraw=PicBK.InternalPreDraw End Object sb_PicBK=GUISectionBackground'ROInterface.ROUT2K4BotInfoPage.PicBK' Begin Object Class=AltSectionBackground Name=HistBk LeftPadding=0.010000 RightPadding=0.010000 WinTop=0.515790 WinLeft=0.357891 WinWidth=0.546522 WinHeight=0.269553 OnPreDraw=HistBk.InternalPreDraw End Object sb_HistBK=AltSectionBackground'ROInterface.ROUT2K4BotInfoPage.HistBk' Begin Object Class=AltSectionBackground Name=InternalFrameImage WinTop=0.075000 WinLeft=0.040000 WinWidth=0.675859 WinHeight=0.550976 OnPreDraw=InternalFrameImage.InternalPreDraw End Object sb_Main=AltSectionBackground'ROInterface.ROUT2K4BotInfoPage.InternalFrameImage' Begin Object Class=FloatingImage Name=FloatingFrameBackground Image=Texture'InterfaceArt_tex.Menu.button_normal' DropShadow=None ImageStyle=ISTY_Stretched ImageRenderStyle=MSTY_Normal WinTop=0.020000 WinLeft=0.000000 WinWidth=1.000000 WinHeight=0.980000 RenderWeight=0.000003 End Object i_FrameBG=FloatingImage'ROInterface.ROUT2K4BotInfoPage.FloatingFrameBackground' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |