C# Class PLC.PLCHardwareView

Inheritance: PLCView
显示文件 Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
AddDeliveryContainers ( ) : void
AddPhaseArrows ( ) : void
AddPhaseHeadings ( ) : void
AddStageHeadings ( ) : void
PLCHardwareView ( ) : System
PLCHardwareView ( string name, int x, int y, int width, int height ) : System

Method Details

AddDeliveryContainers() public method

public AddDeliveryContainers ( ) : void
return void

AddPhaseArrows() public method

public AddPhaseArrows ( ) : void
return void

AddPhaseHeadings() public method

public AddPhaseHeadings ( ) : void
return void

AddStageHeadings() public method

public AddStageHeadings ( ) : void
return void

PLCHardwareView() public method

public PLCHardwareView ( ) : System
return System

PLCHardwareView() public method

public PLCHardwareView ( string name, int x, int y, int width, int height ) : System
name string
x int
y int
width int
height int
return System