Partial Class frmUeberstundenauszahlen Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. 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. 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.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.Label12 = New System.Windows.Forms.Label() Me.LinkLabel1 = New System.Windows.Forms.LinkLabel() Me.txtBruttoSum = New System.Windows.Forms.TextBox() Me.txtNettoSum = New System.Windows.Forms.TextBox() Me.Label11 = New System.Windows.Forms.Label() Me.txtAusz100Netto = New System.Windows.Forms.TextBox() Me.txtAusz50Netto = New System.Windows.Forms.TextBox() Me.txtAusz50vonSaldoNetto = New System.Windows.Forms.TextBox() Me.Label10 = New System.Windows.Forms.Label() Me.txtAuszManuell_hhmm = New System.Windows.Forms.TextBox() Me.txtAusz_hhmm = New System.Windows.Forms.TextBox() Me.Label9 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() 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.dgvUeberstunden = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components) 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.lblWarning = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.PictureBox5 = New System.Windows.Forms.PictureBox() Me.TabControl1 = New System.Windows.Forms.TabControl() Me.TabPage1 = New System.Windows.Forms.TabPage() Me.TabPage2 = New System.Windows.Forms.TabPage() Me.cbxalle = New System.Windows.Forms.CheckBox() Me.dgvUberstundenauszahlungen = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components) Me.Label69 = New System.Windows.Forms.Label() CType(Me.picDel, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() CType(Me.picShow, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.dgvUeberstunden, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).BeginInit() Me.TabControl1.SuspendLayout() Me.TabPage1.SuspendLayout() Me.TabPage2.SuspendLayout() CType(Me.dgvUberstundenauszahlungen, 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(6, 42) 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(3, 26) 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(0, 13) Me.Label3.TabIndex = 3 ' '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(245, 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(227, 26) 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(227, 46) 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(521, 212) 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(316, 27) Me.txtAusz100.Name = "txtAusz100" Me.txtAusz100.ReadOnly = True Me.txtAusz100.Size = New System.Drawing.Size(40, 20) Me.txtAusz100.TabIndex = 16 Me.txtAusz100.Text = "0" ' 'txtAusz50 ' Me.txtAusz50.Location = New System.Drawing.Point(316, 69) Me.txtAusz50.Name = "txtAusz50" Me.txtAusz50.ReadOnly = True Me.txtAusz50.Size = New System.Drawing.Size(40, 20) Me.txtAusz50.TabIndex = 17 Me.txtAusz50.Text = "0" ' 'cbxabwDatum ' Me.cbxabwDatum.AutoSize = True Me.cbxabwDatum.Location = New System.Drawing.Point(6, 6) 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(125, 26) 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(128, 42) 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(399, 69) Me.txtberAusz50.Name = "txtberAusz50" Me.txtberAusz50.ReadOnly = True Me.txtberAusz50.Size = New System.Drawing.Size(40, 20) Me.txtberAusz50.TabIndex = 24 Me.txtberAusz50.Text = "0" ' 'txtberAusz100 ' Me.txtberAusz100.Location = New System.Drawing.Point(399, 27) Me.txtberAusz100.Name = "txtberAusz100" Me.txtberAusz100.ReadOnly = True Me.txtberAusz100.Size = New System.Drawing.Size(40, 20) Me.txtberAusz100.TabIndex = 23 Me.txtberAusz100.Text = "0" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(381, 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(479, 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(316, 108) Me.txtAusz50vonSaldo.Name = "txtAusz50vonSaldo" Me.txtAusz50vonSaldo.ReadOnly = True Me.txtAusz50vonSaldo.Size = New System.Drawing.Size(40, 20) Me.txtAusz50vonSaldo.TabIndex = 29 Me.txtAusz50vonSaldo.Text = "0" ' 'Panel1 ' Me.Panel1.Controls.Add(Me.Label12) Me.Panel1.Controls.Add(Me.LinkLabel1) Me.Panel1.Controls.Add(Me.txtBruttoSum) Me.Panel1.Controls.Add(Me.txtNettoSum) Me.Panel1.Controls.Add(Me.Label11) Me.Panel1.Controls.Add(Me.txtAusz100Netto) Me.Panel1.Controls.Add(Me.txtAusz50Netto) Me.Panel1.Controls.Add(Me.txtAusz50vonSaldoNetto) Me.Panel1.Controls.Add(Me.Label10) Me.Panel1.Controls.Add(Me.txtAuszManuell_hhmm) Me.Panel1.Controls.Add(Me.txtAusz_hhmm) Me.Panel1.Controls.Add(Me.Label9) Me.Panel1.Controls.Add(Me.Label6) 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(6, 68) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(619, 281) Me.Panel1.TabIndex = 30 ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Location = New System.Drawing.Point(200, 150) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(42, 13) Me.Label12.TabIndex = 54 Me.Label12.Text = "Summe" ' 'LinkLabel1 ' Me.LinkLabel1.AutoSize = True Me.LinkLabel1.Location = New System.Drawing.Point(447, 258) Me.LinkLabel1.Name = "LinkLabel1" Me.LinkLabel1.Size = New System.Drawing.Size(161, 13) Me.LinkLabel1.TabIndex = 131 Me.LinkLabel1.TabStop = True Me.LinkLabel1.Text = "zu unterschreibende Dokumente" Me.LinkLabel1.Visible = False ' 'txtBruttoSum ' Me.txtBruttoSum.Location = New System.Drawing.Point(316, 147) Me.txtBruttoSum.Name = "txtBruttoSum" Me.txtBruttoSum.ReadOnly = True Me.txtBruttoSum.Size = New System.Drawing.Size(40, 20) Me.txtBruttoSum.TabIndex = 53 Me.txtBruttoSum.Text = "0" ' 'txtNettoSum ' Me.txtNettoSum.Location = New System.Drawing.Point(248, 147) Me.txtNettoSum.Name = "txtNettoSum" Me.txtNettoSum.ReadOnly = True Me.txtNettoSum.Size = New System.Drawing.Size(40, 20) Me.txtNettoSum.TabIndex = 52 Me.txtNettoSum.Text = "0" ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Location = New System.Drawing.Point(253, 11) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(33, 13) Me.Label11.TabIndex = 51 Me.Label11.Text = "Netto" ' 'txtAusz100Netto ' Me.txtAusz100Netto.Location = New System.Drawing.Point(248, 30) Me.txtAusz100Netto.Name = "txtAusz100Netto" Me.txtAusz100Netto.ReadOnly = True Me.txtAusz100Netto.Size = New System.Drawing.Size(40, 20) Me.txtAusz100Netto.TabIndex = 50 Me.txtAusz100Netto.Text = "0" ' 'txtAusz50Netto ' Me.txtAusz50Netto.Location = New System.Drawing.Point(248, 69) Me.txtAusz50Netto.Name = "txtAusz50Netto" Me.txtAusz50Netto.ReadOnly = True Me.txtAusz50Netto.Size = New System.Drawing.Size(40, 20) Me.txtAusz50Netto.TabIndex = 49 Me.txtAusz50Netto.Text = "0" ' 'txtAusz50vonSaldoNetto ' Me.txtAusz50vonSaldoNetto.Location = New System.Drawing.Point(248, 108) Me.txtAusz50vonSaldoNetto.Name = "txtAusz50vonSaldoNetto" Me.txtAusz50vonSaldoNetto.ReadOnly = True Me.txtAusz50vonSaldoNetto.Size = New System.Drawing.Size(40, 20) Me.txtAusz50vonSaldoNetto.TabIndex = 48 Me.txtAusz50vonSaldoNetto.Text = "0" ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Location = New System.Drawing.Point(313, 11) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(35, 13) Me.Label10.TabIndex = 47 Me.Label10.Text = "Brutto" ' 'txtAuszManuell_hhmm ' Me.txtAuszManuell_hhmm.Location = New System.Drawing.Point(305, 222) Me.txtAuszManuell_hhmm.Name = "txtAuszManuell_hhmm" Me.txtAuszManuell_hhmm.Size = New System.Drawing.Size(54, 20) Me.txtAuszManuell_hhmm.TabIndex = 46 Me.txtAuszManuell_hhmm.Text = "0" Me.txtAuszManuell_hhmm.Visible = False ' 'txtAusz_hhmm ' Me.txtAusz_hhmm.Location = New System.Drawing.Point(245, 222) Me.txtAusz_hhmm.Name = "txtAusz_hhmm" Me.txtAusz_hhmm.Size = New System.Drawing.Size(54, 20) Me.txtAusz_hhmm.TabIndex = 45 Me.txtAusz_hhmm.Text = "0" ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Location = New System.Drawing.Point(195, 225) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(38, 13) Me.Label9.TabIndex = 42 Me.Label9.Text = "hh:mm" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(195, 199) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(44, 13) Me.Label6.TabIndex = 39 Me.Label6.Text = "Dezimal" ' '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(506, 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(305, 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(295, 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(295, 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(295, 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(399, 108) Me.txtberAusz25.Name = "txtberAusz25" Me.txtberAusz25.ReadOnly = True Me.txtberAusz25.Size = New System.Drawing.Size(40, 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.Enabled = False 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 ' '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(538, 11) Me.dgvUeberstunden.Name = "dgvUeberstunden" Me.dgvUeberstunden.ReadOnly = True Me.dgvUeberstunden.Size = New System.Drawing.Size(70, 117) Me.dgvUeberstunden.TabIndex = 13 Me.dgvUeberstunden.Visible = False ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(247, 179) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(93, 13) Me.Label8.TabIndex = 33 Me.Label8.Text = "Auszahlen (Brutto)" ' '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(230, 6) 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(180, 6) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(29, 26) Me.PictureBox1.TabIndex = 38 Me.PictureBox1.TabStop = False ' 'lblWarning ' Me.lblWarning.AutoSize = True Me.lblWarning.ForeColor = System.Drawing.Color.Red Me.lblWarning.Location = New System.Drawing.Point(295, 6) Me.lblWarning.Name = "lblWarning" Me.lblWarning.Size = New System.Drawing.Size(0, 13) Me.lblWarning.TabIndex = 39 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.ForeColor = System.Drawing.Color.Red Me.Label5.Location = New System.Drawing.Point(369, 46) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(0, 13) Me.Label5.TabIndex = 40 ' 'PictureBox5 ' Me.PictureBox5.BackgroundImage = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.blue_question_mark_hi Me.PictureBox5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox5.Location = New System.Drawing.Point(587, 6) Me.PictureBox5.Name = "PictureBox5" Me.PictureBox5.Size = New System.Drawing.Size(38, 36) Me.PictureBox5.TabIndex = 130 Me.PictureBox5.TabStop = False ' 'TabControl1 ' Me.TabControl1.Controls.Add(Me.TabPage1) Me.TabControl1.Controls.Add(Me.TabPage2) Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Left Me.TabControl1.Location = New System.Drawing.Point(0, 0) Me.TabControl1.Name = "TabControl1" Me.TabControl1.SelectedIndex = 0 Me.TabControl1.Size = New System.Drawing.Size(699, 397) Me.TabControl1.TabIndex = 132 ' 'TabPage1 ' Me.TabPage1.Controls.Add(Me.cbxabwDatum) Me.TabPage1.Controls.Add(Me.dtpMonat) Me.TabPage1.Controls.Add(Me.PictureBox5) Me.TabPage1.Controls.Add(Me.lblMonat) Me.TabPage1.Controls.Add(Me.Label5) Me.TabPage1.Controls.Add(Me.lblMA) Me.TabPage1.Controls.Add(Me.lblWarning) Me.TabPage1.Controls.Add(Me.Label7) Me.TabPage1.Controls.Add(Me.PictureBox1) Me.TabPage1.Controls.Add(Me.dtpBis) Me.TabPage1.Controls.Add(Me.cbxTeilzeit) Me.TabPage1.Controls.Add(Me.lblBis) Me.TabPage1.Controls.Add(Me.Panel1) Me.TabPage1.Location = New System.Drawing.Point(4, 22) Me.TabPage1.Name = "TabPage1" Me.TabPage1.Padding = New System.Windows.Forms.Padding(3) Me.TabPage1.Size = New System.Drawing.Size(691, 371) Me.TabPage1.TabIndex = 0 Me.TabPage1.Text = "Überstunden" Me.TabPage1.UseVisualStyleBackColor = True ' 'TabPage2 ' Me.TabPage2.Controls.Add(Me.cbxalle) Me.TabPage2.Controls.Add(Me.dgvUberstundenauszahlungen) Me.TabPage2.Controls.Add(Me.Label69) Me.TabPage2.Location = New System.Drawing.Point(4, 22) Me.TabPage2.Name = "TabPage2" Me.TabPage2.Padding = New System.Windows.Forms.Padding(3) Me.TabPage2.Size = New System.Drawing.Size(691, 371) Me.TabPage2.TabIndex = 1 Me.TabPage2.Text = "bereits ausgezahlt" Me.TabPage2.UseVisualStyleBackColor = True ' 'cbxalle ' Me.cbxalle.AutoSize = True Me.cbxalle.Location = New System.Drawing.Point(643, 3) Me.cbxalle.Name = "cbxalle" Me.cbxalle.Size = New System.Drawing.Size(42, 17) Me.cbxalle.TabIndex = 139 Me.cbxalle.Text = "alle" Me.cbxalle.UseVisualStyleBackColor = True Me.cbxalle.Visible = False ' 'dgvUberstundenauszahlungen ' Me.dgvUberstundenauszahlungen.AKTUALISIERUNGS_INTERVALL = -1 Me.dgvUberstundenauszahlungen.AllowUserToAddRows = False Me.dgvUberstundenauszahlungen.AllowUserToDeleteRows = False Me.dgvUberstundenauszahlungen.BackgroundColor = System.Drawing.Color.White Me.dgvUberstundenauszahlungen.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvUberstundenauszahlungen.Location = New System.Drawing.Point(8, 20) Me.dgvUberstundenauszahlungen.Name = "dgvUberstundenauszahlungen" Me.dgvUberstundenauszahlungen.ReadOnly = True Me.dgvUberstundenauszahlungen.Size = New System.Drawing.Size(677, 320) Me.dgvUberstundenauszahlungen.TabIndex = 138 ' 'Label69 ' Me.Label69.AutoSize = True Me.Label69.Cursor = System.Windows.Forms.Cursors.Default Me.Label69.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label69.Location = New System.Drawing.Point(1, 2) Me.Label69.Name = "Label69" Me.Label69.Size = New System.Drawing.Size(190, 16) Me.Label69.TabIndex = 137 Me.Label69.Text = "Überstundenauszahlungen" ' 'frmUeberstundenauszahlen ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(705, 397) Me.Controls.Add(Me.TabControl1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) 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.dgvUeberstunden, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).EndInit() Me.TabControl1.ResumeLayout(False) Me.TabPage1.ResumeLayout(False) Me.TabPage1.PerformLayout() Me.TabPage2.ResumeLayout(False) Me.TabPage2.PerformLayout() CType(Me.dgvUberstundenauszahlungen, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) 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 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 Friend WithEvents Label5 As Windows.Forms.Label Friend WithEvents Label9 As Windows.Forms.Label Friend WithEvents Label6 As Windows.Forms.Label Friend WithEvents txtAuszManuell_hhmm As Windows.Forms.TextBox Friend WithEvents txtAusz_hhmm As Windows.Forms.TextBox Friend WithEvents Label10 As Windows.Forms.Label Friend WithEvents Label11 As Windows.Forms.Label Friend WithEvents txtAusz100Netto As Windows.Forms.TextBox Friend WithEvents txtAusz50Netto As Windows.Forms.TextBox Friend WithEvents txtAusz50vonSaldoNetto As Windows.Forms.TextBox Friend WithEvents txtNettoSum As Windows.Forms.TextBox Friend WithEvents txtBruttoSum As Windows.Forms.TextBox Friend WithEvents Label12 As Windows.Forms.Label Friend WithEvents PictureBox5 As Windows.Forms.PictureBox Friend WithEvents LinkLabel1 As Windows.Forms.LinkLabel Friend WithEvents TabControl1 As Windows.Forms.TabControl Friend WithEvents TabPage1 As Windows.Forms.TabPage Friend WithEvents TabPage2 As Windows.Forms.TabPage Friend WithEvents dgvUberstundenauszahlungen As MyDatagridview Friend WithEvents Label69 As Windows.Forms.Label Friend WithEvents cbxalle As Windows.Forms.CheckBox End Class