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