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

  1. object OKBottomDlg: TOKBottomDlg
  2.   Left = 245
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'ソズイソスロクソス'
  6.   ClientHeight = 214
  7.   ClientWidth = 313
  8.   Position = poScreenCenter
  9.   PixelsPerInch = 96
  10.   TextHeight = 12
  11.   object Bevel1: TBevel
  12.     Left = 8
  13.     Top = 8
  14.     Width = 297
  15.     Height = 161
  16.     Shape = bsFrame
  17.   end
  18.   object OKBtn: TButton
  19.     Left = 79
  20.     Top = 180
  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 = 159
  30.     Top = 180
  31.     Width = 75
  32.     Height = 25
  33.     Cancel = True
  34.     Caption = 'ソスソスンセソス'
  35.     ModalResult = 2
  36.     TabOrder = 1
  37.   end
  38. end
  39.