home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TMENUSELECTDIALOG / TMENUSELECTDIALOG.txt
Text File  |  1999-08-11  |  959b  |  53 lines

  1. object MenuSelectDialog: TMenuSelectDialog
  2.   Left = 267
  3.   Top = 174
  4.   HelpContext = 1634
  5.   ActiveControl = SelectionBox
  6.   BorderStyle = bsDialog
  7.   Caption = 'Select Menu'
  8.   ClientHeight = 221
  9.   ClientWidth = 262
  10.   ParentFont = True
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   TextHeight = 13
  14.   object SelectionBox: TListBox
  15.     Left = 8
  16.     Top = 8
  17.     Width = 245
  18.     Height = 176
  19.     ItemHeight = 13
  20.     Sorted = True
  21.     TabOrder = 0
  22.   end
  23.   object OKButton: TButton
  24.     Left = 14
  25.     Top = 192
  26.     Width = 75
  27.     Height = 25
  28.     Caption = 'OK'
  29.     Default = True
  30.     ModalResult = 1
  31.     TabOrder = 1
  32.   end
  33.   object CancelButton: TButton
  34.     Left = 94
  35.     Top = 192
  36.     Width = 75
  37.     Height = 25
  38.     Cancel = True
  39.     Caption = 'Cancel'
  40.     ModalResult = 2
  41.     TabOrder = 2
  42.   end
  43.   object HelpButton: TButton
  44.     Left = 174
  45.     Top = 192
  46.     Width = 75
  47.     Height = 25
  48.     Caption = '&Help'
  49.     TabOrder = 3
  50.     OnClick = HelpButtonClick
  51.   end
  52. end
  53.