Forex_Strategy_Builder.Pivot_Points_Calculator.OnLoad C# (CSharp) 메소드

OnLoad() 보호된 메소드

Performs initialization.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void
        protected override void OnLoad(EventArgs e)
        {
            base.OnLoad(e);

            int buttonWidth = (int)(Data.HorizontalDLU * 60);
            int btnHrzSpace = (int)(Data.HorizontalDLU * 3);

            ClientSize = new Size(270, 307);

            InitParams();
        }