-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathProjectFrameViewer.dfm
46 lines (46 loc) · 1.02 KB
/
ProjectFrameViewer.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
object FrameViewer: TFrameViewer
Left = 0
Top = 0
Width = 318
Height = 238
TabOrder = 0
object MemoEx: TMemoEx
Left = 0
Top = 0
Width = 318
Height = 238
Cursor = crIBeam
TabOrder = 0
GutterWidth = 0
RightMarginColor = clSilver
ReadOnly = True
Completion.Separator = '='
Completion.ItemHeight = 13
Completion.Interval = 800
Completion.ListBoxStyle = lbStandard
Completion.CaretChar = '|'
Completion.CRLF = '/n'
TabStops = '8'
SelForeColor = clHighlightText
SelBackColor = clHighlight
OnKeyDown = MemoExKeyDown
Align = alClient
Ctl3D = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Courier New'
Font.Pitch = fpFixed
Font.Style = []
ParentColor = False
TabStop = True
UseDockManager = False
WordWrap = False
end
object FindDialog: TFindDialog
Options = [frDown, frHideWholeWord, frHideUpDown]
OnFind = FindDialogFind
Left = 72
Top = 72
end
end