home *** CD-ROM | disk | FTP | other *** search
- object ClassInspector: TClassInspector
- Left = 190
- Top = 58
- ActiveControl = ClassNameEdit
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Class Inspector'
- ClientHeight = 464
- ClientWidth = 424
- Font.Charset = DEFAULT_CHARSET
- 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 = 409
- Height = 409
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object ClassNameLabel: TLabel
- Left = 8
- Top = 8
- Width = 62
- Height = 13
- Caption = 'Class Name :'
- end
- object AttributesLabel: TLabel
- Left = 8
- Top = 96
- Width = 50
- Height = 13
- Caption = 'Attributes :'
- end
- object MethodsLabel: TLabel
- Left = 8
- Top = 232
- Width = 47
- Height = 13
- Caption = 'Methods :'
- end
- object ClassNameEdit: TEdit
- Left = 72
- Top = 8
- Width = 329
- Height = 21
- ImeName = '�ѱ���(�ѱ�)'
- TabOrder = 0
- end
- object AttributesListBox: TListBox
- Left = 8
- Top = 112
- Width = 265
- Height = 113
- ImeName = '�ѱ���(�ѱ�)'
- ItemHeight = 13
- TabOrder = 1
- OnDblClick = AttributesListBoxDblClick
- end
- object MethodsListBox: TListBox
- Left = 8
- Top = 248
- Width = 265
- Height = 153
- ImeName = '�ѱ���(�ѱ�)'
- ItemHeight = 13
- TabOrder = 2
- OnDblClick = MethodsListBoxDblClick
- end
- object AttributeNewButton: TButton
- Left = 280
- Top = 112
- Width = 121
- Height = 33
- Caption = 'New...'
- TabOrder = 3
- OnClick = AttributeNewButtonClick
- end
- object AttributeDeleteButton: TButton
- Left = 280
- Top = 152
- Width = 121
- Height = 33
- Caption = 'Delete'
- TabOrder = 4
- OnClick = AttributeDeleteButtonClick
- end
- object MethodNewButton: TButton
- Left = 280
- Top = 248
- Width = 121
- Height = 33
- Caption = 'Method New...'
- TabOrder = 5
- OnClick = MethodNewButtonClick
- end
- object MethodDeleteButton: TButton
- Left = 280
- Top = 368
- Width = 121
- Height = 33
- Caption = 'Delete'
- TabOrder = 6
- OnClick = MethodDeleteButtonClick
- end
- object AbstractCheckBox: TCheckBox
- Left = 192
- Top = 48
- Width = 97
- Height = 17
- Caption = 'Abstract Class'
- TabOrder = 7
- end
- object AccessModifier: TRadioGroup
- Left = 8
- Top = 40
- Width = 177
- Height = 49
- Caption = ' Access Modifier '
- Columns = 2
- ItemIndex = 0
- Items.Strings = (
- 'package'
- 'public')
- TabOrder = 8
- end
- object ConstructorNewButton: TButton
- Left = 280
- Top = 288
- Width = 121
- Height = 33
- Caption = 'Constructor New...'
- TabOrder = 9
- OnClick = ConstructorNewButtonClick
- end
- object FromAncestorButton: TButton
- Left = 280
- Top = 328
- Width = 121
- Height = 33
- Caption = 'From Ancestor...'
- TabOrder = 10
- OnClick = FromAncestorButtonClick
- end
- object PackageCheckBox: TCheckBox
- Left = 192
- Top = 72
- Width = 113
- Height = 17
- Caption = 'Package Member'
- State = cbChecked
- TabOrder = 11
- end
- object ShowPublicCheckBox: TCheckBox
- Left = 288
- Top = 48
- Width = 105
- Height = 17
- Caption = 'Show Public Only'
- TabOrder = 12
- end
- end
- object OKButton: TBitBtn
- Left = 328
- Top = 424
- Width = 89
- Height = 33
- TabOrder = 1
- Kind = bkOK
- end
- object CancelButton: TBitBtn
- Left = 232
- Top = 424
- Width = 89
- Height = 33
- TabOrder = 2
- Kind = bkCancel
- end
- end
-