Use Windows.pkg { OverrideProperty=Label_Col_Offset InitialValue=2 } { OverrideProperty=Label_Justification_Mode InitialValue=jMode_Right } Class cForm is a Form Procedure Construct_Object Forward Send Construct_Object Set Label_Justification_Mode to JMode_Right Set Label_Col_Offset to 2 End_Procedure Procedure End_Construct_Object Forward Send End_Construct_Object End_Procedure End_Class