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

  1. object ClassInspector: TClassInspector
  2.   Left = 190
  3.   Top = 58
  4.   ActiveControl = ClassNameEdit
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Class Inspector'
  8.   ClientHeight = 464
  9.   ClientWidth = 424
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel: TPanel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 409
  22.     Height = 409
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     TabOrder = 0
  26.     object ClassNameLabel: TLabel
  27.       Left = 8
  28.       Top = 8
  29.       Width = 62
  30.       Height = 13
  31.       Caption = 'Class Name :'
  32.     end
  33.     object AttributesLabel: TLabel
  34.       Left = 8
  35.       Top = 96
  36.       Width = 50
  37.       Height = 13
  38.       Caption = 'Attributes :'
  39.     end
  40.     object MethodsLabel: TLabel
  41.       Left = 8
  42.       Top = 232
  43.       Width = 47
  44.       Height = 13
  45.       Caption = 'Methods :'
  46.     end
  47.     object ClassNameEdit: TEdit
  48.       Left = 72
  49.       Top = 8
  50.       Width = 329
  51.       Height = 21
  52.       ImeName = '∩┐╜╤▒∩┐╜∩┐╜∩┐╜(∩┐╜╤▒∩┐╜)'
  53.       TabOrder = 0
  54.     end
  55.     object AttributesListBox: TListBox
  56.       Left = 8
  57.       Top = 112
  58.       Width = 265
  59.       Height = 113
  60.       ImeName = '∩┐╜╤▒∩┐╜∩┐╜∩┐╜(∩┐╜╤▒∩┐╜)'
  61.       ItemHeight = 13
  62.       TabOrder = 1
  63.       OnDblClick = AttributesListBoxDblClick
  64.     end
  65.     object MethodsListBox: TListBox
  66.       Left = 8
  67.       Top = 248
  68.       Width = 265
  69.       Height = 153
  70.       ImeName = '∩┐╜╤▒∩┐╜∩┐╜∩┐╜(∩┐╜╤▒∩┐╜)'
  71.       ItemHeight = 13
  72.       TabOrder = 2
  73.       OnDblClick = MethodsListBoxDblClick
  74.     end
  75.     object AttributeNewButton: TButton
  76.       Left = 280
  77.       Top = 112
  78.       Width = 121
  79.       Height = 33
  80.       Caption = 'New...'
  81.       TabOrder = 3
  82.       OnClick = AttributeNewButtonClick
  83.     end
  84.     object AttributeDeleteButton: TButton
  85.       Left = 280
  86.       Top = 152
  87.       Width = 121
  88.       Height = 33
  89.       Caption = 'Delete'
  90.       TabOrder = 4
  91.       OnClick = AttributeDeleteButtonClick
  92.     end
  93.     object MethodNewButton: TButton
  94.       Left = 280
  95.       Top = 248
  96.       Width = 121
  97.       Height = 33
  98.       Caption = 'Method New...'
  99.       TabOrder = 5
  100.       OnClick = MethodNewButtonClick
  101.     end
  102.     object MethodDeleteButton: TButton
  103.       Left = 280
  104.       Top = 368
  105.       Width = 121
  106.       Height = 33
  107.       Caption = 'Delete'
  108.       TabOrder = 6
  109.       OnClick = MethodDeleteButtonClick
  110.     end
  111.     object AbstractCheckBox: TCheckBox
  112.       Left = 192
  113.       Top = 48
  114.       Width = 97
  115.       Height = 17
  116.       Caption = 'Abstract Class'
  117.       TabOrder = 7
  118.     end
  119.     object AccessModifier: TRadioGroup
  120.       Left = 8
  121.       Top = 40
  122.       Width = 177
  123.       Height = 49
  124.       Caption = ' Access Modifier '
  125.       Columns = 2
  126.       ItemIndex = 0
  127.       Items.Strings = (
  128.         'package'
  129.         'public')
  130.       TabOrder = 8
  131.     end
  132.     object ConstructorNewButton: TButton
  133.       Left = 280
  134.       Top = 288
  135.       Width = 121
  136.       Height = 33
  137.       Caption = 'Constructor New...'
  138.       TabOrder = 9
  139.       OnClick = ConstructorNewButtonClick
  140.     end
  141.     object FromAncestorButton: TButton
  142.       Left = 280
  143.       Top = 328
  144.       Width = 121
  145.       Height = 33
  146.       Caption = 'From Ancestor...'
  147.       TabOrder = 10
  148.       OnClick = FromAncestorButtonClick
  149.     end
  150.     object PackageCheckBox: TCheckBox
  151.       Left = 192
  152.       Top = 72
  153.       Width = 113
  154.       Height = 17
  155.       Caption = 'Package Member'
  156.       State = cbChecked
  157.       TabOrder = 11
  158.     end
  159.     object ShowPublicCheckBox: TCheckBox
  160.       Left = 288
  161.       Top = 48
  162.       Width = 105
  163.       Height = 17
  164.       Caption = 'Show Public Only'
  165.       TabOrder = 12
  166.     end
  167.   end
  168.   object OKButton: TBitBtn
  169.     Left = 328
  170.     Top = 424
  171.     Width = 89
  172.     Height = 33
  173.     TabOrder = 1
  174.     Kind = bkOK
  175.   end
  176.   object CancelButton: TBitBtn
  177.     Left = 232
  178.     Top = 424
  179.     Width = 89
  180.     Height = 33
  181.     TabOrder = 2
  182.     Kind = bkCancel
  183.   end
  184. end
  185.