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