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