Messenger, Formulare, etc.

This commit is contained in:
2026-02-20 15:50:33 +01:00
parent 34f124916b
commit 80de7c2cf9
4 changed files with 35 additions and 21 deletions

View File

@@ -206,7 +206,7 @@ Partial Class frmFormulare
Me.pnlBody.Dock = System.Windows.Forms.DockStyle.Fill
Me.pnlBody.Location = New System.Drawing.Point(0, 166)
Me.pnlBody.Name = "pnlBody"
Me.pnlBody.Size = New System.Drawing.Size(1326, 570)
Me.pnlBody.Size = New System.Drawing.Size(1326, 615)
Me.pnlBody.TabIndex = 1
'
'MyFlowLayoutPanel1
@@ -219,7 +219,7 @@ Partial Class frmFormulare
Me.MyFlowLayoutPanel1.Location = New System.Drawing.Point(0, 0)
Me.MyFlowLayoutPanel1.MinimumSize = New System.Drawing.Size(1000, 100)
Me.MyFlowLayoutPanel1.Name = "MyFlowLayoutPanel1"
Me.MyFlowLayoutPanel1.Size = New System.Drawing.Size(1324, 568)
Me.MyFlowLayoutPanel1.Size = New System.Drawing.Size(1324, 613)
Me.MyFlowLayoutPanel1.TabIndex = 0
'
'pnlBottom
@@ -238,7 +238,7 @@ Partial Class frmFormulare
Me.pnlBottom.Controls.Add(Me.Button2)
Me.pnlBottom.Controls.Add(Me.btn)
Me.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom
Me.pnlBottom.Location = New System.Drawing.Point(0, 736)
Me.pnlBottom.Location = New System.Drawing.Point(0, 781)
Me.pnlBottom.Name = "pnlBottom"
Me.pnlBottom.Size = New System.Drawing.Size(1326, 61)
Me.pnlBottom.TabIndex = 2
@@ -408,7 +408,7 @@ Partial Class frmFormulare
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(1326, 797)
Me.ClientSize = New System.Drawing.Size(1326, 842)
Me.Controls.Add(Me.pnlBody)
Me.Controls.Add(Me.pnlBottom)
Me.Controls.Add(Me.pnl)