-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUnit1.dfm
More file actions
345 lines (345 loc) · 8.3 KB
/
Unit1.dfm
File metadata and controls
345 lines (345 loc) · 8.3 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
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
object frmQuickBible: TfrmQuickBible
Left = 372
Top = 185
Width = 332
Height = 258
Caption = 'Quick Bible'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PopupMenu = PopupMenu1
Position = poScreenCenter
Visible = True
OnClose = FormClose
OnDestroy = FormDestroy
OnKeyPress = rchVerseResultsKeyPress
OnPaint = FormPaint
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 23
Width = 324
Height = 208
Align = alClient
Caption = 'Panel1'
TabOrder = 0
DesignSize = (
324
208)
object pnlSearchOptions: TPanel
Left = 1
Top = 1
Width = 322
Height = 18
Align = alTop
BevelOuter = bvNone
TabOrder = 4
Visible = False
object rdoSearchAll: TRadioButton
Left = 4
Top = 1
Width = 47
Height = 17
Hint = 'Old and New Testaments'
Caption = 'Both'
Checked = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -8
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 0
TabStop = True
OnClick = rdoSearchOTNTBothClick
end
object rdoSearchOT: TRadioButton
Left = 52
Top = 1
Width = 57
Height = 17
Hint = 'Old Testament'
Caption = 'Old Tst.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -8
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 2
OnClick = rdoSearchOTNTBothClick
end
object cbxIgnoreCase: TCheckBox
Left = 237
Top = 0
Width = 80
Height = 17
Hint = 'Non case-sensitive searches'
Caption = 'Ignore case'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -8
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 3
OnClick = cbxIgnoreCaseClick
end
object rdoSearchNT: TRadioButton
Left = 112
Top = 1
Width = 65
Height = 17
Hint = 'New Testament'
Caption = 'New Tst.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -8
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 1
OnClick = rdoSearchOTNTBothClick
end
end
object LbxAutoComplete: TfnHtmlListBox
Left = 1
Top = 2
Width = 185
Height = 105
Style = lbOwnerDrawVariable
BevelKind = bkSoft
Color = clCream
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ItemHeight = 16
ParentFont = False
TabOrder = 2
Visible = False
OnDblClick = ChooseAutoCompleteItem
OnKeyDown = LbxAutoCompleteKeyDown
end
object rchVerseResults: TRichEdit
Left = 1
Top = 19
Width = 322
Height = 171
Align = alClient
Anchors = [akLeft, akTop, akBottom]
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
HideSelection = False
Lines.Strings = (
'Quick Bible'
'C++Builder Version')
ParentFont = False
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
OnKeyPress = rchVerseResultsKeyPress
OnMouseDown = rchVerseResultsMouseDown
OnMouseMove = rchVerseResultsMouseMove
end
object StatusBar1: TStatusBar
Left = 1
Top = 190
Width = 322
Height = 17
Font.Charset = DEFAULT_CHARSET
Font.Color = clBtnText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Panels = <>
SimplePanel = True
UseSystemFont = False
end
object gagProgress: TProgressBar
Left = 241
Top = 192
Width = 81
Height = 15
Anchors = [akRight, akBottom]
Min = 0
Max = 31102
Smooth = True
Step = 1
TabOrder = 1
Visible = False
end
end
object Panel2: TPanel
Left = 0
Top = 0
Width = 324
Height = 23
Align = alTop
Caption = 'Panel2'
TabOrder = 1
DesignSize = (
324
23)
object edtLookup: TNxButtonEdit
Left = 1
Top = 1
Width = 262
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 0
Text = 'Jesus*truth'
WantTabs = True
OnChange = edtLookupChange
OnKeyDown = edtLookupKeyDown
OnButtonClick = edtLookupButtonClick
ButtonCaption = 'Go'
TransparentColor = clNone
end
object cmbBibleVersions: TComboBox
Left = 264
Top = 1
Width = 57
Height = 21
Style = csDropDownList
Anchors = [akTop, akRight]
ItemHeight = 13
TabOrder = 1
OnChange = edtLookupButtonClick
end
object pnlFind: TPanel
Left = 2
Top = 1
Width = 71
Height = 22
BevelOuter = bvNone
Color = clBlack
TabOrder = 2
Visible = False
DesignSize = (
71
22)
object btnFind: TSpeedButton
Left = 307
Top = 0
Width = 38
Height = 21
Caption = 'Find '
Visible = False
OnClick = btnFindClick
end
object edtFind: TEdit
Left = 0
Top = 0
Width = 69
Height = 21
Anchors = [akLeft, akTop, akRight]
Color = 12581887
TabOrder = 0
OnExit = edtFindExit
OnKeyDown = edtFindKeyDown
OnKeyPress = edtFindKeyPress
OnKeyUp = edtFindKeyUp
end
object cbxFindWholeWord: TCheckBox
Left = 136
Top = 0
Width = 89
Height = 17
Caption = 'Whole word'
TabOrder = 1
Visible = False
end
object cbxMatchCase: TCheckBox
Left = 216
Top = 0
Width = 89
Height = 17
Caption = 'Match case'
TabOrder = 2
Visible = False
end
end
end
object PopupMenu1: TPopupMenu
Left = 120
Top = 72
object Copy1: TMenuItem
Caption = 'Copy'
ShortCut = 16451
OnClick = Copy1Click
end
object N4: TMenuItem
Caption = '-'
end
object SearchOptions1: TMenuItem
Caption = 'Search Options'
object IgnoreCase1: TMenuItem
AutoCheck = True
Caption = 'Ignore Case'
OnClick = cbxIgnoreCaseClick
end
object N3: TMenuItem
Caption = '-'
end
object OldTestament1: TMenuItem
AutoCheck = True
Caption = 'Old Testament'
Checked = True
OnClick = OldNewTestament1Click
end
object NewTestament1: TMenuItem
AutoCheck = True
Caption = 'New Testament'
Checked = True
OnClick = OldNewTestament1Click
end
end
object ShowHideSearchBar1: TMenuItem
Caption = 'Show/Hide Search Bar'
OnClick = ShowHideSearchBar1Click
end
object N1: TMenuItem
Caption = '-'
end
object Find1: TMenuItem
Caption = 'Find'
ShortCut = 16454
OnClick = Find1Click
end
object mniRefresh: TMenuItem
Caption = 'Refresh'
ShortCut = 116
OnClick = mniRefreshClick
end
object mniPreferences: TMenuItem
Caption = 'Preferences'
ShortCut = 16464
OnClick = mniPreferencesClick
end
object mniAbout: TMenuItem
Caption = 'About'
OnClick = mniAboutClick
end
object N2: TMenuItem
Caption = '-'
end
end
end