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