public DBWebAggregateControl() : base() { FTextBox = new TextBox(); FTextBox.ReadOnly = true; FLabel = new Label(); FPanel = new System.Web.UI.WebControls.Panel(); FTextBoxPortion = defaultTextBoxPortion; FLabelPosition = LabelPosition.LabelToLeft; FColumnLink = new DBWebColumnLink(this); IColumnLink = (FColumnLink as IDBWebColumnLink); base.Width = new Unit(minWidth); // TODO: remove from object inspector FAggregateType = AggType.aggAvg; }