home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIPCD1_98.iso / software / nowosci / crystalf / crftp1.exe / 0 / RCDATA / TSPLASH / TSPLASH.txt < prev   
Text File  |  1997-11-20  |  2KB  |  73 lines

  1. object Splash: TSplash
  2.   Left = 334
  3.   Top = 102
  4.   BorderStyle = bsNone
  5.   Caption = 'Crystal FTP'
  6.   ClientHeight = 125
  7.   ClientWidth = 293
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel2: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 293
  21.     Height = 125
  22.     Align = alClient
  23.     BevelOuter = bvNone
  24.     BorderWidth = 1
  25.     Caption = 'Panel2'
  26.     Color = clBlack
  27.     TabOrder = 0
  28.     object Panel3: TPanel
  29.       Left = 1
  30.       Top = 1
  31.       Width = 291
  32.       Height = 123
  33.       Align = alClient
  34.       BevelOuter = bvNone
  35.       Caption = 'Panel3'
  36.       Color = clWhite
  37.       TabOrder = 0
  38.       object Label4: TLabel
  39.         Left = 43
  40.         Top = 91
  41.         Width = 200
  42.         Height = 26
  43.         Alignment = taCenter
  44.         AutoSize = False
  45.         Caption = '(C) Copyright 1997 by Crystal Art Software, All Rights Reserved'
  46.         Transparent = True
  47.         WordWrap = True
  48.       end
  49.       object img: TImage
  50.         Left = 53
  51.         Top = 5
  52.         Width = 181
  53.         Height = 82
  54.         AutoSize = True
  55.         Picture.Data = {<image000.bmp>}
  56.       end
  57.       object Label5: TLabel
  58.         Left = 204
  59.         Top = 76
  60.         Width = 26
  61.         Height = 14
  62.         Caption = 'V 1.0'
  63.         Font.Charset = ANSI_CHARSET
  64.         Font.Color = clWindowText
  65.         Font.Height = -11
  66.         Font.Name = 'Arial'
  67.         Font.Style = [fsBold]
  68.         ParentFont = False
  69.       end
  70.     end
  71.   end
  72. end
  73.