home *** CD-ROM | disk | FTP | other *** search
- object fOpenWWWFile: TfOpenWWWFile
- Left = 305
- Top = 234
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = 'Otev'#345'en'#237' souboru z internetu'
- ClientHeight = 74
- ClientWidth = 491
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lAddress: TLabel
- Left = 7
- Top = 11
- Width = 36
- Height = 13
- Caption = 'Adresa:'
- end
- object bOK: TButton
- Left = 328
- Top = 40
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = bOKClick
- end
- object bCancel: TButton
- Left = 408
- Top = 40
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Storno'
- ModalResult = 2
- TabOrder = 2
- end
- object eAddress: TComboBox
- Left = 72
- Top = 8
- Width = 409
- Height = 21
- ItemHeight = 13
- TabOrder = 0
- Text = 'http://'
- end
- end
-