资源简介
好用Dialogs
代码片段和文件信息
// Copyright ?Sven Groot (Ookii.org) 2009
// BSD license; see license.txt for details.
using System;
using System.Collections.Generic;
using System.Text;
using System.Windows.Forms.Visualstyles;
namespace Ookii.Dialogs
{
///
/// Contains classes that provide additional visual style elements not available through the regular
/// yles.VisualstyleElement“/> class.
///
///
public static class AdditionalVisualstyleElements
{
///
/// Provides yles.VisualstyleElement“/> objects for
/// text styles.
///
///
///
/// Use of these styles requires Windows Vista or a newer version of Windows.
///
///
///
[System.Diagnostics.CodeAnalysis.SuppressMessage(“Microsoft.Design“ “CA1034:NestedTypesShouldNotBeVisible“)]
public static class Textstyle
{
private const string _className = “TEXTstyle“;
private static VisualstyleElement _mainInstruction;
private static VisualstyleElement _bodyText;
///
/// Gets a visual style element that represents the main instruction in a dialog box.
///
///
/// A yleElement“/> representing the style for the main instruction.
///
public static VisualstyleElement MainInstruction
{
get { return _mainInstruction ?? (_mainInstruction = VisualstyleElement.CreateElement(_className 1 0)); }
}
///
/// Gets a visual style element that represents the body text in a dialog box.
///
///
/// A yleElement“/> representing the style for the body text.
///
public static VisualstyleElement BodyText
{
get { return _bodyText ?? (_bodyText = VisualstyleElement.CreateElement(_className 4 0)); }
}
}
///
/// Provides yles.VisualstyleElement“/> objects
/// for task dialog related elements.
///
///
///
/// Use of these styles requires Windows Vista or a newer version of Windows.
///
///
///
[System.Diagnostics.CodeAnalysis.SuppressMessage(“Microsoft.Design“ “CA1034:NestedTypesShouldNotBeVisible“)]
public static class TaskDialog
{
private con
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 107696 2009-01-28 20:15 Ookii.Dialogs.Wpf.dll
文件 29360 2009-01-28 20:15 Ookii.Dialogs.Wpf.Sample.exe
文件 169200 2009-01-28 20:15 Ookii.Dialogs.Wpf.xm
文件 197779 2009-01-28 20:13 Ookii.Dialogs.xm
文件 11131 2009-01-27 16:35 readme.html
目录 0 2009-01-28 20:36 images\
文件 52263 2009-01-27 14:23 images\credentialdialog.png
文件 127266 2009-01-27 15:28 images\folderbrowserdialog.png
文件 39592 2009-01-27 14:23 images\inputdialog.png
文件 56518 2009-01-27 14:23 images\progressdialog.png
文件 44362 2009-01-27 14:23 images\taskdialog.png
目录 0 2009-01-28 20:20 src\
目录 0 2009-01-26 19:57 src\doc\
文件 2977 2009-01-26 15:58 src\doc\Ookii.Dialogs.shfb
文件 1569 2009-01-26 19:58 src\license.txt
目录 0 2009-01-28 20:21 src\Ookii.Dialogs\
文件 4220 2009-01-26 15:37 src\Ookii.Dialogs\AdditionalVisualst
文件 3255 2009-01-14 20:19 src\Ookii.Dialogs\AnimationResource.cs
文件 120 2009-01-16 16:05 src\Ookii.Dialogs\app.config
文件 1272 2009-01-11 18:39 src\Ookii.Dialogs\ButtonType.cs
文件 4113 2009-01-14 20:38 src\Ookii.Dialogs\ComCtlv6ActivationContext.cs
文件 822 2009-01-14 20:13 src\Ookii.Dialogs\CredentialDialog.bmp
文件 44091 2009-01-16 18:30 src\Ookii.Dialogs\CredentialDialog.cs
文件 1222 2009-01-14 20:13 src\Ookii.Dialogs\CredentialDialog.designer.cs
文件 3936 2009-01-14 20:15 src\Ookii.Dialogs\CredentialException.cs
文件 300 2009-01-28 20:12 src\Ookii.Dialogs\CustomDictionary.xm
文件 5033 2009-01-11 18:39 src\Ookii.Dialogs\DialogHelper.cs
文件 1490 2009-01-14 20:14 src\Ookii.Dialogs\DownlevelTextMode.cs
文件 1301 2009-01-11 18:39 src\Ookii.Dialogs\ExpandButton
文件 17717 2009-01-14 20:20 src\Ookii.Dialogs\ExtendedForm.cs
文件 5814 2009-01-11 18:33 src\Ookii.Dialogs\ExtendedForm.resx
............此处省略149个文件信息
- 上一篇:C#解析HL7消息的库135797
- 下一篇:没有了
评论
共有 条评论