BMD Interface Pfad

This commit is contained in:
2023-04-28 12:41:23 +02:00
parent ff29e06911
commit 4c97b538b6
7 changed files with 96 additions and 77 deletions

View File

@@ -26,7 +26,9 @@ Partial Class frmNewData
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()
@@ -55,10 +57,8 @@ Partial Class frmNewData
Me.Label4 = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
Me.txtKundenNr = New System.Windows.Forms.TextBox()
Me.btnAddLeistungVordefiniert = New System.Windows.Forms.Button()
Me.FlatButton1 = New VERAG_PROG_ALLGEMEIN.FlatButton()
Me.MyFlowLayoutPanel1 = New VERAG_PROG_ALLGEMEIN.MyFlowLayoutPanel(Me.components)
Me.KdSearchBox1 = New VERAG_PROG_ALLGEMEIN.KdSearchBox()
Me.btnAddLeistungVordefiniert = New System.Windows.Forms.Button()
Me.pnlMain.SuspendLayout()
Me.Panel1.SuspendLayout()
Me.Panel2.SuspendLayout()
@@ -88,6 +88,22 @@ Partial Class frmNewData
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
@@ -106,6 +122,20 @@ Partial Class frmNewData
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
@@ -584,6 +614,7 @@ Partial Class frmNewData
Me.btnVeragParkplatz.Text = "Parkp. ALT"
Me.btnVeragParkplatz.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.btnVeragParkplatz.UseVisualStyleBackColor = True
Me.btnVeragParkplatz.Visible = False
'
'btnVeragParkplatzNEU
'
@@ -637,56 +668,6 @@ Partial Class frmNewData
Me.txtKundenNr.Size = New System.Drawing.Size(122, 23)
Me.txtKundenNr.TabIndex = 2
'
'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
'
'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
'
'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
'
'KdSearchBox1
'
Me.KdSearchBox1._AlleFirmenCLUSTER = False
@@ -716,6 +697,26 @@ Partial Class frmNewData
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!)

View File

@@ -45,6 +45,7 @@ Partial Class usrCntlKartenDaten
Me.btnSDL_Woelfl = New System.Windows.Forms.Button()
Me.btnMANAbgasplakette = New System.Windows.Forms.Button()
Me.btnVERAGParkplatz = New System.Windows.Forms.Button()
Me.btnVERAGCardNew = 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()
@@ -82,7 +83,6 @@ Partial Class usrCntlKartenDaten
Me.cntxtExcel = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.ToolStripMenuItem3 = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStripMenuItem6 = New System.Windows.Forms.ToolStripMenuItem()
Me.btnVERAGCardNew = New System.Windows.Forms.Button()
Me.FlowLayoutPanel.SuspendLayout()
Me.ContextMenuStrip1.SuspendLayout()
Me.Panel1.SuspendLayout()
@@ -472,6 +472,24 @@ Partial Class usrCntlKartenDaten
Me.btnVERAGParkplatz.Text = "Parkp. ALT"
Me.btnVERAGParkplatz.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.btnVERAGParkplatz.UseVisualStyleBackColor = True
Me.btnVERAGParkplatz.Visible = False
'
'btnVERAGCardNew
'
Me.btnVERAGCardNew.Cursor = System.Windows.Forms.Cursors.Default
Me.btnVERAGCardNew.FlatAppearance.BorderSize = 0
Me.btnVERAGCardNew.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnVERAGCardNew.ForeColor = System.Drawing.Color.Black
Me.btnVERAGCardNew.Image = Global.SDL.My.Resources.Resources.verag_Card1
Me.btnVERAGCardNew.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnVERAGCardNew.Location = New System.Drawing.Point(156, 64)
Me.btnVERAGCardNew.Margin = New System.Windows.Forms.Padding(0)
Me.btnVERAGCardNew.Name = "btnVERAGCardNew"
Me.btnVERAGCardNew.Size = New System.Drawing.Size(78, 64)
Me.btnVERAGCardNew.TabIndex = 45
Me.btnVERAGCardNew.Text = "Parkplatz"
Me.btnVERAGCardNew.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.btnVERAGCardNew.UseVisualStyleBackColor = True
'
'btnSDL_PLOSE
'
@@ -945,23 +963,6 @@ Partial Class usrCntlKartenDaten
Me.ToolStripMenuItem6.Size = New System.Drawing.Size(210, 22)
Me.ToolStripMenuItem6.Text = "Formatiert (dauert länger)"
'
'btnVERAGCardNew
'
Me.btnVERAGCardNew.Cursor = System.Windows.Forms.Cursors.Default
Me.btnVERAGCardNew.FlatAppearance.BorderSize = 0
Me.btnVERAGCardNew.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnVERAGCardNew.ForeColor = System.Drawing.Color.Black
Me.btnVERAGCardNew.Image = Global.SDL.My.Resources.Resources.verag_Card1
Me.btnVERAGCardNew.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnVERAGCardNew.Location = New System.Drawing.Point(156, 64)
Me.btnVERAGCardNew.Margin = New System.Windows.Forms.Padding(0)
Me.btnVERAGCardNew.Name = "btnVERAGCardNew"
Me.btnVERAGCardNew.Size = New System.Drawing.Size(78, 64)
Me.btnVERAGCardNew.TabIndex = 45
Me.btnVERAGCardNew.Text = "Parkplatz"
Me.btnVERAGCardNew.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.btnVERAGCardNew.UseVisualStyleBackColor = True
'
'usrCntlKartenDaten
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)