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 |
//----------------------------------------------------------- // //----------------------------------------------------------- class ROUT2K4Tab_MutatorSP extends UT2K4Tab_MutatorSP; function InitComponent(GUIController MyController, GUIComponent MyOwner) { Super.InitComponent(MyController, MyOwner); class'ROInterfaceUtil'.static.SetROStyle(MyController, Controls); } defaultproperties { Begin Object Class=GUISectionBackground Name=AvailBackground Caption="Available Mutators" LeftPadding=0.002500 RightPadding=0.002500 TopPadding=0.002500 BottomPadding=0.002500 WinTop=0.036614 WinLeft=0.025156 WinWidth=0.380859 WinHeight=0.547697 OnPreDraw=AvailBackground.InternalPreDraw End Object sb_Avail=GUISectionBackground'ROInterface.ROUT2K4Tab_MutatorSP.AvailBackground' Begin Object Class=GUISectionBackground Name=ActiveBackground Caption="Active Mutators" LeftPadding=0.002500 RightPadding=0.002500 TopPadding=0.002500 BottomPadding=0.002500 WinTop=0.036614 WinLeft=0.586876 WinWidth=0.380859 WinHeight=0.547697 OnPreDraw=ActiveBackground.InternalPreDraw End Object sb_Active=GUISectionBackground'ROInterface.ROUT2K4Tab_MutatorSP.ActiveBackground' Begin Object Class=GUISectionBackground Name=DescriptionBackground Caption="Mutator Details" LeftPadding=0.002500 RightPadding=0.002500 TopPadding=0.002500 BottomPadding=0.002500 WinTop=0.610678 WinLeft=0.025976 WinWidth=0.942969 WinHeight=0.291796 OnPreDraw=DescriptionBackground.InternalPreDraw End Object sb_Description=GUISectionBackground'ROInterface.ROUT2K4Tab_MutatorSP.DescriptionBackground' Begin Object Class=GUIScrollTextBox Name=IAMutatorScroll bNoTeletype=True CharDelay=0.002500 EOLDelay=0.500000 bVisibleWhenEmpty=True OnCreateComponent=IAMutatorScroll.InternalOnCreateComponent WinTop=0.648595 WinLeft=0.028333 WinWidth=0.938254 WinHeight=0.244296 bTabStop=False bNeverFocus=True End Object lb_MutDesc=GUIScrollTextBox'ROInterface.ROUT2K4Tab_MutatorSP.IAMutatorScroll' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |