FastReport_2022_VCL/LibD28/frxSignatureErrorDialog.dfm
2024-01-01 16:13:08 +01:00

79 lines
1.5 KiB
Plaintext

object frxSignatureErrorDialog: TfrxSignatureErrorDialog
Tag = 10100
Left = 597
Top = 335
BorderStyle = bsDialog
Caption = 'Add Layer'
ClientHeight = 122
ClientWidth = 441
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
DesignSize = (
441
122)
PixelsPerInch = 96
TextHeight = 13
object lblDescription: TLabel
Tag = 6365
Left = 12
Top = 16
Width = 106
Height = 13
Caption = '<'#1054#1087#1080#1089#1072#1085#1080#1077' '#1086#1096#1080#1073#1082#1080'>'
end
object btnOk: TButton
Tag = 1
Left = 181
Top = 89
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object btnCancel: TButton
Tag = 2
Left = 359
Top = 88
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object cbSaveLog: TCheckBox
Tag = 10101
Left = 8
Top = 53
Width = 397
Height = 17
Caption = 'Save log'
TabOrder = 2
end
object btnIgnore: TButton
Tag = 10102
Left = 8
Top = 89
Width = 167
Height = 25
Hint = '10102'
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Ignore Certificate'
ModalResult = 5
TabOrder = 3
end
end