Files
SDL/SDL/Speditionsbuch/Nacherfassung/frmNacherfassungImport.Designer.vb

272 lines
12 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmNacherfassungImport
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()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmNacherfassungImport))
Me.pnl = New System.Windows.Forms.Panel()
Me.btnClose = New System.Windows.Forms.Button()
Me.Label16 = New System.Windows.Forms.Label()
Me.pnl1 = New System.Windows.Forms.Panel()
Me.cboNiederlassung = New System.Windows.Forms.ComboBox()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
Me.txtFirma = New System.Windows.Forms.TextBox()
Me.pnlTop = New System.Windows.Forms.Panel()
Me.Label17 = New System.Windows.Forms.Label()
Me.Label6 = New System.Windows.Forms.Label()
Me.TextBox2 = New System.Windows.Forms.TextBox()
Me.ComboBoxZollsystem = New System.Windows.Forms.ComboBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
Me.TextBox1 = New System.Windows.Forms.TextBox()
Me.Button1 = New System.Windows.Forms.Button()
Me.pnl.SuspendLayout()
Me.pnl1.SuspendLayout()
Me.SuspendLayout()
'
'pnl
'
Me.pnl.BackColor = System.Drawing.Color.White
Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.pnl.Controls.Add(Me.btnClose)
Me.pnl.Controls.Add(Me.Label16)
Me.pnl.Controls.Add(Me.pnl1)
Me.pnl.Dock = System.Windows.Forms.DockStyle.Fill
Me.pnl.Location = New System.Drawing.Point(0, 0)
Me.pnl.Name = "pnl"
Me.pnl.Size = New System.Drawing.Size(446, 231)
Me.pnl.TabIndex = 0
'
'btnClose
'
Me.btnClose.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnClose.BackColor = System.Drawing.Color.Red
Me.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.btnClose.FlatAppearance.BorderColor = System.Drawing.Color.White
Me.btnClose.FlatAppearance.BorderSize = 0
Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnClose.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnClose.ForeColor = System.Drawing.Color.White
Me.btnClose.Location = New System.Drawing.Point(383, 0)
Me.btnClose.Name = "btnClose"
Me.btnClose.RightToLeft = System.Windows.Forms.RightToLeft.Yes
Me.btnClose.Size = New System.Drawing.Size(61, 24)
Me.btnClose.TabIndex = 73
Me.btnClose.Text = "X"
Me.btnClose.UseVisualStyleBackColor = False
'
'Label16
'
Me.Label16.AutoSize = True
Me.Label16.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
Me.Label16.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label16.ForeColor = System.Drawing.Color.White
Me.Label16.Location = New System.Drawing.Point(12, 4)
Me.Label16.Name = "Label16"
Me.Label16.Size = New System.Drawing.Size(284, 20)
Me.Label16.TabIndex = 12
Me.Label16.Text = "NACHERFASSUNG - Datenimport"
'
'pnl1
'
Me.pnl1.Controls.Add(Me.cboNiederlassung)
Me.pnl1.Controls.Add(Me.Label2)
Me.pnl1.Controls.Add(Me.Label1)
Me.pnl1.Controls.Add(Me.txtFirma)
Me.pnl1.Controls.Add(Me.pnlTop)
Me.pnl1.Controls.Add(Me.Label17)
Me.pnl1.Controls.Add(Me.Label6)
Me.pnl1.Controls.Add(Me.TextBox2)
Me.pnl1.Controls.Add(Me.ComboBoxZollsystem)
Me.pnl1.Controls.Add(Me.Label4)
Me.pnl1.Controls.Add(Me.Label5)
Me.pnl1.Controls.Add(Me.TextBox1)
Me.pnl1.Controls.Add(Me.Button1)
Me.pnl1.Dock = System.Windows.Forms.DockStyle.Fill
Me.pnl1.Location = New System.Drawing.Point(0, 0)
Me.pnl1.Name = "pnl1"
Me.pnl1.Size = New System.Drawing.Size(444, 229)
Me.pnl1.TabIndex = 30
'
'cboNiederlassung
'
Me.cboNiederlassung.FormattingEnabled = True
Me.cboNiederlassung.Items.AddRange(New Object() {"SUB", "SBG", "WAI", "NEU", "SUW"})
Me.cboNiederlassung.Location = New System.Drawing.Point(356, 60)
Me.cboNiederlassung.Name = "cboNiederlassung"
Me.cboNiederlassung.Size = New System.Drawing.Size(74, 21)
Me.cboNiederlassung.TabIndex = 19
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(276, 63)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(74, 13)
Me.Label2.TabIndex = 18
Me.Label2.Text = "Niederlassung"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(318, 37)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(32, 13)
Me.Label1.TabIndex = 17
Me.Label1.Text = "Firma"
'
'txtFirma
'
Me.txtFirma.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
Me.txtFirma.Location = New System.Drawing.Point(356, 34)
Me.txtFirma.Name = "txtFirma"
Me.txtFirma.ReadOnly = True
Me.txtFirma.Size = New System.Drawing.Size(74, 20)
Me.txtFirma.TabIndex = 15
Me.txtFirma.Text = "VERA"
'
'pnlTop
'
Me.pnlTop.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
Me.pnlTop.Dock = System.Windows.Forms.DockStyle.Top
Me.pnlTop.Location = New System.Drawing.Point(0, 0)
Me.pnlTop.Name = "pnlTop"
Me.pnlTop.Size = New System.Drawing.Size(444, 28)
Me.pnlTop.TabIndex = 14
'
'Label17
'
Me.Label17.AutoSize = True
Me.Label17.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label17.Location = New System.Drawing.Point(202, 124)
Me.Label17.Name = "Label17"
Me.Label17.Size = New System.Drawing.Size(42, 13)
Me.Label17.TabIndex = 13
Me.Label17.Text = "ODER"
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(13, 60)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(59, 13)
Me.Label6.TabIndex = 9
Me.Label6.Text = "Zollsystem:"
'
'TextBox2
'
Me.TextBox2.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.TextBox2.Location = New System.Drawing.Point(250, 116)
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.Size = New System.Drawing.Size(180, 26)
Me.TextBox2.TabIndex = 8
'
'ComboBoxZollsystem
'
Me.ComboBoxZollsystem.BackColor = System.Drawing.Color.WhiteSmoke
Me.ComboBoxZollsystem.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.ComboBoxZollsystem.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.ComboBoxZollsystem.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ComboBoxZollsystem.FormattingEnabled = True
Me.ComboBoxZollsystem.Items.AddRange(New Object() {"ATLAS", "E-ZOLL"})
Me.ComboBoxZollsystem.Location = New System.Drawing.Point(78, 52)
Me.ComboBoxZollsystem.Name = "ComboBoxZollsystem"
Me.ComboBoxZollsystem.Size = New System.Drawing.Size(118, 28)
Me.ComboBoxZollsystem.TabIndex = 10
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(13, 100)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(86, 13)
Me.Label4.TabIndex = 5
Me.Label4.Text = "Bezugs-Nr. EZA:"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(247, 100)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(94, 13)
Me.Label5.TabIndex = 7
Me.Label5.Text = "Bezugs-Nr. NCTS:"
'
'TextBox1
'
Me.TextBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.TextBox1.Location = New System.Drawing.Point(16, 116)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(180, 26)
Me.TextBox1.TabIndex = 6
'
'Button1
'
Me.Button1.DialogResult = System.Windows.Forms.DialogResult.OK
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
Me.Button1.Location = New System.Drawing.Point(116, 157)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(180, 52)
Me.Button1.TabIndex = 12
Me.Button1.Text = "weiter >>"
Me.Button1.UseVisualStyleBackColor = True
'
'frmNacherfassungImport
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.AutoSize = True
Me.ClientSize = New System.Drawing.Size(446, 231)
Me.Controls.Add(Me.pnl)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "frmNacherfassungImport"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "frmNacherfassungSucheAviso"
Me.pnl.ResumeLayout(False)
Me.pnl.PerformLayout()
Me.pnl1.ResumeLayout(False)
Me.pnl1.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents pnl As System.Windows.Forms.Panel
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents ComboBoxZollsystem As System.Windows.Forms.ComboBox
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents pnl1 As System.Windows.Forms.Panel
Friend WithEvents Label16 As System.Windows.Forms.Label
Friend WithEvents btnClose As System.Windows.Forms.Button
Friend WithEvents Label17 As System.Windows.Forms.Label
Friend WithEvents pnlTop As System.Windows.Forms.Panel
Friend WithEvents cboNiederlassung As System.Windows.Forms.ComboBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents txtFirma As System.Windows.Forms.TextBox
End Class