Files
SDL/SDL/kunden/frmKundenBesonderheiten_Add.Designer.vb
2024-10-02 08:59:41 +00:00

136 lines
5.2 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmKundenBesonderheiten_Add
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(frmKundenBesonderheiten_Add))
Me.lbl = New System.Windows.Forms.Label()
Me.rtbText = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
Me.cboKategorie = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.btn = New System.Windows.Forms.Button()
Me.cbxHervorheben = New System.Windows.Forms.CheckBox()
Me.lblErr = New System.Windows.Forms.Label()
Me.SuspendLayout()
'
'lbl
'
Me.lbl.AutoSize = True
Me.lbl.Location = New System.Drawing.Point(20, 15)
Me.lbl.Name = "lbl"
Me.lbl.Size = New System.Drawing.Size(55, 13)
Me.lbl.TabIndex = 0
Me.lbl.Text = "Kategorie:"
'
'rtbText
'
Me.rtbText.Location = New System.Drawing.Point(81, 39)
Me.rtbText.MaxLineLength = -1
Me.rtbText.MaxLines_Warning = ""
Me.rtbText.MaxLines_Warning_Label = Nothing
Me.rtbText.Name = "rtbText"
Me.rtbText.Size = New System.Drawing.Size(420, 121)
Me.rtbText.TabIndex = 1
Me.rtbText.Text = ""
'
'cboKategorie
'
Me.cboKategorie._allowedValuesFreiText = Nothing
Me.cboKategorie._allowFreiText = False
Me.cboKategorie._value = ""
Me.cboKategorie.FormattingEnabled = True
Me.cboKategorie.Location = New System.Drawing.Point(81, 12)
Me.cboKategorie.Name = "cboKategorie"
Me.cboKategorie.Size = New System.Drawing.Size(420, 21)
Me.cboKategorie.TabIndex = 2
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(20, 39)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(31, 13)
Me.Label1.TabIndex = 3
Me.Label1.Text = "Text:"
'
'btn
'
Me.btn.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btn.Location = New System.Drawing.Point(380, 166)
Me.btn.Name = "btn"
Me.btn.Size = New System.Drawing.Size(121, 36)
Me.btn.TabIndex = 4
Me.btn.Text = "OK"
Me.btn.UseVisualStyleBackColor = True
'
'cbxHervorheben
'
Me.cbxHervorheben.AutoSize = True
Me.cbxHervorheben.Location = New System.Drawing.Point(81, 166)
Me.cbxHervorheben.Name = "cbxHervorheben"
Me.cbxHervorheben.Size = New System.Drawing.Size(88, 17)
Me.cbxHervorheben.TabIndex = 5
Me.cbxHervorheben.Text = "Hervorheben"
Me.cbxHervorheben.UseVisualStyleBackColor = True
'
'lblErr
'
Me.lblErr.AutoSize = True
Me.lblErr.ForeColor = System.Drawing.Color.Red
Me.lblErr.Location = New System.Drawing.Point(175, 167)
Me.lblErr.Name = "lblErr"
Me.lblErr.Size = New System.Drawing.Size(33, 13)
Me.lblErr.TabIndex = 6
Me.lblErr.Text = "ERR:"
Me.lblErr.Visible = False
'
'frmKundenBesonderheiten_Add
'
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(513, 204)
Me.Controls.Add(Me.lblErr)
Me.Controls.Add(Me.cbxHervorheben)
Me.Controls.Add(Me.btn)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.cboKategorie)
Me.Controls.Add(Me.rtbText)
Me.Controls.Add(Me.lbl)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "frmKundenBesonderheiten_Add"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Besonderheiten"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents lbl As Label
Friend WithEvents rtbText As VERAG_PROG_ALLGEMEIN.MyRichTextBox
Friend WithEvents cboKategorie As VERAG_PROG_ALLGEMEIN.MyComboBox
Friend WithEvents Label1 As Label
Friend WithEvents btn As Button
Friend WithEvents cbxHervorheben As CheckBox
Friend WithEvents lblErr As Label
End Class