home *** CD-ROM | disk | FTP | other *** search
/ Java 1.2 How-To / JavaHowTo.iso / 3rdParty / Bluette / Plastic / Plastic.exe / 0 / RCDATA / TTEXTINSPECTOR / TTEXTINSPECTOR.txt
Encoding:
Text File  |  1998-08-12  |  1005 b   |  56 lines

  1. object TextInspector: TTextInspector
  2.   Left = 196
  3.   Top = 110
  4.   ActiveControl = TextEdit
  5.   BorderStyle = bsDialog
  6.   Caption = 'Text Inspector'
  7.   ClientHeight = 96
  8.   ClientWidth = 399
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 385
  20.     Height = 41
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object TextLabel: TLabel
  25.       Left = 8
  26.       Top = 8
  27.       Width = 27
  28.       Height = 13
  29.       Caption = 'Text :'
  30.     end
  31.     object TextEdit: TEdit
  32.       Left = 40
  33.       Top = 8
  34.       Width = 337
  35.       Height = 21
  36.       TabOrder = 0
  37.     end
  38.   end
  39.   object OKButton: TBitBtn
  40.     Left = 304
  41.     Top = 56
  42.     Width = 89
  43.     Height = 33
  44.     TabOrder = 1
  45.     Kind = bkOK
  46.   end
  47.   object CancelButton: TBitBtn
  48.     Left = 208
  49.     Top = 56
  50.     Width = 89
  51.     Height = 33
  52.     TabOrder = 2
  53.     Kind = bkCancel
  54.   end
  55. end
  56.