318 lines
13 KiB
VB.net
318 lines
13 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmEintragStandort
|
|
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.txtStandort = New System.Windows.Forms.TextBox()
|
|
Me.btnAbbruch = New System.Windows.Forms.Button()
|
|
Me.txtInfo = New System.Windows.Forms.TextBox()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.txtStandort_Text = New System.Windows.Forms.TextBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.txtFreigabe_Text = New System.Windows.Forms.TextBox()
|
|
Me.txtAnkunft_Text = New System.Windows.Forms.TextBox()
|
|
Me.txtFreigabe_Betreff = New System.Windows.Forms.TextBox()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.txtAnkunft_Betreff = New System.Windows.Forms.TextBox()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.Label8 = New System.Windows.Forms.Label()
|
|
Me.Label10 = New System.Windows.Forms.Label()
|
|
Me.Label11 = New System.Windows.Forms.Label()
|
|
Me.Label12 = New System.Windows.Forms.Label()
|
|
Me.Label13 = New System.Windows.Forms.Label()
|
|
Me.Label14 = New System.Windows.Forms.Label()
|
|
Me.SuspendLayout()
|
|
'
|
|
'btnOK
|
|
'
|
|
Me.btnOK.Location = New System.Drawing.Point(172, 502)
|
|
Me.btnOK.Name = "btnOK"
|
|
Me.btnOK.Size = New System.Drawing.Size(80, 40)
|
|
Me.btnOK.TabIndex = 3
|
|
Me.btnOK.Text = "OK"
|
|
Me.btnOK.UseVisualStyleBackColor = True
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(14, 16)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(47, 13)
|
|
Me.Label2.TabIndex = 20
|
|
Me.Label2.Text = "Standort"
|
|
'
|
|
'txtStandort
|
|
'
|
|
Me.txtStandort.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtStandort.Location = New System.Drawing.Point(92, 13)
|
|
Me.txtStandort.MaxLength = 50
|
|
Me.txtStandort.Name = "txtStandort"
|
|
Me.txtStandort.Size = New System.Drawing.Size(42, 20)
|
|
Me.txtStandort.TabIndex = 0
|
|
'
|
|
'btnAbbruch
|
|
'
|
|
Me.btnAbbruch.Location = New System.Drawing.Point(280, 502)
|
|
Me.btnAbbruch.Name = "btnAbbruch"
|
|
Me.btnAbbruch.Size = New System.Drawing.Size(80, 40)
|
|
Me.btnAbbruch.TabIndex = 4
|
|
Me.btnAbbruch.Text = "Abbruch"
|
|
Me.btnAbbruch.UseVisualStyleBackColor = True
|
|
'
|
|
'txtInfo
|
|
'
|
|
Me.txtInfo.AcceptsReturn = True
|
|
Me.txtInfo.Location = New System.Drawing.Point(92, 65)
|
|
Me.txtInfo.MaxLength = 0
|
|
Me.txtInfo.Multiline = True
|
|
Me.txtInfo.Name = "txtInfo"
|
|
Me.txtInfo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
|
|
Me.txtInfo.Size = New System.Drawing.Size(369, 44)
|
|
Me.txtInfo.TabIndex = 2
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(14, 68)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(25, 13)
|
|
Me.Label3.TabIndex = 20
|
|
Me.Label3.Text = "Info"
|
|
'
|
|
'Label7
|
|
'
|
|
Me.Label7.AutoSize = True
|
|
Me.Label7.Location = New System.Drawing.Point(14, 42)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(72, 13)
|
|
Me.Label7.TabIndex = 20
|
|
Me.Label7.Text = "Beschreibung"
|
|
'
|
|
'txtStandort_Text
|
|
'
|
|
Me.txtStandort_Text.Location = New System.Drawing.Point(92, 39)
|
|
Me.txtStandort_Text.MaxLength = 80
|
|
Me.txtStandort_Text.Name = "txtStandort_Text"
|
|
Me.txtStandort_Text.Size = New System.Drawing.Size(271, 20)
|
|
Me.txtStandort_Text.TabIndex = 1
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(140, 16)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(42, 13)
|
|
Me.Label1.TabIndex = 20
|
|
Me.Label1.Text = "(Kürzel)"
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label6.Location = New System.Drawing.Point(30, 455)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(486, 17)
|
|
Me.Label6.TabIndex = 35
|
|
Me.Label6.Text = "- Folgende Platzhalter sind möglich: %LKW% %Standort% %Uhrzeit%"
|
|
'
|
|
'txtFreigabe_Text
|
|
'
|
|
Me.txtFreigabe_Text.AcceptsReturn = True
|
|
Me.txtFreigabe_Text.Location = New System.Drawing.Point(127, 322)
|
|
Me.txtFreigabe_Text.MaxLength = 0
|
|
Me.txtFreigabe_Text.Multiline = True
|
|
Me.txtFreigabe_Text.Name = "txtFreigabe_Text"
|
|
Me.txtFreigabe_Text.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
|
|
Me.txtFreigabe_Text.Size = New System.Drawing.Size(354, 85)
|
|
Me.txtFreigabe_Text.TabIndex = 25
|
|
'
|
|
'txtAnkunft_Text
|
|
'
|
|
Me.txtAnkunft_Text.AcceptsReturn = True
|
|
Me.txtAnkunft_Text.Location = New System.Drawing.Point(127, 171)
|
|
Me.txtAnkunft_Text.MaxLength = 0
|
|
Me.txtAnkunft_Text.Multiline = True
|
|
Me.txtAnkunft_Text.Name = "txtAnkunft_Text"
|
|
Me.txtAnkunft_Text.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
|
|
Me.txtAnkunft_Text.Size = New System.Drawing.Size(354, 85)
|
|
Me.txtAnkunft_Text.TabIndex = 23
|
|
'
|
|
'txtFreigabe_Betreff
|
|
'
|
|
Me.txtFreigabe_Betreff.Location = New System.Drawing.Point(127, 296)
|
|
Me.txtFreigabe_Betreff.MaxLength = 80
|
|
Me.txtFreigabe_Betreff.Name = "txtFreigabe_Betreff"
|
|
Me.txtFreigabe_Betreff.Size = New System.Drawing.Size(354, 20)
|
|
Me.txtFreigabe_Betreff.TabIndex = 24
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label5.Location = New System.Drawing.Point(14, 273)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(175, 13)
|
|
Me.Label5.TabIndex = 31
|
|
Me.Label5.Text = "Mailverständigung FREIGABE"
|
|
'
|
|
'txtAnkunft_Betreff
|
|
'
|
|
Me.txtAnkunft_Betreff.Location = New System.Drawing.Point(127, 145)
|
|
Me.txtAnkunft_Betreff.MaxLength = 80
|
|
Me.txtAnkunft_Betreff.Name = "txtAnkunft_Betreff"
|
|
Me.txtAnkunft_Betreff.Size = New System.Drawing.Size(354, 20)
|
|
Me.txtAnkunft_Betreff.TabIndex = 22
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(49, 299)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(38, 13)
|
|
Me.Label4.TabIndex = 32
|
|
Me.Label4.Text = "Betreff"
|
|
'
|
|
'Label8
|
|
'
|
|
Me.Label8.AutoSize = True
|
|
Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label8.Location = New System.Drawing.Point(14, 122)
|
|
Me.Label8.Name = "Label8"
|
|
Me.Label8.Size = New System.Drawing.Size(172, 13)
|
|
Me.Label8.TabIndex = 33
|
|
Me.Label8.Text = "Mailverständigung ANKUNFT"
|
|
'
|
|
'Label10
|
|
'
|
|
Me.Label10.AutoSize = True
|
|
Me.Label10.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label10.Location = New System.Drawing.Point(31, 437)
|
|
Me.Label10.Name = "Label10"
|
|
Me.Label10.Size = New System.Drawing.Size(465, 17)
|
|
Me.Label10.TabIndex = 26
|
|
Me.Label10.Text = "- Eine Zeilenschaltung nicht mit ENTER eingeben, sondern als Text %0A"
|
|
'
|
|
'Label11
|
|
'
|
|
Me.Label11.AutoSize = True
|
|
Me.Label11.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label11.Location = New System.Drawing.Point(14, 418)
|
|
Me.Label11.Name = "Label11"
|
|
Me.Label11.Size = New System.Drawing.Size(72, 17)
|
|
Me.Label11.TabIndex = 27
|
|
Me.Label11.Text = "Hinweise: "
|
|
'
|
|
'Label12
|
|
'
|
|
Me.Label12.AutoSize = True
|
|
Me.Label12.Location = New System.Drawing.Point(49, 325)
|
|
Me.Label12.Name = "Label12"
|
|
Me.Label12.Size = New System.Drawing.Size(28, 13)
|
|
Me.Label12.TabIndex = 29
|
|
Me.Label12.Text = "Text"
|
|
'
|
|
'Label13
|
|
'
|
|
Me.Label13.AutoSize = True
|
|
Me.Label13.Location = New System.Drawing.Point(49, 148)
|
|
Me.Label13.Name = "Label13"
|
|
Me.Label13.Size = New System.Drawing.Size(38, 13)
|
|
Me.Label13.TabIndex = 28
|
|
Me.Label13.Text = "Betreff"
|
|
'
|
|
'Label14
|
|
'
|
|
Me.Label14.AutoSize = True
|
|
Me.Label14.Location = New System.Drawing.Point(49, 174)
|
|
Me.Label14.Name = "Label14"
|
|
Me.Label14.Size = New System.Drawing.Size(28, 13)
|
|
Me.Label14.TabIndex = 34
|
|
Me.Label14.Text = "Text"
|
|
'
|
|
'frmEintragStandort
|
|
'
|
|
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(532, 572)
|
|
Me.Controls.Add(Me.Label6)
|
|
Me.Controls.Add(Me.txtFreigabe_Text)
|
|
Me.Controls.Add(Me.txtAnkunft_Text)
|
|
Me.Controls.Add(Me.txtFreigabe_Betreff)
|
|
Me.Controls.Add(Me.Label5)
|
|
Me.Controls.Add(Me.txtAnkunft_Betreff)
|
|
Me.Controls.Add(Me.Label4)
|
|
Me.Controls.Add(Me.Label8)
|
|
Me.Controls.Add(Me.Label10)
|
|
Me.Controls.Add(Me.Label11)
|
|
Me.Controls.Add(Me.Label12)
|
|
Me.Controls.Add(Me.Label13)
|
|
Me.Controls.Add(Me.Label14)
|
|
Me.Controls.Add(Me.txtInfo)
|
|
Me.Controls.Add(Me.btnAbbruch)
|
|
Me.Controls.Add(Me.txtStandort_Text)
|
|
Me.Controls.Add(Me.Label7)
|
|
Me.Controls.Add(Me.txtStandort)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.Label1)
|
|
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 = "frmEintragStandort"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
|
|
Me.Text = "Stammdaten Standort"
|
|
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 txtStandort As System.Windows.Forms.TextBox
|
|
Friend WithEvents btnAbbruch As System.Windows.Forms.Button
|
|
Friend WithEvents txtInfo As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents Label7 As System.Windows.Forms.Label
|
|
Friend WithEvents txtStandort_Text As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents Label6 As System.Windows.Forms.Label
|
|
Friend WithEvents txtFreigabe_Text As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtAnkunft_Text As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtFreigabe_Betreff As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label5 As System.Windows.Forms.Label
|
|
Friend WithEvents txtAnkunft_Betreff As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
|
Friend WithEvents Label8 As System.Windows.Forms.Label
|
|
Friend WithEvents Label10 As System.Windows.Forms.Label
|
|
Friend WithEvents Label11 As System.Windows.Forms.Label
|
|
Friend WithEvents Label12 As System.Windows.Forms.Label
|
|
Friend WithEvents Label13 As System.Windows.Forms.Label
|
|
Friend WithEvents Label14 As System.Windows.Forms.Label
|
|
End Class
|