home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1998 January / PCDJAN98.iso / Autorun.exe / 0 / RCDATA / TFRMMAIN / TFRMMAIN.txt < prev   
Text File  |  1997-08-07  |  2KB  |  104 lines

  1. object frmMain: TfrmMain
  2.   Left = 105
  3.   Top = 119
  4.   BorderStyle = bsDialog
  5.   Caption = 'Unidat Setup'
  6.   ClientHeight = 378
  7.   ClientWidth = 583
  8.   Color = clWhite
  9.   Font.Color = clWindowText
  10.   Font.Height = -21
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnMouseMove = FormMouseMove
  16.   PixelsPerInch = 96
  17.   TextHeight = 24
  18.   object lblDesc: TLabel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 583
  22.     Height = 41
  23.     Align = alTop
  24.     Alignment = taRightJustify
  25.     AutoSize = False
  26.     Caption = 'lblDesc'
  27.     Color = clBlack
  28.     Font.Color = clWhite
  29.     Font.Height = -13
  30.     Font.Name = 'Verdana'
  31.     Font.Style = [fsBold, fsItalic]
  32.     ParentColor = False
  33.     ParentFont = False
  34.   end
  35.   object Atlantis_logo: TImage
  36.     Left = 3
  37.     Top = 3
  38.     Width = 137
  39.     Height = 33
  40.     Picture.Data = {<image000.bmp>}
  41.     Stretch = True
  42.   end
  43.   object msie_logo: TImage
  44.     Left = 56
  45.     Top = 232
  46.     Width = 479
  47.     Height = 72
  48.     AutoSize = True
  49.     Picture.Data = {<image001.bmp>}
  50.     OnMouseMove = msie_logoMouseMove
  51.   end
  52.   object msie_logo_color: TImage
  53.     Left = 56
  54.     Top = 232
  55.     Width = 479
  56.     Height = 72
  57.     AutoSize = True
  58.     Picture.Data = {<image002.bmp>}
  59.     Visible = False
  60.     OnClick = msie_logo_colorClick
  61.   end
  62.   object unidat_logo: TImage
  63.     Left = 201
  64.     Top = 96
  65.     Width = 188
  66.     Height = 73
  67.     AutoSize = True
  68.     Picture.Data = {<image003.bmp>}
  69.     OnMouseMove = unidat_logoMouseMove
  70.   end
  71.   object unidat_logo_color: TImage
  72.     Left = 201
  73.     Top = 96
  74.     Width = 188
  75.     Height = 73
  76.     AutoSize = True
  77.     Picture.Data = {<image004.bmp>}
  78.     Visible = False
  79.     OnClick = unidat_logo_colorClick
  80.   end
  81.   object lblExit: TLabel
  82.     Left = 521
  83.     Top = 337
  84.     Width = 48
  85.     Height = 24
  86.     Alignment = taCenter
  87.     Caption = 'EXIT'
  88.     OnClick = lblExitClick
  89.     OnMouseMove = lblExitMouseMove
  90.   end
  91.   object Label1: TLabel
  92.     Left = 2
  93.     Top = 44
  94.     Width = 139
  95.     Height = 16
  96.     Caption = 'www.AtlantisUK.com'
  97.     Font.Color = clWindowText
  98.     Font.Height = -13
  99.     Font.Name = 'MS Sans Serif'
  100.     Font.Style = [fsBold]
  101.     ParentFont = False
  102.   end
  103. end
  104.