ExCtrls: Improved layout of ButtonEx demo.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8137 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2021-11-01 13:02:49 +00:00
parent d431d18ed1
commit 1cf6ae5b98
3 changed files with 167 additions and 132 deletions

View File

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