object Postep: TPostep Left = 347 Top = 241 BorderIcons = [] BorderStyle = bsDialog Caption = 'Post�p' ClientHeight = 43 ClientWidth = 209 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnPaint = FormPaint OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 7 Top = 16 Width = 14 Height = 13 Caption = '0%' Transparent = True end object Label2: TLabel Left = 179 Top = 16 Width = 26 Height = 13 Caption = '100%' Transparent = True end object ProgressBar1: TProgressBar Left = 26 Top = 16 Width = 150 Height = 13 Min = 0 Max = 100 Step = 1 TabOrder = 0 end end