Subversion Repositories AndroidProjects

Rev

Rev 823 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

namespace BauzoidNET.controls
{
    partial class ColorPalette
    {
        /// <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.swatchesBox = new System.Windows.Forms.PictureBox();
            this.swatchesContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.contextMenuSet = new System.Windows.Forms.ToolStripMenuItem();
            this.contextMenuClear = new System.Windows.Forms.ToolStripMenuItem();
            ((System.ComponentModel.ISupportInitialize)(this.swatchesBox)).BeginInit();
            this.swatchesContextMenu.SuspendLayout();
            this.SuspendLayout();
            //
            // swatchesBox
            //
            this.swatchesBox.ContextMenuStrip = this.swatchesContextMenu;
            this.swatchesBox.Location = new System.Drawing.Point(0, 0);
            this.swatchesBox.Name = "swatchesBox";
            this.swatchesBox.Size = new System.Drawing.Size(158, 205);
            this.swatchesBox.TabIndex = 1;
            this.swatchesBox.TabStop = false;
            this.swatchesBox.Paint += new System.Windows.Forms.PaintEventHandler(this.swatchesBox_Paint);
            this.swatchesBox.MouseDown += new System.Windows.Forms.MouseEventHandler(this.swatchesBox_MouseDown);
            this.swatchesBox.MouseMove += new System.Windows.Forms.MouseEventHandler(this.swatchesBox_MouseMove);
            //
            // swatchesContextMenu
            //
            this.swatchesContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.contextMenuSet,
            this.contextMenuClear});
            this.swatchesContextMenu.Name = "swatchesContextMenu";
            this.swatchesContextMenu.Size = new System.Drawing.Size(102, 48);
            this.swatchesContextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.swatchesContextMenu_Opening);
            //
            // contextMenuSet
            //
            this.contextMenuSet.Name = "contextMenuSet";
            this.contextMenuSet.Size = new System.Drawing.Size(152, 22);
            this.contextMenuSet.Text = "&Set";
            this.contextMenuSet.Click += new System.EventHandler(this.contextMenuSet_Click);
            //
            // contextMenuClear
            //
            this.contextMenuClear.Name = "contextMenuClear";
            this.contextMenuClear.Size = new System.Drawing.Size(152, 22);
            this.contextMenuClear.Text = "&Clear";
            this.contextMenuClear.Click += new System.EventHandler(this.contextMenuClear_Click);
            //
            // ColorPalette
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoScroll = true;
            this.Controls.Add(this.swatchesBox);
            this.Name = "ColorPalette";
            this.Size = new System.Drawing.Size(141, 133);
            ((System.ComponentModel.ISupportInitialize)(this.swatchesBox)).EndInit();
            this.swatchesContextMenu.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.PictureBox swatchesBox;
        private System.Windows.Forms.ContextMenuStrip swatchesContextMenu;
        private System.Windows.Forms.ToolStripMenuItem contextMenuSet;
        private System.Windows.Forms.ToolStripMenuItem contextMenuClear;

    }
}