home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / tema / Diadema / Demo / setup.exe / pantheon.exe / 0 / RCDATA / THTMLHELPDESIGNERFORM / THTMLHELPDESIGNERFORM.txt
Encoding:
Text File  |  1999-04-22  |  1.1 KB  |  64 lines

  1. object HTMLHelpDesignerForm: THTMLHelpDesignerForm
  2.   Left = 418
  3.   Top = 479
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Vyhledejte URL:'
  6.   ClientHeight = 63
  7.   ClientWidth = 372
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object TridaLbl: TLabel
  17.     Left = 8
  18.     Top = 16
  19.     Width = 29
  20.     Height = 13
  21.     Caption = 'T∩┐╜∩┐╜da:'
  22.   end
  23.   object Label1: TLabel
  24.     Left = 8
  25.     Top = 40
  26.     Width = 25
  27.     Height = 13
  28.     Caption = 'URL:'
  29.   end
  30.   object TridaEdit: TEdit
  31.     Left = 48
  32.     Top = 8
  33.     Width = 233
  34.     Height = 21
  35.     ReadOnly = True
  36.     TabOrder = 0
  37.   end
  38.   object URLEdit: TEdit
  39.     Left = 48
  40.     Top = 32
  41.     Width = 233
  42.     Height = 21
  43.     TabOrder = 1
  44.   end
  45.   object OKBtn: TButton
  46.     Left = 288
  47.     Top = 5
  48.     Width = 75
  49.     Height = 25
  50.     Caption = 'P∩┐╜evezmi URL'
  51.     TabOrder = 2
  52.     OnClick = OKBtnClick
  53.   end
  54.   object NastavURLBtn: TButton
  55.     Left = 288
  56.     Top = 32
  57.     Width = 75
  58.     Height = 25
  59.     Caption = 'Nastav URL'
  60.     TabOrder = 3
  61.     OnClick = NastavURLBtnClick
  62.   end
  63. end
  64.