321 lines
14 KiB
VB.net
321 lines
14 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmEintragAvisoInfo
|
|
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.btnOK = New System.Windows.Forms.Button()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.txtDatum = New System.Windows.Forms.TextBox()
|
|
Me.btnAbbruch = New System.Windows.Forms.Button()
|
|
Me.txtInfoNeu = New System.Windows.Forms.TextBox()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.txtInfo = New System.Windows.Forms.TextBox()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.txtFrächter = New System.Windows.Forms.TextBox()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.txtAuftraggeber = New System.Windows.Forms.TextBox()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.txtLKW_Nr = New System.Windows.Forms.TextBox()
|
|
Me.btnAnkunft = New System.Windows.Forms.Button()
|
|
Me.btnFreigabe = New System.Windows.Forms.Button()
|
|
Me.Label8 = New System.Windows.Forms.Label()
|
|
Me.lblStatus = New System.Windows.Forms.Label()
|
|
Me.txtÄnderungen = New System.Windows.Forms.TextBox()
|
|
Me.Label9 = New System.Windows.Forms.Label()
|
|
Me.SuspendLayout()
|
|
'
|
|
'btnOK
|
|
'
|
|
Me.btnOK.Location = New System.Drawing.Point(96, 356)
|
|
Me.btnOK.Name = "btnOK"
|
|
Me.btnOK.Size = New System.Drawing.Size(80, 40)
|
|
Me.btnOK.TabIndex = 1
|
|
Me.btnOK.Text = "OK"
|
|
Me.btnOK.UseVisualStyleBackColor = True
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(23, 23)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(55, 13)
|
|
Me.Label2.TabIndex = 20
|
|
Me.Label2.Text = "erfasst am"
|
|
'
|
|
'txtDatum
|
|
'
|
|
Me.txtDatum.BackColor = System.Drawing.SystemColors.Info
|
|
Me.txtDatum.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtDatum.ForeColor = System.Drawing.SystemColors.InfoText
|
|
Me.txtDatum.Location = New System.Drawing.Point(100, 20)
|
|
Me.txtDatum.MaxLength = 0
|
|
Me.txtDatum.Name = "txtDatum"
|
|
Me.txtDatum.ReadOnly = True
|
|
Me.txtDatum.Size = New System.Drawing.Size(73, 20)
|
|
Me.txtDatum.TabIndex = 0
|
|
'
|
|
'btnAbbruch
|
|
'
|
|
Me.btnAbbruch.Location = New System.Drawing.Point(204, 356)
|
|
Me.btnAbbruch.Name = "btnAbbruch"
|
|
Me.btnAbbruch.Size = New System.Drawing.Size(80, 40)
|
|
Me.btnAbbruch.TabIndex = 2
|
|
Me.btnAbbruch.Text = "Abbruch"
|
|
Me.btnAbbruch.UseVisualStyleBackColor = True
|
|
'
|
|
'txtInfoNeu
|
|
'
|
|
Me.txtInfoNeu.AcceptsReturn = True
|
|
Me.txtInfoNeu.Location = New System.Drawing.Point(23, 232)
|
|
Me.txtInfoNeu.MaxLength = 0
|
|
Me.txtInfoNeu.Multiline = True
|
|
Me.txtInfoNeu.Name = "txtInfoNeu"
|
|
Me.txtInfoNeu.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
|
|
Me.txtInfoNeu.Size = New System.Drawing.Size(372, 85)
|
|
Me.txtInfoNeu.TabIndex = 0
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(23, 216)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(242, 13)
|
|
Me.Label3.TabIndex = 20
|
|
Me.Label3.Text = "zusätzlicher Infotext (wird automatisch angehängt)"
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(23, 83)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(119, 13)
|
|
Me.Label1.TabIndex = 20
|
|
Me.Label1.Text = "bereits erfasster Infotext"
|
|
'
|
|
'txtInfo
|
|
'
|
|
Me.txtInfo.AcceptsReturn = True
|
|
Me.txtInfo.BackColor = System.Drawing.SystemColors.Info
|
|
Me.txtInfo.ForeColor = System.Drawing.SystemColors.InfoText
|
|
Me.txtInfo.Location = New System.Drawing.Point(23, 99)
|
|
Me.txtInfo.MaxLength = 0
|
|
Me.txtInfo.Multiline = True
|
|
Me.txtInfo.Name = "txtInfo"
|
|
Me.txtInfo.ReadOnly = True
|
|
Me.txtInfo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
|
|
Me.txtInfo.Size = New System.Drawing.Size(372, 102)
|
|
Me.txtInfo.TabIndex = 6
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(259, 23)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(46, 13)
|
|
Me.Label4.TabIndex = 20
|
|
Me.Label4.Text = "Frächter"
|
|
'
|
|
'txtFrächter
|
|
'
|
|
Me.txtFrächter.BackColor = System.Drawing.SystemColors.Info
|
|
Me.txtFrächter.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtFrächter.ForeColor = System.Drawing.SystemColors.InfoText
|
|
Me.txtFrächter.Location = New System.Drawing.Point(312, 20)
|
|
Me.txtFrächter.MaxLength = 0
|
|
Me.txtFrächter.Name = "txtFrächter"
|
|
Me.txtFrächter.ReadOnly = True
|
|
Me.txtFrächter.Size = New System.Drawing.Size(242, 20)
|
|
Me.txtFrächter.TabIndex = 0
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Location = New System.Drawing.Point(259, 49)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(47, 13)
|
|
Me.Label5.TabIndex = 20
|
|
Me.Label5.Text = "Avisierer"
|
|
'
|
|
'txtAuftraggeber
|
|
'
|
|
Me.txtAuftraggeber.BackColor = System.Drawing.SystemColors.Info
|
|
Me.txtAuftraggeber.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtAuftraggeber.ForeColor = System.Drawing.SystemColors.InfoText
|
|
Me.txtAuftraggeber.Location = New System.Drawing.Point(312, 46)
|
|
Me.txtAuftraggeber.MaxLength = 0
|
|
Me.txtAuftraggeber.Name = "txtAuftraggeber"
|
|
Me.txtAuftraggeber.ReadOnly = True
|
|
Me.txtAuftraggeber.Size = New System.Drawing.Size(242, 20)
|
|
Me.txtAuftraggeber.TabIndex = 0
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Location = New System.Drawing.Point(23, 49)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(45, 13)
|
|
Me.Label6.TabIndex = 20
|
|
Me.Label6.Text = "LKW-Nr"
|
|
'
|
|
'txtLKW_Nr
|
|
'
|
|
Me.txtLKW_Nr.BackColor = System.Drawing.SystemColors.Info
|
|
Me.txtLKW_Nr.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtLKW_Nr.ForeColor = System.Drawing.SystemColors.InfoText
|
|
Me.txtLKW_Nr.Location = New System.Drawing.Point(100, 46)
|
|
Me.txtLKW_Nr.MaxLength = 0
|
|
Me.txtLKW_Nr.Name = "txtLKW_Nr"
|
|
Me.txtLKW_Nr.ReadOnly = True
|
|
Me.txtLKW_Nr.Size = New System.Drawing.Size(132, 20)
|
|
Me.txtLKW_Nr.TabIndex = 0
|
|
'
|
|
'btnAnkunft
|
|
'
|
|
Me.btnAnkunft.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnAnkunft.ForeColor = System.Drawing.Color.Blue
|
|
Me.btnAnkunft.Location = New System.Drawing.Point(422, 372)
|
|
Me.btnAnkunft.Name = "btnAnkunft"
|
|
Me.btnAnkunft.Size = New System.Drawing.Size(154, 58)
|
|
Me.btnAnkunft.TabIndex = 9
|
|
Me.btnAnkunft.TabStop = False
|
|
Me.btnAnkunft.Text = "VERAG Ankunft"
|
|
Me.btnAnkunft.UseVisualStyleBackColor = True
|
|
Me.btnAnkunft.Visible = False
|
|
'
|
|
'btnFreigabe
|
|
'
|
|
Me.btnFreigabe.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnFreigabe.ForeColor = System.Drawing.Color.Green
|
|
Me.btnFreigabe.Location = New System.Drawing.Point(621, 372)
|
|
Me.btnFreigabe.Name = "btnFreigabe"
|
|
Me.btnFreigabe.Size = New System.Drawing.Size(148, 58)
|
|
Me.btnFreigabe.TabIndex = 9
|
|
Me.btnFreigabe.TabStop = False
|
|
Me.btnFreigabe.Text = "VERAG Freigabe"
|
|
Me.btnFreigabe.UseVisualStyleBackColor = True
|
|
Me.btnFreigabe.Visible = False
|
|
'
|
|
'Label8
|
|
'
|
|
Me.Label8.AutoSize = True
|
|
Me.Label8.Location = New System.Drawing.Point(407, 340)
|
|
Me.Label8.Name = "Label8"
|
|
Me.Label8.Size = New System.Drawing.Size(80, 13)
|
|
Me.Label8.TabIndex = 20
|
|
Me.Label8.Text = "aktueller Status"
|
|
'
|
|
'lblStatus
|
|
'
|
|
Me.lblStatus.AutoSize = True
|
|
Me.lblStatus.BackColor = System.Drawing.Color.LemonChiffon
|
|
Me.lblStatus.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblStatus.ForeColor = System.Drawing.Color.Green
|
|
Me.lblStatus.Location = New System.Drawing.Point(493, 332)
|
|
Me.lblStatus.Name = "lblStatus"
|
|
Me.lblStatus.Size = New System.Drawing.Size(123, 24)
|
|
Me.lblStatus.TabIndex = 20
|
|
Me.lblStatus.Text = "freigegeben"
|
|
'
|
|
'txtÄnderungen
|
|
'
|
|
Me.txtÄnderungen.AcceptsReturn = True
|
|
Me.txtÄnderungen.BackColor = System.Drawing.SystemColors.Info
|
|
Me.txtÄnderungen.ForeColor = System.Drawing.SystemColors.InfoText
|
|
Me.txtÄnderungen.Location = New System.Drawing.Point(407, 99)
|
|
Me.txtÄnderungen.MaxLength = 0
|
|
Me.txtÄnderungen.Multiline = True
|
|
Me.txtÄnderungen.Name = "txtÄnderungen"
|
|
Me.txtÄnderungen.ReadOnly = True
|
|
Me.txtÄnderungen.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
|
|
Me.txtÄnderungen.Size = New System.Drawing.Size(372, 218)
|
|
Me.txtÄnderungen.TabIndex = 6
|
|
'
|
|
'Label9
|
|
'
|
|
Me.Label9.AutoSize = True
|
|
Me.Label9.Location = New System.Drawing.Point(407, 83)
|
|
Me.Label9.Name = "Label9"
|
|
Me.Label9.Size = New System.Drawing.Size(65, 13)
|
|
Me.Label9.TabIndex = 20
|
|
Me.Label9.Text = "Änderungen"
|
|
'
|
|
'frmEintragAvisoInfo
|
|
'
|
|
Me.AcceptButton = Me.btnOK
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(202, Byte), Integer), CType(CType(225, Byte), Integer), CType(CType(255, Byte), Integer))
|
|
Me.ClientSize = New System.Drawing.Size(800, 450)
|
|
Me.Controls.Add(Me.txtÄnderungen)
|
|
Me.Controls.Add(Me.txtInfo)
|
|
Me.Controls.Add(Me.txtInfoNeu)
|
|
Me.Controls.Add(Me.btnFreigabe)
|
|
Me.Controls.Add(Me.btnAnkunft)
|
|
Me.Controls.Add(Me.btnAbbruch)
|
|
Me.Controls.Add(Me.Label9)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.txtLKW_Nr)
|
|
Me.Controls.Add(Me.txtAuftraggeber)
|
|
Me.Controls.Add(Me.Label6)
|
|
Me.Controls.Add(Me.txtFrächter)
|
|
Me.Controls.Add(Me.Label5)
|
|
Me.Controls.Add(Me.txtDatum)
|
|
Me.Controls.Add(Me.Label4)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.lblStatus)
|
|
Me.Controls.Add(Me.Label8)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.btnOK)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
|
|
Me.KeyPreview = True
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "frmEintragAvisoInfo"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
|
|
Me.Text = "Eintrag zusätzliche Info zu Aviso"
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents btnOK As System.Windows.Forms.Button
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents txtDatum As System.Windows.Forms.TextBox
|
|
Friend WithEvents btnAbbruch As System.Windows.Forms.Button
|
|
Friend WithEvents txtInfoNeu As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents txtInfo As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
|
Friend WithEvents txtFrächter As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label5 As System.Windows.Forms.Label
|
|
Friend WithEvents txtAuftraggeber As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label6 As System.Windows.Forms.Label
|
|
Friend WithEvents txtLKW_Nr As System.Windows.Forms.TextBox
|
|
Friend WithEvents btnAnkunft As System.Windows.Forms.Button
|
|
Friend WithEvents btnFreigabe As System.Windows.Forms.Button
|
|
Friend WithEvents Label8 As System.Windows.Forms.Label
|
|
Friend WithEvents lblStatus As System.Windows.Forms.Label
|
|
Friend WithEvents txtÄnderungen As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label9 As System.Windows.Forms.Label
|
|
End Class
|