C# 클래스 cadencii.ui.dotnet.UpdateCheckForm

상속: System.Windows.Forms.Form, cadencii.ui.UpdateCheckForm
파일 보기 프로젝트 열기: cadencii/cadencii

공개 메소드들

메소드 설명
UpdateCheckForm ( ) : System
close ( ) : void
isAutomaticallyCheckForUpdates ( ) : bool
setAutomaticallyCheckForUpdates ( bool value ) : void
setAutomaticallyCheckForUpdatesMessage ( string message ) : void
setDownloadUrl ( string url ) : void
setFont ( Font font ) : void
setMessage ( string text ) : void
setOkButtonText ( string text ) : void
setTitle ( string title ) : void
showDialog ( object parent ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void
button1_Click ( object sender, System e ) : void
linkLabel1_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void

메소드 상세

UpdateCheckForm() 공개 메소드

public UpdateCheckForm ( ) : System
리턴 System

close() 공개 메소드

public close ( ) : void
리턴 void

isAutomaticallyCheckForUpdates() 공개 메소드

public isAutomaticallyCheckForUpdates ( ) : bool
리턴 bool

setAutomaticallyCheckForUpdates() 공개 메소드

public setAutomaticallyCheckForUpdates ( bool value ) : void
value bool
리턴 void

setAutomaticallyCheckForUpdatesMessage() 공개 메소드

public setAutomaticallyCheckForUpdatesMessage ( string message ) : void
message string
리턴 void

setDownloadUrl() 공개 메소드

public setDownloadUrl ( string url ) : void
url string
리턴 void

setFont() 공개 메소드

public setFont ( Font font ) : void
font System.Drawing.Font
리턴 void

setMessage() 공개 메소드

public setMessage ( string text ) : void
text string
리턴 void

setOkButtonText() 공개 메소드

public setOkButtonText ( string text ) : void
text string
리턴 void

setTitle() 공개 메소드

public setTitle ( string title ) : void
title string
리턴 void

showDialog() 공개 메소드

public showDialog ( object parent ) : void
parent object
리턴 void