home *** CD-ROM | disk | FTP | other *** search
- object ConstructorInspector: TConstructorInspector
- Left = 194
- Top = 109
- BorderStyle = bsDialog
- Caption = 'Constructor Inspector'
- ClientHeight = 352
- ClientWidth = 392
- 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 = 377
- Height = 297
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object ArgumentsLabel: TLabel
- Left = 8
- Top = 8
- Width = 56
- Height = 13
- Caption = 'Arguments :'
- end
- object ImplementationLabel: TLabel
- Left = 8
- Top = 105
- Width = 77
- Height = 13
- Caption = 'Implementation :'
- end
- object ArgumentsListBox: TListBox
- Left = 8
- Top = 24
- Width = 265
- Height = 73
- ImeName = '�ѱ���(�ѱ�)'
- ItemHeight = 13
- TabOrder = 0
- OnDblClick = ArgumentsListBoxDblClick
- end
- object ArgumentNewButton: TButton
- Left = 280
- Top = 24
- Width = 81
- Height = 33
- Caption = 'New...'
- TabOrder = 1
- OnClick = ArgumentNewButtonClick
- end
- object ArgumentDeleteButton: TButton
- Left = 280
- Top = 64
- Width = 81
- Height = 33
- Caption = 'Delete'
- TabOrder = 2
- OnClick = ArgumentDeleteButtonClick
- end
- object ImplementationMemo: TMemo
- Left = 8
- Top = 120
- Width = 361
- Height = 169
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- ImeName = '�ѱ���(�ѱ�)'
- ParentFont = False
- ScrollBars = ssBoth
- TabOrder = 3
- WantTabs = True
- WordWrap = False
- end
- end
- object CancelButton: TBitBtn
- Left = 200
- Top = 312
- Width = 89
- Height = 33
- TabOrder = 1
- Kind = bkCancel
- end
- object OKButton: TBitBtn
- Left = 296
- Top = 312
- Width = 89
- Height = 33
- TabOrder = 2
- Kind = bkOK
- end
- end
-