cDatenbank, StartOptions, etc.

This commit is contained in:
2026-03-20 14:57:08 +01:00
parent 6360b1f7f4
commit 7f6ad215e3
5 changed files with 261 additions and 141 deletions

View File

@@ -382,6 +382,8 @@ Partial Class frmStartOptions
Me.txtGJ_UNISPED = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Button21 = New System.Windows.Forms.Button()
Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Label61 = New System.Windows.Forms.Label()
Me.LinkLabel25 = New System.Windows.Forms.LinkLabel()
Me.pnl.SuspendLayout()
CType(Me.pbEmailscheck, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox24, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -3286,6 +3288,8 @@ Partial Class frmStartOptions
'
'MSE
'
Me.MSE.Controls.Add(Me.LinkLabel25)
Me.MSE.Controls.Add(Me.Label61)
Me.MSE.Controls.Add(Me.Label56)
Me.MSE.Controls.Add(Me.lblBackToCustomer_MSE)
Me.MSE.Controls.Add(Me.Label33)
@@ -3324,7 +3328,7 @@ Partial Class frmStartOptions
'
Me.Label56.AutoSize = True
Me.Label56.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label56.Location = New System.Drawing.Point(289, 40)
Me.Label56.Location = New System.Drawing.Point(468, 40)
Me.Label56.Name = "Label56"
Me.Label56.Size = New System.Drawing.Size(126, 13)
Me.Label56.TabIndex = 173
@@ -3334,7 +3338,7 @@ Partial Class frmStartOptions
'
Me.lblBackToCustomer_MSE.AutoSize = True
Me.lblBackToCustomer_MSE.LinkColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
Me.lblBackToCustomer_MSE.Location = New System.Drawing.Point(289, 63)
Me.lblBackToCustomer_MSE.Location = New System.Drawing.Point(468, 63)
Me.lblBackToCustomer_MSE.Name = "lblBackToCustomer_MSE"
Me.lblBackToCustomer_MSE.Size = New System.Drawing.Size(123, 13)
Me.lblBackToCustomer_MSE.TabIndex = 172
@@ -5100,6 +5104,27 @@ Partial Class frmStartOptions
Me.DataGridViewTextBoxColumn1.MinimumWidth = 8
Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
'
'Label61
'
Me.Label61.AutoSize = True
Me.Label61.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label61.Location = New System.Drawing.Point(275, 40)
Me.Label61.Name = "Label61"
Me.Label61.Size = New System.Drawing.Size(135, 13)
Me.Label61.TabIndex = 174
Me.Label61.Text = "Import PDF (alternativ)"
'
'LinkLabel25
'
Me.LinkLabel25.AutoSize = True
Me.LinkLabel25.LinkColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
Me.LinkLabel25.Location = New System.Drawing.Point(275, 63)
Me.LinkLabel25.Name = "LinkLabel25"
Me.LinkLabel25.Size = New System.Drawing.Size(123, 13)
Me.LinkLabel25.TabIndex = 175
Me.LinkLabel25.TabStop = True
Me.LinkLabel25.Text = "Rechnungen importieren"
'
'frmStartOptions
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -5541,4 +5566,6 @@ Partial Class frmStartOptions
Friend WithEvents btnEZOLL_7days As Button
Friend WithEvents cbxVW_Infomail As CheckBox
Friend WithEvents cbxGESTELLUNG_TESTLAUF As CheckBox
Friend WithEvents LinkLabel25 As LinkLabel
Friend WithEvents Label61 As Label
End Class