C# 클래스 Mosa.Tool.Launcher.MainForm

파일 보기 프로젝트 열기: tgiphil/MOSA-Project 1 사용 예제들

공개 메소드들

메소드 설명
AddCounters ( string data ) : void
AddOutput ( string data ) : void
IBuilderEvent ( int total, int at ) : void
IBuilderEvent ( string status ) : void
IStarterEvent ( string status ) : void
MainForm ( ) : System
UpdateStatusLabel ( string msg ) : void

보호된 메소드들

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

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

비공개 메소드들

메소드 설명
CheckKeyPressed ( ) : bool
CompileBuildAndStart ( ) : void
CompileCompleted ( ) : void
InitializeComponent ( ) : void

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

MainForm_Load ( object sender, EventArgs e ) : void
MainForm_Shown ( object sender, EventArgs e ) : void
NewStatus ( string info ) : void
OnCompileCompleted ( ) : void
OnException ( string data ) : void
UpdateBuilderOptions ( ) : void
UpdateInterfaceAppLocations ( ) : void
UpdateInterfaceOptions ( ) : void
UpdateProgress ( int total, int at ) : void
btnDestination_Click ( object sender, EventArgs e ) : void
btnSource_Click ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
cbVBEVideo_CheckedChanged ( object sender, EventArgs e ) : void

메소드 상세

AddCounters() 공개 메소드

public AddCounters ( string data ) : void
data string
리턴 void

AddOutput() 공개 메소드

public AddOutput ( string data ) : void
data string
리턴 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

IBuilderEvent() 공개 메소드

public IBuilderEvent ( int total, int at ) : void
total int
at int
리턴 void

IBuilderEvent() 공개 메소드

public IBuilderEvent ( string status ) : void
status string
리턴 void

IStarterEvent() 공개 메소드

public IStarterEvent ( string status ) : void
status string
리턴 void

MainForm() 공개 메소드

public MainForm ( ) : System
리턴 System

ProcessCmdKey() 보호된 메소드

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg Message
keyData Keys
리턴 bool

UpdateStatusLabel() 공개 메소드

public UpdateStatusLabel ( string msg ) : void
msg string
리턴 void