LazEdit: use English captions as default in NewTable Dialog form

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2665 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
lazarus-bart
2013-02-06 19:23:42 +00:00
parent e0c705d0f0
commit 2192cce055

View File

@ -3,14 +3,14 @@ object NewTableForm: TNewTableForm
Height = 266 Height = 266
Top = 123 Top = 123
Width = 251 Width = 251
Caption = 'Tabel invoegen' Caption = 'Insert table'
ClientHeight = 266 ClientHeight = 266
ClientWidth = 251 ClientWidth = 251
OnShow = FormShow OnShow = FormShow
LCLVersion = '0.9.31' LCLVersion = '1.1'
object SummaryEdit: TEdit object SummaryEdit: TEdit
Left = 16 Left = 16
Height = 21 Height = 23
Top = 32 Top = 32
Width = 216 Width = 216
TabOrder = 0 TabOrder = 0
@ -18,15 +18,15 @@ object NewTableForm: TNewTableForm
end end
object Label1: TLabel object Label1: TLabel
Left = 16 Left = 16
Height = 14 Height = 15
Top = 16 Top = 16
Width = 91 Width = 82
Caption = 'Tabelsamenvatting' Caption = 'Table summary'
ParentColor = False ParentColor = False
end end
object RowEdit: TSpinEdit object RowEdit: TSpinEdit
Left = 16 Left = 16
Height = 21 Height = 23
Top = 88 Top = 88
Width = 88 Width = 88
MaxValue = 10000 MaxValue = 10000
@ -36,7 +36,7 @@ object NewTableForm: TNewTableForm
end end
object ColEdit: TSpinEdit object ColEdit: TSpinEdit
Left = 144 Left = 144
Height = 21 Height = 23
Top = 88 Top = 88
Width = 88 Width = 88
MaxValue = 10000 MaxValue = 10000
@ -46,31 +46,31 @@ object NewTableForm: TNewTableForm
end end
object Label2: TLabel object Label2: TLabel
Left = 16 Left = 16
Height = 14 Height = 15
Top = 68 Top = 68
Width = 53 Width = 28
Caption = 'Aantal rijen' Caption = 'Rows'
ParentColor = False ParentColor = False
end end
object Label3: TLabel object Label3: TLabel
Left = 146 Left = 146
Height = 14 Height = 15
Top = 68 Top = 68
Width = 82 Width = 48
Caption = 'Aantal kolommen' Caption = 'Columns'
ParentColor = False ParentColor = False
end end
object Label4: TLabel object Label4: TLabel
Left = 16 Left = 16
Height = 14 Height = 15
Top = 120 Top = 120
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 = 136 Top = 136
Width = 216 Width = 216
TabOrder = 3 TabOrder = 3
@ -78,15 +78,15 @@ object NewTableForm: TNewTableForm
end end
object Label5: TLabel object Label5: TLabel
Left = 16 Left = 16
Height = 14 Height = 15
Top = 168 Top = 168
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 = 184 Top = 184
Width = 216 Width = 216
TabOrder = 4 TabOrder = 4