Forex_Strategy_Builder.Starting_Tips.OnLoad C# (CSharp) Method

OnLoad() protected method

On Load
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void
        protected override void OnLoad(EventArgs e)
        {
            base.OnLoad(e);

            Width  = (int)(Data.HorizontalDLU * 240);
            Height = (int)(Data.VerticalDLU   * 140);

            return;
        }