Überstundenauszahlung, TimasAPI, etc.
This commit is contained in:
447
VERAG_PROG_ALLGEMEIN/Mitarbeiterverzeichnis/frmUeberstundenauszahlen.Designer.vb
generated
Normal file
447
VERAG_PROG_ALLGEMEIN/Mitarbeiterverzeichnis/frmUeberstundenauszahlen.Designer.vb
generated
Normal file
@@ -0,0 +1,447 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
||||
Partial Class frmUeberstundenauszahlen
|
||||
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()
|
||||
Me.dtpMonat = New System.Windows.Forms.DateTimePicker()
|
||||
Me.lblMonat = New System.Windows.Forms.Label()
|
||||
Me.Label2 = New System.Windows.Forms.Label()
|
||||
Me.Label3 = New System.Windows.Forms.Label()
|
||||
Me.Label4 = New System.Windows.Forms.Label()
|
||||
Me.txt100 = New System.Windows.Forms.TextBox()
|
||||
Me.txt50 = New System.Windows.Forms.TextBox()
|
||||
Me.txtMehr = New System.Windows.Forms.TextBox()
|
||||
Me.Label5 = New System.Windows.Forms.Label()
|
||||
Me.txtAusz = New System.Windows.Forms.TextBox()
|
||||
Me.lblMA = New System.Windows.Forms.Label()
|
||||
Me.Label7 = New System.Windows.Forms.Label()
|
||||
Me.Button1 = New System.Windows.Forms.Button()
|
||||
Me.txt100x2 = New System.Windows.Forms.TextBox()
|
||||
Me.txt50x15 = New System.Windows.Forms.TextBox()
|
||||
Me.txtAusz100 = New System.Windows.Forms.TextBox()
|
||||
Me.txtAusz50 = New System.Windows.Forms.TextBox()
|
||||
Me.CheckVatTestService1 = New VERAG_PROG_ALLGEMEIN.eu.europa.ec.checkVatTestService()
|
||||
Me.cbxabwDatum = New System.Windows.Forms.CheckBox()
|
||||
Me.lblBis = New System.Windows.Forms.Label()
|
||||
Me.dtpBis = New System.Windows.Forms.DateTimePicker()
|
||||
Me.txtSummeAuszb = New System.Windows.Forms.TextBox()
|
||||
Me.txtberAusz50 = New System.Windows.Forms.TextBox()
|
||||
Me.txtberAusz100 = New System.Windows.Forms.TextBox()
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.txtlfdSaldo = New System.Windows.Forms.TextBox()
|
||||
Me.Label6 = New System.Windows.Forms.Label()
|
||||
Me.picDel = New System.Windows.Forms.PictureBox()
|
||||
Me.txtAusz50vonSaldo = New System.Windows.Forms.TextBox()
|
||||
Me.Panel1 = New System.Windows.Forms.Panel()
|
||||
Me.dgvUeberstunden = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
||||
Me.txt50x1 = New System.Windows.Forms.TextBox()
|
||||
Me.Label8 = New System.Windows.Forms.Label()
|
||||
CType(Me.picDel, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.Panel1.SuspendLayout()
|
||||
CType(Me.dgvUeberstunden, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'dtpMonat
|
||||
'
|
||||
Me.dtpMonat.CustomFormat = "yyyy/MM"
|
||||
Me.dtpMonat.Format = System.Windows.Forms.DateTimePickerFormat.Custom
|
||||
Me.dtpMonat.Location = New System.Drawing.Point(15, 41)
|
||||
Me.dtpMonat.Name = "dtpMonat"
|
||||
Me.dtpMonat.Size = New System.Drawing.Size(81, 20)
|
||||
Me.dtpMonat.TabIndex = 0
|
||||
'
|
||||
'lblMonat
|
||||
'
|
||||
Me.lblMonat.AutoSize = True
|
||||
Me.lblMonat.Location = New System.Drawing.Point(12, 25)
|
||||
Me.lblMonat.Name = "lblMonat"
|
||||
Me.lblMonat.Size = New System.Drawing.Size(37, 13)
|
||||
Me.lblMonat.TabIndex = 1
|
||||
Me.lblMonat.Text = "Monat"
|
||||
'
|
||||
'Label2
|
||||
'
|
||||
Me.Label2.AutoSize = True
|
||||
Me.Label2.Location = New System.Drawing.Point(13, 11)
|
||||
Me.Label2.Name = "Label2"
|
||||
Me.Label2.Size = New System.Drawing.Size(196, 13)
|
||||
Me.Label2.TabIndex = 2
|
||||
Me.Label2.Text = "Überstunden 100% (So/Nacht/Feiertag)"
|
||||
'
|
||||
'Label3
|
||||
'
|
||||
Me.Label3.AutoSize = True
|
||||
Me.Label3.Location = New System.Drawing.Point(12, 131)
|
||||
Me.Label3.Name = "Label3"
|
||||
Me.Label3.Size = New System.Drawing.Size(138, 13)
|
||||
Me.Label3.TabIndex = 3
|
||||
Me.Label3.Text = "Mehrarbeit (autom. ausbez.)"
|
||||
'
|
||||
'Label4
|
||||
'
|
||||
Me.Label4.AutoSize = True
|
||||
Me.Label4.Location = New System.Drawing.Point(13, 53)
|
||||
Me.Label4.Name = "Label4"
|
||||
Me.Label4.Size = New System.Drawing.Size(113, 13)
|
||||
Me.Label4.TabIndex = 4
|
||||
Me.Label4.Text = "Überstunden 50% (Sa)"
|
||||
'
|
||||
'txt100
|
||||
'
|
||||
Me.txt100.Location = New System.Drawing.Point(16, 27)
|
||||
Me.txt100.Name = "txt100"
|
||||
Me.txt100.ReadOnly = True
|
||||
Me.txt100.Size = New System.Drawing.Size(47, 20)
|
||||
Me.txt100.TabIndex = 5
|
||||
Me.txt100.Text = "0"
|
||||
'
|
||||
'txt50
|
||||
'
|
||||
Me.txt50.Location = New System.Drawing.Point(16, 69)
|
||||
Me.txt50.Name = "txt50"
|
||||
Me.txt50.ReadOnly = True
|
||||
Me.txt50.Size = New System.Drawing.Size(47, 20)
|
||||
Me.txt50.TabIndex = 6
|
||||
Me.txt50.Text = "0"
|
||||
'
|
||||
'txtMehr
|
||||
'
|
||||
Me.txtMehr.Location = New System.Drawing.Point(15, 147)
|
||||
Me.txtMehr.Name = "txtMehr"
|
||||
Me.txtMehr.ReadOnly = True
|
||||
Me.txtMehr.Size = New System.Drawing.Size(47, 20)
|
||||
Me.txtMehr.TabIndex = 7
|
||||
Me.txtMehr.Text = "0"
|
||||
'
|
||||
'Label5
|
||||
'
|
||||
Me.Label5.AutoSize = True
|
||||
Me.Label5.Location = New System.Drawing.Point(75, 179)
|
||||
Me.Label5.Name = "Label5"
|
||||
Me.Label5.Size = New System.Drawing.Size(86, 13)
|
||||
Me.Label5.TabIndex = 8
|
||||
Me.Label5.Text = "max. auszahlbar:"
|
||||
'
|
||||
'txtAusz
|
||||
'
|
||||
Me.txtAusz.Location = New System.Drawing.Point(192, 196)
|
||||
Me.txtAusz.Name = "txtAusz"
|
||||
Me.txtAusz.Size = New System.Drawing.Size(54, 20)
|
||||
Me.txtAusz.TabIndex = 9
|
||||
Me.txtAusz.Text = "0"
|
||||
'
|
||||
'lblMA
|
||||
'
|
||||
Me.lblMA.AutoSize = True
|
||||
Me.lblMA.Location = New System.Drawing.Point(238, 6)
|
||||
Me.lblMA.Name = "lblMA"
|
||||
Me.lblMA.Size = New System.Drawing.Size(56, 13)
|
||||
Me.lblMA.TabIndex = 10
|
||||
Me.lblMA.Text = "Mitarbeiter"
|
||||
'
|
||||
'Label7
|
||||
'
|
||||
Me.Label7.AutoSize = True
|
||||
Me.Label7.Location = New System.Drawing.Point(238, 26)
|
||||
Me.Label7.Name = "Label7"
|
||||
Me.Label7.Size = New System.Drawing.Size(65, 13)
|
||||
Me.Label7.TabIndex = 11
|
||||
Me.Label7.Text = "Mustermann"
|
||||
'
|
||||
'Button1
|
||||
'
|
||||
Me.Button1.DialogResult = System.Windows.Forms.DialogResult.OK
|
||||
Me.Button1.Location = New System.Drawing.Point(321, 170)
|
||||
Me.Button1.Name = "Button1"
|
||||
Me.Button1.Size = New System.Drawing.Size(87, 30)
|
||||
Me.Button1.TabIndex = 12
|
||||
Me.Button1.Text = "Auszahlen"
|
||||
Me.Button1.UseVisualStyleBackColor = True
|
||||
'
|
||||
'txt100x2
|
||||
'
|
||||
Me.txt100x2.Location = New System.Drawing.Point(112, 27)
|
||||
Me.txt100x2.Name = "txt100x2"
|
||||
Me.txt100x2.ReadOnly = True
|
||||
Me.txt100x2.Size = New System.Drawing.Size(49, 20)
|
||||
Me.txt100x2.TabIndex = 14
|
||||
Me.txt100x2.Text = "0"
|
||||
'
|
||||
'txt50x15
|
||||
'
|
||||
Me.txt50x15.Location = New System.Drawing.Point(112, 69)
|
||||
Me.txt50x15.Name = "txt50x15"
|
||||
Me.txt50x15.ReadOnly = True
|
||||
Me.txt50x15.Size = New System.Drawing.Size(49, 20)
|
||||
Me.txt50x15.TabIndex = 15
|
||||
Me.txt50x15.Text = "0"
|
||||
'
|
||||
'txtAusz100
|
||||
'
|
||||
Me.txtAusz100.Location = New System.Drawing.Point(197, 27)
|
||||
Me.txtAusz100.Name = "txtAusz100"
|
||||
Me.txtAusz100.ReadOnly = True
|
||||
Me.txtAusz100.Size = New System.Drawing.Size(54, 20)
|
||||
Me.txtAusz100.TabIndex = 16
|
||||
Me.txtAusz100.Text = "0"
|
||||
'
|
||||
'txtAusz50
|
||||
'
|
||||
Me.txtAusz50.Location = New System.Drawing.Point(197, 69)
|
||||
Me.txtAusz50.Name = "txtAusz50"
|
||||
Me.txtAusz50.ReadOnly = True
|
||||
Me.txtAusz50.Size = New System.Drawing.Size(54, 20)
|
||||
Me.txtAusz50.TabIndex = 17
|
||||
Me.txtAusz50.Text = "0"
|
||||
'
|
||||
'CheckVatTestService1
|
||||
'
|
||||
Me.CheckVatTestService1.Credentials = Nothing
|
||||
Me.CheckVatTestService1.Url = "http://ec.europa.eu/taxation_customs/vies/services/checkVatTestService"
|
||||
Me.CheckVatTestService1.UseDefaultCredentials = False
|
||||
'
|
||||
'cbxabwDatum
|
||||
'
|
||||
Me.cbxabwDatum.AutoSize = True
|
||||
Me.cbxabwDatum.Location = New System.Drawing.Point(15, 5)
|
||||
Me.cbxabwDatum.Name = "cbxabwDatum"
|
||||
Me.cbxabwDatum.Size = New System.Drawing.Size(129, 17)
|
||||
Me.cbxabwDatum.TabIndex = 18
|
||||
Me.cbxabwDatum.Text = "abweichendes Datum"
|
||||
Me.cbxabwDatum.UseVisualStyleBackColor = True
|
||||
'
|
||||
'lblBis
|
||||
'
|
||||
Me.lblBis.AutoSize = True
|
||||
Me.lblBis.Location = New System.Drawing.Point(134, 25)
|
||||
Me.lblBis.Name = "lblBis"
|
||||
Me.lblBis.Size = New System.Drawing.Size(20, 13)
|
||||
Me.lblBis.TabIndex = 20
|
||||
Me.lblBis.Text = "bis"
|
||||
Me.lblBis.Visible = False
|
||||
'
|
||||
'dtpBis
|
||||
'
|
||||
Me.dtpBis.CustomFormat = "yyyy/MM/dd"
|
||||
Me.dtpBis.Format = System.Windows.Forms.DateTimePickerFormat.Custom
|
||||
Me.dtpBis.Location = New System.Drawing.Point(137, 41)
|
||||
Me.dtpBis.Name = "dtpBis"
|
||||
Me.dtpBis.Size = New System.Drawing.Size(81, 20)
|
||||
Me.dtpBis.TabIndex = 19
|
||||
Me.dtpBis.Visible = False
|
||||
'
|
||||
'txtSummeAuszb
|
||||
'
|
||||
Me.txtSummeAuszb.Location = New System.Drawing.Point(110, 196)
|
||||
Me.txtSummeAuszb.Name = "txtSummeAuszb"
|
||||
Me.txtSummeAuszb.ReadOnly = True
|
||||
Me.txtSummeAuszb.Size = New System.Drawing.Size(49, 20)
|
||||
Me.txtSummeAuszb.TabIndex = 21
|
||||
Me.txtSummeAuszb.Text = "0"
|
||||
'
|
||||
'txtberAusz50
|
||||
'
|
||||
Me.txtberAusz50.Location = New System.Drawing.Point(291, 69)
|
||||
Me.txtberAusz50.Name = "txtberAusz50"
|
||||
Me.txtberAusz50.ReadOnly = True
|
||||
Me.txtberAusz50.Size = New System.Drawing.Size(54, 20)
|
||||
Me.txtberAusz50.TabIndex = 24
|
||||
Me.txtberAusz50.Text = "0"
|
||||
'
|
||||
'txtberAusz100
|
||||
'
|
||||
Me.txtberAusz100.Location = New System.Drawing.Point(291, 27)
|
||||
Me.txtberAusz100.Name = "txtberAusz100"
|
||||
Me.txtberAusz100.ReadOnly = True
|
||||
Me.txtberAusz100.Size = New System.Drawing.Size(54, 20)
|
||||
Me.txtberAusz100.TabIndex = 23
|
||||
Me.txtberAusz100.Text = "0"
|
||||
'
|
||||
'Label1
|
||||
'
|
||||
Me.Label1.AutoSize = True
|
||||
Me.Label1.Location = New System.Drawing.Point(289, 11)
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(92, 13)
|
||||
Me.Label1.TabIndex = 25
|
||||
Me.Label1.Text = "bereits ausgezahlt"
|
||||
'
|
||||
'txtlfdSaldo
|
||||
'
|
||||
Me.txtlfdSaldo.Location = New System.Drawing.Point(17, 108)
|
||||
Me.txtlfdSaldo.Name = "txtlfdSaldo"
|
||||
Me.txtlfdSaldo.ReadOnly = True
|
||||
Me.txtlfdSaldo.Size = New System.Drawing.Size(49, 20)
|
||||
Me.txtlfdSaldo.TabIndex = 26
|
||||
Me.txtlfdSaldo.Text = "0"
|
||||
'
|
||||
'Label6
|
||||
'
|
||||
Me.Label6.AutoSize = True
|
||||
Me.Label6.Location = New System.Drawing.Point(18, 92)
|
||||
Me.Label6.Name = "Label6"
|
||||
Me.Label6.Size = New System.Drawing.Size(48, 13)
|
||||
Me.Label6.TabIndex = 27
|
||||
Me.Label6.Text = "lfd Saldo"
|
||||
'
|
||||
'picDel
|
||||
'
|
||||
Me.picDel.BackgroundImage = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.del
|
||||
Me.picDel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
||||
Me.picDel.Location = New System.Drawing.Point(387, 11)
|
||||
Me.picDel.Name = "picDel"
|
||||
Me.picDel.Size = New System.Drawing.Size(21, 16)
|
||||
Me.picDel.TabIndex = 28
|
||||
Me.picDel.TabStop = False
|
||||
'
|
||||
'txtAusz50vonSaldo
|
||||
'
|
||||
Me.txtAusz50vonSaldo.Location = New System.Drawing.Point(197, 108)
|
||||
Me.txtAusz50vonSaldo.Name = "txtAusz50vonSaldo"
|
||||
Me.txtAusz50vonSaldo.ReadOnly = True
|
||||
Me.txtAusz50vonSaldo.Size = New System.Drawing.Size(49, 20)
|
||||
Me.txtAusz50vonSaldo.TabIndex = 29
|
||||
Me.txtAusz50vonSaldo.Text = "0"
|
||||
'
|
||||
'Panel1
|
||||
'
|
||||
Me.Panel1.Controls.Add(Me.Label8)
|
||||
Me.Panel1.Controls.Add(Me.txt50x1)
|
||||
Me.Panel1.Controls.Add(Me.Label2)
|
||||
Me.Panel1.Controls.Add(Me.txtAusz50vonSaldo)
|
||||
Me.Panel1.Controls.Add(Me.Label3)
|
||||
Me.Panel1.Controls.Add(Me.picDel)
|
||||
Me.Panel1.Controls.Add(Me.Label4)
|
||||
Me.Panel1.Controls.Add(Me.Label6)
|
||||
Me.Panel1.Controls.Add(Me.txt100)
|
||||
Me.Panel1.Controls.Add(Me.txtlfdSaldo)
|
||||
Me.Panel1.Controls.Add(Me.txt50)
|
||||
Me.Panel1.Controls.Add(Me.Label1)
|
||||
Me.Panel1.Controls.Add(Me.txtMehr)
|
||||
Me.Panel1.Controls.Add(Me.txtberAusz50)
|
||||
Me.Panel1.Controls.Add(Me.Label5)
|
||||
Me.Panel1.Controls.Add(Me.txtberAusz100)
|
||||
Me.Panel1.Controls.Add(Me.txtAusz)
|
||||
Me.Panel1.Controls.Add(Me.txtSummeAuszb)
|
||||
Me.Panel1.Controls.Add(Me.Button1)
|
||||
Me.Panel1.Controls.Add(Me.txt100x2)
|
||||
Me.Panel1.Controls.Add(Me.txt50x15)
|
||||
Me.Panel1.Controls.Add(Me.txtAusz100)
|
||||
Me.Panel1.Controls.Add(Me.txtAusz50)
|
||||
Me.Panel1.Location = New System.Drawing.Point(15, 67)
|
||||
Me.Panel1.Name = "Panel1"
|
||||
Me.Panel1.Size = New System.Drawing.Size(421, 219)
|
||||
Me.Panel1.TabIndex = 30
|
||||
'
|
||||
'dgvUeberstunden
|
||||
'
|
||||
Me.dgvUeberstunden.AKTUALISIERUNGS_INTERVALL = -1
|
||||
Me.dgvUeberstunden.AllowUserToAddRows = False
|
||||
Me.dgvUeberstunden.AllowUserToDeleteRows = False
|
||||
Me.dgvUeberstunden.BackgroundColor = System.Drawing.Color.White
|
||||
Me.dgvUeberstunden.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||
Me.dgvUeberstunden.Location = New System.Drawing.Point(381, 12)
|
||||
Me.dgvUeberstunden.Name = "dgvUeberstunden"
|
||||
Me.dgvUeberstunden.ReadOnly = True
|
||||
Me.dgvUeberstunden.Size = New System.Drawing.Size(32, 20)
|
||||
Me.dgvUeberstunden.TabIndex = 13
|
||||
Me.dgvUeberstunden.Visible = False
|
||||
'
|
||||
'txt50x1
|
||||
'
|
||||
Me.txt50x1.Location = New System.Drawing.Point(112, 108)
|
||||
Me.txt50x1.Name = "txt50x1"
|
||||
Me.txt50x1.ReadOnly = True
|
||||
Me.txt50x1.Size = New System.Drawing.Size(49, 20)
|
||||
Me.txt50x1.TabIndex = 32
|
||||
Me.txt50x1.Text = "0"
|
||||
'
|
||||
'Label8
|
||||
'
|
||||
Me.Label8.AutoSize = True
|
||||
Me.Label8.Location = New System.Drawing.Point(194, 179)
|
||||
Me.Label8.Name = "Label8"
|
||||
Me.Label8.Size = New System.Drawing.Size(56, 13)
|
||||
Me.Label8.TabIndex = 33
|
||||
Me.Label8.Text = "Auszahlen"
|
||||
'
|
||||
'frmUeberstundenauszahlen
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(463, 337)
|
||||
Me.Controls.Add(Me.Panel1)
|
||||
Me.Controls.Add(Me.lblBis)
|
||||
Me.Controls.Add(Me.dtpBis)
|
||||
Me.Controls.Add(Me.cbxabwDatum)
|
||||
Me.Controls.Add(Me.dgvUeberstunden)
|
||||
Me.Controls.Add(Me.Label7)
|
||||
Me.Controls.Add(Me.lblMA)
|
||||
Me.Controls.Add(Me.lblMonat)
|
||||
Me.Controls.Add(Me.dtpMonat)
|
||||
Me.Name = "frmUeberstundenauszahlen"
|
||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||
Me.Text = "Überstunden auszahlen"
|
||||
CType(Me.picDel, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.Panel1.ResumeLayout(False)
|
||||
Me.Panel1.PerformLayout()
|
||||
CType(Me.dgvUeberstunden, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
End Sub
|
||||
|
||||
Friend WithEvents dtpMonat As Windows.Forms.DateTimePicker
|
||||
Friend WithEvents lblMonat As Windows.Forms.Label
|
||||
Friend WithEvents Label2 As Windows.Forms.Label
|
||||
Friend WithEvents Label3 As Windows.Forms.Label
|
||||
Friend WithEvents Label4 As Windows.Forms.Label
|
||||
Friend WithEvents txt100 As Windows.Forms.TextBox
|
||||
Friend WithEvents txt50 As Windows.Forms.TextBox
|
||||
Friend WithEvents txtMehr As Windows.Forms.TextBox
|
||||
Friend WithEvents Label5 As Windows.Forms.Label
|
||||
Friend WithEvents txtAusz As Windows.Forms.TextBox
|
||||
Friend WithEvents lblMA As Windows.Forms.Label
|
||||
Friend WithEvents Label7 As Windows.Forms.Label
|
||||
Friend WithEvents Button1 As Windows.Forms.Button
|
||||
Friend WithEvents dgvUeberstunden As MyDatagridview
|
||||
Friend WithEvents txt100x2 As Windows.Forms.TextBox
|
||||
Friend WithEvents txt50x15 As Windows.Forms.TextBox
|
||||
Friend WithEvents txtAusz100 As Windows.Forms.TextBox
|
||||
Friend WithEvents txtAusz50 As Windows.Forms.TextBox
|
||||
Friend WithEvents CheckVatTestService1 As eu.europa.ec.checkVatTestService
|
||||
Friend WithEvents cbxabwDatum As Windows.Forms.CheckBox
|
||||
Friend WithEvents lblBis As Windows.Forms.Label
|
||||
Friend WithEvents dtpBis As Windows.Forms.DateTimePicker
|
||||
Friend WithEvents txtSummeAuszb As Windows.Forms.TextBox
|
||||
Friend WithEvents txtberAusz50 As Windows.Forms.TextBox
|
||||
Friend WithEvents txtberAusz100 As Windows.Forms.TextBox
|
||||
Friend WithEvents Label1 As Windows.Forms.Label
|
||||
Friend WithEvents txtlfdSaldo As Windows.Forms.TextBox
|
||||
Friend WithEvents Label6 As Windows.Forms.Label
|
||||
Friend WithEvents picDel As Windows.Forms.PictureBox
|
||||
Friend WithEvents txtAusz50vonSaldo As Windows.Forms.TextBox
|
||||
Friend WithEvents Panel1 As Windows.Forms.Panel
|
||||
Friend WithEvents txt50x1 As Windows.Forms.TextBox
|
||||
Friend WithEvents Label8 As Windows.Forms.Label
|
||||
End Class
|
||||
Reference in New Issue
Block a user