home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / ctenari / Pospich / EnglGram.exe / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt < prev   
Encoding:
Text File  |  2001-09-14  |  1.4 KB  |  68 lines

  1. object SplashForm: TSplashForm
  2.   Left = 359
  3.   Top = 162
  4.   BorderStyle = bsNone
  5.   Caption = 'Anglick∩┐╜ mluvnice'
  6.   ClientHeight = 275
  7.   ClientWidth = 248
  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 = poScreenCenter
  17.   Visible = True
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 248
  25.     Height = 275
  26.     Align = alClient
  27.     BevelInner = bvLowered
  28.     TabOrder = 0
  29.     object Image1: TImage
  30.       Left = 2
  31.       Top = 2
  32.       Width = 242
  33.       Height = 227
  34.       AutoSize = True
  35.       DragCursor = crHourGlass
  36.       Picture.Data = {<image000.bmp>}
  37.     end
  38.     object Label1: TLabel
  39.       Left = 17
  40.       Top = 226
  41.       Width = 213
  42.       Height = 19
  43.       Caption = 'Encyklopedie anglick∩┐╜ mluvnice'
  44.       Font.Charset = EASTEUROPE_CHARSET
  45.       Font.Color = clNavy
  46.       Font.Height = -16
  47.       Font.Name = 'Times New Roman'
  48.       Font.Style = [fsBold]
  49.       ParentFont = False
  50.     end
  51.     object ProgressBar1: TProgressBar
  52.       Left = 9
  53.       Top = 250
  54.       Width = 230
  55.       Height = 16
  56.       Min = 0
  57.       Max = 100
  58.       TabOrder = 0
  59.       Visible = False
  60.     end
  61.   end
  62.   object Timer: TTimer
  63.     Interval = 100
  64.     Left = 205
  65.     Top = 250
  66.   end
  67. end
  68.