797 lines
37 KiB
VB.net
797 lines
37 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class frmFaktSammelRgDrucken
|
|
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()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmFaktSammelRgDrucken))
|
|
Me.pnl = New System.Windows.Forms.Panel()
|
|
Me.RadioButton5 = New System.Windows.Forms.RadioButton()
|
|
Me.RadioButton6 = New System.Windows.Forms.RadioButton()
|
|
Me.RadioButton4 = New System.Windows.Forms.RadioButton()
|
|
Me.RadioButton3 = New System.Windows.Forms.RadioButton()
|
|
Me.RadioButton2 = New System.Windows.Forms.RadioButton()
|
|
Me.RadioButton1 = New System.Windows.Forms.RadioButton()
|
|
Me.RadioButton = New System.Windows.Forms.RadioButton()
|
|
Me.lbl = New System.Windows.Forms.Label()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.btn = New System.Windows.Forms.Button()
|
|
Me.Button9 = New System.Windows.Forms.Button()
|
|
Me.Button8 = New System.Windows.Forms.Button()
|
|
Me.cbxEinzelAnlagen = New System.Windows.Forms.CheckBox()
|
|
Me.cbxSammelbericht = New System.Windows.Forms.CheckBox()
|
|
Me.lkl = New System.Windows.Forms.LinkLabel()
|
|
Me.cbxZusammenfassen = New System.Windows.Forms.CheckBox()
|
|
Me.lblSB = New System.Windows.Forms.Label()
|
|
Me.cbxEVOLOG = New System.Windows.Forms.CheckBox()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.cbxTransFerry = New System.Windows.Forms.CheckBox()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.cbxMWST = New System.Windows.Forms.CheckBox()
|
|
Me.cbxAUTOMail = New System.Windows.Forms.CheckBox()
|
|
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
|
Me.pnlAUTOMailversand = New VERAG_PROG_ALLGEMEIN.MyPanel(Me.components)
|
|
Me.cbxMailoeffnen = New System.Windows.Forms.CheckBox()
|
|
Me.Button7 = New System.Windows.Forms.Button()
|
|
Me.Button6 = New System.Windows.Forms.Button()
|
|
Me.Button5 = New System.Windows.Forms.Button()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.Button4 = New System.Windows.Forms.Button()
|
|
Me.Button3 = New System.Windows.Forms.Button()
|
|
Me.cboFaktGrp = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.cboSB = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.MyDatagridview1 = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
|
Me.txtZeitraumBis = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.txtRechnungsdatum = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.cboPrinter = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.cboFirma = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.btnNurImport = New System.Windows.Forms.Button()
|
|
Me.MyListBox1 = New VERAG_PROG_ALLGEMEIN.MyListBox()
|
|
Me.btnKeine = New System.Windows.Forms.Button()
|
|
Me.lblAbfertigungsarten = New System.Windows.Forms.Label()
|
|
Me.btnNurExport = New System.Windows.Forms.Button()
|
|
Me.pnl.SuspendLayout()
|
|
Me.pnlAUTOMailversand.SuspendLayout()
|
|
CType(Me.MyDatagridview1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'pnl
|
|
'
|
|
Me.pnl.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.pnl.Controls.Add(Me.RadioButton5)
|
|
Me.pnl.Controls.Add(Me.RadioButton6)
|
|
Me.pnl.Controls.Add(Me.RadioButton4)
|
|
Me.pnl.Controls.Add(Me.RadioButton3)
|
|
Me.pnl.Controls.Add(Me.RadioButton2)
|
|
Me.pnl.Controls.Add(Me.RadioButton1)
|
|
Me.pnl.Controls.Add(Me.RadioButton)
|
|
Me.pnl.Location = New System.Drawing.Point(12, 12)
|
|
Me.pnl.Name = "pnl"
|
|
Me.pnl.Size = New System.Drawing.Size(113, 167)
|
|
Me.pnl.TabIndex = 0
|
|
'
|
|
'RadioButton5
|
|
'
|
|
Me.RadioButton5.AutoSize = True
|
|
Me.RadioButton5.Enabled = False
|
|
Me.RadioButton5.Location = New System.Drawing.Point(8, 118)
|
|
Me.RadioButton5.Name = "RadioButton5"
|
|
Me.RadioButton5.Size = New System.Drawing.Size(92, 17)
|
|
Me.RadioButton5.TabIndex = 6
|
|
Me.RadioButton5.TabStop = True
|
|
Me.RadioButton5.Tag = "6"
|
|
Me.RadioButton5.Text = "6 Maut/Diesel"
|
|
Me.RadioButton5.UseVisualStyleBackColor = True
|
|
'
|
|
'RadioButton6
|
|
'
|
|
Me.RadioButton6.AutoSize = True
|
|
Me.RadioButton6.Location = New System.Drawing.Point(8, 141)
|
|
Me.RadioButton6.Name = "RadioButton6"
|
|
Me.RadioButton6.Size = New System.Drawing.Size(76, 17)
|
|
Me.RadioButton6.TabIndex = 5
|
|
Me.RadioButton6.TabStop = True
|
|
Me.RadioButton6.Tag = "7"
|
|
Me.RadioButton6.Text = "7 pro LKW"
|
|
Me.RadioButton6.UseVisualStyleBackColor = True
|
|
'
|
|
'RadioButton4
|
|
'
|
|
Me.RadioButton4.AutoSize = True
|
|
Me.RadioButton4.Location = New System.Drawing.Point(8, 95)
|
|
Me.RadioButton4.Name = "RadioButton4"
|
|
Me.RadioButton4.Size = New System.Drawing.Size(91, 17)
|
|
Me.RadioButton4.TabIndex = 4
|
|
Me.RadioButton4.TabStop = True
|
|
Me.RadioButton4.Tag = "5"
|
|
Me.RadioButton4.Text = "5 wöchentlich"
|
|
Me.RadioButton4.UseVisualStyleBackColor = True
|
|
'
|
|
'RadioButton3
|
|
'
|
|
Me.RadioButton3.AutoSize = True
|
|
Me.RadioButton3.Location = New System.Drawing.Point(8, 74)
|
|
Me.RadioButton3.Name = "RadioButton3"
|
|
Me.RadioButton3.Size = New System.Drawing.Size(72, 17)
|
|
Me.RadioButton3.TabIndex = 3
|
|
Me.RadioButton3.TabStop = True
|
|
Me.RadioButton3.Tag = "4"
|
|
Me.RadioButton3.Text = "4 Dekade"
|
|
Me.RadioButton3.UseVisualStyleBackColor = True
|
|
'
|
|
'RadioButton2
|
|
'
|
|
Me.RadioButton2.AutoSize = True
|
|
Me.RadioButton2.Location = New System.Drawing.Point(8, 53)
|
|
Me.RadioButton2.Name = "RadioButton2"
|
|
Me.RadioButton2.Size = New System.Drawing.Size(79, 17)
|
|
Me.RadioButton2.TabIndex = 2
|
|
Me.RadioButton2.TabStop = True
|
|
Me.RadioButton2.Tag = "3"
|
|
Me.RadioButton2.Text = "3 monatlich"
|
|
Me.RadioButton2.UseVisualStyleBackColor = True
|
|
'
|
|
'RadioButton1
|
|
'
|
|
Me.RadioButton1.AutoSize = True
|
|
Me.RadioButton1.Location = New System.Drawing.Point(8, 30)
|
|
Me.RadioButton1.Name = "RadioButton1"
|
|
Me.RadioButton1.Size = New System.Drawing.Size(99, 17)
|
|
Me.RadioButton1.TabIndex = 1
|
|
Me.RadioButton1.TabStop = True
|
|
Me.RadioButton1.Tag = "2"
|
|
Me.RadioButton1.Text = "2 halbmonatlich"
|
|
Me.RadioButton1.UseVisualStyleBackColor = True
|
|
'
|
|
'RadioButton
|
|
'
|
|
Me.RadioButton.AutoSize = True
|
|
Me.RadioButton.Location = New System.Drawing.Point(8, 7)
|
|
Me.RadioButton.Name = "RadioButton"
|
|
Me.RadioButton.Size = New System.Drawing.Size(65, 17)
|
|
Me.RadioButton.TabIndex = 0
|
|
Me.RadioButton.TabStop = True
|
|
Me.RadioButton.Tag = "1"
|
|
Me.RadioButton.Text = "1 täglich"
|
|
Me.RadioButton.UseVisualStyleBackColor = True
|
|
'
|
|
'lbl
|
|
'
|
|
Me.lbl.AutoSize = True
|
|
Me.lbl.Location = New System.Drawing.Point(148, 20)
|
|
Me.lbl.Name = "lbl"
|
|
Me.lbl.Size = New System.Drawing.Size(35, 13)
|
|
Me.lbl.TabIndex = 1
|
|
Me.lbl.Text = "Firma:"
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(147, 45)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(94, 13)
|
|
Me.Label1.TabIndex = 3
|
|
Me.Label1.Text = "Rechnungsdatum:"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(147, 67)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(67, 13)
|
|
Me.Label2.TabIndex = 7
|
|
Me.Label2.Text = "Zeitraum bis:"
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(148, 93)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(47, 13)
|
|
Me.Label3.TabIndex = 10
|
|
Me.Label3.Text = "Kunden:"
|
|
'
|
|
'btn
|
|
'
|
|
Me.btn.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.btn.BackgroundImage = Global.SDL.My.Resources.Resources.printer2
|
|
Me.btn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
|
|
Me.btn.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btn.Location = New System.Drawing.Point(12, 341)
|
|
Me.btn.Name = "btn"
|
|
Me.btn.Size = New System.Drawing.Size(118, 60)
|
|
Me.btn.TabIndex = 11
|
|
Me.btn.UseVisualStyleBackColor = True
|
|
'
|
|
'Button9
|
|
'
|
|
Me.Button9.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.Button9.BackgroundImage = Global.SDL.My.Resources.Resources.pdf
|
|
Me.Button9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.Button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button9.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button9.Location = New System.Drawing.Point(12, 400)
|
|
Me.Button9.Margin = New System.Windows.Forms.Padding(10, 3, 3, 3)
|
|
Me.Button9.Name = "Button9"
|
|
Me.Button9.Padding = New System.Windows.Forms.Padding(20, 0, 0, 0)
|
|
Me.Button9.Size = New System.Drawing.Size(40, 25)
|
|
Me.Button9.TabIndex = 12
|
|
Me.Button9.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.Button9.UseVisualStyleBackColor = True
|
|
'
|
|
'Button8
|
|
'
|
|
Me.Button8.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.Button8.BackgroundImage = Global.SDL.My.Resources.Resources.email_big
|
|
Me.Button8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.Button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button8.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button8.Location = New System.Drawing.Point(51, 400)
|
|
Me.Button8.Margin = New System.Windows.Forms.Padding(10, 3, 3, 3)
|
|
Me.Button8.Name = "Button8"
|
|
Me.Button8.Padding = New System.Windows.Forms.Padding(20, 0, 0, 0)
|
|
Me.Button8.Size = New System.Drawing.Size(40, 25)
|
|
Me.Button8.TabIndex = 13
|
|
Me.Button8.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.Button8.UseVisualStyleBackColor = True
|
|
'
|
|
'cbxEinzelAnlagen
|
|
'
|
|
Me.cbxEinzelAnlagen.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.cbxEinzelAnlagen.AutoSize = True
|
|
Me.cbxEinzelAnlagen.Location = New System.Drawing.Point(150, 370)
|
|
Me.cbxEinzelAnlagen.Name = "cbxEinzelAnlagen"
|
|
Me.cbxEinzelAnlagen.Size = New System.Drawing.Size(96, 17)
|
|
Me.cbxEinzelAnlagen.TabIndex = 14
|
|
Me.cbxEinzelAnlagen.Text = "Einzel-Anlagen"
|
|
Me.cbxEinzelAnlagen.UseVisualStyleBackColor = True
|
|
'
|
|
'cbxSammelbericht
|
|
'
|
|
Me.cbxSammelbericht.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.cbxSammelbericht.AutoSize = True
|
|
Me.cbxSammelbericht.Checked = True
|
|
Me.cbxSammelbericht.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.cbxSammelbericht.Location = New System.Drawing.Point(150, 390)
|
|
Me.cbxSammelbericht.Name = "cbxSammelbericht"
|
|
Me.cbxSammelbericht.Size = New System.Drawing.Size(95, 17)
|
|
Me.cbxSammelbericht.TabIndex = 16
|
|
Me.cbxSammelbericht.Text = "Sammelbericht"
|
|
Me.cbxSammelbericht.UseVisualStyleBackColor = True
|
|
'
|
|
'lkl
|
|
'
|
|
Me.lkl.AutoSize = True
|
|
Me.lkl.LinkColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.lkl.Location = New System.Drawing.Point(706, 72)
|
|
Me.lkl.Name = "lkl"
|
|
Me.lkl.Size = New System.Drawing.Size(95, 13)
|
|
Me.lkl.TabIndex = 9
|
|
Me.lkl.TabStop = True
|
|
Me.lkl.Text = "Auswahl aufheben"
|
|
'
|
|
'cbxZusammenfassen
|
|
'
|
|
Me.cbxZusammenfassen.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.cbxZusammenfassen.AutoSize = True
|
|
Me.cbxZusammenfassen.Location = New System.Drawing.Point(12, 426)
|
|
Me.cbxZusammenfassen.Name = "cbxZusammenfassen"
|
|
Me.cbxZusammenfassen.Size = New System.Drawing.Size(107, 17)
|
|
Me.cbxZusammenfassen.TabIndex = 15
|
|
Me.cbxZusammenfassen.Text = "zusammenfassen"
|
|
Me.cbxZusammenfassen.UseVisualStyleBackColor = True
|
|
'
|
|
'lblSB
|
|
'
|
|
Me.lblSB.AutoSize = True
|
|
Me.lblSB.Location = New System.Drawing.Point(444, 23)
|
|
Me.lblSB.Name = "lblSB"
|
|
Me.lblSB.Size = New System.Drawing.Size(82, 13)
|
|
Me.lblSB.TabIndex = 5
|
|
Me.lblSB.Text = "Sachbearbeiter:"
|
|
Me.lblSB.Visible = False
|
|
'
|
|
'cbxEVOLOG
|
|
'
|
|
Me.cbxEVOLOG.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.cbxEVOLOG.AutoSize = True
|
|
Me.cbxEVOLOG.Location = New System.Drawing.Point(151, 428)
|
|
Me.cbxEVOLOG.Name = "cbxEVOLOG"
|
|
Me.cbxEVOLOG.Size = New System.Drawing.Size(99, 17)
|
|
Me.cbxEVOLOG.TabIndex = 19
|
|
Me.cbxEVOLOG.Text = "Excel EVOLOG"
|
|
Me.cbxEVOLOG.UseVisualStyleBackColor = True
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(148, 412)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(41, 13)
|
|
Me.Label4.TabIndex = 20
|
|
Me.Label4.Text = "Spezial"
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.Button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button1.Location = New System.Drawing.Point(150, 341)
|
|
Me.Button1.Margin = New System.Windows.Forms.Padding(10, 3, 3, 3)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(91, 25)
|
|
Me.Button1.TabIndex = 21
|
|
Me.Button1.Text = "Vorschau"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'cbxTransFerry
|
|
'
|
|
Me.cbxTransFerry.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.cbxTransFerry.AutoSize = True
|
|
Me.cbxTransFerry.Location = New System.Drawing.Point(151, 446)
|
|
Me.cbxTransFerry.Name = "cbxTransFerry"
|
|
Me.cbxTransFerry.Size = New System.Drawing.Size(105, 17)
|
|
Me.cbxTransFerry.TabIndex = 22
|
|
Me.cbxTransFerry.Text = "Excel TransFerry"
|
|
Me.cbxTransFerry.UseVisualStyleBackColor = True
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.Location = New System.Drawing.Point(444, 46)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(82, 17)
|
|
Me.Label5.TabIndex = 23
|
|
Me.Label5.Text = "Fakt.Gruppe:"
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.Button2.BackgroundImage = Global.SDL.My.Resources.Resources.email_print1
|
|
Me.Button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button2.Location = New System.Drawing.Point(90, 400)
|
|
Me.Button2.Margin = New System.Windows.Forms.Padding(10, 3, 3, 3)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Padding = New System.Windows.Forms.Padding(20, 0, 0, 0)
|
|
Me.Button2.Size = New System.Drawing.Size(40, 25)
|
|
Me.Button2.TabIndex = 27
|
|
Me.Button2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
'
|
|
'cbxMWST
|
|
'
|
|
Me.cbxMWST.AutoSize = True
|
|
Me.cbxMWST.Checked = True
|
|
Me.cbxMWST.CheckState = System.Windows.Forms.CheckState.Indeterminate
|
|
Me.cbxMWST.Location = New System.Drawing.Point(712, 46)
|
|
Me.cbxMWST.Name = "cbxMWST"
|
|
Me.cbxMWST.Size = New System.Drawing.Size(94, 17)
|
|
Me.cbxMWST.TabIndex = 28
|
|
Me.cbxMWST.Text = "MWST-Kunde"
|
|
Me.cbxMWST.ThreeState = True
|
|
Me.cbxMWST.UseVisualStyleBackColor = True
|
|
'
|
|
'cbxAUTOMail
|
|
'
|
|
Me.cbxAUTOMail.AutoSize = True
|
|
Me.cbxAUTOMail.Location = New System.Drawing.Point(555, 44)
|
|
Me.cbxAUTOMail.Name = "cbxAUTOMail"
|
|
Me.cbxAUTOMail.Size = New System.Drawing.Size(116, 17)
|
|
Me.cbxAUTOMail.TabIndex = 30
|
|
Me.cbxAUTOMail.Text = "AUTO Mailversand"
|
|
Me.cbxAUTOMail.UseVisualStyleBackColor = True
|
|
Me.cbxAUTOMail.Visible = False
|
|
'
|
|
'ContextMenuStrip1
|
|
'
|
|
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
|
|
Me.ContextMenuStrip1.Size = New System.Drawing.Size(61, 4)
|
|
'
|
|
'pnlAUTOMailversand
|
|
'
|
|
Me.pnlAUTOMailversand.BackColor = System.Drawing.Color.AliceBlue
|
|
Me.pnlAUTOMailversand.Controls.Add(Me.cbxMailoeffnen)
|
|
Me.pnlAUTOMailversand.Controls.Add(Me.Button7)
|
|
Me.pnlAUTOMailversand.Controls.Add(Me.Button6)
|
|
Me.pnlAUTOMailversand.Controls.Add(Me.Button5)
|
|
Me.pnlAUTOMailversand.Controls.Add(Me.Label7)
|
|
Me.pnlAUTOMailversand.Controls.Add(Me.Button4)
|
|
Me.pnlAUTOMailversand.Controls.Add(Me.Button3)
|
|
Me.pnlAUTOMailversand.Location = New System.Drawing.Point(12, 185)
|
|
Me.pnlAUTOMailversand.Name = "pnlAUTOMailversand"
|
|
Me.pnlAUTOMailversand.Size = New System.Drawing.Size(229, 150)
|
|
Me.pnlAUTOMailversand.TabIndex = 29
|
|
Me.pnlAUTOMailversand.Visible = False
|
|
'
|
|
'cbxMailoeffnen
|
|
'
|
|
Me.cbxMailoeffnen.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.cbxMailoeffnen.AutoSize = True
|
|
Me.cbxMailoeffnen.Checked = True
|
|
Me.cbxMailoeffnen.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.cbxMailoeffnen.Location = New System.Drawing.Point(135, 66)
|
|
Me.cbxMailoeffnen.Name = "cbxMailoeffnen"
|
|
Me.cbxMailoeffnen.Size = New System.Drawing.Size(91, 17)
|
|
Me.cbxMailoeffnen.TabIndex = 31
|
|
Me.cbxMailoeffnen.Text = "Mail anzeigen"
|
|
Me.cbxMailoeffnen.UseVisualStyleBackColor = True
|
|
'
|
|
'Button7
|
|
'
|
|
Me.Button7.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.Button7.BackgroundImage = Global.SDL.My.Resources.Resources.email_big
|
|
Me.Button7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.Button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button7.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button7.Location = New System.Drawing.Point(12, 55)
|
|
Me.Button7.Margin = New System.Windows.Forms.Padding(10, 3, 3, 3)
|
|
Me.Button7.Name = "Button7"
|
|
Me.Button7.Size = New System.Drawing.Size(106, 37)
|
|
Me.Button7.TabIndex = 37
|
|
Me.Button7.UseVisualStyleBackColor = True
|
|
'
|
|
'Button6
|
|
'
|
|
Me.Button6.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button6.Image = Global.SDL.My.Resources.Resources.rechnung1
|
|
Me.Button6.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button6.Location = New System.Drawing.Point(114, 3)
|
|
Me.Button6.Name = "Button6"
|
|
Me.Button6.Size = New System.Drawing.Size(106, 40)
|
|
Me.Button6.TabIndex = 36
|
|
Me.Button6.Text = "Rechnung"
|
|
Me.Button6.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.Button6.UseVisualStyleBackColor = True
|
|
'
|
|
'Button5
|
|
'
|
|
Me.Button5.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button5.Image = Global.SDL.My.Resources.Resources.kunden
|
|
Me.Button5.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button5.Location = New System.Drawing.Point(11, 3)
|
|
Me.Button5.Name = "Button5"
|
|
Me.Button5.Size = New System.Drawing.Size(97, 40)
|
|
Me.Button5.TabIndex = 35
|
|
Me.Button5.Text = "Kunde"
|
|
Me.Button5.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.Button5.UseVisualStyleBackColor = True
|
|
'
|
|
'Label7
|
|
'
|
|
Me.Label7.AutoSize = True
|
|
Me.Label7.Location = New System.Drawing.Point(8, 96)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(135, 13)
|
|
Me.Label7.TabIndex = 34
|
|
Me.Label7.Text = "autom. Rechnungsversand"
|
|
'
|
|
'Button4
|
|
'
|
|
Me.Button4.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.Button4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button4.Location = New System.Drawing.Point(111, 112)
|
|
Me.Button4.Margin = New System.Windows.Forms.Padding(10, 3, 3, 3)
|
|
Me.Button4.Name = "Button4"
|
|
Me.Button4.Size = New System.Drawing.Size(91, 25)
|
|
Me.Button4.TabIndex = 31
|
|
Me.Button4.Text = "deaktivieren"
|
|
Me.Button4.UseVisualStyleBackColor = True
|
|
'
|
|
'Button3
|
|
'
|
|
Me.Button3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.Button3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button3.Location = New System.Drawing.Point(10, 112)
|
|
Me.Button3.Margin = New System.Windows.Forms.Padding(10, 3, 3, 3)
|
|
Me.Button3.Name = "Button3"
|
|
Me.Button3.Size = New System.Drawing.Size(91, 25)
|
|
Me.Button3.TabIndex = 30
|
|
Me.Button3.Text = "aktivieren"
|
|
Me.Button3.UseVisualStyleBackColor = True
|
|
'
|
|
'cboFaktGrp
|
|
'
|
|
Me.cboFaktGrp._allowedValuesFreiText = Nothing
|
|
Me.cboFaktGrp._allowFreiText = False
|
|
Me.cboFaktGrp._value = ""
|
|
Me.cboFaktGrp.FormattingEnabled = True
|
|
Me.cboFaktGrp.Location = New System.Drawing.Point(532, 42)
|
|
Me.cboFaktGrp.Name = "cboFaktGrp"
|
|
Me.cboFaktGrp.Size = New System.Drawing.Size(171, 21)
|
|
Me.cboFaktGrp.TabIndex = 24
|
|
'
|
|
'cboSB
|
|
'
|
|
Me.cboSB._allowedValuesFreiText = Nothing
|
|
Me.cboSB._allowFreiText = False
|
|
Me.cboSB._value = ""
|
|
Me.cboSB.FormattingEnabled = True
|
|
Me.cboSB.Location = New System.Drawing.Point(532, 19)
|
|
Me.cboSB.Name = "cboSB"
|
|
Me.cboSB.Size = New System.Drawing.Size(272, 21)
|
|
Me.cboSB.TabIndex = 6
|
|
Me.cboSB.Visible = False
|
|
'
|
|
'MyDatagridview1
|
|
'
|
|
Me.MyDatagridview1.AKTUALISIERUNGS_INTERVALL = -1
|
|
Me.MyDatagridview1.AllowUserToAddRows = False
|
|
Me.MyDatagridview1.AllowUserToDeleteRows = False
|
|
Me.MyDatagridview1.AllowUserToResizeColumns = False
|
|
Me.MyDatagridview1.AllowUserToResizeRows = False
|
|
Me.MyDatagridview1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.MyDatagridview1.BackgroundColor = System.Drawing.Color.White
|
|
Me.MyDatagridview1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.MyDatagridview1.Location = New System.Drawing.Point(252, 91)
|
|
Me.MyDatagridview1.Name = "MyDatagridview1"
|
|
Me.MyDatagridview1.ReadOnly = True
|
|
Me.MyDatagridview1.RowHeadersVisible = False
|
|
Me.MyDatagridview1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
|
Me.MyDatagridview1.Size = New System.Drawing.Size(574, 373)
|
|
Me.MyDatagridview1.TabIndex = 18
|
|
'
|
|
'txtZeitraumBis
|
|
'
|
|
Me.txtZeitraumBis._DateTimeOnly = False
|
|
Me.txtZeitraumBis._numbersOnly = False
|
|
Me.txtZeitraumBis._numbersOnlyKommastellen = ""
|
|
Me.txtZeitraumBis._numbersOnlyTrennzeichen = True
|
|
Me.txtZeitraumBis._Prozent = False
|
|
Me.txtZeitraumBis._ShortDateNew = True
|
|
Me.txtZeitraumBis._ShortDateOnly = False
|
|
Me.txtZeitraumBis._TimeOnly = False
|
|
Me.txtZeitraumBis._TimeOnly_Seconds = False
|
|
Me.txtZeitraumBis._value = ""
|
|
Me.txtZeitraumBis._Waehrung = False
|
|
Me.txtZeitraumBis._WaehrungZeichen = True
|
|
Me.txtZeitraumBis.ForeColor = System.Drawing.Color.Black
|
|
Me.txtZeitraumBis.Location = New System.Drawing.Point(252, 64)
|
|
Me.txtZeitraumBis.MaxLength = 10
|
|
Me.txtZeitraumBis.MaxLineLength = -1
|
|
Me.txtZeitraumBis.MaxLines_Warning = ""
|
|
Me.txtZeitraumBis.MaxLines_Warning_Label = Nothing
|
|
Me.txtZeitraumBis.Name = "txtZeitraumBis"
|
|
Me.txtZeitraumBis.Size = New System.Drawing.Size(100, 20)
|
|
Me.txtZeitraumBis.TabIndex = 8
|
|
'
|
|
'txtRechnungsdatum
|
|
'
|
|
Me.txtRechnungsdatum._DateTimeOnly = False
|
|
Me.txtRechnungsdatum._numbersOnly = False
|
|
Me.txtRechnungsdatum._numbersOnlyKommastellen = ""
|
|
Me.txtRechnungsdatum._numbersOnlyTrennzeichen = True
|
|
Me.txtRechnungsdatum._Prozent = False
|
|
Me.txtRechnungsdatum._ShortDateNew = True
|
|
Me.txtRechnungsdatum._ShortDateOnly = False
|
|
Me.txtRechnungsdatum._TimeOnly = False
|
|
Me.txtRechnungsdatum._TimeOnly_Seconds = False
|
|
Me.txtRechnungsdatum._value = ""
|
|
Me.txtRechnungsdatum._Waehrung = False
|
|
Me.txtRechnungsdatum._WaehrungZeichen = True
|
|
Me.txtRechnungsdatum.ForeColor = System.Drawing.Color.Black
|
|
Me.txtRechnungsdatum.Location = New System.Drawing.Point(252, 42)
|
|
Me.txtRechnungsdatum.MaxLength = 10
|
|
Me.txtRechnungsdatum.MaxLineLength = -1
|
|
Me.txtRechnungsdatum.MaxLines_Warning = ""
|
|
Me.txtRechnungsdatum.MaxLines_Warning_Label = Nothing
|
|
Me.txtRechnungsdatum.Name = "txtRechnungsdatum"
|
|
Me.txtRechnungsdatum.Size = New System.Drawing.Size(100, 20)
|
|
Me.txtRechnungsdatum.TabIndex = 4
|
|
'
|
|
'cboPrinter
|
|
'
|
|
Me.cboPrinter._allowedValuesFreiText = Nothing
|
|
Me.cboPrinter._allowFreiText = False
|
|
Me.cboPrinter._value = ""
|
|
Me.cboPrinter.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.cboPrinter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.cboPrinter.FormattingEnabled = True
|
|
Me.cboPrinter.Location = New System.Drawing.Point(12, 443)
|
|
Me.cboPrinter.Name = "cboPrinter"
|
|
Me.cboPrinter.Size = New System.Drawing.Size(118, 21)
|
|
Me.cboPrinter.TabIndex = 17
|
|
'
|
|
'cboFirma
|
|
'
|
|
Me.cboFirma._allowedValuesFreiText = Nothing
|
|
Me.cboFirma._allowFreiText = False
|
|
Me.cboFirma._value = ""
|
|
Me.cboFirma.FormattingEnabled = True
|
|
Me.cboFirma.Location = New System.Drawing.Point(252, 17)
|
|
Me.cboFirma.Name = "cboFirma"
|
|
Me.cboFirma.Size = New System.Drawing.Size(183, 21)
|
|
Me.cboFirma.TabIndex = 2
|
|
'
|
|
'btnNurImport
|
|
'
|
|
Me.btnNurImport.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnNurImport.Location = New System.Drawing.Point(836, 437)
|
|
Me.btnNurImport.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.btnNurImport.Name = "btnNurImport"
|
|
Me.btnNurImport.Size = New System.Drawing.Size(75, 26)
|
|
Me.btnNurImport.TabIndex = 47
|
|
Me.btnNurImport.Text = "Import"
|
|
Me.btnNurImport.UseVisualStyleBackColor = True
|
|
'
|
|
'MyListBox1
|
|
'
|
|
Me.MyListBox1._value = ""
|
|
Me.MyListBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.MyListBox1.FormattingEnabled = True
|
|
Me.MyListBox1.Location = New System.Drawing.Point(836, 93)
|
|
Me.MyListBox1.Name = "MyListBox1"
|
|
Me.MyListBox1.SelectionMode = System.Windows.Forms.SelectionMode.MultiSimple
|
|
Me.MyListBox1.Size = New System.Drawing.Size(225, 342)
|
|
Me.MyListBox1.TabIndex = 44
|
|
'
|
|
'btnKeine
|
|
'
|
|
Me.btnKeine.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnKeine.Location = New System.Drawing.Point(985, 437)
|
|
Me.btnKeine.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.btnKeine.Name = "btnKeine"
|
|
Me.btnKeine.Size = New System.Drawing.Size(75, 26)
|
|
Me.btnKeine.TabIndex = 45
|
|
Me.btnKeine.Text = "Keine"
|
|
Me.btnKeine.UseVisualStyleBackColor = True
|
|
'
|
|
'lblAbfertigungsarten
|
|
'
|
|
Me.lblAbfertigungsarten.AutoSize = True
|
|
Me.lblAbfertigungsarten.Location = New System.Drawing.Point(833, 77)
|
|
Me.lblAbfertigungsarten.Name = "lblAbfertigungsarten"
|
|
Me.lblAbfertigungsarten.Size = New System.Drawing.Size(93, 13)
|
|
Me.lblAbfertigungsarten.TabIndex = 43
|
|
Me.lblAbfertigungsarten.Text = "Abfertigungsarten:"
|
|
'
|
|
'btnNurExport
|
|
'
|
|
Me.btnNurExport.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnNurExport.Location = New System.Drawing.Point(911, 437)
|
|
Me.btnNurExport.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.btnNurExport.Name = "btnNurExport"
|
|
Me.btnNurExport.Size = New System.Drawing.Size(75, 26)
|
|
Me.btnNurExport.TabIndex = 48
|
|
Me.btnNurExport.Text = "Export"
|
|
Me.btnNurExport.UseVisualStyleBackColor = True
|
|
'
|
|
'frmFaktSammelRgDrucken
|
|
'
|
|
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(1069, 472)
|
|
Me.Controls.Add(Me.btnNurExport)
|
|
Me.Controls.Add(Me.btnNurImport)
|
|
Me.Controls.Add(Me.MyListBox1)
|
|
Me.Controls.Add(Me.btnKeine)
|
|
Me.Controls.Add(Me.lblAbfertigungsarten)
|
|
Me.Controls.Add(Me.cbxAUTOMail)
|
|
Me.Controls.Add(Me.pnlAUTOMailversand)
|
|
Me.Controls.Add(Me.cbxMWST)
|
|
Me.Controls.Add(Me.Button2)
|
|
Me.Controls.Add(Me.Label5)
|
|
Me.Controls.Add(Me.cboFaktGrp)
|
|
Me.Controls.Add(Me.Button1)
|
|
Me.Controls.Add(Me.Label4)
|
|
Me.Controls.Add(Me.cbxEVOLOG)
|
|
Me.Controls.Add(Me.lblSB)
|
|
Me.Controls.Add(Me.cboSB)
|
|
Me.Controls.Add(Me.lkl)
|
|
Me.Controls.Add(Me.cbxEinzelAnlagen)
|
|
Me.Controls.Add(Me.Button9)
|
|
Me.Controls.Add(Me.Button8)
|
|
Me.Controls.Add(Me.btn)
|
|
Me.Controls.Add(Me.MyDatagridview1)
|
|
Me.Controls.Add(Me.txtZeitraumBis)
|
|
Me.Controls.Add(Me.txtRechnungsdatum)
|
|
Me.Controls.Add(Me.cboPrinter)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.lbl)
|
|
Me.Controls.Add(Me.cboFirma)
|
|
Me.Controls.Add(Me.pnl)
|
|
Me.Controls.Add(Me.cbxSammelbericht)
|
|
Me.Controls.Add(Me.cbxZusammenfassen)
|
|
Me.Controls.Add(Me.cbxTransFerry)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmFaktSammelRgDrucken"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Sammelrechnungen drucken"
|
|
Me.pnl.ResumeLayout(False)
|
|
Me.pnl.PerformLayout()
|
|
Me.pnlAUTOMailversand.ResumeLayout(False)
|
|
Me.pnlAUTOMailversand.PerformLayout()
|
|
CType(Me.MyDatagridview1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents pnl As Panel
|
|
Friend WithEvents RadioButton6 As RadioButton
|
|
Friend WithEvents RadioButton4 As RadioButton
|
|
Friend WithEvents RadioButton3 As RadioButton
|
|
Friend WithEvents RadioButton2 As RadioButton
|
|
Friend WithEvents RadioButton1 As RadioButton
|
|
Friend WithEvents RadioButton As RadioButton
|
|
Friend WithEvents cboFirma As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents lbl As Label
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents Label3 As Label
|
|
Friend WithEvents cboPrinter As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents txtRechnungsdatum As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents txtZeitraumBis As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents MyDatagridview1 As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
|
Friend WithEvents btn As Button
|
|
Friend WithEvents Button9 As Button
|
|
Friend WithEvents Button8 As Button
|
|
Friend WithEvents cbxEinzelAnlagen As CheckBox
|
|
Friend WithEvents cbxSammelbericht As CheckBox
|
|
Friend WithEvents lkl As LinkLabel
|
|
Friend WithEvents cbxZusammenfassen As CheckBox
|
|
Friend WithEvents cboSB As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents lblSB As Label
|
|
Friend WithEvents cbxEVOLOG As CheckBox
|
|
Friend WithEvents Label4 As Label
|
|
Friend WithEvents Button1 As Button
|
|
Friend WithEvents cbxTransFerry As CheckBox
|
|
Friend WithEvents Label5 As Label
|
|
Friend WithEvents cboFaktGrp As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents Button2 As Button
|
|
Friend WithEvents RadioButton5 As RadioButton
|
|
Friend WithEvents cbxMWST As CheckBox
|
|
Friend WithEvents pnlAUTOMailversand As VERAG_PROG_ALLGEMEIN.MyPanel
|
|
Friend WithEvents Label7 As Label
|
|
Friend WithEvents Button4 As Button
|
|
Friend WithEvents Button3 As Button
|
|
Friend WithEvents cbxAUTOMail As CheckBox
|
|
Friend WithEvents Button6 As Button
|
|
Friend WithEvents Button5 As Button
|
|
Friend WithEvents Button7 As Button
|
|
Friend WithEvents cbxMailoeffnen As CheckBox
|
|
Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
|
|
Friend WithEvents btnNurImport As Button
|
|
Friend WithEvents MyListBox1 As VERAG_PROG_ALLGEMEIN.MyListBox
|
|
Friend WithEvents btnKeine As Button
|
|
Friend WithEvents lblAbfertigungsarten As Label
|
|
Friend WithEvents btnNurExport As Button
|
|
End Class
|