RenameRuleObjectDialog.Designer.cs source code in C# .NET

Source code for the .NET framework in C#

                        

Code:

/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WF / Activities / Rules / Design / Dialogs / RenameRuleObjectDialog.Designer.cs / 1305376 / RenameRuleObjectDialog.Designer.cs

                            namespace System.Workflow.Activities.Rules.Design 
{
    partial class RenameRuleObjectDialog
 	{
		///  
		/// Required designer variable.
		///  
 		private System.ComponentModel.IContainer components = null; 

		///  
 		/// Clean up any resources being used.
 		/// 
		protected override void Dispose(bool disposing)
 		{ 
			if (disposing && (components != null))
			{ 
				components.Dispose(); 
 			}
			base.Dispose(disposing); 
 		}

 		#region Windows Form Designer generated code
 
		/// 
 		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor. 
		/// 
		private void InitializeComponent() 
 		{
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RenameRuleObjectDialog));
            this.cancelButton = new System.Windows.Forms.Button();
            this.okButton = new System.Windows.Forms.Button(); 
            this.newNamelabel = new System.Windows.Forms.Label();
            this.ruleNameTextBox = new System.Windows.Forms.TextBox(); 
            this.okCancelTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); 
            this.okCancelTableLayoutPanel.SuspendLayout();
            this.SuspendLayout(); 
            //
            // cancelButton
            //
            resources.ApplyResources(this.cancelButton, "cancelButton"); 
            this.cancelButton.CausesValidation = false;
            this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; 
            this.cancelButton.Name = "cancelButton"; 
            this.cancelButton.Click += new System.EventHandler(this.OnCancel);
            // 
            // okButton
            //
            resources.ApplyResources(this.okButton, "okButton");
            this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK; 
            this.okButton.Name = "okButton";
            this.okButton.Click += new System.EventHandler(this.OnOk); 
            // 
            // newNamelabel
            // 
            resources.ApplyResources(this.newNamelabel, "newNamelabel");
            this.newNamelabel.Name = "newNamelabel";
            this.newNamelabel.UseCompatibleTextRendering = true;
            // 
            // ruleNameTextBox
            // 
            resources.ApplyResources(this.ruleNameTextBox, "ruleNameTextBox"); 
            this.ruleNameTextBox.Name = "ruleNameTextBox";
            // 
            // okCancelTableLayoutPanel
            //
            resources.ApplyResources(this.okCancelTableLayoutPanel, "okCancelTableLayoutPanel");
            this.okCancelTableLayoutPanel.Controls.Add(this.okButton, 0, 0); 
            this.okCancelTableLayoutPanel.Controls.Add(this.cancelButton, 1, 0);
            this.okCancelTableLayoutPanel.Name = "okCancelTableLayoutPanel"; 
            // 
            // RenameRuleObjectDialog
            // 
            this.AcceptButton = this.okButton;
            resources.ApplyResources(this, "$this");
            this.CancelButton = this.cancelButton;
            this.Controls.Add(this.okCancelTableLayoutPanel); 
            this.Controls.Add(this.ruleNameTextBox);
            this.Controls.Add(this.newNamelabel); 
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; 
            this.MaximizeBox = false;
            this.MinimizeBox = false; 
            this.Name = "RenameRuleObjectDialog";
            this.ShowInTaskbar = false;
            this.okCancelTableLayoutPanel.ResumeLayout(false);
            this.okCancelTableLayoutPanel.PerformLayout(); 
            this.ResumeLayout(false);
            this.PerformLayout(); 
 
		}
 
 		#endregion

 		private System.Windows.Forms.Button cancelButton;
		private System.Windows.Forms.Button okButton; 
 		private System.Windows.Forms.Label newNamelabel;
		private System.Windows.Forms.TextBox ruleNameTextBox; 
		private System.Windows.Forms.TableLayoutPanel okCancelTableLayoutPanel; 
	}
} 

// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
namespace System.Workflow.Activities.Rules.Design 
{
    partial class RenameRuleObjectDialog
 	{
		///  
		/// Required designer variable.
		///  
 		private System.ComponentModel.IContainer components = null; 

		///  
 		/// Clean up any resources being used.
 		/// 
		protected override void Dispose(bool disposing)
 		{ 
			if (disposing && (components != null))
			{ 
				components.Dispose(); 
 			}
			base.Dispose(disposing); 
 		}

 		#region Windows Form Designer generated code
 
		/// 
 		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor. 
		/// 
		private void InitializeComponent() 
 		{
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RenameRuleObjectDialog));
            this.cancelButton = new System.Windows.Forms.Button();
            this.okButton = new System.Windows.Forms.Button(); 
            this.newNamelabel = new System.Windows.Forms.Label();
            this.ruleNameTextBox = new System.Windows.Forms.TextBox(); 
            this.okCancelTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); 
            this.okCancelTableLayoutPanel.SuspendLayout();
            this.SuspendLayout(); 
            //
            // cancelButton
            //
            resources.ApplyResources(this.cancelButton, "cancelButton"); 
            this.cancelButton.CausesValidation = false;
            this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; 
            this.cancelButton.Name = "cancelButton"; 
            this.cancelButton.Click += new System.EventHandler(this.OnCancel);
            // 
            // okButton
            //
            resources.ApplyResources(this.okButton, "okButton");
            this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK; 
            this.okButton.Name = "okButton";
            this.okButton.Click += new System.EventHandler(this.OnOk); 
            // 
            // newNamelabel
            // 
            resources.ApplyResources(this.newNamelabel, "newNamelabel");
            this.newNamelabel.Name = "newNamelabel";
            this.newNamelabel.UseCompatibleTextRendering = true;
            // 
            // ruleNameTextBox
            // 
            resources.ApplyResources(this.ruleNameTextBox, "ruleNameTextBox"); 
            this.ruleNameTextBox.Name = "ruleNameTextBox";
            // 
            // okCancelTableLayoutPanel
            //
            resources.ApplyResources(this.okCancelTableLayoutPanel, "okCancelTableLayoutPanel");
            this.okCancelTableLayoutPanel.Controls.Add(this.okButton, 0, 0); 
            this.okCancelTableLayoutPanel.Controls.Add(this.cancelButton, 1, 0);
            this.okCancelTableLayoutPanel.Name = "okCancelTableLayoutPanel"; 
            // 
            // RenameRuleObjectDialog
            // 
            this.AcceptButton = this.okButton;
            resources.ApplyResources(this, "$this");
            this.CancelButton = this.cancelButton;
            this.Controls.Add(this.okCancelTableLayoutPanel); 
            this.Controls.Add(this.ruleNameTextBox);
            this.Controls.Add(this.newNamelabel); 
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; 
            this.MaximizeBox = false;
            this.MinimizeBox = false; 
            this.Name = "RenameRuleObjectDialog";
            this.ShowInTaskbar = false;
            this.okCancelTableLayoutPanel.ResumeLayout(false);
            this.okCancelTableLayoutPanel.PerformLayout(); 
            this.ResumeLayout(false);
            this.PerformLayout(); 
 
		}
 
 		#endregion

 		private System.Windows.Forms.Button cancelButton;
		private System.Windows.Forms.Button okButton; 
 		private System.Windows.Forms.Label newNamelabel;
		private System.Windows.Forms.TextBox ruleNameTextBox; 
		private System.Windows.Forms.TableLayoutPanel okCancelTableLayoutPanel; 
	}
} 

// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.

                        

Link Menu

Network programming in C#, Network Programming in VB.NET, Network Programming in .NET
This book is available now!
Buy at Amazon US or
Buy at Amazon UK