home *** CD-ROM | disk | FTP | other *** search
/ Igromania 1999 August / Igromania_1999-08.iso / DLH / dlh_8_99.exe / 1098.DLM / wh2 / Editor.exe / 0 / RCDATA / TDARK / TDARK.txt < prev   
Text File  |  1998-05-22  |  21KB  |  935 lines

  1. object Dark: TDark
  2.   Left = 197
  3.   Top = 130
  4.   BorderStyle = bsSingle
  5.   Caption = 'Dark Omen Editor'
  6.   ClientHeight = 278
  7.   ClientWidth = 459
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Menu = MainMenu1
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object PageControl: TPageControl
  19.     Left = 0
  20.     Top = 0
  21.     Width = 459
  22.     Height = 177
  23.     ActivePage = TabAbout
  24.     Align = alTop
  25.     HotTrack = True
  26.     MultiLine = True
  27.     TabOrder = 1
  28.     object TabAbout: TTabSheet
  29.       Caption = 'About'
  30.       object About: TImage
  31.         Left = 0
  32.         Top = 0
  33.         Width = 451
  34.         Height = 149
  35.         Align = alClient
  36.         Picture.Data = {<image001.bmp>}
  37.         Transparent = True
  38.       end
  39.       object Label13: TLabel
  40.         Left = 112
  41.         Top = 136
  42.         Width = 63
  43.         Height = 12
  44.         Caption = 'V1.6 - Release 3'
  45.         Font.Charset = ANSI_CHARSET
  46.         Font.Color = clBlack
  47.         Font.Height = -9
  48.         Font.Name = 'Times New Roman'
  49.         Font.Style = [fsBold]
  50.         ParentFont = False
  51.         Transparent = True
  52.       end
  53.     end
  54.     object TabBasics: TTabSheet
  55.       Caption = 'Basics'
  56.       object Label11: TLabel
  57.         Left = 0
  58.         Top = 88
  59.         Width = 55
  60.         Height = 13
  61.         Caption = 'Shield Slots'
  62.       end
  63.       object Label34: TLabel
  64.         Left = 0
  65.         Top = 40
  66.         Width = 55
  67.         Height = 13
  68.         Caption = 'Men In Unit'
  69.       end
  70.       object Label1: TLabel
  71.         Left = 0
  72.         Top = 64
  73.         Width = 46
  74.         Height = 13
  75.         Caption = 'Men alive'
  76.       end
  77.       object Label9: TLabel
  78.         Left = 160
  79.         Top = 88
  80.         Width = 59
  81.         Height = 13
  82.         Caption = 'Gold Shields'
  83.       end
  84.       object Label33: TLabel
  85.         Left = 160
  86.         Top = 64
  87.         Width = 31
  88.         Height = 13
  89.         Caption = 'Ranks'
  90.       end
  91.       object Label12: TLabel
  92.         Left = 0
  93.         Top = 112
  94.         Width = 53
  95.         Height = 13
  96.         Caption = 'Experience'
  97.       end
  98.       object Label35: TLabel
  99.         Left = 160
  100.         Top = 40
  101.         Width = 51
  102.         Height = 13
  103.         Caption = 'Gold Coins'
  104.       end
  105.       object Banner: TImage
  106.         Left = 384
  107.         Top = 40
  108.         Width = 58
  109.         Height = 83
  110.         Hint = 'Click banner to change...'
  111.         AutoSize = True
  112.         IncrementalDisplay = True
  113.         ParentShowHint = False
  114.         Picture.Data = {<image002.bmp>}
  115.         ShowHint = True
  116.         Visible = False
  117.       end
  118.       object Label37: TLabel
  119.         Left = 0
  120.         Top = 16
  121.         Width = 28
  122.         Height = 13
  123.         Caption = 'Name'
  124.       end
  125.       object Label36: TLabel
  126.         Left = 320
  127.         Top = 40
  128.         Width = 34
  129.         Height = 13
  130.         Hint = 'Click banner to change...'
  131.         Caption = 'Banner'
  132.         ParentShowHint = False
  133.         ShowHint = True
  134.         Visible = False
  135.       end
  136.       object MenUnit: TEdit
  137.         Left = 64
  138.         Top = 32
  139.         Width = 57
  140.         Height = 21
  141.         TabOrder = 0
  142.         OnChange = MenUnitChange
  143.       end
  144.       object Armourslots: TEdit
  145.         Left = 64
  146.         Top = 80
  147.         Width = 57
  148.         Height = 21
  149.         TabOrder = 1
  150.         OnChange = ArmourslotsChange
  151.       end
  152.       object Gold: TEdit
  153.         Left = 232
  154.         Top = 80
  155.         Width = 57
  156.         Height = 21
  157.         TabOrder = 2
  158.         OnChange = GoldChange
  159.       end
  160.       object Experience: TEdit
  161.         Left = 64
  162.         Top = 104
  163.         Width = 57
  164.         Height = 21
  165.         TabOrder = 3
  166.         OnChange = ExperienceChange
  167.       end
  168.       object Ranks: TEdit
  169.         Left = 232
  170.         Top = 56
  171.         Width = 57
  172.         Height = 21
  173.         TabOrder = 4
  174.         OnChange = RanksChange
  175.       end
  176.       object MenAlive: TEdit
  177.         Left = 64
  178.         Top = 56
  179.         Width = 57
  180.         Height = 21
  181.         TabOrder = 5
  182.         OnChange = MenAliveChange
  183.       end
  184.       object GoldCoin: TEdit
  185.         Left = 232
  186.         Top = 32
  187.         Width = 57
  188.         Height = 21
  189.         TabOrder = 6
  190.         OnChange = GoldCoinChange
  191.       end
  192.       object GameName: TEdit
  193.         Left = 64
  194.         Top = 8
  195.         Width = 225
  196.         Height = 21
  197.         Hint = 'Name of savegame...'
  198.         MaxLength = 49
  199.         TabOrder = 7
  200.         OnChange = GameNameChange
  201.       end
  202.     end
  203.     object TabHero: TTabSheet
  204.       Caption = 'Hero'
  205.       object Label14: TLabel
  206.         Left = 0
  207.         Top = 40
  208.         Width = 50
  209.         Height = 13
  210.         Caption = 'Movement'
  211.       end
  212.       object Label42: TLabel
  213.         Left = 0
  214.         Top = 136
  215.         Width = 41
  216.         Height = 13
  217.         Caption = 'Weapon'
  218.       end
  219.       object Label41: TLabel
  220.         Left = 0
  221.         Top = 112
  222.         Width = 36
  223.         Height = 13
  224.         Caption = 'Armour '
  225.       end
  226.       object Label21: TLabel
  227.         Left = 0
  228.         Top = 88
  229.         Width = 36
  230.         Height = 13
  231.         Caption = 'Attacks'
  232.       end
  233.       object Label17: TLabel
  234.         Left = 0
  235.         Top = 64
  236.         Width = 40
  237.         Height = 13
  238.         Caption = 'Strength'
  239.       end
  240.       object Label20: TLabel
  241.         Left = 160
  242.         Top = 88
  243.         Width = 39
  244.         Height = 13
  245.         Caption = 'Initiative'
  246.       end
  247.       object Label18: TLabel
  248.         Left = 160
  249.         Top = 64
  250.         Width = 53
  251.         Height = 13
  252.         Caption = 'Toughness'
  253.       end
  254.       object Label15: TLabel
  255.         Left = 160
  256.         Top = 40
  257.         Width = 61
  258.         Height = 13
  259.         Caption = 'Weapon skill'
  260.       end
  261.       object Label43: TLabel
  262.         Left = 240
  263.         Top = 112
  264.         Width = 31
  265.         Height = 13
  266.         Caption = 'Missile'
  267.       end
  268.       object Label22: TLabel
  269.         Left = 328
  270.         Top = 88
  271.         Width = 52
  272.         Height = 13
  273.         Caption = 'Leadership'
  274.       end
  275.       object Label16: TLabel
  276.         Left = 328
  277.         Top = 40
  278.         Width = 55
  279.         Height = 13
  280.         Caption = 'Ballistic skill'
  281.       end
  282.       object Label19: TLabel
  283.         Left = 328
  284.         Top = 64
  285.         Width = 40
  286.         Height = 13
  287.         Caption = 'Wounds'
  288.       end
  289.       object Label10: TLabel
  290.         Left = 0
  291.         Top = 16
  292.         Width = 28
  293.         Height = 13
  294.         Caption = 'Name'
  295.       end
  296.       object LblMace: TLabel
  297.         Left = 240
  298.         Top = 16
  299.         Width = 27
  300.         Height = 13
  301.         Caption = 'Mage'
  302.       end
  303.       object Lmovement: TEdit
  304.         Left = 64
  305.         Top = 32
  306.         Width = 57
  307.         Height = 21
  308.         TabOrder = 0
  309.         OnChange = LmovementChange
  310.       end
  311.       object LStrength: TEdit
  312.         Left = 64
  313.         Top = 56
  314.         Width = 57
  315.         Height = 21
  316.         TabOrder = 1
  317.         OnChange = LStrengthChange
  318.       end
  319.       object Lattacks: TEdit
  320.         Left = 64
  321.         Top = 80
  322.         Width = 57
  323.         Height = 21
  324.         TabOrder = 2
  325.         OnChange = LattacksChange
  326.       end
  327.       object Larmour: TComboBox
  328.         Left = 64
  329.         Top = 104
  330.         Width = 161
  331.         Height = 21
  332.         ItemHeight = 13
  333.         Items.Strings = (
  334.           'No Shields'
  335.           '1 Shield'
  336.           '2 Shields'
  337.           '3 Shields'
  338.           '4 Shields'
  339.           '5 Shields'
  340.           '3 Shields and regenerate'
  341.           'Treeman'#39's Armour'
  342.           'Wrath'#39's Armour')
  343.         TabOrder = 3
  344.         OnChange = LarmourChange
  345.       end
  346.       object Lweapon: TComboBox
  347.         Left = 64
  348.         Top = 128
  349.         Width = 161
  350.         Height = 21
  351.         ItemHeight = 13
  352.         Items.Strings = (
  353.           'Hands/Claws'
  354.           'Sword'
  355.           'Two handed sword'
  356.           'Halberd or Spear'
  357.           'Flail'
  358.           'Wight blade')
  359.         TabOrder = 4
  360.         OnChange = LweaponChange
  361.       end
  362.       object LWeaponskill: TEdit
  363.         Left = 232
  364.         Top = 32
  365.         Width = 57
  366.         Height = 21
  367.         TabOrder = 5
  368.         OnChange = LWeaponskillChange
  369.       end
  370.       object Ltoughnes: TEdit
  371.         Left = 232
  372.         Top = 56
  373.         Width = 57
  374.         Height = 21
  375.         TabOrder = 6
  376.         OnChange = LtoughnesChange
  377.       end
  378.       object Liniative: TEdit
  379.         Left = 232
  380.         Top = 80
  381.         Width = 57
  382.         Height = 21
  383.         TabOrder = 7
  384.         OnChange = LiniativeChange
  385.       end
  386.       object lmissile: TComboBox
  387.         Left = 288
  388.         Top = 104
  389.         Width = 161
  390.         Height = 21
  391.         ItemHeight = 13
  392.         Items.Strings = (
  393.           '(None)'
  394.           'Ballista'
  395.           'Cannon'
  396.           'Crossbow'
  397.           'Elven bow'
  398.           'Mortar'
  399.           'Normal Bow'
  400.           'Pistol'
  401.           'Rock lobber'
  402.           'Screaming skulls '
  403.           'Short Bow'
  404.           'Steam tank cannon')
  405.         TabOrder = 8
  406.         OnChange = lmissileChange
  407.       end
  408.       object Lleadership: TEdit
  409.         Left = 392
  410.         Top = 80
  411.         Width = 57
  412.         Height = 21
  413.         TabOrder = 9
  414.         OnChange = LleadershipChange
  415.       end
  416.       object Lwounds: TEdit
  417.         Left = 392
  418.         Top = 56
  419.         Width = 57
  420.         Height = 21
  421.         TabOrder = 10
  422.         OnChange = LwoundsChange
  423.       end
  424.       object Lballistic: TEdit
  425.         Left = 392
  426.         Top = 32
  427.         Width = 57
  428.         Height = 21
  429.         TabOrder = 11
  430.         OnChange = LWeaponskillChange
  431.       end
  432.       object HeroName: TEdit
  433.         Left = 64
  434.         Top = 8
  435.         Width = 153
  436.         Height = 21
  437.         MaxLength = 21
  438.         TabOrder = 12
  439.         OnChange = HeroNameChange
  440.       end
  441.       object mace: TComboBox
  442.         Left = 288
  443.         Top = 8
  444.         Width = 161
  445.         Height = 21
  446.         ItemHeight = 13
  447.         Items.Strings = (
  448.           '(None)'
  449.           'Dread King'
  450.           'Hands of Nagash'
  451.           'Mannfred von Carstein'
  452.           'Master Necromancer'
  453.           'Necromancer'
  454.           'Necromancer Lord'
  455.           'Night Goblin Shaman (multi)'
  456.           'Orc Shaman (multi)'
  457.           'Shaman Lord'
  458.           'Vamp Lord')
  459.         TabOrder = 13
  460.         OnChange = maceChange
  461.       end
  462.       object Enable: TCheckBox
  463.         Left = 288
  464.         Top = 128
  465.         Width = 97
  466.         Height = 13
  467.         Caption = 'Enable'
  468.         TabOrder = 14
  469.         OnClick = EnableClick
  470.       end
  471.       object Multiplayer: TCheckBox
  472.         Left = 352
  473.         Top = 128
  474.         Width = 97
  475.         Height = 17
  476.         Caption = 'Multiplayer'
  477.         TabOrder = 15
  478.         OnClick = MultiplayerClick
  479.       end
  480.     end
  481.     object TabUnit: TTabSheet
  482.       Caption = 'Unit'
  483.       object Label23: TLabel
  484.         Left = 0
  485.         Top = 64
  486.         Width = 50
  487.         Height = 13
  488.         Caption = 'Movement'
  489.       end
  490.       object Label26: TLabel
  491.         Left = 0
  492.         Top = 88
  493.         Width = 40
  494.         Height = 13
  495.         Caption = 'Strength'
  496.       end
  497.       object Label30: TLabel
  498.         Left = 176
  499.         Top = 88
  500.         Width = 36
  501.         Height = 13
  502.         Caption = 'Attacks'
  503.       end
  504.       object Label4: TLabel
  505.         Left = 240
  506.         Top = 136
  507.         Width = 41
  508.         Height = 13
  509.         Caption = 'Weapon'
  510.       end
  511.       object Label3: TLabel
  512.         Left = 0
  513.         Top = 136
  514.         Width = 36
  515.         Height = 13
  516.         Caption = 'Armour '
  517.       end
  518.       object Label6: TLabel
  519.         Left = 240
  520.         Top = 112
  521.         Width = 31
  522.         Height = 13
  523.         Caption = 'Missile'
  524.       end
  525.       object Label31: TLabel
  526.         Left = 328
  527.         Top = 16
  528.         Width = 52
  529.         Height = 13
  530.         Caption = 'Leadership'
  531.       end
  532.       object Label25: TLabel
  533.         Left = 328
  534.         Top = 40
  535.         Width = 55
  536.         Height = 13
  537.         Caption = 'Ballistic skill'
  538.       end
  539.       object Label28: TLabel
  540.         Left = 328
  541.         Top = 64
  542.         Width = 40
  543.         Height = 13
  544.         Caption = 'Wounds'
  545.       end
  546.       object Label29: TLabel
  547.         Left = 312
  548.         Top = 88
  549.         Width = 39
  550.         Height = 13
  551.         Caption = 'Initiative'
  552.       end
  553.       object Label27: TLabel
  554.         Left = 160
  555.         Top = 64
  556.         Width = 53
  557.         Height = 13
  558.         Caption = 'Toughness'
  559.       end
  560.       object Label24: TLabel
  561.         Left = 160
  562.         Top = 40
  563.         Width = 61
  564.         Height = 13
  565.         Caption = 'Weapon skill'
  566.       end
  567.       object Label8: TLabel
  568.         Left = 0
  569.         Top = 16
  570.         Width = 28
  571.         Height = 13
  572.         Caption = 'Name'
  573.       end
  574.       object Label32: TLabel
  575.         Left = 0
  576.         Top = 112
  577.         Width = 24
  578.         Height = 13
  579.         Caption = 'Type'
  580.       end
  581.       object Label5: TLabel
  582.         Left = 0
  583.         Top = 40
  584.         Width = 31
  585.         Height = 13
  586.         Caption = 'Speed'
  587.       end
  588.       object Umovement: TEdit
  589.         Left = 64
  590.         Top = 56
  591.         Width = 57
  592.         Height = 21
  593.         TabOrder = 0
  594.         OnChange = UmovementChange
  595.       end
  596.       object UStrength: TEdit
  597.         Left = 64
  598.         Top = 80
  599.         Width = 57
  600.         Height = 21
  601.         TabOrder = 1
  602.         OnChange = UStrengthChange
  603.       end
  604.       object UAttacks: TEdit
  605.         Left = 240
  606.         Top = 80
  607.         Width = 57
  608.         Height = 21
  609.         TabOrder = 2
  610.         OnChange = UAttacksChange
  611.       end
  612.       object Armour: TComboBox
  613.         Left = 64
  614.         Top = 128
  615.         Width = 161
  616.         Height = 21
  617.         ItemHeight = 13
  618.         Items.Strings = (
  619.           'No Shields'
  620.           '1 Shield'
  621.           '2 Shields'
  622.           '3 Shields'
  623.           '4 Shields'
  624.           '5 Shields'
  625.           '3 Shields and regenerate'
  626.           'Treeman'#39's Armour'
  627.           'Wrath'#39's Armour')
  628.         TabOrder = 3
  629.         OnChange = ArmourChange
  630.       end
  631.       object Weapons: TComboBox
  632.         Left = 288
  633.         Top = 128
  634.         Width = 161
  635.         Height = 21
  636.         ItemHeight = 13
  637.         Items.Strings = (
  638.           'Hands/Claws'
  639.           'Sword'
  640.           'Two handed sword'
  641.           'Halberd or Spear'
  642.           'Flail'
  643.           'Wight blade')
  644.         TabOrder = 4
  645.         OnChange = WeaponsChange
  646.       end
  647.       object Misile: TComboBox
  648.         Left = 288
  649.         Top = 104
  650.         Width = 161
  651.         Height = 21
  652.         ItemHeight = 13
  653.         Items.Strings = (
  654.           '(None)'
  655.           'Ballista'
  656.           'Cannon'
  657.           'Crossbow'
  658.           'Elven bow'
  659.           'Mortar'
  660.           'Normal Bow'
  661.           'Pistol'
  662.           'Rock lobber'
  663.           'Screaming skulls '
  664.           'Short Bow'
  665.           'Steam tank cannon')
  666.         TabOrder = 5
  667.         OnChange = MisileChange
  668.       end
  669.       object Uleadership: TEdit
  670.         Left = 392
  671.         Top = 8
  672.         Width = 57
  673.         Height = 21
  674.         TabOrder = 6
  675.         OnChange = UleadershipChange
  676.       end
  677.       object Uwounds: TEdit
  678.         Left = 392
  679.         Top = 56
  680.         Width = 57
  681.         Height = 21
  682.         TabOrder = 7
  683.         OnChange = UwoundsChange
  684.       end
  685.       object Uballistic: TEdit
  686.         Left = 392
  687.         Top = 32
  688.         Width = 57
  689.         Height = 21
  690.         TabOrder = 8
  691.         OnChange = UballisticChange
  692.       end
  693.       object Uweaponskill: TEdit
  694.         Left = 240
  695.         Top = 32
  696.         Width = 57
  697.         Height = 21
  698.         TabOrder = 9
  699.         OnChange = UweaponskillChange
  700.       end
  701.       object Utoughness: TEdit
  702.         Left = 240
  703.         Top = 56
  704.         Width = 57
  705.         Height = 21
  706.         TabOrder = 10
  707.         OnChange = UtoughnessChange
  708.       end
  709.       object Uiniative: TEdit
  710.         Left = 392
  711.         Top = 80
  712.         Width = 57
  713.         Height = 21
  714.         TabOrder = 11
  715.         OnChange = UiniativeChange
  716.       end
  717.       object UnitName: TEdit
  718.         Left = 64
  719.         Top = 8
  720.         Width = 153
  721.         Height = 21
  722.         MaxLength = 29
  723.         TabOrder = 12
  724.         OnChange = UnitNameChange
  725.       end
  726.       object UnitType: TComboBox
  727.         Left = 64
  728.         Top = 104
  729.         Width = 161
  730.         Height = 21
  731.         ItemHeight = 13
  732.         Items.Strings = (
  733.           '(None)'
  734.           'Dread King'
  735.           'Dwarf Infantry'
  736.           'Human Artillery'
  737.           'Human Cavalry'
  738.           'Human Infantry'
  739.           'Human Wizards'
  740.           'Mercenary Crossbowmen'
  741.           'Monsters'
  742.           'Night Goblin Archers'
  743.           'Night Goblins'
  744.           'Ogres'
  745.           'Skeleton Archers'
  746.           'Skeleton Horsemen/Black Grail'
  747.           'Skull Catapult'
  748.           'Undead Chariot (unpredicatable)'
  749.           'Undead on foot'
  750.           'Undead wizards'
  751.           'Wood Elf Archers'
  752.           'Wood Elf infantry')
  753.         TabOrder = 13
  754.         OnChange = UnitTypeChange
  755.       end
  756.       object Uspeed: TComboBox
  757.         Left = 64
  758.         Top = 32
  759.         Width = 57
  760.         Height = 21
  761.         ItemHeight = 13
  762.         Items.Strings = (
  763.           'Fast'
  764.           'Normal'
  765.           'Low')
  766.         TabOrder = 14
  767.         OnChange = UspeedChange
  768.       end
  769.     end
  770.     object TabMagic: TTabSheet
  771.       Caption = 'Unit Magic'
  772.       object Label7: TLabel
  773.         Left = 0
  774.         Top = 136
  775.         Width = 57
  776.         Height = 13
  777.         Caption = 'Magic Book'
  778.       end
  779.       object Book: TComboBox
  780.         Left = 64
  781.         Top = 128
  782.         Width = 161
  783.         Height = 21
  784.         ItemHeight = 13
  785.         Items.Strings = (
  786.           '(None)'
  787.           'Bright book'
  788.           'Dark Book'
  789.           'Ice Book'
  790.           'Waaagh Book')
  791.         TabOrder = 0
  792.       end
  793.       object Spell: TCheckListBox
  794.         Left = 0
  795.         Top = 8
  796.         Width = 464
  797.         Height = 117
  798.         Hint = 'Max 9 spells per unit.'
  799.         BorderStyle = bsNone
  800.         Color = clBtnFace
  801.         Columns = 3
  802.         ItemHeight = 13
  803.         Items.Strings = (
  804.           'Banner of Arcane Warding'
  805.           'Banner of Defiance'
  806.           'Banner of Wraith'
  807.           'Book of Ashur'
  808.           'Dragon Helm'
  809.           'Enchanted Shield'
  810.           'Grudgebringer'
  811.           'Heart of Woe'
  812.           'Hellfire'
  813.           'Horn of Urgok'
  814.           'Mork'#39's War Banner'
  815.           'Potion of Strength'
  816.           'Ring of Volans'
  817.           'Runefang'
  818.           'Shield of Ptolos'
  819.           'Skabskrath'
  820.           'Spelleater Shield'
  821.           'Staff of Osiris'
  822.           'Storm Sword '
  823.           'Wand of Jet')
  824.         TabOrder = 1
  825.       end
  826.     end
  827.     object TabSheet1: TTabSheet
  828.       Caption = 'Extra Magic'
  829.       Enabled = False
  830.       object Spell1: TCheckListBox
  831.         Left = 0
  832.         Top = 8
  833.         Width = 464
  834.         Height = 129
  835.         Hint = 'Max 9 spells per unit.'
  836.         BorderStyle = bsNone
  837.         Color = clBtnFace
  838.         Columns = 3
  839.         ItemHeight = 13
  840.         Items.Strings = (
  841.           'Banner of Arcane Warding'
  842.           'Banner of Defiance'
  843.           'Banner of Wraith'
  844.           'Book of Ashur'
  845.           'Dragon Helm'
  846.           'Enchanted Shield'
  847.           'Grudgebringer'
  848.           'Heart of Woe'
  849.           'Hellfire'
  850.           'Horn of Urgok'
  851.           'Mork'#39's War Banner'
  852.           'Potion of Strength'
  853.           'Ring of Volans'
  854.           'Runefang'
  855.           'Shield of Ptolos'
  856.           'Skabskrath'
  857.           'Spelleater Shield'
  858.           'Staff of Osiris'
  859.           'Storm Sword '
  860.           'Wand of Jet')
  861.         TabOrder = 0
  862.       end
  863.     end
  864.   end
  865.   object ListBox1: TListBox
  866.     Left = 0
  867.     Top = 179
  868.     Width = 459
  869.     Height = 99
  870.     Align = alBottom
  871.     ItemHeight = 13
  872.     TabOrder = 0
  873.     OnClick = ListBox1Click
  874.   end
  875.   object SaveDlg: TSaveDialog
  876.     Filter = 'Dark Omen SaveGame|darkomen.*'
  877.     InitialDir = 'C:\games\wh_do\savegame'
  878.     Left = 384
  879.     Top = 240
  880.   end
  881.   object OpenDlg: TOpenDialog
  882.     Filter = 'Dark Omen SaveGame|darkomen.*'
  883.     InitialDir = 'C:\games\wh_do\savegame'
  884.     Title = 'Load Savegame'
  885.     Left = 416
  886.     Top = 240
  887.   end
  888.   object MainMenu1: TMainMenu
  889.     Left = 384
  890.     Top = 192
  891.     object Files: TMenuItem
  892.       Caption = '&Files'
  893.       object Open: TMenuItem
  894.         Caption = '&Open...'
  895.         OnClick = OpenClick
  896.       end
  897.       object Save: TMenuItem
  898.         Caption = '&Save'
  899.         Enabled = False
  900.         OnClick = SaveClick
  901.       end
  902.       object SaveAs: TMenuItem
  903.         Caption = 'Save &As...'
  904.         Enabled = False
  905.         OnClick = SaveAsClick
  906.       end
  907.       object Close: TMenuItem
  908.         Caption = '&Close'
  909.         Enabled = False
  910.         OnClick = CloseClick
  911.       end
  912.       object N1: TMenuItem
  913.         Caption = '-'
  914.       end
  915.       object Exit1: TMenuItem
  916.         Caption = 'Exit'
  917.         OnClick = Exit1Click
  918.       end
  919.     end
  920.     object Help: TMenuItem
  921.       Caption = '&Help'
  922.       Visible = False
  923.       object Contents: TMenuItem
  924.         Caption = '&Contents'
  925.       end
  926.       object N2: TMenuItem
  927.         Caption = '-'
  928.       end
  929.       object About1: TMenuItem
  930.         Caption = '&About'
  931.       end
  932.     end
  933.   end
  934. end
  935.