Rev 807 |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
namespace ColorPicker
{
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(216,
203);
this.colorWheelBox.TabIndex = 0;
this.colorWheelBox.TabStop = false;
this.colorWheelBox.Paint += new System.Windows.Forms.PaintEventHandler(this.colorWheelBox_Paint);
//
// 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(216,
203);
((System.ComponentModel.ISupportInitialize)(this.colorWheelBox)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox colorWheelBox
;
}
}