Plose, Mailsender

This commit is contained in:
2026-02-25 11:11:30 +01:00
parent e0490748f4
commit 3e13a40622
4 changed files with 174 additions and 3 deletions

View File

@@ -380,6 +380,7 @@ Partial Class frmStartOptions
Me.MyTextBox1 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.txtGJ_UNISPED = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.btnCheckPDF_USTVA = New System.Windows.Forms.Button()
Me.pnl.SuspendLayout()
CType(Me.pbEmailscheck, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox24, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -3392,6 +3393,7 @@ Partial Class frmStartOptions
'
'TabPage5
'
Me.TabPage5.Controls.Add(Me.btnCheckPDF_USTVA)
Me.TabPage5.Controls.Add(Me.cbxPloseNeu)
Me.TabPage5.Controls.Add(Me.Label44)
Me.TabPage5.Controls.Add(Me.cbxITalt)
@@ -5065,6 +5067,18 @@ Partial Class frmStartOptions
Me.DataGridViewTextBoxColumn1.MinimumWidth = 8
Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
'
'btnCheckPDF_USTVA
'
Me.btnCheckPDF_USTVA.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnCheckPDF_USTVA.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
Me.btnCheckPDF_USTVA.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnCheckPDF_USTVA.Location = New System.Drawing.Point(656, 37)
Me.btnCheckPDF_USTVA.Name = "btnCheckPDF_USTVA"
Me.btnCheckPDF_USTVA.Size = New System.Drawing.Size(187, 38)
Me.btnCheckPDF_USTVA.TabIndex = 168
Me.btnCheckPDF_USTVA.Text = "Check PDF"
Me.btnCheckPDF_USTVA.UseVisualStyleBackColor = True
'
'frmStartOptions
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -5504,4 +5518,5 @@ Partial Class frmStartOptions
Friend WithEvents dgv_MDMEinarbeitung As VERAG_PROG_ALLGEMEIN.MyDatagridview
Friend WithEvents PictureBox27 As PictureBox
Friend WithEvents Button30 As Button
Friend WithEvents btnCheckPDF_USTVA As Button
End Class