home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 August / VPR9708A.ISO / D3TRIAL / INSTALL / DATA.Z / delphi32.exe / RCDATA / TMENUSELECTDIALOG / TMENUSELECTDIALOG.txt
Text File  |  1997-05-14  |  984b  |  53 lines

  1. object MenuSelectDialog: TMenuSelectDialog
  2.   Left = 267
  3.   Top = 174
  4.   HelpContext = 1634
  5.   ActiveControl = SelectionBox
  6.   BorderStyle = bsDialog
  7.   Caption = 'ソスニュソスソスフ選ソスソス'
  8.   ClientHeight = 221
  9.   ClientWidth = 262
  10.   ParentFont = True
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   TextHeight = 12
  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 = 'ソスソスンセソス'
  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 = 'ソスソスソスソス(&H)'
  49.     TabOrder = 3
  50.     OnClick = HelpButtonClick
  51.   end
  52. end
  53.