home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / Chip_1998-05_cd.bin / sharewar / regview / REGVIEW.EXE / 0 / RCDATA / TSEARCHFORM / TSEARCHFORM.txt
Text File  |  1997-05-13  |  2KB  |  100 lines

  1. object SearchForm: TSearchForm
  2.   Left = 411
  3.   Top = 286
  4.   Width = 604
  5.   Height = 406
  6.   Caption = 'Search'
  7.   Font.Color = clWindowText
  8.   Font.Height = -14
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnShow = FormShow
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object ListView1: TListView
  16.     Left = 0
  17.     Top = 0
  18.     Width = 596
  19.     Height = 337
  20.     Align = alClient
  21.     ColumnClick = False
  22.     OnClick = ListView1Click
  23.     Columns = <
  24.       item
  25.         Caption = 'Key'
  26.         Width = 350
  27.       end
  28.       item
  29.         Caption = 'Value Name'
  30.         Width = 120
  31.       end
  32.       item
  33.         Caption = 'Value Data'
  34.         Width = 120
  35.       end>
  36.     ReadOnly = True
  37.     MultiSelect = True
  38.     TabOrder = 0
  39.     ViewStyle = vsReport
  40.   end
  41.   object Panel1: TPanel
  42.     Left = 0
  43.     Top = 337
  44.     Width = 596
  45.     Height = 42
  46.     Align = alBottom
  47.     BevelOuter = bvNone
  48.     TabOrder = 1
  49.     object Button2: TButton
  50.       Left = 480
  51.       Top = 6
  52.       Width = 90
  53.       Height = 31
  54.       Caption = '&Cancel'
  55.       ModalResult = 2
  56.       TabOrder = 0
  57.     end
  58.     object Button1: TButton
  59.       Left = 283
  60.       Top = 6
  61.       Width = 90
  62.       Height = 31
  63.       Caption = 'Delete &All'
  64.       ModalResult = 1
  65.       TabOrder = 1
  66.       OnClick = Button1Click
  67.     end
  68.     object Button3: TButton
  69.       Left = 382
  70.       Top = 6
  71.       Width = 89
  72.       Height = 31
  73.       Caption = '&Delete'
  74.       ModalResult = 4
  75.       TabOrder = 2
  76.       OnClick = Button3Click
  77.     end
  78.     object Button4: TButton
  79.       Left = 0
  80.       Top = 6
  81.       Width = 92
  82.       Height = 31
  83.       Caption = '&Go There'
  84.       ModalResult = 2
  85.       TabOrder = 3
  86.       Visible = False
  87.       OnClick = Button4Click
  88.     end
  89.     object btnCopy: TButton
  90.       Left = 0
  91.       Top = 6
  92.       Width = 92
  93.       Height = 31
  94.       Caption = 'Co&py'
  95.       TabOrder = 4
  96.       OnClick = btnCopyClick
  97.     end
  98.   end
  99. end
  100.