C# Класс ACAT.Extensions.Default.UI.Dialogs.ResizeScannerForm

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

Открытые методы

Метод Описание
OnButtonActuated ( Widget widget ) : void

Triggered when a widget is actuated.

OnPause ( ) : void

Pauses the scanner

OnResume ( ) : void

Resumes paused scanner

OnRunCommand ( string command, bool &handled ) : void

Not used

ResizeScannerForm ( ) : System

Initializes a new instance of the class.

Защищенные методы

Метод Описание
OnFormClosing ( FormClosingEventArgs e ) : void

Releases resources

Приватные методы

Метод Описание
PositionSizeControllerOnEvtAutoRepositionScannerStop ( object sender, EventArgs eventArgs ) : void

Event handler for when the scanner stops moving

ResizeScannerScreen_FormClosing ( object sender, FormClosingEventArgs e ) : void

Form is closing. Releases resources

ResizeScannerScreen_Load ( object sender, EventArgs e ) : void

Form has been loaded. Initializes resources

WndProc ( Message &m ) : void
onBack ( ) : void

User wants to quit. Confirms and exits

onRepositionScanner ( ) : void

Auto positions the scanner at the pre-defined locations on the display and lets the user select the default position

onRestoreDefaults ( ) : void

Restores default position and size of the scanner

onZoomIn ( ) : void

Increases the size of the scanner (zoom in)

onZoomOut ( ) : void

Decreases the size of the scanner (zoom out)

subscribeToButtonEvents ( ) : void

Subscribtes to events for each of the buttons so we can display contexual help as each button is highlighted

unsubscribeToButtonEvents ( ) : void

Unsubscribe from button events

widget_EvtHighlightOff ( Widget widget, bool &handled ) : void

Handler for highlight off. Update the tooltip

widget_EvtHighlightOn ( Widget widget, bool &handled ) : void

Event handler for when button is highlighted. Update tooltip

Описание методов

OnButtonActuated() публичный метод

Triggered when a widget is actuated.
public OnButtonActuated ( Widget widget ) : void
widget Widget Which one triggered?
Результат void

OnFormClosing() защищенный метод

Releases resources
protected OnFormClosing ( FormClosingEventArgs e ) : void
e System.Windows.Forms.FormClosingEventArgs
Результат void

OnPause() публичный метод

Pauses the scanner
public OnPause ( ) : void
Результат void

OnResume() публичный метод

Resumes paused scanner
public OnResume ( ) : void
Результат void

OnRunCommand() публичный метод

Not used
public OnRunCommand ( string command, bool &handled ) : void
command string
handled bool
Результат void

ResizeScannerForm() публичный метод

Initializes a new instance of the class.
public ResizeScannerForm ( ) : System
Результат System