C# Class Framework.Interface.Workbench.FrmAssessment

Afficher le fichier Open project: callme119/civil

Méthodes publiques

Свойство Type Description
CreateModuleIntance CreateModuleHandle

Méthodes publiques

Méthode Description
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

��ȡ����Ľ���

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

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

isNumberic ( string message, double &result ) : bool

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

Private Methods

Méthode Description
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

Method Details

CalculateAssessment() public méthode

public CalculateAssessment ( ) : bool
Résultat bool

ChangeDataGridView() public méthode

public ChangeDataGridView ( int Rows, int Columns ) : void
Rows int
Columns int
Résultat void

Dispose() protected méthode

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

FrmAssessment() public méthode

public FrmAssessment ( ) : System
Résultat System

FrmAssessment() public méthode

public FrmAssessment ( Framework chapter, object type ) : System
chapter Framework
type object
Résultat System

RefreshDataGridView() public méthode

public RefreshDataGridView ( bool recreate ) : void
recreate bool
Résultat void

intersection() public méthode

��ȡ����Ľ���
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 ������������Ҳ�
Résultat void

isNumberic() protected méthode

�ж��Ƿ�Ϊ�����ַ���
protected isNumberic ( string message, double &result ) : bool
message string ������ַ���
result double ���ص�����
Résultat bool

Property Details

CreateModuleIntance public_oe property

public CreateModuleHandle CreateModuleIntance
Résultat CreateModuleHandle