using System.Drawing; namespace RyzStudio.Windows.ThemedForms { partial class TListBox { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.listBox1 = new System.Windows.Forms.ListBox(); this.imageBox5 = new RyzStudio.Windows.Forms.TImageBox(); this.imageBox4 = new RyzStudio.Windows.Forms.TImageBox(); this.imageBox3 = new RyzStudio.Windows.Forms.TImageBox(); this.imageBox1 = new RyzStudio.Windows.Forms.TImageBox(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.addItemToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.moveToTopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.moveUpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.moveDownToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.moveToBottomToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); ((System.ComponentModel.ISupportInitialize)(this.imageBox5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.imageBox4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.imageBox3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.imageBox1)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // listBox1 // this.listBox1.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.listBox1.BackColor = System.Drawing.SystemColors.Window; this.listBox1.FormattingEnabled = true; this.listBox1.ItemHeight = 15; this.listBox1.Location = new System.Drawing.Point(4, 4); this.listBox1.Name = "listBox1"; this.listBox1.Size = new System.Drawing.Size(98, 214); this.listBox1.TabIndex = 0; this.listBox1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listBox1_MouseDoubleClick); this.listBox1.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.listBox1_PreviewKeyDown); // // imageBox5 // this.imageBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.imageBox5.BackColor = System.Drawing.Color.Transparent; this.imageBox5.BackColorHover = System.Drawing.Color.Transparent; this.imageBox5.BackColorNormal = System.Drawing.Color.Transparent; this.imageBox5.BackColorSelected = System.Drawing.Color.Transparent; this.imageBox5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.imageBox5.ErrorImage = null; this.imageBox5.HoverImage = global::FizzyLauncher.UIResource.menu2; this.imageBox5.Image = global::FizzyLauncher.UIResource.menu; this.imageBox5.ImageHover = global::FizzyLauncher.UIResource.menu2; this.imageBox5.ImageNormal = global::FizzyLauncher.UIResource.menu; this.imageBox5.ImageSelected = null; this.imageBox5.InitialImage = null; this.imageBox5.IsSelected = false; this.imageBox5.Location = new System.Drawing.Point(106, 24); this.imageBox5.Name = "imageBox5"; this.imageBox5.NormalImage = global::FizzyLauncher.UIResource.menu; this.imageBox5.SelectedImage = null; this.imageBox5.Size = new System.Drawing.Size(18, 18); this.imageBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.imageBox5.TabIndex = 6; this.imageBox5.TabStop = false; this.toolTip1.SetToolTip(this.imageBox5, "Edit Item"); this.imageBox5.MouseClick += new System.Windows.Forms.MouseEventHandler(this.imageBox5_MouseClick); this.imageBox5.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.imageBox5_MouseClick); // // imageBox4 // this.imageBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.imageBox4.BackColor = System.Drawing.Color.Transparent; this.imageBox4.BackColorHover = System.Drawing.Color.Transparent; this.imageBox4.BackColorNormal = System.Drawing.Color.Transparent; this.imageBox4.BackColorSelected = System.Drawing.Color.Transparent; this.imageBox4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.imageBox4.ErrorImage = null; this.imageBox4.HoverImage = global::FizzyLauncher.UIResource.triangle_down2; this.imageBox4.Image = global::FizzyLauncher.UIResource.triangle_down; this.imageBox4.ImageHover = global::FizzyLauncher.UIResource.triangle_down2; this.imageBox4.ImageNormal = global::FizzyLauncher.UIResource.triangle_down; this.imageBox4.ImageSelected = null; this.imageBox4.InitialImage = null; this.imageBox4.IsSelected = false; this.imageBox4.Location = new System.Drawing.Point(106, 68); this.imageBox4.Name = "imageBox4"; this.imageBox4.NormalImage = global::FizzyLauncher.UIResource.triangle_down; this.imageBox4.SelectedImage = null; this.imageBox4.Size = new System.Drawing.Size(18, 18); this.imageBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.imageBox4.TabIndex = 5; this.imageBox4.TabStop = false; this.toolTip1.SetToolTip(this.imageBox4, "Move Down"); this.imageBox4.MouseClick += new System.Windows.Forms.MouseEventHandler(this.imageBox4_MouseClick); this.imageBox4.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.imageBox4_MouseClick); // // imageBox3 // this.imageBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.imageBox3.BackColor = System.Drawing.Color.Transparent; this.imageBox3.BackColorHover = System.Drawing.Color.Transparent; this.imageBox3.BackColorNormal = System.Drawing.Color.Transparent; this.imageBox3.BackColorSelected = System.Drawing.Color.Transparent; this.imageBox3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.imageBox3.ErrorImage = null; this.imageBox3.HoverImage = global::FizzyLauncher.UIResource.triangle_up2; this.imageBox3.Image = global::FizzyLauncher.UIResource.triangle_up; this.imageBox3.ImageHover = global::FizzyLauncher.UIResource.triangle_up2; this.imageBox3.ImageNormal = global::FizzyLauncher.UIResource.triangle_up; this.imageBox3.ImageSelected = null; this.imageBox3.InitialImage = null; this.imageBox3.IsSelected = false; this.imageBox3.Location = new System.Drawing.Point(106, 48); this.imageBox3.Name = "imageBox3"; this.imageBox3.NormalImage = global::FizzyLauncher.UIResource.triangle_up; this.imageBox3.SelectedImage = null; this.imageBox3.Size = new System.Drawing.Size(18, 18); this.imageBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.imageBox3.TabIndex = 4; this.imageBox3.TabStop = false; this.toolTip1.SetToolTip(this.imageBox3, "Move Up"); this.imageBox3.MouseClick += new System.Windows.Forms.MouseEventHandler(this.imageBox3_MouseClick); this.imageBox3.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.imageBox3_MouseClick); // // imageBox1 // this.imageBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.imageBox1.BackColor = System.Drawing.Color.Transparent; this.imageBox1.BackColorHover = System.Drawing.Color.Transparent; this.imageBox1.BackColorNormal = System.Drawing.Color.Transparent; this.imageBox1.BackColorSelected = System.Drawing.Color.Transparent; this.imageBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.imageBox1.ErrorImage = null; this.imageBox1.HoverImage = global::FizzyLauncher.UIResource.square_plus2; this.imageBox1.Image = global::FizzyLauncher.UIResource.square_plus; this.imageBox1.ImageHover = global::FizzyLauncher.UIResource.square_plus2; this.imageBox1.ImageNormal = global::FizzyLauncher.UIResource.square_plus; this.imageBox1.ImageSelected = null; this.imageBox1.InitialImage = null; this.imageBox1.IsSelected = false; this.imageBox1.Location = new System.Drawing.Point(106, 4); this.imageBox1.Name = "imageBox1"; this.imageBox1.NormalImage = global::FizzyLauncher.UIResource.square_plus; this.imageBox1.SelectedImage = null; this.imageBox1.Size = new System.Drawing.Size(18, 18); this.imageBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.imageBox1.TabIndex = 2; this.imageBox1.TabStop = false; this.toolTip1.SetToolTip(this.imageBox1, "Add Item"); this.imageBox1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.imageBox1_MouseClick); this.imageBox1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.imageBox1_MouseClick); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.addItemToolStripMenuItem, this.toolStripMenuItem2, this.toolStripSeparator3, this.editToolStripMenuItem, this.toolStripSeparator2, this.removeToolStripMenuItem, this.toolStripMenuItem1, this.toolStripSeparator1, this.moveToTopToolStripMenuItem, this.moveUpToolStripMenuItem, this.moveDownToolStripMenuItem, this.moveToBottomToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(181, 242); // // addItemToolStripMenuItem // this.addItemToolStripMenuItem.Name = "addItemToolStripMenuItem"; this.addItemToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.addItemToolStripMenuItem.Text = "&Add"; this.addItemToolStripMenuItem.Click += new System.EventHandler(this.addItemToolStripMenuItem_Click); // // editToolStripMenuItem // this.editToolStripMenuItem.Name = "editToolStripMenuItem"; this.editToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.editToolStripMenuItem.Text = "&Edit"; this.editToolStripMenuItem.Click += new System.EventHandler(this.editToolStripMenuItem_Click); // // removeToolStripMenuItem // this.removeToolStripMenuItem.Name = "removeToolStripMenuItem"; this.removeToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.removeToolStripMenuItem.Text = "&Remove"; this.removeToolStripMenuItem.Click += new System.EventHandler(this.removeToolStripMenuItem_Click); // // moveToTopToolStripMenuItem // this.moveToTopToolStripMenuItem.Name = "moveToTopToolStripMenuItem"; this.moveToTopToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.moveToTopToolStripMenuItem.Text = "Move To &Top"; this.moveToTopToolStripMenuItem.Click += new System.EventHandler(this.moveToTopToolStripMenuItem_Click); // // moveUpToolStripMenuItem // this.moveUpToolStripMenuItem.Name = "moveUpToolStripMenuItem"; this.moveUpToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.moveUpToolStripMenuItem.Text = "Move &Up"; this.moveUpToolStripMenuItem.Click += new System.EventHandler(this.moveUpToolStripMenuItem_Click); // // moveDownToolStripMenuItem // this.moveDownToolStripMenuItem.Name = "moveDownToolStripMenuItem"; this.moveDownToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.moveDownToolStripMenuItem.Text = "Move &Down"; this.moveDownToolStripMenuItem.Click += new System.EventHandler(this.moveDownToolStripMenuItem_Click); // // moveToBottomToolStripMenuItem // this.moveToBottomToolStripMenuItem.Name = "moveToBottomToolStripMenuItem"; this.moveToBottomToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.moveToBottomToolStripMenuItem.Text = "Move To &Bottom"; this.moveToBottomToolStripMenuItem.Click += new System.EventHandler(this.moveToBottomToolStripMenuItem_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6); // // toolStripMenuItem1 // this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Size = new System.Drawing.Size(180, 22); this.toolStripMenuItem1.Text = "Remove A&ll"; this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(177, 6); // // toolStripMenuItem2 // this.toolStripMenuItem2.Name = "toolStripMenuItem2"; this.toolStripMenuItem2.Size = new System.Drawing.Size(180, 22); this.toolStripMenuItem2.Text = "&Copy"; this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(177, 6); // // TListBox // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.Controls.Add(this.imageBox5); this.Controls.Add(this.imageBox4); this.Controls.Add(this.imageBox3); this.Controls.Add(this.imageBox1); this.Controls.Add(this.listBox1); this.Name = "TListBox"; this.Padding = new System.Windows.Forms.Padding(4, 4, 3, 3); this.Size = new System.Drawing.Size(128, 225); ((System.ComponentModel.ISupportInitialize)(this.imageBox5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.imageBox4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.imageBox3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.imageBox1)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ListBox listBox1; private Forms.TImageBox imageBox1; private Forms.TImageBox imageBox3; private Forms.TImageBox imageBox4; private Forms.TImageBox imageBox5; private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem addItemToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem removeToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripMenuItem moveToTopToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem moveUpToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem moveDownToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem moveToBottomToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1; } }