Introduce a separate dialog for all "copy grid data as .." actions, including the file export. Fixes issue #1499.

This commit is contained in:
Ansgar Becker
2011-04-28 07:33:49 +00:00
parent 90a7cd1941
commit 3c11e6c5a8
11 changed files with 921 additions and 747 deletions

View File

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

View File

@ -210,6 +210,9 @@
<Form>frmLogin</Form>
</DCCReference>
<DCCReference Include="..\..\source\Cromis.DirectoryWatch.pas"/>
<DCCReference Include="..\..\source\exportgrid.pas">
<Form>frmExportGrid</Form>
</DCCReference>
<RcCompile Include="..\..\res\updater.rc">
<Form>updater.res</Form>
</RcCompile>