tvplanit: Use font "default" (lowercase!) in all forms instead of MS Sans Serif, font size 0

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4704 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2016-06-09 23:49:35 +00:00
parent 3e1a370a4b
commit d9de3d571d
17 changed files with 457 additions and 425 deletions

View File

@ -10,8 +10,6 @@ object ResEditForm: TResEditForm
ClientWidth = 400
Constraints.MinHeight = 250
Constraints.MinWidth = 400
Font.Height = -11
Font.Name = 'Default'
OnCreate = FormCreate
OnShow = FormShow
LCLVersion = '1.7'
@ -66,17 +64,17 @@ object ResEditForm: TResEditForm
ClientWidth = 392
object lblDescription: TLabel
Left = 8
Height = 14
Height = 15
Top = 24
Width = 57
Width = 63
Caption = 'Description:'
ParentColor = False
end
object lblNotes: TLabel
Left = 8
Height = 14
Height = 15
Top = 47
Width = 31
Width = 34
Caption = 'Notes:'
ParentColor = False
end
@ -114,7 +112,7 @@ object ResEditForm: TResEditForm
end
object DescriptionEdit: TEdit
Left = 80
Height = 22
Height = 23
Top = 20
Width = 257
Anchors = [akTop, akLeft, akRight]