347 lines
15 KiB
VB.net
347 lines
15 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmKasseAbschliessen
|
|
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(frmKasseAbschliessen))
|
|
Me.MyComboBox2 = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.lblKasseWahlen = New System.Windows.Forms.Label()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.numAltesGJ = New System.Windows.Forms.NumericUpDown()
|
|
Me.numNeuesGJ = New System.Windows.Forms.NumericUpDown()
|
|
Me.btnKassensaldoUbertragen = New System.Windows.Forms.Button()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.MyTextBox1 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.MyTextBox2 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.lblTESTSYSTEM = New System.Windows.Forms.Label()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.cbxAlt = New System.Windows.Forms.CheckBox()
|
|
Me.cbxNeu = New System.Windows.Forms.CheckBox()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.txtxAbwBetragALT = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.txtxAbwBetragNEU = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
CType(Me.numAltesGJ, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.numNeuesGJ, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'MyComboBox2
|
|
'
|
|
Me.MyComboBox2._allowedValuesFreiText = Nothing
|
|
Me.MyComboBox2._allowFreiText = False
|
|
Me.MyComboBox2._value = ""
|
|
Me.MyComboBox2.FormattingEnabled = True
|
|
Me.MyComboBox2.Location = New System.Drawing.Point(12, 30)
|
|
Me.MyComboBox2.Name = "MyComboBox2"
|
|
Me.MyComboBox2.Size = New System.Drawing.Size(298, 21)
|
|
Me.MyComboBox2.TabIndex = 14
|
|
'
|
|
'lblKasseWahlen
|
|
'
|
|
Me.lblKasseWahlen.AutoSize = True
|
|
Me.lblKasseWahlen.Location = New System.Drawing.Point(9, 14)
|
|
Me.lblKasseWahlen.Name = "lblKasseWahlen"
|
|
Me.lblKasseWahlen.Size = New System.Drawing.Size(76, 13)
|
|
Me.lblKasseWahlen.TabIndex = 15
|
|
Me.lblKasseWahlen.Text = "Kasse wählen:"
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(9, 72)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(100, 13)
|
|
Me.Label1.TabIndex = 16
|
|
Me.Label1.Text = "altes Geschäftsjahr:"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(9, 91)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(107, 13)
|
|
Me.Label2.TabIndex = 17
|
|
Me.Label2.Text = "neues Geschäftsjahr:"
|
|
'
|
|
'numAltesGJ
|
|
'
|
|
Me.numAltesGJ.Location = New System.Drawing.Point(122, 70)
|
|
Me.numAltesGJ.Maximum = New Decimal(New Integer() {2100, 0, 0, 0})
|
|
Me.numAltesGJ.Minimum = New Decimal(New Integer() {1990, 0, 0, 0})
|
|
Me.numAltesGJ.Name = "numAltesGJ"
|
|
Me.numAltesGJ.Size = New System.Drawing.Size(72, 20)
|
|
Me.numAltesGJ.TabIndex = 19
|
|
Me.numAltesGJ.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
|
|
Me.numAltesGJ.Value = New Decimal(New Integer() {1990, 0, 0, 0})
|
|
'
|
|
'numNeuesGJ
|
|
'
|
|
Me.numNeuesGJ.Location = New System.Drawing.Point(122, 89)
|
|
Me.numNeuesGJ.Maximum = New Decimal(New Integer() {2100, 0, 0, 0})
|
|
Me.numNeuesGJ.Minimum = New Decimal(New Integer() {1990, 0, 0, 0})
|
|
Me.numNeuesGJ.Name = "numNeuesGJ"
|
|
Me.numNeuesGJ.Size = New System.Drawing.Size(72, 20)
|
|
Me.numNeuesGJ.TabIndex = 19
|
|
Me.numNeuesGJ.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
|
|
Me.numNeuesGJ.Value = New Decimal(New Integer() {1990, 0, 0, 0})
|
|
'
|
|
'btnKassensaldoUbertragen
|
|
'
|
|
Me.btnKassensaldoUbertragen.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnKassensaldoUbertragen.Location = New System.Drawing.Point(12, 115)
|
|
Me.btnKassensaldoUbertragen.Name = "btnKassensaldoUbertragen"
|
|
Me.btnKassensaldoUbertragen.Size = New System.Drawing.Size(298, 50)
|
|
Me.btnKassensaldoUbertragen.TabIndex = 20
|
|
Me.btnKassensaldoUbertragen.Text = "Kassensaldo übertragen"
|
|
Me.btnKassensaldoUbertragen.UseVisualStyleBackColor = True
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(197, 55)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(37, 13)
|
|
Me.Label3.TabIndex = 21
|
|
Me.Label3.Text = "Saldo:"
|
|
'
|
|
'MyTextBox1
|
|
'
|
|
Me.MyTextBox1._DateTimeOnly = False
|
|
Me.MyTextBox1._numbersOnly = False
|
|
Me.MyTextBox1._numbersOnlyKommastellen = ""
|
|
Me.MyTextBox1._numbersOnlyTrennzeichen = True
|
|
Me.MyTextBox1._Prozent = False
|
|
Me.MyTextBox1._ShortDateNew = False
|
|
Me.MyTextBox1._ShortDateOnly = False
|
|
Me.MyTextBox1._TimeOnly = False
|
|
Me.MyTextBox1._TimeOnly_Seconds = False
|
|
Me.MyTextBox1._value = ""
|
|
Me.MyTextBox1._Waehrung = True
|
|
Me.MyTextBox1._WaehrungZeichen = True
|
|
Me.MyTextBox1.ForeColor = System.Drawing.Color.Black
|
|
Me.MyTextBox1.Location = New System.Drawing.Point(200, 71)
|
|
Me.MyTextBox1.MaxLineLength = -1
|
|
Me.MyTextBox1.MaxLines_Warning = ""
|
|
Me.MyTextBox1.MaxLines_Warning_Label = Nothing
|
|
Me.MyTextBox1.Name = "MyTextBox1"
|
|
Me.MyTextBox1.ReadOnly = True
|
|
Me.MyTextBox1.Size = New System.Drawing.Size(110, 20)
|
|
Me.MyTextBox1.TabIndex = 22
|
|
'
|
|
'MyTextBox2
|
|
'
|
|
Me.MyTextBox2._DateTimeOnly = False
|
|
Me.MyTextBox2._numbersOnly = False
|
|
Me.MyTextBox2._numbersOnlyKommastellen = ""
|
|
Me.MyTextBox2._numbersOnlyTrennzeichen = True
|
|
Me.MyTextBox2._Prozent = False
|
|
Me.MyTextBox2._ShortDateNew = False
|
|
Me.MyTextBox2._ShortDateOnly = False
|
|
Me.MyTextBox2._TimeOnly = False
|
|
Me.MyTextBox2._TimeOnly_Seconds = False
|
|
Me.MyTextBox2._value = ""
|
|
Me.MyTextBox2._Waehrung = True
|
|
Me.MyTextBox2._WaehrungZeichen = True
|
|
Me.MyTextBox2.ForeColor = System.Drawing.Color.Black
|
|
Me.MyTextBox2.Location = New System.Drawing.Point(200, 88)
|
|
Me.MyTextBox2.MaxLineLength = -1
|
|
Me.MyTextBox2.MaxLines_Warning = ""
|
|
Me.MyTextBox2.MaxLines_Warning_Label = Nothing
|
|
Me.MyTextBox2.Name = "MyTextBox2"
|
|
Me.MyTextBox2.ReadOnly = True
|
|
Me.MyTextBox2.Size = New System.Drawing.Size(110, 20)
|
|
Me.MyTextBox2.TabIndex = 23
|
|
'
|
|
'lblTESTSYSTEM
|
|
'
|
|
Me.lblTESTSYSTEM.AutoSize = True
|
|
Me.lblTESTSYSTEM.ForeColor = System.Drawing.Color.Red
|
|
Me.lblTESTSYSTEM.Location = New System.Drawing.Point(231, 9)
|
|
Me.lblTESTSYSTEM.Name = "lblTESTSYSTEM"
|
|
Me.lblTESTSYSTEM.Size = New System.Drawing.Size(79, 13)
|
|
Me.lblTESTSYSTEM.TabIndex = 24
|
|
Me.lblTESTSYSTEM.Text = "TESTSYSTEM"
|
|
Me.lblTESTSYSTEM.Visible = False
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(12, 54)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(10, 13)
|
|
Me.Label4.TabIndex = 25
|
|
Me.Label4.Text = "-"
|
|
'
|
|
'cbxAlt
|
|
'
|
|
Me.cbxAlt.AutoSize = True
|
|
Me.cbxAlt.Checked = True
|
|
Me.cbxAlt.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.cbxAlt.Location = New System.Drawing.Point(78, 184)
|
|
Me.cbxAlt.Name = "cbxAlt"
|
|
Me.cbxAlt.Size = New System.Drawing.Size(68, 17)
|
|
Me.cbxAlt.TabIndex = 26
|
|
Me.cbxAlt.Text = "Ausgang"
|
|
Me.cbxAlt.UseVisualStyleBackColor = True
|
|
'
|
|
'cbxNeu
|
|
'
|
|
Me.cbxNeu.AutoSize = True
|
|
Me.cbxNeu.Checked = True
|
|
Me.cbxNeu.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.cbxNeu.Location = New System.Drawing.Point(200, 184)
|
|
Me.cbxNeu.Name = "cbxNeu"
|
|
Me.cbxNeu.Size = New System.Drawing.Size(65, 17)
|
|
Me.cbxNeu.TabIndex = 28
|
|
Me.cbxNeu.Text = "Eingang"
|
|
Me.cbxNeu.UseVisualStyleBackColor = True
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Location = New System.Drawing.Point(78, 168)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(100, 13)
|
|
Me.Label5.TabIndex = 29
|
|
Me.Label5.Text = "altes Geschäftsjahr:"
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Location = New System.Drawing.Point(197, 168)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(107, 13)
|
|
Me.Label6.TabIndex = 30
|
|
Me.Label6.Text = "neues Geschäftsjahr:"
|
|
'
|
|
'txtxAbwBetragALT
|
|
'
|
|
Me.txtxAbwBetragALT._DateTimeOnly = False
|
|
Me.txtxAbwBetragALT._numbersOnly = False
|
|
Me.txtxAbwBetragALT._numbersOnlyKommastellen = ""
|
|
Me.txtxAbwBetragALT._numbersOnlyTrennzeichen = True
|
|
Me.txtxAbwBetragALT._Prozent = False
|
|
Me.txtxAbwBetragALT._ShortDateNew = False
|
|
Me.txtxAbwBetragALT._ShortDateOnly = False
|
|
Me.txtxAbwBetragALT._TimeOnly = False
|
|
Me.txtxAbwBetragALT._TimeOnly_Seconds = False
|
|
Me.txtxAbwBetragALT._value = ""
|
|
Me.txtxAbwBetragALT._Waehrung = True
|
|
Me.txtxAbwBetragALT._WaehrungZeichen = True
|
|
Me.txtxAbwBetragALT.ForeColor = System.Drawing.Color.Black
|
|
Me.txtxAbwBetragALT.Location = New System.Drawing.Point(78, 203)
|
|
Me.txtxAbwBetragALT.MaxLineLength = -1
|
|
Me.txtxAbwBetragALT.MaxLines_Warning = ""
|
|
Me.txtxAbwBetragALT.MaxLines_Warning_Label = Nothing
|
|
Me.txtxAbwBetragALT.Name = "txtxAbwBetragALT"
|
|
Me.txtxAbwBetragALT.Size = New System.Drawing.Size(110, 20)
|
|
Me.txtxAbwBetragALT.TabIndex = 31
|
|
'
|
|
'txtxAbwBetragNEU
|
|
'
|
|
Me.txtxAbwBetragNEU._DateTimeOnly = False
|
|
Me.txtxAbwBetragNEU._numbersOnly = False
|
|
Me.txtxAbwBetragNEU._numbersOnlyKommastellen = ""
|
|
Me.txtxAbwBetragNEU._numbersOnlyTrennzeichen = True
|
|
Me.txtxAbwBetragNEU._Prozent = False
|
|
Me.txtxAbwBetragNEU._ShortDateNew = False
|
|
Me.txtxAbwBetragNEU._ShortDateOnly = False
|
|
Me.txtxAbwBetragNEU._TimeOnly = False
|
|
Me.txtxAbwBetragNEU._TimeOnly_Seconds = False
|
|
Me.txtxAbwBetragNEU._value = ""
|
|
Me.txtxAbwBetragNEU._Waehrung = True
|
|
Me.txtxAbwBetragNEU._WaehrungZeichen = True
|
|
Me.txtxAbwBetragNEU.ForeColor = System.Drawing.Color.Black
|
|
Me.txtxAbwBetragNEU.Location = New System.Drawing.Point(200, 203)
|
|
Me.txtxAbwBetragNEU.MaxLineLength = -1
|
|
Me.txtxAbwBetragNEU.MaxLines_Warning = ""
|
|
Me.txtxAbwBetragNEU.MaxLines_Warning_Label = Nothing
|
|
Me.txtxAbwBetragNEU.Name = "txtxAbwBetragNEU"
|
|
Me.txtxAbwBetragNEU.Size = New System.Drawing.Size(110, 20)
|
|
Me.txtxAbwBetragNEU.TabIndex = 32
|
|
'
|
|
'Label7
|
|
'
|
|
Me.Label7.AutoSize = True
|
|
Me.Label7.Location = New System.Drawing.Point(8, 206)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(64, 13)
|
|
Me.Label7.TabIndex = 35
|
|
Me.Label7.Text = "abw.Betrag:"
|
|
'
|
|
'frmKasseAbschliessen
|
|
'
|
|
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(323, 227)
|
|
Me.Controls.Add(Me.Label7)
|
|
Me.Controls.Add(Me.txtxAbwBetragNEU)
|
|
Me.Controls.Add(Me.txtxAbwBetragALT)
|
|
Me.Controls.Add(Me.Label6)
|
|
Me.Controls.Add(Me.Label5)
|
|
Me.Controls.Add(Me.cbxNeu)
|
|
Me.Controls.Add(Me.cbxAlt)
|
|
Me.Controls.Add(Me.Label4)
|
|
Me.Controls.Add(Me.lblTESTSYSTEM)
|
|
Me.Controls.Add(Me.MyTextBox2)
|
|
Me.Controls.Add(Me.MyTextBox1)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.btnKassensaldoUbertragen)
|
|
Me.Controls.Add(Me.numNeuesGJ)
|
|
Me.Controls.Add(Me.numAltesGJ)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.lblKasseWahlen)
|
|
Me.Controls.Add(Me.MyComboBox2)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmKasseAbschliessen"
|
|
Me.Text = "frmKasseAbschliessen"
|
|
CType(Me.numAltesGJ, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.numNeuesGJ, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents MyComboBox2 As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents lblKasseWahlen As System.Windows.Forms.Label
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents numAltesGJ As System.Windows.Forms.NumericUpDown
|
|
Friend WithEvents numNeuesGJ As System.Windows.Forms.NumericUpDown
|
|
Friend WithEvents btnKassensaldoUbertragen As System.Windows.Forms.Button
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents MyTextBox1 As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents MyTextBox2 As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents lblTESTSYSTEM As System.Windows.Forms.Label
|
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
|
Friend WithEvents cbxAlt As CheckBox
|
|
Friend WithEvents cbxNeu As CheckBox
|
|
Friend WithEvents Label5 As Label
|
|
Friend WithEvents Label6 As Label
|
|
Friend WithEvents txtxAbwBetragALT As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents txtxAbwBetragNEU As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label7 As Label
|
|
End Class
|