407 lines
16 KiB
VB.net
407 lines
16 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmWarenorte
|
|
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(frmWarenorte))
|
|
Me.pnlTop = New System.Windows.Forms.Panel()
|
|
Me.lblWarning = New System.Windows.Forms.Label()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.cbxFirma = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.btnAdd = New System.Windows.Forms.Button()
|
|
Me.btnDelete = New System.Windows.Forms.Button()
|
|
Me.txtWarenort = New System.Windows.Forms.TextBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.txtBezeichnung = New System.Windows.Forms.TextBox()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.txtOrt = New System.Windows.Forms.TextBox()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.txtKennr = New System.Windows.Forms.TextBox()
|
|
Me.cbxAktiv = New System.Windows.Forms.CheckBox()
|
|
Me.Label8 = New System.Windows.Forms.Label()
|
|
Me.txtCluster = New System.Windows.Forms.TextBox()
|
|
Me.mainPanel = New System.Windows.Forms.Panel()
|
|
Me.txtStrasse = New System.Windows.Forms.TextBox()
|
|
Me.Label10 = New System.Windows.Forms.Label()
|
|
Me.cbxFirmaChange = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.Label = New System.Windows.Forms.Label()
|
|
Me.Label9 = New System.Windows.Forms.Label()
|
|
Me.txtReihenfolge = New System.Windows.Forms.TextBox()
|
|
Me.btnSave = New System.Windows.Forms.Button()
|
|
Me.cbxGrenzstelle = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.dgvWarenorteNew = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
|
Me.pnlTop.SuspendLayout()
|
|
Me.mainPanel.SuspendLayout()
|
|
CType(Me.dgvWarenorteNew, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'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.Controls.Add(Me.lblWarning)
|
|
Me.pnlTop.Controls.Add(Me.Label4)
|
|
Me.pnlTop.Controls.Add(Me.Label3)
|
|
Me.pnlTop.Controls.Add(Me.cbxFirma)
|
|
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(620, 48)
|
|
Me.pnlTop.TabIndex = 2
|
|
'
|
|
'lblWarning
|
|
'
|
|
Me.lblWarning.AutoSize = True
|
|
Me.lblWarning.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblWarning.ForeColor = System.Drawing.Color.Red
|
|
Me.lblWarning.Location = New System.Drawing.Point(166, 13)
|
|
Me.lblWarning.Name = "lblWarning"
|
|
Me.lblWarning.Size = New System.Drawing.Size(0, 13)
|
|
Me.lblWarning.TabIndex = 14
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 16.0!, 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(10, 13)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(122, 26)
|
|
Me.Label4.TabIndex = 0
|
|
Me.Label4.Text = "Warenorte"
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.ForeColor = System.Drawing.Color.White
|
|
Me.Label3.Location = New System.Drawing.Point(483, 3)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(32, 13)
|
|
Me.Label3.TabIndex = 5
|
|
Me.Label3.Text = "Firma"
|
|
'
|
|
'cbxFirma
|
|
'
|
|
Me.cbxFirma._allowedValuesFreiText = Nothing
|
|
Me.cbxFirma._allowFreiText = False
|
|
Me.cbxFirma._value = ""
|
|
Me.cbxFirma.DropDownWidth = 150
|
|
Me.cbxFirma.FormattingEnabled = True
|
|
Me.cbxFirma.Location = New System.Drawing.Point(486, 18)
|
|
Me.cbxFirma.Name = "cbxFirma"
|
|
Me.cbxFirma.Size = New System.Drawing.Size(122, 21)
|
|
Me.cbxFirma.TabIndex = 13
|
|
'
|
|
'btnAdd
|
|
'
|
|
Me.btnAdd.BackgroundImage = Global.AVISO.My.Resources.Resources.plus
|
|
Me.btnAdd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnAdd.Location = New System.Drawing.Point(196, 283)
|
|
Me.btnAdd.Name = "btnAdd"
|
|
Me.btnAdd.Size = New System.Drawing.Size(24, 20)
|
|
Me.btnAdd.TabIndex = 97
|
|
Me.btnAdd.UseVisualStyleBackColor = True
|
|
'
|
|
'btnDelete
|
|
'
|
|
Me.btnDelete.BackgroundImage = Global.AVISO.My.Resources.Resources.del
|
|
Me.btnDelete.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnDelete.Location = New System.Drawing.Point(219, 283)
|
|
Me.btnDelete.Name = "btnDelete"
|
|
Me.btnDelete.Size = New System.Drawing.Size(24, 20)
|
|
Me.btnDelete.TabIndex = 96
|
|
Me.btnDelete.UseVisualStyleBackColor = True
|
|
'
|
|
'txtWarenort
|
|
'
|
|
Me.txtWarenort.Location = New System.Drawing.Point(12, 25)
|
|
Me.txtWarenort.Name = "txtWarenort"
|
|
Me.txtWarenort.Size = New System.Drawing.Size(100, 20)
|
|
Me.txtWarenort.TabIndex = 0
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(9, 9)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(51, 13)
|
|
Me.Label1.TabIndex = 1
|
|
Me.Label1.Text = "Warenort"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(126, 9)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(69, 13)
|
|
Me.Label2.TabIndex = 3
|
|
Me.Label2.Text = "Bezeichnung"
|
|
'
|
|
'txtBezeichnung
|
|
'
|
|
Me.txtBezeichnung.Location = New System.Drawing.Point(129, 25)
|
|
Me.txtBezeichnung.Name = "txtBezeichnung"
|
|
Me.txtBezeichnung.Size = New System.Drawing.Size(100, 20)
|
|
Me.txtBezeichnung.TabIndex = 2
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Location = New System.Drawing.Point(126, 59)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(21, 13)
|
|
Me.Label5.TabIndex = 7
|
|
Me.Label5.Text = "Ort"
|
|
'
|
|
'txtOrt
|
|
'
|
|
Me.txtOrt.Location = New System.Drawing.Point(129, 75)
|
|
Me.txtOrt.Name = "txtOrt"
|
|
Me.txtOrt.Size = New System.Drawing.Size(100, 20)
|
|
Me.txtOrt.TabIndex = 5
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Location = New System.Drawing.Point(246, 114)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(65, 13)
|
|
Me.Label6.TabIndex = 9
|
|
Me.Label6.Text = "Grenzestelle"
|
|
'
|
|
'Label7
|
|
'
|
|
Me.Label7.AutoSize = True
|
|
Me.Label7.Location = New System.Drawing.Point(126, 114)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(46, 13)
|
|
Me.Label7.TabIndex = 11
|
|
Me.Label7.Text = "Kenn-Nr"
|
|
'
|
|
'txtKennr
|
|
'
|
|
Me.txtKennr.Location = New System.Drawing.Point(129, 130)
|
|
Me.txtKennr.Name = "txtKennr"
|
|
Me.txtKennr.Size = New System.Drawing.Size(100, 20)
|
|
Me.txtKennr.TabIndex = 8
|
|
'
|
|
'cbxAktiv
|
|
'
|
|
Me.cbxAktiv.AutoSize = True
|
|
Me.cbxAktiv.Location = New System.Drawing.Point(252, 9)
|
|
Me.cbxAktiv.Name = "cbxAktiv"
|
|
Me.cbxAktiv.Size = New System.Drawing.Size(50, 17)
|
|
Me.cbxAktiv.TabIndex = 3
|
|
Me.cbxAktiv.Text = "Aktiv"
|
|
Me.cbxAktiv.UseVisualStyleBackColor = True
|
|
'
|
|
'Label8
|
|
'
|
|
Me.Label8.AutoSize = True
|
|
Me.Label8.Location = New System.Drawing.Point(249, 59)
|
|
Me.Label8.Name = "Label8"
|
|
Me.Label8.Size = New System.Drawing.Size(39, 13)
|
|
Me.Label8.TabIndex = 16
|
|
Me.Label8.Text = "Cluster"
|
|
'
|
|
'txtCluster
|
|
'
|
|
Me.txtCluster.Location = New System.Drawing.Point(252, 75)
|
|
Me.txtCluster.Name = "txtCluster"
|
|
Me.txtCluster.Size = New System.Drawing.Size(100, 20)
|
|
Me.txtCluster.TabIndex = 6
|
|
'
|
|
'mainPanel
|
|
'
|
|
Me.mainPanel.Controls.Add(Me.txtStrasse)
|
|
Me.mainPanel.Controls.Add(Me.Label10)
|
|
Me.mainPanel.Controls.Add(Me.cbxFirmaChange)
|
|
Me.mainPanel.Controls.Add(Me.Label)
|
|
Me.mainPanel.Controls.Add(Me.Label9)
|
|
Me.mainPanel.Controls.Add(Me.txtReihenfolge)
|
|
Me.mainPanel.Controls.Add(Me.btnSave)
|
|
Me.mainPanel.Controls.Add(Me.cbxAktiv)
|
|
Me.mainPanel.Controls.Add(Me.Label1)
|
|
Me.mainPanel.Controls.Add(Me.Label8)
|
|
Me.mainPanel.Controls.Add(Me.txtWarenort)
|
|
Me.mainPanel.Controls.Add(Me.txtCluster)
|
|
Me.mainPanel.Controls.Add(Me.txtBezeichnung)
|
|
Me.mainPanel.Controls.Add(Me.cbxGrenzstelle)
|
|
Me.mainPanel.Controls.Add(Me.Label2)
|
|
Me.mainPanel.Controls.Add(Me.txtOrt)
|
|
Me.mainPanel.Controls.Add(Me.Label7)
|
|
Me.mainPanel.Controls.Add(Me.Label5)
|
|
Me.mainPanel.Controls.Add(Me.txtKennr)
|
|
Me.mainPanel.Controls.Add(Me.Label6)
|
|
Me.mainPanel.Location = New System.Drawing.Point(249, 54)
|
|
Me.mainPanel.Name = "mainPanel"
|
|
Me.mainPanel.Size = New System.Drawing.Size(359, 248)
|
|
Me.mainPanel.TabIndex = 17
|
|
'
|
|
'txtStrasse
|
|
'
|
|
Me.txtStrasse.Location = New System.Drawing.Point(12, 75)
|
|
Me.txtStrasse.Name = "txtStrasse"
|
|
Me.txtStrasse.Size = New System.Drawing.Size(100, 20)
|
|
Me.txtStrasse.TabIndex = 4
|
|
'
|
|
'Label10
|
|
'
|
|
Me.Label10.AutoSize = True
|
|
Me.Label10.Location = New System.Drawing.Point(9, 59)
|
|
Me.Label10.Name = "Label10"
|
|
Me.Label10.Size = New System.Drawing.Size(42, 13)
|
|
Me.Label10.TabIndex = 23
|
|
Me.Label10.Text = "Strasse"
|
|
'
|
|
'cbxFirmaChange
|
|
'
|
|
Me.cbxFirmaChange._allowedValuesFreiText = Nothing
|
|
Me.cbxFirmaChange._allowFreiText = False
|
|
Me.cbxFirmaChange._value = ""
|
|
Me.cbxFirmaChange.DropDownWidth = 120
|
|
Me.cbxFirmaChange.Enabled = False
|
|
Me.cbxFirmaChange.FormattingEnabled = True
|
|
Me.cbxFirmaChange.Location = New System.Drawing.Point(12, 175)
|
|
Me.cbxFirmaChange.Name = "cbxFirmaChange"
|
|
Me.cbxFirmaChange.Size = New System.Drawing.Size(100, 21)
|
|
Me.cbxFirmaChange.TabIndex = 21
|
|
Me.cbxFirmaChange.Visible = False
|
|
'
|
|
'Label
|
|
'
|
|
Me.Label.AutoSize = True
|
|
Me.Label.Location = New System.Drawing.Point(9, 159)
|
|
Me.Label.Name = "Label"
|
|
Me.Label.Size = New System.Drawing.Size(32, 13)
|
|
Me.Label.TabIndex = 20
|
|
Me.Label.Text = "Firma"
|
|
Me.Label.Visible = False
|
|
'
|
|
'Label9
|
|
'
|
|
Me.Label9.AutoSize = True
|
|
Me.Label9.Location = New System.Drawing.Point(9, 114)
|
|
Me.Label9.Name = "Label9"
|
|
Me.Label9.Size = New System.Drawing.Size(64, 13)
|
|
Me.Label9.TabIndex = 19
|
|
Me.Label9.Text = "Reihenfolge"
|
|
'
|
|
'txtReihenfolge
|
|
'
|
|
Me.txtReihenfolge.Location = New System.Drawing.Point(12, 130)
|
|
Me.txtReihenfolge.Name = "txtReihenfolge"
|
|
Me.txtReihenfolge.Size = New System.Drawing.Size(100, 20)
|
|
Me.txtReihenfolge.TabIndex = 7
|
|
'
|
|
'btnSave
|
|
'
|
|
Me.btnSave.Location = New System.Drawing.Point(281, 219)
|
|
Me.btnSave.Name = "btnSave"
|
|
Me.btnSave.Size = New System.Drawing.Size(75, 23)
|
|
Me.btnSave.TabIndex = 10
|
|
Me.btnSave.Text = "Speichern"
|
|
Me.btnSave.UseVisualStyleBackColor = True
|
|
'
|
|
'cbxGrenzstelle
|
|
'
|
|
Me.cbxGrenzstelle._allowedValuesFreiText = Nothing
|
|
Me.cbxGrenzstelle._allowFreiText = False
|
|
Me.cbxGrenzstelle._value = ""
|
|
Me.cbxGrenzstelle.DropDownWidth = 120
|
|
Me.cbxGrenzstelle.FormattingEnabled = True
|
|
Me.cbxGrenzstelle.Location = New System.Drawing.Point(249, 130)
|
|
Me.cbxGrenzstelle.Name = "cbxGrenzstelle"
|
|
Me.cbxGrenzstelle.Size = New System.Drawing.Size(100, 21)
|
|
Me.cbxGrenzstelle.TabIndex = 9
|
|
'
|
|
'dgvWarenorteNew
|
|
'
|
|
Me.dgvWarenorteNew.AKTUALISIERUNGS_INTERVALL = -1
|
|
Me.dgvWarenorteNew.AllowUserToAddRows = False
|
|
Me.dgvWarenorteNew.AllowUserToDeleteRows = False
|
|
Me.dgvWarenorteNew.BackgroundColor = System.Drawing.Color.White
|
|
Me.dgvWarenorteNew.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.dgvWarenorteNew.Location = New System.Drawing.Point(0, 49)
|
|
Me.dgvWarenorteNew.Name = "dgvWarenorteNew"
|
|
Me.dgvWarenorteNew.Size = New System.Drawing.Size(243, 254)
|
|
Me.dgvWarenorteNew.TabIndex = 98
|
|
'
|
|
'frmWarenorte
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(620, 309)
|
|
Me.Controls.Add(Me.mainPanel)
|
|
Me.Controls.Add(Me.btnAdd)
|
|
Me.Controls.Add(Me.btnDelete)
|
|
Me.Controls.Add(Me.pnlTop)
|
|
Me.Controls.Add(Me.dgvWarenorteNew)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmWarenorte"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Warenorte"
|
|
Me.pnlTop.ResumeLayout(False)
|
|
Me.pnlTop.PerformLayout()
|
|
Me.mainPanel.ResumeLayout(False)
|
|
Me.mainPanel.PerformLayout()
|
|
CType(Me.dgvWarenorteNew, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents pnlTop As Panel
|
|
Friend WithEvents Label4 As Label
|
|
Friend WithEvents btnAdd As Button
|
|
Friend WithEvents btnDelete As Button
|
|
Friend WithEvents cbxAktiv As CheckBox
|
|
Friend WithEvents Label7 As Label
|
|
Friend WithEvents txtKennr As TextBox
|
|
Friend WithEvents Label6 As Label
|
|
Friend WithEvents Label5 As Label
|
|
Friend WithEvents txtOrt As TextBox
|
|
Friend WithEvents Label3 As Label
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents txtBezeichnung As TextBox
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents txtWarenort As TextBox
|
|
Friend WithEvents cbxGrenzstelle As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents cbxFirma As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents Label8 As Label
|
|
Friend WithEvents txtCluster As TextBox
|
|
Friend WithEvents mainPanel As Panel
|
|
Friend WithEvents btnSave As Button
|
|
Friend WithEvents lblWarning As Label
|
|
Friend WithEvents Label9 As Label
|
|
Friend WithEvents txtReihenfolge As TextBox
|
|
Friend WithEvents dgvWarenorteNew As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
|
Friend WithEvents cbxFirmaChange As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents Label As Label
|
|
Friend WithEvents txtStrasse As TextBox
|
|
Friend WithEvents Label10 As Label
|
|
End Class
|