lazarus-ccr/components/exctrls/examples/ButtonEx/unit2.lfm
2021-11-01 13:02:49 +00:00

19 lines
334 B
Plaintext

object Form2: TForm2
Left = 670
Height = 115
Top = 218
Width = 298
Caption = 'Form2'
ClientHeight = 115
ClientWidth = 298
OnCreate = FormCreate
LCLVersion = '2.3.0.0'
object Label1: TLabel
Left = 19
Height = 15
Top = 16
Width = 212
Caption = 'Testing ModalResult, Default and Cancel'
end
end