home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9APLI / CBAR200E.ZIP / CBAR20.EX_ / CBAR20.EX / 0 / RCDATA / TFORMSPLASH / TFORMSPLASH.txt
Text File  |  1997-10-15  |  1KB  |  72 lines

  1. object FormSplash: TFormSplash
  2.   Left = 275
  3.   Top = 99
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'CreaBar'
  7.   ClientHeight = 273
  8.   ClientWidth = 366
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 6
  19.     Top = 12
  20.     Width = 351
  21.     Height = 23
  22.     Alignment = taCenter
  23.     AutoSize = False
  24.     Caption = 'CreaBar V.2.0'
  25.     Font.Color = clBlack
  26.     Font.Height = -16
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object ButOk: TButton
  32.     Left = 146
  33.     Top = 238
  34.     Width = 75
  35.     Height = 25
  36.     Caption = 'Ok'
  37.     ModalResult = 1
  38.     TabOrder = 0
  39.   end
  40.   object Panel1: TPanel
  41.     Left = 10
  42.     Top = 40
  43.     Width = 351
  44.     Height = 185
  45.     BevelInner = bvLowered
  46.     TabOrder = 1
  47.     object LTit: TLabel
  48.       Left = 8
  49.       Top = 6
  50.       Width = 333
  51.       Height = 17
  52.       Alignment = taCenter
  53.       AutoSize = False
  54.       Caption = 'Attenzione'
  55.       Font.Color = clBlack
  56.       Font.Height = -11
  57.       Font.Name = 'MS Sans Serif'
  58.       Font.Style = [fsBold]
  59.       ParentFont = False
  60.     end
  61.     object LText: TLabel
  62.       Left = 6
  63.       Top = 24
  64.       Width = 337
  65.       Height = 151
  66.       AutoSize = False
  67.       Caption = 'LText'
  68.       WordWrap = True
  69.     end
  70.   end
  71. end
  72.