C# 클래스 Commander.UI.Views.CommandsInfoDialog

파일 보기 프로젝트 열기: SneWs/Commander

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
CommandsInfoDialog ( ) : System.Windows.Forms

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

메소드 상세

CommandsInfoDialog() 공개 메소드

public CommandsInfoDialog ( ) : System.Windows.Forms
리턴 System.Windows.Forms

Dispose() 보호된 메소드

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

프로퍼티 상세

CloseButton 공개적으로 프로퍼티

public System.Windows.Forms.Button CloseButton
리턴 System.Windows.Forms.Button

CommandsList 공개적으로 프로퍼티

public System.Windows.Forms.ListView CommandsList
리턴 System.Windows.Forms.ListView

CompanyLabel 공개적으로 프로퍼티

public System.Windows.Forms.Label CompanyLabel
리턴 System.Windows.Forms.Label

CopyrightLabel 공개적으로 프로퍼티

public System.Windows.Forms.Label CopyrightLabel
리턴 System.Windows.Forms.Label

DescriptionLabel 공개적으로 프로퍼티

public System.Windows.Forms.Label DescriptionLabel
리턴 System.Windows.Forms.Label

TitleLabel 공개적으로 프로퍼티

public System.Windows.Forms.Label TitleLabel
리턴 System.Windows.Forms.Label

VersionLabel 공개적으로 프로퍼티

public System.Windows.Forms.Label VersionLabel
리턴 System.Windows.Forms.Label