2004 lines
82 KiB
C#
2004 lines
82 KiB
C#
// Decompiled with JetBrains decompiler
|
|
// Type: Server.Forms.FormFun
|
|
// Assembly: Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 33673F0A-7F43-4A2B-BC08-8E59A15CB7DA
|
|
// Assembly location: C:\Users\Admin\Desktop\Sheet RAT 2.5\Server.exe
|
|
|
|
using MetroFramework;
|
|
using MetroFramework.Controls;
|
|
using MetroFramework.Forms;
|
|
using Server.Connection;
|
|
using Server.Helper.Configs.Themes;
|
|
using System;
|
|
using System.Windows.Forms;
|
|
using System.ComponentModel;
|
|
using System.Drawing;
|
|
using System.IO;
|
|
using System.Windows.Forms;
|
|
|
|
//#nullable disable
|
|
namespace Server.Forms {
|
|
|
|
public class FormFun : MetroForm
|
|
{
|
|
public Clients client;
|
|
public Clients Plugin;
|
|
private IContainer components;
|
|
public Timer timer1;
|
|
private MetroTextBox metroTextBox2;
|
|
public MetroButton metroButton1;
|
|
public MetroButton metroButton2;
|
|
public MetroButton metroButton3;
|
|
public MetroButton metroButton4;
|
|
public MetroButton metroButton5;
|
|
private MetroLabel metroLabel2;
|
|
private MetroLabel metroLabel1;
|
|
public MetroButton metroButton6;
|
|
public MetroButton metroButton7;
|
|
private MetroLabel metroLabel3;
|
|
public MetroButton metroButton8;
|
|
public MetroButton metroButton9;
|
|
private MetroLabel metroLabel4;
|
|
public MetroButton metroButton10;
|
|
public MetroButton metroButton11;
|
|
private MetroLabel metroLabel5;
|
|
public MetroButton metroButton12;
|
|
public MetroButton metroButton13;
|
|
private MetroLabel metroLabel6;
|
|
public MetroButton metroButton14;
|
|
public MetroButton metroButton15;
|
|
private MetroLabel metroLabel7;
|
|
public MetroButton metroButton16;
|
|
public MetroButton metroButton17;
|
|
private MetroLabel metroLabel8;
|
|
public MetroButton metroButton18;
|
|
public MetroButton metroButton19;
|
|
private MetroLabel metroLabel9;
|
|
public MetroButton metroButton20;
|
|
public MetroButton metroButton21;
|
|
private MetroLabel metroLabel10;
|
|
public MetroButton metroButton22;
|
|
public MetroButton metroButton23;
|
|
private MetroLabel metroLabel11;
|
|
public MetroButton metroButton24;
|
|
public MetroButton metroButton25;
|
|
private MetroLabel metroLabel12;
|
|
public MetroButton metroButton26;
|
|
public MetroButton metroButton27;
|
|
private MetroComboBox metroComboBox3;
|
|
private MetroLabel metroLabel13;
|
|
public MetroButton metroButton28;
|
|
private MetroLabel metroLabel14;
|
|
private MetroLabel metroLabel15;
|
|
public MetroButton metroButton29;
|
|
private MetroLabel metroLabel16;
|
|
private MetroLabel metroLabel17;
|
|
public MetroButton metroButton30;
|
|
private MetroLabel metroLabel18;
|
|
public MetroButton metroButton31;
|
|
private MetroLabel metroLabel19;
|
|
public MetroButton metroButton33;
|
|
private MetroLabel metroLabel20;
|
|
private MetroLabel metroLabel21;
|
|
public MetroButton metroButton35;
|
|
private MetroLabel metroLabel22;
|
|
public MetroButton metroButton37;
|
|
private MetroLabel metroLabel23;
|
|
public MetroButton metroButton39;
|
|
private MetroLabel metroLabel24;
|
|
public MetroButton metroButton41;
|
|
private MetroLabel metroLabel25;
|
|
public MetroButton metroButton43;
|
|
private MetroLabel metroLabel26;
|
|
public MetroButton metroButton45;
|
|
private MetroLabel metroLabel27;
|
|
public MetroButton metroButton47;
|
|
private MetroLabel metroLabel29;
|
|
public MetroButton metroButton51;
|
|
private MetroLabel metroLabel30;
|
|
public MetroButton metroButton53;
|
|
private MetroLabel metroLabel31;
|
|
public MetroButton metroButton55;
|
|
private MetroLabel metroLabel32;
|
|
public MetroButton metroButton57;
|
|
private MetroLabel metroLabel33;
|
|
public MetroButton metroButton59;
|
|
private MetroLabel metroLabel28;
|
|
public MetroButton metroButton49;
|
|
private MetroLabel metroLabel34;
|
|
public MetroButton metroButton61;
|
|
private MetroLabel metroLabel35;
|
|
public MetroButton metroButton63;
|
|
private MetroLabel metroLabel36;
|
|
public MetroButton metroButton64;
|
|
public MetroButton metroButton65;
|
|
public MetroButton metroButton66;
|
|
public MetroButton metroButton67;
|
|
public MetroButton metroButton68;
|
|
public MetroButton metroButton69;
|
|
public MetroButton metroButton70;
|
|
public MetroButton metroButton71;
|
|
private MetroLabel metroLabel37;
|
|
public MetroButton metroButton73;
|
|
private MetroLabel metroLabel38;
|
|
public MetroButton metroButton75;
|
|
|
|
public FormFun() => this.InitializeComponent();
|
|
|
|
private void FormTaskMgr_Load(object sender, EventArgs e)
|
|
{
|
|
this.FormClosing += (FormClosingEventHandler) ((t, p) =>
|
|
{
|
|
if (this.Plugin == null)
|
|
return;
|
|
this.Plugin.Disconnected();
|
|
});
|
|
if (Customs.customs.Style != MetroColorStyle.Lime)
|
|
{
|
|
this.Style = Customs.customs.Style;
|
|
this.metroLabel1.Style = Customs.customs.Style;
|
|
this.metroLabel2.Style = Customs.customs.Style;
|
|
this.metroLabel3.Style = Customs.customs.Style;
|
|
this.metroLabel4.Style = Customs.customs.Style;
|
|
this.metroLabel5.Style = Customs.customs.Style;
|
|
this.metroLabel6.Style = Customs.customs.Style;
|
|
this.metroLabel7.Style = Customs.customs.Style;
|
|
this.metroLabel8.Style = Customs.customs.Style;
|
|
this.metroLabel9.Style = Customs.customs.Style;
|
|
this.metroLabel10.Style = Customs.customs.Style;
|
|
this.metroLabel11.Style = Customs.customs.Style;
|
|
this.metroLabel12.Style = Customs.customs.Style;
|
|
this.metroLabel13.Style = Customs.customs.Style;
|
|
this.metroLabel14.Style = Customs.customs.Style;
|
|
this.metroLabel15.Style = Customs.customs.Style;
|
|
this.metroLabel16.Style = Customs.customs.Style;
|
|
this.metroLabel17.Style = Customs.customs.Style;
|
|
this.metroLabel18.Style = Customs.customs.Style;
|
|
this.metroLabel19.Style = Customs.customs.Style;
|
|
this.metroLabel20.Style = Customs.customs.Style;
|
|
this.metroLabel21.Style = Customs.customs.Style;
|
|
this.metroLabel22.Style = Customs.customs.Style;
|
|
this.metroLabel23.Style = Customs.customs.Style;
|
|
this.metroLabel24.Style = Customs.customs.Style;
|
|
this.metroLabel25.Style = Customs.customs.Style;
|
|
this.metroLabel26.Style = Customs.customs.Style;
|
|
this.metroLabel27.Style = Customs.customs.Style;
|
|
this.metroLabel28.Style = Customs.customs.Style;
|
|
this.metroLabel29.Style = Customs.customs.Style;
|
|
this.metroLabel30.Style = Customs.customs.Style;
|
|
this.metroLabel31.Style = Customs.customs.Style;
|
|
this.metroLabel32.Style = Customs.customs.Style;
|
|
this.metroLabel33.Style = Customs.customs.Style;
|
|
this.metroLabel34.Style = Customs.customs.Style;
|
|
this.metroLabel35.Style = Customs.customs.Style;
|
|
this.metroLabel36.Style = Customs.customs.Style;
|
|
this.metroLabel37.Style = Customs.customs.Style;
|
|
this.metroLabel38.Style = Customs.customs.Style;
|
|
this.metroComboBox3.Style = Customs.customs.Style;
|
|
this.metroTextBox2.Style = Customs.customs.Style;
|
|
this.metroButton1.Style = Customs.customs.Style;
|
|
this.metroButton2.Style = Customs.customs.Style;
|
|
this.metroButton3.Style = Customs.customs.Style;
|
|
this.metroButton4.Style = Customs.customs.Style;
|
|
this.metroButton5.Style = Customs.customs.Style;
|
|
this.metroButton6.Style = Customs.customs.Style;
|
|
this.metroButton7.Style = Customs.customs.Style;
|
|
this.metroButton8.Style = Customs.customs.Style;
|
|
this.metroButton9.Style = Customs.customs.Style;
|
|
this.metroButton10.Style = Customs.customs.Style;
|
|
this.metroButton11.Style = Customs.customs.Style;
|
|
this.metroButton12.Style = Customs.customs.Style;
|
|
this.metroButton13.Style = Customs.customs.Style;
|
|
this.metroButton14.Style = Customs.customs.Style;
|
|
this.metroButton15.Style = Customs.customs.Style;
|
|
this.metroButton16.Style = Customs.customs.Style;
|
|
this.metroButton17.Style = Customs.customs.Style;
|
|
this.metroButton18.Style = Customs.customs.Style;
|
|
this.metroButton19.Style = Customs.customs.Style;
|
|
this.metroButton20.Style = Customs.customs.Style;
|
|
this.metroButton21.Style = Customs.customs.Style;
|
|
this.metroButton22.Style = Customs.customs.Style;
|
|
this.metroButton23.Style = Customs.customs.Style;
|
|
this.metroButton24.Style = Customs.customs.Style;
|
|
this.metroButton25.Style = Customs.customs.Style;
|
|
this.metroButton26.Style = Customs.customs.Style;
|
|
this.metroButton27.Style = Customs.customs.Style;
|
|
this.metroButton28.Style = Customs.customs.Style;
|
|
this.metroButton29.Style = Customs.customs.Style;
|
|
this.metroButton30.Style = Customs.customs.Style;
|
|
this.metroButton31.Style = Customs.customs.Style;
|
|
this.metroButton33.Style = Customs.customs.Style;
|
|
this.metroButton35.Style = Customs.customs.Style;
|
|
this.metroButton37.Style = Customs.customs.Style;
|
|
this.metroButton39.Style = Customs.customs.Style;
|
|
this.metroButton41.Style = Customs.customs.Style;
|
|
this.metroButton43.Style = Customs.customs.Style;
|
|
this.metroButton45.Style = Customs.customs.Style;
|
|
this.metroButton47.Style = Customs.customs.Style;
|
|
this.metroButton49.Style = Customs.customs.Style;
|
|
this.metroButton51.Style = Customs.customs.Style;
|
|
this.metroButton53.Style = Customs.customs.Style;
|
|
this.metroButton55.Style = Customs.customs.Style;
|
|
this.metroButton57.Style = Customs.customs.Style;
|
|
this.metroButton59.Style = Customs.customs.Style;
|
|
this.metroButton61.Style = Customs.customs.Style;
|
|
this.metroButton63.Style = Customs.customs.Style;
|
|
this.metroButton65.Style = Customs.customs.Style;
|
|
this.metroButton67.Style = Customs.customs.Style;
|
|
this.metroButton69.Style = Customs.customs.Style;
|
|
this.metroButton71.Style = Customs.customs.Style;
|
|
this.metroButton73.Style = Customs.customs.Style;
|
|
this.metroButton75.Style = Customs.customs.Style;
|
|
this.metroButton64.Style = Customs.customs.Style;
|
|
this.metroButton66.Style = Customs.customs.Style;
|
|
this.metroButton68.Style = Customs.customs.Style;
|
|
this.metroButton70.Style = Customs.customs.Style;
|
|
this.metroButton71.Style = Customs.customs.Style;
|
|
}
|
|
if (Customs.customs.Theme != MetroThemeStyle.Dark)
|
|
{
|
|
this.Theme = Customs.customs.Theme;
|
|
this.metroLabel1.Theme = Customs.customs.Theme;
|
|
this.metroLabel2.Theme = Customs.customs.Theme;
|
|
this.metroLabel3.Theme = Customs.customs.Theme;
|
|
this.metroLabel4.Theme = Customs.customs.Theme;
|
|
this.metroLabel5.Theme = Customs.customs.Theme;
|
|
this.metroLabel6.Theme = Customs.customs.Theme;
|
|
this.metroLabel7.Theme = Customs.customs.Theme;
|
|
this.metroLabel8.Theme = Customs.customs.Theme;
|
|
this.metroLabel9.Theme = Customs.customs.Theme;
|
|
this.metroLabel10.Theme = Customs.customs.Theme;
|
|
this.metroLabel11.Theme = Customs.customs.Theme;
|
|
this.metroLabel12.Theme = Customs.customs.Theme;
|
|
this.metroLabel13.Theme = Customs.customs.Theme;
|
|
this.metroLabel14.Theme = Customs.customs.Theme;
|
|
this.metroLabel15.Theme = Customs.customs.Theme;
|
|
this.metroLabel16.Theme = Customs.customs.Theme;
|
|
this.metroLabel17.Theme = Customs.customs.Theme;
|
|
this.metroLabel18.Theme = Customs.customs.Theme;
|
|
this.metroLabel19.Theme = Customs.customs.Theme;
|
|
this.metroLabel20.Theme = Customs.customs.Theme;
|
|
this.metroLabel21.Theme = Customs.customs.Theme;
|
|
this.metroLabel22.Theme = Customs.customs.Theme;
|
|
this.metroLabel23.Theme = Customs.customs.Theme;
|
|
this.metroLabel24.Theme = Customs.customs.Theme;
|
|
this.metroLabel25.Theme = Customs.customs.Theme;
|
|
this.metroLabel26.Theme = Customs.customs.Theme;
|
|
this.metroLabel27.Theme = Customs.customs.Theme;
|
|
this.metroLabel28.Theme = Customs.customs.Theme;
|
|
this.metroLabel29.Theme = Customs.customs.Theme;
|
|
this.metroLabel30.Theme = Customs.customs.Theme;
|
|
this.metroLabel31.Theme = Customs.customs.Theme;
|
|
this.metroLabel32.Theme = Customs.customs.Theme;
|
|
this.metroLabel33.Theme = Customs.customs.Theme;
|
|
this.metroLabel34.Theme = Customs.customs.Theme;
|
|
this.metroLabel35.Theme = Customs.customs.Theme;
|
|
this.metroLabel36.Theme = Customs.customs.Theme;
|
|
this.metroLabel37.Theme = Customs.customs.Theme;
|
|
this.metroLabel38.Theme = Customs.customs.Theme;
|
|
this.metroComboBox3.Theme = Customs.customs.Theme;
|
|
this.metroTextBox2.Theme = Customs.customs.Theme;
|
|
this.metroButton1.Theme = Customs.customs.Theme;
|
|
this.metroButton2.Theme = Customs.customs.Theme;
|
|
this.metroButton3.Theme = Customs.customs.Theme;
|
|
this.metroButton4.Theme = Customs.customs.Theme;
|
|
this.metroButton5.Theme = Customs.customs.Theme;
|
|
this.metroButton6.Theme = Customs.customs.Theme;
|
|
this.metroButton7.Theme = Customs.customs.Theme;
|
|
this.metroButton8.Theme = Customs.customs.Theme;
|
|
this.metroButton9.Theme = Customs.customs.Theme;
|
|
this.metroButton10.Theme = Customs.customs.Theme;
|
|
this.metroButton11.Theme = Customs.customs.Theme;
|
|
this.metroButton12.Theme = Customs.customs.Theme;
|
|
this.metroButton13.Theme = Customs.customs.Theme;
|
|
this.metroButton14.Theme = Customs.customs.Theme;
|
|
this.metroButton15.Theme = Customs.customs.Theme;
|
|
this.metroButton16.Theme = Customs.customs.Theme;
|
|
this.metroButton17.Theme = Customs.customs.Theme;
|
|
this.metroButton18.Theme = Customs.customs.Theme;
|
|
this.metroButton19.Theme = Customs.customs.Theme;
|
|
this.metroButton20.Theme = Customs.customs.Theme;
|
|
this.metroButton21.Theme = Customs.customs.Theme;
|
|
this.metroButton22.Theme = Customs.customs.Theme;
|
|
this.metroButton23.Theme = Customs.customs.Theme;
|
|
this.metroButton24.Theme = Customs.customs.Theme;
|
|
this.metroButton25.Theme = Customs.customs.Theme;
|
|
this.metroButton26.Theme = Customs.customs.Theme;
|
|
this.metroButton27.Theme = Customs.customs.Theme;
|
|
this.metroButton28.Theme = Customs.customs.Theme;
|
|
this.metroButton29.Theme = Customs.customs.Theme;
|
|
this.metroButton30.Theme = Customs.customs.Theme;
|
|
this.metroButton31.Theme = Customs.customs.Theme;
|
|
this.metroButton33.Theme = Customs.customs.Theme;
|
|
this.metroButton35.Theme = Customs.customs.Theme;
|
|
this.metroButton37.Theme = Customs.customs.Theme;
|
|
this.metroButton39.Theme = Customs.customs.Theme;
|
|
this.metroButton41.Theme = Customs.customs.Theme;
|
|
this.metroButton43.Theme = Customs.customs.Theme;
|
|
this.metroButton45.Theme = Customs.customs.Theme;
|
|
this.metroButton47.Theme = Customs.customs.Theme;
|
|
this.metroButton49.Theme = Customs.customs.Theme;
|
|
this.metroButton51.Theme = Customs.customs.Theme;
|
|
this.metroButton53.Theme = Customs.customs.Theme;
|
|
this.metroButton55.Theme = Customs.customs.Theme;
|
|
this.metroButton57.Theme = Customs.customs.Theme;
|
|
this.metroButton59.Theme = Customs.customs.Theme;
|
|
this.metroButton61.Theme = Customs.customs.Theme;
|
|
this.metroButton63.Theme = Customs.customs.Theme;
|
|
this.metroButton65.Theme = Customs.customs.Theme;
|
|
this.metroButton67.Theme = Customs.customs.Theme;
|
|
this.metroButton69.Theme = Customs.customs.Theme;
|
|
this.metroButton71.Theme = Customs.customs.Theme;
|
|
this.metroButton73.Theme = Customs.customs.Theme;
|
|
this.metroButton75.Theme = Customs.customs.Theme;
|
|
this.metroButton64.Theme = Customs.customs.Theme;
|
|
this.metroButton66.Theme = Customs.customs.Theme;
|
|
this.metroButton68.Theme = Customs.customs.Theme;
|
|
this.metroButton70.Theme = Customs.customs.Theme;
|
|
this.metroButton71.Theme = Customs.customs.Theme;
|
|
}
|
|
this.Refresh();
|
|
}
|
|
|
|
private void timer1_Tick(object sender, EventArgs e)
|
|
{
|
|
if (this.client.Connect && this.Plugin.Connect)
|
|
return;
|
|
this.Close();
|
|
}
|
|
|
|
private void metroButton1_Click(object sender, EventArgs e)
|
|
{
|
|
this.Plugin.Send((object) ("OpenLink<@>" + this.metroTextBox2.Text));
|
|
}
|
|
|
|
private void metroButton2_Click(object sender, EventArgs e) => this.Plugin.Send((object) "Calc");
|
|
|
|
private void metroButton3_Click(object sender, EventArgs e) => this.Plugin.Send((object) "Cmd");
|
|
|
|
private void metroButton5_Click(object sender, EventArgs e)
|
|
{
|
|
this.Plugin.Send((object) "Taskbar+");
|
|
}
|
|
|
|
private void metroButton4_Click(object sender, EventArgs e)
|
|
{
|
|
this.Plugin.Send((object) "Taskbar-");
|
|
}
|
|
|
|
private void metroButton7_Click(object sender, EventArgs e)
|
|
{
|
|
this.Plugin.Send((object) "Desktop+");
|
|
}
|
|
|
|
private void metroButton6_Click(object sender, EventArgs e)
|
|
{
|
|
this.Plugin.Send((object) "Desktop-");
|
|
}
|
|
|
|
private void metroButton9_Click(object sender, EventArgs e)
|
|
{
|
|
this.Plugin.Send((object) "Clock+");
|
|
}
|
|
|
|
private void metroButton8_Click(object sender, EventArgs e)
|
|
{
|
|
this.Plugin.Send((object) "Clock-");
|
|
}
|
|
|
|
private void metroButton11_Click(object sender, EventArgs e)
|
|
{
|
|
this.Plugin.Send((object) "swapMouseButtons");
|
|
}
|
|
|
|
private void metroButton10_Click(object sender, EventArgs e)
|
|
{
|
|
this.Plugin.Send((object) "restoreMouseButtons");
|
|
}
|
|
|
|
private void metroButton19_Click(object sender, EventArgs e)
|
|
{
|
|
this.Plugin.Send((object) "holdMouse+");
|
|
}
|
|
|
|
private void metroButton18_Click(object sender, EventArgs e)
|
|
{
|
|
this.Plugin.Send((object) "holdMouse-");
|
|
}
|
|
|
|
private void metroButton17_Click(object sender, EventArgs e)
|
|
{
|
|
this.Plugin.Send((object) "blockInput+");
|
|
}
|
|
|
|
private void metroButton16_Click(object sender, EventArgs e)
|
|
{
|
|
this.Plugin.Send((object) "blockInput-");
|
|
}
|
|
|
|
private void metroButton13_Click(object sender, EventArgs e)
|
|
{
|
|
this.Plugin.Send((object) "openCD+");
|
|
}
|
|
|
|
private void metroButton12_Click(object sender, EventArgs e)
|
|
{
|
|
this.Plugin.Send((object) "openCD-");
|
|
}
|
|
|
|
private void metroButton15_Click(object sender, EventArgs e)
|
|
{
|
|
this.Plugin.Send((object) "blankscreen+");
|
|
}
|
|
|
|
private void metroButton14_Click(object sender, EventArgs e)
|
|
{
|
|
this.Plugin.Send((object) "blankscreen-");
|
|
}
|
|
|
|
private void metroButton29_Click(object sender, EventArgs e)
|
|
{
|
|
using (OpenFileDialog openFileDialog = new OpenFileDialog())
|
|
{
|
|
openFileDialog.Filter = "(*.wav)|*.wav";
|
|
if (openFileDialog.ShowDialog() == DialogResult.OK)
|
|
{
|
|
this.Plugin.Send((object) ("playAudio<@>" + Convert.ToBase64String(File.ReadAllBytes(openFileDialog.FileName))));
|
|
}
|
|
else
|
|
{
|
|
int num = (int) MessageBox.Show("Please choose a wav file.");
|
|
}
|
|
}
|
|
}
|
|
|
|
private void metroButton31_Click(object sender, EventArgs e)
|
|
{
|
|
this.Plugin.Send((object) "hangSystem");
|
|
}
|
|
|
|
private void metroButton30_Click(object sender, EventArgs e)
|
|
{
|
|
this.Plugin.Send((object) "monitorOff");
|
|
}
|
|
|
|
private void metroButton28_Click(object sender, EventArgs e)
|
|
{
|
|
if (this.metroComboBox3.SelectedIndex == -1)
|
|
return;
|
|
this.Plugin.Send((object) ("ScreenS<@>" + this.metroComboBox3.Text));
|
|
}
|
|
|
|
private void metroButton21_Click(object sender, EventArgs e)
|
|
{
|
|
this.Plugin.Send((object) "TaskMgr-");
|
|
}
|
|
|
|
private void metroButton20_Click(object sender, EventArgs e)
|
|
{
|
|
this.Plugin.Send((object) "TaskMgr+");
|
|
}
|
|
|
|
private void metroButton23_Click(object sender, EventArgs e) => this.Plugin.Send((object) "CMD-");
|
|
|
|
private void metroButton22_Click(object sender, EventArgs e) => this.Plugin.Send((object) "CMD+");
|
|
|
|
private void metroButton25_Click(object sender, EventArgs e)
|
|
{
|
|
this.Plugin.Send((object) "RegEdit-");
|
|
}
|
|
|
|
private void metroButton24_Click(object sender, EventArgs e)
|
|
{
|
|
this.Plugin.Send((object) "RegEdit+");
|
|
}
|
|
|
|
private void metroButton27_Click(object sender, EventArgs e)
|
|
{
|
|
this.Plugin.Send((object) "WinR-");
|
|
}
|
|
|
|
private void metroButton26_Click(object sender, EventArgs e)
|
|
{
|
|
this.Plugin.Send((object) "WinR+");
|
|
}
|
|
|
|
private void metroButton33_Click(object sender, EventArgs e)
|
|
{
|
|
if (this.metroButton33.Text == "Start")
|
|
{
|
|
this.Plugin.Send((object) "FuckScreen+");
|
|
this.metroButton33.Text = "Stop";
|
|
}
|
|
else
|
|
{
|
|
this.metroButton33.Text = "Start";
|
|
this.Plugin.Send((object) "FuckScreen-");
|
|
}
|
|
}
|
|
|
|
private void metroButton35_Click(object sender, EventArgs e)
|
|
{
|
|
if (this.metroButton35.Text == "Start")
|
|
{
|
|
this.Plugin.Send((object) "InvertSmelt+");
|
|
this.metroButton35.Text = "Stop";
|
|
}
|
|
else
|
|
{
|
|
this.metroButton35.Text = "Start";
|
|
this.Plugin.Send((object) "InvertSmelt-");
|
|
}
|
|
}
|
|
|
|
private void metroButton37_Click(object sender, EventArgs e)
|
|
{
|
|
if (this.metroButton37.Text == "Start")
|
|
{
|
|
this.Plugin.Send((object) "Wide+");
|
|
this.metroButton37.Text = "Stop";
|
|
}
|
|
else
|
|
{
|
|
this.metroButton37.Text = "Start";
|
|
this.Plugin.Send((object) "Wide-");
|
|
}
|
|
}
|
|
|
|
private void metroButton41_Click(object sender, EventArgs e)
|
|
{
|
|
if (this.metroButton41.Text == "Start")
|
|
{
|
|
this.Plugin.Send((object) "Wef+");
|
|
this.metroButton41.Text = "Stop";
|
|
}
|
|
else
|
|
{
|
|
this.metroButton41.Text = "Start";
|
|
this.Plugin.Send((object) "Wef-");
|
|
}
|
|
}
|
|
|
|
private void metroButton39_Click(object sender, EventArgs e)
|
|
{
|
|
if (this.metroButton39.Text == "Start")
|
|
{
|
|
this.Plugin.Send((object) "VerticalWide+");
|
|
this.metroButton39.Text = "Stop";
|
|
}
|
|
else
|
|
{
|
|
this.metroButton39.Text = "Start";
|
|
this.Plugin.Send((object) "VerticalWide-");
|
|
}
|
|
}
|
|
|
|
private void metroButton38_Click(object sender, EventArgs e)
|
|
{
|
|
this.Plugin.Send((object) "VerticalWide-");
|
|
}
|
|
|
|
private void metroButton42_Click(object sender, EventArgs e)
|
|
{
|
|
this.Plugin.Send((object) "Train1-");
|
|
}
|
|
|
|
private void metroButton48_Click(object sender, EventArgs e)
|
|
{
|
|
this.Plugin.Send((object) "Triangles-");
|
|
}
|
|
|
|
private void metroButton47_Click(object sender, EventArgs e)
|
|
{
|
|
if (this.metroButton47.Text == "Start")
|
|
{
|
|
this.Plugin.Send((object) "Train3+");
|
|
this.metroButton47.Text = "Stop";
|
|
}
|
|
else
|
|
{
|
|
this.metroButton47.Text = "Start";
|
|
this.Plugin.Send((object) "Train3-");
|
|
}
|
|
}
|
|
|
|
private void metroButton45_Click(object sender, EventArgs e)
|
|
{
|
|
if (this.metroButton45.Text == "Start")
|
|
{
|
|
this.Plugin.Send((object) "Train2+");
|
|
this.metroButton45.Text = "Stop";
|
|
}
|
|
else
|
|
{
|
|
this.metroButton45.Text = "Start";
|
|
this.Plugin.Send((object) "Train2-");
|
|
}
|
|
}
|
|
|
|
private void metroButton43_Click(object sender, EventArgs e)
|
|
{
|
|
if (this.metroButton43.Text == "Start")
|
|
{
|
|
this.Plugin.Send((object) "Train1+");
|
|
this.metroButton43.Text = "Stop";
|
|
}
|
|
else
|
|
{
|
|
this.metroButton43.Text = "Start";
|
|
this.Plugin.Send((object) "Train1-");
|
|
}
|
|
}
|
|
|
|
private void metroButton55_Click(object sender, EventArgs e)
|
|
{
|
|
if (this.metroButton55.Text == "Start")
|
|
{
|
|
this.Plugin.Send((object) "Sinewaves+");
|
|
this.metroButton55.Text = "Stop";
|
|
}
|
|
else
|
|
{
|
|
this.metroButton55.Text = "Start";
|
|
this.Plugin.Send((object) "Sinewaves-");
|
|
}
|
|
}
|
|
|
|
private void metroButton53_Click(object sender, EventArgs e)
|
|
{
|
|
if (this.metroButton53.Text == "Start")
|
|
{
|
|
this.Plugin.Send((object) "Shake+");
|
|
this.metroButton53.Text = "Stop";
|
|
}
|
|
else
|
|
{
|
|
this.metroButton53.Text = "Start";
|
|
this.Plugin.Send((object) "Shake-");
|
|
}
|
|
}
|
|
|
|
private void metroButton51_Click(object sender, EventArgs e)
|
|
{
|
|
if (this.metroButton51.Text == "Start")
|
|
{
|
|
this.Plugin.Send((object) "Setpixel+");
|
|
this.metroButton51.Text = "Stop";
|
|
}
|
|
else
|
|
{
|
|
this.metroButton51.Text = "Start";
|
|
this.Plugin.Send((object) "Setpixel-");
|
|
}
|
|
}
|
|
|
|
private void metroButton59_Click(object sender, EventArgs e)
|
|
{
|
|
if (this.metroButton59.Text == "Start")
|
|
{
|
|
this.Plugin.Send((object) "Rgbtrain+");
|
|
this.metroButton59.Text = "Stop";
|
|
}
|
|
else
|
|
{
|
|
this.metroButton59.Text = "Start";
|
|
this.Plugin.Send((object) "Rgbtrain-");
|
|
}
|
|
}
|
|
|
|
private void metroButton57_Click(object sender, EventArgs e)
|
|
{
|
|
if (this.metroButton57.Text == "Start")
|
|
{
|
|
this.Plugin.Send((object) "Smelt+");
|
|
this.metroButton57.Text = "Stop";
|
|
}
|
|
else
|
|
{
|
|
this.metroButton57.Text = "Start";
|
|
this.Plugin.Send((object) "Smelt-");
|
|
}
|
|
}
|
|
|
|
private void metroButton63_Click(object sender, EventArgs e)
|
|
{
|
|
if (this.metroButton63.Text == "Start")
|
|
{
|
|
this.Plugin.Send((object) "Stripes+");
|
|
this.metroButton63.Text = "Stop";
|
|
}
|
|
else
|
|
{
|
|
this.metroButton63.Text = "Start";
|
|
this.Plugin.Send((object) "Stripes-");
|
|
}
|
|
}
|
|
|
|
private void metroButton49_Click_1(object sender, EventArgs e)
|
|
{
|
|
if (this.metroButton49.Text == "Start")
|
|
{
|
|
this.Plugin.Send((object) "DumpVD+");
|
|
this.metroButton49.Text = "Stop";
|
|
}
|
|
else
|
|
{
|
|
this.metroButton49.Text = "Start";
|
|
this.Plugin.Send((object) "DumpVD-");
|
|
}
|
|
}
|
|
|
|
private void metroButton61_Click(object sender, EventArgs e)
|
|
{
|
|
if (this.metroButton61.Text == "Start")
|
|
{
|
|
this.Plugin.Send((object) "Dark+");
|
|
this.metroButton61.Text = "Stop";
|
|
}
|
|
else
|
|
{
|
|
this.metroButton61.Text = "Start";
|
|
this.Plugin.Send((object) "Dark-");
|
|
}
|
|
}
|
|
|
|
private void metroButton64_Click(object sender, EventArgs e)
|
|
{
|
|
this.Plugin.Send((object) "ScreenColor<@>Default");
|
|
}
|
|
|
|
private void metroButton71_Click(object sender, EventArgs e)
|
|
{
|
|
this.Plugin.Send((object) "ScreenColor<@>Dark");
|
|
}
|
|
|
|
private void metroButton65_Click(object sender, EventArgs e)
|
|
{
|
|
this.Plugin.Send((object) "ScreenColor<@>Red");
|
|
}
|
|
|
|
private void metroButton66_Click(object sender, EventArgs e)
|
|
{
|
|
this.Plugin.Send((object) "ScreenColor<@>Green");
|
|
}
|
|
|
|
private void metroButton67_Click(object sender, EventArgs e)
|
|
{
|
|
this.Plugin.Send((object) "ScreenColor<@>Blue");
|
|
}
|
|
|
|
private void metroButton70_Click(object sender, EventArgs e)
|
|
{
|
|
this.Plugin.Send((object) "ScreenColor<@>Purple");
|
|
}
|
|
|
|
private void metroButton69_Click(object sender, EventArgs e)
|
|
{
|
|
this.Plugin.Send((object) "ScreenColor<@>Yellow");
|
|
}
|
|
|
|
private void metroButton68_Click(object sender, EventArgs e)
|
|
{
|
|
this.Plugin.Send((object) "ScreenColor<@>Cyan");
|
|
}
|
|
|
|
private void metroButton75_Click(object sender, EventArgs e)
|
|
{
|
|
if (this.metroButton75.Text == "Start")
|
|
{
|
|
this.Plugin.Send((object) "InvertColor+");
|
|
this.metroButton75.Text = "Stop";
|
|
}
|
|
else
|
|
{
|
|
this.metroButton75.Text = "Start";
|
|
this.Plugin.Send((object) "InvertColor-");
|
|
}
|
|
}
|
|
|
|
private void metroButton74_Click(object sender, EventArgs e)
|
|
{
|
|
this.Plugin.Send((object) "InvertColor-");
|
|
}
|
|
|
|
private void metroButton73_Click(object sender, EventArgs e)
|
|
{
|
|
if (this.metroButton73.Text == "Start")
|
|
{
|
|
this.Plugin.Send((object) "Tunnel+");
|
|
this.metroButton73.Text = "Stop";
|
|
}
|
|
else
|
|
{
|
|
this.metroButton73.Text = "Start";
|
|
this.Plugin.Send((object) "Tunnel-");
|
|
}
|
|
}
|
|
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && this.components != null)
|
|
this.components.Dispose();
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = (IContainer) new System.ComponentModel.Container();
|
|
ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (FormFun));
|
|
this.timer1 = new Timer(this.components);
|
|
this.metroTextBox2 = new MetroTextBox();
|
|
this.metroButton1 = new MetroButton();
|
|
this.metroButton2 = new MetroButton();
|
|
this.metroButton3 = new MetroButton();
|
|
this.metroButton4 = new MetroButton();
|
|
this.metroButton5 = new MetroButton();
|
|
this.metroLabel2 = new MetroLabel();
|
|
this.metroLabel1 = new MetroLabel();
|
|
this.metroButton6 = new MetroButton();
|
|
this.metroButton7 = new MetroButton();
|
|
this.metroLabel3 = new MetroLabel();
|
|
this.metroButton8 = new MetroButton();
|
|
this.metroButton9 = new MetroButton();
|
|
this.metroLabel4 = new MetroLabel();
|
|
this.metroButton10 = new MetroButton();
|
|
this.metroButton11 = new MetroButton();
|
|
this.metroLabel5 = new MetroLabel();
|
|
this.metroButton12 = new MetroButton();
|
|
this.metroButton13 = new MetroButton();
|
|
this.metroLabel6 = new MetroLabel();
|
|
this.metroButton14 = new MetroButton();
|
|
this.metroButton15 = new MetroButton();
|
|
this.metroLabel7 = new MetroLabel();
|
|
this.metroButton16 = new MetroButton();
|
|
this.metroButton17 = new MetroButton();
|
|
this.metroLabel8 = new MetroLabel();
|
|
this.metroButton18 = new MetroButton();
|
|
this.metroButton19 = new MetroButton();
|
|
this.metroLabel9 = new MetroLabel();
|
|
this.metroButton20 = new MetroButton();
|
|
this.metroButton21 = new MetroButton();
|
|
this.metroLabel10 = new MetroLabel();
|
|
this.metroButton22 = new MetroButton();
|
|
this.metroButton23 = new MetroButton();
|
|
this.metroLabel11 = new MetroLabel();
|
|
this.metroButton24 = new MetroButton();
|
|
this.metroButton25 = new MetroButton();
|
|
this.metroLabel12 = new MetroLabel();
|
|
this.metroButton26 = new MetroButton();
|
|
this.metroButton27 = new MetroButton();
|
|
this.metroComboBox3 = new MetroComboBox();
|
|
this.metroLabel13 = new MetroLabel();
|
|
this.metroButton28 = new MetroButton();
|
|
this.metroLabel14 = new MetroLabel();
|
|
this.metroLabel15 = new MetroLabel();
|
|
this.metroButton29 = new MetroButton();
|
|
this.metroLabel16 = new MetroLabel();
|
|
this.metroLabel17 = new MetroLabel();
|
|
this.metroButton30 = new MetroButton();
|
|
this.metroLabel18 = new MetroLabel();
|
|
this.metroButton31 = new MetroButton();
|
|
this.metroLabel19 = new MetroLabel();
|
|
this.metroButton33 = new MetroButton();
|
|
this.metroLabel20 = new MetroLabel();
|
|
this.metroLabel21 = new MetroLabel();
|
|
this.metroButton35 = new MetroButton();
|
|
this.metroLabel22 = new MetroLabel();
|
|
this.metroButton37 = new MetroButton();
|
|
this.metroLabel23 = new MetroLabel();
|
|
this.metroButton39 = new MetroButton();
|
|
this.metroLabel24 = new MetroLabel();
|
|
this.metroButton41 = new MetroButton();
|
|
this.metroLabel25 = new MetroLabel();
|
|
this.metroButton43 = new MetroButton();
|
|
this.metroLabel26 = new MetroLabel();
|
|
this.metroButton45 = new MetroButton();
|
|
this.metroLabel27 = new MetroLabel();
|
|
this.metroButton47 = new MetroButton();
|
|
this.metroLabel29 = new MetroLabel();
|
|
this.metroButton51 = new MetroButton();
|
|
this.metroLabel30 = new MetroLabel();
|
|
this.metroButton53 = new MetroButton();
|
|
this.metroLabel31 = new MetroLabel();
|
|
this.metroButton55 = new MetroButton();
|
|
this.metroLabel32 = new MetroLabel();
|
|
this.metroButton57 = new MetroButton();
|
|
this.metroLabel33 = new MetroLabel();
|
|
this.metroButton59 = new MetroButton();
|
|
this.metroLabel28 = new MetroLabel();
|
|
this.metroButton49 = new MetroButton();
|
|
this.metroLabel34 = new MetroLabel();
|
|
this.metroButton61 = new MetroButton();
|
|
this.metroLabel35 = new MetroLabel();
|
|
this.metroButton63 = new MetroButton();
|
|
this.metroLabel36 = new MetroLabel();
|
|
this.metroButton64 = new MetroButton();
|
|
this.metroButton65 = new MetroButton();
|
|
this.metroButton66 = new MetroButton();
|
|
this.metroButton67 = new MetroButton();
|
|
this.metroButton68 = new MetroButton();
|
|
this.metroButton69 = new MetroButton();
|
|
this.metroButton70 = new MetroButton();
|
|
this.metroButton71 = new MetroButton();
|
|
this.metroLabel37 = new MetroLabel();
|
|
this.metroButton73 = new MetroButton();
|
|
this.metroLabel38 = new MetroLabel();
|
|
this.metroButton75 = new MetroButton();
|
|
this.SuspendLayout();
|
|
this.timer1.Interval = 1000;
|
|
this.timer1.Tick += new EventHandler(this.timer1_Tick);
|
|
this.metroTextBox2.CustomButton.Image = (Image) null;
|
|
this.metroTextBox2.CustomButton.Location = new Point(234, 1);
|
|
this.metroTextBox2.CustomButton.Name = "";
|
|
this.metroTextBox2.CustomButton.Size = new Size(23, 23);
|
|
this.metroTextBox2.CustomButton.Style = MetroColorStyle.Blue;
|
|
this.metroTextBox2.CustomButton.TabIndex = 1;
|
|
this.metroTextBox2.CustomButton.Theme = MetroThemeStyle.Light;
|
|
this.metroTextBox2.CustomButton.UseSelectable = true;
|
|
this.metroTextBox2.CustomButton.Visible = false;
|
|
this.metroTextBox2.Lines = new string[1]
|
|
{
|
|
"https://www.google.com/search?q=sheet"
|
|
};
|
|
this.metroTextBox2.Location = new Point(272, 326);
|
|
this.metroTextBox2.MaxLength = (int) short.MaxValue;
|
|
this.metroTextBox2.Name = "metroTextBox2";
|
|
this.metroTextBox2.PasswordChar = char.MinValue;
|
|
this.metroTextBox2.ScrollBars = ScrollBars.None;
|
|
this.metroTextBox2.SelectedText = "";
|
|
this.metroTextBox2.SelectionLength = 0;
|
|
this.metroTextBox2.SelectionStart = 0;
|
|
this.metroTextBox2.ShortcutsEnabled = true;
|
|
this.metroTextBox2.Size = new Size(258, 25);
|
|
this.metroTextBox2.Style = MetroColorStyle.Lime;
|
|
this.metroTextBox2.TabIndex = 2;
|
|
this.metroTextBox2.Text = "https://www.google.com/search?q=sheet";
|
|
this.metroTextBox2.Theme = MetroThemeStyle.Dark;
|
|
this.metroTextBox2.UseSelectable = true;
|
|
this.metroTextBox2.UseStyleColors = true;
|
|
this.metroTextBox2.WaterMarkColor = Color.FromArgb(109, 109, 109);
|
|
this.metroTextBox2.WaterMarkFont = new Font("Segoe UI", 12f, FontStyle.Italic, GraphicsUnit.Pixel);
|
|
this.metroButton1.Location = new Point(272, 357);
|
|
this.metroButton1.Name = "metroButton1";
|
|
this.metroButton1.Size = new Size(94, 20);
|
|
this.metroButton1.Style = MetroColorStyle.Lime;
|
|
this.metroButton1.TabIndex = 39;
|
|
this.metroButton1.Text = "Open Link";
|
|
this.metroButton1.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton1.UseSelectable = true;
|
|
this.metroButton1.UseStyleColors = true;
|
|
this.metroButton1.Click += new EventHandler(this.metroButton1_Click);
|
|
this.metroButton2.Location = new Point(272, 417);
|
|
this.metroButton2.Name = "metroButton2";
|
|
this.metroButton2.Size = new Size(94, 20);
|
|
this.metroButton2.Style = MetroColorStyle.Lime;
|
|
this.metroButton2.TabIndex = 40;
|
|
this.metroButton2.Text = "Calc";
|
|
this.metroButton2.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton2.UseSelectable = true;
|
|
this.metroButton2.UseStyleColors = true;
|
|
this.metroButton2.Click += new EventHandler(this.metroButton2_Click);
|
|
this.metroButton3.Location = new Point(382, 417);
|
|
this.metroButton3.Name = "metroButton3";
|
|
this.metroButton3.Size = new Size(94, 20);
|
|
this.metroButton3.Style = MetroColorStyle.Lime;
|
|
this.metroButton3.TabIndex = 41;
|
|
this.metroButton3.Text = "Cmd";
|
|
this.metroButton3.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton3.UseSelectable = true;
|
|
this.metroButton3.UseStyleColors = true;
|
|
this.metroButton3.Click += new EventHandler(this.metroButton3_Click);
|
|
this.metroButton4.Location = new Point(134, 99);
|
|
this.metroButton4.Name = "metroButton4";
|
|
this.metroButton4.Size = new Size(94, 20);
|
|
this.metroButton4.Style = MetroColorStyle.Lime;
|
|
this.metroButton4.TabIndex = 43;
|
|
this.metroButton4.Text = "Hide";
|
|
this.metroButton4.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton4.UseSelectable = true;
|
|
this.metroButton4.UseStyleColors = true;
|
|
this.metroButton4.Click += new EventHandler(this.metroButton4_Click);
|
|
this.metroButton5.Location = new Point(24, 99);
|
|
this.metroButton5.Name = "metroButton5";
|
|
this.metroButton5.Size = new Size(94, 20);
|
|
this.metroButton5.Style = MetroColorStyle.Lime;
|
|
this.metroButton5.TabIndex = 42;
|
|
this.metroButton5.Text = "Show";
|
|
this.metroButton5.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton5.UseSelectable = true;
|
|
this.metroButton5.UseStyleColors = true;
|
|
this.metroButton5.Click += new EventHandler(this.metroButton5_Click);
|
|
this.metroLabel2.AutoSize = true;
|
|
this.metroLabel2.Location = new Point(24, 77);
|
|
this.metroLabel2.Name = "metroLabel2";
|
|
this.metroLabel2.Size = new Size(52, 19);
|
|
this.metroLabel2.Style = MetroColorStyle.Lime;
|
|
this.metroLabel2.TabIndex = 44;
|
|
this.metroLabel2.Text = "TaskBar";
|
|
this.metroLabel2.Theme = MetroThemeStyle.Dark;
|
|
this.metroLabel2.UseStyleColors = true;
|
|
this.metroLabel1.AutoSize = true;
|
|
this.metroLabel1.Location = new Point(24, 125);
|
|
this.metroLabel1.Name = "metroLabel1";
|
|
this.metroLabel1.Size = new Size(56, 19);
|
|
this.metroLabel1.Style = MetroColorStyle.Lime;
|
|
this.metroLabel1.TabIndex = 47;
|
|
this.metroLabel1.Text = "Desktop";
|
|
this.metroLabel1.Theme = MetroThemeStyle.Dark;
|
|
this.metroLabel1.UseStyleColors = true;
|
|
this.metroButton6.Location = new Point(134, 147);
|
|
this.metroButton6.Name = "metroButton6";
|
|
this.metroButton6.Size = new Size(94, 20);
|
|
this.metroButton6.Style = MetroColorStyle.Lime;
|
|
this.metroButton6.TabIndex = 46;
|
|
this.metroButton6.Text = "Hide";
|
|
this.metroButton6.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton6.UseSelectable = true;
|
|
this.metroButton6.UseStyleColors = true;
|
|
this.metroButton6.Click += new EventHandler(this.metroButton6_Click);
|
|
this.metroButton7.Location = new Point(24, 147);
|
|
this.metroButton7.Name = "metroButton7";
|
|
this.metroButton7.Size = new Size(94, 20);
|
|
this.metroButton7.Style = MetroColorStyle.Lime;
|
|
this.metroButton7.TabIndex = 45;
|
|
this.metroButton7.Text = "Show";
|
|
this.metroButton7.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton7.UseSelectable = true;
|
|
this.metroButton7.UseStyleColors = true;
|
|
this.metroButton7.Click += new EventHandler(this.metroButton7_Click);
|
|
this.metroLabel3.AutoSize = true;
|
|
this.metroLabel3.Location = new Point(24, 175);
|
|
this.metroLabel3.Name = "metroLabel3";
|
|
this.metroLabel3.Size = new Size(41, 19);
|
|
this.metroLabel3.Style = MetroColorStyle.Lime;
|
|
this.metroLabel3.TabIndex = 50;
|
|
this.metroLabel3.Text = "Clock";
|
|
this.metroLabel3.Theme = MetroThemeStyle.Dark;
|
|
this.metroLabel3.UseStyleColors = true;
|
|
this.metroButton8.Location = new Point(134, 197);
|
|
this.metroButton8.Name = "metroButton8";
|
|
this.metroButton8.Size = new Size(94, 20);
|
|
this.metroButton8.Style = MetroColorStyle.Lime;
|
|
this.metroButton8.TabIndex = 49;
|
|
this.metroButton8.Text = "Hide";
|
|
this.metroButton8.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton8.UseSelectable = true;
|
|
this.metroButton8.UseStyleColors = true;
|
|
this.metroButton8.Click += new EventHandler(this.metroButton8_Click);
|
|
this.metroButton9.Location = new Point(24, 197);
|
|
this.metroButton9.Name = "metroButton9";
|
|
this.metroButton9.Size = new Size(94, 20);
|
|
this.metroButton9.Style = MetroColorStyle.Lime;
|
|
this.metroButton9.TabIndex = 48 /*0x30*/;
|
|
this.metroButton9.Text = "Show";
|
|
this.metroButton9.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton9.UseSelectable = true;
|
|
this.metroButton9.UseStyleColors = true;
|
|
this.metroButton9.Click += new EventHandler(this.metroButton9_Click);
|
|
this.metroLabel4.AutoSize = true;
|
|
this.metroLabel4.Location = new Point(272, 175);
|
|
this.metroLabel4.Name = "metroLabel4";
|
|
this.metroLabel4.Size = new Size(48 /*0x30*/, 19);
|
|
this.metroLabel4.Style = MetroColorStyle.Lime;
|
|
this.metroLabel4.TabIndex = 53;
|
|
this.metroLabel4.Text = "Mouse";
|
|
this.metroLabel4.Theme = MetroThemeStyle.Dark;
|
|
this.metroLabel4.UseStyleColors = true;
|
|
this.metroButton10.Location = new Point(382, 197);
|
|
this.metroButton10.Name = "metroButton10";
|
|
this.metroButton10.Size = new Size(94, 20);
|
|
this.metroButton10.Style = MetroColorStyle.Lime;
|
|
this.metroButton10.TabIndex = 52;
|
|
this.metroButton10.Text = "Default";
|
|
this.metroButton10.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton10.UseSelectable = true;
|
|
this.metroButton10.UseStyleColors = true;
|
|
this.metroButton10.Click += new EventHandler(this.metroButton10_Click);
|
|
this.metroButton11.Location = new Point(272, 197);
|
|
this.metroButton11.Name = "metroButton11";
|
|
this.metroButton11.Size = new Size(94, 20);
|
|
this.metroButton11.Style = MetroColorStyle.Lime;
|
|
this.metroButton11.TabIndex = 51;
|
|
this.metroButton11.Text = "Reverse";
|
|
this.metroButton11.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton11.UseSelectable = true;
|
|
this.metroButton11.UseStyleColors = true;
|
|
this.metroButton11.Click += new EventHandler(this.metroButton11_Click);
|
|
this.metroLabel5.AutoSize = true;
|
|
this.metroLabel5.Location = new Point(520, 77);
|
|
this.metroLabel5.Name = "metroLabel5";
|
|
this.metroLabel5.Size = new Size(61, 19);
|
|
this.metroLabel5.Style = MetroColorStyle.Lime;
|
|
this.metroLabel5.TabIndex = 56;
|
|
this.metroLabel5.Text = "CD Drive";
|
|
this.metroLabel5.Theme = MetroThemeStyle.Dark;
|
|
this.metroLabel5.UseStyleColors = true;
|
|
this.metroButton12.Location = new Point(630, 99);
|
|
this.metroButton12.Name = "metroButton12";
|
|
this.metroButton12.Size = new Size(94, 20);
|
|
this.metroButton12.Style = MetroColorStyle.Lime;
|
|
this.metroButton12.TabIndex = 55;
|
|
this.metroButton12.Text = "Close";
|
|
this.metroButton12.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton12.UseSelectable = true;
|
|
this.metroButton12.UseStyleColors = true;
|
|
this.metroButton12.Click += new EventHandler(this.metroButton12_Click);
|
|
this.metroButton13.Location = new Point(520, 99);
|
|
this.metroButton13.Name = "metroButton13";
|
|
this.metroButton13.Size = new Size(94, 20);
|
|
this.metroButton13.Style = MetroColorStyle.Lime;
|
|
this.metroButton13.TabIndex = 54;
|
|
this.metroButton13.Text = "Open";
|
|
this.metroButton13.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton13.UseSelectable = true;
|
|
this.metroButton13.UseStyleColors = true;
|
|
this.metroButton13.Click += new EventHandler(this.metroButton13_Click);
|
|
this.metroLabel6.AutoSize = true;
|
|
this.metroLabel6.Location = new Point(520, 135);
|
|
this.metroLabel6.Name = "metroLabel6";
|
|
this.metroLabel6.Size = new Size(82, 19);
|
|
this.metroLabel6.Style = MetroColorStyle.Lime;
|
|
this.metroLabel6.TabIndex = 59;
|
|
this.metroLabel6.Text = "Black Screen";
|
|
this.metroLabel6.Theme = MetroThemeStyle.Dark;
|
|
this.metroLabel6.UseStyleColors = true;
|
|
this.metroButton14.Location = new Point(630, 157);
|
|
this.metroButton14.Name = "metroButton14";
|
|
this.metroButton14.Size = new Size(94, 20);
|
|
this.metroButton14.Style = MetroColorStyle.Lime;
|
|
this.metroButton14.TabIndex = 58;
|
|
this.metroButton14.Text = "Close";
|
|
this.metroButton14.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton14.UseSelectable = true;
|
|
this.metroButton14.UseStyleColors = true;
|
|
this.metroButton14.Click += new EventHandler(this.metroButton14_Click);
|
|
this.metroButton15.Location = new Point(520, 157);
|
|
this.metroButton15.Name = "metroButton15";
|
|
this.metroButton15.Size = new Size(94, 20);
|
|
this.metroButton15.Style = MetroColorStyle.Lime;
|
|
this.metroButton15.TabIndex = 57;
|
|
this.metroButton15.Text = "Open";
|
|
this.metroButton15.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton15.UseSelectable = true;
|
|
this.metroButton15.UseStyleColors = true;
|
|
this.metroButton15.Click += new EventHandler(this.metroButton15_Click);
|
|
this.metroLabel7.AutoSize = true;
|
|
this.metroLabel7.Location = new Point(272, 77);
|
|
this.metroLabel7.Name = "metroLabel7";
|
|
this.metroLabel7.Size = new Size(102, 19);
|
|
this.metroLabel7.Style = MetroColorStyle.Lime;
|
|
this.metroLabel7.TabIndex = 62;
|
|
this.metroLabel7.Text = "Blocking actions";
|
|
this.metroLabel7.Theme = MetroThemeStyle.Dark;
|
|
this.metroLabel7.UseStyleColors = true;
|
|
this.metroButton16.Location = new Point(382, 99);
|
|
this.metroButton16.Name = "metroButton16";
|
|
this.metroButton16.Size = new Size(94, 20);
|
|
this.metroButton16.Style = MetroColorStyle.Lime;
|
|
this.metroButton16.TabIndex = 61;
|
|
this.metroButton16.Text = "Stop";
|
|
this.metroButton16.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton16.UseSelectable = true;
|
|
this.metroButton16.UseStyleColors = true;
|
|
this.metroButton16.Click += new EventHandler(this.metroButton16_Click);
|
|
this.metroButton17.Location = new Point(272, 99);
|
|
this.metroButton17.Name = "metroButton17";
|
|
this.metroButton17.Size = new Size(94, 20);
|
|
this.metroButton17.Style = MetroColorStyle.Lime;
|
|
this.metroButton17.TabIndex = 60;
|
|
this.metroButton17.Text = "Start";
|
|
this.metroButton17.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton17.UseSelectable = true;
|
|
this.metroButton17.UseStyleColors = true;
|
|
this.metroButton17.Click += new EventHandler(this.metroButton17_Click);
|
|
this.metroLabel8.AutoSize = true;
|
|
this.metroLabel8.Location = new Point(272, 125);
|
|
this.metroLabel8.Name = "metroLabel8";
|
|
this.metroLabel8.Size = new Size(98, 19);
|
|
this.metroLabel8.Style = MetroColorStyle.Lime;
|
|
this.metroLabel8.TabIndex = 65;
|
|
this.metroLabel8.Text = "Holding mouse";
|
|
this.metroLabel8.Theme = MetroThemeStyle.Dark;
|
|
this.metroLabel8.UseStyleColors = true;
|
|
this.metroButton18.Location = new Point(382, 147);
|
|
this.metroButton18.Name = "metroButton18";
|
|
this.metroButton18.Size = new Size(94, 20);
|
|
this.metroButton18.Style = MetroColorStyle.Lime;
|
|
this.metroButton18.TabIndex = 64 /*0x40*/;
|
|
this.metroButton18.Text = "Stop";
|
|
this.metroButton18.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton18.UseSelectable = true;
|
|
this.metroButton18.UseStyleColors = true;
|
|
this.metroButton18.Click += new EventHandler(this.metroButton18_Click);
|
|
this.metroButton19.Location = new Point(272, 147);
|
|
this.metroButton19.Name = "metroButton19";
|
|
this.metroButton19.Size = new Size(94, 20);
|
|
this.metroButton19.Style = MetroColorStyle.Lime;
|
|
this.metroButton19.TabIndex = 63 /*0x3F*/;
|
|
this.metroButton19.Text = "Start";
|
|
this.metroButton19.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton19.UseSelectable = true;
|
|
this.metroButton19.UseStyleColors = true;
|
|
this.metroButton19.Click += new EventHandler(this.metroButton19_Click);
|
|
this.metroLabel9.AutoSize = true;
|
|
this.metroLabel9.Location = new Point(24, 253);
|
|
this.metroLabel9.Name = "metroLabel9";
|
|
this.metroLabel9.Size = new Size(92, 19);
|
|
this.metroLabel9.Style = MetroColorStyle.Lime;
|
|
this.metroLabel9.TabIndex = 68;
|
|
this.metroLabel9.Text = "Block TaskMgr";
|
|
this.metroLabel9.Theme = MetroThemeStyle.Dark;
|
|
this.metroLabel9.UseStyleColors = true;
|
|
this.metroButton20.Location = new Point(134, 275);
|
|
this.metroButton20.Name = "metroButton20";
|
|
this.metroButton20.Size = new Size(94, 20);
|
|
this.metroButton20.Style = MetroColorStyle.Lime;
|
|
this.metroButton20.TabIndex = 67;
|
|
this.metroButton20.Text = "Unlock";
|
|
this.metroButton20.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton20.UseSelectable = true;
|
|
this.metroButton20.UseStyleColors = true;
|
|
this.metroButton20.Click += new EventHandler(this.metroButton20_Click);
|
|
this.metroButton21.Location = new Point(24, 275);
|
|
this.metroButton21.Name = "metroButton21";
|
|
this.metroButton21.Size = new Size(94, 20);
|
|
this.metroButton21.Style = MetroColorStyle.Lime;
|
|
this.metroButton21.TabIndex = 66;
|
|
this.metroButton21.Text = "Lock";
|
|
this.metroButton21.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton21.UseSelectable = true;
|
|
this.metroButton21.UseStyleColors = true;
|
|
this.metroButton21.Click += new EventHandler(this.metroButton21_Click);
|
|
this.metroLabel10.AutoSize = true;
|
|
this.metroLabel10.Location = new Point(22, 304);
|
|
this.metroLabel10.Name = "metroLabel10";
|
|
this.metroLabel10.Size = new Size(73, 19);
|
|
this.metroLabel10.Style = MetroColorStyle.Lime;
|
|
this.metroLabel10.TabIndex = 71;
|
|
this.metroLabel10.Text = "Block Cmd";
|
|
this.metroLabel10.Theme = MetroThemeStyle.Dark;
|
|
this.metroLabel10.UseStyleColors = true;
|
|
this.metroButton22.Location = new Point(132, 326);
|
|
this.metroButton22.Name = "metroButton22";
|
|
this.metroButton22.Size = new Size(94, 20);
|
|
this.metroButton22.Style = MetroColorStyle.Lime;
|
|
this.metroButton22.TabIndex = 70;
|
|
this.metroButton22.Text = "Unlock";
|
|
this.metroButton22.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton22.UseSelectable = true;
|
|
this.metroButton22.UseStyleColors = true;
|
|
this.metroButton22.Click += new EventHandler(this.metroButton22_Click);
|
|
this.metroButton23.Location = new Point(22, 326);
|
|
this.metroButton23.Name = "metroButton23";
|
|
this.metroButton23.Size = new Size(94, 20);
|
|
this.metroButton23.Style = MetroColorStyle.Lime;
|
|
this.metroButton23.TabIndex = 69;
|
|
this.metroButton23.Text = "Lock";
|
|
this.metroButton23.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton23.UseSelectable = true;
|
|
this.metroButton23.UseStyleColors = true;
|
|
this.metroButton23.Click += new EventHandler(this.metroButton23_Click);
|
|
this.metroLabel11.AutoSize = true;
|
|
this.metroLabel11.Location = new Point(24, 356);
|
|
this.metroLabel11.Name = "metroLabel11";
|
|
this.metroLabel11.Size = new Size(89, 19);
|
|
this.metroLabel11.Style = MetroColorStyle.Lime;
|
|
this.metroLabel11.TabIndex = 74;
|
|
this.metroLabel11.Text = "Block Regedit";
|
|
this.metroLabel11.Theme = MetroThemeStyle.Dark;
|
|
this.metroLabel11.UseStyleColors = true;
|
|
this.metroButton24.Location = new Point(134, 378);
|
|
this.metroButton24.Name = "metroButton24";
|
|
this.metroButton24.Size = new Size(94, 20);
|
|
this.metroButton24.Style = MetroColorStyle.Lime;
|
|
this.metroButton24.TabIndex = 73;
|
|
this.metroButton24.Text = "Unlock";
|
|
this.metroButton24.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton24.UseSelectable = true;
|
|
this.metroButton24.UseStyleColors = true;
|
|
this.metroButton24.Click += new EventHandler(this.metroButton24_Click);
|
|
this.metroButton25.Location = new Point(24, 378);
|
|
this.metroButton25.Name = "metroButton25";
|
|
this.metroButton25.Size = new Size(94, 20);
|
|
this.metroButton25.Style = MetroColorStyle.Lime;
|
|
this.metroButton25.TabIndex = 72;
|
|
this.metroButton25.Text = "Lock";
|
|
this.metroButton25.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton25.UseSelectable = true;
|
|
this.metroButton25.UseStyleColors = true;
|
|
this.metroButton25.Click += new EventHandler(this.metroButton25_Click);
|
|
this.metroLabel12.AutoSize = true;
|
|
this.metroLabel12.Location = new Point(24, 404);
|
|
this.metroLabel12.Name = "metroLabel12";
|
|
this.metroLabel12.Size = new Size(75, 19);
|
|
this.metroLabel12.Style = MetroColorStyle.Lime;
|
|
this.metroLabel12.TabIndex = 77;
|
|
this.metroLabel12.Text = "Block WinR";
|
|
this.metroLabel12.Theme = MetroThemeStyle.Dark;
|
|
this.metroLabel12.UseStyleColors = true;
|
|
this.metroButton26.Location = new Point(134, 426);
|
|
this.metroButton26.Name = "metroButton26";
|
|
this.metroButton26.Size = new Size(94, 20);
|
|
this.metroButton26.Style = MetroColorStyle.Lime;
|
|
this.metroButton26.TabIndex = 76;
|
|
this.metroButton26.Text = "Unlock";
|
|
this.metroButton26.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton26.UseSelectable = true;
|
|
this.metroButton26.UseStyleColors = true;
|
|
this.metroButton26.Click += new EventHandler(this.metroButton26_Click);
|
|
this.metroButton27.Location = new Point(24, 426);
|
|
this.metroButton27.Name = "metroButton27";
|
|
this.metroButton27.Size = new Size(94, 20);
|
|
this.metroButton27.Style = MetroColorStyle.Lime;
|
|
this.metroButton27.TabIndex = 75;
|
|
this.metroButton27.Text = "Lock";
|
|
this.metroButton27.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton27.UseSelectable = true;
|
|
this.metroButton27.UseStyleColors = true;
|
|
this.metroButton27.Click += new EventHandler(this.metroButton27_Click);
|
|
this.metroComboBox3.FontSize = MetroComboBoxSize.Small;
|
|
this.metroComboBox3.FormattingEnabled = true;
|
|
this.metroComboBox3.ItemHeight = 19;
|
|
this.metroComboBox3.Items.AddRange(new object[4]
|
|
{
|
|
(object) "0",
|
|
(object) "90",
|
|
(object) "180",
|
|
(object) "270"
|
|
});
|
|
this.metroComboBox3.Location = new Point(272, 275);
|
|
this.metroComboBox3.Margin = new Padding(2);
|
|
this.metroComboBox3.Name = "metroComboBox3";
|
|
this.metroComboBox3.Size = new Size(102, 25);
|
|
this.metroComboBox3.Style = MetroColorStyle.Lime;
|
|
this.metroComboBox3.TabIndex = 78;
|
|
this.metroComboBox3.Theme = MetroThemeStyle.Dark;
|
|
this.metroComboBox3.UseSelectable = true;
|
|
this.metroComboBox3.UseStyleColors = true;
|
|
this.metroLabel13.AutoSize = true;
|
|
this.metroLabel13.Location = new Point(272, 253);
|
|
this.metroLabel13.Name = "metroLabel13";
|
|
this.metroLabel13.Size = new Size(48 /*0x30*/, 19);
|
|
this.metroLabel13.Style = MetroColorStyle.Lime;
|
|
this.metroLabel13.TabIndex = 79;
|
|
this.metroLabel13.Text = "Screen";
|
|
this.metroLabel13.Theme = MetroThemeStyle.Dark;
|
|
this.metroLabel13.UseStyleColors = true;
|
|
this.metroButton28.Location = new Point(382, 280);
|
|
this.metroButton28.Name = "metroButton28";
|
|
this.metroButton28.Size = new Size(94, 20);
|
|
this.metroButton28.Style = MetroColorStyle.Lime;
|
|
this.metroButton28.TabIndex = 80 /*0x50*/;
|
|
this.metroButton28.Text = "Reverse";
|
|
this.metroButton28.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton28.UseSelectable = true;
|
|
this.metroButton28.UseStyleColors = true;
|
|
this.metroButton28.Click += new EventHandler(this.metroButton28_Click);
|
|
this.metroLabel14.AutoSize = true;
|
|
this.metroLabel14.Location = new Point(272, 302);
|
|
this.metroLabel14.Name = "metroLabel14";
|
|
this.metroLabel14.Size = new Size(56, 19);
|
|
this.metroLabel14.Style = MetroColorStyle.Lime;
|
|
this.metroLabel14.TabIndex = 81;
|
|
this.metroLabel14.Text = "Browser";
|
|
this.metroLabel14.Theme = MetroThemeStyle.Dark;
|
|
this.metroLabel14.UseStyleColors = true;
|
|
this.metroLabel15.AutoSize = true;
|
|
this.metroLabel15.Location = new Point(272, 395);
|
|
this.metroLabel15.Name = "metroLabel15";
|
|
this.metroLabel15.Size = new Size(112 /*0x70*/, 19);
|
|
this.metroLabel15.Style = MetroColorStyle.Lime;
|
|
this.metroLabel15.TabIndex = 82;
|
|
this.metroLabel15.Text = "Open Application";
|
|
this.metroLabel15.Theme = MetroThemeStyle.Dark;
|
|
this.metroLabel15.UseStyleColors = true;
|
|
this.metroButton29.Location = new Point(520, 229);
|
|
this.metroButton29.Name = "metroButton29";
|
|
this.metroButton29.Size = new Size(94, 20);
|
|
this.metroButton29.Style = MetroColorStyle.Lime;
|
|
this.metroButton29.TabIndex = 83;
|
|
this.metroButton29.Text = "Open";
|
|
this.metroButton29.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton29.UseSelectable = true;
|
|
this.metroButton29.UseStyleColors = true;
|
|
this.metroButton29.Click += new EventHandler(this.metroButton29_Click);
|
|
this.metroLabel16.AutoSize = true;
|
|
this.metroLabel16.Location = new Point(520, 207);
|
|
this.metroLabel16.Name = "metroLabel16";
|
|
this.metroLabel16.Size = new Size(46, 19);
|
|
this.metroLabel16.Style = MetroColorStyle.Lime;
|
|
this.metroLabel16.TabIndex = 84;
|
|
this.metroLabel16.Text = "Sound";
|
|
this.metroLabel16.Theme = MetroThemeStyle.Dark;
|
|
this.metroLabel16.UseStyleColors = true;
|
|
this.metroLabel17.AutoSize = true;
|
|
this.metroLabel17.Location = new Point(520, 258);
|
|
this.metroLabel17.Name = "metroLabel17";
|
|
this.metroLabel17.Size = new Size(56, 19);
|
|
this.metroLabel17.Style = MetroColorStyle.Lime;
|
|
this.metroLabel17.TabIndex = 86;
|
|
this.metroLabel17.Text = "Monitor";
|
|
this.metroLabel17.Theme = MetroThemeStyle.Dark;
|
|
this.metroLabel17.UseStyleColors = true;
|
|
this.metroButton30.Location = new Point(520, 280);
|
|
this.metroButton30.Name = "metroButton30";
|
|
this.metroButton30.Size = new Size(94, 20);
|
|
this.metroButton30.Style = MetroColorStyle.Lime;
|
|
this.metroButton30.TabIndex = 85;
|
|
this.metroButton30.Text = "Shutdown";
|
|
this.metroButton30.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton30.UseSelectable = true;
|
|
this.metroButton30.UseStyleColors = true;
|
|
this.metroButton30.Click += new EventHandler(this.metroButton30_Click);
|
|
this.metroLabel18.AutoSize = true;
|
|
this.metroLabel18.Location = new Point(630, 207);
|
|
this.metroLabel18.Name = "metroLabel18";
|
|
this.metroLabel18.Size = new Size(85, 19);
|
|
this.metroLabel18.Style = MetroColorStyle.Lime;
|
|
this.metroLabel18.TabIndex = 88;
|
|
this.metroLabel18.Text = "Hang System";
|
|
this.metroLabel18.Theme = MetroThemeStyle.Dark;
|
|
this.metroLabel18.UseStyleColors = true;
|
|
this.metroButton31.Location = new Point(630, 229);
|
|
this.metroButton31.Name = "metroButton31";
|
|
this.metroButton31.Size = new Size(94, 20);
|
|
this.metroButton31.Style = MetroColorStyle.Lime;
|
|
this.metroButton31.TabIndex = 87;
|
|
this.metroButton31.Text = "Start";
|
|
this.metroButton31.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton31.UseSelectable = true;
|
|
this.metroButton31.UseStyleColors = true;
|
|
this.metroButton31.Click += new EventHandler(this.metroButton31_Click);
|
|
this.metroLabel19.AutoSize = true;
|
|
this.metroLabel19.Location = new Point(524, 395);
|
|
this.metroLabel19.Name = "metroLabel19";
|
|
this.metroLabel19.Size = new Size(78, 19);
|
|
this.metroLabel19.Style = MetroColorStyle.Lime;
|
|
this.metroLabel19.TabIndex = 91;
|
|
this.metroLabel19.Text = "Fuck Screen";
|
|
this.metroLabel19.Theme = MetroThemeStyle.Dark;
|
|
this.metroLabel19.UseStyleColors = true;
|
|
this.metroButton33.Location = new Point(524, 417);
|
|
this.metroButton33.Name = "metroButton33";
|
|
this.metroButton33.Size = new Size(94, 20);
|
|
this.metroButton33.Style = MetroColorStyle.Lime;
|
|
this.metroButton33.TabIndex = 89;
|
|
this.metroButton33.Text = "Start";
|
|
this.metroButton33.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton33.UseSelectable = true;
|
|
this.metroButton33.UseStyleColors = true;
|
|
this.metroButton33.Click += new EventHandler(this.metroButton33_Click);
|
|
this.metroLabel20.AutoSize = true;
|
|
this.metroLabel20.Location = new Point(808, 77);
|
|
this.metroLabel20.Name = "metroLabel20";
|
|
this.metroLabel20.Size = new Size(71, 19);
|
|
this.metroLabel20.Style = MetroColorStyle.Red;
|
|
this.metroLabel20.TabIndex = 92;
|
|
this.metroLabel20.Text = "GDI effects";
|
|
this.metroLabel20.Theme = MetroThemeStyle.Dark;
|
|
this.metroLabel20.UseStyleColors = true;
|
|
this.metroLabel21.AutoSize = true;
|
|
this.metroLabel21.Location = new Point(755, 102);
|
|
this.metroLabel21.Name = "metroLabel21";
|
|
this.metroLabel21.Size = new Size(106, 19);
|
|
this.metroLabel21.Style = MetroColorStyle.Lime;
|
|
this.metroLabel21.TabIndex = 95;
|
|
this.metroLabel21.Text = "Horizontal Smelt";
|
|
this.metroLabel21.Theme = MetroThemeStyle.Dark;
|
|
this.metroLabel21.UseStyleColors = true;
|
|
this.metroButton35.Location = new Point(755, 124);
|
|
this.metroButton35.Name = "metroButton35";
|
|
this.metroButton35.Size = new Size(55, 20);
|
|
this.metroButton35.Style = MetroColorStyle.Lime;
|
|
this.metroButton35.TabIndex = 93;
|
|
this.metroButton35.Text = "Start";
|
|
this.metroButton35.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton35.UseSelectable = true;
|
|
this.metroButton35.UseStyleColors = true;
|
|
this.metroButton35.Click += new EventHandler(this.metroButton35_Click);
|
|
this.metroLabel22.AutoSize = true;
|
|
this.metroLabel22.Location = new Point(878, 102);
|
|
this.metroLabel22.Name = "metroLabel22";
|
|
this.metroLabel22.Size = new Size(40, 19);
|
|
this.metroLabel22.Style = MetroColorStyle.Lime;
|
|
this.metroLabel22.TabIndex = 98;
|
|
this.metroLabel22.Text = "Wide";
|
|
this.metroLabel22.Theme = MetroThemeStyle.Dark;
|
|
this.metroLabel22.UseStyleColors = true;
|
|
this.metroButton37.Location = new Point(878, 124);
|
|
this.metroButton37.Name = "metroButton37";
|
|
this.metroButton37.Size = new Size(55, 20);
|
|
this.metroButton37.Style = MetroColorStyle.Lime;
|
|
this.metroButton37.TabIndex = 96 /*0x60*/;
|
|
this.metroButton37.Text = "Start";
|
|
this.metroButton37.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton37.UseSelectable = true;
|
|
this.metroButton37.UseStyleColors = true;
|
|
this.metroButton37.Click += new EventHandler(this.metroButton37_Click);
|
|
this.metroLabel23.AutoSize = true;
|
|
this.metroLabel23.Location = new Point(878, 153);
|
|
this.metroLabel23.Name = "metroLabel23";
|
|
this.metroLabel23.Size = new Size(83, 19);
|
|
this.metroLabel23.Style = MetroColorStyle.Lime;
|
|
this.metroLabel23.TabIndex = 104;
|
|
this.metroLabel23.Text = "VerticalWide";
|
|
this.metroLabel23.Theme = MetroThemeStyle.Dark;
|
|
this.metroLabel23.UseStyleColors = true;
|
|
this.metroButton39.Location = new Point(878, 175);
|
|
this.metroButton39.Name = "metroButton39";
|
|
this.metroButton39.Size = new Size(55, 20);
|
|
this.metroButton39.Style = MetroColorStyle.Lime;
|
|
this.metroButton39.TabIndex = 102;
|
|
this.metroButton39.Text = "Start";
|
|
this.metroButton39.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton39.UseSelectable = true;
|
|
this.metroButton39.UseStyleColors = true;
|
|
this.metroButton39.Click += new EventHandler(this.metroButton39_Click);
|
|
this.metroLabel24.AutoSize = true;
|
|
this.metroLabel24.Location = new Point(755, 153);
|
|
this.metroLabel24.Name = "metroLabel24";
|
|
this.metroLabel24.Size = new Size(32 /*0x20*/, 19);
|
|
this.metroLabel24.Style = MetroColorStyle.Lime;
|
|
this.metroLabel24.TabIndex = 101;
|
|
this.metroLabel24.Text = "Wef";
|
|
this.metroLabel24.Theme = MetroThemeStyle.Dark;
|
|
this.metroLabel24.UseStyleColors = true;
|
|
this.metroButton41.Location = new Point(755, 175);
|
|
this.metroButton41.Name = "metroButton41";
|
|
this.metroButton41.Size = new Size(55, 20);
|
|
this.metroButton41.Style = MetroColorStyle.Lime;
|
|
this.metroButton41.TabIndex = 99;
|
|
this.metroButton41.Text = "Start";
|
|
this.metroButton41.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton41.UseSelectable = true;
|
|
this.metroButton41.UseStyleColors = true;
|
|
this.metroButton41.Click += new EventHandler(this.metroButton41_Click);
|
|
this.metroLabel25.AutoSize = true;
|
|
this.metroLabel25.Location = new Point(878, 248);
|
|
this.metroLabel25.Name = "metroLabel25";
|
|
this.metroLabel25.Size = new Size(41, 19);
|
|
this.metroLabel25.Style = MetroColorStyle.Lime;
|
|
this.metroLabel25.TabIndex = 116;
|
|
this.metroLabel25.Text = "Train1";
|
|
this.metroLabel25.Theme = MetroThemeStyle.Dark;
|
|
this.metroLabel25.UseStyleColors = true;
|
|
this.metroButton43.Location = new Point(878, 270);
|
|
this.metroButton43.Name = "metroButton43";
|
|
this.metroButton43.Size = new Size(55, 20);
|
|
this.metroButton43.Style = MetroColorStyle.Lime;
|
|
this.metroButton43.TabIndex = 114;
|
|
this.metroButton43.Text = "Start";
|
|
this.metroButton43.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton43.UseSelectable = true;
|
|
this.metroButton43.UseStyleColors = true;
|
|
this.metroButton43.Click += new EventHandler(this.metroButton43_Click);
|
|
this.metroLabel26.AutoSize = true;
|
|
this.metroLabel26.Location = new Point(755, 197);
|
|
this.metroLabel26.Name = "metroLabel26";
|
|
this.metroLabel26.Size = new Size(43, 19);
|
|
this.metroLabel26.Style = MetroColorStyle.Lime;
|
|
this.metroLabel26.TabIndex = 113;
|
|
this.metroLabel26.Text = "Train2";
|
|
this.metroLabel26.Theme = MetroThemeStyle.Dark;
|
|
this.metroLabel26.UseStyleColors = true;
|
|
this.metroButton45.Location = new Point(755, 219);
|
|
this.metroButton45.Name = "metroButton45";
|
|
this.metroButton45.Size = new Size(55, 20);
|
|
this.metroButton45.Style = MetroColorStyle.Lime;
|
|
this.metroButton45.TabIndex = 111;
|
|
this.metroButton45.Text = "Start";
|
|
this.metroButton45.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton45.UseSelectable = true;
|
|
this.metroButton45.UseStyleColors = true;
|
|
this.metroButton45.Click += new EventHandler(this.metroButton45_Click);
|
|
this.metroLabel27.AutoSize = true;
|
|
this.metroLabel27.Location = new Point(878, 197);
|
|
this.metroLabel27.Name = "metroLabel27";
|
|
this.metroLabel27.Size = new Size(43, 19);
|
|
this.metroLabel27.Style = MetroColorStyle.Lime;
|
|
this.metroLabel27.TabIndex = 110;
|
|
this.metroLabel27.Text = "Train3";
|
|
this.metroLabel27.Theme = MetroThemeStyle.Dark;
|
|
this.metroLabel27.UseStyleColors = true;
|
|
this.metroButton47.Location = new Point(878, 219);
|
|
this.metroButton47.Name = "metroButton47";
|
|
this.metroButton47.Size = new Size(55, 20);
|
|
this.metroButton47.Style = MetroColorStyle.Lime;
|
|
this.metroButton47.TabIndex = 108;
|
|
this.metroButton47.Text = "Start";
|
|
this.metroButton47.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton47.UseSelectable = true;
|
|
this.metroButton47.UseStyleColors = true;
|
|
this.metroButton47.Click += new EventHandler(this.metroButton47_Click);
|
|
this.metroLabel29.AutoSize = true;
|
|
this.metroLabel29.Location = new Point(878, 343);
|
|
this.metroLabel29.Name = "metroLabel29";
|
|
this.metroLabel29.Size = new Size(54, 19);
|
|
this.metroLabel29.Style = MetroColorStyle.Lime;
|
|
this.metroLabel29.TabIndex = 128 /*0x80*/;
|
|
this.metroLabel29.Text = "Setpixel";
|
|
this.metroLabel29.Theme = MetroThemeStyle.Dark;
|
|
this.metroLabel29.UseStyleColors = true;
|
|
this.metroButton51.Location = new Point(878, 365);
|
|
this.metroButton51.Name = "metroButton51";
|
|
this.metroButton51.Size = new Size(55, 20);
|
|
this.metroButton51.Style = MetroColorStyle.Lime;
|
|
this.metroButton51.TabIndex = 126;
|
|
this.metroButton51.Text = "Start";
|
|
this.metroButton51.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton51.UseSelectable = true;
|
|
this.metroButton51.UseStyleColors = true;
|
|
this.metroButton51.Click += new EventHandler(this.metroButton51_Click);
|
|
this.metroLabel30.AutoSize = true;
|
|
this.metroLabel30.Location = new Point(755, 294);
|
|
this.metroLabel30.Name = "metroLabel30";
|
|
this.metroLabel30.Size = new Size(43, 19);
|
|
this.metroLabel30.Style = MetroColorStyle.Lime;
|
|
this.metroLabel30.TabIndex = 125;
|
|
this.metroLabel30.Text = "Shake";
|
|
this.metroLabel30.Theme = MetroThemeStyle.Dark;
|
|
this.metroLabel30.UseStyleColors = true;
|
|
this.metroButton53.Location = new Point(755, 316);
|
|
this.metroButton53.Name = "metroButton53";
|
|
this.metroButton53.Size = new Size(55, 20);
|
|
this.metroButton53.Style = MetroColorStyle.Lime;
|
|
this.metroButton53.TabIndex = 123;
|
|
this.metroButton53.Text = "Start";
|
|
this.metroButton53.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton53.UseSelectable = true;
|
|
this.metroButton53.UseStyleColors = true;
|
|
this.metroButton53.Click += new EventHandler(this.metroButton53_Click);
|
|
this.metroLabel31.AutoSize = true;
|
|
this.metroLabel31.Location = new Point(878, 294);
|
|
this.metroLabel31.Name = "metroLabel31";
|
|
this.metroLabel31.Size = new Size(67, 19);
|
|
this.metroLabel31.Style = MetroColorStyle.Lime;
|
|
this.metroLabel31.TabIndex = 122;
|
|
this.metroLabel31.Text = "Sinewaves";
|
|
this.metroLabel31.Theme = MetroThemeStyle.Dark;
|
|
this.metroLabel31.UseStyleColors = true;
|
|
this.metroButton55.Location = new Point(878, 316);
|
|
this.metroButton55.Name = "metroButton55";
|
|
this.metroButton55.Size = new Size(55, 20);
|
|
this.metroButton55.Style = MetroColorStyle.Lime;
|
|
this.metroButton55.TabIndex = 120;
|
|
this.metroButton55.Text = "Start";
|
|
this.metroButton55.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton55.UseSelectable = true;
|
|
this.metroButton55.UseStyleColors = true;
|
|
this.metroButton55.Click += new EventHandler(this.metroButton55_Click);
|
|
this.metroLabel32.AutoSize = true;
|
|
this.metroLabel32.Location = new Point(755, 248);
|
|
this.metroLabel32.Name = "metroLabel32";
|
|
this.metroLabel32.Size = new Size(42, 19);
|
|
this.metroLabel32.Style = MetroColorStyle.Lime;
|
|
this.metroLabel32.TabIndex = 119;
|
|
this.metroLabel32.Text = "Smelt";
|
|
this.metroLabel32.Theme = MetroThemeStyle.Dark;
|
|
this.metroLabel32.UseStyleColors = true;
|
|
this.metroButton57.Location = new Point(755, 270);
|
|
this.metroButton57.Name = "metroButton57";
|
|
this.metroButton57.Size = new Size(55, 20);
|
|
this.metroButton57.Style = MetroColorStyle.Lime;
|
|
this.metroButton57.TabIndex = 117;
|
|
this.metroButton57.Text = "Start";
|
|
this.metroButton57.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton57.UseSelectable = true;
|
|
this.metroButton57.UseStyleColors = true;
|
|
this.metroButton57.Click += new EventHandler(this.metroButton57_Click);
|
|
this.metroLabel33.AutoSize = true;
|
|
this.metroLabel33.Location = new Point(755, 343);
|
|
this.metroLabel33.Name = "metroLabel33";
|
|
this.metroLabel33.Size = new Size(59, 19);
|
|
this.metroLabel33.Style = MetroColorStyle.Lime;
|
|
this.metroLabel33.TabIndex = 131;
|
|
this.metroLabel33.Text = "Rgbtrain";
|
|
this.metroLabel33.Theme = MetroThemeStyle.Dark;
|
|
this.metroLabel33.UseStyleColors = true;
|
|
this.metroButton59.Location = new Point(755, 365);
|
|
this.metroButton59.Name = "metroButton59";
|
|
this.metroButton59.Size = new Size(55, 20);
|
|
this.metroButton59.Style = MetroColorStyle.Lime;
|
|
this.metroButton59.TabIndex = 129;
|
|
this.metroButton59.Text = "Start";
|
|
this.metroButton59.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton59.UseSelectable = true;
|
|
this.metroButton59.UseStyleColors = true;
|
|
this.metroButton59.Click += new EventHandler(this.metroButton59_Click);
|
|
this.metroLabel28.AutoSize = true;
|
|
this.metroLabel28.Location = new Point(755, 394);
|
|
this.metroLabel28.Name = "metroLabel28";
|
|
this.metroLabel28.Size = new Size(66, 19);
|
|
this.metroLabel28.Style = MetroColorStyle.Lime;
|
|
this.metroLabel28.TabIndex = 137;
|
|
this.metroLabel28.Text = "Dump VD";
|
|
this.metroLabel28.Theme = MetroThemeStyle.Dark;
|
|
this.metroLabel28.UseStyleColors = true;
|
|
this.metroButton49.Location = new Point(755, 416);
|
|
this.metroButton49.Name = "metroButton49";
|
|
this.metroButton49.Size = new Size(55, 20);
|
|
this.metroButton49.Style = MetroColorStyle.Lime;
|
|
this.metroButton49.TabIndex = 135;
|
|
this.metroButton49.Text = "Start";
|
|
this.metroButton49.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton49.UseSelectable = true;
|
|
this.metroButton49.UseStyleColors = true;
|
|
this.metroButton49.Click += new EventHandler(this.metroButton49_Click_1);
|
|
this.metroLabel34.AutoSize = true;
|
|
this.metroLabel34.Location = new Point(878, 394);
|
|
this.metroLabel34.Name = "metroLabel34";
|
|
this.metroLabel34.Size = new Size(36, 19);
|
|
this.metroLabel34.Style = MetroColorStyle.Lime;
|
|
this.metroLabel34.TabIndex = 134;
|
|
this.metroLabel34.Text = "Dark";
|
|
this.metroLabel34.Theme = MetroThemeStyle.Dark;
|
|
this.metroLabel34.UseStyleColors = true;
|
|
this.metroButton61.Location = new Point(878, 416);
|
|
this.metroButton61.Name = "metroButton61";
|
|
this.metroButton61.Size = new Size(55, 20);
|
|
this.metroButton61.Style = MetroColorStyle.Lime;
|
|
this.metroButton61.TabIndex = 132;
|
|
this.metroButton61.Text = "Start";
|
|
this.metroButton61.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton61.UseSelectable = true;
|
|
this.metroButton61.UseStyleColors = true;
|
|
this.metroButton61.Click += new EventHandler(this.metroButton61_Click);
|
|
this.metroLabel35.AutoSize = true;
|
|
this.metroLabel35.Location = new Point(755, 444);
|
|
this.metroLabel35.Name = "metroLabel35";
|
|
this.metroLabel35.Size = new Size(48 /*0x30*/, 19);
|
|
this.metroLabel35.Style = MetroColorStyle.Lime;
|
|
this.metroLabel35.TabIndex = 143;
|
|
this.metroLabel35.Text = "Stripes";
|
|
this.metroLabel35.Theme = MetroThemeStyle.Dark;
|
|
this.metroLabel35.UseStyleColors = true;
|
|
this.metroButton63.Location = new Point(755, 466);
|
|
this.metroButton63.Name = "metroButton63";
|
|
this.metroButton63.Size = new Size(55, 20);
|
|
this.metroButton63.Style = MetroColorStyle.Lime;
|
|
this.metroButton63.TabIndex = 141;
|
|
this.metroButton63.Text = "Start";
|
|
this.metroButton63.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton63.UseSelectable = true;
|
|
this.metroButton63.UseStyleColors = true;
|
|
this.metroButton63.Click += new EventHandler(this.metroButton63_Click);
|
|
this.metroLabel36.AutoSize = true;
|
|
this.metroLabel36.Location = new Point(23, 467);
|
|
this.metroLabel36.Name = "metroLabel36";
|
|
this.metroLabel36.Size = new Size(90, 19);
|
|
this.metroLabel36.Style = MetroColorStyle.Lime;
|
|
this.metroLabel36.TabIndex = 144 /*0x90*/;
|
|
this.metroLabel36.Text = "Screen Colors";
|
|
this.metroLabel36.Theme = MetroThemeStyle.Dark;
|
|
this.metroLabel36.UseStyleColors = true;
|
|
this.metroButton64.Location = new Point(24, 500);
|
|
this.metroButton64.Name = "metroButton64";
|
|
this.metroButton64.Size = new Size(56, 20);
|
|
this.metroButton64.Style = MetroColorStyle.Lime;
|
|
this.metroButton64.TabIndex = 145;
|
|
this.metroButton64.Text = "Default";
|
|
this.metroButton64.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton64.UseSelectable = true;
|
|
this.metroButton64.UseStyleColors = true;
|
|
this.metroButton64.Click += new EventHandler(this.metroButton64_Click);
|
|
this.metroButton65.Location = new Point(86, 500);
|
|
this.metroButton65.Name = "metroButton65";
|
|
this.metroButton65.Size = new Size(56, 20);
|
|
this.metroButton65.Style = MetroColorStyle.Lime;
|
|
this.metroButton65.TabIndex = 146;
|
|
this.metroButton65.Text = "Red";
|
|
this.metroButton65.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton65.UseSelectable = true;
|
|
this.metroButton65.UseStyleColors = true;
|
|
this.metroButton65.Click += new EventHandler(this.metroButton65_Click);
|
|
this.metroButton66.Location = new Point(148, 500);
|
|
this.metroButton66.Name = "metroButton66";
|
|
this.metroButton66.Size = new Size(56, 20);
|
|
this.metroButton66.Style = MetroColorStyle.Lime;
|
|
this.metroButton66.TabIndex = 147;
|
|
this.metroButton66.Text = "Green";
|
|
this.metroButton66.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton66.UseSelectable = true;
|
|
this.metroButton66.UseStyleColors = true;
|
|
this.metroButton66.Click += new EventHandler(this.metroButton66_Click);
|
|
this.metroButton67.Location = new Point(210, 500);
|
|
this.metroButton67.Name = "metroButton67";
|
|
this.metroButton67.Size = new Size(56, 20);
|
|
this.metroButton67.Style = MetroColorStyle.Lime;
|
|
this.metroButton67.TabIndex = 148;
|
|
this.metroButton67.Text = "Blue";
|
|
this.metroButton67.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton67.UseSelectable = true;
|
|
this.metroButton67.UseStyleColors = true;
|
|
this.metroButton67.Click += new EventHandler(this.metroButton67_Click);
|
|
this.metroButton68.Location = new Point(210, 526);
|
|
this.metroButton68.Name = "metroButton68";
|
|
this.metroButton68.Size = new Size(56, 20);
|
|
this.metroButton68.Style = MetroColorStyle.Lime;
|
|
this.metroButton68.TabIndex = 151;
|
|
this.metroButton68.Text = "Cyan";
|
|
this.metroButton68.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton68.UseSelectable = true;
|
|
this.metroButton68.UseStyleColors = true;
|
|
this.metroButton68.Click += new EventHandler(this.metroButton68_Click);
|
|
this.metroButton69.Location = new Point(148, 526);
|
|
this.metroButton69.Name = "metroButton69";
|
|
this.metroButton69.Size = new Size(56, 20);
|
|
this.metroButton69.Style = MetroColorStyle.Lime;
|
|
this.metroButton69.TabIndex = 150;
|
|
this.metroButton69.Text = "Yellow";
|
|
this.metroButton69.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton69.UseSelectable = true;
|
|
this.metroButton69.UseStyleColors = true;
|
|
this.metroButton69.Click += new EventHandler(this.metroButton69_Click);
|
|
this.metroButton70.Location = new Point(86, 526);
|
|
this.metroButton70.Name = "metroButton70";
|
|
this.metroButton70.Size = new Size(56, 20);
|
|
this.metroButton70.Style = MetroColorStyle.Lime;
|
|
this.metroButton70.TabIndex = 149;
|
|
this.metroButton70.Text = "Purple";
|
|
this.metroButton70.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton70.UseSelectable = true;
|
|
this.metroButton70.UseStyleColors = true;
|
|
this.metroButton70.Click += new EventHandler(this.metroButton70_Click);
|
|
this.metroButton71.Location = new Point(23, 526);
|
|
this.metroButton71.Name = "metroButton71";
|
|
this.metroButton71.Size = new Size(56, 20);
|
|
this.metroButton71.Style = MetroColorStyle.Lime;
|
|
this.metroButton71.TabIndex = 152;
|
|
this.metroButton71.Text = "Dark";
|
|
this.metroButton71.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton71.UseSelectable = true;
|
|
this.metroButton71.UseStyleColors = true;
|
|
this.metroButton71.Click += new EventHandler(this.metroButton71_Click);
|
|
this.metroLabel37.AutoSize = true;
|
|
this.metroLabel37.Location = new Point(878, 445);
|
|
this.metroLabel37.Name = "metroLabel37";
|
|
this.metroLabel37.Size = new Size(45, 19);
|
|
this.metroLabel37.Style = MetroColorStyle.Lime;
|
|
this.metroLabel37.TabIndex = 155;
|
|
this.metroLabel37.Text = "Tunnel";
|
|
this.metroLabel37.Theme = MetroThemeStyle.Dark;
|
|
this.metroLabel37.UseStyleColors = true;
|
|
this.metroButton73.Location = new Point(878, 467);
|
|
this.metroButton73.Name = "metroButton73";
|
|
this.metroButton73.Size = new Size(55, 20);
|
|
this.metroButton73.Style = MetroColorStyle.Lime;
|
|
this.metroButton73.TabIndex = 153;
|
|
this.metroButton73.Text = "Start";
|
|
this.metroButton73.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton73.UseSelectable = true;
|
|
this.metroButton73.UseStyleColors = true;
|
|
this.metroButton73.Click += new EventHandler(this.metroButton73_Click);
|
|
this.metroLabel38.AutoSize = true;
|
|
this.metroLabel38.Location = new Point(755, 494);
|
|
this.metroLabel38.Name = "metroLabel38";
|
|
this.metroLabel38.Size = new Size(75, 19);
|
|
this.metroLabel38.Style = MetroColorStyle.Lime;
|
|
this.metroLabel38.TabIndex = 158;
|
|
this.metroLabel38.Text = "InvertColor";
|
|
this.metroLabel38.Theme = MetroThemeStyle.Dark;
|
|
this.metroLabel38.UseStyleColors = true;
|
|
this.metroButton75.Location = new Point(755, 516);
|
|
this.metroButton75.Name = "metroButton75";
|
|
this.metroButton75.Size = new Size(55, 20);
|
|
this.metroButton75.Style = MetroColorStyle.Lime;
|
|
this.metroButton75.TabIndex = 156;
|
|
this.metroButton75.Text = "Start";
|
|
this.metroButton75.Theme = MetroThemeStyle.Dark;
|
|
this.metroButton75.UseSelectable = true;
|
|
this.metroButton75.UseStyleColors = true;
|
|
this.metroButton75.Click += new EventHandler(this.metroButton75_Click);
|
|
this.AutoScaleDimensions = new SizeF(6f, 13f);
|
|
this.AutoScaleMode = AutoScaleMode.Font;
|
|
this.ClientSize = new Size(1034, 579);
|
|
this.Controls.Add((Control) this.metroLabel38);
|
|
this.Controls.Add((Control) this.metroButton75);
|
|
this.Controls.Add((Control) this.metroLabel37);
|
|
this.Controls.Add((Control) this.metroButton73);
|
|
this.Controls.Add((Control) this.metroButton71);
|
|
this.Controls.Add((Control) this.metroButton68);
|
|
this.Controls.Add((Control) this.metroButton69);
|
|
this.Controls.Add((Control) this.metroButton70);
|
|
this.Controls.Add((Control) this.metroButton67);
|
|
this.Controls.Add((Control) this.metroButton66);
|
|
this.Controls.Add((Control) this.metroButton65);
|
|
this.Controls.Add((Control) this.metroButton64);
|
|
this.Controls.Add((Control) this.metroLabel36);
|
|
this.Controls.Add((Control) this.metroLabel35);
|
|
this.Controls.Add((Control) this.metroButton63);
|
|
this.Controls.Add((Control) this.metroLabel28);
|
|
this.Controls.Add((Control) this.metroButton49);
|
|
this.Controls.Add((Control) this.metroLabel34);
|
|
this.Controls.Add((Control) this.metroButton61);
|
|
this.Controls.Add((Control) this.metroLabel33);
|
|
this.Controls.Add((Control) this.metroButton59);
|
|
this.Controls.Add((Control) this.metroLabel29);
|
|
this.Controls.Add((Control) this.metroButton51);
|
|
this.Controls.Add((Control) this.metroLabel30);
|
|
this.Controls.Add((Control) this.metroButton53);
|
|
this.Controls.Add((Control) this.metroLabel31);
|
|
this.Controls.Add((Control) this.metroButton55);
|
|
this.Controls.Add((Control) this.metroLabel32);
|
|
this.Controls.Add((Control) this.metroButton57);
|
|
this.Controls.Add((Control) this.metroLabel25);
|
|
this.Controls.Add((Control) this.metroButton43);
|
|
this.Controls.Add((Control) this.metroLabel26);
|
|
this.Controls.Add((Control) this.metroButton45);
|
|
this.Controls.Add((Control) this.metroLabel27);
|
|
this.Controls.Add((Control) this.metroButton47);
|
|
this.Controls.Add((Control) this.metroLabel23);
|
|
this.Controls.Add((Control) this.metroButton39);
|
|
this.Controls.Add((Control) this.metroLabel24);
|
|
this.Controls.Add((Control) this.metroButton41);
|
|
this.Controls.Add((Control) this.metroLabel22);
|
|
this.Controls.Add((Control) this.metroButton37);
|
|
this.Controls.Add((Control) this.metroLabel21);
|
|
this.Controls.Add((Control) this.metroButton35);
|
|
this.Controls.Add((Control) this.metroLabel20);
|
|
this.Controls.Add((Control) this.metroLabel19);
|
|
this.Controls.Add((Control) this.metroButton33);
|
|
this.Controls.Add((Control) this.metroLabel18);
|
|
this.Controls.Add((Control) this.metroButton31);
|
|
this.Controls.Add((Control) this.metroLabel17);
|
|
this.Controls.Add((Control) this.metroButton30);
|
|
this.Controls.Add((Control) this.metroLabel16);
|
|
this.Controls.Add((Control) this.metroButton29);
|
|
this.Controls.Add((Control) this.metroLabel15);
|
|
this.Controls.Add((Control) this.metroLabel14);
|
|
this.Controls.Add((Control) this.metroButton28);
|
|
this.Controls.Add((Control) this.metroLabel13);
|
|
this.Controls.Add((Control) this.metroComboBox3);
|
|
this.Controls.Add((Control) this.metroLabel12);
|
|
this.Controls.Add((Control) this.metroButton26);
|
|
this.Controls.Add((Control) this.metroButton27);
|
|
this.Controls.Add((Control) this.metroLabel11);
|
|
this.Controls.Add((Control) this.metroButton24);
|
|
this.Controls.Add((Control) this.metroButton25);
|
|
this.Controls.Add((Control) this.metroLabel10);
|
|
this.Controls.Add((Control) this.metroButton22);
|
|
this.Controls.Add((Control) this.metroButton23);
|
|
this.Controls.Add((Control) this.metroLabel9);
|
|
this.Controls.Add((Control) this.metroButton20);
|
|
this.Controls.Add((Control) this.metroButton21);
|
|
this.Controls.Add((Control) this.metroLabel8);
|
|
this.Controls.Add((Control) this.metroButton18);
|
|
this.Controls.Add((Control) this.metroButton19);
|
|
this.Controls.Add((Control) this.metroLabel7);
|
|
this.Controls.Add((Control) this.metroButton16);
|
|
this.Controls.Add((Control) this.metroButton17);
|
|
this.Controls.Add((Control) this.metroLabel6);
|
|
this.Controls.Add((Control) this.metroButton14);
|
|
this.Controls.Add((Control) this.metroButton15);
|
|
this.Controls.Add((Control) this.metroLabel5);
|
|
this.Controls.Add((Control) this.metroButton12);
|
|
this.Controls.Add((Control) this.metroButton13);
|
|
this.Controls.Add((Control) this.metroLabel4);
|
|
this.Controls.Add((Control) this.metroButton10);
|
|
this.Controls.Add((Control) this.metroButton11);
|
|
this.Controls.Add((Control) this.metroLabel3);
|
|
this.Controls.Add((Control) this.metroButton8);
|
|
this.Controls.Add((Control) this.metroButton9);
|
|
this.Controls.Add((Control) this.metroLabel1);
|
|
this.Controls.Add((Control) this.metroButton6);
|
|
this.Controls.Add((Control) this.metroButton7);
|
|
this.Controls.Add((Control) this.metroLabel2);
|
|
this.Controls.Add((Control) this.metroButton4);
|
|
this.Controls.Add((Control) this.metroButton5);
|
|
this.Controls.Add((Control) this.metroButton3);
|
|
this.Controls.Add((Control) this.metroButton2);
|
|
this.Controls.Add((Control) this.metroButton1);
|
|
this.Controls.Add((Control) this.metroTextBox2);
|
|
this.Icon = (Icon) componentResourceManager.GetObject("$this.Icon");
|
|
this.Name = nameof (FormFun);
|
|
this.Style = MetroColorStyle.Lime;
|
|
this.Text = "Fun";
|
|
this.TextAlign = MetroFormTextAlign.Center;
|
|
this.Theme = MetroThemeStyle.Dark;
|
|
this.Load += new EventHandler(this.FormTaskMgr_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
}
|
|
}
|
|
}
|