Subversion Repositories AndroidProjects

Rev

Rev 807 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
807 chris 1
namespace ColorPicker
2
{
3
    partial class ColorWidget
4
    {
5
        /// <summary>
6
        /// Required designer variable.
7
        /// </summary>
8
        private System.ComponentModel.IContainer components = null;
9
 
10
        /// <summary>
11
        /// Clean up any resources being used.
12
        /// </summary>
13
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14
        protected override void Dispose(bool disposing)
15
        {
16
            if (disposing && (components != null))
17
            {
18
                components.Dispose();
19
            }
20
            base.Dispose(disposing);
21
        }
22
 
23
        #region Component Designer generated code
24
 
25
        /// <summary>
26
        /// Required method for Designer support - do not modify 
27
        /// the contents of this method with the code editor.
28
        /// </summary>
29
        private void InitializeComponent()
30
        {
809 chris 31
            this.colorWheelBox = new System.Windows.Forms.PictureBox();
32
            ((System.ComponentModel.ISupportInitialize)(this.colorWheelBox)).BeginInit();
807 chris 33
            this.SuspendLayout();
34
            // 
809 chris 35
            // colorWheelBox
807 chris 36
            // 
809 chris 37
            this.colorWheelBox.Dock = System.Windows.Forms.DockStyle.Fill;
38
            this.colorWheelBox.Location = new System.Drawing.Point(0, 0);
39
            this.colorWheelBox.Name = "colorWheelBox";
40
            this.colorWheelBox.Size = new System.Drawing.Size(216, 203);
41
            this.colorWheelBox.TabIndex = 0;
42
            this.colorWheelBox.TabStop = false;
43
            this.colorWheelBox.Paint += new System.Windows.Forms.PaintEventHandler(this.colorWheelBox_Paint);
807 chris 44
            // 
45
            // ColorWidget
46
            // 
47
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
48
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
809 chris 49
            this.Controls.Add(this.colorWheelBox);
807 chris 50
            this.Name = "ColorWidget";
51
            this.Size = new System.Drawing.Size(216, 203);
809 chris 52
            ((System.ComponentModel.ISupportInitialize)(this.colorWheelBox)).EndInit();
807 chris 53
            this.ResumeLayout(false);
54
 
55
        }
56
 
57
        #endregion
58
 
809 chris 59
        private System.Windows.Forms.PictureBox colorWheelBox;
807 chris 60
    }
61
}