C# Class Presently.MainForm

ファイルを表示 Open project: intridea/presently-winmo

Public Methods

Method Description
Main ( string args ) : void
MainForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Disposes resources used by the form.

Private Methods

Method Description
AddStatusToTab ( Status s, TabPage tab ) : void
AddStatusToTab ( Status s, TabPage tab, bool addToTop ) : void
ClearUpdateText ( ) : void
GetStatusDataFromXmlNode ( Status status, XmlNode childNode ) : void
HandleAutoUpdateTimerTick ( object sender, EventArgs ea ) : void
HandleConfigMenuItemClicked ( object sender, EventArgs ea ) : void
HandleFormClosed ( object sender, EventArgs ea ) : void
HandleFormLoad ( object sender, EventArgs ea ) : void
HandlePostUpdateClick ( object sender, EventArgs ea ) : void
HandleRefreshClicked ( object sender, EventArgs ea ) : void
HandleRequestComplete ( object sender, RequestCompleteEventArgs rcea ) : void
HandleTabControlChange ( object sender, EventArgs ea ) : void
HandleUpdateKeyUp ( object sender, KeyEventArgs kea ) : void
InitializeComponent ( ) : void

This method is required for Windows Forms designer support. Do not change the method contents inside the source code editor. The Forms designer might not be able to load this method if it was changed manually.

ParseTimelineData ( string xmlData, string requestType ) : void
RefreshView ( ) : void
SendNextRequest ( ) : void
SetControlEnabled ( Control ctl, bool enabled ) : void
SetPostUpdateBtnEnabled ( ) : void
SetResult ( string text ) : void
ShowAppConfigDialog ( bool forceShow ) : void
TabContainsStatus ( TabPage tab, Status s ) : bool

Method Details

Dispose() protected method

Disposes resources used by the form.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Main() public static method

public static Main ( string args ) : void
args string
return void

MainForm() public method

public MainForm ( ) : System
return System