Created
May 3, 2013 02:14
-
-
Save wilson0x4d/5506778 to your computer and use it in GitHub Desktop.
Here is the code for "PS3 Emulator" from "http://hackingnation.org/ps3-emulator/" ~ Yes, it's fake. Yes, the "update" is a malware pushing, cardjacking website.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[DesignerGenerated] | |
public class Form1 : Form | |
{ | |
// Fields | |
[AccessedThroughProperty("AboutToolStripMenuItem")] | |
private ToolStripMenuItem _AboutToolStripMenuItem; | |
[AccessedThroughProperty("AudioToolStripMenuItem")] | |
private ToolStripMenuItem _AudioToolStripMenuItem; | |
[AccessedThroughProperty("CloseToolStripMenuItem")] | |
private ToolStripMenuItem _CloseToolStripMenuItem; | |
[AccessedThroughProperty("ConfigToolStripMenuItem")] | |
private ToolStripMenuItem _ConfigToolStripMenuItem; | |
[AccessedThroughProperty("ConfigureToolStripMenuItem")] | |
private ToolStripMenuItem _ConfigureToolStripMenuItem; | |
[AccessedThroughProperty("ConnectToolStripMenuItem")] | |
private ToolStripMenuItem _ConnectToolStripMenuItem; | |
[AccessedThroughProperty("ControlerToolStripMenuItem")] | |
private ToolStripMenuItem _ControlerToolStripMenuItem; | |
[AccessedThroughProperty("ControlsToolStripMenuItem")] | |
private ToolStripMenuItem _ControlsToolStripMenuItem; | |
[AccessedThroughProperty("DVDToolStripMenuItem")] | |
private ToolStripMenuItem _DVDToolStripMenuItem; | |
[AccessedThroughProperty("FileToolStripMenuItem")] | |
private ToolStripMenuItem _FileToolStripMenuItem; | |
[AccessedThroughProperty("GamesToolStripMenuItem")] | |
private ToolStripMenuItem _GamesToolStripMenuItem; | |
[AccessedThroughProperty("GraphicsToolStripMenuItem")] | |
private ToolStripMenuItem _GraphicsToolStripMenuItem; | |
[AccessedThroughProperty("HelpToolStripMenuItem")] | |
private ToolStripMenuItem _HelpToolStripMenuItem; | |
[AccessedThroughProperty("ImageToolStripMenuItem")] | |
private ToolStripMenuItem _ImageToolStripMenuItem; | |
[AccessedThroughProperty("Label1")] | |
private Label _Label1; | |
[AccessedThroughProperty("Label2")] | |
private Label _Label2; | |
[AccessedThroughProperty("LoadToolStripMenuItem")] | |
private ToolStripMenuItem _LoadToolStripMenuItem; | |
[AccessedThroughProperty("MenuStrip1")] | |
private MenuStrip _MenuStrip1; | |
[AccessedThroughProperty("OnlineToolStripMenuItem")] | |
private ToolStripMenuItem _OnlineToolStripMenuItem; | |
[AccessedThroughProperty("OpenFileDialog1")] | |
private OpenFileDialog _OpenFileDialog1; | |
[AccessedThroughProperty("OptionsToolStripMenuItem")] | |
private ToolStripMenuItem _OptionsToolStripMenuItem; | |
[AccessedThroughProperty("OptionsToolStripMenuItem1")] | |
private ToolStripMenuItem _OptionsToolStripMenuItem1; | |
[AccessedThroughProperty("PluginsToolStripMenuItem")] | |
private ToolStripMenuItem _PluginsToolStripMenuItem; | |
[AccessedThroughProperty("ProgressBar1")] | |
private ProgressBar _ProgressBar1; | |
[AccessedThroughProperty("StartToolStripMenuItem")] | |
private ToolStripMenuItem _StartToolStripMenuItem; | |
[AccessedThroughProperty("Timer1")] | |
private Timer _Timer1; | |
private IContainer components; | |
// Methods | |
public Form1() | |
{ | |
base.Load += new EventHandler(this.Form1_Load_1); | |
base.Shown += new EventHandler(this.Form1_Load); | |
this.InitializeComponent(); | |
} | |
private void AboutToolStripMenuItem_Click(object sender, EventArgs e) | |
{ | |
Interaction.MsgBox("Playstation 3 Emulator 1.9.4 by Hackingnation.org", MsgBoxStyle.OkOnly, null); | |
} | |
private void AudioToolStripMenuItem_Click(object sender, EventArgs e) | |
{ | |
if (MyProject.Computer.FileSystem.FileExists("c://PS3 Emulator 1.9.4/Plugins/Graphics.dll")) | |
{ | |
Interaction.MsgBox("Audio.dll is Loaded", MsgBoxStyle.OkOnly, null); | |
} | |
else | |
{ | |
Interaction.MsgBox("Audio.dll is Missing", MsgBoxStyle.OkOnly, null); | |
} | |
} | |
private void Button1_Click(object sender, EventArgs e) | |
{ | |
Process.Start("http://hackingnation.org"); | |
} | |
[MethodImpl(MethodImplOptions.NoOptimization | MethodImplOptions.NoInlining)] | |
private void CloseToolStripMenuItem_Click(object sender, EventArgs e) | |
{ | |
ProjectData.EndApp(); | |
} | |
private void ConfigToolStripMenuItem_Click(object sender, EventArgs e) | |
{ | |
Interaction.MsgBox("Connect to Server first", MsgBoxStyle.OkOnly, null); | |
} | |
private void ConfigureToolStripMenuItem_Click(object sender, EventArgs e) | |
{ | |
Interaction.MsgBox("Please run the game before using controls options menu", MsgBoxStyle.OkOnly, null); | |
} | |
private void ConnectToolStripMenuItem_Click(object sender, EventArgs e) | |
{ | |
Interaction.MsgBox("This is a beta phase. To access to our Online features you need to become one of our active members by liking , sharing and recommending us on google plus so your IP can access our Server. You can do it at our website", MsgBoxStyle.OkOnly, null); | |
Process.Start("http://hackingnation.org"); | |
} | |
private void ControlerToolStripMenuItem_Click(object sender, EventArgs e) | |
{ | |
if (MyProject.Computer.FileSystem.FileExists("c://PS3 Emulator 1.9.4/Plugins/Graphics.dll")) | |
{ | |
Interaction.MsgBox("Controller.dll is Loaded", MsgBoxStyle.OkOnly, null); | |
} | |
else | |
{ | |
Interaction.MsgBox("Controller.dll is Missing", MsgBoxStyle.OkOnly, null); | |
} | |
} | |
[DebuggerNonUserCode] | |
protected override void Dispose(bool disposing) | |
{ | |
try | |
{ | |
if (disposing && (this.components != null)) | |
{ | |
this.components.Dispose(); | |
} | |
} | |
finally | |
{ | |
base.Dispose(disposing); | |
} | |
} | |
private void DVDToolStripMenuItem_Click(object sender, EventArgs e) | |
{ | |
this.Timer1.Start(); | |
} | |
[MethodImpl(MethodImplOptions.NoOptimization | MethodImplOptions.NoInlining)] | |
private void Form1_Load(object sender, EventArgs e) | |
{ | |
Thread.Sleep(0x3e8); | |
switch (Interaction.MsgBox("New Version of PS3 Emulator is Available , Would You Like to Download it Now ? ", MsgBoxStyle.Information | MsgBoxStyle.YesNo, "Version 1.9.6 Available")) | |
{ | |
case MsgBoxResult.Cancel: | |
ProjectData.EndApp(); | |
break; | |
case MsgBoxResult.Yes: | |
Process.Start("http://www.fileice.net/download.php?file=3xi3w"); | |
ProjectData.EndApp(); | |
break; | |
case MsgBoxResult.No: | |
ProjectData.EndApp(); | |
break; | |
} | |
} | |
private void Form1_Load_1(object sender, EventArgs e) | |
{ | |
} | |
private void GraphicsToolStripMenuItem_Click(object sender, EventArgs e) | |
{ | |
if (MyProject.Computer.FileSystem.FileExists("c://PS3 Emulator 1.9.4/Plugins/Graphics.dll")) | |
{ | |
Interaction.MsgBox("Graphics.dll is Loaded", MsgBoxStyle.OkOnly, null); | |
} | |
else | |
{ | |
Interaction.MsgBox("Graphics.dll is Missing", MsgBoxStyle.OkOnly, null); | |
} | |
} | |
private void HelpToolStripMenuItem_Click(object sender, EventArgs e) | |
{ | |
Process.Start("http://hackingnation.org"); | |
} | |
private void ImageToolStripMenuItem_Click(object sender, EventArgs e) | |
{ | |
this.OpenFileDialog1.ShowDialog(); | |
this.Timer1.Start(); | |
} | |
[DebuggerStepThrough] | |
private void InitializeComponent() | |
{ | |
this.components = new Container(); | |
ComponentResourceManager manager = new ComponentResourceManager(typeof(Form1)); | |
this.Timer1 = new Timer(this.components); | |
this.MenuStrip1 = new MenuStrip(); | |
this.FileToolStripMenuItem = new ToolStripMenuItem(); | |
this.StartToolStripMenuItem = new ToolStripMenuItem(); | |
this.ImageToolStripMenuItem = new ToolStripMenuItem(); | |
this.DVDToolStripMenuItem = new ToolStripMenuItem(); | |
this.CloseToolStripMenuItem = new ToolStripMenuItem(); | |
this.GamesToolStripMenuItem = new ToolStripMenuItem(); | |
this.LoadToolStripMenuItem = new ToolStripMenuItem(); | |
this.OptionsToolStripMenuItem1 = new ToolStripMenuItem(); | |
this.ControlsToolStripMenuItem = new ToolStripMenuItem(); | |
this.ConfigureToolStripMenuItem = new ToolStripMenuItem(); | |
this.PluginsToolStripMenuItem = new ToolStripMenuItem(); | |
this.GraphicsToolStripMenuItem = new ToolStripMenuItem(); | |
this.AudioToolStripMenuItem = new ToolStripMenuItem(); | |
this.ControlerToolStripMenuItem = new ToolStripMenuItem(); | |
this.OptionsToolStripMenuItem = new ToolStripMenuItem(); | |
this.OnlineToolStripMenuItem = new ToolStripMenuItem(); | |
this.ConnectToolStripMenuItem = new ToolStripMenuItem(); | |
this.ConfigToolStripMenuItem = new ToolStripMenuItem(); | |
this.AboutToolStripMenuItem = new ToolStripMenuItem(); | |
this.HelpToolStripMenuItem = new ToolStripMenuItem(); | |
this.Label1 = new Label(); | |
this.ProgressBar1 = new ProgressBar(); | |
this.Label2 = new Label(); | |
this.OpenFileDialog1 = new OpenFileDialog(); | |
this.MenuStrip1.SuspendLayout(); | |
this.SuspendLayout(); | |
this.Timer1.Interval = 0x2d; | |
this.MenuStrip1.Items.AddRange(new ToolStripItem[] { this.FileToolStripMenuItem, this.GamesToolStripMenuItem, this.ControlsToolStripMenuItem, this.PluginsToolStripMenuItem, this.OnlineToolStripMenuItem, this.AboutToolStripMenuItem, this.HelpToolStripMenuItem }); | |
Point point2 = new Point(0, 0); | |
this.MenuStrip1.Location = point2; | |
this.MenuStrip1.Name = "MenuStrip1"; | |
Size size2 = new Size(0x2c8, 0x18); | |
this.MenuStrip1.Size = size2; | |
this.MenuStrip1.TabIndex = 0; | |
this.MenuStrip1.Text = "MenuStrip1"; | |
this.FileToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { this.StartToolStripMenuItem, this.CloseToolStripMenuItem }); | |
this.FileToolStripMenuItem.Name = "FileToolStripMenuItem"; | |
size2 = new Size(0x25, 20); | |
this.FileToolStripMenuItem.Size = size2; | |
this.FileToolStripMenuItem.Text = "File"; | |
this.StartToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { this.ImageToolStripMenuItem, this.DVDToolStripMenuItem }); | |
this.StartToolStripMenuItem.Name = "StartToolStripMenuItem"; | |
size2 = new Size(0x7e, 0x16); | |
this.StartToolStripMenuItem.Size = size2; | |
this.StartToolStripMenuItem.Text = "Run From"; | |
this.ImageToolStripMenuItem.Name = "ImageToolStripMenuItem"; | |
size2 = new Size(0x6b, 0x16); | |
this.ImageToolStripMenuItem.Size = size2; | |
this.ImageToolStripMenuItem.Text = "Image"; | |
this.DVDToolStripMenuItem.Name = "DVDToolStripMenuItem"; | |
size2 = new Size(0x6b, 0x16); | |
this.DVDToolStripMenuItem.Size = size2; | |
this.DVDToolStripMenuItem.Text = "DVD"; | |
this.CloseToolStripMenuItem.Name = "CloseToolStripMenuItem"; | |
size2 = new Size(0x7e, 0x16); | |
this.CloseToolStripMenuItem.Size = size2; | |
this.CloseToolStripMenuItem.Text = "Close"; | |
this.GamesToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { this.LoadToolStripMenuItem, this.OptionsToolStripMenuItem1 }); | |
this.GamesToolStripMenuItem.Name = "GamesToolStripMenuItem"; | |
size2 = new Size(0x37, 20); | |
this.GamesToolStripMenuItem.Size = size2; | |
this.GamesToolStripMenuItem.Text = "Config"; | |
this.LoadToolStripMenuItem.Name = "LoadToolStripMenuItem"; | |
size2 = new Size(0x83, 0x16); | |
this.LoadToolStripMenuItem.Size = size2; | |
this.LoadToolStripMenuItem.Text = "Full Screen"; | |
this.OptionsToolStripMenuItem1.Name = "OptionsToolStripMenuItem1"; | |
size2 = new Size(0x83, 0x16); | |
this.OptionsToolStripMenuItem1.Size = size2; | |
this.OptionsToolStripMenuItem1.Text = "Options"; | |
this.ControlsToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { this.ConfigureToolStripMenuItem }); | |
this.ControlsToolStripMenuItem.Name = "ControlsToolStripMenuItem"; | |
size2 = new Size(0x40, 20); | |
this.ControlsToolStripMenuItem.Size = size2; | |
this.ControlsToolStripMenuItem.Text = "Controls"; | |
this.ConfigureToolStripMenuItem.Name = "ConfigureToolStripMenuItem"; | |
size2 = new Size(0x7f, 0x16); | |
this.ConfigureToolStripMenuItem.Size = size2; | |
this.ConfigureToolStripMenuItem.Text = "Configure"; | |
this.PluginsToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { this.GraphicsToolStripMenuItem, this.AudioToolStripMenuItem, this.ControlerToolStripMenuItem, this.OptionsToolStripMenuItem }); | |
this.PluginsToolStripMenuItem.Name = "PluginsToolStripMenuItem"; | |
size2 = new Size(0x3a, 20); | |
this.PluginsToolStripMenuItem.Size = size2; | |
this.PluginsToolStripMenuItem.Text = "Plugins"; | |
this.GraphicsToolStripMenuItem.Name = "GraphicsToolStripMenuItem"; | |
size2 = new Size(0x7c, 0x16); | |
this.GraphicsToolStripMenuItem.Size = size2; | |
this.GraphicsToolStripMenuItem.Text = "Graphics"; | |
this.AudioToolStripMenuItem.Name = "AudioToolStripMenuItem"; | |
size2 = new Size(0x7c, 0x16); | |
this.AudioToolStripMenuItem.Size = size2; | |
this.AudioToolStripMenuItem.Text = "Audio"; | |
this.ControlerToolStripMenuItem.Name = "ControlerToolStripMenuItem"; | |
size2 = new Size(0x7c, 0x16); | |
this.ControlerToolStripMenuItem.Size = size2; | |
this.ControlerToolStripMenuItem.Text = "Controler"; | |
this.OptionsToolStripMenuItem.Name = "OptionsToolStripMenuItem"; | |
size2 = new Size(0x7c, 0x16); | |
this.OptionsToolStripMenuItem.Size = size2; | |
this.OptionsToolStripMenuItem.Text = "Options"; | |
this.OnlineToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { this.ConnectToolStripMenuItem, this.ConfigToolStripMenuItem }); | |
this.OnlineToolStripMenuItem.Name = "OnlineToolStripMenuItem"; | |
size2 = new Size(0x36, 20); | |
this.OnlineToolStripMenuItem.Size = size2; | |
this.OnlineToolStripMenuItem.Text = "Online"; | |
this.ConnectToolStripMenuItem.Name = "ConnectToolStripMenuItem"; | |
size2 = new Size(0x77, 0x16); | |
this.ConnectToolStripMenuItem.Size = size2; | |
this.ConnectToolStripMenuItem.Text = "Connect"; | |
this.ConfigToolStripMenuItem.Name = "ConfigToolStripMenuItem"; | |
size2 = new Size(0x77, 0x16); | |
this.ConfigToolStripMenuItem.Size = size2; | |
this.ConfigToolStripMenuItem.Text = "Config"; | |
this.AboutToolStripMenuItem.Name = "AboutToolStripMenuItem"; | |
size2 = new Size(0x34, 20); | |
this.AboutToolStripMenuItem.Size = size2; | |
this.AboutToolStripMenuItem.Text = "About"; | |
this.HelpToolStripMenuItem.Name = "HelpToolStripMenuItem"; | |
size2 = new Size(0x2c, 20); | |
this.HelpToolStripMenuItem.Size = size2; | |
this.HelpToolStripMenuItem.Text = "Help"; | |
this.Label1.AutoSize = true; | |
this.Label1.BackColor = Color.Transparent; | |
this.Label1.Font = new Font("Microsoft Sans Serif", 9f, FontStyle.Bold, GraphicsUnit.Point, 0); | |
this.Label1.ForeColor = SystemColors.ButtonHighlight; | |
point2 = new Point(0x3f, 0x22); | |
this.Label1.Location = point2; | |
this.Label1.Name = "Label1"; | |
size2 = new Size(0x1f, 15); | |
this.Label1.Size = size2; | |
this.Label1.TabIndex = 1; | |
this.Label1.Text = "Idle"; | |
point2 = new Point(12, 0x189); | |
this.ProgressBar1.Location = point2; | |
this.ProgressBar1.Name = "ProgressBar1"; | |
size2 = new Size(0x69, 10); | |
this.ProgressBar1.Size = size2; | |
this.ProgressBar1.TabIndex = 2; | |
this.ProgressBar1.Visible = false; | |
this.Label2.AutoSize = true; | |
this.Label2.BackColor = Color.Transparent; | |
this.Label2.Font = new Font("Microsoft Sans Serif", 9f, FontStyle.Bold, GraphicsUnit.Point, 0); | |
this.Label2.ForeColor = SystemColors.ButtonHighlight; | |
point2 = new Point(12, 0x22); | |
this.Label2.Location = point2; | |
this.Label2.Name = "Label2"; | |
size2 = new Size(0x37, 15); | |
this.Label2.Size = size2; | |
this.Label2.TabIndex = 3; | |
this.Label2.Text = "Status: "; | |
this.OpenFileDialog1.FileName = "OpenFileDialog1"; | |
SizeF ef2 = new SizeF(6f, 13f); | |
this.AutoScaleDimensions = ef2; | |
this.AutoScaleMode = AutoScaleMode.Font; | |
this.BackgroundImage = (Image) manager.GetObject("$this.BackgroundImage"); | |
this.BackgroundImageLayout = ImageLayout.Stretch; | |
size2 = new Size(0x2c8, 0x19f); | |
this.ClientSize = size2; | |
this.Controls.Add(this.Label2); | |
this.Controls.Add(this.ProgressBar1); | |
this.Controls.Add(this.Label1); | |
this.Controls.Add(this.MenuStrip1); | |
this.Icon = (Icon) manager.GetObject("$this.Icon"); | |
this.MainMenuStrip = this.MenuStrip1; | |
this.Name = "Form1"; | |
this.Text = "Playstation 3 Emulator 1.9.4 - by hackingnation.org"; | |
this.MenuStrip1.ResumeLayout(false); | |
this.MenuStrip1.PerformLayout(); | |
this.ResumeLayout(false); | |
this.PerformLayout(); | |
} | |
private void LoadToolStripMenuItem_Click(object sender, EventArgs e) | |
{ | |
Interaction.MsgBox("Run the game first before switching to Full Screen", MsgBoxStyle.OkOnly, null); | |
} | |
private void OpenFileDialog1_FileOk(object sender, CancelEventArgs e) | |
{ | |
} | |
private void OptionsToolStripMenuItem_Click(object sender, EventArgs e) | |
{ | |
Interaction.MsgBox("Please run the game before using options menu", MsgBoxStyle.OkOnly, null); | |
} | |
[MethodImpl(MethodImplOptions.NoOptimization | MethodImplOptions.NoInlining)] | |
private void Timer1_Tick(object sender, EventArgs e) | |
{ | |
this.ProgressBar1.Increment(1); | |
if (this.ProgressBar1.Value == 10) | |
{ | |
this.Label1.Text = "Starting"; | |
} | |
if (this.ProgressBar1.Value == 30) | |
{ | |
this.Label1.Text = "Loading Graphics"; | |
} | |
if (this.ProgressBar1.Value == 50) | |
{ | |
this.Label1.Text = "Loading Audio"; | |
} | |
if (this.ProgressBar1.Value == 70) | |
{ | |
this.Label1.Text = "Loading Controller Emulation"; | |
} | |
if (this.ProgressBar1.Value == this.ProgressBar1.Maximum) | |
{ | |
this.ProgressBar1.Value = this.ProgressBar1.Minimum; | |
this.Label1.Text = "Idle"; | |
this.Timer1.Stop(); | |
Interaction.MsgBox("Failed to run graphics component , please make sure that you have the latest BIOS and that it supports your game ", MsgBoxStyle.Critical, "Error #221"); | |
ProjectData.EndApp(); | |
} | |
} | |
// Properties | |
internal virtual ToolStripMenuItem AboutToolStripMenuItem | |
{ | |
get | |
{ | |
return this._AboutToolStripMenuItem; | |
} | |
[MethodImpl(MethodImplOptions.Synchronized)] | |
set | |
{ | |
EventHandler handler = new EventHandler(this.AboutToolStripMenuItem_Click); | |
if (this._AboutToolStripMenuItem != null) | |
{ | |
this._AboutToolStripMenuItem.Click -= handler; | |
} | |
this._AboutToolStripMenuItem = value; | |
if (this._AboutToolStripMenuItem != null) | |
{ | |
this._AboutToolStripMenuItem.Click += handler; | |
} | |
} | |
} | |
internal virtual ToolStripMenuItem AudioToolStripMenuItem | |
{ | |
get | |
{ | |
return this._AudioToolStripMenuItem; | |
} | |
[MethodImpl(MethodImplOptions.Synchronized)] | |
set | |
{ | |
EventHandler handler = new EventHandler(this.AudioToolStripMenuItem_Click); | |
if (this._AudioToolStripMenuItem != null) | |
{ | |
this._AudioToolStripMenuItem.Click -= handler; | |
} | |
this._AudioToolStripMenuItem = value; | |
if (this._AudioToolStripMenuItem != null) | |
{ | |
this._AudioToolStripMenuItem.Click += handler; | |
} | |
} | |
} | |
internal virtual ToolStripMenuItem CloseToolStripMenuItem | |
{ | |
get | |
{ | |
return this._CloseToolStripMenuItem; | |
} | |
[MethodImpl(MethodImplOptions.Synchronized)] | |
set | |
{ | |
EventHandler handler = new EventHandler(this.CloseToolStripMenuItem_Click); | |
if (this._CloseToolStripMenuItem != null) | |
{ | |
this._CloseToolStripMenuItem.Click -= handler; | |
} | |
this._CloseToolStripMenuItem = value; | |
if (this._CloseToolStripMenuItem != null) | |
{ | |
this._CloseToolStripMenuItem.Click += handler; | |
} | |
} | |
} | |
internal virtual ToolStripMenuItem ConfigToolStripMenuItem | |
{ | |
get | |
{ | |
return this._ConfigToolStripMenuItem; | |
} | |
[MethodImpl(MethodImplOptions.Synchronized)] | |
set | |
{ | |
EventHandler handler = new EventHandler(this.ConfigToolStripMenuItem_Click); | |
if (this._ConfigToolStripMenuItem != null) | |
{ | |
this._ConfigToolStripMenuItem.Click -= handler; | |
} | |
this._ConfigToolStripMenuItem = value; | |
if (this._ConfigToolStripMenuItem != null) | |
{ | |
this._ConfigToolStripMenuItem.Click += handler; | |
} | |
} | |
} | |
internal virtual ToolStripMenuItem ConfigureToolStripMenuItem | |
{ | |
get | |
{ | |
return this._ConfigureToolStripMenuItem; | |
} | |
[MethodImpl(MethodImplOptions.Synchronized)] | |
set | |
{ | |
EventHandler handler = new EventHandler(this.ConfigureToolStripMenuItem_Click); | |
if (this._ConfigureToolStripMenuItem != null) | |
{ | |
this._ConfigureToolStripMenuItem.Click -= handler; | |
} | |
this._ConfigureToolStripMenuItem = value; | |
if (this._ConfigureToolStripMenuItem != null) | |
{ | |
this._ConfigureToolStripMenuItem.Click += handler; | |
} | |
} | |
} | |
internal virtual ToolStripMenuItem ConnectToolStripMenuItem | |
{ | |
get | |
{ | |
return this._ConnectToolStripMenuItem; | |
} | |
[MethodImpl(MethodImplOptions.Synchronized)] | |
set | |
{ | |
EventHandler handler = new EventHandler(this.ConnectToolStripMenuItem_Click); | |
if (this._ConnectToolStripMenuItem != null) | |
{ | |
this._ConnectToolStripMenuItem.Click -= handler; | |
} | |
this._ConnectToolStripMenuItem = value; | |
if (this._ConnectToolStripMenuItem != null) | |
{ | |
this._ConnectToolStripMenuItem.Click += handler; | |
} | |
} | |
} | |
internal virtual ToolStripMenuItem ControlerToolStripMenuItem | |
{ | |
get | |
{ | |
return this._ControlerToolStripMenuItem; | |
} | |
[MethodImpl(MethodImplOptions.Synchronized)] | |
set | |
{ | |
EventHandler handler = new EventHandler(this.ControlerToolStripMenuItem_Click); | |
if (this._ControlerToolStripMenuItem != null) | |
{ | |
this._ControlerToolStripMenuItem.Click -= handler; | |
} | |
this._ControlerToolStripMenuItem = value; | |
if (this._ControlerToolStripMenuItem != null) | |
{ | |
this._ControlerToolStripMenuItem.Click += handler; | |
} | |
} | |
} | |
internal virtual ToolStripMenuItem ControlsToolStripMenuItem | |
{ | |
get | |
{ | |
return this._ControlsToolStripMenuItem; | |
} | |
[MethodImpl(MethodImplOptions.Synchronized)] | |
set | |
{ | |
this._ControlsToolStripMenuItem = value; | |
} | |
} | |
internal virtual ToolStripMenuItem DVDToolStripMenuItem | |
{ | |
get | |
{ | |
return this._DVDToolStripMenuItem; | |
} | |
[MethodImpl(MethodImplOptions.Synchronized)] | |
set | |
{ | |
EventHandler handler = new EventHandler(this.DVDToolStripMenuItem_Click); | |
if (this._DVDToolStripMenuItem != null) | |
{ | |
this._DVDToolStripMenuItem.Click -= handler; | |
} | |
this._DVDToolStripMenuItem = value; | |
if (this._DVDToolStripMenuItem != null) | |
{ | |
this._DVDToolStripMenuItem.Click += handler; | |
} | |
} | |
} | |
internal virtual ToolStripMenuItem FileToolStripMenuItem | |
{ | |
get | |
{ | |
return this._FileToolStripMenuItem; | |
} | |
[MethodImpl(MethodImplOptions.Synchronized)] | |
set | |
{ | |
this._FileToolStripMenuItem = value; | |
} | |
} | |
internal virtual ToolStripMenuItem GamesToolStripMenuItem | |
{ | |
get | |
{ | |
return this._GamesToolStripMenuItem; | |
} | |
[MethodImpl(MethodImplOptions.Synchronized)] | |
set | |
{ | |
this._GamesToolStripMenuItem = value; | |
} | |
} | |
internal virtual ToolStripMenuItem GraphicsToolStripMenuItem | |
{ | |
get | |
{ | |
return this._GraphicsToolStripMenuItem; | |
} | |
[MethodImpl(MethodImplOptions.Synchronized)] | |
set | |
{ | |
EventHandler handler = new EventHandler(this.GraphicsToolStripMenuItem_Click); | |
if (this._GraphicsToolStripMenuItem != null) | |
{ | |
this._GraphicsToolStripMenuItem.Click -= handler; | |
} | |
this._GraphicsToolStripMenuItem = value; | |
if (this._GraphicsToolStripMenuItem != null) | |
{ | |
this._GraphicsToolStripMenuItem.Click += handler; | |
} | |
} | |
} | |
internal virtual ToolStripMenuItem HelpToolStripMenuItem | |
{ | |
get | |
{ | |
return this._HelpToolStripMenuItem; | |
} | |
[MethodImpl(MethodImplOptions.Synchronized)] | |
set | |
{ | |
EventHandler handler = new EventHandler(this.HelpToolStripMenuItem_Click); | |
if (this._HelpToolStripMenuItem != null) | |
{ | |
this._HelpToolStripMenuItem.Click -= handler; | |
} | |
this._HelpToolStripMenuItem = value; | |
if (this._HelpToolStripMenuItem != null) | |
{ | |
this._HelpToolStripMenuItem.Click += handler; | |
} | |
} | |
} | |
internal virtual ToolStripMenuItem ImageToolStripMenuItem | |
{ | |
get | |
{ | |
return this._ImageToolStripMenuItem; | |
} | |
[MethodImpl(MethodImplOptions.Synchronized)] | |
set | |
{ | |
EventHandler handler = new EventHandler(this.ImageToolStripMenuItem_Click); | |
if (this._ImageToolStripMenuItem != null) | |
{ | |
this._ImageToolStripMenuItem.Click -= handler; | |
} | |
this._ImageToolStripMenuItem = value; | |
if (this._ImageToolStripMenuItem != null) | |
{ | |
this._ImageToolStripMenuItem.Click += handler; | |
} | |
} | |
} | |
internal virtual Label Label1 | |
{ | |
get | |
{ | |
return this._Label1; | |
} | |
[MethodImpl(MethodImplOptions.Synchronized)] | |
set | |
{ | |
this._Label1 = value; | |
} | |
} | |
internal virtual Label Label2 | |
{ | |
get | |
{ | |
return this._Label2; | |
} | |
[MethodImpl(MethodImplOptions.Synchronized)] | |
set | |
{ | |
this._Label2 = value; | |
} | |
} | |
internal virtual ToolStripMenuItem LoadToolStripMenuItem | |
{ | |
get | |
{ | |
return this._LoadToolStripMenuItem; | |
} | |
[MethodImpl(MethodImplOptions.Synchronized)] | |
set | |
{ | |
EventHandler handler = new EventHandler(this.LoadToolStripMenuItem_Click); | |
if (this._LoadToolStripMenuItem != null) | |
{ | |
this._LoadToolStripMenuItem.Click -= handler; | |
} | |
this._LoadToolStripMenuItem = value; | |
if (this._LoadToolStripMenuItem != null) | |
{ | |
this._LoadToolStripMenuItem.Click += handler; | |
} | |
} | |
} | |
internal virtual MenuStrip MenuStrip1 | |
{ | |
get | |
{ | |
return this._MenuStrip1; | |
} | |
[MethodImpl(MethodImplOptions.Synchronized)] | |
set | |
{ | |
this._MenuStrip1 = value; | |
} | |
} | |
internal virtual ToolStripMenuItem OnlineToolStripMenuItem | |
{ | |
get | |
{ | |
return this._OnlineToolStripMenuItem; | |
} | |
[MethodImpl(MethodImplOptions.Synchronized)] | |
set | |
{ | |
this._OnlineToolStripMenuItem = value; | |
} | |
} | |
internal virtual OpenFileDialog OpenFileDialog1 | |
{ | |
get | |
{ | |
return this._OpenFileDialog1; | |
} | |
[MethodImpl(MethodImplOptions.Synchronized)] | |
set | |
{ | |
CancelEventHandler handler = new CancelEventHandler(this.OpenFileDialog1_FileOk); | |
if (this._OpenFileDialog1 != null) | |
{ | |
this._OpenFileDialog1.FileOk -= handler; | |
} | |
this._OpenFileDialog1 = value; | |
if (this._OpenFileDialog1 != null) | |
{ | |
this._OpenFileDialog1.FileOk += handler; | |
} | |
} | |
} | |
internal virtual ToolStripMenuItem OptionsToolStripMenuItem | |
{ | |
get | |
{ | |
return this._OptionsToolStripMenuItem; | |
} | |
[MethodImpl(MethodImplOptions.Synchronized)] | |
set | |
{ | |
EventHandler handler = new EventHandler(this.OptionsToolStripMenuItem_Click); | |
if (this._OptionsToolStripMenuItem != null) | |
{ | |
this._OptionsToolStripMenuItem.Click -= handler; | |
} | |
this._OptionsToolStripMenuItem = value; | |
if (this._OptionsToolStripMenuItem != null) | |
{ | |
this._OptionsToolStripMenuItem.Click += handler; | |
} | |
} | |
} | |
internal virtual ToolStripMenuItem OptionsToolStripMenuItem1 | |
{ | |
get | |
{ | |
return this._OptionsToolStripMenuItem1; | |
} | |
[MethodImpl(MethodImplOptions.Synchronized)] | |
set | |
{ | |
this._OptionsToolStripMenuItem1 = value; | |
} | |
} | |
internal virtual ToolStripMenuItem PluginsToolStripMenuItem | |
{ | |
get | |
{ | |
return this._PluginsToolStripMenuItem; | |
} | |
[MethodImpl(MethodImplOptions.Synchronized)] | |
set | |
{ | |
this._PluginsToolStripMenuItem = value; | |
} | |
} | |
internal virtual ProgressBar ProgressBar1 | |
{ | |
get | |
{ | |
return this._ProgressBar1; | |
} | |
[MethodImpl(MethodImplOptions.Synchronized)] | |
set | |
{ | |
this._ProgressBar1 = value; | |
} | |
} | |
internal virtual ToolStripMenuItem StartToolStripMenuItem | |
{ | |
get | |
{ | |
return this._StartToolStripMenuItem; | |
} | |
[MethodImpl(MethodImplOptions.Synchronized)] | |
set | |
{ | |
this._StartToolStripMenuItem = value; | |
} | |
} | |
internal virtual Timer Timer1 | |
{ | |
get | |
{ | |
return this._Timer1; | |
} | |
[MethodImpl(MethodImplOptions.Synchronized)] | |
set | |
{ | |
EventHandler handler = new EventHandler(this.Timer1_Tick); | |
if (this._Timer1 != null) | |
{ | |
this._Timer1.Tick -= handler; | |
} | |
this._Timer1 = value; | |
if (this._Timer1 != null) | |
{ | |
this._Timer1.Tick += handler; | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hah lol just as i thought ^^ bzw where did you get that source?