Skip to content

Commit 3e04b2a

Browse files
added a screen to manage web pages and their content (#35)
1 parent 5d54f2d commit 3e04b2a

File tree

4 files changed

+858
-4
lines changed

4 files changed

+858
-4
lines changed

v2_x/DelphiBooksDatabaseAdmin.dpr

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ uses
1616
fPublishers in 'fPublishers.pas' {frmPublishers},
1717
fAuthors in 'fAuthors.pas' {frmAuthors},
1818
fLanguages in 'fLanguages.pas' {frmLanguages},
19-
fDescriptions in 'fDescriptions.pas' {frmDescriptions},
19+
fWebPages in 'fWebPages.pas' {frmWebPages},
2020
fBooksPublishers in 'fBooksPublishers.pas' {frmBooksPublishers},
2121
fBooksAuthors in 'fBooksAuthors.pas' {frmBooksAuthors},
22-
fBookCoverImage in 'fBookCoverImage.pas' {frmBookCoverImage};
22+
fBookCoverImage in 'fBookCoverImage.pas' {frmBookCoverImage},
23+
fDescriptions in 'fDescriptions.pas' {frmDescriptions};
2324

2425
{$R *.res}
2526

v2_x/DelphiBooksDatabaseAdmin.dproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,8 @@
382382
<Form>frmLanguages</Form>
383383
<FormType>fmx</FormType>
384384
</DCCReference>
385-
<DCCReference Include="fDescriptions.pas">
386-
<Form>frmDescriptions</Form>
385+
<DCCReference Include="fWebPages.pas">
386+
<Form>frmWebPages</Form>
387387
<FormType>fmx</FormType>
388388
</DCCReference>
389389
<DCCReference Include="fBooksPublishers.pas">
@@ -398,6 +398,10 @@
398398
<Form>frmBookCoverImage</Form>
399399
<FormType>fmx</FormType>
400400
</DCCReference>
401+
<DCCReference Include="fDescriptions.pas">
402+
<Form>frmDescriptions</Form>
403+
<FormType>fmx</FormType>
404+
</DCCReference>
401405
<BuildConfiguration Include="Base">
402406
<Key>Base</Key>
403407
</BuildConfiguration>

0 commit comments

Comments
 (0)