C# Class Commander.UI.Views.CommandsInfoDialog

Afficher le fichier Open project: SneWs/Commander

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
CommandsInfoDialog ( ) : System.Windows.Forms

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Method Details

CommandsInfoDialog() public méthode

public CommandsInfoDialog ( ) : System.Windows.Forms
Résultat System.Windows.Forms

Dispose() protected méthode

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

Property Details

CloseButton public_oe property

public System.Windows.Forms.Button CloseButton
Résultat System.Windows.Forms.Button

CommandsList public_oe property

public System.Windows.Forms.ListView CommandsList
Résultat System.Windows.Forms.ListView

CompanyLabel public_oe property

public System.Windows.Forms.Label CompanyLabel
Résultat System.Windows.Forms.Label

CopyrightLabel public_oe property

public System.Windows.Forms.Label CopyrightLabel
Résultat System.Windows.Forms.Label

DescriptionLabel public_oe property

public System.Windows.Forms.Label DescriptionLabel
Résultat System.Windows.Forms.Label

TitleLabel public_oe property

public System.Windows.Forms.Label TitleLabel
Résultat System.Windows.Forms.Label

VersionLabel public_oe property

public System.Windows.Forms.Label VersionLabel
Résultat System.Windows.Forms.Label