481 lines
26 KiB
VB.net
481 lines
26 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class usrCntlZollArtikel
|
|
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 DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
Me.pnlFilter = New System.Windows.Forms.Panel()
|
|
Me.dgvZollArtikel = New System.Windows.Forms.DataGridView()
|
|
Me.cntxtRightClick = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
|
Me.TarifnummerKopierenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.KurzbeschreibungKopierenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.BeschreibungToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|
Me.btnRefresh = New VERAG_PROG_ALLGEMEIN.FlatButton()
|
|
Me.lblTestsystem = New System.Windows.Forms.Label()
|
|
Me.btnExcel = New System.Windows.Forms.Button()
|
|
Me.cntxtExcel = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
|
Me.ExcelEinlesenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.ExcelListeÖffnenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.TabelleInExcelÖffnenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.btnEdit = New System.Windows.Forms.Button()
|
|
Me.btnNew = New System.Windows.Forms.Button()
|
|
Me.btnDel = New System.Windows.Forms.Button()
|
|
Me.FlatButton1 = New System.Windows.Forms.Button()
|
|
Me.dgvKdVermerke = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
|
Me.btnAtlas = New System.Windows.Forms.Button()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.pnlOptions1 = New System.Windows.Forms.Panel()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.btnTarifnummerKopieren = New System.Windows.Forms.Button()
|
|
Me.cntxtVermerk = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
|
Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.btnDelAll = New System.Windows.Forms.Button()
|
|
CType(Me.dgvZollArtikel, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.cntxtRightClick.SuspendLayout()
|
|
Me.Panel1.SuspendLayout()
|
|
Me.cntxtExcel.SuspendLayout()
|
|
CType(Me.dgvKdVermerke, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.pnlOptions1.SuspendLayout()
|
|
Me.cntxtVermerk.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.Top
|
|
Me.pnlFilter.Location = New System.Drawing.Point(0, 34)
|
|
Me.pnlFilter.Name = "pnlFilter"
|
|
Me.pnlFilter.Size = New System.Drawing.Size(1278, 28)
|
|
Me.pnlFilter.TabIndex = 11
|
|
'
|
|
'dgvZollArtikel
|
|
'
|
|
Me.dgvZollArtikel.AllowUserToAddRows = False
|
|
Me.dgvZollArtikel.AllowUserToDeleteRows = False
|
|
Me.dgvZollArtikel.AllowUserToResizeRows = False
|
|
DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
|
|
Me.dgvZollArtikel.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
|
|
Me.dgvZollArtikel.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.dgvZollArtikel.ContextMenuStrip = Me.cntxtRightClick
|
|
Me.dgvZollArtikel.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.dgvZollArtikel.Location = New System.Drawing.Point(0, 62)
|
|
Me.dgvZollArtikel.MultiSelect = False
|
|
Me.dgvZollArtikel.Name = "dgvZollArtikel"
|
|
Me.dgvZollArtikel.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
|
Me.dgvZollArtikel.Size = New System.Drawing.Size(1278, 482)
|
|
Me.dgvZollArtikel.TabIndex = 14
|
|
'
|
|
'cntxtRightClick
|
|
'
|
|
Me.cntxtRightClick.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TarifnummerKopierenToolStripMenuItem, Me.KurzbeschreibungKopierenToolStripMenuItem, Me.BeschreibungToolStripMenuItem})
|
|
Me.cntxtRightClick.Name = "cntxtRightClick"
|
|
Me.cntxtRightClick.Size = New System.Drawing.Size(215, 70)
|
|
Me.cntxtRightClick.Text = "RightClick"
|
|
'
|
|
'TarifnummerKopierenToolStripMenuItem
|
|
'
|
|
Me.TarifnummerKopierenToolStripMenuItem.Name = "TarifnummerKopierenToolStripMenuItem"
|
|
Me.TarifnummerKopierenToolStripMenuItem.Size = New System.Drawing.Size(214, 22)
|
|
Me.TarifnummerKopierenToolStripMenuItem.Text = "Tarifnummer kopieren"
|
|
'
|
|
'KurzbeschreibungKopierenToolStripMenuItem
|
|
'
|
|
Me.KurzbeschreibungKopierenToolStripMenuItem.Name = "KurzbeschreibungKopierenToolStripMenuItem"
|
|
Me.KurzbeschreibungKopierenToolStripMenuItem.Size = New System.Drawing.Size(214, 22)
|
|
Me.KurzbeschreibungKopierenToolStripMenuItem.Text = "Kurzbezeichnung kopieren"
|
|
'
|
|
'BeschreibungToolStripMenuItem
|
|
'
|
|
Me.BeschreibungToolStripMenuItem.Name = "BeschreibungToolStripMenuItem"
|
|
Me.BeschreibungToolStripMenuItem.Size = New System.Drawing.Size(214, 22)
|
|
Me.BeschreibungToolStripMenuItem.Text = "Beschreibung kopieren"
|
|
'
|
|
'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(94, 20)
|
|
Me.Label1.TabIndex = 1
|
|
Me.Label1.Text = "Zoll Artikel"
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.BackColor = System.Drawing.Color.WhiteSmoke
|
|
Me.Panel1.Controls.Add(Me.btnDelAll)
|
|
Me.Panel1.Controls.Add(Me.btnRefresh)
|
|
Me.Panel1.Controls.Add(Me.lblTestsystem)
|
|
Me.Panel1.Controls.Add(Me.btnExcel)
|
|
Me.Panel1.Controls.Add(Me.btnEdit)
|
|
Me.Panel1.Controls.Add(Me.btnNew)
|
|
Me.Panel1.Controls.Add(Me.btnDel)
|
|
Me.Panel1.Controls.Add(Me.Label1)
|
|
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(1278, 34)
|
|
Me.Panel1.TabIndex = 13
|
|
'
|
|
'btnRefresh
|
|
'
|
|
Me.btnRefresh.allowBorder = False
|
|
Me.btnRefresh.BackgroundImage = Global.SDL.My.Resources.Resources.refresh
|
|
Me.btnRefresh.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.btnRefresh.FlatAppearance.BorderSize = 0
|
|
Me.btnRefresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnRefresh.ForeColor = System.Drawing.Color.Black
|
|
Me.btnRefresh.Location = New System.Drawing.Point(114, 3)
|
|
Me.btnRefresh.Name = "btnRefresh"
|
|
Me.btnRefresh.Size = New System.Drawing.Size(52, 27)
|
|
Me.btnRefresh.TabIndex = 23
|
|
Me.btnRefresh.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnRefresh.UseVisualStyleBackColor = True
|
|
'
|
|
'lblTestsystem
|
|
'
|
|
Me.lblTestsystem.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.lblTestsystem.AutoSize = True
|
|
Me.lblTestsystem.ForeColor = System.Drawing.Color.Red
|
|
Me.lblTestsystem.Location = New System.Drawing.Point(1178, 11)
|
|
Me.lblTestsystem.Name = "lblTestsystem"
|
|
Me.lblTestsystem.Size = New System.Drawing.Size(97, 13)
|
|
Me.lblTestsystem.TabIndex = 22
|
|
Me.lblTestsystem.Text = "!! TESTSYSTEM !!"
|
|
Me.lblTestsystem.Visible = False
|
|
'
|
|
'btnExcel
|
|
'
|
|
Me.btnExcel.ContextMenuStrip = Me.cntxtExcel
|
|
Me.btnExcel.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
|
Me.btnExcel.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnExcel.ForeColor = System.Drawing.Color.Black
|
|
Me.btnExcel.Image = Global.SDL.My.Resources.Resources.Excel_logo
|
|
Me.btnExcel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnExcel.Location = New System.Drawing.Point(576, 3)
|
|
Me.btnExcel.Name = "btnExcel"
|
|
Me.btnExcel.Size = New System.Drawing.Size(103, 27)
|
|
Me.btnExcel.TabIndex = 21
|
|
Me.btnExcel.Text = "Excel"
|
|
Me.btnExcel.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnExcel.UseVisualStyleBackColor = True
|
|
'
|
|
'cntxtExcel
|
|
'
|
|
Me.cntxtExcel.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ExcelEinlesenToolStripMenuItem, Me.ExcelListeÖffnenToolStripMenuItem, Me.TabelleInExcelÖffnenToolStripMenuItem})
|
|
Me.cntxtExcel.Name = "cntxtExcel"
|
|
Me.cntxtExcel.Size = New System.Drawing.Size(192, 70)
|
|
'
|
|
'ExcelEinlesenToolStripMenuItem
|
|
'
|
|
Me.ExcelEinlesenToolStripMenuItem.Name = "ExcelEinlesenToolStripMenuItem"
|
|
Me.ExcelEinlesenToolStripMenuItem.Size = New System.Drawing.Size(191, 22)
|
|
Me.ExcelEinlesenToolStripMenuItem.Text = "Excel einlesen"
|
|
'
|
|
'ExcelListeÖffnenToolStripMenuItem
|
|
'
|
|
Me.ExcelListeÖffnenToolStripMenuItem.Name = "ExcelListeÖffnenToolStripMenuItem"
|
|
Me.ExcelListeÖffnenToolStripMenuItem.Size = New System.Drawing.Size(191, 22)
|
|
Me.ExcelListeÖffnenToolStripMenuItem.Text = "Excel Liste öffnen"
|
|
'
|
|
'TabelleInExcelÖffnenToolStripMenuItem
|
|
'
|
|
Me.TabelleInExcelÖffnenToolStripMenuItem.Name = "TabelleInExcelÖffnenToolStripMenuItem"
|
|
Me.TabelleInExcelÖffnenToolStripMenuItem.Size = New System.Drawing.Size(191, 22)
|
|
Me.TabelleInExcelÖffnenToolStripMenuItem.Text = "Tabelle in Excel öffnen"
|
|
'
|
|
'btnEdit
|
|
'
|
|
Me.btnEdit.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
|
Me.btnEdit.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnEdit.ForeColor = System.Drawing.Color.Black
|
|
Me.btnEdit.Image = Global.SDL.My.Resources.Resources.stift
|
|
Me.btnEdit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnEdit.Location = New System.Drawing.Point(314, 3)
|
|
Me.btnEdit.Name = "btnEdit"
|
|
Me.btnEdit.Size = New System.Drawing.Size(117, 27)
|
|
Me.btnEdit.TabIndex = 19
|
|
Me.btnEdit.Text = "Bearbeiten"
|
|
Me.btnEdit.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnEdit.UseVisualStyleBackColor = True
|
|
'
|
|
'btnNew
|
|
'
|
|
Me.btnNew.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
|
Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnNew.ForeColor = System.Drawing.Color.Black
|
|
Me.btnNew.Image = Global.SDL.My.Resources.Resources.plus
|
|
Me.btnNew.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnNew.Location = New System.Drawing.Point(191, 3)
|
|
Me.btnNew.Name = "btnNew"
|
|
Me.btnNew.Size = New System.Drawing.Size(117, 27)
|
|
Me.btnNew.TabIndex = 18
|
|
Me.btnNew.Text = "Neuer Eintrag"
|
|
Me.btnNew.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnNew.UseVisualStyleBackColor = True
|
|
'
|
|
'btnDel
|
|
'
|
|
Me.btnDel.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
|
Me.btnDel.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnDel.ForeColor = System.Drawing.Color.Black
|
|
Me.btnDel.Image = Global.SDL.My.Resources.Resources.del
|
|
Me.btnDel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnDel.Location = New System.Drawing.Point(437, 3)
|
|
Me.btnDel.Name = "btnDel"
|
|
Me.btnDel.Size = New System.Drawing.Size(117, 27)
|
|
Me.btnDel.TabIndex = 17
|
|
Me.btnDel.Text = "Löschen"
|
|
Me.btnDel.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnDel.UseVisualStyleBackColor = True
|
|
'
|
|
'FlatButton1
|
|
'
|
|
Me.FlatButton1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.FlatButton1.BackgroundImage = Global.SDL.My.Resources.Resources.plus
|
|
Me.FlatButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.FlatButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.FlatButton1.ForeColor = System.Drawing.Color.Black
|
|
Me.FlatButton1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.FlatButton1.Location = New System.Drawing.Point(1252, 3)
|
|
Me.FlatButton1.Name = "FlatButton1"
|
|
Me.FlatButton1.Size = New System.Drawing.Size(23, 18)
|
|
Me.FlatButton1.TabIndex = 28
|
|
Me.FlatButton1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.FlatButton1.UseVisualStyleBackColor = True
|
|
'
|
|
'dgvKdVermerke
|
|
'
|
|
Me.dgvKdVermerke.AKTUALISIERUNGS_INTERVALL = -1
|
|
Me.dgvKdVermerke.AllowUserToAddRows = False
|
|
Me.dgvKdVermerke.AllowUserToDeleteRows = False
|
|
Me.dgvKdVermerke.AllowUserToOrderColumns = True
|
|
Me.dgvKdVermerke.AllowUserToResizeColumns = False
|
|
Me.dgvKdVermerke.AllowUserToResizeRows = False
|
|
Me.dgvKdVermerke.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.dgvKdVermerke.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells
|
|
Me.dgvKdVermerke.BackgroundColor = System.Drawing.Color.White
|
|
Me.dgvKdVermerke.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
|
DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window
|
|
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.ControlText
|
|
DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
|
DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
|
DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
Me.dgvKdVermerke.DefaultCellStyle = DataGridViewCellStyle1
|
|
Me.dgvKdVermerke.Location = New System.Drawing.Point(156, 3)
|
|
Me.dgvKdVermerke.Name = "dgvKdVermerke"
|
|
Me.dgvKdVermerke.RowHeadersVisible = False
|
|
Me.dgvKdVermerke.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
|
Me.dgvKdVermerke.Size = New System.Drawing.Size(1119, 83)
|
|
Me.dgvKdVermerke.TabIndex = 24
|
|
'
|
|
'btnAtlas
|
|
'
|
|
Me.btnAtlas.Enabled = False
|
|
Me.btnAtlas.FlatAppearance.BorderSize = 0
|
|
Me.btnAtlas.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnAtlas.ForeColor = System.Drawing.Color.Black
|
|
Me.btnAtlas.Image = Global.SDL.My.Resources.Resources.transfer
|
|
Me.btnAtlas.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnAtlas.Location = New System.Drawing.Point(550, 204)
|
|
Me.btnAtlas.Name = "btnAtlas"
|
|
Me.btnAtlas.Size = New System.Drawing.Size(144, 39)
|
|
Me.btnAtlas.TabIndex = 15
|
|
Me.btnAtlas.Text = "Ausgewählte Daten" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "an ATLAS senden"
|
|
Me.btnAtlas.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnAtlas.UseVisualStyleBackColor = True
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(620, 263)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(322, 39)
|
|
Me.Label4.TabIndex = 20
|
|
Me.Label4.Text = "Der Datensatz wurde erfasst" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Der Datensatz wurde erfolgreich an das ATLAS System " &
|
|
"übertragen" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Es ist ein Fehler bei der Übertragung aufgetreten" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
|
|
Me.Label4.Visible = False
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(547, 263)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(67, 39)
|
|
Me.Label3.TabIndex = 20
|
|
Me.Label3.Text = "Angelegt" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "ATLAS OK" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "ATLAS ERR"
|
|
Me.Label3.Visible = False
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(501, 263)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(40, 13)
|
|
Me.Label2.TabIndex = 20
|
|
Me.Label2.Text = "Status:"
|
|
Me.Label2.Visible = False
|
|
'
|
|
'pnlOptions1
|
|
'
|
|
Me.pnlOptions1.BackColor = System.Drawing.Color.LightGray
|
|
Me.pnlOptions1.Controls.Add(Me.FlatButton1)
|
|
Me.pnlOptions1.Controls.Add(Me.Button2)
|
|
Me.pnlOptions1.Controls.Add(Me.dgvKdVermerke)
|
|
Me.pnlOptions1.Controls.Add(Me.Button1)
|
|
Me.pnlOptions1.Controls.Add(Me.btnTarifnummerKopieren)
|
|
Me.pnlOptions1.Dock = System.Windows.Forms.DockStyle.Bottom
|
|
Me.pnlOptions1.Location = New System.Drawing.Point(0, 544)
|
|
Me.pnlOptions1.Name = "pnlOptions1"
|
|
Me.pnlOptions1.Size = New System.Drawing.Size(1278, 86)
|
|
Me.pnlOptions1.TabIndex = 15
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.AutoSize = True
|
|
Me.Button2.Location = New System.Drawing.Point(7, 50)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(143, 23)
|
|
Me.Button2.TabIndex = 0
|
|
Me.Button2.Text = "Beschreibung kopieren"
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.AutoSize = True
|
|
Me.Button1.Location = New System.Drawing.Point(7, 28)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(143, 23)
|
|
Me.Button1.TabIndex = 0
|
|
Me.Button1.Text = "Kurzbezeichnung kopieren"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'btnTarifnummerKopieren
|
|
'
|
|
Me.btnTarifnummerKopieren.AutoSize = True
|
|
Me.btnTarifnummerKopieren.Location = New System.Drawing.Point(7, 6)
|
|
Me.btnTarifnummerKopieren.Name = "btnTarifnummerKopieren"
|
|
Me.btnTarifnummerKopieren.Size = New System.Drawing.Size(143, 23)
|
|
Me.btnTarifnummerKopieren.TabIndex = 0
|
|
Me.btnTarifnummerKopieren.Text = "Tarifnummer kopieren"
|
|
Me.btnTarifnummerKopieren.UseVisualStyleBackColor = True
|
|
'
|
|
'cntxtVermerk
|
|
'
|
|
Me.cntxtVermerk.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripMenuItem1})
|
|
Me.cntxtVermerk.Name = "cntxtExcel"
|
|
Me.cntxtVermerk.Size = New System.Drawing.Size(119, 26)
|
|
'
|
|
'ToolStripMenuItem1
|
|
'
|
|
Me.ToolStripMenuItem1.Name = "ToolStripMenuItem1"
|
|
Me.ToolStripMenuItem1.Size = New System.Drawing.Size(118, 22)
|
|
Me.ToolStripMenuItem1.Text = "Löschen"
|
|
'
|
|
'btnDelAll
|
|
'
|
|
Me.btnDelAll.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
|
Me.btnDelAll.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnDelAll.ForeColor = System.Drawing.Color.Black
|
|
Me.btnDelAll.Image = Global.SDL.My.Resources.Resources.del
|
|
Me.btnDelAll.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnDelAll.Location = New System.Drawing.Point(740, 4)
|
|
Me.btnDelAll.Name = "btnDelAll"
|
|
Me.btnDelAll.Size = New System.Drawing.Size(126, 27)
|
|
Me.btnDelAll.TabIndex = 24
|
|
Me.btnDelAll.Text = "Alle Löschen"
|
|
Me.btnDelAll.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnDelAll.UseVisualStyleBackColor = True
|
|
'
|
|
'usrCntlZollArtikel
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.Controls.Add(Me.btnAtlas)
|
|
Me.Controls.Add(Me.Label4)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.dgvZollArtikel)
|
|
Me.Controls.Add(Me.pnlFilter)
|
|
Me.Controls.Add(Me.pnlOptions1)
|
|
Me.Controls.Add(Me.Panel1)
|
|
Me.Name = "usrCntlZollArtikel"
|
|
Me.Size = New System.Drawing.Size(1278, 630)
|
|
CType(Me.dgvZollArtikel, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.cntxtRightClick.ResumeLayout(False)
|
|
Me.Panel1.ResumeLayout(False)
|
|
Me.Panel1.PerformLayout()
|
|
Me.cntxtExcel.ResumeLayout(False)
|
|
CType(Me.dgvKdVermerke, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.pnlOptions1.ResumeLayout(False)
|
|
Me.pnlOptions1.PerformLayout()
|
|
Me.cntxtVermerk.ResumeLayout(False)
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents pnlFilter As System.Windows.Forms.Panel
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents btnEdit As System.Windows.Forms.Button
|
|
Friend WithEvents btnNew As System.Windows.Forms.Button
|
|
Friend WithEvents btnDel As System.Windows.Forms.Button
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
|
Friend WithEvents btnAtlas As System.Windows.Forms.Button
|
|
Friend WithEvents btnExcel As System.Windows.Forms.Button
|
|
Friend WithEvents cntxtExcel As System.Windows.Forms.ContextMenuStrip
|
|
Friend WithEvents ExcelEinlesenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents ExcelListeÖffnenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents lblTestsystem As System.Windows.Forms.Label
|
|
Friend WithEvents cntxtRightClick As System.Windows.Forms.ContextMenuStrip
|
|
Friend WithEvents TarifnummerKopierenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents btnRefresh As VERAG_PROG_ALLGEMEIN.FlatButton
|
|
Friend WithEvents KurzbeschreibungKopierenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents BeschreibungToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents Button2 As System.Windows.Forms.Button
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
Friend WithEvents btnTarifnummerKopieren As System.Windows.Forms.Button
|
|
Public WithEvents Panel1 As System.Windows.Forms.Panel
|
|
Public WithEvents pnlOptions1 As System.Windows.Forms.Panel
|
|
Public WithEvents dgvZollArtikel As System.Windows.Forms.DataGridView
|
|
Friend WithEvents dgvKdVermerke As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
|
Friend WithEvents FlatButton1 As System.Windows.Forms.Button
|
|
Friend WithEvents cntxtVermerk As System.Windows.Forms.ContextMenuStrip
|
|
Friend WithEvents ToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents TabelleInExcelÖffnenToolStripMenuItem As ToolStripMenuItem
|
|
Friend WithEvents btnDelAll As Button
|
|
End Class
|