Property | Type | Description | |
---|---|---|---|
CreateModuleIntance | CreateModuleHandle |
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 |
��ȡ����Ľ���
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
清理所有正在使用的资源。
|
|
isNumberic ( string message, double &result ) : bool |
�ж��Ƿ�Ϊ�����ַ���
|
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 |
public ChangeDataGridView ( int Rows, int Columns ) : void | ||
Rows | int | |
Columns | int | |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | 如果应释放托管资源,为 true;否则为 false。 |
return | void |
public FrmAssessment ( Framework chapter, object type ) : System | ||
chapter | Framework | |
type | object | |
return | System |
public RefreshDataGridView ( bool recreate ) : void | ||
recreate | bool | |
return | void |
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 |
protected isNumberic ( string message, double &result ) : bool | ||
message | string | ������ַ��� |
result | double | ���ص����� |
return | bool |