LazEdit: use English captions as default in PictureDialog form

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

View File

@@ -3,22 +3,22 @@ object PictureDlgForm: TPictureDlgForm
Height = 398 Height = 398
Top = 147 Top = 147
Width = 396 Width = 396
Caption = 'Plaatje invoegen' Caption = 'Insert image'
ClientHeight = 398 ClientHeight = 398
ClientWidth = 396 ClientWidth = 396
OnShow = FormShow OnShow = FormShow
LCLVersion = '0.9.31' LCLVersion = '1.1'
object Label1: TLabel object Label1: TLabel
Left = 16 Left = 16
Height = 14 Height = 15
Top = 8 Top = 8
Width = 71 Width = 48
Caption = 'Bestandsnaam' Caption = 'Filename'
ParentColor = False ParentColor = False
end end
object SrcEdit: TEdit object SrcEdit: TEdit
Left = 16 Left = 16
Height = 21 Height = 23
Top = 24 Top = 24
Width = 320 Width = 320
TabOrder = 0 TabOrder = 0
@@ -64,110 +64,109 @@ object PictureDlgForm: TPictureDlgForm
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00 FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00
} }
NumGlyphs = 0
OnClick = OpenBtnClick OnClick = OpenBtnClick
end end
object Label2: TLabel object Label2: TLabel
Left = 16 Left = 16
Height = 14 Height = 15
Top = 56 Top = 56
Width = 147 Width = 131
Caption = 'Standaard lokatie voor plaatjes' Caption = 'Default folder for images'
ParentColor = False ParentColor = False
end end
object DefFolderEdit: TEdit object DefFolderEdit: TEdit
Left = 16 Left = 16
Height = 21 Height = 23
Top = 72 Top = 72
Width = 359 Width = 359
TabOrder = 1 TabOrder = 1
end end
object Label3: TLabel object Label3: TLabel
Left = 16 Left = 16
Height = 14 Height = 15
Top = 104 Top = 104
Width = 39 Width = 37
Caption = 'Alt tekst' Caption = 'Alt text'
ParentColor = False ParentColor = False
end end
object AltEdit: TEdit object AltEdit: TEdit
Left = 16 Left = 16
Height = 21 Height = 23
Top = 120 Top = 120
Width = 176 Width = 176
TabOrder = 2 TabOrder = 2
end end
object Label4: TLabel object Label4: TLabel
Left = 200 Left = 200
Height = 14 Height = 15
Top = 104 Top = 104
Width = 47 Width = 45
Caption = 'Title tekst' Caption = 'Title text'
ParentColor = False ParentColor = False
end end
object TitleEdit: TEdit object TitleEdit: TEdit
Left = 200 Left = 200
Height = 21 Height = 23
Top = 120 Top = 120
Width = 175 Width = 175
TabOrder = 3 TabOrder = 3
end end
object Label5: TLabel object Label5: TLabel
Left = 16 Left = 16
Height = 14 Height = 15
Top = 152 Top = 152
Width = 38 Width = 32
Caption = 'Breedte' Caption = 'Width'
ParentColor = False ParentColor = False
end end
object WidthEdit: TEdit object WidthEdit: TEdit
Left = 16 Left = 16
Height = 21 Height = 23
Top = 168 Top = 168
Width = 176 Width = 176
TabOrder = 4 TabOrder = 4
end end
object Label6: TLabel object Label6: TLabel
Left = 200 Left = 200
Height = 14 Height = 15
Top = 152 Top = 152
Width = 36 Width = 36
Caption = 'Hoogte' Caption = 'Height'
ParentColor = False ParentColor = False
end end
object HeightEdit: TEdit object HeightEdit: TEdit
Left = 200 Left = 200
Height = 21 Height = 23
Top = 168 Top = 168
Width = 175 Width = 175
TabOrder = 5 TabOrder = 5
end end
object Label7: TLabel object Label7: TLabel
Left = 16 Left = 16
Height = 14 Height = 15
Top = 200 Top = 200
Width = 12 Width = 11
Caption = 'ID' Caption = 'ID'
ParentColor = False ParentColor = False
end end
object IdEdit: TEdit object IdEdit: TEdit
Left = 16 Left = 16
Height = 21 Height = 23
Top = 216 Top = 216
Width = 359 Width = 359
TabOrder = 6 TabOrder = 6
end end
object Label8: TLabel object Label8: TLabel
Left = 16 Left = 16
Height = 14 Height = 15
Top = 248 Top = 248
Width = 26 Width = 27
Caption = 'Class' Caption = 'Class'
ParentColor = False ParentColor = False
end end
object ClassEdit: TEdit object ClassEdit: TEdit
Left = 16 Left = 16
Height = 21 Height = 23
Top = 264 Top = 264
Width = 359 Width = 359
TabOrder = 7 TabOrder = 7
@@ -178,7 +177,7 @@ object PictureDlgForm: TPictureDlgForm
Top = 296 Top = 296
Width = 359 Width = 359
AutoFill = True AutoFill = True
Caption = 'Float stijl' Caption = 'Float style'
ChildSizing.LeftRightSpacing = 6 ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6 ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
@@ -192,9 +191,9 @@ object PictureDlgForm: TPictureDlgForm
Columns = 3 Columns = 3
ItemIndex = 2 ItemIndex = 2
Items.Strings = ( Items.Strings = (
'Links' 'Left'
'Rechts' 'Right'
'Geen' 'None'
) )
TabOrder = 8 TabOrder = 8
end end