_ Partial Class usrcntlPDFScan Inherits System.Windows.Forms.UserControl 'UserControl ü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.txt = New System.Windows.Forms.Label() Me.cntxt = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.DateiScannenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.DateiHochladenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator() Me.KopierenZwischenablageToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.AlsEMailSendenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() Me.LöschenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.picPDF = New System.Windows.Forms.PictureBox() Me.cntxtMulti = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripMenuItem2 = New System.Windows.Forms.ToolStripMenuItem() Me.ArchivierenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.cntxt.SuspendLayout() CType(Me.picPDF, System.ComponentModel.ISupportInitialize).BeginInit() Me.cntxtMulti.SuspendLayout() Me.SuspendLayout() ' 'txt ' Me.txt.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.txt.ContextMenuStrip = Me.cntxt Me.txt.Cursor = System.Windows.Forms.Cursors.Hand Me.txt.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txt.Location = New System.Drawing.Point(31, -1) Me.txt.Name = "txt" Me.txt.Size = New System.Drawing.Size(133, 24) Me.txt.TabIndex = 1 Me.txt.Text = "Kostenaufstellung.pdf" Me.txt.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'cntxt ' Me.cntxt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.cntxt.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DateiScannenToolStripMenuItem, Me.DateiHochladenToolStripMenuItem, Me.ToolStripSeparator2, Me.KopierenZwischenablageToolStripMenuItem, Me.AlsEMailSendenToolStripMenuItem, Me.ToolStripSeparator1, Me.LöschenToolStripMenuItem}) Me.cntxt.Name = "cntxt" Me.cntxt.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..." ' 'ToolStripSeparator2 ' Me.ToolStripSeparator2.Name = "ToolStripSeparator2" Me.ToolStripSeparator2.Size = New System.Drawing.Size(214, 6) ' 'KopierenZwischenablageToolStripMenuItem ' Me.KopierenZwischenablageToolStripMenuItem.Enabled = False Me.KopierenZwischenablageToolStripMenuItem.Name = "KopierenZwischenablageToolStripMenuItem" Me.KopierenZwischenablageToolStripMenuItem.Size = New System.Drawing.Size(217, 22) Me.KopierenZwischenablageToolStripMenuItem.Text = "Kopieren (Zwischenablage)" ' 'AlsEMailSendenToolStripMenuItem ' Me.AlsEMailSendenToolStripMenuItem.Enabled = False Me.AlsEMailSendenToolStripMenuItem.Name = "AlsEMailSendenToolStripMenuItem" Me.AlsEMailSendenToolStripMenuItem.Size = New System.Drawing.Size(217, 22) Me.AlsEMailSendenToolStripMenuItem.Text = "Als E-Mail senden" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" Me.ToolStripSeparator1.Size = New System.Drawing.Size(214, 6) ' 'LöschenToolStripMenuItem ' Me.LöschenToolStripMenuItem.Enabled = False Me.LöschenToolStripMenuItem.Image = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.del Me.LöschenToolStripMenuItem.Name = "LöschenToolStripMenuItem" Me.LöschenToolStripMenuItem.Size = New System.Drawing.Size(217, 22) Me.LöschenToolStripMenuItem.Text = "Löschen" ' 'picPDF ' Me.picPDF.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.picPDF.BackgroundImage = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.pdf_gray Me.picPDF.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.picPDF.ContextMenuStrip = Me.cntxt Me.picPDF.Cursor = System.Windows.Forms.Cursors.Hand Me.picPDF.Location = New System.Drawing.Point(0, 2) Me.picPDF.Name = "picPDF" Me.picPDF.Size = New System.Drawing.Size(29, 20) Me.picPDF.TabIndex = 0 Me.picPDF.TabStop = False ' 'cntxtMulti ' Me.cntxtMulti.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.cntxtMulti.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripMenuItem1, Me.ToolStripMenuItem2, Me.ArchivierenToolStripMenuItem}) Me.cntxtMulti.Name = "cntxt" Me.cntxtMulti.Size = New System.Drawing.Size(181, 92) ' 'ToolStripMenuItem1 ' Me.ToolStripMenuItem1.Image = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.scanner Me.ToolStripMenuItem1.Name = "ToolStripMenuItem1" Me.ToolStripMenuItem1.Size = New System.Drawing.Size(180, 22) Me.ToolStripMenuItem1.Text = "+ Datei scannen..." ' 'ToolStripMenuItem2 ' Me.ToolStripMenuItem2.Image = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.pdf Me.ToolStripMenuItem2.Name = "ToolStripMenuItem2" Me.ToolStripMenuItem2.Size = New System.Drawing.Size(180, 22) Me.ToolStripMenuItem2.Text = "+ Datei hochladen..." ' 'ArchivierenToolStripMenuItem ' Me.ArchivierenToolStripMenuItem.Name = "ArchivierenToolStripMenuItem" Me.ArchivierenToolStripMenuItem.Size = New System.Drawing.Size(180, 22) Me.ArchivierenToolStripMenuItem.Text = "Archivieren" Me.ArchivierenToolStripMenuItem.Visible = False ' 'usrcntlPDFScan ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.BackColor = System.Drawing.Color.White Me.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.ContextMenuStrip = Me.cntxt Me.Controls.Add(Me.txt) Me.Controls.Add(Me.picPDF) Me.Cursor = System.Windows.Forms.Cursors.Hand Me.Name = "usrcntlPDFScan" Me.Size = New System.Drawing.Size(163, 24) Me.cntxt.ResumeLayout(False) CType(Me.picPDF, System.ComponentModel.ISupportInitialize).EndInit() Me.cntxtMulti.ResumeLayout(False) Me.ResumeLayout(False) End Sub Friend WithEvents picPDF As System.Windows.Forms.PictureBox Friend WithEvents txt As System.Windows.Forms.Label Friend WithEvents cntxt As System.Windows.Forms.ContextMenuStrip Friend WithEvents DateiScannenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents DateiHochladenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents LöschenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents cntxtMulti As System.Windows.Forms.ContextMenuStrip Friend WithEvents ToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ToolStripMenuItem2 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ToolStripSeparator2 As Windows.Forms.ToolStripSeparator Friend WithEvents KopierenZwischenablageToolStripMenuItem As Windows.Forms.ToolStripMenuItem Friend WithEvents AlsEMailSendenToolStripMenuItem As Windows.Forms.ToolStripMenuItem Friend WithEvents ToolStripSeparator1 As Windows.Forms.ToolStripSeparator Friend WithEvents ArchivierenToolStripMenuItem As Windows.Forms.ToolStripMenuItem End Class