C# 클래스 TuningHostProject.TuningForm

파일 보기 프로젝트 열기: noahsw/highlight-hunter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LogDirectory DirectoryInfo
MDelegateThreadCancelled DelegateThreadCancelled
MDelegateThreadFinished DelegateThreadFinished

공개 메소드들

메소드 설명
GetTuningPath ( ) : FileInfo
InputBox ( string title, string promptText, string &value ) : DialogResult
ScanCancelled ( ) : void
ScanFinished ( ) : void
TuningForm ( ) : System

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
AdjustConcurrentScanCount_Tick ( object sender, EventArgs e ) : void
CancelTestButton_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

LoadThresholdSettings ( ) : void
PopulateThresholdSetupComboBoxes ( ) : void
ProgressTimer_Tick ( object sender, EventArgs e ) : void
ResetButton_Click ( object sender, EventArgs e ) : void
RunButton_Click ( object sender, EventArgs e ) : void
SetThresholdSetupComboBoxesEnableValue ( bool value ) : void
TestButton_Click ( object sender, EventArgs e ) : void
ThresholdSetupValuesChanged ( object sender, EventArgs e ) : void
TrimButton_Click ( object sender, EventArgs e ) : void
TuningForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
TuningForm_Load ( object sender, EventArgs e ) : void
TuningResultsDirectoryBrowseButton_Click ( object sender, EventArgs e ) : void
TuningResultsDirectoryTextBox_Leave ( object sender, EventArgs e ) : void
UpdateLabels ( ) : void
UpdateTotalPassesCount ( ) : 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

GetTuningPath() 공개 메소드

public GetTuningPath ( ) : FileInfo
리턴 FileInfo

InputBox() 공개 정적인 메소드

public static InputBox ( string title, string promptText, string &value ) : DialogResult
title string
promptText string
value string
리턴 DialogResult

ScanCancelled() 공개 메소드

public ScanCancelled ( ) : void
리턴 void

ScanFinished() 공개 메소드

public ScanFinished ( ) : void
리턴 void

TuningForm() 공개 메소드

public TuningForm ( ) : System
리턴 System

프로퍼티 상세

LogDirectory 공개적으로 프로퍼티

public DirectoryInfo LogDirectory
리턴 DirectoryInfo

MDelegateThreadCancelled 공개적으로 프로퍼티

public DelegateThreadCancelled MDelegateThreadCancelled
리턴 DelegateThreadCancelled

MDelegateThreadFinished 공개적으로 프로퍼티

public DelegateThreadFinished MDelegateThreadFinished
리턴 DelegateThreadFinished