Add stub form for 'scan mult accounts' dialog

This commit is contained in:
Robert McRackan 2020-08-25 16:34:06 -04:00
parent dd3b032b21
commit 56732a5365
10 changed files with 542 additions and 1 deletions

View file

@ -113,6 +113,12 @@
<Compile Include="Dialogs\EditTagsDialog.Designer.cs">
<DependentUpon>EditTagsDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\ScanAccountsDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\ScanAccountsDialog.Designer.cs">
<DependentUpon>ScanAccountsDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\SettingsDialog.cs">
<SubType>Form</SubType>
</Compile>
@ -179,6 +185,9 @@
<EmbeddedResource Include="Dialogs\Login\_2faCodeDialog.resx">
<DependentUpon>_2faCodeDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\ScanAccountsDialog.resx">
<DependentUpon>ScanAccountsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\SettingsDialog.resx">
<DependentUpon>SettingsDialog.cs</DependentUpon>
</EmbeddedResource>