home *** CD-ROM | disk | FTP | other *** search
- object ClipboardViewFrm: TClipboardViewFrm
- Left = 411
- Top = 184
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Clipboard Content'
- ClientHeight = 198
- ClientWidth = 272
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object ClipboardView: TMemo
- Left = 8
- Top = 8
- Width = 257
- Height = 150
- Lines.Strings = (
- 'ClipboardView')
- ReadOnly = True
- ScrollBars = ssBoth
- TabOrder = 0
- WordWrap = False
- end
- object btnOk: TButton
- Left = 192
- Top = 168
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Close'
- ModalResult = 2
- TabOrder = 1
- OnClick = btnOkClick
- end
- end
-