-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathframeEditor.dfm
More file actions
241 lines (241 loc) · 6.15 KB
/
Copy pathframeEditor.dfm
File metadata and controls
241 lines (241 loc) · 6.15 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
object frmEditorSyn: TfrmEditorSyn
Left = 0
Top = 0
Width = 549
Height = 386
TabOrder = 0
object JvNetscapeSplitter1: TJvNetscapeSplitter
Left = 358
Top = 29
Height = 357
Align = alRight
Maximized = False
Minimized = False
ButtonCursor = crDefault
end
object pnlEditor: TJvPanel
Left = 0
Top = 29
Width = 358
Height = 357
HotTrackFont.Charset = DEFAULT_CHARSET
HotTrackFont.Color = clWindowText
HotTrackFont.Height = -11
HotTrackFont.Name = 'MS Sans Serif'
HotTrackFont.Style = []
Align = alClient
TabOrder = 0
object JvNetscapeSplitter2: TJvNetscapeSplitter
Left = 1
Top = 222
Width = 356
Height = 10
Cursor = crVSplit
Align = alBottom
MinSize = 1
Maximized = False
Minimized = False
ButtonCursor = crDefault
end
object SynEdit1: TSynEdit
Left = 1
Top = 1
Width = 356
Height = 221
Align = alClient
ActiveLineColor = clGradientActiveCaption
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
TabOrder = 0
OnClick = SynEdit1Click
OnDblClick = SynEdit1DblClick
OnEnter = SynEdit1Enter
OnKeyUp = SynEdit1KeyUp
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.LeadingZeros = True
Gutter.ShowLineNumbers = True
Gutter.ZeroStart = True
Gutter.Gradient = True
Gutter.GradientEndColor = clHighlight
Options = [eoAutoIndent, eoDragDropEditing, eoEnhanceEndKey, eoGroupUndo, eoScrollPastEol, eoShowScrollHint, eoSmartTabDelete, eoSmartTabs, eoTrimTrailingSpaces]
SearchEngine = SynEditSearch1
WantTabs = True
OnChange = SynEdit1Change
end
object sbGifList: TJvgScrollBox
Left = 1
Top = 232
Width = 356
Height = 124
HorzScrollBar.Smooth = True
HorzScrollBar.Tracking = True
VertScrollBar.Smooth = True
VertScrollBar.Tracking = True
Align = alBottom
TabOrder = 1
OnDragDrop = sbGifListDragDrop
BufferedDraw = True
end
end
object pnlTree: TJvPanel
Left = 368
Top = 29
Width = 181
Height = 357
HotTrackFont.Charset = DEFAULT_CHARSET
HotTrackFont.Color = clWindowText
HotTrackFont.Height = -11
HotTrackFont.Name = 'MS Sans Serif'
HotTrackFont.Style = []
Align = alRight
TabOrder = 1
object vstEditor: TVirtualStringTree
Left = 1
Top = 1
Width = 179
Height = 355
Align = alClient
DragMode = dmAutomatic
DragType = dtVCL
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Palatino Linotype'
Font.Style = []
Header.AutoSizeIndex = 0
Header.Font.Charset = DEFAULT_CHARSET
Header.Font.Color = clWindowText
Header.Font.Height = -11
Header.Font.Name = 'MS Sans Serif'
Header.Font.Style = []
Header.Options = [hoAutoResize, hoColumnResize, hoDrag]
HintMode = hmHint
IncrementalSearchTimeout = 100000000
ParentFont = False
ParentShowHint = False
PopupMenu = popEditorTree
ShowHint = True
TabOrder = 0
TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoSort, toAutoTristateTracking]
OnDblClick = vstEditorDblClick
OnPaintText = vstEditorPaintText
OnGetHint = vstEditorGetHint
OnKeyDown = vstEditorKeyDown
OnScroll = vstEditorScroll
Columns = <
item
Position = 0
Width = 175
WideText = 'Title'
end>
end
object edtSearch: TEdit
Left = 16
Top = 304
Width = 121
Height = 21
TabOrder = 1
Visible = False
OnChange = edtSearchChange
OnKeyDown = edtSearchKeyDown
end
end
object JvToolBar1: TJvToolBar
Left = 0
Top = 0
Width = 549
Height = 29
Caption = 'JvToolBar1'
Images = Form1.ImageList1
TabOrder = 2
Visible = False
object cbSave: TCheckBox
Left = 0
Top = 2
Width = 50
Height = 22
Hint = 'Auto Save'
Caption = 'Save'
Checked = True
ParentShowHint = False
ShowHint = True
State = cbChecked
TabOrder = 0
end
object tbSave: TToolButton
Left = 50
Top = 2
Hint = 'Save'
Caption = 'tbSave'
ImageIndex = 3
ParentShowHint = False
ShowHint = True
OnClick = tbSaveClick
end
object ToolButton2: TToolButton
Left = 73
Top = 2
Width = 8
Caption = 'ToolButton2'
ImageIndex = 5
Style = tbsSeparator
end
object ToolButton1: TToolButton
Left = 81
Top = 2
Caption = 'ToolButton1'
ImageIndex = 9
Visible = False
OnClick = ToolButton1Click
end
object cbFocus: TCheckBox
Left = 104
Top = 2
Width = 97
Height = 22
Caption = 'Focus Glossary'
Checked = True
State = cbChecked
TabOrder = 1
end
end
object SynCompletionProposal1: TSynCompletionProposal
EndOfTokenChr = '()[]. '
TriggerChars = '.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clBtnText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = [fsBold]
Columns = <>
ShortCut = 16416
Left = 384
Top = 5
end
object SynEditSearch1: TSynEditSearch
Left = 256
Top = 24
end
object popEditorTree: TPopupMenu
Left = 272
Top = 88
object EditEntity1: TMenuItem
Caption = 'Edit Entity'
Visible = False
OnClick = EditEntity1Click
end
end
end