132 lines
5.4 KiB
VB.net
132 lines
5.4 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmreadLog
|
|
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.ToolStrip1 = New System.Windows.Forms.ToolStrip()
|
|
Me.ToolStripLabel1 = New System.Windows.Forms.ToolStripLabel()
|
|
Me.cmbtyp = New System.Windows.Forms.ToolStripComboBox()
|
|
Me.ToolStripLabel2 = New System.Windows.Forms.ToolStripLabel()
|
|
Me.txtSearch = New System.Windows.Forms.ToolStripTextBox()
|
|
Me.btnnext = New System.Windows.Forms.ToolStripButton()
|
|
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
|
|
Me.lblName = New System.Windows.Forms.ToolStripStatusLabel()
|
|
Me.rtbLog = New System.Windows.Forms.RichTextBox()
|
|
Me.ToolStrip1.SuspendLayout()
|
|
Me.StatusStrip1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'ToolStrip1
|
|
'
|
|
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripLabel1, Me.cmbtyp, Me.ToolStripLabel2, Me.txtSearch, Me.btnnext})
|
|
Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
|
|
Me.ToolStrip1.Name = "ToolStrip1"
|
|
Me.ToolStrip1.Size = New System.Drawing.Size(714, 25)
|
|
Me.ToolStrip1.TabIndex = 0
|
|
Me.ToolStrip1.Text = "ToolStrip1"
|
|
'
|
|
'ToolStripLabel1
|
|
'
|
|
Me.ToolStripLabel1.Name = "ToolStripLabel1"
|
|
Me.ToolStripLabel1.Size = New System.Drawing.Size(127, 22)
|
|
Me.ToolStripLabel1.Text = "Wählen Sie das Modul."
|
|
'
|
|
'cmbtyp
|
|
'
|
|
Me.cmbtyp.DropDownWidth = 150
|
|
Me.cmbtyp.Items.AddRange(New Object() {"Dateiimporter", "Nachindexierung"})
|
|
Me.cmbtyp.Name = "cmbtyp"
|
|
Me.cmbtyp.Size = New System.Drawing.Size(150, 25)
|
|
'
|
|
'ToolStripLabel2
|
|
'
|
|
Me.ToolStripLabel2.Name = "ToolStripLabel2"
|
|
Me.ToolStripLabel2.Size = New System.Drawing.Size(67, 22)
|
|
Me.ToolStripLabel2.Text = "Suche Text:"
|
|
'
|
|
'txtSearch
|
|
'
|
|
Me.txtSearch.BackColor = System.Drawing.Color.Yellow
|
|
Me.txtSearch.Name = "txtSearch"
|
|
Me.txtSearch.Size = New System.Drawing.Size(250, 25)
|
|
'
|
|
'btnnext
|
|
'
|
|
Me.btnnext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.btnnext.Image = Global.ToolCollection.My.Resources.Resources.resultset_next
|
|
Me.btnnext.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.btnnext.Name = "btnnext"
|
|
Me.btnnext.Size = New System.Drawing.Size(23, 22)
|
|
Me.btnnext.Text = "Zeige nächstes Vorkommen"
|
|
'
|
|
'StatusStrip1
|
|
'
|
|
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lblName})
|
|
Me.StatusStrip1.Location = New System.Drawing.Point(0, 487)
|
|
Me.StatusStrip1.Name = "StatusStrip1"
|
|
Me.StatusStrip1.Size = New System.Drawing.Size(714, 22)
|
|
Me.StatusStrip1.TabIndex = 3
|
|
Me.StatusStrip1.Text = "StatusStrip1"
|
|
'
|
|
'lblName
|
|
'
|
|
Me.lblName.Name = "lblName"
|
|
Me.lblName.Size = New System.Drawing.Size(0, 17)
|
|
'
|
|
'rtbLog
|
|
'
|
|
Me.rtbLog.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.rtbLog.Location = New System.Drawing.Point(0, 25)
|
|
Me.rtbLog.Name = "rtbLog"
|
|
Me.rtbLog.Size = New System.Drawing.Size(714, 462)
|
|
Me.rtbLog.TabIndex = 4
|
|
Me.rtbLog.Text = ""
|
|
'
|
|
'frmreadLog
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(714, 509)
|
|
Me.Controls.Add(Me.rtbLog)
|
|
Me.Controls.Add(Me.StatusStrip1)
|
|
Me.Controls.Add(Me.ToolStrip1)
|
|
Me.Name = "frmreadLog"
|
|
Me.Text = "Öffne heutige Log-Datei:"
|
|
Me.ToolStrip1.ResumeLayout(false)
|
|
Me.ToolStrip1.PerformLayout
|
|
Me.StatusStrip1.ResumeLayout(false)
|
|
Me.StatusStrip1.PerformLayout
|
|
Me.ResumeLayout(false)
|
|
Me.PerformLayout
|
|
|
|
End Sub
|
|
Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
|
|
Friend WithEvents ToolStripLabel1 As System.Windows.Forms.ToolStripLabel
|
|
Friend WithEvents cmbtyp As System.Windows.Forms.ToolStripComboBox
|
|
Friend WithEvents ToolStripLabel2 As System.Windows.Forms.ToolStripLabel
|
|
Friend WithEvents txtSearch As System.Windows.Forms.ToolStripTextBox
|
|
Friend WithEvents btnnext As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
|
|
Friend WithEvents lblName As System.Windows.Forms.ToolStripStatusLabel
|
|
Friend WithEvents rtbLog As System.Windows.Forms.RichTextBox
|
|
End Class
|