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

  1. object WindowListDlg: TWindowListDlg
  2.   Left = 266
  3.   Top = 140
  4.   ActiveControl = WindowListBox
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'ソスソスソスソズウソスフ一覧'
  8.   ClientHeight = 172
  9.   ClientWidth = 251
  10.   ParentFont = True
  11.   Position = poScreenCenter
  12.   OnCreate = FormCreate
  13.   OnDestroy = FormDestroy
  14.   PixelsPerInch = 96
  15.   TextHeight = 12
  16.   object WindowListBox: TListBox
  17.     Left = 8
  18.     Top = 8
  19.     Width = 235
  20.     Height = 121
  21.     ItemHeight = 13
  22.     TabOrder = 0
  23.     OnDblClick = WindowListBoxDblClick
  24.   end
  25.   object OKButton: TButton
  26.     Left = 8
  27.     Top = 139
  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 = 88
  37.     Top = 139
  38.     Width = 75
  39.     Height = 25
  40.     Cancel = True
  41.     Caption = 'ソスソスンセソス'
  42.     ModalResult = 2
  43.     TabOrder = 2
  44.   end
  45.   object HelpButton: TButton
  46.     Left = 168
  47.     Top = 139
  48.     Width = 75
  49.     Height = 25
  50.     Caption = 'ソスソスソスソス(&H)'
  51.     TabOrder = 3
  52.     OnClick = HelpBtnClick
  53.   end
  54. end
  55.