Subversion Repositories AndroidProjects

Rev

Rev 813 | Blame | Compare with Previous | Last modification | View Log | RSS feed

namespace BauzoidNET.controls
{
    partial class ColorWidget
    {
        /// <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.colorWheelBox = new System.Windows.Forms.PictureBox();
            ((System.ComponentModel.ISupportInitialize)(this.colorWheelBox)).BeginInit();
            this.SuspendLayout();
            //
            // colorWheelBox
            //
            this.colorWheelBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.colorWheelBox.Location = new System.Drawing.Point(0, 0);
            this.colorWheelBox.Name = "colorWheelBox";
            this.colorWheelBox.Size = new System.Drawing.Size(200, 200);
            this.colorWheelBox.TabIndex = 0;
            this.colorWheelBox.TabStop = false;
            this.colorWheelBox.Paint += new System.Windows.Forms.PaintEventHandler(this.colorWheelBox_Paint);
            this.colorWheelBox.MouseDown += new System.Windows.Forms.MouseEventHandler(this.colorWheelBox_MouseDown);
            this.colorWheelBox.MouseMove += new System.Windows.Forms.MouseEventHandler(this.colorWheelBox_MouseMove);
            this.colorWheelBox.MouseUp += new System.Windows.Forms.MouseEventHandler(this.colorWheelBox_MouseUp);
            this.colorWheelBox.Resize += new System.EventHandler(this.colorWheelBox_Resize);
            //
            // ColorWidget
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.colorWheelBox);
            this.Name = "ColorWidget";
            this.Size = new System.Drawing.Size(200, 200);
            this.Load += new System.EventHandler(this.ColorWidget_Load);
            ((System.ComponentModel.ISupportInitialize)(this.colorWheelBox)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.PictureBox colorWheelBox;
    }
}