home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / zkuste / delphi / kolekce / d3456 / ALEXSOFT.ZIP / FMSEARCH.DFM / FMSEARCH.txt
Encoding:
Text File  |  2000-06-02  |  3.1 KB  |  154 lines

  1. object SearchForm: TSearchForm
  2.   Left = 360
  3.   Top = 193
  4.   ActiveControl = edTemplate
  5.   BorderStyle = bsDialog
  6.   Caption = 'Search'
  7.   ClientHeight = 92
  8.   ClientWidth = 417
  9.   ParentFont = True
  10.   Position = poScreenCenter
  11.   OnClose = FormClose
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object paBottom: TPanel
  16.     Left = 0
  17.     Top = 64
  18.     Width = 417
  19.     Height = 28
  20.     Align = alBottom
  21.     BevelOuter = bvNone
  22.     TabOrder = 0
  23.     object btOk: TButton
  24.       Left = 11
  25.       Top = 3
  26.       Width = 52
  27.       Height = 22
  28.       Caption = 'O&k'
  29.       Default = True
  30.       ModalResult = 1
  31.       TabOrder = 0
  32.       TabStop = False
  33.     end
  34.     object btCancel: TButton
  35.       Left = 81
  36.       Top = 3
  37.       Width = 52
  38.       Height = 22
  39.       Cancel = True
  40.       Caption = 'Cancel'
  41.       ModalResult = 2
  42.       TabOrder = 1
  43.       TabStop = False
  44.     end
  45.     object ckContext: TCheckBox
  46.       Left = 280
  47.       Top = 7
  48.       Width = 132
  49.       Height = 15
  50.       TabStop = False
  51.       Caption = 'Context search'
  52.       TabOrder = 2
  53.       Visible = False
  54.       OnClick = ckContextClick
  55.     end
  56.     object ckExtendedSearch: TCheckBox
  57.       Left = 144
  58.       Top = 7
  59.       Width = 132
  60.       Height = 15
  61.       TabStop = False
  62.       Caption = 'Extended search'
  63.       TabOrder = 3
  64.       OnClick = ckExtendedSearchClick
  65.     end
  66.   end
  67.   object paMiddle: TPanel
  68.     Left = 0
  69.     Top = 65
  70.     Width = 417
  71.     Height = 0
  72.     Align = alClient
  73.     BevelOuter = bvNone
  74.     BorderWidth = 6
  75.     TabOrder = 1
  76.     object lbFindValues: TListBox
  77.       Left = 6
  78.       Top = 6
  79.       Width = 405
  80.       Height = 4
  81.       Align = alClient
  82.       Color = clBtnFace
  83.       ExtendedSelect = False
  84.       IntegralHeight = True
  85.       ItemHeight = 20
  86.       ParentShowHint = False
  87.       ShowHint = True
  88.       Sorted = True
  89.       Style = lbOwnerDrawFixed
  90.       TabOrder = 0
  91.       OnDblClick = lbFindValuesDblClick
  92.       OnDrawItem = lbFindValuesDrawItem
  93.     end
  94.   end
  95.   object paTop: TPanel
  96.     Left = 0
  97.     Top = 0
  98.     Width = 417
  99.     Height = 65
  100.     Align = alTop
  101.     BevelOuter = bvNone
  102.     TabOrder = 2
  103.     object laTemplate: TLabel
  104.       Left = 6
  105.       Top = 37
  106.       Width = 56
  107.       Height = 15
  108.       Caption = 'Template:'
  109.       Font.Charset = DEFAULT_CHARSET
  110.       Font.Color = clWindowText
  111.       Font.Height = -12
  112.       Font.Name = 'Arial'
  113.       Font.Style = [fsBold]
  114.       ParentFont = False
  115.     end
  116.     object laFields: TLabel
  117.       Left = 25
  118.       Top = 11
  119.       Width = 29
  120.       Height = 15
  121.       Caption = 'Field:'
  122.       Font.Charset = DEFAULT_CHARSET
  123.       Font.Color = clWindowText
  124.       Font.Height = -12
  125.       Font.Name = 'Arial'
  126.       Font.Style = [fsBold]
  127.       ParentFont = False
  128.     end
  129.     object cbFields: TComboBox
  130.       Left = 60
  131.       Top = 8
  132.       Width = 341
  133.       Height = 21
  134.       Style = csDropDownList
  135.       Color = clBtnFace
  136.       Ctl3D = True
  137.       ItemHeight = 13
  138.       ParentCtl3D = False
  139.       TabOrder = 0
  140.       OnChange = cbFieldsChange
  141.       OnKeyPress = cbFieldsKeyPress
  142.     end
  143.     object edTemplate: TMaskEdit
  144.       Left = 60
  145.       Top = 35
  146.       Width = 341
  147.       Height = 21
  148.       TabOrder = 1
  149.       OnChange = edTemplateChange
  150.       OnKeyPress = edTemplateKeyPress
  151.     end
  152.   end
  153. end
  154.