Property | Type | Description | |
---|---|---|---|
Button1 | global::System.Web.UI.WebControls.Button | ||
btnGoPage | global::System.Web.UI.WebControls.Button | ||
btnGoWiki | global::System.Web.UI.WebControls.Button | ||
btnTranslateAll | global::System.Web.UI.WebControls.Button | ||
lblImport | global::System.Web.UI.WebControls.Literal | ||
lblImportDescription | global::System.Web.UI.WebControls.Literal | ||
lblOperationDescription | global::System.Web.UI.WebControls.Literal | ||
lblPage | global::System.Web.UI.WebControls.Literal | ||
lblPageList | global::System.Web.UI.WebControls.Label | ||
lblPageName | global::System.Web.UI.WebControls.Literal | ||
lblPageUrl | global::System.Web.UI.WebControls.Literal | ||
lblResult | global::System.Web.UI.WebControls.Literal | ||
lblText | global::System.Web.UI.WebControls.Literal | ||
lblTranslated | global::System.Web.UI.WebControls.Literal | ||
lblWiki | global::System.Web.UI.WebControls.Literal | ||
lblWikiDescription | global::System.Web.UI.WebControls.Literal | ||
lblWikiUrl | global::System.Web.UI.WebControls.Literal | ||
lstOperation | global::System.Web.UI.WebControls.RadioButtonList | ||
lstWiki | global::System.Web.UI.WebControls.RadioButtonList | ||
mlwImport | global::System.Web.UI.WebControls.MultiView | ||
pageList | global::System.Web.UI.WebControls.CheckBoxList | ||
pageList_div | global::System.Web.UI.HtmlControls.HtmlGenericControl | ||
txtPageName | global::System.Web.UI.WebControls.TextBox | ||
txtPageUrl | global::System.Web.UI.WebControls.TextBox | ||
txtProxyAddress | global::System.Web.UI.WebControls.TextBox | ||
txtProxyPort | global::System.Web.UI.WebControls.TextBox | ||
txtText | global::System.Web.UI.WebControls.TextBox | ||
txtTranslated | global::System.Web.UI.WebControls.TextBox | ||
txtWikiUrl | global::System.Web.UI.WebControls.TextBox | ||
viewTranslated | global::System.Web.UI.WebControls.View | ||
viwPage | global::System.Web.UI.WebControls.View | ||
viwText | global::System.Web.UI.WebControls.View | ||
viwWiki | global::System.Web.UI.WebControls.View |
Method | Description | |
---|---|---|
Page_Load ( object sender, EventArgs e ) : void | ||
btnGo_click ( object sender, EventArgs e ) : void | ||
btnTranslateAll_click ( object sender, EventArgs e ) : void | ||
lstOperation_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
lstWiki_SelectedIndexChanged ( object sender, EventArgs e ) : void |
Method | Description | |
---|---|---|
BeginPageRequest ( object sender, EventArgs e, AsyncCallback cb, object state ) : IAsyncResult | ||
BeginPagesListRequest ( object sender, EventArgs e, AsyncCallback cb, object state ) : IAsyncResult | ||
EndPageRequest ( IAsyncResult ar ) : void | ||
EndPagesListRequest ( IAsyncResult ar ) : void | ||
GetNamespaces ( string p ) : List |
||
PageDownload ( object sender, EventArgs e, AsyncCallback ac, object state ) : IAsyncResult | ||
PageRequest ( string url ) : string | ||
PartialList ( string pageText, string nameSpace ) : List |
||
SetProxyAndUserAgent ( HttpWebRequest req ) : void | ||
TimeoutPageRequest ( IAsyncResult ar ) : void | ||
endPageDownload ( IAsyncResult ar ) : void | ||
savePage ( string text ) : void |
protected Page_Load ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected btnGo_click ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected btnTranslateAll_click ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected lstOperation_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected lstWiki_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected global::System.Web.UI.WebControls.Button Button1 | ||
return | global::System.Web.UI.WebControls.Button |
protected global::System.Web.UI.WebControls.Button btnGoPage | ||
return | global::System.Web.UI.WebControls.Button |
protected global::System.Web.UI.WebControls.Button btnGoWiki | ||
return | global::System.Web.UI.WebControls.Button |
protected global::System.Web.UI.WebControls.Button btnTranslateAll | ||
return | global::System.Web.UI.WebControls.Button |
protected global::System.Web.UI.WebControls.Literal lblImport | ||
return | global::System.Web.UI.WebControls.Literal |
protected global::System.Web.UI.WebControls.Literal lblImportDescription | ||
return | global::System.Web.UI.WebControls.Literal |
protected global::System.Web.UI.WebControls.Literal lblOperationDescription | ||
return | global::System.Web.UI.WebControls.Literal |
protected global::System.Web.UI.WebControls.Literal lblPage | ||
return | global::System.Web.UI.WebControls.Literal |
protected global::System.Web.UI.WebControls.Label lblPageList | ||
return | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.Literal lblPageName | ||
return | global::System.Web.UI.WebControls.Literal |
protected global::System.Web.UI.WebControls.Literal lblPageUrl | ||
return | global::System.Web.UI.WebControls.Literal |
protected global::System.Web.UI.WebControls.Literal lblResult | ||
return | global::System.Web.UI.WebControls.Literal |
protected global::System.Web.UI.WebControls.Literal lblText | ||
return | global::System.Web.UI.WebControls.Literal |
protected global::System.Web.UI.WebControls.Literal lblTranslated | ||
return | global::System.Web.UI.WebControls.Literal |
protected global::System.Web.UI.WebControls.Literal lblWiki | ||
return | global::System.Web.UI.WebControls.Literal |
protected global::System.Web.UI.WebControls.Literal lblWikiDescription | ||
return | global::System.Web.UI.WebControls.Literal |
protected global::System.Web.UI.WebControls.Literal lblWikiUrl | ||
return | global::System.Web.UI.WebControls.Literal |
protected global::System.Web.UI.WebControls.RadioButtonList lstOperation | ||
return | global::System.Web.UI.WebControls.RadioButtonList |
protected global::System.Web.UI.WebControls.RadioButtonList lstWiki | ||
return | global::System.Web.UI.WebControls.RadioButtonList |
protected global::System.Web.UI.WebControls.MultiView mlwImport | ||
return | global::System.Web.UI.WebControls.MultiView |
protected global::System.Web.UI.WebControls.CheckBoxList pageList | ||
return | global::System.Web.UI.WebControls.CheckBoxList |
protected global::System.Web.UI.HtmlControls.HtmlGenericControl pageList_div | ||
return | global::System.Web.UI.HtmlControls.HtmlGenericControl |
protected global::System.Web.UI.WebControls.TextBox txtPageName | ||
return | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.WebControls.TextBox txtPageUrl | ||
return | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.WebControls.TextBox txtProxyAddress | ||
return | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.WebControls.TextBox txtProxyPort | ||
return | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.WebControls.TextBox txtText | ||
return | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.WebControls.TextBox txtTranslated | ||
return | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.WebControls.TextBox txtWikiUrl | ||
return | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.WebControls.View viewTranslated | ||
return | global::System.Web.UI.WebControls.View |
protected global::System.Web.UI.WebControls.View viwPage | ||
return | global::System.Web.UI.WebControls.View |
protected global::System.Web.UI.WebControls.View viwText | ||
return | global::System.Web.UI.WebControls.View |