417 lines
19 KiB
VB.net
417 lines
19 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class usrCntlSA_Gestellung
|
|
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.lblVollmachtDE = New System.Windows.Forms.Label()
|
|
Me.pic = New System.Windows.Forms.PictureBox()
|
|
Me.btnDown = New System.Windows.Forms.Button()
|
|
Me.btnUp = New System.Windows.Forms.Button()
|
|
Me.btnDel = New System.Windows.Forms.Button()
|
|
Me.MyFlowLayoutPanel1 = New VERAG_PROG_ALLGEMEIN.MyFlowLayoutPanel(Me.components)
|
|
Me.UsrCntlSA_GestellungElemente1 = New SDL.usrCntlSA_GestellungElemente()
|
|
Me.pnl = New System.Windows.Forms.Panel()
|
|
Me.txtLKWKennzeichen = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.txtGesColli = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label9 = New System.Windows.Forms.Label()
|
|
Me.txtGesGewicht = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label10 = New System.Windows.Forms.Label()
|
|
Me.txtT1Gestellung = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label11 = New System.Windows.Forms.Label()
|
|
Me.txtBezugsNrSumA = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.txtFilialeLKWId = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.btn = New System.Windows.Forms.Button()
|
|
CType(Me.pic, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.MyFlowLayoutPanel1.SuspendLayout()
|
|
Me.pnl.SuspendLayout()
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'lblVollmachtDE
|
|
'
|
|
Me.lblVollmachtDE.AutoSize = True
|
|
Me.lblVollmachtDE.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblVollmachtDE.Location = New System.Drawing.Point(43, 9)
|
|
Me.lblVollmachtDE.Name = "lblVollmachtDE"
|
|
Me.lblVollmachtDE.Size = New System.Drawing.Size(183, 20)
|
|
Me.lblVollmachtDE.TabIndex = 1
|
|
Me.lblVollmachtDE.Text = "Gestellungsmitteilung"
|
|
'
|
|
'pic
|
|
'
|
|
Me.pic.BackgroundImage = Global.SDL.My.Resources.Excel_logo
|
|
Me.pic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|
Me.pic.Cursor = System.Windows.Forms.Cursors.Hand
|
|
Me.pic.Location = New System.Drawing.Point(5, 5)
|
|
Me.pic.Name = "pic"
|
|
Me.pic.Size = New System.Drawing.Size(32, 32)
|
|
Me.pic.TabIndex = 30
|
|
Me.pic.TabStop = False
|
|
'
|
|
'btnDown
|
|
'
|
|
Me.btnDown.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btnDown.BackgroundImage = Global.SDL.My.Resources.pfeil_unten
|
|
Me.btnDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.btnDown.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnDown.Location = New System.Drawing.Point(983, 42)
|
|
Me.btnDown.Name = "btnDown"
|
|
Me.btnDown.Size = New System.Drawing.Size(25, 21)
|
|
Me.btnDown.TabIndex = 6
|
|
Me.btnDown.UseVisualStyleBackColor = True
|
|
'
|
|
'btnUp
|
|
'
|
|
Me.btnUp.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btnUp.BackgroundImage = Global.SDL.My.Resources.pfeil_oben
|
|
Me.btnUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.btnUp.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnUp.Location = New System.Drawing.Point(983, 22)
|
|
Me.btnUp.Name = "btnUp"
|
|
Me.btnUp.Size = New System.Drawing.Size(25, 21)
|
|
Me.btnUp.TabIndex = 2
|
|
Me.btnUp.UseVisualStyleBackColor = True
|
|
'
|
|
'btnDel
|
|
'
|
|
Me.btnDel.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btnDel.BackgroundImage = Global.SDL.My.Resources.del
|
|
Me.btnDel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.btnDel.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnDel.Location = New System.Drawing.Point(983, -1)
|
|
Me.btnDel.Name = "btnDel"
|
|
Me.btnDel.Size = New System.Drawing.Size(25, 21)
|
|
Me.btnDel.TabIndex = 0
|
|
Me.btnDel.UseVisualStyleBackColor = True
|
|
'
|
|
'MyFlowLayoutPanel1
|
|
'
|
|
Me.MyFlowLayoutPanel1.Controls.Add(Me.UsrCntlSA_GestellungElemente1)
|
|
Me.MyFlowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.MyFlowLayoutPanel1.Location = New System.Drawing.Point(0, 0)
|
|
Me.MyFlowLayoutPanel1.MinimumSize = New System.Drawing.Size(998, 104)
|
|
Me.MyFlowLayoutPanel1.Name = "MyFlowLayoutPanel1"
|
|
Me.MyFlowLayoutPanel1.Size = New System.Drawing.Size(1001, 104)
|
|
Me.MyFlowLayoutPanel1.TabIndex = 0
|
|
'
|
|
'UsrCntlSA_GestellungElemente1
|
|
'
|
|
Me.UsrCntlSA_GestellungElemente1.BackColor = System.Drawing.Color.WhiteSmoke
|
|
Me.UsrCntlSA_GestellungElemente1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.UsrCntlSA_GestellungElemente1.Location = New System.Drawing.Point(3, 3)
|
|
Me.UsrCntlSA_GestellungElemente1.Name = "UsrCntlSA_GestellungElemente1"
|
|
Me.UsrCntlSA_GestellungElemente1.Size = New System.Drawing.Size(990, 93)
|
|
Me.UsrCntlSA_GestellungElemente1.TabIndex = 0
|
|
'
|
|
'pnl
|
|
'
|
|
Me.pnl.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.pnl.Controls.Add(Me.MyFlowLayoutPanel1)
|
|
Me.pnl.Location = New System.Drawing.Point(3, 157)
|
|
Me.pnl.MinimumSize = New System.Drawing.Size(998, 104)
|
|
Me.pnl.Name = "pnl"
|
|
Me.pnl.Size = New System.Drawing.Size(1001, 104)
|
|
Me.pnl.TabIndex = 25
|
|
'
|
|
'txtLKWKennzeichen
|
|
'
|
|
Me.txtLKWKennzeichen._DateTimeOnly = False
|
|
Me.txtLKWKennzeichen._numbersOnly = False
|
|
Me.txtLKWKennzeichen._numbersOnlyKommastellen = ""
|
|
Me.txtLKWKennzeichen._Prozent = False
|
|
Me.txtLKWKennzeichen._ShortDateNew = False
|
|
Me.txtLKWKennzeichen._ShortDateOnly = False
|
|
Me.txtLKWKennzeichen._TimeOnly = False
|
|
Me.txtLKWKennzeichen._value = Nothing
|
|
Me.txtLKWKennzeichen._Waehrung = False
|
|
Me.txtLKWKennzeichen._WaehrungZeichen = True
|
|
Me.txtLKWKennzeichen.ForeColor = System.Drawing.Color.Black
|
|
Me.txtLKWKennzeichen.Location = New System.Drawing.Point(254, 82)
|
|
Me.txtLKWKennzeichen.MaxLineLength = -1
|
|
Me.txtLKWKennzeichen.MaxLines_Warning = ""
|
|
Me.txtLKWKennzeichen.MaxLines_Warning_Label = Nothing
|
|
Me.txtLKWKennzeichen.Name = "txtLKWKennzeichen"
|
|
Me.txtLKWKennzeichen.Size = New System.Drawing.Size(300, 20)
|
|
Me.txtLKWKennzeichen.TabIndex = 18
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(160, 85)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(70, 13)
|
|
Me.Label2.TabIndex = 17
|
|
Me.Label2.Text = "LKW Kennz.:"
|
|
'
|
|
'txtGesColli
|
|
'
|
|
Me.txtGesColli._DateTimeOnly = False
|
|
Me.txtGesColli._numbersOnly = False
|
|
Me.txtGesColli._numbersOnlyKommastellen = ""
|
|
Me.txtGesColli._Prozent = False
|
|
Me.txtGesColli._ShortDateNew = False
|
|
Me.txtGesColli._ShortDateOnly = False
|
|
Me.txtGesColli._TimeOnly = False
|
|
Me.txtGesColli._value = Nothing
|
|
Me.txtGesColli._Waehrung = False
|
|
Me.txtGesColli._WaehrungZeichen = True
|
|
Me.txtGesColli.ForeColor = System.Drawing.Color.Black
|
|
Me.txtGesColli.Location = New System.Drawing.Point(254, 101)
|
|
Me.txtGesColli.MaxLineLength = -1
|
|
Me.txtGesColli.MaxLines_Warning = ""
|
|
Me.txtGesColli.MaxLines_Warning_Label = Nothing
|
|
Me.txtGesColli.Name = "txtGesColli"
|
|
Me.txtGesColli.Size = New System.Drawing.Size(300, 20)
|
|
Me.txtGesColli.TabIndex = 22
|
|
'
|
|
'Label9
|
|
'
|
|
Me.Label9.AutoSize = True
|
|
Me.Label9.Location = New System.Drawing.Point(160, 104)
|
|
Me.Label9.Name = "Label9"
|
|
Me.Label9.Size = New System.Drawing.Size(51, 13)
|
|
Me.Label9.TabIndex = 21
|
|
Me.Label9.Text = "Ges.Colli:"
|
|
'
|
|
'txtGesGewicht
|
|
'
|
|
Me.txtGesGewicht._DateTimeOnly = False
|
|
Me.txtGesGewicht._numbersOnly = False
|
|
Me.txtGesGewicht._numbersOnlyKommastellen = ""
|
|
Me.txtGesGewicht._Prozent = False
|
|
Me.txtGesGewicht._ShortDateNew = False
|
|
Me.txtGesGewicht._ShortDateOnly = False
|
|
Me.txtGesGewicht._TimeOnly = False
|
|
Me.txtGesGewicht._value = Nothing
|
|
Me.txtGesGewicht._Waehrung = False
|
|
Me.txtGesGewicht._WaehrungZeichen = True
|
|
Me.txtGesGewicht.ForeColor = System.Drawing.Color.Black
|
|
Me.txtGesGewicht.Location = New System.Drawing.Point(663, 101)
|
|
Me.txtGesGewicht.MaxLineLength = -1
|
|
Me.txtGesGewicht.MaxLines_Warning = ""
|
|
Me.txtGesGewicht.MaxLines_Warning_Label = Nothing
|
|
Me.txtGesGewicht.Name = "txtGesGewicht"
|
|
Me.txtGesGewicht.Size = New System.Drawing.Size(300, 20)
|
|
Me.txtGesGewicht.TabIndex = 24
|
|
'
|
|
'Label10
|
|
'
|
|
Me.Label10.AutoSize = True
|
|
Me.Label10.Location = New System.Drawing.Point(581, 105)
|
|
Me.Label10.Name = "Label10"
|
|
Me.Label10.Size = New System.Drawing.Size(71, 13)
|
|
Me.Label10.TabIndex = 23
|
|
Me.Label10.Text = "Ges.Gewicht:"
|
|
'
|
|
'txtT1Gestellung
|
|
'
|
|
Me.txtT1Gestellung._DateTimeOnly = False
|
|
Me.txtT1Gestellung._numbersOnly = False
|
|
Me.txtT1Gestellung._numbersOnlyKommastellen = ""
|
|
Me.txtT1Gestellung._Prozent = False
|
|
Me.txtT1Gestellung._ShortDateNew = False
|
|
Me.txtT1Gestellung._ShortDateOnly = False
|
|
Me.txtT1Gestellung._TimeOnly = False
|
|
Me.txtT1Gestellung._value = Nothing
|
|
Me.txtT1Gestellung._Waehrung = False
|
|
Me.txtT1Gestellung._WaehrungZeichen = True
|
|
Me.txtT1Gestellung.ForeColor = System.Drawing.Color.Black
|
|
Me.txtT1Gestellung.Location = New System.Drawing.Point(254, 36)
|
|
Me.txtT1Gestellung.MaxLineLength = -1
|
|
Me.txtT1Gestellung.MaxLines_Warning = ""
|
|
Me.txtT1Gestellung.MaxLines_Warning_Label = Nothing
|
|
Me.txtT1Gestellung.Name = "txtT1Gestellung"
|
|
Me.txtT1Gestellung.Size = New System.Drawing.Size(709, 20)
|
|
Me.txtT1Gestellung.TabIndex = 14
|
|
'
|
|
'Label11
|
|
'
|
|
Me.Label11.AutoSize = True
|
|
Me.Label11.Location = New System.Drawing.Point(160, 39)
|
|
Me.Label11.Name = "Label11"
|
|
Me.Label11.Size = New System.Drawing.Size(76, 13)
|
|
Me.Label11.TabIndex = 13
|
|
Me.Label11.Text = "T1 Gestellung:"
|
|
'
|
|
'txtBezugsNrSumA
|
|
'
|
|
Me.txtBezugsNrSumA._DateTimeOnly = False
|
|
Me.txtBezugsNrSumA._numbersOnly = False
|
|
Me.txtBezugsNrSumA._numbersOnlyKommastellen = ""
|
|
Me.txtBezugsNrSumA._Prozent = False
|
|
Me.txtBezugsNrSumA._ShortDateNew = False
|
|
Me.txtBezugsNrSumA._ShortDateOnly = False
|
|
Me.txtBezugsNrSumA._TimeOnly = False
|
|
Me.txtBezugsNrSumA._value = Nothing
|
|
Me.txtBezugsNrSumA._Waehrung = False
|
|
Me.txtBezugsNrSumA._WaehrungZeichen = True
|
|
Me.txtBezugsNrSumA.ForeColor = System.Drawing.Color.Black
|
|
Me.txtBezugsNrSumA.Location = New System.Drawing.Point(254, 55)
|
|
Me.txtBezugsNrSumA.MaxLineLength = -1
|
|
Me.txtBezugsNrSumA.MaxLines_Warning = ""
|
|
Me.txtBezugsNrSumA.MaxLines_Warning_Label = Nothing
|
|
Me.txtBezugsNrSumA.Name = "txtBezugsNrSumA"
|
|
Me.txtBezugsNrSumA.Size = New System.Drawing.Size(709, 20)
|
|
Me.txtBezugsNrSumA.TabIndex = 16
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(160, 58)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(93, 13)
|
|
Me.Label3.TabIndex = 15
|
|
Me.Label3.Text = "Bezugs-Nr. SumA:"
|
|
'
|
|
'PictureBox1
|
|
'
|
|
Me.PictureBox1.BackgroundImage = Global.SDL.My.Resources.refresh
|
|
Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|
Me.PictureBox1.Cursor = System.Windows.Forms.Cursors.Hand
|
|
Me.PictureBox1.Location = New System.Drawing.Point(6, 55)
|
|
Me.PictureBox1.Name = "PictureBox1"
|
|
Me.PictureBox1.Size = New System.Drawing.Size(32, 32)
|
|
Me.PictureBox1.TabIndex = 31
|
|
Me.PictureBox1.TabStop = False
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!)
|
|
Me.Label1.Location = New System.Drawing.Point(2, 89)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(111, 26)
|
|
Me.Label1.TabIndex = 32
|
|
Me.Label1.Text = "erneut aus " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Sendungsdaten laden"
|
|
'
|
|
'txtFilialeLKWId
|
|
'
|
|
Me.txtFilialeLKWId._DateTimeOnly = False
|
|
Me.txtFilialeLKWId._numbersOnly = False
|
|
Me.txtFilialeLKWId._numbersOnlyKommastellen = ""
|
|
Me.txtFilialeLKWId._Prozent = False
|
|
Me.txtFilialeLKWId._ShortDateNew = False
|
|
Me.txtFilialeLKWId._ShortDateOnly = False
|
|
Me.txtFilialeLKWId._TimeOnly = False
|
|
Me.txtFilialeLKWId._value = Nothing
|
|
Me.txtFilialeLKWId._Waehrung = False
|
|
Me.txtFilialeLKWId._WaehrungZeichen = True
|
|
Me.txtFilialeLKWId.ForeColor = System.Drawing.Color.Black
|
|
Me.txtFilialeLKWId.Location = New System.Drawing.Point(663, 82)
|
|
Me.txtFilialeLKWId.MaxLineLength = -1
|
|
Me.txtFilialeLKWId.MaxLines_Warning = ""
|
|
Me.txtFilialeLKWId.MaxLines_Warning_Label = Nothing
|
|
Me.txtFilialeLKWId.Name = "txtFilialeLKWId"
|
|
Me.txtFilialeLKWId.Size = New System.Drawing.Size(300, 20)
|
|
Me.txtFilialeLKWId.TabIndex = 20
|
|
'
|
|
'Label7
|
|
'
|
|
Me.Label7.AutoSize = True
|
|
Me.Label7.Location = New System.Drawing.Point(581, 85)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(48, 13)
|
|
Me.Label7.TabIndex = 19
|
|
Me.Label7.Text = "LKW-ID:"
|
|
'
|
|
'btn
|
|
'
|
|
Me.btn.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btn.Location = New System.Drawing.Point(6, 128)
|
|
Me.btn.Name = "btn"
|
|
Me.btn.Size = New System.Drawing.Size(107, 23)
|
|
Me.btn.TabIndex = 33
|
|
Me.btn.Text = "Pos. Ordnen"
|
|
Me.btn.UseVisualStyleBackColor = True
|
|
'
|
|
'usrCntlSA_Gestellung
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.AutoSize = True
|
|
Me.BackColor = System.Drawing.Color.WhiteSmoke
|
|
Me.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.Controls.Add(Me.btn)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.PictureBox1)
|
|
Me.Controls.Add(Me.txtBezugsNrSumA)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.txtT1Gestellung)
|
|
Me.Controls.Add(Me.Label11)
|
|
Me.Controls.Add(Me.Label10)
|
|
Me.Controls.Add(Me.txtGesGewicht)
|
|
Me.Controls.Add(Me.txtGesColli)
|
|
Me.Controls.Add(Me.Label9)
|
|
Me.Controls.Add(Me.txtFilialeLKWId)
|
|
Me.Controls.Add(Me.Label7)
|
|
Me.Controls.Add(Me.txtLKWKennzeichen)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.pnl)
|
|
Me.Controls.Add(Me.btnDown)
|
|
Me.Controls.Add(Me.btnUp)
|
|
Me.Controls.Add(Me.btnDel)
|
|
Me.Controls.Add(Me.pic)
|
|
Me.Controls.Add(Me.lblVollmachtDE)
|
|
Me.MinimumSize = New System.Drawing.Size(800, 250)
|
|
Me.Name = "usrCntlSA_Gestellung"
|
|
Me.Size = New System.Drawing.Size(1007, 564)
|
|
CType(Me.pic, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.MyFlowLayoutPanel1.ResumeLayout(False)
|
|
Me.pnl.ResumeLayout(False)
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents lblVollmachtDE As System.Windows.Forms.Label
|
|
Friend WithEvents pic As System.Windows.Forms.PictureBox
|
|
Friend WithEvents btnDown As System.Windows.Forms.Button
|
|
Friend WithEvents btnUp As System.Windows.Forms.Button
|
|
Friend WithEvents btnDel As System.Windows.Forms.Button
|
|
Friend WithEvents MyFlowLayoutPanel1 As VERAG_PROG_ALLGEMEIN.MyFlowLayoutPanel
|
|
Friend WithEvents pnl As System.Windows.Forms.Panel
|
|
Friend WithEvents txtLKWKennzeichen As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents txtGesColli As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label9 As System.Windows.Forms.Label
|
|
Friend WithEvents txtGesGewicht As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label10 As System.Windows.Forms.Label
|
|
Friend WithEvents txtT1Gestellung As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label11 As System.Windows.Forms.Label
|
|
Friend WithEvents UsrCntlSA_GestellungElemente1 As SDL.usrCntlSA_GestellungElemente
|
|
Friend WithEvents txtBezugsNrSumA As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label3 As Label
|
|
Friend WithEvents PictureBox1 As PictureBox
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents txtFilialeLKWId As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label7 As Label
|
|
Friend WithEvents btn As Button
|
|
End Class
|