home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 5.3 / 1999-12_Disc_5.3.bin / pcgamer.exe / 0 / RCDATA / TGAME / TGAME.txt
Text File  |  1999-10-06  |  22KB  |  652 lines

  1. object game: Tgame
  2.   Left = 68
  3.   Top = 258
  4.   Width = 970
  5.   Height = 455
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   Caption = 'game'
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 344
  19.     Top = 136
  20.     Width = 39
  21.     Height = 13
  22.     Caption = 'Ob Nom'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 408
  26.     Top = 136
  27.     Width = 99
  28.     Height = 13
  29.     Caption = 'Object DESC Listbox'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 776
  33.     Top = 296
  34.     Width = 183
  35.     Height = 13
  36.     Caption = 'Objects in player'#39's inventory by index #'
  37.   end
  38.   object Label4: TLabel
  39.     Left = 8
  40.     Top = 136
  41.     Width = 95
  42.     Height = 13
  43.     Caption = 'Room Name Listbox'
  44.   end
  45.   object Label5: TLabel
  46.     Left = 136
  47.     Top = 136
  48.     Width = 101
  49.     Height = 13
  50.     Caption = 'ROOM DESC Listbox'
  51.   end
  52.   object Label6: TLabel
  53.     Left = 648
  54.     Top = 136
  55.     Width = 131
  56.     Height = 13
  57.     Caption = 'ROOM PROPERTY Listbox'
  58.   end
  59.   object Label7: TLabel
  60.     Left = 752
  61.     Top = 0
  62.     Width = 129
  63.     Height = 13
  64.     Caption = 'Object PROPERTY Listbox'
  65.   end
  66.   object Label8: TLabel
  67.     Left = 288
  68.     Top = 136
  69.     Width = 14
  70.     Height = 13
  71.     Caption = 'loc'
  72.   end
  73.   object Label9: TLabel
  74.     Left = 280
  75.     Top = 0
  76.     Width = 137
  77.     Height = 13
  78.     Caption = 'Object CONDITIONS Listbox'
  79.   end
  80.   object Label10: TLabel
  81.     Left = 480
  82.     Top = 0
  83.     Width = 81
  84.     Height = 13
  85.     Caption = 'SPECIAL STUFF'
  86.   end
  87.   object Label11: TLabel
  88.     Left = 320
  89.     Top = 136
  90.     Width = 19
  91.     Height = 13
  92.     Caption = 'Sho'
  93.   end
  94.   object Label12: TLabel
  95.     Left = 824
  96.     Top = 16
  97.     Width = 30
  98.     Height = 13
  99.     Caption = 'Listing'
  100.   end
  101.   object Label13: TLabel
  102.     Left = 880
  103.     Top = 16
  104.     Width = 27
  105.     Height = 13
  106.     Caption = 'Paths'
  107.   end
  108.   object screenie: TMemo
  109.     Left = 0
  110.     Top = 0
  111.     Width = 241
  112.     Height = 129
  113.     Color = clNavy
  114.     Ctl3D = False
  115.     Font.Charset = ANSI_CHARSET
  116.     Font.Color = clWhite
  117.     Font.Height = -27
  118.     Font.Name = 'System'
  119.     Font.Pitch = fpFixed
  120.     Font.Style = [fsBold]
  121.     Lines.Strings = (
  122.       ''
  123.       ''
  124.       ''
  125.       ''
  126.       ''
  127.       ''
  128.       ''
  129.       ''
  130.       ''
  131.       ''
  132.       ''
  133.       ''
  134.       ''
  135.       ''
  136.       '')
  137.     ParentCtl3D = False
  138.     ParentFont = False
  139.     ReadOnly = True
  140.     TabOrder = 0
  141.     OnEnter = screenieEnter
  142.     OnMouseDown = screenieMouseDown
  143.   end
  144.   object Edit1: TEdit
  145.     Left = 0
  146.     Top = 112
  147.     Width = 241
  148.     Height = 36
  149.     Color = clNavy
  150.     Ctl3D = False
  151.     Font.Charset = ANSI_CHARSET
  152.     Font.Color = clWhite
  153.     Font.Height = -27
  154.     Font.Name = 'System'
  155.     Font.Pitch = fpFixed
  156.     Font.Style = [fsBold]
  157.     ParentCtl3D = False
  158.     ParentFont = False
  159.     TabOrder = 1
  160.     OnKeyUp = Edit1KeyUp
  161.   end
  162.   object objectname: TListBox
  163.     Left = 344
  164.     Top = 152
  165.     Width = 49
  166.     Height = 273
  167.     Font.Charset = ANSI_CHARSET
  168.     Font.Color = clWindowText
  169.     Font.Height = -9
  170.     Font.Name = 'Small Fonts'
  171.     Font.Style = []
  172.     ItemHeight = 11
  173.     Items.Strings = (
  174.       'Aliens'
  175.       'Lever'
  176.       'South'
  177.       'Hallway'
  178.       'East'
  179.       'table'
  180.       'consoles'
  181.       'console'
  182.       'west'
  183.       'wall'
  184.       'north'
  185.       'Strange Device')
  186.     ParentFont = False
  187.     TabOrder = 2
  188.   end
  189.   object objectdesc: TListBox
  190.     Left = 400
  191.     Top = 152
  192.     Width = 241
  193.     Height = 273
  194.     Font.Charset = ANSI_CHARSET
  195.     Font.Color = clWindowText
  196.     Font.Height = -9
  197.     Font.Name = 'Small Fonts'
  198.     Font.Style = []
  199.     ItemHeight = 11
  200.     Items.Strings = (
  201.       'The aliens look at you expectantly.'
  202.       
  203.         'The lever is in the up position. The door next to it looks thick' +
  204.         ' and heavy.'
  205.       
  206.         'The lever is in the up position. The door next to it looks thick' +
  207.         ' and heavy.'
  208.       
  209.         'The passageway heads into darkness, but you think you can faintl' +
  210.         'y see that it ends at the junction of another passage.'
  211.       
  212.         'The passageway heads into darkness, but you think you can faintl' +
  213.         'y see that it ends at the junction of another passage.'
  214.       'The table is cold and hard.'
  215.       
  216.         'The consoles to the west flash with indecipherable text. You rem' +
  217.         'ember that one of them is a translator that Coconut Monkey fixed' +
  218.         ' several episodes ago.'
  219.       
  220.         'The consoles to the west flash with indecipherable text. You rem' +
  221.         'ember that one of them is a translator that Coconut Monkey fixed' +
  222.         ' several episodes ago.'
  223.       
  224.         'The consoles to the west flash with indecipherable text. You rem' +
  225.         'ember that one of them is a translator that Coconut Monkey fixed' +
  226.         ' several episodes ago.'
  227.       'The north wall is completely blank.'
  228.       'The north wall is completely blank.'
  229.       
  230.         'The strange device looks a bit like a small barrel. There is a b' +
  231.         'ig red button on top, with some text written underneath.')
  232.     ParentFont = False
  233.     TabOrder = 3
  234.   end
  235.   object ListBox3: TListBox
  236.     Left = 768
  237.     Top = 312
  238.     Width = 185
  239.     Height = 97
  240.     ItemHeight = 13
  241.     Items.Strings = (
  242.       '1')
  243.     TabOrder = 4
  244.   end
  245.   object roomname: TListBox
  246.     Left = 8
  247.     Top = 152
  248.     Width = 121
  249.     Height = 273
  250.     Font.Charset = ANSI_CHARSET
  251.     Font.Color = clWindowText
  252.     Font.Height = -9
  253.     Font.Name = 'Small Fonts'
  254.     Font.Style = []
  255.     ItemHeight = 11
  256.     Items.Strings = (
  257.       
  258.         'You are in a circular room seemingly built of metal. To the nort' +
  259.         'h is a flat wall with nothing on it. To the west are two console' +
  260.         's with flashing buttons and screens displaying strange symbols a' +
  261.         'nd lines of alien text. To the south, you see a small doorway wi' +
  262.         'th a lever next to it. Above the lever is a plaque containing li' +
  263.         'nes of alien text. To the east you see a hallway leading to into' +
  264.         ' darkness. You'#39're sitting on a metal table, and surrounded by fo' +
  265.         'ur tall, humanoid aliens with looks on their faces you can only ' +
  266.         'describe as being anxious.'
  267.       
  268.         'The door is beginning to open, and you start to feel yourself ge' +
  269.         'tting sucked toward the opening.'
  270.       
  271.         'You'#39're in the middle of an intersection. You see the passage con' +
  272.         'tinue to the north and south, curving so you can'#39't see the ends.' +
  273.         ' To the west, you can see a brightly lit room with a metal table' +
  274.         ' in the center. There is a knob with alien text above it here.'
  275.       
  276.         'You'#39're in the middle of an intersection. You see the passage con' +
  277.         'tinue to the north and south, curving so you can'#39't see the ends.' +
  278.         ' To the west, you can see a big metal door. There is a knob with' +
  279.         ' alien text above it here.'
  280.       
  281.         'You are in what must be the UFO control room. A large viewscreen' +
  282.         ' filled with an image of a black hole is to the north, and flash' +
  283.         'ing buttons and monitor screens show digital readouts all around' +
  284.         ' you. Four aliens look frantic as they eye the black hole loomin' +
  285.         'g closer.'
  286.       
  287.         'The south passageway ends in a small room with a door on the far' +
  288.         ' wall. The door stands open, and you see a strange device standi' +
  289.         'ng in the middle of an even small room. The device has a single ' +
  290.         'red button on top, and a line of text written underneath the but' +
  291.         'ton.')
  292.     ParentFont = False
  293.     TabOrder = 5
  294.   end
  295.   object roomdesc: TListBox
  296.     Left = 136
  297.     Top = 152
  298.     Width = 137
  299.     Height = 273
  300.     Font.Charset = ANSI_CHARSET
  301.     Font.Color = clWindowText
  302.     Font.Height = -9
  303.     Font.Name = 'Small Fonts'
  304.     Font.Style = []
  305.     ItemHeight = 11
  306.     Items.Strings = (
  307.       
  308.         'You are in a circular room seemingly built of metal. To the nort' +
  309.         'h is a flat wall with nothing on it. To the west are two console' +
  310.         's with flashing buttons and screens displaying strange symbols a' +
  311.         'nd lines of alien text. To the south, you see a small doorway wi' +
  312.         'th a lever next to it. Above the lever is a plaque containing li' +
  313.         'nes of alien text. To the east you see a hallway leading to into' +
  314.         ' darkness. You'#39're sitting on a metal table, and surrounded by fo' +
  315.         'ur tall, humanoid aliens with looks on their faces you can only ' +
  316.         'describe as being anxious.'
  317.       
  318.         'The door is beginning to open, and you start to feel yourself ge' +
  319.         'tting sucked toward the opening'
  320.       
  321.         'You'#39're in the middle of an intersection. You see the passage con' +
  322.         'tinue to the north and south, curving so you can'#39't see the ends.' +
  323.         ' To the west, you can see a brightly lit room with a metal table' +
  324.         ' in the center. There is a knob with alien text above it here.'
  325.       
  326.         'You'#39're in the middle of an intersection. You see the passage con' +
  327.         'tinue to the north and south, curving so you can'#39't see the ends.' +
  328.         ' To the west, you can see a big metal door. There is a knob with' +
  329.         ' alien text above it here.'
  330.       
  331.         'You are in what must be the UFO control room. A large viewscreen' +
  332.         ' filled with an image of a black hole is to the north, and flash' +
  333.         'ing buttons and monitor screens show digital readouts all around' +
  334.         ' you. Four aliens look frantic as they eye the black hole loomin' +
  335.         'g closer.'
  336.       
  337.         'The south passageway ends in a small room with a door on the far' +
  338.         ' wall. The door stands open, and you see a strange device standi' +
  339.         'ng in the middle of an even small room. The device has a single ' +
  340.         'red button on top, and a line of text written underneath the but' +
  341.         'ton.')
  342.     ParentFont = False
  343.     TabOrder = 6
  344.   end
  345.   object roomproperty: TListBox
  346.     Left = 648
  347.     Top = 152
  348.     Width = 113
  349.     Height = 273
  350.     Font.Charset = ANSI_CHARSET
  351.     Font.Color = clWindowText
  352.     Font.Height = -9
  353.     Font.Name = 'Small Fonts'
  354.     Font.Style = []
  355.     ItemHeight = 11
  356.     Items.Strings = (
  357.       'xxx,1'
  358.       'xxx,2'
  359.       'xxx,3'
  360.       'xxx,4'
  361.       'xxx,5'
  362.       'xxx,6'
  363.       'xxx,7'
  364.       's,1,south,1,w,3,hole,3,wall,3,west,3'
  365.       'n,0,e,2,train,2,north,0,door,0'
  366.       's,1,south,1,nw,3,northwest,3,cubicles,3'
  367.       'door,2,se,2,southeast,2,south,2,desk,0')
  368.     ParentFont = False
  369.     TabOrder = 7
  370.   end
  371.   object ListBox7: TListBox
  372.     Left = 760
  373.     Top = 16
  374.     Width = 41
  375.     Height = 97
  376.     ItemHeight = 13
  377.     Items.Strings = (
  378.       
  379.         'eat;drink;taste:it tastes like a really dry margarita,open;use:Y' +
  380.         'ou need a knife to open it'
  381.       'eat;drink;taste:it tastes lemony,open;use:its delicious')
  382.     TabOrder = 8
  383.   end
  384.   object objloc: TListBox
  385.     Left = 288
  386.     Top = 152
  387.     Width = 25
  388.     Height = 273
  389.     Font.Charset = ANSI_CHARSET
  390.     Font.Color = clWindowText
  391.     Font.Height = -9
  392.     Font.Name = 'Small Fonts'
  393.     Font.Style = []
  394.     ItemHeight = 11
  395.     Items.Strings = (
  396.       '0'
  397.       '0'
  398.       '0'
  399.       '0'
  400.       '0'
  401.       '0'
  402.       '0'
  403.       '0'
  404.       '0'
  405.       '0'
  406.       '0'
  407.       '5')
  408.     ParentFont = False
  409.     TabOrder = 9
  410.   end
  411.   object ListBox9: TListBox
  412.     Left = 280
  413.     Top = 16
  414.     Width = 41
  415.     Height = 97
  416.     ItemHeight = 13
  417.     Items.Strings = (
  418.       'Possess:Knife,Location:Any')
  419.     TabOrder = 10
  420.   end
  421.   object huhs: TListBox
  422.     Left = 368
  423.     Top = 16
  424.     Width = 41
  425.     Height = 97
  426.     ItemHeight = 13
  427.     Items.Strings = (
  428.       'Sorry?'
  429.       'Duhh?'
  430.       'Duh what?'
  431.       'huh?'
  432.       'I don'#39't understand.'
  433.       '')
  434.     TabOrder = 11
  435.   end
  436.   object parserbox: TListBox
  437.     Left = 424
  438.     Top = 16
  439.     Width = 33
  440.     Height = 97
  441.     ItemHeight = 13
  442.     TabOrder = 12
  443.   end
  444.   object directions: TListBox
  445.     Left = 768
  446.     Top = 184
  447.     Width = 121
  448.     Height = 97
  449.     ItemHeight = 13
  450.     TabOrder = 13
  451.   end
  452.   object special: TListBox
  453.     Left = 472
  454.     Top = 16
  455.     Width = 281
  456.     Height = 97
  457.     Font.Charset = ANSI_CHARSET
  458.     Font.Color = clWindowText
  459.     Font.Height = -9
  460.     Font.Name = 'Small Fonts'
  461.     Font.Style = []
  462.     ItemHeight = 11
  463.     Items.Strings = (
  464.       
  465.         '"Coconut Monkey, are you okay?" The darkness begins to fade as y' +
  466.         'ou open your eyes. You blink and sit up with a hollow thunk. You' +
  467.         #39're sitting on a metal table in the center of a circular room. T' +
  468.         'he metal-paneled walls bulge here and there with consoles litter' +
  469.         'ed with multi-colored buttons. Screens flicker around the room w' +
  470.         'ith strange symbols and running lines of text. You hear a faint ' +
  471.         'hum in the background, similar to the sound that emanated from y' +
  472.         'our monitor before everything went black. You shake your head gr' +
  473.         'oggily. Where are you? "Thank goodness! We thought we lost you f' +
  474.         'or sure!" Your eyes slowly settle on the owner of the strange vo' +
  475.         'ice, and you see a tall, silver-skinned humanoid figure with lar' +
  476.         'ge eyes and an oval head. Next to him (it?) stand three figures ' +
  477.         'that look exactly the same. The dark eyes stare back at you, and' +
  478.         ' you fight the urge to enter the blackness once again.'
  479.       
  480.         '"You were so brave, Coconut Monkey! Thank you for saving us! Now' +
  481.         ' we must continue the trip to our planet." With a start, you rec' +
  482.         'ognize where you are. The last time you saw Coconut Monkey Theat' +
  483.         'er on the PC Gamer CD, Coconut Monkey was on board an alien ship' +
  484.         ' and had to shoot down a field of asteroids before they pummeled' +
  485.         ' the ship. Could it be that you'#39're inside Coconut Monkey'#39's head ' +
  486.         'somehow? But wait, wasn'#39't there a problem after the asteroid thr' +
  487.         'eat? Before you can think of it, one of the aliens says, "Oh, no' +
  488.         '! One of the asteroids must have gotten through and damaged our ' +
  489.         'navigation systems. We'#39're heading straight for a black hole! Wha' +
  490.         't will we do? Coconut Monkey, you must help us!" Alarms start to' +
  491.         ' sound, and all four aliens look at you expectantly.'
  492.       
  493.         'You hop off the table, but as you start to head down the hall on' +
  494.         'e of the aliens grabs you and says, "Wait a minute, Coconut Monk' +
  495.         'ey! You must help us!" He then places you back on the table.'
  496.       
  497.         'You hop off the table and fly through the air. You hear one of t' +
  498.         'he aliens shout, "No! Not the Emergency Airlock Release!" You hi' +
  499.         't the lever and feel it move under you before you fall off and h' +
  500.         'it the floor with a hollow "THUNK!" You can feel the ship rumble' +
  501.         ' underneath you. One of the aliens shouts "We must get out of he' +
  502.         're" as the door next to the lever begins to open and air rushes ' +
  503.         'through the opening. '
  504.       
  505.         'You hop off the table heading south, but bounce off the hard met' +
  506.         'al door. For a moment you see little Coconut Monkeys floating ar' +
  507.         'ound your head, and then you realize one of the aliens picked yo' +
  508.         'u up and put you back on the table. '
  509.       
  510.         '"Oh, no you don'#39't!" shouts one of the aliens, and catches you in' +
  511.         ' a mid-air hop toward the consoles to the west. "Stop messing wi' +
  512.         'th our translator! It breaks easily!" He plops you back on the m' +
  513.         'etal table.'
  514.       
  515.         'You hop off the table to the north, but while in mid-air one of ' +
  516.         'the aliens moves between you and the flat wall. "Don'#39't do that! ' +
  517.         'You know it opens a secret door, and we'#39'll all get sucked out in' +
  518.         'to space if you open it right now! That'#39's a bad thing!" You boun' +
  519.         'ce off the alien'#39's chest, and land hard on the ground. Another a' +
  520.         'lien picks you up and puts you back on the table before you can ' +
  521.         'figure out if you cracked your shell or not.'
  522.       
  523.         'Your vain attempt to do the wrong thing has cost you your life. ' +
  524.         'As you flounder about meaninglessly, you feel your body getting ' +
  525.         'sucked out of the airlock. As you float out into space, you thin' +
  526.         'k to yourself, "What'#39's the average flight velocity of an African' +
  527.         ' swallow carrying a Coconut Monkey?"'
  528.       
  529.         'You start hopping down the hall, and the four aliens follow you.' +
  530.         ' As you get to the end, you see a passageway branching off to th' +
  531.         'e north and south. In front of you is a large knob with alien te' +
  532.         'xt above it.'
  533.       
  534.         'You start to hop to the north, but your progress is halted by hu' +
  535.         'ge amounts of air rushing past you. You start to tumble backward' +
  536.         's and are swept into the west-bound hallway and out through the ' +
  537.         'airlock at the end. As you tumble out into the space, you think ' +
  538.         'to yourself, "Do Coconut Monkey'#39's explode in a vacuum?"'
  539.       
  540.         'You start to hop to the south, but your progress is halted by hu' +
  541.         'ge amounts of air rushing past you. You start to tumble backward' +
  542.         's and are swept into the west-bound hallway and out through the ' +
  543.         'airlock at the end. As you tumble out into the space, you think ' +
  544.         'to yourself, "If a Coconut Monkey screams in space, will a falli' +
  545.         'ng tree in a forest hear it?"'
  546.       
  547.         'You hop on one of the alien'#39's head, and he looks as if he'#39's sudd' +
  548.         'enly awoken from a nightmare. He immediately turns the dial, whi' +
  549.         'ch shuts a large metal door at the end of the western hallway. T' +
  550.         'he rumbling sound of air getting sucked into space slowly abates' +
  551.         '. The aliens look at you with puzzlement. "Coconut Monkey," one ' +
  552.         'of them says, "why did you almost get us killed?"'
  553.       
  554.         'You hop down to the south, and the passage ends in a small room.' +
  555.         ' There'#39's a door on the far wall, but it remains closed. There'#39's ' +
  556.         'nothing to do here, so you hop back the way you came.'
  557.       
  558.         '"Well, fellas, what do you think we should do?" you ask the alie' +
  559.         'ns. They look at you, and then at each other. One of them says, ' +
  560.         '"Perhaps the strange device we found will help us. It'#39's in the s' +
  561.         'outh room. We can'#39't read what the label says. Maybe you should s' +
  562.         'ee if it'#39'll help. I'#39'll open up the lock on the door for you." Th' +
  563.         'e alien presses a button, and then looks at you expectantly. '
  564.       
  565.         'The south passageway ends in a small room with a door on the far' +
  566.         ' wall. The door stands open, and you see a strange device standi' +
  567.         'ng in the middle of an even small room. The device has a single ' +
  568.         'red button on top, and a line of text written underneath the but' +
  569.         'ton.'
  570.       
  571.         'With a start, you realize the text underneath the button is writ' +
  572.         'ten in Azure Libran, the native language of your home island in ' +
  573.         'the south Pacific, and readable only by Coconut Monkeys. You vag' +
  574.         'uely remember a life other than that of Coconut Monkey, but you ' +
  575.         'shrug it off as being the result of stress. The text says, "DEUS' +
  576.         ' EX MACHINA DEVICE -- USE ONLY IN CASE OF HEADING STRAIGHT TOWAR' +
  577.         'D BLACK HOLE!"'
  578.       
  579.         'Your pathetic attempt at doing the right thing was actually the ' +
  580.         'wrong thing, and now you can feel the pull of the black hole as ' +
  581.         'it rips the hull of the UFO apart. As you are pull out through a' +
  582.         ' fracture into the vastness of space, you vaguely see debris flo' +
  583.         'wing toward the gaping maw of the black hole. Before the darknes' +
  584.         's overcomes you, you think to yourself "If a black hole is so po' +
  585.         'werful light can'#39't escape, how come I can see it?"'
  586.       
  587.         'You hop high in the air, and come down on the red button with a ' +
  588.         'loud "thunk!" A bright light flashes, temporarily blinking you, ' +
  589.         'and you can feel the ship suddenly accelerate at incredible spee' +
  590.         'ds in the direction it was heading, straight toward the black ho' +
  591.         'le! You hear a roar suddenly envelop the ship and an immense tre' +
  592.         'mbling starts shaking the vessel. You'#39're tossed around like a ra' +
  593.         'g doll as the roar becomes louder, and the shaking becomes harde' +
  594.         'r. Suddenly there'#39's an explosion of light and color and you star' +
  595.         't to lose consciousness. But not before you think to yourself, "' +
  596.         'What next?"')
  597.     ParentFont = False
  598.     TabOrder = 14
  599.   end
  600.   object ShowList: TListBox
  601.     Left = 320
  602.     Top = 152
  603.     Width = 17
  604.     Height = 273
  605.     Font.Charset = ANSI_CHARSET
  606.     Font.Color = clWindowText
  607.     Font.Height = -9
  608.     Font.Name = 'Small Fonts'
  609.     Font.Style = []
  610.     ItemHeight = 11
  611.     Items.Strings = (
  612.       '1'
  613.       '1'
  614.       '0'
  615.       '0'
  616.       '0'
  617.       '1'
  618.       '1'
  619.       '0'
  620.       '0'
  621.       '0'
  622.       '0'
  623.       '1')
  624.     ParentFont = False
  625.     TabOrder = 15
  626.   end
  627.   object ondisk: TListBox
  628.     Left = 816
  629.     Top = 32
  630.     Width = 49
  631.     Height = 81
  632.     ItemHeight = 13
  633.     TabOrder = 16
  634.   end
  635.   object ondiskpaths: TListBox
  636.     Left = 872
  637.     Top = 32
  638.     Width = 49
  639.     Height = 81
  640.     ItemHeight = 13
  641.     TabOrder = 17
  642.   end
  643.   object loaditems: TListBox
  644.     Left = 928
  645.     Top = 32
  646.     Width = 49
  647.     Height = 81
  648.     ItemHeight = 13
  649.     TabOrder = 18
  650.   end
  651. end
  652.