示例#1
0
 public InfoRefButton()
 {
     _refButtonMatchs = new RefButtonMatchs(this, typeof(RefButtonMatch));
     _columns = new RefColumnsCollection(this, typeof(RefColumns));
     _searchColumns = new RefButtonSearchColumnCollection(this, typeof(RefButtonSearchColumnCollection));
     InitializeComponent();
 }
示例#2
0
 public InfoRefButton(IContainer container)
 {
     container.Add(this);
     _refButtonMatchs = new RefButtonMatchs(this, typeof(RefButtonMatch));
     _columns = new RefColumnsCollection(this, typeof(RefColumns));
     _searchColumns = new RefButtonSearchColumnCollection(this, typeof(RefButtonSearchColumnCollection));
     InitializeComponent();
 }
示例#3
0
 public InfoRefVal()
 {
     _whereItem = new WhereItemCollection(this, typeof(WhereItem));
     _columnMatch = new ColumnMatchCollection(this, typeof(ColumnMatch));
     _columns = new RefColumnsCollection(this, typeof(RefColumns));
     _Font = new Font("SimSun", 9.0f);
     //_SortMember = string.Empty;
 }