fix translation for frmIndexFileList

This commit is contained in:
Jonathan Jenne
2021-07-05 13:42:56 +02:00
parent c759ce19a5
commit d7775c72b8
5 changed files with 420 additions and 274 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
'
Me.Appearance.Options.UseFont = True
resources.ApplyResources(Me, "$this")
Me.Appearance.Options.UseFont = True
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.Button1)