2020-06-16 17:48:06 +00:00
|
|
|
object Form2: TForm2
|
|
|
|
Left = 670
|
2021-11-01 13:02:49 +00:00
|
|
|
Height = 115
|
2020-06-16 17:48:06 +00:00
|
|
|
Top = 218
|
|
|
|
Width = 298
|
|
|
|
Caption = 'Form2'
|
2021-11-01 13:02:49 +00:00
|
|
|
ClientHeight = 115
|
2020-06-16 17:48:06 +00:00
|
|
|
ClientWidth = 298
|
|
|
|
OnCreate = FormCreate
|
2021-11-01 13:02:49 +00:00
|
|
|
LCLVersion = '2.3.0.0'
|
2020-06-16 17:48:06 +00:00
|
|
|
object Label1: TLabel
|
|
|
|
Left = 19
|
|
|
|
Height = 15
|
|
|
|
Top = 16
|
|
|
|
Width = 212
|
|
|
|
Caption = 'Testing ModalResult, Default and Cancel'
|
|
|
|
end
|
|
|
|
end
|