C# 클래스 SIL.FieldWorks.TE.DiffViewWrapper

The DiffViewWrapper class holds four rows (label/draft/footnote/buttons) and two columns (revision/current).
Class needs to be public for testing purposes.
상속: SIL.FieldWorks.Common.Controls.SplitGridView.SplitGrid
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DiffViewWrapper System
FixupColumnHeights void
FixupHostedControlVisiblity void
RefreshAllViews void

공개 메소드들

메소드 설명
ReCenter ( ) : void

Re-centers the columns.

비공개 메소드들

메소드 설명
DiffViewWrapper ( string name, Control parent, SIL.FieldWorks.FDO.FdoCache cache, IVwStylesheet styleSheet, SIL.FieldWorks.TE.DiffViewScrProxy currentDraft, SIL.FieldWorks.TE.DiffViewScrProxy revisionDraft, SIL.FieldWorks.TE.DiffViewFootnoteProxy currentFootnote, SIL.FieldWorks.TE.DiffViewFootnoteProxy revisionFootnote, System.Windows.Forms.TableLayoutPanel otherControls ) : System
FixupColumnHeights ( ) : void
FixupHostedControlVisiblity ( ) : void
RefreshAllViews ( ) : void

Do refresh on all views that have been created.

메소드 상세

ReCenter() 공개 메소드

Re-centers the columns.
public ReCenter ( ) : void
리턴 void