C# 클래스 GSF.Windows.Forms.AboutDialog

파일 보기 프로젝트 열기: GridProtectionAlliance/gsf 1 사용 예제들

공개 메소드들

메소드 설명
AboutDialog ( ) : System

Initializes a new instance of the AboutDialog class.

HideApplicationTab ( ) : void

Conceals the tab where application information is displayed.

HideAssembliesTab ( ) : void

Conceals the tab where assemblies and their information is displayed.

HideDisclaimerTab ( ) : void

Conceals the tab where disclaimer text is displayed.

SetCompanyDisclaimer ( Stream disclaimerStream ) : void

Sets the disclaimer text that is to be displayed in the About Dialog.

SetCompanyDisclaimer ( string disclaimerFile ) : void

Sets the disclaimer text that is to be displayed in the About Dialog.

SetCompanyLogo ( Stream logoStream ) : void

Sets the logo that is to be displayed in the About Dialog.

SetCompanyLogo ( string logoFile ) : void

Sets the logo that is to be displayed in the About Dialog.

SetCompanyUrl ( string url ) : void

Sets the URL that will be opened when the logo is clicked.

비공개 메소드들

메소드 설명
AddListViewItem ( ListView listView, string text ) : void
ButtonOK_Click ( object sender, EventArgs e ) : void
ComboBoxAssemblies_SelectedIndexChanged ( object sender, EventArgs e ) : void
PictureBoxLogo_Click ( object sender, EventArgs e ) : void
RichTextBoxDisclaimer_LinkClicked ( object sender, LinkClickedEventArgs e ) : void
_AboutDialog_Load ( object sender, EventArgs e ) : void

메소드 상세

AboutDialog() 공개 메소드

Initializes a new instance of the AboutDialog class.
public AboutDialog ( ) : System
리턴 System

HideApplicationTab() 공개 메소드

Conceals the tab where application information is displayed.
public HideApplicationTab ( ) : void
리턴 void

HideAssembliesTab() 공개 메소드

Conceals the tab where assemblies and their information is displayed.
public HideAssembliesTab ( ) : void
리턴 void

HideDisclaimerTab() 공개 메소드

Conceals the tab where disclaimer text is displayed.
public HideDisclaimerTab ( ) : void
리턴 void

SetCompanyDisclaimer() 공개 메소드

Sets the disclaimer text that is to be displayed in the About Dialog.
public SetCompanyDisclaimer ( Stream disclaimerStream ) : void
disclaimerStream Stream System.IO.Stream of the disclaimer text.
리턴 void

SetCompanyDisclaimer() 공개 메소드

Sets the disclaimer text that is to be displayed in the About Dialog.
public SetCompanyDisclaimer ( string disclaimerFile ) : void
disclaimerFile string Location of the file that contains the disclaimer text.
리턴 void

SetCompanyLogo() 공개 메소드

Sets the logo that is to be displayed in the About Dialog.
public SetCompanyLogo ( Stream logoStream ) : void
logoStream Stream System.IO.Stream of the logo.
리턴 void

SetCompanyLogo() 공개 메소드

Sets the logo that is to be displayed in the About Dialog.
public SetCompanyLogo ( string logoFile ) : void
logoFile string Location of the logo file.
리턴 void

SetCompanyUrl() 공개 메소드

Sets the URL that will be opened when the logo is clicked.
public SetCompanyUrl ( string url ) : void
url string URL of the company's home page.
리턴 void