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
- SplashScreenNativeMethods.cs
- DataTransferEventArgs.cs
- IriParsingElement.cs
- BuiltInExpr.cs
- VolatileResourceManager.cs
- WinFormsSecurity.cs
- SqlXmlStorage.cs
- DataGridParentRows.cs
- Size.cs
- AppDomainCompilerProxy.cs
- DataGridViewRow.cs
- InternalControlCollection.cs
- elementinformation.cs
- GridViewUpdatedEventArgs.cs
- WpfKnownMemberInvoker.cs
- MappingSource.cs
- RemoteCryptoDecryptRequest.cs
- IDictionary.cs
- SoapAttributeOverrides.cs
- DelayedRegex.cs
- ReadOnlyActivityGlyph.cs
- WorkflowInspectionServices.cs
- TextureBrush.cs
- EventRoute.cs
- MachineKeyConverter.cs
- BaseResourcesBuildProvider.cs
- LogReserveAndAppendState.cs
- NativeMethods.cs
- ParagraphVisual.cs
- TextTreeNode.cs
- ZipIOExtraFieldZip64Element.cs
- TableLayoutCellPaintEventArgs.cs
- WinInetCache.cs
- PromptStyle.cs
- ScrollProviderWrapper.cs
- ControlParameter.cs
- PageCatalogPart.cs
- ProcessHostMapPath.cs
- DataGridItemAttachedStorage.cs
- DelegateSerializationHolder.cs
- EmbossBitmapEffect.cs
- TextStore.cs
- RegexMatchCollection.cs
- StickyNoteContentControl.cs
- InternalResources.cs
- CategoryGridEntry.cs
- DBSchemaTable.cs
- HttpModuleCollection.cs
- sqlnorm.cs
- SqlRetyper.cs
- XmlSchemaSimpleContent.cs
- UnsafeNativeMethods.cs
- XmlWrappingWriter.cs
- Camera.cs
- MenuItemStyle.cs
- PrimitiveXmlSerializers.cs
- SponsorHelper.cs
- ServiceObjectContainer.cs
- SqlTypeConverter.cs
- PersonalizableTypeEntry.cs
- Assert.cs
- VariableAction.cs
- HandleRef.cs
- PermissionSetEnumerator.cs
- WmlLabelAdapter.cs
- LineGeometry.cs
- CompiledAction.cs
- TemplateNameScope.cs
- ComponentDispatcher.cs
- Component.cs
- PrintingPermissionAttribute.cs
- AuthorizationRule.cs
- HtmlGenericControl.cs
- DataServiceQueryOfT.cs
- HScrollBar.cs
- TableLayout.cs
- TextElementCollection.cs
- DrawingGroup.cs
- ToggleButton.cs
- MsmqMessageProperty.cs
- ByteAnimationBase.cs
- AccessViolationException.cs
- AngleUtil.cs
- CellParaClient.cs
- ObjectSecurity.cs
- Condition.cs
- NotificationContext.cs
- GradientBrush.cs
- WizardStepCollectionEditor.cs
- XXXOnTypeBuilderInstantiation.cs
- ResolveNameEventArgs.cs
- ObjectKeyFrameCollection.cs
- TypeNameConverter.cs
- Content.cs
- ReadOnlyDataSource.cs
- ModelItemImpl.cs
- ErrorRuntimeConfig.cs
- QueryValue.cs
- XmlSchemaFacet.cs
- CalendarDay.cs