428 lines
20 KiB
VB.net
428 lines
20 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class usrCntlKundenAvisoMailBenachrichtigung
|
|
Inherits System.Windows.Forms.UserControl
|
|
|
|
'UserControl ü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()
|
|
Me.cboFreigabe_SteuerbescheidBedingung = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.cbxFreigabe_VBD = New System.Windows.Forms.CheckBox()
|
|
Me.cbxFreigabe_Steuerbescheid = New System.Windows.Forms.CheckBox()
|
|
Me.cbxSendungsListFreigabe = New System.Windows.Forms.CheckBox()
|
|
Me.rtbLKWFreigabe = New System.Windows.Forms.RichTextBox()
|
|
Me.rtbLkwAnkunf = New System.Windows.Forms.RichTextBox()
|
|
Me.CheckBox6 = New System.Windows.Forms.CheckBox()
|
|
Me.CheckBox4 = New System.Windows.Forms.CheckBox()
|
|
Me.FlatButton2 = New VERAG_PROG_ALLGEMEIN.FlatButton()
|
|
Me.FlatButton3 = New VERAG_PROG_ALLGEMEIN.FlatButton()
|
|
Me.RichTextBox1 = New System.Windows.Forms.RichTextBox()
|
|
Me.RichTextBox2 = New System.Windows.Forms.RichTextBox()
|
|
Me.CheckBox1 = New System.Windows.Forms.CheckBox()
|
|
Me.CheckBox2 = New System.Windows.Forms.CheckBox()
|
|
Me.FlatButton1 = New VERAG_PROG_ALLGEMEIN.FlatButton()
|
|
Me.FlatButton4 = New VERAG_PROG_ALLGEMEIN.FlatButton()
|
|
Me.lbl = New System.Windows.Forms.Label()
|
|
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.cboFreigabeArtExport = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.rtbLkwStatusMail = New System.Windows.Forms.RichTextBox()
|
|
Me.FlatButton5 = New VERAG_PROG_ALLGEMEIN.FlatButton()
|
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|
Me.SuspendLayout()
|
|
'
|
|
'cboFreigabe_SteuerbescheidBedingung
|
|
'
|
|
Me.cboFreigabe_SteuerbescheidBedingung._allowedValuesFreiText = Nothing
|
|
Me.cboFreigabe_SteuerbescheidBedingung._allowFreiText = False
|
|
Me.cboFreigabe_SteuerbescheidBedingung._value = ""
|
|
Me.cboFreigabe_SteuerbescheidBedingung.Enabled = False
|
|
Me.cboFreigabe_SteuerbescheidBedingung.FormattingEnabled = True
|
|
Me.cboFreigabe_SteuerbescheidBedingung.Location = New System.Drawing.Point(367, 138)
|
|
Me.cboFreigabe_SteuerbescheidBedingung.Name = "cboFreigabe_SteuerbescheidBedingung"
|
|
Me.cboFreigabe_SteuerbescheidBedingung.Size = New System.Drawing.Size(86, 21)
|
|
Me.cboFreigabe_SteuerbescheidBedingung.TabIndex = 52
|
|
'
|
|
'cbxFreigabe_VBD
|
|
'
|
|
Me.cbxFreigabe_VBD.AutoSize = True
|
|
Me.cbxFreigabe_VBD.Enabled = False
|
|
Me.cbxFreigabe_VBD.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.cbxFreigabe_VBD.Location = New System.Drawing.Point(104, 140)
|
|
Me.cbxFreigabe_VBD.Name = "cbxFreigabe_VBD"
|
|
Me.cbxFreigabe_VBD.Size = New System.Drawing.Size(48, 17)
|
|
Me.cbxFreigabe_VBD.TabIndex = 51
|
|
Me.cbxFreigabe_VBD.Text = "VBD"
|
|
Me.cbxFreigabe_VBD.UseVisualStyleBackColor = True
|
|
'
|
|
'cbxFreigabe_Steuerbescheid
|
|
'
|
|
Me.cbxFreigabe_Steuerbescheid.AutoSize = True
|
|
Me.cbxFreigabe_Steuerbescheid.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.cbxFreigabe_Steuerbescheid.Location = New System.Drawing.Point(266, 140)
|
|
Me.cbxFreigabe_Steuerbescheid.Name = "cbxFreigabe_Steuerbescheid"
|
|
Me.cbxFreigabe_Steuerbescheid.Size = New System.Drawing.Size(103, 17)
|
|
Me.cbxFreigabe_Steuerbescheid.TabIndex = 49
|
|
Me.cbxFreigabe_Steuerbescheid.Text = "Steuerbescheid:"
|
|
Me.cbxFreigabe_Steuerbescheid.UseVisualStyleBackColor = True
|
|
'
|
|
'cbxSendungsListFreigabe
|
|
'
|
|
Me.cbxSendungsListFreigabe.AutoSize = True
|
|
Me.cbxSendungsListFreigabe.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.cbxSendungsListFreigabe.Location = New System.Drawing.Point(6, 140)
|
|
Me.cbxSendungsListFreigabe.Name = "cbxSendungsListFreigabe"
|
|
Me.cbxSendungsListFreigabe.Size = New System.Drawing.Size(92, 17)
|
|
Me.cbxSendungsListFreigabe.TabIndex = 50
|
|
Me.cbxSendungsListFreigabe.Text = "Sendungsliste"
|
|
Me.cbxSendungsListFreigabe.UseVisualStyleBackColor = True
|
|
'
|
|
'rtbLKWFreigabe
|
|
'
|
|
Me.rtbLKWFreigabe.BackColor = System.Drawing.Color.White
|
|
Me.rtbLKWFreigabe.BorderStyle = System.Windows.Forms.BorderStyle.None
|
|
Me.rtbLKWFreigabe.Enabled = False
|
|
Me.rtbLKWFreigabe.Location = New System.Drawing.Point(278, 25)
|
|
Me.rtbLKWFreigabe.Name = "rtbLKWFreigabe"
|
|
Me.rtbLKWFreigabe.ReadOnly = True
|
|
Me.rtbLKWFreigabe.Size = New System.Drawing.Size(184, 48)
|
|
Me.rtbLKWFreigabe.TabIndex = 48
|
|
Me.rtbLKWFreigabe.Text = ""
|
|
'
|
|
'rtbLkwAnkunf
|
|
'
|
|
Me.rtbLkwAnkunf.BackColor = System.Drawing.Color.White
|
|
Me.rtbLkwAnkunf.BorderStyle = System.Windows.Forms.BorderStyle.None
|
|
Me.rtbLkwAnkunf.Enabled = False
|
|
Me.rtbLkwAnkunf.Location = New System.Drawing.Point(88, 24)
|
|
Me.rtbLkwAnkunf.Name = "rtbLkwAnkunf"
|
|
Me.rtbLkwAnkunf.ReadOnly = True
|
|
Me.rtbLkwAnkunf.Size = New System.Drawing.Size(184, 49)
|
|
Me.rtbLkwAnkunf.TabIndex = 45
|
|
Me.rtbLkwAnkunf.Text = ""
|
|
'
|
|
'CheckBox6
|
|
'
|
|
Me.CheckBox6.AutoSize = True
|
|
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(72, 17)
|
|
Me.CheckBox6.TabIndex = 44
|
|
Me.CheckBox6.Text = "E-Mail bei"
|
|
Me.CheckBox6.UseVisualStyleBackColor = True
|
|
'
|
|
'CheckBox4
|
|
'
|
|
Me.CheckBox4.AutoSize = True
|
|
Me.CheckBox4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.CheckBox4.Location = New System.Drawing.Point(87, 4)
|
|
Me.CheckBox4.Name = "CheckBox4"
|
|
Me.CheckBox4.Size = New System.Drawing.Size(142, 17)
|
|
Me.CheckBox4.TabIndex = 43
|
|
Me.CheckBox4.Text = "E-Mail bei LKW-Ankunft:"
|
|
Me.CheckBox4.UseVisualStyleBackColor = True
|
|
'
|
|
'FlatButton2
|
|
'
|
|
Me.FlatButton2.allowBorder = False
|
|
Me.FlatButton2.BackgroundImage = Global.SDL.My.Resources.Resources.stift
|
|
Me.FlatButton2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.FlatButton2.FlatAppearance.BorderSize = 0
|
|
Me.FlatButton2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.FlatButton2.ForeColor = System.Drawing.Color.Black
|
|
Me.FlatButton2.Location = New System.Drawing.Point(422, 2)
|
|
Me.FlatButton2.Name = "FlatButton2"
|
|
Me.FlatButton2.Size = New System.Drawing.Size(20, 20)
|
|
Me.FlatButton2.TabIndex = 46
|
|
Me.FlatButton2.UseVisualStyleBackColor = True
|
|
Me.FlatButton2.Visible = False
|
|
'
|
|
'FlatButton3
|
|
'
|
|
Me.FlatButton3.allowBorder = False
|
|
Me.FlatButton3.BackgroundImage = Global.SDL.My.Resources.Resources.stift
|
|
Me.FlatButton3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.FlatButton3.FlatAppearance.BorderSize = 0
|
|
Me.FlatButton3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.FlatButton3.ForeColor = System.Drawing.Color.Black
|
|
Me.FlatButton3.Location = New System.Drawing.Point(235, 2)
|
|
Me.FlatButton3.Name = "FlatButton3"
|
|
Me.FlatButton3.Size = New System.Drawing.Size(20, 20)
|
|
Me.FlatButton3.TabIndex = 47
|
|
Me.FlatButton3.UseVisualStyleBackColor = True
|
|
Me.FlatButton3.Visible = False
|
|
'
|
|
'RichTextBox1
|
|
'
|
|
Me.RichTextBox1.BackColor = System.Drawing.Color.White
|
|
Me.RichTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None
|
|
Me.RichTextBox1.Enabled = False
|
|
Me.RichTextBox1.Location = New System.Drawing.Point(278, 95)
|
|
Me.RichTextBox1.Name = "RichTextBox1"
|
|
Me.RichTextBox1.ReadOnly = True
|
|
Me.RichTextBox1.Size = New System.Drawing.Size(184, 41)
|
|
Me.RichTextBox1.TabIndex = 58
|
|
Me.RichTextBox1.Text = ""
|
|
'
|
|
'RichTextBox2
|
|
'
|
|
Me.RichTextBox2.BackColor = System.Drawing.Color.White
|
|
Me.RichTextBox2.BorderStyle = System.Windows.Forms.BorderStyle.None
|
|
Me.RichTextBox2.Enabled = False
|
|
Me.RichTextBox2.Location = New System.Drawing.Point(88, 95)
|
|
Me.RichTextBox2.Name = "RichTextBox2"
|
|
Me.RichTextBox2.ReadOnly = True
|
|
Me.RichTextBox2.Size = New System.Drawing.Size(184, 41)
|
|
Me.RichTextBox2.TabIndex = 55
|
|
Me.RichTextBox2.Text = ""
|
|
'
|
|
'CheckBox1
|
|
'
|
|
Me.CheckBox1.AutoSize = True
|
|
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(72, 17)
|
|
Me.CheckBox1.TabIndex = 54
|
|
Me.CheckBox1.Text = "E-Mail bei"
|
|
Me.CheckBox1.UseVisualStyleBackColor = True
|
|
'
|
|
'CheckBox2
|
|
'
|
|
Me.CheckBox2.AutoSize = True
|
|
Me.CheckBox2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.CheckBox2.Location = New System.Drawing.Point(87, 75)
|
|
Me.CheckBox2.Name = "CheckBox2"
|
|
Me.CheckBox2.Size = New System.Drawing.Size(142, 17)
|
|
Me.CheckBox2.TabIndex = 53
|
|
Me.CheckBox2.Text = "E-Mail bei LKW-Ankunft:"
|
|
Me.CheckBox2.UseVisualStyleBackColor = True
|
|
'
|
|
'FlatButton1
|
|
'
|
|
Me.FlatButton1.allowBorder = False
|
|
Me.FlatButton1.BackgroundImage = Global.SDL.My.Resources.Resources.stift
|
|
Me.FlatButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.FlatButton1.FlatAppearance.BorderSize = 0
|
|
Me.FlatButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.FlatButton1.ForeColor = System.Drawing.Color.Black
|
|
Me.FlatButton1.Location = New System.Drawing.Point(422, 73)
|
|
Me.FlatButton1.Name = "FlatButton1"
|
|
Me.FlatButton1.Size = New System.Drawing.Size(20, 20)
|
|
Me.FlatButton1.TabIndex = 56
|
|
Me.FlatButton1.UseVisualStyleBackColor = True
|
|
Me.FlatButton1.Visible = False
|
|
'
|
|
'FlatButton4
|
|
'
|
|
Me.FlatButton4.allowBorder = False
|
|
Me.FlatButton4.BackgroundImage = Global.SDL.My.Resources.Resources.stift
|
|
Me.FlatButton4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.FlatButton4.FlatAppearance.BorderSize = 0
|
|
Me.FlatButton4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.FlatButton4.ForeColor = System.Drawing.Color.Black
|
|
Me.FlatButton4.Location = New System.Drawing.Point(235, 73)
|
|
Me.FlatButton4.Name = "FlatButton4"
|
|
Me.FlatButton4.Size = New System.Drawing.Size(20, 20)
|
|
Me.FlatButton4.TabIndex = 57
|
|
Me.FlatButton4.UseVisualStyleBackColor = True
|
|
Me.FlatButton4.Visible = False
|
|
'
|
|
'lbl
|
|
'
|
|
Me.lbl.AutoSize = True
|
|
Me.lbl.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lbl.Location = New System.Drawing.Point(3, 6)
|
|
Me.lbl.Name = "lbl"
|
|
Me.lbl.Size = New System.Drawing.Size(52, 13)
|
|
Me.lbl.TabIndex = 59
|
|
Me.lbl.Text = "IMPORT:"
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label1.Location = New System.Drawing.Point(3, 77)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(54, 13)
|
|
Me.Label1.TabIndex = 60
|
|
Me.Label1.Text = "EXPORT:"
|
|
'
|
|
'cbxFreigabe_ABD
|
|
'
|
|
Me.cbxFreigabe_ABD.AutoSize = True
|
|
Me.cbxFreigabe_ABD.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.cbxFreigabe_ABD.Location = New System.Drawing.Point(153, 140)
|
|
Me.cbxFreigabe_ABD.Name = "cbxFreigabe_ABD"
|
|
Me.cbxFreigabe_ABD.Size = New System.Drawing.Size(48, 17)
|
|
Me.cbxFreigabe_ABD.TabIndex = 61
|
|
Me.cbxFreigabe_ABD.Text = "ABD"
|
|
Me.cbxFreigabe_ABD.UseVisualStyleBackColor = True
|
|
'
|
|
'cbxAVM
|
|
'
|
|
Me.cbxAVM.AutoSize = True
|
|
Me.cbxAVM.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.cbxAVM.Location = New System.Drawing.Point(207, 140)
|
|
Me.cbxAVM.Name = "cbxAVM"
|
|
Me.cbxAVM.Size = New System.Drawing.Size(49, 17)
|
|
Me.cbxAVM.TabIndex = 62
|
|
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
|
|
'
|
|
'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
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label2.Location = New System.Drawing.Point(3, 178)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(58, 13)
|
|
Me.Label2.TabIndex = 68
|
|
Me.Label2.Text = "Statusmail:"
|
|
'
|
|
'rtbLkwStatusMail
|
|
'
|
|
Me.rtbLkwStatusMail.BackColor = System.Drawing.Color.White
|
|
Me.rtbLkwStatusMail.BorderStyle = System.Windows.Forms.BorderStyle.None
|
|
Me.rtbLkwStatusMail.Location = New System.Drawing.Point(88, 178)
|
|
Me.rtbLkwStatusMail.Name = "rtbLkwStatusMail"
|
|
Me.rtbLkwStatusMail.ReadOnly = True
|
|
Me.rtbLkwStatusMail.Size = New System.Drawing.Size(184, 59)
|
|
Me.rtbLkwStatusMail.TabIndex = 66
|
|
Me.rtbLkwStatusMail.Text = ""
|
|
'
|
|
'FlatButton5
|
|
'
|
|
Me.FlatButton5.allowBorder = False
|
|
Me.FlatButton5.BackgroundImage = Global.SDL.My.Resources.Resources.stift
|
|
Me.FlatButton5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.FlatButton5.FlatAppearance.BorderSize = 0
|
|
Me.FlatButton5.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.FlatButton5.ForeColor = System.Drawing.Color.Black
|
|
Me.FlatButton5.Location = New System.Drawing.Point(67, 174)
|
|
Me.FlatButton5.Name = "FlatButton5"
|
|
Me.FlatButton5.Size = New System.Drawing.Size(20, 20)
|
|
Me.FlatButton5.TabIndex = 67
|
|
Me.FlatButton5.UseVisualStyleBackColor = True
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.Panel1.Location = New System.Drawing.Point(6, 165)
|
|
Me.Panel1.Name = "Panel1"
|
|
Me.Panel1.Size = New System.Drawing.Size(460, 1)
|
|
Me.Panel1.TabIndex = 69
|
|
'
|
|
'usrCntlKundenAvisoMailBenachrichtigung
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.AutoScroll = True
|
|
Me.BackColor = System.Drawing.Color.White
|
|
Me.Controls.Add(Me.Panel1)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.rtbLkwStatusMail)
|
|
Me.Controls.Add(Me.FlatButton5)
|
|
Me.Controls.Add(Me.cboFreigabeArtExport)
|
|
Me.Controls.Add(Me.cboFreigabeArt)
|
|
Me.Controls.Add(Me.cbxAVM)
|
|
Me.Controls.Add(Me.cbxFreigabe_ABD)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.lbl)
|
|
Me.Controls.Add(Me.RichTextBox1)
|
|
Me.Controls.Add(Me.RichTextBox2)
|
|
Me.Controls.Add(Me.CheckBox1)
|
|
Me.Controls.Add(Me.CheckBox2)
|
|
Me.Controls.Add(Me.FlatButton1)
|
|
Me.Controls.Add(Me.FlatButton4)
|
|
Me.Controls.Add(Me.cboFreigabe_SteuerbescheidBedingung)
|
|
Me.Controls.Add(Me.cbxFreigabe_VBD)
|
|
Me.Controls.Add(Me.cbxFreigabe_Steuerbescheid)
|
|
Me.Controls.Add(Me.cbxSendungsListFreigabe)
|
|
Me.Controls.Add(Me.rtbLKWFreigabe)
|
|
Me.Controls.Add(Me.rtbLkwAnkunf)
|
|
Me.Controls.Add(Me.CheckBox6)
|
|
Me.Controls.Add(Me.CheckBox4)
|
|
Me.Controls.Add(Me.FlatButton2)
|
|
Me.Controls.Add(Me.FlatButton3)
|
|
Me.Name = "usrCntlKundenAvisoMailBenachrichtigung"
|
|
Me.Size = New System.Drawing.Size(479, 245)
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents cboFreigabe_SteuerbescheidBedingung As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents cbxFreigabe_VBD As CheckBox
|
|
Friend WithEvents cbxFreigabe_Steuerbescheid As CheckBox
|
|
Friend WithEvents cbxSendungsListFreigabe As CheckBox
|
|
Friend WithEvents rtbLKWFreigabe As RichTextBox
|
|
Friend WithEvents rtbLkwAnkunf As RichTextBox
|
|
Friend WithEvents CheckBox6 As CheckBox
|
|
Friend WithEvents CheckBox4 As CheckBox
|
|
Friend WithEvents FlatButton2 As VERAG_PROG_ALLGEMEIN.FlatButton
|
|
Friend WithEvents FlatButton3 As VERAG_PROG_ALLGEMEIN.FlatButton
|
|
Friend WithEvents RichTextBox1 As RichTextBox
|
|
Friend WithEvents RichTextBox2 As RichTextBox
|
|
Friend WithEvents CheckBox1 As CheckBox
|
|
Friend WithEvents CheckBox2 As CheckBox
|
|
Friend WithEvents FlatButton1 As VERAG_PROG_ALLGEMEIN.FlatButton
|
|
Friend WithEvents FlatButton4 As VERAG_PROG_ALLGEMEIN.FlatButton
|
|
Friend WithEvents lbl As Label
|
|
Friend WithEvents Label1 As Label
|
|
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
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents rtbLkwStatusMail As RichTextBox
|
|
Friend WithEvents FlatButton5 As VERAG_PROG_ALLGEMEIN.FlatButton
|
|
Friend WithEvents Panel1 As Panel
|
|
End Class
|