This commit is contained in:
2021-03-04 15:47:48 +01:00
parent 3aaf328ce6
commit b4612ab3e0
142 changed files with 24372 additions and 14785 deletions

View File

@@ -42,6 +42,7 @@ Partial Class usrCntlKundenAvisoMailBenachrichtigung
Me.Label1 = New System.Windows.Forms.Label()
Me.cbxFreigabe_ABD = New System.Windows.Forms.CheckBox()
Me.cbxAVM = New System.Windows.Forms.CheckBox()
Me.cboFreigabeArt = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.SuspendLayout()
'
'cboFreigabe_SteuerbescheidBedingung
@@ -120,9 +121,9 @@ Partial Class usrCntlKundenAvisoMailBenachrichtigung
Me.CheckBox6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.CheckBox6.Location = New System.Drawing.Point(278, 4)
Me.CheckBox6.Name = "CheckBox6"
Me.CheckBox6.Size = New System.Drawing.Size(146, 17)
Me.CheckBox6.Size = New System.Drawing.Size(72, 17)
Me.CheckBox6.TabIndex = 44
Me.CheckBox6.Text = "E-Mail bei LKW-Freigabe:"
Me.CheckBox6.Text = "E-Mail bei"
Me.CheckBox6.UseVisualStyleBackColor = True
'
'CheckBox4
@@ -284,11 +285,25 @@ Partial Class usrCntlKundenAvisoMailBenachrichtigung
Me.cbxAVM.Text = "AVM"
Me.cbxAVM.UseVisualStyleBackColor = True
'
'cboFreigabeArt
'
Me.cboFreigabeArt._allowedValuesFreiText = Nothing
Me.cboFreigabeArt._allowFreiText = False
Me.cboFreigabeArt._value = ""
Me.cboFreigabeArt.Enabled = False
Me.cboFreigabeArt.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.cboFreigabeArt.FormattingEnabled = True
Me.cboFreigabeArt.Location = New System.Drawing.Point(348, 1)
Me.cboFreigabeArt.Name = "cboFreigabeArt"
Me.cboFreigabeArt.Size = New System.Drawing.Size(68, 21)
Me.cboFreigabeArt.TabIndex = 63
'
'usrCntlKundenAvisoMailBenachrichtigung
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.White
Me.Controls.Add(Me.cboFreigabeArt)
Me.Controls.Add(Me.cbxAVM)
Me.Controls.Add(Me.cbxFreigabe_ABD)
Me.Controls.Add(Me.Label1)
@@ -336,4 +351,5 @@ Partial Class usrCntlKundenAvisoMailBenachrichtigung
Friend WithEvents Label1 As Label
Friend WithEvents cbxFreigabe_ABD As CheckBox
Friend WithEvents cbxAVM As CheckBox
Friend WithEvents cboFreigabeArt As VERAG_PROG_ALLGEMEIN.MyComboBox
End Class