110 lines
4.2 KiB
VB.net
110 lines
4.2 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class Form3
|
|
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.btnAbbruch = New System.Windows.Forms.Button()
|
|
Me.btnOK = New System.Windows.Forms.Button()
|
|
Me.txtKdNr = New System.Windows.Forms.TextBox()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.txtBesonderheiten = New System.Windows.Forms.TextBox()
|
|
Me.lbBesonderheiten = New System.Windows.Forms.Label()
|
|
Me.SuspendLayout()
|
|
'
|
|
'btnAbbruch
|
|
'
|
|
Me.btnAbbruch.Location = New System.Drawing.Point(274, 248)
|
|
Me.btnAbbruch.Name = "btnAbbruch"
|
|
Me.btnAbbruch.Size = New System.Drawing.Size(80, 40)
|
|
Me.btnAbbruch.TabIndex = 66
|
|
Me.btnAbbruch.Text = "Schließen"
|
|
Me.btnAbbruch.UseVisualStyleBackColor = True
|
|
'
|
|
'btnOK
|
|
'
|
|
Me.btnOK.Location = New System.Drawing.Point(136, 248)
|
|
Me.btnOK.Name = "btnOK"
|
|
Me.btnOK.Size = New System.Drawing.Size(110, 40)
|
|
Me.btnOK.TabIndex = 65
|
|
Me.btnOK.Text = "OK -> Nächster"
|
|
Me.btnOK.UseVisualStyleBackColor = True
|
|
'
|
|
'txtKdNr
|
|
'
|
|
Me.txtKdNr.Location = New System.Drawing.Point(160, 187)
|
|
Me.txtKdNr.MaxLength = 10
|
|
Me.txtKdNr.Name = "txtKdNr"
|
|
Me.txtKdNr.Size = New System.Drawing.Size(112, 20)
|
|
Me.txtKdNr.TabIndex = 59
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(26, 190)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(84, 13)
|
|
Me.Label3.TabIndex = 69
|
|
Me.Label3.Text = "Kundennummer:"
|
|
'
|
|
'txtBesonderheiten
|
|
'
|
|
Me.txtBesonderheiten.Location = New System.Drawing.Point(160, 213)
|
|
Me.txtBesonderheiten.MaxLength = 100
|
|
Me.txtBesonderheiten.Name = "txtBesonderheiten"
|
|
Me.txtBesonderheiten.Size = New System.Drawing.Size(249, 20)
|
|
Me.txtBesonderheiten.TabIndex = 64
|
|
'
|
|
'lbBesonderheiten
|
|
'
|
|
Me.lbBesonderheiten.AutoSize = True
|
|
Me.lbBesonderheiten.Cursor = System.Windows.Forms.Cursors.Default
|
|
Me.lbBesonderheiten.Location = New System.Drawing.Point(26, 216)
|
|
Me.lbBesonderheiten.Name = "lbBesonderheiten"
|
|
Me.lbBesonderheiten.Size = New System.Drawing.Size(81, 13)
|
|
Me.lbBesonderheiten.TabIndex = 70
|
|
Me.lbBesonderheiten.Text = "Besonderheiten"
|
|
'
|
|
'Form3
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(552, 314)
|
|
Me.Controls.Add(Me.btnAbbruch)
|
|
Me.Controls.Add(Me.btnOK)
|
|
Me.Controls.Add(Me.txtKdNr)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.txtBesonderheiten)
|
|
Me.Controls.Add(Me.lbBesonderheiten)
|
|
Me.Name = "Form3"
|
|
Me.Text = "Form3"
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents btnAbbruch As System.Windows.Forms.Button
|
|
Friend WithEvents btnOK As System.Windows.Forms.Button
|
|
Friend WithEvents txtKdNr As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents txtBesonderheiten As System.Windows.Forms.TextBox
|
|
Friend WithEvents lbBesonderheiten As System.Windows.Forms.Label
|
|
End Class
|