forked from fenisoft/fenixsql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfsdm.lfm
35 lines (35 loc) · 1.14 KB
/
fsdm.lfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
object MainDataModule: TMainDataModule
OnCreate = DataModuleCreate
OnDestroy = DataModuleDestroy
OldCreateOrder = False
Height = 275
HorizontalOffset = 570
VerticalOffset = 159
Width = 404
object SynSQLSyn1: TSynSQLSyn
DefaultFilter = 'File SQL (*.sql)|*.sql'
Enabled = False
CommentAttri.Foreground = clTeal
CommentAttri.FrameEdges = sfeAround
DataTypeAttri.FrameEdges = sfeAround
DefaultPackageAttri.FrameEdges = sfeAround
ExceptionAttri.FrameEdges = sfeAround
FunctionAttri.FrameEdges = sfeAround
IdentifierAttri.FrameEdges = sfeAround
KeyAttri.FrameEdges = sfeAround
NumberAttri.FrameEdges = sfeAround
PLSQLAttri.FrameEdges = sfeAround
SpaceAttri.FrameEdges = sfeAround
SQLPlusAttri.FrameEdges = sfeAround
StringAttri.Foreground = clRed
StringAttri.FrameEdges = sfeAround
SymbolAttri.FrameEdges = sfeAround
TableNameAttri.Foreground = clFuchsia
TableNameAttri.FrameEdges = sfeAround
TableNameAttri.Style = [fsUnderline]
VariableAttri.FrameEdges = sfeAround
SQLDialect = sqlInterbase6
left = 320
top = 16
end
end