home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Freeware / Programare / PSPad / PSPad.exe / 0 / RCDATA / TFOPENWWWFILE / TFOPENWWWFILE.txt
Encoding:
Text File  |  2004-06-06  |  1.1 KB  |  58 lines

  1. object fOpenWWWFile: TfOpenWWWFile
  2.   Left = 305
  3.   Top = 234
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Otev'#345'en'#237' souboru z internetu'
  7.   ClientHeight = 74
  8.   ClientWidth = 491
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lAddress: TLabel
  21.     Left = 7
  22.     Top = 11
  23.     Width = 36
  24.     Height = 13
  25.     Caption = 'Adresa:'
  26.   end
  27.   object bOK: TButton
  28.     Left = 328
  29.     Top = 40
  30.     Width = 75
  31.     Height = 25
  32.     Caption = '&OK'
  33.     Default = True
  34.     ModalResult = 1
  35.     TabOrder = 1
  36.     OnClick = bOKClick
  37.   end
  38.   object bCancel: TButton
  39.     Left = 408
  40.     Top = 40
  41.     Width = 75
  42.     Height = 25
  43.     Cancel = True
  44.     Caption = 'Storno'
  45.     ModalResult = 2
  46.     TabOrder = 2
  47.   end
  48.   object eAddress: TComboBox
  49.     Left = 72
  50.     Top = 8
  51.     Width = 409
  52.     Height = 21
  53.     ItemHeight = 13
  54.     TabOrder = 0
  55.     Text = 'http://'
  56.   end
  57. end
  58.