SDL Jetzt erst recht!
This commit is contained in:
430
SDL/Fakturierung/frmFaktSammelRgDrucken.Designer.vb
generated
Normal file
430
SDL/Fakturierung/frmFaktSammelRgDrucken.Designer.vb
generated
Normal file
@@ -0,0 +1,430 @@
|
||||
<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.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.FormattingEnabled = True
|
||||
Me.cboFirma.Location = New System.Drawing.Point(252, 18)
|
||||
Me.cboFirma.Name = "cboFirma"
|
||||
Me.cboFirma.Size = New System.Drawing.Size(477, 21)
|
||||
Me.cboFirma.TabIndex = 2
|
||||
'
|
||||
'lbl
|
||||
'
|
||||
Me.lbl.AutoSize = True
|
||||
Me.lbl.Location = New System.Drawing.Point(147, 21)
|
||||
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, 44)
|
||||
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, 69)
|
||||
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, 90)
|
||||
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.FormattingEnabled = True
|
||||
Me.cboPrinter.Location = New System.Drawing.Point(12, 268)
|
||||
Me.cboPrinter.Name = "cboPrinter"
|
||||
Me.cboPrinter.Size = New System.Drawing.Size(113, 21)
|
||||
Me.cboPrinter.TabIndex = 17
|
||||
'
|
||||
'txtRechnungsdatum
|
||||
'
|
||||
Me.txtRechnungsdatum._DateTimeOnly = False
|
||||
Me.txtRechnungsdatum._numbersOnly = False
|
||||
Me.txtRechnungsdatum._numbersOnlyKommastellen = ""
|
||||
Me.txtRechnungsdatum._Prozent = False
|
||||
Me.txtRechnungsdatum._ShortDateNew = True
|
||||
Me.txtRechnungsdatum._ShortDateOnly = False
|
||||
Me.txtRechnungsdatum._TimeOnly = 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, 41)
|
||||
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._Prozent = False
|
||||
Me.txtZeitraumBis._ShortDateNew = True
|
||||
Me.txtZeitraumBis._ShortDateOnly = False
|
||||
Me.txtZeitraumBis._TimeOnly = 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.BackgroundColor = System.Drawing.Color.White
|
||||
Me.MyDatagridview1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||
Me.MyDatagridview1.Location = New System.Drawing.Point(252, 88)
|
||||
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(477, 201)
|
||||
Me.MyDatagridview1.TabIndex = 18
|
||||
'
|
||||
'btn
|
||||
'
|
||||
Me.btn.BackgroundImage = Global.SDL.My.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, 166)
|
||||
Me.btn.Name = "btn"
|
||||
Me.btn.Size = New System.Drawing.Size(113, 60)
|
||||
Me.btn.TabIndex = 11
|
||||
Me.btn.UseVisualStyleBackColor = True
|
||||
'
|
||||
'Button9
|
||||
'
|
||||
Me.Button9.BackgroundImage = Global.SDL.My.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, 225)
|
||||
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(58, 25)
|
||||
Me.Button9.TabIndex = 12
|
||||
Me.Button9.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.Button9.UseVisualStyleBackColor = True
|
||||
'
|
||||
'Button8
|
||||
'
|
||||
Me.Button8.BackgroundImage = Global.SDL.My.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(67, 225)
|
||||
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(58, 25)
|
||||
Me.Button8.TabIndex = 13
|
||||
Me.Button8.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.Button8.UseVisualStyleBackColor = True
|
||||
'
|
||||
'cbxEinzelAnlagen
|
||||
'
|
||||
Me.cbxEinzelAnlagen.AutoSize = True
|
||||
Me.cbxEinzelAnlagen.Location = New System.Drawing.Point(150, 244)
|
||||
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.AutoSize = True
|
||||
Me.cbxSammelbericht.Checked = True
|
||||
Me.cbxSammelbericht.CheckState = System.Windows.Forms.CheckState.Checked
|
||||
Me.cbxSammelbericht.Location = New System.Drawing.Point(150, 267)
|
||||
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(634, 69)
|
||||
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.AutoSize = True
|
||||
Me.cbxZusammenfassen.Location = New System.Drawing.Point(12, 251)
|
||||
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.FormattingEnabled = True
|
||||
Me.cboSB.Location = New System.Drawing.Point(532, 40)
|
||||
Me.cboSB.Name = "cboSB"
|
||||
Me.cboSB.Size = New System.Drawing.Size(197, 21)
|
||||
Me.cboSB.TabIndex = 6
|
||||
Me.cboSB.Visible = False
|
||||
'
|
||||
'lblSB
|
||||
'
|
||||
Me.lblSB.AutoSize = True
|
||||
Me.lblSB.Location = New System.Drawing.Point(444, 44)
|
||||
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
|
||||
'
|
||||
'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(741, 297)
|
||||
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.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
|
||||
End Class
|
||||
Reference in New Issue
Block a user