422 lines
20 KiB
VB.net
422 lines
20 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmFremdbeleg
|
|
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()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmFremdbeleg))
|
|
Me.btnEinnahmeBeleg = New System.Windows.Forms.Button()
|
|
Me.btnAusgabebeleg = New System.Windows.Forms.Button()
|
|
Me.pnlData = New System.Windows.Forms.Panel()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.cboPrinter = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.Label12 = New System.Windows.Forms.Label()
|
|
Me.cboWaehrung = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.lblErr_Betrag = New System.Windows.Forms.Label()
|
|
Me.lblErr_Referenz = New System.Windows.Forms.Label()
|
|
Me.lblErr_Buchungstext = New System.Windows.Forms.Label()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.datBelegdatum = New System.Windows.Forms.DateTimePicker()
|
|
Me.datBeleg = New System.Windows.Forms.Label()
|
|
Me.btn = New System.Windows.Forms.Button()
|
|
Me.lblMandant = New System.Windows.Forms.Label()
|
|
Me.lblSB = New System.Windows.Forms.Label()
|
|
Me.txtReferenz = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.txtBetrag = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.lblKontoNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.cboKonto = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.Label8 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.lblBelegDatum = New System.Windows.Forms.Label()
|
|
Me.cbxBelegDrucken = New System.Windows.Forms.CheckBox()
|
|
Me.pnlData.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'btnEinnahmeBeleg
|
|
'
|
|
Me.btnEinnahmeBeleg.BackColor = System.Drawing.Color.SteelBlue
|
|
Me.btnEinnahmeBeleg.FlatAppearance.BorderColor = System.Drawing.Color.Black
|
|
Me.btnEinnahmeBeleg.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnEinnahmeBeleg.ForeColor = System.Drawing.Color.White
|
|
Me.btnEinnahmeBeleg.Location = New System.Drawing.Point(12, 12)
|
|
Me.btnEinnahmeBeleg.Name = "btnEinnahmeBeleg"
|
|
Me.btnEinnahmeBeleg.Size = New System.Drawing.Size(165, 33)
|
|
Me.btnEinnahmeBeleg.TabIndex = 1
|
|
Me.btnEinnahmeBeleg.Text = "Einnahme-Beleg"
|
|
Me.btnEinnahmeBeleg.UseVisualStyleBackColor = False
|
|
'
|
|
'btnAusgabebeleg
|
|
'
|
|
Me.btnAusgabebeleg.BackColor = System.Drawing.Color.Transparent
|
|
Me.btnAusgabebeleg.FlatAppearance.BorderColor = System.Drawing.Color.Black
|
|
Me.btnAusgabebeleg.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnAusgabebeleg.ForeColor = System.Drawing.Color.DimGray
|
|
Me.btnAusgabebeleg.Location = New System.Drawing.Point(180, 12)
|
|
Me.btnAusgabebeleg.Name = "btnAusgabebeleg"
|
|
Me.btnAusgabebeleg.Size = New System.Drawing.Size(165, 33)
|
|
Me.btnAusgabebeleg.TabIndex = 2
|
|
Me.btnAusgabebeleg.Text = "Ausgaben-Beleg"
|
|
Me.btnAusgabebeleg.UseVisualStyleBackColor = False
|
|
'
|
|
'pnlData
|
|
'
|
|
Me.pnlData.BackColor = System.Drawing.Color.White
|
|
Me.pnlData.Controls.Add(Me.cbxBelegDrucken)
|
|
Me.pnlData.Controls.Add(Me.Label4)
|
|
Me.pnlData.Controls.Add(Me.cboPrinter)
|
|
Me.pnlData.Controls.Add(Me.Label12)
|
|
Me.pnlData.Controls.Add(Me.cboWaehrung)
|
|
Me.pnlData.Controls.Add(Me.lblErr_Betrag)
|
|
Me.pnlData.Controls.Add(Me.lblErr_Referenz)
|
|
Me.pnlData.Controls.Add(Me.lblErr_Buchungstext)
|
|
Me.pnlData.Controls.Add(Me.Label3)
|
|
Me.pnlData.Controls.Add(Me.datBelegdatum)
|
|
Me.pnlData.Controls.Add(Me.datBeleg)
|
|
Me.pnlData.Controls.Add(Me.btn)
|
|
Me.pnlData.Controls.Add(Me.lblMandant)
|
|
Me.pnlData.Controls.Add(Me.lblSB)
|
|
Me.pnlData.Controls.Add(Me.txtReferenz)
|
|
Me.pnlData.Controls.Add(Me.Label1)
|
|
Me.pnlData.Controls.Add(Me.btnEinnahmeBeleg)
|
|
Me.pnlData.Controls.Add(Me.txtBetrag)
|
|
Me.pnlData.Controls.Add(Me.lblKontoNr)
|
|
Me.pnlData.Controls.Add(Me.cboKonto)
|
|
Me.pnlData.Controls.Add(Me.Label8)
|
|
Me.pnlData.Controls.Add(Me.btnAusgabebeleg)
|
|
Me.pnlData.Controls.Add(Me.Label2)
|
|
Me.pnlData.Controls.Add(Me.lblBelegDatum)
|
|
Me.pnlData.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.pnlData.Location = New System.Drawing.Point(0, 0)
|
|
Me.pnlData.Name = "pnlData"
|
|
Me.pnlData.Size = New System.Drawing.Size(355, 290)
|
|
Me.pnlData.TabIndex = 0
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label4.Location = New System.Drawing.Point(10, 227)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(48, 13)
|
|
Me.Label4.TabIndex = 21
|
|
Me.Label4.Text = "Drucker:"
|
|
'
|
|
'cboPrinter
|
|
'
|
|
Me.cboPrinter._allowFreiText = False
|
|
Me.cboPrinter._value = ""
|
|
Me.cboPrinter.FormattingEnabled = True
|
|
Me.cboPrinter.Location = New System.Drawing.Point(64, 224)
|
|
Me.cboPrinter.Name = "cboPrinter"
|
|
Me.cboPrinter.Size = New System.Drawing.Size(279, 21)
|
|
Me.cboPrinter.TabIndex = 22
|
|
'
|
|
'Label12
|
|
'
|
|
Me.Label12.AutoSize = True
|
|
Me.Label12.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label12.Location = New System.Drawing.Point(256, 3)
|
|
Me.Label12.Name = "Label12"
|
|
Me.Label12.Size = New System.Drawing.Size(54, 13)
|
|
Me.Label12.TabIndex = 0
|
|
Me.Label12.Text = "Währung:"
|
|
Me.Label12.Visible = False
|
|
'
|
|
'cboWaehrung
|
|
'
|
|
Me.cboWaehrung._allowFreiText = False
|
|
Me.cboWaehrung._value = ""
|
|
Me.cboWaehrung.CausesValidation = False
|
|
Me.cboWaehrung.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.cboWaehrung.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.cboWaehrung.FormattingEnabled = True
|
|
Me.cboWaehrung.Location = New System.Drawing.Point(259, 18)
|
|
Me.cboWaehrung.Name = "cboWaehrung"
|
|
Me.cboWaehrung.Size = New System.Drawing.Size(51, 24)
|
|
Me.cboWaehrung.TabIndex = 3
|
|
Me.cboWaehrung.Visible = False
|
|
'
|
|
'lblErr_Betrag
|
|
'
|
|
Me.lblErr_Betrag.AutoSize = True
|
|
Me.lblErr_Betrag.ForeColor = System.Drawing.Color.Red
|
|
Me.lblErr_Betrag.Location = New System.Drawing.Point(71, 197)
|
|
Me.lblErr_Betrag.Name = "lblErr_Betrag"
|
|
Me.lblErr_Betrag.Size = New System.Drawing.Size(86, 13)
|
|
Me.lblErr_Betrag.TabIndex = 16
|
|
Me.lblErr_Betrag.Text = "Betrag angeben!"
|
|
Me.lblErr_Betrag.Visible = False
|
|
'
|
|
'lblErr_Referenz
|
|
'
|
|
Me.lblErr_Referenz.AutoSize = True
|
|
Me.lblErr_Referenz.ForeColor = System.Drawing.Color.Red
|
|
Me.lblErr_Referenz.Location = New System.Drawing.Point(245, 107)
|
|
Me.lblErr_Referenz.Name = "lblErr_Referenz"
|
|
Me.lblErr_Referenz.Size = New System.Drawing.Size(98, 13)
|
|
Me.lblErr_Referenz.TabIndex = 9
|
|
Me.lblErr_Referenz.Text = "Referenz angeben!"
|
|
Me.lblErr_Referenz.Visible = False
|
|
'
|
|
'lblErr_Buchungstext
|
|
'
|
|
Me.lblErr_Buchungstext.AutoSize = True
|
|
Me.lblErr_Buchungstext.ForeColor = System.Drawing.Color.Red
|
|
Me.lblErr_Buchungstext.Location = New System.Drawing.Point(186, 50)
|
|
Me.lblErr_Buchungstext.Name = "lblErr_Buchungstext"
|
|
Me.lblErr_Buchungstext.Size = New System.Drawing.Size(157, 13)
|
|
Me.lblErr_Buchungstext.TabIndex = 5
|
|
Me.lblErr_Buchungstext.Text = "Buchungstext (Konto) angeben!"
|
|
Me.lblErr_Buchungstext.Visible = False
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Cursor = System.Windows.Forms.Cursors.Default
|
|
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label3.Location = New System.Drawing.Point(160, 65)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(66, 13)
|
|
Me.Label3.TabIndex = 10
|
|
Me.Label3.Text = "Belegdatum:"
|
|
Me.Label3.Visible = False
|
|
'
|
|
'datBelegdatum
|
|
'
|
|
Me.datBelegdatum.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.datBelegdatum.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
|
Me.datBelegdatum.Location = New System.Drawing.Point(163, 81)
|
|
Me.datBelegdatum.Name = "datBelegdatum"
|
|
Me.datBelegdatum.Size = New System.Drawing.Size(105, 23)
|
|
Me.datBelegdatum.TabIndex = 12
|
|
Me.datBelegdatum.Visible = False
|
|
'
|
|
'datBeleg
|
|
'
|
|
Me.datBeleg.AutoSize = True
|
|
Me.datBeleg.BackColor = System.Drawing.Color.Transparent
|
|
Me.datBeleg.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.datBeleg.Location = New System.Drawing.Point(253, 265)
|
|
Me.datBeleg.Name = "datBeleg"
|
|
Me.datBeleg.Size = New System.Drawing.Size(90, 17)
|
|
Me.datBeleg.TabIndex = 20
|
|
Me.datBeleg.Text = "01.01.2015"
|
|
Me.datBeleg.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
'
|
|
'btn
|
|
'
|
|
Me.btn.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btn.Location = New System.Drawing.Point(163, 159)
|
|
Me.btn.Name = "btn"
|
|
Me.btn.Size = New System.Drawing.Size(180, 36)
|
|
Me.btn.TabIndex = 15
|
|
Me.btn.Text = "Erfassen"
|
|
Me.btn.UseVisualStyleBackColor = True
|
|
'
|
|
'lblMandant
|
|
'
|
|
Me.lblMandant.AutoSize = True
|
|
Me.lblMandant.BackColor = System.Drawing.Color.Transparent
|
|
Me.lblMandant.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblMandant.Location = New System.Drawing.Point(10, 265)
|
|
Me.lblMandant.Name = "lblMandant"
|
|
Me.lblMandant.Size = New System.Drawing.Size(85, 17)
|
|
Me.lblMandant.TabIndex = 19
|
|
Me.lblMandant.Text = "VERA / SUB"
|
|
'
|
|
'lblSB
|
|
'
|
|
Me.lblSB.AutoSize = True
|
|
Me.lblSB.BackColor = System.Drawing.Color.Transparent
|
|
Me.lblSB.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblSB.Location = New System.Drawing.Point(10, 248)
|
|
Me.lblSB.Name = "lblSB"
|
|
Me.lblSB.Size = New System.Drawing.Size(166, 17)
|
|
Me.lblSB.TabIndex = 17
|
|
Me.lblSB.Text = "Andreas Luxbauer (SUB)"
|
|
'
|
|
'txtReferenz
|
|
'
|
|
Me.txtReferenz._numbersOnly = False
|
|
Me.txtReferenz._Prozent = False
|
|
Me.txtReferenz._ShortDateNew = False
|
|
Me.txtReferenz._ShortDateOnly = False
|
|
Me.txtReferenz._TimeOnly = False
|
|
Me.txtReferenz._value = Nothing
|
|
Me.txtReferenz._Waehrung = False
|
|
Me.txtReferenz.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtReferenz.ForeColor = System.Drawing.Color.Black
|
|
Me.txtReferenz.Location = New System.Drawing.Point(13, 123)
|
|
Me.txtReferenz.MaxLength = 50
|
|
Me.txtReferenz.MaxLines_Warning = ""
|
|
Me.txtReferenz.MaxLines_Warning_Label = Nothing
|
|
Me.txtReferenz.Name = "txtReferenz"
|
|
Me.txtReferenz.Size = New System.Drawing.Size(330, 23)
|
|
Me.txtReferenz.TabIndex = 11
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Cursor = System.Windows.Forms.Cursors.Default
|
|
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label1.Location = New System.Drawing.Point(10, 107)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(53, 13)
|
|
Me.Label1.TabIndex = 8
|
|
Me.Label1.Text = "Referenz:"
|
|
'
|
|
'txtBetrag
|
|
'
|
|
Me.txtBetrag._numbersOnly = False
|
|
Me.txtBetrag._Prozent = False
|
|
Me.txtBetrag._ShortDateNew = False
|
|
Me.txtBetrag._ShortDateOnly = False
|
|
Me.txtBetrag._TimeOnly = False
|
|
Me.txtBetrag._value = Nothing
|
|
Me.txtBetrag._Waehrung = True
|
|
Me.txtBetrag.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtBetrag.ForeColor = System.Drawing.Color.Black
|
|
Me.txtBetrag.Location = New System.Drawing.Point(13, 169)
|
|
Me.txtBetrag.MaxLength = 10
|
|
Me.txtBetrag.MaxLines_Warning = ""
|
|
Me.txtBetrag.MaxLines_Warning_Label = Nothing
|
|
Me.txtBetrag.Name = "txtBetrag"
|
|
Me.txtBetrag.Size = New System.Drawing.Size(144, 26)
|
|
Me.txtBetrag.TabIndex = 14
|
|
'
|
|
'lblKontoNr
|
|
'
|
|
Me.lblKontoNr._numbersOnly = False
|
|
Me.lblKontoNr._Prozent = False
|
|
Me.lblKontoNr._ShortDateNew = False
|
|
Me.lblKontoNr._ShortDateOnly = False
|
|
Me.lblKontoNr._TimeOnly = False
|
|
Me.lblKontoNr._value = Nothing
|
|
Me.lblKontoNr._Waehrung = False
|
|
Me.lblKontoNr.BackColor = System.Drawing.Color.White
|
|
Me.lblKontoNr.BorderStyle = System.Windows.Forms.BorderStyle.None
|
|
Me.lblKontoNr.ForeColor = System.Drawing.Color.Black
|
|
Me.lblKontoNr.Location = New System.Drawing.Point(284, 50)
|
|
Me.lblKontoNr.MaxLines_Warning = ""
|
|
Me.lblKontoNr.MaxLines_Warning_Label = Nothing
|
|
Me.lblKontoNr.Name = "lblKontoNr"
|
|
Me.lblKontoNr.ReadOnly = True
|
|
Me.lblKontoNr.Size = New System.Drawing.Size(59, 13)
|
|
Me.lblKontoNr.TabIndex = 6
|
|
Me.lblKontoNr.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
|
|
'
|
|
'cboKonto
|
|
'
|
|
Me.cboKonto._allowFreiText = False
|
|
Me.cboKonto._value = ""
|
|
Me.cboKonto.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.cboKonto.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.cboKonto.FormattingEnabled = True
|
|
Me.cboKonto.Location = New System.Drawing.Point(13, 66)
|
|
Me.cboKonto.Name = "cboKonto"
|
|
Me.cboKonto.Size = New System.Drawing.Size(330, 24)
|
|
Me.cboKonto.TabIndex = 7
|
|
'
|
|
'Label8
|
|
'
|
|
Me.Label8.AutoSize = True
|
|
Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label8.Location = New System.Drawing.Point(9, 153)
|
|
Me.Label8.Name = "Label8"
|
|
Me.Label8.Size = New System.Drawing.Size(72, 13)
|
|
Me.Label8.TabIndex = 13
|
|
Me.Label8.Text = "Brutto-Betrag:"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Cursor = System.Windows.Forms.Cursors.Default
|
|
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label2.Location = New System.Drawing.Point(9, 50)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(72, 13)
|
|
Me.Label2.TabIndex = 4
|
|
Me.Label2.Text = "Buchungstext"
|
|
'
|
|
'lblBelegDatum
|
|
'
|
|
Me.lblBelegDatum.AutoSize = True
|
|
Me.lblBelegDatum.BackColor = System.Drawing.Color.Transparent
|
|
Me.lblBelegDatum.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblBelegDatum.Location = New System.Drawing.Point(256, 248)
|
|
Me.lblBelegDatum.Name = "lblBelegDatum"
|
|
Me.lblBelegDatum.Size = New System.Drawing.Size(87, 17)
|
|
Me.lblBelegDatum.TabIndex = 18
|
|
Me.lblBelegDatum.Text = "Belegdatum:"
|
|
'
|
|
'cbxBelegDrucken
|
|
'
|
|
Me.cbxBelegDrucken.AutoSize = True
|
|
Me.cbxBelegDrucken.Location = New System.Drawing.Point(163, 197)
|
|
Me.cbxBelegDrucken.Name = "cbxBelegDrucken"
|
|
Me.cbxBelegDrucken.Size = New System.Drawing.Size(95, 17)
|
|
Me.cbxBelegDrucken.TabIndex = 23
|
|
Me.cbxBelegDrucken.Text = "Beleg drucken"
|
|
Me.cbxBelegDrucken.UseVisualStyleBackColor = True
|
|
'
|
|
'frmFremdbeleg
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(355, 290)
|
|
Me.Controls.Add(Me.pnlData)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmFremdbeleg"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Kassenbuch Eintrag"
|
|
Me.pnlData.ResumeLayout(False)
|
|
Me.pnlData.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents btnEinnahmeBeleg As System.Windows.Forms.Button
|
|
Friend WithEvents btnAusgabebeleg As System.Windows.Forms.Button
|
|
Friend WithEvents pnlData As System.Windows.Forms.Panel
|
|
Friend WithEvents datBeleg As System.Windows.Forms.Label
|
|
Friend WithEvents btn As System.Windows.Forms.Button
|
|
Friend WithEvents lblMandant As System.Windows.Forms.Label
|
|
Friend WithEvents lblSB As System.Windows.Forms.Label
|
|
Friend WithEvents txtReferenz As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents txtBetrag As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents lblKontoNr As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents cboKonto As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents Label8 As System.Windows.Forms.Label
|
|
Friend WithEvents Label12 As System.Windows.Forms.Label
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents cboWaehrung As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents lblBelegDatum As System.Windows.Forms.Label
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents datBelegdatum As System.Windows.Forms.DateTimePicker
|
|
Friend WithEvents lblErr_Betrag As System.Windows.Forms.Label
|
|
Friend WithEvents lblErr_Referenz As System.Windows.Forms.Label
|
|
Friend WithEvents lblErr_Buchungstext As System.Windows.Forms.Label
|
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
|
Friend WithEvents cboPrinter As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents cbxBelegDrucken As System.Windows.Forms.CheckBox
|
|
End Class
|