home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Freeware / Programare / PSPad / PSPad.exe / 0 / RCDATA / TFSPLASH / TFSPLASH.txt < prev   
Encoding:
Text File  |  2004-06-06  |  1.9 KB  |  94 lines

  1. object fSplash: TfSplash
  2.   Left = 400
  3.   Top = 220
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 132
  7.   ClientWidth = 194
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Visible = True
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image1: TImage
  21.     Left = 22
  22.     Top = 11
  23.     Width = 129
  24.     Height = 113
  25.     Picture.Data = {<image000.TMetafile>}
  26.     Stretch = True
  27.   end
  28.   object Label2: TLabel
  29.     Left = 8
  30.     Top = 8
  31.     Width = 63
  32.     Height = 24
  33.     Caption = 'PSPad'
  34.     Color = clBtnFace
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clMenuText
  37.     Font.Height = -19
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = [fsBold]
  40.     ParentColor = False
  41.     ParentFont = False
  42.     Transparent = True
  43.   end
  44.   object Label7: TLabel
  45.     Left = 80
  46.     Top = 88
  47.     Width = 105
  48.     Height = 16
  49.     Caption = 'freeware editor'
  50.     Color = clBtnFace
  51.     Font.Charset = DEFAULT_CHARSET
  52.     Font.Color = clMenuText
  53.     Font.Height = -13
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = [fsBold]
  56.     ParentColor = False
  57.     ParentFont = False
  58.     Transparent = True
  59.   end
  60.   object lWhatToDo: TLabel
  61.     Left = 126
  62.     Top = 104
  63.     Width = 59
  64.     Height = 16
  65.     Alignment = taRightJustify
  66.     Caption = 'starting...'
  67.     Color = clBtnFace
  68.     Font.Charset = DEFAULT_CHARSET
  69.     Font.Color = clMenuText
  70.     Font.Height = -13
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = [fsItalic]
  73.     ParentColor = False
  74.     ParentFont = False
  75.     Transparent = True
  76.   end
  77.   object lVer: TLabel
  78.     Left = 8
  79.     Top = 32
  80.     Width = 25
  81.     Height = 24
  82.     Caption = 'x.x'
  83.     Color = clBtnFace
  84.     Font.Charset = DEFAULT_CHARSET
  85.     Font.Color = clMenuText
  86.     Font.Height = -19
  87.     Font.Name = 'MS Sans Serif'
  88.     Font.Style = []
  89.     ParentColor = False
  90.     ParentFont = False
  91.     Transparent = True
  92.   end
  93. end
  94.