home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1998 March / CC9803-2.BIN / SHARE / 95PIONEE / _SETUP.1 / Pioneer.exe / 0 / RCDATA / TFRM_PIONEER / TFRM_PIONEER.txt < prev   
Text File  |  1998-01-14  |  10KB  |  487 lines

  1. object frm_Pioneer: Tfrm_Pioneer
  2.   Left = 132
  3.   Top = 100
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 396
  7.   ClientWidth = 597
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   KeyPreview = True
  14.   Menu = MainMenu1
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   OnKeyPress = FormKeyPress
  20.   OnKeyUp = FormKeyUp
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 16
  24.   object Bevel1: TBevel
  25.     Left = 32
  26.     Top = 32
  27.     Width = 535
  28.     Height = 313
  29.   end
  30.   object Label1: TLabel
  31.     Left = 32
  32.     Top = 9
  33.     Width = 40
  34.     Height = 16
  35.     Hint = 'Number of lives left'
  36.     Caption = 'Lives:'
  37.     ParentShowHint = False
  38.     ShowHint = True
  39.   end
  40.   object lbl_Lives: TLabel
  41.     Left = 80
  42.     Top = 10
  43.     Width = 16
  44.     Height = 16
  45.     Hint = 'Number of lives left'
  46.     Caption = '00'
  47.     ParentShowHint = False
  48.     ShowHint = True
  49.   end
  50.   object Label2: TLabel
  51.     Left = 461
  52.     Top = 9
  53.     Width = 41
  54.     Height = 16
  55.     Hint = 'Score achieved'
  56.     Caption = 'Score:'
  57.     ParentShowHint = False
  58.     ShowHint = True
  59.   end
  60.   object lbl_Score: TLabel
  61.     Left = 503
  62.     Top = 10
  63.     Width = 64
  64.     Height = 16
  65.     Hint = 'Score achieved'
  66.     Alignment = taRightJustify
  67.     Caption = '00000000'
  68.     ParentShowHint = False
  69.     ShowHint = True
  70.   end
  71.   object Label4: TLabel
  72.     Left = 32
  73.     Top = 350
  74.     Width = 60
  75.     Height = 16
  76.     Hint = 'Number of missiles left'
  77.     Caption = 'Missiles:'
  78.     ParentShowHint = False
  79.     ShowHint = True
  80.   end
  81.   object lbl_Missiles: TLabel
  82.     Left = 96
  83.     Top = 350
  84.     Width = 32
  85.     Height = 16
  86.     Hint = 'Number of missiles left'
  87.     Caption = '0000'
  88.     ParentShowHint = False
  89.     ShowHint = True
  90.   end
  91.   object Label5: TLabel
  92.     Left = 496
  93.     Top = 350
  94.     Width = 49
  95.     Height = 16
  96.     Hint = 'Number of magnetic pulse bombs left'
  97.     Caption = 'Pulses:'
  98.     ParentShowHint = False
  99.     ShowHint = True
  100.   end
  101.   object lbl_Pulses: TLabel
  102.     Left = 550
  103.     Top = 350
  104.     Width = 16
  105.     Height = 16
  106.     Hint = 'Number of magnetic pulse bombs left'
  107.     Caption = '00'
  108.     ParentShowHint = False
  109.     ShowHint = True
  110.   end
  111.   object img_WorkShop: TImage
  112.     Left = 39
  113.     Top = 418
  114.     Width = 533
  115.     Height = 311
  116.   end
  117.   object img_Space: TImage
  118.     Left = 520
  119.     Top = 427
  120.     Width = 576
  121.     Height = 1440
  122.     AutoSize = True
  123.     Picture.Data = {<image001.bmp>}
  124.   end
  125.   object img_Pioneer: TImage
  126.     Left = 608
  127.     Top = 10
  128.     Width = 46
  129.     Height = 60
  130.     AutoSize = True
  131.     Picture.Data = {<image002.bmp>}
  132.   end
  133.   object img_Enemy: TImage
  134.     Left = 616
  135.     Top = 8
  136.     Width = 21
  137.     Height = 64
  138.     AutoSize = True
  139.     Picture.Data = {<image003.bmp>}
  140.   end
  141.   object img_PioneerBlown: TImage
  142.     Left = 608
  143.     Top = 76
  144.     Width = 160
  145.     Height = 64
  146.     AutoSize = True
  147.     Picture.Data = {<image004.bmp>}
  148.   end
  149.   object img_EnemyBlown: TImage
  150.     Left = 608
  151.     Top = 144
  152.     Width = 160
  153.     Height = 64
  154.     AutoSize = True
  155.     Picture.Data = {<image005.bmp>}
  156.   end
  157.   object img_Bonus: TImage
  158.     Left = 608
  159.     Top = 215
  160.     Width = 33
  161.     Height = 22
  162.     AutoSize = True
  163.     Picture.Data = {<image006.bmp>}
  164.   end
  165.   object img_Mines: TImage
  166.     Left = 611
  167.     Top = 211
  168.     Width = 40
  169.     Height = 20
  170.     AutoSize = True
  171.     Picture.Data = {<image007.bmp>}
  172.   end
  173.   object img_Message: TImage
  174.     Left = 608
  175.     Top = 280
  176.     Width = 205
  177.     Height = 98
  178.     AutoSize = True
  179.     Picture.Data = {<image008.bmp>}
  180.   end
  181.   object img_Radar: TImage
  182.     Left = 608
  183.     Top = 248
  184.     Width = 22
  185.     Height = 14
  186.     AutoSize = True
  187.     Picture.Data = {<image009.bmp>}
  188.   end
  189.   object img_RadarBlown: TImage
  190.     Left = 608
  191.     Top = 264
  192.     Width = 132
  193.     Height = 14
  194.     AutoSize = True
  195.     Picture.Data = {<image010.bmp>}
  196.   end
  197.   object Label3: TLabel
  198.     Left = 248
  199.     Top = 9
  200.     Width = 53
  201.     Height = 16
  202.     Hint = 'Number of targets (radars) to destroy'
  203.     Caption = 'Targets:'
  204.     ParentShowHint = False
  205.     ShowHint = True
  206.   end
  207.   object lbl_Target: TLabel
  208.     Left = 304
  209.     Top = 10
  210.     Width = 24
  211.     Height = 16
  212.     Hint = 'Number of targets (radars) to destroy'
  213.     Caption = '000'
  214.     ParentShowHint = False
  215.     ShowHint = True
  216.   end
  217.   object img_Lasers: TImage
  218.     Left = 608
  219.     Top = 320
  220.     Width = 26
  221.     Height = 34
  222.     AutoSize = True
  223.     Picture.Data = {<image011.bmp>}
  224.   end
  225.   object img_Torpedo: TImage
  226.     Left = 632
  227.     Top = 320
  228.     Width = 18
  229.     Height = 28
  230.     AutoSize = True
  231.     Picture.Data = {<image012.bmp>}
  232.   end
  233.   object lbl_Level: TLabel
  234.     Left = 297
  235.     Top = 348
  236.     Width = 22
  237.     Height = 46
  238.     Hint = 'Current level'
  239.     Alignment = taRightJustify
  240.     Caption = '0'
  241.     Font.Color = clWindowText
  242.     Font.Height = -40
  243.     Font.Name = 'Arial'
  244.     Font.Style = [fsBold]
  245.     ParentFont = False
  246.     ParentShowHint = False
  247.     ShowHint = True
  248.   end
  249.   object img_Left: TImage
  250.     Left = 616
  251.     Top = 296
  252.     Width = 29
  253.     Height = 46
  254.     AutoSize = True
  255.     Picture.Data = {<image013.bmp>}
  256.   end
  257.   object img_LeftBlown: TImage
  258.     Left = 616
  259.     Top = 328
  260.     Width = 145
  261.     Height = 46
  262.     AutoSize = True
  263.     Picture.Data = {<image014.bmp>}
  264.   end
  265.   object img_Right: TImage
  266.     Left = 608
  267.     Top = 328
  268.     Width = 29
  269.     Height = 46
  270.     AutoSize = True
  271.     Picture.Data = {<image015.bmp>}
  272.   end
  273.   object img_RightBlown: TImage
  274.     Left = 608
  275.     Top = 360
  276.     Width = 145
  277.     Height = 46
  278.     AutoSize = True
  279.     Picture.Data = {<image016.bmp>}
  280.   end
  281.   object img_CrosserLaser: TImage
  282.     Left = 608
  283.     Top = 80
  284.     Width = 14
  285.     Height = 36
  286.     AutoSize = True
  287.     Picture.Data = {<image017.bmp>}
  288.   end
  289.   object img_GameOver: TImage
  290.     Left = 616
  291.     Top = 224
  292.     Width = 192
  293.     Height = 72
  294.     AutoSize = True
  295.     Picture.Data = {<image018.bmp>}
  296.   end
  297.   object img_Shareware: TImage
  298.     Left = 608
  299.     Top = 160
  300.     Width = 191
  301.     Height = 52
  302.     AutoSize = True
  303.     Picture.Data = {<image019.bmp>}
  304.   end
  305.   object img_RegMsg: TImage
  306.     Left = 8
  307.     Top = 424
  308.     Width = 578
  309.     Height = 900
  310.     AutoSize = True
  311.     Picture.Data = {<image020.bmp>}
  312.   end
  313.   object img_Registered: TImage
  314.     Left = 80
  315.     Top = 432
  316.     Width = 543
  317.     Height = 600
  318.     AutoSize = True
  319.     Picture.Data = {<image021.bmp>}
  320.   end
  321.   object MainMenu1: TMainMenu
  322.     object FileMenu: TMenuItem
  323.       Caption = '&File'
  324.       ShortCut = 0
  325.       object mnu_NewGame: TMenuItem
  326.         Caption = '&New Game'
  327.         ShortCut = 0
  328.         OnClick = mnu_NewGameClick
  329.       end
  330.       object N1: TMenuItem
  331.         Caption = '-'
  332.         ShortCut = 0
  333.       end
  334.       object mnu_PauseGame: TMenuItem
  335.         Caption = '&Pause Game'
  336.         ShortCut = 16464
  337.         OnClick = mnu_PauseGameClick
  338.       end
  339.       object mnu_StopGame: TMenuItem
  340.         Caption = '&Stop Game'
  341.         ShortCut = 0
  342.         OnClick = mnu_StopGameClick
  343.       end
  344.       object N2: TMenuItem
  345.         Caption = '-'
  346.         ShortCut = 0
  347.       end
  348.       object mnu_ScoreList: TMenuItem
  349.         Caption = 'Score &List...'
  350.         ShortCut = 0
  351.         OnClick = mnu_ScoreListClick
  352.       end
  353.       object N5: TMenuItem
  354.         Caption = '-'
  355.         ShortCut = 0
  356.       end
  357.       object mnu_Register: TMenuItem
  358.         Caption = '&Register...'
  359.         ShortCut = 0
  360.         OnClick = mnu_RegisterClick
  361.       end
  362.       object N6: TMenuItem
  363.         Caption = '-'
  364.         ShortCut = 0
  365.       end
  366.       object mnu_SelectMidiFile1: TMenuItem
  367.         Caption = 'Select &Midi File...'
  368.         ShortCut = 0
  369.         OnClick = mnu_SelectMidiFile1Click
  370.       end
  371.       object N7: TMenuItem
  372.         Caption = '-'
  373.         ShortCut = 0
  374.       end
  375.       object mnu_Exit: TMenuItem
  376.         Caption = 'E&xit'
  377.         ShortCut = 16472
  378.         OnClick = mnu_ExitClick
  379.       end
  380.     end
  381.     object OptionsMenu: TMenuItem
  382.       Caption = '&Options'
  383.       ShortCut = 0
  384.       object mnu_SoundEffects: TMenuItem
  385.         Caption = '&Sound Effects'
  386.         ShortCut = 16467
  387.         OnClick = mnu_SoundEffectsClick
  388.       end
  389.       object mnu_BackgroundMusic1: TMenuItem
  390.         Caption = 'Background &Music'
  391.         ShortCut = 16461
  392.         OnClick = mnu_BackgroundMusic1Click
  393.       end
  394.       object N3: TMenuItem
  395.         Caption = '-'
  396.         ShortCut = 0
  397.       end
  398.       object mnu_Joystick: TMenuItem
  399.         Caption = '&Joystick'
  400.         ShortCut = 0
  401.         OnClick = mnu_JoystickClick
  402.       end
  403.     end
  404.     object mnu_Level: TMenuItem
  405.       Caption = '&Level'
  406.       ShortCut = 0
  407.       OnClick = mnu_LevelClick
  408.     end
  409.     object HelpMenu: TMenuItem
  410.       Caption = '&Help'
  411.       ShortCut = 0
  412.       object mnu_Contents: TMenuItem
  413.         Caption = '&Contents'
  414.         ShortCut = 112
  415.         OnClick = mnu_ContentsClick
  416.       end
  417.       object mnu_RegInfo: TMenuItem
  418.         Caption = '&Registration Info'
  419.         ShortCut = 0
  420.         OnClick = mnu_RegInfoClick
  421.       end
  422.       object mnu_RegForm: TMenuItem
  423.         Caption = 'Registration &Form'
  424.         ShortCut = 0
  425.         OnClick = mnu_RegFormClick
  426.       end
  427.       object N4: TMenuItem
  428.         Caption = '-'
  429.         ShortCut = 0
  430.       end
  431.       object mnu_About: TMenuItem
  432.         Caption = '&About...'
  433.         ShortCut = 0
  434.         OnClick = mnu_AboutClick
  435.       end
  436.     end
  437.   end
  438.   object tmr_Main: TTimer
  439.     Enabled = False
  440.     Interval = 100
  441.     OnTimer = tmr_MainTimer
  442.     Top = 32
  443.   end
  444.   object tmr_Joystick: TTimer
  445.     Enabled = False
  446.     Interval = 50
  447.     OnTimer = tmr_JoystickTimer
  448.     Top = 96
  449.   end
  450.   object tmr_Music: TTimer
  451.     Interval = 2000
  452.     OnTimer = tmr_MusicTimer
  453.     Top = 128
  454.   end
  455.   object tmr_Keyboard: TTimer
  456.     Enabled = False
  457.     Interval = 50
  458.     OnTimer = tmr_KeyboardTimer
  459.     Top = 160
  460.   end
  461.   object tmr_Main1: TTimer
  462.     Enabled = False
  463.     Interval = 100
  464.     OnTimer = tmr_Main1Timer
  465.     Top = 64
  466.   end
  467.   object tmr_ShowSpace: TTimer
  468.     Enabled = False
  469.     Interval = 100
  470.     OnTimer = tmr_ShowSpaceTimer
  471.     Top = 192
  472.   end
  473.   object opn_SelectMidi: TOpenDialog
  474.     FileEditStyle = fsEdit
  475.     Filter = 'midi files *.mid; *.midi; *.rmi|*.mid;*.midi;*.rmi'
  476.     Options = [ofReadOnly, ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  477.     Title = 'Select Midi File'
  478.     Top = 224
  479.   end
  480.   object tmr_Paused: TTimer
  481.     Enabled = False
  482.     Interval = 100
  483.     OnTimer = tmr_PausedTimer
  484.     Top = 256
  485.   end
  486. end
  487.