79 lines
3.0 KiB
VB.net
79 lines
3.0 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmWM_CreateVersion
|
|
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(frmWM_CreateVersion))
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.txtComment = New System.Windows.Forms.TextBox()
|
|
Me.btnOK = New System.Windows.Forms.Button()
|
|
Me.btncancel = New System.Windows.Forms.Button()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Label1
|
|
'
|
|
resources.ApplyResources(Me.Label1, "Label1")
|
|
Me.Label1.Name = "Label1"
|
|
'
|
|
'txtComment
|
|
'
|
|
resources.ApplyResources(Me.txtComment, "txtComment")
|
|
Me.txtComment.Name = "txtComment"
|
|
'
|
|
'btnOK
|
|
'
|
|
resources.ApplyResources(Me.btnOK, "btnOK")
|
|
Me.btnOK.Image = Global.DD_Record_Organizer.My.Resources.Resources.key_go
|
|
Me.btnOK.Name = "btnOK"
|
|
Me.btnOK.UseVisualStyleBackColor = True
|
|
'
|
|
'btncancel
|
|
'
|
|
resources.ApplyResources(Me.btncancel, "btncancel")
|
|
Me.btncancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
|
|
Me.btncancel.Name = "btncancel"
|
|
Me.btncancel.UseVisualStyleBackColor = True
|
|
'
|
|
'frmWD_CreateVersion
|
|
'
|
|
Me.AcceptButton = Me.btnOK
|
|
resources.ApplyResources(Me, "$this")
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.CancelButton = Me.btncancel
|
|
Me.Controls.Add(Me.btncancel)
|
|
Me.Controls.Add(Me.btnOK)
|
|
Me.Controls.Add(Me.txtComment)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "frmWD_CreateVersion"
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout
|
|
|
|
End Sub
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents txtComment As System.Windows.Forms.TextBox
|
|
Friend WithEvents btnOK As System.Windows.Forms.Button
|
|
Friend WithEvents btncancel As System.Windows.Forms.Button
|
|
End Class
|