/* * MIT License * * Copyright (c) 2017 Michael VanOverbeek and ShiftOS devs * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in all * copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ namespace ShiftOS.WinForms { partial class WinformsDesktop { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.desktoppanel = new System.Windows.Forms.Panel(); this.btnnotifications = new System.Windows.Forms.Button(); this.lbtime = new System.Windows.Forms.Label(); this.panelbuttonholder = new System.Windows.Forms.FlowLayoutPanel(); this.sysmenuholder = new System.Windows.Forms.Panel(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.apps = new System.Windows.Forms.ToolStripMenuItem(); this.pnlscreensaver = new System.Windows.Forms.Panel(); this.pnlwidgetlayer = new System.Windows.Forms.Panel(); this.pnlssicon = new System.Windows.Forms.Panel(); this.pnladvancedal = new System.Windows.Forms.Panel(); this.flapps = new System.Windows.Forms.FlowLayoutPanel(); this.flcategories = new System.Windows.Forms.FlowLayoutPanel(); this.pnlalsystemactions = new System.Windows.Forms.Panel(); this.btnshutdown = new System.Windows.Forms.Button(); this.pnlstatus = new System.Windows.Forms.Panel(); this.lbalstatus = new System.Windows.Forms.Label(); this.desktoppanel.SuspendLayout(); this.sysmenuholder.SuspendLayout(); this.menuStrip1.SuspendLayout(); this.pnlscreensaver.SuspendLayout(); this.pnladvancedal.SuspendLayout(); this.pnlalsystemactions.SuspendLayout(); this.pnlstatus.SuspendLayout(); this.SuspendLayout(); // // desktoppanel // this.desktoppanel.BackColor = System.Drawing.Color.Green; this.desktoppanel.Controls.Add(this.btnnotifications); this.desktoppanel.Controls.Add(this.lbtime); this.desktoppanel.Controls.Add(this.panelbuttonholder); this.desktoppanel.Controls.Add(this.sysmenuholder); 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(1296, 24); this.desktoppanel.TabIndex = 0; this.desktoppanel.Paint += new System.Windows.Forms.PaintEventHandler(this.desktoppanel_Paint); // // btnnotifications // this.btnnotifications.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnnotifications.AutoSize = true; this.btnnotifications.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.btnnotifications.BackColor = System.Drawing.Color.Transparent; this.btnnotifications.FlatAppearance.BorderSize = 0; this.btnnotifications.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnnotifications.Location = new System.Drawing.Point(1066, -2); this.btnnotifications.Name = "btnnotifications"; this.btnnotifications.Size = new System.Drawing.Size(136, 24); this.btnnotifications.TabIndex = 3; this.btnnotifications.Text = "Notifications (0)"; this.btnnotifications.UseVisualStyleBackColor = false; this.btnnotifications.Click += new System.EventHandler(this.btnnotifications_Click); // // lbtime // this.lbtime.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.lbtime.AutoSize = true; this.lbtime.Location = new System.Drawing.Point(3, 0); this.lbtime.Name = "lbtime"; this.lbtime.Size = new System.Drawing.Size(49, 14); this.lbtime.TabIndex = 0; this.lbtime.Text = "label1"; this.lbtime.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.lbtime.Click += new System.EventHandler(this.lbtime_Click); // // panelbuttonholder // this.panelbuttonholder.AutoSize = true; this.panelbuttonholder.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.panelbuttonholder.Location = new System.Drawing.Point(107, -77); this.panelbuttonholder.Name = "panelbuttonholder"; this.panelbuttonholder.Size = new System.Drawing.Size(0, 0); this.panelbuttonholder.TabIndex = 2; // // sysmenuholder // this.sysmenuholder.Controls.Add(this.menuStrip1); this.sysmenuholder.Location = new System.Drawing.Point(12, 5); this.sysmenuholder.Name = "sysmenuholder"; this.sysmenuholder.Size = new System.Drawing.Size(68, 24); this.sysmenuholder.TabIndex = 1; // // menuStrip1 // this.menuStrip1.Dock = System.Windows.Forms.DockStyle.Fill; this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.apps}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Padding = new System.Windows.Forms.Padding(0); this.menuStrip1.Size = new System.Drawing.Size(68, 24); this.menuStrip1.TabIndex = 0; this.menuStrip1.Text = "menuStrip1"; // // apps // this.apps.AutoSize = false; this.apps.Name = "apps"; this.apps.Padding = new System.Windows.Forms.Padding(0); this.apps.Size = new System.Drawing.Size(58, 20); this.apps.Tag = "applauncherbutton"; this.apps.Text = "ShiftOS"; this.apps.Click += new System.EventHandler(this.apps_Click); // // pnlscreensaver // this.pnlscreensaver.Controls.Add(this.pnlssicon); this.pnlscreensaver.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlscreensaver.Location = new System.Drawing.Point(0, 24); this.pnlscreensaver.Name = "pnlscreensaver"; this.pnlscreensaver.Size = new System.Drawing.Size(1296, 714); this.pnlscreensaver.TabIndex = 1; this.pnlscreensaver.Visible = false; // // pnlwidgetlayer // this.pnlwidgetlayer.BackColor = System.Drawing.Color.Transparent; this.pnlwidgetlayer.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlwidgetlayer.Location = new System.Drawing.Point(0, 24); this.pnlwidgetlayer.Name = "pnlwidgetlayer"; this.pnlwidgetlayer.Size = new System.Drawing.Size(1296, 714); this.pnlwidgetlayer.TabIndex = 1; // // pnlssicon // this.pnlssicon.Location = new System.Drawing.Point(303, 495); this.pnlssicon.Name = "pnlssicon"; this.pnlssicon.Size = new System.Drawing.Size(200, 100); this.pnlssicon.TabIndex = 0; // // pnladvancedal // this.pnladvancedal.Controls.Add(this.flapps); this.pnladvancedal.Controls.Add(this.flcategories); this.pnladvancedal.Controls.Add(this.pnlalsystemactions); this.pnladvancedal.Controls.Add(this.pnlstatus); this.pnladvancedal.Location = new System.Drawing.Point(0, 24); this.pnladvancedal.Name = "pnladvancedal"; this.pnladvancedal.Size = new System.Drawing.Size(433, 417); this.pnladvancedal.TabIndex = 1; this.pnladvancedal.Visible = false; // // flapps // this.flapps.Dock = System.Windows.Forms.DockStyle.Fill; this.flapps.Location = new System.Drawing.Point(221, 58); this.flapps.Name = "flapps"; this.flapps.Size = new System.Drawing.Size(212, 328); this.flapps.TabIndex = 3; // // flcategories // this.flcategories.Dock = System.Windows.Forms.DockStyle.Left; this.flcategories.Location = new System.Drawing.Point(0, 58); this.flcategories.Name = "flcategories"; this.flcategories.Size = new System.Drawing.Size(221, 328); this.flcategories.TabIndex = 2; // // pnlalsystemactions // this.pnlalsystemactions.Controls.Add(this.btnshutdown); this.pnlalsystemactions.Dock = System.Windows.Forms.DockStyle.Bottom; this.pnlalsystemactions.Location = new System.Drawing.Point(0, 386); this.pnlalsystemactions.Name = "pnlalsystemactions"; this.pnlalsystemactions.Size = new System.Drawing.Size(433, 31); this.pnlalsystemactions.TabIndex = 1; // // btnshutdown // this.btnshutdown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnshutdown.AutoSize = true; this.btnshutdown.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.btnshutdown.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnshutdown.Location = new System.Drawing.Point(355, 3); this.btnshutdown.Name = "btnshutdown"; this.btnshutdown.Size = new System.Drawing.Size(75, 26); this.btnshutdown.TabIndex = 0; this.btnshutdown.Text = "Shutdown"; this.btnshutdown.UseVisualStyleBackColor = true; this.btnshutdown.Click += new System.EventHandler(this.btnshutdown_Click); // // pnlstatus // this.pnlstatus.Controls.Add(this.lbalstatus); this.pnlstatus.Dock = System.Windows.Forms.DockStyle.Top; this.pnlstatus.Location = new System.Drawing.Point(0, 0); this.pnlstatus.Name = "pnlstatus"; this.pnlstatus.Size = new System.Drawing.Size(433, 58); this.pnlstatus.TabIndex = 0; // // lbalstatus // this.lbalstatus.Dock = System.Windows.Forms.DockStyle.Fill; this.lbalstatus.Location = new System.Drawing.Point(0, 0); this.lbalstatus.Name = "lbalstatus"; this.lbalstatus.Size = new System.Drawing.Size(433, 58); this.lbalstatus.TabIndex = 0; this.lbalstatus.Text = "michael@system\r\n0 Codepoints\r\n0 installed, 0 available"; this.lbalstatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // WinformsDesktop // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Black; this.ClientSize = new System.Drawing.Size(1296, 738); this.Controls.Add(this.pnlwidgetlayer); this.Controls.Add(this.pnladvancedal); this.Controls.Add(this.pnlscreensaver); this.Controls.Add(this.desktoppanel); this.Font = new System.Drawing.Font("Consolas", 9F); this.ForeColor = System.Drawing.Color.LightGreen; this.MainMenuStrip = this.menuStrip1; this.Name = "WinformsDesktop"; this.Text = "Desktop"; this.Load += new System.EventHandler(this.Desktop_Load); this.desktoppanel.ResumeLayout(false); this.desktoppanel.PerformLayout(); this.sysmenuholder.ResumeLayout(false); this.sysmenuholder.PerformLayout(); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.pnlscreensaver.ResumeLayout(false); this.pnladvancedal.ResumeLayout(false); this.pnlalsystemactions.ResumeLayout(false); this.pnlalsystemactions.PerformLayout(); this.pnlstatus.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel desktoppanel; private System.Windows.Forms.Label lbtime; private System.Windows.Forms.Panel sysmenuholder; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem apps; private System.Windows.Forms.FlowLayoutPanel panelbuttonholder; private System.Windows.Forms.Button btnnotifications; private System.Windows.Forms.Panel pnlscreensaver; private System.Windows.Forms.Panel pnlssicon; private System.Windows.Forms.Panel pnladvancedal; private System.Windows.Forms.Panel pnlalsystemactions; private System.Windows.Forms.Button btnshutdown; private System.Windows.Forms.Panel pnlstatus; private System.Windows.Forms.Label lbalstatus; private System.Windows.Forms.FlowLayoutPanel flapps; private System.Windows.Forms.FlowLayoutPanel flcategories; private System.Windows.Forms.Panel pnlwidgetlayer; } }