forked from yavfast/dbg-spider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuSourceViewFrame.dfm
49 lines (49 loc) · 1.1 KB
/
uSourceViewFrame.dfm
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
object SourceViewFrame: TSourceViewFrame
Left = 0
Top = 0
Width = 675
Height = 360
Align = alClient
TabOrder = 0
object synmSourceView: TSynMemo
Left = 0
Top = 21
Width = 675
Height = 339
Align = alClient
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
TabOrder = 0
Gutter.AutoSize = True
Gutter.Font.Charset = DEFAULT_CHARSET
Gutter.Font.Color = clWindowText
Gutter.Font.Height = -11
Gutter.Font.Name = 'Courier New'
Gutter.Font.Style = []
Gutter.ShowLineNumbers = True
Highlighter = dmShareData.synPas1
ReadOnly = True
RightEdge = 0
FontSmoothing = fsmClearType
ExplicitLeft = 8
ExplicitTop = 8
ExplicitWidth = 262
ExplicitHeight = 185
end
object eSrcFileName: TEdit
Left = 0
Top = 0
Width = 675
Height = 21
Align = alTop
BevelEdges = []
BevelInner = bvNone
BevelOuter = bvNone
ReadOnly = True
TabOrder = 1
Text = 'eSrcFileName'
end
end