mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 19:36:11 +00:00
44 lines
1.5 KiB
C#
44 lines
1.5 KiB
C#
|
// Decompiled with JetBrains decompiler
|
|||
|
// Type: Autodesk.AutoCAD.ADMigrator.ProgressForm
|
|||
|
// Assembly: ADMigrator, Version=18.0.0.0, Culture=neutral, PublicKeyToken=null
|
|||
|
// MVID: 1EA8663B-E949-4FAD-ABC5-280393847F56
|
|||
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Virus.Win32.Sality.sil-906e49d7772808af1fb67511fd33b01c809079fddb77015425883ca9739cad33.exe
|
|||
|
|
|||
|
using System.ComponentModel;
|
|||
|
using System.Windows.Forms;
|
|||
|
|
|||
|
namespace Autodesk.AutoCAD.ADMigrator
|
|||
|
{
|
|||
|
public class ProgressForm : Form
|
|||
|
{
|
|||
|
private IContainer components;
|
|||
|
private Label m_label;
|
|||
|
|
|||
|
public ProgressForm() => this.InitializeComponent();
|
|||
|
|
|||
|
protected override void Dispose(bool disposing)
|
|||
|
{
|
|||
|
if (disposing && this.components != null)
|
|||
|
this.components.Dispose();
|
|||
|
base.Dispose(disposing);
|
|||
|
}
|
|||
|
|
|||
|
private void InitializeComponent()
|
|||
|
{
|
|||
|
ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (ProgressForm));
|
|||
|
this.m_label = new Label();
|
|||
|
this.SuspendLayout();
|
|||
|
componentResourceManager.ApplyResources((object) this.m_label, "m_label");
|
|||
|
this.m_label.Name = "m_label";
|
|||
|
componentResourceManager.ApplyResources((object) this, "$this");
|
|||
|
this.AutoScaleMode = AutoScaleMode.Font;
|
|||
|
this.ControlBox = false;
|
|||
|
this.Controls.Add((Control) this.m_label);
|
|||
|
this.Name = nameof (ProgressForm);
|
|||
|
this.ShowIcon = false;
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
}
|
|||
|
}
|
|||
|
}
|