mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 01:57:57 +02:00
IDE: Layout improvements for BuildModes manager. Issue #28296, patch from Alexey Torgashin.
git-svn-id: trunk@49347 -
This commit is contained in:
parent
8bbae227d3
commit
e0a68da24d
@ -1,158 +1,22 @@
|
||||
object BuildModesForm: TBuildModesForm
|
||||
Left = 335
|
||||
Height = 366
|
||||
Top = 486
|
||||
Left = 396
|
||||
Height = 354
|
||||
Top = 484
|
||||
Width = 612
|
||||
ActiveControl = BuildModesStringGrid
|
||||
BorderIcons = [biSystemMenu]
|
||||
Caption = 'BuildModesForm'
|
||||
ClientHeight = 366
|
||||
ClientHeight = 354
|
||||
ClientWidth = 612
|
||||
OnCreate = FormCreate
|
||||
OnDestroy = FormDestroy
|
||||
OnShow = FormShow
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '1.5'
|
||||
object BuildModesGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 305
|
||||
Top = 6
|
||||
Width = 600
|
||||
Align = alTop
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'BuildModesGroupBox'
|
||||
ClientHeight = 286
|
||||
ClientWidth = 596
|
||||
TabOrder = 0
|
||||
object BuildModesStringGrid: TStringGrid
|
||||
AnchorSideTop.Control = AddSpeedButton
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 254
|
||||
Top = 32
|
||||
Width = 596
|
||||
Align = alBottom
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
AutoFillColumns = True
|
||||
BorderSpacing.Top = 10
|
||||
ColCount = 3
|
||||
Columns = <
|
||||
item
|
||||
ButtonStyle = cbsCheckboxColumn
|
||||
MaxSize = 50
|
||||
Title.Caption = 'Active'
|
||||
Width = 197
|
||||
end
|
||||
item
|
||||
ButtonStyle = cbsCheckboxColumn
|
||||
MaxSize = 50
|
||||
Title.Caption = 'InSession'
|
||||
Width = 197
|
||||
end
|
||||
item
|
||||
MaxSize = 500
|
||||
SizePriority = 100
|
||||
Title.Caption = 'Title'
|
||||
Width = 198
|
||||
end>
|
||||
FixedCols = 0
|
||||
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goSmoothScroll]
|
||||
TabOrder = 0
|
||||
OnCheckboxToggled = BuildModesCheckboxToggled
|
||||
OnDrawCell = BuildModesStringGridDrawCell
|
||||
OnSelection = BuildModesStringGridSelection
|
||||
OnValidateEntry = BuildModesStringGridValidateEntry
|
||||
ColWidths = (
|
||||
197
|
||||
197
|
||||
198
|
||||
)
|
||||
end
|
||||
object AddSpeedButton: TSpeedButton
|
||||
AnchorSideLeft.Control = BuildModesGroupBox
|
||||
AnchorSideTop.Control = BuildModesGroupBox
|
||||
Left = 0
|
||||
Height = 22
|
||||
Top = 0
|
||||
Width = 23
|
||||
OnClick = AddSpeedButtonClick
|
||||
ShowHint = True
|
||||
ParentShowHint = False
|
||||
end
|
||||
object DeleteSpeedButton: TSpeedButton
|
||||
AnchorSideLeft.Control = AddSpeedButton
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = BuildModesGroupBox
|
||||
Left = 23
|
||||
Height = 22
|
||||
Top = 0
|
||||
Width = 23
|
||||
OnClick = DeleteSpeedButtonClick
|
||||
ShowHint = True
|
||||
ParentShowHint = False
|
||||
end
|
||||
object MoveUpSpeedButton: TSpeedButton
|
||||
AnchorSideLeft.Control = DeleteSpeedButton
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = BuildModesGroupBox
|
||||
Left = 46
|
||||
Height = 22
|
||||
Top = 0
|
||||
Width = 23
|
||||
OnClick = MoveUpSpeedButtonClick
|
||||
ShowHint = True
|
||||
ParentShowHint = False
|
||||
end
|
||||
object MoveDownSpeedButton: TSpeedButton
|
||||
AnchorSideLeft.Control = MoveUpSpeedButton
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = BuildModesGroupBox
|
||||
Left = 69
|
||||
Height = 22
|
||||
Top = 0
|
||||
Width = 23
|
||||
OnClick = MoveDownSpeedButtonClick
|
||||
ShowHint = True
|
||||
ParentShowHint = False
|
||||
end
|
||||
object DiffSpeedButton: TSpeedButton
|
||||
AnchorSideLeft.Control = MoveDownSpeedButton
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = BuildModesGroupBox
|
||||
Left = 102
|
||||
Height = 22
|
||||
Top = 0
|
||||
Width = 23
|
||||
BorderSpacing.Left = 10
|
||||
OnClick = DiffSpeedButtonClick
|
||||
ShowHint = True
|
||||
ParentShowHint = False
|
||||
end
|
||||
object NoteLabel: TLabel
|
||||
AnchorSideTop.Control = DiffSpeedButton
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 160
|
||||
Height = 15
|
||||
Top = 4
|
||||
Width = 62
|
||||
Caption = 'NoteLabel'
|
||||
ParentColor = False
|
||||
end
|
||||
object btnCreateDefaultModes: TButton
|
||||
Left = 374
|
||||
Height = 27
|
||||
Top = -3
|
||||
Width = 216
|
||||
Anchors = [akTop, akRight]
|
||||
AutoSize = True
|
||||
Caption = 'Create Debug and Release modes'
|
||||
OnClick = btnCreateDefaultModesClick
|
||||
TabOrder = 1
|
||||
end
|
||||
end
|
||||
object ButtonPanel1: TButtonPanel
|
||||
Left = 6
|
||||
Height = 36
|
||||
Top = 324
|
||||
Height = 29
|
||||
Top = 319
|
||||
Width = 600
|
||||
OKButton.Name = 'OKButton'
|
||||
OKButton.DefaultCaption = True
|
||||
@ -164,11 +28,175 @@ object BuildModesForm: TBuildModesForm
|
||||
CancelButton.Name = 'CancelButton'
|
||||
CancelButton.DefaultCaption = True
|
||||
CancelButton.OnClick = CancelButtonClick
|
||||
TabOrder = 1
|
||||
TabOrder = 2
|
||||
ShowButtons = [pbOK, pbCancel, pbHelp]
|
||||
ShowBevel = False
|
||||
end
|
||||
object ToolBar1: TToolBar
|
||||
AnchorSideLeft.Control = cbDebugReleaseProject
|
||||
AnchorSideTop.Control = cbDebugReleaseProject
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 28
|
||||
Top = 37
|
||||
Width = 154
|
||||
Align = alNone
|
||||
BorderSpacing.Top = 9
|
||||
ButtonHeight = 26
|
||||
ButtonWidth = 26
|
||||
Caption = 'ToolBar1'
|
||||
EdgeBorders = []
|
||||
EdgeInner = esNone
|
||||
EdgeOuter = esNone
|
||||
Images = ImageList1
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
TabOrder = 0
|
||||
object ToolButtonAdd: TToolButton
|
||||
Left = 1
|
||||
Top = 0
|
||||
Caption = 'ToolButtonAdd'
|
||||
OnClick = AddSpeedButtonClick
|
||||
end
|
||||
object ToolButtonDelete: TToolButton
|
||||
Left = 27
|
||||
Top = 0
|
||||
Caption = 'ToolButtonDelete'
|
||||
OnClick = DeleteSpeedButtonClick
|
||||
end
|
||||
object ToolButtonMoveUp: TToolButton
|
||||
Left = 58
|
||||
Top = 0
|
||||
Caption = 'ToolButtonMoveUp'
|
||||
OnClick = MoveUpSpeedButtonClick
|
||||
end
|
||||
object ToolButtonMoveDown: TToolButton
|
||||
Left = 84
|
||||
Top = 0
|
||||
Caption = 'ToolButtonMoveDown'
|
||||
OnClick = MoveDownSpeedButtonClick
|
||||
end
|
||||
object ToolButton5: TToolButton
|
||||
Left = 110
|
||||
Height = 26
|
||||
Top = 0
|
||||
Width = 5
|
||||
Caption = 'ToolButton5'
|
||||
Style = tbsDivider
|
||||
end
|
||||
object ToolButtonDiff: TToolButton
|
||||
Left = 115
|
||||
Top = 0
|
||||
Caption = 'ToolButtonDiff'
|
||||
OnClick = DiffSpeedButtonClick
|
||||
end
|
||||
object ToolButton1: TToolButton
|
||||
Left = 53
|
||||
Height = 26
|
||||
Top = 0
|
||||
Width = 5
|
||||
Caption = 'ToolButton1'
|
||||
Style = tbsDivider
|
||||
end
|
||||
end
|
||||
object NoteLabel: TLabel
|
||||
AnchorSideLeft.Control = ToolBar1
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = ToolBar1
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 166
|
||||
Height = 17
|
||||
Top = 43
|
||||
Width = 56
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'NoteLabel'
|
||||
Font.Color = clMaroon
|
||||
Font.Style = [fsItalic]
|
||||
ParentColor = False
|
||||
ParentFont = False
|
||||
end
|
||||
object BuildModesStringGrid: TStringGrid
|
||||
AnchorSideLeft.Control = ToolBar1
|
||||
AnchorSideTop.Control = ToolBar1
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 244
|
||||
Top = 71
|
||||
Width = 602
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
AutoFillColumns = True
|
||||
BorderSpacing.Top = 6
|
||||
ColCount = 3
|
||||
Columns = <
|
||||
item
|
||||
ButtonStyle = cbsCheckboxColumn
|
||||
MaxSize = 50
|
||||
Title.Caption = 'Active'
|
||||
Width = 199
|
||||
end
|
||||
item
|
||||
ButtonStyle = cbsCheckboxColumn
|
||||
MaxSize = 50
|
||||
Title.Caption = 'InSession'
|
||||
Width = 199
|
||||
end
|
||||
item
|
||||
MaxSize = 500
|
||||
SizePriority = 100
|
||||
Title.Caption = 'Title'
|
||||
Width = 200
|
||||
end>
|
||||
FixedCols = 0
|
||||
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goRowSelect, goThumbTracking, goSmoothScroll]
|
||||
TabOrder = 1
|
||||
OnCheckboxToggled = BuildModesCheckboxToggled
|
||||
OnDrawCell = BuildModesStringGridDrawCell
|
||||
OnSelection = BuildModesStringGridSelection
|
||||
OnValidateEntry = BuildModesStringGridValidateEntry
|
||||
ColWidths = (
|
||||
199
|
||||
199
|
||||
200
|
||||
)
|
||||
end
|
||||
object cbDebugReleaseProject: TCheckBox
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = Owner
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 6
|
||||
Width = 310
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'Create Debug and Release modes for new projects'
|
||||
OnClick = cbDebugReleaseProjectClick
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
TabOrder = 3
|
||||
end
|
||||
object btnCreateDefaultModes: TButton
|
||||
AnchorSideLeft.Control = cbDebugReleaseProject
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = cbDebugReleaseProject
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 322
|
||||
Height = 29
|
||||
Top = 3
|
||||
Width = 162
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'Create now for this project'
|
||||
OnClick = btnCreateDefaultModesClick
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
TabOrder = 4
|
||||
end
|
||||
object BuildModesPopupMenu: TPopupMenu
|
||||
left = 208
|
||||
top = 88
|
||||
left = 168
|
||||
top = 260
|
||||
end
|
||||
object ImageList1: TImageList
|
||||
left = 240
|
||||
top = 280
|
||||
end
|
||||
end
|
||||
|
@ -30,31 +30,35 @@ unit BuildModesManager;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, Forms, Controls, Dialogs, StdCtrls, Grids, Buttons, Menus,
|
||||
ButtonPanel, LCLProc, Graphics, IDEOptionsIntf, IDEDialogs, TransferMacros,
|
||||
Project, CompOptsIntf, CompilerOptions, Compiler_ModeMatrix,
|
||||
BuildModeDiffDlg, LazarusIDEStrConsts;
|
||||
Classes, SysUtils, Forms, Controls, Dialogs, StdCtrls, Grids, Menus, ComCtrls,
|
||||
ButtonPanel, LCLProc, IDEOptionsIntf, IDEDialogs, TransferMacros, Project,
|
||||
CompOptsIntf, CompilerOptions, Compiler_ModeMatrix, BuildModeDiffDlg, LazarusIDEStrConsts;
|
||||
|
||||
type
|
||||
|
||||
{ TBuildModesForm }
|
||||
|
||||
TBuildModesForm = class(TForm)
|
||||
AddSpeedButton: TSpeedButton;
|
||||
DeleteSpeedButton: TSpeedButton;
|
||||
DiffSpeedButton: TSpeedButton;
|
||||
MoveDownSpeedButton: TSpeedButton;
|
||||
MoveUpSpeedButton: TSpeedButton;
|
||||
BuildModesGroupBox: TGroupBox;
|
||||
BuildModesPopupMenu: TPopupMenu;
|
||||
BuildModesStringGrid: TStringGrid;
|
||||
btnCreateDefaultModes: TButton;
|
||||
BuildModesStringGrid: TStringGrid;
|
||||
cbDebugReleaseProject: TCheckBox;
|
||||
ImageList1: TImageList;
|
||||
BuildModesPopupMenu: TPopupMenu;
|
||||
ButtonPanel1: TButtonPanel;
|
||||
NoteLabel: TLabel;
|
||||
ToolBar1: TToolBar;
|
||||
ToolButton1: TToolButton;
|
||||
ToolButton5: TToolButton;
|
||||
ToolButtonAdd: TToolButton;
|
||||
ToolButtonDelete: TToolButton;
|
||||
ToolButtonDiff: TToolButton;
|
||||
ToolButtonMoveDown: TToolButton;
|
||||
ToolButtonMoveUp: TToolButton;
|
||||
procedure btnCreateDefaultModesClick(Sender: TObject);
|
||||
procedure BuildModesStringGridDrawCell(Sender: TObject;
|
||||
aCol, aRow: Integer; aRect: TRect; {%H-}aState: TGridDrawState);
|
||||
procedure CancelButtonClick(Sender: TObject);
|
||||
procedure cbDebugReleaseProjectClick(Sender: TObject);
|
||||
procedure FormCreate(Sender: TObject);
|
||||
procedure FormDestroy(Sender: TObject);
|
||||
procedure DiffSpeedButtonClick(Sender: TObject);
|
||||
@ -204,17 +208,21 @@ end;
|
||||
procedure TBuildModesForm.FormShow(Sender: TObject);
|
||||
begin
|
||||
// options dialog
|
||||
BuildModesGroupBox.Caption:=lisBuildModes;
|
||||
DoShowSession;
|
||||
// modes
|
||||
FillBuildModesGrid;
|
||||
UpdateBuildModeButtons;
|
||||
|
||||
AddSpeedButton.LoadGlyphFromResourceName(HInstance, 'laz_add');
|
||||
DeleteSpeedButton.LoadGlyphFromResourceName(HInstance, 'laz_delete');
|
||||
MoveUpSpeedButton.LoadGlyphFromResourceName(HInstance, 'arrow_up');
|
||||
MoveDownSpeedButton.LoadGlyphFromResourceName(HInstance, 'arrow_down');
|
||||
DiffSpeedButton.LoadGlyphFromResourceName(HInstance, 'menu_tool_diff');
|
||||
ImageList1.AddResourceName(HInstance, 'laz_add');
|
||||
ImageList1.AddResourceName(HInstance, 'laz_delete');
|
||||
ImageList1.AddResourceName(HInstance, 'arrow_up');
|
||||
ImageList1.AddResourceName(HInstance, 'arrow_down');
|
||||
ImageList1.AddResourceName(HInstance, 'menu_tool_diff');
|
||||
ToolButtonAdd.ImageIndex:=0;
|
||||
ToolButtonDelete.ImageIndex:=1;
|
||||
ToolButtonMoveUp.ImageIndex:=2;
|
||||
ToolButtonMoveDown.ImageIndex:=3;
|
||||
ToolButtonDiff.ImageIndex:=4;
|
||||
end;
|
||||
|
||||
procedure TBuildModesForm.DiffSpeedButtonClick(Sender: TObject);
|
||||
@ -522,23 +530,23 @@ begin
|
||||
Identifier:='';
|
||||
end;
|
||||
// Dialog caption
|
||||
if Project1<>nil then
|
||||
Caption:=Format(dlgProjectOptionsFor,[Project1.GetTitleOrName])
|
||||
+ ', '+copy(Identifier,1,12)
|
||||
else
|
||||
Caption:='No project';
|
||||
Caption:=Format(lisBuildMode, [Identifier]);
|
||||
// Buttons
|
||||
AddSpeedButton.Hint:=Format(lisAddNewBuildModeCopyingSettingsFrom, [Identifier]);
|
||||
DeleteSpeedButton.Enabled:=(CurMode<>nil) and (fBuildModes.Count>1);
|
||||
DeleteSpeedButton.Hint:=Format(lisDeleteMode, [Identifier]);
|
||||
MoveUpSpeedButton.Enabled:=(CurMode<>nil) and (i>0);
|
||||
MoveUpSpeedButton.Hint:=Format(lisMoveOnePositionUp, [Identifier]);
|
||||
MoveDownSpeedButton.Enabled:=i<BuildModesStringGrid.RowCount-2;
|
||||
MoveDownSpeedButton.Hint:=Format(lisMoveOnePositionDown, [Identifier]);
|
||||
DiffSpeedButton.Hint:=lisShowDifferencesBetweenModes;
|
||||
ToolButtonAdd.Hint:=Format(lisAddNewBuildModeCopyingSettingsFrom, [Identifier]);
|
||||
ToolButtonDelete.Enabled:=(CurMode<>nil) and (fBuildModes.Count>1);
|
||||
ToolButtonDelete.Hint:=Format(lisDeleteMode, [Identifier]);
|
||||
ToolButtonMoveUp.Enabled:=(CurMode<>nil) and (i>0);
|
||||
ToolButtonMoveUp.Hint:=Format(lisMoveOnePositionUp, [Identifier]);
|
||||
ToolButtonMoveDown.Enabled:=i<BuildModesStringGrid.RowCount-2;
|
||||
ToolButtonMoveDown.Hint:=Format(lisMoveOnePositionDown, [Identifier]);
|
||||
ToolButtonDiff.Hint:=lisShowDifferencesBetweenModes;
|
||||
NoteLabel.Caption:='';
|
||||
btnCreateDefaultModes.Caption:=lisCreateDebugAndReleaseModes;
|
||||
btnCreateDefaultModes.Hint:='';
|
||||
// ToDo: Save in Environment options and use for new projects.
|
||||
cbDebugReleaseProject.Caption:=lisCreateDebugAndReleaseModesNewProj;
|
||||
cbDebugReleaseProject.Hint:='Under Construction ...'; // Remove this when implemented.
|
||||
|
||||
btnCreateDefaultModes.Caption:=lisCreateNowForThisProject;
|
||||
btnCreateDefaultModes.Hint:=''; // ToDo: Figure out a good hint.
|
||||
btnCreateDefaultModes.Visible := (fBuildModes.Find(DebugModeName)=Nil)
|
||||
and (fBuildModes.Find(ReleaseModeName)=Nil);
|
||||
end;
|
||||
@ -605,6 +613,11 @@ begin
|
||||
;
|
||||
end;
|
||||
|
||||
procedure TBuildModesForm.cbDebugReleaseProjectClick(Sender: TObject);
|
||||
begin
|
||||
(Sender as TCheckBox).Checked := False;
|
||||
end;
|
||||
|
||||
procedure TBuildModesForm.BuildModesStringGridDrawCell(Sender: TObject;
|
||||
aCol, aRow: Integer; aRect: TRect; aState: TGridDrawState);
|
||||
begin
|
||||
|
@ -5524,8 +5524,7 @@ resourcestring
|
||||
|
||||
lisCanNotCompileProject = 'Cannot compile project';
|
||||
lisTheProjectHasNoMainSourceFile = 'The project has no main source file.';
|
||||
lisInvalidMacroTheNameIsAKeyword = 'Invalid macro name "%s". The name '
|
||||
+'is a keyword.';
|
||||
lisInvalidMacroTheNameIsAKeyword = 'Invalid macro name "%s". The name is a keyword.';
|
||||
lisTheMacroDoesNotBeginWith = 'The macro "%s" does not begin with "%s".';
|
||||
lisRenameTo = 'Rename to %s';
|
||||
lisAddValueToMacro = 'Add value to macro %s';
|
||||
@ -5540,8 +5539,7 @@ resourcestring
|
||||
lisDlgDefines = 'Defines ...';
|
||||
lisWithIncludes2 = ', with includes ';
|
||||
lisParsed = ', parsed ';
|
||||
lisCreatingFileIndexOfFPCSources =
|
||||
'Creating file index of FPC sources %s ...';
|
||||
lisCreatingFileIndexOfFPCSources = 'Creating file index of FPC sources %s ...';
|
||||
lisTheFileIndexIsNeededForFunctionsLikeFindDeclaratio = 'The file index is '
|
||||
+'needed for functions like find declaration. While scanning you can edit '
|
||||
+'sources and compile, but functions like find declaration will show unit-'
|
||||
@ -5554,15 +5552,15 @@ resourcestring
|
||||
'The default mode must be stored in project, not in session.';
|
||||
lisThereMustBeAtLeastOneBuildMode = 'There must be at least one build mode.';
|
||||
lisDuplicateEntry = 'Duplicate entry';
|
||||
lisThereIsAlreadyABuildModeWithThisName = 'There is already a build mode '
|
||||
+'with this name.';
|
||||
lisAddNewBuildModeCopyingSettingsFrom = 'Add new build mode, copying '
|
||||
+'settings from "%s"';
|
||||
lisThereIsAlreadyABuildModeWithThisName = 'There is already a build mode with this name.';
|
||||
lisAddNewBuildModeCopyingSettingsFrom = 'Add new build mode, copying settings from "%s"';
|
||||
lisDeleteMode = 'Delete mode "%s"';
|
||||
lisMoveOnePositionUp = 'Move "%s" one position up';
|
||||
lisMoveOnePositionDown = 'Move "%s" one position down';
|
||||
lisShowDifferencesBetweenModes = 'Show differences between modes ...';
|
||||
lisCreateDebugAndReleaseModes = 'Create Debug and Release modes';
|
||||
lisBuildMode = 'Build Mode: %s';
|
||||
lisCreateDebugAndReleaseModesNewProj = 'Create Debug and Release modes for new projects';
|
||||
lisCreateNowForThisProject = 'Create now for this project';
|
||||
lisChangeBuildMode = 'Change build mode';
|
||||
lisWarningThisIsTheMainUnitTheNewMainUnitWillBePas = '%sWarning: This is '
|
||||
+'the main unit. The new main unit will be %s.pas.';
|
||||
|
Loading…
Reference in New Issue
Block a user