Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / TrustUi / MS / Internal / documents / RMEnrollmentPage2.cs / 1 / RMEnrollmentPage2.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: // RMEnrollmentPage2 is page 2 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 { ////// RMEnrollmentPage2 /// internal sealed partial class RMEnrollmentPage2 : DialogBaseForm { #region Constructors //----------------------------------------------------- // // Constructors // //----------------------------------------------------- ////// The constructor /// internal RMEnrollmentPage2() { // disabling until images are avaliable _pictureBox1.Visible = false; _pictureBox2.Visible = false; _pictureBox4.Visible = false; } #endregion Constructors #region Public properties //------------------------------------------------------ // // Public properties // //----------------------------------------------------- ////// Windows Account has been selected. /// public EnrollmentAccountType AccountTypeSelected { get { EnrollmentAccountType accountType = EnrollmentAccountType.None; if (_networkRadioButton.Checked) { accountType = EnrollmentAccountType.Network; } if (_passportRadioButton.Checked) { accountType = EnrollmentAccountType.NET; } return accountType; } } #endregion Public properties #region Protected Methods //------------------------------------------------------ // // Protected Methods // //------------------------------------------------------ ////// ApplyResources override. Called to apply dialog resources. /// protected override void ApplyResources() { base.ApplyResources(); this._nextButton.Text = SR.Get(SRID.RMEnrollmentNext); this._cancelButton.Text = SR.Get(SRID.RMEnrollmentCancel); this._label1.Text = SR.Get(SRID.RMEnrollmentPage2a); this._label2.Text = SR.Get(SRID.RMEnrollmentPage2b); this._networkRadioButton.Text = SR.Get(SRID.RMEnrollmentPage2c); this._passportRadioButton.Text = SR.Get(SRID.RMEnrollmentPage2e); this.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
- InProcStateClientManager.cs
- SQLDateTimeStorage.cs
- SrgsElementList.cs
- SmtpNtlmAuthenticationModule.cs
- BitmapEffectRenderDataResource.cs
- ByteViewer.cs
- MiniParameterInfo.cs
- TableDetailsCollection.cs
- CleanUpVirtualizedItemEventArgs.cs
- FamilyCollection.cs
- AnimatedTypeHelpers.cs
- TextTreeInsertElementUndoUnit.cs
- TextProviderWrapper.cs
- MessageQueueConverter.cs
- LambdaCompiler.cs
- TaskFileService.cs
- ComponentDispatcher.cs
- UIPermission.cs
- dtdvalidator.cs
- MenuBase.cs
- cookiecollection.cs
- followingsibling.cs
- UserMapPath.cs
- ArrayWithOffset.cs
- Rfc2898DeriveBytes.cs
- BaseDataList.cs
- CSharpCodeProvider.cs
- BeginGetFileNameFromUserRequest.cs
- RectangleGeometry.cs
- DynamicPhysicalDiscoSearcher.cs
- DbModificationCommandTree.cs
- XNameTypeConverter.cs
- Renderer.cs
- ThemeInfoAttribute.cs
- CodeComment.cs
- EmptyTextWriter.cs
- Html32TextWriter.cs
- WebHttpSecurityModeHelper.cs
- BindingMAnagerBase.cs
- _ConnectionGroup.cs
- relpropertyhelper.cs
- CodeStatementCollection.cs
- MethodImplAttribute.cs
- NamedObject.cs
- DataControlFieldHeaderCell.cs
- ObjectSet.cs
- XmlFormatWriterGenerator.cs
- DataGridHeaderBorder.cs
- TargetException.cs
- HttpAsyncResult.cs
- XsltOutput.cs
- BlockExpression.cs
- TaskFileService.cs
- MobileCapabilities.cs
- CodeNamespaceImportCollection.cs
- OrderByQueryOptionExpression.cs
- CreateUserWizard.cs
- AutoGeneratedField.cs
- ImportContext.cs
- Visual3DCollection.cs
- OdbcCommandBuilder.cs
- ApplicationDirectoryMembershipCondition.cs
- ProfileProvider.cs
- UInt64.cs
- TraceSection.cs
- URIFormatException.cs
- AcceptorSessionSymmetricTransportSecurityProtocol.cs
- BinaryReader.cs
- SafeHGlobalHandleCritical.cs
- DataControlButton.cs
- VectorCollectionValueSerializer.cs
- OracleLob.cs
- DataServiceQueryException.cs
- CfgParser.cs
- DSASignatureFormatter.cs
- CmsInterop.cs
- FormViewDesigner.cs
- PackageStore.cs
- TextTreeUndoUnit.cs
- MetabaseSettings.cs
- precedingquery.cs
- Menu.cs
- DecoderBestFitFallback.cs
- DrawingState.cs
- IsolatedStorage.cs
- FileDialogPermission.cs
- ExpressionVisitor.cs
- IgnoreFileBuildProvider.cs
- FixedSOMPageConstructor.cs
- DocumentAutomationPeer.cs
- InputMethodStateChangeEventArgs.cs
- DataGridViewControlCollection.cs
- HuffModule.cs
- IsolatedStorageFilePermission.cs
- IntSecurity.cs
- propertyentry.cs
- BitmapEffectInput.cs
- QilParameter.cs
- SafeNativeMethodsCLR.cs
- SqlReferenceCollection.cs