LazEdit: use English captions as default in AnchorDialog form

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2662 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
lazarus-bart
2013-02-06 19:13:45 +00:00
parent cdec4eeeaa
commit 398225f25b

View File

@ -8,7 +8,7 @@ object AnchorDlgForm: TAnchorDlgForm
ClientHeight = 377 ClientHeight = 377
ClientWidth = 320 ClientWidth = 320
OnShow = FormShow OnShow = FormShow
LCLVersion = '0.9.31' LCLVersion = '1.1'
object OkBtn: TBitBtn object OkBtn: TBitBtn
Left = 237 Left = 237
Height = 30 Height = 30
@ -33,15 +33,15 @@ object AnchorDlgForm: TAnchorDlgForm
end end
object Label1: TLabel object Label1: TLabel
Left = 8 Left = 8
Height = 14 Height = 15
Top = 8 Top = 8
Width = 61 Width = 60
Caption = 'Omschrijving' Caption = 'Description'
ParentColor = False ParentColor = False
end end
object DescrEdit: TEdit object DescrEdit: TEdit
Left = 8 Left = 8
Height = 21 Height = 23
Top = 24 Top = 24
Width = 304 Width = 304
TabOrder = 2 TabOrder = 2
@ -49,15 +49,15 @@ object AnchorDlgForm: TAnchorDlgForm
end end
object UrlLabel: TLabel object UrlLabel: TLabel
Left = 8 Left = 8
Height = 14 Height = 15
Top = 56 Top = 56
Width = 14 Width = 15
Caption = 'Url' Caption = 'Url'
ParentColor = False ParentColor = False
end end
object UrlEdit: TEdit object UrlEdit: TEdit
Left = 8 Left = 8
Height = 21 Height = 23
Top = 72 Top = 72
Width = 304 Width = 304
TabOrder = 3 TabOrder = 3
@ -68,7 +68,7 @@ object AnchorDlgForm: TAnchorDlgForm
Top = 104 Top = 104
Width = 304 Width = 304
AutoFill = True AutoFill = True
Caption = 'Type hyperlink' Caption = 'Type of hyperlink'
ChildSizing.LeftRightSpacing = 6 ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6 ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
@ -82,53 +82,53 @@ object AnchorDlgForm: TAnchorDlgForm
ItemIndex = 0 ItemIndex = 0
Items.Strings = ( Items.Strings = (
'Url' 'Url'
'Lokaal anker maken' 'Make local anchor'
'Naar lokaal anker verwijzen' 'Link to a local anchor'
) )
OnClick = AnchorTypeGroupClick OnClick = AnchorTypeGroupClick
TabOrder = 4 TabOrder = 4
end end
object Label3: TLabel object Label3: TLabel
Left = 8 Left = 8
Height = 14 Height = 15
Top = 192 Top = 192
Width = 21 Width = 23
Caption = 'Titel' Caption = 'Title'
ParentColor = False ParentColor = False
end end
object TitleEdit: TEdit object TitleEdit: TEdit
Left = 8 Left = 8
Height = 21 Height = 23
Top = 208 Top = 208
Width = 304 Width = 304
TabOrder = 5 TabOrder = 5
end end
object Label4: TLabel object Label4: TLabel
Left = 8 Left = 8
Height = 14 Height = 15
Top = 240 Top = 240
Width = 12 Width = 11
Caption = 'ID' Caption = 'ID'
ParentColor = False ParentColor = False
end end
object IdEdit: TEdit object IdEdit: TEdit
Left = 8 Left = 8
Height = 21 Height = 23
Top = 256 Top = 256
Width = 304 Width = 304
TabOrder = 6 TabOrder = 6
end end
object Label5: TLabel object Label5: TLabel
Left = 8 Left = 8
Height = 14 Height = 15
Top = 288 Top = 288
Width = 26 Width = 27
Caption = 'Class' Caption = 'Class'
ParentColor = False ParentColor = False
end end
object ClassEdit: TEdit object ClassEdit: TEdit
Left = 8 Left = 8
Height = 21 Height = 23
Top = 304 Top = 304
Width = 304 Width = 304
TabOrder = 7 TabOrder = 7