home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-07-15 | 3.5 KB | 174 lines | [TEXT/MPS ] |
- object oBinder is cVRBinder
- with
- UsePalette is false;
- MouseInCursor is oARROWCURSOR;
- MouseOutCursor is oDONTCURSOR;
- MouseSpin is oEARTHSPIN;
- UsedCursors is [oARROWCURSOR, oDONTCURSOR, oEARTHSPIN];
-
- ControlBar is cControlBar
- with
- ID is 21000;
- Buffered is true;
- Transparent is false;
- Red is 255; Green is 255; Blue is 255;
- HiliteOffset is 16;
- RunArrowOffset is 0;
- RunArrowSize is 16;
- PauseOffset is 16;
- PauseSize is 16;
- BarOffset is 32;
- BarSize is 566;
- PreviousArrowOffset is 598;
- PreviousArrowSize is 16;
- NextArrowOffset is 614;
- NextArrowSize is 16;
- ThumbOffset is 630;
- ThumbSize is 10;
- end;
-
- HScrollBar is cScrollBar
- with
- ID is 20500;
- Buffered is true;
- Transparent is false;
- Red is 255; Green is 255; Blue is 255;
- Direction is Horizontal;
- HiliteOffset is 16;
- FirstArrowOffset is 0;
- FirstArrowSize is 16;
- BarOffset is 16;
- BarSize is 592;
- LastArrowOffset is 608;
- LastArrowSize is 16;
- ThumbOffset is 624;
- ThumbSize is 16;
- end;
-
- VScrollBar is cScrollBar
- with
- ID is 20000;
- Buffered is true;
- Transparent is false;
- Red is 255; Green is 255; Blue is 255;
- Direction is Vertical;
- HiliteOffset is 16;
- FirstArrowOffset is 0;
- FirstArrowSize is 16;
- BarOffset is 16;
- BarSize is 592;
- LastArrowOffset is 608;
- LastArrowSize is 16;
- ThumbOffset is 624;
- ThumbSize is 16;
- end;
-
- Width is 640;
- Height is 480;
- DepthPreferences is [ 32, 16, 8, 0 ];
- RootContainer is oIntro_Screen_1;
- end;
-
- object oSorter is cDefaultSorter
- with
- AbsoluteFolder is cDefaultFolder
- with
- Name is "";
- Items is [
-
- ];
- end;
- RelativeFolder is cDefaultFolder
- with
- Name is "";
- Items is [
- cDefaultFolder
- with
- Name is "MEDIA";
- Items is [
- oAcrobat_52_,
- oAmico_132_,
- oBack_button_66_,
- oBack_Issues_11_,
- oBack_Issues_Pict_26_,
- oBackground_Demos_153_,
- oBall_movie_12_,
- oBlack_Box_127_,
- oBlur_Main_Menu_pict_23_,
- oBox___BG_13_,
- oCatalogue_133_,
- oCDIcon_killer_53_,
- ocollage_155_,
- odebab_134_,
- oDemos_14_,
- oDisinfectant_54_,
- oDisk_wizard_55_,
- oDocMaker_56_,
- oEmpty_box_copy_136_,
- oFloppy_15_,
- oFloppy_Background_137_,
- oGif_138_,
- oGraphicConverter_57_,
- oIssue_29_BI_28_,
- oIssue_30_BI_29_,
- oIssue_31_BI_30_,
- oIssue_32_BI_31_,
- oIssue_33_BI_32_,
- oIssue_34_BI_33_,
- oIssue_35_BI_34_,
- oIssue_36_BI_35_,
- oIssue_37_BI_36_,
- oIssue_38_BI_37_,
- oIssue_39_BI_50_,
- oIssue_40_BI_128_,
- oLance_Probe_147_,
- oLow_Mist_148_,
- oMain_Menu_pict_25_,
- oMenu_Button_49_,
- oMF29_Icon_39_,
- oMF30_Icon_40_,
- oMF31_Icon_41_,
- oMF32_Icon_42_,
- oMF33_Icon_43_,
- oMF34_Icon_44_,
- oMF35_Icon_45_,
- oMF36_Icon_46_,
- oMF37_Icon_47_,
- oMF38_Icon_48_,
- oMF39_Icon_51_,
- oMF40_icon_130_,
- oMove_139_,
- oNewsWatcher_58_,
- oNext_Button_67_,
- ophotoshop_162_,
- oPictify_140_,
- oPoing_141_,
- oPower_windows_142_,
- oPreviewscanner_143_,
- oQuickTime_59_,
- oQuikHide_144_,
- oQuit_17_,
- oReaders__Corner_18_,
- oReaders__screen_69_,
- oResEdit_60_,
- oResources_19_,
- oResources_screen_61_,
- oShareware_20_,
- oshareware_list_41txt_131_,
- oShareware_screen_125_,
- oShrinkWrap_62_,
- oSiagon_149_,
- oSoftFPU_63_,
- oSound_Manager_64_,
- oStuffIt_65_,
- oSunset_Rings_150_,
- osuper_Othello_145_,
- oThe_Acid_Plains_152_,
- oThe_Golan_Pyramids_151_
- ];
- end
- ];
- end;
- end;
-
-