Click here to Skip to main content
15,881,380 members
Articles / Web Development / ASP.NET

Developing Next Generation Smart Clients using .NET 2.0 working with Existing .NET 1.1 SOA-based XML Web Services

Rate me:
Please Sign up or sign in to vote.
4.96/5 (134 votes)
16 Aug 200540 min read 1.2M   3.9K   462  
Comprehensive guide to development of .NET 2.0 Smart Clients working with existing Service Oriented Architecture based XML web services, fully utilizing the Enterprise Library
namespace SmartInstitute.Client.Modules
{
	partial class OfferedCourseTree
	{
		/// <summary> 
		/// Required designer variable.
		/// </summary>
		private System.ComponentModel.IContainer components = null;

		/// <summary> 
		/// Clean up any resources being used.
		/// </summary>
		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();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OfferedCourseTree));
			this.imglistIcons = new System.Windows.Forms.ImageList(this.components);
			this.SuspendLayout();
			// 
			// imglistIcons
			// 
			this.imglistIcons.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglistIcons.ImageStream")));
			this.imglistIcons.Images.SetKeyName(0, "Outlook Folder Icon.bmp");
			this.imglistIcons.Images.SetKeyName(1, "ARTFIR~1.ICO");
			this.imglistIcons.Images.SetKeyName(2, "ARTWHI~1.ICO");
			this.imglistIcons.Images.SetKeyName(3, "ARTGRE~1.ICO");
			// 
			// OfferedCourseTree
			// 
			this.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.DrawMode = System.Windows.Forms.TreeViewDrawMode.OwnerDrawText;
			this.FullRowSelect = true;
			this.HideSelection = false;
			this.Indent = 10;
			this.LineColor = System.Drawing.Color.Silver;
			this.Location = new System.Drawing.Point(13, 14);
			this.ShowLines = false;
			this.ShowNodeToolTips = true;
			this.ShowRootLines = false;
			this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.OfferedCourseTree_KeyUp);
			this.ResumeLayout(false);

		}

		#endregion

		private System.Windows.Forms.ImageList imglistIcons;
	}
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Architect BT, UK (ex British Telecom)
United Kingdom United Kingdom

Comments and Discussions