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
- BookmarkEventArgs.cs
- SessionSwitchEventArgs.cs
- IOException.cs
- AuthenticationSection.cs
- PlainXmlDeserializer.cs
- XmlDataImplementation.cs
- HttpListenerResponse.cs
- BoolExpression.cs
- TableItemPatternIdentifiers.cs
- Update.cs
- JulianCalendar.cs
- ServicePoint.cs
- Part.cs
- ExtendedPropertyCollection.cs
- ElementsClipboardData.cs
- CodePageUtils.cs
- Directory.cs
- SapiInterop.cs
- Operator.cs
- MdiWindowListStrip.cs
- RegexBoyerMoore.cs
- UpdatePanelTrigger.cs
- OdbcConnectionString.cs
- ChildTable.cs
- KeyMatchBuilder.cs
- x509store.cs
- ProcessStartInfo.cs
- EmissiveMaterial.cs
- UnwrappedTypesXmlSerializerManager.cs
- ImageClickEventArgs.cs
- FontFamilyIdentifier.cs
- PrimitiveCodeDomSerializer.cs
- DataGridViewComboBoxColumnDesigner.cs
- ByteStorage.cs
- ExtendedPropertyDescriptor.cs
- SymbolMethod.cs
- WebPartAuthorizationEventArgs.cs
- FirewallWrapper.cs
- InfoCardTrace.cs
- TimeZone.cs
- ClientSettings.cs
- Byte.cs
- DataTableReader.cs
- EntityConnection.cs
- DateTime.cs
- SqlMultiplexer.cs
- _SSPISessionCache.cs
- DataServiceKeyAttribute.cs
- StoreItemCollection.cs
- TextBox.cs
- DefaultMergeHelper.cs
- RootDesignerSerializerAttribute.cs
- UriTemplateTable.cs
- DrawingImage.cs
- TagPrefixCollection.cs
- CachedPathData.cs
- _LazyAsyncResult.cs
- XmlC14NWriter.cs
- MailAddress.cs
- InputProviderSite.cs
- BuilderInfo.cs
- UniqueIdentifierService.cs
- FixedFlowMap.cs
- LinkClickEvent.cs
- MatrixCamera.cs
- UnsupportedPolicyOptionsException.cs
- FixedSOMPageElement.cs
- Int16Converter.cs
- _LocalDataStoreMgr.cs
- ComplexTypeEmitter.cs
- DemultiplexingDispatchMessageFormatter.cs
- IndexedString.cs
- TextServicesManager.cs
- DesignerAttributeInfo.cs
- DragDropHelper.cs
- ApplyTemplatesAction.cs
- XmlNotation.cs
- ParallelEnumerableWrapper.cs
- httpserverutility.cs
- WasNotInstalledException.cs
- WaitHandleCannotBeOpenedException.cs
- DeploymentSection.cs
- WSSecurityJan2004.cs
- FixUpCollection.cs
- BitVector32.cs
- SourceInterpreter.cs
- ParameterInfo.cs
- EntityDataSourceSelectedEventArgs.cs
- PerformanceCounter.cs
- Journaling.cs
- TextSelection.cs
- CurrentChangingEventArgs.cs
- DllNotFoundException.cs
- CompatibleComparer.cs
- OracleConnectionStringBuilder.cs
- PrtTicket_Editor.cs
- EdmToObjectNamespaceMap.cs
- SqlConnectionPoolGroupProviderInfo.cs
- _NTAuthentication.cs
- WebZone.cs