Skip to content

Commit

Permalink
DelphiMVCFramework-3.4.2-magnesium
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleteti committed Feb 13, 2025
1 parent d315876 commit dbe4379
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
18 changes: 8 additions & 10 deletions ideexpert/DMVC.Expert.Forms.NewProjectWizard.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ object frmDMVCNewProject: TfrmDMVCNewProject
end
object lblWbModule: TLabel
Left = 24
Top = 167
Top = 163
Width = 114
Height = 13
Caption = 'WebModule Class Name'
end
object Label2: TLabel
Left = 24
Top = 214
Top = 210
Width = 55
Height = 13
Caption = 'Server Port'
Expand Down Expand Up @@ -492,14 +492,14 @@ object frmDMVCNewProject: TfrmDMVCNewProject
end
object edtWebModuleName: TEdit
Left = 24
Top = 186
Top = 182
Width = 225
Height = 21
TabOrder = 1
end
object edtServerPort: TEdit
Left = 24
Top = 233
Top = 229
Width = 65
Height = 21
TabOrder = 2
Expand Down Expand Up @@ -751,7 +751,7 @@ object frmDMVCNewProject: TfrmDMVCNewProject
end
object chkMSHeap: TCheckBox
Left = 24
Top = 283
Top = 303
Width = 225
Height = 17
Anchors = [akLeft, akRight, akBottom]
Expand All @@ -760,7 +760,7 @@ object frmDMVCNewProject: TfrmDMVCNewProject
end
object chkCustomConfigDotEnv: TCheckBox
Left = 24
Top = 264
Top = 325
Width = 225
Height = 17
Anchors = [akLeft, akRight, akBottom]
Expand All @@ -769,7 +769,7 @@ object frmDMVCNewProject: TfrmDMVCNewProject
end
object chkServicesContainer: TCheckBox
Left = 24
Top = 303
Top = 259
Width = 225
Height = 17
Anchors = [akLeft, akRight, akBottom]
Expand All @@ -780,13 +780,11 @@ object frmDMVCNewProject: TfrmDMVCNewProject
end
object chkSqids: TCheckBox
Left = 24
Top = 323
Top = 281
Width = 225
Height = 17
Anchors = [akLeft, akRight, akBottom]
Caption = 'Use Sqids'
Checked = True
State = cbChecked
TabOrder = 11
end
object rgNameCase: TRadioGroup
Expand Down
2 changes: 1 addition & 1 deletion ideexpert/DMVC.Expert.Forms.NewProjectWizard.pas
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ procedure TfrmDMVCNewProject.rgSSVClick(Sender: TObject);
{$if not Defined(WEBSTENCILS)}
if SameText(rgSSV.Items[rgSSV.ItemIndex], 'webstencils') then
begin
ShowMessage('This Delphi version doesn''t support WebStencils, so DMVCFramework cannot use it.' +
ShowMessage('This Delphi version doesn''t support WebStencils, so DelphiMVCFramework cannot use it.' +
sLineBreak + 'Consider to use TemplatePro.');
rgSSV.ItemIndex := 1;
end;
Expand Down
2 changes: 1 addition & 1 deletion ideexpert/DMVC.Expert.NewUnitWizardEx.pas
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class procedure TDMVCNewUnitWizard.RegisterDMVCNewUnitWizard(const APersonality:
begin
RegisterPackageWizard(TExpertsRepositoryProjectWizardWithProc.Create(APersonality, sNewDMVCProjectHint,
sNewDMVCUnitCaption, 'DMVC.Wizard.NewUnitWizard', // do not localize
'DMVCFramework', 'DMVCFramework Team - https://github.com/danieleteti/delphimvcframework', // do not localize
'DelphiMVCFramework', 'DelphiMVCFramework Team - https://github.com/danieleteti/delphimvcframework', // do not localize
procedure
var
WizardForm: TfrmDMVCNewUnit;
Expand Down
2 changes: 1 addition & 1 deletion ideexpert/DMVC.Expert.ProjectWizardEx.pas
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class procedure TDMVCNewProjectWizard.RegisterDMVCProjectWizard(const APersonali
begin
RegisterPackageWizard(TExpertsRepositoryProjectWizardWithProc.Create(APersonality, sNewDMVCProjectHint, sNewDMVCProjectCaption,
'DMVC.Wizard.NewProjectWizard', // do not localize
'DMVCFramework', 'DMVCFramework Team - https://github.com/danieleteti/delphimvcframework', // do not localize
'DelphiMVCFramework', 'DelphiMVCFramework Team - https://github.com/danieleteti/delphimvcframework', // do not localize
procedure
var
WizardForm: TfrmDMVCNewProject;
Expand Down

0 comments on commit dbe4379

Please sign in to comment.