und nochmal

This commit is contained in:
ms
2026-01-12 13:19:05 +01:00
parent 2be0c784f7
commit d6cf889f5b
12 changed files with 33 additions and 33 deletions

View File

@@ -57,7 +57,7 @@ Partial Class frmColumnsPrint
Me.CmdPrint.BackColor = System.Drawing.SystemColors.ControlLightLight
Me.CmdPrint.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
Me.CmdPrint.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.CmdPrint.Image = Global.DOKU.My.Resources.Resources.Print20x20
Me.CmdPrint.Image = Global.Doku.My.Resources.Resources.Print20x20
Me.CmdPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.CmdPrint.Location = New System.Drawing.Point(239, 40)
Me.CmdPrint.Name = "CmdPrint"
@@ -71,7 +71,7 @@ Partial Class frmColumnsPrint
Me.btnAlleDeaktivieren.BackColor = System.Drawing.SystemColors.ControlLightLight
Me.btnAlleDeaktivieren.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
Me.btnAlleDeaktivieren.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnAlleDeaktivieren.Image = Global.DOKU.My.Resources.Resources.del
Me.btnAlleDeaktivieren.Image = Global.Doku.My.Resources.Resources.del
Me.btnAlleDeaktivieren.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnAlleDeaktivieren.Location = New System.Drawing.Point(12, 6)
Me.btnAlleDeaktivieren.Name = "btnAlleDeaktivieren"