This commit is contained in:
2024-01-12 22:41:07 +01:00
parent 52feeaa603
commit 8572a83771
7 changed files with 665 additions and 599 deletions

View File

@@ -160,6 +160,7 @@ Partial Class frmStartOptions
Me.LinkLabel30 = New System.Windows.Forms.LinkLabel()
Me.Label11 = New System.Windows.Forms.Label()
Me.TabPage4 = New System.Windows.Forms.TabPage()
Me.LinkLabel49 = New System.Windows.Forms.LinkLabel()
Me.Label25 = New System.Windows.Forms.Label()
Me.txtTBLNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.txtTWLNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
@@ -201,7 +202,8 @@ Partial Class frmStartOptions
Me.lblRoutineManager = New System.Windows.Forms.Label()
Me.txtGJ_UNISPED = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Button21 = New System.Windows.Forms.Button()
Me.LinkLabel49 = New System.Windows.Forms.LinkLabel()
Me.LinkLabel50 = New System.Windows.Forms.LinkLabel()
Me.Label26 = New System.Windows.Forms.Label()
Me.pnl.SuspendLayout()
CType(Me.piceZollAnh, System.ComponentModel.ISupportInitialize).BeginInit()
Me.tbcntr.SuspendLayout()
@@ -1848,6 +1850,8 @@ Partial Class frmStartOptions
'
'TabPage3
'
Me.TabPage3.Controls.Add(Me.LinkLabel50)
Me.TabPage3.Controls.Add(Me.Label26)
Me.TabPage3.Controls.Add(Me.LinkLabel39)
Me.TabPage3.Controls.Add(Me.LinkLabel40)
Me.TabPage3.Controls.Add(Me.Label22)
@@ -2007,6 +2011,17 @@ Partial Class frmStartOptions
Me.TabPage4.Text = "Asfinag"
Me.TabPage4.UseVisualStyleBackColor = True
'
'LinkLabel49
'
Me.LinkLabel49.AutoSize = True
Me.LinkLabel49.LinkColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
Me.LinkLabel49.Location = New System.Drawing.Point(17, 276)
Me.LinkLabel49.Name = "LinkLabel49"
Me.LinkLabel49.Size = New System.Drawing.Size(136, 13)
Me.LinkLabel49.TabIndex = 80
Me.LinkLabel49.TabStop = True
Me.LinkLabel49.Text = "6. Black-List und White List"
'
'Label25
'
Me.Label25.AutoSize = True
@@ -2514,16 +2529,26 @@ Partial Class frmStartOptions
Me.Button21.Text = "AAS Sendung 24h"
Me.Button21.UseVisualStyleBackColor = True
'
'LinkLabel49
'LinkLabel50
'
Me.LinkLabel49.AutoSize = True
Me.LinkLabel49.LinkColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
Me.LinkLabel49.Location = New System.Drawing.Point(17, 276)
Me.LinkLabel49.Name = "LinkLabel49"
Me.LinkLabel49.Size = New System.Drawing.Size(136, 13)
Me.LinkLabel49.TabIndex = 80
Me.LinkLabel49.TabStop = True
Me.LinkLabel49.Text = "6. Black-List und White List"
Me.LinkLabel50.AutoSize = True
Me.LinkLabel50.LinkColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
Me.LinkLabel50.Location = New System.Drawing.Point(416, 152)
Me.LinkLabel50.Name = "LinkLabel50"
Me.LinkLabel50.Size = New System.Drawing.Size(54, 13)
Me.LinkLabel50.TabIndex = 34
Me.LinkLabel50.TabStop = True
Me.LinkLabel50.Text = "Send Mail"
'
'Label26
'
Me.Label26.AutoSize = True
Me.Label26.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label26.Location = New System.Drawing.Point(416, 125)
Me.Label26.Name = "Label26"
Me.Label26.Size = New System.Drawing.Size(38, 13)
Me.Label26.TabIndex = 33
Me.Label26.Text = "RMC:"
'
'frmStartOptions
'
@@ -2755,4 +2780,6 @@ Partial Class frmStartOptions
Friend WithEvents txtTWLNr As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents Label25 As Label
Friend WithEvents LinkLabel49 As LinkLabel
Friend WithEvents LinkLabel50 As LinkLabel
Friend WithEvents Label26 As Label
End Class