Click here to Skip to main content
15,896,392 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.Automation.Documents.StudentDocuments
{
	partial class StudentProfileDocument
	{
		/// <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.label3 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.presentAddress1TextBox = new System.Windows.Forms.TextBox();
			this.presentAddress2TextBox = new System.Windows.Forms.TextBox();
			this.permanentAddress2TextBox = new System.Windows.Forms.TextBox();
			this.permanentAddress1TextBox = new System.Windows.Forms.TextBox();
			this.profileControl = new SmartInstitute.Client.Automation.Documents.StudentDocuments.StudentProfile();
			this.saveButton = new System.Windows.Forms.Button();
			this.firstNameTextBox = new System.Windows.Forms.TextBox();
			this.label2 = new System.Windows.Forms.Label();
			this.middleNameTextBox = new System.Windows.Forms.TextBox();
			this.lastNameTextBox = new System.Windows.Forms.TextBox();
			this.cancelSaveButton = new System.Windows.Forms.Button();
			this.SuspendLayout();
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(10, 160);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(107, 17);
			this.label3.TabIndex = 6;
			this.label3.Text = "Present Address:";
			this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(10, 226);
			this.label5.Margin = new System.Windows.Forms.Padding(3, 3, 2, 3);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(107, 14);
			this.label5.TabIndex = 8;
			this.label5.Text = "Permanent Address:";
			this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// presentAddress1TextBox
			// 
			this.presentAddress1TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.presentAddress1TextBox.AutoSize = false;
			this.presentAddress1TextBox.Location = new System.Drawing.Point(124, 160);
			this.presentAddress1TextBox.Multiline = true;
			this.presentAddress1TextBox.Name = "presentAddress1TextBox";
			this.presentAddress1TextBox.Size = new System.Drawing.Size(327, 26);
			this.presentAddress1TextBox.TabIndex = 23;
			// 
			// presentAddress2TextBox
			// 
			this.presentAddress2TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.presentAddress2TextBox.AutoSize = false;
			this.presentAddress2TextBox.Location = new System.Drawing.Point(124, 190);
			this.presentAddress2TextBox.Multiline = true;
			this.presentAddress2TextBox.Name = "presentAddress2TextBox";
			this.presentAddress2TextBox.Size = new System.Drawing.Size(327, 26);
			this.presentAddress2TextBox.TabIndex = 24;
			// 
			// permanentAddress2TextBox
			// 
			this.permanentAddress2TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.permanentAddress2TextBox.AutoSize = false;
			this.permanentAddress2TextBox.Location = new System.Drawing.Point(124, 222);
			this.permanentAddress2TextBox.Multiline = true;
			this.permanentAddress2TextBox.Name = "permanentAddress2TextBox";
			this.permanentAddress2TextBox.Size = new System.Drawing.Size(327, 26);
			this.permanentAddress2TextBox.TabIndex = 26;
			// 
			// permanentAddress1TextBox
			// 
			this.permanentAddress1TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.permanentAddress1TextBox.AutoSize = false;
			this.permanentAddress1TextBox.Location = new System.Drawing.Point(124, 253);
			this.permanentAddress1TextBox.Multiline = true;
			this.permanentAddress1TextBox.Name = "permanentAddress1TextBox";
			this.permanentAddress1TextBox.Size = new System.Drawing.Size(327, 26);
			this.permanentAddress1TextBox.TabIndex = 25;
			// 
			// profileControl
			// 
			this.profileControl.BackColor = System.Drawing.Color.White;
			this.profileControl.Dock = System.Windows.Forms.DockStyle.Top;
			this.profileControl.Location = new System.Drawing.Point(0, 0);
			this.profileControl.Name = "profileControl";
			this.profileControl.Size = new System.Drawing.Size(467, 100);
			this.profileControl.TabIndex = 27;
			// 
			// saveButton
			// 
			this.saveButton.Image = SmartInstitute.Automation.Properties.Resources.table;
			this.saveButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.saveButton.Location = new System.Drawing.Point(124, 285);
			this.saveButton.Name = "saveButton";
			this.saveButton.Size = new System.Drawing.Size(57, 27);
			this.saveButton.TabIndex = 30;
			this.saveButton.Text = "Save";
			this.saveButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.saveButton.Click += new System.EventHandler(this.saveButton_Click);
			// 
			// firstNameTextBox
			// 
			this.firstNameTextBox.AutoSize = false;
			this.firstNameTextBox.Location = new System.Drawing.Point(124, 128);
			this.firstNameTextBox.Multiline = true;
			this.firstNameTextBox.Name = "firstNameTextBox";
			this.firstNameTextBox.Size = new System.Drawing.Size(109, 26);
			this.firstNameTextBox.TabIndex = 32;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(10, 128);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(107, 17);
			this.label2.TabIndex = 31;
			this.label2.Text = "Full Name:";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// middleNameTextBox
			// 
			this.middleNameTextBox.AutoSize = false;
			this.middleNameTextBox.Location = new System.Drawing.Point(239, 128);
			this.middleNameTextBox.Multiline = true;
			this.middleNameTextBox.Name = "middleNameTextBox";
			this.middleNameTextBox.Size = new System.Drawing.Size(83, 26);
			this.middleNameTextBox.TabIndex = 33;
			// 
			// lastNameTextBox
			// 
			this.lastNameTextBox.AutoSize = false;
			this.lastNameTextBox.Location = new System.Drawing.Point(328, 128);
			this.lastNameTextBox.Multiline = true;
			this.lastNameTextBox.Name = "lastNameTextBox";
			this.lastNameTextBox.Size = new System.Drawing.Size(123, 26);
			this.lastNameTextBox.TabIndex = 34;
			// 
			// cancelSaveButton
			// 
			this.cancelSaveButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.cancelSaveButton.Location = new System.Drawing.Point(187, 285);
			this.cancelSaveButton.Name = "cancelSaveButton";
			this.cancelSaveButton.Size = new System.Drawing.Size(92, 27);
			this.cancelSaveButton.TabIndex = 35;
			this.cancelSaveButton.Text = "Cancel Save";
			// 
			// StudentProfileDocument
			// 
			this.Controls.Add(this.cancelSaveButton);
			this.Controls.Add(this.lastNameTextBox);
			this.Controls.Add(this.middleNameTextBox);
			this.Controls.Add(this.firstNameTextBox);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.saveButton);
			this.Controls.Add(this.profileControl);
			this.Controls.Add(this.permanentAddress2TextBox);
			this.Controls.Add(this.permanentAddress1TextBox);
			this.Controls.Add(this.presentAddress2TextBox);
			this.Controls.Add(this.presentAddress1TextBox);
			this.Controls.Add(this.label5);
			this.Controls.Add(this.label3);
			this.Location = new System.Drawing.Point(13, 12);
			this.Name = "StudentProfileDocument";
			this.Size = new System.Drawing.Size(467, 328);
			this.Load += new System.EventHandler(this.StudentProfileView_Load);
			this.ResumeLayout(false);

        }

		#endregion

		private System.Windows.Forms.Label label3;
		private System.Windows.Forms.Label label5;
		private System.Windows.Forms.TextBox presentAddress1TextBox;
		private System.Windows.Forms.TextBox presentAddress2TextBox;
		private System.Windows.Forms.TextBox permanentAddress2TextBox;
		private System.Windows.Forms.TextBox permanentAddress1TextBox;
		private SmartInstitute.Client.Automation.Documents.StudentDocuments.StudentProfile profileControl;
		private System.Windows.Forms.Button saveButton;
		private System.Windows.Forms.TextBox firstNameTextBox;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.TextBox middleNameTextBox;
		private System.Windows.Forms.TextBox lastNameTextBox;
		private System.Windows.Forms.Button cancelSaveButton;
	}
}

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