home *** CD-ROM | disk | FTP | other *** search
- object DecideDialog: TDecideDialog
- Left = 321
- Top = 114
- HelpContext = 200
- BorderIcons = []
- BorderStyle = bsDialog
- ClientHeight = 191
- ClientWidth = 217
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object OKButton: TButton
- Left = 8
- Top = 136
- Width = 89
- Height = 23
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = OKButtonClick
- end
- object CancelButton: TButton
- Left = 120
- Top = 136
- Width = 91
- Height = 23
- ModalResult = 2
- TabOrder = 2
- OnClick = CancelButtonClick
- end
- object CloseAfterExecSwitch: TCheckBox
- Left = 8
- Top = 168
- Width = 201
- Height = 17
- TabOrder = 3
- end
- object DecisionPanel: TPanel
- Left = 8
- Top = 8
- Width = 201
- Height = 121
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object EncryptSelect: TRadioButton
- Left = 16
- Top = 16
- Width = 177
- Height = 17
- TabOrder = 0
- end
- object DecryptSelect: TRadioButton
- Left = 16
- Top = 40
- Width = 177
- Height = 17
- TabOrder = 1
- end
- object WipeSelect: TRadioButton
- Left = 16
- Top = 64
- Width = 177
- Height = 17
- TabOrder = 2
- end
- object ViewSelect: TRadioButton
- Left = 16
- Top = 88
- Width = 177
- Height = 17
- TabOrder = 3
- end
- end
- end
-