183 lines
		
	
	
		
			10 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			183 lines
		
	
	
		
			10 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
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.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.imageBox2 = new RyzStudio.Windows.Forms.TImageBox();
 | 
						|
            this.imageBox1 = 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.imageBox2)).BeginInit();
 | 
						|
            ((System.ComponentModel.ISupportInitialize)(this.imageBox1)).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.FormattingEnabled = true;
 | 
						|
            this.listBox1.Location = new System.Drawing.Point(4, 4);
 | 
						|
            this.listBox1.Name = "listBox1";
 | 
						|
            this.listBox1.Size = new System.Drawing.Size(121, 82);
 | 
						|
            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.Bottom | System.Windows.Forms.AnchorStyles.Left)));
 | 
						|
            this.imageBox5.BackColor = System.Drawing.Color.Transparent;
 | 
						|
            this.imageBox5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
 | 
						|
            this.imageBox5.ErrorImage = null;
 | 
						|
            this.imageBox5.HighlightImage = global::AppLauncher.Resource1.edit2;
 | 
						|
            this.imageBox5.Image = global::AppLauncher.Resource1.edit;
 | 
						|
            this.imageBox5.InitialImage = null;
 | 
						|
            this.imageBox5.Location = new System.Drawing.Point(52, 94);
 | 
						|
            this.imageBox5.Name = "imageBox5";
 | 
						|
            this.imageBox5.NormalImage = global::AppLauncher.Resource1.edit;
 | 
						|
            this.imageBox5.Size = new System.Drawing.Size(18, 25);
 | 
						|
            this.imageBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
 | 
						|
            this.imageBox5.TabIndex = 6;
 | 
						|
            this.imageBox5.TabStop = false;
 | 
						|
            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.Bottom | System.Windows.Forms.AnchorStyles.Left)));
 | 
						|
            this.imageBox4.BackColor = System.Drawing.Color.Transparent;
 | 
						|
            this.imageBox4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
 | 
						|
            this.imageBox4.ErrorImage = null;
 | 
						|
            this.imageBox4.HighlightImage = global::AppLauncher.Resource1.arrow_down2;
 | 
						|
            this.imageBox4.Image = global::AppLauncher.Resource1.arrow_down;
 | 
						|
            this.imageBox4.InitialImage = null;
 | 
						|
            this.imageBox4.Location = new System.Drawing.Point(100, 94);
 | 
						|
            this.imageBox4.Name = "imageBox4";
 | 
						|
            this.imageBox4.NormalImage = global::AppLauncher.Resource1.arrow_down;
 | 
						|
            this.imageBox4.Size = new System.Drawing.Size(18, 25);
 | 
						|
            this.imageBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
 | 
						|
            this.imageBox4.TabIndex = 5;
 | 
						|
            this.imageBox4.TabStop = false;
 | 
						|
            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.Bottom | System.Windows.Forms.AnchorStyles.Left)));
 | 
						|
            this.imageBox3.BackColor = System.Drawing.Color.Transparent;
 | 
						|
            this.imageBox3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
 | 
						|
            this.imageBox3.ErrorImage = null;
 | 
						|
            this.imageBox3.HighlightImage = global::AppLauncher.Resource1.arrow_up2;
 | 
						|
            this.imageBox3.Image = global::AppLauncher.Resource1.arrow_up;
 | 
						|
            this.imageBox3.InitialImage = null;
 | 
						|
            this.imageBox3.Location = new System.Drawing.Point(76, 94);
 | 
						|
            this.imageBox3.Name = "imageBox3";
 | 
						|
            this.imageBox3.NormalImage = global::AppLauncher.Resource1.arrow_up;
 | 
						|
            this.imageBox3.Size = new System.Drawing.Size(18, 25);
 | 
						|
            this.imageBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
 | 
						|
            this.imageBox3.TabIndex = 4;
 | 
						|
            this.imageBox3.TabStop = false;
 | 
						|
            this.imageBox3.MouseClick += new System.Windows.Forms.MouseEventHandler(this.imageBox3_MouseClick);
 | 
						|
            this.imageBox3.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.imageBox3_MouseClick);
 | 
						|
            // 
 | 
						|
            // imageBox2
 | 
						|
            // 
 | 
						|
            this.imageBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
 | 
						|
            this.imageBox2.BackColor = System.Drawing.Color.Transparent;
 | 
						|
            this.imageBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
 | 
						|
            this.imageBox2.ErrorImage = null;
 | 
						|
            this.imageBox2.HighlightImage = global::AppLauncher.Resource1.minus2;
 | 
						|
            this.imageBox2.Image = global::AppLauncher.Resource1.minus;
 | 
						|
            this.imageBox2.InitialImage = null;
 | 
						|
            this.imageBox2.Location = new System.Drawing.Point(28, 94);
 | 
						|
            this.imageBox2.Name = "imageBox2";
 | 
						|
            this.imageBox2.NormalImage = global::AppLauncher.Resource1.minus;
 | 
						|
            this.imageBox2.Size = new System.Drawing.Size(18, 25);
 | 
						|
            this.imageBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
 | 
						|
            this.imageBox2.TabIndex = 3;
 | 
						|
            this.imageBox2.TabStop = false;
 | 
						|
            this.imageBox2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.imageBox2_MouseClick);
 | 
						|
            this.imageBox2.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.imageBox2_MouseClick);
 | 
						|
            // 
 | 
						|
            // imageBox1
 | 
						|
            // 
 | 
						|
            this.imageBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
 | 
						|
            this.imageBox1.BackColor = System.Drawing.Color.Transparent;
 | 
						|
            this.imageBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
 | 
						|
            this.imageBox1.ErrorImage = null;
 | 
						|
            this.imageBox1.HighlightImage = global::AppLauncher.Resource1.plus2;
 | 
						|
            this.imageBox1.Image = global::AppLauncher.Resource1.plus;
 | 
						|
            this.imageBox1.InitialImage = null;
 | 
						|
            this.imageBox1.Location = new System.Drawing.Point(4, 94);
 | 
						|
            this.imageBox1.Name = "imageBox1";
 | 
						|
            this.imageBox1.NormalImage = global::AppLauncher.Resource1.plus;
 | 
						|
            this.imageBox1.Size = new System.Drawing.Size(18, 25);
 | 
						|
            this.imageBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
 | 
						|
            this.imageBox1.TabIndex = 2;
 | 
						|
            this.imageBox1.TabStop = false;
 | 
						|
            this.imageBox1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.imageBox1_MouseClick);
 | 
						|
            this.imageBox1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.imageBox1_MouseClick);
 | 
						|
            // 
 | 
						|
            // 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.imageBox2);
 | 
						|
            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, 120);
 | 
						|
            ((System.ComponentModel.ISupportInitialize)(this.imageBox5)).EndInit();
 | 
						|
            ((System.ComponentModel.ISupportInitialize)(this.imageBox4)).EndInit();
 | 
						|
            ((System.ComponentModel.ISupportInitialize)(this.imageBox3)).EndInit();
 | 
						|
            ((System.ComponentModel.ISupportInitialize)(this.imageBox2)).EndInit();
 | 
						|
            ((System.ComponentModel.ISupportInitialize)(this.imageBox1)).EndInit();
 | 
						|
            this.ResumeLayout(false);
 | 
						|
 | 
						|
        }
 | 
						|
 | 
						|
        #endregion
 | 
						|
 | 
						|
        private System.Windows.Forms.ListBox listBox1;
 | 
						|
        private Forms.TImageBox imageBox1;
 | 
						|
        private Forms.TImageBox imageBox2;
 | 
						|
        private Forms.TImageBox imageBox3;
 | 
						|
        private Forms.TImageBox imageBox4;
 | 
						|
        private Forms.TImageBox imageBox5;
 | 
						|
    }
 | 
						|
}
 |