namespace IReaper.CourseData{
partial class CourseDataTreeView
{
/// <summary>
///
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
///
/// </summary>
/// <param name="disposing"> true false</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region
/// <summary>
/// -
///
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CourseDataTreeView));
this.treeViewIcoList = new System.Windows.Forms.ImageList(this.components);
this.SuspendLayout();
//
// treeViewIcoList
//
this.treeViewIcoList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("treeViewIcoList.ImageStream")));
this.treeViewIcoList.TransparentColor = System.Drawing.Color.White;
this.treeViewIcoList.Images.SetKeyName(0, "Product");
this.treeViewIcoList.Images.SetKeyName(1, "Speaker");
this.treeViewIcoList.Images.SetKeyName(2, "Technology");
this.treeViewIcoList.Images.SetKeyName(3, "Time");
this.treeViewIcoList.Images.SetKeyName(4, "Rating");
this.treeViewIcoList.Images.SetKeyName(5, "Series");
this.treeViewIcoList.Images.SetKeyName(6, "Level");
this.treeViewIcoList.Images.SetKeyName(7, "Webcast");
//
// CourseDataTreeView
//
resources.ApplyResources(this, "$this");
this.ImageList = this.treeViewIcoList;
this.LineColor = System.Drawing.Color.Black;
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ImageList treeViewIcoList;
}
}
|