mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 19:16:16 +02:00
IDE: improved 'Abstract methods' dialog localization and (slightly) layout
git-svn-id: trunk@29790 -
This commit is contained in:
parent
a41a5f4bc3
commit
25dee90ae8
@ -10,36 +10,39 @@ object AbstractMethodsDialog: TAbstractMethodsDialog
|
||||
ClientWidth = 581
|
||||
OnCreate = FormCreate
|
||||
OnDestroy = FormDestroy
|
||||
LCLVersion = '0.9.29'
|
||||
LCLVersion = '0.9.31'
|
||||
object NoteLabel: TLabel
|
||||
Left = 0
|
||||
Height = 16
|
||||
Top = 0
|
||||
Width = 581
|
||||
Left = 6
|
||||
Height = 14
|
||||
Top = 6
|
||||
Width = 569
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'NoteLabel'
|
||||
ParentColor = False
|
||||
WordWrap = True
|
||||
end
|
||||
object MethodsGroupBox: TGroupBox
|
||||
Left = 0
|
||||
Height = 290
|
||||
Top = 16
|
||||
Width = 581
|
||||
Left = 6
|
||||
Height = 274
|
||||
Top = 26
|
||||
Width = 569
|
||||
Align = alClient
|
||||
Anchors = [akLeft, akRight, akBottom]
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'MethodsGroupBox'
|
||||
ClientHeight = 272
|
||||
ClientWidth = 577
|
||||
ClientHeight = 256
|
||||
ClientWidth = 565
|
||||
TabOrder = 0
|
||||
object MethodsCheckListBox: TCheckListBox
|
||||
AnchorSideBottom.Control = SelectAllButton
|
||||
Left = 0
|
||||
Height = 235
|
||||
Top = 0
|
||||
Width = 577
|
||||
Left = 6
|
||||
Height = 215
|
||||
Top = 6
|
||||
Width = 553
|
||||
Align = alTop
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Around = 6
|
||||
ItemHeight = 0
|
||||
OnClickCheck = MethodsCheckListBoxClickCheck
|
||||
TabOrder = 0
|
||||
@ -49,9 +52,9 @@ object AbstractMethodsDialog: TAbstractMethodsDialog
|
||||
AnchorSideBottom.Control = MethodsGroupBox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 25
|
||||
Top = 241
|
||||
Width = 107
|
||||
Height = 23
|
||||
Top = 227
|
||||
Width = 98
|
||||
Anchors = [akLeft, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -64,10 +67,10 @@ object AbstractMethodsDialog: TAbstractMethodsDialog
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideBottom.Control = MethodsGroupBox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 119
|
||||
Height = 25
|
||||
Top = 241
|
||||
Width = 122
|
||||
Left = 110
|
||||
Height = 23
|
||||
Top = 227
|
||||
Width = 112
|
||||
Anchors = [akLeft, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -92,10 +95,10 @@ object AbstractMethodsDialog: TAbstractMethodsDialog
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = BtnPanel
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 494
|
||||
Left = 498
|
||||
Height = 26
|
||||
Top = 6
|
||||
Width = 81
|
||||
Width = 77
|
||||
Anchors = [akRight, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -111,7 +114,7 @@ object AbstractMethodsDialog: TAbstractMethodsDialog
|
||||
AnchorSideRight.Control = AddAllBitBtn
|
||||
AnchorSideBottom.Control = BtnPanel
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 313
|
||||
Left = 322
|
||||
Height = 26
|
||||
Top = 6
|
||||
Width = 75
|
||||
@ -131,10 +134,10 @@ object AbstractMethodsDialog: TAbstractMethodsDialog
|
||||
AnchorSideRight.Control = CancelBitBtn
|
||||
AnchorSideBottom.Control = BtnPanel
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 394
|
||||
Left = 403
|
||||
Height = 26
|
||||
Top = 6
|
||||
Width = 94
|
||||
Width = 89
|
||||
Anchors = [akRight, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
|
@ -160,6 +160,7 @@ begin
|
||||
|
||||
AddFirstBitBtn.Caption:=lisSAMOverrideFirstSelected;
|
||||
AddAllBitBtn.Caption:=lisSAMOverrideAllSelected;
|
||||
CancelBitBtn.Caption:=dlgCancel;
|
||||
|
||||
SelectNoneButton.Caption:=lisSAMSelectNone;
|
||||
SelectAllButton.Caption:=lisMenuSelectAll;
|
||||
|
Loading…
Reference in New Issue
Block a user