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
- PageRanges.cs
- ProfileGroupSettings.cs
- SpecularMaterial.cs
- AutoCompleteStringCollection.cs
- NonParentingControl.cs
- AuthorizationRuleCollection.cs
- QueryableFilterUserControl.cs
- RangeValidator.cs
- ColorConverter.cs
- CodeLabeledStatement.cs
- CellPartitioner.cs
- SignatureDescription.cs
- SchemaAttDef.cs
- QueryOperationResponseOfT.cs
- Token.cs
- Thickness.cs
- FixedBufferAttribute.cs
- HttpPostedFile.cs
- StylusOverProperty.cs
- HtmlTitle.cs
- TaskFileService.cs
- NonceToken.cs
- GridViewDeleteEventArgs.cs
- DictionaryManager.cs
- SessionIDManager.cs
- UIElementHelper.cs
- ObjectToIdCache.cs
- MessagePartDescriptionCollection.cs
- ExpressionConverter.cs
- XmlCharacterData.cs
- URL.cs
- XmlSchemaExporter.cs
- TypeConverterAttribute.cs
- TypeDescriptionProviderAttribute.cs
- ItemCollection.cs
- printdlgexmarshaler.cs
- ColumnMap.cs
- DataServices.cs
- MetadataUtilsSmi.cs
- HostProtectionException.cs
- ConstructorExpr.cs
- SyndicationDeserializer.cs
- OutputWindow.cs
- CollectionViewGroup.cs
- GenericsInstances.cs
- XhtmlBasicTextBoxAdapter.cs
- XamlHostingConfiguration.cs
- FloatAverageAggregationOperator.cs
- HwndStylusInputProvider.cs
- DataError.cs
- DataServiceQueryException.cs
- WmlTextBoxAdapter.cs
- ConnectionManagementElement.cs
- PlaceHolder.cs
- ClientProtocol.cs
- PropertyKey.cs
- TabItemWrapperAutomationPeer.cs
- ExternalException.cs
- InternalControlCollection.cs
- tooltip.cs
- SiteIdentityPermission.cs
- SoapClientProtocol.cs
- ValueConversionAttribute.cs
- AnnotationComponentChooser.cs
- TextHidden.cs
- SocketException.cs
- FixedTextSelectionProcessor.cs
- EdmPropertyAttribute.cs
- ToggleButtonAutomationPeer.cs
- DataGridViewTextBoxColumn.cs
- UrlAuthFailedErrorFormatter.cs
- BaseCollection.cs
- ImplicitInputBrush.cs
- PolyQuadraticBezierSegment.cs
- PhysicalFontFamily.cs
- ProvidePropertyAttribute.cs
- ContextProperty.cs
- ControlIdConverter.cs
- ProfileSettingsCollection.cs
- WebPartsSection.cs
- CompilerResults.cs
- GridViewRow.cs
- SoapUnknownHeader.cs
- SqlRecordBuffer.cs
- BamlBinaryWriter.cs
- MobileComponentEditorPage.cs
- PathTooLongException.cs
- DbDataAdapter.cs
- ObjectViewEntityCollectionData.cs
- PrimitiveType.cs
- WebPartActionVerb.cs
- ObjectDataProvider.cs
- XmlSchemaSimpleTypeList.cs
- SqlUserDefinedAggregateAttribute.cs
- TrackingProfileManager.cs
- PageHandlerFactory.cs
- ProviderConnectionPointCollection.cs
- FreeFormDragDropManager.cs
- TextSegment.cs
- InheritedPropertyDescriptor.cs