C# Class Visualizer.VisualizerForm

Afficher le fichier Open project: sergey-and-valya/load-balancing Class Usage Examples

Protected Properties

Свойство Type Description
BlocksColorGroupBox System.Windows.Forms.GroupBox
BlueLabel System.Windows.Forms.Label
BlueTrackBar System.Windows.Forms.TrackBar
CriterionLabel System.Windows.Forms.Label
CriterionValueLabel System.Windows.Forms.Label
DrawingBox System.Windows.Forms.PictureBox
GreenLabel System.Windows.Forms.Label
GreenTrackBar System.Windows.Forms.TrackBar
MaxLabel System.Windows.Forms.Label
MaxTrackBar System.Windows.Forms.TrackBar
MinLabel System.Windows.Forms.Label
MinTrackBar System.Windows.Forms.TrackBar
ModeChangeButton System.Windows.Forms.Button
boundOfValuesOfBlocks Bound
boundOfValuesOfMatrix Bound
coefficient double
matrix IMatrix
matrixBitmap Bitmap
modeOfDrawing Mode
screenSize Size
settingsEvent SetSettingsEvent
shift int
sizeOfMatrix Size
sumInBlocksBitmap Bitmap
trackBarColor color
zoomOfSize zoom

Méthodes publiques

Méthode Description
Draw ( ) : void

Méthodes protégées

Méthode Description
BlueTrackBar_Scroll ( object sender, EventArgs e ) : void
ChangeBitmap ( ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

GreenTrackBar_Scroll ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

MaxTrackBar_Scroll ( object sender, EventArgs e ) : void
MinTrackBar_Scroll ( object sender, EventArgs e ) : void
ModeChangeButton_Click ( object sender, System e ) : void
SetBitmap ( ) : void
SetDrawingBoxBackgroundImage ( Bitmap bitmap ) : void
SetMinMax ( int min, int max ) : void
SetSettings ( ) : void
SetStep ( ) : void
SetZoom ( ) : void
VisualizerForm ( ) : System

Private Methods

Méthode Description
InitParameters ( ) : void
SetElementsLocation ( ) : void
SetLabelsLocation ( ) : void
SetSize ( ) : void
SetTrackBarVisible ( ) : void

Method Details

BlueTrackBar_Scroll() protected méthode

protected BlueTrackBar_Scroll ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

ChangeBitmap() protected méthode

protected ChangeBitmap ( ) : void
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

Draw() public méthode

public Draw ( ) : void
Résultat void

GreenTrackBar_Scroll() protected méthode

protected GreenTrackBar_Scroll ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

InitializeComponent() protected méthode

Required method for Designer support - do not modify the contents of this method with the code editor.
protected InitializeComponent ( ) : void
Résultat void

MaxTrackBar_Scroll() protected méthode

protected MaxTrackBar_Scroll ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

MinTrackBar_Scroll() protected méthode

protected MinTrackBar_Scroll ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

ModeChangeButton_Click() protected méthode

protected ModeChangeButton_Click ( object sender, System e ) : void
sender object
e System
Résultat void

SetBitmap() protected méthode

protected SetBitmap ( ) : void
Résultat void

SetDrawingBoxBackgroundImage() protected méthode

protected SetDrawingBoxBackgroundImage ( Bitmap bitmap ) : void
bitmap Bitmap
Résultat void

SetMinMax() protected méthode

protected SetMinMax ( int min, int max ) : void
min int
max int
Résultat void

SetSettings() protected méthode

protected SetSettings ( ) : void
Résultat void

SetStep() protected méthode

protected SetStep ( ) : void
Résultat void

SetZoom() protected méthode

protected SetZoom ( ) : void
Résultat void

VisualizerForm() protected méthode

protected VisualizerForm ( ) : System
Résultat System

Property Details

BlocksColorGroupBox protected_oe property

protected System.Windows.Forms.GroupBox BlocksColorGroupBox
Résultat System.Windows.Forms.GroupBox

BlueLabel protected_oe property

protected System.Windows.Forms.Label BlueLabel
Résultat System.Windows.Forms.Label

BlueTrackBar protected_oe property

protected System.Windows.Forms.TrackBar BlueTrackBar
Résultat System.Windows.Forms.TrackBar

CriterionLabel protected_oe property

protected System.Windows.Forms.Label CriterionLabel
Résultat System.Windows.Forms.Label

CriterionValueLabel protected_oe property

protected System.Windows.Forms.Label CriterionValueLabel
Résultat System.Windows.Forms.Label

DrawingBox protected_oe property

protected System.Windows.Forms.PictureBox DrawingBox
Résultat System.Windows.Forms.PictureBox

GreenLabel protected_oe property

protected System.Windows.Forms.Label GreenLabel
Résultat System.Windows.Forms.Label

GreenTrackBar protected_oe property

protected System.Windows.Forms.TrackBar GreenTrackBar
Résultat System.Windows.Forms.TrackBar

MaxLabel protected_oe property

protected System.Windows.Forms.Label MaxLabel
Résultat System.Windows.Forms.Label

MaxTrackBar protected_oe property

protected System.Windows.Forms.TrackBar MaxTrackBar
Résultat System.Windows.Forms.TrackBar

MinLabel protected_oe property

protected System.Windows.Forms.Label MinLabel
Résultat System.Windows.Forms.Label

MinTrackBar protected_oe property

protected System.Windows.Forms.TrackBar MinTrackBar
Résultat System.Windows.Forms.TrackBar

ModeChangeButton protected_oe property

protected System.Windows.Forms.Button ModeChangeButton
Résultat System.Windows.Forms.Button

boundOfValuesOfBlocks protected_oe property

protected Bound boundOfValuesOfBlocks
Résultat Bound

boundOfValuesOfMatrix protected_oe property

protected Bound boundOfValuesOfMatrix
Résultat Bound

coefficient protected_oe property

protected double coefficient
Résultat double

matrix protected_oe property

protected IMatrix matrix
Résultat IMatrix

matrixBitmap protected_oe property

protected Bitmap matrixBitmap
Résultat Bitmap

modeOfDrawing protected_oe property

protected Mode modeOfDrawing
Résultat Mode

screenSize protected_oe property

protected Size screenSize
Résultat Size

settingsEvent protected_oe property

protected SetSettingsEvent settingsEvent
Résultat SetSettingsEvent

shift protected_oe property

protected int shift
Résultat int

sizeOfMatrix protected_oe property

protected Size sizeOfMatrix
Résultat Size

sumInBlocksBitmap protected_oe property

protected Bitmap sumInBlocksBitmap
Résultat Bitmap

trackBarColor protected_oe property

protected color trackBarColor
Résultat color

zoomOfSize protected_oe property

protected zoom zoomOfSize
Résultat zoom