526 lines
27 KiB
VB.net
526 lines
27 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class usrCntlTCeZOLL_EZA
|
|
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()
|
|
Me.SplitContainer = New System.Windows.Forms.SplitContainer()
|
|
Me.MyFlowLayoutPanel1 = New VERAG_PROG_ALLGEMEIN.MyFlowLayoutPanel(Me.components)
|
|
Me.btnAllgemein = New System.Windows.Forms.Button()
|
|
Me.btnAdressen = New System.Windows.Forms.Button()
|
|
Me.btnAktiveVeredelung = New System.Windows.Forms.Button()
|
|
Me.btnPositionen = New System.Windows.Forms.Button()
|
|
Me.btnDV1 = New System.Windows.Forms.Button()
|
|
Me.Button5 = New System.Windows.Forms.Button()
|
|
Me.pnl = New System.Windows.Forms.Panel()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.cboDakosyAction = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.cboStammreferenz = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.lblBezugsnummer = New System.Windows.Forms.Label()
|
|
Me.cntxtBezugsnr = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
|
Me.NeueBezugsnummerVergebenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|
Me.txtDyMandant = New System.Windows.Forms.Label()
|
|
Me.txtDyNiederlassung = New System.Windows.Forms.Label()
|
|
Me.MenuStrip = New System.Windows.Forms.MenuStrip()
|
|
Me.OptionenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.SpeichernToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.LadenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.DateiimportToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.DynamicAutomotiveXLSToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.EZAIDToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.lblUpload = New System.Windows.Forms.Label()
|
|
CType(Me.SplitContainer, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SplitContainer.Panel1.SuspendLayout()
|
|
Me.SplitContainer.SuspendLayout()
|
|
Me.MyFlowLayoutPanel1.SuspendLayout()
|
|
Me.pnl.SuspendLayout()
|
|
Me.cntxtBezugsnr.SuspendLayout()
|
|
Me.Panel1.SuspendLayout()
|
|
Me.MenuStrip.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'SplitContainer
|
|
'
|
|
Me.SplitContainer.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.SplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1
|
|
Me.SplitContainer.IsSplitterFixed = True
|
|
Me.SplitContainer.Location = New System.Drawing.Point(0, 25)
|
|
Me.SplitContainer.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.SplitContainer.Name = "SplitContainer"
|
|
Me.SplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal
|
|
'
|
|
'SplitContainer.Panel1
|
|
'
|
|
Me.SplitContainer.Panel1.Controls.Add(Me.MyFlowLayoutPanel1)
|
|
Me.SplitContainer.Panel1.Controls.Add(Me.pnl)
|
|
'
|
|
'SplitContainer.Panel2
|
|
'
|
|
Me.SplitContainer.Panel2.AutoScroll = True
|
|
Me.SplitContainer.Panel2.BackColor = System.Drawing.Color.WhiteSmoke
|
|
Me.SplitContainer.Size = New System.Drawing.Size(934, 687)
|
|
Me.SplitContainer.SplitterDistance = 72
|
|
Me.SplitContainer.SplitterWidth = 1
|
|
Me.SplitContainer.TabIndex = 0
|
|
'
|
|
'MyFlowLayoutPanel1
|
|
'
|
|
Me.MyFlowLayoutPanel1.BackColor = System.Drawing.Color.WhiteSmoke
|
|
Me.MyFlowLayoutPanel1.Controls.Add(Me.btnAllgemein)
|
|
Me.MyFlowLayoutPanel1.Controls.Add(Me.btnAdressen)
|
|
Me.MyFlowLayoutPanel1.Controls.Add(Me.btnAktiveVeredelung)
|
|
Me.MyFlowLayoutPanel1.Controls.Add(Me.btnPositionen)
|
|
Me.MyFlowLayoutPanel1.Controls.Add(Me.btnDV1)
|
|
Me.MyFlowLayoutPanel1.Controls.Add(Me.Button5)
|
|
Me.MyFlowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.MyFlowLayoutPanel1.Location = New System.Drawing.Point(0, 0)
|
|
Me.MyFlowLayoutPanel1.Margin = New System.Windows.Forms.Padding(1)
|
|
Me.MyFlowLayoutPanel1.Name = "MyFlowLayoutPanel1"
|
|
Me.MyFlowLayoutPanel1.Size = New System.Drawing.Size(573, 72)
|
|
Me.MyFlowLayoutPanel1.TabIndex = 0
|
|
'
|
|
'btnAllgemein
|
|
'
|
|
Me.btnAllgemein.BackColor = System.Drawing.Color.SteelBlue
|
|
Me.btnAllgemein.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
|
|
Me.btnAllgemein.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnAllgemein.ForeColor = System.Drawing.SystemColors.ControlLightLight
|
|
Me.btnAllgemein.Image = Global.SDL.My.Resources.Resources.android_note12
|
|
Me.btnAllgemein.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnAllgemein.Location = New System.Drawing.Point(2, 2)
|
|
Me.btnAllgemein.Margin = New System.Windows.Forms.Padding(2)
|
|
Me.btnAllgemein.Name = "btnAllgemein"
|
|
Me.btnAllgemein.Padding = New System.Windows.Forms.Padding(0, 12, 0, 3)
|
|
Me.btnAllgemein.Size = New System.Drawing.Size(75, 67)
|
|
Me.btnAllgemein.TabIndex = 0
|
|
Me.btnAllgemein.Text = "Allgemein"
|
|
Me.btnAllgemein.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnAllgemein.UseVisualStyleBackColor = False
|
|
'
|
|
'btnAdressen
|
|
'
|
|
Me.btnAdressen.BackColor = System.Drawing.Color.White
|
|
Me.btnAdressen.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
|
|
Me.btnAdressen.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnAdressen.Image = Global.SDL.My.Resources.Resources.house1
|
|
Me.btnAdressen.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnAdressen.Location = New System.Drawing.Point(81, 2)
|
|
Me.btnAdressen.Margin = New System.Windows.Forms.Padding(2)
|
|
Me.btnAdressen.Name = "btnAdressen"
|
|
Me.btnAdressen.Padding = New System.Windows.Forms.Padding(0, 0, 0, 3)
|
|
Me.btnAdressen.Size = New System.Drawing.Size(75, 67)
|
|
Me.btnAdressen.TabIndex = 1
|
|
Me.btnAdressen.Text = "Adressen"
|
|
Me.btnAdressen.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnAdressen.UseVisualStyleBackColor = False
|
|
Me.btnAdressen.Visible = False
|
|
'
|
|
'btnAktiveVeredelung
|
|
'
|
|
Me.btnAktiveVeredelung.BackColor = System.Drawing.Color.White
|
|
Me.btnAktiveVeredelung.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
|
|
Me.btnAktiveVeredelung.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnAktiveVeredelung.Image = Global.SDL.My.Resources.Resources.aktiveVeredelung1
|
|
Me.btnAktiveVeredelung.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnAktiveVeredelung.Location = New System.Drawing.Point(160, 2)
|
|
Me.btnAktiveVeredelung.Margin = New System.Windows.Forms.Padding(2)
|
|
Me.btnAktiveVeredelung.Name = "btnAktiveVeredelung"
|
|
Me.btnAktiveVeredelung.Padding = New System.Windows.Forms.Padding(0, 6, 0, 3)
|
|
Me.btnAktiveVeredelung.Size = New System.Drawing.Size(94, 67)
|
|
Me.btnAktiveVeredelung.TabIndex = 3
|
|
Me.btnAktiveVeredelung.Text = "Pass. Veredel."
|
|
Me.btnAktiveVeredelung.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnAktiveVeredelung.UseVisualStyleBackColor = False
|
|
Me.btnAktiveVeredelung.Visible = False
|
|
'
|
|
'btnPositionen
|
|
'
|
|
Me.btnPositionen.BackColor = System.Drawing.Color.White
|
|
Me.btnPositionen.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
|
|
Me.btnPositionen.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnPositionen.Image = Global.SDL.My.Resources.Resources.list_new_small2
|
|
Me.btnPositionen.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnPositionen.Location = New System.Drawing.Point(258, 2)
|
|
Me.btnPositionen.Margin = New System.Windows.Forms.Padding(2)
|
|
Me.btnPositionen.Name = "btnPositionen"
|
|
Me.btnPositionen.Padding = New System.Windows.Forms.Padding(0, 0, 0, 3)
|
|
Me.btnPositionen.Size = New System.Drawing.Size(81, 67)
|
|
Me.btnPositionen.TabIndex = 4
|
|
Me.btnPositionen.Text = "Positionen"
|
|
Me.btnPositionen.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnPositionen.UseVisualStyleBackColor = False
|
|
Me.btnPositionen.Visible = False
|
|
'
|
|
'btnDV1
|
|
'
|
|
Me.btnDV1.BackColor = System.Drawing.Color.White
|
|
Me.btnDV1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
|
|
Me.btnDV1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnDV1.Image = Global.SDL.My.Resources.Resources.moneybag1
|
|
Me.btnDV1.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnDV1.Location = New System.Drawing.Point(343, 2)
|
|
Me.btnDV1.Margin = New System.Windows.Forms.Padding(2)
|
|
Me.btnDV1.Name = "btnDV1"
|
|
Me.btnDV1.Padding = New System.Windows.Forms.Padding(0, 2, 0, 3)
|
|
Me.btnDV1.Size = New System.Drawing.Size(94, 67)
|
|
Me.btnDV1.TabIndex = 6
|
|
Me.btnDV1.Text = "D.V.1"
|
|
Me.btnDV1.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnDV1.UseVisualStyleBackColor = False
|
|
Me.btnDV1.Visible = False
|
|
'
|
|
'Button5
|
|
'
|
|
Me.Button5.BackColor = System.Drawing.Color.White
|
|
Me.Button5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
|
|
Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button5.Image = Global.SDL.My.Resources.Resources.android_note12
|
|
Me.Button5.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.Button5.Location = New System.Drawing.Point(441, 2)
|
|
Me.Button5.Margin = New System.Windows.Forms.Padding(2)
|
|
Me.Button5.Name = "Button5"
|
|
Me.Button5.Padding = New System.Windows.Forms.Padding(0, 12, 0, 3)
|
|
Me.Button5.Size = New System.Drawing.Size(81, 67)
|
|
Me.Button5.TabIndex = 5
|
|
Me.Button5.Text = "Referenzen"
|
|
Me.Button5.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.Button5.UseVisualStyleBackColor = False
|
|
Me.Button5.Visible = False
|
|
'
|
|
'pnl
|
|
'
|
|
Me.pnl.BackColor = System.Drawing.Color.WhiteSmoke
|
|
Me.pnl.Controls.Add(Me.Label6)
|
|
Me.pnl.Controls.Add(Me.cboDakosyAction)
|
|
Me.pnl.Controls.Add(Me.cboStammreferenz)
|
|
Me.pnl.Controls.Add(Me.Button1)
|
|
Me.pnl.Controls.Add(Me.Label4)
|
|
Me.pnl.Controls.Add(Me.Label5)
|
|
Me.pnl.Controls.Add(Me.Label2)
|
|
Me.pnl.Controls.Add(Me.Label3)
|
|
Me.pnl.Dock = System.Windows.Forms.DockStyle.Right
|
|
Me.pnl.Location = New System.Drawing.Point(573, 0)
|
|
Me.pnl.Name = "pnl"
|
|
Me.pnl.Size = New System.Drawing.Size(361, 72)
|
|
Me.pnl.TabIndex = 1
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Location = New System.Drawing.Point(8, 51)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(57, 13)
|
|
Me.Label6.TabIndex = 14
|
|
Me.Label6.Text = "Stammref.:"
|
|
Me.Label6.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
'
|
|
'cboDakosyAction
|
|
'
|
|
Me.cboDakosyAction._allowedValuesFreiText = Nothing
|
|
Me.cboDakosyAction._allowFreiText = False
|
|
Me.cboDakosyAction._value = ""
|
|
Me.cboDakosyAction.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.cboDakosyAction.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
|
|
Me.cboDakosyAction.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.cboDakosyAction.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.cboDakosyAction.FormattingEnabled = True
|
|
Me.cboDakosyAction.Location = New System.Drawing.Point(200, 48)
|
|
Me.cboDakosyAction.Name = "cboDakosyAction"
|
|
Me.cboDakosyAction.Size = New System.Drawing.Size(158, 21)
|
|
Me.cboDakosyAction.TabIndex = 1
|
|
'
|
|
'cboStammreferenz
|
|
'
|
|
Me.cboStammreferenz._allowedValuesFreiText = Nothing
|
|
Me.cboStammreferenz._allowFreiText = False
|
|
Me.cboStammreferenz._value = ""
|
|
Me.cboStammreferenz.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
|
|
Me.cboStammreferenz.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.cboStammreferenz.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.cboStammreferenz.FormattingEnabled = True
|
|
Me.cboStammreferenz.Location = New System.Drawing.Point(71, 48)
|
|
Me.cboStammreferenz.Name = "cboStammreferenz"
|
|
Me.cboStammreferenz.Size = New System.Drawing.Size(129, 21)
|
|
Me.cboStammreferenz.TabIndex = 13
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Button1.BackColor = System.Drawing.Color.White
|
|
Me.Button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
|
|
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Button1.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.Button1.Location = New System.Drawing.Point(200, 5)
|
|
Me.Button1.Margin = New System.Windows.Forms.Padding(2)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(159, 42)
|
|
Me.Button1.TabIndex = 6
|
|
Me.Button1.Text = "An TELOTEC senden -->"
|
|
Me.Button1.UseVisualStyleBackColor = False
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(8, 24)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(60, 13)
|
|
Me.Label4.TabIndex = 9
|
|
Me.Label4.Text = "Rohmasse:"
|
|
Me.Label4.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold)
|
|
Me.Label5.Location = New System.Drawing.Point(100, 21)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(95, 18)
|
|
Me.Label5.TabIndex = 10
|
|
Me.Label5.Text = "0 kg"
|
|
Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(8, 8)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(59, 13)
|
|
Me.Label2.TabIndex = 7
|
|
Me.Label2.Text = "Positionen:"
|
|
Me.Label2.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold)
|
|
Me.Label3.Location = New System.Drawing.Point(103, 5)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(92, 18)
|
|
Me.Label3.TabIndex = 8
|
|
Me.Label3.Text = "1"
|
|
Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.BackColor = System.Drawing.Color.White
|
|
Me.Label1.Location = New System.Drawing.Point(581, 7)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(82, 13)
|
|
Me.Label1.TabIndex = 5
|
|
Me.Label1.Text = "Bezugsnummer:"
|
|
'
|
|
'lblBezugsnummer
|
|
'
|
|
Me.lblBezugsnummer.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.lblBezugsnummer.BackColor = System.Drawing.Color.White
|
|
Me.lblBezugsnummer.ContextMenuStrip = Me.cntxtBezugsnr
|
|
Me.lblBezugsnummer.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblBezugsnummer.Location = New System.Drawing.Point(738, 1)
|
|
Me.lblBezugsnummer.Name = "lblBezugsnummer"
|
|
Me.lblBezugsnummer.Size = New System.Drawing.Size(193, 23)
|
|
Me.lblBezugsnummer.TabIndex = 6
|
|
Me.lblBezugsnummer.Text = "4800/000000/17 AAA"
|
|
Me.lblBezugsnummer.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
'
|
|
'cntxtBezugsnr
|
|
'
|
|
Me.cntxtBezugsnr.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.NeueBezugsnummerVergebenToolStripMenuItem})
|
|
Me.cntxtBezugsnr.Name = "cntxtBezugsnr"
|
|
Me.cntxtBezugsnr.Size = New System.Drawing.Size(239, 26)
|
|
Me.cntxtBezugsnr.Text = "Bezugsnr"
|
|
'
|
|
'NeueBezugsnummerVergebenToolStripMenuItem
|
|
'
|
|
Me.NeueBezugsnummerVergebenToolStripMenuItem.Name = "NeueBezugsnummerVergebenToolStripMenuItem"
|
|
Me.NeueBezugsnummerVergebenToolStripMenuItem.Size = New System.Drawing.Size(238, 22)
|
|
Me.NeueBezugsnummerVergebenToolStripMenuItem.Text = "neue Bezugsnummer vergeben"
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.Controls.Add(Me.lblUpload)
|
|
Me.Panel1.Controls.Add(Me.txtDyMandant)
|
|
Me.Panel1.Controls.Add(Me.txtDyNiederlassung)
|
|
Me.Panel1.Controls.Add(Me.Label1)
|
|
Me.Panel1.Controls.Add(Me.lblBezugsnummer)
|
|
Me.Panel1.Controls.Add(Me.MenuStrip)
|
|
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(934, 25)
|
|
Me.Panel1.TabIndex = 1
|
|
'
|
|
'txtDyMandant
|
|
'
|
|
Me.txtDyMandant.BackColor = System.Drawing.Color.White
|
|
Me.txtDyMandant.Location = New System.Drawing.Point(443, 7)
|
|
Me.txtDyMandant.Name = "txtDyMandant"
|
|
Me.txtDyMandant.Size = New System.Drawing.Size(48, 13)
|
|
Me.txtDyMandant.TabIndex = 21
|
|
Me.txtDyMandant.Text = "VERG"
|
|
Me.txtDyMandant.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
'
|
|
'txtDyNiederlassung
|
|
'
|
|
Me.txtDyNiederlassung.BackColor = System.Drawing.Color.White
|
|
Me.txtDyNiederlassung.Location = New System.Drawing.Point(497, 7)
|
|
Me.txtDyNiederlassung.Name = "txtDyNiederlassung"
|
|
Me.txtDyNiederlassung.Size = New System.Drawing.Size(76, 13)
|
|
Me.txtDyNiederlassung.TabIndex = 20
|
|
Me.txtDyNiederlassung.Text = "SUB"
|
|
'
|
|
'MenuStrip
|
|
'
|
|
Me.MenuStrip.BackColor = System.Drawing.Color.White
|
|
Me.MenuStrip.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.OptionenToolStripMenuItem, Me.DateiimportToolStripMenuItem, Me.ToolStripMenuItem1})
|
|
Me.MenuStrip.Location = New System.Drawing.Point(0, 0)
|
|
Me.MenuStrip.Name = "MenuStrip"
|
|
Me.MenuStrip.Size = New System.Drawing.Size(934, 24)
|
|
Me.MenuStrip.TabIndex = 0
|
|
'
|
|
'OptionenToolStripMenuItem
|
|
'
|
|
Me.OptionenToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.SpeichernToolStripMenuItem, Me.LadenToolStripMenuItem})
|
|
Me.OptionenToolStripMenuItem.Name = "OptionenToolStripMenuItem"
|
|
Me.OptionenToolStripMenuItem.Size = New System.Drawing.Size(69, 20)
|
|
Me.OptionenToolStripMenuItem.Text = "Optionen"
|
|
'
|
|
'SpeichernToolStripMenuItem
|
|
'
|
|
Me.SpeichernToolStripMenuItem.Name = "SpeichernToolStripMenuItem"
|
|
Me.SpeichernToolStripMenuItem.Size = New System.Drawing.Size(126, 22)
|
|
Me.SpeichernToolStripMenuItem.Text = "Speichern"
|
|
'
|
|
'LadenToolStripMenuItem
|
|
'
|
|
Me.LadenToolStripMenuItem.Name = "LadenToolStripMenuItem"
|
|
Me.LadenToolStripMenuItem.Size = New System.Drawing.Size(126, 22)
|
|
Me.LadenToolStripMenuItem.Text = "Laden ..."
|
|
Me.LadenToolStripMenuItem.Visible = False
|
|
'
|
|
'DateiimportToolStripMenuItem
|
|
'
|
|
Me.DateiimportToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DynamicAutomotiveXLSToolStripMenuItem})
|
|
Me.DateiimportToolStripMenuItem.Name = "DateiimportToolStripMenuItem"
|
|
Me.DateiimportToolStripMenuItem.Size = New System.Drawing.Size(87, 20)
|
|
Me.DateiimportToolStripMenuItem.Text = "Datei-Import"
|
|
'
|
|
'DynamicAutomotiveXLSToolStripMenuItem
|
|
'
|
|
Me.DynamicAutomotiveXLSToolStripMenuItem.Name = "DynamicAutomotiveXLSToolStripMenuItem"
|
|
Me.DynamicAutomotiveXLSToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
|
|
Me.DynamicAutomotiveXLSToolStripMenuItem.Text = "Trendyol (XLSX)"
|
|
'
|
|
'ToolStripMenuItem1
|
|
'
|
|
Me.ToolStripMenuItem1.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.EZAIDToolStripMenuItem})
|
|
Me.ToolStripMenuItem1.Name = "ToolStripMenuItem1"
|
|
Me.ToolStripMenuItem1.Size = New System.Drawing.Size(24, 20)
|
|
Me.ToolStripMenuItem1.Text = "?"
|
|
'
|
|
'EZAIDToolStripMenuItem
|
|
'
|
|
Me.EZAIDToolStripMenuItem.Name = "EZAIDToolStripMenuItem"
|
|
Me.EZAIDToolStripMenuItem.Size = New System.Drawing.Size(109, 22)
|
|
Me.EZAIDToolStripMenuItem.Text = "EZA ID"
|
|
'
|
|
'lblUpload
|
|
'
|
|
Me.lblUpload.BackColor = System.Drawing.Color.White
|
|
Me.lblUpload.Location = New System.Drawing.Point(255, 6)
|
|
Me.lblUpload.Name = "lblUpload"
|
|
Me.lblUpload.Size = New System.Drawing.Size(154, 13)
|
|
Me.lblUpload.TabIndex = 22
|
|
Me.lblUpload.Text = "VERG"
|
|
Me.lblUpload.Visible = False
|
|
'
|
|
'usrCntlTCeZOLL_EZA
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.Controls.Add(Me.SplitContainer)
|
|
Me.Controls.Add(Me.Panel1)
|
|
Me.Name = "usrCntlTCeZOLL_EZA"
|
|
Me.Size = New System.Drawing.Size(934, 712)
|
|
Me.SplitContainer.Panel1.ResumeLayout(False)
|
|
CType(Me.SplitContainer, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.SplitContainer.ResumeLayout(False)
|
|
Me.MyFlowLayoutPanel1.ResumeLayout(False)
|
|
Me.pnl.ResumeLayout(False)
|
|
Me.pnl.PerformLayout()
|
|
Me.cntxtBezugsnr.ResumeLayout(False)
|
|
Me.Panel1.ResumeLayout(False)
|
|
Me.Panel1.PerformLayout()
|
|
Me.MenuStrip.ResumeLayout(False)
|
|
Me.MenuStrip.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents SplitContainer As System.Windows.Forms.SplitContainer
|
|
Friend WithEvents MyFlowLayoutPanel1 As VERAG_PROG_ALLGEMEIN.MyFlowLayoutPanel
|
|
Friend WithEvents btnAllgemein As System.Windows.Forms.Button
|
|
Friend WithEvents btnAdressen As System.Windows.Forms.Button
|
|
Friend WithEvents btnAktiveVeredelung As System.Windows.Forms.Button
|
|
Friend WithEvents btnPositionen As System.Windows.Forms.Button
|
|
Friend WithEvents Button5 As System.Windows.Forms.Button
|
|
Friend WithEvents pnl As System.Windows.Forms.Panel
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
|
Friend WithEvents Label5 As System.Windows.Forms.Label
|
|
Friend WithEvents lblBezugsnummer As System.Windows.Forms.Label
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents Panel1 As System.Windows.Forms.Panel
|
|
Friend WithEvents MenuStrip As System.Windows.Forms.MenuStrip
|
|
Friend WithEvents OptionenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents SpeichernToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents LadenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents cboDakosyAction As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents cntxtBezugsnr As System.Windows.Forms.ContextMenuStrip
|
|
Friend WithEvents NeueBezugsnummerVergebenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents Label6 As System.Windows.Forms.Label
|
|
Friend WithEvents cboStammreferenz As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents txtDyMandant As System.Windows.Forms.Label
|
|
Friend WithEvents txtDyNiederlassung As System.Windows.Forms.Label
|
|
Friend WithEvents btnDV1 As System.Windows.Forms.Button
|
|
Friend WithEvents ToolStripMenuItem1 As ToolStripMenuItem
|
|
Friend WithEvents EZAIDToolStripMenuItem As ToolStripMenuItem
|
|
Friend WithEvents DateiimportToolStripMenuItem As ToolStripMenuItem
|
|
Friend WithEvents DynamicAutomotiveXLSToolStripMenuItem As ToolStripMenuItem
|
|
Friend WithEvents lblUpload As Label
|
|
End Class
|