Files
SDL/SDL/mdm/frmNewData.Designer.vb
2022-09-20 15:32:23 +02:00

729 lines
38 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmNewData
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(frmNewData))
Me.pnlMain = New System.Windows.Forms.Panel()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.FlatButton1 = New VERAG_PROG_ALLGEMEIN.FlatButton()
Me.Panel2 = New System.Windows.Forms.Panel()
Me.MyFlowLayoutPanel1 = New VERAG_PROG_ALLGEMEIN.MyFlowLayoutPanel(Me.components)
Me.Label2 = New System.Windows.Forms.Label()
Me.FlowLayoutPanel = New System.Windows.Forms.FlowLayoutPanel()
Me.btnSDL_IDS = New System.Windows.Forms.Button()
Me.btnSDL_Woelfl = New System.Windows.Forms.Button()
Me.btnSDL_MautAT = New System.Windows.Forms.Button()
Me.btnSDL_MautDE = New System.Windows.Forms.Button()
Me.btnSDL_MautMSE = New System.Windows.Forms.Button()
Me.btnSDL_UTA = New System.Windows.Forms.Button()
Me.btnSDL_MautPL = New System.Windows.Forms.Button()
Me.btnSDL_MautIT = New System.Windows.Forms.Button()
Me.btnSDL_MautSI = New System.Windows.Forms.Button()
Me.btnSDL_MautCZ = New System.Windows.Forms.Button()
Me.btnSDL_ECOTAX = New System.Windows.Forms.Button()
Me.btnSDL_FREJUS = New System.Windows.Forms.Button()
Me.btnSDL_Hugo = New System.Windows.Forms.Button()
Me.btnSDL_DouBox = New System.Windows.Forms.Button()
Me.btnSDL_MautFR = New System.Windows.Forms.Button()
Me.btnSDL_MANAbgas = New System.Windows.Forms.Button()
Me.btnSDL_MotorWay = New System.Windows.Forms.Button()
Me.btnSDL_PLOSE = New System.Windows.Forms.Button()
Me.btnSDL_PLOSE_IT = New System.Windows.Forms.Button()
Me.btnSDL_PLOSE_CZ = New System.Windows.Forms.Button()
Me.btnVeragParkplatz = New System.Windows.Forms.Button()
Me.Label4 = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
Me.txtKundenNr = New System.Windows.Forms.TextBox()
Me.KdSearchBox1 = New VERAG_PROG_ALLGEMEIN.KdSearchBox()
Me.btnAddLeistungVordefiniert = New System.Windows.Forms.Button()
Me.pnlMain.SuspendLayout()
Me.Panel1.SuspendLayout()
Me.Panel2.SuspendLayout()
Me.FlowLayoutPanel.SuspendLayout()
Me.SuspendLayout()
'
'pnlMain
'
Me.pnlMain.BackColor = System.Drawing.Color.White
Me.pnlMain.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.pnlMain.Controls.Add(Me.Panel1)
Me.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill
Me.pnlMain.Location = New System.Drawing.Point(0, 0)
Me.pnlMain.Name = "pnlMain"
Me.pnlMain.Size = New System.Drawing.Size(755, 335)
Me.pnlMain.TabIndex = 0
'
'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.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel1.Controls.Add(Me.FlatButton1)
Me.Panel1.Controls.Add(Me.Panel2)
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
Me.Panel1.Location = New System.Drawing.Point(0, 0)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(753, 333)
Me.Panel1.TabIndex = 0
'
'FlatButton1
'
Me.FlatButton1.allowBorder = False
Me.FlatButton1.BackColor = System.Drawing.Color.Red
Me.FlatButton1.FlatAppearance.BorderSize = 0
Me.FlatButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.FlatButton1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.FlatButton1.ForeColor = System.Drawing.Color.White
Me.FlatButton1.Location = New System.Drawing.Point(689, -1)
Me.FlatButton1.Margin = New System.Windows.Forms.Padding(0)
Me.FlatButton1.Name = "FlatButton1"
Me.FlatButton1.Size = New System.Drawing.Size(63, 23)
Me.FlatButton1.TabIndex = 0
Me.FlatButton1.Text = "X"
Me.FlatButton1.UseVisualStyleBackColor = False
'
'Panel2
'
Me.Panel2.AutoSize = True
Me.Panel2.BackColor = System.Drawing.Color.White
Me.Panel2.Controls.Add(Me.MyFlowLayoutPanel1)
Me.Panel2.Controls.Add(Me.Label2)
Me.Panel2.Controls.Add(Me.FlowLayoutPanel)
Me.Panel2.Controls.Add(Me.Label4)
Me.Panel2.Controls.Add(Me.Label1)
Me.Panel2.Controls.Add(Me.txtKundenNr)
Me.Panel2.Controls.Add(Me.KdSearchBox1)
Me.Panel2.Controls.Add(Me.btnAddLeistungVordefiniert)
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Fill
Me.Panel2.Location = New System.Drawing.Point(0, 0)
Me.Panel2.Name = "Panel2"
Me.Panel2.Size = New System.Drawing.Size(751, 331)
Me.Panel2.TabIndex = 13
'
'MyFlowLayoutPanel1
'
Me.MyFlowLayoutPanel1.AutoScroll = True
Me.MyFlowLayoutPanel1.AutoSize = True
Me.MyFlowLayoutPanel1.BackColor = System.Drawing.Color.White
Me.MyFlowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown
Me.MyFlowLayoutPanel1.Location = New System.Drawing.Point(0, 70)
Me.MyFlowLayoutPanel1.Margin = New System.Windows.Forms.Padding(0)
Me.MyFlowLayoutPanel1.MaximumSize = New System.Drawing.Size(657, 5000)
Me.MyFlowLayoutPanel1.Name = "MyFlowLayoutPanel1"
Me.MyFlowLayoutPanel1.Padding = New System.Windows.Forms.Padding(0, 0, 10, 0)
Me.MyFlowLayoutPanel1.Size = New System.Drawing.Size(657, 46)
Me.MyFlowLayoutPanel1.TabIndex = 57
'
'Label2
'
Me.Label2.ForeColor = System.Drawing.Color.Black
Me.Label2.Location = New System.Drawing.Point(10, 9)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(401, 32)
Me.Label2.TabIndex = 15
Me.Label2.Text = "Hier können Sie neue Karten/Boxen hinzufügen. Wählen Sie einen Kunden aus, oder g" &
"eben Sie ein bekanntes Kennzeichen ein und drücken die die Enter-Taste."
'
'FlowLayoutPanel
'
Me.FlowLayoutPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.FlowLayoutPanel.Controls.Add(Me.btnSDL_IDS)
Me.FlowLayoutPanel.Controls.Add(Me.btnSDL_Woelfl)
Me.FlowLayoutPanel.Controls.Add(Me.btnSDL_MautAT)
Me.FlowLayoutPanel.Controls.Add(Me.btnSDL_MautDE)
Me.FlowLayoutPanel.Controls.Add(Me.btnSDL_MautMSE)
Me.FlowLayoutPanel.Controls.Add(Me.btnSDL_UTA)
Me.FlowLayoutPanel.Controls.Add(Me.btnSDL_MautPL)
Me.FlowLayoutPanel.Controls.Add(Me.btnSDL_MautIT)
Me.FlowLayoutPanel.Controls.Add(Me.btnSDL_MautSI)
Me.FlowLayoutPanel.Controls.Add(Me.btnSDL_MautCZ)
Me.FlowLayoutPanel.Controls.Add(Me.btnSDL_ECOTAX)
Me.FlowLayoutPanel.Controls.Add(Me.btnSDL_FREJUS)
Me.FlowLayoutPanel.Controls.Add(Me.btnSDL_Hugo)
Me.FlowLayoutPanel.Controls.Add(Me.btnSDL_DouBox)
Me.FlowLayoutPanel.Controls.Add(Me.btnSDL_MautFR)
Me.FlowLayoutPanel.Controls.Add(Me.btnSDL_MANAbgas)
Me.FlowLayoutPanel.Controls.Add(Me.btnSDL_MotorWay)
Me.FlowLayoutPanel.Controls.Add(Me.btnSDL_PLOSE)
Me.FlowLayoutPanel.Controls.Add(Me.btnSDL_PLOSE_IT)
Me.FlowLayoutPanel.Controls.Add(Me.btnSDL_PLOSE_CZ)
Me.FlowLayoutPanel.Controls.Add(Me.btnVeragParkplatz)
Me.FlowLayoutPanel.Dock = System.Windows.Forms.DockStyle.Bottom
Me.FlowLayoutPanel.Location = New System.Drawing.Point(0, 119)
Me.FlowLayoutPanel.Name = "FlowLayoutPanel"
Me.FlowLayoutPanel.Padding = New System.Windows.Forms.Padding(2)
Me.FlowLayoutPanel.Size = New System.Drawing.Size(751, 212)
Me.FlowLayoutPanel.TabIndex = 13
'
'btnSDL_IDS
'
Me.btnSDL_IDS.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.btnSDL_IDS.Cursor = System.Windows.Forms.Cursors.Arrow
Me.btnSDL_IDS.Enabled = False
Me.btnSDL_IDS.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Silver
Me.btnSDL_IDS.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnSDL_IDS.ForeColor = System.Drawing.Color.Black
Me.btnSDL_IDS.Image = Global.SDL.My.Resources.Resources.ids
Me.btnSDL_IDS.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnSDL_IDS.Location = New System.Drawing.Point(4, 4)
Me.btnSDL_IDS.Margin = New System.Windows.Forms.Padding(2)
Me.btnSDL_IDS.Name = "btnSDL_IDS"
Me.btnSDL_IDS.Size = New System.Drawing.Size(78, 64)
Me.btnSDL_IDS.TabIndex = 40
Me.btnSDL_IDS.Tag = "100"
Me.btnSDL_IDS.Text = "IDS"
Me.btnSDL_IDS.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.btnSDL_IDS.UseVisualStyleBackColor = True
'
'btnSDL_Woelfl
'
Me.btnSDL_Woelfl.Cursor = System.Windows.Forms.Cursors.Default
Me.btnSDL_Woelfl.Enabled = False
Me.btnSDL_Woelfl.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Silver
Me.btnSDL_Woelfl.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnSDL_Woelfl.ForeColor = System.Drawing.Color.Black
Me.btnSDL_Woelfl.Image = Global.SDL.My.Resources.Resources.woelfl
Me.btnSDL_Woelfl.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnSDL_Woelfl.Location = New System.Drawing.Point(86, 4)
Me.btnSDL_Woelfl.Margin = New System.Windows.Forms.Padding(2)
Me.btnSDL_Woelfl.Name = "btnSDL_Woelfl"
Me.btnSDL_Woelfl.Size = New System.Drawing.Size(78, 64)
Me.btnSDL_Woelfl.TabIndex = 48
Me.btnSDL_Woelfl.Tag = "101"
Me.btnSDL_Woelfl.Text = "WÖLFL"
Me.btnSDL_Woelfl.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.btnSDL_Woelfl.UseVisualStyleBackColor = True
Me.btnSDL_Woelfl.Visible = False
'
'btnSDL_MautAT
'
Me.btnSDL_MautAT.Cursor = System.Windows.Forms.Cursors.Default
Me.btnSDL_MautAT.Enabled = False
Me.btnSDL_MautAT.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Silver
Me.btnSDL_MautAT.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnSDL_MautAT.ForeColor = System.Drawing.Color.Black
Me.btnSDL_MautAT.Image = Global.SDL.My.Resources.Resources.go
Me.btnSDL_MautAT.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnSDL_MautAT.Location = New System.Drawing.Point(168, 4)
Me.btnSDL_MautAT.Margin = New System.Windows.Forms.Padding(2)
Me.btnSDL_MautAT.Name = "btnSDL_MautAT"
Me.btnSDL_MautAT.Size = New System.Drawing.Size(78, 64)
Me.btnSDL_MautAT.TabIndex = 46
Me.btnSDL_MautAT.Tag = "200"
Me.btnSDL_MautAT.Text = "MAUT AT"
Me.btnSDL_MautAT.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.btnSDL_MautAT.UseVisualStyleBackColor = True
'
'btnSDL_MautDE
'
Me.btnSDL_MautDE.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.btnSDL_MautDE.Cursor = System.Windows.Forms.Cursors.Default
Me.btnSDL_MautDE.Enabled = False
Me.btnSDL_MautDE.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Silver
Me.btnSDL_MautDE.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnSDL_MautDE.ForeColor = System.Drawing.Color.Black
Me.btnSDL_MautDE.Image = Global.SDL.My.Resources.Resources.toll_collect
Me.btnSDL_MautDE.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnSDL_MautDE.Location = New System.Drawing.Point(250, 4)
Me.btnSDL_MautDE.Margin = New System.Windows.Forms.Padding(2)
Me.btnSDL_MautDE.Name = "btnSDL_MautDE"
Me.btnSDL_MautDE.Size = New System.Drawing.Size(78, 64)
Me.btnSDL_MautDE.TabIndex = 43
Me.btnSDL_MautDE.Tag = "201"
Me.btnSDL_MautDE.Text = "MAUT DE"
Me.btnSDL_MautDE.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.btnSDL_MautDE.UseVisualStyleBackColor = True
'
'btnSDL_MautMSE
'
Me.btnSDL_MautMSE.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.btnSDL_MautMSE.Cursor = System.Windows.Forms.Cursors.Default
Me.btnSDL_MautMSE.Enabled = False
Me.btnSDL_MautMSE.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Silver
Me.btnSDL_MautMSE.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnSDL_MautMSE.ForeColor = System.Drawing.Color.Black
Me.btnSDL_MautMSE.Image = Global.SDL.My.Resources.Resources.mse
Me.btnSDL_MautMSE.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnSDL_MautMSE.Location = New System.Drawing.Point(332, 4)
Me.btnSDL_MautMSE.Margin = New System.Windows.Forms.Padding(2)
Me.btnSDL_MautMSE.Name = "btnSDL_MautMSE"
Me.btnSDL_MautMSE.Size = New System.Drawing.Size(78, 64)
Me.btnSDL_MautMSE.TabIndex = 44
Me.btnSDL_MautMSE.Tag = "208"
Me.btnSDL_MautMSE.Text = "MSE-Card"
Me.btnSDL_MautMSE.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.btnSDL_MautMSE.UseVisualStyleBackColor = True
Me.btnSDL_MautMSE.Visible = False
'
'btnSDL_UTA
'
Me.btnSDL_UTA.Cursor = System.Windows.Forms.Cursors.Default
Me.btnSDL_UTA.Enabled = False
Me.btnSDL_UTA.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Silver
Me.btnSDL_UTA.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnSDL_UTA.ForeColor = System.Drawing.Color.Black
Me.btnSDL_UTA.Image = Global.SDL.My.Resources.Resources.uta
Me.btnSDL_UTA.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnSDL_UTA.Location = New System.Drawing.Point(414, 4)
Me.btnSDL_UTA.Margin = New System.Windows.Forms.Padding(2)
Me.btnSDL_UTA.Name = "btnSDL_UTA"
Me.btnSDL_UTA.Size = New System.Drawing.Size(78, 64)
Me.btnSDL_UTA.TabIndex = 45
Me.btnSDL_UTA.Tag = "212"
Me.btnSDL_UTA.Text = "UTA"
Me.btnSDL_UTA.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.btnSDL_UTA.UseVisualStyleBackColor = True
'
'btnSDL_MautPL
'
Me.btnSDL_MautPL.Cursor = System.Windows.Forms.Cursors.Default
Me.btnSDL_MautPL.Enabled = False
Me.btnSDL_MautPL.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Silver
Me.btnSDL_MautPL.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnSDL_MautPL.ForeColor = System.Drawing.Color.Black
Me.btnSDL_MautPL.Image = Global.SDL.My.Resources.Resources.viatoll
Me.btnSDL_MautPL.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnSDL_MautPL.Location = New System.Drawing.Point(496, 4)
Me.btnSDL_MautPL.Margin = New System.Windows.Forms.Padding(2)
Me.btnSDL_MautPL.Name = "btnSDL_MautPL"
Me.btnSDL_MautPL.Size = New System.Drawing.Size(78, 64)
Me.btnSDL_MautPL.TabIndex = 39
Me.btnSDL_MautPL.Tag = "209"
Me.btnSDL_MautPL.Text = "MAUT PL"
Me.btnSDL_MautPL.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.btnSDL_MautPL.UseVisualStyleBackColor = True
Me.btnSDL_MautPL.Visible = False
'
'btnSDL_MautIT
'
Me.btnSDL_MautIT.BackColor = System.Drawing.Color.Transparent
Me.btnSDL_MautIT.Cursor = System.Windows.Forms.Cursors.Default
Me.btnSDL_MautIT.Enabled = False
Me.btnSDL_MautIT.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Silver
Me.btnSDL_MautIT.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnSDL_MautIT.ForeColor = System.Drawing.Color.Black
Me.btnSDL_MautIT.Image = Global.SDL.My.Resources.Resources.telepass
Me.btnSDL_MautIT.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnSDL_MautIT.Location = New System.Drawing.Point(578, 4)
Me.btnSDL_MautIT.Margin = New System.Windows.Forms.Padding(2)
Me.btnSDL_MautIT.Name = "btnSDL_MautIT"
Me.btnSDL_MautIT.Size = New System.Drawing.Size(78, 64)
Me.btnSDL_MautIT.TabIndex = 54
Me.btnSDL_MautIT.Tag = "202"
Me.btnSDL_MautIT.Text = "MAUT IT"
Me.btnSDL_MautIT.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.btnSDL_MautIT.UseVisualStyleBackColor = False
Me.btnSDL_MautIT.Visible = False
'
'btnSDL_MautSI
'
Me.btnSDL_MautSI.Cursor = System.Windows.Forms.Cursors.Default
Me.btnSDL_MautSI.Enabled = False
Me.btnSDL_MautSI.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Silver
Me.btnSDL_MautSI.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnSDL_MautSI.ForeColor = System.Drawing.Color.Black
Me.btnSDL_MautSI.Image = Global.SDL.My.Resources.Resources.abc_obu
Me.btnSDL_MautSI.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnSDL_MautSI.Location = New System.Drawing.Point(660, 4)
Me.btnSDL_MautSI.Margin = New System.Windows.Forms.Padding(2)
Me.btnSDL_MautSI.Name = "btnSDL_MautSI"
Me.btnSDL_MautSI.Size = New System.Drawing.Size(78, 64)
Me.btnSDL_MautSI.TabIndex = 49
Me.btnSDL_MautSI.Tag = "210"
Me.btnSDL_MautSI.Text = "MAUT SI"
Me.btnSDL_MautSI.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.btnSDL_MautSI.UseVisualStyleBackColor = True
Me.btnSDL_MautSI.Visible = False
'
'btnSDL_MautCZ
'
Me.btnSDL_MautCZ.Cursor = System.Windows.Forms.Cursors.Default
Me.btnSDL_MautCZ.Enabled = False
Me.btnSDL_MautCZ.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Silver
Me.btnSDL_MautCZ.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnSDL_MautCZ.ForeColor = System.Drawing.Color.Black
Me.btnSDL_MautCZ.Image = Global.SDL.My.Resources.Resources.premid
Me.btnSDL_MautCZ.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnSDL_MautCZ.Location = New System.Drawing.Point(4, 72)
Me.btnSDL_MautCZ.Margin = New System.Windows.Forms.Padding(2)
Me.btnSDL_MautCZ.Name = "btnSDL_MautCZ"
Me.btnSDL_MautCZ.Size = New System.Drawing.Size(78, 64)
Me.btnSDL_MautCZ.TabIndex = 50
Me.btnSDL_MautCZ.Tag = "203"
Me.btnSDL_MautCZ.Text = "MAUT CZ"
Me.btnSDL_MautCZ.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.btnSDL_MautCZ.UseVisualStyleBackColor = True
Me.btnSDL_MautCZ.Visible = False
'
'btnSDL_ECOTAX
'
Me.btnSDL_ECOTAX.Cursor = System.Windows.Forms.Cursors.Default
Me.btnSDL_ECOTAX.Enabled = False
Me.btnSDL_ECOTAX.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Silver
Me.btnSDL_ECOTAX.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnSDL_ECOTAX.ForeColor = System.Drawing.Color.Black
Me.btnSDL_ECOTAX.Image = Global.SDL.My.Resources.Resources.axxes
Me.btnSDL_ECOTAX.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnSDL_ECOTAX.Location = New System.Drawing.Point(86, 72)
Me.btnSDL_ECOTAX.Margin = New System.Windows.Forms.Padding(2)
Me.btnSDL_ECOTAX.Name = "btnSDL_ECOTAX"
Me.btnSDL_ECOTAX.Size = New System.Drawing.Size(78, 64)
Me.btnSDL_ECOTAX.TabIndex = 51
Me.btnSDL_ECOTAX.Tag = "211"
Me.btnSDL_ECOTAX.Text = "MULTIBOX"
Me.btnSDL_ECOTAX.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.btnSDL_ECOTAX.UseVisualStyleBackColor = True
'
'btnSDL_FREJUS
'
Me.btnSDL_FREJUS.Cursor = System.Windows.Forms.Cursors.Default
Me.btnSDL_FREJUS.Enabled = False
Me.btnSDL_FREJUS.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Silver
Me.btnSDL_FREJUS.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnSDL_FREJUS.ForeColor = System.Drawing.Color.Black
Me.btnSDL_FREJUS.Image = Global.SDL.My.Resources.Resources.frejus
Me.btnSDL_FREJUS.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnSDL_FREJUS.Location = New System.Drawing.Point(168, 72)
Me.btnSDL_FREJUS.Margin = New System.Windows.Forms.Padding(2)
Me.btnSDL_FREJUS.Name = "btnSDL_FREJUS"
Me.btnSDL_FREJUS.Size = New System.Drawing.Size(78, 64)
Me.btnSDL_FREJUS.TabIndex = 52
Me.btnSDL_FREJUS.Tag = "207"
Me.btnSDL_FREJUS.Text = "FREJUS"
Me.btnSDL_FREJUS.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.btnSDL_FREJUS.UseVisualStyleBackColor = True
'
'btnSDL_Hugo
'
Me.btnSDL_Hugo.Cursor = System.Windows.Forms.Cursors.Default
Me.btnSDL_Hugo.Enabled = False
Me.btnSDL_Hugo.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Silver
Me.btnSDL_Hugo.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnSDL_Hugo.ForeColor = System.Drawing.Color.Black
Me.btnSDL_Hugo.Image = Global.SDL.My.Resources.Resources.hugo
Me.btnSDL_Hugo.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnSDL_Hugo.Location = New System.Drawing.Point(250, 72)
Me.btnSDL_Hugo.Margin = New System.Windows.Forms.Padding(2)
Me.btnSDL_Hugo.Name = "btnSDL_Hugo"
Me.btnSDL_Hugo.Size = New System.Drawing.Size(78, 64)
Me.btnSDL_Hugo.TabIndex = 55
Me.btnSDL_Hugo.Tag = "213"
Me.btnSDL_Hugo.Text = "HU-GO"
Me.btnSDL_Hugo.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.btnSDL_Hugo.UseVisualStyleBackColor = True
'
'btnSDL_DouBox
'
Me.btnSDL_DouBox.Cursor = System.Windows.Forms.Cursors.Default
Me.btnSDL_DouBox.Enabled = False
Me.btnSDL_DouBox.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Silver
Me.btnSDL_DouBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnSDL_DouBox.ForeColor = System.Drawing.Color.Black
Me.btnSDL_DouBox.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnSDL_DouBox.Location = New System.Drawing.Point(332, 72)
Me.btnSDL_DouBox.Margin = New System.Windows.Forms.Padding(2)
Me.btnSDL_DouBox.Name = "btnSDL_DouBox"
Me.btnSDL_DouBox.Size = New System.Drawing.Size(78, 64)
Me.btnSDL_DouBox.TabIndex = 53
Me.btnSDL_DouBox.Tag = "206"
Me.btnSDL_DouBox.Text = "DUO-BOX"
Me.btnSDL_DouBox.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.btnSDL_DouBox.UseVisualStyleBackColor = True
Me.btnSDL_DouBox.Visible = False
'
'btnSDL_MautFR
'
Me.btnSDL_MautFR.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.btnSDL_MautFR.Cursor = System.Windows.Forms.Cursors.Default
Me.btnSDL_MautFR.Enabled = False
Me.btnSDL_MautFR.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Silver
Me.btnSDL_MautFR.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnSDL_MautFR.ForeColor = System.Drawing.Color.Black
Me.btnSDL_MautFR.Image = Global.SDL.My.Resources.Resources.axxes1
Me.btnSDL_MautFR.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnSDL_MautFR.Location = New System.Drawing.Point(414, 72)
Me.btnSDL_MautFR.Margin = New System.Windows.Forms.Padding(2)
Me.btnSDL_MautFR.Name = "btnSDL_MautFR"
Me.btnSDL_MautFR.Size = New System.Drawing.Size(78, 64)
Me.btnSDL_MautFR.TabIndex = 42
Me.btnSDL_MautFR.Tag = "204"
Me.btnSDL_MautFR.Text = "MAUT FR"
Me.btnSDL_MautFR.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.btnSDL_MautFR.UseVisualStyleBackColor = True
Me.btnSDL_MautFR.Visible = False
'
'btnSDL_MANAbgas
'
Me.btnSDL_MANAbgas.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.btnSDL_MANAbgas.Cursor = System.Windows.Forms.Cursors.Default
Me.btnSDL_MANAbgas.Enabled = False
Me.btnSDL_MANAbgas.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Silver
Me.btnSDL_MANAbgas.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnSDL_MANAbgas.ForeColor = System.Drawing.Color.Black
Me.btnSDL_MANAbgas.Image = Global.SDL.My.Resources.Resources.Plakette1
Me.btnSDL_MANAbgas.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnSDL_MANAbgas.Location = New System.Drawing.Point(496, 72)
Me.btnSDL_MANAbgas.Margin = New System.Windows.Forms.Padding(2)
Me.btnSDL_MANAbgas.Name = "btnSDL_MANAbgas"
Me.btnSDL_MANAbgas.Size = New System.Drawing.Size(78, 64)
Me.btnSDL_MANAbgas.TabIndex = 56
Me.btnSDL_MANAbgas.Tag = "500"
Me.btnSDL_MANAbgas.Text = "MAN Abgas"
Me.btnSDL_MANAbgas.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.btnSDL_MANAbgas.UseVisualStyleBackColor = True
'
'btnSDL_MotorWay
'
Me.btnSDL_MotorWay.Cursor = System.Windows.Forms.Cursors.Default
Me.btnSDL_MotorWay.Enabled = False
Me.btnSDL_MotorWay.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Silver
Me.btnSDL_MotorWay.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnSDL_MotorWay.ForeColor = System.Drawing.Color.Black
Me.btnSDL_MotorWay.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnSDL_MotorWay.Location = New System.Drawing.Point(578, 72)
Me.btnSDL_MotorWay.Margin = New System.Windows.Forms.Padding(2)
Me.btnSDL_MotorWay.Name = "btnSDL_MotorWay"
Me.btnSDL_MotorWay.Size = New System.Drawing.Size(78, 64)
Me.btnSDL_MotorWay.TabIndex = 41
Me.btnSDL_MotorWay.Tag = "205"
Me.btnSDL_MotorWay.Text = "MotorWay"
Me.btnSDL_MotorWay.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.btnSDL_MotorWay.UseVisualStyleBackColor = True
Me.btnSDL_MotorWay.Visible = False
'
'btnSDL_PLOSE
'
Me.btnSDL_PLOSE.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.btnSDL_PLOSE.Cursor = System.Windows.Forms.Cursors.Default
Me.btnSDL_PLOSE.Enabled = False
Me.btnSDL_PLOSE.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Silver
Me.btnSDL_PLOSE.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnSDL_PLOSE.ForeColor = System.Drawing.Color.Black
Me.btnSDL_PLOSE.Image = Global.SDL.My.Resources.Resources.plose_1
Me.btnSDL_PLOSE.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnSDL_PLOSE.Location = New System.Drawing.Point(660, 72)
Me.btnSDL_PLOSE.Margin = New System.Windows.Forms.Padding(2)
Me.btnSDL_PLOSE.Name = "btnSDL_PLOSE"
Me.btnSDL_PLOSE.Size = New System.Drawing.Size(78, 64)
Me.btnSDL_PLOSE.TabIndex = 58
Me.btnSDL_PLOSE.Tag = "214"
Me.btnSDL_PLOSE.Text = "PLOSE " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Roadmaster"
Me.btnSDL_PLOSE.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.btnSDL_PLOSE.UseVisualStyleBackColor = True
'
'btnSDL_PLOSE_IT
'
Me.btnSDL_PLOSE_IT.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.btnSDL_PLOSE_IT.Cursor = System.Windows.Forms.Cursors.Default
Me.btnSDL_PLOSE_IT.Enabled = False
Me.btnSDL_PLOSE_IT.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Silver
Me.btnSDL_PLOSE_IT.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnSDL_PLOSE_IT.ForeColor = System.Drawing.Color.Black
Me.btnSDL_PLOSE_IT.Image = Global.SDL.My.Resources.Resources.plose_it
Me.btnSDL_PLOSE_IT.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnSDL_PLOSE_IT.Location = New System.Drawing.Point(4, 140)
Me.btnSDL_PLOSE_IT.Margin = New System.Windows.Forms.Padding(2)
Me.btnSDL_PLOSE_IT.Name = "btnSDL_PLOSE_IT"
Me.btnSDL_PLOSE_IT.Size = New System.Drawing.Size(78, 64)
Me.btnSDL_PLOSE_IT.TabIndex = 59
Me.btnSDL_PLOSE_IT.Tag = "215"
Me.btnSDL_PLOSE_IT.Text = "PLOSE IT"
Me.btnSDL_PLOSE_IT.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.btnSDL_PLOSE_IT.UseVisualStyleBackColor = True
'
'btnSDL_PLOSE_CZ
'
Me.btnSDL_PLOSE_CZ.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.btnSDL_PLOSE_CZ.Cursor = System.Windows.Forms.Cursors.Default
Me.btnSDL_PLOSE_CZ.Enabled = False
Me.btnSDL_PLOSE_CZ.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Silver
Me.btnSDL_PLOSE_CZ.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnSDL_PLOSE_CZ.ForeColor = System.Drawing.Color.Black
Me.btnSDL_PLOSE_CZ.Image = Global.SDL.My.Resources.Resources.plose_cz
Me.btnSDL_PLOSE_CZ.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnSDL_PLOSE_CZ.Location = New System.Drawing.Point(86, 140)
Me.btnSDL_PLOSE_CZ.Margin = New System.Windows.Forms.Padding(2)
Me.btnSDL_PLOSE_CZ.Name = "btnSDL_PLOSE_CZ"
Me.btnSDL_PLOSE_CZ.Size = New System.Drawing.Size(78, 64)
Me.btnSDL_PLOSE_CZ.TabIndex = 60
Me.btnSDL_PLOSE_CZ.Tag = "216"
Me.btnSDL_PLOSE_CZ.Text = "PLOSE CZ"
Me.btnSDL_PLOSE_CZ.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.btnSDL_PLOSE_CZ.UseVisualStyleBackColor = True
'
'btnVeragParkplatz
'
Me.btnVeragParkplatz.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.btnVeragParkplatz.Cursor = System.Windows.Forms.Cursors.Default
Me.btnVeragParkplatz.Enabled = False
Me.btnVeragParkplatz.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Silver
Me.btnVeragParkplatz.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnVeragParkplatz.ForeColor = System.Drawing.Color.Black
Me.btnVeragParkplatz.Image = Global.SDL.My.Resources.Resources.verag_Card1
Me.btnVeragParkplatz.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnVeragParkplatz.Location = New System.Drawing.Point(168, 140)
Me.btnVeragParkplatz.Margin = New System.Windows.Forms.Padding(2)
Me.btnVeragParkplatz.Name = "btnVeragParkplatz"
Me.btnVeragParkplatz.Size = New System.Drawing.Size(78, 64)
Me.btnVeragParkplatz.TabIndex = 57
Me.btnVeragParkplatz.Tag = "501"
Me.btnVeragParkplatz.Text = "Parkplatz"
Me.btnVeragParkplatz.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.btnVeragParkplatz.UseVisualStyleBackColor = True
'
'Label4
'
Me.Label4.BackColor = System.Drawing.Color.Red
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.ForeColor = System.Drawing.Color.White
Me.Label4.Location = New System.Drawing.Point(513, 46)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(134, 18)
Me.Label4.TabIndex = 11
Me.Label4.Text = "Abfertigungsverbot"
Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
Me.Label4.Visible = False
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.ForeColor = System.Drawing.Color.Black
Me.Label1.Location = New System.Drawing.Point(11, 49)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(41, 13)
Me.Label1.TabIndex = 0
Me.Label1.Text = "Kunde:"
'
'txtKundenNr
'
Me.txtKundenNr.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtKundenNr.Location = New System.Drawing.Point(385, 44)
Me.txtKundenNr.Name = "txtKundenNr"
Me.txtKundenNr.ReadOnly = True
Me.txtKundenNr.Size = New System.Drawing.Size(122, 23)
Me.txtKundenNr.TabIndex = 2
'
'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 = False
Me.KdSearchBox1._hideIfListEmpty = True
Me.KdSearchBox1._loadKdData = False
Me.KdSearchBox1._UseFIRMA = ""
Me.KdSearchBox1._ValueKdAndName = False
Me.KdSearchBox1.dgvpos = "LEFT"
Me.KdSearchBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.KdSearchBox1.KdName = ""
Me.KdSearchBox1.KdNr = "-1"
Me.KdSearchBox1.kdNrField = Nothing
Me.KdSearchBox1.KdNrNullInt = Nothing
Me.KdSearchBox1.Location = New System.Drawing.Point(67, 44)
Me.KdSearchBox1.Name = "KdSearchBox1"
Me.KdSearchBox1.nurAktive = True
Me.KdSearchBox1.searchActive = True
Me.KdSearchBox1.Size = New System.Drawing.Size(312, 23)
Me.KdSearchBox1.TabIndex = 1
Me.KdSearchBox1.TIMER_SEARCH = True
Me.KdSearchBox1.usrcntl = Nothing
'
'btnAddLeistungVordefiniert
'
Me.btnAddLeistungVordefiniert.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.btnAddLeistungVordefiniert.Cursor = System.Windows.Forms.Cursors.Arrow
Me.btnAddLeistungVordefiniert.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Silver
Me.btnAddLeistungVordefiniert.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnAddLeistungVordefiniert.ForeColor = System.Drawing.Color.Black
Me.btnAddLeistungVordefiniert.Image = Global.SDL.My.Resources.Resources.ids
Me.btnAddLeistungVordefiniert.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnAddLeistungVordefiniert.Location = New System.Drawing.Point(661, 33)
Me.btnAddLeistungVordefiniert.Margin = New System.Windows.Forms.Padding(2)
Me.btnAddLeistungVordefiniert.Name = "btnAddLeistungVordefiniert"
Me.btnAddLeistungVordefiniert.Size = New System.Drawing.Size(78, 81)
Me.btnAddLeistungVordefiniert.TabIndex = 56
Me.btnAddLeistungVordefiniert.Tag = "100"
Me.btnAddLeistungVordefiniert.Text = "IDS" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "hinzufügen"
Me.btnAddLeistungVordefiniert.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.btnAddLeistungVordefiniert.UseVisualStyleBackColor = True
Me.btnAddLeistungVordefiniert.Visible = False
'
'frmNewData
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(755, 335)
Me.Controls.Add(Me.pnlMain)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.KeyPreview = True
Me.Name = "frmNewData"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Neue Daten erfassen"
Me.pnlMain.ResumeLayout(False)
Me.Panel1.ResumeLayout(False)
Me.Panel1.PerformLayout()
Me.Panel2.ResumeLayout(False)
Me.Panel2.PerformLayout()
Me.FlowLayoutPanel.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
Friend WithEvents pnlMain As System.Windows.Forms.Panel
Friend WithEvents Panel1 As System.Windows.Forms.Panel
Friend WithEvents FlatButton1 As VERAG_PROG_ALLGEMEIN.FlatButton
Friend WithEvents Panel2 As System.Windows.Forms.Panel
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents txtKundenNr As System.Windows.Forms.TextBox
Friend WithEvents KdSearchBox1 As VERAG_PROG_ALLGEMEIN.KdSearchBox
Friend WithEvents FlowLayoutPanel As System.Windows.Forms.FlowLayoutPanel
Friend WithEvents btnSDL_MautAT As System.Windows.Forms.Button
Friend WithEvents btnSDL_IDS As System.Windows.Forms.Button
Friend WithEvents btnSDL_MautDE As System.Windows.Forms.Button
Friend WithEvents btnSDL_MautMSE As System.Windows.Forms.Button
Friend WithEvents btnSDL_UTA As System.Windows.Forms.Button
Friend WithEvents btnSDL_MautPL As System.Windows.Forms.Button
Friend WithEvents btnSDL_MautIT As System.Windows.Forms.Button
Friend WithEvents btnSDL_Woelfl As System.Windows.Forms.Button
Friend WithEvents btnSDL_MautSI As System.Windows.Forms.Button
Friend WithEvents btnSDL_MautCZ As System.Windows.Forms.Button
Friend WithEvents btnSDL_ECOTAX As System.Windows.Forms.Button
Friend WithEvents btnSDL_FREJUS As System.Windows.Forms.Button
Friend WithEvents btnSDL_Hugo As System.Windows.Forms.Button
Friend WithEvents btnSDL_DouBox As System.Windows.Forms.Button
Friend WithEvents btnSDL_MotorWay As System.Windows.Forms.Button
Friend WithEvents btnSDL_MautFR As System.Windows.Forms.Button
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents btnAddLeistungVordefiniert As System.Windows.Forms.Button
Friend WithEvents MyFlowLayoutPanel1 As VERAG_PROG_ALLGEMEIN.MyFlowLayoutPanel
Friend WithEvents btnSDL_MANAbgas As System.Windows.Forms.Button
Friend WithEvents btnVeragParkplatz As System.Windows.Forms.Button
Friend WithEvents btnSDL_PLOSE As Button
Friend WithEvents btnSDL_PLOSE_IT As Button
Friend WithEvents btnSDL_PLOSE_CZ As Button
End Class