home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / cqwk / install.lib / CYQWK32.EXE / 0 / RCDATA / TSEARCHFORM / TSEARCHFORM.txt
Text File  |  1997-04-21  |  1KB  |  68 lines

  1. object SearchForm: TSearchForm
  2.   Left = 259
  3.   Top = 159
  4.   HelpContext = 8601
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Search messages for text'
  8.   ClientHeight = 104
  9.   ClientWidth = 414
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   TextHeight = 16
  18.   object Label1: TLabel
  19.     Left = 48
  20.     Top = 36
  21.     Width = 36
  22.     Height = 16
  23.     Caption = 'Text :'
  24.   end
  25.   object SearchEdit: TEdit
  26.     Left = 104
  27.     Top = 32
  28.     Width = 241
  29.     Height = 24
  30.     TabOrder = 0
  31.     OnKeyDown = SearchEditKeyDown
  32.   end
  33.   object Button1: TButton
  34.     Left = 328
  35.     Top = 72
  36.     Width = 73
  37.     Height = 25
  38.     Cancel = True
  39.     Caption = '&Cancel'
  40.     Font.Color = clWindowText
  41.     Font.Height = -13
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = []
  44.     ModalResult = 2
  45.     ParentFont = False
  46.     TabOrder = 1
  47.   end
  48.   object Button2: TButton
  49.     Left = 232
  50.     Top = 72
  51.     Width = 81
  52.     Height = 25
  53.     Caption = '&Ok'
  54.     Font.Color = clWindowText
  55.     Font.Height = -13
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = []
  58.     ModalResult = 1
  59.     ParentFont = False
  60.     TabOrder = 2
  61.   end
  62.   object ResolutionFix1: TResolutionFix
  63.     DesignRes = 96
  64.     Left = 56
  65.     Top = 64
  66.   end
  67. end
  68.