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
- MethodBuilder.cs
- XmlEntityReference.cs
- Opcode.cs
- AssemblySettingAttributes.cs
- ThreadBehavior.cs
- SecurityTokenRequirement.cs
- MultiDataTrigger.cs
- MarshalByRefObject.cs
- filewebresponse.cs
- XmlRootAttribute.cs
- TargetPerspective.cs
- LayoutSettings.cs
- DataGridViewLinkCell.cs
- ToolboxComponentsCreatingEventArgs.cs
- DocumentPageViewAutomationPeer.cs
- EventManager.cs
- DbProviderFactories.cs
- StorageRoot.cs
- EntityTypeEmitter.cs
- HttpFileCollection.cs
- QilParameter.cs
- PhysicalAddress.cs
- FileDialog.cs
- MILUtilities.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- ContentAlignmentEditor.cs
- DataGridLengthConverter.cs
- PageTextBox.cs
- SizeConverter.cs
- EventlogProvider.cs
- propertytag.cs
- TimeoutConverter.cs
- OleDbStruct.cs
- RegexTypeEditor.cs
- TextParagraphProperties.cs
- Int32CollectionValueSerializer.cs
- MarginsConverter.cs
- LoginName.cs
- ScrollBar.cs
- TaiwanCalendar.cs
- FileEnumerator.cs
- XPathAxisIterator.cs
- CatalogZone.cs
- ArgumentNullException.cs
- ViewStateModeByIdAttribute.cs
- HtmlShim.cs
- AmbientProperties.cs
- XmlFormatExtensionAttribute.cs
- JpegBitmapDecoder.cs
- WebPartHelpVerb.cs
- StaticContext.cs
- ArraySortHelper.cs
- ToolStripItem.cs
- Peer.cs
- XmlEnumAttribute.cs
- ConvertersCollection.cs
- hebrewshape.cs
- HttpFileCollection.cs
- CacheOutputQuery.cs
- HostingPreferredMapPath.cs
- ISAPIRuntime.cs
- PixelFormat.cs
- XsdCachingReader.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- KnownIds.cs
- DataGridViewImageColumn.cs
- DefaultBinder.cs
- Cloud.cs
- StringAnimationUsingKeyFrames.cs
- Stream.cs
- AttributeAction.cs
- SqlTransaction.cs
- ProcessThreadCollection.cs
- sortedlist.cs
- PackageFilter.cs
- Module.cs
- Annotation.cs
- DocumentViewerBaseAutomationPeer.cs
- FigureParagraph.cs
- DataSourceControl.cs
- GacUtil.cs
- CompilerInfo.cs
- PerformanceCounterPermissionAttribute.cs
- RegexGroup.cs
- WindowsListViewItemStartMenu.cs
- ScriptServiceAttribute.cs
- GridLength.cs
- TypeConverterHelper.cs
- WindowsStartMenu.cs
- PackageRelationship.cs
- SqlParameterizer.cs
- Icon.cs
- BinaryFormatter.cs
- _NegotiateClient.cs
- TimeoutValidationAttribute.cs
- AttachedPropertyBrowsableAttribute.cs
- VirtualPathProvider.cs
- SafeRightsManagementHandle.cs
- InkCanvas.cs
- TextParentUndoUnit.cs