//**************************************************************************** // $Module type: CLASS // $Module name: cDisplayOnlyForm // $Author : Vincent Oorsprong // Created : 09/26/99 @ 3:33 // // Description // // $Rev History // 09/26/99 VO Module header created //**************************************************************************** Class cDisplayOnlyForm Is A Form //**************************************************************************** // $Module type: PROCEDURE // $Module name: Construct_Object // $Author : Vincent Oorsprong // Created : 09/26/99 @ 3:33 // // Description // // $Rev History // 09/26/99 VO Module header created //**************************************************************************** Procedure Construct_Object Forward Send Construct_Object Set Enabled_State To False Set Label_Col_Offset to 2 Set Label_Justification_Mode to jMode_Right End_Procedure // Construct_Object End_Class // cDisplayOnlyForm