895 lines
45 KiB
VB.net
895 lines
45 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmKassenbuch
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
Try
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
Finally
|
|
MyBase.Dispose(disposing)
|
|
End Try
|
|
End Sub
|
|
|
|
'Wird vom Windows Form-Designer benötigt.
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
|
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
|
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmKassenbuch))
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.DataGridView1 = New System.Windows.Forms.DataGridView()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.lblERRKennwort = New System.Windows.Forms.Label()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.DataGridView2 = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
|
Me.datVon = New System.Windows.Forms.DateTimePicker()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Label8 = New System.Windows.Forms.Label()
|
|
Me.FlatButton2 = New System.Windows.Forms.Button()
|
|
Me.btnBelegAusgang = New System.Windows.Forms.Button()
|
|
Me.FlatButton5 = New System.Windows.Forms.Button()
|
|
Me.FlatButton7 = New System.Windows.Forms.Button()
|
|
Me.FlatButton6 = New System.Windows.Forms.Button()
|
|
Me.btnBelegKunde = New System.Windows.Forms.Button()
|
|
Me.Label9 = New System.Windows.Forms.Label()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.Label10 = New System.Windows.Forms.Label()
|
|
Me.datBis = New System.Windows.Forms.DateTimePicker()
|
|
Me.lblMonatSuche = New System.Windows.Forms.Label()
|
|
Me.Button3 = New System.Windows.Forms.Button()
|
|
Me.Button4 = New System.Windows.Forms.Button()
|
|
Me.Label11 = New System.Windows.Forms.Label()
|
|
Me.Label12 = New System.Windows.Forms.Label()
|
|
Me.Label18 = New System.Windows.Forms.Label()
|
|
Me.Button5 = New System.Windows.Forms.Button()
|
|
Me.btnDGVBelege = New System.Windows.Forms.Button()
|
|
Me.btnDGVKassenbuch = New System.Windows.Forms.Button()
|
|
Me.btnBelegEingang = New System.Windows.Forms.Button()
|
|
Me.btnStorno = New System.Windows.Forms.Button()
|
|
Me.pnlTop = New System.Windows.Forms.Panel()
|
|
Me.Label15 = New System.Windows.Forms.Label()
|
|
Me.pic = New System.Windows.Forms.PictureBox()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.pnlSuche = New System.Windows.Forms.Panel()
|
|
Me.pnlSearch = New System.Windows.Forms.Panel()
|
|
Me.btnExcel = New System.Windows.Forms.Button()
|
|
Me.Label14 = New System.Windows.Forms.Label()
|
|
Me.Label13 = New System.Windows.Forms.Label()
|
|
Me.pnlMain = New System.Windows.Forms.Panel()
|
|
Me.Button10 = New System.Windows.Forms.Button()
|
|
Me.btnBelegGSKunde = New System.Windows.Forms.Button()
|
|
Me.pnl = New System.Windows.Forms.Panel()
|
|
Me.btnPosTerminal = New System.Windows.Forms.Button()
|
|
Me.Button7 = New System.Windows.Forms.Button()
|
|
Me.Button9 = New System.Windows.Forms.Button()
|
|
Me.Button8 = New System.Windows.Forms.Button()
|
|
Me.cboKassen = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.Button6 = New System.Windows.Forms.Button()
|
|
Me.lblRKSV_KASSEN_Bez = New System.Windows.Forms.Label()
|
|
Me.btnBelegLeihgeld = New System.Windows.Forms.Button()
|
|
Me.UsrCntlTestsystem1 = New VERAG_PROG_ALLGEMEIN.usrCntlTestsystem()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.pnlTop.SuspendLayout()
|
|
CType(Me.pic, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.pnlSuche.SuspendLayout()
|
|
Me.pnlSearch.SuspendLayout()
|
|
Me.pnlMain.SuspendLayout()
|
|
Me.pnl.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label2.Location = New System.Drawing.Point(10, 8)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(77, 13)
|
|
Me.Label2.TabIndex = 1
|
|
Me.Label2.Text = "Belegsuche:"
|
|
'
|
|
'DataGridView1
|
|
'
|
|
Me.DataGridView1.AllowUserToAddRows = False
|
|
Me.DataGridView1.AllowUserToDeleteRows = False
|
|
Me.DataGridView1.AllowUserToResizeColumns = False
|
|
Me.DataGridView1.AllowUserToResizeRows = False
|
|
Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.DataGridView1.Location = New System.Drawing.Point(435, 190)
|
|
Me.DataGridView1.Name = "DataGridView1"
|
|
Me.DataGridView1.ReadOnly = True
|
|
Me.DataGridView1.RowHeadersVisible = False
|
|
Me.DataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
|
Me.DataGridView1.Size = New System.Drawing.Size(17, 23)
|
|
Me.DataGridView1.TabIndex = 2
|
|
Me.DataGridView1.Visible = False
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.ForeColor = System.Drawing.Color.White
|
|
Me.Label3.Location = New System.Drawing.Point(79, 36)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(70, 13)
|
|
Me.Label3.TabIndex = 1
|
|
Me.Label3.Text = "Kassensaldo:"
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label5.ForeColor = System.Drawing.Color.White
|
|
Me.Label5.Location = New System.Drawing.Point(542, 31)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(151, 20)
|
|
Me.Label5.TabIndex = 1
|
|
Me.Label5.Text = "0,00 €"
|
|
Me.Label5.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
'
|
|
'lblERRKennwort
|
|
'
|
|
Me.lblERRKennwort.AutoSize = True
|
|
Me.lblERRKennwort.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblERRKennwort.ForeColor = System.Drawing.Color.Red
|
|
Me.lblERRKennwort.Location = New System.Drawing.Point(549, 261)
|
|
Me.lblERRKennwort.Name = "lblERRKennwort"
|
|
Me.lblERRKennwort.Size = New System.Drawing.Size(140, 13)
|
|
Me.lblERRKennwort.TabIndex = 1
|
|
Me.lblERRKennwort.Text = "Kennwort nicht korrekt."
|
|
Me.lblERRKennwort.Visible = False
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label4.ForeColor = System.Drawing.Color.White
|
|
Me.Label4.Location = New System.Drawing.Point(78, 9)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(107, 20)
|
|
Me.Label4.TabIndex = 1
|
|
Me.Label4.Text = "Kassenbuch"
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label6.Location = New System.Drawing.Point(11, 20)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(63, 13)
|
|
Me.Label6.TabIndex = 3
|
|
Me.Label6.Text = "Erfassung"
|
|
'
|
|
'DataGridView2
|
|
'
|
|
Me.DataGridView2.AKTUALISIERUNGS_INTERVALL = 5000
|
|
Me.DataGridView2.AllowUserToAddRows = False
|
|
Me.DataGridView2.AllowUserToDeleteRows = False
|
|
Me.DataGridView2.AllowUserToResizeColumns = False
|
|
Me.DataGridView2.AllowUserToResizeRows = False
|
|
Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.DataGridView2.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.DataGridView2.Location = New System.Drawing.Point(0, 58)
|
|
Me.DataGridView2.Name = "DataGridView2"
|
|
Me.DataGridView2.ReadOnly = True
|
|
Me.DataGridView2.RowHeadersVisible = False
|
|
Me.DataGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
|
Me.DataGridView2.Size = New System.Drawing.Size(705, 145)
|
|
Me.DataGridView2.TabIndex = 5
|
|
'
|
|
'datVon
|
|
'
|
|
Me.datVon.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
|
Me.datVon.Location = New System.Drawing.Point(192, 28)
|
|
Me.datVon.Name = "datVon"
|
|
Me.datVon.Size = New System.Drawing.Size(76, 20)
|
|
Me.datVon.TabIndex = 6
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(189, 12)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(28, 13)
|
|
Me.Label1.TabIndex = 7
|
|
Me.Label1.Text = "von:"
|
|
'
|
|
'Label8
|
|
'
|
|
Me.Label8.AutoSize = True
|
|
Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label8.Location = New System.Drawing.Point(5, 275)
|
|
Me.Label8.Name = "Label8"
|
|
Me.Label8.Size = New System.Drawing.Size(47, 13)
|
|
Me.Label8.TabIndex = 1
|
|
Me.Label8.Text = "Bericht"
|
|
'
|
|
'FlatButton2
|
|
'
|
|
Me.FlatButton2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.FlatButton2.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.FlatButton2.ForeColor = System.Drawing.Color.Black
|
|
Me.FlatButton2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.FlatButton2.Location = New System.Drawing.Point(14, 262)
|
|
Me.FlatButton2.Name = "FlatButton2"
|
|
Me.FlatButton2.Size = New System.Drawing.Size(343, 42)
|
|
Me.FlatButton2.TabIndex = 8
|
|
Me.FlatButton2.Text = "Buchungsbericht (Details)"
|
|
Me.FlatButton2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.FlatButton2.UseVisualStyleBackColor = True
|
|
'
|
|
'btnBelegAusgang
|
|
'
|
|
Me.btnBelegAusgang.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnBelegAusgang.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnBelegAusgang.ForeColor = System.Drawing.Color.Black
|
|
Me.btnBelegAusgang.Image = CType(resources.GetObject("btnBelegAusgang.Image"), System.Drawing.Image)
|
|
Me.btnBelegAusgang.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnBelegAusgang.Location = New System.Drawing.Point(193, 84)
|
|
Me.btnBelegAusgang.Name = "btnBelegAusgang"
|
|
Me.btnBelegAusgang.Padding = New System.Windows.Forms.Padding(0, 0, 10, 0)
|
|
Me.btnBelegAusgang.Size = New System.Drawing.Size(164, 42)
|
|
Me.btnBelegAusgang.TabIndex = 4
|
|
Me.btnBelegAusgang.Text = "Ausgang"
|
|
Me.btnBelegAusgang.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnBelegAusgang.UseVisualStyleBackColor = True
|
|
'
|
|
'FlatButton5
|
|
'
|
|
Me.FlatButton5.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.FlatButton5.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.FlatButton5.ForeColor = System.Drawing.Color.Black
|
|
Me.FlatButton5.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.FlatButton5.Location = New System.Drawing.Point(14, 310)
|
|
Me.FlatButton5.Name = "FlatButton5"
|
|
Me.FlatButton5.Size = New System.Drawing.Size(343, 42)
|
|
Me.FlatButton5.TabIndex = 0
|
|
Me.FlatButton5.Text = "Summen-Bericht"
|
|
Me.FlatButton5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.FlatButton5.UseVisualStyleBackColor = True
|
|
'
|
|
'FlatButton7
|
|
'
|
|
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))
|
|
Me.FlatButton7.ForeColor = System.Drawing.Color.Black
|
|
Me.FlatButton7.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.FlatButton7.Location = New System.Drawing.Point(654, 20)
|
|
Me.FlatButton7.Name = "FlatButton7"
|
|
Me.FlatButton7.Size = New System.Drawing.Size(41, 34)
|
|
Me.FlatButton7.TabIndex = 0
|
|
Me.FlatButton7.UseVisualStyleBackColor = True
|
|
'
|
|
'FlatButton6
|
|
'
|
|
Me.FlatButton6.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.FlatButton6.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.FlatButton6.ForeColor = System.Drawing.Color.Black
|
|
Me.FlatButton6.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.FlatButton6.Location = New System.Drawing.Point(14, 214)
|
|
Me.FlatButton6.Name = "FlatButton6"
|
|
Me.FlatButton6.Size = New System.Drawing.Size(343, 42)
|
|
Me.FlatButton6.TabIndex = 0
|
|
Me.FlatButton6.Text = "Kassenbuch-Kontrolle (für Buchhaltung)"
|
|
Me.FlatButton6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.FlatButton6.UseVisualStyleBackColor = True
|
|
'
|
|
'btnBelegKunde
|
|
'
|
|
Me.btnBelegKunde.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnBelegKunde.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnBelegKunde.ForeColor = System.Drawing.Color.Black
|
|
Me.btnBelegKunde.Image = CType(resources.GetObject("btnBelegKunde.Image"), System.Drawing.Image)
|
|
Me.btnBelegKunde.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnBelegKunde.Location = New System.Drawing.Point(13, 36)
|
|
Me.btnBelegKunde.Name = "btnBelegKunde"
|
|
Me.btnBelegKunde.Padding = New System.Windows.Forms.Padding(0, 0, 5, 0)
|
|
Me.btnBelegKunde.Size = New System.Drawing.Size(172, 90)
|
|
Me.btnBelegKunde.TabIndex = 0
|
|
Me.btnBelegKunde.Text = "Neuer" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Kundenbeleg"
|
|
Me.btnBelegKunde.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnBelegKunde.UseVisualStyleBackColor = True
|
|
'
|
|
'Label9
|
|
'
|
|
Me.Label9.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Label9.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label9.ForeColor = System.Drawing.Color.White
|
|
Me.Label9.Location = New System.Drawing.Point(390, 9)
|
|
Me.Label9.Name = "Label9"
|
|
Me.Label9.Size = New System.Drawing.Size(305, 20)
|
|
Me.Label9.TabIndex = 9
|
|
Me.Label9.Text = "Andreas Luxbauer"
|
|
Me.Label9.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button2.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.Button2.ForeColor = System.Drawing.Color.Black
|
|
Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button2.Location = New System.Drawing.Point(13, 25)
|
|
Me.Button2.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(34, 27)
|
|
Me.Button2.TabIndex = 11
|
|
Me.Button2.Text = "<<"
|
|
Me.Button2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
'
|
|
'Label10
|
|
'
|
|
Me.Label10.AutoSize = True
|
|
Me.Label10.Location = New System.Drawing.Point(271, 12)
|
|
Me.Label10.Name = "Label10"
|
|
Me.Label10.Size = New System.Drawing.Size(23, 13)
|
|
Me.Label10.TabIndex = 7
|
|
Me.Label10.Text = "bis:"
|
|
'
|
|
'datBis
|
|
'
|
|
Me.datBis.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
|
Me.datBis.Location = New System.Drawing.Point(274, 28)
|
|
Me.datBis.Name = "datBis"
|
|
Me.datBis.Size = New System.Drawing.Size(76, 20)
|
|
Me.datBis.TabIndex = 12
|
|
'
|
|
'lblMonatSuche
|
|
'
|
|
Me.lblMonatSuche.Location = New System.Drawing.Point(47, 32)
|
|
Me.lblMonatSuche.Name = "lblMonatSuche"
|
|
Me.lblMonatSuche.Size = New System.Drawing.Size(98, 13)
|
|
Me.lblMonatSuche.TabIndex = 7
|
|
Me.lblMonatSuche.Text = "Spetember 2016"
|
|
Me.lblMonatSuche.TextAlign = System.Drawing.ContentAlignment.TopCenter
|
|
'
|
|
'Button3
|
|
'
|
|
Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button3.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.Button3.ForeColor = System.Drawing.Color.Black
|
|
Me.Button3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button3.Location = New System.Drawing.Point(148, 25)
|
|
Me.Button3.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.Button3.Name = "Button3"
|
|
Me.Button3.Size = New System.Drawing.Size(34, 27)
|
|
Me.Button3.TabIndex = 13
|
|
Me.Button3.Text = ">>"
|
|
Me.Button3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button3.UseVisualStyleBackColor = True
|
|
'
|
|
'Button4
|
|
'
|
|
Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button4.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Button4.ForeColor = System.Drawing.Color.Black
|
|
Me.Button4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button4.Location = New System.Drawing.Point(16, 114)
|
|
Me.Button4.Name = "Button4"
|
|
Me.Button4.Size = New System.Drawing.Size(260, 42)
|
|
Me.Button4.TabIndex = 14
|
|
Me.Button4.Text = "Datenerfassungsprotokoll (DEP)"
|
|
Me.Button4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button4.UseVisualStyleBackColor = True
|
|
'
|
|
'Label11
|
|
'
|
|
Me.Label11.AutoSize = True
|
|
Me.Label11.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label11.Location = New System.Drawing.Point(13, 2)
|
|
Me.Label11.Name = "Label11"
|
|
Me.Label11.Size = New System.Drawing.Size(87, 13)
|
|
Me.Label11.TabIndex = 15
|
|
Me.Label11.Text = "Finanzprüfung"
|
|
'
|
|
'Label12
|
|
'
|
|
Me.Label12.Location = New System.Drawing.Point(13, 18)
|
|
Me.Label12.Name = "Label12"
|
|
Me.Label12.Size = New System.Drawing.Size(261, 45)
|
|
Me.Label12.TabIndex = 16
|
|
Me.Label12.Text = "Im Falle einer Prüfung kann mit dieser Funktion das elektronische Datenerfassungs" &
|
|
"protokoll ausgeben werden:"
|
|
'
|
|
'Label18
|
|
'
|
|
Me.Label18.AutoSize = True
|
|
Me.Label18.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label18.Location = New System.Drawing.Point(13, 63)
|
|
Me.Label18.Name = "Label18"
|
|
Me.Label18.Size = New System.Drawing.Size(39, 13)
|
|
Me.Label18.TabIndex = 17
|
|
Me.Label18.Text = "Kasse:"
|
|
'
|
|
'Button5
|
|
'
|
|
Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button5.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Button5.ForeColor = System.Drawing.Color.Black
|
|
Me.Button5.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button5.Location = New System.Drawing.Point(436, 36)
|
|
Me.Button5.Name = "Button5"
|
|
Me.Button5.Size = New System.Drawing.Size(184, 42)
|
|
Me.Button5.TabIndex = 19
|
|
Me.Button5.Text = "Beleg Finden (Nr.)"
|
|
Me.Button5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button5.UseVisualStyleBackColor = True
|
|
'
|
|
'btnDGVBelege
|
|
'
|
|
Me.btnDGVBelege.BackColor = System.Drawing.Color.SteelBlue
|
|
Me.btnDGVBelege.FlatAppearance.BorderColor = System.Drawing.Color.Black
|
|
Me.btnDGVBelege.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnDGVBelege.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnDGVBelege.ForeColor = System.Drawing.Color.White
|
|
Me.btnDGVBelege.Location = New System.Drawing.Point(373, 24)
|
|
Me.btnDGVBelege.Name = "btnDGVBelege"
|
|
Me.btnDGVBelege.Size = New System.Drawing.Size(98, 30)
|
|
Me.btnDGVBelege.TabIndex = 418
|
|
Me.btnDGVBelege.Text = "Belege"
|
|
Me.btnDGVBelege.UseVisualStyleBackColor = False
|
|
'
|
|
'btnDGVKassenbuch
|
|
'
|
|
Me.btnDGVKassenbuch.BackColor = System.Drawing.Color.Transparent
|
|
Me.btnDGVKassenbuch.FlatAppearance.BorderColor = System.Drawing.Color.Black
|
|
Me.btnDGVKassenbuch.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnDGVKassenbuch.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnDGVKassenbuch.ForeColor = System.Drawing.Color.DimGray
|
|
Me.btnDGVKassenbuch.Location = New System.Drawing.Point(477, 24)
|
|
Me.btnDGVKassenbuch.Name = "btnDGVKassenbuch"
|
|
Me.btnDGVKassenbuch.Size = New System.Drawing.Size(112, 30)
|
|
Me.btnDGVKassenbuch.TabIndex = 419
|
|
Me.btnDGVKassenbuch.Text = "Kassenbuch"
|
|
Me.btnDGVKassenbuch.UseVisualStyleBackColor = False
|
|
'
|
|
'btnBelegEingang
|
|
'
|
|
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.Resources.plus
|
|
Me.btnBelegEingang.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnBelegEingang.Location = New System.Drawing.Point(193, 36)
|
|
Me.btnBelegEingang.Name = "btnBelegEingang"
|
|
Me.btnBelegEingang.Padding = New System.Windows.Forms.Padding(0, 0, 10, 0)
|
|
Me.btnBelegEingang.Size = New System.Drawing.Size(164, 42)
|
|
Me.btnBelegEingang.TabIndex = 10
|
|
Me.btnBelegEingang.Text = "Eingang"
|
|
Me.btnBelegEingang.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnBelegEingang.UseVisualStyleBackColor = True
|
|
'
|
|
'btnStorno
|
|
'
|
|
Me.btnStorno.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnStorno.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnStorno.ForeColor = System.Drawing.Color.Black
|
|
Me.btnStorno.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnStorno.Location = New System.Drawing.Point(436, 84)
|
|
Me.btnStorno.Name = "btnStorno"
|
|
Me.btnStorno.Size = New System.Drawing.Size(184, 42)
|
|
Me.btnStorno.TabIndex = 420
|
|
Me.btnStorno.Text = "Beleg stornieren ..."
|
|
Me.btnStorno.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnStorno.UseVisualStyleBackColor = True
|
|
'
|
|
'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.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.pnlTop.Controls.Add(Me.Label15)
|
|
Me.pnlTop.Controls.Add(Me.pic)
|
|
Me.pnlTop.Controls.Add(Me.Label4)
|
|
Me.pnlTop.Controls.Add(Me.Label3)
|
|
Me.pnlTop.Controls.Add(Me.Label5)
|
|
Me.pnlTop.Controls.Add(Me.Label9)
|
|
Me.pnlTop.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.pnlTop.Location = New System.Drawing.Point(0, 0)
|
|
Me.pnlTop.Name = "pnlTop"
|
|
Me.pnlTop.Size = New System.Drawing.Size(707, 60)
|
|
Me.pnlTop.TabIndex = 421
|
|
'
|
|
'Label15
|
|
'
|
|
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, 9)
|
|
Me.Label15.Name = "Label15"
|
|
Me.Label15.Size = New System.Drawing.Size(147, 20)
|
|
Me.Label15.TabIndex = 11
|
|
Me.Label15.Text = "MASTER-KASSE"
|
|
'
|
|
'pic
|
|
'
|
|
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"
|
|
Me.pic.Size = New System.Drawing.Size(60, 45)
|
|
Me.pic.TabIndex = 10
|
|
Me.pic.TabStop = False
|
|
'
|
|
'Label7
|
|
'
|
|
Me.Label7.AutoSize = True
|
|
Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label7.Location = New System.Drawing.Point(433, 20)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(58, 13)
|
|
Me.Label7.TabIndex = 422
|
|
Me.Label7.Text = "Optionen"
|
|
'
|
|
'pnlSuche
|
|
'
|
|
Me.pnlSuche.BackColor = System.Drawing.Color.WhiteSmoke
|
|
Me.pnlSuche.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.pnlSuche.Controls.Add(Me.DataGridView2)
|
|
Me.pnlSuche.Controls.Add(Me.pnlSearch)
|
|
Me.pnlSuche.Controls.Add(Me.lblERRKennwort)
|
|
Me.pnlSuche.Controls.Add(Me.Label8)
|
|
Me.pnlSuche.Controls.Add(Me.DataGridView1)
|
|
Me.pnlSuche.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.pnlSuche.Location = New System.Drawing.Point(0, 470)
|
|
Me.pnlSuche.Name = "pnlSuche"
|
|
Me.pnlSuche.Size = New System.Drawing.Size(707, 205)
|
|
Me.pnlSuche.TabIndex = 423
|
|
'
|
|
'pnlSearch
|
|
'
|
|
Me.pnlSearch.BackColor = System.Drawing.Color.WhiteSmoke
|
|
Me.pnlSearch.Controls.Add(Me.btnExcel)
|
|
Me.pnlSearch.Controls.Add(Me.Label14)
|
|
Me.pnlSearch.Controls.Add(Me.Label2)
|
|
Me.pnlSearch.Controls.Add(Me.Button2)
|
|
Me.pnlSearch.Controls.Add(Me.btnDGVBelege)
|
|
Me.pnlSearch.Controls.Add(Me.btnDGVKassenbuch)
|
|
Me.pnlSearch.Controls.Add(Me.Label10)
|
|
Me.pnlSearch.Controls.Add(Me.datBis)
|
|
Me.pnlSearch.Controls.Add(Me.lblMonatSuche)
|
|
Me.pnlSearch.Controls.Add(Me.Button3)
|
|
Me.pnlSearch.Controls.Add(Me.datVon)
|
|
Me.pnlSearch.Controls.Add(Me.Label1)
|
|
Me.pnlSearch.Controls.Add(Me.FlatButton7)
|
|
Me.pnlSearch.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.pnlSearch.Location = New System.Drawing.Point(0, 0)
|
|
Me.pnlSearch.Name = "pnlSearch"
|
|
Me.pnlSearch.Size = New System.Drawing.Size(705, 58)
|
|
Me.pnlSearch.TabIndex = 420
|
|
'
|
|
'btnExcel
|
|
'
|
|
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)
|
|
Me.btnExcel.Name = "btnExcel"
|
|
Me.btnExcel.Size = New System.Drawing.Size(41, 34)
|
|
Me.btnExcel.TabIndex = 420
|
|
Me.btnExcel.UseVisualStyleBackColor = True
|
|
'
|
|
'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.Location = New System.Drawing.Point(375, 8)
|
|
Me.Label14.Name = "Label14"
|
|
Me.Label14.Size = New System.Drawing.Size(56, 13)
|
|
Me.Label14.TabIndex = 1
|
|
Me.Label14.Text = "Anzeige:"
|
|
'
|
|
'Label13
|
|
'
|
|
Me.Label13.AutoSize = True
|
|
Me.Label13.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label13.Location = New System.Drawing.Point(11, 198)
|
|
Me.Label13.Name = "Label13"
|
|
Me.Label13.Size = New System.Drawing.Size(73, 13)
|
|
Me.Label13.TabIndex = 424
|
|
Me.Label13.Text = "Auswertung"
|
|
'
|
|
'pnlMain
|
|
'
|
|
Me.pnlMain.Controls.Add(Me.Button10)
|
|
Me.pnlMain.Controls.Add(Me.btnBelegGSKunde)
|
|
Me.pnlMain.Controls.Add(Me.pnl)
|
|
Me.pnlMain.Controls.Add(Me.Button6)
|
|
Me.pnlMain.Controls.Add(Me.lblRKSV_KASSEN_Bez)
|
|
Me.pnlMain.Controls.Add(Me.btnBelegLeihgeld)
|
|
Me.pnlMain.Controls.Add(Me.Label6)
|
|
Me.pnlMain.Controls.Add(Me.Label13)
|
|
Me.pnlMain.Controls.Add(Me.btnBelegKunde)
|
|
Me.pnlMain.Controls.Add(Me.Label7)
|
|
Me.pnlMain.Controls.Add(Me.FlatButton6)
|
|
Me.pnlMain.Controls.Add(Me.FlatButton5)
|
|
Me.pnlMain.Controls.Add(Me.btnStorno)
|
|
Me.pnlMain.Controls.Add(Me.btnBelegAusgang)
|
|
Me.pnlMain.Controls.Add(Me.Button5)
|
|
Me.pnlMain.Controls.Add(Me.FlatButton2)
|
|
Me.pnlMain.Controls.Add(Me.btnBelegEingang)
|
|
Me.pnlMain.Controls.Add(Me.UsrCntlTestsystem1)
|
|
Me.pnlMain.Controls.Add(Me.Button1)
|
|
Me.pnlMain.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.pnlMain.Location = New System.Drawing.Point(0, 60)
|
|
Me.pnlMain.Name = "pnlMain"
|
|
Me.pnlMain.Size = New System.Drawing.Size(707, 410)
|
|
Me.pnlMain.TabIndex = 425
|
|
'
|
|
'Button10
|
|
'
|
|
Me.Button10.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button10.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Button10.ForeColor = System.Drawing.Color.Black
|
|
Me.Button10.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button10.Location = New System.Drawing.Point(14, 359)
|
|
Me.Button10.Name = "Button10"
|
|
Me.Button10.Size = New System.Drawing.Size(343, 42)
|
|
Me.Button10.TabIndex = 435
|
|
Me.Button10.Text = "Auswertung Leihgeldkasse"
|
|
Me.Button10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button10.UseVisualStyleBackColor = True
|
|
Me.Button10.Visible = False
|
|
'
|
|
'btnBelegGSKunde
|
|
'
|
|
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.Resources.beleg_rot_small2
|
|
Me.btnBelegGSKunde.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnBelegGSKunde.Location = New System.Drawing.Point(13, 132)
|
|
Me.btnBelegGSKunde.Name = "btnBelegGSKunde"
|
|
Me.btnBelegGSKunde.Padding = New System.Windows.Forms.Padding(0, 0, 5, 0)
|
|
Me.btnBelegGSKunde.Size = New System.Drawing.Size(172, 35)
|
|
Me.btnBelegGSKunde.TabIndex = 431
|
|
Me.btnBelegGSKunde.Text = "Kd-Auszahlung"
|
|
Me.btnBelegGSKunde.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnBelegGSKunde.UseVisualStyleBackColor = True
|
|
'
|
|
'pnl
|
|
'
|
|
Me.pnl.Controls.Add(Me.btnPosTerminal)
|
|
Me.pnl.Controls.Add(Me.Button7)
|
|
Me.pnl.Controls.Add(Me.Label11)
|
|
Me.pnl.Controls.Add(Me.Label12)
|
|
Me.pnl.Controls.Add(Me.Button9)
|
|
Me.pnl.Controls.Add(Me.Button4)
|
|
Me.pnl.Controls.Add(Me.Button8)
|
|
Me.pnl.Controls.Add(Me.cboKassen)
|
|
Me.pnl.Controls.Add(Me.Label18)
|
|
Me.pnl.Location = New System.Drawing.Point(420, 132)
|
|
Me.pnl.Name = "pnl"
|
|
Me.pnl.Size = New System.Drawing.Size(287, 223)
|
|
Me.pnl.TabIndex = 430
|
|
Me.pnl.Visible = False
|
|
'
|
|
'btnPosTerminal
|
|
'
|
|
Me.btnPosTerminal.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnPosTerminal.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.btnPosTerminal.ForeColor = System.Drawing.Color.Black
|
|
Me.btnPosTerminal.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnPosTerminal.Location = New System.Drawing.Point(147, 193)
|
|
Me.btnPosTerminal.Name = "btnPosTerminal"
|
|
Me.btnPosTerminal.Size = New System.Drawing.Size(129, 30)
|
|
Me.btnPosTerminal.TabIndex = 430
|
|
Me.btnPosTerminal.Text = "POS Terminal"
|
|
Me.btnPosTerminal.UseVisualStyleBackColor = True
|
|
'
|
|
'Button7
|
|
'
|
|
Me.Button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button7.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!)
|
|
Me.Button7.ForeColor = System.Drawing.Color.Black
|
|
Me.Button7.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button7.Location = New System.Drawing.Point(16, 193)
|
|
Me.Button7.Name = "Button7"
|
|
Me.Button7.Size = New System.Drawing.Size(129, 30)
|
|
Me.Button7.TabIndex = 429
|
|
Me.Button7.Text = "Karte in Reader..."
|
|
Me.Button7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button7.UseVisualStyleBackColor = True
|
|
'
|
|
'Button9
|
|
'
|
|
Me.Button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button9.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.Button9.ForeColor = System.Drawing.Color.Black
|
|
Me.Button9.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button9.Location = New System.Drawing.Point(147, 162)
|
|
Me.Button9.Name = "Button9"
|
|
Me.Button9.Size = New System.Drawing.Size(129, 30)
|
|
Me.Button9.TabIndex = 428
|
|
Me.Button9.Text = "AES-Key (Admin)"
|
|
Me.Button9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button9.UseVisualStyleBackColor = True
|
|
'
|
|
'Button8
|
|
'
|
|
Me.Button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button8.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.Button8.ForeColor = System.Drawing.Color.Black
|
|
Me.Button8.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button8.Location = New System.Drawing.Point(16, 162)
|
|
Me.Button8.Name = "Button8"
|
|
Me.Button8.Size = New System.Drawing.Size(129, 30)
|
|
Me.Button8.TabIndex = 427
|
|
Me.Button8.Text = "0 - Beleg (Admin)"
|
|
Me.Button8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button8.UseVisualStyleBackColor = True
|
|
'
|
|
'cboKassen
|
|
'
|
|
Me.cboKassen._allowedValuesFreiText = Nothing
|
|
Me.cboKassen._allowFreiText = False
|
|
Me.cboKassen._value = ""
|
|
Me.cboKassen.FormattingEnabled = True
|
|
Me.cboKassen.Location = New System.Drawing.Point(16, 77)
|
|
Me.cboKassen.Name = "cboKassen"
|
|
Me.cboKassen.Size = New System.Drawing.Size(259, 21)
|
|
Me.cboKassen.TabIndex = 18
|
|
'
|
|
'Button6
|
|
'
|
|
Me.Button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button6.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.Button6.ForeColor = System.Drawing.Color.Black
|
|
Me.Button6.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button6.Location = New System.Drawing.Point(166, 3)
|
|
Me.Button6.Name = "Button6"
|
|
Me.Button6.Size = New System.Drawing.Size(191, 28)
|
|
Me.Button6.TabIndex = 429
|
|
Me.Button6.Text = "MASTER-KASSE (Admin)"
|
|
Me.Button6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button6.UseVisualStyleBackColor = True
|
|
Me.Button6.Visible = False
|
|
'
|
|
'lblRKSV_KASSEN_Bez
|
|
'
|
|
Me.lblRKSV_KASSEN_Bez.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblRKSV_KASSEN_Bez.Location = New System.Drawing.Point(463, 3)
|
|
Me.lblRKSV_KASSEN_Bez.Name = "lblRKSV_KASSEN_Bez"
|
|
Me.lblRKSV_KASSEN_Bez.Size = New System.Drawing.Size(231, 13)
|
|
Me.lblRKSV_KASSEN_Bez.TabIndex = 426
|
|
Me.lblRKSV_KASSEN_Bez.Text = "-"
|
|
Me.lblRKSV_KASSEN_Bez.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
'
|
|
'btnBelegLeihgeld
|
|
'
|
|
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.Resources.belegEUR1
|
|
Me.btnBelegLeihgeld.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnBelegLeihgeld.Location = New System.Drawing.Point(193, 132)
|
|
Me.btnBelegLeihgeld.Name = "btnBelegLeihgeld"
|
|
Me.btnBelegLeihgeld.Padding = New System.Windows.Forms.Padding(0, 0, 10, 0)
|
|
Me.btnBelegLeihgeld.Size = New System.Drawing.Size(164, 59)
|
|
Me.btnBelegLeihgeld.TabIndex = 425
|
|
Me.btnBelegLeihgeld.Text = "Leihgeld Auszahlung"
|
|
Me.btnBelegLeihgeld.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnBelegLeihgeld.UseVisualStyleBackColor = True
|
|
'
|
|
'UsrCntlTestsystem1
|
|
'
|
|
Me.UsrCntlTestsystem1.BackColor = System.Drawing.Color.White
|
|
Me.UsrCntlTestsystem1.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.UsrCntlTestsystem1.ForeColor = System.Drawing.Color.Red
|
|
Me.UsrCntlTestsystem1.Location = New System.Drawing.Point(13, -1)
|
|
Me.UsrCntlTestsystem1.Margin = New System.Windows.Forms.Padding(5, 6, 5, 6)
|
|
Me.UsrCntlTestsystem1.Name = "UsrCntlTestsystem1"
|
|
Me.UsrCntlTestsystem1.Size = New System.Drawing.Size(152, 28)
|
|
Me.UsrCntlTestsystem1.TabIndex = 432
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Button1.ForeColor = System.Drawing.Color.Black
|
|
Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button1.Location = New System.Drawing.Point(436, 197)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(260, 42)
|
|
Me.Button1.TabIndex = 434
|
|
Me.Button1.Text = "Mein Passwort ändern ..."
|
|
Me.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'frmKassenbuch
|
|
'
|
|
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(707, 675)
|
|
Me.Controls.Add(Me.pnlSuche)
|
|
Me.Controls.Add(Me.pnlMain)
|
|
Me.Controls.Add(Me.pnlTop)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmKassenbuch"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Mein Kassenbuch"
|
|
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.pnlTop.ResumeLayout(False)
|
|
Me.pnlTop.PerformLayout()
|
|
CType(Me.pic, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.pnlSuche.ResumeLayout(False)
|
|
Me.pnlSuche.PerformLayout()
|
|
Me.pnlSearch.ResumeLayout(False)
|
|
Me.pnlSearch.PerformLayout()
|
|
Me.pnlMain.ResumeLayout(False)
|
|
Me.pnlMain.PerformLayout()
|
|
Me.pnl.ResumeLayout(False)
|
|
Me.pnl.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents btnBelegKunde As System.Windows.Forms.Button
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents FlatButton5 As System.Windows.Forms.Button
|
|
Friend WithEvents FlatButton6 As System.Windows.Forms.Button
|
|
Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents Label5 As System.Windows.Forms.Label
|
|
Friend WithEvents lblERRKennwort As System.Windows.Forms.Label
|
|
Friend WithEvents FlatButton7 As System.Windows.Forms.Button
|
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
|
Friend WithEvents Label6 As System.Windows.Forms.Label
|
|
Friend WithEvents btnBelegAusgang As System.Windows.Forms.Button
|
|
Friend WithEvents DataGridView2 As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
|
Friend WithEvents datVon As System.Windows.Forms.DateTimePicker
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents Label8 As System.Windows.Forms.Label
|
|
Friend WithEvents FlatButton2 As System.Windows.Forms.Button
|
|
Friend WithEvents Label9 As System.Windows.Forms.Label
|
|
Friend WithEvents Button2 As System.Windows.Forms.Button
|
|
Friend WithEvents Label10 As System.Windows.Forms.Label
|
|
Friend WithEvents datBis As System.Windows.Forms.DateTimePicker
|
|
Friend WithEvents lblMonatSuche As System.Windows.Forms.Label
|
|
Friend WithEvents Button3 As System.Windows.Forms.Button
|
|
Friend WithEvents Button4 As System.Windows.Forms.Button
|
|
Friend WithEvents Label11 As System.Windows.Forms.Label
|
|
Friend WithEvents Label12 As System.Windows.Forms.Label
|
|
Friend WithEvents Label18 As System.Windows.Forms.Label
|
|
Friend WithEvents cboKassen As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents Button5 As System.Windows.Forms.Button
|
|
Friend WithEvents btnDGVBelege As System.Windows.Forms.Button
|
|
Friend WithEvents btnDGVKassenbuch As System.Windows.Forms.Button
|
|
Friend WithEvents btnBelegEingang As System.Windows.Forms.Button
|
|
Friend WithEvents btnStorno As System.Windows.Forms.Button
|
|
Friend WithEvents pnlTop As System.Windows.Forms.Panel
|
|
Friend WithEvents Label7 As System.Windows.Forms.Label
|
|
Friend WithEvents pnlSuche As System.Windows.Forms.Panel
|
|
Friend WithEvents Label13 As System.Windows.Forms.Label
|
|
Friend WithEvents pic As System.Windows.Forms.PictureBox
|
|
Friend WithEvents pnlSearch As System.Windows.Forms.Panel
|
|
Friend WithEvents pnlMain As System.Windows.Forms.Panel
|
|
Friend WithEvents Label14 As System.Windows.Forms.Label
|
|
Friend WithEvents btnExcel As System.Windows.Forms.Button
|
|
Friend WithEvents btnBelegLeihgeld As System.Windows.Forms.Button
|
|
Friend WithEvents lblRKSV_KASSEN_Bez As System.Windows.Forms.Label
|
|
Friend WithEvents Button8 As System.Windows.Forms.Button
|
|
Friend WithEvents Button9 As System.Windows.Forms.Button
|
|
Friend WithEvents Button6 As System.Windows.Forms.Button
|
|
Friend WithEvents Label15 As System.Windows.Forms.Label
|
|
Friend WithEvents pnl As System.Windows.Forms.Panel
|
|
Friend WithEvents btnBelegGSKunde As System.Windows.Forms.Button
|
|
Friend WithEvents UsrCntlTestsystem1 As VERAG_PROG_ALLGEMEIN.usrCntlTestsystem
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
Friend WithEvents Button7 As System.Windows.Forms.Button
|
|
Friend WithEvents Button10 As Button
|
|
Friend WithEvents btnPosTerminal As Button
|
|
End Class
|