home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Secrets / Secrets1.iso / Internet / Cache / Cachet / _SETUP.1 / Cachet.exe / 0 / RCDATA / TCLIPURL / TCLIPURL.txt
Encoding:
Text File  |  1997-07-06  |  1.2 KB  |  68 lines

  1. object ClipURL: TClipURL
  2.   Left = 71
  3.   Top = 107
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Clipboard contents:'
  7.   ClientHeight = 89
  8.   ClientWidth = 517
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   OnShow = FormShow
  15.   TextHeight = 16
  16.   object ClipEdit: TEdit
  17.     Left = 10
  18.     Top = 7
  19.     Width = 495
  20.     Height = 24
  21.     TabOrder = 3
  22.   end
  23.   object CacheGet: TButton
  24.     Left = 14
  25.     Top = 52
  26.     Width = 110
  27.     Height = 23
  28.     Caption = 'Get from cache'
  29.     TabOrder = 0
  30.     OnClick = CacheGetClick
  31.   end
  32.   object WWWGet: TButton
  33.     Left = 134
  34.     Top = 52
  35.     Width = 110
  36.     Height = 23
  37.     Caption = 'Get from WWW'
  38.     TabOrder = 1
  39.     OnClick = WWWGetClick
  40.   end
  41.   object AddURLList: TButton
  42.     Left = 256
  43.     Top = 36
  44.     Width = 110
  45.     Height = 23
  46.     Caption = 'Add to URL List'
  47.     TabOrder = 2
  48.     OnClick = AddURLListClick
  49.   end
  50.   object CancelURL: TButton
  51.     Left = 394
  52.     Top = 52
  53.     Width = 110
  54.     Height = 23
  55.     Caption = 'Cancel'
  56.     TabOrder = 4
  57.     OnClick = CancelURLClick
  58.   end
  59.   object AutoClip: TCheckBox
  60.     Left = 258
  61.     Top = 64
  62.     Width = 115
  63.     Height = 17
  64.     Caption = 'Automatically'
  65.     TabOrder = 5
  66.   end
  67. end
  68.