mirror of
https://github.com/seriocomedy/ShiftOS-C-.git
synced 2025-01-22 17:22:14 +00:00
6e40ae80f3
- Syntax highlighting textbox for Lua API - That textbox also supports C# syntax highlighting - Added framework for custom desktop environments in Lua.
1583 lines
No EOL
87 KiB
C#
1583 lines
No EOL
87 KiB
C#
namespace ShiftOS
|
|
{
|
|
partial class ShiftOSDesktop
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
this.desktoppanel = new System.Windows.Forms.Panel();
|
|
this.pnlnotifications = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.pnlpanelbuttonholder = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.applaunchermenuholder = new System.Windows.Forms.Panel();
|
|
this.desktopappmenu = new System.Windows.Forms.MenuStrip();
|
|
this.ApplicationsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ArtpadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.AudioplayerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.BitnoteDiggerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.BitnoteWalletToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.CalculatorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.CatalystToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ClockToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.DodgeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.downloadmanagerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.FileSkimmerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.FloodGateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.IconManagerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.InstallerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.KnowledgeInputToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.MazeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.NameChangerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.orcwriteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.PongToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ShifterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ShiftnetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ShiftoriumToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.SkinLoaderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.SkinShifterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.SnakeyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.sysinfoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.TerminalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.TextPadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.WebBrowserToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.VideoplayerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.VirusScannerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.unitySeperator = new System.Windows.Forms.ToolStripSeparator();
|
|
this.UnityToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ShutdownToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.timepanel = new System.Windows.Forms.Panel();
|
|
this.paneltimetext = new System.Windows.Forms.Label();
|
|
this.tbclockicon = new System.Windows.Forms.PictureBox();
|
|
this.tbclocktext = new System.Windows.Forms.Label();
|
|
this.tbsysinfoicon = new System.Windows.Forms.PictureBox();
|
|
this.tbsysinfotext = new System.Windows.Forms.Label();
|
|
this.tbskinloadericon = new System.Windows.Forms.PictureBox();
|
|
this.tbskinloadertext = new System.Windows.Forms.Label();
|
|
this.tbfileskimmericon = new System.Windows.Forms.PictureBox();
|
|
this.tbfileskimmertext = new System.Windows.Forms.Label();
|
|
this.tbfileopenericon = new System.Windows.Forms.PictureBox();
|
|
this.tbfileopenertext = new System.Windows.Forms.Label();
|
|
this.tbinfoboxicon = new System.Windows.Forms.PictureBox();
|
|
this.tbinfoboxtext = new System.Windows.Forms.Label();
|
|
this.tbknowledgeinputicon = new System.Windows.Forms.PictureBox();
|
|
this.tbknowledgeinputtext = new System.Windows.Forms.Label();
|
|
this.tbcolourpickericon = new System.Windows.Forms.PictureBox();
|
|
this.tbcolourpickertext = new System.Windows.Forms.Label();
|
|
this.tbshiftoriumicon = new System.Windows.Forms.PictureBox();
|
|
this.tbshiftoriumtext = new System.Windows.Forms.Label();
|
|
this.tbpongicon = new System.Windows.Forms.PictureBox();
|
|
this.tbpongtext = new System.Windows.Forms.Label();
|
|
this.tbterminalicon = new System.Windows.Forms.PictureBox();
|
|
this.tbterminaltext = new System.Windows.Forms.Label();
|
|
this.tbtextpadicon = new System.Windows.Forms.PictureBox();
|
|
this.tbtextpadtext = new System.Windows.Forms.Label();
|
|
this.tbgraphicpickericon = new System.Windows.Forms.PictureBox();
|
|
this.tbgraphicpickertext = new System.Windows.Forms.Label();
|
|
this.tbartpadicon = new System.Windows.Forms.PictureBox();
|
|
this.tbartpadtext = new System.Windows.Forms.Label();
|
|
this.tbcalculatoricon = new System.Windows.Forms.PictureBox();
|
|
this.tbcalculatortext = new System.Windows.Forms.Label();
|
|
this.tbaudioplayericon = new System.Windows.Forms.PictureBox();
|
|
this.tbaudioplayertext = new System.Windows.Forms.Label();
|
|
this.tbvideoplayericon = new System.Windows.Forms.PictureBox();
|
|
this.tbvideoplayertext = new System.Windows.Forms.Label();
|
|
this.tbwebbrowsericon = new System.Windows.Forms.PictureBox();
|
|
this.tbwebbrowsertext = new System.Windows.Forms.Label();
|
|
this.tbnamechangericon = new System.Windows.Forms.PictureBox();
|
|
this.tbnamechangertext = new System.Windows.Forms.Label();
|
|
this.tbiconmanagericon = new System.Windows.Forms.PictureBox();
|
|
this.tbiconmanagertext = new System.Windows.Forms.Label();
|
|
this.tbbitnotewalleticon = new System.Windows.Forms.PictureBox();
|
|
this.tbbitnotewallettext = new System.Windows.Forms.Label();
|
|
this.tbbitnotediggericon = new System.Windows.Forms.PictureBox();
|
|
this.tbbitnotediggertext = new System.Windows.Forms.Label();
|
|
this.tbskinshiftericon = new System.Windows.Forms.PictureBox();
|
|
this.tbskinshiftertext = new System.Windows.Forms.Label();
|
|
this.tbdownloadericon = new System.Windows.Forms.PictureBox();
|
|
this.tbdownloadertext = new System.Windows.Forms.Label();
|
|
this.tbshiftneticon = new System.Windows.Forms.PictureBox();
|
|
this.tbshiftnettext = new System.Windows.Forms.Label();
|
|
this.tbdodgeicon = new System.Windows.Forms.PictureBox();
|
|
this.tbdodgetext = new System.Windows.Forms.Label();
|
|
this.tbdownloadmanagericon = new System.Windows.Forms.PictureBox();
|
|
this.tbdownloadmanagertext = new System.Windows.Forms.Label();
|
|
this.tbcatalysticon = new System.Windows.Forms.PictureBox();
|
|
this.lbcatalystname = new System.Windows.Forms.Label();
|
|
this.tbinstallericon = new System.Windows.Forms.PictureBox();
|
|
this.tbinstallertext = new System.Windows.Forms.Label();
|
|
this.tbsnakeyicon = new System.Windows.Forms.PictureBox();
|
|
this.tbsnakeytext = new System.Windows.Forms.Label();
|
|
this.tborcwriteicon = new System.Windows.Forms.PictureBox();
|
|
this.tborcwritetext = new System.Windows.Forms.Label();
|
|
this.tbfloodgateicon = new System.Windows.Forms.PictureBox();
|
|
this.tbfloodgatetext = new System.Windows.Forms.Label();
|
|
this.tbmazeicon = new System.Windows.Forms.PictureBox();
|
|
this.tbmazetext = new System.Windows.Forms.Label();
|
|
this.tbvirusscannericon = new System.Windows.Forms.PictureBox();
|
|
this.tbvirusscannertext = new System.Windows.Forms.Label();
|
|
this.tbfilesavericon = new System.Windows.Forms.PictureBox();
|
|
this.tbfilesavertext = new System.Windows.Forms.Label();
|
|
this.tbshiftericon = new System.Windows.Forms.PictureBox();
|
|
this.tbshiftertext = new System.Windows.Forms.Label();
|
|
this.pnlpanelbuttonfloatybird = new System.Windows.Forms.Panel();
|
|
this.tbfloatybirdicon = new System.Windows.Forms.PictureBox();
|
|
this.tbfloatybirdtext = new System.Windows.Forms.Label();
|
|
this.floatybirdToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.clocktick = new System.Windows.Forms.Timer(this.components);
|
|
this.autosave = new System.Windows.Forms.Timer(this.components);
|
|
this.nocheat = new System.Windows.Forms.Timer(this.components);
|
|
this.tmrwindowedtest = new System.Windows.Forms.Timer(this.components);
|
|
this.cmbdesktopoptions = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.NewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.FolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ToolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.ArtpadPictureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.TextDocumentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.NewSkin = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.WebpageToolStripMenuItem = new System.Windows.Forms.ToolStripSeparator();
|
|
this.ShortcutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.scriptToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.addDesktopPanelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.widgetManagerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.imgshiftnetapps = new System.Windows.Forms.ImageList(this.components);
|
|
this.lbldebug = new System.Windows.Forms.Label();
|
|
this.lblog = new System.Windows.Forms.Label();
|
|
this.flicons = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.cmbfactions = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.cbwidget = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.wlocmenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.cbdpanel = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.placeHereToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.appLauncherToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.panelButtonsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.clockToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.desktoppanel.SuspendLayout();
|
|
this.applaunchermenuholder.SuspendLayout();
|
|
this.desktopappmenu.SuspendLayout();
|
|
this.timepanel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbclockicon)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbsysinfoicon)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbskinloadericon)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbfileskimmericon)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbfileopenericon)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbinfoboxicon)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbknowledgeinputicon)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbcolourpickericon)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbshiftoriumicon)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbpongicon)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbterminalicon)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbtextpadicon)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbgraphicpickericon)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbartpadicon)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbcalculatoricon)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbaudioplayericon)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbvideoplayericon)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbwebbrowsericon)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbnamechangericon)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbiconmanagericon)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbbitnotewalleticon)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbbitnotediggericon)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbskinshiftericon)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbdownloadericon)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbshiftneticon)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbdodgeicon)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbdownloadmanagericon)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbcatalysticon)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbinstallericon)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbsnakeyicon)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tborcwriteicon)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbfloodgateicon)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbmazeicon)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbvirusscannericon)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbfilesavericon)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbshiftericon)).BeginInit();
|
|
this.pnlpanelbuttonfloatybird.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbfloatybirdicon)).BeginInit();
|
|
this.cmbdesktopoptions.SuspendLayout();
|
|
this.cmbfactions.SuspendLayout();
|
|
this.cbwidget.SuspendLayout();
|
|
this.cbdpanel.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// desktoppanel
|
|
//
|
|
this.desktoppanel.BackColor = System.Drawing.Color.Gray;
|
|
this.desktoppanel.Controls.Add(this.pnlnotifications);
|
|
this.desktoppanel.Controls.Add(this.pnlpanelbuttonholder);
|
|
this.desktoppanel.Controls.Add(this.applaunchermenuholder);
|
|
this.desktoppanel.Controls.Add(this.timepanel);
|
|
this.desktoppanel.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.desktoppanel.Location = new System.Drawing.Point(0, 0);
|
|
this.desktoppanel.Name = "desktoppanel";
|
|
this.desktoppanel.Size = new System.Drawing.Size(1268, 24);
|
|
this.desktoppanel.TabIndex = 0;
|
|
this.desktoppanel.Visible = false;
|
|
//
|
|
// pnlnotifications
|
|
//
|
|
this.pnlnotifications.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pnlnotifications.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
|
|
this.pnlnotifications.Location = new System.Drawing.Point(132, 0);
|
|
this.pnlnotifications.Name = "pnlnotifications";
|
|
this.pnlnotifications.Size = new System.Drawing.Size(1039, 24);
|
|
this.pnlnotifications.TabIndex = 2;
|
|
//
|
|
// pnlpanelbuttonholder
|
|
//
|
|
this.pnlpanelbuttonholder.AutoSize = true;
|
|
this.pnlpanelbuttonholder.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.pnlpanelbuttonholder.BackColor = System.Drawing.Color.Transparent;
|
|
this.pnlpanelbuttonholder.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.pnlpanelbuttonholder.Location = new System.Drawing.Point(130, 0);
|
|
this.pnlpanelbuttonholder.Name = "pnlpanelbuttonholder";
|
|
this.pnlpanelbuttonholder.Padding = new System.Windows.Forms.Padding(2, 0, 0, 0);
|
|
this.pnlpanelbuttonholder.Size = new System.Drawing.Size(2, 24);
|
|
this.pnlpanelbuttonholder.TabIndex = 1;
|
|
//
|
|
// applaunchermenuholder
|
|
//
|
|
this.applaunchermenuholder.Controls.Add(this.desktopappmenu);
|
|
this.applaunchermenuholder.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.applaunchermenuholder.Location = new System.Drawing.Point(0, 0);
|
|
this.applaunchermenuholder.Name = "applaunchermenuholder";
|
|
this.applaunchermenuholder.Size = new System.Drawing.Size(130, 24);
|
|
this.applaunchermenuholder.TabIndex = 3;
|
|
//
|
|
// desktopappmenu
|
|
//
|
|
this.desktopappmenu.AutoSize = false;
|
|
this.desktopappmenu.BackColor = System.Drawing.Color.Transparent;
|
|
this.desktopappmenu.GripMargin = new System.Windows.Forms.Padding(0);
|
|
this.desktopappmenu.ImageScalingSize = new System.Drawing.Size(32, 32);
|
|
this.desktopappmenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.ApplicationsToolStripMenuItem});
|
|
this.desktopappmenu.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
|
|
this.desktopappmenu.Location = new System.Drawing.Point(0, 0);
|
|
this.desktopappmenu.Name = "desktopappmenu";
|
|
this.desktopappmenu.Padding = new System.Windows.Forms.Padding(0);
|
|
this.desktopappmenu.Size = new System.Drawing.Size(130, 24);
|
|
this.desktopappmenu.TabIndex = 0;
|
|
this.desktopappmenu.TabStop = true;
|
|
this.desktopappmenu.Text = "MenuStrip1";
|
|
//
|
|
// ApplicationsToolStripMenuItem
|
|
//
|
|
this.ApplicationsToolStripMenuItem.AutoSize = false;
|
|
this.ApplicationsToolStripMenuItem.BackColor = System.Drawing.Color.Transparent;
|
|
this.ApplicationsToolStripMenuItem.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.ApplicationsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.ArtpadToolStripMenuItem,
|
|
this.AudioplayerToolStripMenuItem,
|
|
this.BitnoteDiggerToolStripMenuItem,
|
|
this.BitnoteWalletToolStripMenuItem,
|
|
this.CalculatorToolStripMenuItem,
|
|
this.CatalystToolStripMenuItem1,
|
|
this.ClockToolStripMenuItem,
|
|
this.DodgeToolStripMenuItem,
|
|
this.downloadmanagerToolStripMenuItem,
|
|
this.FileSkimmerToolStripMenuItem,
|
|
this.FloodGateToolStripMenuItem,
|
|
this.IconManagerToolStripMenuItem,
|
|
this.InstallerToolStripMenuItem,
|
|
this.KnowledgeInputToolStripMenuItem,
|
|
this.MazeToolStripMenuItem,
|
|
this.NameChangerToolStripMenuItem,
|
|
this.orcwriteToolStripMenuItem,
|
|
this.PongToolStripMenuItem,
|
|
this.ShifterToolStripMenuItem,
|
|
this.ShiftnetToolStripMenuItem,
|
|
this.ShiftoriumToolStripMenuItem,
|
|
this.SkinLoaderToolStripMenuItem,
|
|
this.SkinShifterToolStripMenuItem,
|
|
this.SnakeyToolStripMenuItem,
|
|
this.sysinfoToolStripMenuItem,
|
|
this.TerminalToolStripMenuItem,
|
|
this.TextPadToolStripMenuItem,
|
|
this.WebBrowserToolStripMenuItem,
|
|
this.VideoplayerToolStripMenuItem,
|
|
this.VirusScannerToolStripMenuItem,
|
|
this.unitySeperator,
|
|
this.UnityToolStripMenuItem,
|
|
this.ShutdownToolStripMenuItem});
|
|
this.ApplicationsToolStripMenuItem.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.ApplicationsToolStripMenuItem.Name = "ApplicationsToolStripMenuItem";
|
|
this.ApplicationsToolStripMenuItem.Padding = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.ApplicationsToolStripMenuItem.ShowShortcutKeys = false;
|
|
this.ApplicationsToolStripMenuItem.Size = new System.Drawing.Size(94, 24);
|
|
this.ApplicationsToolStripMenuItem.Text = "Applications";
|
|
this.ApplicationsToolStripMenuItem.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
|
|
this.ApplicationsToolStripMenuItem.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
|
|
this.ApplicationsToolStripMenuItem.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ALClick);
|
|
this.ApplicationsToolStripMenuItem.MouseEnter += new System.EventHandler(this.ALHover);
|
|
this.ApplicationsToolStripMenuItem.MouseLeave += new System.EventHandler(this.ALReset);
|
|
//
|
|
// ArtpadToolStripMenuItem
|
|
//
|
|
this.ArtpadToolStripMenuItem.Name = "ArtpadToolStripMenuItem";
|
|
this.ArtpadToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
|
|
this.ArtpadToolStripMenuItem.Text = "ArtPad";
|
|
//
|
|
// AudioplayerToolStripMenuItem
|
|
//
|
|
this.AudioplayerToolStripMenuItem.Name = "AudioplayerToolStripMenuItem";
|
|
this.AudioplayerToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
|
|
this.AudioplayerToolStripMenuItem.Text = "Audio Player";
|
|
//
|
|
// BitnoteDiggerToolStripMenuItem
|
|
//
|
|
this.BitnoteDiggerToolStripMenuItem.Name = "BitnoteDiggerToolStripMenuItem";
|
|
this.BitnoteDiggerToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
|
|
this.BitnoteDiggerToolStripMenuItem.Text = "Bitnote Digger";
|
|
//
|
|
// BitnoteWalletToolStripMenuItem
|
|
//
|
|
this.BitnoteWalletToolStripMenuItem.Name = "BitnoteWalletToolStripMenuItem";
|
|
this.BitnoteWalletToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
|
|
this.BitnoteWalletToolStripMenuItem.Text = "Bitnote Wallet";
|
|
//
|
|
// CalculatorToolStripMenuItem
|
|
//
|
|
this.CalculatorToolStripMenuItem.Name = "CalculatorToolStripMenuItem";
|
|
this.CalculatorToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
|
|
this.CalculatorToolStripMenuItem.Text = "Calculator";
|
|
//
|
|
// CatalystToolStripMenuItem1
|
|
//
|
|
this.CatalystToolStripMenuItem1.Name = "CatalystToolStripMenuItem1";
|
|
this.CatalystToolStripMenuItem1.Size = new System.Drawing.Size(214, 22);
|
|
this.CatalystToolStripMenuItem1.Text = "Catalyst";
|
|
//
|
|
// ClockToolStripMenuItem
|
|
//
|
|
this.ClockToolStripMenuItem.BackColor = System.Drawing.Color.Transparent;
|
|
this.ClockToolStripMenuItem.Name = "ClockToolStripMenuItem";
|
|
this.ClockToolStripMenuItem.ShowShortcutKeys = false;
|
|
this.ClockToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
|
|
this.ClockToolStripMenuItem.Text = "Clock";
|
|
//
|
|
// DodgeToolStripMenuItem
|
|
//
|
|
this.DodgeToolStripMenuItem.Name = "DodgeToolStripMenuItem";
|
|
this.DodgeToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
|
|
this.DodgeToolStripMenuItem.Text = "Dodge";
|
|
//
|
|
// downloadmanagerToolStripMenuItem
|
|
//
|
|
this.downloadmanagerToolStripMenuItem.Name = "downloadmanagerToolStripMenuItem";
|
|
this.downloadmanagerToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
|
|
this.downloadmanagerToolStripMenuItem.Text = "Download Manager";
|
|
//
|
|
// FileSkimmerToolStripMenuItem
|
|
//
|
|
this.FileSkimmerToolStripMenuItem.Name = "FileSkimmerToolStripMenuItem";
|
|
this.FileSkimmerToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
|
|
this.FileSkimmerToolStripMenuItem.Text = "File Skimmer";
|
|
//
|
|
// FloodGateToolStripMenuItem
|
|
//
|
|
this.FloodGateToolStripMenuItem.Name = "FloodGateToolStripMenuItem";
|
|
this.FloodGateToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
|
|
this.FloodGateToolStripMenuItem.Text = "FloodGate Manager";
|
|
//
|
|
// IconManagerToolStripMenuItem
|
|
//
|
|
this.IconManagerToolStripMenuItem.Name = "IconManagerToolStripMenuItem";
|
|
this.IconManagerToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
|
|
this.IconManagerToolStripMenuItem.Text = "Icon Manager";
|
|
//
|
|
// InstallerToolStripMenuItem
|
|
//
|
|
this.InstallerToolStripMenuItem.Name = "InstallerToolStripMenuItem";
|
|
this.InstallerToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
|
|
this.InstallerToolStripMenuItem.Text = "Installer";
|
|
//
|
|
// KnowledgeInputToolStripMenuItem
|
|
//
|
|
this.KnowledgeInputToolStripMenuItem.BackColor = System.Drawing.Color.Transparent;
|
|
this.KnowledgeInputToolStripMenuItem.Name = "KnowledgeInputToolStripMenuItem";
|
|
this.KnowledgeInputToolStripMenuItem.ShowShortcutKeys = false;
|
|
this.KnowledgeInputToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
|
|
this.KnowledgeInputToolStripMenuItem.Text = "Knowledge Input";
|
|
//
|
|
// MazeToolStripMenuItem
|
|
//
|
|
this.MazeToolStripMenuItem.Name = "MazeToolStripMenuItem";
|
|
this.MazeToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
|
|
this.MazeToolStripMenuItem.Text = "Labyrinth";
|
|
//
|
|
// NameChangerToolStripMenuItem
|
|
//
|
|
this.NameChangerToolStripMenuItem.Name = "NameChangerToolStripMenuItem";
|
|
this.NameChangerToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
|
|
this.NameChangerToolStripMenuItem.Text = "Name Changer";
|
|
//
|
|
// orcwriteToolStripMenuItem
|
|
//
|
|
this.orcwriteToolStripMenuItem.Name = "orcwriteToolStripMenuItem";
|
|
this.orcwriteToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
|
|
this.orcwriteToolStripMenuItem.Text = "OrcWrite";
|
|
//
|
|
// PongToolStripMenuItem
|
|
//
|
|
this.PongToolStripMenuItem.Name = "PongToolStripMenuItem";
|
|
this.PongToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
|
|
this.PongToolStripMenuItem.Text = "Pong";
|
|
//
|
|
// ShifterToolStripMenuItem
|
|
//
|
|
this.ShifterToolStripMenuItem.BackColor = System.Drawing.Color.Transparent;
|
|
this.ShifterToolStripMenuItem.Name = "ShifterToolStripMenuItem";
|
|
this.ShifterToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
|
|
this.ShifterToolStripMenuItem.Text = "Shifter";
|
|
//
|
|
// ShiftnetToolStripMenuItem
|
|
//
|
|
this.ShiftnetToolStripMenuItem.Name = "ShiftnetToolStripMenuItem";
|
|
this.ShiftnetToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
|
|
this.ShiftnetToolStripMenuItem.Text = "Shiftnet";
|
|
//
|
|
// ShiftoriumToolStripMenuItem
|
|
//
|
|
this.ShiftoriumToolStripMenuItem.BackColor = System.Drawing.Color.Transparent;
|
|
this.ShiftoriumToolStripMenuItem.Name = "ShiftoriumToolStripMenuItem";
|
|
this.ShiftoriumToolStripMenuItem.ShowShortcutKeys = false;
|
|
this.ShiftoriumToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
|
|
this.ShiftoriumToolStripMenuItem.Text = "Shiftorium";
|
|
//
|
|
// SkinLoaderToolStripMenuItem
|
|
//
|
|
this.SkinLoaderToolStripMenuItem.Name = "SkinLoaderToolStripMenuItem";
|
|
this.SkinLoaderToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
|
|
this.SkinLoaderToolStripMenuItem.Text = "Skin Loader";
|
|
//
|
|
// SkinShifterToolStripMenuItem
|
|
//
|
|
this.SkinShifterToolStripMenuItem.Name = "SkinShifterToolStripMenuItem";
|
|
this.SkinShifterToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
|
|
this.SkinShifterToolStripMenuItem.Text = "Skin Shifter";
|
|
//
|
|
// SnakeyToolStripMenuItem
|
|
//
|
|
this.SnakeyToolStripMenuItem.Name = "SnakeyToolStripMenuItem";
|
|
this.SnakeyToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
|
|
this.SnakeyToolStripMenuItem.Text = "Snakey";
|
|
//
|
|
// sysinfoToolStripMenuItem
|
|
//
|
|
this.sysinfoToolStripMenuItem.Name = "sysinfoToolStripMenuItem";
|
|
this.sysinfoToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
|
|
this.sysinfoToolStripMenuItem.Text = "System Information";
|
|
//
|
|
// TerminalToolStripMenuItem
|
|
//
|
|
this.TerminalToolStripMenuItem.BackColor = System.Drawing.Color.Transparent;
|
|
this.TerminalToolStripMenuItem.Name = "TerminalToolStripMenuItem";
|
|
this.TerminalToolStripMenuItem.ShowShortcutKeys = false;
|
|
this.TerminalToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
|
|
this.TerminalToolStripMenuItem.Text = "Terminal";
|
|
//
|
|
// TextPadToolStripMenuItem
|
|
//
|
|
this.TextPadToolStripMenuItem.Name = "TextPadToolStripMenuItem";
|
|
this.TextPadToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
|
|
this.TextPadToolStripMenuItem.Text = "TextPad";
|
|
//
|
|
// WebBrowserToolStripMenuItem
|
|
//
|
|
this.WebBrowserToolStripMenuItem.Name = "WebBrowserToolStripMenuItem";
|
|
this.WebBrowserToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
|
|
this.WebBrowserToolStripMenuItem.Text = "Web Browser";
|
|
//
|
|
// VideoplayerToolStripMenuItem
|
|
//
|
|
this.VideoplayerToolStripMenuItem.Name = "VideoplayerToolStripMenuItem";
|
|
this.VideoplayerToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
|
|
this.VideoplayerToolStripMenuItem.Text = "Video Player";
|
|
//
|
|
// VirusScannerToolStripMenuItem
|
|
//
|
|
this.VirusScannerToolStripMenuItem.Name = "VirusScannerToolStripMenuItem";
|
|
this.VirusScannerToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
|
|
this.VirusScannerToolStripMenuItem.Text = "Virus Scanner";
|
|
//
|
|
// unitySeperator
|
|
//
|
|
this.unitySeperator.BackColor = System.Drawing.Color.Transparent;
|
|
this.unitySeperator.ForeColor = System.Drawing.Color.White;
|
|
this.unitySeperator.Name = "unitySeperator";
|
|
this.unitySeperator.Size = new System.Drawing.Size(211, 6);
|
|
//
|
|
// UnityToolStripMenuItem
|
|
//
|
|
this.UnityToolStripMenuItem.Name = "UnityToolStripMenuItem";
|
|
this.UnityToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
|
|
this.UnityToolStripMenuItem.Text = "Toggle Unity Mode";
|
|
//
|
|
// ShutdownToolStripMenuItem
|
|
//
|
|
this.ShutdownToolStripMenuItem.BackColor = System.Drawing.Color.Transparent;
|
|
this.ShutdownToolStripMenuItem.Name = "ShutdownToolStripMenuItem";
|
|
this.ShutdownToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
|
|
this.ShutdownToolStripMenuItem.Text = "Shut Down";
|
|
//
|
|
// timepanel
|
|
//
|
|
this.timepanel.Controls.Add(this.paneltimetext);
|
|
this.timepanel.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.timepanel.Location = new System.Drawing.Point(1171, 0);
|
|
this.timepanel.Name = "timepanel";
|
|
this.timepanel.Size = new System.Drawing.Size(97, 24);
|
|
this.timepanel.TabIndex = 2;
|
|
//
|
|
// paneltimetext
|
|
//
|
|
this.paneltimetext.AutoSize = true;
|
|
this.paneltimetext.BackColor = System.Drawing.Color.Transparent;
|
|
this.paneltimetext.Font = new System.Drawing.Font("Trebuchet MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.paneltimetext.Location = new System.Drawing.Point(5, 0);
|
|
this.paneltimetext.Name = "paneltimetext";
|
|
this.paneltimetext.Size = new System.Drawing.Size(80, 24);
|
|
this.paneltimetext.TabIndex = 1;
|
|
this.paneltimetext.Text = "5000023";
|
|
this.paneltimetext.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// tbclockicon
|
|
//
|
|
this.tbclockicon.Location = new System.Drawing.Point(0, 0);
|
|
this.tbclockicon.Name = "tbclockicon";
|
|
this.tbclockicon.Size = new System.Drawing.Size(100, 50);
|
|
this.tbclockicon.TabIndex = 0;
|
|
this.tbclockicon.TabStop = false;
|
|
//
|
|
// tbclocktext
|
|
//
|
|
this.tbclocktext.Location = new System.Drawing.Point(0, 0);
|
|
this.tbclocktext.Name = "tbclocktext";
|
|
this.tbclocktext.Size = new System.Drawing.Size(100, 23);
|
|
this.tbclocktext.TabIndex = 0;
|
|
//
|
|
// tbsysinfoicon
|
|
//
|
|
this.tbsysinfoicon.Location = new System.Drawing.Point(0, 0);
|
|
this.tbsysinfoicon.Name = "tbsysinfoicon";
|
|
this.tbsysinfoicon.Size = new System.Drawing.Size(100, 50);
|
|
this.tbsysinfoicon.TabIndex = 0;
|
|
this.tbsysinfoicon.TabStop = false;
|
|
//
|
|
// tbsysinfotext
|
|
//
|
|
this.tbsysinfotext.Location = new System.Drawing.Point(0, 0);
|
|
this.tbsysinfotext.Name = "tbsysinfotext";
|
|
this.tbsysinfotext.Size = new System.Drawing.Size(100, 23);
|
|
this.tbsysinfotext.TabIndex = 0;
|
|
//
|
|
// tbskinloadericon
|
|
//
|
|
this.tbskinloadericon.Location = new System.Drawing.Point(0, 0);
|
|
this.tbskinloadericon.Name = "tbskinloadericon";
|
|
this.tbskinloadericon.Size = new System.Drawing.Size(100, 50);
|
|
this.tbskinloadericon.TabIndex = 0;
|
|
this.tbskinloadericon.TabStop = false;
|
|
//
|
|
// tbskinloadertext
|
|
//
|
|
this.tbskinloadertext.Location = new System.Drawing.Point(0, 0);
|
|
this.tbskinloadertext.Name = "tbskinloadertext";
|
|
this.tbskinloadertext.Size = new System.Drawing.Size(100, 23);
|
|
this.tbskinloadertext.TabIndex = 0;
|
|
//
|
|
// tbfileskimmericon
|
|
//
|
|
this.tbfileskimmericon.Location = new System.Drawing.Point(0, 0);
|
|
this.tbfileskimmericon.Name = "tbfileskimmericon";
|
|
this.tbfileskimmericon.Size = new System.Drawing.Size(100, 50);
|
|
this.tbfileskimmericon.TabIndex = 0;
|
|
this.tbfileskimmericon.TabStop = false;
|
|
//
|
|
// tbfileskimmertext
|
|
//
|
|
this.tbfileskimmertext.Location = new System.Drawing.Point(0, 0);
|
|
this.tbfileskimmertext.Name = "tbfileskimmertext";
|
|
this.tbfileskimmertext.Size = new System.Drawing.Size(100, 23);
|
|
this.tbfileskimmertext.TabIndex = 0;
|
|
//
|
|
// tbfileopenericon
|
|
//
|
|
this.tbfileopenericon.Location = new System.Drawing.Point(0, 0);
|
|
this.tbfileopenericon.Name = "tbfileopenericon";
|
|
this.tbfileopenericon.Size = new System.Drawing.Size(100, 50);
|
|
this.tbfileopenericon.TabIndex = 0;
|
|
this.tbfileopenericon.TabStop = false;
|
|
//
|
|
// tbfileopenertext
|
|
//
|
|
this.tbfileopenertext.Location = new System.Drawing.Point(0, 0);
|
|
this.tbfileopenertext.Name = "tbfileopenertext";
|
|
this.tbfileopenertext.Size = new System.Drawing.Size(100, 23);
|
|
this.tbfileopenertext.TabIndex = 0;
|
|
//
|
|
// tbinfoboxicon
|
|
//
|
|
this.tbinfoboxicon.Location = new System.Drawing.Point(0, 0);
|
|
this.tbinfoboxicon.Name = "tbinfoboxicon";
|
|
this.tbinfoboxicon.Size = new System.Drawing.Size(100, 50);
|
|
this.tbinfoboxicon.TabIndex = 0;
|
|
this.tbinfoboxicon.TabStop = false;
|
|
//
|
|
// tbinfoboxtext
|
|
//
|
|
this.tbinfoboxtext.Location = new System.Drawing.Point(0, 0);
|
|
this.tbinfoboxtext.Name = "tbinfoboxtext";
|
|
this.tbinfoboxtext.Size = new System.Drawing.Size(100, 23);
|
|
this.tbinfoboxtext.TabIndex = 0;
|
|
//
|
|
// tbknowledgeinputicon
|
|
//
|
|
this.tbknowledgeinputicon.Location = new System.Drawing.Point(0, 0);
|
|
this.tbknowledgeinputicon.Name = "tbknowledgeinputicon";
|
|
this.tbknowledgeinputicon.Size = new System.Drawing.Size(100, 50);
|
|
this.tbknowledgeinputicon.TabIndex = 0;
|
|
this.tbknowledgeinputicon.TabStop = false;
|
|
//
|
|
// tbknowledgeinputtext
|
|
//
|
|
this.tbknowledgeinputtext.Location = new System.Drawing.Point(0, 0);
|
|
this.tbknowledgeinputtext.Name = "tbknowledgeinputtext";
|
|
this.tbknowledgeinputtext.Size = new System.Drawing.Size(100, 23);
|
|
this.tbknowledgeinputtext.TabIndex = 0;
|
|
//
|
|
// tbcolourpickericon
|
|
//
|
|
this.tbcolourpickericon.Location = new System.Drawing.Point(0, 0);
|
|
this.tbcolourpickericon.Name = "tbcolourpickericon";
|
|
this.tbcolourpickericon.Size = new System.Drawing.Size(100, 50);
|
|
this.tbcolourpickericon.TabIndex = 0;
|
|
this.tbcolourpickericon.TabStop = false;
|
|
//
|
|
// tbcolourpickertext
|
|
//
|
|
this.tbcolourpickertext.Location = new System.Drawing.Point(0, 0);
|
|
this.tbcolourpickertext.Name = "tbcolourpickertext";
|
|
this.tbcolourpickertext.Size = new System.Drawing.Size(100, 23);
|
|
this.tbcolourpickertext.TabIndex = 0;
|
|
//
|
|
// tbshiftoriumicon
|
|
//
|
|
this.tbshiftoriumicon.Location = new System.Drawing.Point(0, 0);
|
|
this.tbshiftoriumicon.Name = "tbshiftoriumicon";
|
|
this.tbshiftoriumicon.Size = new System.Drawing.Size(100, 50);
|
|
this.tbshiftoriumicon.TabIndex = 0;
|
|
this.tbshiftoriumicon.TabStop = false;
|
|
//
|
|
// tbshiftoriumtext
|
|
//
|
|
this.tbshiftoriumtext.Location = new System.Drawing.Point(0, 0);
|
|
this.tbshiftoriumtext.Name = "tbshiftoriumtext";
|
|
this.tbshiftoriumtext.Size = new System.Drawing.Size(100, 23);
|
|
this.tbshiftoriumtext.TabIndex = 0;
|
|
//
|
|
// tbpongicon
|
|
//
|
|
this.tbpongicon.Location = new System.Drawing.Point(0, 0);
|
|
this.tbpongicon.Name = "tbpongicon";
|
|
this.tbpongicon.Size = new System.Drawing.Size(100, 50);
|
|
this.tbpongicon.TabIndex = 0;
|
|
this.tbpongicon.TabStop = false;
|
|
//
|
|
// tbpongtext
|
|
//
|
|
this.tbpongtext.Location = new System.Drawing.Point(0, 0);
|
|
this.tbpongtext.Name = "tbpongtext";
|
|
this.tbpongtext.Size = new System.Drawing.Size(100, 23);
|
|
this.tbpongtext.TabIndex = 0;
|
|
//
|
|
// tbterminalicon
|
|
//
|
|
this.tbterminalicon.Location = new System.Drawing.Point(0, 0);
|
|
this.tbterminalicon.Name = "tbterminalicon";
|
|
this.tbterminalicon.Size = new System.Drawing.Size(100, 50);
|
|
this.tbterminalicon.TabIndex = 0;
|
|
this.tbterminalicon.TabStop = false;
|
|
//
|
|
// tbterminaltext
|
|
//
|
|
this.tbterminaltext.Location = new System.Drawing.Point(0, 0);
|
|
this.tbterminaltext.Name = "tbterminaltext";
|
|
this.tbterminaltext.Size = new System.Drawing.Size(100, 23);
|
|
this.tbterminaltext.TabIndex = 0;
|
|
//
|
|
// tbtextpadicon
|
|
//
|
|
this.tbtextpadicon.Location = new System.Drawing.Point(0, 0);
|
|
this.tbtextpadicon.Name = "tbtextpadicon";
|
|
this.tbtextpadicon.Size = new System.Drawing.Size(100, 50);
|
|
this.tbtextpadicon.TabIndex = 0;
|
|
this.tbtextpadicon.TabStop = false;
|
|
//
|
|
// tbtextpadtext
|
|
//
|
|
this.tbtextpadtext.Location = new System.Drawing.Point(0, 0);
|
|
this.tbtextpadtext.Name = "tbtextpadtext";
|
|
this.tbtextpadtext.Size = new System.Drawing.Size(100, 23);
|
|
this.tbtextpadtext.TabIndex = 0;
|
|
//
|
|
// tbgraphicpickericon
|
|
//
|
|
this.tbgraphicpickericon.Location = new System.Drawing.Point(0, 0);
|
|
this.tbgraphicpickericon.Name = "tbgraphicpickericon";
|
|
this.tbgraphicpickericon.Size = new System.Drawing.Size(100, 50);
|
|
this.tbgraphicpickericon.TabIndex = 0;
|
|
this.tbgraphicpickericon.TabStop = false;
|
|
//
|
|
// tbgraphicpickertext
|
|
//
|
|
this.tbgraphicpickertext.Location = new System.Drawing.Point(0, 0);
|
|
this.tbgraphicpickertext.Name = "tbgraphicpickertext";
|
|
this.tbgraphicpickertext.Size = new System.Drawing.Size(100, 23);
|
|
this.tbgraphicpickertext.TabIndex = 0;
|
|
//
|
|
// tbartpadicon
|
|
//
|
|
this.tbartpadicon.Location = new System.Drawing.Point(0, 0);
|
|
this.tbartpadicon.Name = "tbartpadicon";
|
|
this.tbartpadicon.Size = new System.Drawing.Size(100, 50);
|
|
this.tbartpadicon.TabIndex = 0;
|
|
this.tbartpadicon.TabStop = false;
|
|
//
|
|
// tbartpadtext
|
|
//
|
|
this.tbartpadtext.Location = new System.Drawing.Point(0, 0);
|
|
this.tbartpadtext.Name = "tbartpadtext";
|
|
this.tbartpadtext.Size = new System.Drawing.Size(100, 23);
|
|
this.tbartpadtext.TabIndex = 0;
|
|
//
|
|
// tbcalculatoricon
|
|
//
|
|
this.tbcalculatoricon.Location = new System.Drawing.Point(0, 0);
|
|
this.tbcalculatoricon.Name = "tbcalculatoricon";
|
|
this.tbcalculatoricon.Size = new System.Drawing.Size(100, 50);
|
|
this.tbcalculatoricon.TabIndex = 0;
|
|
this.tbcalculatoricon.TabStop = false;
|
|
//
|
|
// tbcalculatortext
|
|
//
|
|
this.tbcalculatortext.Location = new System.Drawing.Point(0, 0);
|
|
this.tbcalculatortext.Name = "tbcalculatortext";
|
|
this.tbcalculatortext.Size = new System.Drawing.Size(100, 23);
|
|
this.tbcalculatortext.TabIndex = 0;
|
|
//
|
|
// tbaudioplayericon
|
|
//
|
|
this.tbaudioplayericon.Location = new System.Drawing.Point(0, 0);
|
|
this.tbaudioplayericon.Name = "tbaudioplayericon";
|
|
this.tbaudioplayericon.Size = new System.Drawing.Size(100, 50);
|
|
this.tbaudioplayericon.TabIndex = 0;
|
|
this.tbaudioplayericon.TabStop = false;
|
|
//
|
|
// tbaudioplayertext
|
|
//
|
|
this.tbaudioplayertext.Location = new System.Drawing.Point(0, 0);
|
|
this.tbaudioplayertext.Name = "tbaudioplayertext";
|
|
this.tbaudioplayertext.Size = new System.Drawing.Size(100, 23);
|
|
this.tbaudioplayertext.TabIndex = 0;
|
|
//
|
|
// tbvideoplayericon
|
|
//
|
|
this.tbvideoplayericon.Location = new System.Drawing.Point(0, 0);
|
|
this.tbvideoplayericon.Name = "tbvideoplayericon";
|
|
this.tbvideoplayericon.Size = new System.Drawing.Size(100, 50);
|
|
this.tbvideoplayericon.TabIndex = 0;
|
|
this.tbvideoplayericon.TabStop = false;
|
|
//
|
|
// tbvideoplayertext
|
|
//
|
|
this.tbvideoplayertext.Location = new System.Drawing.Point(0, 0);
|
|
this.tbvideoplayertext.Name = "tbvideoplayertext";
|
|
this.tbvideoplayertext.Size = new System.Drawing.Size(100, 23);
|
|
this.tbvideoplayertext.TabIndex = 0;
|
|
//
|
|
// tbwebbrowsericon
|
|
//
|
|
this.tbwebbrowsericon.Location = new System.Drawing.Point(0, 0);
|
|
this.tbwebbrowsericon.Name = "tbwebbrowsericon";
|
|
this.tbwebbrowsericon.Size = new System.Drawing.Size(100, 50);
|
|
this.tbwebbrowsericon.TabIndex = 0;
|
|
this.tbwebbrowsericon.TabStop = false;
|
|
//
|
|
// tbwebbrowsertext
|
|
//
|
|
this.tbwebbrowsertext.Location = new System.Drawing.Point(0, 0);
|
|
this.tbwebbrowsertext.Name = "tbwebbrowsertext";
|
|
this.tbwebbrowsertext.Size = new System.Drawing.Size(100, 23);
|
|
this.tbwebbrowsertext.TabIndex = 0;
|
|
//
|
|
// tbnamechangericon
|
|
//
|
|
this.tbnamechangericon.Location = new System.Drawing.Point(0, 0);
|
|
this.tbnamechangericon.Name = "tbnamechangericon";
|
|
this.tbnamechangericon.Size = new System.Drawing.Size(100, 50);
|
|
this.tbnamechangericon.TabIndex = 0;
|
|
this.tbnamechangericon.TabStop = false;
|
|
//
|
|
// tbnamechangertext
|
|
//
|
|
this.tbnamechangertext.Location = new System.Drawing.Point(0, 0);
|
|
this.tbnamechangertext.Name = "tbnamechangertext";
|
|
this.tbnamechangertext.Size = new System.Drawing.Size(100, 23);
|
|
this.tbnamechangertext.TabIndex = 0;
|
|
//
|
|
// tbiconmanagericon
|
|
//
|
|
this.tbiconmanagericon.Location = new System.Drawing.Point(0, 0);
|
|
this.tbiconmanagericon.Name = "tbiconmanagericon";
|
|
this.tbiconmanagericon.Size = new System.Drawing.Size(100, 50);
|
|
this.tbiconmanagericon.TabIndex = 0;
|
|
this.tbiconmanagericon.TabStop = false;
|
|
//
|
|
// tbiconmanagertext
|
|
//
|
|
this.tbiconmanagertext.Location = new System.Drawing.Point(0, 0);
|
|
this.tbiconmanagertext.Name = "tbiconmanagertext";
|
|
this.tbiconmanagertext.Size = new System.Drawing.Size(100, 23);
|
|
this.tbiconmanagertext.TabIndex = 0;
|
|
//
|
|
// tbbitnotewalleticon
|
|
//
|
|
this.tbbitnotewalleticon.Location = new System.Drawing.Point(0, 0);
|
|
this.tbbitnotewalleticon.Name = "tbbitnotewalleticon";
|
|
this.tbbitnotewalleticon.Size = new System.Drawing.Size(100, 50);
|
|
this.tbbitnotewalleticon.TabIndex = 0;
|
|
this.tbbitnotewalleticon.TabStop = false;
|
|
//
|
|
// tbbitnotewallettext
|
|
//
|
|
this.tbbitnotewallettext.Location = new System.Drawing.Point(0, 0);
|
|
this.tbbitnotewallettext.Name = "tbbitnotewallettext";
|
|
this.tbbitnotewallettext.Size = new System.Drawing.Size(100, 23);
|
|
this.tbbitnotewallettext.TabIndex = 0;
|
|
//
|
|
// tbbitnotediggericon
|
|
//
|
|
this.tbbitnotediggericon.Location = new System.Drawing.Point(0, 0);
|
|
this.tbbitnotediggericon.Name = "tbbitnotediggericon";
|
|
this.tbbitnotediggericon.Size = new System.Drawing.Size(100, 50);
|
|
this.tbbitnotediggericon.TabIndex = 0;
|
|
this.tbbitnotediggericon.TabStop = false;
|
|
//
|
|
// tbbitnotediggertext
|
|
//
|
|
this.tbbitnotediggertext.Location = new System.Drawing.Point(0, 0);
|
|
this.tbbitnotediggertext.Name = "tbbitnotediggertext";
|
|
this.tbbitnotediggertext.Size = new System.Drawing.Size(100, 23);
|
|
this.tbbitnotediggertext.TabIndex = 0;
|
|
//
|
|
// tbskinshiftericon
|
|
//
|
|
this.tbskinshiftericon.Location = new System.Drawing.Point(0, 0);
|
|
this.tbskinshiftericon.Name = "tbskinshiftericon";
|
|
this.tbskinshiftericon.Size = new System.Drawing.Size(100, 50);
|
|
this.tbskinshiftericon.TabIndex = 0;
|
|
this.tbskinshiftericon.TabStop = false;
|
|
//
|
|
// tbskinshiftertext
|
|
//
|
|
this.tbskinshiftertext.Location = new System.Drawing.Point(0, 0);
|
|
this.tbskinshiftertext.Name = "tbskinshiftertext";
|
|
this.tbskinshiftertext.Size = new System.Drawing.Size(100, 23);
|
|
this.tbskinshiftertext.TabIndex = 0;
|
|
//
|
|
// tbdownloadericon
|
|
//
|
|
this.tbdownloadericon.Location = new System.Drawing.Point(0, 0);
|
|
this.tbdownloadericon.Name = "tbdownloadericon";
|
|
this.tbdownloadericon.Size = new System.Drawing.Size(100, 50);
|
|
this.tbdownloadericon.TabIndex = 0;
|
|
this.tbdownloadericon.TabStop = false;
|
|
//
|
|
// tbdownloadertext
|
|
//
|
|
this.tbdownloadertext.Location = new System.Drawing.Point(0, 0);
|
|
this.tbdownloadertext.Name = "tbdownloadertext";
|
|
this.tbdownloadertext.Size = new System.Drawing.Size(100, 23);
|
|
this.tbdownloadertext.TabIndex = 0;
|
|
//
|
|
// tbshiftneticon
|
|
//
|
|
this.tbshiftneticon.Location = new System.Drawing.Point(0, 0);
|
|
this.tbshiftneticon.Name = "tbshiftneticon";
|
|
this.tbshiftneticon.Size = new System.Drawing.Size(100, 50);
|
|
this.tbshiftneticon.TabIndex = 0;
|
|
this.tbshiftneticon.TabStop = false;
|
|
//
|
|
// tbshiftnettext
|
|
//
|
|
this.tbshiftnettext.Location = new System.Drawing.Point(0, 0);
|
|
this.tbshiftnettext.Name = "tbshiftnettext";
|
|
this.tbshiftnettext.Size = new System.Drawing.Size(100, 23);
|
|
this.tbshiftnettext.TabIndex = 0;
|
|
//
|
|
// tbdodgeicon
|
|
//
|
|
this.tbdodgeicon.Location = new System.Drawing.Point(0, 0);
|
|
this.tbdodgeicon.Name = "tbdodgeicon";
|
|
this.tbdodgeicon.Size = new System.Drawing.Size(100, 50);
|
|
this.tbdodgeicon.TabIndex = 0;
|
|
this.tbdodgeicon.TabStop = false;
|
|
//
|
|
// tbdodgetext
|
|
//
|
|
this.tbdodgetext.Location = new System.Drawing.Point(0, 0);
|
|
this.tbdodgetext.Name = "tbdodgetext";
|
|
this.tbdodgetext.Size = new System.Drawing.Size(100, 23);
|
|
this.tbdodgetext.TabIndex = 0;
|
|
//
|
|
// tbdownloadmanagericon
|
|
//
|
|
this.tbdownloadmanagericon.Location = new System.Drawing.Point(0, 0);
|
|
this.tbdownloadmanagericon.Name = "tbdownloadmanagericon";
|
|
this.tbdownloadmanagericon.Size = new System.Drawing.Size(100, 50);
|
|
this.tbdownloadmanagericon.TabIndex = 0;
|
|
this.tbdownloadmanagericon.TabStop = false;
|
|
//
|
|
// tbdownloadmanagertext
|
|
//
|
|
this.tbdownloadmanagertext.Location = new System.Drawing.Point(0, 0);
|
|
this.tbdownloadmanagertext.Name = "tbdownloadmanagertext";
|
|
this.tbdownloadmanagertext.Size = new System.Drawing.Size(100, 23);
|
|
this.tbdownloadmanagertext.TabIndex = 0;
|
|
//
|
|
// tbcatalysticon
|
|
//
|
|
this.tbcatalysticon.Location = new System.Drawing.Point(0, 0);
|
|
this.tbcatalysticon.Name = "tbcatalysticon";
|
|
this.tbcatalysticon.Size = new System.Drawing.Size(100, 50);
|
|
this.tbcatalysticon.TabIndex = 0;
|
|
this.tbcatalysticon.TabStop = false;
|
|
//
|
|
// lbcatalystname
|
|
//
|
|
this.lbcatalystname.Location = new System.Drawing.Point(0, 0);
|
|
this.lbcatalystname.Name = "lbcatalystname";
|
|
this.lbcatalystname.Size = new System.Drawing.Size(100, 23);
|
|
this.lbcatalystname.TabIndex = 0;
|
|
//
|
|
// tbinstallericon
|
|
//
|
|
this.tbinstallericon.Location = new System.Drawing.Point(0, 0);
|
|
this.tbinstallericon.Name = "tbinstallericon";
|
|
this.tbinstallericon.Size = new System.Drawing.Size(100, 50);
|
|
this.tbinstallericon.TabIndex = 0;
|
|
this.tbinstallericon.TabStop = false;
|
|
//
|
|
// tbinstallertext
|
|
//
|
|
this.tbinstallertext.Location = new System.Drawing.Point(0, 0);
|
|
this.tbinstallertext.Name = "tbinstallertext";
|
|
this.tbinstallertext.Size = new System.Drawing.Size(100, 23);
|
|
this.tbinstallertext.TabIndex = 0;
|
|
//
|
|
// tbsnakeyicon
|
|
//
|
|
this.tbsnakeyicon.Location = new System.Drawing.Point(0, 0);
|
|
this.tbsnakeyicon.Name = "tbsnakeyicon";
|
|
this.tbsnakeyicon.Size = new System.Drawing.Size(100, 50);
|
|
this.tbsnakeyicon.TabIndex = 0;
|
|
this.tbsnakeyicon.TabStop = false;
|
|
//
|
|
// tbsnakeytext
|
|
//
|
|
this.tbsnakeytext.Location = new System.Drawing.Point(0, 0);
|
|
this.tbsnakeytext.Name = "tbsnakeytext";
|
|
this.tbsnakeytext.Size = new System.Drawing.Size(100, 23);
|
|
this.tbsnakeytext.TabIndex = 0;
|
|
//
|
|
// tborcwriteicon
|
|
//
|
|
this.tborcwriteicon.Location = new System.Drawing.Point(0, 0);
|
|
this.tborcwriteicon.Name = "tborcwriteicon";
|
|
this.tborcwriteicon.Size = new System.Drawing.Size(100, 50);
|
|
this.tborcwriteicon.TabIndex = 0;
|
|
this.tborcwriteicon.TabStop = false;
|
|
//
|
|
// tborcwritetext
|
|
//
|
|
this.tborcwritetext.Location = new System.Drawing.Point(0, 0);
|
|
this.tborcwritetext.Name = "tborcwritetext";
|
|
this.tborcwritetext.Size = new System.Drawing.Size(100, 23);
|
|
this.tborcwritetext.TabIndex = 0;
|
|
//
|
|
// tbfloodgateicon
|
|
//
|
|
this.tbfloodgateicon.Location = new System.Drawing.Point(0, 0);
|
|
this.tbfloodgateicon.Name = "tbfloodgateicon";
|
|
this.tbfloodgateicon.Size = new System.Drawing.Size(100, 50);
|
|
this.tbfloodgateicon.TabIndex = 0;
|
|
this.tbfloodgateicon.TabStop = false;
|
|
//
|
|
// tbfloodgatetext
|
|
//
|
|
this.tbfloodgatetext.Location = new System.Drawing.Point(0, 0);
|
|
this.tbfloodgatetext.Name = "tbfloodgatetext";
|
|
this.tbfloodgatetext.Size = new System.Drawing.Size(100, 23);
|
|
this.tbfloodgatetext.TabIndex = 0;
|
|
//
|
|
// tbmazeicon
|
|
//
|
|
this.tbmazeicon.Location = new System.Drawing.Point(0, 0);
|
|
this.tbmazeicon.Name = "tbmazeicon";
|
|
this.tbmazeicon.Size = new System.Drawing.Size(100, 50);
|
|
this.tbmazeicon.TabIndex = 0;
|
|
this.tbmazeicon.TabStop = false;
|
|
//
|
|
// tbmazetext
|
|
//
|
|
this.tbmazetext.Location = new System.Drawing.Point(0, 0);
|
|
this.tbmazetext.Name = "tbmazetext";
|
|
this.tbmazetext.Size = new System.Drawing.Size(100, 23);
|
|
this.tbmazetext.TabIndex = 0;
|
|
//
|
|
// tbvirusscannericon
|
|
//
|
|
this.tbvirusscannericon.Location = new System.Drawing.Point(0, 0);
|
|
this.tbvirusscannericon.Name = "tbvirusscannericon";
|
|
this.tbvirusscannericon.Size = new System.Drawing.Size(100, 50);
|
|
this.tbvirusscannericon.TabIndex = 0;
|
|
this.tbvirusscannericon.TabStop = false;
|
|
//
|
|
// tbvirusscannertext
|
|
//
|
|
this.tbvirusscannertext.Location = new System.Drawing.Point(0, 0);
|
|
this.tbvirusscannertext.Name = "tbvirusscannertext";
|
|
this.tbvirusscannertext.Size = new System.Drawing.Size(100, 23);
|
|
this.tbvirusscannertext.TabIndex = 0;
|
|
//
|
|
// tbfilesavericon
|
|
//
|
|
this.tbfilesavericon.Location = new System.Drawing.Point(0, 0);
|
|
this.tbfilesavericon.Name = "tbfilesavericon";
|
|
this.tbfilesavericon.Size = new System.Drawing.Size(100, 50);
|
|
this.tbfilesavericon.TabIndex = 0;
|
|
this.tbfilesavericon.TabStop = false;
|
|
//
|
|
// tbfilesavertext
|
|
//
|
|
this.tbfilesavertext.Location = new System.Drawing.Point(0, 0);
|
|
this.tbfilesavertext.Name = "tbfilesavertext";
|
|
this.tbfilesavertext.Size = new System.Drawing.Size(100, 23);
|
|
this.tbfilesavertext.TabIndex = 0;
|
|
//
|
|
// tbshiftericon
|
|
//
|
|
this.tbshiftericon.Location = new System.Drawing.Point(0, 0);
|
|
this.tbshiftericon.Name = "tbshiftericon";
|
|
this.tbshiftericon.Size = new System.Drawing.Size(100, 50);
|
|
this.tbshiftericon.TabIndex = 0;
|
|
this.tbshiftericon.TabStop = false;
|
|
//
|
|
// tbshiftertext
|
|
//
|
|
this.tbshiftertext.Location = new System.Drawing.Point(0, 0);
|
|
this.tbshiftertext.Name = "tbshiftertext";
|
|
this.tbshiftertext.Size = new System.Drawing.Size(100, 23);
|
|
this.tbshiftertext.TabIndex = 0;
|
|
//
|
|
// pnlpanelbuttonfloatybird
|
|
//
|
|
this.pnlpanelbuttonfloatybird.BackColor = System.Drawing.Color.Black;
|
|
this.pnlpanelbuttonfloatybird.Controls.Add(this.tbfloatybirdicon);
|
|
this.pnlpanelbuttonfloatybird.Controls.Add(this.tbfloatybirdtext);
|
|
this.pnlpanelbuttonfloatybird.Location = new System.Drawing.Point(5, 29);
|
|
this.pnlpanelbuttonfloatybird.Name = "pnlpanelbuttonfloatybird";
|
|
this.pnlpanelbuttonfloatybird.Size = new System.Drawing.Size(52, 20);
|
|
this.pnlpanelbuttonfloatybird.TabIndex = 31;
|
|
this.pnlpanelbuttonfloatybird.Visible = false;
|
|
//
|
|
// tbfloatybirdicon
|
|
//
|
|
this.tbfloatybirdicon.BackColor = System.Drawing.Color.Transparent;
|
|
this.tbfloatybirdicon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.tbfloatybirdicon.Location = new System.Drawing.Point(4, 2);
|
|
this.tbfloatybirdicon.Name = "tbfloatybirdicon";
|
|
this.tbfloatybirdicon.Size = new System.Drawing.Size(16, 16);
|
|
this.tbfloatybirdicon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.tbfloatybirdicon.TabIndex = 1;
|
|
this.tbfloatybirdicon.TabStop = false;
|
|
//
|
|
// tbfloatybirdtext
|
|
//
|
|
this.tbfloatybirdtext.AutoSize = true;
|
|
this.tbfloatybirdtext.BackColor = System.Drawing.Color.Transparent;
|
|
this.tbfloatybirdtext.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tbfloatybirdtext.ForeColor = System.Drawing.Color.White;
|
|
this.tbfloatybirdtext.Location = new System.Drawing.Point(24, 2);
|
|
this.tbfloatybirdtext.Name = "tbfloatybirdtext";
|
|
this.tbfloatybirdtext.Size = new System.Drawing.Size(45, 16);
|
|
this.tbfloatybirdtext.TabIndex = 0;
|
|
this.tbfloatybirdtext.Text = "Shifter";
|
|
//
|
|
// floatybirdToolStripMenuItem
|
|
//
|
|
this.floatybirdToolStripMenuItem.Name = "floatybirdToolStripMenuItem";
|
|
this.floatybirdToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
|
|
this.floatybirdToolStripMenuItem.Text = "Floaty Bird";
|
|
//
|
|
// clocktick
|
|
//
|
|
this.clocktick.Enabled = true;
|
|
this.clocktick.Interval = 1000;
|
|
this.clocktick.Tick += new System.EventHandler(this.clocktick_Tick);
|
|
//
|
|
// autosave
|
|
//
|
|
this.autosave.Enabled = true;
|
|
this.autosave.Interval = 60000;
|
|
//
|
|
// cmbdesktopoptions
|
|
//
|
|
this.cmbdesktopoptions.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.NewToolStripMenuItem,
|
|
this.addDesktopPanelToolStripMenuItem,
|
|
this.widgetManagerToolStripMenuItem});
|
|
this.cmbdesktopoptions.Name = "ContextMenuStrip1";
|
|
this.cmbdesktopoptions.Size = new System.Drawing.Size(175, 70);
|
|
//
|
|
// NewToolStripMenuItem
|
|
//
|
|
this.NewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.FolderToolStripMenuItem,
|
|
this.ToolStripMenuItem2,
|
|
this.ArtpadPictureToolStripMenuItem,
|
|
this.TextDocumentToolStripMenuItem,
|
|
this.NewSkin,
|
|
this.WebpageToolStripMenuItem,
|
|
this.ShortcutToolStripMenuItem,
|
|
this.scriptToolStripMenuItem});
|
|
this.NewToolStripMenuItem.Name = "NewToolStripMenuItem";
|
|
this.NewToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
|
|
this.NewToolStripMenuItem.Text = "New";
|
|
//
|
|
// FolderToolStripMenuItem
|
|
//
|
|
this.FolderToolStripMenuItem.Name = "FolderToolStripMenuItem";
|
|
this.FolderToolStripMenuItem.Size = new System.Drawing.Size(155, 22);
|
|
this.FolderToolStripMenuItem.Text = "Folder";
|
|
this.FolderToolStripMenuItem.Click += new System.EventHandler(this.FolderToolStripMenuItem_Click);
|
|
//
|
|
// ToolStripMenuItem2
|
|
//
|
|
this.ToolStripMenuItem2.Name = "ToolStripMenuItem2";
|
|
this.ToolStripMenuItem2.Size = new System.Drawing.Size(152, 6);
|
|
//
|
|
// ArtpadPictureToolStripMenuItem
|
|
//
|
|
this.ArtpadPictureToolStripMenuItem.Name = "ArtpadPictureToolStripMenuItem";
|
|
this.ArtpadPictureToolStripMenuItem.Size = new System.Drawing.Size(155, 22);
|
|
this.ArtpadPictureToolStripMenuItem.Text = "Artpad Picture";
|
|
//
|
|
// TextDocumentToolStripMenuItem
|
|
//
|
|
this.TextDocumentToolStripMenuItem.Name = "TextDocumentToolStripMenuItem";
|
|
this.TextDocumentToolStripMenuItem.Size = new System.Drawing.Size(155, 22);
|
|
this.TextDocumentToolStripMenuItem.Text = "Text Document";
|
|
this.TextDocumentToolStripMenuItem.Click += new System.EventHandler(this.TextDocumentToolStripMenuItem_Click);
|
|
//
|
|
// NewSkin
|
|
//
|
|
this.NewSkin.Name = "NewSkin";
|
|
this.NewSkin.Size = new System.Drawing.Size(155, 22);
|
|
this.NewSkin.Text = "Skin";
|
|
this.NewSkin.Click += new System.EventHandler(this.NewSkin_Click);
|
|
//
|
|
// WebpageToolStripMenuItem
|
|
//
|
|
this.WebpageToolStripMenuItem.Name = "WebpageToolStripMenuItem";
|
|
this.WebpageToolStripMenuItem.Size = new System.Drawing.Size(152, 6);
|
|
this.WebpageToolStripMenuItem.Visible = false;
|
|
//
|
|
// ShortcutToolStripMenuItem
|
|
//
|
|
this.ShortcutToolStripMenuItem.Name = "ShortcutToolStripMenuItem";
|
|
this.ShortcutToolStripMenuItem.Size = new System.Drawing.Size(155, 22);
|
|
this.ShortcutToolStripMenuItem.Text = "Shortcut";
|
|
this.ShortcutToolStripMenuItem.Visible = false;
|
|
//
|
|
// scriptToolStripMenuItem
|
|
//
|
|
this.scriptToolStripMenuItem.Name = "scriptToolStripMenuItem";
|
|
this.scriptToolStripMenuItem.ShowShortcutKeys = false;
|
|
this.scriptToolStripMenuItem.Size = new System.Drawing.Size(155, 22);
|
|
this.scriptToolStripMenuItem.Text = "Script";
|
|
this.scriptToolStripMenuItem.Click += new System.EventHandler(this.scriptToolStripMenuItem_Click);
|
|
//
|
|
// addDesktopPanelToolStripMenuItem
|
|
//
|
|
this.addDesktopPanelToolStripMenuItem.Name = "addDesktopPanelToolStripMenuItem";
|
|
this.addDesktopPanelToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
|
|
this.addDesktopPanelToolStripMenuItem.Text = "Add Desktop Panel";
|
|
this.addDesktopPanelToolStripMenuItem.Click += new System.EventHandler(this.addDesktopPanelToolStripMenuItem_Click);
|
|
//
|
|
// widgetManagerToolStripMenuItem
|
|
//
|
|
this.widgetManagerToolStripMenuItem.Name = "widgetManagerToolStripMenuItem";
|
|
this.widgetManagerToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
|
|
this.widgetManagerToolStripMenuItem.Text = "Widget Manager";
|
|
this.widgetManagerToolStripMenuItem.Click += new System.EventHandler(this.widgetManagerToolStripMenuItem_Click);
|
|
//
|
|
// imgshiftnetapps
|
|
//
|
|
this.imgshiftnetapps.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
|
|
this.imgshiftnetapps.ImageSize = new System.Drawing.Size(16, 16);
|
|
this.imgshiftnetapps.TransparentColor = System.Drawing.Color.Transparent;
|
|
//
|
|
// lbldebug
|
|
//
|
|
this.lbldebug.BackColor = System.Drawing.Color.Gray;
|
|
this.lbldebug.ForeColor = System.Drawing.Color.White;
|
|
this.lbldebug.Location = new System.Drawing.Point(12, 583);
|
|
this.lbldebug.Name = "lbldebug";
|
|
this.lbldebug.Size = new System.Drawing.Size(178, 93);
|
|
this.lbldebug.TabIndex = 1;
|
|
this.lbldebug.Text = " == DEBUG INFO ===\r\nShiftOS version: 0.1.0\r\nExecution Folder: /bib/Debug\r\nSave Di" +
|
|
"rectory On Disk: C:\\ShiftOS\r\nDevMode: TRUE\r\nRunning Mods: 0\r\nCodepoints: 0";
|
|
//
|
|
// lblog
|
|
//
|
|
this.lblog.BackColor = System.Drawing.Color.Gray;
|
|
this.lblog.Font = new System.Drawing.Font("Lucida Console", 8.25F);
|
|
this.lblog.ForeColor = System.Drawing.Color.White;
|
|
this.lblog.Location = new System.Drawing.Point(797, 432);
|
|
this.lblog.Name = "lblog";
|
|
this.lblog.Size = new System.Drawing.Size(459, 244);
|
|
this.lblog.TabIndex = 2;
|
|
this.lblog.Text = " == DEBUG INFO ===\r\nShiftOS version: 0.1.0\r\nExecution Folder: /bib/Debug\r\nSave Di" +
|
|
"rectory On Disk: C:\\ShiftOS\r\nDevMode: TRUE\r\nRunning Mods: 0\r\nCodepoints: 0";
|
|
//
|
|
// flicons
|
|
//
|
|
this.flicons.BackColor = System.Drawing.Color.Transparent;
|
|
this.flicons.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.flicons.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
|
this.flicons.Location = new System.Drawing.Point(0, 24);
|
|
this.flicons.Name = "flicons";
|
|
this.flicons.Size = new System.Drawing.Size(1268, 661);
|
|
this.flicons.TabIndex = 3;
|
|
//
|
|
// cmbfactions
|
|
//
|
|
this.cmbfactions.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.deleteToolStripMenuItem});
|
|
this.cmbfactions.Name = "cmbfactions";
|
|
this.cmbfactions.Size = new System.Drawing.Size(108, 26);
|
|
//
|
|
// deleteToolStripMenuItem
|
|
//
|
|
this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
|
|
this.deleteToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
|
|
this.deleteToolStripMenuItem.Text = "Delete";
|
|
this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
|
|
//
|
|
// cbwidget
|
|
//
|
|
this.cbwidget.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.wlocmenu});
|
|
this.cbwidget.Name = "cbwidget";
|
|
this.cbwidget.Size = new System.Drawing.Size(121, 26);
|
|
//
|
|
// wlocmenu
|
|
//
|
|
this.wlocmenu.Name = "wlocmenu";
|
|
this.wlocmenu.Size = new System.Drawing.Size(120, 22);
|
|
this.wlocmenu.Text = "Location";
|
|
//
|
|
// cbdpanel
|
|
//
|
|
this.cbdpanel.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripMenuItem3,
|
|
this.optionsToolStripMenuItem,
|
|
this.placeHereToolStripMenuItem});
|
|
this.cbdpanel.Name = "cbwidget";
|
|
this.cbdpanel.Size = new System.Drawing.Size(175, 70);
|
|
//
|
|
// toolStripMenuItem3
|
|
//
|
|
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
|
|
this.toolStripMenuItem3.Size = new System.Drawing.Size(174, 22);
|
|
this.toolStripMenuItem3.Text = "Remove This Panel";
|
|
this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
|
|
//
|
|
// optionsToolStripMenuItem
|
|
//
|
|
this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
|
|
this.optionsToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
|
|
this.optionsToolStripMenuItem.Text = "Options";
|
|
this.optionsToolStripMenuItem.Click += new System.EventHandler(this.optionsToolStripMenuItem_Click);
|
|
//
|
|
// placeHereToolStripMenuItem
|
|
//
|
|
this.placeHereToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.appLauncherToolStripMenuItem,
|
|
this.panelButtonsToolStripMenuItem,
|
|
this.clockToolStripMenuItem1});
|
|
this.placeHereToolStripMenuItem.Name = "placeHereToolStripMenuItem";
|
|
this.placeHereToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
|
|
this.placeHereToolStripMenuItem.Text = "Place here...";
|
|
//
|
|
// appLauncherToolStripMenuItem
|
|
//
|
|
this.appLauncherToolStripMenuItem.Name = "appLauncherToolStripMenuItem";
|
|
this.appLauncherToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
|
|
this.appLauncherToolStripMenuItem.Text = "App Launcher";
|
|
this.appLauncherToolStripMenuItem.Click += new System.EventHandler(this.appLauncherToolStripMenuItem_Click);
|
|
//
|
|
// panelButtonsToolStripMenuItem
|
|
//
|
|
this.panelButtonsToolStripMenuItem.Name = "panelButtonsToolStripMenuItem";
|
|
this.panelButtonsToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
|
|
this.panelButtonsToolStripMenuItem.Text = "Panel Buttons";
|
|
this.panelButtonsToolStripMenuItem.Click += new System.EventHandler(this.panelButtonsToolStripMenuItem_Click);
|
|
//
|
|
// clockToolStripMenuItem1
|
|
//
|
|
this.clockToolStripMenuItem1.Name = "clockToolStripMenuItem1";
|
|
this.clockToolStripMenuItem1.Size = new System.Drawing.Size(148, 22);
|
|
this.clockToolStripMenuItem1.Text = "Clock";
|
|
this.clockToolStripMenuItem1.Click += new System.EventHandler(this.clockToolStripMenuItem1_Click);
|
|
//
|
|
// ShiftOSDesktop
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.Black;
|
|
this.ClientSize = new System.Drawing.Size(1268, 685);
|
|
this.Controls.Add(this.flicons);
|
|
this.Controls.Add(this.lblog);
|
|
this.Controls.Add(this.lbldebug);
|
|
this.Controls.Add(this.desktoppanel);
|
|
this.KeyPreview = true;
|
|
this.MainMenuStrip = this.desktopappmenu;
|
|
this.Name = "ShiftOSDesktop";
|
|
this.Text = "ShiftOSDesktop";
|
|
this.Load += new System.EventHandler(this.ShiftOSDesktop_Load);
|
|
this.desktoppanel.ResumeLayout(false);
|
|
this.desktoppanel.PerformLayout();
|
|
this.applaunchermenuholder.ResumeLayout(false);
|
|
this.desktopappmenu.ResumeLayout(false);
|
|
this.desktopappmenu.PerformLayout();
|
|
this.timepanel.ResumeLayout(false);
|
|
this.timepanel.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbclockicon)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbsysinfoicon)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbskinloadericon)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbfileskimmericon)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbfileopenericon)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbinfoboxicon)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbknowledgeinputicon)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbcolourpickericon)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbshiftoriumicon)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbpongicon)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbterminalicon)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbtextpadicon)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbgraphicpickericon)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbartpadicon)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbcalculatoricon)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbaudioplayericon)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbvideoplayericon)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbwebbrowsericon)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbnamechangericon)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbiconmanagericon)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbbitnotewalleticon)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbbitnotediggericon)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbskinshiftericon)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbdownloadericon)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbshiftneticon)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbdodgeicon)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbdownloadmanagericon)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbcatalysticon)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbinstallericon)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbsnakeyicon)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tborcwriteicon)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbfloodgateicon)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbmazeicon)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbvirusscannericon)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbfilesavericon)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbshiftericon)).EndInit();
|
|
this.pnlpanelbuttonfloatybird.ResumeLayout(false);
|
|
this.pnlpanelbuttonfloatybird.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbfloatybirdicon)).EndInit();
|
|
this.cmbdesktopoptions.ResumeLayout(false);
|
|
this.cmbfactions.ResumeLayout(false);
|
|
this.cbwidget.ResumeLayout(false);
|
|
this.cbdpanel.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
internal System.Windows.Forms.MenuStrip desktopappmenu;
|
|
internal System.Windows.Forms.ToolStripMenuItem KnowledgeInputToolStripMenuItem;
|
|
internal System.Windows.Forms.ToolStripMenuItem ShiftoriumToolStripMenuItem;
|
|
internal System.Windows.Forms.ToolStripMenuItem ClockToolStripMenuItem;
|
|
internal System.Windows.Forms.ToolStripMenuItem TerminalToolStripMenuItem;
|
|
internal System.Windows.Forms.ToolStripSeparator unitySeperator;
|
|
internal System.Windows.Forms.ToolStripMenuItem ShutdownToolStripMenuItem;
|
|
internal System.Windows.Forms.Label paneltimetext;
|
|
internal System.Windows.Forms.Timer clocktick;
|
|
internal System.Windows.Forms.Panel timepanel;
|
|
internal System.Windows.Forms.ToolStripMenuItem ShifterToolStripMenuItem;
|
|
internal System.Windows.Forms.Panel applaunchermenuholder;
|
|
internal System.Windows.Forms.ToolStripMenuItem PongToolStripMenuItem;
|
|
internal System.Windows.Forms.ToolStripMenuItem FileSkimmerToolStripMenuItem;
|
|
internal System.Windows.Forms.ToolStripMenuItem TextPadToolStripMenuItem;
|
|
internal System.Windows.Forms.Timer autosave;
|
|
internal System.Windows.Forms.ToolStripMenuItem SkinLoaderToolStripMenuItem;
|
|
internal System.Windows.Forms.PictureBox tbtextpadicon;
|
|
internal System.Windows.Forms.Label tbtextpadtext;
|
|
internal System.Windows.Forms.PictureBox tbclockicon;
|
|
internal System.Windows.Forms.Label tbclocktext;
|
|
internal System.Windows.Forms.PictureBox tbcolourpickericon;
|
|
internal System.Windows.Forms.Label tbcolourpickertext;
|
|
internal System.Windows.Forms.PictureBox tbgraphicpickericon;
|
|
internal System.Windows.Forms.Label tbgraphicpickertext;
|
|
internal System.Windows.Forms.PictureBox tbfileopenericon;
|
|
internal System.Windows.Forms.Label tbfileopenertext;
|
|
internal System.Windows.Forms.PictureBox tbfileskimmericon;
|
|
internal System.Windows.Forms.Label tbfileskimmertext;
|
|
internal System.Windows.Forms.PictureBox tbknowledgeinputicon;
|
|
internal System.Windows.Forms.Label tbknowledgeinputtext;
|
|
internal System.Windows.Forms.PictureBox tbinfoboxicon;
|
|
internal System.Windows.Forms.Label tbinfoboxtext;
|
|
internal System.Windows.Forms.PictureBox tbpongicon;
|
|
internal System.Windows.Forms.Label tbpongtext;
|
|
internal System.Windows.Forms.PictureBox tbshiftoriumicon;
|
|
internal System.Windows.Forms.Label tbshiftoriumtext;
|
|
internal System.Windows.Forms.PictureBox tbskinloadericon;
|
|
internal System.Windows.Forms.Label tbskinloadertext;
|
|
internal System.Windows.Forms.PictureBox tbterminalicon;
|
|
internal System.Windows.Forms.Label tbterminaltext;
|
|
internal System.Windows.Forms.FlowLayoutPanel pnlpanelbuttonholder;
|
|
internal System.Windows.Forms.PictureBox tbartpadicon;
|
|
internal System.Windows.Forms.Label tbartpadtext;
|
|
internal System.Windows.Forms.ToolStripMenuItem ArtpadToolStripMenuItem;
|
|
internal System.Windows.Forms.ToolStripMenuItem CalculatorToolStripMenuItem;
|
|
internal System.Windows.Forms.PictureBox tbcalculatoricon;
|
|
internal System.Windows.Forms.Label tbcalculatortext;
|
|
internal System.Windows.Forms.PictureBox tbaudioplayericon;
|
|
internal System.Windows.Forms.Label tbaudioplayertext;
|
|
internal System.Windows.Forms.ToolStripMenuItem AudioplayerToolStripMenuItem;
|
|
internal System.Windows.Forms.PictureBox tbwebbrowsericon;
|
|
internal System.Windows.Forms.Label tbwebbrowsertext;
|
|
internal System.Windows.Forms.ToolStripMenuItem WebBrowserToolStripMenuItem;
|
|
internal System.Windows.Forms.PictureBox tbvideoplayericon;
|
|
internal System.Windows.Forms.Label tbvideoplayertext;
|
|
internal System.Windows.Forms.ToolStripMenuItem VideoplayerToolStripMenuItem;
|
|
internal System.Windows.Forms.PictureBox tbnamechangericon;
|
|
internal System.Windows.Forms.Label tbnamechangertext;
|
|
internal System.Windows.Forms.ToolStripMenuItem NameChangerToolStripMenuItem;
|
|
internal System.Windows.Forms.PictureBox tbiconmanagericon;
|
|
internal System.Windows.Forms.Label tbiconmanagertext;
|
|
internal System.Windows.Forms.ToolStripMenuItem IconManagerToolStripMenuItem;
|
|
internal System.Windows.Forms.PictureBox tbbitnotewalleticon;
|
|
internal System.Windows.Forms.Label tbbitnotewallettext;
|
|
internal System.Windows.Forms.PictureBox tbbitnotediggericon;
|
|
internal System.Windows.Forms.Label tbbitnotediggertext;
|
|
internal System.Windows.Forms.ToolStripMenuItem BitnoteWalletToolStripMenuItem;
|
|
internal System.Windows.Forms.ToolStripMenuItem BitnoteDiggerToolStripMenuItem;
|
|
internal System.Windows.Forms.PictureBox tbskinshiftericon;
|
|
internal System.Windows.Forms.Label tbskinshiftertext;
|
|
internal System.Windows.Forms.ToolStripMenuItem SkinShifterToolStripMenuItem;
|
|
internal System.Windows.Forms.PictureBox tbshiftneticon;
|
|
internal System.Windows.Forms.Label tbshiftnettext;
|
|
internal System.Windows.Forms.PictureBox tbdownloadericon;
|
|
internal System.Windows.Forms.Label tbdownloadertext;
|
|
internal System.Windows.Forms.ToolStripMenuItem ShiftnetToolStripMenuItem;
|
|
internal System.Windows.Forms.PictureBox tbdodgeicon;
|
|
internal System.Windows.Forms.Label tbdodgetext;
|
|
internal System.Windows.Forms.ToolStripMenuItem DodgeToolStripMenuItem;
|
|
internal System.Windows.Forms.ToolStripMenuItem sysinfoToolStripMenuItem;
|
|
internal System.Windows.Forms.PictureBox tbdownloadmanagericon;
|
|
internal System.Windows.Forms.Label tbdownloadmanagertext;
|
|
internal System.Windows.Forms.PictureBox tbinstallericon;
|
|
internal System.Windows.Forms.Label tbinstallertext;
|
|
internal System.Windows.Forms.ToolStripMenuItem InstallerToolStripMenuItem;
|
|
internal System.Windows.Forms.ToolStripMenuItem downloadmanagerToolStripMenuItem;
|
|
internal System.Windows.Forms.PictureBox tbsnakeyicon;
|
|
internal System.Windows.Forms.Label tbsnakeytext;
|
|
internal System.Windows.Forms.PictureBox tborcwriteicon;
|
|
internal System.Windows.Forms.Label tborcwritetext;
|
|
internal System.Windows.Forms.ToolStripMenuItem orcwriteToolStripMenuItem;
|
|
internal System.Windows.Forms.PictureBox tbfloodgateicon;
|
|
internal System.Windows.Forms.Label tbfloodgatetext;
|
|
internal System.Windows.Forms.ToolStripMenuItem FloodGateToolStripMenuItem;
|
|
internal System.Windows.Forms.ToolStripMenuItem UnityToolStripMenuItem;
|
|
internal System.Windows.Forms.PictureBox tbsysinfoicon;
|
|
internal System.Windows.Forms.Label tbsysinfotext;
|
|
internal System.Windows.Forms.ToolStripMenuItem SnakeyToolStripMenuItem;
|
|
internal System.Windows.Forms.PictureBox tbmazeicon;
|
|
internal System.Windows.Forms.Label tbmazetext;
|
|
internal System.Windows.Forms.ToolStripMenuItem MazeToolStripMenuItem;
|
|
internal System.Windows.Forms.PictureBox tbvirusscannericon;
|
|
internal System.Windows.Forms.Label tbvirusscannertext;
|
|
internal System.Windows.Forms.ToolStripMenuItem VirusScannerToolStripMenuItem;
|
|
internal System.Windows.Forms.Timer nocheat;
|
|
internal System.Windows.Forms.PictureBox tbfilesavericon;
|
|
internal System.Windows.Forms.Label tbfilesavertext;
|
|
internal System.Windows.Forms.PictureBox tbshiftericon;
|
|
internal System.Windows.Forms.Label tbshiftertext;
|
|
internal System.Windows.Forms.Panel pnlpanelbuttonfloatybird;
|
|
internal System.Windows.Forms.PictureBox tbfloatybirdicon;
|
|
internal System.Windows.Forms.Label tbfloatybirdtext;
|
|
internal System.Windows.Forms.ToolStripMenuItem floatybirdToolStripMenuItem;
|
|
internal System.Windows.Forms.Timer tmrwindowedtest;
|
|
internal System.Windows.Forms.ContextMenuStrip cmbdesktopoptions;
|
|
internal System.Windows.Forms.ToolStripMenuItem NewToolStripMenuItem;
|
|
internal System.Windows.Forms.ToolStripMenuItem FolderToolStripMenuItem;
|
|
internal System.Windows.Forms.ToolStripSeparator ToolStripMenuItem2;
|
|
internal System.Windows.Forms.ToolStripMenuItem ArtpadPictureToolStripMenuItem;
|
|
internal System.Windows.Forms.ToolStripMenuItem TextDocumentToolStripMenuItem;
|
|
internal System.Windows.Forms.ToolStripSeparator WebpageToolStripMenuItem;
|
|
internal System.Windows.Forms.ToolStripMenuItem ShortcutToolStripMenuItem;
|
|
internal System.Windows.Forms.ToolStripMenuItem NewSkin;
|
|
internal System.Windows.Forms.PictureBox tbcatalysticon;
|
|
internal System.Windows.Forms.Label lbcatalystname;
|
|
internal System.Windows.Forms.ToolStripMenuItem CatalystToolStripMenuItem1;
|
|
public System.Windows.Forms.ImageList imgshiftnetapps;
|
|
private System.Windows.Forms.Label lbldebug;
|
|
private System.Windows.Forms.Label lblog;
|
|
public System.Windows.Forms.FlowLayoutPanel flicons;
|
|
private System.Windows.Forms.ToolStripMenuItem scriptToolStripMenuItem;
|
|
private System.Windows.Forms.ContextMenuStrip cmbfactions;
|
|
private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem;
|
|
private System.Windows.Forms.FlowLayoutPanel pnlnotifications;
|
|
public System.Windows.Forms.Panel desktoppanel;
|
|
public System.Windows.Forms.ToolStripMenuItem ApplicationsToolStripMenuItem;
|
|
private System.Windows.Forms.ContextMenuStrip cbwidget;
|
|
private System.Windows.Forms.ToolStripMenuItem wlocmenu;
|
|
private System.Windows.Forms.ContextMenuStrip cbdpanel;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
|
|
private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem addDesktopPanelToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem placeHereToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem appLauncherToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem panelButtonsToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem clockToolStripMenuItem1;
|
|
private System.Windows.Forms.ToolStripMenuItem widgetManagerToolStripMenuItem;
|
|
}
|
|
} |