This commit is contained in:
2019-09-10 13:51:31 +02:00
parent 8f8b0f4252
commit 021cce6f04
48 changed files with 6001 additions and 727 deletions

View File

@@ -557,7 +557,6 @@ Public Class frmScan
InitDefaultValueForTWAIN()
cboResolution.Text = 150
tbxSaveFileName.Text = DefaultFileName
Select Case ART
Case "DirectScan"
grpTyp.Visible = False
@@ -623,7 +622,10 @@ Public Class frmScan
btnScan.Enabled = True
cboSource.SelectedIndex = 0
End If
tbxSaveFileName.Text = DefaultFileName
End Sub
End Class