_ Partial Class frmScanKorrektur Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ 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. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmScanKorrektur)) Dim PdfViewerPrinterSettings1 As Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings = New Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings() Me.MenuStrip1 = New System.Windows.Forms.MenuStrip() Me.DateiToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.SchliessenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.C1TrueDBGrid1 = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.btnVerarbeiten = New System.Windows.Forms.Button() Me.txtbarcode = New System.Windows.Forms.TextBox() Me.txtnrpar00 = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.PdfViewerControl1 = New Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl() Me.Button1 = New System.Windows.Forms.Button() Me.MenuStrip1.SuspendLayout() Me.GroupBox1.SuspendLayout() CType(Me.C1TrueDBGrid1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'MenuStrip1 ' Me.MenuStrip1.ImageScalingSize = New System.Drawing.Size(20, 20) Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DateiToolStripMenuItem}) Me.MenuStrip1.Location = New System.Drawing.Point(0, 0) Me.MenuStrip1.Name = "MenuStrip1" Me.MenuStrip1.Size = New System.Drawing.Size(1204, 28) Me.MenuStrip1.TabIndex = 0 Me.MenuStrip1.Text = "MenuStrip1" ' 'DateiToolStripMenuItem ' Me.DateiToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.SchliessenToolStripMenuItem}) Me.DateiToolStripMenuItem.Name = "DateiToolStripMenuItem" Me.DateiToolStripMenuItem.Size = New System.Drawing.Size(59, 24) Me.DateiToolStripMenuItem.Text = "&Datei" ' 'SchliessenToolStripMenuItem ' Me.SchliessenToolStripMenuItem.Name = "SchliessenToolStripMenuItem" Me.SchliessenToolStripMenuItem.Size = New System.Drawing.Size(159, 26) Me.SchliessenToolStripMenuItem.Text = "&Schliessen" ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.Button1) Me.GroupBox1.Controls.Add(Me.C1TrueDBGrid1) Me.GroupBox1.Controls.Add(Me.btnVerarbeiten) Me.GroupBox1.Controls.Add(Me.txtbarcode) Me.GroupBox1.Controls.Add(Me.txtnrpar00) Me.GroupBox1.Controls.Add(Me.Label2) Me.GroupBox1.Controls.Add(Me.Label1) Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Left Me.GroupBox1.Location = New System.Drawing.Point(0, 28) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(423, 738) Me.GroupBox1.TabIndex = 2 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Fehlerhafte Scan-Verarbeitungen" ' 'C1TrueDBGrid1 ' Me.C1TrueDBGrid1.Dock = System.Windows.Forms.DockStyle.Top Me.C1TrueDBGrid1.GroupByCaption = "Drag a column header here to group by that column" Me.C1TrueDBGrid1.Location = New System.Drawing.Point(3, 16) Me.C1TrueDBGrid1.Name = "C1TrueDBGrid1" Me.C1TrueDBGrid1.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.C1TrueDBGrid1.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.C1TrueDBGrid1.PreviewInfo.ZoomFactor = 75.0R Me.C1TrueDBGrid1.PrintInfo.PageSettings = CType(resources.GetObject("C1TrueDBGrid1.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings) Me.C1TrueDBGrid1.PropBag = resources.GetString("C1TrueDBGrid1.PropBag") Me.C1TrueDBGrid1.Size = New System.Drawing.Size(417, 269) Me.C1TrueDBGrid1.TabIndex = 22 ' 'btnVerarbeiten ' Me.btnVerarbeiten.Location = New System.Drawing.Point(16, 358) Me.btnVerarbeiten.Name = "btnVerarbeiten" Me.btnVerarbeiten.Size = New System.Drawing.Size(92, 23) Me.btnVerarbeiten.TabIndex = 21 Me.btnVerarbeiten.Text = "Verarbeiten" Me.btnVerarbeiten.UseVisualStyleBackColor = True ' 'txtbarcode ' Me.txtbarcode.Location = New System.Drawing.Point(80, 316) Me.txtbarcode.Name = "txtbarcode" Me.txtbarcode.Size = New System.Drawing.Size(165, 20) Me.txtbarcode.TabIndex = 20 ' 'txtnrpar00 ' Me.txtnrpar00.Location = New System.Drawing.Point(80, 310) Me.txtnrpar00.Name = "txtnrpar00" Me.txtnrpar00.Size = New System.Drawing.Size(165, 20) Me.txtnrpar00.TabIndex = 19 Me.txtnrpar00.Visible = False ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(13, 316) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(56, 15) Me.Label2.TabIndex = 17 Me.Label2.Text = "Barcode:" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(13, 313) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(70, 15) Me.Label1.TabIndex = 16 Me.Label1.Text = "Partner-Nr.:" Me.Label1.Visible = False ' 'PdfViewerControl1 ' Me.PdfViewerControl1.Dock = System.Windows.Forms.DockStyle.Fill Me.PdfViewerControl1.EnableNotificationBar = True Me.PdfViewerControl1.IsBookmarkEnabled = True Me.PdfViewerControl1.Location = New System.Drawing.Point(423, 28) Me.PdfViewerControl1.Name = "PdfViewerControl1" Me.PdfViewerControl1.PageBorderThickness = 1 PdfViewerPrinterSettings1.PrintLocation = CType(resources.GetObject("PdfViewerPrinterSettings1.PrintLocation"), System.Drawing.PointF) Me.PdfViewerControl1.PrinterSettings = PdfViewerPrinterSettings1 Me.PdfViewerControl1.ScrollDisplacementValue = 0 Me.PdfViewerControl1.ShowHorizontalScrollBar = True Me.PdfViewerControl1.ShowToolBar = True Me.PdfViewerControl1.ShowVerticalScrollBar = True Me.PdfViewerControl1.Size = New System.Drawing.Size(781, 738) Me.PdfViewerControl1.TabIndex = 5 Me.PdfViewerControl1.Text = "PdfViewerControl1" Me.PdfViewerControl1.ZoomMode = Syncfusion.Windows.Forms.PdfViewer.ZoomMode.[Default] ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(114, 358) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(92, 23) Me.Button1.TabIndex = 23 Me.Button1.Text = "Abschliessen" Me.Button1.UseVisualStyleBackColor = True ' 'frmScanKorrektur ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1204, 766) Me.Controls.Add(Me.PdfViewerControl1) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.MenuStrip1) Me.MainMenuStrip = Me.MenuStrip1 Me.Name = "frmScanKorrektur" Me.Text = "ScanKorrektur" Me.MenuStrip1.ResumeLayout(False) Me.MenuStrip1.PerformLayout() Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() CType(Me.C1TrueDBGrid1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents MenuStrip1 As Windows.Forms.MenuStrip Friend WithEvents GroupBox1 As Windows.Forms.GroupBox Friend WithEvents DateiToolStripMenuItem As Windows.Forms.ToolStripMenuItem Friend WithEvents SchliessenToolStripMenuItem As Windows.Forms.ToolStripMenuItem Friend WithEvents btnVerarbeiten As Windows.Forms.Button Friend WithEvents txtbarcode As Windows.Forms.TextBox Friend WithEvents txtnrpar00 As Windows.Forms.TextBox Friend WithEvents Label2 As Windows.Forms.Label Friend WithEvents Label1 As Windows.Forms.Label Friend WithEvents C1TrueDBGrid1 As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents PdfViewerControl1 As Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl Friend WithEvents Button1 As Windows.Forms.Button End Class