home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk12 / lib.pak / MNUSELCT.DFM / MNUSELCT.txt
Encoding:
Text File  |  1995-08-24  |  1.0 KB  |  59 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 = 227
  9.   ClientWidth = 262
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   TextHeight = 13
  17.   object SelectionBox: TListBox
  18.     Left = 8
  19.     Top = 8
  20.     Width = 245
  21.     Height = 176
  22.     ItemHeight = 13
  23.     Sorted = True
  24.     TabOrder = 0
  25.     OnDblClick = OkButtonClick
  26.   end
  27.   object OkButton: TBitBtn
  28.     Left = 8
  29.     Top = 192
  30.     Width = 77
  31.     Height = 27
  32.     TabOrder = 1
  33.     Kind = bkOK
  34.     Margin = 2
  35.     Spacing = -1
  36.   end
  37.   object CancelButton: TBitBtn
  38.     Left = 92
  39.     Top = 192
  40.     Width = 77
  41.     Height = 27
  42.     TabOrder = 2
  43.     Kind = bkCancel
  44.     Margin = 2
  45.     Spacing = -1
  46.   end
  47.   object HelpButton: TBitBtn
  48.     Left = 176
  49.     Top = 192
  50.     Width = 77
  51.     Height = 27
  52.     TabOrder = 3
  53.     OnClick = HelpButtonClick
  54.     Kind = bkHelp
  55.     Margin = 2
  56.     Spacing = -1
  57.   end
  58. end
  59.