home *** CD-ROM | disk | FTP | other *** search
- object OpenCabDlg: TOpenCabDlg
- Left = 224
- Top = 182
- BorderStyle = bsDialog
- Caption = 'Upozorn�n�'
- ClientHeight = 148
- ClientWidth = 439
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object TextLabel: TLabel
- Left = 51
- Top = 8
- Width = 286
- Height = 49
- AutoSize = False
- WordWrap = True
- end
- object Label1: TLabel
- Left = 48
- Top = 64
- Width = 201
- Height = 33
- AutoSize = False
- Caption =
- 'Vlo�te disketu do jednotky vybran� n�e a pak klepn�te na tla��t' +
- 'ko OK.'
- WordWrap = True
- end
- object Label2: TLabel
- Left = 48
- Top = 104
- Width = 162
- Height = 13
- Caption = 'Cesta a jm�no souboru z�lohy dat:'
- end
- object DisketaImg: TImage
- Left = 8
- Top = 8
- Width = 32
- Height = 32
- Picture.Data = {<image000.ico>}
- end
- object PathEdit: TEdit
- Left = 48
- Top = 120
- Width = 289
- Height = 21
- TabOrder = 0
- end
- object OkBtn: TButton
- Left = 344
- Top = 8
- Width = 89
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object StornoBtn: TButton
- Left = 344
- Top = 40
- Width = 89
- Height = 25
- Caption = 'Storno'
- ModalResult = 2
- TabOrder = 2
- end
- object BrowseBtn: TButton
- Left = 344
- Top = 72
- Width = 89
- Height = 25
- Caption = '&Proch�zet...'
- TabOrder = 3
- OnClick = BrowseBtnClick
- end
- object OpenDialog: TOpenDialog
- Options = [ofHideReadOnly, ofNoChangeDir, ofFileMustExist]
- Title = 'Otev��t z�lo�n� soubor'
- Left = 200
- Top = 65528
- end
- end
-