home *** CD-ROM | disk | FTP | other *** search
/ Secret Service 54a / SSERVCD_54A.bin / UTILS / CHEATS / CHTPCK10.ZIP / INCHEAT.ZIP / IncubEd.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1997-11-10  |  8KB  |  375 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Incubation Savegame Editor'
  7.   ClientHeight = 414
  8.   ClientWidth = 545
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Menu = MainMenu1
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupBox1: TGroupBox
  20.     Left = 8
  21.     Top = 0
  22.     Width = 529
  23.     Height = 409
  24.     Caption = 'Incubation Savegame Editor'
  25.     TabOrder = 0
  26.     Visible = False
  27.     object Label7: TLabel
  28.       Left = 168
  29.       Top = 16
  30.       Width = 53
  31.       Height = 13
  32.       Caption = 'Experience'
  33.     end
  34.     object Label8: TLabel
  35.       Left = 168
  36.       Top = 40
  37.       Width = 75
  38.       Height = 13
  39.       Caption = 'Commendations'
  40.     end
  41.     object Label1: TLabel
  42.       Left = 376
  43.       Top = 16
  44.       Width = 104
  45.       Height = 17
  46.       Caption = 'Mission Status'
  47.       Font.Charset = ANSI_CHARSET
  48.       Font.Color = clWindowText
  49.       Font.Height = -15
  50.       Font.Name = 'Arial'
  51.       Font.Style = [fsBold, fsItalic, fsUnderline]
  52.       ParentFont = False
  53.     end
  54.     object ListBox1: TListBox
  55.       Left = 8
  56.       Top = 16
  57.       Width = 145
  58.       Height = 385
  59.       ItemHeight = 13
  60.       TabOrder = 0
  61.       OnClick = ListBox1Click
  62.     end
  63.     object Edit2: TEdit
  64.       Left = 248
  65.       Top = 16
  66.       Width = 121
  67.       Height = 21
  68.       TabOrder = 1
  69.       OnExit = Edit2Exit
  70.     end
  71.     object Edit3: TEdit
  72.       Left = 248
  73.       Top = 40
  74.       Width = 33
  75.       Height = 21
  76.       TabOrder = 2
  77.       OnExit = Edit3Exit
  78.     end
  79.     object Panel1: TPanel
  80.       Left = 160
  81.       Top = 64
  82.       Width = 361
  83.       Height = 337
  84.       BevelInner = bvRaised
  85.       BevelOuter = bvLowered
  86.       TabOrder = 3
  87.       object Label2: TLabel
  88.         Left = 8
  89.         Top = 8
  90.         Width = 28
  91.         Height = 13
  92.         Caption = 'Name'
  93.       end
  94.       object Label3: TLabel
  95.         Left = 8
  96.         Top = 32
  97.         Width = 51
  98.         Height = 13
  99.         Caption = 'Skill Points'
  100.       end
  101.       object Label4: TLabel
  102.         Left = 8
  103.         Top = 56
  104.         Width = 53
  105.         Height = 13
  106.         Caption = 'Experience'
  107.       end
  108.       object Label11: TLabel
  109.         Left = 8
  110.         Top = 80
  111.         Width = 41
  112.         Height = 13
  113.         Caption = 'Weapon'
  114.       end
  115.       object Label5: TLabel
  116.         Left = 8
  117.         Top = 128
  118.         Width = 68
  119.         Height = 13
  120.         Caption = 'Current Health'
  121.       end
  122.       object Label9: TLabel
  123.         Left = 8
  124.         Top = 104
  125.         Width = 28
  126.         Height = 13
  127.         Caption = 'Visual'
  128.       end
  129.       object Label6: TLabel
  130.         Left = 136
  131.         Top = 128
  132.         Width = 66
  133.         Height = 13
  134.         Caption = 'Current Ammo'
  135.       end
  136.       object ComboBox1: TComboBox
  137.         Left = 88
  138.         Top = 80
  139.         Width = 169
  140.         Height = 21
  141.         Style = csDropDownList
  142.         ItemHeight = 13
  143.         Items.Strings = (
  144.           'Light Combat Gun'
  145.           'Advanced Combat Gun'
  146.           'Standard Assault Rifle'
  147.           'Sniper Rifle'
  148.           'Double Fire'
  149.           'Heavy Machine Gun'
  150.           'Rapid Fire Machine Gun'
  151.           'Flame Thrower'
  152.           'Mine Thrower'
  153.           'Plasma Gun'
  154.           'High Energy Laser'
  155.           'Multi-Target Destroyer'
  156.           'Combot Weapon')
  157.         TabOrder = 3
  158.         OnExit = ComboBox1Exit
  159.       end
  160.       object ScrollBar2: TScrollBar
  161.         Left = 88
  162.         Top = 56
  163.         Width = 169
  164.         Height = 17
  165.         Max = 255
  166.         TabOrder = 1
  167.         OnExit = ScrollBar2Exit
  168.       end
  169.       object ScrollBar1: TScrollBar
  170.         Left = 88
  171.         Top = 32
  172.         Width = 169
  173.         Height = 17
  174.         Max = 255
  175.         TabOrder = 2
  176.         OnExit = ScrollBar1Exit
  177.       end
  178.       object Edit1: TEdit
  179.         Left = 88
  180.         Top = 8
  181.         Width = 169
  182.         Height = 21
  183.         MaxLength = 18
  184.         TabOrder = 0
  185.         OnExit = Edit1Exit
  186.       end
  187.       object Edit4: TEdit
  188.         Left = 88
  189.         Top = 128
  190.         Width = 41
  191.         Height = 21
  192.         TabOrder = 5
  193.         OnExit = Edit4Exit
  194.       end
  195.       object RadioGroup1: TRadioGroup
  196.         Left = 8
  197.         Top = 152
  198.         Width = 121
  199.         Height = 177
  200.         Caption = 'Armor'
  201.         Items.Strings = (
  202.           'None'
  203.           'Light Armor'
  204.           'Standard Armor'
  205.           'Attack Armor'
  206.           'Heavy Armor')
  207.         TabOrder = 7
  208.         OnExit = RadioGroup1Exit
  209.       end
  210.       object GroupBox2: TGroupBox
  211.         Left = 136
  212.         Top = 152
  213.         Width = 217
  214.         Height = 177
  215.         Caption = 'Other equipment'
  216.         TabOrder = 8
  217.         object CheckBox1: TCheckBox
  218.           Left = 8
  219.           Top = 24
  220.           Width = 97
  221.           Height = 17
  222.           Caption = 'Target System'
  223.           TabOrder = 0
  224.           OnExit = CheckBox1Exit
  225.         end
  226.         object CheckBox2: TCheckBox
  227.           Left = 8
  228.           Top = 40
  229.           Width = 97
  230.           Height = 17
  231.           Caption = 'Ammo Pack'
  232.           TabOrder = 1
  233.           OnExit = CheckBox2Exit
  234.         end
  235.         object CheckBox3: TCheckBox
  236.           Left = 8
  237.           Top = 56
  238.           Width = 97
  239.           Height = 17
  240.           Caption = 'Jet Pack'
  241.           TabOrder = 2
  242.           OnExit = CheckBox3Exit
  243.         end
  244.         object CheckBox4: TCheckBox
  245.           Left = 8
  246.           Top = 72
  247.           Width = 97
  248.           Height = 17
  249.           Caption = 'Banner'
  250.           TabOrder = 3
  251.           OnExit = CheckBox4Exit
  252.         end
  253.         object CheckBox5: TCheckBox
  254.           Left = 8
  255.           Top = 88
  256.           Width = 97
  257.           Height = 17
  258.           Caption = 'Explosives'
  259.           TabOrder = 4
  260.           OnExit = CheckBox5Exit
  261.         end
  262.         object CheckBox6: TCheckBox
  263.           Left = 8
  264.           Top = 104
  265.           Width = 97
  266.           Height = 17
  267.           Caption = 'Servo System'
  268.           TabOrder = 5
  269.           OnExit = CheckBox6Exit
  270.         end
  271.         object CheckBox7: TCheckBox
  272.           Left = 8
  273.           Top = 120
  274.           Width = 97
  275.           Height = 17
  276.           Caption = 'Small Medic Kit'
  277.           TabOrder = 6
  278.           OnExit = CheckBox7Exit
  279.         end
  280.         object CheckBox8: TCheckBox
  281.           Left = 8
  282.           Top = 136
  283.           Width = 97
  284.           Height = 17
  285.           Caption = 'Large Medic Kit'
  286.           TabOrder = 7
  287.           OnExit = CheckBox8Exit
  288.         end
  289.         object CheckBox9: TCheckBox
  290.           Left = 8
  291.           Top = 152
  292.           Width = 97
  293.           Height = 17
  294.           Caption = 'Crowbar'
  295.           TabOrder = 8
  296.           OnExit = CheckBox9Exit
  297.         end
  298.         object Button1: TButton
  299.           Left = 136
  300.           Top = 144
  301.           Width = 75
  302.           Height = 25
  303.           Caption = '&All items'
  304.           TabOrder = 9
  305.           OnClick = Button1Click
  306.         end
  307.       end
  308.       object ComboBox2: TComboBox
  309.         Left = 88
  310.         Top = 104
  311.         Width = 169
  312.         Height = 21
  313.         Style = csDropDownList
  314.         ItemHeight = 13
  315.         Items.Strings = (
  316.           'Red Combat Suit (default)'
  317.           'Civil (as Dr. Reich)'
  318.           'Blue Suit (as Rutherford)'
  319.           'White Suit (as Bratt)'
  320.           'Combat Robot (huge!)')
  321.         TabOrder = 4
  322.         OnExit = ComboBox2Exit
  323.       end
  324.       object Edit5: TEdit
  325.         Left = 216
  326.         Top = 128
  327.         Width = 41
  328.         Height = 21
  329.         TabOrder = 6
  330.         OnExit = Edit5Exit
  331.       end
  332.       object Button2: TButton
  333.         Left = 272
  334.         Top = 128
  335.         Width = 75
  336.         Height = 25
  337.         Caption = '&Maximize'
  338.         TabOrder = 9
  339.       end
  340.     end
  341.   end
  342.   object OpenDialog1: TOpenDialog
  343.     Filter = 'Incubation Savegames|_*_.sav|All files|*.*'
  344.     InitialDir = 'e:\games\incubation\work\saves'
  345.     Left = 456
  346.     Top = 232
  347.   end
  348.   object MainMenu1: TMainMenu
  349.     Left = 488
  350.     Top = 232
  351.     object File1: TMenuItem
  352.       Caption = '&File'
  353.       object Open1: TMenuItem
  354.         Caption = '&Open'
  355.         OnClick = Open1Click
  356.       end
  357.       object N1: TMenuItem
  358.         Caption = '-'
  359.       end
  360.       object Exit1: TMenuItem
  361.         Caption = 'Exit'
  362.         ShortCut = 16472
  363.         OnClick = Exit1Click
  364.       end
  365.     end
  366.     object Help1: TMenuItem
  367.       Caption = '&Help'
  368.       object AboutthisEditor1: TMenuItem
  369.         Caption = '&About this Editor'
  370.         OnClick = AboutthisEditor1Click
  371.       end
  372.     end
  373.   end
  374. end
  375.