EZOLL Aufschub
This commit is contained in:
@@ -101,7 +101,7 @@ Public Class EZollAufschubEinlesen
|
||||
" /*AND (ztIMsgGdsItemDutyCalc.Ty IN ('1BD','0ML','0PB','0PG','0PS','1LG','1ZN','2AS','2DU','2EU','2IG','2KO','2PE','2RB','2SB','2SI','2VF','2VS','5DU','5EU','5SI','5VS','5ZO','5ZZ','6AK','6BE','6MS','6SS','6TS','6ZW','9EA','A20','A30','A35','A40','A45','C00','C10','D00','D10','E00') /*like 'A%'*/)*/ " &
|
||||
" AND (zsAnmGdsItem.LizenzNr = 'S01122' ) " &
|
||||
" AND (zsAnmHea.DecDT >= convert(datetime, @datumVon,104)) " &
|
||||
" AND (zsAnmHea.DecDT < convert(datetime, @datumBis,104)) " &
|
||||
" AND (zsAnmHea.DecDT <= convert(datetime, @datumBis,104)) " &
|
||||
" GROUP BY ztIMsgGdsItem.IMsgID, zsAnmGdsItem.LizenzNr, zsAnmGdsItem.OperatorID, zsAnmGdsItem.VorgangID, zsAnmGdsItem.AnmID, " &
|
||||
" ztIMsgGdsItemDutyCalc.Ty, zsAnmRefs.CRN, " &
|
||||
" zsAnmRefs.LRN, isnull(zsAnmRefs.FRN,''), zsAnmHea.DefPayRef, " &
|
||||
|
||||
@@ -53,11 +53,11 @@ Partial Class frmRoutineManager
|
||||
Me.lblLastAktBRG_ATLAS_SBG = New System.Windows.Forms.Label()
|
||||
Me.lblLastAktBRG_ATLAS_EZOLL = New System.Windows.Forms.Label()
|
||||
Me.Panel1 = New System.Windows.Forms.Panel()
|
||||
Me.Button3 = New System.Windows.Forms.Button()
|
||||
Me.lblEZOLL_Ds = New System.Windows.Forms.Label()
|
||||
Me.lblASBG_Ds = New System.Windows.Forms.Label()
|
||||
Me.lblASUB_Ds = New System.Windows.Forms.Label()
|
||||
Me.TimerClose = New System.Windows.Forms.Timer(Me.components)
|
||||
Me.Button3 = New System.Windows.Forms.Button()
|
||||
Me.mneNotifyIcon.SuspendLayout()
|
||||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@@ -369,6 +369,15 @@ Partial Class frmRoutineManager
|
||||
Me.Panel1.Size = New System.Drawing.Size(398, 262)
|
||||
Me.Panel1.TabIndex = 21
|
||||
'
|
||||
'Button3
|
||||
'
|
||||
Me.Button3.Location = New System.Drawing.Point(47, 194)
|
||||
Me.Button3.Name = "Button3"
|
||||
Me.Button3.Size = New System.Drawing.Size(75, 23)
|
||||
Me.Button3.TabIndex = 23
|
||||
Me.Button3.Text = "Button3"
|
||||
Me.Button3.UseVisualStyleBackColor = True
|
||||
'
|
||||
'lblEZOLL_Ds
|
||||
'
|
||||
Me.lblEZOLL_Ds.AutoSize = True
|
||||
@@ -406,15 +415,6 @@ Partial Class frmRoutineManager
|
||||
'
|
||||
Me.TimerClose.Interval = 60000
|
||||
'
|
||||
'Button3
|
||||
'
|
||||
Me.Button3.Location = New System.Drawing.Point(47, 194)
|
||||
Me.Button3.Name = "Button3"
|
||||
Me.Button3.Size = New System.Drawing.Size(75, 23)
|
||||
Me.Button3.TabIndex = 23
|
||||
Me.Button3.Text = "Button3"
|
||||
Me.Button3.UseVisualStyleBackColor = True
|
||||
'
|
||||
'frmRoutineManager
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
@@ -426,7 +426,7 @@ Partial Class frmRoutineManager
|
||||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||||
Me.Name = "frmRoutineManager"
|
||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||
Me.Text = "RoutineManager"
|
||||
Me.Text = "v"
|
||||
Me.mneNotifyIcon.ResumeLayout(False)
|
||||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
|
||||
@@ -97,6 +97,7 @@ Public Class frmRoutineManager
|
||||
'lblStatusATLAS
|
||||
End Try
|
||||
End If
|
||||
|
||||
setLabel(lblStatusEZOLL, "läuft ...", "green")
|
||||
Try
|
||||
Dim EZollAufschubEinlesen As New EZollAufschubEinlesen
|
||||
|
||||
Reference in New Issue
Block a user