home *** CD-ROM | disk | FTP | other *** search
- object InterfaceInspector: TInterfaceInspector
- Left = 202
- Top = 118
- ActiveControl = InterfaceNameEdit
- BorderStyle = bsDialog
- Caption = 'Interface Inspector'
- ClientHeight = 312
- ClientWidth = 448
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Panel: TPanel
- Left = 8
- Top = 8
- Width = 433
- Height = 257
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object InterfaceNameLabel: TLabel
- Left = 8
- Top = 8
- Width = 79
- Height = 13
- Caption = 'Interface Name :'
- end
- object ConstantsLabel: TLabel
- Left = 8
- Top = 80
- Width = 53
- Height = 13
- Caption = 'Constants :'
- end
- object OperationsLabel: TLabel
- Left = 184
- Top = 80
- Width = 57
- Height = 13
- Caption = 'Operations :'
- end
- object InterfaceNameEdit: TEdit
- Left = 96
- Top = 8
- Width = 329
- Height = 21
- TabOrder = 0
- end
- object ConstantsListBox: TListBox
- Left = 8
- Top = 96
- Width = 169
- Height = 113
- ItemHeight = 13
- TabOrder = 1
- OnDblClick = ConstantsListBoxDblClick
- end
- object OperationsListBox: TListBox
- Left = 184
- Top = 96
- Width = 241
- Height = 113
- ItemHeight = 13
- TabOrder = 2
- OnDblClick = OperationsListBoxDblClick
- end
- object ConstantNewButton: TButton
- Left = 8
- Top = 216
- Width = 81
- Height = 33
- Caption = 'New...'
- TabOrder = 3
- OnClick = ConstantNewButtonClick
- end
- object ConstantDeleteButton: TButton
- Left = 96
- Top = 216
- Width = 81
- Height = 33
- Caption = 'Delete'
- TabOrder = 4
- OnClick = ConstantDeleteButtonClick
- end
- object OperationNewButton: TButton
- Left = 256
- Top = 216
- Width = 81
- Height = 33
- Caption = 'New...'
- TabOrder = 5
- OnClick = OperationNewButtonClick
- end
- object OperationDeleteButton: TButton
- Left = 344
- Top = 216
- Width = 81
- Height = 33
- Caption = 'Delete'
- TabOrder = 6
- OnClick = OperationDeleteButtonClick
- end
- object AccessModifier: TRadioGroup
- Left = 8
- Top = 32
- Width = 209
- Height = 41
- Caption = ' Access Modifier '
- Columns = 2
- ItemIndex = 0
- Items.Strings = (
- 'package'
- 'public')
- TabOrder = 7
- end
- object PackageCheckBox: TCheckBox
- Left = 264
- Top = 40
- Width = 113
- Height = 17
- Caption = 'Package Member'
- State = cbChecked
- TabOrder = 8
- end
- end
- object OKButton: TBitBtn
- Left = 352
- Top = 272
- Width = 89
- Height = 33
- TabOrder = 1
- Kind = bkOK
- end
- object CancelButton: TBitBtn
- Left = 256
- Top = 272
- Width = 89
- Height = 33
- TabOrder = 2
- Kind = bkCancel
- end
- end
-