Exemplo n.º 1
0
 public DynamicProperty()
 {
     PropertyDescriptor = new ToolBoxTypeDescriptor(this);
     BoxType = Entity.Tools.ToolBoxType.Flash;
     FlashPropertys = new Dictionary<String, FlashControlDynamicProperty>();
     FlashEvents = new Dictionary<String, FlashControlDynamicProperty>();
 }
Exemplo n.º 2
0
 public FlashProperty()
 {
     PropertyDescriptor = new ToolBoxTypeDescriptor(this);
     BoxType = Entity.Tools.ToolBoxType.Flash;
 }
Exemplo n.º 3
0
 public LabelProperty()
 {
     PropertyDescriptor = new ToolBoxTypeDescriptor(this);
     BoxType = Entity.Tools.ToolBoxType.Label;
 }
Exemplo n.º 4
0
 public TreeProperty()
 {
     PropertyDescriptor = new ToolBoxTypeDescriptor(this);
     BoxType = Entity.Tools.ToolBoxType.Tree;
 }
Exemplo n.º 5
0
 public EllipseProperty()
 {
     PropertyDescriptor = new ToolBoxTypeDescriptor(this);
     BoxType = Entity.Tools.ToolBoxType.Ellipse;
 }
Exemplo n.º 6
0
 public PlayerProperty()
 {
     PropertyDescriptor = new ToolBoxTypeDescriptor(this);
     BoxType = Entity.Tools.ToolBoxType.Player;
 }
Exemplo n.º 7
0
 public GridProperty()
 {
     PropertyDescriptor = new ToolBoxTypeDescriptor(this);
     BoxType = Entity.Tools.ToolBoxType.Grid;
 }
Exemplo n.º 8
0
 public SignalChartProperty()
 {
     PropertyDescriptor = new ToolBoxTypeDescriptor(this);
     BoxType = Entity.Tools.ToolBoxType.SignalChart;
 }
Exemplo n.º 9
0
 public ImageProperty()
 {
     PropertyDescriptor = new ToolBoxTypeDescriptor(this);
     BoxType = Entity.Tools.ToolBoxType.Image;
 }
Exemplo n.º 10
0
 public RectangleProperty()
 {
     PropertyDescriptor = new ToolBoxTypeDescriptor(this);
     BoxType = Entity.Tools.ToolBoxType.Rect;
 }