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

  1. object ConstructorInspector: TConstructorInspector
  2.   Left = 194
  3.   Top = 109
  4.   BorderStyle = bsDialog
  5.   Caption = 'Constructor Inspector'
  6.   ClientHeight = 352
  7.   ClientWidth = 392
  8.   Font.Charset = DEFAULT_CHARSET
  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 = 377
  20.     Height = 297
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object ArgumentsLabel: TLabel
  25.       Left = 8
  26.       Top = 8
  27.       Width = 56
  28.       Height = 13
  29.       Caption = 'Arguments :'
  30.     end
  31.     object ImplementationLabel: TLabel
  32.       Left = 8
  33.       Top = 105
  34.       Width = 77
  35.       Height = 13
  36.       Caption = 'Implementation :'
  37.     end
  38.     object ArgumentsListBox: TListBox
  39.       Left = 8
  40.       Top = 24
  41.       Width = 265
  42.       Height = 73
  43.       ImeName = '∩┐╜╤▒∩┐╜∩┐╜∩┐╜(∩┐╜╤▒∩┐╜)'
  44.       ItemHeight = 13
  45.       TabOrder = 0
  46.       OnDblClick = ArgumentsListBoxDblClick
  47.     end
  48.     object ArgumentNewButton: TButton
  49.       Left = 280
  50.       Top = 24
  51.       Width = 81
  52.       Height = 33
  53.       Caption = 'New...'
  54.       TabOrder = 1
  55.       OnClick = ArgumentNewButtonClick
  56.     end
  57.     object ArgumentDeleteButton: TButton
  58.       Left = 280
  59.       Top = 64
  60.       Width = 81
  61.       Height = 33
  62.       Caption = 'Delete'
  63.       TabOrder = 2
  64.       OnClick = ArgumentDeleteButtonClick
  65.     end
  66.     object ImplementationMemo: TMemo
  67.       Left = 8
  68.       Top = 120
  69.       Width = 361
  70.       Height = 169
  71.       Font.Charset = DEFAULT_CHARSET
  72.       Font.Color = clBlack
  73.       Font.Height = -13
  74.       Font.Name = 'Courier New'
  75.       Font.Style = []
  76.       ImeName = '∩┐╜╤▒∩┐╜∩┐╜∩┐╜(∩┐╜╤▒∩┐╜)'
  77.       ParentFont = False
  78.       ScrollBars = ssBoth
  79.       TabOrder = 3
  80.       WantTabs = True
  81.       WordWrap = False
  82.     end
  83.   end
  84.   object CancelButton: TBitBtn
  85.     Left = 200
  86.     Top = 312
  87.     Width = 89
  88.     Height = 33
  89.     TabOrder = 1
  90.     Kind = bkCancel
  91.   end
  92.   object OKButton: TBitBtn
  93.     Left = 296
  94.     Top = 312
  95.     Width = 89
  96.     Height = 33
  97.     TabOrder = 2
  98.     Kind = bkOK
  99.   end
  100. end
  101.