C# 클래스 Framework.Interface.Workbench.FrmAssessment

파일 보기 프로젝트 열기: callme119/civil

공개 프로퍼티들

프로퍼티 타입 설명
CreateModuleIntance CreateModuleHandle

공개 메소드들

메소드 설명
CalculateAssessment ( ) : bool
ChangeDataGridView ( int Rows, int Columns ) : void
FrmAssessment ( ) : System
FrmAssessment ( Framework chapter, object type ) : System
RefreshDataGridView ( bool recreate ) : void
intersection ( double a1, double a2, double b1, double b2, double &a, double &b ) : void

��ȡ����Ľ���

보호된 메소드들

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

清理所有正在使用的资源。

isNumberic ( string message, double &result ) : bool

�ж��Ƿ�Ϊ�����ַ���

비공개 메소드들

메소드 설명
FrmAssessment_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

设计器支持所需的方法 - 不要 使用代码编辑器修改此方法的内容。

btnCalculate_Click ( object sender, EventArgs e ) : void
btnQuit_Click ( object sender, System e ) : void
dgAssessment_CellStateChanged ( object sender, DataGridViewCellStateChangedEventArgs e ) : void
groupBox1_Enter ( object sender, EventArgs e ) : void
intInputAssessNum_ValueChanged ( object sender, EventArgs e ) : void
intInputProjectNum_ValueChanged ( object sender, EventArgs e ) : void

메소드 상세

CalculateAssessment() 공개 메소드

public CalculateAssessment ( ) : bool
리턴 bool

ChangeDataGridView() 공개 메소드

public ChangeDataGridView ( int Rows, int Columns ) : void
Rows int
Columns int
리턴 void

Dispose() 보호된 메소드

清理所有正在使用的资源。
protected Dispose ( bool disposing ) : void
disposing bool 如果应释放托管资源,为 true;否则为 false。
리턴 void

FrmAssessment() 공개 메소드

public FrmAssessment ( ) : System
리턴 System

FrmAssessment() 공개 메소드

public FrmAssessment ( Framework chapter, object type ) : System
chapter Framework
type object
리턴 System

RefreshDataGridView() 공개 메소드

public RefreshDataGridView ( bool recreate ) : void
recreate bool
리턴 void

intersection() 공개 메소드

��ȡ����Ľ���
public intersection ( double a1, double a2, double b1, double b2, double &a, double &b ) : void
a1 double ����a�����
a2 double ����a���Ҳ�
b1 double ����b�����
b2 double ����b���Ҳ�
a double ��������������
b double ������������Ҳ�
리턴 void

isNumberic() 보호된 메소드

�ж��Ƿ�Ϊ�����ַ���
protected isNumberic ( string message, double &result ) : bool
message string ������ַ���
result double ���ص�����
리턴 bool

프로퍼티 상세

CreateModuleIntance 공개적으로 프로퍼티

public CreateModuleHandle CreateModuleIntance
리턴 CreateModuleHandle