home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 July & August / PCWorld_2003-07-08_cd.bin / Software / Vyzkuste / merak / Setup.exe / 0 / RCDATA / TBACKGROUNDFORM / TBACKGROUNDFORM.txt < prev   
Text File  |  2003-05-05  |  1KB  |  48 lines

  1. object BackgroundForm: TBackgroundForm
  2.   Left = 304
  3.   Top = 167
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Merak Mail Server Setup'
  7.   ClientHeight = 223
  8.   ClientWidth = 350
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   WindowState = wsMaximized
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object CopyrightLabel: TLabel
  24.     Left = 0
  25.     Top = 210
  26.     Width = 350
  27.     Height = 13
  28.     Align = alBottom
  29.     Alignment = taRightJustify
  30.     Caption = 'Copyright ∩┐╜ 2003 IceWarp Software. All rights reserved. '
  31.     Font.Charset = DEFAULT_CHARSET
  32.     Font.Color = clWhite
  33.     Font.Height = -11
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = []
  36.     ParentFont = False
  37.     Transparent = True
  38.   end
  39.   object Image: TImage
  40.     Left = 8
  41.     Top = 28
  42.     Width = 300
  43.     Height = 200
  44.     AutoSize = True
  45.     Picture.Data = {<image000.jpg>}
  46.   end
  47. end
  48.