You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
133 lines
5.1 KiB
133 lines
5.1 KiB
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmDokumentversion
|
|
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.Label1 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.txtVersion = New System.Windows.Forms.TextBox()
|
|
Me.cbboxMonat = New System.Windows.Forms.ComboBox()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.cbboxJahr = New System.Windows.Forms.ComboBox()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(12, 21)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(84, 13)
|
|
Me.Label1.TabIndex = 0
|
|
Me.Label1.Text = "Versionsnummer"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(12, 52)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(37, 13)
|
|
Me.Label2.TabIndex = 1
|
|
Me.Label2.Text = "Monat"
|
|
'
|
|
'txtVersion
|
|
'
|
|
Me.txtVersion.Location = New System.Drawing.Point(102, 18)
|
|
Me.txtVersion.Name = "txtVersion"
|
|
Me.txtVersion.Size = New System.Drawing.Size(100, 20)
|
|
Me.txtVersion.TabIndex = 2
|
|
'
|
|
'cbboxMonat
|
|
'
|
|
Me.cbboxMonat.FormattingEnabled = True
|
|
Me.cbboxMonat.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"})
|
|
Me.cbboxMonat.Location = New System.Drawing.Point(102, 49)
|
|
Me.cbboxMonat.Name = "cbboxMonat"
|
|
Me.cbboxMonat.Size = New System.Drawing.Size(100, 21)
|
|
Me.cbboxMonat.TabIndex = 3
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(12, 87)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(27, 13)
|
|
Me.Label3.TabIndex = 4
|
|
Me.Label3.Text = "Jahr"
|
|
'
|
|
'cbboxJahr
|
|
'
|
|
Me.cbboxJahr.FormattingEnabled = True
|
|
Me.cbboxJahr.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"})
|
|
Me.cbboxJahr.Location = New System.Drawing.Point(102, 84)
|
|
Me.cbboxJahr.Name = "cbboxJahr"
|
|
Me.cbboxJahr.Size = New System.Drawing.Size(100, 21)
|
|
Me.cbboxJahr.TabIndex = 5
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Location = New System.Drawing.Point(15, 144)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button1.TabIndex = 7
|
|
Me.Button1.Text = "&OK"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.Location = New System.Drawing.Point(127, 144)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button2.TabIndex = 8
|
|
Me.Button2.Text = "&Abbruch"
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
'
|
|
'frmDokumentversion
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(249, 186)
|
|
Me.Controls.Add(Me.Button2)
|
|
Me.Controls.Add(Me.Button1)
|
|
Me.Controls.Add(Me.cbboxJahr)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.cbboxMonat)
|
|
Me.Controls.Add(Me.txtVersion)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Name = "frmDokumentversion"
|
|
Me.Text = "Dokumentversion"
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents txtVersion As System.Windows.Forms.TextBox
|
|
Friend WithEvents cbboxMonat As System.Windows.Forms.ComboBox
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents cbboxJahr As System.Windows.Forms.ComboBox
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
Friend WithEvents Button2 As System.Windows.Forms.Button
|
|
End Class
|