home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9SEG / ABSEC20.ZIP / ABSEC.EX_ / ABSEC.EX / 0 / RCDATA / TSMDLG / TSMDLG.txt
Text File  |  1998-05-11  |  1KB  |  72 lines

  1. object smdlg: Tsmdlg
  2.   Left = 210
  3.   Top = 320
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 69
  7.   ClientWidth = 196
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Status: TLabel
  17.     Left = 4
  18.     Top = 4
  19.     Width = 187
  20.     Height = 16
  21.     Alignment = taCenter
  22.     AutoSize = False
  23.   end
  24.   object counter: TLabel
  25.     Left = 6
  26.     Top = 52
  27.     Width = 4
  28.     Height = 16
  29.   end
  30.   object cancel: TButton
  31.     Left = 102
  32.     Top = 46
  33.     Width = 89
  34.     Height = 21
  35.     Caption = 'cancel'
  36.     TabOrder = 0
  37.     OnClick = cancelClick
  38.   end
  39.   object Panel1: TPanel
  40.     Left = 34
  41.     Top = 18
  42.     Width = 185
  43.     Height = 19
  44.     TabOrder = 1
  45.     object PaintBox1: TPaintBox
  46.       Left = 1
  47.       Top = 1
  48.       Width = 183
  49.       Height = 17
  50.       Align = alClient
  51.       OnPaint = PaintBox1Paint
  52.     end
  53.   end
  54.   object SendMail: SendMail
  55.     SMTP_Port = 25
  56.     Action = None
  57.     KeepConnectionOpen = False
  58.     WinsockStarted = False
  59.     Version = 'SendMail 1.3.7'
  60.     TimeoutConnect = 30
  61.     TimeoutArp = 20
  62.     Left = 11
  63.     Top = 16
  64.   end
  65.   object Timer: TTimer
  66.     Interval = 60000
  67.     OnTimer = TimerTimer
  68.     Left = 156
  69.     Top = 14
  70.   end
  71. end
  72.