123 lines
5.2 KiB
VB.net
123 lines
5.2 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmSendungAnhangUmbenennenUmkateg
|
|
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(frmSendungAnhangUmbenennenUmkateg))
|
|
Me.txtBezeichnung = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.cboArt = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.btnAnfuegen = New System.Windows.Forms.Button()
|
|
Me.SuspendLayout()
|
|
'
|
|
'txtBezeichnung
|
|
'
|
|
Me.txtBezeichnung._DateTimeOnly = False
|
|
Me.txtBezeichnung._numbersOnly = False
|
|
Me.txtBezeichnung._numbersOnlyKommastellen = ""
|
|
Me.txtBezeichnung._Prozent = False
|
|
Me.txtBezeichnung._ShortDateNew = False
|
|
Me.txtBezeichnung._ShortDateOnly = False
|
|
Me.txtBezeichnung._TimeOnly = False
|
|
Me.txtBezeichnung._value = ""
|
|
Me.txtBezeichnung._Waehrung = False
|
|
Me.txtBezeichnung._WaehrungZeichen = True
|
|
Me.txtBezeichnung.BackColor = System.Drawing.Color.White
|
|
Me.txtBezeichnung.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtBezeichnung.ForeColor = System.Drawing.Color.Black
|
|
Me.txtBezeichnung.Location = New System.Drawing.Point(77, 41)
|
|
Me.txtBezeichnung.MaxLineLength = -1
|
|
Me.txtBezeichnung.MaxLines_Warning = ""
|
|
Me.txtBezeichnung.MaxLines_Warning_Label = Nothing
|
|
Me.txtBezeichnung.Name = "txtBezeichnung"
|
|
Me.txtBezeichnung.Size = New System.Drawing.Size(242, 26)
|
|
Me.txtBezeichnung.TabIndex = 13
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(12, 49)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(63, 13)
|
|
Me.Label1.TabIndex = 14
|
|
Me.Label1.Text = "Bezeichng.:"
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Location = New System.Drawing.Point(12, 19)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(23, 13)
|
|
Me.Label5.TabIndex = 11
|
|
Me.Label5.Text = "Art:"
|
|
'
|
|
'cboArt
|
|
'
|
|
Me.cboArt._allowedValuesFreiText = Nothing
|
|
Me.cboArt._allowFreiText = False
|
|
Me.cboArt._value = ""
|
|
Me.cboArt.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.cboArt.FormattingEnabled = True
|
|
Me.cboArt.Location = New System.Drawing.Point(77, 11)
|
|
Me.cboArt.Name = "cboArt"
|
|
Me.cboArt.Size = New System.Drawing.Size(242, 28)
|
|
Me.cboArt.TabIndex = 12
|
|
'
|
|
'btnAnfuegen
|
|
'
|
|
Me.btnAnfuegen.BackColor = System.Drawing.Color.White
|
|
Me.btnAnfuegen.DialogResult = DialogResult.OK
|
|
Me.btnAnfuegen.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnAnfuegen.Location = New System.Drawing.Point(77, 73)
|
|
Me.btnAnfuegen.Name = "btnAnfuegen"
|
|
Me.btnAnfuegen.Size = New System.Drawing.Size(242, 46)
|
|
Me.btnAnfuegen.TabIndex = 15
|
|
Me.btnAnfuegen.Text = "OK"
|
|
Me.btnAnfuegen.UseVisualStyleBackColor = False
|
|
'
|
|
'frmSendungAnhangUmbenennenUmkateg
|
|
'
|
|
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(326, 130)
|
|
Me.Controls.Add(Me.btnAnfuegen)
|
|
Me.Controls.Add(Me.txtBezeichnung)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.Label5)
|
|
Me.Controls.Add(Me.cboArt)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmSendungAnhangUmbenennenUmkateg"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents txtBezeichnung As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents Label5 As Label
|
|
Friend WithEvents cboArt As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents btnAnfuegen As Button
|
|
End Class
|