home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9INET / NTP320.ZIP / MPW32.DL_ / MPW32.DL / RCDATA / TSMTPFORM / TSMTPFORM.txt
Text File  |  1997-05-14  |  1KB  |  60 lines

  1. object SMTPForm: TSMTPForm
  2.   Left = 235
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'SMTPForm'
  7.   ClientHeight = 195
  8.   ClientWidth = 325
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnPaint = FormPaint
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Frame: TGroupBox
  21.     Left = 8
  22.     Top = 12
  23.     Width = 309
  24.     Height = 145
  25.     Font.Color = clMaroon
  26.     Font.Height = -13
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.     TabOrder = 0
  31.     object Memo: TMemo
  32.       Left = 8
  33.       Top = 24
  34.       Width = 293
  35.       Height = 113
  36.       TabStop = False
  37.       Font.Color = clBlack
  38.       Font.Height = -11
  39.       Font.Name = 'MS Sans Serif'
  40.       Font.Style = []
  41.       ParentFont = False
  42.       ReadOnly = True
  43.       ScrollBars = ssVertical
  44.       TabOrder = 0
  45.     end
  46.   end
  47.   object CancelButton: TButton
  48.     Left = 260
  49.     Top = 164
  50.     Width = 57
  51.     Height = 25
  52.     Hint = 'Cancel'
  53.     Cancel = True
  54.     Caption = '&Cancel'
  55.     ModalResult = 2
  56.     TabOrder = 1
  57.     OnClick = CancelButtonClick
  58.   end
  59. end
  60.