Method | Description | |
---|---|---|
addDBField ( string str, string str2 ) : void | ||
addFormula ( csRptFormulaType csRptFormulaType, string str, string str2, string str3, int i ) : void | ||
addLabel ( string str ) : void | ||
center ( ) : void | ||
createTree ( ) : void | ||
expandTree ( ) : void | ||
fFormula ( ) : System | ||
getFormula ( ) : string | ||
getOk ( ) : bool | ||
setFormula ( string formula ) : void | ||
setHandler ( |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
addAux ( String name, String descrip, String key, int image ) : void | ||
addLabel ( ) : void | ||
cmd_apply_Click ( object sender, EventArgs e ) : void | ||
cmd_cancel_Click ( object sender, EventArgs e ) : void | ||
fFormula_Load ( object sender, EventArgs e ) : void | ||
isDbOrLabel ( string info ) : bool | ||
tv_formulas_KeyUp ( object sender, KeyEventArgs e ) : void | ||
tv_formulas_NodeMouseClick ( object sender, TreeNodeMouseClickEventArgs e ) : void | ||
tv_formulas_NodeMouseDoubleClick ( object sender, TreeNodeMouseClickEventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public addDBField ( string str, string str2 ) : void | ||
str | string | |
str2 | string | |
return | void |
public addFormula ( csRptFormulaType csRptFormulaType, string str, string str2, string str3, int i ) : void | ||
csRptFormulaType | csRptFormulaType | |
str | string | |
str2 | string | |
str3 | string | |
i | int | |
return | void |