home *** CD-ROM | disk | FTP | other *** search
/ Freelog 11 / Freelog011.iso / BestOf / PhoenixMail / Source / phoenix / FMSearch.dfm / FMSearch.txt
Text File  |  1998-12-12  |  2KB  |  108 lines

  1. object SearchForm: TSearchForm
  2.   Tag = 265
  3.   Left = 190
  4.   Top = 436
  5.   ActiveControl = Edit1
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'Search Message'
  8.   ClientHeight = 98
  9.   ClientWidth = 320
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Tag = 264
  22.     Left = 56
  23.     Top = 12
  24.     Width = 61
  25.     Height = 13
  26.     Caption = 'Search &Text:'
  27.     FocusControl = Edit1
  28.   end
  29.   object Label2: TLabel
  30.     Tag = 269
  31.     Left = 56
  32.     Top = 36
  33.     Width = 253
  34.     Height = 29
  35.     AutoSize = False
  36.     Caption = 
  37.       'The content of the found mail is displayed in the main window as' +
  38.       ' usual.'
  39.     WordWrap = True
  40.   end
  41.   object Label3: TLabel
  42.     Tag = 266
  43.     Left = 8
  44.     Top = 76
  45.     Width = 75
  46.     Height = 13
  47.     Caption = 'Search Address'
  48.     Visible = False
  49.   end
  50.   object Label4: TLabel
  51.     Tag = 268
  52.     Left = 100
  53.     Top = 84
  54.     Width = 45
  55.     Height = 13
  56.     Caption = '&Find Next'
  57.     Visible = False
  58.   end
  59.   object Label5: TLabel
  60.     Tag = 267
  61.     Left = 100
  62.     Top = 72
  63.     Width = 20
  64.     Height = 13
  65.     Caption = '&Find'
  66.     Visible = False
  67.   end
  68.   object Animate1: TAnimate
  69.     Left = 4
  70.     Top = 4
  71.     Width = 48
  72.     Height = 50
  73.     Active = True
  74.     CommonAVI = aviFindFile
  75.     StopFrame = 23
  76.   end
  77.   object Edit1: TEdit
  78.     Left = 128
  79.     Top = 8
  80.     Width = 185
  81.     Height = 21
  82.     TabOrder = 1
  83.     OnChange = Edit1Change
  84.   end
  85.   object Button1: TButton
  86.     Left = 152
  87.     Top = 68
  88.     Width = 79
  89.     Height = 25
  90.     Caption = '&Find'
  91.     Default = True
  92.     Enabled = False
  93.     TabOrder = 2
  94.     OnClick = Button1Click
  95.   end
  96.   object Button2: TButton
  97.     Tag = 270
  98.     Left = 236
  99.     Top = 68
  100.     Width = 79
  101.     Height = 25
  102.     Cancel = True
  103.     Caption = '&Close'
  104.     ModalResult = 2
  105.     TabOrder = 3
  106.   end
  107. end
  108.