C# Class Framework.Interface.Workbench.FrmAssessment

Exibir arquivo Open project: callme119/civil

Public Properties

Property Type Description
CreateModuleIntance CreateModuleHandle

Public Methods

Method 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

��ȡ����Ľ���

Protected Methods

Method Description
Dispose ( bool disposing ) : void

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

isNumberic ( string message, double &result ) : bool

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

Private Methods

Method 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 method

public CalculateAssessment ( ) : bool
return bool

ChangeDataGridView() public method

public ChangeDataGridView ( int Rows, int Columns ) : void
Rows int
Columns int
return void

Dispose() protected method

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

FrmAssessment() public method

public FrmAssessment ( ) : System
return System

FrmAssessment() public method

public FrmAssessment ( Framework chapter, object type ) : System
chapter Framework
type object
return System

RefreshDataGridView() public method

public RefreshDataGridView ( bool recreate ) : void
recreate bool
return void

intersection() public method

��ȡ����Ľ���
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 ������������Ҳ�
return void

isNumberic() protected method

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

Property Details

CreateModuleIntance public_oe property

public CreateModuleHandle CreateModuleIntance
return CreateModuleHandle