C# Class CSReportEditor.cMainEditor

ファイルを表示 Open project: javiercrowsoft/CSReports.net

Public Properties

Property Type Description
CSNOFECHA System.DateTime
gBackColor int
gHideLeftBar bool
gLeftBarColor int
gNextReport int
gWorkFolder String
gbFirstOpen bool

Public Methods

Method 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

Method Description
pGetStatus ( ) : string
setMenu ( ) : void

Method Details

addToRecentList() public static method

public static addToRecentList ( String fileName ) : void
fileName String
return void

clearToolbox() public static method

public static clearToolbox ( cEditor editor ) : void
editor cEditor
return void

getCtrlBox() public static method

public static getCtrlBox ( ) : fControls
return fControls

getCtrlBox() public static method

public static getCtrlBox ( cEditor editor ) : fControls
editor cEditor
return fControls

getCtrlTreeBox() public static method

public static getCtrlTreeBox ( ) : fTreeViewCtrls
return fTreeViewCtrls

getCtrlTreeBox() public static method

public static getCtrlTreeBox ( cEditor editor ) : fTreeViewCtrls
editor cEditor
return fTreeViewCtrls

getDocActive() public static method

public static getDocActive ( ) : cEditor
return cEditor

getEditor() public static method

public static getEditor ( ) : fMain
return fMain

getSearch() public static method

public static getSearch ( ) : fSearch
return fSearch

getSearch() public static method

public static getSearch ( cEditor editor ) : fSearch
editor cEditor
return fSearch

getToolbox() public static method

public static getToolbox ( ) : fToolbox
return fToolbox

getToolbox() public static method

public static getToolbox ( cEditor editor ) : fToolbox
editor cEditor
return fToolbox

initEditor() public static method

public static initEditor ( ) : fMain
return fMain

loadRecentList() public static method

public static loadRecentList ( ) : void
return void

saveRecentList() public static method

public static saveRecentList ( ) : void
return void

setBarText() public static method

public static setBarText ( String text ) : void
text String
return void

setDisconnectedReport() public static method

public static setDisconnectedReport ( bool isDisconnectedReport ) : void
isDisconnectedReport bool
return void

setDocActive() public static method

public static setDocActive ( cEditor f ) : void
f cEditor
return void

setDocInacActive() public static method

public static setDocInacActive ( cEditor f ) : void
f cEditor
return void

setEditAlignCtlState() public static method

public static setEditAlignCtlState ( bool status ) : void
status bool
return void

setEditAlignTextState() public static method

public static setEditAlignTextState ( bool status ) : void
status bool
return void

setEditAlignValue() public static method

public static setEditAlignValue ( HorizontalAlignment align ) : void
align HorizontalAlignment
return void

setEditFontBoldValue() public static method

public static setEditFontBoldValue ( int bBold ) : void
bBold int
return void

setMenuAux() public static method

public static setMenuAux ( bool enabled ) : void
enabled bool
return void

setStatus() public static method

public static setStatus ( ) : void
return void

setStatus() public static method

public static setStatus ( String status ) : void
status String
return void

showProperties() public static method

public static showProperties ( string key ) : void
key string
return void

Property Details

CSNOFECHA public_oe property

public DateTime,System CSNOFECHA
return System.DateTime

gBackColor public_oe static_oe property

public static int gBackColor
return int

gHideLeftBar public_oe static_oe property

public static bool gHideLeftBar
return bool

gLeftBarColor public_oe static_oe property

public static int gLeftBarColor
return int

gNextReport public_oe static_oe property

public static int gNextReport
return int

gWorkFolder public_oe static_oe property

public static String gWorkFolder
return String

gbFirstOpen public_oe static_oe property

public static bool gbFirstOpen
return bool