home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9APLI / CBAR200E.ZIP / CBAR20.EX_ / CBAR20.EX / 0 / RCDATA / TFORMSENDMAIL / TFORMSENDMAIL.txt
Text File  |  1997-10-15  |  2KB  |  98 lines

  1. object FormSendMail: TFormSendMail
  2.   Left = 286
  3.   Top = 120
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Sending mail...'
  7.   ClientHeight = 131
  8.   ClientWidth = 303
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 92
  21.     Top = 22
  22.     Width = 112
  23.     Height = 13
  24.     Caption = 'Sending message...'
  25.     Font.Color = clBlack
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object Label2: TLabel
  32.     Left = 109
  33.     Top = 44
  34.     Width = 78
  35.     Height = 13
  36.     Caption = 'Please wait...'
  37.     Font.Color = clBlack
  38.     Font.Height = -11
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = [fsBold]
  41.     ParentFont = False
  42.   end
  43.   object LedTx: TALed
  44.     Left = 10
  45.     Top = 102
  46.     Width = 16
  47.     Height = 16
  48.     FalseColor = clRed
  49.     Blink = False
  50.   end
  51.   object LedRx: TALed
  52.     Left = 38
  53.     Top = 102
  54.     Width = 16
  55.     Height = 16
  56.     FalseColor = clRed
  57.   end
  58.   object Info: TLabel
  59.     Left = 66
  60.     Top = 104
  61.     Width = 18
  62.     Height = 13
  63.     Caption = 'Info'
  64.   end
  65.   object ButCancel: TButton
  66.     Left = 110
  67.     Top = 66
  68.     Width = 75
  69.     Height = 25
  70.     Caption = 'Cancel'
  71.     Font.Color = clBlack
  72.     Font.Height = -11
  73.     Font.Name = 'MS Sans Serif'
  74.     Font.Style = [fsBold]
  75.     ParentFont = False
  76.     TabOrder = 0
  77.     OnClick = ButCancelClick
  78.   end
  79.   object Sockets1: TSockets
  80.     Left = 240
  81.     Top = 18
  82.     Width = 32
  83.     Height = 32
  84.     MaximumReceiveLength = 8192
  85.     OnErrorOccurred = Sockets1ErrorOccurred
  86.   end
  87.   object ButStart: TButton
  88.     Left = 6
  89.     Top = 10
  90.     Width = 75
  91.     Height = 25
  92.     Caption = 'Start'
  93.     TabOrder = 2
  94.     Visible = False
  95.     OnClick = ButStartClick
  96.   end
  97. end
  98.