home *** CD-ROM | disk | FTP | other *** search
/ Gambler 34 A / GAMBLERCD34A.BIN / Utils / GP / Progs / GHP / BAKHACK.DLL / 0 / RCDATA / TBATKFORM / TBATKFORM.txt
Text File  |  1997-11-09  |  18KB  |  829 lines

  1. inherited BatKForm: TBatKForm
  2.   Left = 600
  3.   Top = 442
  4.   Caption = 'BatKForm'
  5.   ClientHeight = 261
  6.   ClientWidth = 412
  7.   OnCreate = FormCreate
  8.   OnDestroy = FormDestroy
  9.   PixelsPerInch = 96
  10.   TextHeight = 13
  11.   object HeroList: TListBox [0]
  12.     Left = 4
  13.     Top = 6
  14.     Width = 141
  15.     Height = 72
  16.     ItemHeight = 13
  17.     TabOrder = 2
  18.     OnClick = HeroListClick
  19.   end
  20.   object HeroPage: TPageControl [1]
  21.     Left = 4
  22.     Top = 80
  23.     Width = 401
  24.     Height = 185
  25.     ActivePage = Ratings
  26.     TabOrder = 1
  27.     object Ratings: TTabSheet
  28.       Caption = 'Ratings'
  29.       object Label8: TLabel
  30.         Left = 4
  31.         Top = 8
  32.         Width = 34
  33.         Height = 13
  34.         Caption = 'Health:'
  35.       end
  36.       object Label9: TLabel
  37.         Left = 4
  38.         Top = 32
  39.         Width = 41
  40.         Height = 13
  41.         Caption = 'Stamina:'
  42.       end
  43.       object Label10: TLabel
  44.         Left = 4
  45.         Top = 56
  46.         Width = 34
  47.         Height = 13
  48.         Caption = 'Speed:'
  49.       end
  50.       object Label11: TLabel
  51.         Left = 4
  52.         Top = 80
  53.         Width = 43
  54.         Height = 13
  55.         Caption = 'Strength:'
  56.       end
  57.       object Label1: TLabel
  58.         Left = 4
  59.         Top = 104
  60.         Width = 25
  61.         Height = 13
  62.         Caption = 'Gold:'
  63.       end
  64.       object EdHealth: TSpinEdit
  65.         Left = 53
  66.         Top = 5
  67.         Width = 64
  68.         Height = 22
  69.         MaxValue = 255
  70.         MinValue = 0
  71.         TabOrder = 0
  72.         Value = 0
  73.       end
  74.       object EdMaxHealth: TSpinEdit
  75.         Left = 117
  76.         Top = 5
  77.         Width = 64
  78.         Height = 22
  79.         MaxValue = 255
  80.         MinValue = 0
  81.         TabOrder = 1
  82.         Value = 0
  83.       end
  84.       object EdStamina: TSpinEdit
  85.         Left = 53
  86.         Top = 29
  87.         Width = 64
  88.         Height = 22
  89.         MaxValue = 255
  90.         MinValue = 0
  91.         TabOrder = 2
  92.         Value = 0
  93.       end
  94.       object EdMaxStamina: TSpinEdit
  95.         Left = 117
  96.         Top = 29
  97.         Width = 64
  98.         Height = 22
  99.         MaxValue = 255
  100.         MinValue = 0
  101.         TabOrder = 3
  102.         Value = 0
  103.       end
  104.       object EdSpeed: TSpinEdit
  105.         Left = 53
  106.         Top = 53
  107.         Width = 64
  108.         Height = 22
  109.         MaxValue = 255
  110.         MinValue = 0
  111.         TabOrder = 4
  112.         Value = 0
  113.       end
  114.       object EdMaxSpeed: TSpinEdit
  115.         Left = 117
  116.         Top = 53
  117.         Width = 64
  118.         Height = 22
  119.         MaxValue = 255
  120.         MinValue = 0
  121.         TabOrder = 5
  122.         Value = 0
  123.       end
  124.       object EdStrength: TSpinEdit
  125.         Left = 53
  126.         Top = 77
  127.         Width = 64
  128.         Height = 22
  129.         MaxValue = 255
  130.         MinValue = 0
  131.         TabOrder = 6
  132.         Value = 0
  133.       end
  134.       object EdMaxStrength: TSpinEdit
  135.         Left = 117
  136.         Top = 77
  137.         Width = 64
  138.         Height = 22
  139.         MaxValue = 255
  140.         MinValue = 0
  141.         TabOrder = 7
  142.         Value = 0
  143.       end
  144.       object EdGold: TSpinEdit
  145.         Left = 53
  146.         Top = 100
  147.         Width = 80
  148.         Height = 22
  149.         MaxValue = 0
  150.         MinValue = 0
  151.         TabOrder = 8
  152.         Value = 0
  153.       end
  154.     end
  155.     object Skills: TTabSheet
  156.       Caption = 'Skills'
  157.       object Label2: TLabel
  158.         Left = 8
  159.         Top = 4
  160.         Width = 43
  161.         Height = 13
  162.         Caption = 'Defense:'
  163.       end
  164.       object Label3: TLabel
  165.         Left = 8
  166.         Top = 28
  167.         Width = 49
  168.         Height = 13
  169.         Caption = 'Crossbow:'
  170.       end
  171.       object Label4: TLabel
  172.         Left = 8
  173.         Top = 48
  174.         Width = 29
  175.         Height = 13
  176.         Caption = 'Melee'
  177.       end
  178.       object Label5: TLabel
  179.         Left = 8
  180.         Top = 72
  181.         Width = 38
  182.         Height = 13
  183.         Caption = 'Casting:'
  184.       end
  185.       object Label6: TLabel
  186.         Left = 8
  187.         Top = 96
  188.         Width = 59
  189.         Height = 13
  190.         Caption = 'Assessment:'
  191.       end
  192.       object Label7: TLabel
  193.         Left = 8
  194.         Top = 120
  195.         Width = 51
  196.         Height = 13
  197.         Caption = 'Armorcraft:'
  198.       end
  199.       object Label12: TLabel
  200.         Left = 192
  201.         Top = 4
  202.         Width = 65
  203.         Height = 13
  204.         Caption = 'Weaponcraft:'
  205.       end
  206.       object Label13: TLabel
  207.         Left = 192
  208.         Top = 28
  209.         Width = 39
  210.         Height = 13
  211.         Caption = 'Barding:'
  212.       end
  213.       object Label14: TLabel
  214.         Left = 192
  215.         Top = 52
  216.         Width = 45
  217.         Height = 13
  218.         Caption = 'Haggling:'
  219.       end
  220.       object Label15: TLabel
  221.         Left = 192
  222.         Top = 76
  223.         Width = 47
  224.         Height = 13
  225.         Caption = 'Lockpick:'
  226.       end
  227.       object Label16: TLabel
  228.         Left = 192
  229.         Top = 100
  230.         Width = 45
  231.         Height = 13
  232.         Caption = 'Scouting:'
  233.       end
  234.       object Label17: TLabel
  235.         Left = 192
  236.         Top = 120
  237.         Width = 36
  238.         Height = 13
  239.         Caption = 'Stealth:'
  240.       end
  241.       object EdMaxDefense: TSpinEdit
  242.         Left = 129
  243.         Top = 1
  244.         Width = 60
  245.         Height = 22
  246.         MaxValue = 100
  247.         MinValue = 0
  248.         TabOrder = 0
  249.         Value = 0
  250.       end
  251.       object EdDefense: TSpinEdit
  252.         Left = 69
  253.         Top = 1
  254.         Width = 60
  255.         Height = 22
  256.         MaxValue = 100
  257.         MinValue = 0
  258.         TabOrder = 1
  259.         Value = 0
  260.       end
  261.       object EdCrossbow: TSpinEdit
  262.         Left = 69
  263.         Top = 45
  264.         Width = 60
  265.         Height = 22
  266.         MaxValue = 100
  267.         MinValue = 0
  268.         TabOrder = 2
  269.         Value = 0
  270.       end
  271.       object EdMaxCrossbow: TSpinEdit
  272.         Left = 129
  273.         Top = 45
  274.         Width = 60
  275.         Height = 22
  276.         MaxValue = 100
  277.         MinValue = 0
  278.         TabOrder = 3
  279.         Value = 0
  280.       end
  281.       object EdMelee: TSpinEdit
  282.         Left = 69
  283.         Top = 23
  284.         Width = 60
  285.         Height = 22
  286.         MaxValue = 100
  287.         MinValue = 0
  288.         TabOrder = 4
  289.         Value = 0
  290.       end
  291.       object EdMaxMelee: TSpinEdit
  292.         Left = 129
  293.         Top = 23
  294.         Width = 60
  295.         Height = 22
  296.         MaxValue = 100
  297.         MinValue = 0
  298.         TabOrder = 5
  299.         Value = 0
  300.       end
  301.       object EdCasting: TSpinEdit
  302.         Left = 69
  303.         Top = 67
  304.         Width = 60
  305.         Height = 22
  306.         MaxValue = 100
  307.         MinValue = 0
  308.         TabOrder = 6
  309.         Value = 0
  310.       end
  311.       object EdMaxCasting: TSpinEdit
  312.         Left = 129
  313.         Top = 67
  314.         Width = 60
  315.         Height = 22
  316.         MaxValue = 100
  317.         MinValue = 0
  318.         TabOrder = 7
  319.         Value = 0
  320.       end
  321.       object EdAssessment: TSpinEdit
  322.         Left = 69
  323.         Top = 91
  324.         Width = 60
  325.         Height = 22
  326.         MaxValue = 100
  327.         MinValue = 0
  328.         TabOrder = 8
  329.         Value = 0
  330.       end
  331.       object EdMaxAssessment: TSpinEdit
  332.         Left = 129
  333.         Top = 91
  334.         Width = 60
  335.         Height = 22
  336.         MaxValue = 100
  337.         MinValue = 0
  338.         TabOrder = 9
  339.         Value = 0
  340.       end
  341.       object EdArmorcraft: TSpinEdit
  342.         Left = 69
  343.         Top = 115
  344.         Width = 60
  345.         Height = 22
  346.         MaxValue = 100
  347.         MinValue = 0
  348.         TabOrder = 10
  349.         Value = 0
  350.       end
  351.       object EdmaxArmorcraft: TSpinEdit
  352.         Left = 129
  353.         Top = 115
  354.         Width = 60
  355.         Height = 22
  356.         MaxValue = 100
  357.         MinValue = 0
  358.         TabOrder = 11
  359.         Value = 0
  360.       end
  361.       object EdWeaponcraft: TSpinEdit
  362.         Left = 257
  363.         Top = 1
  364.         Width = 60
  365.         Height = 22
  366.         MaxValue = 100
  367.         MinValue = 0
  368.         TabOrder = 12
  369.         Value = 0
  370.       end
  371.       object EdMaxWeaponcraft: TSpinEdit
  372.         Left = 317
  373.         Top = 1
  374.         Width = 60
  375.         Height = 22
  376.         MaxValue = 100
  377.         MinValue = 0
  378.         TabOrder = 13
  379.         Value = 0
  380.       end
  381.       object EdBarding: TSpinEdit
  382.         Left = 257
  383.         Top = 25
  384.         Width = 60
  385.         Height = 22
  386.         MaxValue = 100
  387.         MinValue = 0
  388.         TabOrder = 14
  389.         Value = 0
  390.       end
  391.       object EdMaxBarding: TSpinEdit
  392.         Left = 317
  393.         Top = 25
  394.         Width = 60
  395.         Height = 22
  396.         MaxValue = 100
  397.         MinValue = 0
  398.         TabOrder = 15
  399.         Value = 0
  400.       end
  401.       object EdHaggling: TSpinEdit
  402.         Left = 257
  403.         Top = 47
  404.         Width = 60
  405.         Height = 22
  406.         MaxValue = 100
  407.         MinValue = 0
  408.         TabOrder = 16
  409.         Value = 0
  410.       end
  411.       object EdMaxHaggling: TSpinEdit
  412.         Left = 317
  413.         Top = 47
  414.         Width = 60
  415.         Height = 22
  416.         MaxValue = 100
  417.         MinValue = 0
  418.         TabOrder = 17
  419.         Value = 0
  420.       end
  421.       object EdLockpick: TSpinEdit
  422.         Left = 257
  423.         Top = 71
  424.         Width = 60
  425.         Height = 22
  426.         MaxValue = 100
  427.         MinValue = 0
  428.         TabOrder = 18
  429.         Value = 0
  430.       end
  431.       object EdMaxLockpick: TSpinEdit
  432.         Left = 317
  433.         Top = 71
  434.         Width = 60
  435.         Height = 22
  436.         MaxValue = 100
  437.         MinValue = 0
  438.         TabOrder = 19
  439.         Value = 0
  440.       end
  441.       object EdScouting: TSpinEdit
  442.         Left = 257
  443.         Top = 95
  444.         Width = 60
  445.         Height = 22
  446.         MaxValue = 100
  447.         MinValue = 0
  448.         TabOrder = 20
  449.         Value = 0
  450.       end
  451.       object EdMaxScouting: TSpinEdit
  452.         Left = 317
  453.         Top = 95
  454.         Width = 60
  455.         Height = 22
  456.         MaxValue = 100
  457.         MinValue = 0
  458.         TabOrder = 21
  459.         Value = 0
  460.       end
  461.       object EdStealth: TSpinEdit
  462.         Left = 257
  463.         Top = 119
  464.         Width = 60
  465.         Height = 22
  466.         MaxValue = 100
  467.         MinValue = 0
  468.         TabOrder = 22
  469.         Value = 0
  470.       end
  471.       object EdMaxStealth: TSpinEdit
  472.         Left = 317
  473.         Top = 119
  474.         Width = 60
  475.         Height = 22
  476.         MaxValue = 100
  477.         MinValue = 0
  478.         TabOrder = 23
  479.         Value = 0
  480.       end
  481.     end
  482.     object Items: TTabSheet
  483.       Caption = 'Items'
  484.       object Label18: TLabel
  485.         Left = 140
  486.         Top = 8
  487.         Width = 27
  488.         Height = 13
  489.         Caption = 'Type:'
  490.       end
  491.       object Label19: TLabel
  492.         Left = 140
  493.         Top = 32
  494.         Width = 39
  495.         Height = 13
  496.         Caption = 'Amount:'
  497.       end
  498.       object ItemList: TListBox
  499.         Left = 4
  500.         Top = 4
  501.         Width = 121
  502.         Height = 81
  503.         ItemHeight = 13
  504.         TabOrder = 0
  505.         OnClick = ItemListClick
  506.       end
  507.       object CbItemType: TComboBox
  508.         Left = 196
  509.         Top = 4
  510.         Width = 145
  511.         Height = 21
  512.         Style = csDropDownList
  513.         ItemHeight = 13
  514.         Items.Strings = (
  515.           'None'
  516.           'Crystal Staff'
  517.           'Lightning Staff'
  518.           'Wooden Staff'
  519.           'Staff of Macros'
  520.           'Amulet of the Upright Man'
  521.           'Ring of Prandur'
  522.           'Brass Spyglass'
  523.           'Cup of Rlnn Skr'
  524.           'Eliaem'#39's Heart'
  525.           'Glory Hand'
  526.           'Horn of Algon Kokoon'
  527.           'Idol of Lassur'
  528.           'Infinity Pool'
  529.           'Raw Manna'
  530.           'Roric'#39's Seal'
  531.           'Shell'
  532.           'Wyvern'#39's Egg'
  533.           'Broadsword'
  534.           'Galon '#39'Griefmaker'#39
  535.           'Goblin Sticker'
  536.           'Greatsword'
  537.           'Guarda Revanche'
  538.           'Exotic sword'
  539.           'Keshian Tapir'
  540.           'Moredhel Lamprey'
  541.           'Rapier'
  542.           'Sword of Kinnur'
  543.           'Sword of Lims-Kragma'
  544.           'Two-Handed Broadsword'
  545.           'Light Crossbow'
  546.           'Medium Crossbow'
  547.           'Bessy Mauler'
  548.           'Tsurani Light Crossbow'
  549.           'Tsurani Heavy Crossbow'
  550.           'Elven Crossbow'
  551.           'Quarrels'
  552.           'Elven Quarrels'
  553.           'Tsurani Quarrels'
  554.           'Poisoned Quarrels'
  555.           'Poisoned Elven Quarrels'
  556.           'Poisoned Tsurani Quarrels'
  557.           'Flaming Quarrels'
  558.           'Enchanted Quarrels'
  559.           'Dragon Plate Armor'
  560.           'Euliliko Armor'
  561.           'Elven Armor'
  562.           'Grey Tower Plate'
  563.           'Standard Kingdom Armor'
  564.           'Valheru Armor'
  565.           'Potio Noxum'
  566.           'Powder Bag'
  567.           'Tuning Fork'
  568.           'Gold Sovereigns'
  569.           'Silver Royals'
  570.           'Diamonds'
  571.           'Emeralds'
  572.           'Rubies'
  573.           'Shell'
  574.           'Moredhel Brooch'
  575.           'Bag of Grain'
  576.           'Peasant'#39's Key'
  577.           'Virtue Key'
  578.           'Key of Lineages'
  579.           'Cellar Key'
  580.           'Nivek'#39's Key'
  581.           'Interdictor Key'
  582.           'Noble'#39's Passkey'
  583.           'Guilder'#39's Passkey'
  584.           'Guildis Thorn'
  585.           'Ward of Ralen-Sheb'
  586.           'Royal Key of Krondor'
  587.           'Rations'
  588.           'Rations (Poisoned)'
  589.           'Rations (Spoiled)'
  590.           'Armorer'#39's Hammer'
  591.           'Heavy Bowstring'
  592.           'Light Bowstring'
  593.           'Herbal Pack'
  594.           'Ale Cask'
  595.           'Picklocks'
  596.           'Practice Lute'
  597.           'Rope'
  598.           'Shovel'
  599.           'Torch'
  600.           'Whetstone'
  601.           'Aventurine'
  602.           'Burial Cloth'
  603.           'Ring of the Golden Way'
  604.           'Vapor Mask'
  605.           'Weedwalkers'
  606.           'Catapult gear'
  607.           'Geomancy Stones'
  608.           'Glazer'#39's Guild Seal'
  609.           'Hellfire Trap'
  610.           'IronJaw Trap'
  611.           'River Trap'
  612.           'Knights Piece'
  613.           'Lecture Ticket'
  614.           'Leather Leggings'
  615.           'Skeletal Hand'
  616.           'Waani'
  617.           'Wooden Chest'
  618.           'Althafain'#39's Icer'
  619.           'Clerical Oilcloth'
  620.           'Coltari Poison'
  621.           'Dragon Stone'
  622.           'Flame Root Oil'
  623.           'Killian'#39's Root Oil'
  624.           'Naphtha'
  625.           'Sarigsbane'
  626.           'Silver Spider'
  627.           'Silverthorn'
  628.           'Silverthorn Anti-Venom'
  629.           'Dalatail Milk'
  630.           'Fadamor'#39's Formula'
  631.           'Lewton'#39's Concentrate'
  632.           'Redweed Brew'
  633.           'Truesight Tea'
  634.           'Restoratives'
  635.           'Note'
  636.           'Great One'#39's Note'
  637.           'Mitchel Waylander'#39's Note'
  638.           'Navon'#39's Note'
  639.           'Abbot'#39's Journal'
  640.           'Lorgan'#39's Journal'
  641.           'Accts of the Shamata Garrison'
  642.           'Chapel'#39's Rmur n Whepuns'
  643.           'Dorcas'#39' Treatise'
  644.           'Kalem'#39's Dialectic'
  645.           'Psalms of Dala'
  646.           'Strategies of Trading'
  647.           'Thiful'#39's Bird Migrations'
  648.           'Magical Scroll'
  649.           'Days Rations'
  650.           'Quegian Brandy'
  651.           'Ale'
  652.           'Keshian Ale')
  653.         TabOrder = 1
  654.       end
  655.       object EdCount: TSpinEdit
  656.         Left = 196
  657.         Top = 26
  658.         Width = 60
  659.         Height = 22
  660.         MaxValue = 0
  661.         MinValue = 0
  662.         TabOrder = 2
  663.         Value = 0
  664.       end
  665.       object CbScrollType: TComboBox
  666.         Left = 256
  667.         Top = 26
  668.         Width = 85
  669.         Height = 21
  670.         Style = csDropDownList
  671.         ItemHeight = 13
  672.         Items.Strings = (
  673.           'Unknown'
  674.           'Dragon'#39's Breath'
  675.           'Dannon'#39's Delusions'
  676.           'Candle Glow'
  677.           'Despair Thy Eyes'
  678.           'Flamecast'
  679.           'Skyfire'
  680.           'Hocho'#39's Haven'
  681.           'Gift of Sung'
  682.           'Scent of Sarig'
  683.           'Bane of Black Slayers'
  684.           'Eagle Wing'
  685.           'Eyes of Ishap'
  686.           'Nightfingers'
  687.           'Grief of 1000 Nights'
  688.           'Mirrorwall'
  689.           'Touch of Lims-Kragma'
  690.           'River Song'
  691.           'The Unseen'
  692.           'Nacre Cicatrix'
  693.           'Wrath of Killian'
  694.           'Unfortunate Flux'
  695.           'Mad God'#39's Rage'
  696.           'Mind Melt'
  697.           'Skin of the Dragon'
  698.           'Aether Bridge'
  699.           'Steelfire'
  700.           'Stardusk'
  701.           'Winds of Eortis'
  702.           'Firestorm'
  703.           'Gambit of the Eight'
  704.           'Invitation'
  705.           'Thoughts Like Clouds'
  706.           'Final Rest'
  707.           'Dawn of Truth'
  708.           'Union'
  709.           'And the Light Shall Lie'
  710.           'The Fetters of Rime'
  711.           'Black Nimbus'
  712.           'Arachnos'
  713.           'Grave'#39's Disquiet'
  714.           'Asphyxiation'
  715.           'Thy Master'#39's Will'
  716.           'Strength Drain'
  717.           'Summon Riftmare'
  718.           'Evil Seek')
  719.         TabOrder = 3
  720.       end
  721.       object ChkBroken: TCheckBox
  722.         Left = 8
  723.         Top = 88
  724.         Width = 97
  725.         Height = 17
  726.         Caption = 'Broken'
  727.         TabOrder = 4
  728.       end
  729.       object ChkRepair: TCheckBox
  730.         Left = 8
  731.         Top = 104
  732.         Width = 97
  733.         Height = 17
  734.         Caption = 'Repairable'
  735.         TabOrder = 5
  736.       end
  737.       object ChkUsed: TCheckBox
  738.         Left = 8
  739.         Top = 120
  740.         Width = 97
  741.         Height = 17
  742.         Caption = 'Used'
  743.         TabOrder = 6
  744.       end
  745.       object ChkPoison: TCheckBox
  746.         Left = 8
  747.         Top = 136
  748.         Width = 97
  749.         Height = 17
  750.         Caption = 'Poisoned'
  751.         TabOrder = 7
  752.       end
  753.       object ChkFlaming: TCheckBox
  754.         Left = 136
  755.         Top = 56
  756.         Width = 97
  757.         Height = 17
  758.         Caption = 'Flaming'
  759.         TabOrder = 8
  760.       end
  761.       object ChkSteelfire: TCheckBox
  762.         Left = 136
  763.         Top = 72
  764.         Width = 97
  765.         Height = 17
  766.         Caption = 'Steelfire'
  767.         TabOrder = 9
  768.       end
  769.       object ChkFrosted: TCheckBox
  770.         Left = 136
  771.         Top = 88
  772.         Width = 97
  773.         Height = 17
  774.         Caption = 'Frosted'
  775.         TabOrder = 10
  776.       end
  777.       object ChkEnhYellow: TCheckBox
  778.         Left = 136
  779.         Top = 104
  780.         Width = 97
  781.         Height = 17
  782.         Caption = 'Enhanced Yellow'
  783.         TabOrder = 11
  784.       end
  785.       object ChkEnhBlue: TCheckBox
  786.         Left = 136
  787.         Top = 120
  788.         Width = 97
  789.         Height = 17
  790.         Caption = 'Enhanced Blue'
  791.         TabOrder = 12
  792.       end
  793.       object ChkBless5: TCheckBox
  794.         Left = 276
  795.         Top = 56
  796.         Width = 97
  797.         Height = 17
  798.         Caption = 'Bless +5%'
  799.         TabOrder = 13
  800.       end
  801.       object ChkBless10: TCheckBox
  802.         Left = 276
  803.         Top = 72
  804.         Width = 97
  805.         Height = 17
  806.         Caption = 'Bless +10%'
  807.         TabOrder = 14
  808.       end
  809.       object ChkBless15: TCheckBox
  810.         Left = 276
  811.         Top = 88
  812.         Width = 97
  813.         Height = 17
  814.         Caption = 'Bless +15%'
  815.         TabOrder = 15
  816.       end
  817.     end
  818.   end
  819.   inherited OpenDialog: TOpenDialog
  820.     Filter = 'Saved Game (*.gam)|*.gam|All Files (*.*)|*.*'
  821.     Left = 15
  822.     Top = 42
  823.   end
  824.   inherited SaveDialog: TSaveDialog
  825.     Left = 45
  826.     Top = 42
  827.   end
  828. end
  829.