Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

GUI2K4.MyTest2Page


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
// ====================================================================
// (C) 2002, Epic Games
// ====================================================================

class MyTest2Page extends TestPageBase;

var automated GUIImage i_Background;
var automated GUIEditbox ed_Test;

defaultproperties
{
	WinTop=0.0
	WinLeft=0.0
	WinHeight=1.0
	WinWidth=1.0


	Begin Object Class=GUIEditbox Name=TestEdit
		WinWidth=0.2
		WinHeight=0.2
		WinTop=0.2
		WinLeft=0.2
	End Object
	ed_Test=TestEdit

	Begin Object Class=GUIImage Name=PageBackground
		Image=Material'2K4Menus.Controls.popupBorder_b'
		WinTop=0.2
		WinLeft=0.2
		WinHeight=0.6
		WinWidth=0.6
	End Object
	i_Background=PageBackground

	Begin Object Class=GUIImage Name=PageFill
	End Object

	Background=Material'2K4Menus.Controls.menuBackground2'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Di 5.9.2006 22:28:52.000 - Creation time: Do 14.8.2014 09:58:45.158 - Created with UnCodeX