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

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ObjectStateManager.cs
- DifferencingCollection.cs
- BindingWorker.cs
- CompileLiteralTextParser.cs
- TextBoxBase.cs
- CatalogPart.cs
- BamlVersionHeader.cs
- DataView.cs
- XamlTypeMapperSchemaContext.cs
- ToolBarButtonClickEvent.cs
- CommonDialog.cs
- ListControlBuilder.cs
- UmAlQuraCalendar.cs
- RenderData.cs
- ReferenceSchema.cs
- EntityCommandCompilationException.cs
- PropertyCollection.cs
- MemoryRecordBuffer.cs
- LinqDataSourceContextEventArgs.cs
- LexicalChunk.cs
- ArraySubsetEnumerator.cs
- Psha1DerivedKeyGenerator.cs
- ClientConfigPaths.cs
- ServiceChannel.cs
- invalidudtexception.cs
- DataGridViewControlCollection.cs
- SortedDictionary.cs
- NetworkInformationException.cs
- FilterQuery.cs
- OptimisticConcurrencyException.cs
- EventQueueState.cs
- DataDocumentXPathNavigator.cs
- WorkflowServiceHost.cs
- CompareValidator.cs
- AutoResetEvent.cs
- UiaCoreApi.cs
- ClaimSet.cs
- DesignerMetadata.cs
- BamlRecordHelper.cs
- ClientConfigurationSystem.cs
- CodeSnippetExpression.cs
- NativeObjectSecurity.cs
- Asn1IntegerConverter.cs
- Unit.cs
- GACIdentityPermission.cs
- XDRSchema.cs
- _NestedMultipleAsyncResult.cs
- DataSvcMapFile.cs
- EntityConnectionStringBuilderItem.cs
- OpenTypeLayoutCache.cs
- StartUpEventArgs.cs
- ServiceOperationWrapper.cs
- UntrustedRecipientException.cs
- HttpMethodConstraint.cs
- NotifyInputEventArgs.cs
- AttributeUsageAttribute.cs
- FontEmbeddingManager.cs
- AutoResizedEvent.cs
- UserPrincipalNameElement.cs
- PolicyChain.cs
- ListViewItem.cs
- AnimationLayer.cs
- CustomErrorsSectionWrapper.cs
- List.cs
- InternalConfigConfigurationFactory.cs
- FontWeight.cs
- OleDbCommandBuilder.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- WebPartUserCapability.cs
- AspProxy.cs
- PromptEventArgs.cs
- RoutedEventValueSerializer.cs
- FaultPropagationRecord.cs
- QueryExecutionOption.cs
- __ComObject.cs
- WebGetAttribute.cs
- XamlNamespaceHelper.cs
- OrderPreservingPipeliningSpoolingTask.cs
- CodeComment.cs
- XmlDataProvider.cs
- GradientStop.cs
- DataGridViewRowsRemovedEventArgs.cs
- InternalConfigConfigurationFactory.cs
- OpCellTreeNode.cs
- DataColumnPropertyDescriptor.cs
- HtmlUtf8RawTextWriter.cs
- MessageQueueKey.cs
- Decimal.cs
- BehaviorEditorPart.cs
- ValidatingReaderNodeData.cs
- DataGridViewColumnConverter.cs
- HideDisabledControlAdapter.cs
- BeginStoryboard.cs
- CollectionViewSource.cs
- CatalogPartChrome.cs
- RepeaterItemCollection.cs
- _CookieModule.cs
- XmlSecureResolver.cs
- GridViewRowPresenter.cs
- ReadOnlyCollection.cs