home *** CD-ROM | disk | FTP | other *** search
- object SearchForm: TSearchForm
- Left = 360
- Top = 193
- ActiveControl = edTemplate
- BorderStyle = bsDialog
- Caption = 'Search'
- ClientHeight = 92
- ClientWidth = 417
- ParentFont = True
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object paBottom: TPanel
- Left = 0
- Top = 64
- Width = 417
- Height = 28
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- object btOk: TButton
- Left = 11
- Top = 3
- Width = 52
- Height = 22
- Caption = 'O&k'
- Default = True
- ModalResult = 1
- TabOrder = 0
- TabStop = False
- end
- object btCancel: TButton
- Left = 81
- Top = 3
- Width = 52
- Height = 22
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- TabStop = False
- end
- object ckContext: TCheckBox
- Left = 280
- Top = 7
- Width = 132
- Height = 15
- TabStop = False
- Caption = 'Context search'
- TabOrder = 2
- Visible = False
- OnClick = ckContextClick
- end
- object ckExtendedSearch: TCheckBox
- Left = 144
- Top = 7
- Width = 132
- Height = 15
- TabStop = False
- Caption = 'Extended search'
- TabOrder = 3
- OnClick = ckExtendedSearchClick
- end
- end
- object paMiddle: TPanel
- Left = 0
- Top = 65
- Width = 417
- Height = 0
- Align = alClient
- BevelOuter = bvNone
- BorderWidth = 6
- TabOrder = 1
- object lbFindValues: TListBox
- Left = 6
- Top = 6
- Width = 405
- Height = 4
- Align = alClient
- Color = clBtnFace
- ExtendedSelect = False
- IntegralHeight = True
- ItemHeight = 20
- ParentShowHint = False
- ShowHint = True
- Sorted = True
- Style = lbOwnerDrawFixed
- TabOrder = 0
- OnDblClick = lbFindValuesDblClick
- OnDrawItem = lbFindValuesDrawItem
- end
- end
- object paTop: TPanel
- Left = 0
- Top = 0
- Width = 417
- Height = 65
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 2
- object laTemplate: TLabel
- Left = 6
- Top = 37
- Width = 56
- Height = 15
- Caption = 'Template:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object laFields: TLabel
- Left = 25
- Top = 11
- Width = 29
- Height = 15
- Caption = 'Field:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object cbFields: TComboBox
- Left = 60
- Top = 8
- Width = 341
- Height = 21
- Style = csDropDownList
- Color = clBtnFace
- Ctl3D = True
- ItemHeight = 13
- ParentCtl3D = False
- TabOrder = 0
- OnChange = cbFieldsChange
- OnKeyPress = cbFieldsKeyPress
- end
- object edTemplate: TMaskEdit
- Left = 60
- Top = 35
- Width = 341
- Height = 21
- TabOrder = 1
- OnChange = edTemplateChange
- OnKeyPress = edTemplateKeyPress
- end
- end
- end
-