C# 클래스 GitUI.GitExtensionsForm

Base class for a Git Extensions Form. Includes support for font, hotkey, icon, translation, and position restore.
상속: ResourceManager.GitExtensionsFormBase
파일 보기 프로젝트 열기: bleis-tift/gitextensions 1 사용 예제들

공개 메소드들

메소드 설명
CancelButtonClick ( object sender, EventArgs e ) : void
GitExtensionsForm ( ) : System

보호된 메소드들

메소드 설명
RestorePosition ( String name ) : void

Restores the position of a form from the user settings. Does nothing if there is no entry for the form in the settings, or the setting would be invisible on the current display configuration.

SavePosition ( String name ) : void

Save the position of a form to the user settings. Hides the window as a side-effect.

Translate ( ) : void

비공개 메소드들

메소드 설명
CheckComponent ( object value ) : bool
GetApplicationIcon ( ) : Icon
GitExtensionsFormLoad ( object sender, EventArgs e ) : void
LookupWindowPosition ( String name ) : GitUI.WindowPosition

Looks up a window in the user settings and returns its saved position.

SetFont ( ) : void

메소드 상세

CancelButtonClick() 공개 메소드

public CancelButtonClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

GitExtensionsForm() 공개 메소드

public GitExtensionsForm ( ) : System
리턴 System

RestorePosition() 보호된 메소드

Restores the position of a form from the user settings. Does nothing if there is no entry for the form in the settings, or the setting would be invisible on the current display configuration.
protected RestorePosition ( String name ) : void
name String The name to use when looking up the position in /// the settings
리턴 void

SavePosition() 보호된 메소드

Save the position of a form to the user settings. Hides the window as a side-effect.
protected SavePosition ( String name ) : void
name String The name to use when writing the position to the /// settings
리턴 void

Translate() 보호된 메소드

protected Translate ( ) : void
리턴 void