_ Partial Class frmTv 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() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmTv)) Me.pnl = New System.Windows.Forms.Panel() Me.FlatButton4 = New VERAG_PROG_ALLGEMEIN.FlatButton() Me.FlatButton3 = New VERAG_PROG_ALLGEMEIN.FlatButton() Me.lblAndererText = New System.Windows.Forms.Label() Me.FlatButton2 = New VERAG_PROG_ALLGEMEIN.FlatButton() Me.FlatButton1 = New VERAG_PROG_ALLGEMEIN.FlatButton() Me.txt = New System.Windows.Forms.TextBox() Me.btnAbbrechen = New System.Windows.Forms.Button() Me.btnOK = New System.Windows.Forms.Button() Me.pnl.SuspendLayout() Me.SuspendLayout() ' 'pnl ' Me.pnl.BackColor = System.Drawing.Color.White Me.pnl.Controls.Add(Me.FlatButton4) Me.pnl.Controls.Add(Me.FlatButton3) Me.pnl.Controls.Add(Me.lblAndererText) Me.pnl.Controls.Add(Me.FlatButton2) Me.pnl.Controls.Add(Me.FlatButton1) Me.pnl.Controls.Add(Me.txt) Me.pnl.Controls.Add(Me.btnAbbrechen) Me.pnl.Controls.Add(Me.btnOK) Me.pnl.Dock = System.Windows.Forms.DockStyle.Fill Me.pnl.Location = New System.Drawing.Point(0, 0) Me.pnl.Name = "pnl" Me.pnl.Size = New System.Drawing.Size(344, 305) Me.pnl.TabIndex = 0 ' 'FlatButton4 ' Me.FlatButton4.BackgroundImage = Global.AVISO.My.Resources.Resources.documents Me.FlatButton4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.FlatButton4.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.FlatButton4.ForeColor = System.Drawing.Color.Black Me.FlatButton4.Location = New System.Drawing.Point(224, 21) Me.FlatButton4.Name = "FlatButton4" Me.FlatButton4.Size = New System.Drawing.Size(94, 109) Me.FlatButton4.TabIndex = 6 Me.FlatButton4.Text = "DOKUMENTE" Me.FlatButton4.TextAlign = System.Drawing.ContentAlignment.BottomCenter Me.FlatButton4.UseVisualStyleBackColor = True ' 'FlatButton3 ' Me.FlatButton3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.FlatButton3.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.FlatButton3.ForeColor = System.Drawing.Color.Black Me.FlatButton3.Location = New System.Drawing.Point(60, 209) Me.FlatButton3.Name = "FlatButton3" Me.FlatButton3.Size = New System.Drawing.Size(214, 32) Me.FlatButton3.TabIndex = 5 Me.FlatButton3.Text = "TEXT LÖSCHEN" Me.FlatButton3.UseVisualStyleBackColor = True ' 'lblAndererText ' Me.lblAndererText.AutoSize = True Me.lblAndererText.Location = New System.Drawing.Point(57, 149) Me.lblAndererText.Name = "lblAndererText" Me.lblAndererText.Size = New System.Drawing.Size(153, 13) Me.lblAndererText.TabIndex = 4 Me.lblAndererText.Text = "Anderer Text: (max. 8 Zeichen)" ' 'FlatButton2 ' Me.FlatButton2.BackgroundImage = Global.AVISO.My.Resources.Resources.passport Me.FlatButton2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.FlatButton2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.FlatButton2.ForeColor = System.Drawing.Color.Black Me.FlatButton2.Location = New System.Drawing.Point(24, 21) Me.FlatButton2.Name = "FlatButton2" Me.FlatButton2.Size = New System.Drawing.Size(94, 109) Me.FlatButton2.TabIndex = 3 Me.FlatButton2.Text = "PASSPORT" Me.FlatButton2.TextAlign = System.Drawing.ContentAlignment.BottomCenter Me.FlatButton2.UseVisualStyleBackColor = True ' 'FlatButton1 ' Me.FlatButton1.BackgroundImage = Global.AVISO.My.Resources.Resources.urgent Me.FlatButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.FlatButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.FlatButton1.ForeColor = System.Drawing.Color.Black Me.FlatButton1.Location = New System.Drawing.Point(124, 21) Me.FlatButton1.Name = "FlatButton1" Me.FlatButton1.Size = New System.Drawing.Size(94, 109) Me.FlatButton1.TabIndex = 3 Me.FlatButton1.Text = "DRINGEND" Me.FlatButton1.TextAlign = System.Drawing.ContentAlignment.BottomCenter Me.FlatButton1.UseVisualStyleBackColor = True ' 'txt ' Me.txt.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txt.Location = New System.Drawing.Point(60, 168) Me.txt.MaxLength = 8 Me.txt.Name = "txt" Me.txt.Size = New System.Drawing.Size(214, 23) Me.txt.TabIndex = 2 ' 'btnAbbrechen ' Me.btnAbbrechen.DialogResult = DialogResult.Cancel Me.btnAbbrechen.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnAbbrechen.Location = New System.Drawing.Point(60, 247) Me.btnAbbrechen.Name = "btnAbbrechen" Me.btnAbbrechen.Size = New System.Drawing.Size(94, 47) Me.btnAbbrechen.TabIndex = 1 Me.btnAbbrechen.Text = "Abbrechen" Me.btnAbbrechen.UseVisualStyleBackColor = True ' 'btnOK ' Me.btnOK.DialogResult = DialogResult.OK Me.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnOK.Location = New System.Drawing.Point(183, 247) Me.btnOK.Name = "btnOK" Me.btnOK.Size = New System.Drawing.Size(91, 47) Me.btnOK.TabIndex = 0 Me.btnOK.Text = "OK" Me.btnOK.UseVisualStyleBackColor = True ' 'frmTv ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(344, 305) Me.Controls.Add(Me.pnl) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmTv" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "TV-Hinweis" Me.pnl.ResumeLayout(False) Me.pnl.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents pnl As System.Windows.Forms.Panel Friend WithEvents FlatButton1 As VERAG_PROG_ALLGEMEIN.FlatButton Friend WithEvents txt As System.Windows.Forms.TextBox Friend WithEvents btnAbbrechen As System.Windows.Forms.Button Friend WithEvents btnOK As System.Windows.Forms.Button Friend WithEvents FlatButton2 As VERAG_PROG_ALLGEMEIN.FlatButton Friend WithEvents lblAndererText As System.Windows.Forms.Label Friend WithEvents FlatButton3 As VERAG_PROG_ALLGEMEIN.FlatButton Friend WithEvents FlatButton4 As VERAG_PROG_ALLGEMEIN.FlatButton End Class