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

  1. object FGForm: TFGForm
  2.   Left = 454
  3.   Top = 354
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 304
  7.   ClientWidth = 540
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Menu = MainMenu
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object AppSpace: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 540
  22.     Height = 304
  23.     Align = alClient
  24.     TabOrder = 0
  25.     object Panel1: TPanel
  26.       Left = 1
  27.       Top = 1
  28.       Width = 538
  29.       Height = 66
  30.       Align = alTop
  31.       BevelOuter = bvNone
  32.       TabOrder = 0
  33.       object Label1: TLabel
  34.         Left = 18
  35.         Top = 10
  36.         Width = 59
  37.         Height = 13
  38.         Caption = 'Game Name'
  39.       end
  40.       object Label2: TLabel
  41.         Left = 18
  42.         Top = 34
  43.         Width = 26
  44.         Height = 13
  45.         Caption = 'Sides'
  46.       end
  47.       object GameName: TPanel
  48.         Left = 114
  49.         Top = 5
  50.         Width = 180
  51.         Height = 22
  52.         Alignment = taLeftJustify
  53.         BevelOuter = bvLowered
  54.         TabOrder = 0
  55.       end
  56.       object EnemyName: TPanel
  57.         Left = 298
  58.         Top = 29
  59.         Width = 180
  60.         Height = 22
  61.         Alignment = taLeftJustify
  62.         BevelOuter = bvLowered
  63.         TabOrder = 1
  64.       end
  65.       object HeroName: TPanel
  66.         Left = 114
  67.         Top = 29
  68.         Width = 180
  69.         Height = 22
  70.         Alignment = taLeftJustify
  71.         BevelOuter = bvLowered
  72.         TabOrder = 2
  73.       end
  74.     end
  75.     object UnitPages: TPageControl
  76.       Left = 1
  77.       Top = 67
  78.       Width = 174
  79.       Height = 236
  80.       ActivePage = HeroPage
  81.       Align = alLeft
  82.       TabOrder = 1
  83.       OnChanging = UnitPagesChanging
  84.       object HeroPage: TTabSheet
  85.         Caption = 'Hero'
  86.         object Label14: TLabel
  87.           Left = 2
  88.           Top = 8
  89.           Width = 22
  90.           Height = 13
  91.           Caption = 'Gold'
  92.         end
  93.         object HeroList: TListBox
  94.           Left = 2
  95.           Top = 32
  96.           Width = 160
  97.           Height = 165
  98.           ItemHeight = 13
  99.           TabOrder = 0
  100.           OnClick = ListClick
  101.         end
  102.         object EdHeGold: TEdit
  103.           Left = 46
  104.           Top = 4
  105.           Width = 60
  106.           Height = 21
  107.           TabOrder = 1
  108.           Text = '0'
  109.         end
  110.         object UDGoldHe: TUpDown
  111.           Left = 106
  112.           Top = 4
  113.           Width = 12
  114.           Height = 21
  115.           Associate = EdHeGold
  116.           Min = 0
  117.           Max = 32767
  118.           Position = 0
  119.           TabOrder = 2
  120.           Wrap = False
  121.         end
  122.       end
  123.       object EnemyPage: TTabSheet
  124.         Caption = 'Enemy'
  125.         object Label15: TLabel
  126.           Left = 4
  127.           Top = 8
  128.           Width = 22
  129.           Height = 13
  130.           Caption = 'Gold'
  131.         end
  132.         object EnemyList: TListBox
  133.           Left = 2
  134.           Top = 32
  135.           Width = 160
  136.           Height = 165
  137.           ItemHeight = 13
  138.           TabOrder = 0
  139.           OnClick = ListClick
  140.         end
  141.         object EdEnGold: TEdit
  142.           Left = 46
  143.           Top = 4
  144.           Width = 60
  145.           Height = 21
  146.           TabOrder = 1
  147.           Text = '0'
  148.         end
  149.         object UDGoldEn: TUpDown
  150.           Left = 106
  151.           Top = 4
  152.           Width = 15
  153.           Height = 21
  154.           Associate = EdEnGold
  155.           Min = 0
  156.           Max = 32767
  157.           Position = 0
  158.           TabOrder = 2
  159.           Wrap = False
  160.         end
  161.       end
  162.     end
  163.     object Panel2: TPanel
  164.       Left = 175
  165.       Top = 67
  166.       Width = 364
  167.       Height = 236
  168.       Align = alClient
  169.       TabOrder = 2
  170.       object Label7: TLabel
  171.         Left = 182
  172.         Top = 6
  173.         Width = 24
  174.         Height = 13
  175.         Caption = 'Type'
  176.       end
  177.       object Label3: TLabel
  178.         Left = 8
  179.         Top = 6
  180.         Width = 28
  181.         Height = 13
  182.         Caption = 'Name'
  183.       end
  184.       object Label5: TLabel
  185.         Left = 8
  186.         Top = 34
  187.         Width = 37
  188.         Height = 13
  189.         Caption = 'Position'
  190.       end
  191.       object Label12: TLabel
  192.         Left = 8
  193.         Top = 58
  194.         Width = 53
  195.         Height = 13
  196.         Caption = 'Experience'
  197.       end
  198.       object Label13: TLabel
  199.         Left = 8
  200.         Top = 82
  201.         Width = 18
  202.         Height = 13
  203.         Caption = 'Kills'
  204.       end
  205.       object Label4: TLabel
  206.         Left = 8
  207.         Top = 106
  208.         Width = 57
  209.         Height = 13
  210.         Caption = 'Magic Items'
  211.       end
  212.       object Label6: TLabel
  213.         Left = 8
  214.         Top = 128
  215.         Width = 20
  216.         Height = 13
  217.         Caption = 'Mult'
  218.       end
  219.       object Label8: TLabel
  220.         Left = 8
  221.         Top = 154
  222.         Width = 32
  223.         Height = 13
  224.         Caption = 'Morale'
  225.       end
  226.       object Label9: TLabel
  227.         Left = 8
  228.         Top = 178
  229.         Width = 30
  230.         Height = 13
  231.         Caption = 'Status'
  232.       end
  233.       object Label10: TLabel
  234.         Left = 216
  235.         Top = 130
  236.         Width = 26
  237.         Height = 13
  238.         Caption = 'Dead'
  239.       end
  240.       object Label16: TLabel
  241.         Left = 216
  242.         Top = 154
  243.         Width = 47
  244.         Height = 13
  245.         Caption = 'Wounded'
  246.       end
  247.       object Test1: TLabel
  248.         Left = 346
  249.         Top = 8
  250.         Width = 12
  251.         Height = 13
  252.         Caption = '00'
  253.       end
  254.       object Test2: TLabel
  255.         Left = 190
  256.         Top = 106
  257.         Width = 12
  258.         Height = 13
  259.         Caption = '00'
  260.       end
  261.       object EdExp: TEdit
  262.         Left = 68
  263.         Top = 56
  264.         Width = 45
  265.         Height = 21
  266.         TabOrder = 0
  267.         Text = '0'
  268.       end
  269.       object UDExp: TUpDown
  270.         Left = 113
  271.         Top = 56
  272.         Width = 12
  273.         Height = 21
  274.         Associate = EdExp
  275.         Min = 0
  276.         Max = 255
  277.         Position = 0
  278.         TabOrder = 1
  279.         Wrap = False
  280.       end
  281.       object EdKills: TEdit
  282.         Left = 68
  283.         Top = 78
  284.         Width = 45
  285.         Height = 21
  286.         TabOrder = 2
  287.         Text = '0'
  288.       end
  289.       object UDKill: TUpDown
  290.         Left = 113
  291.         Top = 78
  292.         Width = 12
  293.         Height = 21
  294.         Associate = EdKills
  295.         Min = 0
  296.         Max = 32767
  297.         Position = 0
  298.         TabOrder = 3
  299.         Wrap = False
  300.       end
  301.       object CBType: TComboBox
  302.         Left = 232
  303.         Top = 4
  304.         Width = 110
  305.         Height = 21
  306.         Style = csDropDownList
  307.         ItemHeight = 13
  308.         Items.Strings = (
  309.           'Peasants'
  310.           'Militia'
  311.           'Auxilia'
  312.           'Javelinmen'
  313.           'Ashiguers'
  314.           'Berserkers'
  315.           'Apprentices'
  316.           'Conjurers'
  317.           'Healers'
  318.           'Fire Wizards'
  319.           'Druids'
  320.           'Earthmasters'
  321.           'Warbands'
  322.           'Swordsmen'
  323.           'Pikemen'
  324.           'Legionarii'
  325.           'Samurai'
  326.           'Heavy Spearmen'
  327.           'Lizardmen'
  328.           'Werebears'
  329.           'Lionmen'
  330.           'Elephantmen'
  331.           'Air Warriors'
  332.           'Treemen'
  333.           'Giant'
  334.           'Earth Elemental'
  335.           'Sandmen'
  336.           'Monks of Meo'
  337.           'Bronzeman'
  338.           'Iron Giant'
  339.           'Warlord Mechanus'
  340.           'Elf Bowmen'
  341.           'Longbowmen'
  342.           'Pistoliers'
  343.           'Gunners'
  344.           'Fire Archers'
  345.           'Royal Archers'
  346.           'Slingers'
  347.           'Staff Slingers'
  348.           'Scouts'
  349.           'Foresters'
  350.           'Huntsmen'
  351.           'Trail Runners'
  352.           'Squires'
  353.           'Heavy Cavalry'
  354.           'Chariots'
  355.           'Cataphractoi'
  356.           'Power Lancers'
  357.           'Phoenix Knights'
  358.           'Fire Beetles'
  359.           'Centaurs'
  360.           'Ogre Centaurs'
  361.           'Centaur Knights'
  362.           'Unicorns'
  363.           'Elf Chariots'
  364.           'Hydra'
  365.           'Turtle Dragon'
  366.           'Ghost Riders'
  367.           'Nightmare'
  368.           'Rolling Man'
  369.           'Steamphont'
  370.           'Rolling Fort'
  371.           'Thunder Tread'
  372.           'Light Cavalry'
  373.           'Elf Knights'
  374.           'Juns'
  375.           'Riders of the Bow'
  376.           'Spirit Riders'
  377.           'Knight Gunners'
  378.           'Catapults'
  379.           'Ballistae'
  380.           'Chain Guns'
  381.           'Cannons'
  382.           'Mortars'
  383.           'Pit Cannons'
  384.           'Spatter Guns'
  385.           'Mercury Guns'
  386.           'Steam Belchers'
  387.           'Wall Blasters'
  388.           'Eagle Riders'
  389.           'Griffon Riders'
  390.           'Ogre Griffons'
  391.           'Wing Riders'
  392.           'Pegasi'
  393.           'Dragon Knights'
  394.           'Flying Snakes'
  395.           'Wyverns'
  396.           'Green Dragons'
  397.           'Lion Dragons'
  398.           'Silver Hawks'
  399.           'Phoenix Hawks'
  400.           'Silver Dragons'
  401.           'Black Dragons'
  402.           'Screamer'
  403.           'Bronze Dragon'
  404.           'Steam Hawks'
  405.           'Seekers'
  406.           'Hawk Riders'
  407.           'Roc Knights'
  408.           'Dragon Riders'
  409.           'Pegasus Riders'
  410.           'Balloon Hangers'
  411.           'Balloon Riders'
  412.           'Bicycle Riders'
  413.           'Cloud Ship'
  414.           'Bronze Gliders'
  415.           'Naphtha Droppers'
  416.           'Sky Splitter'
  417.           'Steam Castle'
  418.           'Corporal'
  419.           'Sergeant'
  420.           'Lieutenant'
  421.           'Captain'
  422.           'General'
  423.           'Borric'
  424.           'Sir Kalador'
  425.           'Loric'
  426.           'Shandel'
  427.           'Valira'
  428.           'Krindel'
  429.           'Dreggo'
  430.           'Malric'
  431.           'Xyphon'
  432.           'Priest of Handola'
  433.           'Goblins'
  434.           'Skeletons'
  435.           'Ratmen'
  436.           'Gripper'
  437.           'Lava Warriors'
  438.           'Mummy'
  439.           'Orcs'
  440.           'Ogres'
  441.           'Cobramen'
  442.           'Trolls'
  443.           'Ogre Knights'
  444.           'Shadow Warriors'
  445.           'Slave Archers'
  446.           'Goblin Archers'
  447.           'Orc Archers'
  448.           'Orc Longbowmen'
  449.           'Skeleton Archers'
  450.           'Steam Gunners'
  451.           'Skeleton Slingers'
  452.           'Goblin Scouts'
  453.           'Orc Scouts'
  454.           'Shadows'
  455.           'Ogre Hunters'
  456.           'Serpent Riders'
  457.           'Undead Cavalry'
  458.           'Mastodon'
  459.           'Rhino Knights'
  460.           'Knights of Fire'
  461.           'Shadow Knights'
  462.           'Wolf Riders'
  463.           'Barbarian Riders'
  464.           'Boar Riders'
  465.           'Bear Riders'
  466.           'Flamer'
  467.           'Disease Throwers'
  468.           'Black Ice Throwers'
  469.           'Flying Monkeys'
  470.           'Gargoyles'
  471.           'Shadow Wings'
  472.           'Lava Dragons'
  473.           'Shadow Dragons'
  474.           'Serpent Griffons'
  475.           'Lightning Throwers'
  476.           'Fire Barge'
  477.           'Zeppelin'
  478.           'Barbarians'
  479.           'Air Slammer'
  480.           'Witch of Icethorn'
  481.           'Pale Marshal'
  482.           'Kraekvar'
  483.           'Claw the Assassin'
  484.           'Grimal the Rat Lord'
  485.           'Malkin Nightwing'
  486.           'Morg the Lasher'
  487.           'Deathlord Rapax'
  488.           'Leech King'
  489.           'Goat King'
  490.           'Eagles'
  491.           'Harpies')
  492.         TabOrder = 4
  493.       end
  494.       object EdXPos: TEdit
  495.         Left = 68
  496.         Top = 30
  497.         Width = 59
  498.         Height = 21
  499.         TabOrder = 5
  500.         Text = '0'
  501.       end
  502.       object UDXPos: TUpDown
  503.         Left = 127
  504.         Top = 30
  505.         Width = 12
  506.         Height = 21
  507.         Associate = EdXPos
  508.         Min = 0
  509.         Max = 32767
  510.         Position = 0
  511.         TabOrder = 6
  512.         Wrap = False
  513.       end
  514.       object EdYPos: TEdit
  515.         Left = 144
  516.         Top = 30
  517.         Width = 60
  518.         Height = 21
  519.         TabOrder = 7
  520.         Text = '0'
  521.       end
  522.       object UDYPos: TUpDown
  523.         Left = 204
  524.         Top = 30
  525.         Width = 12
  526.         Height = 21
  527.         Associate = EdYPos
  528.         Min = 0
  529.         Max = 32767
  530.         Position = 0
  531.         TabOrder = 8
  532.         Wrap = False
  533.       end
  534.       object CKMove: TCheckBox
  535.         Left = 296
  536.         Top = 54
  537.         Width = 55
  538.         Height = 17
  539.         Caption = 'Moved'
  540.         TabOrder = 9
  541.       end
  542.       object EdName: TEdit
  543.         Left = 68
  544.         Top = 4
  545.         Width = 110
  546.         Height = 21
  547.         TabOrder = 10
  548.       end
  549.       object CBMagicItems: TComboBox
  550.         Left = 68
  551.         Top = 102
  552.         Width = 110
  553.         Height = 21
  554.         ItemHeight = 13
  555.         Items.Strings = (
  556.           ''
  557.           'Magical Sword'
  558.           'Magical Axe'
  559.           'Magical Shield'
  560.           'Magical Armor'
  561.           'Magical Bow'
  562.           'Magical Crossbow'
  563.           'Magical Sling'
  564.           'Magical Staff '
  565.           'Sling'
  566.           'Magical Javelin'
  567.           'Amulet of Resistance'
  568.           'Cloak of Hiding'
  569.           'Staff of Fireballs'
  570.           'Wand of Fireballs'
  571.           'Amulet of Protection'
  572.           'Ring of Regeneration'
  573.           'Sword of Death Wounds'
  574.           'Stone of Eagle Eye'
  575.           'Boots of Rapid Movement'
  576.           'Storm Staff'
  577.           'Amulet of Blessings'
  578.           'Ring of Free Movement'
  579.           'Staff of Winds'
  580.           'Wand of Sickness'
  581.           'Skull of Crang'
  582.           'Staff of Confusion'
  583.           'Staff of Fatigue'
  584.           'Staff of Healing')
  585.         TabOrder = 11
  586.       end
  587.       object EdMult: TEdit
  588.         Left = 68
  589.         Top = 126
  590.         Width = 45
  591.         Height = 21
  592.         TabOrder = 12
  593.         Text = '0'
  594.       end
  595.       object UDMult: TUpDown
  596.         Left = 113
  597.         Top = 126
  598.         Width = 12
  599.         Height = 21
  600.         Associate = EdMult
  601.         Min = 0
  602.         Position = 0
  603.         TabOrder = 13
  604.         Wrap = False
  605.       end
  606.       object EdMorale: TEdit
  607.         Left = 68
  608.         Top = 150
  609.         Width = 45
  610.         Height = 21
  611.         TabOrder = 14
  612.         Text = '0'
  613.       end
  614.       object EdStatus: TEdit
  615.         Left = 68
  616.         Top = 174
  617.         Width = 45
  618.         Height = 21
  619.         TabOrder = 15
  620.         Text = '0'
  621.       end
  622.       object EdDead: TEdit
  623.         Left = 268
  624.         Top = 126
  625.         Width = 45
  626.         Height = 21
  627.         TabOrder = 16
  628.         Text = '0'
  629.       end
  630.       object EdWounded: TEdit
  631.         Left = 268
  632.         Top = 150
  633.         Width = 45
  634.         Height = 21
  635.         TabOrder = 17
  636.         Text = '0'
  637.       end
  638.       object UDStat: TUpDown
  639.         Left = 113
  640.         Top = 174
  641.         Width = 12
  642.         Height = 21
  643.         Associate = EdStatus
  644.         Min = 0
  645.         Position = 0
  646.         TabOrder = 18
  647.         Wrap = False
  648.       end
  649.       object UDMorale: TUpDown
  650.         Left = 113
  651.         Top = 150
  652.         Width = 12
  653.         Height = 21
  654.         Associate = EdMorale
  655.         Min = 0
  656.         Position = 0
  657.         TabOrder = 19
  658.         Wrap = False
  659.       end
  660.       object UDDead: TUpDown
  661.         Left = 313
  662.         Top = 126
  663.         Width = 12
  664.         Height = 21
  665.         Associate = EdDead
  666.         Min = 0
  667.         Position = 0
  668.         TabOrder = 20
  669.         Wrap = False
  670.       end
  671.       object UDWound: TUpDown
  672.         Left = 313
  673.         Top = 150
  674.         Width = 12
  675.         Height = 21
  676.         Associate = EdWounded
  677.         Min = 0
  678.         Position = 0
  679.         TabOrder = 21
  680.         Wrap = False
  681.       end
  682.     end
  683.   end
  684.   object MainMenu: TMainMenu
  685.     Left = 438
  686.     Top = 65532
  687.     object mFile: TMenuItem
  688.       Caption = '&File'
  689.       object mOpen: TMenuItem
  690.         Caption = '&Open'
  691.         OnClick = mOpenClick
  692.       end
  693.       object mSave: TMenuItem
  694.         Caption = '&Save'
  695.         OnClick = mSaveClick
  696.       end
  697.       object N1: TMenuItem
  698.         Caption = '-'
  699.       end
  700.       object mExit: TMenuItem
  701.         Caption = 'E&xit'
  702.         OnClick = mExitClick
  703.       end
  704.     end
  705.     object mHelp: TMenuItem
  706.       Caption = '&Help'
  707.       object mAbout: TMenuItem
  708.         Caption = '&About'
  709.       end
  710.     end
  711.   end
  712.   object OpenDlg: TOpenDialog
  713.     DefaultExt = 'SAV'
  714.     Filter = 'Fantasy General Save File|game*.sav'
  715.     InitialDir = '.'
  716.     Options = [ofPathMustExist, ofFileMustExist]
  717.     Left = 408
  718.     Top = 65532
  719.   end
  720. end
  721.