_ Partial Class frmEintragTV 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.btnOK = New System.Windows.Forms.Button() Me.btnAbbruch = New System.Windows.Forms.Button() Me.Label7 = New System.Windows.Forms.Label() Me.txtZeile1 = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.txtZeile2 = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.SuspendLayout() ' 'btnOK ' Me.btnOK.Location = New System.Drawing.Point(152, 142) Me.btnOK.Name = "btnOK" Me.btnOK.Size = New System.Drawing.Size(80, 40) Me.btnOK.TabIndex = 2 Me.btnOK.Text = "OK" Me.btnOK.UseVisualStyleBackColor = True ' 'btnAbbruch ' Me.btnAbbruch.Location = New System.Drawing.Point(260, 142) Me.btnAbbruch.Name = "btnAbbruch" Me.btnAbbruch.Size = New System.Drawing.Size(80, 40) Me.btnAbbruch.TabIndex = 3 Me.btnAbbruch.Text = "Abbruch" Me.btnAbbruch.UseVisualStyleBackColor = True ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(14, 66) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(42, 13) Me.Label7.TabIndex = 20 Me.Label7.Text = "1. Zeile" ' 'txtZeile1 ' Me.txtZeile1.Location = New System.Drawing.Point(62, 63) Me.txtZeile1.MaxLength = 40 Me.txtZeile1.Name = "txtZeile1" Me.txtZeile1.Size = New System.Drawing.Size(321, 20) Me.txtZeile1.TabIndex = 0 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(14, 24) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(349, 13) Me.Label1.TabIndex = 20 Me.Label1.Text = "Dieser Text wird bei der TV-Anzeige rechts unten angezeigt!" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(14, 89) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(42, 13) Me.Label4.TabIndex = 20 Me.Label4.Text = "2. Zeile" ' 'txtZeile2 ' Me.txtZeile2.Location = New System.Drawing.Point(62, 86) Me.txtZeile2.MaxLength = 40 Me.txtZeile2.Name = "txtZeile2" Me.txtZeile2.Size = New System.Drawing.Size(321, 20) Me.txtZeile2.TabIndex = 1 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(389, 66) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(92, 13) Me.Label2.TabIndex = 20 Me.Label2.Text = "(max. 40 Zeichen)" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(388, 89) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(92, 13) Me.Label3.TabIndex = 20 Me.Label3.Text = "(max. 40 Zeichen)" ' 'frmEintragTV ' Me.AcceptButton = Me.btnOK Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(202, Byte), Integer), CType(CType(225, Byte), Integer), CType(CType(255, Byte), Integer)) Me.ClientSize = New System.Drawing.Size(492, 208) Me.Controls.Add(Me.txtZeile2) Me.Controls.Add(Me.btnAbbruch) Me.Controls.Add(Me.txtZeile1) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.btnOK) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog Me.KeyPreview = True Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frmEintragTV" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Text = "Hinweistext für TV-Anzeige" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents btnOK As System.Windows.Forms.Button Friend WithEvents btnAbbruch As System.Windows.Forms.Button Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents txtZeile1 As System.Windows.Forms.TextBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents txtZeile2 As System.Windows.Forms.TextBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label End Class