SDL Brief, MDM BU Soll/Haben, Beleg-Bugfix

This commit is contained in:
2023-03-16 22:49:07 +01:00
parent ee42303808
commit 43dc1c3d23
13 changed files with 765 additions and 13 deletions

View File

@@ -67,7 +67,7 @@ Partial Class frmTIR
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Top
Me.Panel2.Location = New System.Drawing.Point(0, 0)
Me.Panel2.Name = "Panel2"
Me.Panel2.Size = New System.Drawing.Size(865, 40)
Me.Panel2.Size = New System.Drawing.Size(873, 40)
Me.Panel2.TabIndex = 1
'
'Label3
@@ -145,7 +145,7 @@ Partial Class frmTIR
Me.Panel3.Dock = System.Windows.Forms.DockStyle.Bottom
Me.Panel3.Location = New System.Drawing.Point(0, 1058)
Me.Panel3.Name = "Panel3"
Me.Panel3.Size = New System.Drawing.Size(865, 69)
Me.Panel3.Size = New System.Drawing.Size(873, 69)
Me.Panel3.TabIndex = 5
'
'cboAbriss777
@@ -281,8 +281,9 @@ Partial Class frmTIR
'
'Button1
'
Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button1.Location = New System.Drawing.Point(745, 14)
Me.Button1.Location = New System.Drawing.Point(770, 14)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(98, 48)
Me.Button1.TabIndex = 3
@@ -301,7 +302,8 @@ Partial Class frmTIR
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(865, 1127)
Me.AutoScroll = True
Me.ClientSize = New System.Drawing.Size(873, 1127)
Me.Controls.Add(Me.UsrCntlTIR1)
Me.Controls.Add(Me.Panel3)
Me.Controls.Add(Me.Panel2)