582 lines
27 KiB
VB.net
582 lines
27 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.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.cboFirma = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
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.cboPrinter = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.txtRechnungsdatum = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.txtZeitraumBis = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.MyDatagridview1 = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
|
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.cboSB = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
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.cboFaktGrp = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.cboAbfertigungsart = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.pnl.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.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, 145)
|
|
Me.pnl.TabIndex = 0
|
|
'
|
|
'RadioButton6
|
|
'
|
|
Me.RadioButton6.AutoSize = True
|
|
Me.RadioButton6.Location = New System.Drawing.Point(8, 122)
|
|
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, 99)
|
|
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, 76)
|
|
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
|
|
'
|
|
'cboFirma
|
|
'
|
|
Me.cboFirma._allowedValuesFreiText = Nothing
|
|
Me.cboFirma._allowFreiText = False
|
|
Me.cboFirma._value = ""
|
|
Me.cboFirma.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
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
|
|
'
|
|
'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:"
|
|
'
|
|
'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, 364)
|
|
Me.cboPrinter.Name = "cboPrinter"
|
|
Me.cboPrinter.Size = New System.Drawing.Size(118, 21)
|
|
Me.cboPrinter.TabIndex = 17
|
|
'
|
|
'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
|
|
'
|
|
'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
|
|
'
|
|
'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) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), 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(547, 294)
|
|
Me.MyDatagridview1.TabIndex = 18
|
|
'
|
|
'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, 262)
|
|
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, 321)
|
|
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, 321)
|
|
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, 291)
|
|
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, 311)
|
|
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.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
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(704, 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, 347)
|
|
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
|
|
'
|
|
'cboSB
|
|
'
|
|
Me.cboSB._allowedValuesFreiText = Nothing
|
|
Me.cboSB._allowFreiText = False
|
|
Me.cboSB._value = ""
|
|
Me.cboSB.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.cboSB.FormattingEnabled = True
|
|
Me.cboSB.Location = New System.Drawing.Point(532, 19)
|
|
Me.cboSB.Name = "cboSB"
|
|
Me.cboSB.Size = New System.Drawing.Size(267, 21)
|
|
Me.cboSB.TabIndex = 6
|
|
Me.cboSB.Visible = False
|
|
'
|
|
'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, 349)
|
|
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, 333)
|
|
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, 262)
|
|
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, 367)
|
|
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:"
|
|
'
|
|
'cboFaktGrp
|
|
'
|
|
Me.cboFaktGrp._allowedValuesFreiText = Nothing
|
|
Me.cboFaktGrp._allowFreiText = False
|
|
Me.cboFaktGrp._value = ""
|
|
Me.cboFaktGrp.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.cboFaktGrp.FormattingEnabled = True
|
|
Me.cboFaktGrp.Location = New System.Drawing.Point(532, 42)
|
|
Me.cboFaktGrp.Name = "cboFaktGrp"
|
|
Me.cboFaktGrp.Size = New System.Drawing.Size(166, 21)
|
|
Me.cboFaktGrp.TabIndex = 24
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.Location = New System.Drawing.Point(444, 68)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(82, 17)
|
|
Me.Label6.TabIndex = 25
|
|
Me.Label6.Text = "Abfertigungsart:"
|
|
'
|
|
'cboAbfertigungsart
|
|
'
|
|
Me.cboAbfertigungsart._allowedValuesFreiText = Nothing
|
|
Me.cboAbfertigungsart._allowFreiText = False
|
|
Me.cboAbfertigungsart._value = ""
|
|
Me.cboAbfertigungsart.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.cboAbfertigungsart.FormattingEnabled = True
|
|
Me.cboAbfertigungsart.Location = New System.Drawing.Point(532, 64)
|
|
Me.cboAbfertigungsart.Name = "cboAbfertigungsart"
|
|
Me.cboAbfertigungsart.Size = New System.Drawing.Size(166, 21)
|
|
Me.cboAbfertigungsart.TabIndex = 26
|
|
'
|
|
'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, 321)
|
|
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
|
|
'
|
|
'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(811, 393)
|
|
Me.Controls.Add(Me.Button2)
|
|
Me.Controls.Add(Me.Label6)
|
|
Me.Controls.Add(Me.cboAbfertigungsart)
|
|
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()
|
|
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 Label6 As Label
|
|
Friend WithEvents cboAbfertigungsart As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents Button2 As Button
|
|
End Class
|