mitarbeiter, sendungsdet. Sammeldruck, etc.

This commit is contained in:
2026-04-16 16:01:39 +02:00
parent 344cdd84a8
commit 798045c5a0
4 changed files with 301 additions and 180 deletions

View File

@@ -57,6 +57,8 @@ Partial Class frmdynMailvorlagen
Me.btnAdd = New System.Windows.Forms.Button()
Me.btnDelete = New System.Windows.Forms.Button()
Me.pnlTop = New System.Windows.Forms.Panel()
Me.Label14 = New System.Windows.Forms.Label()
Me.cboTypSelected = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.cbxSpracheSelected = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.Label8 = New System.Windows.Forms.Label()
Me.txtSuche = New VERAG_PROG_ALLGEMEIN.MyTextBox()
@@ -132,7 +134,7 @@ Partial Class frmdynMailvorlagen
Me.cbxTyp.FormattingEnabled = True
Me.cbxTyp.Location = New System.Drawing.Point(887, 20)
Me.cbxTyp.Name = "cbxTyp"
Me.cbxTyp.Size = New System.Drawing.Size(92, 21)
Me.cbxTyp.Size = New System.Drawing.Size(120, 21)
Me.cbxTyp.TabIndex = 46
'
'Label13
@@ -283,7 +285,7 @@ Partial Class frmdynMailvorlagen
Me.cboFirmensignatur._value = ""
Me.cboFirmensignatur.DropDownWidth = 120
Me.cboFirmensignatur.FormattingEnabled = True
Me.cboFirmensignatur.Location = New System.Drawing.Point(985, 21)
Me.cboFirmensignatur.Location = New System.Drawing.Point(1031, 21)
Me.cboFirmensignatur.Name = "cboFirmensignatur"
Me.cboFirmensignatur.Size = New System.Drawing.Size(100, 21)
Me.cboFirmensignatur.TabIndex = 31
@@ -291,7 +293,7 @@ Partial Class frmdynMailvorlagen
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.Location = New System.Drawing.Point(982, 5)
Me.Label7.Location = New System.Drawing.Point(1028, 5)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(103, 13)
Me.Label7.TabIndex = 30
@@ -436,6 +438,8 @@ Partial Class frmdynMailvorlagen
'pnlTop
'
Me.pnlTop.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
Me.pnlTop.Controls.Add(Me.Label14)
Me.pnlTop.Controls.Add(Me.cboTypSelected)
Me.pnlTop.Controls.Add(Me.cbxSpracheSelected)
Me.pnlTop.Controls.Add(Me.Label8)
Me.pnlTop.Controls.Add(Me.txtSuche)
@@ -450,6 +454,29 @@ Partial Class frmdynMailvorlagen
Me.pnlTop.Size = New System.Drawing.Size(1295, 48)
Me.pnlTop.TabIndex = 100
'
'Label14
'
Me.Label14.AutoSize = True
Me.Label14.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label14.ForeColor = System.Drawing.Color.White
Me.Label14.Location = New System.Drawing.Point(909, 3)
Me.Label14.Name = "Label14"
Me.Label14.Size = New System.Drawing.Size(28, 13)
Me.Label14.TabIndex = 49
Me.Label14.Text = "Typ"
'
'cboTypSelected
'
Me.cboTypSelected._allowedValuesFreiText = Nothing
Me.cboTypSelected._allowFreiText = False
Me.cboTypSelected._value = ""
Me.cboTypSelected.DropDownWidth = 120
Me.cboTypSelected.FormattingEnabled = True
Me.cboTypSelected.Location = New System.Drawing.Point(912, 19)
Me.cboTypSelected.Name = "cboTypSelected"
Me.cboTypSelected.Size = New System.Drawing.Size(114, 21)
Me.cboTypSelected.TabIndex = 48
'
'cbxSpracheSelected
'
Me.cbxSpracheSelected._allowedValuesFreiText = Nothing
@@ -489,12 +516,12 @@ Partial Class frmdynMailvorlagen
Me.txtSuche._WaehrungZeichen = False
Me.txtSuche.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtSuche.ForeColor = System.Drawing.Color.Black
Me.txtSuche.Location = New System.Drawing.Point(702, 19)
Me.txtSuche.Location = New System.Drawing.Point(431, 19)
Me.txtSuche.MaxLineLength = -1
Me.txtSuche.MaxLines_Warning = ""
Me.txtSuche.MaxLines_Warning_Label = Nothing
Me.txtSuche.Name = "txtSuche"
Me.txtSuche.Size = New System.Drawing.Size(314, 20)
Me.txtSuche.Size = New System.Drawing.Size(425, 20)
Me.txtSuche.TabIndex = 34
'
'Label18
@@ -502,7 +529,7 @@ Partial Class frmdynMailvorlagen
Me.Label18.AutoSize = True
Me.Label18.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label18.ForeColor = System.Drawing.Color.White
Me.Label18.Location = New System.Drawing.Point(699, 4)
Me.Label18.Location = New System.Drawing.Point(428, 3)
Me.Label18.Name = "Label18"
Me.Label18.Size = New System.Drawing.Size(43, 13)
Me.Label18.TabIndex = 33
@@ -647,4 +674,6 @@ Partial Class frmdynMailvorlagen
Friend WithEvents TextBox2 As TextBox
Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
Friend WithEvents KopierenToolStripMenuItem As ToolStripMenuItem
Friend WithEvents Label14 As Label
Friend WithEvents cboTypSelected As VERAG_PROG_ALLGEMEIN.MyComboBox
End Class