home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-02-28 | 816 b | 50 lines | [TEXT/MPS ] |
- object oRTFPAGE_14 is cDefaultContainer
- with
- Binder is oBinder;
- Label is -1;
- Items is [
- oRTFTITL_PIC_14_5,
- oBTNMM_PIC_3_33,
- oBTNPROD_3_46,
- oBTNSUCC_3_35,
- oBTNREF_3_36,
- oBTNTUTR_3_37,
- oBTNSAMPL_3_38,
- oBTNQUIT_3_39,
- oPOPUP_PIC_3_29,
- oBTNABRT_PIC_3_31,
- oBTNCONT_PIC_3_32
- ];
- end;
-
-
- object oRTFTITL_PIC_14_5 is cPictureHandler
- with
- Duration is -1;
- Supplier is oRTFTITL_PIC_42_;
- Behavior is cDefaultBehavior
- has
- Offscreen(theTarget)
- do
- theTarget.Enable(true);
- theTarget.Show(true);
- end;
-
- MouseDown(theTarget, theX, theY)
- do
- theTarget.GotoEnd();
- end;
-
- MouseUp(theTarget, theX, theY)
- do
- theTarget.GoToBeginning();
- oBinder.Goto(oMMENU_2);
- end;
-
- with
- Enabled is true; Shown is true;
- X is 0; Y is 0; Width is 640; Height is 480;
- end;
- end;
-
-