96 lines
3.6 KiB
VB.net
96 lines
3.6 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmNewVariant
|
|
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(frmNewVariant))
|
|
Me.OK_Button = New System.Windows.Forms.Button()
|
|
Me.Cancel_Button = New System.Windows.Forms.Button()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.cmbReason = New System.Windows.Forms.ComboBox()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.txtComment = New System.Windows.Forms.TextBox()
|
|
Me.SuspendLayout()
|
|
'
|
|
'OK_Button
|
|
'
|
|
resources.ApplyResources(Me.OK_Button, "OK_Button")
|
|
Me.OK_Button.Name = "OK_Button"
|
|
'
|
|
'Cancel_Button
|
|
'
|
|
resources.ApplyResources(Me.Cancel_Button, "Cancel_Button")
|
|
Me.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel
|
|
Me.Cancel_Button.Image = Global.DD_Record_Organizer.My.Resources.Resources.cancel
|
|
Me.Cancel_Button.Name = "Cancel_Button"
|
|
'
|
|
'Label1
|
|
'
|
|
resources.ApplyResources(Me.Label1, "Label1")
|
|
Me.Label1.Name = "Label1"
|
|
'
|
|
'cmbReason
|
|
'
|
|
resources.ApplyResources(Me.cmbReason, "cmbReason")
|
|
Me.cmbReason.FormattingEnabled = True
|
|
Me.cmbReason.Name = "cmbReason"
|
|
'
|
|
'Label3
|
|
'
|
|
resources.ApplyResources(Me.Label3, "Label3")
|
|
Me.Label3.Name = "Label3"
|
|
'
|
|
'txtComment
|
|
'
|
|
resources.ApplyResources(Me.txtComment, "txtComment")
|
|
Me.txtComment.Name = "txtComment"
|
|
'
|
|
'frmNewVariant
|
|
'
|
|
Me.AcceptButton = Me.OK_Button
|
|
resources.ApplyResources(Me, "$this")
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.CancelButton = Me.Cancel_Button
|
|
Me.Controls.Add(Me.OK_Button)
|
|
Me.Controls.Add(Me.txtComment)
|
|
Me.Controls.Add(Me.Cancel_Button)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.cmbReason)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "frmNewVariant"
|
|
Me.ShowInTaskbar = False
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents OK_Button As System.Windows.Forms.Button
|
|
Friend WithEvents Cancel_Button As System.Windows.Forms.Button
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents cmbReason As System.Windows.Forms.ComboBox
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents txtComment As System.Windows.Forms.TextBox
|
|
|
|
End Class
|