summaryrefslogtreecommitdiff
path: root/apps/windoze/CBuilder5/BibleCS/searchfrm.dfm
diff options
context:
space:
mode:
Diffstat (limited to 'apps/windoze/CBuilder5/BibleCS/searchfrm.dfm')
-rw-r--r--apps/windoze/CBuilder5/BibleCS/searchfrm.dfm245
1 files changed, 0 insertions, 245 deletions
diff --git a/apps/windoze/CBuilder5/BibleCS/searchfrm.dfm b/apps/windoze/CBuilder5/BibleCS/searchfrm.dfm
deleted file mode 100644
index 7e50714..0000000
--- a/apps/windoze/CBuilder5/BibleCS/searchfrm.dfm
+++ /dev/null
@@ -1,245 +0,0 @@
-object Form2: TForm2
- Left = 401
- Top = 130
- Width = 390
- Height = 487
- Caption = 'Search...'
- Color = clBtnFace
- Constraints.MinHeight = 360
- Constraints.MinWidth = 360
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {
- 0000010001002020100000000000E80200001600000028000000200000004000
- 0000010004000000000080020000000000000000000000000000000000000000
- 000000008000008000000080800080000000800080008080000080808000C0C0
- C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF006666
- 6666666666666666666666666666688888888888888888088888888888866888
- 8888888888888880888888888886688888888888888888808888888888866888
- 8008888088008880800080008800688888088880880808808080808088006888
- 8808888088080880800880888806688888008880080808880080808088066888
- 8808080080800800080088008000688888080888888888888888888888066888
- 8000088888888888888888888806688888888888888888880888888888866008
- 8808880888877777777878888F86088088088808887888877788888888F60880
- 800888078788888878878888888F6800808080878788888878878888888F6088
- 808087878788888877788888888F0888088087887788888878888888888F0808
- 0888788878788887788888F888F600000087778777877777777888FFFF866888
- 8880888888888888888888888886688888880888888888888888888888866800
- 8880808800088888888888888886688088808808080888888888888888866880
- 8880080800888888888888888886688088800008080888888888888888866880
- 8880880880088888888888888886088080808888888888888888888888860000
- 0080888888888888888888888886688888808888888888888888888888866888
- 8888088888888888888888888886666666660666666666666666666666660000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000}
- OldCreateOrder = True
- Position = poScreenCenter
- Scaled = False
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 382
- Height = 93
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 0
- object Panel3: TPanel
- Left = 0
- Top = 0
- Width = 382
- Height = 24
- Align = alTop
- Caption = 'Panel3'
- TabOrder = 0
- object SearchText: TComboBox
- Left = 4
- Top = 0
- Width = 375
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- ItemHeight = 13
- TabOrder = 0
- end
- end
- object searchTypeGroup: TRadioGroup
- Left = 0
- Top = 24
- Width = 153
- Height = 69
- Align = alLeft
- Caption = 'Search Type'
- ItemIndex = 0
- Items.Strings = (
- 'Mult Word'
- 'Phrase'
- 'Regular Expression')
- TabOrder = 1
- end
- object GroupBox1: TGroupBox
- Left = 153
- Top = 24
- Width = 142
- Height = 69
- Align = alLeft
- Anchors = [akLeft, akTop, akRight, akBottom]
- Caption = 'Search Options'
- TabOrder = 2
- object CheckBox2: TCheckBox
- Left = 8
- Top = 16
- Width = 127
- Height = 17
- Anchors = [akLeft, akTop, akRight]
- Caption = 'Case Sensitive'
- TabOrder = 0
- end
- end
- object Panel4: TPanel
- Left = 295
- Top = 24
- Width = 87
- Height = 69
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 3
- object Button1: TButton
- Left = 0
- Top = 4
- Width = 85
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'Search'
- Default = True
- TabOrder = 0
- OnClick = Button1Click
- end
- end
- end
- object pnlResult: TPanel
- Left = 0
- Top = 165
- Width = 382
- Height = 295
- Align = alClient
- TabOrder = 1
- object Splitter1: TSplitter
- Left = 1
- Top = 160
- Width = 380
- Height = 5
- Cursor = crVSplit
- Align = alBottom
- ResizeStyle = rsUpdate
- end
- object plPreview: TPanel
- Left = 1
- Top = 165
- Width = 380
- Height = 113
- Align = alBottom
- TabOrder = 0
- end
- object resultsLV: TListView
- Left = 1
- Top = 1
- Width = 380
- Height = 159
- Align = alClient
- Columns = <
- item
- Caption = 'Reference'
- MinWidth = 175
- Width = 175
- end
- item
- AutoSize = True
- Caption = 'Preview...'
- end>
- TabOrder = 1
- ViewStyle = vsReport
- OnClick = ListBox1Click
- OnDblClick = ListBox1DblClick
- end
- object progressBar: TProgressBar
- Left = 1
- Top = 278
- Width = 380
- Height = 16
- Align = alBottom
- Min = 0
- Max = 100
- Step = 1
- TabOrder = 2
- end
- end
- object pnlScope: TPanel
- Left = 0
- Top = 93
- Width = 382
- Height = 72
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 2
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 382
- Height = 43
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 0
- object scopeGroup: TRadioGroup
- Left = 0
- Top = 0
- Width = 382
- Height = 43
- Align = alClient
- Caption = 'Scope'
- Columns = 3
- ItemIndex = 0
- Items.Strings = (
- 'Entire Module'
- 'Current Results'
- 'Custom Range')
- TabOrder = 0
- OnClick = scopeGroupClick
- end
- end
- object Panel5: TPanel
- Left = 0
- Top = 43
- Width = 382
- Height = 29
- Align = alBottom
- TabOrder = 1
- object Button2: TButton
- Left = 4
- Top = 4
- Width = 153
- Height = 21
- Caption = 'Define Custom Range'
- Enabled = False
- TabOrder = 0
- OnClick = Button2Click
- end
- object ComboBox1: TComboBox
- Left = 160
- Top = 4
- Width = 222
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- Enabled = False
- ItemHeight = 13
- TabOrder = 1
- end
- end
- end
-end