home *** CD-ROM | disk | FTP | other *** search
- object OperationInspector: TOperationInspector
- Left = 200
- Top = 108
- ActiveControl = OperationNameEdit
- BorderStyle = bsDialog
- Caption = 'Operation Inspector'
- ClientHeight = 264
- ClientWidth = 344
- 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 = 329
- Height = 209
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object OperationNameLabel: TLabel
- Left = 8
- Top = 8
- Width = 83
- Height = 13
- Caption = 'Operation Name :'
- end
- object ReturnTypeLabel: TLabel
- Left = 8
- Top = 32
- Width = 65
- Height = 13
- Caption = 'Return Type :'
- end
- object ArgumentsLabel: TLabel
- Left = 8
- Top = 56
- Width = 56
- Height = 13
- Caption = 'Arguments :'
- end
- object TypesDlgButton: TSpeedButton
- Left = 300
- Top = 32
- Width = 21
- Height = 21
- Caption = '...'
- OnClick = TypesDlgButtonClick
- end
- object OperationNameEdit: TEdit
- Left = 96
- Top = 8
- Width = 225
- Height = 21
- TabOrder = 0
- end
- object ArgumentsListBox: TListBox
- Left = 8
- Top = 72
- Width = 233
- Height = 129
- ItemHeight = 13
- TabOrder = 1
- OnDblClick = ArgumentsListBoxDblClick
- end
- object ReturnTypeEdit: TEdit
- Left = 96
- Top = 32
- Width = 201
- Height = 21
- TabOrder = 2
- end
- object ArgumentNewButton: TButton
- Left = 248
- Top = 72
- Width = 73
- Height = 33
- Caption = 'New...'
- TabOrder = 3
- OnClick = ArgumentNewButtonClick
- end
- object ArgumentDeleteButton: TButton
- Left = 248
- Top = 112
- Width = 73
- Height = 33
- Caption = 'Delete'
- TabOrder = 4
- OnClick = ArgumentDeleteButtonClick
- end
- end
- object OKButton: TBitBtn
- Left = 248
- Top = 224
- Width = 89
- Height = 33
- TabOrder = 1
- Kind = bkOK
- end
- object CancelButton: TBitBtn
- Left = 152
- Top = 224
- Width = 89
- Height = 33
- TabOrder = 2
- Kind = bkCancel
- end
- end
-