Initial commit
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,404 @@
|
||||
<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()
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmScan))
|
||||
Dim FormatterSettings2 As Gnostice.Documents.FormatterSettings = New Gnostice.Documents.FormatterSettings()
|
||||
Dim TxtFormatterSettings2 As Gnostice.Documents.TXTFormatterSettings = New Gnostice.Documents.TXTFormatterSettings()
|
||||
Dim PageSettings2 As Gnostice.Documents.PageSettings = New Gnostice.Documents.PageSettings()
|
||||
Dim Margins2 As Gnostice.Documents.Margins = New Gnostice.Documents.Margins()
|
||||
Dim RenderingSettings2 As Gnostice.Documents.RenderingSettings = New Gnostice.Documents.RenderingSettings()
|
||||
Dim ImageRenderingSettings2 As Gnostice.Documents.ImageRenderingSettings = New Gnostice.Documents.ImageRenderingSettings()
|
||||
Dim LineArtRenderingSettings2 As Gnostice.Documents.LineArtRenderingSettings = New Gnostice.Documents.LineArtRenderingSettings()
|
||||
Dim ResolutionSettings2 As Gnostice.Documents.ResolutionSettings = New Gnostice.Documents.ResolutionSettings()
|
||||
Dim TextRenderingSettings2 As Gnostice.Documents.TextRenderingSettings = New Gnostice.Documents.TextRenderingSettings()
|
||||
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
|
||||
Me.Panel1 = New System.Windows.Forms.Panel()
|
||||
Me.ListBox1 = New System.Windows.Forms.ListBox()
|
||||
Me.Panel2 = New System.Windows.Forms.Panel()
|
||||
Me.ToolStrip3 = New System.Windows.Forms.ToolStrip()
|
||||
Me.TSBtnFirst = New System.Windows.Forms.ToolStripButton()
|
||||
Me.TSBtnPrevious = New System.Windows.Forms.ToolStripButton()
|
||||
Me.TSBtnNext = New System.Windows.Forms.ToolStripButton()
|
||||
Me.TSBtnLast = New System.Windows.Forms.ToolStripButton()
|
||||
Me.toolStripSeparator10 = New System.Windows.Forms.ToolStripSeparator()
|
||||
Me.btnPrvPage = New System.Windows.Forms.ToolStripButton()
|
||||
Me.btnFirstPage = New System.Windows.Forms.ToolStripButton()
|
||||
Me.txtGoToPage = New System.Windows.Forms.ToolStripTextBox()
|
||||
Me.btnNxtPage = New System.Windows.Forms.ToolStripButton()
|
||||
Me.btnLastPage = New System.Windows.Forms.ToolStripButton()
|
||||
Me.toolStripSeparator4 = New System.Windows.Forms.ToolStripSeparator()
|
||||
Me.tsFitPage = New System.Windows.Forms.ToolStripButton()
|
||||
Me.tsFitWidth = New System.Windows.Forms.ToolStripButton()
|
||||
Me.tsZoomOut = New System.Windows.Forms.ToolStripButton()
|
||||
Me.toolStripSeparator7 = New System.Windows.Forms.ToolStripSeparator()
|
||||
Me.tsZoomIn = New System.Windows.Forms.ToolStripButton()
|
||||
Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton()
|
||||
Me.ToolStripButton2 = New System.Windows.Forms.ToolStripButton()
|
||||
Me.ToolStrip2 = New System.Windows.Forms.ToolStrip()
|
||||
Me.DocumentViewer1 = New Gnostice.Documents.Controls.WinForms.DocumentViewer()
|
||||
Me.PrintDocument1 = New System.Drawing.Printing.PrintDocument()
|
||||
Me.Button1 = New System.Windows.Forms.Button()
|
||||
Me.Panel3 = New System.Windows.Forms.Panel()
|
||||
Me.Results = New System.Windows.Forms.TextBox()
|
||||
Me.Panel1.SuspendLayout()
|
||||
Me.Panel2.SuspendLayout()
|
||||
Me.ToolStrip3.SuspendLayout()
|
||||
Me.Panel3.SuspendLayout()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'ToolStrip1
|
||||
'
|
||||
Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.ToolStrip1.Name = "ToolStrip1"
|
||||
Me.ToolStrip1.Size = New System.Drawing.Size(1250, 25)
|
||||
Me.ToolStrip1.TabIndex = 0
|
||||
Me.ToolStrip1.Text = "ToolStrip1"
|
||||
'
|
||||
'Panel1
|
||||
'
|
||||
Me.Panel1.Controls.Add(Me.ListBox1)
|
||||
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Left
|
||||
Me.Panel1.Location = New System.Drawing.Point(0, 25)
|
||||
Me.Panel1.Name = "Panel1"
|
||||
Me.Panel1.Size = New System.Drawing.Size(200, 575)
|
||||
Me.Panel1.TabIndex = 1
|
||||
'
|
||||
'ListBox1
|
||||
'
|
||||
Me.ListBox1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.ListBox1.FormattingEnabled = True
|
||||
Me.ListBox1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.ListBox1.Name = "ListBox1"
|
||||
Me.ListBox1.Size = New System.Drawing.Size(200, 575)
|
||||
Me.ListBox1.TabIndex = 0
|
||||
'
|
||||
'Panel2
|
||||
'
|
||||
Me.Panel2.Controls.Add(Me.ToolStrip3)
|
||||
Me.Panel2.Controls.Add(Me.ToolStrip2)
|
||||
Me.Panel2.Controls.Add(Me.DocumentViewer1)
|
||||
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Left
|
||||
Me.Panel2.Location = New System.Drawing.Point(200, 25)
|
||||
Me.Panel2.Name = "Panel2"
|
||||
Me.Panel2.Size = New System.Drawing.Size(698, 575)
|
||||
Me.Panel2.TabIndex = 2
|
||||
'
|
||||
'ToolStrip3
|
||||
'
|
||||
Me.ToolStrip3.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSBtnFirst, Me.TSBtnPrevious, Me.TSBtnNext, Me.TSBtnLast, Me.toolStripSeparator10, Me.btnPrvPage, Me.btnFirstPage, Me.txtGoToPage, Me.btnNxtPage, Me.btnLastPage, Me.toolStripSeparator4, Me.tsFitPage, Me.tsFitWidth, Me.tsZoomOut, Me.toolStripSeparator7, Me.tsZoomIn, Me.ToolStripButton1, Me.ToolStripButton2})
|
||||
Me.ToolStrip3.Location = New System.Drawing.Point(0, 25)
|
||||
Me.ToolStrip3.Name = "ToolStrip3"
|
||||
Me.ToolStrip3.Size = New System.Drawing.Size(698, 25)
|
||||
Me.ToolStrip3.TabIndex = 9
|
||||
Me.ToolStrip3.Text = "ToolStrip3"
|
||||
'
|
||||
'TSBtnFirst
|
||||
'
|
||||
Me.TSBtnFirst.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.TSBtnFirst.Image = CType(resources.GetObject("TSBtnFirst.Image"), System.Drawing.Image)
|
||||
Me.TSBtnFirst.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
Me.TSBtnFirst.Name = "TSBtnFirst"
|
||||
Me.TSBtnFirst.Size = New System.Drawing.Size(23, 22)
|
||||
Me.TSBtnFirst.Text = "Erster Datensatz"
|
||||
'
|
||||
'TSBtnPrevious
|
||||
'
|
||||
Me.TSBtnPrevious.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.TSBtnPrevious.Image = CType(resources.GetObject("TSBtnPrevious.Image"), System.Drawing.Image)
|
||||
Me.TSBtnPrevious.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
Me.TSBtnPrevious.Name = "TSBtnPrevious"
|
||||
Me.TSBtnPrevious.Size = New System.Drawing.Size(23, 22)
|
||||
Me.TSBtnPrevious.Text = "Vorheriger Datensatz"
|
||||
'
|
||||
'TSBtnNext
|
||||
'
|
||||
Me.TSBtnNext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.TSBtnNext.Image = CType(resources.GetObject("TSBtnNext.Image"), System.Drawing.Image)
|
||||
Me.TSBtnNext.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
Me.TSBtnNext.Name = "TSBtnNext"
|
||||
Me.TSBtnNext.Size = New System.Drawing.Size(23, 22)
|
||||
Me.TSBtnNext.Text = "Nächster Datensatz"
|
||||
'
|
||||
'TSBtnLast
|
||||
'
|
||||
Me.TSBtnLast.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.TSBtnLast.Image = CType(resources.GetObject("TSBtnLast.Image"), System.Drawing.Image)
|
||||
Me.TSBtnLast.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
Me.TSBtnLast.Name = "TSBtnLast"
|
||||
Me.TSBtnLast.Size = New System.Drawing.Size(23, 22)
|
||||
Me.TSBtnLast.Text = "Letzter Datensatz"
|
||||
'
|
||||
'toolStripSeparator10
|
||||
'
|
||||
Me.toolStripSeparator10.Name = "toolStripSeparator10"
|
||||
Me.toolStripSeparator10.Size = New System.Drawing.Size(6, 25)
|
||||
'
|
||||
'btnPrvPage
|
||||
'
|
||||
Me.btnPrvPage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.btnPrvPage.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
Me.btnPrvPage.Name = "btnPrvPage"
|
||||
Me.btnPrvPage.Size = New System.Drawing.Size(23, 22)
|
||||
Me.btnPrvPage.ToolTipText = "Goto Previous Page"
|
||||
'
|
||||
'btnFirstPage
|
||||
'
|
||||
Me.btnFirstPage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.btnFirstPage.Image = CType(resources.GetObject("btnFirstPage.Image"), System.Drawing.Image)
|
||||
Me.btnFirstPage.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
Me.btnFirstPage.Name = "btnFirstPage"
|
||||
Me.btnFirstPage.Size = New System.Drawing.Size(23, 22)
|
||||
Me.btnFirstPage.Text = "toolStripButton1"
|
||||
Me.btnFirstPage.ToolTipText = "Go To First Page"
|
||||
'
|
||||
'txtGoToPage
|
||||
'
|
||||
Me.txtGoToPage.Name = "txtGoToPage"
|
||||
Me.txtGoToPage.Size = New System.Drawing.Size(100, 25)
|
||||
'
|
||||
'btnNxtPage
|
||||
'
|
||||
Me.btnNxtPage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.btnNxtPage.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
Me.btnNxtPage.Name = "btnNxtPage"
|
||||
Me.btnNxtPage.Size = New System.Drawing.Size(23, 22)
|
||||
Me.btnNxtPage.Text = "toolStripButton1"
|
||||
Me.btnNxtPage.ToolTipText = "Goto Next Page"
|
||||
'
|
||||
'btnLastPage
|
||||
'
|
||||
Me.btnLastPage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.btnLastPage.Image = CType(resources.GetObject("btnLastPage.Image"), System.Drawing.Image)
|
||||
Me.btnLastPage.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
Me.btnLastPage.Name = "btnLastPage"
|
||||
Me.btnLastPage.Size = New System.Drawing.Size(23, 22)
|
||||
Me.btnLastPage.ToolTipText = "Go To Last Page"
|
||||
'
|
||||
'toolStripSeparator4
|
||||
'
|
||||
Me.toolStripSeparator4.Name = "toolStripSeparator4"
|
||||
Me.toolStripSeparator4.Size = New System.Drawing.Size(6, 25)
|
||||
'
|
||||
'tsFitPage
|
||||
'
|
||||
Me.tsFitPage.ImageTransparentColor = System.Drawing.Color.White
|
||||
Me.tsFitPage.Name = "tsFitPage"
|
||||
Me.tsFitPage.Size = New System.Drawing.Size(53, 22)
|
||||
Me.tsFitPage.Text = "Fit Page"
|
||||
'
|
||||
'tsFitWidth
|
||||
'
|
||||
Me.tsFitWidth.ImageTransparentColor = System.Drawing.Color.Transparent
|
||||
Me.tsFitWidth.Name = "tsFitWidth"
|
||||
Me.tsFitWidth.Size = New System.Drawing.Size(59, 22)
|
||||
Me.tsFitWidth.Text = "Fit Width"
|
||||
'
|
||||
'tsZoomOut
|
||||
'
|
||||
Me.tsZoomOut.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
Me.tsZoomOut.Name = "tsZoomOut"
|
||||
Me.tsZoomOut.Size = New System.Drawing.Size(66, 22)
|
||||
Me.tsZoomOut.Text = "Zoom Out"
|
||||
'
|
||||
'toolStripSeparator7
|
||||
'
|
||||
Me.toolStripSeparator7.Name = "toolStripSeparator7"
|
||||
Me.toolStripSeparator7.Size = New System.Drawing.Size(6, 25)
|
||||
'
|
||||
'tsZoomIn
|
||||
'
|
||||
Me.tsZoomIn.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
Me.tsZoomIn.Name = "tsZoomIn"
|
||||
Me.tsZoomIn.Size = New System.Drawing.Size(56, 22)
|
||||
Me.tsZoomIn.Text = "Zoom In"
|
||||
'
|
||||
'ToolStripButton1
|
||||
'
|
||||
Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
Me.ToolStripButton1.Name = "ToolStripButton1"
|
||||
Me.ToolStripButton1.Size = New System.Drawing.Size(23, 22)
|
||||
Me.ToolStripButton1.Text = "ToolStripButton1"
|
||||
Me.ToolStripButton1.ToolTipText = "Rotate AntiClockwise 90"
|
||||
'
|
||||
'ToolStripButton2
|
||||
'
|
||||
Me.ToolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.ToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
Me.ToolStripButton2.Name = "ToolStripButton2"
|
||||
Me.ToolStripButton2.Size = New System.Drawing.Size(23, 22)
|
||||
Me.ToolStripButton2.Text = "ToolStripButton2"
|
||||
Me.ToolStripButton2.ToolTipText = "Rotate Clockwise 90"
|
||||
'
|
||||
'ToolStrip2
|
||||
'
|
||||
Me.ToolStrip2.Location = New System.Drawing.Point(0, 0)
|
||||
Me.ToolStrip2.Name = "ToolStrip2"
|
||||
Me.ToolStrip2.Size = New System.Drawing.Size(698, 25)
|
||||
Me.ToolStrip2.TabIndex = 8
|
||||
Me.ToolStrip2.Text = "ToolStrip2"
|
||||
'
|
||||
'DocumentViewer1
|
||||
'
|
||||
Me.DocumentViewer1.BackColor = System.Drawing.SystemColors.ControlDark
|
||||
Me.DocumentViewer1.BorderWidth = 10
|
||||
Me.DocumentViewer1.CurrentPage = 0
|
||||
Me.DocumentViewer1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.DocumentViewer1.HScrollBar.LargeChange = 40
|
||||
Me.DocumentViewer1.HScrollBar.SmallChange = 20
|
||||
Me.DocumentViewer1.HScrollBar.Value = 0
|
||||
Me.DocumentViewer1.HScrollBar.Visibility = Gnostice.Documents.Controls.WinForms.ScrollBarVisibility.Always
|
||||
Me.DocumentViewer1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.DocumentViewer1.Name = "DocumentViewer1"
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.DocumentViewer1.NavigationPane.ActivePage = Nothing
|
||||
Me.DocumentViewer1.NavigationPane.Location = New System.Drawing.Point(0, 0)
|
||||
Me.DocumentViewer1.NavigationPane.Name = ""
|
||||
Me.DocumentViewer1.NavigationPane.TabIndex = 0
|
||||
Me.DocumentViewer1.NavigationPane.Visibility = Gnostice.Documents.Controls.WinForms.Visibility.[Auto]
|
||||
Me.DocumentViewer1.NavigationPane.WidthPercentage = 20
|
||||
Me.DocumentViewer1.PageLayout = Nothing
|
||||
Me.DocumentViewer1.PageRotation = Gnostice.Documents.Controls.WinForms.RotationAngle.Zero
|
||||
TxtFormatterSettings2.Font = New System.Drawing.Font("Calibri", 12.0!)
|
||||
PageSettings2.Height = 11.6929!
|
||||
Margins2.Bottom = 1.0!
|
||||
Margins2.Footer = 0.0!
|
||||
Margins2.Header = 0.0!
|
||||
Margins2.Left = 1.0!
|
||||
Margins2.Right = 1.0!
|
||||
Margins2.Top = 1.0!
|
||||
PageSettings2.Margin = Margins2
|
||||
PageSettings2.Orientation = Gnostice.Graphics.Orientation.Portrait
|
||||
PageSettings2.PageSize = Gnostice.Documents.PageSize.A4
|
||||
PageSettings2.Width = 8.2677!
|
||||
TxtFormatterSettings2.PageSettings = PageSettings2
|
||||
FormatterSettings2.TXT = TxtFormatterSettings2
|
||||
Me.DocumentViewer1.Preferences.FormatterSettings = FormatterSettings2
|
||||
Me.DocumentViewer1.Preferences.KeyNavigation = True
|
||||
ImageRenderingSettings2.CompositingMode = System.Drawing.Drawing2D.CompositingMode.SourceOver
|
||||
ImageRenderingSettings2.CompositingQuality = System.Drawing.Drawing2D.CompositingQuality.[Default]
|
||||
ImageRenderingSettings2.InterpolationMode = System.Drawing.Drawing2D.InterpolationMode.Bilinear
|
||||
ImageRenderingSettings2.PixelOffsetMode = System.Drawing.Drawing2D.PixelOffsetMode.[Default]
|
||||
RenderingSettings2.Image = ImageRenderingSettings2
|
||||
LineArtRenderingSettings2.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.AntiAlias
|
||||
RenderingSettings2.LineArt = LineArtRenderingSettings2
|
||||
ResolutionSettings2.DpiX = 96.0!
|
||||
ResolutionSettings2.DpiY = 96.0!
|
||||
ResolutionSettings2.ResolutionMode = Gnostice.Documents.ResolutionMode.UseSource
|
||||
RenderingSettings2.Resolution = ResolutionSettings2
|
||||
TextRenderingSettings2.TextContrast = 3
|
||||
TextRenderingSettings2.TextRenderingHint = System.Drawing.Text.TextRenderingHint.AntiAlias
|
||||
RenderingSettings2.Text = TextRenderingSettings2
|
||||
Me.DocumentViewer1.Preferences.RenderingSettings = RenderingSettings2
|
||||
Me.DocumentViewer1.Preferences.Units = Gnostice.Graphics.MeasurementUnit.Inches
|
||||
Me.DocumentViewer1.Size = New System.Drawing.Size(698, 575)
|
||||
Me.DocumentViewer1.TabIndex = 7
|
||||
Me.DocumentViewer1.VScrollBar.LargeChange = 40
|
||||
Me.DocumentViewer1.VScrollBar.SmallChange = 20
|
||||
Me.DocumentViewer1.VScrollBar.Value = 0
|
||||
Me.DocumentViewer1.VScrollBar.Visibility = Gnostice.Documents.Controls.WinForms.ScrollBarVisibility.Always
|
||||
Me.DocumentViewer1.Zoom.ZoomMode = Gnostice.Documents.Controls.WinForms.ZoomMode.FitPage
|
||||
Me.DocumentViewer1.Zoom.ZoomPercent = 100.0R
|
||||
'
|
||||
'Button1
|
||||
'
|
||||
Me.Button1.Location = New System.Drawing.Point(3, 3)
|
||||
Me.Button1.Name = "Button1"
|
||||
Me.Button1.Size = New System.Drawing.Size(159, 23)
|
||||
Me.Button1.TabIndex = 3
|
||||
Me.Button1.Text = "Barcode Erkennung"
|
||||
Me.Button1.UseVisualStyleBackColor = True
|
||||
'
|
||||
'Panel3
|
||||
'
|
||||
Me.Panel3.Controls.Add(Me.Results)
|
||||
Me.Panel3.Controls.Add(Me.Button1)
|
||||
Me.Panel3.Dock = System.Windows.Forms.DockStyle.Left
|
||||
Me.Panel3.Location = New System.Drawing.Point(898, 25)
|
||||
Me.Panel3.Name = "Panel3"
|
||||
Me.Panel3.Size = New System.Drawing.Size(312, 575)
|
||||
Me.Panel3.TabIndex = 4
|
||||
'
|
||||
'Results
|
||||
'
|
||||
Me.Results.Location = New System.Drawing.Point(3, 47)
|
||||
Me.Results.Multiline = True
|
||||
Me.Results.Name = "Results"
|
||||
Me.Results.ReadOnly = True
|
||||
Me.Results.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
|
||||
Me.Results.Size = New System.Drawing.Size(309, 203)
|
||||
Me.Results.TabIndex = 4
|
||||
'
|
||||
'frmScan
|
||||
'
|
||||
Me.ClientSize = New System.Drawing.Size(1250, 600)
|
||||
Me.Controls.Add(Me.Panel3)
|
||||
Me.Controls.Add(Me.Panel2)
|
||||
Me.Controls.Add(Me.Panel1)
|
||||
Me.Controls.Add(Me.ToolStrip1)
|
||||
Me.Name = "frmScan"
|
||||
Me.Panel1.ResumeLayout(False)
|
||||
Me.Panel2.ResumeLayout(False)
|
||||
Me.Panel2.PerformLayout()
|
||||
Me.ToolStrip3.ResumeLayout(False)
|
||||
Me.ToolStrip3.PerformLayout()
|
||||
Me.Panel3.ResumeLayout(False)
|
||||
Me.Panel3.PerformLayout()
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
End Sub
|
||||
Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
|
||||
Friend WithEvents Panel1 As System.Windows.Forms.Panel
|
||||
Friend WithEvents Panel2 As System.Windows.Forms.Panel
|
||||
Friend WithEvents DocumentViewer1 As Gnostice.Documents.Controls.WinForms.DocumentViewer
|
||||
Friend WithEvents PrintDocument1 As System.Drawing.Printing.PrintDocument
|
||||
Friend WithEvents ToolStrip2 As System.Windows.Forms.ToolStrip
|
||||
Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
|
||||
Private WithEvents ToolStrip3 As System.Windows.Forms.ToolStrip
|
||||
Private WithEvents toolStripSeparator10 As System.Windows.Forms.ToolStripSeparator
|
||||
Private WithEvents btnPrvPage As System.Windows.Forms.ToolStripButton
|
||||
Private WithEvents btnFirstPage As System.Windows.Forms.ToolStripButton
|
||||
Private WithEvents txtGoToPage As System.Windows.Forms.ToolStripTextBox
|
||||
Private WithEvents btnNxtPage As System.Windows.Forms.ToolStripButton
|
||||
Private WithEvents btnLastPage As System.Windows.Forms.ToolStripButton
|
||||
Private WithEvents toolStripSeparator4 As System.Windows.Forms.ToolStripSeparator
|
||||
Private WithEvents tsFitPage As System.Windows.Forms.ToolStripButton
|
||||
Private WithEvents tsFitWidth As System.Windows.Forms.ToolStripButton
|
||||
Private WithEvents tsZoomOut As System.Windows.Forms.ToolStripButton
|
||||
Private WithEvents toolStripSeparator7 As System.Windows.Forms.ToolStripSeparator
|
||||
Private WithEvents tsZoomIn As System.Windows.Forms.ToolStripButton
|
||||
Friend WithEvents ToolStripButton1 As System.Windows.Forms.ToolStripButton
|
||||
Friend WithEvents ToolStripButton2 As System.Windows.Forms.ToolStripButton
|
||||
Friend WithEvents TSBtnFirst As System.Windows.Forms.ToolStripButton
|
||||
Friend WithEvents TSBtnNext As System.Windows.Forms.ToolStripButton
|
||||
Friend WithEvents TSBtnPrevious As System.Windows.Forms.ToolStripButton
|
||||
Friend WithEvents TSBtnLast As System.Windows.Forms.ToolStripButton
|
||||
Friend WithEvents Button1 As System.Windows.Forms.Button
|
||||
Friend WithEvents Panel3 As System.Windows.Forms.Panel
|
||||
Friend WithEvents Results As System.Windows.Forms.TextBox
|
||||
|
||||
End Class
|
||||
@@ -0,0 +1,152 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{2B23755B-7073-4C57-92D5-92ECB8746845}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>Plugin_Doktyp_Owner_Wechsel</RootNamespace>
|
||||
<AssemblyName>Plugin_Doktyp_Owner_Wechsel</AssemblyName>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<MyType>Windows</MyType>
|
||||
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<DefineDebug>true</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<OutputPath>..\Bin\</OutputPath>
|
||||
<DocumentationFile>Plugin_Doktyp_Owner_Wechsel.xml</DocumentationFile>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<DefineDebug>false</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DocumentationFile>Plugin_Doktyp_Owner_Wechsel.xml</DocumentationFile>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionExplicit>On</OptionExplicit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionCompare>Binary</OptionCompare>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionStrict>Off</OptionStrict>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionInfer>On</OptionInfer>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="C1.Win.C1TrueDBGrid.2, Version=2.0.20153.110, Culture=neutral, PublicKeyToken=75ae3fb0e2b1e0da, processorArchitecture=MSIL" />
|
||||
<Reference Include="FlexCel">
|
||||
<HintPath>..\..\..\..\ITSM\Vertragsverwaltung\bin\Debug\FlexCel.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.Office.Interop.Excel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<EmbedInteropTypes>True</EmbedInteropTypes>
|
||||
<HintPath>..\..\..\client 5.1\EDOKA\bin\Microsoft.Office.Interop.Excel.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="PluginContracts">
|
||||
<HintPath>..\Bin\PluginContracts.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Design" />
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="System.Net.Http" />
|
||||
<Reference Include="XLSLib">
|
||||
<HintPath>..\..\..\..\ITSM\Vertragsverwaltung\bin\Debug\XLSLib.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Import Include="Microsoft.VisualBasic" />
|
||||
<Import Include="System" />
|
||||
<Import Include="System.Collections" />
|
||||
<Import Include="System.Collections.Generic" />
|
||||
<Import Include="System.Data" />
|
||||
<Import Include="System.Diagnostics" />
|
||||
<Import Include="System.Linq" />
|
||||
<Import Include="System.Xml.Linq" />
|
||||
<Import Include="System.Threading.Tasks" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Class1.vb" />
|
||||
<Compile Include="Crypto.vb" />
|
||||
<Compile Include="DB.vb" />
|
||||
<Compile Include="DB\clsConnectionProvider.vb" />
|
||||
<Compile Include="DB\clsDBInteractionBase.vb" />
|
||||
<Compile Include="Form1.Designer.vb">
|
||||
<DependentUpon>Form1.vb</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Form1.vb">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="frmExcelSheets.designer.vb">
|
||||
<DependentUpon>frmExcelSheets.vb</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="frmExcelSheets.vb">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Globals.vb" />
|
||||
<Compile Include="My Project\AssemblyInfo.vb" />
|
||||
<Compile Include="My Project\Application.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Application.myapp</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="My Project\Resources.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="My Project\Settings.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Settings.settings</DependentUpon>
|
||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Form1.resx">
|
||||
<DependentUpon>Form1.vb</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="frmExcelSheets.resx">
|
||||
<DependentUpon>frmExcelSheets.vb</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="My Project\licenses.licx" />
|
||||
<EmbeddedResource Include="My Project\Resources.resx">
|
||||
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
|
||||
<CustomToolNamespace>My.Resources</CustomToolNamespace>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="My Project\Application.myapp">
|
||||
<Generator>MyApplicationCodeGenerator</Generator>
|
||||
<LastGenOutput>Application.Designer.vb</LastGenOutput>
|
||||
</None>
|
||||
<None Include="My Project\Settings.settings">
|
||||
<Generator>SettingsSingleFileGenerator</Generator>
|
||||
<CustomToolNamespace>My</CustomToolNamespace>
|
||||
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
||||
@@ -0,0 +1,18 @@
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_FiVo\bin\Debug\Plugin_FiVo.dll
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_FiVo\bin\Debug\Plugin_FiVo.pdb
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_FiVo\bin\Debug\Plugin_FiVo.xml
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_FiVo\bin\Debug\PluginContracts.dll
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_FiVo\bin\Debug\PluginContracts.pdb
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_FiVo\bin\Debug\PluginContracts.xml
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_FiVo\obj\Debug\Plugin_FiVo.vbprojResolveAssemblyReference.cache
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_FiVo\obj\Debug\Plugin_FiVo.frmData.resources
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_FiVo\obj\Debug\Plugin_FiVo.FrmMsg.resources
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_FiVo\obj\Debug\Plugin_FiVo.Resources.resources
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_FiVo\obj\Debug\Plugin_FiVo.vbproj.GenerateResource.Cache
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_FiVo\obj\Debug\Plugin_FiVo.dll.licenses
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Bin\Plugin_FiVo.dll
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Bin\Plugin_FiVo.pdb
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Bin\Plugin_FiVo.xml
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_FiVo\obj\Debug\Plugin_FiVo.dll
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_FiVo\obj\Debug\Plugin_FiVo.xml
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_FiVo\obj\Debug\Plugin_FiVo.pdb
|
||||
Binary file not shown.
Reference in New Issue
Block a user