Mailversand, etc.
This commit is contained in:
30
VERAG_PROG_ALLGEMEIN/frmScan.Designer.vb
generated
30
VERAG_PROG_ALLGEMEIN/frmScan.Designer.vb
generated
@@ -1,9 +1,9 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
||||
Partial Class frmScan
|
||||
Inherits System.Windows.Forms.Form
|
||||
|
||||
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
||||
<System.Diagnostics.DebuggerNonUserCode()> _
|
||||
<System.Diagnostics.DebuggerNonUserCode()>
|
||||
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
||||
Try
|
||||
If disposing AndAlso components IsNot Nothing Then
|
||||
@@ -20,7 +20,7 @@ Partial Class frmScan
|
||||
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
||||
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
||||
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
||||
<System.Diagnostics.DebuggerStepThrough()> _
|
||||
<System.Diagnostics.DebuggerStepThrough()>
|
||||
Private Sub InitializeComponent()
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmScan))
|
||||
Me.dsViewer = New Dynamsoft.Forms.DSViewer()
|
||||
@@ -56,6 +56,7 @@ Partial Class frmScan
|
||||
Me.tbxCurrentImageIndex = New System.Windows.Forms.Label()
|
||||
Me.tbxTotalImageNum = New System.Windows.Forms.Label()
|
||||
Me.pnl = New System.Windows.Forms.Panel()
|
||||
Me.cboOrientation = New System.Windows.Forms.ComboBox()
|
||||
Me.cbxAltFormat = New System.Windows.Forms.CheckBox()
|
||||
Me.cboFormat = New System.Windows.Forms.ComboBox()
|
||||
Me.grpFarbe.SuspendLayout()
|
||||
@@ -383,7 +384,7 @@ Partial Class frmScan
|
||||
'Label3
|
||||
'
|
||||
Me.Label3.AutoSize = True
|
||||
Me.Label3.Location = New System.Drawing.Point(395, 654)
|
||||
Me.Label3.Location = New System.Drawing.Point(405, 654)
|
||||
Me.Label3.Name = "Label3"
|
||||
Me.Label3.Size = New System.Drawing.Size(31, 13)
|
||||
Me.Label3.TabIndex = 18
|
||||
@@ -406,7 +407,7 @@ Partial Class frmScan
|
||||
'Label2
|
||||
'
|
||||
Me.Label2.AutoSize = True
|
||||
Me.Label2.Location = New System.Drawing.Point(436, 654)
|
||||
Me.Label2.Location = New System.Drawing.Point(446, 654)
|
||||
Me.Label2.Name = "Label2"
|
||||
Me.Label2.Size = New System.Drawing.Size(25, 13)
|
||||
Me.Label2.TabIndex = 17
|
||||
@@ -415,7 +416,7 @@ Partial Class frmScan
|
||||
'tbxCurrentImageIndex
|
||||
'
|
||||
Me.tbxCurrentImageIndex.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.tbxCurrentImageIndex.Location = New System.Drawing.Point(416, 654)
|
||||
Me.tbxCurrentImageIndex.Location = New System.Drawing.Point(426, 654)
|
||||
Me.tbxCurrentImageIndex.Name = "tbxCurrentImageIndex"
|
||||
Me.tbxCurrentImageIndex.Size = New System.Drawing.Size(28, 13)
|
||||
Me.tbxCurrentImageIndex.TabIndex = 19
|
||||
@@ -425,7 +426,7 @@ Partial Class frmScan
|
||||
'tbxTotalImageNum
|
||||
'
|
||||
Me.tbxTotalImageNum.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.tbxTotalImageNum.Location = New System.Drawing.Point(447, 654)
|
||||
Me.tbxTotalImageNum.Location = New System.Drawing.Point(457, 654)
|
||||
Me.tbxTotalImageNum.Name = "tbxTotalImageNum"
|
||||
Me.tbxTotalImageNum.Size = New System.Drawing.Size(25, 13)
|
||||
Me.tbxTotalImageNum.TabIndex = 20
|
||||
@@ -434,6 +435,7 @@ Partial Class frmScan
|
||||
'
|
||||
'pnl
|
||||
'
|
||||
Me.pnl.Controls.Add(Me.cboOrientation)
|
||||
Me.pnl.Controls.Add(Me.cbxAltFormat)
|
||||
Me.pnl.Controls.Add(Me.cboFormat)
|
||||
Me.pnl.Controls.Add(Me.Label2)
|
||||
@@ -464,6 +466,15 @@ Partial Class frmScan
|
||||
Me.pnl.Size = New System.Drawing.Size(741, 683)
|
||||
Me.pnl.TabIndex = 21
|
||||
'
|
||||
'cboOrientation
|
||||
'
|
||||
Me.cboOrientation.Enabled = False
|
||||
Me.cboOrientation.FormattingEnabled = True
|
||||
Me.cboOrientation.Location = New System.Drawing.Point(639, 565)
|
||||
Me.cboOrientation.Name = "cboOrientation"
|
||||
Me.cboOrientation.Size = New System.Drawing.Size(88, 21)
|
||||
Me.cboOrientation.TabIndex = 23
|
||||
'
|
||||
'cbxAltFormat
|
||||
'
|
||||
Me.cbxAltFormat.AutoSize = True
|
||||
@@ -479,9 +490,9 @@ Partial Class frmScan
|
||||
'
|
||||
Me.cboFormat.Enabled = False
|
||||
Me.cboFormat.FormattingEnabled = True
|
||||
Me.cboFormat.Location = New System.Drawing.Point(594, 565)
|
||||
Me.cboFormat.Location = New System.Drawing.Point(575, 565)
|
||||
Me.cboFormat.Name = "cboFormat"
|
||||
Me.cboFormat.Size = New System.Drawing.Size(133, 21)
|
||||
Me.cboFormat.Size = New System.Drawing.Size(58, 21)
|
||||
Me.cboFormat.TabIndex = 22
|
||||
'
|
||||
'frmScan
|
||||
@@ -539,4 +550,5 @@ Partial Class frmScan
|
||||
Friend WithEvents pnl As System.Windows.Forms.Panel
|
||||
Friend WithEvents cboFormat As Windows.Forms.ComboBox
|
||||
Friend WithEvents cbxAltFormat As Windows.Forms.CheckBox
|
||||
Friend WithEvents cboOrientation As Windows.Forms.ComboBox
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user