229 lines
9.7 KiB
VB.net
229 lines
9.7 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmAvisoWeiterleitenBestaetigen
|
|
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.pnl = New System.Windows.Forms.Panel()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.dgvAnmhaenge = New System.Windows.Forms.DataGridView()
|
|
Me.clmnAnhFilePath = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.clmnAnhFileName = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.lblDatUhrzeit = New System.Windows.Forms.Label()
|
|
Me.lblArt = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.lbl = New System.Windows.Forms.Label()
|
|
Me.rtbVermerk = New System.Windows.Forms.RichTextBox()
|
|
Me.btn = New System.Windows.Forms.Button()
|
|
Me.lblName = New System.Windows.Forms.Label()
|
|
Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.pnl.SuspendLayout()
|
|
CType(Me.dgvAnmhaenge, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'pnl
|
|
'
|
|
Me.pnl.BackColor = System.Drawing.Color.White
|
|
Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.pnl.Controls.Add(Me.Label7)
|
|
Me.pnl.Controls.Add(Me.dgvAnmhaenge)
|
|
Me.pnl.Controls.Add(Me.lblDatUhrzeit)
|
|
Me.pnl.Controls.Add(Me.lblArt)
|
|
Me.pnl.Controls.Add(Me.Label2)
|
|
Me.pnl.Controls.Add(Me.Label1)
|
|
Me.pnl.Controls.Add(Me.lbl)
|
|
Me.pnl.Controls.Add(Me.rtbVermerk)
|
|
Me.pnl.Controls.Add(Me.btn)
|
|
Me.pnl.Controls.Add(Me.lblName)
|
|
Me.pnl.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.pnl.Location = New System.Drawing.Point(0, 0)
|
|
Me.pnl.Name = "pnl"
|
|
Me.pnl.Size = New System.Drawing.Size(460, 256)
|
|
Me.pnl.TabIndex = 0
|
|
'
|
|
'Label7
|
|
'
|
|
Me.Label7.AutoSize = True
|
|
Me.Label7.Location = New System.Drawing.Point(11, 170)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(53, 13)
|
|
Me.Label7.TabIndex = 20
|
|
Me.Label7.Text = "Anhänge:"
|
|
'
|
|
'dgvAnmhaenge
|
|
'
|
|
Me.dgvAnmhaenge.AllowUserToAddRows = False
|
|
Me.dgvAnmhaenge.AllowUserToResizeColumns = False
|
|
Me.dgvAnmhaenge.AllowUserToResizeRows = False
|
|
Me.dgvAnmhaenge.BackgroundColor = System.Drawing.Color.White
|
|
Me.dgvAnmhaenge.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.dgvAnmhaenge.ColumnHeadersVisible = False
|
|
Me.dgvAnmhaenge.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.clmnAnhFilePath, Me.clmnAnhFileName})
|
|
Me.dgvAnmhaenge.Location = New System.Drawing.Point(11, 186)
|
|
Me.dgvAnmhaenge.MultiSelect = False
|
|
Me.dgvAnmhaenge.Name = "dgvAnmhaenge"
|
|
Me.dgvAnmhaenge.ReadOnly = True
|
|
Me.dgvAnmhaenge.RowHeadersVisible = False
|
|
Me.dgvAnmhaenge.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
|
Me.dgvAnmhaenge.Size = New System.Drawing.Size(301, 56)
|
|
Me.dgvAnmhaenge.TabIndex = 19
|
|
'
|
|
'clmnAnhFilePath
|
|
'
|
|
Me.clmnAnhFilePath.HeaderText = "Column1"
|
|
Me.clmnAnhFilePath.Name = "clmnAnhFilePath"
|
|
Me.clmnAnhFilePath.ReadOnly = True
|
|
Me.clmnAnhFilePath.Visible = False
|
|
'
|
|
'clmnAnhFileName
|
|
'
|
|
Me.clmnAnhFileName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
|
|
Me.clmnAnhFileName.HeaderText = "Datei"
|
|
Me.clmnAnhFileName.Name = "clmnAnhFileName"
|
|
Me.clmnAnhFileName.ReadOnly = True
|
|
'
|
|
'lblDatUhrzeit
|
|
'
|
|
Me.lblDatUhrzeit.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblDatUhrzeit.Location = New System.Drawing.Point(270, 10)
|
|
Me.lblDatUhrzeit.Name = "lblDatUhrzeit"
|
|
Me.lblDatUhrzeit.Size = New System.Drawing.Size(177, 13)
|
|
Me.lblDatUhrzeit.TabIndex = 8
|
|
Me.lblDatUhrzeit.Text = "01.01.2020 10:00"
|
|
Me.lblDatUhrzeit.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
'
|
|
'lblArt
|
|
'
|
|
Me.lblArt.AutoSize = True
|
|
Me.lblArt.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold)
|
|
Me.lblArt.Location = New System.Drawing.Point(11, 8)
|
|
Me.lblArt.Name = "lblArt"
|
|
Me.lblArt.Size = New System.Drawing.Size(84, 17)
|
|
Me.lblArt.TabIndex = 5
|
|
Me.lblArt.Text = "SENDUNG"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(151, 10)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(79, 13)
|
|
Me.Label2.TabIndex = 4
|
|
Me.Label2.Text = "Datum/Uhrzeit:"
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(151, 26)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(96, 13)
|
|
Me.Label1.TabIndex = 3
|
|
Me.Label1.Text = "Weitergeleitet von:"
|
|
'
|
|
'lbl
|
|
'
|
|
Me.lbl.AutoSize = True
|
|
Me.lbl.Location = New System.Drawing.Point(11, 57)
|
|
Me.lbl.Name = "lbl"
|
|
Me.lbl.Size = New System.Drawing.Size(49, 13)
|
|
Me.lbl.TabIndex = 2
|
|
Me.lbl.Text = "Vermerk:"
|
|
'
|
|
'rtbVermerk
|
|
'
|
|
Me.rtbVermerk.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.rtbVermerk.Location = New System.Drawing.Point(11, 73)
|
|
Me.rtbVermerk.Name = "rtbVermerk"
|
|
Me.rtbVermerk.ReadOnly = True
|
|
Me.rtbVermerk.Size = New System.Drawing.Size(436, 94)
|
|
Me.rtbVermerk.TabIndex = 1
|
|
Me.rtbVermerk.Text = ""
|
|
'
|
|
'btn
|
|
'
|
|
Me.btn.BackColor = System.Drawing.Color.SteelBlue
|
|
Me.btn.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btn.ForeColor = System.Drawing.Color.White
|
|
Me.btn.Location = New System.Drawing.Point(318, 186)
|
|
Me.btn.Name = "btn"
|
|
Me.btn.Size = New System.Drawing.Size(129, 56)
|
|
Me.btn.TabIndex = 0
|
|
Me.btn.Text = "OK"
|
|
Me.btn.UseVisualStyleBackColor = False
|
|
'
|
|
'lblName
|
|
'
|
|
Me.lblName.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblName.Location = New System.Drawing.Point(253, 26)
|
|
Me.lblName.Name = "lblName"
|
|
Me.lblName.Size = New System.Drawing.Size(194, 29)
|
|
Me.lblName.TabIndex = 7
|
|
Me.lblName.Text = "Maximilian Mustermann (VERAG)"
|
|
Me.lblName.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
'
|
|
'DataGridViewTextBoxColumn1
|
|
'
|
|
Me.DataGridViewTextBoxColumn1.HeaderText = "Column1"
|
|
Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
|
|
Me.DataGridViewTextBoxColumn1.Visible = False
|
|
'
|
|
'DataGridViewTextBoxColumn2
|
|
'
|
|
Me.DataGridViewTextBoxColumn2.HeaderText = "Datei"
|
|
Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"
|
|
'
|
|
'frmAvisoWeiterleitenBestaetigen
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(460, 256)
|
|
Me.Controls.Add(Me.pnl)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
|
|
Me.Name = "frmAvisoWeiterleitenBestaetigen"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Bestätigen"
|
|
Me.pnl.ResumeLayout(False)
|
|
Me.pnl.PerformLayout()
|
|
CType(Me.dgvAnmhaenge, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents pnl As Panel
|
|
Friend WithEvents lblArt As Label
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents lbl As Label
|
|
Friend WithEvents rtbVermerk As RichTextBox
|
|
Friend WithEvents btn As Button
|
|
Friend WithEvents lblDatUhrzeit As Label
|
|
Friend WithEvents lblName As Label
|
|
Friend WithEvents Label7 As Label
|
|
Friend WithEvents dgvAnmhaenge As DataGridView
|
|
Friend WithEvents clmnAnhFilePath As DataGridViewTextBoxColumn
|
|
Friend WithEvents clmnAnhFileName As DataGridViewTextBoxColumn
|
|
Friend WithEvents DataGridViewTextBoxColumn1 As DataGridViewTextBoxColumn
|
|
Friend WithEvents DataGridViewTextBoxColumn2 As DataGridViewTextBoxColumn
|
|
End Class
|