This commit is contained in:
2021-11-18 14:59:04 +01:00
parent 05280436a4
commit 98378dd496
51 changed files with 4647 additions and 763 deletions

View File

@@ -57,6 +57,7 @@ Partial Class frmRoutineManager
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()
@@ -68,6 +69,7 @@ Partial Class frmRoutineManager
'
'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)
@@ -333,6 +335,7 @@ Partial Class frmRoutineManager
'
'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)
@@ -403,6 +406,15 @@ 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!)
@@ -459,5 +471,5 @@ Partial Class frmRoutineManager
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