73 lines
1.3 KiB
Plaintext
73 lines
1.3 KiB
Plaintext
object frxSignatureErrorDialog: TfrxSignatureErrorDialog
|
|
Tag = 10100
|
|
Left = 597
|
|
Height = 122
|
|
Top = 335
|
|
Width = 441
|
|
BorderStyle = bsDialog
|
|
Caption = 'Add Layer'
|
|
ClientHeight = 122
|
|
ClientWidth = 441
|
|
Color = clBtnFace
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
OnClose = FormClose
|
|
OnCreate = FormCreate
|
|
Position = poScreenCenter
|
|
LCLVersion = '2.0.12.0'
|
|
object lblDescription: TLabel
|
|
Tag = 6365
|
|
Left = 12
|
|
Height = 13
|
|
Top = 16
|
|
Width = 128
|
|
Caption = '<Description of the error>'
|
|
ParentColor = False
|
|
end
|
|
object btnOk: TButton
|
|
Tag = 1
|
|
Left = 181
|
|
Height = 25
|
|
Top = 89
|
|
Width = 75
|
|
Anchors = [akRight, akBottom]
|
|
Caption = 'OK'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
end
|
|
object btnCancel: TButton
|
|
Tag = 2
|
|
Left = 359
|
|
Height = 25
|
|
Top = 88
|
|
Width = 75
|
|
Anchors = [akRight, akBottom]
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 1
|
|
end
|
|
object cbSaveLog: TCheckBox
|
|
Tag = 10101
|
|
Left = 8
|
|
Height = 19
|
|
Top = 53
|
|
Width = 61
|
|
Caption = 'Save log'
|
|
TabOrder = 2
|
|
end
|
|
object btnIgnore: TButton
|
|
Tag = 10102
|
|
Left = 8
|
|
Height = 25
|
|
Hint = '10102'
|
|
Top = 89
|
|
Width = 167
|
|
Anchors = [akRight, akBottom]
|
|
Caption = 'Ignore Certificate'
|
|
ModalResult = 5
|
|
TabOrder = 3
|
|
end
|
|
end
|