2020-03-28 22:48:06 +00:00
|
|
|
|
namespace AppLauncher.Windows.Forms
|
|
|
|
|
{
|
2020-04-11 17:43:20 +00:00
|
|
|
|
partial class TileGroupLabel
|
2020-03-28 22:48:06 +00:00
|
|
|
|
{
|
|
|
|
|
/// <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);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#region Component Designer generated code
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
2020-05-03 18:36:06 +00:00
|
|
|
|
this.components = new System.ComponentModel.Container();
|
2020-03-28 22:48:06 +00:00
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
2020-05-03 18:36:06 +00:00
|
|
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
|
|
|
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.topToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.upToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.downToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.bottomToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
|
2020-03-29 14:28:38 +00:00
|
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
2020-05-07 22:31:03 +00:00
|
|
|
|
this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
|
2020-05-03 18:36:06 +00:00
|
|
|
|
this.contextMenuStrip1.SuspendLayout();
|
2020-03-28 22:48:06 +00:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
2020-03-29 14:28:38 +00:00
|
|
|
|
// label1
|
|
|
|
|
//
|
|
|
|
|
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.label1.BackColor = System.Drawing.Color.Transparent;
|
2020-05-03 18:36:06 +00:00
|
|
|
|
this.label1.ContextMenuStrip = this.contextMenuStrip1;
|
2020-03-29 14:28:38 +00:00
|
|
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(25, 0);
|
|
|
|
|
this.label1.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.label1.MinimumSize = new System.Drawing.Size(20, 20);
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(575, 20);
|
|
|
|
|
this.label1.TabIndex = 8;
|
|
|
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
2020-04-11 17:43:20 +00:00
|
|
|
|
this.label1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.panel_MouseClick);
|
|
|
|
|
this.label1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.panel_MouseClick);
|
2020-03-29 14:28:38 +00:00
|
|
|
|
//
|
2020-05-03 18:36:06 +00:00
|
|
|
|
// contextMenuStrip1
|
|
|
|
|
//
|
|
|
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.toolStripMenuItem2,
|
2020-05-07 22:31:03 +00:00
|
|
|
|
this.toolStripMenuItem5,
|
2020-05-03 18:36:06 +00:00
|
|
|
|
this.toolStripMenuItem1,
|
|
|
|
|
this.toolStripSeparator2,
|
|
|
|
|
this.toolStripMenuItem4,
|
|
|
|
|
this.toolStripSeparator1,
|
|
|
|
|
this.toolStripMenuItem3});
|
|
|
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
2020-05-07 22:31:03 +00:00
|
|
|
|
this.contextMenuStrip1.Size = new System.Drawing.Size(181, 148);
|
2020-05-03 18:36:06 +00:00
|
|
|
|
//
|
|
|
|
|
// toolStripMenuItem2
|
|
|
|
|
//
|
|
|
|
|
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
|
2020-05-07 22:31:03 +00:00
|
|
|
|
this.toolStripMenuItem2.Size = new System.Drawing.Size(180, 22);
|
2020-05-03 18:36:06 +00:00
|
|
|
|
this.toolStripMenuItem2.Text = "&Add Group";
|
|
|
|
|
this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripMenuItem1
|
|
|
|
|
//
|
|
|
|
|
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
2020-05-07 22:31:03 +00:00
|
|
|
|
this.toolStripMenuItem1.Size = new System.Drawing.Size(180, 22);
|
2020-05-03 18:36:06 +00:00
|
|
|
|
this.toolStripMenuItem1.Text = "&Edit";
|
|
|
|
|
this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator2
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
2020-05-07 22:31:03 +00:00
|
|
|
|
this.toolStripSeparator2.Size = new System.Drawing.Size(177, 6);
|
2020-05-03 18:36:06 +00:00
|
|
|
|
//
|
|
|
|
|
// toolStripMenuItem4
|
|
|
|
|
//
|
|
|
|
|
this.toolStripMenuItem4.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.topToolStripMenuItem,
|
|
|
|
|
this.upToolStripMenuItem,
|
|
|
|
|
this.downToolStripMenuItem,
|
|
|
|
|
this.bottomToolStripMenuItem});
|
|
|
|
|
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
|
2020-05-07 22:31:03 +00:00
|
|
|
|
this.toolStripMenuItem4.Size = new System.Drawing.Size(180, 22);
|
2020-05-03 18:36:06 +00:00
|
|
|
|
this.toolStripMenuItem4.Text = "&Move";
|
|
|
|
|
//
|
|
|
|
|
// topToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.topToolStripMenuItem.Name = "topToolStripMenuItem";
|
2020-05-07 22:31:03 +00:00
|
|
|
|
this.topToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
|
2020-05-03 18:36:06 +00:00
|
|
|
|
this.topToolStripMenuItem.Text = "&Top";
|
|
|
|
|
this.topToolStripMenuItem.Click += new System.EventHandler(this.topToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// upToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.upToolStripMenuItem.Name = "upToolStripMenuItem";
|
2020-05-07 22:31:03 +00:00
|
|
|
|
this.upToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
|
2020-05-03 18:36:06 +00:00
|
|
|
|
this.upToolStripMenuItem.Text = "&Up";
|
|
|
|
|
this.upToolStripMenuItem.Click += new System.EventHandler(this.upToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// downToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.downToolStripMenuItem.Name = "downToolStripMenuItem";
|
2020-05-07 22:31:03 +00:00
|
|
|
|
this.downToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
|
2020-05-03 18:36:06 +00:00
|
|
|
|
this.downToolStripMenuItem.Text = "&Down";
|
|
|
|
|
this.downToolStripMenuItem.Click += new System.EventHandler(this.downToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// bottomToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.bottomToolStripMenuItem.Name = "bottomToolStripMenuItem";
|
2020-05-07 22:31:03 +00:00
|
|
|
|
this.bottomToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
|
2020-05-03 18:36:06 +00:00
|
|
|
|
this.bottomToolStripMenuItem.Text = "&Bottom";
|
|
|
|
|
this.bottomToolStripMenuItem.Click += new System.EventHandler(this.bottomToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator1
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
2020-05-07 22:31:03 +00:00
|
|
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6);
|
2020-05-03 18:36:06 +00:00
|
|
|
|
//
|
|
|
|
|
// toolStripMenuItem3
|
|
|
|
|
//
|
|
|
|
|
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
|
2020-05-07 22:31:03 +00:00
|
|
|
|
this.toolStripMenuItem3.Size = new System.Drawing.Size(180, 22);
|
2020-05-03 18:36:06 +00:00
|
|
|
|
this.toolStripMenuItem3.Text = "&Remove";
|
|
|
|
|
this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
|
|
|
|
|
//
|
2020-03-28 22:48:06 +00:00
|
|
|
|
// pictureBox1
|
|
|
|
|
//
|
|
|
|
|
this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
2020-05-03 18:36:06 +00:00
|
|
|
|
this.pictureBox1.ContextMenuStrip = this.contextMenuStrip1;
|
2020-03-28 22:48:06 +00:00
|
|
|
|
this.pictureBox1.ErrorImage = null;
|
|
|
|
|
this.pictureBox1.InitialImage = null;
|
|
|
|
|
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.pictureBox1.Margin = new System.Windows.Forms.Padding(0);
|
2020-03-29 14:28:38 +00:00
|
|
|
|
this.pictureBox1.MaximumSize = new System.Drawing.Size(20, 20);
|
|
|
|
|
this.pictureBox1.MinimumSize = new System.Drawing.Size(20, 20);
|
2020-03-28 22:48:06 +00:00
|
|
|
|
this.pictureBox1.Name = "pictureBox1";
|
2020-03-29 14:28:38 +00:00
|
|
|
|
this.pictureBox1.Size = new System.Drawing.Size(20, 20);
|
|
|
|
|
this.pictureBox1.TabIndex = 7;
|
2020-03-28 22:48:06 +00:00
|
|
|
|
this.pictureBox1.TabStop = false;
|
2020-04-11 17:43:20 +00:00
|
|
|
|
this.pictureBox1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.panel_MouseClick);
|
|
|
|
|
this.pictureBox1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.panel_MouseClick);
|
2020-03-28 22:48:06 +00:00
|
|
|
|
//
|
2020-05-07 22:31:03 +00:00
|
|
|
|
// toolStripMenuItem5
|
|
|
|
|
//
|
|
|
|
|
this.toolStripMenuItem5.Name = "toolStripMenuItem5";
|
|
|
|
|
this.toolStripMenuItem5.Size = new System.Drawing.Size(180, 22);
|
|
|
|
|
this.toolStripMenuItem5.Text = "Add &Row";
|
|
|
|
|
this.toolStripMenuItem5.Click += new System.EventHandler(this.toolStripMenuItem5_Click);
|
|
|
|
|
//
|
2020-05-03 18:36:06 +00:00
|
|
|
|
// TileGroupLabel
|
2020-03-28 22:48:06 +00:00
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2020-05-03 18:36:06 +00:00
|
|
|
|
this.ContextMenuStrip = this.contextMenuStrip1;
|
2020-03-28 22:48:06 +00:00
|
|
|
|
this.Controls.Add(this.label1);
|
|
|
|
|
this.Controls.Add(this.pictureBox1);
|
2020-03-29 14:28:38 +00:00
|
|
|
|
this.MinimumSize = new System.Drawing.Size(100, 20);
|
2020-05-03 18:36:06 +00:00
|
|
|
|
this.Name = "TileGroupLabel";
|
2020-03-29 14:28:38 +00:00
|
|
|
|
this.Size = new System.Drawing.Size(600, 20);
|
2020-04-11 17:43:20 +00:00
|
|
|
|
this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.panel_MouseClick);
|
2020-05-03 18:36:06 +00:00
|
|
|
|
this.contextMenuStrip1.ResumeLayout(false);
|
2020-03-28 22:48:06 +00:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.Label label1;
|
2020-03-29 14:28:38 +00:00
|
|
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
2020-05-03 18:36:06 +00:00
|
|
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem topToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem upToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem downToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem bottomToolStripMenuItem;
|
2020-05-07 22:31:03 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem5;
|
2020-03-28 22:48:06 +00:00
|
|
|
|
}
|
|
|
|
|
}
|