home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / ctenari / Kucera / setup.ex_ / setup.ex / 0 / RCDATA / TMAINFORM / TMAINFORM.txt < prev   
Text File  |  2002-02-06  |  2KB  |  86 lines

  1. object MainForm: TMainForm
  2.   Left = 118
  3.   Top = 97
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Setup'
  7.   ClientHeight = 348
  8.   ClientWidth = 538
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object BackGradient: THarmGradient
  22.     Left = 0
  23.     Top = 0
  24.     Width = 538
  25.     Height = 348
  26.     EndColor = clBlack
  27.     Align = alClient
  28.   end
  29.   object BackImage: TImage
  30.     Left = 0
  31.     Top = 0
  32.     Width = 538
  33.     Height = 348
  34.     Align = alClient
  35.     Center = True
  36.     Transparent = True
  37.   end
  38.   object SetupLabel: TLabelEffect
  39.     Left = 20
  40.     Top = 10
  41.     Width = 516
  42.     Height = 33
  43.     DepthShadow = 5
  44.     DirectionHighlight = edDownRight
  45.     ColourHighlight = clBlack
  46.     GraduateFrom = clWindowText
  47.     EffectStyle = esFlying
  48.     ColourScheme = csCustom
  49.     Caption = 'Setup'
  50.     Font.Charset = DEFAULT_CHARSET
  51.     Font.Color = clWhite
  52.     Font.Height = -27
  53.     Font.Name = 'Times New Roman'
  54.     Font.Style = [fsBold, fsItalic]
  55.     ParentFont = False
  56.     ShowAccelChar = False
  57.   end
  58.   object CopyRight: TLabelEffect
  59.     Left = 0
  60.     Top = 315
  61.     Width = 536
  62.     Height = 33
  63.     ColourHighlight = clAqua
  64.     ColourShadow = clGray
  65.     GraduateFrom = clWindowText
  66.     ColourScheme = csCustom
  67.     Alignment = taRightJustify
  68.     Caption = '(c) 2000 by Christoph M∩┐╜ssel'
  69.     Color = clWhite
  70.     Font.Charset = ANSI_CHARSET
  71.     Font.Color = clTeal
  72.     Font.Height = -19
  73.     Font.Name = 'Arial'
  74.     Font.Style = [fsItalic]
  75.     ParentColor = False
  76.     ParentFont = False
  77.     ShowAccelChar = False
  78.   end
  79.   object Zipper: TZLBArchive
  80.     CheckCRC = True
  81.     OnProgress = ZipperProgress
  82.     Left = 5
  83.     Top = 55
  84.   end
  85. end
  86.