mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 19:18:01 +02:00
Merged revision(s) 65304 #d8b67e5786, 65306 #38ed460e9e from trunk:
IDE: Remove EnvironmentOptions.DesignerPaintLazy to prevent paintings outside OnPaint resulting in painting artefacts. Fixes issue #23741 and #33781 ........ IDE: regenerated translations ........ git-svn-id: branches/fixes_2_2@65369 -
This commit is contained in:
parent
0d0c704ffd
commit
cd197341b0
@ -2017,10 +2017,6 @@ begin
|
||||
// client grid
|
||||
if (Sender is TWinControl) and (csAcceptsControls in Sender.ControlStyle) then
|
||||
PaintClientGrid(TWinControl(Sender),DDC);
|
||||
|
||||
if (WidgetSet.GetLCLCapability(lcCanDrawOutsideOnPaint) <> 0) and
|
||||
not EnvironmentOptions.DesignerPaintLazy then
|
||||
DoPaintDesignerItems;
|
||||
end;
|
||||
|
||||
// clean up
|
||||
|
@ -577,7 +577,6 @@ type
|
||||
// designer
|
||||
FCreateComponentFocusNameProperty: boolean;
|
||||
FSwitchToFavoritesOITab: boolean;
|
||||
FDesignerPaintLazy: boolean;
|
||||
FShowBorderSpacing: boolean;
|
||||
FShowGrid: boolean;
|
||||
FSnapToGrid: boolean;
|
||||
@ -863,8 +862,6 @@ type
|
||||
write FRubberbandCreationColor;
|
||||
property RubberbandSelectsGrandChilds: boolean read FRubberbandSelectsGrandChilds
|
||||
write FRubberbandSelectsGrandChilds;
|
||||
property DesignerPaintLazy: boolean read FDesignerPaintLazy
|
||||
write FDesignerPaintLazy;
|
||||
property CreateComponentFocusNameProperty: boolean read FCreateComponentFocusNameProperty
|
||||
write FCreateComponentFocusNameProperty;
|
||||
property SwitchToFavoritesOITab: boolean read FSwitchToFavoritesOITab
|
||||
@ -2143,7 +2140,6 @@ begin
|
||||
FRubberbandSelectionColor:=clNavy;
|
||||
FRubberbandCreationColor:=clMaroon;
|
||||
FRubberbandSelectsGrandChilds:=DefaultRubberbandSelectsGrandChilds;
|
||||
FDesignerPaintLazy:=true;
|
||||
FCreateComponentFocusNameProperty:=false;
|
||||
FSwitchToFavoritesOITab:=false;
|
||||
FFormTitleBarChangesObjectInspector:=false;
|
||||
@ -2631,7 +2627,6 @@ begin
|
||||
FRubberbandCreationColor:=FXMLCfg.GetValue(Path+'FormEditor/Rubberband/CreationColor/Value',
|
||||
FRubberbandCreationColor);
|
||||
FRubberbandSelectsGrandChilds:=FXMLCfg.GetValue(Path+'FormEditor/Rubberband/SelectsGrandChilds/Value',DefaultRubberbandSelectsGrandChilds);
|
||||
FDesignerPaintLazy:=FXMLCfg.GetValue(Path+'FormEditor/DesignerPaint/Lazy/Value',true);
|
||||
FCreateComponentFocusNameProperty:=FXMLCfg.GetValue(
|
||||
Path+'FormEditor/CreateComponentFocusNameProperty/Value',false);
|
||||
FSwitchToFavoritesOITab:=FXMLCfg.GetValue(Path+'FormEditor/SwitchToFavoritesOITab/Value',false);
|
||||
@ -3003,7 +2998,6 @@ begin
|
||||
FRubberbandCreationColor,clRed);
|
||||
FXMLCfg.SetDeleteValue(Path+'FormEditor/Rubberband/SelectsGrandChilds/Value',
|
||||
FRubberbandSelectsGrandChilds,DefaultRubberbandSelectsGrandChilds);
|
||||
FXMLCfg.SetDeleteValue(Path+'FormEditor/DesignerPaint/Lazy/Value',FDesignerPaintLazy,true);
|
||||
FXMLCfg.SetDeleteValue(Path+'FormEditor/CreateComponentFocusNameProperty/Value',
|
||||
FCreateComponentFocusNameProperty,false);
|
||||
FXMLCfg.SetDeleteValue(Path+'FormEditor/SwitchToFavoritesOITab/Value',FSwitchToFavoritesOITab,false);
|
||||
|
@ -17,14 +17,14 @@ object FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 232
|
||||
Height = 153
|
||||
Height = 141
|
||||
Top = 0
|
||||
Width = 537
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'GridGroupBox'
|
||||
ClientHeight = 133
|
||||
ClientHeight = 123
|
||||
ClientWidth = 533
|
||||
TabOrder = 1
|
||||
object GridSizeXLabel: TLabel
|
||||
@ -32,24 +32,22 @@ object FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideTop.Control = GridSizeXSpinEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 15
|
||||
Top = 79
|
||||
Width = 77
|
||||
Height = 13
|
||||
Top = 73
|
||||
Width = 69
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'GridSizeXLabel'
|
||||
ParentColor = False
|
||||
end
|
||||
object GridSizeYLabel: TLabel
|
||||
AnchorSideLeft.Control = GridGroupBox
|
||||
AnchorSideTop.Control = GridSizeYSpinEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 15
|
||||
Top = 108
|
||||
Width = 77
|
||||
Height = 13
|
||||
Top = 100
|
||||
Width = 69
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'GridSizeYLabel'
|
||||
ParentColor = False
|
||||
end
|
||||
object SnapToGridCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = GridGroupBox
|
||||
@ -58,9 +56,9 @@ object FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideRight.Control = GridGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 50
|
||||
Width = 134
|
||||
Height = 17
|
||||
Top = 46
|
||||
Width = 122
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 3
|
||||
BorderSpacing.Right = 6
|
||||
@ -73,9 +71,9 @@ object FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideLeft.Control = GridGroupBox
|
||||
AnchorSideTop.Control = GridGroupBox
|
||||
Left = 6
|
||||
Height = 19
|
||||
Height = 17
|
||||
Top = 6
|
||||
Width = 123
|
||||
Width = 112
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'ShowGridCheckBox'
|
||||
@ -88,9 +86,9 @@ object FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideTop.Control = ShowGridCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 28
|
||||
Width = 167
|
||||
Height = 17
|
||||
Top = 26
|
||||
Width = 154
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 3
|
||||
Caption = 'ShowBorderSpaceCheckBox'
|
||||
@ -103,9 +101,9 @@ object FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = SnapToGridCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 89
|
||||
Height = 23
|
||||
Top = 75
|
||||
Left = 81
|
||||
Height = 21
|
||||
Top = 69
|
||||
Width = 64
|
||||
BorderSpacing.Around = 6
|
||||
MaxValue = 128
|
||||
@ -120,9 +118,9 @@ object FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = GridSizeXSpinEdit
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 89
|
||||
Height = 23
|
||||
Top = 104
|
||||
Left = 81
|
||||
Height = 21
|
||||
Top = 96
|
||||
Width = 64
|
||||
BorderSpacing.Around = 6
|
||||
MaxValue = 128
|
||||
@ -142,14 +140,14 @@ object FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideBottom.Control = Owner
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 250
|
||||
Top = 238
|
||||
Height = 239
|
||||
Top = 220
|
||||
Width = 769
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'FormEditMiscGroupBox'
|
||||
ClientHeight = 230
|
||||
ClientHeight = 221
|
||||
ClientWidth = 765
|
||||
TabOrder = 3
|
||||
object ShowComponentCaptionsCheckBox: TCheckBox
|
||||
@ -159,9 +157,9 @@ object FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideRight.Control = FormEditMiscGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 28
|
||||
Width = 212
|
||||
Height = 17
|
||||
Top = 26
|
||||
Width = 190
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 3
|
||||
BorderSpacing.Right = 6
|
||||
@ -177,9 +175,9 @@ object FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideRight.Control = FormEditMiscGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 50
|
||||
Width = 160
|
||||
Height = 17
|
||||
Top = 46
|
||||
Width = 145
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 3
|
||||
BorderSpacing.Right = 6
|
||||
@ -195,9 +193,9 @@ object FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideRight.Control = FormEditMiscGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 72
|
||||
Width = 214
|
||||
Height = 17
|
||||
Top = 66
|
||||
Width = 194
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 3
|
||||
BorderSpacing.Right = 6
|
||||
@ -213,9 +211,9 @@ object FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideRight.Control = FormEditMiscGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 94
|
||||
Width = 162
|
||||
Height = 17
|
||||
Top = 86
|
||||
Width = 147
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 3
|
||||
Caption = 'RightClickSelectsCheckBox'
|
||||
@ -223,31 +221,14 @@ object FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
ShowHint = True
|
||||
TabOrder = 4
|
||||
end
|
||||
object DesignerPaintLazyCheckBox: TCheckBox
|
||||
object CreateCompFocusNameCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = FormEditMiscGroupBox
|
||||
AnchorSideTop.Control = RightClickSelectsCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = FormEditMiscGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 116
|
||||
Width = 168
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 3
|
||||
Caption = 'DesignerPaintLazyCheckBox'
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
TabOrder = 5
|
||||
end
|
||||
object CreateCompFocusNameCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = FormEditMiscGroupBox
|
||||
AnchorSideTop.Control = DesignerPaintLazyCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 138
|
||||
Width = 202
|
||||
Left = 7
|
||||
Height = 17
|
||||
Top = 107
|
||||
Width = 182
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 3
|
||||
BorderSpacing.Bottom = 3
|
||||
@ -255,7 +236,7 @@ object FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
OnChange = CreateCompFocusNameCheckBoxChange
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
TabOrder = 6
|
||||
TabOrder = 5
|
||||
end
|
||||
object RubberbandSelectsGrandChildsCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = FormEditMiscGroupBox
|
||||
@ -263,7 +244,7 @@ object FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideRight.Control = FormEditMiscGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 19
|
||||
Height = 17
|
||||
Top = 6
|
||||
Width = 759
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -279,31 +260,31 @@ object FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideTop.Control = SwitchToFavoritesOITabCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 160
|
||||
Width = 232
|
||||
Height = 17
|
||||
Top = 158
|
||||
Width = 212
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 3
|
||||
BorderSpacing.Bottom = 3
|
||||
Caption = 'CheckPackagesOnFormCreateCheckBox'
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
TabOrder = 8
|
||||
TabOrder = 7
|
||||
end
|
||||
object SwitchToFavoritesOITabCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = CreateCompFocusNameCheckBox
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = CreateCompFocusNameCheckBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 228
|
||||
Height = 19
|
||||
Left = 208
|
||||
Height = 17
|
||||
Top = 138
|
||||
Width = 200
|
||||
Width = 185
|
||||
BorderSpacing.Left = 20
|
||||
Caption = 'SwitchToFavoritesOITabCheckBox'
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
TabOrder = 7
|
||||
TabOrder = 6
|
||||
end
|
||||
object FormTitleBarChangesObjectInspectorCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = FormEditMiscGroupBox
|
||||
@ -312,16 +293,16 @@ object FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideBottom.Control = FormEditMiscGroupBox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 182
|
||||
Width = 270
|
||||
Height = 17
|
||||
Top = 178
|
||||
Width = 247
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 3
|
||||
BorderSpacing.Bottom = 3
|
||||
Caption = 'FormTitleBarChangesObjectInspectorCheckBox'
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
TabOrder = 9
|
||||
TabOrder = 8
|
||||
end
|
||||
object ForceDPIScalingInDesignTimeCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = FormEditMiscGroupBox
|
||||
@ -329,16 +310,16 @@ object FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 204
|
||||
Width = 230
|
||||
Height = 17
|
||||
Top = 198
|
||||
Width = 208
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 3
|
||||
BorderSpacing.Bottom = 6
|
||||
Caption = 'ForceDPIScalingInDesignTimeCheckBox'
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
TabOrder = 10
|
||||
TabOrder = 9
|
||||
end
|
||||
end
|
||||
object GuideLinesGroupBox: TGroupBox
|
||||
@ -350,15 +331,15 @@ object FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 232
|
||||
Height = 73
|
||||
Top = 159
|
||||
Height = 67
|
||||
Top = 147
|
||||
Width = 537
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'GuideLinesGroupBox'
|
||||
ClientHeight = 53
|
||||
ClientHeight = 49
|
||||
ClientWidth = 533
|
||||
TabOrder = 2
|
||||
object ShowGuideLinesCheckBox: TCheckBox
|
||||
@ -366,7 +347,7 @@ object FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideRight.Control = GuideLinesGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 19
|
||||
Height = 17
|
||||
Top = 6
|
||||
Width = 521
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -385,8 +366,8 @@ object FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideRight.Control = GuideLinesGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 19
|
||||
Top = 28
|
||||
Height = 17
|
||||
Top = 26
|
||||
Width = 521
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 6
|
||||
@ -407,12 +388,12 @@ object FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideBottom.Control = GuideLinesGroupBox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 232
|
||||
Height = 214
|
||||
Top = 0
|
||||
Width = 226
|
||||
Anchors = [akTop, akLeft, akBottom]
|
||||
Caption = 'DesignerColorsGroupBox'
|
||||
ClientHeight = 212
|
||||
ClientHeight = 196
|
||||
ClientWidth = 222
|
||||
TabOrder = 0
|
||||
object ColorsListBox: TColorListBox
|
||||
@ -420,7 +401,7 @@ object FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideTop.Control = DesignerColorsGroupBox
|
||||
AnchorSideBottom.Control = ColorBox
|
||||
Left = 6
|
||||
Height = 172
|
||||
Height = 156
|
||||
Top = 6
|
||||
Width = 210
|
||||
Style = [cbCustomColors]
|
||||
@ -441,7 +422,7 @@ object FormEditorOptionsFrame: TFormEditorOptionsFrame
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 184
|
||||
Top = 168
|
||||
Width = 210
|
||||
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbCustomColor, cbPrettyNames]
|
||||
Anchors = [akLeft, akBottom]
|
||||
|
@ -56,7 +56,6 @@ type
|
||||
ColorBox: TColorBox;
|
||||
ColorsListBox: TColorListBox;
|
||||
CreateCompFocusNameCheckBox: TCheckBox;
|
||||
DesignerPaintLazyCheckBox: TCheckBox;
|
||||
FormEditMiscGroupBox: TGroupBox;
|
||||
GridGroupBox: TGroupBox;
|
||||
GridSizeXSpinEdit: TSpinEdit;
|
||||
@ -136,8 +135,6 @@ procedure TFormEditorOptionsFrame.Setup(ADialog: TAbstractOptionsEditorDialog);
|
||||
OpenDesignerOnOpenUnitCheckBox.Hint:=lisOpenDesignerOnOpenUnitHint;
|
||||
RightClickSelectsCheckBox.Caption:=dlgRightClickSelects;
|
||||
RightClickSelectsCheckBox.Hint:=dlgComponentUnderMouseCursorIsFirstSelected;
|
||||
DesignerPaintLazyCheckBox.Caption:=lisFEPaintDesignerItemsOnIdle;
|
||||
DesignerPaintLazyCheckBox.Hint:=lisFEPaintDesignerItemsOnIdleHint;
|
||||
CreateCompFocusNameCheckBox.Caption:=lisAskNameOnCreate;
|
||||
CreateCompFocusNameCheckBox.Hint:=lisAskForComponentNameAfterPuttingItOnForm;
|
||||
SwitchToFavoritesOITabCheckBox.Caption:=lisOFESwitchToObjectInspectorFavoritesTab;
|
||||
@ -187,7 +184,6 @@ begin
|
||||
CheckPackagesOnFormCreateCheckBox.Checked := CheckPackagesOnFormCreate;
|
||||
RightClickSelectsCheckBox.Checked := RightClickSelects;
|
||||
RubberbandSelectsGrandChildsCheckBox.Checked := RubberbandSelectsGrandChilds;
|
||||
DesignerPaintLazyCheckBox.Checked := DesignerPaintLazy;
|
||||
CreateCompFocusNameCheckBox.Checked := CreateComponentFocusNameProperty;
|
||||
SwitchToFavoritesOITabCheckBox.Checked := SwitchToFavoritesOITab;
|
||||
SwitchToFavoritesOITabCheckBox.Enabled := CreateCompFocusNameCheckBox.Checked;
|
||||
@ -224,7 +220,6 @@ begin
|
||||
CheckPackagesOnFormCreate := CheckPackagesOnFormCreateCheckBox.Checked;
|
||||
RightClickSelects := RightClickSelectsCheckBox.Checked;
|
||||
RubberbandSelectsGrandChilds := RubberbandSelectsGrandChildsCheckBox.Checked;
|
||||
DesignerPaintLazy := DesignerPaintLazyCheckBox.Checked;
|
||||
CreateComponentFocusNameProperty := CreateCompFocusNameCheckBox.Checked;
|
||||
SwitchToFavoritesOITab := SwitchToFavoritesOITabCheckBox.Checked;
|
||||
FormTitleBarChangesObjectInspector := FormTitleBarChangesObjectInspectorCheckBox.Checked;
|
||||
|
@ -1516,9 +1516,6 @@ resourcestring
|
||||
dlgrightClickSelects = 'Right click selects';
|
||||
dlgComponentUnderMouseCursorIsFirstSelected = 'Component under mouse cursor '
|
||||
+'is first selected, then the popup menu commands work on it.';
|
||||
lisFEPaintDesignerItemsOnIdle = 'Reduce designer painting';
|
||||
lisFEPaintDesignerItemsOnIdleHint = 'Paint designer items only on idle '
|
||||
+'(reduce overhead for slow computers)';
|
||||
lisAskNameOnCreate = 'Ask name on create';
|
||||
lisAskForComponentNameAfterPuttingItOnForm = 'Ask for component '
|
||||
+'name after putting it on a designer form.';
|
||||
|
@ -9930,15 +9930,6 @@ msgctxt "lazarusidestrconsts.lisfatal"
|
||||
msgid "Fatal"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidle
|
||||
msgid "Reduce designer painting"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidlehint
|
||||
msgctxt "lazarusidestrconsts.lisfepaintdesigneritemsonidlehint"
|
||||
msgid "Paint designer items only on idle (reduce overhead for slow computers)"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisfile
|
||||
msgctxt "lazarusidestrconsts.lisfile"
|
||||
msgid "File"
|
||||
|
@ -9936,15 +9936,6 @@ msgctxt "lazarusidestrconsts.lisfatal"
|
||||
msgid "Fatal"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidle
|
||||
msgid "Reduce designer painting"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidlehint
|
||||
msgctxt "lazarusidestrconsts.lisfepaintdesigneritemsonidlehint"
|
||||
msgid "Paint designer items only on idle (reduce overhead for slow computers)"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisfile
|
||||
msgctxt "lazarusidestrconsts.lisfile"
|
||||
msgid "File"
|
||||
|
@ -10167,16 +10167,6 @@ msgctxt "lazarusidestrconsts.lisfatal"
|
||||
msgid "Fatal"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidle
|
||||
msgid "Reduce designer painting"
|
||||
msgstr "Redueix la pintura del disseny"
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidlehint
|
||||
#, fuzzy
|
||||
msgctxt "lazarusidestrconsts.lisfepaintdesigneritemsonidlehint"
|
||||
msgid "Paint designer items only on idle (reduce overhead for slow computers)"
|
||||
msgstr "Pinta els elements dissenyats només a l'ide (redueix sobrecàrrega a ordinadors lents)"
|
||||
|
||||
#: lazarusidestrconsts.lisfile
|
||||
msgctxt "lazarusidestrconsts.lisfile"
|
||||
msgid "File"
|
||||
|
@ -9962,15 +9962,6 @@ msgctxt "lazarusidestrconsts.lisfatal"
|
||||
msgid "Fatal"
|
||||
msgstr "Fatální"
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidle
|
||||
msgid "Reduce designer painting"
|
||||
msgstr "Redukovat vykreslování návrháře"
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidlehint
|
||||
msgctxt "lazarusidestrconsts.lisfepaintdesigneritemsonidlehint"
|
||||
msgid "Paint designer items only on idle (reduce overhead for slow computers)"
|
||||
msgstr "Vykreslovat prvky návrháře pouze při nečinnosti (snižuje zatížení u pomalých počítačů)"
|
||||
|
||||
#: lazarusidestrconsts.lisfile
|
||||
msgctxt "lazarusidestrconsts.lisfile"
|
||||
msgid "File"
|
||||
|
@ -10004,15 +10004,6 @@ msgctxt "lazarusidestrconsts.lisfatal"
|
||||
msgid "Fatal"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidle
|
||||
msgid "Reduce designer painting"
|
||||
msgstr "Designer möglichst selten neu zeichnen"
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidlehint
|
||||
msgctxt "lazarusidestrconsts.lisfepaintdesigneritemsonidlehint"
|
||||
msgid "Paint designer items only on idle (reduce overhead for slow computers)"
|
||||
msgstr "Zeichne Designerelemente nur wenn unbeschäftigt (reduziert die Prozessorbelastung langsamerer Rechner)"
|
||||
|
||||
#: lazarusidestrconsts.lisfile
|
||||
msgctxt "lazarusidestrconsts.lisfile"
|
||||
msgid "File"
|
||||
|
@ -10115,14 +10115,6 @@ msgctxt "lazarusidestrconsts.lisfatal"
|
||||
msgid "Fatal"
|
||||
msgstr "Fatal"
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidle
|
||||
msgid "Reduce designer painting"
|
||||
msgstr "Reducir pintado del diseñador"
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidlehint
|
||||
msgid "Paint designer items only on idle (reduce overhead for slow computers)"
|
||||
msgstr "Dibujar elementos del diseñador cuando se esté inactivo (reduce la sobrecarga en máquinas lentas)"
|
||||
|
||||
#: lazarusidestrconsts.lisfile
|
||||
msgctxt "lazarusidestrconsts.lisfile"
|
||||
msgid "File"
|
||||
|
@ -9897,14 +9897,6 @@ msgctxt "lazarusidestrconsts.lisfatal"
|
||||
msgid "Fatal"
|
||||
msgstr "Tuhoisa"
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidle
|
||||
msgid "Reduce designer painting"
|
||||
msgstr "Vähennä lomake-editorin päivittämistä"
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidlehint
|
||||
msgid "Paint designer items only on idle (reduce overhead for slow computers)"
|
||||
msgstr "Piirrä lomake-editori vain joutoaikana (vähentää viivettä hitaalla tietokoneella)"
|
||||
|
||||
#: lazarusidestrconsts.lisfile
|
||||
msgid "File"
|
||||
msgstr "Tiedosto"
|
||||
|
@ -9918,15 +9918,6 @@ msgctxt "lazarusidestrconsts.lisfatal"
|
||||
msgid "Fatal"
|
||||
msgstr "Fatal"
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidle
|
||||
msgid "Reduce designer painting"
|
||||
msgstr "Réduire le traçage du concepteur de fiche"
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidlehint
|
||||
msgctxt "lazarusidestrconsts.lisfepaintdesigneritemsonidlehint"
|
||||
msgid "Paint designer items only on idle (reduce overhead for slow computers)"
|
||||
msgstr "Dessiner les éléments du concepteur de fiche seulement quand inactif (réduit la charge des ordinateurs lents)"
|
||||
|
||||
#: lazarusidestrconsts.lisfile
|
||||
msgctxt "lazarusidestrconsts.lisfile"
|
||||
msgid "File"
|
||||
|
@ -10400,16 +10400,6 @@ msgctxt "lazarusidestrconsts.lisfatal"
|
||||
msgid "Fatal"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidle
|
||||
msgid "Reduce designer painting"
|
||||
msgstr "צמצם את צביעת המעצב"
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidlehint
|
||||
#, fuzzy
|
||||
msgctxt "lazarusidestrconsts.lisfepaintdesigneritemsonidlehint"
|
||||
msgid "Paint designer items only on idle (reduce overhead for slow computers)"
|
||||
msgstr "פריטי מעצב הצבעים מושבתים (צמצם אפשרויות עבור מחשבים איטיים)"
|
||||
|
||||
#: lazarusidestrconsts.lisfile
|
||||
msgctxt "lazarusidestrconsts.lisfile"
|
||||
msgid "File"
|
||||
|
@ -9916,15 +9916,6 @@ msgctxt "lazarusidestrconsts.lisfatal"
|
||||
msgid "Fatal"
|
||||
msgstr "Végzetes"
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidle
|
||||
msgid "Reduce designer painting"
|
||||
msgstr "A tervező sokszínűségének csökkentése"
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidlehint
|
||||
msgctxt "lazarusidestrconsts.lisfepaintdesigneritemsonidlehint"
|
||||
msgid "Paint designer items only on idle (reduce overhead for slow computers)"
|
||||
msgstr "Tervező elemeinek újrarajzolása csak üresjáratban (lassú számítógépek terhelésének csökkentése)"
|
||||
|
||||
#: lazarusidestrconsts.lisfile
|
||||
msgctxt "lazarusidestrconsts.lisfile"
|
||||
msgid "File"
|
||||
|
@ -10223,16 +10223,6 @@ msgctxt "lazarusidestrconsts.lisfatal"
|
||||
msgid "Fatal"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidle
|
||||
msgid "Reduce designer painting"
|
||||
msgstr "Kurangi penggambaran pendesain"
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidlehint
|
||||
#, fuzzy
|
||||
msgctxt "lazarusidestrconsts.lisfepaintdesigneritemsonidlehint"
|
||||
msgid "Paint designer items only on idle (reduce overhead for slow computers)"
|
||||
msgstr "Gambar item pendesain hanya saat menganggur (mengurangi kelebihan beban untuk komputer lambat)"
|
||||
|
||||
#: lazarusidestrconsts.lisfile
|
||||
msgctxt "lazarusidestrconsts.lisfile"
|
||||
msgid "File"
|
||||
|
@ -10083,15 +10083,6 @@ msgctxt "lazarusidestrconsts.lisfatal"
|
||||
msgid "Fatal"
|
||||
msgstr "Fatale"
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidle
|
||||
msgid "Reduce designer painting"
|
||||
msgstr "Riduce il disegno del designer"
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidlehint
|
||||
msgctxt "lazarusidestrconsts.lisfepaintdesigneritemsonidlehint"
|
||||
msgid "Paint designer items only on idle (reduce overhead for slow computers)"
|
||||
msgstr "Disegna oggetti nel designer solo in pausa (riduce il lavoro per computer lenti)"
|
||||
|
||||
#: lazarusidestrconsts.lisfile
|
||||
msgctxt "lazarusidestrconsts.lisfile"
|
||||
msgid "File"
|
||||
|
@ -10046,16 +10046,6 @@ msgctxt "lazarusidestrconsts.lisfatal"
|
||||
msgid "Fatal"
|
||||
msgstr "致命的"
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidle
|
||||
msgid "Reduce designer painting"
|
||||
msgstr "デザイナーによる描画を減らす"
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidlehint
|
||||
#, fuzzy
|
||||
msgctxt "lazarusidestrconsts.lisfepaintdesigneritemsonidlehint"
|
||||
msgid "Paint designer items only on idle (reduce overhead for slow computers)"
|
||||
msgstr "ペイントデザイナーアイテムはアイドル状態のみです(遅いコンピュータのオーバーヘッドを減らすため)"
|
||||
|
||||
#: lazarusidestrconsts.lisfile
|
||||
msgctxt "lazarusidestrconsts.lisfile"
|
||||
msgid "File"
|
||||
|
@ -10050,15 +10050,6 @@ msgctxt "lazarusidestrconsts.lisfatal"
|
||||
msgid "Fatal"
|
||||
msgstr "Kritinė"
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidle
|
||||
msgid "Reduce designer painting"
|
||||
msgstr "Sumažinti paišymą konstruktoriuje"
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidlehint
|
||||
msgctxt "lazarusidestrconsts.lisfepaintdesigneritemsonidlehint"
|
||||
msgid "Paint designer items only on idle (reduce overhead for slow computers)"
|
||||
msgstr "Konstruktoriaus elementus piešti tik laukimo režime (sumažina lėtų kompiuterių apkrovą)"
|
||||
|
||||
#: lazarusidestrconsts.lisfile
|
||||
msgctxt "lazarusidestrconsts.lisfile"
|
||||
msgid "File"
|
||||
|
@ -10199,16 +10199,6 @@ msgctxt "lazarusidestrconsts.lisfatal"
|
||||
msgid "Fatal"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidle
|
||||
msgid "Reduce designer painting"
|
||||
msgstr "Beperk het opnieuw tekenen"
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidlehint
|
||||
#, fuzzy
|
||||
msgctxt "lazarusidestrconsts.lisfepaintdesigneritemsonidlehint"
|
||||
msgid "Paint designer items only on idle (reduce overhead for slow computers)"
|
||||
msgstr "Teken designer items in idle tijd (reduceert overhead voor langzame computers)"
|
||||
|
||||
#: lazarusidestrconsts.lisfile
|
||||
msgctxt "lazarusidestrconsts.lisfile"
|
||||
msgid "File"
|
||||
|
@ -10087,15 +10087,6 @@ msgctxt "lazarusidestrconsts.lisfatal"
|
||||
msgid "Fatal"
|
||||
msgstr "Błąd krytyczny"
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidle
|
||||
msgid "Reduce designer painting"
|
||||
msgstr "Redukuj odrysowywanie edytora"
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidlehint
|
||||
msgctxt "lazarusidestrconsts.lisfepaintdesigneritemsonidlehint"
|
||||
msgid "Paint designer items only on idle (reduce overhead for slow computers)"
|
||||
msgstr "Odrysowywanie elementów edytora tylko przy małym obciążeniu (zmniejsza obciążenie wolnych komputerów)"
|
||||
|
||||
#: lazarusidestrconsts.lisfile
|
||||
msgctxt "lazarusidestrconsts.lisfile"
|
||||
msgid "File"
|
||||
|
@ -9894,15 +9894,6 @@ msgctxt "lazarusidestrconsts.lisfatal"
|
||||
msgid "Fatal"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidle
|
||||
msgid "Reduce designer painting"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidlehint
|
||||
msgctxt "lazarusidestrconsts.lisfepaintdesigneritemsonidlehint"
|
||||
msgid "Paint designer items only on idle (reduce overhead for slow computers)"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisfile
|
||||
msgctxt "lazarusidestrconsts.lisfile"
|
||||
msgid "File"
|
||||
|
@ -9947,15 +9947,6 @@ msgctxt "lazarusidestrconsts.lisfatal"
|
||||
msgid "Fatal"
|
||||
msgstr "Fatal"
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidle
|
||||
msgid "Reduce designer painting"
|
||||
msgstr "Reduzir atualização de janela"
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidlehint
|
||||
msgctxt "lazarusidestrconsts.lisfepaintdesigneritemsonidlehint"
|
||||
msgid "Paint designer items only on idle (reduce overhead for slow computers)"
|
||||
msgstr "Pintar itens da janela do editor quando ocioso.(Reduz pico processamento para computadores lentos)"
|
||||
|
||||
#: lazarusidestrconsts.lisfile
|
||||
msgctxt "lazarusidestrconsts.lisfile"
|
||||
msgid "File"
|
||||
|
@ -9911,15 +9911,6 @@ msgctxt "lazarusidestrconsts.lisfatal"
|
||||
msgid "Fatal"
|
||||
msgstr "Фатальная ошибка"
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidle
|
||||
msgid "Reduce designer painting"
|
||||
msgstr "Уменьшить прорисовку редакторов форм"
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidlehint
|
||||
msgctxt "lazarusidestrconsts.lisfepaintdesigneritemsonidlehint"
|
||||
msgid "Paint designer items only on idle (reduce overhead for slow computers)"
|
||||
msgstr "Рисовать элементы редакторов форм только в простое (уменьшает нагрузку на медленные машины)"
|
||||
|
||||
#: lazarusidestrconsts.lisfile
|
||||
msgctxt "lazarusidestrconsts.lisfile"
|
||||
msgid "File"
|
||||
|
@ -10161,16 +10161,6 @@ msgctxt "lazarusidestrconsts.lisfatal"
|
||||
msgid "Fatal"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidle
|
||||
msgid "Reduce designer painting"
|
||||
msgstr "Redukovať kreslenie návrhára"
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidlehint
|
||||
#, fuzzy
|
||||
msgctxt "lazarusidestrconsts.lisfepaintdesigneritemsonidlehint"
|
||||
msgid "Paint designer items only on idle (reduce overhead for slow computers)"
|
||||
msgstr "Kresliť položky návrhára len pri nečinnosti (redukuje zaťaženie per slabšie počítače)"
|
||||
|
||||
#: lazarusidestrconsts.lisfile
|
||||
msgctxt "lazarusidestrconsts.lisfile"
|
||||
msgid "File"
|
||||
|
@ -9878,15 +9878,6 @@ msgctxt "lazarusidestrconsts.lisfatal"
|
||||
msgid "Fatal"
|
||||
msgstr "Ölümcül"
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidle
|
||||
msgid "Reduce designer painting"
|
||||
msgstr "Tasarımcı boyamayı azaltın"
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidlehint
|
||||
msgctxt "lazarusidestrconsts.lisfepaintdesigneritemsonidlehint"
|
||||
msgid "Paint designer items only on idle (reduce overhead for slow computers)"
|
||||
msgstr "Tasarımcı öğelerini sadece boşta boyayın (yavaş bilgisayarlar için yükü azaltır)"
|
||||
|
||||
#: lazarusidestrconsts.lisfile
|
||||
msgctxt "lazarusidestrconsts.lisfile"
|
||||
msgid "File"
|
||||
|
@ -9916,15 +9916,6 @@ msgctxt "lazarusidestrconsts.lisfatal"
|
||||
msgid "Fatal"
|
||||
msgstr "Фатальна помилка"
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidle
|
||||
msgid "Reduce designer painting"
|
||||
msgstr "Обмежити вимальовування дизайнера"
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidlehint
|
||||
msgctxt "lazarusidestrconsts.lisfepaintdesigneritemsonidlehint"
|
||||
msgid "Paint designer items only on idle (reduce overhead for slow computers)"
|
||||
msgstr "Малювати елементи дизайну тільки в паузах (зменшує навантаження на повільних машинах)"
|
||||
|
||||
#: lazarusidestrconsts.lisfile
|
||||
msgctxt "lazarusidestrconsts.lisfile"
|
||||
msgid "File"
|
||||
|
@ -10123,16 +10123,6 @@ msgctxt "lazarusidestrconsts.lisfatal"
|
||||
msgid "Fatal"
|
||||
msgstr "致命的"
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidle
|
||||
#, fuzzy
|
||||
msgid "Reduce designer painting"
|
||||
msgstr "设计器"
|
||||
|
||||
#: lazarusidestrconsts.lisfepaintdesigneritemsonidlehint
|
||||
msgctxt "lazarusidestrconsts.lisfepaintdesigneritemsonidlehint"
|
||||
msgid "Paint designer items only on idle (reduce overhead for slow computers)"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts.lisfile
|
||||
msgctxt "lazarusidestrconsts.lisfile"
|
||||
msgid "File"
|
||||
|
Loading…
Reference in New Issue
Block a user