mirror of
https://github.com/seriocomedy/ShiftOS-C-.git
synced 2025-01-23 17:32:15 +00:00
6b804f03eb
The only bugs are that windows don't show in the center of the screen, and Gecko webbrowsers are not serializing properly to be converted to ShiftUI widgets (you can use the ToWidget() extension method to convert a WinForms control to a ShiftUI widget) Also multiple desktop panels are removed due to some odd bug I can't diagnose. Will add them back in the future. Promise. I loved creating GNOME2 skins.
1583 lines
No EOL
83 KiB
C#
1583 lines
No EOL
83 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 ShiftUI.Panel();
|
|
this.pnlnotifications = new ShiftUI.FlowLayoutPanel();
|
|
this.pnlpanelbuttonholder = new ShiftUI.FlowLayoutPanel();
|
|
this.applaunchermenuholder = new ShiftUI.Panel();
|
|
this.desktopappmenu = new ShiftUI.MenuStrip();
|
|
this.ApplicationsToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.ArtpadToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.AudioplayerToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.BitnoteDiggerToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.BitnoteWalletToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.CalculatorToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.CatalystToolStripMenuItem1 = new ShiftUI.ToolStripMenuItem();
|
|
this.ClockToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.DodgeToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.downloadmanagerToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.FileSkimmerToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.FloodGateToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.IconManagerToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.InstallerToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.KnowledgeInputToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.MazeToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.NameChangerToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.orcwriteToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.PongToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.ShifterToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.ShiftnetToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.ShiftoriumToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.SkinLoaderToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.SkinShifterToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.SnakeyToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.sysinfoToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.TerminalToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.TextPadToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.WebBrowserToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.VideoplayerToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.VirusScannerToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.unitySeperator = new ShiftUI.ToolStripSeparator();
|
|
this.UnityToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.ShutdownToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.timepanel = new ShiftUI.Panel();
|
|
this.paneltimetext = new ShiftUI.Label();
|
|
this.tbclockicon = new ShiftUI.PictureBox();
|
|
this.tbclocktext = new ShiftUI.Label();
|
|
this.tbsysinfoicon = new ShiftUI.PictureBox();
|
|
this.tbsysinfotext = new ShiftUI.Label();
|
|
this.tbskinloadericon = new ShiftUI.PictureBox();
|
|
this.tbskinloadertext = new ShiftUI.Label();
|
|
this.tbfileskimmericon = new ShiftUI.PictureBox();
|
|
this.tbfileskimmertext = new ShiftUI.Label();
|
|
this.tbfileopenericon = new ShiftUI.PictureBox();
|
|
this.tbfileopenertext = new ShiftUI.Label();
|
|
this.tbinfoboxicon = new ShiftUI.PictureBox();
|
|
this.tbinfoboxtext = new ShiftUI.Label();
|
|
this.tbknowledgeinputicon = new ShiftUI.PictureBox();
|
|
this.tbknowledgeinputtext = new ShiftUI.Label();
|
|
this.tbcolourpickericon = new ShiftUI.PictureBox();
|
|
this.tbcolourpickertext = new ShiftUI.Label();
|
|
this.tbshiftoriumicon = new ShiftUI.PictureBox();
|
|
this.tbshiftoriumtext = new ShiftUI.Label();
|
|
this.tbpongicon = new ShiftUI.PictureBox();
|
|
this.tbpongtext = new ShiftUI.Label();
|
|
this.tbterminalicon = new ShiftUI.PictureBox();
|
|
this.tbterminaltext = new ShiftUI.Label();
|
|
this.tbtextpadicon = new ShiftUI.PictureBox();
|
|
this.tbtextpadtext = new ShiftUI.Label();
|
|
this.tbgraphicpickericon = new ShiftUI.PictureBox();
|
|
this.tbgraphicpickertext = new ShiftUI.Label();
|
|
this.tbartpadicon = new ShiftUI.PictureBox();
|
|
this.tbartpadtext = new ShiftUI.Label();
|
|
this.tbcalculatoricon = new ShiftUI.PictureBox();
|
|
this.tbcalculatortext = new ShiftUI.Label();
|
|
this.tbaudioplayericon = new ShiftUI.PictureBox();
|
|
this.tbaudioplayertext = new ShiftUI.Label();
|
|
this.tbvideoplayericon = new ShiftUI.PictureBox();
|
|
this.tbvideoplayertext = new ShiftUI.Label();
|
|
this.tbwebbrowsericon = new ShiftUI.PictureBox();
|
|
this.tbwebbrowsertext = new ShiftUI.Label();
|
|
this.tbnamechangericon = new ShiftUI.PictureBox();
|
|
this.tbnamechangertext = new ShiftUI.Label();
|
|
this.tbiconmanagericon = new ShiftUI.PictureBox();
|
|
this.tbiconmanagertext = new ShiftUI.Label();
|
|
this.tbbitnotewalleticon = new ShiftUI.PictureBox();
|
|
this.tbbitnotewallettext = new ShiftUI.Label();
|
|
this.tbbitnotediggericon = new ShiftUI.PictureBox();
|
|
this.tbbitnotediggertext = new ShiftUI.Label();
|
|
this.tbskinshiftericon = new ShiftUI.PictureBox();
|
|
this.tbskinshiftertext = new ShiftUI.Label();
|
|
this.tbdownloadericon = new ShiftUI.PictureBox();
|
|
this.tbdownloadertext = new ShiftUI.Label();
|
|
this.tbshiftneticon = new ShiftUI.PictureBox();
|
|
this.tbshiftnettext = new ShiftUI.Label();
|
|
this.tbdodgeicon = new ShiftUI.PictureBox();
|
|
this.tbdodgetext = new ShiftUI.Label();
|
|
this.tbdownloadmanagericon = new ShiftUI.PictureBox();
|
|
this.tbdownloadmanagertext = new ShiftUI.Label();
|
|
this.tbcatalysticon = new ShiftUI.PictureBox();
|
|
this.lbcatalystname = new ShiftUI.Label();
|
|
this.tbinstallericon = new ShiftUI.PictureBox();
|
|
this.tbinstallertext = new ShiftUI.Label();
|
|
this.tbsnakeyicon = new ShiftUI.PictureBox();
|
|
this.tbsnakeytext = new ShiftUI.Label();
|
|
this.tborcwriteicon = new ShiftUI.PictureBox();
|
|
this.tborcwritetext = new ShiftUI.Label();
|
|
this.tbfloodgateicon = new ShiftUI.PictureBox();
|
|
this.tbfloodgatetext = new ShiftUI.Label();
|
|
this.tbmazeicon = new ShiftUI.PictureBox();
|
|
this.tbmazetext = new ShiftUI.Label();
|
|
this.tbvirusscannericon = new ShiftUI.PictureBox();
|
|
this.tbvirusscannertext = new ShiftUI.Label();
|
|
this.tbfilesavericon = new ShiftUI.PictureBox();
|
|
this.tbfilesavertext = new ShiftUI.Label();
|
|
this.tbshiftericon = new ShiftUI.PictureBox();
|
|
this.tbshiftertext = new ShiftUI.Label();
|
|
this.pnlpanelbuttonfloatybird = new ShiftUI.Panel();
|
|
this.tbfloatybirdicon = new ShiftUI.PictureBox();
|
|
this.tbfloatybirdtext = new ShiftUI.Label();
|
|
this.floatybirdToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.clocktick = new ShiftUI.Timer(this.components);
|
|
this.autosave = new ShiftUI.Timer(this.components);
|
|
this.nocheat = new ShiftUI.Timer(this.components);
|
|
this.tmrwindowedtest = new ShiftUI.Timer(this.components);
|
|
this.cmbdesktopoptions = new ShiftUI.ContextMenuStrip(this.components);
|
|
this.NewToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.FolderToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.ToolStripMenuItem2 = new ShiftUI.ToolStripSeparator();
|
|
this.ArtpadPictureToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.TextDocumentToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.NewSkin = new ShiftUI.ToolStripMenuItem();
|
|
this.WebpageToolStripMenuItem = new ShiftUI.ToolStripSeparator();
|
|
this.ShortcutToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.scriptToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.addDesktopPanelToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.widgetManagerToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.imgshiftnetapps = new ShiftUI.ImageList(this.components);
|
|
this.lbldebug = new ShiftUI.Label();
|
|
this.lblog = new ShiftUI.Label();
|
|
this.flicons = new ShiftUI.FlowLayoutPanel();
|
|
this.cmbfactions = new ShiftUI.ContextMenuStrip(this.components);
|
|
this.deleteToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.cbwidget = new ShiftUI.ContextMenuStrip(this.components);
|
|
this.wlocmenu = new ShiftUI.ToolStripMenuItem();
|
|
this.cbdpanel = new ShiftUI.ContextMenuStrip(this.components);
|
|
this.toolStripMenuItem3 = new ShiftUI.ToolStripMenuItem();
|
|
this.optionsToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.placeHereToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.appLauncherToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.panelButtonsToolStripMenuItem = new ShiftUI.ToolStripMenuItem();
|
|
this.clockToolStripMenuItem1 = new ShiftUI.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.Widgets.Add(this.pnlnotifications);
|
|
this.desktoppanel.Widgets.Add(this.pnlpanelbuttonholder);
|
|
this.desktoppanel.Widgets.Add(this.applaunchermenuholder);
|
|
this.desktoppanel.Widgets.Add(this.timepanel);
|
|
this.desktoppanel.Dock = ShiftUI.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 = ShiftUI.DockStyle.Fill;
|
|
this.pnlnotifications.FlowDirection = ShiftUI.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 = ShiftUI.AutoSizeMode.GrowAndShrink;
|
|
this.pnlpanelbuttonholder.BackColor = System.Drawing.Color.Transparent;
|
|
this.pnlpanelbuttonholder.Dock = ShiftUI.DockStyle.Left;
|
|
this.pnlpanelbuttonholder.Location = new System.Drawing.Point(130, 0);
|
|
this.pnlpanelbuttonholder.Name = "pnlpanelbuttonholder";
|
|
this.pnlpanelbuttonholder.Padding = new ShiftUI.Padding(2, 0, 0, 0);
|
|
this.pnlpanelbuttonholder.Size = new System.Drawing.Size(2, 24);
|
|
this.pnlpanelbuttonholder.TabIndex = 1;
|
|
//
|
|
// applaunchermenuholder
|
|
//
|
|
this.applaunchermenuholder.Widgets.Add(this.desktopappmenu);
|
|
this.applaunchermenuholder.Dock = ShiftUI.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 ShiftUI.Padding(0);
|
|
this.desktopappmenu.ImageScalingSize = new System.Drawing.Size(32, 32);
|
|
this.desktopappmenu.Items.AddRange(new ShiftUI.ToolStripItem[] {
|
|
this.ApplicationsToolStripMenuItem});
|
|
this.desktopappmenu.LayoutStyle = ShiftUI.ToolStripLayoutStyle.HorizontalStackWithOverflow;
|
|
this.desktopappmenu.Location = new System.Drawing.Point(0, 0);
|
|
this.desktopappmenu.Name = "desktopappmenu";
|
|
this.desktopappmenu.Padding = new ShiftUI.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 = ShiftUI.ImageLayout.Stretch;
|
|
this.ApplicationsToolStripMenuItem.DropDownItems.AddRange(new ShiftUI.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 ShiftUI.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 = ShiftUI.ToolStripTextDirection.Horizontal;
|
|
this.ApplicationsToolStripMenuItem.TextImageRelation = ShiftUI.TextImageRelation.TextBeforeImage;
|
|
this.ApplicationsToolStripMenuItem.MouseDown += new ShiftUI.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.Widgets.Add(this.paneltimetext);
|
|
this.timepanel.Dock = ShiftUI.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.Widgets.Add(this.tbfloatybirdicon);
|
|
this.pnlpanelbuttonfloatybird.Widgets.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 = ShiftUI.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 = ShiftUI.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 ShiftUI.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 ShiftUI.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 = ShiftUI.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 = ShiftUI.DockStyle.Fill;
|
|
this.flicons.FlowDirection = ShiftUI.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 ShiftUI.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 ShiftUI.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 ShiftUI.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 ShiftUI.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 = ShiftUI.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.Black;
|
|
this.ClientSize = new System.Drawing.Size(1268, 685);
|
|
this.Widgets.Add(this.flicons);
|
|
this.Widgets.Add(this.lblog);
|
|
this.Widgets.Add(this.lbldebug);
|
|
this.Widgets.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 ShiftUI.MenuStrip desktopappmenu;
|
|
internal ShiftUI.ToolStripMenuItem KnowledgeInputToolStripMenuItem;
|
|
internal ShiftUI.ToolStripMenuItem ShiftoriumToolStripMenuItem;
|
|
internal ShiftUI.ToolStripMenuItem ClockToolStripMenuItem;
|
|
internal ShiftUI.ToolStripMenuItem TerminalToolStripMenuItem;
|
|
internal ShiftUI.ToolStripSeparator unitySeperator;
|
|
internal ShiftUI.ToolStripMenuItem ShutdownToolStripMenuItem;
|
|
internal ShiftUI.Label paneltimetext;
|
|
internal ShiftUI.Timer clocktick;
|
|
internal ShiftUI.Panel timepanel;
|
|
internal ShiftUI.ToolStripMenuItem ShifterToolStripMenuItem;
|
|
internal ShiftUI.Panel applaunchermenuholder;
|
|
internal ShiftUI.ToolStripMenuItem PongToolStripMenuItem;
|
|
internal ShiftUI.ToolStripMenuItem FileSkimmerToolStripMenuItem;
|
|
internal ShiftUI.ToolStripMenuItem TextPadToolStripMenuItem;
|
|
internal ShiftUI.Timer autosave;
|
|
internal ShiftUI.ToolStripMenuItem SkinLoaderToolStripMenuItem;
|
|
internal ShiftUI.PictureBox tbtextpadicon;
|
|
internal ShiftUI.Label tbtextpadtext;
|
|
internal ShiftUI.PictureBox tbclockicon;
|
|
internal ShiftUI.Label tbclocktext;
|
|
internal ShiftUI.PictureBox tbcolourpickericon;
|
|
internal ShiftUI.Label tbcolourpickertext;
|
|
internal ShiftUI.PictureBox tbgraphicpickericon;
|
|
internal ShiftUI.Label tbgraphicpickertext;
|
|
internal ShiftUI.PictureBox tbfileopenericon;
|
|
internal ShiftUI.Label tbfileopenertext;
|
|
internal ShiftUI.PictureBox tbfileskimmericon;
|
|
internal ShiftUI.Label tbfileskimmertext;
|
|
internal ShiftUI.PictureBox tbknowledgeinputicon;
|
|
internal ShiftUI.Label tbknowledgeinputtext;
|
|
internal ShiftUI.PictureBox tbinfoboxicon;
|
|
internal ShiftUI.Label tbinfoboxtext;
|
|
internal ShiftUI.PictureBox tbpongicon;
|
|
internal ShiftUI.Label tbpongtext;
|
|
internal ShiftUI.PictureBox tbshiftoriumicon;
|
|
internal ShiftUI.Label tbshiftoriumtext;
|
|
internal ShiftUI.PictureBox tbskinloadericon;
|
|
internal ShiftUI.Label tbskinloadertext;
|
|
internal ShiftUI.PictureBox tbterminalicon;
|
|
internal ShiftUI.Label tbterminaltext;
|
|
internal ShiftUI.FlowLayoutPanel pnlpanelbuttonholder;
|
|
internal ShiftUI.PictureBox tbartpadicon;
|
|
internal ShiftUI.Label tbartpadtext;
|
|
internal ShiftUI.ToolStripMenuItem ArtpadToolStripMenuItem;
|
|
internal ShiftUI.ToolStripMenuItem CalculatorToolStripMenuItem;
|
|
internal ShiftUI.PictureBox tbcalculatoricon;
|
|
internal ShiftUI.Label tbcalculatortext;
|
|
internal ShiftUI.PictureBox tbaudioplayericon;
|
|
internal ShiftUI.Label tbaudioplayertext;
|
|
internal ShiftUI.ToolStripMenuItem AudioplayerToolStripMenuItem;
|
|
internal ShiftUI.PictureBox tbwebbrowsericon;
|
|
internal ShiftUI.Label tbwebbrowsertext;
|
|
internal ShiftUI.ToolStripMenuItem WebBrowserToolStripMenuItem;
|
|
internal ShiftUI.PictureBox tbvideoplayericon;
|
|
internal ShiftUI.Label tbvideoplayertext;
|
|
internal ShiftUI.ToolStripMenuItem VideoplayerToolStripMenuItem;
|
|
internal ShiftUI.PictureBox tbnamechangericon;
|
|
internal ShiftUI.Label tbnamechangertext;
|
|
internal ShiftUI.ToolStripMenuItem NameChangerToolStripMenuItem;
|
|
internal ShiftUI.PictureBox tbiconmanagericon;
|
|
internal ShiftUI.Label tbiconmanagertext;
|
|
internal ShiftUI.ToolStripMenuItem IconManagerToolStripMenuItem;
|
|
internal ShiftUI.PictureBox tbbitnotewalleticon;
|
|
internal ShiftUI.Label tbbitnotewallettext;
|
|
internal ShiftUI.PictureBox tbbitnotediggericon;
|
|
internal ShiftUI.Label tbbitnotediggertext;
|
|
internal ShiftUI.ToolStripMenuItem BitnoteWalletToolStripMenuItem;
|
|
internal ShiftUI.ToolStripMenuItem BitnoteDiggerToolStripMenuItem;
|
|
internal ShiftUI.PictureBox tbskinshiftericon;
|
|
internal ShiftUI.Label tbskinshiftertext;
|
|
internal ShiftUI.ToolStripMenuItem SkinShifterToolStripMenuItem;
|
|
internal ShiftUI.PictureBox tbshiftneticon;
|
|
internal ShiftUI.Label tbshiftnettext;
|
|
internal ShiftUI.PictureBox tbdownloadericon;
|
|
internal ShiftUI.Label tbdownloadertext;
|
|
internal ShiftUI.ToolStripMenuItem ShiftnetToolStripMenuItem;
|
|
internal ShiftUI.PictureBox tbdodgeicon;
|
|
internal ShiftUI.Label tbdodgetext;
|
|
internal ShiftUI.ToolStripMenuItem DodgeToolStripMenuItem;
|
|
internal ShiftUI.ToolStripMenuItem sysinfoToolStripMenuItem;
|
|
internal ShiftUI.PictureBox tbdownloadmanagericon;
|
|
internal ShiftUI.Label tbdownloadmanagertext;
|
|
internal ShiftUI.PictureBox tbinstallericon;
|
|
internal ShiftUI.Label tbinstallertext;
|
|
internal ShiftUI.ToolStripMenuItem InstallerToolStripMenuItem;
|
|
internal ShiftUI.ToolStripMenuItem downloadmanagerToolStripMenuItem;
|
|
internal ShiftUI.PictureBox tbsnakeyicon;
|
|
internal ShiftUI.Label tbsnakeytext;
|
|
internal ShiftUI.PictureBox tborcwriteicon;
|
|
internal ShiftUI.Label tborcwritetext;
|
|
internal ShiftUI.ToolStripMenuItem orcwriteToolStripMenuItem;
|
|
internal ShiftUI.PictureBox tbfloodgateicon;
|
|
internal ShiftUI.Label tbfloodgatetext;
|
|
internal ShiftUI.ToolStripMenuItem FloodGateToolStripMenuItem;
|
|
internal ShiftUI.ToolStripMenuItem UnityToolStripMenuItem;
|
|
internal ShiftUI.PictureBox tbsysinfoicon;
|
|
internal ShiftUI.Label tbsysinfotext;
|
|
internal ShiftUI.ToolStripMenuItem SnakeyToolStripMenuItem;
|
|
internal ShiftUI.PictureBox tbmazeicon;
|
|
internal ShiftUI.Label tbmazetext;
|
|
internal ShiftUI.ToolStripMenuItem MazeToolStripMenuItem;
|
|
internal ShiftUI.PictureBox tbvirusscannericon;
|
|
internal ShiftUI.Label tbvirusscannertext;
|
|
internal ShiftUI.ToolStripMenuItem VirusScannerToolStripMenuItem;
|
|
internal ShiftUI.Timer nocheat;
|
|
internal ShiftUI.PictureBox tbfilesavericon;
|
|
internal ShiftUI.Label tbfilesavertext;
|
|
internal ShiftUI.PictureBox tbshiftericon;
|
|
internal ShiftUI.Label tbshiftertext;
|
|
internal ShiftUI.Panel pnlpanelbuttonfloatybird;
|
|
internal ShiftUI.PictureBox tbfloatybirdicon;
|
|
internal ShiftUI.Label tbfloatybirdtext;
|
|
internal ShiftUI.ToolStripMenuItem floatybirdToolStripMenuItem;
|
|
internal ShiftUI.Timer tmrwindowedtest;
|
|
internal ShiftUI.ContextMenuStrip cmbdesktopoptions;
|
|
internal ShiftUI.ToolStripMenuItem NewToolStripMenuItem;
|
|
internal ShiftUI.ToolStripMenuItem FolderToolStripMenuItem;
|
|
internal ShiftUI.ToolStripSeparator ToolStripMenuItem2;
|
|
internal ShiftUI.ToolStripMenuItem ArtpadPictureToolStripMenuItem;
|
|
internal ShiftUI.ToolStripMenuItem TextDocumentToolStripMenuItem;
|
|
internal ShiftUI.ToolStripSeparator WebpageToolStripMenuItem;
|
|
internal ShiftUI.ToolStripMenuItem ShortcutToolStripMenuItem;
|
|
internal ShiftUI.ToolStripMenuItem NewSkin;
|
|
internal ShiftUI.PictureBox tbcatalysticon;
|
|
internal ShiftUI.Label lbcatalystname;
|
|
internal ShiftUI.ToolStripMenuItem CatalystToolStripMenuItem1;
|
|
public ShiftUI.ImageList imgshiftnetapps;
|
|
private ShiftUI.Label lbldebug;
|
|
private ShiftUI.Label lblog;
|
|
public ShiftUI.FlowLayoutPanel flicons;
|
|
private ShiftUI.ToolStripMenuItem scriptToolStripMenuItem;
|
|
private ShiftUI.ContextMenuStrip cmbfactions;
|
|
private ShiftUI.ToolStripMenuItem deleteToolStripMenuItem;
|
|
private ShiftUI.FlowLayoutPanel pnlnotifications;
|
|
public ShiftUI.Panel desktoppanel;
|
|
public ShiftUI.ToolStripMenuItem ApplicationsToolStripMenuItem;
|
|
private ShiftUI.ContextMenuStrip cbwidget;
|
|
private ShiftUI.ToolStripMenuItem wlocmenu;
|
|
private ShiftUI.ContextMenuStrip cbdpanel;
|
|
private ShiftUI.ToolStripMenuItem toolStripMenuItem3;
|
|
private ShiftUI.ToolStripMenuItem optionsToolStripMenuItem;
|
|
private ShiftUI.ToolStripMenuItem addDesktopPanelToolStripMenuItem;
|
|
private ShiftUI.ToolStripMenuItem placeHereToolStripMenuItem;
|
|
private ShiftUI.ToolStripMenuItem appLauncherToolStripMenuItem;
|
|
private ShiftUI.ToolStripMenuItem panelButtonsToolStripMenuItem;
|
|
private ShiftUI.ToolStripMenuItem clockToolStripMenuItem1;
|
|
private ShiftUI.ToolStripMenuItem widgetManagerToolStripMenuItem;
|
|
}
|
|
} |