home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 April / PCWorld_1999-04_cd.bin / Software / TemaCD / HTMLed / EDITOR.EXE / 0 / RCDATA / TADDURL / TADDURL.txt
Text File  |  1998-10-11  |  844b  |  47 lines

  1. object AddUrl: TAddUrl
  2.   Left = 243
  3.   Top = 217
  4.   ActiveControl = URLEdit
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 99
  7.   ClientWidth = 328
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object URLEdit: TEdit
  20.     Left = 24
  21.     Top = 27
  22.     Width = 272
  23.     Height = 21
  24.     TabOrder = 0
  25.   end
  26.   object Button1: TButton
  27.     Left = 109
  28.     Top = 65
  29.     Width = 75
  30.     Height = 25
  31.     Caption = 'OK'
  32.     Default = True
  33.     ModalResult = 1
  34.     TabOrder = 1
  35.   end
  36.   object Button2: TButton
  37.     Left = 202
  38.     Top = 65
  39.     Width = 75
  40.     Height = 25
  41.     Cancel = True
  42.     Caption = 'Storno'
  43.     ModalResult = 2
  44.     TabOrder = 2
  45.   end
  46. end
  47.