home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / SWATMAIN.DFM / SWATMAIN.txt < prev   
Text File  |  1997-02-28  |  3KB  |  147 lines

  1. object SwatForm: TSwatForm
  2.   Left = 212
  3.   Top = 128
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Swat!'
  7.   ClientHeight = 413
  8.   ClientWidth = 282
  9.   Color = clSilver
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Menu = MainMenu1
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnMouseDown = FormMouseDown
  19.   OnMouseUp = FormMouseUp
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Image1: TImage
  23.     Left = 11
  24.     Top = 256
  25.     Width = 260
  26.     Height = 156
  27.     AutoSize = True
  28.     Picture.Data = {<image000.bmp>}
  29.   end
  30.   object GameOverImage: TImage
  31.     Left = 10
  32.     Top = 72
  33.     Width = 262
  34.     Height = 145
  35.     AutoSize = True
  36.     Picture.Data = {<image001.bmp>}
  37.   end
  38.   object TimeLabel: TLabel
  39.     Left = 122
  40.     Top = 296
  41.     Width = 18
  42.     Height = 19
  43.     Caption = '00'
  44.     Font.Charset = DEFAULT_CHARSET
  45.     Font.Color = clBlack
  46.     Font.Height = -16
  47.     Font.Name = 'Arial'
  48.     Font.Style = [fsBold]
  49.     ParentFont = False
  50.     Transparent = True
  51.   end
  52.   object MissLabel: TLabel
  53.     Left = 78
  54.     Top = 351
  55.     Width = 9
  56.     Height = 19
  57.     Caption = '0'
  58.     Font.Charset = DEFAULT_CHARSET
  59.     Font.Color = clBlack
  60.     Font.Height = -16
  61.     Font.Name = 'Arial'
  62.     Font.Style = [fsBold]
  63.     ParentFont = False
  64.     Transparent = True
  65.   end
  66.   object HitsLabel: TLabel
  67.     Left = 41
  68.     Top = 351
  69.     Width = 9
  70.     Height = 19
  71.     Caption = '0'
  72.     Font.Charset = DEFAULT_CHARSET
  73.     Font.Color = clBlack
  74.     Font.Height = -16
  75.     Font.Name = 'Arial'
  76.     Font.Style = [fsBold]
  77.     ParentFont = False
  78.     Transparent = True
  79.   end
  80.   object EscapedLabel: TLabel
  81.     Left = 134
  82.     Top = 351
  83.     Width = 9
  84.     Height = 19
  85.     Caption = '0'
  86.     Font.Charset = DEFAULT_CHARSET
  87.     Font.Color = clBlack
  88.     Font.Height = -16
  89.     Font.Name = 'Arial'
  90.     Font.Style = [fsBold]
  91.     ParentFont = False
  92.     Transparent = True
  93.   end
  94.   object ScoreLabel: TLabel
  95.     Left = 205
  96.     Top = 351
  97.     Width = 9
  98.     Height = 19
  99.     Caption = '0'
  100.     Font.Charset = DEFAULT_CHARSET
  101.     Font.Color = clBlack
  102.     Font.Height = -16
  103.     Font.Name = 'Arial'
  104.     Font.Style = [fsBold]
  105.     ParentFont = False
  106.     Transparent = True
  107.   end
  108.   object MainMenu1: TMainMenu
  109.     object Gamr1: TMenuItem
  110.       Caption = '&Game'
  111.       ShortCut = 0
  112.       object New1: TMenuItem
  113.         Caption = '&New'
  114.         ShortCut = 0
  115.         OnClick = New1Click
  116.       end
  117.       object Options1: TMenuItem
  118.         Caption = '&Options...'
  119.         ShortCut = 0
  120.         OnClick = Options1Click
  121.       end
  122.       object Stop1: TMenuItem
  123.         Caption = '&Stop'
  124.         Enabled = False
  125.         ShortCut = 0
  126.         OnClick = Stop1Click
  127.       end
  128.     end
  129.     object Pause1: TMenuItem
  130.       Caption = '&Pause'
  131.       ShortCut = 0
  132.       OnClick = Pause1Click
  133.     end
  134.     object About1: TMenuItem
  135.       Caption = '&About'
  136.       ShortCut = 0
  137.       OnClick = DisplayAbout
  138.     end
  139.   end
  140.   object Timer1: TTimer
  141.     Enabled = False
  142.     Interval = 100
  143.     OnTimer = TimerTick
  144.     Left = 32
  145.   end
  146. end
  147.