Imports System.Windows.Forms Partial Class usrCntlMessenger_Mitteilung 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.pnl = New System.Windows.Forms.Panel() Me.MyRichTextBox1 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox() Me.Label3 = New System.Windows.Forms.Label() Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.Label1 = New System.Windows.Forms.Label() Me.pic = New System.Windows.Forms.PictureBox() Me.pnl.SuspendLayout() CType(Me.pic, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'pnl ' Me.pnl.Controls.Add(Me.pic) Me.pnl.Controls.Add(Me.Label1) Me.pnl.Controls.Add(Me.MyRichTextBox1) Me.pnl.Controls.Add(Me.Label3) 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(4, 5, 4, 5) Me.pnl.Name = "pnl" Me.pnl.Size = New System.Drawing.Size(840, 778) Me.pnl.TabIndex = 0 ' 'MyRichTextBox1 ' Me.MyRichTextBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.MyRichTextBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) Me.MyRichTextBox1.Location = New System.Drawing.Point(33, 55) Me.MyRichTextBox1.MaxLineLength = -1 Me.MyRichTextBox1.MaxLines_Warning = "" Me.MyRichTextBox1.MaxLines_Warning_Label = Nothing Me.MyRichTextBox1.Name = "MyRichTextBox1" Me.MyRichTextBox1.Size = New System.Drawing.Size(773, 620) Me.MyRichTextBox1.TabIndex = 15 Me.MyRichTextBox1.Text = "" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) Me.Label3.Location = New System.Drawing.Point(28, 22) Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(123, 29) Me.Label3.TabIndex = 11 Me.Label3.Text = "Mitteilung:" ' 'Timer1 ' Me.Timer1.Interval = 2000 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) Me.Label1.Location = New System.Drawing.Point(28, 701) Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(100, 29) Me.Label1.TabIndex = 16 Me.Label1.Text = "Anhang:" ' 'pic ' Me.pic.BackgroundImage = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.docAllgemein Me.pic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.pic.Cursor = System.Windows.Forms.Cursors.Hand Me.pic.Location = New System.Drawing.Point(158, 683) Me.pic.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.pic.Name = "pic" Me.pic.Size = New System.Drawing.Size(150, 77) Me.pic.TabIndex = 17 Me.pic.TabStop = False ' 'usrCntlMessenger_Mitteilung ' Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 20.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.Color.White Me.Controls.Add(Me.pnl) Me.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.Name = "usrCntlMessenger_Mitteilung" Me.Size = New System.Drawing.Size(840, 778) Me.pnl.ResumeLayout(False) Me.pnl.PerformLayout() CType(Me.pic, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents pnl As Panel Friend WithEvents Timer1 As Timer Friend WithEvents Label3 As Label Friend WithEvents MyRichTextBox1 As MyRichTextBox Friend WithEvents Label1 As Label Friend WithEvents pic As PictureBox End Class