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

  1. object CommentInspector: TCommentInspector
  2.   Left = 199
  3.   Top = 113
  4.   BorderStyle = bsDialog
  5.   Caption = 'Comment Inspector'
  6.   ClientHeight = 232
  7.   ClientWidth = 376
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object CancelButton: TBitBtn
  16.     Left = 184
  17.     Top = 192
  18.     Width = 89
  19.     Height = 33
  20.     TabOrder = 0
  21.     Kind = bkCancel
  22.   end
  23.   object OKButton: TBitBtn
  24.     Left = 280
  25.     Top = 192
  26.     Width = 89
  27.     Height = 33
  28.     TabOrder = 1
  29.     Kind = bkOK
  30.   end
  31.   object CommentGroupBox: TGroupBox
  32.     Left = 8
  33.     Top = 8
  34.     Width = 361
  35.     Height = 177
  36.     Caption = 'Comments'
  37.     TabOrder = 2
  38.     object CommentMemo: TMemo
  39.       Left = 8
  40.       Top = 16
  41.       Width = 345
  42.       Height = 153
  43.       TabOrder = 0
  44.     end
  45.   end
  46. end
  47.