home *** CD-ROM | disk | FTP | other *** search
/ Slippery When Wet / SLIPPERY_WET.bin / thezone.exe / 0 / RCDATA / TFORMFLAGS / TFORMFLAGS.txt < prev   
Encoding:
Text File  |  1999-11-02  |  2.5 KB  |  124 lines

  1. object FormFlags: TFormFlags
  2.   Left = 118
  3.   Top = 57
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Flags'
  7.   ClientHeight = 453
  8.   ClientWidth = 632
  9.   Color = clWhite
  10.   Font.Color = clWindowText
  11.   Font.Height = -14
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   OnMouseMove = FormMouseMove
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 16
  21.   object Image1: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 121
  25.     Height = 453
  26.     Align = alLeft
  27.     Picture.Data = {<image000.bmp>}
  28.   end
  29.   object Lbl_Holland: TLabel
  30.     Left = 210
  31.     Top = 30
  32.     Width = 70
  33.     Height = 70
  34.     Color = clBlack
  35.     Font.Color = clWindowText
  36.     Font.Height = -14
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     ParentColor = False
  40.     ParentFont = False
  41.     Transparent = True
  42.     OnClick = Lbl_HollandClick
  43.     OnMouseMove = Lbl_HollandMouseMove
  44.   end
  45.   object Lbl_france: TLabel
  46.     Left = 370
  47.     Top = 30
  48.     Width = 70
  49.     Height = 70
  50.     Transparent = True
  51.     OnClick = Lbl_franceClick
  52.     OnMouseMove = Lbl_franceMouseMove
  53.   end
  54.   object Lbl_germany: TLabel
  55.     Left = 210
  56.     Top = 140
  57.     Width = 70
  58.     Height = 70
  59.     Transparent = True
  60.     OnClick = Lbl_germanyClick
  61.     OnMouseMove = Lbl_germanyMouseMove
  62.   end
  63.   object Lbl_usa: TLabel
  64.     Left = 370
  65.     Top = 140
  66.     Width = 70
  67.     Height = 70
  68.     Transparent = True
  69.     OnClick = Lbl_usaClick
  70.     OnMouseMove = Lbl_usaMouseMove
  71.   end
  72.   object Lbl_spain: TLabel
  73.     Left = 210
  74.     Top = 250
  75.     Width = 70
  76.     Height = 70
  77.     Transparent = True
  78.     OnClick = Lbl_spainClick
  79.     OnMouseMove = Lbl_spainMouseMove
  80.   end
  81.   object Lbl_italy: TLabel
  82.     Left = 370
  83.     Top = 250
  84.     Width = 70
  85.     Height = 70
  86.     Transparent = True
  87.     OnClick = Lbl_italyClick
  88.     OnMouseMove = Lbl_italyMouseMove
  89.   end
  90.   object LblLoading: TLabel
  91.     Left = 137
  92.     Top = 363
  93.     Width = 91
  94.     Height = 27
  95.     Caption = 'Loading'
  96.     Font.Color = clBlack
  97.     Font.Height = -23
  98.     Font.Name = 'Arial'
  99.     Font.Style = [fsBold]
  100.     ParentFont = False
  101.   end
  102.   object Label1: TLabel
  103.     Left = 96
  104.     Top = 390
  105.     Width = 323
  106.     Height = 50
  107.     Caption = 'Select language'
  108.     Font.Color = clBlack
  109.     Font.Height = -35
  110.     Font.Name = 'Arial Black'
  111.     Font.Style = [fsBold, fsItalic, fsUnderline]
  112.     ParentFont = False
  113.     Transparent = True
  114.   end
  115.   object Image2: TImage
  116.     Left = 120
  117.     Top = -1
  118.     Width = 512
  119.     Height = 31
  120.     Picture.Data = {<image001.bmp>}
  121.     Stretch = True
  122.   end
  123. end
  124.