97 lines
3.9 KiB
VB.net
97 lines
3.9 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class frmKundenTOBBKdNr
|
|
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(frmKundenTOBBKdNr))
|
|
Me.txtTOBB = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label33 = New System.Windows.Forms.Label()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.SuspendLayout()
|
|
'
|
|
'txtTOBB
|
|
'
|
|
Me.txtTOBB._DateTimeOnly = False
|
|
Me.txtTOBB._numbersOnly = False
|
|
Me.txtTOBB._numbersOnlyKommastellen = ""
|
|
Me.txtTOBB._numbersOnlyTrennzeichen = True
|
|
Me.txtTOBB._Prozent = False
|
|
Me.txtTOBB._ShortDateNew = False
|
|
Me.txtTOBB._ShortDateOnly = False
|
|
Me.txtTOBB._TimeOnly = False
|
|
Me.txtTOBB._TimeOnly_Seconds = False
|
|
Me.txtTOBB._value = ""
|
|
Me.txtTOBB._Waehrung = False
|
|
Me.txtTOBB._WaehrungZeichen = True
|
|
Me.txtTOBB.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
|
Me.txtTOBB.ForeColor = System.Drawing.Color.Black
|
|
Me.txtTOBB.Location = New System.Drawing.Point(114, 19)
|
|
Me.txtTOBB.MaxLength = 17
|
|
Me.txtTOBB.MaxLineLength = -1
|
|
Me.txtTOBB.MaxLines_Warning = ""
|
|
Me.txtTOBB.MaxLines_Warning_Label = Nothing
|
|
Me.txtTOBB.Name = "txtTOBB"
|
|
Me.txtTOBB.Size = New System.Drawing.Size(145, 26)
|
|
Me.txtTOBB.TabIndex = 21
|
|
'
|
|
'Label33
|
|
'
|
|
Me.Label33.AutoSize = True
|
|
Me.Label33.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
|
Me.Label33.Location = New System.Drawing.Point(12, 22)
|
|
Me.Label33.Name = "Label33"
|
|
Me.Label33.Size = New System.Drawing.Size(96, 20)
|
|
Me.Label33.TabIndex = 20
|
|
Me.Label33.Text = "TOBB-KdNr:"
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button1.Location = New System.Drawing.Point(15, 51)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(244, 35)
|
|
Me.Button1.TabIndex = 26
|
|
Me.Button1.Text = "Speichern"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'frmKundenTOBBKdNr
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BackColor = System.Drawing.Color.White
|
|
Me.ClientSize = New System.Drawing.Size(278, 104)
|
|
Me.Controls.Add(Me.Button1)
|
|
Me.Controls.Add(Me.txtTOBB)
|
|
Me.Controls.Add(Me.Label33)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmKundenTOBBKdNr"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "TOBB KdNr bearbeiten"
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents txtTOBB As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label33 As System.Windows.Forms.Label
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
End Class
|