neu
This commit is contained in:
@@ -43,6 +43,7 @@ Partial Class usrCntlKundenAvisoMailBenachrichtigung
|
||||
Me.cbxFreigabe_ABD = New System.Windows.Forms.CheckBox()
|
||||
Me.cbxAVM = New System.Windows.Forms.CheckBox()
|
||||
Me.cboFreigabeArt = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
||||
Me.cboFreigabeArtExport = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'cboFreigabe_SteuerbescheidBedingung
|
||||
@@ -197,9 +198,9 @@ Partial Class usrCntlKundenAvisoMailBenachrichtigung
|
||||
Me.CheckBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.CheckBox1.Location = New System.Drawing.Point(278, 75)
|
||||
Me.CheckBox1.Name = "CheckBox1"
|
||||
Me.CheckBox1.Size = New System.Drawing.Size(146, 17)
|
||||
Me.CheckBox1.Size = New System.Drawing.Size(72, 17)
|
||||
Me.CheckBox1.TabIndex = 54
|
||||
Me.CheckBox1.Text = "E-Mail bei LKW-Freigabe:"
|
||||
Me.CheckBox1.Text = "E-Mail bei"
|
||||
Me.CheckBox1.UseVisualStyleBackColor = True
|
||||
'
|
||||
'CheckBox2
|
||||
@@ -298,11 +299,25 @@ Partial Class usrCntlKundenAvisoMailBenachrichtigung
|
||||
Me.cboFreigabeArt.Size = New System.Drawing.Size(68, 21)
|
||||
Me.cboFreigabeArt.TabIndex = 63
|
||||
'
|
||||
'cboFreigabeArtExport
|
||||
'
|
||||
Me.cboFreigabeArtExport._allowedValuesFreiText = Nothing
|
||||
Me.cboFreigabeArtExport._allowFreiText = False
|
||||
Me.cboFreigabeArtExport._value = ""
|
||||
Me.cboFreigabeArtExport.Enabled = False
|
||||
Me.cboFreigabeArtExport.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.cboFreigabeArtExport.FormattingEnabled = True
|
||||
Me.cboFreigabeArtExport.Location = New System.Drawing.Point(348, 70)
|
||||
Me.cboFreigabeArtExport.Name = "cboFreigabeArtExport"
|
||||
Me.cboFreigabeArtExport.Size = New System.Drawing.Size(68, 21)
|
||||
Me.cboFreigabeArtExport.TabIndex = 64
|
||||
'
|
||||
'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.cboFreigabeArtExport)
|
||||
Me.Controls.Add(Me.cboFreigabeArt)
|
||||
Me.Controls.Add(Me.cbxAVM)
|
||||
Me.Controls.Add(Me.cbxFreigabe_ABD)
|
||||
@@ -352,4 +367,5 @@ Partial Class usrCntlKundenAvisoMailBenachrichtigung
|
||||
Friend WithEvents cbxFreigabe_ABD As CheckBox
|
||||
Friend WithEvents cbxAVM As CheckBox
|
||||
Friend WithEvents cboFreigabeArt As VERAG_PROG_ALLGEMEIN.MyComboBox
|
||||
Friend WithEvents cboFreigabeArtExport As VERAG_PROG_ALLGEMEIN.MyComboBox
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user