456 lines
20 KiB
VB.net
456 lines
20 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmMain
|
|
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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMain))
|
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|
Me.PictureBox6 = New System.Windows.Forms.PictureBox()
|
|
Me.txtKdNr = New System.Windows.Forms.TextBox()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.cboTarif = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.btnDatenEinlesen = New System.Windows.Forms.Button()
|
|
Me.lblAnzahl = New System.Windows.Forms.Label()
|
|
Me.picLogo = New System.Windows.Forms.PictureBox()
|
|
Me.Panel2 = New System.Windows.Forms.Panel()
|
|
Me.btnInfo = New System.Windows.Forms.Button()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.btnAuswerten = New System.Windows.Forms.Button()
|
|
Me.btnErfassen = New System.Windows.Forms.Button()
|
|
Me.dtpBis = New System.Windows.Forms.DateTimePicker()
|
|
Me.dtpVon = New System.Windows.Forms.DateTimePicker()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.Label14 = New System.Windows.Forms.Label()
|
|
Me.txtSuche = New System.Windows.Forms.TextBox()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.lblSuche = New System.Windows.Forms.Label()
|
|
Me.gridParkzeiten = New System.Windows.Forms.DataGridView()
|
|
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
|
Me.mnuLöschen = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.Panel3 = New System.Windows.Forms.Panel()
|
|
Me.Panel4 = New System.Windows.Forms.Panel()
|
|
Me.Panel1.SuspendLayout()
|
|
CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.picLogo, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.Panel2.SuspendLayout()
|
|
CType(Me.gridParkzeiten, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.ContextMenuStrip1.SuspendLayout()
|
|
Me.Panel3.SuspendLayout()
|
|
Me.Panel4.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.Panel1.Controls.Add(Me.Panel3)
|
|
Me.Panel1.Controls.Add(Me.Label1)
|
|
Me.Panel1.Controls.Add(Me.txtKdNr)
|
|
Me.Panel1.Controls.Add(Me.Label5)
|
|
Me.Panel1.Controls.Add(Me.Label2)
|
|
Me.Panel1.Controls.Add(Me.cboTarif)
|
|
Me.Panel1.Controls.Add(Me.lblAnzahl)
|
|
Me.Panel1.Controls.Add(Me.Panel2)
|
|
Me.Panel1.Controls.Add(Me.btnAuswerten)
|
|
Me.Panel1.Controls.Add(Me.btnErfassen)
|
|
Me.Panel1.Controls.Add(Me.dtpBis)
|
|
Me.Panel1.Controls.Add(Me.dtpVon)
|
|
Me.Panel1.Controls.Add(Me.Label4)
|
|
Me.Panel1.Controls.Add(Me.Label14)
|
|
Me.Panel1.Controls.Add(Me.txtSuche)
|
|
Me.Panel1.Controls.Add(Me.Label3)
|
|
Me.Panel1.Controls.Add(Me.lblSuche)
|
|
Me.Panel1.Controls.Add(Me.Panel4)
|
|
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(1183, 124)
|
|
Me.Panel1.TabIndex = 4
|
|
'
|
|
'PictureBox6
|
|
'
|
|
Me.PictureBox6.BackgroundImage = Global.Parkzeit.My.Resources.Resources.fragezeichen
|
|
Me.PictureBox6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.PictureBox6.Cursor = System.Windows.Forms.Cursors.Hand
|
|
Me.PictureBox6.Location = New System.Drawing.Point(207, 11)
|
|
Me.PictureBox6.Name = "PictureBox6"
|
|
Me.PictureBox6.Size = New System.Drawing.Size(18, 19)
|
|
Me.PictureBox6.TabIndex = 133
|
|
Me.PictureBox6.TabStop = False
|
|
'
|
|
'txtKdNr
|
|
'
|
|
Me.txtKdNr.Location = New System.Drawing.Point(355, 73)
|
|
Me.txtKdNr.MaxLength = 7
|
|
Me.txtKdNr.Name = "txtKdNr"
|
|
Me.txtKdNr.Size = New System.Drawing.Size(98, 20)
|
|
Me.txtKdNr.TabIndex = 3
|
|
Me.txtKdNr.Visible = False
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.ForeColor = System.Drawing.Color.White
|
|
Me.Label5.Location = New System.Drawing.Point(286, 76)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(58, 13)
|
|
Me.Label5.TabIndex = 77
|
|
Me.Label5.Text = "Kunden Nr"
|
|
Me.Label5.Visible = False
|
|
'
|
|
'ProgressBar1
|
|
'
|
|
Me.ProgressBar1.Location = New System.Drawing.Point(11, 79)
|
|
Me.ProgressBar1.Name = "ProgressBar1"
|
|
Me.ProgressBar1.Size = New System.Drawing.Size(410, 24)
|
|
Me.ProgressBar1.Step = 1
|
|
Me.ProgressBar1.TabIndex = 75
|
|
Me.ProgressBar1.Visible = False
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.BackColor = System.Drawing.Color.White
|
|
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button2.Location = New System.Drawing.Point(11, 43)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(190, 30)
|
|
Me.Button2.TabIndex = 8
|
|
Me.Button2.TabStop = False
|
|
Me.Button2.Text = "nur PDFs genereieren"
|
|
Me.Button2.UseVisualStyleBackColor = False
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.BackColor = System.Drawing.Color.White
|
|
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button1.Location = New System.Drawing.Point(11, 9)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(190, 30)
|
|
Me.Button1.TabIndex = 7
|
|
Me.Button1.TabStop = False
|
|
Me.Button1.Text = "SpedBuch + Rechnungserstellung"
|
|
Me.Button1.UseVisualStyleBackColor = False
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.ForeColor = System.Drawing.Color.White
|
|
Me.Label2.Location = New System.Drawing.Point(286, 101)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(28, 13)
|
|
Me.Label2.TabIndex = 72
|
|
Me.Label2.Text = "Tarif"
|
|
'
|
|
'cboTarif
|
|
'
|
|
Me.cboTarif._allowedValuesFreiText = Nothing
|
|
Me.cboTarif._allowFreiText = False
|
|
Me.cboTarif._value = ""
|
|
Me.cboTarif.BackColor = System.Drawing.Color.White
|
|
Me.cboTarif.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.cboTarif.DropDownWidth = 250
|
|
Me.cboTarif.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.cboTarif.FormattingEnabled = True
|
|
Me.cboTarif.Location = New System.Drawing.Point(355, 97)
|
|
Me.cboTarif.Name = "cboTarif"
|
|
Me.cboTarif.Size = New System.Drawing.Size(98, 21)
|
|
Me.cboTarif.TabIndex = 4
|
|
'
|
|
'btnDatenEinlesen
|
|
'
|
|
Me.btnDatenEinlesen.BackColor = System.Drawing.Color.White
|
|
Me.btnDatenEinlesen.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnDatenEinlesen.Location = New System.Drawing.Point(231, 10)
|
|
Me.btnDatenEinlesen.Name = "btnDatenEinlesen"
|
|
Me.btnDatenEinlesen.Size = New System.Drawing.Size(190, 30)
|
|
Me.btnDatenEinlesen.TabIndex = 9
|
|
Me.btnDatenEinlesen.TabStop = False
|
|
Me.btnDatenEinlesen.Text = "Daten einlesen"
|
|
Me.btnDatenEinlesen.UseVisualStyleBackColor = False
|
|
'
|
|
'lblAnzahl
|
|
'
|
|
Me.lblAnzahl.AutoSize = True
|
|
Me.lblAnzahl.ForeColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.lblAnzahl.Location = New System.Drawing.Point(193, 33)
|
|
Me.lblAnzahl.Name = "lblAnzahl"
|
|
Me.lblAnzahl.Size = New System.Drawing.Size(82, 13)
|
|
Me.lblAnzahl.TabIndex = 69
|
|
Me.lblAnzahl.Text = "123 ausgewählt"
|
|
'
|
|
'picLogo
|
|
'
|
|
Me.picLogo.BackColor = System.Drawing.Color.White
|
|
Me.picLogo.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.picLogo.Image = Global.Parkzeit.My.Resources.Resources.Verag_AG_Logo
|
|
Me.picLogo.InitialImage = Nothing
|
|
Me.picLogo.Location = New System.Drawing.Point(0, 0)
|
|
Me.picLogo.Name = "picLogo"
|
|
Me.picLogo.Size = New System.Drawing.Size(187, 124)
|
|
Me.picLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
|
Me.picLogo.TabIndex = 68
|
|
Me.picLogo.TabStop = False
|
|
'
|
|
'Panel2
|
|
'
|
|
Me.Panel2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Panel2.Controls.Add(Me.btnInfo)
|
|
Me.Panel2.Location = New System.Drawing.Point(1130, 0)
|
|
Me.Panel2.Name = "Panel2"
|
|
Me.Panel2.Size = New System.Drawing.Size(53, 78)
|
|
Me.Panel2.TabIndex = 67
|
|
Me.Panel2.Visible = False
|
|
'
|
|
'btnInfo
|
|
'
|
|
Me.btnInfo.Location = New System.Drawing.Point(22, 3)
|
|
Me.btnInfo.Name = "btnInfo"
|
|
Me.btnInfo.Size = New System.Drawing.Size(28, 28)
|
|
Me.btnInfo.TabIndex = 68
|
|
Me.btnInfo.TabStop = False
|
|
Me.btnInfo.Text = "?"
|
|
Me.btnInfo.UseVisualStyleBackColor = True
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.ForeColor = System.Drawing.Color.White
|
|
Me.Label1.Location = New System.Drawing.Point(1130, 105)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(50, 13)
|
|
Me.Label1.TabIndex = 14
|
|
Me.Label1.Text = "Auswahl:"
|
|
Me.Label1.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
'
|
|
'btnAuswerten
|
|
'
|
|
Me.btnAuswerten.BackColor = System.Drawing.Color.White
|
|
Me.btnAuswerten.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnAuswerten.Location = New System.Drawing.Point(469, 42)
|
|
Me.btnAuswerten.Name = "btnAuswerten"
|
|
Me.btnAuswerten.Size = New System.Drawing.Size(80, 30)
|
|
Me.btnAuswerten.TabIndex = 6
|
|
Me.btnAuswerten.TabStop = False
|
|
Me.btnAuswerten.Text = "Auswerten"
|
|
Me.btnAuswerten.UseVisualStyleBackColor = False
|
|
'
|
|
'btnErfassen
|
|
'
|
|
Me.btnErfassen.BackColor = System.Drawing.Color.White
|
|
Me.btnErfassen.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnErfassen.Location = New System.Drawing.Point(469, 8)
|
|
Me.btnErfassen.Name = "btnErfassen"
|
|
Me.btnErfassen.Size = New System.Drawing.Size(80, 30)
|
|
Me.btnErfassen.TabIndex = 5
|
|
Me.btnErfassen.TabStop = False
|
|
Me.btnErfassen.Text = "Erfassen"
|
|
Me.btnErfassen.UseVisualStyleBackColor = False
|
|
'
|
|
'dtpBis
|
|
'
|
|
Me.dtpBis.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
|
Me.dtpBis.Location = New System.Drawing.Point(355, 31)
|
|
Me.dtpBis.Name = "dtpBis"
|
|
Me.dtpBis.Size = New System.Drawing.Size(98, 20)
|
|
Me.dtpBis.TabIndex = 1
|
|
'
|
|
'dtpVon
|
|
'
|
|
Me.dtpVon.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
|
Me.dtpVon.Location = New System.Drawing.Point(355, 9)
|
|
Me.dtpVon.Name = "dtpVon"
|
|
Me.dtpVon.Size = New System.Drawing.Size(98, 20)
|
|
Me.dtpVon.TabIndex = 0
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.ForeColor = System.Drawing.Color.White
|
|
Me.Label4.Location = New System.Drawing.Point(286, 33)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(59, 13)
|
|
Me.Label4.TabIndex = 60
|
|
Me.Label4.Text = "Einfahrt bis"
|
|
'
|
|
'Label14
|
|
'
|
|
Me.Label14.AutoSize = True
|
|
Me.Label14.ForeColor = System.Drawing.Color.White
|
|
Me.Label14.Location = New System.Drawing.Point(286, 11)
|
|
Me.Label14.Name = "Label14"
|
|
Me.Label14.Size = New System.Drawing.Size(64, 13)
|
|
Me.Label14.TabIndex = 59
|
|
Me.Label14.Text = "Einfahrt von"
|
|
'
|
|
'txtSuche
|
|
'
|
|
Me.txtSuche.Location = New System.Drawing.Point(355, 52)
|
|
Me.txtSuche.MaxLength = 30
|
|
Me.txtSuche.Name = "txtSuche"
|
|
Me.txtSuche.Size = New System.Drawing.Size(98, 20)
|
|
Me.txtSuche.TabIndex = 2
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.ForeColor = System.Drawing.Color.White
|
|
Me.Label3.Location = New System.Drawing.Point(193, 11)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(50, 13)
|
|
Me.Label3.TabIndex = 14
|
|
Me.Label3.Text = "Auswahl:"
|
|
'
|
|
'lblSuche
|
|
'
|
|
Me.lblSuche.AutoSize = True
|
|
Me.lblSuche.ForeColor = System.Drawing.Color.White
|
|
Me.lblSuche.Location = New System.Drawing.Point(286, 55)
|
|
Me.lblSuche.Name = "lblSuche"
|
|
Me.lblSuche.Size = New System.Drawing.Size(69, 13)
|
|
Me.lblSuche.TabIndex = 14
|
|
Me.lblSuche.Text = "Kennzeichen"
|
|
'
|
|
'gridParkzeiten
|
|
'
|
|
Me.gridParkzeiten.AllowUserToAddRows = False
|
|
Me.gridParkzeiten.AllowUserToDeleteRows = False
|
|
Me.gridParkzeiten.AllowUserToResizeRows = False
|
|
Me.gridParkzeiten.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight
|
|
DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
|
DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.ActiveCaption
|
|
DataGridViewCellStyle1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText
|
|
DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
|
DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
|
DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
Me.gridParkzeiten.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1
|
|
Me.gridParkzeiten.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.gridParkzeiten.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.gridParkzeiten.Location = New System.Drawing.Point(0, 124)
|
|
Me.gridParkzeiten.MultiSelect = False
|
|
Me.gridParkzeiten.Name = "gridParkzeiten"
|
|
Me.gridParkzeiten.ReadOnly = True
|
|
Me.gridParkzeiten.RowHeadersVisible = False
|
|
DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText
|
|
Me.gridParkzeiten.RowsDefaultCellStyle = DataGridViewCellStyle2
|
|
Me.gridParkzeiten.RowTemplate.Height = 18
|
|
Me.gridParkzeiten.RowTemplate.ReadOnly = True
|
|
Me.gridParkzeiten.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
|
Me.gridParkzeiten.Size = New System.Drawing.Size(1183, 717)
|
|
Me.gridParkzeiten.TabIndex = 5
|
|
Me.gridParkzeiten.TabStop = False
|
|
'
|
|
'ContextMenuStrip1
|
|
'
|
|
Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuLöschen})
|
|
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
|
|
Me.ContextMenuStrip1.Size = New System.Drawing.Size(156, 26)
|
|
'
|
|
'mnuLöschen
|
|
'
|
|
Me.mnuLöschen.Name = "mnuLöschen"
|
|
Me.mnuLöschen.Size = New System.Drawing.Size(155, 22)
|
|
Me.mnuLöschen.Text = "Eintrag löschen"
|
|
'
|
|
'Panel3
|
|
'
|
|
Me.Panel3.BackColor = System.Drawing.Color.White
|
|
Me.Panel3.Controls.Add(Me.picLogo)
|
|
Me.Panel3.Location = New System.Drawing.Point(0, 0)
|
|
Me.Panel3.Name = "Panel3"
|
|
Me.Panel3.Size = New System.Drawing.Size(187, 124)
|
|
Me.Panel3.TabIndex = 134
|
|
'
|
|
'Panel4
|
|
'
|
|
Me.Panel4.BackColor = System.Drawing.Color.SteelBlue
|
|
Me.Panel4.Controls.Add(Me.Button1)
|
|
Me.Panel4.Controls.Add(Me.PictureBox6)
|
|
Me.Panel4.Controls.Add(Me.btnDatenEinlesen)
|
|
Me.Panel4.Controls.Add(Me.Button2)
|
|
Me.Panel4.Controls.Add(Me.ProgressBar1)
|
|
Me.Panel4.Location = New System.Drawing.Point(610, 0)
|
|
Me.Panel4.Name = "Panel4"
|
|
Me.Panel4.Size = New System.Drawing.Size(435, 114)
|
|
Me.Panel4.TabIndex = 135
|
|
'
|
|
'frmMain
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(1183, 841)
|
|
Me.Controls.Add(Me.gridParkzeiten)
|
|
Me.Controls.Add(Me.Panel1)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmMain"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Erfassung LKW Liste Parkplatz"
|
|
Me.Panel1.ResumeLayout(False)
|
|
Me.Panel1.PerformLayout()
|
|
CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.picLogo, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.Panel2.ResumeLayout(False)
|
|
CType(Me.gridParkzeiten, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ContextMenuStrip1.ResumeLayout(False)
|
|
Me.Panel3.ResumeLayout(False)
|
|
Me.Panel4.ResumeLayout(False)
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents Panel1 As System.Windows.Forms.Panel
|
|
Friend WithEvents txtSuche As System.Windows.Forms.TextBox
|
|
Friend WithEvents lblSuche As System.Windows.Forms.Label
|
|
Friend WithEvents gridParkzeiten As System.Windows.Forms.DataGridView
|
|
Friend WithEvents dtpBis As System.Windows.Forms.DateTimePicker
|
|
Friend WithEvents dtpVon As System.Windows.Forms.DateTimePicker
|
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
|
Friend WithEvents Label14 As System.Windows.Forms.Label
|
|
Friend WithEvents btnErfassen As System.Windows.Forms.Button
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents btnAuswerten As System.Windows.Forms.Button
|
|
Friend WithEvents Panel2 As System.Windows.Forms.Panel
|
|
Friend WithEvents picLogo As System.Windows.Forms.PictureBox
|
|
Friend WithEvents lblAnzahl As System.Windows.Forms.Label
|
|
Friend WithEvents btnInfo As System.Windows.Forms.Button
|
|
Friend WithEvents ContextMenuStrip1 As System.Windows.Forms.ContextMenuStrip
|
|
Friend WithEvents mnuLöschen As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents btnDatenEinlesen As Button
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents cboTarif As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents Button1 As Button
|
|
Friend WithEvents Button2 As Button
|
|
Friend WithEvents ProgressBar1 As ProgressBar
|
|
Friend WithEvents txtKdNr As TextBox
|
|
Friend WithEvents Label5 As Label
|
|
Friend WithEvents PictureBox6 As PictureBox
|
|
Friend WithEvents Panel3 As Panel
|
|
Friend WithEvents Panel4 As Panel
|
|
End Class
|