Session manager: Add checkbox option for users who want to be prompted for username + password rather than saving that to registry. Prompt window itself is called from within TMySQLConnection.SetActive.

This commit is contained in:
Ansgar Becker
2010-07-19 20:06:09 +00:00
parent 9c3488b457
commit 8c34a9e15a
9 changed files with 191 additions and 4 deletions

View File

@ -37,7 +37,8 @@ uses
mysql_connection in '..\..\source\mysql_connection.pas',
trigger_editor in '..\..\source\trigger_editor.pas' {frmTriggerEditor: TFrame},
searchreplace in '..\..\source\searchreplace.pas' {frmSearchReplace},
event_editor in '..\..\source\event_editor.pas' {frmEventEditor: TFrame};
event_editor in '..\..\source\event_editor.pas' {frmEventEditor: TFrame},
loginform in '..\..\source\loginform.pas' {frmLogin};
{$R ..\..\res\icon.RES}
{$R ..\..\res\version.RES}

View File

@ -203,6 +203,9 @@
<Form>frmEventEditor</Form>
<DesignClass>TFrame</DesignClass>
</DCCReference>
<DCCReference Include="..\..\source\loginform.pas">
<Form>frmLogin</Form>
</DCCReference>
<RcCompile Include="..\..\res\updater.rc">
<Form>updater.res</Form>
</RcCompile>