home *** CD-ROM | disk | FTP | other *** search
- object WaitForm: TWaitForm
- Left = 463
- Top = 384
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Pracuji ...'
- ClientHeight = 114
- ClientWidth = 361
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 165
- Top = 53
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.ico>}
- Visible = False
- end
- object Image2: TImage
- Left = 165
- Top = 53
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image001.ico>}
- Visible = False
- end
- object Image0: TImage
- Left = 165
- Top = 53
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image002.ico>}
- 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 = {<image003.ico>}
- 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 = 45
- 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
-