Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WF / Activities / Designers / SequenceDesigner.cs / 1305376 / SequenceDesigner.cs
namespace System.Workflow.Activities { using System; using System.Text; using System.Reflection; using System.Collections; using System.CodeDom; using System.ComponentModel; using System.ComponentModel.Design; using System.Drawing; using System.Drawing.Drawing2D; using System.Workflow.ComponentModel; using System.Workflow.ComponentModel.Design; #region Class SequenceDesigner [ActivityDesignerTheme(typeof(SequenceDesignerTheme))] internal class SequenceDesigner: SequentialActivityDesigner { } #endregion #region SequenceDesignerTheme internal sealed class SequenceDesignerTheme : CompositeDesignerTheme { public SequenceDesignerTheme(WorkflowTheme theme) : base(theme) { this.ShowDropShadow = false; this.ConnectorStartCap = LineAnchor.None; this.ConnectorEndCap = LineAnchor.ArrowAnchor; this.ForeColor = Color.FromArgb(0xFF, 0x00, 0x00, 0x73); this.BorderColor = Color.FromArgb(0xFF, 0xE0, 0xE0, 0xE0); this.BorderStyle = DashStyle.Dash; this.BackColorStart = Color.FromArgb(0x00, 0x00, 0x00, 0x00); this.BackColorEnd = Color.FromArgb(0x00, 0x00, 0x00, 0x00); } } #endregion } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. namespace System.Workflow.Activities { using System; using System.Text; using System.Reflection; using System.Collections; using System.CodeDom; using System.ComponentModel; using System.ComponentModel.Design; using System.Drawing; using System.Drawing.Drawing2D; using System.Workflow.ComponentModel; using System.Workflow.ComponentModel.Design; #region Class SequenceDesigner [ActivityDesignerTheme(typeof(SequenceDesignerTheme))] internal class SequenceDesigner: SequentialActivityDesigner { } #endregion #region SequenceDesignerTheme internal sealed class SequenceDesignerTheme : CompositeDesignerTheme { public SequenceDesignerTheme(WorkflowTheme theme) : base(theme) { this.ShowDropShadow = false; this.ConnectorStartCap = LineAnchor.None; this.ConnectorEndCap = LineAnchor.ArrowAnchor; this.ForeColor = Color.FromArgb(0xFF, 0x00, 0x00, 0x73); this.BorderColor = Color.FromArgb(0xFF, 0xE0, 0xE0, 0xE0); this.BorderStyle = DashStyle.Dash; this.BackColorStart = Color.FromArgb(0x00, 0x00, 0x00, 0x00); this.BackColorEnd = Color.FromArgb(0x00, 0x00, 0x00, 0x00); } } #endregion } // 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
- SystemIdentity.cs
- CodeMethodInvokeExpression.cs
- TextParagraphProperties.cs
- CodeTypeMember.cs
- SessionEndingEventArgs.cs
- CheckBoxBaseAdapter.cs
- Mouse.cs
- TextFindEngine.cs
- XsltCompileContext.cs
- DescendantQuery.cs
- EntityWithKeyStrategy.cs
- BoundColumn.cs
- XsdDataContractImporter.cs
- CompilationLock.cs
- UrlPath.cs
- SettingsBindableAttribute.cs
- DataGridViewRowsAddedEventArgs.cs
- Accessors.cs
- DriveNotFoundException.cs
- MergeFilterQuery.cs
- RegexBoyerMoore.cs
- Faults.cs
- OpCellTreeNode.cs
- XMLSyntaxException.cs
- ClusterSafeNativeMethods.cs
- XmlDeclaration.cs
- CaseCqlBlock.cs
- TargetControlTypeCache.cs
- StateDesigner.LayoutSelectionGlyph.cs
- future.cs
- ConfigXmlText.cs
- GiveFeedbackEventArgs.cs
- Pair.cs
- FakeModelItemImpl.cs
- GAC.cs
- SourceFileBuildProvider.cs
- XmlUtil.cs
- MenuBase.cs
- Expression.cs
- AuthenticateEventArgs.cs
- FramingFormat.cs
- AutomationIdentifierGuids.cs
- CustomValidator.cs
- ServerReliableChannelBinder.cs
- XmlProcessingInstruction.cs
- BinaryFormatter.cs
- PreservationFileWriter.cs
- SizeF.cs
- IQueryable.cs
- IssuanceLicense.cs
- TextTabProperties.cs
- Pair.cs
- SQLDateTime.cs
- FlowLayoutPanel.cs
- AnnotationAdorner.cs
- ToolStripContainer.cs
- XPathArrayIterator.cs
- SimpleHandlerBuildProvider.cs
- Pool.cs
- BindingCollection.cs
- WebException.cs
- Input.cs
- SqlCacheDependencyDatabase.cs
- BrowserCapabilitiesFactory.cs
- StringPropertyBuilder.cs
- SourceFileBuildProvider.cs
- TextPointer.cs
- ExpressionEditorAttribute.cs
- PropertyGridView.cs
- Interlocked.cs
- RadioButtonPopupAdapter.cs
- TextContainerChangedEventArgs.cs
- SHA1.cs
- EmbeddedMailObject.cs
- ButtonBase.cs
- FormsAuthenticationCredentials.cs
- Polygon.cs
- NewArrayExpression.cs
- Inflater.cs
- ParagraphResult.cs
- InputGestureCollection.cs
- Point3DCollectionConverter.cs
- XmlSchemaAll.cs
- DbConnectionPoolCounters.cs
- MiniParameterInfo.cs
- SystemTcpStatistics.cs
- PipelineDeploymentState.cs
- BamlRecords.cs
- TextEditorParagraphs.cs
- ToolStripContextMenu.cs
- CodeDomConfigurationHandler.cs
- PanelDesigner.cs
- SolidBrush.cs
- DataGridViewControlCollection.cs
- QueryInterceptorAttribute.cs
- ThreadSafeList.cs
- MemberAccessException.cs
- Visitors.cs
- Transform3DGroup.cs
- __ConsoleStream.cs