C# 클래스 PLC.PLCSoftwareView

상속: PLCView
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
AddDeliverablesHeadings ( ) : void
AddDeliveryContainers ( ) : void
AddImages ( ) : void
AddLegend ( ) : void
AddPhaseArrows ( ) : void
AddPhaseHeadings ( ) : void
AddStageHeadings ( ) : void
Animate ( ) : void
PLCSoftwareView ( ) : System
PLCSoftwareView ( string name, int x, int y, int width, int height ) : System
diagramHeading_MouseDown ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
AddFeatureDeliveryContainers ( ) : void
AddProductDeliveryContainers ( ) : void

메소드 상세

AddDeliverablesHeadings() 공개 메소드

public AddDeliverablesHeadings ( ) : void
리턴 void

AddDeliveryContainers() 공개 메소드

public AddDeliveryContainers ( ) : void
리턴 void

AddImages() 공개 메소드

public AddImages ( ) : void
리턴 void

AddLegend() 공개 메소드

public AddLegend ( ) : void
리턴 void

AddPhaseArrows() 공개 메소드

public AddPhaseArrows ( ) : void
리턴 void

AddPhaseHeadings() 공개 메소드

public AddPhaseHeadings ( ) : void
리턴 void

AddStageHeadings() 공개 메소드

public AddStageHeadings ( ) : void
리턴 void

Animate() 공개 메소드

public Animate ( ) : void
리턴 void

PLCSoftwareView() 공개 메소드

public PLCSoftwareView ( ) : System
리턴 System

PLCSoftwareView() 공개 메소드

public PLCSoftwareView ( string name, int x, int y, int width, int height ) : System
name string
x int
y int
width int
height int
리턴 System

diagramHeading_MouseDown() 공개 메소드

public diagramHeading_MouseDown ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void