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

Summary description for TeResourceHelper.
상속: SIL.FieldWorks.Resources.ResourceHelper
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BiblicalTermsResourceName string
NonEditableColor Color
ReadOnlyTextBackgroundColor Color

Private Properties

프로퍼티 타입 설명
InitializeComponent void

공개 메소드들

메소드 설명
FormatResourceString ( string stid ) : string

Return a string from a resource ID, with formatting placeholders replaced by the supplied parameters.

GetHelpString ( string stid ) : string

Return a help topic or help file path.

GetResourceString ( string stid ) : string

Return a string from a resource ID.

GetTmResourceString ( string stid ) : string

Return a string from a resource ID for a toolbar/menu item.

MakeUndoRedoLabels ( string stid, string &stUndo, string &stRedo ) : void

Function to create appropriate labels for Undo tasks, with the action names coming from the stid.

TeResourceHelper ( ) : System

Initializes a new instance of the TeResourceHelper class.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

DisposeStaticMembers ( ) : void

Dispose static member variables

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged /// resources; false to release only unmanaged resources. ///
리턴 void

DisposeStaticMembers() 보호된 메소드

Dispose static member variables
protected DisposeStaticMembers ( ) : void
리턴 void

FormatResourceString() 공개 정적인 메소드

Return a string from a resource ID, with formatting placeholders replaced by the supplied parameters.
public static FormatResourceString ( string stid ) : string
stid string String resource id
리턴 string

GetHelpString() 공개 정적인 메소드

Return a help topic or help file path.
public static GetHelpString ( string stid ) : string
stid string String resource id
리턴 string

GetResourceString() 공개 정적인 메소드

Return a string from a resource ID.
public static GetResourceString ( string stid ) : string
stid string String resource id
리턴 string

GetTmResourceString() 공개 정적인 메소드

Return a string from a resource ID for a toolbar/menu item.
public static GetTmResourceString ( string stid ) : string
stid string String resource id
리턴 string

MakeUndoRedoLabels() 공개 정적인 메소드

Function to create appropriate labels for Undo tasks, with the action names coming from the stid.
public static MakeUndoRedoLabels ( string stid, string &stUndo, string &stRedo ) : void
stid string String resource id
stUndo string Returns string for Undo task
stRedo string Returns string for Redo task
리턴 void

TeResourceHelper() 공개 메소드

Initializes a new instance of the TeResourceHelper class.
public TeResourceHelper ( ) : System
리턴 System

프로퍼티 상세

BiblicalTermsResourceName 공개적으로 정적으로 프로퍼티

public static string BiblicalTermsResourceName
리턴 string

NonEditableColor 공개적으로 정적으로 프로퍼티

The background color for non-editable text
public static Color NonEditableColor
리턴 Color

ReadOnlyTextBackgroundColor 공개적으로 정적으로 프로퍼티

This is a color indended to be used as a background for views that contain a mixture of read-only and editable text, with the editable text indicated by being SystemColors.Window. The initial example is TE's draft back translation in interlinear mode. The actual color used was copied from a similar view in OurWord.
public static Color ReadOnlyTextBackgroundColor
리턴 Color