Improve text for email indexing

This commit is contained in:
Jonathan Jenne
2022-04-14 14:14:58 +02:00
parent d3eee77136
commit 3957077fc7
3 changed files with 225 additions and 227 deletions

View File

@@ -43,9 +43,9 @@ Partial Class frmIndexFileList
'
'Panel1
'
resources.ApplyResources(Me.Panel1, "Panel1")
Me.Panel1.Controls.Add(Me.Label2)
Me.Panel1.Controls.Add(Me.Label1)
resources.ApplyResources(Me.Panel1, "Panel1")
Me.Panel1.Name = "Panel1"
'
'Label2
@@ -119,8 +119,8 @@ Partial Class frmIndexFileList
'
'frmIndexFileList
'
resources.ApplyResources(Me, "$this")
Me.Appearance.Options.UseFont = True
resources.ApplyResources(Me, "$this")
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.Button1)