Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / TrustUi / MS / Internal / documents / RMEnrollmentPage1.cs / 1 / RMEnrollmentPage1.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: // RMEnrollmentPage1 is page 1 of the RM enrollment wizard. // // History: // 06/17/05 - [....] created // //--------------------------------------------------------------------------- using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; using System.Windows.TrustUI; namespace MS.Internal.Documents { ////// RMEnrollmentPage1 /// internal sealed partial class RMEnrollmentPage1 : DialogBaseForm { #region Constructors //----------------------------------------------------- // // Constructors // //----------------------------------------------------- ////// The constructor /// internal RMEnrollmentPage1() { _pictureBox.Visible = false; } #endregion Constructors #region Protected Methods //------------------------------------------------------ // // Protected Methods // //----------------------------------------------------- ////// ApplyResources override. Called to apply dialog resources. /// protected override void ApplyResources() { base.ApplyResources(); _label1.Text = SR.Get(SRID.RMEnrollmentPage1a); _label2.Text = SR.Get(SRID.RMEnrollmentPage1b); _label3.Text = SR.Get(SRID.RMEnrollmentPage1c); _privacyLabel.Text = SR.Get(SRID.RMEnrollmentPage1d); _instructionlabel.Text = SR.Get(SRID.RMEnrollmentPage1e); _nextButton.Text = SR.Get(SRID.RMEnrollmentNext); _cancelButton.Text = SR.Get(SRID.RMEnrollmentCancel); Text = SR.Get(SRID.RMEnrollmentTitle); } #endregion Protected Methods } } // 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
- TextMarkerSource.cs
- Transform.cs
- ViewStateException.cs
- DbProviderFactoriesConfigurationHandler.cs
- HtmlToClrEventProxy.cs
- GraphicsPathIterator.cs
- CompiledRegexRunner.cs
- RewritingPass.cs
- AttributeSetAction.cs
- WeakReferenceKey.cs
- AssociatedControlConverter.cs
- Compiler.cs
- ParameterToken.cs
- DataGridViewAdvancedBorderStyle.cs
- KnownTypesHelper.cs
- AutomationElementIdentifiers.cs
- ValueUtilsSmi.cs
- BindingOperations.cs
- XmlHelper.cs
- Activity.cs
- StringValueSerializer.cs
- TypeDescriptor.cs
- EmbeddedMailObject.cs
- EnumBuilder.cs
- ChangePassword.cs
- SqlClientPermission.cs
- DataGridSortCommandEventArgs.cs
- VectorKeyFrameCollection.cs
- Drawing.cs
- RpcResponse.cs
- ConnectionStringsExpressionBuilder.cs
- OverflowException.cs
- XmlAttributeCollection.cs
- ClientEventManager.cs
- LinqDataSourceView.cs
- ReflectionServiceProvider.cs
- RegionData.cs
- NamedElement.cs
- MetadataArtifactLoader.cs
- DriveInfo.cs
- Char.cs
- ListBox.cs
- UpdateTracker.cs
- MemoryPressure.cs
- ForwardPositionQuery.cs
- XmlSchemaAnnotation.cs
- IndexedSelectQueryOperator.cs
- TableLayoutPanelCodeDomSerializer.cs
- AttachedAnnotationChangedEventArgs.cs
- SqlPersonalizationProvider.cs
- Matrix.cs
- ColorPalette.cs
- SoapObjectWriter.cs
- MemoryMappedViewStream.cs
- CompositionTarget.cs
- CultureInfoConverter.cs
- WebPartConnectionCollection.cs
- FormatterServices.cs
- XmlSchemaIdentityConstraint.cs
- ConfigurationStrings.cs
- TabletCollection.cs
- NonBatchDirectoryCompiler.cs
- WindowsTitleBar.cs
- QueryOutputWriter.cs
- RouteParameter.cs
- CreateRefExpr.cs
- ExceptionHelpers.cs
- DescendantBaseQuery.cs
- LineSegment.cs
- MarkupCompiler.cs
- connectionpool.cs
- SqlVersion.cs
- FontSourceCollection.cs
- TableLayoutStyleCollection.cs
- RoutedEvent.cs
- TableLayoutCellPaintEventArgs.cs
- XmlSchemaAnnotation.cs
- QuaternionAnimation.cs
- Tuple.cs
- XmlSchemaSimpleTypeUnion.cs
- NullRuntimeConfig.cs
- EventBookmark.cs
- InvalidOperationException.cs
- TextTreeNode.cs
- ClosableStream.cs
- MenuItem.cs
- _SslStream.cs
- TextRangeProviderWrapper.cs
- ACL.cs
- XmlTextAttribute.cs
- TripleDES.cs
- FixedSOMGroup.cs
- DateTime.cs
- TextTreeInsertUndoUnit.cs
- ObjectStorage.cs
- CheckoutException.cs
- _FtpDataStream.cs
- XamlFxTrace.cs
- DataChangedEventManager.cs
- ChangeProcessor.cs