home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / sharewar / offline / oc_setup.exe / %MAINDIR% / oc.exe / 0 / RCDATA / TCLIPBOARDVIEWFRM / TCLIPBOARDVIEWFRM.txt
Encoding:
Text File  |  2002-10-30  |  827 b   |  42 lines

  1. object ClipboardViewFrm: TClipboardViewFrm
  2.   Left = 411
  3.   Top = 184
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Clipboard Content'
  7.   ClientHeight = 198
  8.   ClientWidth = 272
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object ClipboardView: TMemo
  19.     Left = 8
  20.     Top = 8
  21.     Width = 257
  22.     Height = 150
  23.     Lines.Strings = (
  24.       'ClipboardView')
  25.     ReadOnly = True
  26.     ScrollBars = ssBoth
  27.     TabOrder = 0
  28.     WordWrap = False
  29.   end
  30.   object btnOk: TButton
  31.     Left = 192
  32.     Top = 168
  33.     Width = 75
  34.     Height = 25
  35.     Cancel = True
  36.     Caption = 'Close'
  37.     ModalResult = 2
  38.     TabOrder = 1
  39.     OnClick = btnOkClick
  40.   end
  41. end
  42.