|
|
|
@ -38,7 +38,10 @@ namespace SharpReport.ReportItems {
@@ -38,7 +38,10 @@ namespace SharpReport.ReportItems {
|
|
|
|
|
|
|
|
|
|
ItemsHelper.UpdateBaseFromTextControl (this.visualControl,this); |
|
|
|
|
|
|
|
|
|
this.visualControl.LocationChanged += new EventHandler (OnControlChanged); |
|
|
|
|
|
|
|
|
|
this.visualControl.Click += new EventHandler(OnControlSelect); |
|
|
|
|
this.visualControl.LocationChanged += new EventHandler (OnControlChanged); |
|
|
|
|
this.visualControl.VisualControlChanged += new EventHandler (OnControlChanged); |
|
|
|
|
this.visualControl.BackColorChanged += new EventHandler (OnControlChanged); |
|
|
|
|
this.visualControl.FontChanged += new EventHandler (OnControlChanged); |
|
|
|
@ -49,11 +52,10 @@ namespace SharpReport.ReportItems {
@@ -49,11 +52,10 @@ namespace SharpReport.ReportItems {
|
|
|
|
|
base.PropertyChanged += new PropertyChangedEventHandler (BasePropertyChange); |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#region events
|
|
|
|
|
|
|
|
|
|
//Tracker
|
|
|
|
@ -67,7 +69,6 @@ namespace SharpReport.ReportItems {
@@ -67,7 +69,6 @@ namespace SharpReport.ReportItems {
|
|
|
|
|
this.visualControl.ContentAlignment = base.ContentAlignment; |
|
|
|
|
this.visualControl.StringTrimming = base.StringTrimming; |
|
|
|
|
this.visualControl.DrawBorder = base.DrawBorder; |
|
|
|
|
|
|
|
|
|
this.HandlePropertyChanged(e.PropertyName); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -76,7 +77,7 @@ namespace SharpReport.ReportItems {
@@ -76,7 +77,7 @@ namespace SharpReport.ReportItems {
|
|
|
|
|
base.SuspendLayout(); |
|
|
|
|
ItemsHelper.UpdateBaseFromTextControl (this.visualControl,this); |
|
|
|
|
base.ResumeLayout(); |
|
|
|
|
this.HandlePropertyChanged("OnControlSelected"); |
|
|
|
|
this.HandlePropertyChanged("OnControlChanged"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -113,7 +114,7 @@ namespace SharpReport.ReportItems {
@@ -113,7 +114,7 @@ namespace SharpReport.ReportItems {
|
|
|
|
|
this.HandlePropertyChanged("Location"); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public override Font Font { |
|
|
|
|
get { |
|
|
|
|
return base.Font; |
|
|
|
|