Karaca Aufschub

This commit is contained in:
2026-03-16 20:05:33 +01:00
parent 04367593bb
commit 91615faa08
5 changed files with 95 additions and 4 deletions

View File

@@ -25,6 +25,11 @@ Partial Class frmMain
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMain))
Me.Panel2 = New System.Windows.Forms.Panel()
Me.lblAufschubBrgEUST_de_KARACA = New System.Windows.Forms.Label()
Me.cbxAufschubEUST_de_KARACA = New System.Windows.Forms.CheckBox()
Me.lblAufschubEUST_de_KARACA = New System.Windows.Forms.Label()
Me.lblAufschubBrgEUST_de_KARACA_oE = New System.Windows.Forms.Label()
Me.lblAufschubStatusEUST_de_KARACA = New System.Windows.Forms.Label()
Me.Button2 = New System.Windows.Forms.Button()
Me.cbxBrg_at_VERAG_CS = New System.Windows.Forms.CheckBox()
Me.lblBrg_at_VERAG_CS = New System.Windows.Forms.Label()
@@ -173,6 +178,11 @@ Partial Class frmMain
'Panel2
'
Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel2.Controls.Add(Me.lblAufschubBrgEUST_de_KARACA)
Me.Panel2.Controls.Add(Me.cbxAufschubEUST_de_KARACA)
Me.Panel2.Controls.Add(Me.lblAufschubEUST_de_KARACA)
Me.Panel2.Controls.Add(Me.lblAufschubBrgEUST_de_KARACA_oE)
Me.Panel2.Controls.Add(Me.lblAufschubStatusEUST_de_KARACA)
Me.Panel2.Controls.Add(Me.Button2)
Me.Panel2.Controls.Add(Me.cbxBrg_at_VERAG_CS)
Me.Panel2.Controls.Add(Me.lblBrg_at_VERAG_CS)
@@ -303,6 +313,65 @@ Partial Class frmMain
Me.Panel2.Size = New System.Drawing.Size(692, 627)
Me.Panel2.TabIndex = 8
'
'lblAufschubBrgEUST_de_KARACA
'
Me.lblAufschubBrgEUST_de_KARACA.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.lblAufschubBrgEUST_de_KARACA.Cursor = System.Windows.Forms.Cursors.Default
Me.lblAufschubBrgEUST_de_KARACA.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblAufschubBrgEUST_de_KARACA.Location = New System.Drawing.Point(434, 476)
Me.lblAufschubBrgEUST_de_KARACA.Name = "lblAufschubBrgEUST_de_KARACA"
Me.lblAufschubBrgEUST_de_KARACA.RightToLeft = System.Windows.Forms.RightToLeft.Yes
Me.lblAufschubBrgEUST_de_KARACA.Size = New System.Drawing.Size(90, 13)
Me.lblAufschubBrgEUST_de_KARACA.TabIndex = 98
Me.lblAufschubBrgEUST_de_KARACA.Text = " 0 €"
'
'cbxAufschubEUST_de_KARACA
'
Me.cbxAufschubEUST_de_KARACA.AutoSize = True
Me.cbxAufschubEUST_de_KARACA.Enabled = False
Me.cbxAufschubEUST_de_KARACA.Location = New System.Drawing.Point(9, 477)
Me.cbxAufschubEUST_de_KARACA.Name = "cbxAufschubEUST_de_KARACA"
Me.cbxAufschubEUST_de_KARACA.Size = New System.Drawing.Size(15, 14)
Me.cbxAufschubEUST_de_KARACA.TabIndex = 97
Me.cbxAufschubEUST_de_KARACA.UseVisualStyleBackColor = True
'
'lblAufschubEUST_de_KARACA
'
Me.lblAufschubEUST_de_KARACA.AutoSize = True
Me.lblAufschubEUST_de_KARACA.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblAufschubEUST_de_KARACA.Location = New System.Drawing.Point(26, 477)
Me.lblAufschubEUST_de_KARACA.Name = "lblAufschubEUST_de_KARACA"
Me.lblAufschubEUST_de_KARACA.Size = New System.Drawing.Size(81, 13)
Me.lblAufschubEUST_de_KARACA.TabIndex = 94
Me.lblAufschubEUST_de_KARACA.Text = "* DE - KARACA"
'
'lblAufschubBrgEUST_de_KARACA_oE
'
Me.lblAufschubBrgEUST_de_KARACA_oE.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.lblAufschubBrgEUST_de_KARACA_oE.Cursor = System.Windows.Forms.Cursors.Hand
Me.lblAufschubBrgEUST_de_KARACA_oE.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblAufschubBrgEUST_de_KARACA_oE.Location = New System.Drawing.Point(555, 476)
Me.lblAufschubBrgEUST_de_KARACA_oE.Name = "lblAufschubBrgEUST_de_KARACA_oE"
Me.lblAufschubBrgEUST_de_KARACA_oE.RightToLeft = System.Windows.Forms.RightToLeft.Yes
Me.lblAufschubBrgEUST_de_KARACA_oE.Size = New System.Drawing.Size(90, 13)
Me.lblAufschubBrgEUST_de_KARACA_oE.TabIndex = 95
Me.lblAufschubBrgEUST_de_KARACA_oE.Text = " 0 €"
'
'lblAufschubStatusEUST_de_KARACA
'
Me.lblAufschubStatusEUST_de_KARACA.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.lblAufschubStatusEUST_de_KARACA.AutoSize = True
Me.lblAufschubStatusEUST_de_KARACA.BackColor = System.Drawing.Color.Green
Me.lblAufschubStatusEUST_de_KARACA.Cursor = System.Windows.Forms.Cursors.Help
Me.lblAufschubStatusEUST_de_KARACA.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblAufschubStatusEUST_de_KARACA.ForeColor = System.Drawing.Color.White
Me.lblAufschubStatusEUST_de_KARACA.Location = New System.Drawing.Point(651, 476)
Me.lblAufschubStatusEUST_de_KARACA.Name = "lblAufschubStatusEUST_de_KARACA"
Me.lblAufschubStatusEUST_de_KARACA.RightToLeft = System.Windows.Forms.RightToLeft.Yes
Me.lblAufschubStatusEUST_de_KARACA.Size = New System.Drawing.Size(22, 13)
Me.lblAufschubStatusEUST_de_KARACA.TabIndex = 96
Me.lblAufschubStatusEUST_de_KARACA.Text = "OK"
'
'Button2
'
Me.Button2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
@@ -2080,4 +2149,9 @@ Partial Class frmMain
Friend WithEvents lblAt_tag_StatusVERAG_CS As Label
Friend WithEvents Button5 As Button
Public WithEvents lblVersion As Label
Friend WithEvents lblAufschubBrgEUST_de_KARACA As Label
Friend WithEvents cbxAufschubEUST_de_KARACA As CheckBox
Friend WithEvents lblAufschubEUST_de_KARACA As Label
Friend WithEvents lblAufschubBrgEUST_de_KARACA_oE As Label
Friend WithEvents lblAufschubStatusEUST_de_KARACA As Label
End Class