home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Secrets / Secrets1.iso / Internet / Email / MailPart / _SETUP.1 / MailPart.exe / 0 / RCDATA / TAUTOSELFORM / TAUTOSELFORM.txt
Encoding:
Text File  |  1997-03-07  |  1.0 KB  |  54 lines

  1. object AutoSelForm: TAutoSelForm
  2.   Left = 368
  3.   Top = 241
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select Auto-Replies'
  6.   ClientHeight = 204
  7.   ClientWidth = 213
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   TextHeight = 13
  17.   object ListBox: TListBox
  18.     Left = 0
  19.     Top = 0
  20.     Width = 213
  21.     Height = 149
  22.     ItemHeight = 13
  23.     MultiSelect = True
  24.     TabOrder = 0
  25.     OnDblClick = ReplyBtnClick
  26.   end
  27.   object ReplyBtn: TButton
  28.     Left = 0
  29.     Top = 176
  30.     Width = 97
  31.     Height = 25
  32.     Caption = '&Do Reply'
  33.     TabOrder = 1
  34.     OnClick = ReplyBtnClick
  35.   end
  36.   object Button2: TButton
  37.     Left = 116
  38.     Top = 176
  39.     Width = 97
  40.     Height = 25
  41.     Caption = '&Cancel'
  42.     ModalResult = 2
  43.     TabOrder = 2
  44.   end
  45.   object PreviewCheck: TCheckBox
  46.     Left = 4
  47.     Top = 152
  48.     Width = 209
  49.     Height = 17
  50.     Caption = 'Preview Reply Before Sending'
  51.     TabOrder = 3
  52.   end
  53. end
  54.