home *** CD-ROM | disk | FTP | other *** search
- object ClipURL: TClipURL
- Left = 71
- Top = 107
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsDialog
- Caption = 'Clipboard contents:'
- ClientHeight = 89
- ClientWidth = 517
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- OnShow = FormShow
- TextHeight = 16
- object ClipEdit: TEdit
- Left = 10
- Top = 7
- Width = 495
- Height = 24
- TabOrder = 3
- end
- object CacheGet: TButton
- Left = 14
- Top = 52
- Width = 110
- Height = 23
- Caption = 'Get from cache'
- TabOrder = 0
- OnClick = CacheGetClick
- end
- object WWWGet: TButton
- Left = 134
- Top = 52
- Width = 110
- Height = 23
- Caption = 'Get from WWW'
- TabOrder = 1
- OnClick = WWWGetClick
- end
- object AddURLList: TButton
- Left = 256
- Top = 36
- Width = 110
- Height = 23
- Caption = 'Add to URL List'
- TabOrder = 2
- OnClick = AddURLListClick
- end
- object CancelURL: TButton
- Left = 394
- Top = 52
- Width = 110
- Height = 23
- Caption = 'Cancel'
- TabOrder = 4
- OnClick = CancelURLClick
- end
- object AutoClip: TCheckBox
- Left = 258
- Top = 64
- Width = 115
- Height = 17
- Caption = 'Automatically'
- TabOrder = 5
- end
- end
-