149 lines
5.9 KiB
VB.net
149 lines
5.9 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class uscntr_SendMSG
|
|
Inherits System.Windows.Forms.UserControl
|
|
|
|
'UserControl überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
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.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.TextBox1 = New System.Windows.Forms.TextBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.cmdSenden = New System.Windows.Forms.Button()
|
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|
Me.PanServerListe = New System.Windows.Forms.Panel()
|
|
Me.PanMain = New System.Windows.Forms.Panel()
|
|
Me.LabelInfo = New System.Windows.Forms.Label()
|
|
Me.cmdVorschau = New System.Windows.Forms.Button()
|
|
Me.Panel1.SuspendLayout()
|
|
Me.PanMain.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'TextBox1
|
|
'
|
|
Me.TextBox1.Location = New System.Drawing.Point(8, 21)
|
|
Me.TextBox1.Margin = New System.Windows.Forms.Padding(8)
|
|
Me.TextBox1.Multiline = True
|
|
Me.TextBox1.Name = "TextBox1"
|
|
Me.TextBox1.Size = New System.Drawing.Size(444, 71)
|
|
Me.TextBox1.TabIndex = 0
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(5, 0)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(56, 13)
|
|
Me.Label1.TabIndex = 1
|
|
Me.Label1.Text = "Nachricht:"
|
|
'
|
|
'cmdSenden
|
|
'
|
|
Me.cmdSenden.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.cmdSenden.Location = New System.Drawing.Point(383, 274)
|
|
Me.cmdSenden.Name = "cmdSenden"
|
|
Me.cmdSenden.Size = New System.Drawing.Size(75, 23)
|
|
Me.cmdSenden.TabIndex = 2
|
|
Me.cmdSenden.Text = "Senden"
|
|
Me.cmdSenden.UseVisualStyleBackColor = True
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.AutoSize = True
|
|
Me.Panel1.Controls.Add(Me.TextBox1)
|
|
Me.Panel1.Controls.Add(Me.Label1)
|
|
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.Panel1.Location = New System.Drawing.Point(0, 0)
|
|
Me.Panel1.Name = "Panel1"
|
|
Me.Panel1.Size = New System.Drawing.Size(461, 100)
|
|
Me.Panel1.TabIndex = 3
|
|
'
|
|
'PanServerListe
|
|
'
|
|
Me.PanServerListe.AutoSize = True
|
|
Me.PanServerListe.Dock = System.Windows.Forms.DockStyle.Left
|
|
Me.PanServerListe.Location = New System.Drawing.Point(0, 100)
|
|
Me.PanServerListe.MinimumSize = New System.Drawing.Size(196, 0)
|
|
Me.PanServerListe.Name = "PanServerListe"
|
|
Me.PanServerListe.Size = New System.Drawing.Size(196, 200)
|
|
Me.PanServerListe.TabIndex = 0
|
|
'
|
|
'PanMain
|
|
'
|
|
Me.PanMain.AutoSize = True
|
|
Me.PanMain.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
|
|
Me.PanMain.Controls.Add(Me.LabelInfo)
|
|
Me.PanMain.Controls.Add(Me.cmdVorschau)
|
|
Me.PanMain.Controls.Add(Me.cmdSenden)
|
|
Me.PanMain.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.PanMain.Location = New System.Drawing.Point(0, 0)
|
|
Me.PanMain.MinimumSize = New System.Drawing.Size(461, 300)
|
|
Me.PanMain.Name = "PanMain"
|
|
Me.PanMain.Size = New System.Drawing.Size(461, 300)
|
|
Me.PanMain.TabIndex = 4
|
|
'
|
|
'LabelInfo
|
|
'
|
|
Me.LabelInfo.AutoSize = True
|
|
Me.LabelInfo.Location = New System.Drawing.Point(202, 111)
|
|
Me.LabelInfo.Name = "LabelInfo"
|
|
Me.LabelInfo.Size = New System.Drawing.Size(51, 13)
|
|
Me.LabelInfo.TabIndex = 4
|
|
Me.LabelInfo.Text = "LabelInfo"
|
|
'
|
|
'cmdVorschau
|
|
'
|
|
Me.cmdVorschau.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.cmdVorschau.Location = New System.Drawing.Point(205, 274)
|
|
Me.cmdVorschau.Name = "cmdVorschau"
|
|
Me.cmdVorschau.Size = New System.Drawing.Size(75, 23)
|
|
Me.cmdVorschau.TabIndex = 3
|
|
Me.cmdVorschau.Text = "Vorschau"
|
|
Me.cmdVorschau.UseVisualStyleBackColor = True
|
|
'
|
|
'uscntr_SendMSG
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.AutoSize = True
|
|
Me.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
|
|
Me.Controls.Add(Me.PanServerListe)
|
|
Me.Controls.Add(Me.Panel1)
|
|
Me.Controls.Add(Me.PanMain)
|
|
Me.MinimumSize = New System.Drawing.Size(461, 199)
|
|
Me.Name = "uscntr_SendMSG"
|
|
Me.Size = New System.Drawing.Size(461, 300)
|
|
Me.Panel1.ResumeLayout(False)
|
|
Me.Panel1.PerformLayout()
|
|
Me.PanMain.ResumeLayout(False)
|
|
Me.PanMain.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents TextBox1 As TextBox
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents cmdSenden As Button
|
|
Friend WithEvents Panel1 As Panel
|
|
Friend WithEvents PanServerListe As Panel
|
|
Friend WithEvents PanMain As Panel
|
|
Friend WithEvents cmdVorschau As Button
|
|
Friend WithEvents LabelInfo As Label
|
|
End Class
|