Files
lazarus-ccr/components/exctrls/examples/ButtonEx/unit2.lfm
wp_xxyyzz 5479062d57 ExCtrls: Add ButtonEx demo
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7485 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-06-16 17:48:06 +00:00

20 lines
358 B
Plaintext

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