home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Objrepos / okcancl2.dfm / okcancl2.txt
Text File  |  1999-08-11  |  676b  |  40 lines

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