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

  1. object OperationInspector: TOperationInspector
  2.   Left = 200
  3.   Top = 108
  4.   ActiveControl = OperationNameEdit
  5.   BorderStyle = bsDialog
  6.   Caption = 'Operation Inspector'
  7.   ClientHeight = 264
  8.   ClientWidth = 344
  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 = 329
  20.     Height = 209
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object OperationNameLabel: TLabel
  25.       Left = 8
  26.       Top = 8
  27.       Width = 83
  28.       Height = 13
  29.       Caption = 'Operation Name :'
  30.     end
  31.     object ReturnTypeLabel: TLabel
  32.       Left = 8
  33.       Top = 32
  34.       Width = 65
  35.       Height = 13
  36.       Caption = 'Return Type :'
  37.     end
  38.     object ArgumentsLabel: TLabel
  39.       Left = 8
  40.       Top = 56
  41.       Width = 56
  42.       Height = 13
  43.       Caption = 'Arguments :'
  44.     end
  45.     object TypesDlgButton: TSpeedButton
  46.       Left = 300
  47.       Top = 32
  48.       Width = 21
  49.       Height = 21
  50.       Caption = '...'
  51.       OnClick = TypesDlgButtonClick
  52.     end
  53.     object OperationNameEdit: TEdit
  54.       Left = 96
  55.       Top = 8
  56.       Width = 225
  57.       Height = 21
  58.       TabOrder = 0
  59.     end
  60.     object ArgumentsListBox: TListBox
  61.       Left = 8
  62.       Top = 72
  63.       Width = 233
  64.       Height = 129
  65.       ItemHeight = 13
  66.       TabOrder = 1
  67.       OnDblClick = ArgumentsListBoxDblClick
  68.     end
  69.     object ReturnTypeEdit: TEdit
  70.       Left = 96
  71.       Top = 32
  72.       Width = 201
  73.       Height = 21
  74.       TabOrder = 2
  75.     end
  76.     object ArgumentNewButton: TButton
  77.       Left = 248
  78.       Top = 72
  79.       Width = 73
  80.       Height = 33
  81.       Caption = 'New...'
  82.       TabOrder = 3
  83.       OnClick = ArgumentNewButtonClick
  84.     end
  85.     object ArgumentDeleteButton: TButton
  86.       Left = 248
  87.       Top = 112
  88.       Width = 73
  89.       Height = 33
  90.       Caption = 'Delete'
  91.       TabOrder = 4
  92.       OnClick = ArgumentDeleteButtonClick
  93.     end
  94.   end
  95.   object OKButton: TBitBtn
  96.     Left = 248
  97.     Top = 224
  98.     Width = 89
  99.     Height = 33
  100.     TabOrder = 1
  101.     Kind = bkOK
  102.   end
  103.   object CancelButton: TBitBtn
  104.     Left = 152
  105.     Top = 224
  106.     Width = 89
  107.     Height = 33
  108.     TabOrder = 2
  109.     Kind = bkCancel
  110.   end
  111. end
  112.