home *** CD-ROM | disk | FTP | other *** search
- object TlsTrustForm: TTlsTrustForm
- Left = 208
- Top = 109
- ActiveControl = bCancel
- BorderStyle = bsDialog
- Caption = 'Unknown CA Certificate'
- ClientHeight = 237
- ClientWidth = 512
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object lCaption: TLabel
- Left = 8
- Top = 16
- Width = 345
- Height = 121
- AutoSize = False
- WordWrap = True
- end
- object lQuery: TLabel
- Left = 8
- Top = 168
- Width = 401
- Height = 20
- AutoSize = False
- Caption = 'Continue anyway?'
- WordWrap = True
- end
- object Bevel: TBevel
- Left = 8
- Top = 152
- Width = 497
- Height = 9
- Shape = bsTopLine
- end
- object bViewCert: TButton
- Left = 360
- Top = 16
- Width = 145
- Height = 25
- Caption = 'View Certificate'
- TabOrder = 0
- OnClick = bViewCertClick
- end
- object bAddToTrusted: TButton
- Left = 360
- Top = 112
- Width = 145
- Height = 25
- Caption = 'Add to Trusted'
- ModalResult = 6
- TabOrder = 1
- OnClick = bAddToTrustedClick
- end
- object bOK: TButton
- Left = 176
- Top = 200
- Width = 81
- Height = 25
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 2
- end
- object bCancel: TButton
- Left = 272
- Top = 200
- Width = 81
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- Default = True
- ModalResult = 2
- TabOrder = 3
- end
- object Timer: TTimer
- Enabled = False
- Interval = 0
- OnTimer = TimerTimer
- Left = 272
- Top = 208
- end
- end
-