C# Class Commander.UI.Views.CommandsInfoDialog

显示文件 Open project: SneWs/Commander

Public Properties

Property Type Description
CloseButton System.Windows.Forms.Button
CommandsList System.Windows.Forms.ListView
CompanyLabel System.Windows.Forms.Label
CopyrightLabel System.Windows.Forms.Label
DescriptionLabel System.Windows.Forms.Label
TitleLabel System.Windows.Forms.Label
VersionLabel System.Windows.Forms.Label

Public Methods

Method Description
CommandsInfoDialog ( ) : System.Windows.Forms

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

CommandsInfoDialog() public method

public CommandsInfoDialog ( ) : System.Windows.Forms
return System.Windows.Forms

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Property Details

CloseButton public_oe property

public System.Windows.Forms.Button CloseButton
return System.Windows.Forms.Button

CommandsList public_oe property

public System.Windows.Forms.ListView CommandsList
return System.Windows.Forms.ListView

CompanyLabel public_oe property

public System.Windows.Forms.Label CompanyLabel
return System.Windows.Forms.Label

CopyrightLabel public_oe property

public System.Windows.Forms.Label CopyrightLabel
return System.Windows.Forms.Label

DescriptionLabel public_oe property

public System.Windows.Forms.Label DescriptionLabel
return System.Windows.Forms.Label

TitleLabel public_oe property

public System.Windows.Forms.Label TitleLabel
return System.Windows.Forms.Label

VersionLabel public_oe property

public System.Windows.Forms.Label VersionLabel
return System.Windows.Forms.Label