136 lines
5.6 KiB
VB.net
136 lines
5.6 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class usrCntlAuswertungenAufschub_AbgabenKontrolleTRIER
|
|
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.Label8 = New System.Windows.Forms.Label()
|
|
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
|
|
Me.Button3 = New System.Windows.Forms.Button()
|
|
Me.lblErr = New System.Windows.Forms.Label()
|
|
Me.Label14 = New System.Windows.Forms.Label()
|
|
Me.lnlCnt = New System.Windows.Forms.Label()
|
|
Me.cbx = New System.Windows.Forms.CheckBox()
|
|
Me.GroupBox2.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Label8
|
|
'
|
|
Me.Label8.AutoSize = True
|
|
Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label8.ForeColor = System.Drawing.SystemColors.ControlDarkDark
|
|
Me.Label8.Location = New System.Drawing.Point(3, 0)
|
|
Me.Label8.Name = "Label8"
|
|
Me.Label8.Size = New System.Drawing.Size(102, 17)
|
|
Me.Label8.TabIndex = 16
|
|
Me.Label8.Text = "Abgabenliste"
|
|
'
|
|
'GroupBox2
|
|
'
|
|
Me.GroupBox2.Controls.Add(Me.cbx)
|
|
Me.GroupBox2.Controls.Add(Me.lnlCnt)
|
|
Me.GroupBox2.Controls.Add(Me.Button3)
|
|
Me.GroupBox2.Controls.Add(Me.lblErr)
|
|
Me.GroupBox2.Controls.Add(Me.Label14)
|
|
Me.GroupBox2.Location = New System.Drawing.Point(2, 11)
|
|
Me.GroupBox2.Name = "GroupBox2"
|
|
Me.GroupBox2.Size = New System.Drawing.Size(697, 99)
|
|
Me.GroupBox2.TabIndex = 15
|
|
Me.GroupBox2.TabStop = False
|
|
'
|
|
'Button3
|
|
'
|
|
Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.Button3.Location = New System.Drawing.Point(9, 16)
|
|
Me.Button3.Name = "Button3"
|
|
Me.Button3.Size = New System.Drawing.Size(121, 37)
|
|
Me.Button3.TabIndex = 33
|
|
Me.Button3.Text = "Liste auswählen ..."
|
|
Me.Button3.UseVisualStyleBackColor = True
|
|
'
|
|
'lblErr
|
|
'
|
|
Me.lblErr.AutoSize = True
|
|
Me.lblErr.ForeColor = System.Drawing.Color.Red
|
|
Me.lblErr.Location = New System.Drawing.Point(6, 83)
|
|
Me.lblErr.Name = "lblErr"
|
|
Me.lblErr.Size = New System.Drawing.Size(69, 13)
|
|
Me.lblErr.TabIndex = 13
|
|
Me.lblErr.Text = "Keine Daten!"
|
|
Me.lblErr.Visible = False
|
|
'
|
|
'Label14
|
|
'
|
|
Me.Label14.AutoSize = True
|
|
Me.Label14.Location = New System.Drawing.Point(145, 16)
|
|
Me.Label14.Name = "Label14"
|
|
Me.Label14.Size = New System.Drawing.Size(414, 26)
|
|
Me.Label14.TabIndex = 5
|
|
Me.Label14.Text = "Prüft die ausgewähle Liste der Abgaben von Trier mit den fakturierten Datensätzen" &
|
|
" ab." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Bei Differenz wird der Eintrag angezeigt."
|
|
'
|
|
'lnlCnt
|
|
'
|
|
Me.lnlCnt.ForeColor = System.Drawing.Color.Black
|
|
Me.lnlCnt.Location = New System.Drawing.Point(9, 56)
|
|
Me.lnlCnt.Name = "lnlCnt"
|
|
Me.lnlCnt.Size = New System.Drawing.Size(121, 13)
|
|
Me.lnlCnt.TabIndex = 34
|
|
Me.lnlCnt.Text = "-"
|
|
Me.lnlCnt.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
'
|
|
'cbx
|
|
'
|
|
Me.cbx.AutoSize = True
|
|
Me.cbx.Checked = True
|
|
Me.cbx.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.cbx.Location = New System.Drawing.Point(148, 56)
|
|
Me.cbx.Name = "cbx"
|
|
Me.cbx.Size = New System.Drawing.Size(150, 17)
|
|
Me.cbx.TabIndex = 35
|
|
Me.cbx.Text = "Nur Differenzen ausgeben"
|
|
Me.cbx.UseVisualStyleBackColor = True
|
|
'
|
|
'usrCntlAuswertungenAufschub_AbgabenKontrolleTRIER
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BackColor = System.Drawing.Color.White
|
|
Me.Controls.Add(Me.Label8)
|
|
Me.Controls.Add(Me.GroupBox2)
|
|
Me.Name = "usrCntlAuswertungenAufschub_AbgabenKontrolleTRIER"
|
|
Me.Size = New System.Drawing.Size(708, 120)
|
|
Me.GroupBox2.ResumeLayout(False)
|
|
Me.GroupBox2.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents Label8 As System.Windows.Forms.Label
|
|
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents lblErr As System.Windows.Forms.Label
|
|
Friend WithEvents Label14 As System.Windows.Forms.Label
|
|
Friend WithEvents Button3 As System.Windows.Forms.Button
|
|
Friend WithEvents lnlCnt As Label
|
|
Friend WithEvents cbx As CheckBox
|
|
End Class
|