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

  1. object InterfaceInspector: TInterfaceInspector
  2.   Left = 202
  3.   Top = 118
  4.   ActiveControl = InterfaceNameEdit
  5.   BorderStyle = bsDialog
  6.   Caption = 'Interface Inspector'
  7.   ClientHeight = 312
  8.   ClientWidth = 448
  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 = 433
  20.     Height = 257
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object InterfaceNameLabel: TLabel
  25.       Left = 8
  26.       Top = 8
  27.       Width = 79
  28.       Height = 13
  29.       Caption = 'Interface Name :'
  30.     end
  31.     object ConstantsLabel: TLabel
  32.       Left = 8
  33.       Top = 80
  34.       Width = 53
  35.       Height = 13
  36.       Caption = 'Constants :'
  37.     end
  38.     object OperationsLabel: TLabel
  39.       Left = 184
  40.       Top = 80
  41.       Width = 57
  42.       Height = 13
  43.       Caption = 'Operations :'
  44.     end
  45.     object InterfaceNameEdit: TEdit
  46.       Left = 96
  47.       Top = 8
  48.       Width = 329
  49.       Height = 21
  50.       TabOrder = 0
  51.     end
  52.     object ConstantsListBox: TListBox
  53.       Left = 8
  54.       Top = 96
  55.       Width = 169
  56.       Height = 113
  57.       ItemHeight = 13
  58.       TabOrder = 1
  59.       OnDblClick = ConstantsListBoxDblClick
  60.     end
  61.     object OperationsListBox: TListBox
  62.       Left = 184
  63.       Top = 96
  64.       Width = 241
  65.       Height = 113
  66.       ItemHeight = 13
  67.       TabOrder = 2
  68.       OnDblClick = OperationsListBoxDblClick
  69.     end
  70.     object ConstantNewButton: TButton
  71.       Left = 8
  72.       Top = 216
  73.       Width = 81
  74.       Height = 33
  75.       Caption = 'New...'
  76.       TabOrder = 3
  77.       OnClick = ConstantNewButtonClick
  78.     end
  79.     object ConstantDeleteButton: TButton
  80.       Left = 96
  81.       Top = 216
  82.       Width = 81
  83.       Height = 33
  84.       Caption = 'Delete'
  85.       TabOrder = 4
  86.       OnClick = ConstantDeleteButtonClick
  87.     end
  88.     object OperationNewButton: TButton
  89.       Left = 256
  90.       Top = 216
  91.       Width = 81
  92.       Height = 33
  93.       Caption = 'New...'
  94.       TabOrder = 5
  95.       OnClick = OperationNewButtonClick
  96.     end
  97.     object OperationDeleteButton: TButton
  98.       Left = 344
  99.       Top = 216
  100.       Width = 81
  101.       Height = 33
  102.       Caption = 'Delete'
  103.       TabOrder = 6
  104.       OnClick = OperationDeleteButtonClick
  105.     end
  106.     object AccessModifier: TRadioGroup
  107.       Left = 8
  108.       Top = 32
  109.       Width = 209
  110.       Height = 41
  111.       Caption = ' Access Modifier '
  112.       Columns = 2
  113.       ItemIndex = 0
  114.       Items.Strings = (
  115.         'package'
  116.         'public')
  117.       TabOrder = 7
  118.     end
  119.     object PackageCheckBox: TCheckBox
  120.       Left = 264
  121.       Top = 40
  122.       Width = 113
  123.       Height = 17
  124.       Caption = 'Package Member'
  125.       State = cbChecked
  126.       TabOrder = 8
  127.     end
  128.   end
  129.   object OKButton: TBitBtn
  130.     Left = 352
  131.     Top = 272
  132.     Width = 89
  133.     Height = 33
  134.     TabOrder = 1
  135.     Kind = bkOK
  136.   end
  137.   object CancelButton: TBitBtn
  138.     Left = 256
  139.     Top = 272
  140.     Width = 89
  141.     Height = 33
  142.     TabOrder = 2
  143.     Kind = bkCancel
  144.   end
  145. end
  146.