home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 August / VPR9708A.ISO / D3TRIAL / INSTALL / DATA.Z / OKCANCL2.DFM / OKCANCL2.txt
Text File  |  1997-05-13  |  668b  |  39 lines

  1. object OKRightDlg: TOKRightDlg
  2.   Left = 227
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'ソズイソスロクソス'
  6.   ClientHeight = 179
  7.   ClientWidth = 384
  8.   Position = poScreenCenter
  9.   PixelsPerInch = 96
  10.   TextHeight = 12
  11.   object Bevel1: TBevel
  12.     Left = 8
  13.     Top = 8
  14.     Width = 281
  15.     Height = 161
  16.     Shape = bsFrame
  17.   end
  18.   object OKBtn: TButton
  19.     Left = 300
  20.     Top = 8
  21.     Width = 75
  22.     Height = 25
  23.     Caption = 'OK'
  24.     Default = True
  25.     ModalResult = 1
  26.     TabOrder = 0
  27.   end
  28.   object CancelBtn: TButton
  29.     Left = 300
  30.     Top = 38
  31.     Width = 75
  32.     Height = 25
  33.     Cancel = True
  34.     Caption = 'ソスソスンセソス'
  35.     ModalResult = 2
  36.     TabOrder = 1
  37.   end
  38. end
  39.