mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-21 19:30:06 +01:00
examples/tryicon: Avoid truncated checkbox caption
git-svn-id: trunk@56224 -
This commit is contained in:
parent
748967367b
commit
897c3f20e0
@ -2,14 +2,14 @@ object frmTrayTest: TfrmTrayTest
|
|||||||
Left = 183
|
Left = 183
|
||||||
Height = 238
|
Height = 238
|
||||||
Top = 176
|
Top = 176
|
||||||
Width = 311
|
Width = 410
|
||||||
ActiveControl = btnShow
|
ActiveControl = btnShow
|
||||||
Caption = 'TTrayIcon test application'
|
Caption = 'TTrayIcon test application'
|
||||||
ClientHeight = 238
|
ClientHeight = 238
|
||||||
ClientWidth = 311
|
ClientWidth = 410
|
||||||
OnCreate = FormCreate
|
OnCreate = FormCreate
|
||||||
OnPaint = FormPaint
|
OnPaint = FormPaint
|
||||||
LCLVersion = '0.9.25'
|
LCLVersion = '1.9.0.0'
|
||||||
object btnShow: TButton
|
object btnShow: TButton
|
||||||
Left = 32
|
Left = 32
|
||||||
Height = 33
|
Height = 33
|
||||||
@ -41,9 +41,9 @@ object frmTrayTest: TfrmTrayTest
|
|||||||
end
|
end
|
||||||
object chkOnPaintDrawing: TCheckBox
|
object chkOnPaintDrawing: TCheckBox
|
||||||
Left = 32
|
Left = 32
|
||||||
Height = 21
|
Height = 19
|
||||||
Top = 200
|
Top = 200
|
||||||
Width = 267
|
Width = 284
|
||||||
Caption = 'Test drawing the icon in the Form''s OnPaint event'
|
Caption = 'Test drawing the icon in the Form''s OnPaint event'
|
||||||
OnChange = chkOnPaintDrawingChange
|
OnChange = chkOnPaintDrawingChange
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
|
|||||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user