_ Partial Class frmPDFScanList 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() Me.components = New System.ComponentModel.Container() Me.FlowLayoutPanel = New System.Windows.Forms.FlowLayoutPanel() Me.cntxtMulti = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.DateiScannenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.DateiHochladenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() Me.KopierenZwischenablageToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.AlsEmailSendenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator() Me.ArchivierenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.pnlTop = New System.Windows.Forms.Panel() Me.lblDateien = New System.Windows.Forms.Label() Me.FlatButton1 = New VERAG_PROG_ALLGEMEIN.FlatButton() Me.listlOld = New System.Windows.Forms.FlowLayoutPanel() Me.pnlOldHeader = New System.Windows.Forms.Panel() Me.Label1 = New System.Windows.Forms.Label() Me.cntxtMulti.SuspendLayout() Me.pnlTop.SuspendLayout() Me.pnlOldHeader.SuspendLayout() Me.SuspendLayout() ' 'FlowLayoutPanel ' Me.FlowLayoutPanel.AutoSize = True Me.FlowLayoutPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.FlowLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill Me.FlowLayoutPanel.FlowDirection = System.Windows.Forms.FlowDirection.TopDown Me.FlowLayoutPanel.Location = New System.Drawing.Point(0, 20) Me.FlowLayoutPanel.Margin = New System.Windows.Forms.Padding(1) Me.FlowLayoutPanel.MaximumSize = New System.Drawing.Size(200, 500) Me.FlowLayoutPanel.Name = "FlowLayoutPanel" Me.FlowLayoutPanel.Size = New System.Drawing.Size(200, 14) Me.FlowLayoutPanel.TabIndex = 1 ' 'cntxtMulti ' Me.cntxtMulti.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.cntxtMulti.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DateiScannenToolStripMenuItem, Me.DateiHochladenToolStripMenuItem, Me.ToolStripSeparator1, Me.KopierenZwischenablageToolStripMenuItem, Me.AlsEmailSendenToolStripMenuItem, Me.ToolStripSeparator2, Me.ArchivierenToolStripMenuItem}) Me.cntxtMulti.Name = "cntxt" Me.cntxtMulti.Size = New System.Drawing.Size(218, 126) ' 'DateiScannenToolStripMenuItem ' Me.DateiScannenToolStripMenuItem.Image = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.scanner Me.DateiScannenToolStripMenuItem.Name = "DateiScannenToolStripMenuItem" Me.DateiScannenToolStripMenuItem.Size = New System.Drawing.Size(217, 22) Me.DateiScannenToolStripMenuItem.Text = "Datei scannen..." ' 'DateiHochladenToolStripMenuItem ' Me.DateiHochladenToolStripMenuItem.Image = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.pdf Me.DateiHochladenToolStripMenuItem.Name = "DateiHochladenToolStripMenuItem" Me.DateiHochladenToolStripMenuItem.Size = New System.Drawing.Size(217, 22) Me.DateiHochladenToolStripMenuItem.Text = "Datei hochladen..." ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" Me.ToolStripSeparator1.Size = New System.Drawing.Size(214, 6) ' 'KopierenZwischenablageToolStripMenuItem ' Me.KopierenZwischenablageToolStripMenuItem.Name = "KopierenZwischenablageToolStripMenuItem" Me.KopierenZwischenablageToolStripMenuItem.Size = New System.Drawing.Size(217, 22) Me.KopierenZwischenablageToolStripMenuItem.Text = "Kopieren (Zwischenablage)" ' 'AlsEmailSendenToolStripMenuItem ' Me.AlsEmailSendenToolStripMenuItem.Name = "AlsEmailSendenToolStripMenuItem" Me.AlsEmailSendenToolStripMenuItem.Size = New System.Drawing.Size(217, 22) Me.AlsEmailSendenToolStripMenuItem.Text = "Als Email senden" ' 'ToolStripSeparator2 ' Me.ToolStripSeparator2.Name = "ToolStripSeparator2" Me.ToolStripSeparator2.Size = New System.Drawing.Size(214, 6) ' 'ArchivierenToolStripMenuItem ' Me.ArchivierenToolStripMenuItem.Name = "ArchivierenToolStripMenuItem" Me.ArchivierenToolStripMenuItem.Size = New System.Drawing.Size(217, 22) Me.ArchivierenToolStripMenuItem.Text = "Archivieren" ' 'pnlTop ' Me.pnlTop.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer)) Me.pnlTop.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pnlTop.Controls.Add(Me.lblDateien) Me.pnlTop.Controls.Add(Me.FlatButton1) Me.pnlTop.Dock = System.Windows.Forms.DockStyle.Top Me.pnlTop.Location = New System.Drawing.Point(0, 0) Me.pnlTop.Name = "pnlTop" Me.pnlTop.Size = New System.Drawing.Size(222, 20) Me.pnlTop.TabIndex = 4 ' 'lblDateien ' Me.lblDateien.AutoSize = True Me.lblDateien.Location = New System.Drawing.Point(4, 3) Me.lblDateien.Name = "lblDateien" Me.lblDateien.Size = New System.Drawing.Size(47, 13) Me.lblDateien.TabIndex = 1 Me.lblDateien.Text = "Dateien:" ' 'FlatButton1 ' Me.FlatButton1.allowBorder = False Me.FlatButton1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.FlatButton1.BackColor = System.Drawing.Color.Red Me.FlatButton1.FlatAppearance.BorderSize = 0 Me.FlatButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.FlatButton1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.FlatButton1.ForeColor = System.Drawing.Color.White Me.FlatButton1.Location = New System.Drawing.Point(194, 0) Me.FlatButton1.Name = "FlatButton1" Me.FlatButton1.Size = New System.Drawing.Size(26, 20) Me.FlatButton1.TabIndex = 0 Me.FlatButton1.Text = "X" Me.FlatButton1.UseVisualStyleBackColor = False ' 'listlOld ' Me.listlOld.AutoSize = True Me.listlOld.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.listlOld.Dock = System.Windows.Forms.DockStyle.Bottom Me.listlOld.FlowDirection = System.Windows.Forms.FlowDirection.TopDown Me.listlOld.Location = New System.Drawing.Point(0, 49) Me.listlOld.Margin = New System.Windows.Forms.Padding(1) Me.listlOld.MaximumSize = New System.Drawing.Size(200, 200) Me.listlOld.MinimumSize = New System.Drawing.Size(2, 10) Me.listlOld.Name = "listlOld" Me.listlOld.Size = New System.Drawing.Size(200, 10) Me.listlOld.TabIndex = 5 Me.listlOld.Visible = False ' 'pnlOldHeader ' Me.pnlOldHeader.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer)) Me.pnlOldHeader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pnlOldHeader.Controls.Add(Me.Label1) Me.pnlOldHeader.Dock = System.Windows.Forms.DockStyle.Bottom Me.pnlOldHeader.Location = New System.Drawing.Point(0, 34) Me.pnlOldHeader.Name = "pnlOldHeader" Me.pnlOldHeader.Size = New System.Drawing.Size(222, 15) Me.pnlOldHeader.TabIndex = 6 Me.pnlOldHeader.Visible = False ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(4, 0) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(40, 13) Me.Label1.TabIndex = 1 Me.Label1.Text = "Archiv:" ' 'frmPDFScanList ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.AutoScroll = True Me.AutoSize = True Me.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.BackColor = System.Drawing.Color.White Me.ClientSize = New System.Drawing.Size(222, 59) Me.Controls.Add(Me.FlowLayoutPanel) Me.Controls.Add(Me.pnlOldHeader) Me.Controls.Add(Me.pnlTop) Me.Controls.Add(Me.listlOld) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.MaximumSize = New System.Drawing.Size(222, 300) Me.MinimumSize = New System.Drawing.Size(220, 24) Me.Name = "frmPDFScanList" Me.Text = "frmPDFScanList" Me.cntxtMulti.ResumeLayout(False) Me.pnlTop.ResumeLayout(False) Me.pnlTop.PerformLayout() Me.pnlOldHeader.ResumeLayout(False) Me.pnlOldHeader.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Public WithEvents FlowLayoutPanel As System.Windows.Forms.FlowLayoutPanel Friend WithEvents cntxtMulti As System.Windows.Forms.ContextMenuStrip Friend WithEvents DateiScannenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents DateiHochladenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents pnlTop As System.Windows.Forms.Panel Friend WithEvents FlatButton1 As VERAG_PROG_ALLGEMEIN.FlatButton Friend WithEvents lblDateien As System.Windows.Forms.Label Public WithEvents listlOld As System.Windows.Forms.FlowLayoutPanel Friend WithEvents Label1 As System.Windows.Forms.Label Public WithEvents pnlOldHeader As System.Windows.Forms.Panel Friend WithEvents ArchivierenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents KopierenZwischenablageToolStripMenuItem As Windows.Forms.ToolStripMenuItem Friend WithEvents AlsEmailSendenToolStripMenuItem As Windows.Forms.ToolStripMenuItem Friend WithEvents ToolStripSeparator1 As Windows.Forms.ToolStripSeparator Friend WithEvents ToolStripSeparator2 As Windows.Forms.ToolStripSeparator End Class