Beispiel #1
0
 protected override void OnFormSizeChanged()
 {
     FormTool.StretchControl(m_MemberRelation1, VI.FormBase.ExtOrientation.Both, true);
     m_LblHinweis.Width = m_MemberRelation1.Width;
 }
 protected override void OnFormSizeChanged()
 {
     FormTool.StretchControl(m_ChildRelation1, ExtOrientation.Both, true);
 }
        protected override void OnFormSizeChanged()
        {
            base.OnFormSizeChanged();

            FormTool.StretchControl(m_TreeList, VI.FormBase.ExtOrientation.Both, true);
        }