mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2025-02-01 06:47:28 +00:00
59 lines
1.3 KiB
C#
59 lines
1.3 KiB
C#
|
// Decompiled with JetBrains decompiler
|
|||
|
// Type: .
|
|||
|
// Assembly: syncuiLoader, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
|
|||
|
// MVID: F112AE9C-7564-463C-8834-3BB2BC4FBE1B
|
|||
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Trojan.Win32.Llac.aamy-d1153c91831872cfeacf510426d9b4752eab5933102816559dcd2628b12a7253.exe
|
|||
|
|
|||
|
using \u0005;
|
|||
|
using System;
|
|||
|
using System.Drawing;
|
|||
|
using System.Runtime.InteropServices;
|
|||
|
using System.Windows.Forms;
|
|||
|
|
|||
|
namespace \u0002
|
|||
|
{
|
|||
|
internal sealed class \u0005 : Label
|
|||
|
{
|
|||
|
private void \u0003()
|
|||
|
{
|
|||
|
try
|
|||
|
{
|
|||
|
using (Graphics graphics = this.CreateGraphics())
|
|||
|
{
|
|||
|
int num = \u0002.\u0003(graphics, this.Text, this.Font, this.Width);
|
|||
|
if (num <= 0)
|
|||
|
return;
|
|||
|
this.Height = num;
|
|||
|
}
|
|||
|
}
|
|||
|
catch
|
|||
|
{
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
protected override void OnFontChanged([In] EventArgs obj0)
|
|||
|
{
|
|||
|
base.OnFontChanged(obj0);
|
|||
|
this.\u0003();
|
|||
|
}
|
|||
|
|
|||
|
protected override void OnResize([In] EventArgs obj0)
|
|||
|
{
|
|||
|
base.OnResize(obj0);
|
|||
|
this.\u0003();
|
|||
|
}
|
|||
|
|
|||
|
protected override void OnTextChanged([In] EventArgs obj0)
|
|||
|
{
|
|||
|
base.OnTextChanged(obj0);
|
|||
|
this.\u0003();
|
|||
|
}
|
|||
|
|
|||
|
public \u0005()
|
|||
|
{
|
|||
|
this.FlatStyle = FlatStyle.System;
|
|||
|
this.UseMnemonic = false;
|
|||
|
}
|
|||
|
}
|
|||
|
}
|