This commit is contained in:
2019-09-10 14:15:44 +02:00
parent 189a2ac284
commit c7ff55bbae
29 changed files with 3557 additions and 220 deletions

View File

@@ -131,6 +131,7 @@ Partial Class usrcntlAktDetails
Me.btnLöschen = New System.Windows.Forms.Button()
Me.btnÄndern = New System.Windows.Forms.Button()
Me.btnTV = New System.Windows.Forms.Button()
Me.tbAnhang = New System.Windows.Forms.TabPage()
Me.pnlDetailsRechts.SuspendLayout()
Me.Panel3.SuspendLayout()
CType(Me.SplitContainer, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -797,6 +798,7 @@ Partial Class usrcntlAktDetails
Me.tbcntlVermerke.Controls.Add(Me.TabPage1)
Me.tbcntlVermerke.Controls.Add(Me.TabPage2)
Me.tbcntlVermerke.Controls.Add(Me.TabPage3)
Me.tbcntlVermerke.Controls.Add(Me.tbAnhang)
Me.tbcntlVermerke.Dock = System.Windows.Forms.DockStyle.Fill
Me.tbcntlVermerke.ImeMode = System.Windows.Forms.ImeMode.Disable
Me.tbcntlVermerke.Location = New System.Drawing.Point(4, 0)
@@ -1558,6 +1560,16 @@ Partial Class usrcntlAktDetails
Me.btnTV.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnTV.UseVisualStyleBackColor = False
'
'tbAnhang
'
Me.tbAnhang.Location = New System.Drawing.Point(4, 30)
Me.tbAnhang.Name = "tbAnhang"
Me.tbAnhang.Padding = New System.Windows.Forms.Padding(3)
Me.tbAnhang.Size = New System.Drawing.Size(563, 0)
Me.tbAnhang.TabIndex = 3
Me.tbAnhang.Text = "Anhang"
Me.tbAnhang.UseVisualStyleBackColor = True
'
'usrcntlAktDetails
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
@@ -1709,4 +1721,5 @@ Partial Class usrcntlAktDetails
Friend WithEvents btnKasse_User As Button
Friend WithEvents btnKasse_LG As Button
Friend WithEvents Button9 As Button
Friend WithEvents tbAnhang As TabPage
End Class