mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 06:56:10 +02:00
ide, debugger: evaluate/modify dialog: add resource strings
git-svn-id: trunk@20913 -
This commit is contained in:
parent
731b768329
commit
0e3e7e6ddf
@ -90,6 +90,11 @@ begin
|
|||||||
IDEDialogLayoutList.ApplyLayout(Self, 400, 290);
|
IDEDialogLayoutList.ApplyLayout(Self, 400, 290);
|
||||||
cmbExpression.Items.Assign(InputHistories.HistoryLists.GetList(ClassName, True));
|
cmbExpression.Items.Assign(InputHistories.HistoryLists.GetList(ClassName, True));
|
||||||
|
|
||||||
|
tbEvaluate.Caption := lisEvaluate;
|
||||||
|
tbModify.Caption := lisModify;
|
||||||
|
tbWatch.Caption := lisWatch;
|
||||||
|
tbInspect.Caption := lisInspect;
|
||||||
|
|
||||||
ToolBar1.Images := IDEImages.Images_16;
|
ToolBar1.Images := IDEImages.Images_16;
|
||||||
tbInspect.ImageIndex := IDEImages.LoadImage(16, 'debugger_inspect');
|
tbInspect.ImageIndex := IDEImages.LoadImage(16, 'debugger_inspect');
|
||||||
tbWatch.ImageIndex := IDEImages.LoadImage(16, 'debugger_watches');
|
tbWatch.ImageIndex := IDEImages.LoadImage(16, 'debugger_watches');
|
||||||
|
@ -4067,6 +4067,12 @@ resourcestring
|
|||||||
lisOff = '? (Off)';
|
lisOff = '? (Off)';
|
||||||
lisOn = '? (On)';
|
lisOn = '? (On)';
|
||||||
|
|
||||||
|
// Evaluate/Modify Dialog
|
||||||
|
lisEvaluate = 'E&valuate';
|
||||||
|
lisModify = '&Modify';
|
||||||
|
lisWatch = '&Watch';
|
||||||
|
lisInspect = '&Inspect';
|
||||||
|
|
||||||
// Designer Size Components Dialog
|
// Designer Size Components Dialog
|
||||||
lisShrinkToSmal = 'Shrink to smallest';
|
lisShrinkToSmal = 'Shrink to smallest';
|
||||||
lisGrowToLarges = 'Grow to Largest';
|
lisGrowToLarges = 'Grow to Largest';
|
||||||
|
Loading…
Reference in New Issue
Block a user