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

  1. object DecideDialog: TDecideDialog
  2.   Left = 321
  3.   Top = 114
  4.   HelpContext = 200
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 191
  8.   ClientWidth = 217
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object OKButton: TButton
  20.     Left = 8
  21.     Top = 136
  22.     Width = 89
  23.     Height = 23
  24.     Default = True
  25.     ModalResult = 1
  26.     TabOrder = 1
  27.     OnClick = OKButtonClick
  28.   end
  29.   object CancelButton: TButton
  30.     Left = 120
  31.     Top = 136
  32.     Width = 91
  33.     Height = 23
  34.     ModalResult = 2
  35.     TabOrder = 2
  36.     OnClick = CancelButtonClick
  37.   end
  38.   object CloseAfterExecSwitch: TCheckBox
  39.     Left = 8
  40.     Top = 168
  41.     Width = 201
  42.     Height = 17
  43.     TabOrder = 3
  44.   end
  45.   object DecisionPanel: TPanel
  46.     Left = 8
  47.     Top = 8
  48.     Width = 201
  49.     Height = 121
  50.     BevelInner = bvRaised
  51.     BevelOuter = bvLowered
  52.     TabOrder = 0
  53.     object EncryptSelect: TRadioButton
  54.       Left = 16
  55.       Top = 16
  56.       Width = 177
  57.       Height = 17
  58.       TabOrder = 0
  59.     end
  60.     object DecryptSelect: TRadioButton
  61.       Left = 16
  62.       Top = 40
  63.       Width = 177
  64.       Height = 17
  65.       TabOrder = 1
  66.     end
  67.     object WipeSelect: TRadioButton
  68.       Left = 16
  69.       Top = 64
  70.       Width = 177
  71.       Height = 17
  72.       TabOrder = 2
  73.     end
  74.     object ViewSelect: TRadioButton
  75.       Left = 16
  76.       Top = 88
  77.       Width = 177
  78.       Height = 17
  79.       TabOrder = 3
  80.     end
  81.   end
  82. end
  83.