This commit is contained in:
2021-01-19 20:26:05 +01:00
parent f25ff457b2
commit 2f7746d9ca
28 changed files with 2921 additions and 329 deletions

175
Aviso/frmZollstopp.Designer.vb generated Normal file
View File

@@ -0,0 +1,175 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmZollstopp
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(frmZollstopp))
Me.rtbZollstop = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
Me.rtbEntladestelle = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
Me.rtbKommentare = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
Me.lbl1ZOLLSTOP = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.btnOffnen = New System.Windows.Forms.Button()
Me.Label3 = New System.Windows.Forms.Label()
Me.rtbAbsender = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
Me.SuspendLayout()
'
'rtbZollstop
'
Me.rtbZollstop.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.rtbZollstop.Location = New System.Drawing.Point(13, 114)
Me.rtbZollstop.MaxLineLength = -1
Me.rtbZollstop.MaxLines_Warning = ""
Me.rtbZollstop.MaxLines_Warning_Label = Nothing
Me.rtbZollstop.Name = "rtbZollstop"
Me.rtbZollstop.Size = New System.Drawing.Size(526, 121)
Me.rtbZollstop.TabIndex = 3
Me.rtbZollstop.Text = ""
'
'rtbEntladestelle
'
Me.rtbEntladestelle.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.rtbEntladestelle.Location = New System.Drawing.Point(13, 277)
Me.rtbEntladestelle.MaxLineLength = -1
Me.rtbEntladestelle.MaxLines_Warning = ""
Me.rtbEntladestelle.MaxLines_Warning_Label = Nothing
Me.rtbEntladestelle.Name = "rtbEntladestelle"
Me.rtbEntladestelle.Size = New System.Drawing.Size(526, 121)
Me.rtbEntladestelle.TabIndex = 5
Me.rtbEntladestelle.Text = ""
'
'rtbKommentare
'
Me.rtbKommentare.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.rtbKommentare.Location = New System.Drawing.Point(13, 429)
Me.rtbKommentare.MaxLineLength = -1
Me.rtbKommentare.MaxLines_Warning = ""
Me.rtbKommentare.MaxLines_Warning_Label = Nothing
Me.rtbKommentare.Name = "rtbKommentare"
Me.rtbKommentare.Size = New System.Drawing.Size(526, 121)
Me.rtbKommentare.TabIndex = 7
Me.rtbKommentare.Text = ""
'
'lbl1ZOLLSTOP
'
Me.lbl1ZOLLSTOP.AutoSize = True
Me.lbl1ZOLLSTOP.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold)
Me.lbl1ZOLLSTOP.Location = New System.Drawing.Point(12, 91)
Me.lbl1ZOLLSTOP.Name = "lbl1ZOLLSTOP"
Me.lbl1ZOLLSTOP.Size = New System.Drawing.Size(119, 20)
Me.lbl1ZOLLSTOP.TabIndex = 2
Me.lbl1ZOLLSTOP.Text = "1. ZOLLSTOP"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold)
Me.Label1.Location = New System.Drawing.Point(12, 254)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(176, 20)
Me.Label1.TabIndex = 4
Me.Label1.Text = "2. ENTLADESTELLE"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
Me.Label2.Location = New System.Drawing.Point(12, 406)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(100, 20)
Me.Label2.TabIndex = 6
Me.Label2.Text = "Kommentare"
'
'btnOffnen
'
Me.btnOffnen.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnOffnen.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
Me.btnOffnen.Image = Global.AVISO.My.Resources.Resources.pdf1
Me.btnOffnen.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnOffnen.Location = New System.Drawing.Point(379, 557)
Me.btnOffnen.Name = "btnOffnen"
Me.btnOffnen.Size = New System.Drawing.Size(160, 59)
Me.btnOffnen.TabIndex = 8
Me.btnOffnen.Text = " Öffnen"
Me.btnOffnen.UseVisualStyleBackColor = True
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
Me.Label3.Location = New System.Drawing.Point(11, 13)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(78, 20)
Me.Label3.TabIndex = 0
Me.Label3.Text = "Absender"
'
'rtbAbsender
'
Me.rtbAbsender.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.rtbAbsender.Location = New System.Drawing.Point(12, 36)
Me.rtbAbsender.MaxLineLength = -1
Me.rtbAbsender.MaxLines_Warning = ""
Me.rtbAbsender.MaxLines_Warning_Label = Nothing
Me.rtbAbsender.Name = "rtbAbsender"
Me.rtbAbsender.Size = New System.Drawing.Size(526, 38)
Me.rtbAbsender.TabIndex = 1
Me.rtbAbsender.Text = ""
'
'frmZollstopp
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.White
Me.ClientSize = New System.Drawing.Size(551, 626)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.rtbAbsender)
Me.Controls.Add(Me.btnOffnen)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.lbl1ZOLLSTOP)
Me.Controls.Add(Me.rtbKommentare)
Me.Controls.Add(Me.rtbEntladestelle)
Me.Controls.Add(Me.rtbZollstop)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "frmZollstopp"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Zollstop"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents rtbZollstop As VERAG_PROG_ALLGEMEIN.MyRichTextBox
Friend WithEvents rtbEntladestelle As VERAG_PROG_ALLGEMEIN.MyRichTextBox
Friend WithEvents rtbKommentare As VERAG_PROG_ALLGEMEIN.MyRichTextBox
Friend WithEvents lbl1ZOLLSTOP As Label
Friend WithEvents Label1 As Label
Friend WithEvents Label2 As Label
Friend WithEvents btnOffnen As Button
Friend WithEvents Label3 As Label
Friend WithEvents rtbAbsender As VERAG_PROG_ALLGEMEIN.MyRichTextBox
End Class