This commit is contained in:
2020-03-12 14:49:31 +01:00
parent f4c1a74870
commit cc28d5a6cf
197 changed files with 37402 additions and 4503 deletions

View File

@@ -259,7 +259,7 @@ Partial Class frmKassenbuch
'
'FlatButton7
'
Me.FlatButton7.BackgroundImage = Global.SDL.My.Resources.refresh
Me.FlatButton7.BackgroundImage = Global.SDL.My.Resources.Resources.refresh
Me.FlatButton7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.FlatButton7.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.FlatButton7.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
@@ -459,7 +459,7 @@ Partial Class frmKassenbuch
Me.btnBelegEingang.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnBelegEingang.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnBelegEingang.ForeColor = System.Drawing.Color.Black
Me.btnBelegEingang.Image = Global.SDL.My.Resources.plus
Me.btnBelegEingang.Image = Global.SDL.My.Resources.Resources.plus
Me.btnBelegEingang.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnBelegEingang.Location = New System.Drawing.Point(193, 36)
Me.btnBelegEingang.Name = "btnBelegEingang"
@@ -505,16 +505,15 @@ Partial Class frmKassenbuch
Me.Label15.AutoSize = True
Me.Label15.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label15.ForeColor = System.Drawing.Color.White
Me.Label15.Location = New System.Drawing.Point(299, 19)
Me.Label15.Location = New System.Drawing.Point(299, 9)
Me.Label15.Name = "Label15"
Me.Label15.Size = New System.Drawing.Size(147, 20)
Me.Label15.TabIndex = 11
Me.Label15.Text = "MASTER-KASSE"
Me.Label15.Visible = False
'
'pic
'
Me.pic.BackgroundImage = Global.SDL.My.Resources.kasse
Me.pic.BackgroundImage = Global.SDL.My.Resources.Resources.kasse
Me.pic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
Me.pic.Location = New System.Drawing.Point(12, 9)
Me.pic.Name = "pic"
@@ -571,7 +570,7 @@ Partial Class frmKassenbuch
'
'btnExcel
'
Me.btnExcel.BackgroundImage = Global.SDL.My.Resources.Excel_logo
Me.btnExcel.BackgroundImage = Global.SDL.My.Resources.Resources.Excel_logo
Me.btnExcel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
Me.btnExcel.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnExcel.Location = New System.Drawing.Point(607, 20)
@@ -647,7 +646,7 @@ Partial Class frmKassenbuch
Me.btnBelegGSKunde.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnBelegGSKunde.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnBelegGSKunde.ForeColor = System.Drawing.Color.Black
Me.btnBelegGSKunde.Image = Global.SDL.My.Resources.beleg_rot_small2
Me.btnBelegGSKunde.Image = Global.SDL.My.Resources.Resources.beleg_rot_small2
Me.btnBelegGSKunde.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnBelegGSKunde.Location = New System.Drawing.Point(13, 132)
Me.btnBelegGSKunde.Name = "btnBelegGSKunde"
@@ -757,7 +756,7 @@ Partial Class frmKassenbuch
Me.btnBelegLeihgeld.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnBelegLeihgeld.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnBelegLeihgeld.ForeColor = System.Drawing.Color.Black
Me.btnBelegLeihgeld.Image = Global.SDL.My.Resources.belegEUR1
Me.btnBelegLeihgeld.Image = Global.SDL.My.Resources.Resources.belegEUR1
Me.btnBelegLeihgeld.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnBelegLeihgeld.Location = New System.Drawing.Point(193, 132)
Me.btnBelegLeihgeld.Name = "btnBelegLeihgeld"