Componentes.Terceros.jcl/official/1.100/experts/debug/dialog/JclOtaExcDlgFormFrame.dfm

66 lines
1.3 KiB
Plaintext

inherited JclOtaExcDlgFormPage: TJclOtaExcDlgFormPage
object LabelEMailAddress: TLabel
Left = 97
Top = 186
Width = 36
Height = 13
Caption = 'RsEmail'
FocusControl = EditEMail
end
object LabelSubject: TLabel
Left = 97
Top = 226
Width = 48
Height = 13
Caption = 'RsSubject'
FocusControl = EditSubject
end
object CheckBoxMail: TCheckBox
Left = 72
Top = 144
Width = 233
Height = 17
Caption = 'RsDialogWithMailButton'
TabOrder = 0
OnClick = CheckBoxMailClick
end
object EditEMail: TEdit
Left = 160
Top = 183
Width = 193
Height = 21
TabOrder = 1
end
object CheckBoxModalDialog: TCheckBox
Left = 72
Top = 24
Width = 233
Height = 17
Caption = 'RsModalDialog'
TabOrder = 2
end
object CheckBoxSizeable: TCheckBox
Left = 72
Top = 64
Width = 233
Height = 17
Caption = 'RsSizeable'
TabOrder = 3
end
object EditSubject: TEdit
Left = 160
Top = 223
Width = 193
Height = 21
TabOrder = 4
end
object CheckBoxAutoScrollBars: TCheckBox
Left = 72
Top = 104
Width = 233
Height = 17
Caption = 'RsAutoScrollBars'
TabOrder = 5
end
end