This commit is contained in:
ms
2018-11-22 16:52:25 +01:00
parent 85727a8e2f
commit 106f90ba07
70 changed files with 21133 additions and 2 deletions

80
Dokumentation_Updater/Update.Designer.vb generated Normal file
View File

@@ -0,0 +1,80 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class Update
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()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Update))
Me.CmdUpdate = New System.Windows.Forms.Button()
Me.ProgressBar = New System.Windows.Forms.ProgressBar()
Me.TxtInfo = New System.Windows.Forms.TextBox()
Me.SuspendLayout()
'
'CmdUpdate
'
Me.CmdUpdate.BackColor = System.Drawing.SystemColors.ControlLightLight
Me.CmdUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.CmdUpdate.Location = New System.Drawing.Point(12, 180)
Me.CmdUpdate.Name = "CmdUpdate"
Me.CmdUpdate.Size = New System.Drawing.Size(377, 23)
Me.CmdUpdate.TabIndex = 0
Me.CmdUpdate.Text = "Update ausführen"
Me.CmdUpdate.UseVisualStyleBackColor = False
'
'ProgressBar
'
Me.ProgressBar.BackColor = System.Drawing.SystemColors.ControlLightLight
Me.ProgressBar.Location = New System.Drawing.Point(13, 158)
Me.ProgressBar.Name = "ProgressBar"
Me.ProgressBar.Size = New System.Drawing.Size(376, 16)
Me.ProgressBar.TabIndex = 2
'
'TxtInfo
'
Me.TxtInfo.BackColor = System.Drawing.SystemColors.ControlLightLight
Me.TxtInfo.Location = New System.Drawing.Point(12, 13)
Me.TxtInfo.Multiline = True
Me.TxtInfo.Name = "TxtInfo"
Me.TxtInfo.ReadOnly = True
Me.TxtInfo.Size = New System.Drawing.Size(377, 139)
Me.TxtInfo.TabIndex = 3
'
'Update
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.SystemColors.GradientInactiveCaption
Me.ClientSize = New System.Drawing.Size(401, 216)
Me.Controls.Add(Me.TxtInfo)
Me.Controls.Add(Me.ProgressBar)
Me.Controls.Add(Me.CmdUpdate)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "Update"
Me.Text = "Doku Update 1.0.1"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents CmdUpdate As Button
Friend WithEvents ProgressBar As ProgressBar
Friend WithEvents TxtInfo As TextBox
End Class