home *** CD-ROM | disk | FTP | other *** search
- object AutoSelForm: TAutoSelForm
- Left = 368
- Top = 241
- BorderStyle = bsDialog
- Caption = 'Select Auto-Replies'
- ClientHeight = 204
- ClientWidth = 213
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- PixelsPerInch = 96
- Position = poScreenCenter
- OnCreate = FormCreate
- TextHeight = 13
- object ListBox: TListBox
- Left = 0
- Top = 0
- Width = 213
- Height = 149
- ItemHeight = 13
- MultiSelect = True
- TabOrder = 0
- OnDblClick = ReplyBtnClick
- end
- object ReplyBtn: TButton
- Left = 0
- Top = 176
- Width = 97
- Height = 25
- Caption = '&Do Reply'
- TabOrder = 1
- OnClick = ReplyBtnClick
- end
- object Button2: TButton
- Left = 116
- Top = 176
- Width = 97
- Height = 25
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object PreviewCheck: TCheckBox
- Left = 4
- Top = 152
- Width = 209
- Height = 17
- Caption = 'Preview Reply Before Sending'
- TabOrder = 3
- end
- end
-