home *** CD-ROM | disk | FTP | other *** search
/ PC go! 1996 December / PC_GO.ISO / demo / docman / _setup.1 / DOCMAN.exe / 0 / RCDATA / TFORMSPLASH / TFORMSPLASH.txt < prev   
Encoding:
Text File  |  1996-09-17  |  2.0 KB  |  96 lines

  1. object FormSplash: TFormSplash
  2.   Left = 173
  3.   Top = 58
  4.   Cursor = crAppStart
  5.   HorzScrollBar.Visible = False
  6.   VertScrollBar.Visible = False
  7.   ActiveControl = Panel1
  8.   BorderIcons = []
  9.   BorderStyle = bsNone
  10.   ClientHeight = 364
  11.   ClientWidth = 453
  12.   Font.Color = clBlack
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 453
  25.     Height = 364
  26.     Align = alClient
  27.     BevelInner = bvLowered
  28.     BevelWidth = 2
  29.     Color = clWhite
  30.     TabOrder = 0
  31.     object Image1: TImage
  32.       Left = 46
  33.       Top = 39
  34.       Width = 360
  35.       Height = 234
  36.       AutoSize = True
  37.       Picture.Data = {<image000.bmp>}
  38.     end
  39.     object LabelFormular: TLabel
  40.       Left = 4
  41.       Top = 17
  42.       Width = 445
  43.       Height = 13
  44.       Align = alTop
  45.       Caption = 'Formular'
  46.       Font.Color = clBlack
  47.       Font.Height = -11
  48.       Font.Name = 'MS Sans Serif'
  49.       Font.Style = []
  50.       ParentFont = False
  51.       Transparent = True
  52.       WordWrap = True
  53.     end
  54.     object LabelBDEPath: TLabel
  55.       Left = 4
  56.       Top = 4
  57.       Width = 445
  58.       Height = 13
  59.       Align = alTop
  60.       Alignment = taRightJustify
  61.       Caption = 'BDE-Pfad'
  62.       Font.Color = clBlack
  63.       Font.Height = -11
  64.       Font.Name = 'MS Sans Serif'
  65.       Font.Style = []
  66.       ParentFont = False
  67.       Transparent = True
  68.       WordWrap = True
  69.     end
  70.     object Label1: TLabel
  71.       Left = 119
  72.       Top = 292
  73.       Width = 216
  74.       Height = 29
  75.       Caption = 'Wird vorbereitet ...'
  76.       Font.Color = clGray
  77.       Font.Height = -24
  78.       Font.Name = 'MS Sans Serif'
  79.       Font.Style = [fsBold]
  80.       ParentFont = False
  81.     end
  82.     object ProgressBar1: TProgressBar
  83.       Left = 4
  84.       Top = 340
  85.       Width = 445
  86.       Height = 20
  87.       Cursor = crAppStart
  88.       Align = alBottom
  89.       Min = 0
  90.       Max = 32
  91.       Step = 1
  92.       TabOrder = 0
  93.     end
  94.   end
  95. end
  96.