home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / E-MAIL / Chkml32 / CHKML32.EXE / 0 / RCDATA / TFRMSENDMAIL / TFRMSENDMAIL.txt
Encoding:
Text File  |  1998-03-26  |  1.2 KB  |  66 lines

  1. object frmSendMail: TfrmSendMail
  2.   Left = 165
  3.   Top = 137
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Send Mail To Author'
  7.   ClientHeight = 365
  8.   ClientWidth = 385
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 12
  20.     Width = 39
  21.     Height = 13
  22.     Caption = 'Subject:'
  23.   end
  24.   object edsSubject: TEdit
  25.     Left = 60
  26.     Top = 7
  27.     Width = 317
  28.     Height = 21
  29.     ParentShowHint = False
  30.     ShowHint = True
  31.     TabOrder = 0
  32.   end
  33.   object Memo1: TMemo
  34.     Left = 8
  35.     Top = 36
  36.     Width = 369
  37.     Height = 289
  38.     ParentShowHint = False
  39.     ShowHint = True
  40.     TabOrder = 1
  41.   end
  42.   object cmdOk: TButton
  43.     Left = 223
  44.     Top = 335
  45.     Width = 75
  46.     Height = 25
  47.     Caption = '&Send'
  48.     ParentShowHint = False
  49.     ShowHint = True
  50.     TabOrder = 2
  51.     OnClick = cmdOkClick
  52.   end
  53.   object cmdCancel: TButton
  54.     Left = 303
  55.     Top = 335
  56.     Width = 75
  57.     Height = 25
  58.     Cancel = True
  59.     Caption = '&Cancel'
  60.     ParentShowHint = False
  61.     ShowHint = True
  62.     TabOrder = 3
  63.     OnClick = cmdCancelClick
  64.   end
  65. end
  66.