home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 July / Chip_1998-07_cd.bin / hry / crazy / sachy / ckin132.exe / 0 / RCDATA / TYESNODLG / TYESNODLG.txt
Text File  |  1997-12-11  |  1KB  |  63 lines

  1. object yesnodlg: Tyesnodlg
  2.   Left = 197
  3.   Top = 629
  4.   BorderStyle = bsNone
  5.   Caption = 'Dialog'
  6.   ClientHeight = 125
  7.   ClientWidth = 250
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   Position = poDefault
  13.   OnCreate = FormCreate
  14.   OnPaint = FormPaint
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Mess: TLabel
  19.     Left = 20
  20.     Top = 20
  21.     Width = 209
  22.     Height = 61
  23.     Alignment = taCenter
  24.     AutoSize = False
  25.     Font.Color = clBlack
  26.     Font.Height = -16
  27.     Font.Name = 'Times New Roman'
  28.     Font.Style = []
  29.     ParentFont = False
  30.     Transparent = True
  31.   end
  32.   object YesBtn: TBitBtn
  33.     Left = 52
  34.     Top = 88
  35.     Width = 61
  36.     Height = 25
  37.     Caption = 'Ja'
  38.     Font.Color = clBlack
  39.     Font.Height = -16
  40.     Font.Name = 'Times New Roman'
  41.     Font.Style = []
  42.     ModalResult = 1
  43.     ParentFont = False
  44.     TabOrder = 0
  45.     Style = bsNew
  46.   end
  47.   object NoBtn: TBitBtn
  48.     Left = 136
  49.     Top = 88
  50.     Width = 61
  51.     Height = 25
  52.     Caption = 'Nein'
  53.     Font.Color = clBlack
  54.     Font.Height = -16
  55.     Font.Name = 'Times New Roman'
  56.     Font.Style = []
  57.     ModalResult = 2
  58.     ParentFont = False
  59.     TabOrder = 1
  60.     Style = bsNew
  61.   end
  62. end
  63.