Метод | Описание | |
---|---|---|
InstallPad ( ) : System |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnClick ( |
Метод | Описание | |
---|---|---|
BuildContextMenuEntries ( ) : void | ||
BuildSearchBox ( ) : void | ||
CreateApplicationListItem ( InstallPad.ApplicationItem item ) : |
Creates a list item and listens to its events
|
|
DownloadNextOnList ( ) : void | ||
HandleFinishedDownloading ( object sender, |
||
HandleFinishedInstalling ( object sender, |
||
HandleFinishedUnInstalling ( object sender, |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
InstallNext ( ) : void | ||
InstallPad_FormClosing ( object sender, |
||
InstallPad_KeyUp ( object sender, |
If the "O" key is hit, open the dialog to choose an applist.
|
|
InstallPad_Load ( object sender, |
||
LoadApplicationList ( string filename ) : void | ||
LoadConfigFile ( ) : void |
Load the application config file and restore form position
|
|
SaveApplist ( ) : void | ||
SetControlsEnabled ( bool enabled ) : void |
Needed when the interface has no items to use.
|
|
SetErrorPanelVisibility ( bool visible ) : void | ||
ShowAppListOpenDialog ( ) : void |
Show an open dialog that lets the user load a new application list. Loads the application list after a valid selection.
|
|
ShowErrorBox ( string errorCaption, string details ) : void |
Show an error box in the center of the application list, detailing that we can't find an applist.xml
|
|
UpdateErrorBoxLocation ( ) : void |
Moves the error box to the center of the application. Should be used whenever the error box is visible and the application gets resized
|
|
aboutLink_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void | ||
addNewItem_Click ( object sender, |
||
buttonInstall_Click ( object sender, |
||
controlList_ListItemClicked ( object sender, MouseEventArgs e ) : void |
When they click on a list item, check it.
|
|
controlList_ListItemDoubleClicked ( object sender, MouseEventArgs e ) : void | ||
controlList_Resize ( object sender, |
||
editItem_Click ( object sender, |
||
errorLink_Click ( object sender, |
||
logoBox_Click ( object sender, |
||
menu_Collapse ( object sender, |
||
menu_Popup ( object sender, |
||
openAppList_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void | ||
openLink_Click ( object sender, |
This link can be clicked only when an application list has failed to load.
|
|
preferencesLink_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void | ||
removeItem_Click ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
protected OnClick ( |
||
e | ||
Результат | void |