_ Partial Class sendTAB 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() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sendTAB)) Me.pnl = New System.Windows.Forms.Panel() Me.pic = New System.Windows.Forms.PictureBox() Me.lblAuftr = New System.Windows.Forms.Label() Me.lblAbfBez = New System.Windows.Forms.Label() Me.lblNr = New System.Windows.Forms.Label() Me.cntxt = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.SendungDuplizierenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.pnl.SuspendLayout() CType(Me.pic, System.ComponentModel.ISupportInitialize).BeginInit() Me.cntxt.SuspendLayout() Me.SuspendLayout() ' 'pnl ' Me.pnl.BackColor = System.Drawing.Color.LightGray Me.pnl.Controls.Add(Me.pic) Me.pnl.Controls.Add(Me.lblAuftr) Me.pnl.Controls.Add(Me.lblAbfBez) Me.pnl.Controls.Add(Me.lblNr) Me.pnl.Dock = System.Windows.Forms.DockStyle.Fill Me.pnl.Location = New System.Drawing.Point(0, 0) Me.pnl.Margin = New System.Windows.Forms.Padding(0) Me.pnl.Name = "pnl" Me.pnl.Size = New System.Drawing.Size(90, 50) Me.pnl.TabIndex = 0 ' 'pic ' Me.pic.Cursor = System.Windows.Forms.Cursors.Hand Me.pic.Image = CType(resources.GetObject("pic.Image"), System.Drawing.Image) Me.pic.Location = New System.Drawing.Point(78, 2) Me.pic.Name = "pic" Me.pic.Size = New System.Drawing.Size(10, 10) Me.pic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.pic.TabIndex = 3 Me.pic.TabStop = False ' 'lblAuftr ' Me.lblAuftr.Cursor = System.Windows.Forms.Cursors.Hand Me.lblAuftr.Location = New System.Drawing.Point(3, 19) Me.lblAuftr.Name = "lblAuftr" Me.lblAuftr.Size = New System.Drawing.Size(86, 31) Me.lblAuftr.TabIndex = 2 Me.lblAuftr.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'lblAbfBez ' Me.lblAbfBez.Cursor = System.Windows.Forms.Cursors.Hand Me.lblAbfBez.Location = New System.Drawing.Point(20, 3) Me.lblAbfBez.Name = "lblAbfBez" Me.lblAbfBez.Size = New System.Drawing.Size(69, 13) Me.lblAbfBez.TabIndex = 1 Me.lblAbfBez.Text = "-" ' 'lblNr ' Me.lblNr.AutoSize = True Me.lblNr.Cursor = System.Windows.Forms.Cursors.Hand Me.lblNr.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblNr.Location = New System.Drawing.Point(1, 3) Me.lblNr.Name = "lblNr" Me.lblNr.Size = New System.Drawing.Size(25, 13) Me.lblNr.TabIndex = 0 Me.lblNr.Text = "10." ' 'cntxt ' Me.cntxt.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.SendungDuplizierenToolStripMenuItem}) Me.cntxt.Name = "cntxt" Me.cntxt.Size = New System.Drawing.Size(184, 48) ' 'SendungDuplizierenToolStripMenuItem ' Me.SendungDuplizierenToolStripMenuItem.Name = "SendungDuplizierenToolStripMenuItem" Me.SendungDuplizierenToolStripMenuItem.Size = New System.Drawing.Size(183, 22) Me.SendungDuplizierenToolStripMenuItem.Text = "Sendung Duplizieren" ' 'sendTAB ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.Color.LightGray Me.Controls.Add(Me.pnl) Me.Margin = New System.Windows.Forms.Padding(2, 2, 0, 0) Me.Name = "sendTAB" Me.Size = New System.Drawing.Size(90, 50) Me.pnl.ResumeLayout(False) Me.pnl.PerformLayout() CType(Me.pic, System.ComponentModel.ISupportInitialize).EndInit() Me.cntxt.ResumeLayout(False) Me.ResumeLayout(False) End Sub Public WithEvents lblAuftr As System.Windows.Forms.Label Public WithEvents lblAbfBez As System.Windows.Forms.Label Public WithEvents lblNr As System.Windows.Forms.Label Public WithEvents pnl As System.Windows.Forms.Panel Friend WithEvents pic As System.Windows.Forms.PictureBox Friend WithEvents cntxt As System.Windows.Forms.ContextMenuStrip Friend WithEvents SendungDuplizierenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem End Class