Files
SDL/VERAG_PROG_ALLGEMEIN/frmScan.Designer.vb
2021-06-24 23:05:48 +02:00

539 lines
26 KiB
VB.net

<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()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Wird vom Windows Form-Designer benötigt.
Private components As System.ComponentModel.IContainer
'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()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmScan))
Me.dsViewer = New Dynamsoft.Forms.DSViewer()
Me.btn = New System.Windows.Forms.Button()
Me.btnScan = New System.Windows.Forms.Button()
Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
Me.chkMultiPage = New System.Windows.Forms.CheckBox()
Me.Button2 = New System.Windows.Forms.Button()
Me.Button3 = New System.Windows.Forms.Button()
Me.lblDateiname = New System.Windows.Forms.Label()
Me.rdbtnJPG = New System.Windows.Forms.RadioButton()
Me.rdbtnBMP = New System.Windows.Forms.RadioButton()
Me.rdbtnPNG = New System.Windows.Forms.RadioButton()
Me.rdbtnPDF = New System.Windows.Forms.RadioButton()
Me.rdbtnTIFF = New System.Windows.Forms.RadioButton()
Me.cboSource = New System.Windows.Forms.ComboBox()
Me.rdbtnRGB = New System.Windows.Forms.RadioButton()
Me.rdbtnGray = New System.Windows.Forms.RadioButton()
Me.rdbtnBW = New System.Windows.Forms.RadioButton()
Me.grpFarbe = New System.Windows.Forms.GroupBox()
Me.grpTyp = New System.Windows.Forms.GroupBox()
Me.tbxSaveFileName = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.cboResolution = New System.Windows.Forms.ComboBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.chkShowUI = New System.Windows.Forms.CheckBox()
Me.Button5 = New System.Windows.Forms.Button()
Me.Button6 = New System.Windows.Forms.Button()
Me.Button4 = New System.Windows.Forms.Button()
Me.Button1 = New System.Windows.Forms.Button()
Me.Label3 = New System.Windows.Forms.Label()
Me.cbxEinzug = New System.Windows.Forms.CheckBox()
Me.Label2 = New System.Windows.Forms.Label()
Me.tbxCurrentImageIndex = New System.Windows.Forms.Label()
Me.tbxTotalImageNum = New System.Windows.Forms.Label()
Me.pnl = New System.Windows.Forms.Panel()
Me.UsrcntlPDFScan1 = New VERAG_PROG_ALLGEMEIN.usrcntlPDFScan()
Me.grpFarbe.SuspendLayout()
Me.grpTyp.SuspendLayout()
Me.pnl.SuspendLayout()
Me.SuspendLayout()
'
'dsViewer
'
Me.dsViewer.BorderStyle = Dynamsoft.Forms.Enums.EnumWndBorderStyle.SingleFlat
Me.dsViewer.Location = New System.Drawing.Point(8, 11)
Me.dsViewer.Name = "dsViewer"
Me.dsViewer.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.dsViewer.SelectionRectAspectRatio = 0R
Me.dsViewer.Size = New System.Drawing.Size(463, 626)
Me.dsViewer.TabIndex = 0
'
'btn
'
Me.btn.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btn.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btn.Location = New System.Drawing.Point(477, 589)
Me.btn.Name = "btn"
Me.btn.Size = New System.Drawing.Size(254, 48)
Me.btn.TabIndex = 1
Me.btn.Text = "Speichern"
Me.btn.UseVisualStyleBackColor = True
'
'btnScan
'
Me.btnScan.Enabled = False
Me.btnScan.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnScan.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnScan.Location = New System.Drawing.Point(477, 132)
Me.btnScan.Name = "btnScan"
Me.btnScan.Size = New System.Drawing.Size(254, 59)
Me.btnScan.TabIndex = 2
Me.btnScan.Text = "SCAN"
Me.btnScan.UseVisualStyleBackColor = True
'
'chkMultiPage
'
Me.chkMultiPage.AutoSize = True
Me.chkMultiPage.Checked = True
Me.chkMultiPage.CheckState = System.Windows.Forms.CheckState.Checked
Me.chkMultiPage.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.chkMultiPage.Location = New System.Drawing.Point(1, 40)
Me.chkMultiPage.Name = "chkMultiPage"
Me.chkMultiPage.Size = New System.Drawing.Size(94, 17)
Me.chkMultiPage.TabIndex = 3
Me.chkMultiPage.Text = "MultiPagePDF"
Me.chkMultiPage.UseVisualStyleBackColor = True
'
'Button2
'
Me.Button2.BackgroundImage = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.picboxRotateLeft_Enter
Me.Button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.Button2.FlatAppearance.BorderSize = 0
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button2.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button2.Location = New System.Drawing.Point(8, 643)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(50, 30)
Me.Button2.TabIndex = 4
Me.Button2.UseVisualStyleBackColor = True
'
'Button3
'
Me.Button3.BackgroundImage = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.picboxRotateRight_Enter
Me.Button3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.Button3.FlatAppearance.BorderSize = 0
Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button3.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button3.Location = New System.Drawing.Point(57, 643)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(50, 30)
Me.Button3.TabIndex = 5
Me.Button3.UseVisualStyleBackColor = True
'
'lblDateiname
'
Me.lblDateiname.AutoSize = True
Me.lblDateiname.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblDateiname.Location = New System.Drawing.Point(473, 566)
Me.lblDateiname.Name = "lblDateiname"
Me.lblDateiname.Size = New System.Drawing.Size(61, 13)
Me.lblDateiname.TabIndex = 7
Me.lblDateiname.Text = "Dateiname:"
'
'rdbtnJPG
'
Me.rdbtnJPG.AutoSize = True
Me.rdbtnJPG.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.rdbtnJPG.Location = New System.Drawing.Point(49, 17)
Me.rdbtnJPG.Name = "rdbtnJPG"
Me.rdbtnJPG.Size = New System.Drawing.Size(45, 17)
Me.rdbtnJPG.TabIndex = 8
Me.rdbtnJPG.Text = "JPG"
Me.rdbtnJPG.UseVisualStyleBackColor = True
'
'rdbtnBMP
'
Me.rdbtnBMP.AutoSize = True
Me.rdbtnBMP.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.rdbtnBMP.Location = New System.Drawing.Point(96, 17)
Me.rdbtnBMP.Name = "rdbtnBMP"
Me.rdbtnBMP.Size = New System.Drawing.Size(48, 17)
Me.rdbtnBMP.TabIndex = 8
Me.rdbtnBMP.Text = "BMP"
Me.rdbtnBMP.UseVisualStyleBackColor = True
'
'rdbtnPNG
'
Me.rdbtnPNG.AutoSize = True
Me.rdbtnPNG.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.rdbtnPNG.Location = New System.Drawing.Point(146, 17)
Me.rdbtnPNG.Name = "rdbtnPNG"
Me.rdbtnPNG.Size = New System.Drawing.Size(48, 17)
Me.rdbtnPNG.TabIndex = 8
Me.rdbtnPNG.Text = "PNG"
Me.rdbtnPNG.UseVisualStyleBackColor = True
'
'rdbtnPDF
'
Me.rdbtnPDF.AutoSize = True
Me.rdbtnPDF.Checked = True
Me.rdbtnPDF.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.rdbtnPDF.Location = New System.Drawing.Point(1, 17)
Me.rdbtnPDF.Name = "rdbtnPDF"
Me.rdbtnPDF.Size = New System.Drawing.Size(46, 17)
Me.rdbtnPDF.TabIndex = 8
Me.rdbtnPDF.TabStop = True
Me.rdbtnPDF.Text = "PDF"
Me.rdbtnPDF.UseVisualStyleBackColor = True
'
'rdbtnTIFF
'
Me.rdbtnTIFF.AutoSize = True
Me.rdbtnTIFF.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.rdbtnTIFF.Location = New System.Drawing.Point(196, 17)
Me.rdbtnTIFF.Name = "rdbtnTIFF"
Me.rdbtnTIFF.Size = New System.Drawing.Size(47, 17)
Me.rdbtnTIFF.TabIndex = 8
Me.rdbtnTIFF.Text = "TIFF"
Me.rdbtnTIFF.UseVisualStyleBackColor = True
'
'cboSource
'
Me.cboSource.FormattingEnabled = True
Me.cboSource.Location = New System.Drawing.Point(477, 105)
Me.cboSource.Name = "cboSource"
Me.cboSource.Size = New System.Drawing.Size(254, 21)
Me.cboSource.TabIndex = 9
'
'rdbtnRGB
'
Me.rdbtnRGB.AutoSize = True
Me.rdbtnRGB.Checked = True
Me.rdbtnRGB.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.rdbtnRGB.Location = New System.Drawing.Point(2, 20)
Me.rdbtnRGB.Name = "rdbtnRGB"
Me.rdbtnRGB.Size = New System.Drawing.Size(48, 17)
Me.rdbtnRGB.TabIndex = 8
Me.rdbtnRGB.TabStop = True
Me.rdbtnRGB.Text = "RGB"
Me.rdbtnRGB.UseVisualStyleBackColor = True
'
'rdbtnGray
'
Me.rdbtnGray.AutoSize = True
Me.rdbtnGray.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.rdbtnGray.Location = New System.Drawing.Point(50, 20)
Me.rdbtnGray.Name = "rdbtnGray"
Me.rdbtnGray.Size = New System.Drawing.Size(48, 17)
Me.rdbtnGray.TabIndex = 8
Me.rdbtnGray.Text = "Grau"
Me.rdbtnGray.UseVisualStyleBackColor = True
'
'rdbtnBW
'
Me.rdbtnBW.AutoSize = True
Me.rdbtnBW.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.rdbtnBW.Location = New System.Drawing.Point(98, 20)
Me.rdbtnBW.Name = "rdbtnBW"
Me.rdbtnBW.Size = New System.Drawing.Size(96, 17)
Me.rdbtnBW.TabIndex = 8
Me.rdbtnBW.Text = "Schwarz/Weiß"
Me.rdbtnBW.UseVisualStyleBackColor = True
'
'grpFarbe
'
Me.grpFarbe.Controls.Add(Me.rdbtnRGB)
Me.grpFarbe.Controls.Add(Me.rdbtnGray)
Me.grpFarbe.Controls.Add(Me.rdbtnBW)
Me.grpFarbe.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.grpFarbe.Location = New System.Drawing.Point(477, 44)
Me.grpFarbe.Name = "grpFarbe"
Me.grpFarbe.Size = New System.Drawing.Size(254, 45)
Me.grpFarbe.TabIndex = 10
Me.grpFarbe.TabStop = False
Me.grpFarbe.Text = "Farbe"
'
'grpTyp
'
Me.grpTyp.Controls.Add(Me.rdbtnPDF)
Me.grpTyp.Controls.Add(Me.chkMultiPage)
Me.grpTyp.Controls.Add(Me.rdbtnJPG)
Me.grpTyp.Controls.Add(Me.rdbtnTIFF)
Me.grpTyp.Controls.Add(Me.rdbtnBMP)
Me.grpTyp.Controls.Add(Me.rdbtnPNG)
Me.grpTyp.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.grpTyp.Location = New System.Drawing.Point(477, 493)
Me.grpTyp.Name = "grpTyp"
Me.grpTyp.Size = New System.Drawing.Size(254, 64)
Me.grpTyp.TabIndex = 11
Me.grpTyp.TabStop = False
Me.grpTyp.Text = "Typ"
'
'tbxSaveFileName
'
Me.tbxSaveFileName._DateTimeOnly = False
Me.tbxSaveFileName._numbersOnly = False
Me.tbxSaveFileName._numbersOnlyKommastellen = ""
Me.tbxSaveFileName._Prozent = False
Me.tbxSaveFileName._ShortDateNew = False
Me.tbxSaveFileName._ShortDateOnly = False
Me.tbxSaveFileName._TimeOnly = False
Me.tbxSaveFileName._value = Nothing
Me.tbxSaveFileName._Waehrung = False
Me.tbxSaveFileName._WaehrungZeichen = True
Me.tbxSaveFileName.ForeColor = System.Drawing.Color.Black
Me.tbxSaveFileName.Location = New System.Drawing.Point(536, 563)
Me.tbxSaveFileName.MaxLineLength = -1
Me.tbxSaveFileName.MaxLines_Warning = ""
Me.tbxSaveFileName.MaxLines_Warning_Label = Nothing
Me.tbxSaveFileName.Name = "tbxSaveFileName"
Me.tbxSaveFileName.Size = New System.Drawing.Size(191, 20)
Me.tbxSaveFileName.TabIndex = 6
'
'cboResolution
'
Me.cboResolution.FormattingEnabled = True
Me.cboResolution.Items.AddRange(New Object() {"50", "100", "150", "200", "300", "400", "600", "800"})
Me.cboResolution.Location = New System.Drawing.Point(536, 8)
Me.cboResolution.Name = "cboResolution"
Me.cboResolution.Size = New System.Drawing.Size(43, 21)
Me.cboResolution.TabIndex = 9
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(477, 11)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(57, 13)
Me.Label1.TabIndex = 7
Me.Label1.Text = "Auflösung:"
'
'chkShowUI
'
Me.chkShowUI.AutoSize = True
Me.chkShowUI.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.chkShowUI.Location = New System.Drawing.Point(594, 10)
Me.chkShowUI.Name = "chkShowUI"
Me.chkShowUI.Size = New System.Drawing.Size(123, 17)
Me.chkShowUI.TabIndex = 3
Me.chkShowUI.Text = "Scanmenü anzeigen"
Me.chkShowUI.UseVisualStyleBackColor = True
'
'Button5
'
Me.Button5.BackgroundImage = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.picboxZoomIn_Enter
Me.Button5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.Button5.FlatAppearance.BorderSize = 0
Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button5.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button5.Location = New System.Drawing.Point(139, 643)
Me.Button5.Name = "Button5"
Me.Button5.Size = New System.Drawing.Size(45, 30)
Me.Button5.TabIndex = 15
Me.Button5.UseVisualStyleBackColor = True
'
'Button6
'
Me.Button6.BackgroundImage = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.picboxZoomOut_Enter
Me.Button6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.Button6.FlatAppearance.BorderSize = 0
Me.Button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button6.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button6.Location = New System.Drawing.Point(183, 643)
Me.Button6.Name = "Button6"
Me.Button6.Size = New System.Drawing.Size(45, 30)
Me.Button6.TabIndex = 14
Me.Button6.UseVisualStyleBackColor = True
'
'Button4
'
Me.Button4.BackgroundImage = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.picboxNext_Enter
Me.Button4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.Button4.Enabled = False
Me.Button4.FlatAppearance.BorderSize = 0
Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button4.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button4.Location = New System.Drawing.Point(311, 643)
Me.Button4.Name = "Button4"
Me.Button4.Size = New System.Drawing.Size(50, 30)
Me.Button4.TabIndex = 13
Me.Button4.UseVisualStyleBackColor = True
'
'Button1
'
Me.Button1.BackgroundImage = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.picboxPrevious_Enter
Me.Button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.Button1.Enabled = False
Me.Button1.FlatAppearance.BorderSize = 0
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button1.Location = New System.Drawing.Point(262, 643)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(50, 30)
Me.Button1.TabIndex = 12
Me.Button1.UseVisualStyleBackColor = True
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(395, 654)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(31, 13)
Me.Label3.TabIndex = 18
Me.Label3.Text = "Seite"
'
'cbxEinzug
'
Me.cbxEinzug.AutoSize = True
Me.cbxEinzug.Checked = True
Me.cbxEinzug.CheckState = System.Windows.Forms.CheckState.Indeterminate
Me.cbxEinzug.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cbxEinzug.Location = New System.Drawing.Point(594, 29)
Me.cbxEinzug.Name = "cbxEinzug"
Me.cbxEinzug.Size = New System.Drawing.Size(143, 17)
Me.cbxEinzug.TabIndex = 3
Me.cbxEinzug.Text = "Papiereinzug verwenden"
Me.cbxEinzug.ThreeState = True
Me.cbxEinzug.UseVisualStyleBackColor = True
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(436, 654)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(25, 13)
Me.Label2.TabIndex = 17
Me.Label2.Text = "von"
'
'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.Name = "tbxCurrentImageIndex"
Me.tbxCurrentImageIndex.Size = New System.Drawing.Size(28, 13)
Me.tbxCurrentImageIndex.TabIndex = 19
Me.tbxCurrentImageIndex.Text = "1"
Me.tbxCurrentImageIndex.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
'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.Name = "tbxTotalImageNum"
Me.tbxTotalImageNum.Size = New System.Drawing.Size(25, 13)
Me.tbxTotalImageNum.TabIndex = 20
Me.tbxTotalImageNum.Text = "1"
Me.tbxTotalImageNum.TextAlign = System.Drawing.ContentAlignment.TopRight
'
'pnl
'
Me.pnl.Controls.Add(Me.UsrcntlPDFScan1)
Me.pnl.Controls.Add(Me.Label2)
Me.pnl.Controls.Add(Me.dsViewer)
Me.pnl.Controls.Add(Me.Button3)
Me.pnl.Controls.Add(Me.tbxCurrentImageIndex)
Me.pnl.Controls.Add(Me.Button2)
Me.pnl.Controls.Add(Me.Button6)
Me.pnl.Controls.Add(Me.tbxSaveFileName)
Me.pnl.Controls.Add(Me.lblDateiname)
Me.pnl.Controls.Add(Me.cbxEinzug)
Me.pnl.Controls.Add(Me.btn)
Me.pnl.Controls.Add(Me.Label3)
Me.pnl.Controls.Add(Me.btnScan)
Me.pnl.Controls.Add(Me.Button5)
Me.pnl.Controls.Add(Me.Label1)
Me.pnl.Controls.Add(Me.Button4)
Me.pnl.Controls.Add(Me.cboSource)
Me.pnl.Controls.Add(Me.Button1)
Me.pnl.Controls.Add(Me.cboResolution)
Me.pnl.Controls.Add(Me.grpTyp)
Me.pnl.Controls.Add(Me.grpFarbe)
Me.pnl.Controls.Add(Me.chkShowUI)
Me.pnl.Controls.Add(Me.tbxTotalImageNum)
Me.pnl.Dock = System.Windows.Forms.DockStyle.Fill
Me.pnl.Location = New System.Drawing.Point(0, 0)
Me.pnl.Name = "pnl"
Me.pnl.Size = New System.Drawing.Size(741, 683)
Me.pnl.TabIndex = 21
'
'UsrcntlPDFScan1
'
Me.UsrcntlPDFScan1._ARCHIV = False
Me.UsrcntlPDFScan1._DATENSERVER_KATEGORIE = "DOKUMENTE"
Me.UsrcntlPDFScan1._DATENSERVER_ORDNER = ""
Me.UsrcntlPDFScan1._DATENSERVER_UOrdner1 = ""
Me.UsrcntlPDFScan1._DATENSERVER_UOrdner2 = ""
Me.UsrcntlPDFScan1._DATENSERVER_UOrdner3 = ""
Me.UsrcntlPDFScan1._MULTI_FILES = False
Me.UsrcntlPDFScan1._TEXT_PDF = Nothing
Me.UsrcntlPDFScan1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
Me.UsrcntlPDFScan1.BackColor = System.Drawing.Color.White
Me.UsrcntlPDFScan1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.UsrcntlPDFScan1.Cursor = System.Windows.Forms.Cursors.Hand
Me.UsrcntlPDFScan1.Location = New System.Drawing.Point(344, 349)
Me.UsrcntlPDFScan1.Name = "UsrcntlPDFScan1"
Me.UsrcntlPDFScan1.Size = New System.Drawing.Size(8, 8)
Me.UsrcntlPDFScan1.TabIndex = 21
Me.UsrcntlPDFScan1.Visible = False
'
'frmScan
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.White
Me.ClientSize = New System.Drawing.Size(741, 683)
Me.Controls.Add(Me.pnl)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "frmScan"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Dokument scannen"
Me.grpFarbe.ResumeLayout(False)
Me.grpFarbe.PerformLayout()
Me.grpTyp.ResumeLayout(False)
Me.grpTyp.PerformLayout()
Me.pnl.ResumeLayout(False)
Me.pnl.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents dsViewer As Dynamsoft.Forms.DSViewer
Friend WithEvents btn As System.Windows.Forms.Button
Friend WithEvents btnScan As System.Windows.Forms.Button
Friend WithEvents SaveFileDialog1 As System.Windows.Forms.SaveFileDialog
Friend WithEvents chkMultiPage As System.Windows.Forms.CheckBox
Friend WithEvents Button2 As System.Windows.Forms.Button
Friend WithEvents Button3 As System.Windows.Forms.Button
Friend WithEvents tbxSaveFileName As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents lblDateiname As System.Windows.Forms.Label
Friend WithEvents rdbtnJPG As System.Windows.Forms.RadioButton
Friend WithEvents rdbtnBMP As System.Windows.Forms.RadioButton
Friend WithEvents rdbtnPNG As System.Windows.Forms.RadioButton
Friend WithEvents rdbtnPDF As System.Windows.Forms.RadioButton
Friend WithEvents rdbtnTIFF As System.Windows.Forms.RadioButton
Friend WithEvents cboSource As System.Windows.Forms.ComboBox
Friend WithEvents rdbtnRGB As System.Windows.Forms.RadioButton
Friend WithEvents rdbtnGray As System.Windows.Forms.RadioButton
Friend WithEvents rdbtnBW As System.Windows.Forms.RadioButton
Friend WithEvents grpFarbe As System.Windows.Forms.GroupBox
Friend WithEvents grpTyp As System.Windows.Forms.GroupBox
Friend WithEvents cboResolution As System.Windows.Forms.ComboBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents chkShowUI As System.Windows.Forms.CheckBox
Friend WithEvents Button5 As System.Windows.Forms.Button
Friend WithEvents Button6 As System.Windows.Forms.Button
Friend WithEvents Button4 As System.Windows.Forms.Button
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents cbxEinzug As System.Windows.Forms.CheckBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents tbxCurrentImageIndex As System.Windows.Forms.Label
Friend WithEvents tbxTotalImageNum As System.Windows.Forms.Label
Friend WithEvents pnl As System.Windows.Forms.Panel
Friend WithEvents UsrcntlPDFScan1 As usrcntlPDFScan
End Class