//AB/ CLASSDEF Class cWelcomePage Is a cExteriorPage // Inherit all IDE settings for cExteriorPage Inherit // Use the property Visible_State to make the component IDE aware Property No_Generate Boolean Visible_State True // Give the object a default name based on the classname and a counter Set ObjectNameMask To "oWelcomPage" // Hide all properties which are not wanted or do have a particular default value Property No_Visible String Bitmap "cWelcomePage.Bmp" Property No_Visible Mode Bitmap_Style Bitmap_Actual Bitmap_Actual Bitmap_Stretch Bitmap_Tile Bitmap_Center // Give the following properties the default value as defined in the class Property No_Execute No_Visible Boolean pbWelcomePage True Property No_Execute No_Visible Boolean pbCompletionPage False End_Class