103 lines
4.4 KiB
VB.net
103 lines
4.4 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmApplicationLog
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Das Formular ü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.components = New System.ComponentModel.Container()
|
|
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
|
|
Me.txtlog = New System.Windows.Forms.TextBox()
|
|
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
|
|
Me.ToolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.StatusStrip1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Timer1
|
|
'
|
|
Me.Timer1.Interval = 30000
|
|
'
|
|
'txtlog
|
|
'
|
|
Me.txtlog.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.txtlog.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtlog.Location = New System.Drawing.Point(15, 73)
|
|
Me.txtlog.Multiline = True
|
|
Me.txtlog.Name = "txtlog"
|
|
Me.txtlog.ScrollBars = System.Windows.Forms.ScrollBars.Both
|
|
Me.txtlog.Size = New System.Drawing.Size(1001, 432)
|
|
Me.txtlog.TabIndex = 1
|
|
Me.txtlog.TabStop = False
|
|
'
|
|
'StatusStrip1
|
|
'
|
|
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripStatusLabel1})
|
|
Me.StatusStrip1.Location = New System.Drawing.Point(0, 520)
|
|
Me.StatusStrip1.Name = "StatusStrip1"
|
|
Me.StatusStrip1.Size = New System.Drawing.Size(1028, 22)
|
|
Me.StatusStrip1.TabIndex = 2
|
|
Me.StatusStrip1.Text = "StatusStrip1"
|
|
'
|
|
'ToolStripStatusLabel1
|
|
'
|
|
Me.ToolStripStatusLabel1.Name = "ToolStripStatusLabel1"
|
|
Me.ToolStripStatusLabel1.Size = New System.Drawing.Size(0, 17)
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Image = Global.ToolCollection.My.Resources.Resources.book_delete
|
|
Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button1.Location = New System.Drawing.Point(15, 23)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(194, 44)
|
|
Me.Button1.TabIndex = 3
|
|
Me.Button1.Text = "Application Log leeren"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'frmApplicationLog
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(1028, 542)
|
|
Me.Controls.Add(Me.Button1)
|
|
Me.Controls.Add(Me.StatusStrip1)
|
|
Me.Controls.Add(Me.txtlog)
|
|
Me.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
Me.Name = "frmApplicationLog"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "ApplicationLog"
|
|
Me.StatusStrip1.ResumeLayout(False)
|
|
Me.StatusStrip1.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents Timer1 As Timer
|
|
Friend WithEvents txtlog As TextBox
|
|
Friend WithEvents StatusStrip1 As StatusStrip
|
|
Friend WithEvents ToolStripStatusLabel1 As ToolStripStatusLabel
|
|
Friend WithEvents Button1 As Button
|
|
End Class
|