569 lines
23 KiB
VB.net
569 lines
23 KiB
VB.net
<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()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmUeberstundenauszahlen))
|
|
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.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.lbllfdSaldo = 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.picShow = New System.Windows.Forms.PictureBox()
|
|
Me.txtAuszManuell = New System.Windows.Forms.TextBox()
|
|
Me.cx25 = New System.Windows.Forms.CheckBox()
|
|
Me.cbx50 = New System.Windows.Forms.CheckBox()
|
|
Me.cbx100 = New System.Windows.Forms.CheckBox()
|
|
Me.txtberAusz25 = New System.Windows.Forms.TextBox()
|
|
Me.cbxoverwrite = New System.Windows.Forms.CheckBox()
|
|
Me.Label8 = New System.Windows.Forms.Label()
|
|
Me.txt50x1 = New System.Windows.Forms.TextBox()
|
|
Me.cbxTeilzeit = New System.Windows.Forms.CheckBox()
|
|
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
|
Me.dgvUeberstunden = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
|
Me.lblWarning = New System.Windows.Forms.Label()
|
|
CType(Me.picDel, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.Panel1.SuspendLayout()
|
|
CType(Me.picShow, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
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(33, 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(32, 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(33, 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(36, 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(36, 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(35, 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"
|
|
'
|
|
'txtAusz
|
|
'
|
|
Me.txtAusz.Location = New System.Drawing.Point(212, 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(236, 25)
|
|
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(236, 45)
|
|
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(464, 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(132, 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(132, 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(217, 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(217, 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(130, 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(309, 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(309, 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(306, 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(36, 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"
|
|
'
|
|
'lbllfdSaldo
|
|
'
|
|
Me.lbllfdSaldo.AutoSize = True
|
|
Me.lbllfdSaldo.Location = New System.Drawing.Point(33, 92)
|
|
Me.lbllfdSaldo.Name = "lbllfdSaldo"
|
|
Me.lbllfdSaldo.Size = New System.Drawing.Size(48, 13)
|
|
Me.lbllfdSaldo.TabIndex = 27
|
|
Me.lbllfdSaldo.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(404, 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(217, 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.picShow)
|
|
Me.Panel1.Controls.Add(Me.txtAuszManuell)
|
|
Me.Panel1.Controls.Add(Me.cx25)
|
|
Me.Panel1.Controls.Add(Me.cbx50)
|
|
Me.Panel1.Controls.Add(Me.cbx100)
|
|
Me.Panel1.Controls.Add(Me.txtberAusz25)
|
|
Me.Panel1.Controls.Add(Me.cbxoverwrite)
|
|
Me.Panel1.Controls.Add(Me.dgvUeberstunden)
|
|
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.lbllfdSaldo)
|
|
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.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(619, 235)
|
|
Me.Panel1.TabIndex = 30
|
|
'
|
|
'picShow
|
|
'
|
|
Me.picShow.BackgroundImage = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.today
|
|
Me.picShow.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.picShow.Location = New System.Drawing.Point(431, 11)
|
|
Me.picShow.Name = "picShow"
|
|
Me.picShow.Size = New System.Drawing.Size(21, 16)
|
|
Me.picShow.TabIndex = 38
|
|
Me.picShow.TabStop = False
|
|
Me.picShow.Visible = False
|
|
'
|
|
'txtAuszManuell
|
|
'
|
|
Me.txtAuszManuell.Location = New System.Drawing.Point(272, 196)
|
|
Me.txtAuszManuell.Name = "txtAuszManuell"
|
|
Me.txtAuszManuell.Size = New System.Drawing.Size(54, 20)
|
|
Me.txtAuszManuell.TabIndex = 37
|
|
Me.txtAuszManuell.Text = "0"
|
|
Me.txtAuszManuell.Visible = False
|
|
'
|
|
'cx25
|
|
'
|
|
Me.cx25.AutoSize = True
|
|
Me.cx25.Location = New System.Drawing.Point(196, 111)
|
|
Me.cx25.Name = "cx25"
|
|
Me.cx25.Size = New System.Drawing.Size(15, 14)
|
|
Me.cx25.TabIndex = 36
|
|
Me.cx25.UseVisualStyleBackColor = True
|
|
'
|
|
'cbx50
|
|
'
|
|
Me.cbx50.AutoSize = True
|
|
Me.cbx50.Location = New System.Drawing.Point(196, 72)
|
|
Me.cbx50.Name = "cbx50"
|
|
Me.cbx50.Size = New System.Drawing.Size(15, 14)
|
|
Me.cbx50.TabIndex = 35
|
|
Me.cbx50.UseVisualStyleBackColor = True
|
|
'
|
|
'cbx100
|
|
'
|
|
Me.cbx100.AutoSize = True
|
|
Me.cbx100.Location = New System.Drawing.Point(196, 30)
|
|
Me.cbx100.Name = "cbx100"
|
|
Me.cbx100.Size = New System.Drawing.Size(15, 14)
|
|
Me.cbx100.TabIndex = 32
|
|
Me.cbx100.UseVisualStyleBackColor = True
|
|
'
|
|
'txtberAusz25
|
|
'
|
|
Me.txtberAusz25.Location = New System.Drawing.Point(309, 108)
|
|
Me.txtberAusz25.Name = "txtberAusz25"
|
|
Me.txtberAusz25.ReadOnly = True
|
|
Me.txtberAusz25.Size = New System.Drawing.Size(54, 20)
|
|
Me.txtberAusz25.TabIndex = 34
|
|
Me.txtberAusz25.Text = "0"
|
|
Me.txtberAusz25.Visible = False
|
|
'
|
|
'cbxoverwrite
|
|
'
|
|
Me.cbxoverwrite.AutoSize = True
|
|
Me.cbxoverwrite.Checked = True
|
|
Me.cbxoverwrite.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.cbxoverwrite.Location = New System.Drawing.Point(79, 179)
|
|
Me.cbxoverwrite.Name = "cbxoverwrite"
|
|
Me.cbxoverwrite.Size = New System.Drawing.Size(102, 17)
|
|
Me.cbxoverwrite.TabIndex = 31
|
|
Me.cbxoverwrite.Text = "max. auszahlbar"
|
|
Me.cbxoverwrite.UseVisualStyleBackColor = True
|
|
'
|
|
'Label8
|
|
'
|
|
Me.Label8.AutoSize = True
|
|
Me.Label8.Location = New System.Drawing.Point(214, 179)
|
|
Me.Label8.Name = "Label8"
|
|
Me.Label8.Size = New System.Drawing.Size(56, 13)
|
|
Me.Label8.TabIndex = 33
|
|
Me.Label8.Text = "Auszahlen"
|
|
'
|
|
'txt50x1
|
|
'
|
|
Me.txt50x1.Location = New System.Drawing.Point(132, 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"
|
|
'
|
|
'cbxTeilzeit
|
|
'
|
|
Me.cbxTeilzeit.AutoSize = True
|
|
Me.cbxTeilzeit.Location = New System.Drawing.Point(239, 5)
|
|
Me.cbxTeilzeit.Name = "cbxTeilzeit"
|
|
Me.cbxTeilzeit.Size = New System.Drawing.Size(59, 17)
|
|
Me.cbxTeilzeit.TabIndex = 31
|
|
Me.cbxTeilzeit.Text = "Teilzeit"
|
|
Me.cbxTeilzeit.UseVisualStyleBackColor = True
|
|
'
|
|
'PictureBox1
|
|
'
|
|
Me.PictureBox1.BackgroundImage = CType(resources.GetObject("PictureBox1.BackgroundImage"), System.Drawing.Image)
|
|
Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.PictureBox1.Location = New System.Drawing.Point(422, 12)
|
|
Me.PictureBox1.Name = "PictureBox1"
|
|
Me.PictureBox1.Size = New System.Drawing.Size(29, 26)
|
|
Me.PictureBox1.TabIndex = 38
|
|
Me.PictureBox1.TabStop = False
|
|
'
|
|
'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, 30)
|
|
Me.dgvUeberstunden.Name = "dgvUeberstunden"
|
|
Me.dgvUeberstunden.ReadOnly = True
|
|
Me.dgvUeberstunden.Size = New System.Drawing.Size(227, 98)
|
|
Me.dgvUeberstunden.TabIndex = 13
|
|
Me.dgvUeberstunden.Visible = False
|
|
'
|
|
'lblWarning
|
|
'
|
|
Me.lblWarning.AutoSize = True
|
|
Me.lblWarning.ForeColor = System.Drawing.Color.Red
|
|
Me.lblWarning.Location = New System.Drawing.Point(413, 48)
|
|
Me.lblWarning.Name = "lblWarning"
|
|
Me.lblWarning.Size = New System.Drawing.Size(0, 13)
|
|
Me.lblWarning.TabIndex = 39
|
|
'
|
|
'frmUeberstundenauszahlen
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(646, 337)
|
|
Me.Controls.Add(Me.lblWarning)
|
|
Me.Controls.Add(Me.PictureBox1)
|
|
Me.Controls.Add(Me.cbxTeilzeit)
|
|
Me.Controls.Add(Me.Panel1)
|
|
Me.Controls.Add(Me.lblBis)
|
|
Me.Controls.Add(Me.dtpBis)
|
|
Me.Controls.Add(Me.cbxabwDatum)
|
|
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.picShow, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
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 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 lbllfdSaldo 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
|
|
Friend WithEvents cbxoverwrite As Windows.Forms.CheckBox
|
|
Friend WithEvents cbxTeilzeit As Windows.Forms.CheckBox
|
|
Friend WithEvents txtberAusz25 As Windows.Forms.TextBox
|
|
Friend WithEvents cx25 As Windows.Forms.CheckBox
|
|
Friend WithEvents cbx50 As Windows.Forms.CheckBox
|
|
Friend WithEvents cbx100 As Windows.Forms.CheckBox
|
|
Friend WithEvents txtAuszManuell As Windows.Forms.TextBox
|
|
Friend WithEvents PictureBox1 As Windows.Forms.PictureBox
|
|
Friend WithEvents picShow As Windows.Forms.PictureBox
|
|
Friend WithEvents lblWarning As Windows.Forms.Label
|
|
End Class
|