mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 09:19:22 +02:00
IDE, Code templates dialog: fixed localization
git-svn-id: trunk@28895 -
This commit is contained in:
parent
bf991c7015
commit
7696d6fc43
@ -20,13 +20,13 @@ object CodeTemplateDialog: TCodeTemplateDialog
|
|||||||
Align = alTop
|
Align = alTop
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'FilenameGroupBox'
|
Caption = 'FilenameGroupBox'
|
||||||
ClientHeight = 32
|
ClientHeight = 33
|
||||||
ClientWidth = 481
|
ClientWidth = 481
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object FilenameEdit: TEdit
|
object FilenameEdit: TEdit
|
||||||
AnchorSideRight.Control = FilenameButton
|
AnchorSideRight.Control = FilenameButton
|
||||||
Left = 9
|
Left = 9
|
||||||
Height = 27
|
Height = 21
|
||||||
Top = 4
|
Top = 4
|
||||||
Width = 435
|
Width = 435
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
@ -41,7 +41,7 @@ object CodeTemplateDialog: TCodeTemplateDialog
|
|||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 449
|
Left = 449
|
||||||
Height = 23
|
Height = 23
|
||||||
Top = 8
|
Top = 2
|
||||||
Width = 26
|
Width = 26
|
||||||
Anchors = [akRight, akBottom]
|
Anchors = [akRight, akBottom]
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
@ -58,7 +58,7 @@ object CodeTemplateDialog: TCodeTemplateDialog
|
|||||||
Align = alTop
|
Align = alTop
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'TemplatesGroupBox'
|
Caption = 'TemplatesGroupBox'
|
||||||
ClientHeight = 148
|
ClientHeight = 149
|
||||||
ClientWidth = 481
|
ClientWidth = 481
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
object TemplateListBox: TListBox
|
object TemplateListBox: TListBox
|
||||||
@ -68,7 +68,7 @@ object CodeTemplateDialog: TCodeTemplateDialog
|
|||||||
AnchorSideBottom.Control = TemplatesGroupBox
|
AnchorSideBottom.Control = TemplatesGroupBox
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 136
|
Height = 137
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 315
|
Width = 315
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
@ -79,7 +79,6 @@ object CodeTemplateDialog: TCodeTemplateDialog
|
|||||||
ItemHeight = 0
|
ItemHeight = 0
|
||||||
OnSelectionChange = TemplateListBoxSelectionChange
|
OnSelectionChange = TemplateListBoxSelectionChange
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
TopIndex = -1
|
|
||||||
end
|
end
|
||||||
object AddButton: TButton
|
object AddButton: TButton
|
||||||
AnchorSideTop.Control = TemplateListBox
|
AnchorSideTop.Control = TemplateListBox
|
||||||
@ -133,20 +132,20 @@ object CodeTemplateDialog: TCodeTemplateDialog
|
|||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = Owner
|
||||||
AnchorSideBottom.Control = FilenameGroupBox
|
AnchorSideBottom.Control = FilenameGroupBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 262
|
Height = 268
|
||||||
Top = 236
|
Top = 236
|
||||||
Width = 485
|
Width = 485
|
||||||
Align = alClient
|
Align = alClient
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'EditTemplateGroupBox'
|
Caption = 'EditTemplateGroupBox'
|
||||||
ClientHeight = 243
|
ClientHeight = 250
|
||||||
ClientWidth = 481
|
ClientWidth = 481
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
object UseMacrosCheckBox: TCheckBox
|
object UseMacrosCheckBox: TCheckBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 17
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 161
|
Width = 117
|
||||||
BorderSpacing.Bottom = 7
|
BorderSpacing.Bottom = 7
|
||||||
Caption = 'UseMacrosCheckBox'
|
Caption = 'UseMacrosCheckBox'
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
@ -159,10 +158,10 @@ object CodeTemplateDialog: TCodeTemplateDialog
|
|||||||
AnchorSideTop.Control = UseMacrosCheckBox
|
AnchorSideTop.Control = UseMacrosCheckBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 193
|
Left = 149
|
||||||
Height = 29
|
Height = 23
|
||||||
Top = 3
|
Top = 3
|
||||||
Width = 132
|
Width = 116
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Left = 20
|
BorderSpacing.Left = 20
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
@ -178,8 +177,8 @@ object CodeTemplateDialog: TCodeTemplateDialog
|
|||||||
AnchorSideBottom.Control = EditTemplateGroupBox
|
AnchorSideBottom.Control = EditTemplateGroupBox
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 138
|
Height = 155
|
||||||
Top = 99
|
Top = 89
|
||||||
Width = 469
|
Width = 469
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
@ -802,7 +801,7 @@ object CodeTemplateDialog: TCodeTemplateDialog
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 30
|
Height = 30
|
||||||
Top = 63
|
Top = 53
|
||||||
Width = 469
|
Width = 469
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoFill = True
|
AutoFill = True
|
||||||
@ -826,9 +825,9 @@ object CodeTemplateDialog: TCodeTemplateDialog
|
|||||||
AnchorSideTop.Control = UseMacrosCheckBox
|
AnchorSideTop.Control = UseMacrosCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 17
|
||||||
Top = 35
|
Top = 30
|
||||||
Width = 186
|
Width = 139
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'KeepSubIndentCheckBox'
|
Caption = 'KeepSubIndentCheckBox'
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
@ -838,13 +837,15 @@ object CodeTemplateDialog: TCodeTemplateDialog
|
|||||||
end
|
end
|
||||||
object ButtonPanel: TButtonPanel
|
object ButtonPanel: TButtonPanel
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 32
|
Height = 26
|
||||||
Top = 504
|
Top = 510
|
||||||
Width = 485
|
Width = 485
|
||||||
OKButton.Name = 'OKButton'
|
OKButton.Name = 'OKButton'
|
||||||
OKButton.Caption = '&OK'
|
OKButton.Caption = '&OK'
|
||||||
|
OKButton.OnClick = OkButtonClick
|
||||||
HelpButton.Name = 'HelpButton'
|
HelpButton.Name = 'HelpButton'
|
||||||
HelpButton.Caption = '&Help'
|
HelpButton.Caption = '&Help'
|
||||||
|
HelpButton.OnClick = HelpButtonClick
|
||||||
CloseButton.Name = 'CloseButton'
|
CloseButton.Name = 'CloseButton'
|
||||||
CloseButton.Caption = '&Close'
|
CloseButton.Caption = '&Close'
|
||||||
CloseButton.Enabled = False
|
CloseButton.Enabled = False
|
||||||
|
@ -939,8 +939,9 @@ begin
|
|||||||
DeleteButton.Caption:=dlgEdDelete;
|
DeleteButton.Caption:=dlgEdDelete;
|
||||||
TemplatesGroupBox.Caption:=lisCTDTemplates;
|
TemplatesGroupBox.Caption:=lisCTDTemplates;
|
||||||
|
|
||||||
ButtonPanel.HelpButton.OnClick := @HelpButtonClick;
|
ButtonPanel.OKButton.Caption:=lisOk;
|
||||||
ButtonPanel.OKButton.OnClick := @OKButtonClick;
|
ButtonPanel.HelpButton.Caption:=lisMenuHelp;
|
||||||
|
ButtonPanel.CancelButton.Caption:=dlgCancel;
|
||||||
|
|
||||||
FilenameGroupBox.Caption:=lisDebugOptionsFrmModule;
|
FilenameGroupBox.Caption:=lisDebugOptionsFrmModule;
|
||||||
UseMacrosCheckBox.Caption:=lisEnableMacros;
|
UseMacrosCheckBox.Caption:=lisEnableMacros;
|
||||||
|
Loading…
Reference in New Issue
Block a user