home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 December / Chip_1999-12_cd.bin / ctenari / Masat / INSTALL.DAT / ~Dat5 / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Encoding:
Text File  |  1999-08-08  |  816 b   |  42 lines

  1. object MainForm: TMainForm
  2.   Left = 248
  3.   Top = 203
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'MainForm'
  6.   ClientHeight = 34
  7.   ClientWidth = 283
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 4
  21.     Top = 4
  22.     Width = 171
  23.     Height = 13
  24.     Caption = 'Pros∩┐╜m ∩┐╜ekejte, prob∩┐╜h∩┐╜ konverze ...'
  25.   end
  26.   object Procenta: TProgressBar
  27.     Left = 4
  28.     Top = 20
  29.     Width = 277
  30.     Height = 13
  31.     Min = 0
  32.     Max = 100
  33.     TabOrder = 0
  34.   end
  35.   object Timer: TTimer
  36.     Enabled = False
  37.     Interval = 50
  38.     OnTimer = TimerTimer
  39.     Left = 252
  40.   end
  41. end
  42.