home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / MNUSELCT.DFM / MNUSELCT.txt
Text File  |  1997-01-16  |  1KB  |  55 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.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 13
  16.   object SelectionBox: TListBox
  17.     Left = 8
  18.     Top = 8
  19.     Width = 245
  20.     Height = 176
  21.     ItemHeight = 13
  22.     Sorted = True
  23.     TabOrder = 0
  24.   end
  25.   object OKButton: TButton
  26.     Left = 14
  27.     Top = 192
  28.     Width = 75
  29.     Height = 25
  30.     Caption = 'OK'
  31.     Default = True
  32.     ModalResult = 1
  33.     TabOrder = 1
  34.   end
  35.   object CancelButton: TButton
  36.     Left = 94
  37.     Top = 192
  38.     Width = 75
  39.     Height = 25
  40.     Cancel = True
  41.     Caption = 'Cancel'
  42.     ModalResult = 2
  43.     TabOrder = 2
  44.   end
  45.   object HelpButton: TButton
  46.     Left = 174
  47.     Top = 192
  48.     Width = 75
  49.     Height = 25
  50.     Caption = '&Help'
  51.     TabOrder = 3
  52.     OnClick = HelpButtonClick
  53.   end
  54. end
  55.