Introduce new dialog "Synchronize database", see issue #1289. Complex code behind "Analyze" and "Apply" buttons is missing yet.

This commit is contained in:
Ansgar Becker
2011-08-22 05:57:57 +00:00
parent 994ad81bb2
commit 01ac4b40e3
6 changed files with 417 additions and 3 deletions

View File

@ -38,7 +38,8 @@ uses
event_editor in '..\..\source\event_editor.pas' {frmEventEditor: TFrame},
loginform in '..\..\source\loginform.pas' {frmLogin},
Cromis.DirectoryWatch in '..\..\source\Cromis.DirectoryWatch.pas',
exportgrid in '..\..\source\exportgrid.pas' {frmExportGrid};
exportgrid in '..\..\source\exportgrid.pas' {frmExportGrid},
syncdb in '..\..\source\syncdb.pas' {frmSyncDB};
{$R ..\..\res\icon.RES}
{$R ..\..\res\version.RES}

View File

@ -212,6 +212,9 @@
<DCCReference Include="..\..\source\exportgrid.pas">
<Form>frmExportGrid</Form>
</DCCReference>
<DCCReference Include="..\..\source\syncdb.pas">
<Form>frmSyncDB</Form>
</DCCReference>
<RcCompile Include="..\..\res\updater.rc">
<Form>updater.res</Form>
</RcCompile>