home *** CD-ROM | disk | FTP | other *** search
- object frmDiagnostics: TfrmDiagnostics
- Left = 290
- Top = 82
- ActiveControl = OKBtn
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Clipboard Diagnostics'
- ClientHeight = 375
- ClientWidth = 451
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 4
- Top = 4
- Width = 445
- Height = 337
- Shape = bsFrame
- IsControl = True
- end
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 246
- Height = 13
- Caption = 'First Application In Clipboard Viewer Chain:'
- end
- object Label2: TLabel
- Left = 8
- Top = 52
- Width = 340
- Height = 13
- Caption = 'Next Application In Clipboard Viewer Chain (After ClipMate):'
- end
- object Label3: TLabel
- Left = 8
- Top = 152
- Width = 234
- Height = 13
- Caption = 'Formats Currently Available on Clipboard:'
- end
- object Label4: TLabel
- Left = 8
- Top = 128
- Width = 178
- Height = 21
- Caption = 'Circular Clipboard Chain Errors:'
- end
- object OKBtn: TBitBtn
- Left = 282
- Top = 346
- Width = 77
- Height = 27
- TabOrder = 0
- OnClick = OKBtnClick
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object HelpBtn: TBitBtn
- Left = 370
- Top = 345
- Width = 77
- Height = 27
- Hint = '165'
- HelpContext = 301
- TabOrder = 1
- Kind = bkHelp
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object txtFirstInLineName: TEdit
- Left = 8
- Top = 24
- Width = 434
- Height = 20
- AutoSize = False
- ReadOnly = True
- TabOrder = 2
- Text = 'txtFirstInLineName'
- end
- object txtNextInLineName: TEdit
- Left = 8
- Top = 68
- Width = 432
- Height = 20
- AutoSize = False
- ReadOnly = True
- TabOrder = 3
- Text = 'txtNextInLineName'
- end
- object lbClipboardFormats: TListBox
- Left = 8
- Top = 172
- Width = 433
- Height = 165
- ItemHeight = 13
- TabOrder = 4
- end
- object txtCyclicErrors: TEdit
- Left = 196
- Top = 128
- Width = 41
- Height = 21
- Hint =
- 'Reflects number of times a circular loop has been detected in cl' +
- 'ipboard chain.'
- TabOrder = 5
- Text = '0'
- end
- object cmdReEstablish: TButton
- Left = 8
- Top = 96
- Width = 291
- Height = 25
- Hint =
- 'Moves ClipMate to front of viewer chain, restores connection if ' +
- 'it was severed.'
- Caption = 'Re-Establish Connection / Move To Front'
- TabOrder = 6
- OnClick = cmdReEstablishClick
- end
- end
-