422 lines
20 KiB
VB.net
422 lines
20 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class usrCntlUSTV
|
|
Inherits System.Windows.Forms.UserControl
|
|
|
|
'UserControl ü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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
Me.pnlFilter = New System.Windows.Forms.Panel()
|
|
Me.dgvUSTV = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|
Me.cbxEingereicht = New System.Windows.Forms.CheckBox()
|
|
Me.cbxTopMax = New System.Windows.Forms.CheckBox()
|
|
Me.txtMaxSrch = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.cboJahrBis = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.lblKunde = New System.Windows.Forms.Label()
|
|
Me.KdSearchBox1 = New VERAG_PROG_ALLGEMEIN.KdSearchBox()
|
|
Me.cboJahr = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.Button14 = New System.Windows.Forms.Button()
|
|
Me.FlatButton2 = New System.Windows.Forms.Button()
|
|
Me.Panel2 = New System.Windows.Forms.Panel()
|
|
Me.Panel3 = New System.Windows.Forms.Panel()
|
|
Me.btnMail = New System.Windows.Forms.Button()
|
|
Me.btnPLOSEAlle = New System.Windows.Forms.Button()
|
|
Me.Button5 = New System.Windows.Forms.Button()
|
|
Me.Button8 = New System.Windows.Forms.Button()
|
|
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
|
Me.btnRMCalle = New System.Windows.Forms.Button()
|
|
CType(Me.dgvUSTV, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.Panel1.SuspendLayout()
|
|
Me.Panel2.SuspendLayout()
|
|
Me.Panel3.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'pnlFilter
|
|
'
|
|
Me.pnlFilter.BackColor = System.Drawing.Color.White
|
|
Me.pnlFilter.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.pnlFilter.Dock = System.Windows.Forms.DockStyle.Bottom
|
|
Me.pnlFilter.Location = New System.Drawing.Point(0, 53)
|
|
Me.pnlFilter.Name = "pnlFilter"
|
|
Me.pnlFilter.Size = New System.Drawing.Size(1072, 31)
|
|
Me.pnlFilter.TabIndex = 6
|
|
'
|
|
'dgvUSTV
|
|
'
|
|
Me.dgvUSTV.AKTUALISIERUNGS_INTERVALL = -1
|
|
Me.dgvUSTV.AllowUserToAddRows = False
|
|
Me.dgvUSTV.AllowUserToDeleteRows = False
|
|
DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
|
|
Me.dgvUSTV.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
|
|
Me.dgvUSTV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.dgvUSTV.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.dgvUSTV.Location = New System.Drawing.Point(0, 84)
|
|
Me.dgvUSTV.MultiSelect = False
|
|
Me.dgvUSTV.Name = "dgvUSTV"
|
|
Me.dgvUSTV.ReadOnly = True
|
|
Me.dgvUSTV.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
|
Me.dgvUSTV.Size = New System.Drawing.Size(1072, 457)
|
|
Me.dgvUSTV.TabIndex = 1
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.Label1.Location = New System.Drawing.Point(3, 6)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(56, 20)
|
|
Me.Label1.TabIndex = 0
|
|
Me.Label1.Text = "USTV"
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
|
|
Me.Panel1.Controls.Add(Me.cbxEingereicht)
|
|
Me.Panel1.Controls.Add(Me.cbxTopMax)
|
|
Me.Panel1.Controls.Add(Me.txtMaxSrch)
|
|
Me.Panel1.Controls.Add(Me.cboJahrBis)
|
|
Me.Panel1.Controls.Add(Me.Label2)
|
|
Me.Panel1.Controls.Add(Me.lblKunde)
|
|
Me.Panel1.Controls.Add(Me.KdSearchBox1)
|
|
Me.Panel1.Controls.Add(Me.cboJahr)
|
|
Me.Panel1.Controls.Add(Me.Label1)
|
|
Me.Panel1.Controls.Add(Me.pnlFilter)
|
|
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.Panel1.Location = New System.Drawing.Point(0, 0)
|
|
Me.Panel1.Name = "Panel1"
|
|
Me.Panel1.Size = New System.Drawing.Size(1072, 84)
|
|
Me.Panel1.TabIndex = 0
|
|
'
|
|
'cbxEingereicht
|
|
'
|
|
Me.cbxEingereicht.AutoSize = True
|
|
Me.cbxEingereicht.Checked = True
|
|
Me.cbxEingereicht.CheckState = System.Windows.Forms.CheckState.Indeterminate
|
|
Me.cbxEingereicht.Location = New System.Drawing.Point(367, 35)
|
|
Me.cbxEingereicht.Name = "cbxEingereicht"
|
|
Me.cbxEingereicht.Size = New System.Drawing.Size(118, 17)
|
|
Me.cbxEingereicht.TabIndex = 46
|
|
Me.cbxEingereicht.Text = "Anträge eingereicht"
|
|
Me.cbxEingereicht.ThreeState = True
|
|
Me.cbxEingereicht.UseVisualStyleBackColor = True
|
|
'
|
|
'cbxTopMax
|
|
'
|
|
Me.cbxTopMax.AutoSize = True
|
|
Me.cbxTopMax.Checked = True
|
|
Me.cbxTopMax.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.cbxTopMax.Location = New System.Drawing.Point(668, 10)
|
|
Me.cbxTopMax.Name = "cbxTopMax"
|
|
Me.cbxTopMax.Size = New System.Drawing.Size(46, 17)
|
|
Me.cbxTopMax.TabIndex = 45
|
|
Me.cbxTopMax.Text = "Max"
|
|
Me.cbxTopMax.UseVisualStyleBackColor = True
|
|
'
|
|
'txtMaxSrch
|
|
'
|
|
Me.txtMaxSrch._DateTimeOnly = False
|
|
Me.txtMaxSrch._numbersOnly = True
|
|
Me.txtMaxSrch._numbersOnlyKommastellen = ""
|
|
Me.txtMaxSrch._numbersOnlyTrennzeichen = True
|
|
Me.txtMaxSrch._Prozent = False
|
|
Me.txtMaxSrch._ShortDateNew = False
|
|
Me.txtMaxSrch._ShortDateOnly = False
|
|
Me.txtMaxSrch._TimeOnly = False
|
|
Me.txtMaxSrch._TimeOnly_Seconds = False
|
|
Me.txtMaxSrch._value = ""
|
|
Me.txtMaxSrch._Waehrung = False
|
|
Me.txtMaxSrch._WaehrungZeichen = True
|
|
Me.txtMaxSrch.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtMaxSrch.ForeColor = System.Drawing.Color.Black
|
|
Me.txtMaxSrch.Location = New System.Drawing.Point(720, 9)
|
|
Me.txtMaxSrch.MaxLineLength = -1
|
|
Me.txtMaxSrch.MaxLines_Warning = ""
|
|
Me.txtMaxSrch.MaxLines_Warning_Label = Nothing
|
|
Me.txtMaxSrch.Name = "txtMaxSrch"
|
|
Me.txtMaxSrch.Size = New System.Drawing.Size(41, 20)
|
|
Me.txtMaxSrch.TabIndex = 44
|
|
Me.txtMaxSrch.Text = "200"
|
|
Me.txtMaxSrch.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
|
|
'
|
|
'cboJahrBis
|
|
'
|
|
Me.cboJahrBis._allowedValuesFreiText = Nothing
|
|
Me.cboJahrBis._allowFreiText = False
|
|
Me.cboJahrBis._value = ""
|
|
Me.cboJahrBis.FormattingEnabled = True
|
|
Me.cboJahrBis.Location = New System.Drawing.Point(527, 8)
|
|
Me.cboJahrBis.Name = "cboJahrBis"
|
|
Me.cboJahrBis.Size = New System.Drawing.Size(121, 21)
|
|
Me.cboJahrBis.TabIndex = 7
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(364, 12)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(30, 13)
|
|
Me.Label2.TabIndex = 3
|
|
Me.Label2.Text = "Jahr:"
|
|
'
|
|
'lblKunde
|
|
'
|
|
Me.lblKunde.AutoSize = True
|
|
Me.lblKunde.Location = New System.Drawing.Point(99, 12)
|
|
Me.lblKunde.Name = "lblKunde"
|
|
Me.lblKunde.Size = New System.Drawing.Size(41, 13)
|
|
Me.lblKunde.TabIndex = 1
|
|
Me.lblKunde.Text = "Kunde:"
|
|
'
|
|
'KdSearchBox1
|
|
'
|
|
Me.KdSearchBox1._AlleFirmenCLUSTER = False
|
|
Me.KdSearchBox1._AllowSetValue = True
|
|
Me.KdSearchBox1._autoSizeGross = False
|
|
Me.KdSearchBox1._display_Name1 = False
|
|
Me.KdSearchBox1._displayAVISO_Email = False
|
|
Me.KdSearchBox1._displayFullName = False
|
|
Me.KdSearchBox1._displayWoelflKd = True
|
|
Me.KdSearchBox1._hideIfListEmpty = True
|
|
Me.KdSearchBox1._loadKdData = False
|
|
Me.KdSearchBox1._searchName1 = True
|
|
Me.KdSearchBox1._UseFIRMA = ""
|
|
Me.KdSearchBox1._ValueKdAndName = True
|
|
Me.KdSearchBox1.dgvpos = "LEFT"
|
|
Me.KdSearchBox1.KdName = ""
|
|
Me.KdSearchBox1.KdNr = "-1"
|
|
Me.KdSearchBox1.kdNrField = Nothing
|
|
Me.KdSearchBox1.KdNrNullInt = Nothing
|
|
Me.KdSearchBox1.Location = New System.Drawing.Point(146, 8)
|
|
Me.KdSearchBox1.Name = "KdSearchBox1"
|
|
Me.KdSearchBox1.nurAktive = True
|
|
Me.KdSearchBox1.searchActive = True
|
|
Me.KdSearchBox1.Size = New System.Drawing.Size(212, 20)
|
|
Me.KdSearchBox1.TabIndex = 2
|
|
Me.KdSearchBox1.TIMER_SEARCH = True
|
|
Me.KdSearchBox1.usrcntl = Nothing
|
|
'
|
|
'cboJahr
|
|
'
|
|
Me.cboJahr._allowedValuesFreiText = Nothing
|
|
Me.cboJahr._allowFreiText = False
|
|
Me.cboJahr._value = ""
|
|
Me.cboJahr.FormattingEnabled = True
|
|
Me.cboJahr.Location = New System.Drawing.Point(400, 8)
|
|
Me.cboJahr.Name = "cboJahr"
|
|
Me.cboJahr.Size = New System.Drawing.Size(121, 21)
|
|
Me.cboJahr.TabIndex = 4
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button1.ForeColor = System.Drawing.Color.Black
|
|
Me.Button1.Image = Global.SDL.My.Resources.Resources.Excel_logo
|
|
Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button1.Location = New System.Drawing.Point(955, 6)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(114, 39)
|
|
Me.Button1.TabIndex = 5
|
|
Me.Button1.Text = "In Excel " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "konvertieren"
|
|
Me.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'Button14
|
|
'
|
|
Me.Button14.Enabled = False
|
|
Me.Button14.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button14.ForeColor = System.Drawing.Color.Black
|
|
Me.Button14.Image = Global.SDL.My.Resources.Resources.plus
|
|
Me.Button14.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button14.Location = New System.Drawing.Point(7, 6)
|
|
Me.Button14.Name = "Button14"
|
|
Me.Button14.Size = New System.Drawing.Size(75, 39)
|
|
Me.Button14.TabIndex = 3
|
|
Me.Button14.Text = "Neu"
|
|
Me.Button14.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.Button14.UseVisualStyleBackColor = True
|
|
'
|
|
'FlatButton2
|
|
'
|
|
Me.FlatButton2.Enabled = False
|
|
Me.FlatButton2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.FlatButton2.ForeColor = System.Drawing.Color.Black
|
|
Me.FlatButton2.Image = Global.SDL.My.Resources.Resources.del
|
|
Me.FlatButton2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.FlatButton2.Location = New System.Drawing.Point(88, 7)
|
|
Me.FlatButton2.Name = "FlatButton2"
|
|
Me.FlatButton2.Size = New System.Drawing.Size(86, 39)
|
|
Me.FlatButton2.TabIndex = 4
|
|
Me.FlatButton2.Text = "Löschen"
|
|
Me.FlatButton2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.FlatButton2.UseVisualStyleBackColor = True
|
|
'
|
|
'Panel2
|
|
'
|
|
Me.Panel2.BackColor = System.Drawing.Color.White
|
|
Me.Panel2.Controls.Add(Me.Panel3)
|
|
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Bottom
|
|
Me.Panel2.Location = New System.Drawing.Point(0, 541)
|
|
Me.Panel2.MinimumSize = New System.Drawing.Size(0, 50)
|
|
Me.Panel2.Name = "Panel2"
|
|
Me.Panel2.Size = New System.Drawing.Size(1072, 66)
|
|
Me.Panel2.TabIndex = 2
|
|
'
|
|
'Panel3
|
|
'
|
|
Me.Panel3.AutoSize = True
|
|
Me.Panel3.Controls.Add(Me.btnRMCalle)
|
|
Me.Panel3.Controls.Add(Me.btnMail)
|
|
Me.Panel3.Controls.Add(Me.btnPLOSEAlle)
|
|
Me.Panel3.Controls.Add(Me.Button5)
|
|
Me.Panel3.Controls.Add(Me.Button8)
|
|
Me.Panel3.Controls.Add(Me.Button1)
|
|
Me.Panel3.Controls.Add(Me.Button14)
|
|
Me.Panel3.Controls.Add(Me.FlatButton2)
|
|
Me.Panel3.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.Panel3.Location = New System.Drawing.Point(0, 0)
|
|
Me.Panel3.Name = "Panel3"
|
|
Me.Panel3.Size = New System.Drawing.Size(1072, 66)
|
|
Me.Panel3.TabIndex = 0
|
|
'
|
|
'btnMail
|
|
'
|
|
Me.btnMail.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnMail.ForeColor = System.Drawing.Color.Black
|
|
Me.btnMail.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnMail.Location = New System.Drawing.Point(750, 5)
|
|
Me.btnMail.Name = "btnMail"
|
|
Me.btnMail.Size = New System.Drawing.Size(75, 39)
|
|
Me.btnMail.TabIndex = 25
|
|
Me.btnMail.Text = "Anträge"
|
|
Me.btnMail.UseVisualStyleBackColor = True
|
|
'
|
|
'btnPLOSEAlle
|
|
'
|
|
Me.btnPLOSEAlle.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnPLOSEAlle.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!)
|
|
Me.btnPLOSEAlle.ForeColor = System.Drawing.Color.Black
|
|
Me.btnPLOSEAlle.Image = Global.SDL.My.Resources.Resources.plus
|
|
Me.btnPLOSEAlle.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnPLOSEAlle.Location = New System.Drawing.Point(367, 8)
|
|
Me.btnPLOSEAlle.Name = "btnPLOSEAlle"
|
|
Me.btnPLOSEAlle.Size = New System.Drawing.Size(172, 40)
|
|
Me.btnPLOSEAlle.TabIndex = 24
|
|
Me.btnPLOSEAlle.Text = "PLOSE für offene " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Anträge übernehmen"
|
|
Me.btnPLOSEAlle.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnPLOSEAlle.UseVisualStyleBackColor = True
|
|
'
|
|
'Button5
|
|
'
|
|
Me.Button5.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button5.Image = Global.SDL.My.Resources.Resources.kunden
|
|
Me.Button5.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button5.Location = New System.Drawing.Point(831, 5)
|
|
Me.Button5.Name = "Button5"
|
|
Me.Button5.Size = New System.Drawing.Size(118, 40)
|
|
Me.Button5.TabIndex = 23
|
|
Me.Button5.Text = "Gehe zum" & Global.Microsoft.VisualBasic.ChrW(10) & "Kundenblatt"
|
|
Me.Button5.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.Button5.UseVisualStyleBackColor = True
|
|
'
|
|
'Button8
|
|
'
|
|
Me.Button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button8.Image = Global.SDL.My.Resources.Resources.statistik_small
|
|
Me.Button8.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button8.Location = New System.Drawing.Point(213, 7)
|
|
Me.Button8.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.Button8.Name = "Button8"
|
|
Me.Button8.Size = New System.Drawing.Size(145, 41)
|
|
Me.Button8.TabIndex = 6
|
|
Me.Button8.Text = "Eingereichte Anträge" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "mit Differenzbetrag"
|
|
Me.Button8.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.Button8.UseVisualStyleBackColor = True
|
|
'
|
|
'ContextMenuStrip1
|
|
'
|
|
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
|
|
Me.ContextMenuStrip1.Size = New System.Drawing.Size(61, 4)
|
|
'
|
|
'btnRMCalle
|
|
'
|
|
Me.btnRMCalle.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnRMCalle.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!)
|
|
Me.btnRMCalle.ForeColor = System.Drawing.Color.Black
|
|
Me.btnRMCalle.Image = Global.SDL.My.Resources.Resources.plus
|
|
Me.btnRMCalle.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnRMCalle.Location = New System.Drawing.Point(545, 6)
|
|
Me.btnRMCalle.Name = "btnRMCalle"
|
|
Me.btnRMCalle.Size = New System.Drawing.Size(172, 40)
|
|
Me.btnRMCalle.TabIndex = 26
|
|
Me.btnRMCalle.Text = "RMC für offene " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Anträge übernehmen"
|
|
Me.btnRMCalle.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnRMCalle.UseVisualStyleBackColor = True
|
|
'
|
|
'usrCntlUSTV
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.Controls.Add(Me.dgvUSTV)
|
|
Me.Controls.Add(Me.Panel2)
|
|
Me.Controls.Add(Me.Panel1)
|
|
Me.Name = "usrCntlUSTV"
|
|
Me.Size = New System.Drawing.Size(1072, 607)
|
|
CType(Me.dgvUSTV, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.Panel1.ResumeLayout(False)
|
|
Me.Panel1.PerformLayout()
|
|
Me.Panel2.ResumeLayout(False)
|
|
Me.Panel2.PerformLayout()
|
|
Me.Panel3.ResumeLayout(False)
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents pnlFilter As System.Windows.Forms.Panel
|
|
Friend WithEvents dgvUSTV As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents Panel1 As System.Windows.Forms.Panel
|
|
Friend WithEvents Panel2 As System.Windows.Forms.Panel
|
|
Friend WithEvents Panel3 As System.Windows.Forms.Panel
|
|
Friend WithEvents Button14 As System.Windows.Forms.Button
|
|
Friend WithEvents FlatButton2 As System.Windows.Forms.Button
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents lblKunde As Label
|
|
Friend WithEvents KdSearchBox1 As VERAG_PROG_ALLGEMEIN.KdSearchBox
|
|
Friend WithEvents cboJahr As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents Button1 As Button
|
|
Friend WithEvents Button8 As Button
|
|
Friend WithEvents cboJahrBis As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents Button5 As Button
|
|
Friend WithEvents btnPLOSEAlle As Button
|
|
Friend WithEvents btnMail As Button
|
|
Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
|
|
Friend WithEvents cbxTopMax As CheckBox
|
|
Friend WithEvents txtMaxSrch As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents cbxEingereicht As CheckBox
|
|
Friend WithEvents btnRMCalle As Button
|
|
End Class
|