コード例 #1
0
ファイル: ilabelinfo.cs プロジェクト: iamwsx05/hms
 public FilterControlLabelInfo(Node node)
 {
     this.node               = node;
     this.texts              = new LabelInfoTextCollection(this);
     this.viewInfo           = new FilterLabelInfoViewInfo(this);
     this.suspendTextChanges = 0;
 }
コード例 #2
0
ファイル: ilabelinfo.cs プロジェクト: iamwsx05/hms
 public FilterLabelInfoTextViewInfo(FilterLabelInfoViewInfo viewInfo, LabelInfoText infoText, int width, Point location)
     : base(viewInfo, infoText, width)
 {
     this.location = location;
     this.list     = new ArrayList();
 }