home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Software / Komercni / sazka / Sazka.exe / 0 / RCDATA / TPOSTEP / TPOSTEP.txt
Text File  |  2001-03-06  |  840b  |  47 lines

  1. object Postep: TPostep
  2.   Left = 347
  3.   Top = 241
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Post∩┐╜p'
  7.   ClientHeight = 43
  8.   ClientWidth = 209
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnPaint = FormPaint
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 7
  22.     Top = 16
  23.     Width = 14
  24.     Height = 13
  25.     Caption = '0%'
  26.     Transparent = True
  27.   end
  28.   object Label2: TLabel
  29.     Left = 179
  30.     Top = 16
  31.     Width = 26
  32.     Height = 13
  33.     Caption = '100%'
  34.     Transparent = True
  35.   end
  36.   object ProgressBar1: TProgressBar
  37.     Left = 26
  38.     Top = 16
  39.     Width = 150
  40.     Height = 13
  41.     Min = 0
  42.     Max = 100
  43.     Step = 1
  44.     TabOrder = 0
  45.   end
  46. end
  47.