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
- TriState.cs
- Trace.cs
- EntityDataSourceContextCreatedEventArgs.cs
- SizeConverter.cs
- DeploymentSection.cs
- UrlMappingsSection.cs
- SqlUtils.cs
- AvTrace.cs
- DSACryptoServiceProvider.cs
- AppSettings.cs
- ThemeableAttribute.cs
- AspCompat.cs
- DescendantOverDescendantQuery.cs
- ObsoleteAttribute.cs
- ActivityCodeDomReferenceService.cs
- SQLBytes.cs
- SmiTypedGetterSetter.cs
- TopClause.cs
- TimestampInformation.cs
- TypeConverterValueSerializer.cs
- ConfigurationManagerHelperFactory.cs
- SafeFileHandle.cs
- EtwTrackingBehavior.cs
- TimeSpanSecondsConverter.cs
- CharacterString.cs
- RightsManagementInformation.cs
- DataServiceSaveChangesEventArgs.cs
- WorkflowEventArgs.cs
- SoapUnknownHeader.cs
- RegistryConfigurationProvider.cs
- sqlstateclientmanager.cs
- WindowsFormsHost.cs
- OSFeature.cs
- TextElementEditingBehaviorAttribute.cs
- NotifyInputEventArgs.cs
- DynamicPropertyReader.cs
- Sql8ConformanceChecker.cs
- Walker.cs
- _ContextAwareResult.cs
- DragDeltaEventArgs.cs
- XmlWrappingReader.cs
- WCFServiceClientProxyGenerator.cs
- CmsUtils.cs
- Operator.cs
- StructuredType.cs
- CallbackHandler.cs
- ActivityUtilities.cs
- FunctionImportElement.cs
- PeerNameResolver.cs
- ChannelPoolSettingsElement.cs
- RangeExpression.cs
- XmlTextReader.cs
- WebCodeGenerator.cs
- DecimalAnimationUsingKeyFrames.cs
- DbRetry.cs
- XsltConvert.cs
- RawTextInputReport.cs
- DiagnosticsConfiguration.cs
- NeutralResourcesLanguageAttribute.cs
- LiteralTextContainerControlBuilder.cs
- HttpRequestCacheValidator.cs
- RtfToXamlReader.cs
- FileReservationCollection.cs
- UnderstoodHeaders.cs
- safelink.cs
- ListViewItem.cs
- SafeNativeMethods.cs
- DataSvcMapFileSerializer.cs
- TransformDescriptor.cs
- Internal.cs
- ConfigurationConverterBase.cs
- XmlSchemaExternal.cs
- filewebresponse.cs
- RadioButtonFlatAdapter.cs
- ForwardPositionQuery.cs
- XmlAttribute.cs
- GB18030Encoding.cs
- XmlSchemaInclude.cs
- TraceUtils.cs
- SiteMapHierarchicalDataSourceView.cs
- NodeFunctions.cs
- CollectionDataContract.cs
- PropertyMap.cs
- PropertyEmitter.cs
- SQLDoubleStorage.cs
- PropertyKey.cs
- TripleDES.cs
- DBConnectionString.cs
- Part.cs
- EmptyControlCollection.cs
- Item.cs
- activationcontext.cs
- ListDataHelper.cs
- SettingsPropertyNotFoundException.cs
- DoubleStorage.cs
- DomNameTable.cs
- EnumerableRowCollectionExtensions.cs
- FrameworkContentElementAutomationPeer.cs
- VarInfo.cs
- ThemeInfoAttribute.cs