C# Class Queue.Administrator.QueueMonitorControl

Inheritance: System.Windows.Controls.UserControl
显示文件 Open project: breslavsky/queue

Public Methods

Method Description
CreateBlockBox ( FrameworkElement child, double width, double height, double x, double y, Color backgroundColor ) : System.Windows.Controls.Border
QueueMonitorControl ( ) : Junte.Translation
Search ( int number ) : void

Private Methods

Method Description
ReloadQueuePlan ( ) : void
monitorScrollViewer_ScrollChanged ( object sender, ScrollChangedEventArgs e ) : void
queueReportButton_Click ( object sender, RoutedEventArgs e ) : void
zoom_Updated ( object sender, MouseButtonEventArgs e ) : void

Method Details

CreateBlockBox() public static method

public static CreateBlockBox ( FrameworkElement child, double width, double height, double x, double y, Color backgroundColor ) : System.Windows.Controls.Border
child System.Windows.FrameworkElement
width double
height double
x double
y double
backgroundColor System.Windows.Media.Color
return System.Windows.Controls.Border

QueueMonitorControl() public method

public QueueMonitorControl ( ) : Junte.Translation
return Junte.Translation

Search() public method

public Search ( int number ) : void
number int
return void