C# Class CSReportEditor.cMainEditor

Afficher le fichier Open project: javiercrowsoft/CSReports.net

Méthodes publiques

Свойство Type Description
CSNOFECHA System.DateTime
gBackColor int
gHideLeftBar bool
gLeftBarColor int
gNextReport int
gWorkFolder String
gbFirstOpen bool

Méthodes publiques

Méthode Description
addToRecentList ( String fileName ) : void
clearToolbox ( cEditor editor ) : void
getCtrlBox ( ) : fControls
getCtrlBox ( cEditor editor ) : fControls
getCtrlTreeBox ( ) : fTreeViewCtrls
getCtrlTreeBox ( cEditor editor ) : fTreeViewCtrls
getDocActive ( ) : cEditor
getEditor ( ) : fMain
getSearch ( ) : fSearch
getSearch ( cEditor editor ) : fSearch
getToolbox ( ) : fToolbox
getToolbox ( cEditor editor ) : fToolbox
initEditor ( ) : fMain
loadRecentList ( ) : void
saveRecentList ( ) : void
setBarText ( String text ) : void
setDisconnectedReport ( bool isDisconnectedReport ) : void
setDocActive ( cEditor f ) : void
setDocInacActive ( cEditor f ) : void
setEditAlignCtlState ( bool status ) : void
setEditAlignTextState ( bool status ) : void
setEditAlignValue ( HorizontalAlignment align ) : void
setEditFontBoldValue ( int bBold ) : void
setMenuAux ( bool enabled ) : void
setStatus ( ) : void
setStatus ( String status ) : void
showProperties ( string key ) : void

Private Methods

Méthode Description
pGetStatus ( ) : string
setMenu ( ) : void

Method Details

addToRecentList() public static méthode

public static addToRecentList ( String fileName ) : void
fileName String
Résultat void

clearToolbox() public static méthode

public static clearToolbox ( cEditor editor ) : void
editor cEditor
Résultat void

getCtrlBox() public static méthode

public static getCtrlBox ( ) : fControls
Résultat fControls

getCtrlBox() public static méthode

public static getCtrlBox ( cEditor editor ) : fControls
editor cEditor
Résultat fControls

getCtrlTreeBox() public static méthode

public static getCtrlTreeBox ( ) : fTreeViewCtrls
Résultat fTreeViewCtrls

getCtrlTreeBox() public static méthode

public static getCtrlTreeBox ( cEditor editor ) : fTreeViewCtrls
editor cEditor
Résultat fTreeViewCtrls

getDocActive() public static méthode

public static getDocActive ( ) : cEditor
Résultat cEditor

getEditor() public static méthode

public static getEditor ( ) : fMain
Résultat fMain

getSearch() public static méthode

public static getSearch ( ) : fSearch
Résultat fSearch

getSearch() public static méthode

public static getSearch ( cEditor editor ) : fSearch
editor cEditor
Résultat fSearch

getToolbox() public static méthode

public static getToolbox ( ) : fToolbox
Résultat fToolbox

getToolbox() public static méthode

public static getToolbox ( cEditor editor ) : fToolbox
editor cEditor
Résultat fToolbox

initEditor() public static méthode

public static initEditor ( ) : fMain
Résultat fMain

loadRecentList() public static méthode

public static loadRecentList ( ) : void
Résultat void

saveRecentList() public static méthode

public static saveRecentList ( ) : void
Résultat void

setBarText() public static méthode

public static setBarText ( String text ) : void
text String
Résultat void

setDisconnectedReport() public static méthode

public static setDisconnectedReport ( bool isDisconnectedReport ) : void
isDisconnectedReport bool
Résultat void

setDocActive() public static méthode

public static setDocActive ( cEditor f ) : void
f cEditor
Résultat void

setDocInacActive() public static méthode

public static setDocInacActive ( cEditor f ) : void
f cEditor
Résultat void

setEditAlignCtlState() public static méthode

public static setEditAlignCtlState ( bool status ) : void
status bool
Résultat void

setEditAlignTextState() public static méthode

public static setEditAlignTextState ( bool status ) : void
status bool
Résultat void

setEditAlignValue() public static méthode

public static setEditAlignValue ( HorizontalAlignment align ) : void
align HorizontalAlignment
Résultat void

setEditFontBoldValue() public static méthode

public static setEditFontBoldValue ( int bBold ) : void
bBold int
Résultat void

setMenuAux() public static méthode

public static setMenuAux ( bool enabled ) : void
enabled bool
Résultat void

setStatus() public static méthode

public static setStatus ( ) : void
Résultat void

setStatus() public static méthode

public static setStatus ( String status ) : void
status String
Résultat void

showProperties() public static méthode

public static showProperties ( string key ) : void
key string
Résultat void

Property Details

CSNOFECHA public_oe property

public DateTime,System CSNOFECHA
Résultat System.DateTime

gBackColor public_oe static_oe property

public static int gBackColor
Résultat int

gHideLeftBar public_oe static_oe property

public static bool gHideLeftBar
Résultat bool

gLeftBarColor public_oe static_oe property

public static int gLeftBarColor
Résultat int

gNextReport public_oe static_oe property

public static int gNextReport
Résultat int

gWorkFolder public_oe static_oe property

public static String gWorkFolder
Résultat String

gbFirstOpen public_oe static_oe property

public static bool gbFirstOpen
Résultat bool