object WaitForm: TWaitForm Left = 463 Top = 384 BorderIcons = [] BorderStyle = bsDialog Caption = 'Pracuji ...' ClientHeight = 114 ClientWidth = 361 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnCreate = FormCreate TextHeight = 13 object Image1: TImage Left = 165 Top = 53 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Visible = False end object Image2: TImage Left = 165 Top = 53 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Visible = False end object Image0: TImage Left = 165 Top = 53 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object WaitLbl: TLabel Left = 5 Top = 85 Width = 351 Height = 13 Alignment = taCenter AutoSize = False Caption = '�ekejte pros�m ...' end object Image3: TImage Left = 165 Top = 22 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object TextLbl: TLabel Left = 5 Top = 5 Width = 351 Height = 26 Alignment = taCenter AutoSize = False WordWrap = True end object MyGauge: TNGauge Left = 5 Top = 50 Width = 351 Height = 16 ForeColor = clNavy Progress = 0 end object PrerusitBut: TBitBtn Left = 140 Top = 80 Width = 81 Height = 26 Cancel = True Caption = 'P�eru�it' Default = True TabOrder = 0 Visible = False OnClick = PrerusitButClick Style = bsNew end end