home *** CD-ROM | disk | FTP | other *** search
- object ImportForm: TImportForm
- Left = 651
- Top = 435
- BorderIcons = [biMinimize]
- BorderStyle = bsDialog
- Caption = 'Import'
- ClientHeight = 212
- ClientWidth = 419
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- Scaled = False
- PixelsPerInch = 120
- TextHeight = 16
- object imFileLabel: TLabel
- Left = 24
- Top = 16
- Width = 50
- Height = 16
- Caption = 'Soubor: '
- end
- object imTotalLabel: TLabel
- Left = 24
- Top = 56
- Width = 52
- Height = 16
- Caption = 'Celkem: '
- end
- object imAddedLabel: TLabel
- Left = 24
- Top = 104
- Width = 50
- Height = 16
- Caption = 'P'#345'id'#225'no:'
- end
- object imDuplicityLabel: TLabel
- Left = 24
- Top = 80
- Width = 57
- Height = 16
- Caption = 'Duplicity: '
- end
- object imTotalValue: TLabel
- Left = 96
- Top = 56
- Width = 7
- Height = 16
- Caption = '0'
- end
- object imFileNameValue: TLabel
- Left = 96
- Top = 16
- Width = 313
- Height = 33
- AutoSize = False
- Caption = '<'#382#225'dn'#253' soubor>'
- WordWrap = True
- end
- object imDuplicityValue: TLabel
- Left = 96
- Top = 80
- Width = 7
- Height = 16
- Caption = '0'
- end
- object imAddedValue: TLabel
- Left = 96
- Top = 104
- Width = 7
- Height = 16
- Caption = '0'
- end
- object imProgressBar: TProgressBar
- Left = 24
- Top = 136
- Width = 377
- Height = 21
- Min = 0
- Max = 100
- TabOrder = 0
- end
- object imStopButton: TButton
- Left = 168
- Top = 168
- Width = 100
- Height = 28
- Caption = 'P'#345'eru'#353'it'
- ModalResult = 1
- TabOrder = 1
- OnClick = imStopButtonClick
- end
- end
-