home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / code / setup.exe / CodePad.exe / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt
Encoding:
Text File  |  2003-02-24  |  1.3 KB  |  66 lines

  1. object SplashForm: TSplashForm
  2.   Left = 431
  3.   Top = 222
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   ClientHeight = 73
  7.   ClientWidth = 313
  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.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 313
  24.     Height = 73
  25.     Align = alClient
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     object lSplash: TLabel
  29.       Left = 6
  30.       Top = 14
  31.       Width = 301
  32.       Height = 13
  33.       Alignment = taCenter
  34.       AutoSize = False
  35.       Caption = 'Reading file types. Please wait...'
  36.       Font.Charset = DEFAULT_CHARSET
  37.       Font.Color = clWindowText
  38.       Font.Height = -11
  39.       Font.Name = 'MS Sans Serif'
  40.       Font.Style = [fsBold]
  41.       ParentFont = False
  42.       Transparent = True
  43.     end
  44.     object ProgressBar: TProgressBar
  45.       Left = 22
  46.       Top = 39
  47.       Width = 268
  48.       Height = 17
  49.       Min = 0
  50.       Max = 100
  51.       Step = 1
  52.       TabOrder = 0
  53.     end
  54.     object bCancel: TButton
  55.       Left = 119
  56.       Top = 66
  57.       Width = 75
  58.       Height = 25
  59.       Caption = 'Cancel'
  60.       TabOrder = 1
  61.       Visible = False
  62.       OnClick = bCancelClick
  63.     end
  64.   end
  65. end
  66.