_ Partial Class frmRoutineManager Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ 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. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmRoutineManager)) Me.mneNotifyIcon = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.BeendenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.timer = New System.Windows.Forms.Timer(Me.components) Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.lblStatusATLAS = New System.Windows.Forms.Label() Me.lblStatusEZOLL = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.lblLastAkt = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() Me.Label5 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.timerBRG = New System.Windows.Forms.Timer(Me.components) Me.Label7 = New System.Windows.Forms.Label() Me.lbBrgAtlasSuben = New System.Windows.Forms.Label() Me.lbBrgAtlasSalzburg = New System.Windows.Forms.Label() Me.Button2 = New System.Windows.Forms.Button() Me.lbBrgEZoll = New System.Windows.Forms.Label() Me.Label10 = New System.Windows.Forms.Label() Me.lblLastAktBRG_ATLAS_SUB = New System.Windows.Forms.Label() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.PictureBox2 = New System.Windows.Forms.PictureBox() Me.PictureBox3 = New System.Windows.Forms.PictureBox() Me.PictureBox4 = New System.Windows.Forms.PictureBox() Me.PictureBox5 = New System.Windows.Forms.PictureBox() 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.mneNotifyIcon.SuspendLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() Me.SuspendLayout() ' 'mneNotifyIcon ' Me.mneNotifyIcon.ImageScalingSize = New System.Drawing.Size(24, 24) Me.mneNotifyIcon.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BeendenToolStripMenuItem}) Me.mneNotifyIcon.Name = "mneNotifyIcon" Me.mneNotifyIcon.Size = New System.Drawing.Size(121, 26) ' 'BeendenToolStripMenuItem ' Me.BeendenToolStripMenuItem.Name = "BeendenToolStripMenuItem" Me.BeendenToolStripMenuItem.Size = New System.Drawing.Size(120, 22) Me.BeendenToolStripMenuItem.Text = "Beenden" ' 'timer ' Me.timer.Interval = 1800000 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(12, 9) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(323, 13) Me.Label1.TabIndex = 1 Me.Label1.Text = "Initialisiert alle 30 Min die Aufschubkonten von ATLAS und E-ZOLL" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(33, 37) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(192, 13) Me.Label2.TabIndex = 1 Me.Label2.Text = "Status der letzten ATLAS Initialisierung:" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(33, 54) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(195, 13) Me.Label3.TabIndex = 1 Me.Label3.Text = "Status der letzten E-ZOLL Initialisierung:" ' 'lblStatusATLAS ' Me.lblStatusATLAS.AutoSize = True Me.lblStatusATLAS.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblStatusATLAS.ForeColor = System.Drawing.Color.Green Me.lblStatusATLAS.Location = New System.Drawing.Point(231, 37) Me.lblStatusATLAS.Name = "lblStatusATLAS" Me.lblStatusATLAS.Size = New System.Drawing.Size(11, 13) Me.lblStatusATLAS.TabIndex = 1 Me.lblStatusATLAS.Text = "-" ' 'lblStatusEZOLL ' Me.lblStatusEZOLL.AutoSize = True Me.lblStatusEZOLL.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblStatusEZOLL.ForeColor = System.Drawing.Color.Green Me.lblStatusEZOLL.Location = New System.Drawing.Point(231, 54) Me.lblStatusEZOLL.Name = "lblStatusEZOLL" Me.lblStatusEZOLL.Size = New System.Drawing.Size(11, 13) Me.lblStatusEZOLL.TabIndex = 1 Me.lblStatusEZOLL.Text = "-" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(33, 74) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(104, 13) Me.Label4.TabIndex = 1 Me.Label4.Text = "letzte Aktualisierung:" ' 'lblLastAkt ' Me.lblLastAkt.AutoSize = True Me.lblLastAkt.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblLastAkt.Location = New System.Drawing.Point(143, 74) Me.lblLastAkt.Name = "lblLastAkt" Me.lblLastAkt.Size = New System.Drawing.Size(11, 13) Me.lblLastAkt.TabIndex = 1 Me.lblLastAkt.Text = "-" ' 'Button1 ' Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button1.ForeColor = System.Drawing.Color.Black Me.Button1.Location = New System.Drawing.Point(279, 222) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(107, 23) Me.Button1.TabIndex = 2 Me.Button1.Text = "Schließen" Me.Button1.UseVisualStyleBackColor = True ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(33, 134) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(75, 13) Me.Label5.TabIndex = 3 Me.Label5.Text = "ALTAS Suben" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label6.Location = New System.Drawing.Point(12, 109) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(333, 13) Me.Label6.TabIndex = 4 Me.Label6.Text = "Aktualisiert alle 60 Min die Bürgschaftsdaten aus ATLAS und E-ZOLL" ' 'timerBRG ' Me.timerBRG.Interval = 3600000 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(33, 147) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(85, 13) Me.Label7.TabIndex = 3 Me.Label7.Text = "ALTAS Salzburg" ' 'lbBrgAtlasSuben ' Me.lbBrgAtlasSuben.AutoSize = True Me.lbBrgAtlasSuben.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lbBrgAtlasSuben.ForeColor = System.Drawing.Color.Green Me.lbBrgAtlasSuben.Location = New System.Drawing.Point(162, 134) Me.lbBrgAtlasSuben.Name = "lbBrgAtlasSuben" Me.lbBrgAtlasSuben.Size = New System.Drawing.Size(11, 13) Me.lbBrgAtlasSuben.TabIndex = 5 Me.lbBrgAtlasSuben.Text = "-" ' 'lbBrgAtlasSalzburg ' Me.lbBrgAtlasSalzburg.AutoSize = True Me.lbBrgAtlasSalzburg.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lbBrgAtlasSalzburg.ForeColor = System.Drawing.Color.Green Me.lbBrgAtlasSalzburg.Location = New System.Drawing.Point(162, 147) Me.lbBrgAtlasSalzburg.Name = "lbBrgAtlasSalzburg" Me.lbBrgAtlasSalzburg.Size = New System.Drawing.Size(11, 13) Me.lbBrgAtlasSalzburg.TabIndex = 5 Me.lbBrgAtlasSalzburg.Text = "-" ' 'Button2 ' Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button2.Location = New System.Drawing.Point(15, 222) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(109, 23) Me.Button2.TabIndex = 6 Me.Button2.Text = "Alles Abbrechen (!!)" Me.Button2.UseVisualStyleBackColor = True ' 'lbBrgEZoll ' Me.lbBrgEZoll.AutoSize = True Me.lbBrgEZoll.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lbBrgEZoll.ForeColor = System.Drawing.Color.Green Me.lbBrgEZoll.Location = New System.Drawing.Point(162, 160) Me.lbBrgEZoll.Name = "lbBrgEZoll" Me.lbBrgEZoll.Size = New System.Drawing.Size(11, 13) Me.lbBrgEZoll.TabIndex = 10 Me.lbBrgEZoll.Text = "-" ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Location = New System.Drawing.Point(33, 160) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(44, 13) Me.Label10.TabIndex = 9 Me.Label10.Text = "E-ZOLL" ' 'lblLastAktBRG_ATLAS_SUB ' Me.lblLastAktBRG_ATLAS_SUB.AutoSize = True Me.lblLastAktBRG_ATLAS_SUB.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblLastAktBRG_ATLAS_SUB.Location = New System.Drawing.Point(231, 132) Me.lblLastAktBRG_ATLAS_SUB.Name = "lblLastAktBRG_ATLAS_SUB" Me.lblLastAktBRG_ATLAS_SUB.Size = New System.Drawing.Size(10, 13) Me.lblLastAktBRG_ATLAS_SUB.TabIndex = 13 Me.lblLastAktBRG_ATLAS_SUB.Text = "-" ' 'PictureBox1 ' Me.PictureBox1.Cursor = System.Windows.Forms.Cursors.Hand Me.PictureBox1.Image = Global.RoutineManager.My.Resources.Resources.start Me.PictureBox1.Location = New System.Drawing.Point(15, 129) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(15, 18) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox1.TabIndex = 15 Me.PictureBox1.TabStop = False ' 'PictureBox2 ' Me.PictureBox2.Cursor = System.Windows.Forms.Cursors.Hand Me.PictureBox2.Image = Global.RoutineManager.My.Resources.Resources.start Me.PictureBox2.Location = New System.Drawing.Point(15, 144) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(15, 18) Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox2.TabIndex = 15 Me.PictureBox2.TabStop = False ' 'PictureBox3 ' Me.PictureBox3.Cursor = System.Windows.Forms.Cursors.Hand Me.PictureBox3.Image = Global.RoutineManager.My.Resources.Resources.start Me.PictureBox3.Location = New System.Drawing.Point(15, 159) Me.PictureBox3.Name = "PictureBox3" Me.PictureBox3.Size = New System.Drawing.Size(15, 18) Me.PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox3.TabIndex = 15 Me.PictureBox3.TabStop = False ' 'PictureBox4 ' Me.PictureBox4.Cursor = System.Windows.Forms.Cursors.Hand Me.PictureBox4.Image = Global.RoutineManager.My.Resources.Resources.start Me.PictureBox4.Location = New System.Drawing.Point(351, 9) Me.PictureBox4.Name = "PictureBox4" Me.PictureBox4.Size = New System.Drawing.Size(15, 18) Me.PictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox4.TabIndex = 16 Me.PictureBox4.TabStop = False ' 'PictureBox5 ' Me.PictureBox5.Cursor = System.Windows.Forms.Cursors.Hand Me.PictureBox5.Image = Global.RoutineManager.My.Resources.Resources.start Me.PictureBox5.Location = New System.Drawing.Point(351, 109) Me.PictureBox5.Name = "PictureBox5" Me.PictureBox5.Size = New System.Drawing.Size(15, 18) Me.PictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox5.TabIndex = 17 Me.PictureBox5.TabStop = False ' 'lblLastAktBRG_ATLAS_SBG ' Me.lblLastAktBRG_ATLAS_SBG.AutoSize = True Me.lblLastAktBRG_ATLAS_SBG.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblLastAktBRG_ATLAS_SBG.Location = New System.Drawing.Point(231, 147) Me.lblLastAktBRG_ATLAS_SBG.Name = "lblLastAktBRG_ATLAS_SBG" Me.lblLastAktBRG_ATLAS_SBG.Size = New System.Drawing.Size(10, 13) Me.lblLastAktBRG_ATLAS_SBG.TabIndex = 18 Me.lblLastAktBRG_ATLAS_SBG.Text = "-" ' 'lblLastAktBRG_ATLAS_EZOLL ' Me.lblLastAktBRG_ATLAS_EZOLL.AutoSize = True Me.lblLastAktBRG_ATLAS_EZOLL.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblLastAktBRG_ATLAS_EZOLL.Location = New System.Drawing.Point(231, 160) Me.lblLastAktBRG_ATLAS_EZOLL.Name = "lblLastAktBRG_ATLAS_EZOLL" Me.lblLastAktBRG_ATLAS_EZOLL.Size = New System.Drawing.Size(10, 13) Me.lblLastAktBRG_ATLAS_EZOLL.TabIndex = 19 Me.lblLastAktBRG_ATLAS_EZOLL.Text = "-" ' 'Panel1 ' Me.Panel1.Controls.Add(Me.Button3) Me.Panel1.Controls.Add(Me.Button1) Me.Panel1.Controls.Add(Me.lblEZOLL_Ds) Me.Panel1.Controls.Add(Me.lblASBG_Ds) Me.Panel1.Controls.Add(Me.lblASUB_Ds) Me.Panel1.Controls.Add(Me.Label1) Me.Panel1.Controls.Add(Me.Label2) Me.Panel1.Controls.Add(Me.lblStatusATLAS) Me.Panel1.Controls.Add(Me.lblLastAktBRG_ATLAS_EZOLL) Me.Panel1.Controls.Add(Me.lblStatusEZOLL) Me.Panel1.Controls.Add(Me.lblLastAktBRG_ATLAS_SBG) Me.Panel1.Controls.Add(Me.lblLastAkt) Me.Panel1.Controls.Add(Me.PictureBox5) Me.Panel1.Controls.Add(Me.Label3) Me.Panel1.Controls.Add(Me.PictureBox4) Me.Panel1.Controls.Add(Me.Label4) Me.Panel1.Controls.Add(Me.PictureBox3) Me.Panel1.Controls.Add(Me.PictureBox2) Me.Panel1.Controls.Add(Me.Label6) Me.Panel1.Controls.Add(Me.PictureBox1) Me.Panel1.Controls.Add(Me.Label5) Me.Panel1.Controls.Add(Me.lblLastAktBRG_ATLAS_SUB) Me.Panel1.Controls.Add(Me.Label7) Me.Panel1.Controls.Add(Me.lbBrgEZoll) Me.Panel1.Controls.Add(Me.lbBrgAtlasSuben) Me.Panel1.Controls.Add(Me.Label10) Me.Panel1.Controls.Add(Me.lbBrgAtlasSalzburg) Me.Panel1.Controls.Add(Me.Button2) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill Me.Panel1.Location = New System.Drawing.Point(0, 0) Me.Panel1.Name = "Panel1" 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 Me.lblEZOLL_Ds.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblEZOLL_Ds.Location = New System.Drawing.Point(264, 222) Me.lblEZOLL_Ds.Name = "lblEZOLL_Ds" Me.lblEZOLL_Ds.Size = New System.Drawing.Size(10, 13) Me.lblEZOLL_Ds.TabIndex = 22 Me.lblEZOLL_Ds.Text = "-" Me.lblEZOLL_Ds.Visible = False ' 'lblASBG_Ds ' Me.lblASBG_Ds.AutoSize = True Me.lblASBG_Ds.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblASBG_Ds.Location = New System.Drawing.Point(264, 209) Me.lblASBG_Ds.Name = "lblASBG_Ds" Me.lblASBG_Ds.Size = New System.Drawing.Size(10, 13) Me.lblASBG_Ds.TabIndex = 21 Me.lblASBG_Ds.Text = "-" Me.lblASBG_Ds.Visible = False ' 'lblASUB_Ds ' Me.lblASUB_Ds.AutoSize = True Me.lblASUB_Ds.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblASUB_Ds.Location = New System.Drawing.Point(264, 194) Me.lblASUB_Ds.Name = "lblASUB_Ds" Me.lblASUB_Ds.Size = New System.Drawing.Size(10, 13) Me.lblASUB_Ds.TabIndex = 20 Me.lblASUB_Ds.Text = "-" Me.lblASUB_Ds.Visible = False ' 'TimerClose ' Me.TimerClose.Interval = 60000 ' 'frmRoutineManager ' 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(398, 262) Me.Controls.Add(Me.Panel1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmRoutineManager" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "v" Me.mneNotifyIcon.ResumeLayout(False) CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents mneNotifyIcon As System.Windows.Forms.ContextMenuStrip Friend WithEvents BeendenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents timer As System.Windows.Forms.Timer Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents lblStatusEZOLL As System.Windows.Forms.Label Public WithEvents lblStatusATLAS As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label Public WithEvents lblLastAkt As System.Windows.Forms.Label Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents timerBRG As System.Windows.Forms.Timer Friend WithEvents Label7 As System.Windows.Forms.Label Public WithEvents lbBrgAtlasSuben As System.Windows.Forms.Label Public WithEvents lbBrgAtlasSalzburg As System.Windows.Forms.Label Friend WithEvents Button2 As System.Windows.Forms.Button Public WithEvents lbBrgEZoll As System.Windows.Forms.Label Friend WithEvents Label10 As System.Windows.Forms.Label Public WithEvents lblLastAktBRG_ATLAS_SUB As System.Windows.Forms.Label Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox Friend WithEvents PictureBox3 As System.Windows.Forms.PictureBox Friend WithEvents PictureBox4 As System.Windows.Forms.PictureBox Friend WithEvents PictureBox5 As System.Windows.Forms.PictureBox Public WithEvents lblLastAktBRG_ATLAS_SBG As System.Windows.Forms.Label Public WithEvents lblLastAktBRG_ATLAS_EZOLL As System.Windows.Forms.Label Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents TimerClose As System.Windows.Forms.Timer Public WithEvents lblEZOLL_Ds As System.Windows.Forms.Label Public WithEvents lblASBG_Ds As System.Windows.Forms.Label Public WithEvents lblASUB_Ds As System.Windows.Forms.Label Friend WithEvents Button3 As Button End Class