Files correlati : ba8 Ricompilazione Demo : [ ] Commento : Gestione clipboard in editor di form git-svn-id: svn://10.65.10.50/trunk@11887 c028cbd2-c16b-5b4b-a496-9718f37d4682
25 lines
570 B
C
Executable File
25 lines
570 B
C
Executable File
#define F_CODICE 101
|
|
#define F_DESCR 102
|
|
|
|
#define F_SECTIONS 103
|
|
#define F_REPORT 104
|
|
#define F_FIELD 105
|
|
#define F_PROPERTIES 106
|
|
#define F_X 111
|
|
#define F_Y 112
|
|
#define F_DX 113
|
|
#define F_DY 114
|
|
#define F_TEXT 115
|
|
#define F_SOURCE 116
|
|
#define F_HALIGN 117
|
|
#define F_VALIGN 118
|
|
#define F_BORDER 119
|
|
#define F_FGCOLOR 120
|
|
#define F_BGCOLOR 121
|
|
|
|
#define F_SQL 201
|
|
#define F_IMPORT_QRY 202
|
|
#define F_NEW_QRY 203
|
|
#define F_SHOW_QRY 204
|
|
|