Monitorin - MRN Storno
This commit is contained in:
70
VERAGMonitoring/frmMain.Designer.vb
generated
70
VERAGMonitoring/frmMain.Designer.vb
generated
@@ -25,6 +25,7 @@ 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.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()
|
||||
Me.lblAtWocheVERAG_CS = New System.Windows.Forms.Label()
|
||||
@@ -111,13 +112,13 @@ Partial Class frmMain
|
||||
Me.Button4 = New System.Windows.Forms.Button()
|
||||
Me.cbxAufschub_at_VeragZS = New System.Windows.Forms.CheckBox()
|
||||
Me.Panel1 = New System.Windows.Forms.Panel()
|
||||
Me.Button5 = New System.Windows.Forms.Button()
|
||||
Me.btnBelastungAufheben = New System.Windows.Forms.Button()
|
||||
Me.btnKtoAkt = New System.Windows.Forms.Button()
|
||||
Me.btnZusBel = New System.Windows.Forms.Button()
|
||||
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
||||
Me.Label17 = New System.Windows.Forms.Label()
|
||||
Me.btnEinzahlung = New System.Windows.Forms.Button()
|
||||
Me.Button2 = New System.Windows.Forms.Button()
|
||||
Me.cbxAufschub_at_VeragCS = New System.Windows.Forms.CheckBox()
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.cbxAufschub_at_VeragAG = New System.Windows.Forms.CheckBox()
|
||||
@@ -162,6 +163,7 @@ Partial Class frmMain
|
||||
Me.icoVERAGMonitoring = New System.Windows.Forms.NotifyIcon(Me.components)
|
||||
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
|
||||
Me.Timer = New System.Windows.Forms.Timer(Me.components)
|
||||
Me.lblVersion = New System.Windows.Forms.Label()
|
||||
Me.Panel2.SuspendLayout()
|
||||
Me.Panel1.SuspendLayout()
|
||||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@@ -171,12 +173,14 @@ Partial Class frmMain
|
||||
'Panel2
|
||||
'
|
||||
Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
||||
Me.Panel2.Controls.Add(Me.Button2)
|
||||
Me.Panel2.Controls.Add(Me.cbxBrg_at_VERAG_CS)
|
||||
Me.Panel2.Controls.Add(Me.lblBrg_at_VERAG_CS)
|
||||
Me.Panel2.Controls.Add(Me.lblAtWocheVERAG_CS)
|
||||
Me.Panel2.Controls.Add(Me.lblAtTagVERAG_CS)
|
||||
Me.Panel2.Controls.Add(Me.lblAt_woche_StatusVERAG_CS)
|
||||
Me.Panel2.Controls.Add(Me.lblAt_tag_StatusVERAG_CS)
|
||||
Me.Panel2.Controls.Add(Me.lblVersion)
|
||||
Me.Panel2.Controls.Add(Me.Button3)
|
||||
Me.Panel2.Controls.Add(Me.lblAufschubBrgEUST_de_UNISPEDDE_oE)
|
||||
Me.Panel2.Controls.Add(Me.cbxAufschubEUST_de_UnispedDE)
|
||||
@@ -299,6 +303,18 @@ Partial Class frmMain
|
||||
Me.Panel2.Size = New System.Drawing.Size(671, 627)
|
||||
Me.Panel2.TabIndex = 8
|
||||
'
|
||||
'Button2
|
||||
'
|
||||
Me.Button2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.Button2.ForeColor = System.Drawing.Color.Black
|
||||
Me.Button2.Location = New System.Drawing.Point(408, 594)
|
||||
Me.Button2.Name = "Button2"
|
||||
Me.Button2.Size = New System.Drawing.Size(87, 23)
|
||||
Me.Button2.TabIndex = 0
|
||||
Me.Button2.Text = "Einstellungen"
|
||||
Me.Button2.UseVisualStyleBackColor = True
|
||||
'
|
||||
'cbxBrg_at_VERAG_CS
|
||||
'
|
||||
Me.cbxBrg_at_VERAG_CS.AutoSize = True
|
||||
@@ -1296,7 +1312,7 @@ Partial Class frmMain
|
||||
'Label2
|
||||
'
|
||||
Me.Label2.AutoSize = True
|
||||
Me.Label2.Location = New System.Drawing.Point(5, 599)
|
||||
Me.Label2.Location = New System.Drawing.Point(6, 583)
|
||||
Me.Label2.Name = "Label2"
|
||||
Me.Label2.Size = New System.Drawing.Size(177, 13)
|
||||
Me.Label2.TabIndex = 5
|
||||
@@ -1328,25 +1344,37 @@ Partial Class frmMain
|
||||
'Panel1
|
||||
'
|
||||
Me.Panel1.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
||||
Me.Panel1.Controls.Add(Me.Button5)
|
||||
Me.Panel1.Controls.Add(Me.btnBelastungAufheben)
|
||||
Me.Panel1.Controls.Add(Me.btnKtoAkt)
|
||||
Me.Panel1.Controls.Add(Me.btnZusBel)
|
||||
Me.Panel1.Controls.Add(Me.PictureBox1)
|
||||
Me.Panel1.Controls.Add(Me.Label17)
|
||||
Me.Panel1.Controls.Add(Me.btnEinzahlung)
|
||||
Me.Panel1.Controls.Add(Me.Button2)
|
||||
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
|
||||
Me.Panel1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.Panel1.Name = "Panel1"
|
||||
Me.Panel1.Size = New System.Drawing.Size(669, 50)
|
||||
Me.Panel1.TabIndex = 2
|
||||
'
|
||||
'Button5
|
||||
'
|
||||
Me.Button5.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.Button5.ForeColor = System.Drawing.Color.White
|
||||
Me.Button5.Location = New System.Drawing.Point(530, 15)
|
||||
Me.Button5.Name = "Button5"
|
||||
Me.Button5.Size = New System.Drawing.Size(91, 23)
|
||||
Me.Button5.TabIndex = 11
|
||||
Me.Button5.Text = "MRN Storno"
|
||||
Me.Button5.UseVisualStyleBackColor = True
|
||||
'
|
||||
'btnBelastungAufheben
|
||||
'
|
||||
Me.btnBelastungAufheben.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.btnBelastungAufheben.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.btnBelastungAufheben.ForeColor = System.Drawing.Color.White
|
||||
Me.btnBelastungAufheben.Location = New System.Drawing.Point(255, 16)
|
||||
Me.btnBelastungAufheben.Location = New System.Drawing.Point(255, 15)
|
||||
Me.btnBelastungAufheben.Name = "btnBelastungAufheben"
|
||||
Me.btnBelastungAufheben.Size = New System.Drawing.Size(91, 23)
|
||||
Me.btnBelastungAufheben.TabIndex = 10
|
||||
@@ -1359,7 +1387,7 @@ Partial Class frmMain
|
||||
Me.btnKtoAkt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.btnKtoAkt.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.btnKtoAkt.ForeColor = System.Drawing.Color.White
|
||||
Me.btnKtoAkt.Location = New System.Drawing.Point(349, 16)
|
||||
Me.btnKtoAkt.Location = New System.Drawing.Point(349, 15)
|
||||
Me.btnKtoAkt.Name = "btnKtoAkt"
|
||||
Me.btnKtoAkt.Size = New System.Drawing.Size(96, 23)
|
||||
Me.btnKtoAkt.TabIndex = 9
|
||||
@@ -1372,7 +1400,7 @@ Partial Class frmMain
|
||||
Me.btnZusBel.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.btnZusBel.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.btnZusBel.ForeColor = System.Drawing.Color.White
|
||||
Me.btnZusBel.Location = New System.Drawing.Point(255, 3)
|
||||
Me.btnZusBel.Location = New System.Drawing.Point(255, 6)
|
||||
Me.btnZusBel.Name = "btnZusBel"
|
||||
Me.btnZusBel.Size = New System.Drawing.Size(79, 23)
|
||||
Me.btnZusBel.TabIndex = 3
|
||||
@@ -1385,7 +1413,7 @@ Partial Class frmMain
|
||||
Me.PictureBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.PictureBox1.Cursor = System.Windows.Forms.Cursors.Hand
|
||||
Me.PictureBox1.Image = Global.VERAGMonitoring.My.Resources.Resources.refresh
|
||||
Me.PictureBox1.Location = New System.Drawing.Point(619, 12)
|
||||
Me.PictureBox1.Location = New System.Drawing.Point(619, 11)
|
||||
Me.PictureBox1.Name = "PictureBox1"
|
||||
Me.PictureBox1.Size = New System.Drawing.Size(38, 27)
|
||||
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
||||
@@ -1408,7 +1436,7 @@ Partial Class frmMain
|
||||
Me.btnEinzahlung.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.btnEinzahlung.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.btnEinzahlung.ForeColor = System.Drawing.Color.White
|
||||
Me.btnEinzahlung.Location = New System.Drawing.Point(448, 16)
|
||||
Me.btnEinzahlung.Location = New System.Drawing.Point(448, 15)
|
||||
Me.btnEinzahlung.Name = "btnEinzahlung"
|
||||
Me.btnEinzahlung.Size = New System.Drawing.Size(79, 23)
|
||||
Me.btnEinzahlung.TabIndex = 2
|
||||
@@ -1416,18 +1444,6 @@ Partial Class frmMain
|
||||
Me.btnEinzahlung.UseVisualStyleBackColor = True
|
||||
Me.btnEinzahlung.Visible = False
|
||||
'
|
||||
'Button2
|
||||
'
|
||||
Me.Button2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.Button2.ForeColor = System.Drawing.Color.White
|
||||
Me.Button2.Location = New System.Drawing.Point(530, 16)
|
||||
Me.Button2.Name = "Button2"
|
||||
Me.Button2.Size = New System.Drawing.Size(87, 23)
|
||||
Me.Button2.TabIndex = 0
|
||||
Me.Button2.Text = "Einstellungen"
|
||||
Me.Button2.UseVisualStyleBackColor = True
|
||||
'
|
||||
'cbxAufschub_at_VeragCS
|
||||
'
|
||||
Me.cbxAufschub_at_VeragCS.AutoSize = True
|
||||
@@ -1891,6 +1907,18 @@ Partial Class frmMain
|
||||
'
|
||||
Me.Timer.Interval = 1200000
|
||||
'
|
||||
'lblVersion
|
||||
'
|
||||
Me.lblVersion.BackColor = System.Drawing.Color.Transparent
|
||||
Me.lblVersion.Cursor = System.Windows.Forms.Cursors.Default
|
||||
Me.lblVersion.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!)
|
||||
Me.lblVersion.ForeColor = System.Drawing.Color.Black
|
||||
Me.lblVersion.Location = New System.Drawing.Point(6, 607)
|
||||
Me.lblVersion.Name = "lblVersion"
|
||||
Me.lblVersion.Size = New System.Drawing.Size(106, 18)
|
||||
Me.lblVersion.TabIndex = 12
|
||||
Me.lblVersion.Text = "Version 1.0.0.0"
|
||||
'
|
||||
'frmMain
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
@@ -2050,4 +2078,6 @@ Partial Class frmMain
|
||||
Friend WithEvents lblAtTagVERAG_CS As Label
|
||||
Friend WithEvents lblAt_woche_StatusVERAG_CS As Label
|
||||
Friend WithEvents lblAt_tag_StatusVERAG_CS As Label
|
||||
Friend WithEvents Button5 As Button
|
||||
Public WithEvents lblVersion As Label
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user