C# 클래스 LayoutControls.Dialog.ExcelTemplateForm

Base class for all forms in the Excel template.
This class adds commonly used functionality to the FormPlus class. All ExcelTemplate forms should derive from it.
상속: Smrf.AppLib.FormPlus
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

공개 프로퍼티들

프로퍼티 타입 설명
DoubleFormat String
Int32Format String
SingleFormat String

공개 메소드들

메소드 설명
AssertValid ( ) : void
ExcelTemplateForm ( ) : System

Initializes a new instance of the ExcelTemplateForm class.

보호된 메소드들

메소드 설명
EditFont ( Font &oFont ) : void

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

EditFont() 보호된 메소드

protected EditFont ( Font &oFont ) : void
oFont System.Drawing.Font
리턴 void

ExcelTemplateForm() 공개 메소드

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

프로퍼티 상세

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

public static String DoubleFormat
리턴 String

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

public static String Int32Format
리턴 String

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

public static String SingleFormat
리턴 String