home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 March / PCWorld_1999-03_cd.bin / Software / zkuste / BlowFish / bfa97.exe / 0 / RCDATA / TYNACDIALOG / TYNACDIALOG.txt < prev   
Text File  |  1998-12-29  |  1KB  |  67 lines

  1. object YNACDialog: TYNACDialog
  2.   Left = 365
  3.   Top = 281
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 104
  7.   ClientWidth = 345
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Info: TLabel
  17.     Left = 72
  18.     Top = 16
  19.     Width = 257
  20.     Height = 49
  21.     AutoSize = False
  22.     Transparent = True
  23.     WordWrap = True
  24.   end
  25.   object QuestImg: TImage
  26.     Left = 24
  27.     Top = 16
  28.     Width = 32
  29.     Height = 32
  30.     AutoSize = True
  31.     Picture.Data = {<image000.bmp>}
  32.     Transparent = True
  33.   end
  34.   object YesButton: TButton
  35.     Left = 16
  36.     Top = 72
  37.     Width = 75
  38.     Height = 23
  39.     ModalResult = 6
  40.     TabOrder = 0
  41.   end
  42.   object NoButton: TButton
  43.     Left = 96
  44.     Top = 72
  45.     Width = 75
  46.     Height = 23
  47.     ModalResult = 7
  48.     TabOrder = 1
  49.   end
  50.   object AllButton: TButton
  51.     Left = 176
  52.     Top = 72
  53.     Width = 75
  54.     Height = 23
  55.     ModalResult = 8
  56.     TabOrder = 2
  57.   end
  58.   object CancelButton: TButton
  59.     Left = 256
  60.     Top = 72
  61.     Width = 75
  62.     Height = 23
  63.     ModalResult = 2
  64.     TabOrder = 3
  65.   end
  66. end
  67.