C# 클래스 PLC.CheckpointDeliverablesList

This control is meant to hold a list of deliverables. It is simply a box with some specialized text pushbuttons in it.
상속: PLCBaseControl
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
AddDeliverable ( string deliverable ) : void
CheckpointDeliverablesList ( string name, int x, int y, int width, int height ) : System
DrawBackground ( Graphics graphPort ) : void
OnResized ( float dw, float dh ) : void

메소드 상세

AddDeliverable() 공개 메소드

public AddDeliverable ( string deliverable ) : void
deliverable string
리턴 void

CheckpointDeliverablesList() 공개 메소드

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

DrawBackground() 공개 메소드

public DrawBackground ( Graphics graphPort ) : void
graphPort System.Drawing.Graphics
리턴 void

OnResized() 공개 메소드

public OnResized ( float dw, float dh ) : void
dw float
dh float
리턴 void