home *** CD-ROM | disk | FTP | other *** search
- object TextInspector: TTextInspector
- Left = 196
- Top = 110
- ActiveControl = TextEdit
- BorderStyle = bsDialog
- Caption = 'Text Inspector'
- ClientHeight = 96
- ClientWidth = 399
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Panel: TPanel
- Left = 8
- Top = 8
- Width = 385
- Height = 41
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object TextLabel: TLabel
- Left = 8
- Top = 8
- Width = 27
- Height = 13
- Caption = 'Text :'
- end
- object TextEdit: TEdit
- Left = 40
- Top = 8
- Width = 337
- Height = 21
- TabOrder = 0
- end
- end
- object OKButton: TBitBtn
- Left = 304
- Top = 56
- Width = 89
- Height = 33
- TabOrder = 1
- Kind = bkOK
- end
- object CancelButton: TBitBtn
- Left = 208
- Top = 56
- Width = 89
- Height = 33
- TabOrder = 2
- Kind = bkCancel
- end
- end
-