home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / clipma / cm32.exe / CLIPMT42.EXE / 0 / RCDATA / TFRMDIAGNOSTICS / TFRMDIAGNOSTICS.txt
Encoding:
Text File  |  1997-02-01  |  2.6 KB  |  133 lines

  1. object frmDiagnostics: TfrmDiagnostics
  2.   Left = 290
  3.   Top = 82
  4.   ActiveControl = OKBtn
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Clipboard Diagnostics'
  8.   ClientHeight = 375
  9.   ClientWidth = 451
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 4
  22.     Top = 4
  23.     Width = 445
  24.     Height = 337
  25.     Shape = bsFrame
  26.     IsControl = True
  27.   end
  28.   object Label1: TLabel
  29.     Left = 8
  30.     Top = 8
  31.     Width = 246
  32.     Height = 13
  33.     Caption = 'First Application In Clipboard Viewer Chain:'
  34.   end
  35.   object Label2: TLabel
  36.     Left = 8
  37.     Top = 52
  38.     Width = 340
  39.     Height = 13
  40.     Caption = 'Next Application In Clipboard Viewer Chain (After ClipMate):'
  41.   end
  42.   object Label3: TLabel
  43.     Left = 8
  44.     Top = 152
  45.     Width = 234
  46.     Height = 13
  47.     Caption = 'Formats Currently Available on Clipboard:'
  48.   end
  49.   object Label4: TLabel
  50.     Left = 8
  51.     Top = 128
  52.     Width = 178
  53.     Height = 21
  54.     Caption = 'Circular Clipboard Chain Errors:'
  55.   end
  56.   object OKBtn: TBitBtn
  57.     Left = 282
  58.     Top = 346
  59.     Width = 77
  60.     Height = 27
  61.     TabOrder = 0
  62.     OnClick = OKBtnClick
  63.     Kind = bkOK
  64.     Margin = 2
  65.     Spacing = -1
  66.     IsControl = True
  67.   end
  68.   object HelpBtn: TBitBtn
  69.     Left = 370
  70.     Top = 345
  71.     Width = 77
  72.     Height = 27
  73.     Hint = '165'
  74.     HelpContext = 301
  75.     TabOrder = 1
  76.     Kind = bkHelp
  77.     Margin = 2
  78.     Spacing = -1
  79.     IsControl = True
  80.   end
  81.   object txtFirstInLineName: TEdit
  82.     Left = 8
  83.     Top = 24
  84.     Width = 434
  85.     Height = 20
  86.     AutoSize = False
  87.     ReadOnly = True
  88.     TabOrder = 2
  89.     Text = 'txtFirstInLineName'
  90.   end
  91.   object txtNextInLineName: TEdit
  92.     Left = 8
  93.     Top = 68
  94.     Width = 432
  95.     Height = 20
  96.     AutoSize = False
  97.     ReadOnly = True
  98.     TabOrder = 3
  99.     Text = 'txtNextInLineName'
  100.   end
  101.   object lbClipboardFormats: TListBox
  102.     Left = 8
  103.     Top = 172
  104.     Width = 433
  105.     Height = 165
  106.     ItemHeight = 13
  107.     TabOrder = 4
  108.   end
  109.   object txtCyclicErrors: TEdit
  110.     Left = 196
  111.     Top = 128
  112.     Width = 41
  113.     Height = 21
  114.     Hint = 
  115.       'Reflects number of times a circular loop has been detected in cl' +
  116.       'ipboard chain.'
  117.     TabOrder = 5
  118.     Text = '0'
  119.   end
  120.   object cmdReEstablish: TButton
  121.     Left = 8
  122.     Top = 96
  123.     Width = 291
  124.     Height = 25
  125.     Hint = 
  126.       'Moves ClipMate to front of viewer chain, restores connection if ' +
  127.       'it was severed.'
  128.     Caption = 'Re-Establish Connection / Move To Front'
  129.     TabOrder = 6
  130.     OnClick = cmdReEstablishClick
  131.   end
  132. end
  133.