Used to display interlinear text from a ConstChartWordGroup in a dialog.
Inheritance: InterlinRibbon
示例#1
0
        public AdvancedMTDialogLogic(FdoCache cache, bool fPrepose, CChartSentenceElements ccSentElem)
        {
            m_cache      = cache;
            m_fPrepose   = fPrepose;
            m_ccSentElem = ccSentElem;

            m_ribbon      = new DialogInterlinRibbon(Cache);
            m_ribbon.Dock = DockStyle.Fill;             // fills the 'bottom stuff' panel
        }
示例#2
0
        public AdvancedMTDialogLogic(LcmCache cache, bool fPrepose, CChartSentenceElements ccSentElem)
        {
            m_cache      = cache;
            m_fPrepose   = fPrepose;
            m_ccSentElem = ccSentElem;

            m_ribbon = new DialogInterlinRibbon(Cache)
            {
                Dock = DockStyle.Fill
            };
        }
示例#3
0
		public AdvancedMTDialogLogic(FdoCache cache, bool fPrepose, CChartSentenceElements ccSentElem)
		{
			m_cache = cache;
			m_fPrepose = fPrepose;
			m_ccSentElem = ccSentElem;

			m_ribbon = new DialogInterlinRibbon(Cache);
			m_ribbon.Dock = DockStyle.Fill; // fills the 'bottom stuff' panel
		}
示例#4
0
		public AdvancedMTDialogLogic(FdoCache cache, bool fPrepose, CChartSentenceElements ccSentElem)
		{
			m_cache = cache;
			m_fPrepose = fPrepose;
			m_ccSentElem = ccSentElem;

			m_ribbon = new DialogInterlinRibbon(Cache) {Dock = DockStyle.Fill};
		}