359 lines
21 KiB
C#
359 lines
21 KiB
C#
|
using System.Drawing;
|
|||
|
|
|||
|
namespace RyzStudio.Windows.ThemedForms
|
|||
|
{
|
|||
|
partial class TListBox
|
|||
|
{
|
|||
|
/// <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()
|
|||
|
{
|
|||
|
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.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
|||
|
this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|||
|
this.removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|||
|
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.tImageBox1 = new RyzStudio.Windows.Forms.TImageBox();
|
|||
|
((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();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.tImageBox1)).BeginInit();
|
|||
|
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::BookmarkManager.UIResource.circle_menu2;
|
|||
|
this.imageBox5.Image = global::BookmarkManager.UIResource.circle_menu;
|
|||
|
this.imageBox5.ImageHover = global::BookmarkManager.UIResource.circle_menu2;
|
|||
|
this.imageBox5.ImageNormal = global::BookmarkManager.UIResource.circle_menu;
|
|||
|
this.imageBox5.ImageSelected = null;
|
|||
|
this.imageBox5.InitialImage = null;
|
|||
|
this.imageBox5.IsSelected = false;
|
|||
|
this.imageBox5.Location = new System.Drawing.Point(106, 48);
|
|||
|
this.imageBox5.Name = "imageBox5";
|
|||
|
this.imageBox5.NormalImage = global::BookmarkManager.UIResource.circle_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, "Menu");
|
|||
|
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::BookmarkManager.UIResource.arrow_down2;
|
|||
|
this.imageBox4.Image = global::BookmarkManager.UIResource.arrow_down;
|
|||
|
this.imageBox4.ImageHover = global::BookmarkManager.UIResource.arrow_down2;
|
|||
|
this.imageBox4.ImageNormal = global::BookmarkManager.UIResource.arrow_down;
|
|||
|
this.imageBox4.ImageSelected = null;
|
|||
|
this.imageBox4.InitialImage = null;
|
|||
|
this.imageBox4.IsSelected = false;
|
|||
|
this.imageBox4.Location = new System.Drawing.Point(106, 92);
|
|||
|
this.imageBox4.Name = "imageBox4";
|
|||
|
this.imageBox4.NormalImage = global::BookmarkManager.UIResource.arrow_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::BookmarkManager.UIResource.arrow_up2;
|
|||
|
this.imageBox3.Image = global::BookmarkManager.UIResource.arrow_up;
|
|||
|
this.imageBox3.ImageHover = global::BookmarkManager.UIResource.arrow_up2;
|
|||
|
this.imageBox3.ImageNormal = global::BookmarkManager.UIResource.arrow_up;
|
|||
|
this.imageBox3.ImageSelected = null;
|
|||
|
this.imageBox3.InitialImage = null;
|
|||
|
this.imageBox3.IsSelected = false;
|
|||
|
this.imageBox3.Location = new System.Drawing.Point(106, 72);
|
|||
|
this.imageBox3.Name = "imageBox3";
|
|||
|
this.imageBox3.NormalImage = global::BookmarkManager.UIResource.arrow_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::BookmarkManager.UIResource.plus2;
|
|||
|
this.imageBox1.Image = global::BookmarkManager.UIResource.plus;
|
|||
|
this.imageBox1.ImageHover = global::BookmarkManager.UIResource.plus2;
|
|||
|
this.imageBox1.ImageNormal = global::BookmarkManager.UIResource.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::BookmarkManager.UIResource.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");
|
|||
|
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(163, 220);
|
|||
|
//
|
|||
|
// addItemToolStripMenuItem
|
|||
|
//
|
|||
|
this.addItemToolStripMenuItem.Name = "addItemToolStripMenuItem";
|
|||
|
this.addItemToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
|
|||
|
this.addItemToolStripMenuItem.Text = "&Add";
|
|||
|
this.addItemToolStripMenuItem.Click += new System.EventHandler(this.addItemToolStripMenuItem_Click);
|
|||
|
//
|
|||
|
// toolStripMenuItem2
|
|||
|
//
|
|||
|
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
|
|||
|
this.toolStripMenuItem2.Size = new System.Drawing.Size(162, 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(159, 6);
|
|||
|
//
|
|||
|
// editToolStripMenuItem
|
|||
|
//
|
|||
|
this.editToolStripMenuItem.Name = "editToolStripMenuItem";
|
|||
|
this.editToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
|
|||
|
this.editToolStripMenuItem.Text = "&Edit";
|
|||
|
this.editToolStripMenuItem.Click += new System.EventHandler(this.editToolStripMenuItem_Click);
|
|||
|
//
|
|||
|
// toolStripSeparator2
|
|||
|
//
|
|||
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|||
|
this.toolStripSeparator2.Size = new System.Drawing.Size(159, 6);
|
|||
|
//
|
|||
|
// removeToolStripMenuItem
|
|||
|
//
|
|||
|
this.removeToolStripMenuItem.Name = "removeToolStripMenuItem";
|
|||
|
this.removeToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
|
|||
|
this.removeToolStripMenuItem.Text = "&Remove";
|
|||
|
this.removeToolStripMenuItem.Click += new System.EventHandler(this.removeToolStripMenuItem_Click);
|
|||
|
//
|
|||
|
// toolStripMenuItem1
|
|||
|
//
|
|||
|
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
|||
|
this.toolStripMenuItem1.Size = new System.Drawing.Size(162, 22);
|
|||
|
this.toolStripMenuItem1.Text = "Remove A&ll";
|
|||
|
this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
|
|||
|
//
|
|||
|
// toolStripSeparator1
|
|||
|
//
|
|||
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|||
|
this.toolStripSeparator1.Size = new System.Drawing.Size(159, 6);
|
|||
|
//
|
|||
|
// moveToTopToolStripMenuItem
|
|||
|
//
|
|||
|
this.moveToTopToolStripMenuItem.Name = "moveToTopToolStripMenuItem";
|
|||
|
this.moveToTopToolStripMenuItem.Size = new System.Drawing.Size(162, 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(162, 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(162, 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(162, 22);
|
|||
|
this.moveToBottomToolStripMenuItem.Text = "Move To &Bottom";
|
|||
|
this.moveToBottomToolStripMenuItem.Click += new System.EventHandler(this.moveToBottomToolStripMenuItem_Click);
|
|||
|
//
|
|||
|
// tImageBox1
|
|||
|
//
|
|||
|
this.tImageBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.tImageBox1.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.tImageBox1.BackColorHover = System.Drawing.Color.Transparent;
|
|||
|
this.tImageBox1.BackColorNormal = System.Drawing.Color.Transparent;
|
|||
|
this.tImageBox1.BackColorSelected = System.Drawing.Color.Transparent;
|
|||
|
this.tImageBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|||
|
this.tImageBox1.ErrorImage = null;
|
|||
|
this.tImageBox1.HoverImage = global::BookmarkManager.UIResource.edit2;
|
|||
|
this.tImageBox1.Image = global::BookmarkManager.UIResource.edit;
|
|||
|
this.tImageBox1.ImageHover = global::BookmarkManager.UIResource.edit2;
|
|||
|
this.tImageBox1.ImageNormal = global::BookmarkManager.UIResource.edit;
|
|||
|
this.tImageBox1.ImageSelected = null;
|
|||
|
this.tImageBox1.InitialImage = null;
|
|||
|
this.tImageBox1.IsSelected = false;
|
|||
|
this.tImageBox1.Location = new System.Drawing.Point(106, 24);
|
|||
|
this.tImageBox1.Name = "tImageBox1";
|
|||
|
this.tImageBox1.NormalImage = global::BookmarkManager.UIResource.edit;
|
|||
|
this.tImageBox1.SelectedImage = null;
|
|||
|
this.tImageBox1.Size = new System.Drawing.Size(18, 18);
|
|||
|
this.tImageBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|||
|
this.tImageBox1.TabIndex = 7;
|
|||
|
this.tImageBox1.TabStop = false;
|
|||
|
this.toolTip1.SetToolTip(this.tImageBox1, "Edit");
|
|||
|
this.tImageBox1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.tImageBox1_MouseClick);
|
|||
|
this.tImageBox1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.tImageBox1_MouseClick);
|
|||
|
//
|
|||
|
// TListBox
|
|||
|
//
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|||
|
this.Controls.Add(this.tImageBox1);
|
|||
|
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);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.tImageBox1)).EndInit();
|
|||
|
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;
|
|||
|
private Forms.TImageBox tImageBox1;
|
|||
|
}
|
|||
|
}
|