Einarbeitung SDL, Mailsender, etc.

This commit is contained in:
2025-07-28 08:59:52 +02:00
parent 835e3bf0ec
commit 3294d1d65c
5 changed files with 299 additions and 169 deletions

View File

@@ -326,6 +326,7 @@ 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.LinkLabel53 = New System.Windows.Forms.LinkLabel()
Me.pnl.SuspendLayout()
CType(Me.PictureBox24, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox23, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -455,7 +456,7 @@ Partial Class frmStartOptions
Me.pnl.Dock = System.Windows.Forms.DockStyle.Fill
Me.pnl.Location = New System.Drawing.Point(0, 0)
Me.pnl.Name = "pnl"
Me.pnl.Size = New System.Drawing.Size(1229, 970)
Me.pnl.Size = New System.Drawing.Size(1229, 920)
Me.pnl.TabIndex = 0
'
'txtMRNPrefix
@@ -1084,7 +1085,7 @@ Partial Class frmStartOptions
Me.tbcntr.Controls.Add(Me.TabPage3)
Me.tbcntr.Controls.Add(Me.TabPage4)
Me.tbcntr.Dock = System.Windows.Forms.DockStyle.Bottom
Me.tbcntr.Location = New System.Drawing.Point(0, 429)
Me.tbcntr.Location = New System.Drawing.Point(0, 379)
Me.tbcntr.Name = "tbcntr"
Me.tbcntr.SelectedIndex = 0
Me.tbcntr.Size = New System.Drawing.Size(1227, 539)
@@ -2834,6 +2835,7 @@ Partial Class frmStartOptions
'
'IDS
'
Me.IDS.Controls.Add(Me.LinkLabel53)
Me.IDS.Controls.Add(Me.IDSUpdateDAID)
Me.IDS.Controls.Add(Me.Label32)
Me.IDS.Controls.Add(Me.Label35)
@@ -4341,12 +4343,23 @@ Partial Class frmStartOptions
Me.DataGridViewTextBoxColumn1.MinimumWidth = 8
Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
'
'LinkLabel53
'
Me.LinkLabel53.AutoSize = True
Me.LinkLabel53.LinkColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
Me.LinkLabel53.Location = New System.Drawing.Point(9, 203)
Me.LinkLabel53.Name = "LinkLabel53"
Me.LinkLabel53.Size = New System.Drawing.Size(154, 13)
Me.LinkLabel53.TabIndex = 170
Me.LinkLabel53.TabStop = True
Me.LinkLabel53.Text = "PDF mit RE-Details verknüpfen"
'
'frmStartOptions
'
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(1229, 970)
Me.ClientSize = New System.Drawing.Size(1229, 920)
Me.Controls.Add(Me.pnl)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
@@ -4715,4 +4728,5 @@ Partial Class frmStartOptions
Friend WithEvents cboTCAPI_Files As Button
Friend WithEvents cboTCAPI_Call As Button
Friend WithEvents cboTCAPI_Firma As VERAG_PROG_ALLGEMEIN.MyComboBox
Friend WithEvents LinkLabel53 As LinkLabel
End Class