home *** CD-ROM | disk | FTP | other *** search
- object SendCSRForm: TSendCSRForm
- Left = 196
- Top = 103
- HelpContext = 14513
- BorderStyle = bsDialog
- Caption = 'Certificate Signing Request Output '
- ClientHeight = 228
- ClientWidth = 394
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- PixelsPerInch = 96
- TextHeight = 13
- object cbSaveToFile: TRadioButton
- Left = 16
- Top = 48
- Width = 369
- Height = 17
- Caption = 'Save to file'
- TabOrder = 1
- OnClick = cbSaveToFileClick
- end
- object cbSend: TRadioButton
- Left = 16
- Top = 112
- Width = 369
- Height = 17
- Caption = 'Send by email to a CA'
- TabOrder = 4
- TabStop = True
- OnClick = cbSendClick
- end
- object bOK: TButton
- Left = 88
- Top = 180
- Width = 89
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 7
- end
- object bCancel: TButton
- Left = 192
- Top = 180
- Width = 89
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 8
- end
- object bHelp: TButton
- Left = 296
- Top = 180
- Width = 89
- Height = 25
- Caption = 'Help'
- TabOrder = 9
- OnClick = bHelpClick
- end
- object cbCopyToClipboard: TRadioButton
- Left = 16
- Top = 16
- Width = 369
- Height = 17
- Caption = 'Copy to clipboard'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = cbCopyToClipboardClick
- end
- object eAddr: TEdit
- Left = 32
- Top = 136
- Width = 249
- Height = 21
- TabOrder = 5
- end
- object eFileName: TEdit
- Left = 32
- Top = 72
- Width = 249
- Height = 21
- TabOrder = 2
- end
- object bBrowseFile: TButton
- Left = 296
- Top = 72
- Width = 89
- Height = 25
- Caption = 'Browse'
- TabOrder = 3
- OnClick = bBrowseFileClick
- end
- object bBrowseEmail: TButton
- Left = 296
- Top = 136
- Width = 89
- Height = 25
- Caption = 'Browse'
- TabOrder = 6
- OnClick = bBrowseEmailClick
- end
- end
-