C# 클래스 Depressurizer.DlgProfile

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: Theo47/depressurizer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Profile Depressurizer.Profile

공개 메소드들

메소드 설명
DlgProfile ( ) : System
DlgProfile ( Depressurizer.Profile profile ) : System
GetDisplayName ( System.Int64 accountId ) : string
InitializeEditMode ( ) : void
SaveModifiables ( Depressurizer.Profile p ) : void

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
Apply ( ) : bool
CreateProfile ( ) : bool
GetSteamIds ( ) : string[]

Gets a list of located account ids. Uses settings for the steam path.

InitializeComponent ( ) : void

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

LoadShortIds ( ) : void

Populates the combo box with all located account IDs

NameUpdateThread ( object d ) : void
OnNameUpdateThreadTerminate ( ) : void
ProfileDlg_FormClosing ( object sender, FormClosingEventArgs e ) : void
ProfileDlg_Load ( object sender, EventArgs e ) : void
SelectUserInList ( System.Int64 accountId ) : bool
SelectUserInList ( string accountId ) : bool
SetUpdateInterfaceNormal ( ) : void
SetUpdateInterfaceRunning ( ) : void
SetUpdateInterfaceStopping ( ) : void
StartThreadedNameUpdate ( ) : void
UpdateDisplayNameInList ( int index, string name ) : void
ValidateEntries ( ) : bool
cmdBrowse_Click ( object sender, EventArgs e ) : void
cmdCancel_Click ( object sender, EventArgs e ) : void
cmdIgnore_Click ( object sender, EventArgs e ) : void
cmdOk_Click ( object sender, EventArgs e ) : void
cmdUnignore_Click ( object sender, EventArgs e ) : void
cmdUserUpdateCancel_Click ( object sender, EventArgs e ) : void
cmdUserUpdate_Click ( object sender, EventArgs e ) : void
lstUsers_SelectedIndexChanged ( object sender, EventArgs e ) : void
radSelUser_CheckedChanged ( object sender, EventArgs e ) : void
txtUserID_TextChanged ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

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

DlgProfile() 공개 메소드

public DlgProfile ( ) : System
리턴 System

DlgProfile() 공개 메소드

public DlgProfile ( Depressurizer.Profile profile ) : System
profile Depressurizer.Profile
리턴 System

GetDisplayName() 공개 메소드

public GetDisplayName ( System.Int64 accountId ) : string
accountId System.Int64
리턴 string

InitializeEditMode() 공개 메소드

public InitializeEditMode ( ) : void
리턴 void

SaveModifiables() 공개 메소드

public SaveModifiables ( Depressurizer.Profile p ) : void
p Depressurizer.Profile
리턴 void

프로퍼티 상세

Profile 공개적으로 프로퍼티

public Profile,Depressurizer Profile
리턴 Depressurizer.Profile