Inheritance: System.Windows.Forms.Panel
 /// <summary>
 /// Sets controls in panel Indicators
 /// </summary>
 void SetPanelIndicators()
 {
     indicatorsLayout = new IndicatorsLayout();
     indicatorsLayout.Parent = pnlIndicators;
 }
 /// <summary>
 /// Sets controls in panel Indicators
 /// </summary>
 private void SetPanelIndicators()
 {
     IndicatorsField = new IndicatorsLayout {Parent = PnlIndicators};
 }