Incl note that defaults can be changed in account settings

This commit is contained in:
Robert McRackan 2020-08-26 12:59:32 -04:00
parent a51e76d44d
commit 81b6833118
3 changed files with 7 additions and 5 deletions

View File

@ -13,7 +13,7 @@
<!-- <PublishSingleFile>true</PublishSingleFile> --> <!-- <PublishSingleFile>true</PublishSingleFile> -->
<RuntimeIdentifier>win-x64</RuntimeIdentifier> <RuntimeIdentifier>win-x64</RuntimeIdentifier>
<Version>3.1.12.291</Version> <Version>3.1.12.292</Version>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

View File

@ -39,9 +39,10 @@
this.accountsLbl.AutoSize = true; this.accountsLbl.AutoSize = true;
this.accountsLbl.Location = new System.Drawing.Point(12, 9); this.accountsLbl.Location = new System.Drawing.Point(12, 9);
this.accountsLbl.Name = "accountsLbl"; this.accountsLbl.Name = "accountsLbl";
this.accountsLbl.Size = new System.Drawing.Size(193, 13); this.accountsLbl.Size = new System.Drawing.Size(467, 13);
this.accountsLbl.TabIndex = 0; this.accountsLbl.TabIndex = 0;
this.accountsLbl.Text = "Check the accounts to scan and import"; this.accountsLbl.Text = "Check the accounts to scan and import. To change default selections, go to: Setti" +
"ngs > Accounts";
// //
// accountsClb // accountsClb
// //

View File

@ -39,9 +39,10 @@
this.accountsLbl.AutoSize = true; this.accountsLbl.AutoSize = true;
this.accountsLbl.Location = new System.Drawing.Point(12, 9); this.accountsLbl.Location = new System.Drawing.Point(12, 9);
this.accountsLbl.Name = "accountsLbl"; this.accountsLbl.Name = "accountsLbl";
this.accountsLbl.Size = new System.Drawing.Size(193, 13); this.accountsLbl.Size = new System.Drawing.Size(467, 13);
this.accountsLbl.TabIndex = 0; this.accountsLbl.TabIndex = 0;
this.accountsLbl.Text = "Check the accounts to scan and import"; this.accountsLbl.Text = "Check the accounts to scan and import. To change default selections, go to: Setti" +
"ngs > Accounts";
// //
// accountsClb // accountsClb
// //